Commit b75aa56d ke.sun

1

1 个父辈 82e6d241
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn(); this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn(); this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn();
this.panel1 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel();
this.lblMsg = new System.Windows.Forms.Label();
this.btnMore = new System.Windows.Forms.Button(); this.btnMore = new System.Windows.Forms.Button();
this.btnBack = new System.Windows.Forms.Button(); this.btnBack = new System.Windows.Forms.Button();
this.btnSetClear2 = new System.Windows.Forms.Button(); this.btnSetClear2 = new System.Windows.Forms.Button();
...@@ -43,7 +44,6 @@ ...@@ -43,7 +44,6 @@
this.btnSStop = new System.Windows.Forms.Button(); this.btnSStop = new System.Windows.Forms.Button();
this.btnWStop = new System.Windows.Forms.Button(); this.btnWStop = new System.Windows.Forms.Button();
this.label14 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label();
this.lblMsg = new System.Windows.Forms.Label();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.groupBox2.SuspendLayout(); this.groupBox2.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
...@@ -81,6 +81,15 @@ ...@@ -81,6 +81,15 @@
this.panel1.Size = new System.Drawing.Size(545, 347); this.panel1.Size = new System.Drawing.Size(545, 347);
this.panel1.TabIndex = 0; this.panel1.TabIndex = 0;
// //
// lblMsg
//
this.lblMsg.AutoSize = true;
this.lblMsg.ForeColor = System.Drawing.Color.Red;
this.lblMsg.Location = new System.Drawing.Point(33, 15);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(0, 17);
this.lblMsg.TabIndex = 262;
//
// btnMore // btnMore
// //
this.btnMore.FlatAppearance.BorderSize = 0; this.btnMore.FlatAppearance.BorderSize = 0;
...@@ -155,6 +164,7 @@ ...@@ -155,6 +164,7 @@
this.btnSetOrigin.TabIndex = 32; this.btnSetOrigin.TabIndex = 32;
this.btnSetOrigin.Text = "重置为电路板固定点"; this.btnSetOrigin.Text = "重置为电路板固定点";
this.btnSetOrigin.UseVisualStyleBackColor = true; this.btnSetOrigin.UseVisualStyleBackColor = true;
this.btnSetOrigin.Visible = false;
this.btnSetOrigin.Click += new System.EventHandler(this.btnSetOrigin_Click); this.btnSetOrigin.Click += new System.EventHandler(this.btnSetOrigin_Click);
// //
// btnSaveHome // btnSaveHome
...@@ -202,15 +212,6 @@ ...@@ -202,15 +212,6 @@
this.label14.Text = "条形码"; this.label14.Text = "条形码";
this.label14.Visible = false; this.label14.Visible = false;
// //
// lblMsg
//
this.lblMsg.AutoSize = true;
this.lblMsg.ForeColor = System.Drawing.Color.Red;
this.lblMsg.Location = new System.Drawing.Point(33, 15);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(0, 17);
this.lblMsg.TabIndex = 262;
//
// FrmOrgConfig // FrmOrgConfig
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!