|
|
@@ -44,9 +44,9 @@
|
|
|
this.Inf_db_label = new System.Windows.Forms.Label();
|
|
|
this.Inf_source_label = new System.Windows.Forms.Label();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
- this.Menu = new UAS_MES.CustomControl.AccordionMenu.AccordionMenu();
|
|
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
+ this.Menu = new UAS_MES.CustomControl.AccordionMenu.AccordionMenu();
|
|
|
this.headBar1 = new UAS_MES.CustomControl.HeadBar();
|
|
|
this.BasicInf.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
@@ -72,10 +72,10 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.MainTabControl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.MainTabControl.ItemSize = new System.Drawing.Size(96, 25);
|
|
|
- this.MainTabControl.Location = new System.Drawing.Point(140, 32);
|
|
|
+ this.MainTabControl.Location = new System.Drawing.Point(157, 33);
|
|
|
this.MainTabControl.Name = "MainTabControl";
|
|
|
this.MainTabControl.SelectedIndex = 0;
|
|
|
- this.MainTabControl.Size = new System.Drawing.Size(838, 560);
|
|
|
+ this.MainTabControl.Size = new System.Drawing.Size(821, 560);
|
|
|
this.MainTabControl.TabIndex = 7;
|
|
|
this.MainTabControl.ControlRemoved += new System.Windows.Forms.ControlEventHandler(this.MainTabControl_ControlRemoved);
|
|
|
//
|
|
|
@@ -211,18 +211,9 @@
|
|
|
this.panel1.Controls.Add(this.Menu);
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 32);
|
|
|
this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(139, 562);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(155, 562);
|
|
|
this.panel1.TabIndex = 1;
|
|
|
//
|
|
|
- // Menu
|
|
|
- //
|
|
|
- this.Menu.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.Menu.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.Menu.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.Menu.Name = "Menu";
|
|
|
- this.Menu.Size = new System.Drawing.Size(137, 560);
|
|
|
- this.Menu.TabIndex = 3;
|
|
|
- //
|
|
|
// notifyIcon1
|
|
|
//
|
|
|
this.notifyIcon1.Text = "notifyIcon1";
|
|
|
@@ -238,6 +229,15 @@
|
|
|
this.pictureBox1.TabIndex = 4;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
//
|
|
|
+ // Menu
|
|
|
+ //
|
|
|
+ this.Menu.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.Menu.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.Menu.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Menu.Name = "Menu";
|
|
|
+ this.Menu.Size = new System.Drawing.Size(153, 560);
|
|
|
+ this.Menu.TabIndex = 3;
|
|
|
+ //
|
|
|
// headBar1
|
|
|
//
|
|
|
this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|