|
@@ -28,7 +28,6 @@ |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
private void InitializeComponent() |
|
|
private void InitializeComponent() |
|
|
{ |
|
|
{ |
|
|
this.button2 = new System.Windows.Forms.Button(); |
|
|
|
|
|
this.button1 = new System.Windows.Forms.Button(); |
|
|
this.button1 = new System.Windows.Forms.Button(); |
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox(); |
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox(); |
|
|
this.dateTimePicker6 = new System.Windows.Forms.DateTimePicker(); |
|
|
this.dateTimePicker6 = new System.Windows.Forms.DateTimePicker(); |
|
@@ -52,16 +51,6 @@ |
|
|
this.panel1.SuspendLayout(); |
|
|
this.panel1.SuspendLayout(); |
|
|
this.SuspendLayout(); |
|
|
this.SuspendLayout(); |
|
|
// |
|
|
// |
|
|
// button2 |
|
|
|
|
|
// |
|
|
|
|
|
this.button2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); |
|
|
|
|
|
this.button2.Location = new System.Drawing.Point(154, 245); |
|
|
|
|
|
this.button2.Name = "button2"; |
|
|
|
|
|
this.button2.Size = new System.Drawing.Size(113, 35); |
|
|
|
|
|
this.button2.TabIndex = 12; |
|
|
|
|
|
this.button2.Text = "取消"; |
|
|
|
|
|
this.button2.UseVisualStyleBackColor = true; |
|
|
|
|
|
// |
|
|
|
|
|
// button1 |
|
|
// button1 |
|
|
// |
|
|
// |
|
|
this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); |
|
|
this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); |
|
@@ -226,7 +215,6 @@ |
|
|
// panel1 |
|
|
// panel1 |
|
|
// |
|
|
// |
|
|
this.panel1.Controls.Add(this.button1); |
|
|
this.panel1.Controls.Add(this.button1); |
|
|
this.panel1.Controls.Add(this.button2); |
|
|
|
|
|
this.panel1.Controls.Add(this.groupBox1); |
|
|
this.panel1.Controls.Add(this.groupBox1); |
|
|
this.panel1.Controls.Add(this.groupBox2); |
|
|
this.panel1.Controls.Add(this.groupBox2); |
|
|
this.panel1.Controls.Add(this.groupBox3); |
|
|
this.panel1.Controls.Add(this.groupBox3); |
|
@@ -254,8 +242,6 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#endregion |
|
|
#endregion |
|
|
|
|
|
|
|
|
private Button button2; |
|
|
|
|
|
private Button button1; |
|
|
private Button button1; |
|
|
private GroupBox groupBox3; |
|
|
private GroupBox groupBox3; |
|
|
private DateTimePicker dateTimePicker6; |
|
|
private DateTimePicker dateTimePicker6; |
|
|