28 |
/// </summary> |
/// </summary> |
29 |
private void InitializeComponent() |
private void InitializeComponent() |
30 |
{ |
{ |
31 |
this.components = new System.ComponentModel.Container(); |
this.SuspendLayout(); |
32 |
|
// |
33 |
|
// Form1 |
34 |
|
// |
35 |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
36 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
37 |
|
this.ClientSize = new System.Drawing.Size(284, 262); |
38 |
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; |
39 |
|
this.Name = "Form1"; |
40 |
this.Text = "Form1"; |
this.Text = "Form1"; |
41 |
|
this.Shown += new System.EventHandler(this.Form1_Shown); |
42 |
|
this.ResumeLayout(false); |
43 |
|
|
44 |
} |
} |
45 |
|
|
46 |
#endregion |
#endregion |