|
|
@@ -49,6 +49,8 @@
|
|
|
this.仓库作业 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.特殊作业 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.产线作业 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.包装作业_lsv = new System.Windows.Forms.ListView();
|
|
|
+ this.包装作业 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// SMT作业_lsv
|
|
|
@@ -156,7 +158,7 @@
|
|
|
this.人员管理_lsv.Name = "人员管理_lsv";
|
|
|
this.人员管理_lsv.Size = new System.Drawing.Size(160, 309);
|
|
|
this.人员管理_lsv.TabIndex = 13;
|
|
|
- this.人员管理_lsv.Tag = "OQC作业_lsv";
|
|
|
+ this.人员管理_lsv.Tag = "人员管理_lsv";
|
|
|
this.人员管理_lsv.UseCompatibleStateImageBehavior = false;
|
|
|
this.人员管理_lsv.View = System.Windows.Forms.View.SmallIcon;
|
|
|
this.人员管理_lsv.Visible = false;
|
|
|
@@ -350,10 +352,46 @@
|
|
|
this.产线作业.UseVisualStyleBackColor = true;
|
|
|
this.产线作业.Visible = false;
|
|
|
//
|
|
|
+ // 包装作业_lsv
|
|
|
+ //
|
|
|
+ this.包装作业_lsv.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.包装作业_lsv.Location = new System.Drawing.Point(1555, 108);
|
|
|
+ this.包装作业_lsv.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.包装作业_lsv.Name = "包装作业_lsv";
|
|
|
+ this.包装作业_lsv.Size = new System.Drawing.Size(160, 309);
|
|
|
+ this.包装作业_lsv.TabIndex = 17;
|
|
|
+ this.包装作业_lsv.Tag = "包装作业_lsv";
|
|
|
+ this.包装作业_lsv.UseCompatibleStateImageBehavior = false;
|
|
|
+ this.包装作业_lsv.View = System.Windows.Forms.View.SmallIcon;
|
|
|
+ this.包装作业_lsv.Visible = false;
|
|
|
+ //
|
|
|
+ // 包装作业
|
|
|
+ //
|
|
|
+ this.包装作业.AllPower = null;
|
|
|
+ this.包装作业.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.包装作业.DownImage = ((System.Drawing.Image)(resources.GetObject("包装作业.DownImage")));
|
|
|
+ this.包装作业.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.包装作业.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
+ this.包装作业.Image = global::UAS_MES.Properties.Resources._2_0btn_36;
|
|
|
+ this.包装作业.IsShowBorder = true;
|
|
|
+ this.包装作业.Location = new System.Drawing.Point(1555, 30);
|
|
|
+ this.包装作业.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.包装作业.MoveImage = ((System.Drawing.Image)(resources.GetObject("包装作业.MoveImage")));
|
|
|
+ this.包装作业.Name = "包装作业";
|
|
|
+ this.包装作业.NormalImage = ((System.Drawing.Image)(resources.GetObject("包装作业.NormalImage")));
|
|
|
+ this.包装作业.Power = null;
|
|
|
+ this.包装作业.Size = new System.Drawing.Size(161, 50);
|
|
|
+ this.包装作业.TabIndex = 16;
|
|
|
+ this.包装作业.Text = "包装作业";
|
|
|
+ this.包装作业.UseVisualStyleBackColor = true;
|
|
|
+ this.包装作业.Visible = false;
|
|
|
+ //
|
|
|
// AccordionMenu
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.Controls.Add(this.包装作业_lsv);
|
|
|
+ this.Controls.Add(this.包装作业);
|
|
|
this.Controls.Add(this.库存管理);
|
|
|
this.Controls.Add(this.SMT作业);
|
|
|
this.Controls.Add(this.人员管理_lsv);
|
|
|
@@ -374,7 +412,7 @@
|
|
|
this.Controls.Add(this.SMT作业_lsv);
|
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "AccordionMenu";
|
|
|
- this.Size = new System.Drawing.Size(1560, 452);
|
|
|
+ this.Size = new System.Drawing.Size(1741, 452);
|
|
|
this.Load += new System.EventHandler(this.AccordionMenu_Load);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
@@ -400,5 +438,7 @@
|
|
|
private ButtonUtil.NormalButton 查询分析;
|
|
|
private ButtonUtil.NormalButton OQC作业;
|
|
|
private ButtonUtil.NormalButton 人员管理;
|
|
|
+ private System.Windows.Forms.ListView 包装作业_lsv;
|
|
|
+ private ButtonUtil.NormalButton 包装作业;
|
|
|
}
|
|
|
}
|