HamBook – Diff between revs 1 and 59
?pathlinks?
Rev 1 | Rev 59 | |||
---|---|---|---|---|
Line 36... | Line 36... | |||
36 | this.ClientSize = new System.Drawing.Size(800, 450); |
36 | this.ClientSize = new System.Drawing.Size(800, 450); |
|
37 | this.Controls.Add(this.textBox1); |
37 | this.Controls.Add(this.textBox1); |
|
38 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
38 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
|
39 | this.Name = "ViewLogsForm"; |
39 | this.Name = "ViewLogsForm"; |
|
40 | this.Text = "HamBook: View Logs"; |
40 | this.Text = "HamBook: View Logs"; |
|
- | 41 | this.Load += new System.EventHandler(this.ViewLogsForm_Load); |
||
41 | this.ResumeLayout(false); |
42 | this.ResumeLayout(false); |
|
42 | this.PerformLayout(); |
43 | this.PerformLayout(); |
|
Line 43... | Line 44... | |||
43 | |
44 | |