Commit 20b27e6c LN

料仓位置增加贴图

1 个父辈 587531b8
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmIdConfig));
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.btnNext = new System.Windows.Forms.Button(); this.btnNext = new System.Windows.Forms.Button();
this.btnBack = new System.Windows.Forms.Button(); this.btnBack = new System.Windows.Forms.Button();
...@@ -62,12 +63,15 @@ ...@@ -62,12 +63,15 @@
this.label9 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label();
this.cmbBox2_7 = new System.Windows.Forms.ComboBox(); this.cmbBox2_7 = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.lblMsg = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout(); this.groupBox2.SuspendLayout();
this.tabControl1.SuspendLayout(); this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout(); this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout(); this.tabPage2.SuspendLayout();
this.groupBox3.SuspendLayout(); this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
// label1 // label1
...@@ -85,7 +89,7 @@ ...@@ -85,7 +89,7 @@
this.btnNext.Anchor = System.Windows.Forms.AnchorStyles.Top; this.btnNext.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnNext.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNext.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnNext.Location = new System.Drawing.Point(332, 190); this.btnNext.Location = new System.Drawing.Point(443, 153);
this.btnNext.Name = "btnNext"; this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(120, 45); this.btnNext.Size = new System.Drawing.Size(120, 45);
this.btnNext.TabIndex = 275; this.btnNext.TabIndex = 275;
...@@ -97,7 +101,7 @@ ...@@ -97,7 +101,7 @@
// //
this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnBack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnBack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnBack.Location = new System.Drawing.Point(344, 576); this.btnBack.Location = new System.Drawing.Point(347, 627);
this.btnBack.Name = "btnBack"; this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(120, 45); this.btnBack.Size = new System.Drawing.Size(120, 45);
this.btnBack.TabIndex = 274; this.btnBack.TabIndex = 274;
...@@ -159,7 +163,7 @@ ...@@ -159,7 +163,7 @@
this.btnReset.Anchor = System.Windows.Forms.AnchorStyles.Top; this.btnReset.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnReset.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnReset.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnReset.Location = new System.Drawing.Point(426, 67); this.btnReset.Location = new System.Drawing.Point(443, 67);
this.btnReset.Name = "btnReset"; this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(89, 33); this.btnReset.Size = new System.Drawing.Size(89, 33);
this.btnReset.TabIndex = 281; this.btnReset.TabIndex = 281;
...@@ -169,6 +173,10 @@ ...@@ -169,6 +173,10 @@
// //
// groupBox1 // groupBox1
// //
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.lblMsg);
this.groupBox1.Controls.Add(this.pictureBox1);
this.groupBox1.Controls.Add(this.lblRightCid); this.groupBox1.Controls.Add(this.lblRightCid);
this.groupBox1.Controls.Add(this.lblLeftCid); this.groupBox1.Controls.Add(this.lblLeftCid);
this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label1);
...@@ -181,7 +189,7 @@ ...@@ -181,7 +189,7 @@
this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Location = new System.Drawing.Point(12, 6); this.groupBox1.Location = new System.Drawing.Point(12, 6);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(550, 262); this.groupBox1.Size = new System.Drawing.Size(584, 339);
this.groupBox1.TabIndex = 283; this.groupBox1.TabIndex = 283;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "料仓地址配置"; this.groupBox1.Text = "料仓地址配置";
...@@ -191,7 +199,7 @@ ...@@ -191,7 +199,7 @@
this.lblRightCid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblRightCid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblRightCid.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.lblRightCid.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblRightCid.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRightCid.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRightCid.Location = new System.Drawing.Point(126, 203); this.lblRightCid.Location = new System.Drawing.Point(279, 159);
this.lblRightCid.Name = "lblRightCid"; this.lblRightCid.Name = "lblRightCid";
this.lblRightCid.Size = new System.Drawing.Size(147, 32); this.lblRightCid.Size = new System.Drawing.Size(147, 32);
this.lblRightCid.TabIndex = 284; this.lblRightCid.TabIndex = 284;
...@@ -203,7 +211,7 @@ ...@@ -203,7 +211,7 @@
this.lblLeftCid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblLeftCid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblLeftCid.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.lblLeftCid.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lblLeftCid.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblLeftCid.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblLeftCid.Location = new System.Drawing.Point(126, 158); this.lblLeftCid.Location = new System.Drawing.Point(128, 160);
this.lblLeftCid.Name = "lblLeftCid"; this.lblLeftCid.Name = "lblLeftCid";
this.lblLeftCid.Size = new System.Drawing.Size(145, 30); this.lblLeftCid.Size = new System.Drawing.Size(145, 30);
this.lblLeftCid.TabIndex = 283; this.lblLeftCid.TabIndex = 283;
...@@ -344,7 +352,7 @@ ...@@ -344,7 +352,7 @@
this.btnSavePosID.Anchor = System.Windows.Forms.AnchorStyles.Top; this.btnSavePosID.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnSavePosID.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSavePosID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSavePosID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSavePosID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSavePosID.Location = new System.Drawing.Point(104, 576); this.btnSavePosID.Location = new System.Drawing.Point(117, 627);
this.btnSavePosID.Name = "btnSavePosID"; this.btnSavePosID.Name = "btnSavePosID";
this.btnSavePosID.Size = new System.Drawing.Size(120, 45); this.btnSavePosID.Size = new System.Drawing.Size(120, 45);
this.btnSavePosID.TabIndex = 277; this.btnSavePosID.TabIndex = 277;
...@@ -354,12 +362,14 @@ ...@@ -354,12 +362,14 @@
// //
// tabControl1 // tabControl1
// //
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(12, 277); this.tabControl1.Location = new System.Drawing.Point(12, 351);
this.tabControl1.Name = "tabControl1"; this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0; this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(550, 261); this.tabControl1.Size = new System.Drawing.Size(584, 261);
this.tabControl1.TabIndex = 285; this.tabControl1.TabIndex = 285;
// //
// tabPage1 // tabPage1
...@@ -368,7 +378,7 @@ ...@@ -368,7 +378,7 @@
this.tabPage1.Location = new System.Drawing.Point(4, 26); this.tabPage1.Location = new System.Drawing.Point(4, 26);
this.tabPage1.Name = "tabPage1"; this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(542, 231); this.tabPage1.Size = new System.Drawing.Size(576, 231);
this.tabPage1.TabIndex = 0; this.tabPage1.TabIndex = 0;
this.tabPage1.Text = " 左侧BOX1料仓 "; this.tabPage1.Text = " 左侧BOX1料仓 ";
this.tabPage1.UseVisualStyleBackColor = true; this.tabPage1.UseVisualStyleBackColor = true;
...@@ -513,11 +523,31 @@ ...@@ -513,11 +523,31 @@
this.label10.Text = "库位号-7寸盘定位:"; this.label10.Text = "库位号-7寸盘定位:";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
// //
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(4, 204);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(555, 129);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 285;
this.pictureBox1.TabStop = false;
//
// lblMsg
//
this.lblMsg.AutoSize = true;
this.lblMsg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMsg.Location = new System.Drawing.Point(245, 121);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(176, 17);
this.lblMsg.TabIndex = 286;
this.lblMsg.Text = "请参照下方示意图选择料仓位置";
//
// FrmIdConfig // FrmIdConfig
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(589, 654); this.ClientSize = new System.Drawing.Size(608, 689);
this.Controls.Add(this.btnSavePosID); this.Controls.Add(this.btnSavePosID);
this.Controls.Add(this.tabControl1); this.Controls.Add(this.tabControl1);
this.Controls.Add(this.btnBack); this.Controls.Add(this.btnBack);
...@@ -536,6 +566,7 @@ ...@@ -536,6 +566,7 @@
this.tabPage2.ResumeLayout(false); this.tabPage2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false); this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout(); this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);
} }
...@@ -576,5 +607,7 @@ ...@@ -576,5 +607,7 @@
public System.Windows.Forms.Label label10; public System.Windows.Forms.Label label10;
private System.Windows.Forms.Label lblRightCid; private System.Windows.Forms.Label lblRightCid;
private System.Windows.Forms.Label lblLeftCid; private System.Windows.Forms.Label lblLeftCid;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label lblMsg;
} }
} }
\ No newline at end of file \ No newline at end of file
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!