|
|
@@ -28,19 +28,87 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_BoxSplit));
|
|
|
+ this.Split = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.Pallet_label = new System.Windows.Forms.Label();
|
|
|
+ this.Pallate = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.OperatResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
- // 拆箱处理
|
|
|
+ // Split
|
|
|
+ //
|
|
|
+ this.Split.AllPower = null;
|
|
|
+ this.Split.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
|
|
|
+ this.Split.Image = null;
|
|
|
+ this.Split.IsShowBorder = true;
|
|
|
+ this.Split.Location = new System.Drawing.Point(356, 166);
|
|
|
+ this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
|
|
|
+ this.Split.Name = "Split";
|
|
|
+ this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
|
|
|
+ this.Split.Power = null;
|
|
|
+ this.Split.Size = new System.Drawing.Size(75, 28);
|
|
|
+ this.Split.TabIndex = 0;
|
|
|
+ this.Split.Text = "拆解";
|
|
|
+ this.Split.UseVisualStyleBackColor = false;
|
|
|
+ this.Split.Click += new System.EventHandler(this.Split_Click);
|
|
|
+ //
|
|
|
+ // Pallet_label
|
|
|
+ //
|
|
|
+ this.Pallet_label.AutoSize = true;
|
|
|
+ this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.Pallet_label.Location = new System.Drawing.Point(24, 164);
|
|
|
+ this.Pallet_label.Name = "Pallet_label";
|
|
|
+ this.Pallet_label.Size = new System.Drawing.Size(72, 27);
|
|
|
+ this.Pallet_label.TabIndex = 1;
|
|
|
+ this.Pallet_label.Text = "栈板号";
|
|
|
+ //
|
|
|
+ // Pallate
|
|
|
+ //
|
|
|
+ this.Pallate.AllPower = null;
|
|
|
+ this.Pallate.BackColor = System.Drawing.Color.White;
|
|
|
+ this.Pallate.ID = null;
|
|
|
+ this.Pallate.Location = new System.Drawing.Point(121, 166);
|
|
|
+ this.Pallate.Name = "Pallate";
|
|
|
+ this.Pallate.Power = null;
|
|
|
+ this.Pallate.Size = new System.Drawing.Size(196, 25);
|
|
|
+ this.Pallate.Str = null;
|
|
|
+ this.Pallate.Str1 = null;
|
|
|
+ this.Pallate.Str2 = null;
|
|
|
+ this.Pallate.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // OperatResult
|
|
|
+ //
|
|
|
+ this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperatResult.Location = new System.Drawing.Point(490, 75);
|
|
|
+ this.OperatResult.Name = "OperatResult";
|
|
|
+ this.OperatResult.Size = new System.Drawing.Size(270, 386);
|
|
|
+ this.OperatResult.TabIndex = 3;
|
|
|
+ this.OperatResult.Text = "";
|
|
|
+ //
|
|
|
+ // Special_BoxSplit
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1324, 679);
|
|
|
- this.Name = "拆箱处理";
|
|
|
+ this.ClientSize = new System.Drawing.Size(922, 659);
|
|
|
+ this.Controls.Add(this.OperatResult);
|
|
|
+ this.Controls.Add(this.Pallate);
|
|
|
+ this.Controls.Add(this.Pallet_label);
|
|
|
+ this.Controls.Add(this.Split);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Name = "Special_BoxSplit";
|
|
|
this.Text = "拆箱处理";
|
|
|
+ this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
|
|
|
this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
+
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Split;
|
|
|
+ private System.Windows.Forms.Label Pallet_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox Pallate;
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperatResult;
|
|
|
}
|
|
|
}
|