35 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
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); |
this.ClientSize = new System.Drawing.Size(284, 262); |
38 |
this.Name = "Form1"; |
this.Name = "main"; |
39 |
this.Text = "Form1"; |
this.Text = "main"; |
40 |
this.Load += new System.EventHandler(this.main_Load); |
this.Load += new System.EventHandler(this.main_Load); |
41 |
this.Shown += new System.EventHandler(this.main_Shown); |
this.Shown += new System.EventHandler(this.main_Shown); |
42 |
this.ResumeLayout(false); |
this.ResumeLayout(false); |