|
|
@@ -42,15 +42,15 @@
|
|
|
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(267, 133);
|
|
|
- this.Split.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.Split.Location = new System.Drawing.Point(534, 266);
|
|
|
+ this.Split.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
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(56, 22);
|
|
|
+ this.Split.Size = new System.Drawing.Size(112, 44);
|
|
|
this.Split.TabIndex = 0;
|
|
|
- this.Split.Text = "拆解";
|
|
|
+ this.Split.Text = "确认";
|
|
|
this.Split.UseVisualStyleBackColor = false;
|
|
|
this.Split.Click += new System.EventHandler(this.Split_Click);
|
|
|
//
|
|
|
@@ -58,23 +58,23 @@
|
|
|
//
|
|
|
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(18, 131);
|
|
|
- this.Pallet_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.Pallet_label.Location = new System.Drawing.Point(73, 264);
|
|
|
+ this.Pallet_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.Pallet_label.Name = "Pallet_label";
|
|
|
- this.Pallet_label.Size = new System.Drawing.Size(58, 21);
|
|
|
+ this.Pallet_label.Size = new System.Drawing.Size(62, 41);
|
|
|
this.Pallet_label.TabIndex = 1;
|
|
|
- this.Pallet_label.Text = "栈板号";
|
|
|
+ this.Pallet_label.Text = "SN";
|
|
|
//
|
|
|
// Pallate
|
|
|
//
|
|
|
this.Pallate.AllPower = null;
|
|
|
this.Pallate.BackColor = System.Drawing.Color.White;
|
|
|
this.Pallate.ID = null;
|
|
|
- this.Pallate.Location = new System.Drawing.Point(91, 133);
|
|
|
- this.Pallate.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.Pallate.Location = new System.Drawing.Point(182, 266);
|
|
|
+ this.Pallate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.Pallate.Name = "Pallate";
|
|
|
this.Pallate.Power = null;
|
|
|
- this.Pallate.Size = new System.Drawing.Size(148, 21);
|
|
|
+ this.Pallate.Size = new System.Drawing.Size(292, 35);
|
|
|
this.Pallate.Str = null;
|
|
|
this.Pallate.Str1 = null;
|
|
|
this.Pallate.Str2 = null;
|
|
|
@@ -83,29 +83,29 @@
|
|
|
// 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(368, 60);
|
|
|
- this.OperatResult.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.OperatResult.Location = new System.Drawing.Point(736, 120);
|
|
|
+ this.OperatResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.OperatResult.Name = "OperatResult";
|
|
|
- this.OperatResult.Size = new System.Drawing.Size(204, 310);
|
|
|
+ this.OperatResult.Size = new System.Drawing.Size(404, 616);
|
|
|
this.OperatResult.TabIndex = 3;
|
|
|
this.OperatResult.Text = "";
|
|
|
//
|
|
|
// Special_BoxSplit
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(692, 527);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1384, 1054);
|
|
|
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.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.Name = "Special_BoxSplit";
|
|
|
this.Tag = "Special!BoxSplit";
|
|
|
this.Text = "拆箱处理";
|
|
|
this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|