|
@@ -38,15 +38,15 @@
|
|
|
this.ClientSize = new System.Drawing.Size(1796, 1054);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
- this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.Name = "MainForm";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "领教云课堂";
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
+ this.Activated += new System.EventHandler(this.Form1_Activated);
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
|
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
- this.Activated += new System.EventHandler(this.Form1_Activated);
|
|
|
-
|
|
|
+ this.Shown += new System.EventHandler(this.MainForm_Shown);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|