|
@@ -34,6 +34,7 @@
|
|
this.newNumber = new System.Windows.Forms.TextBox();
|
|
this.newNumber = new System.Windows.Forms.TextBox();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnSubmit = new System.Windows.Forms.Button();
|
|
this.btnSubmit = new System.Windows.Forms.Button();
|
|
|
|
+ this.workId = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
//
|
|
// label1
|
|
// label1
|
|
@@ -97,12 +98,23 @@
|
|
this.btnSubmit.UseVisualStyleBackColor = true;
|
|
this.btnSubmit.UseVisualStyleBackColor = true;
|
|
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
|
|
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
|
|
//
|
|
//
|
|
|
|
+ // workId
|
|
|
|
+ //
|
|
|
|
+ this.workId.AutoSize = true;
|
|
|
|
+ this.workId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
+ this.workId.Location = new System.Drawing.Point(12, 116);
|
|
|
|
+ this.workId.Name = "workId";
|
|
|
|
+ this.workId.Size = new System.Drawing.Size(0, 21);
|
|
|
|
+ this.workId.TabIndex = 77;
|
|
|
|
+ this.workId.Visible = false;
|
|
|
|
+ //
|
|
// WorkNumber
|
|
// WorkNumber
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(348, 153);
|
|
this.ClientSize = new System.Drawing.Size(348, 153);
|
|
|
|
+ this.Controls.Add(this.workId);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnSubmit);
|
|
this.Controls.Add(this.btnSubmit);
|
|
this.Controls.Add(this.newNumber);
|
|
this.Controls.Add(this.newNumber);
|
|
@@ -126,5 +138,6 @@
|
|
private System.Windows.Forms.TextBox newNumber;
|
|
private System.Windows.Forms.TextBox newNumber;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnSubmit;
|
|
private System.Windows.Forms.Button btnSubmit;
|
|
|
|
+ private System.Windows.Forms.Label workId;
|
|
}
|
|
}
|
|
}
|
|
}
|