|
@@ -43,6 +43,8 @@
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
@@ -54,7 +56,7 @@
|
|
|
this.StartWatch.Name = "StartWatch";
|
|
|
this.StartWatch.Size = new System.Drawing.Size(128, 52);
|
|
|
this.StartWatch.TabIndex = 17;
|
|
|
- this.StartWatch.Text = "播放";
|
|
|
+ this.StartWatch.Text = "取消";
|
|
|
this.StartWatch.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// textBox1
|
|
@@ -135,9 +137,9 @@
|
|
|
this.label6.AutoSize = true;
|
|
|
this.label6.Location = new System.Drawing.Point(61, 154);
|
|
|
this.label6.Name = "label6";
|
|
|
- this.label6.Size = new System.Drawing.Size(94, 24);
|
|
|
+ this.label6.Size = new System.Drawing.Size(58, 24);
|
|
|
this.label6.TabIndex = 32;
|
|
|
- this.label6.Text = "选择SOP";
|
|
|
+ this.label6.Text = "备注";
|
|
|
//
|
|
|
// textBox5
|
|
|
//
|
|
@@ -154,7 +156,7 @@
|
|
|
this.button1.Name = "button1";
|
|
|
this.button1.Size = new System.Drawing.Size(128, 52);
|
|
|
this.button1.TabIndex = 33;
|
|
|
- this.button1.Text = "搜索";
|
|
|
+ this.button1.Text = "确定";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// pictureBox1
|
|
@@ -174,11 +176,30 @@
|
|
|
this.label7.TabIndex = 35;
|
|
|
this.label7.Text = "图片表格";
|
|
|
//
|
|
|
+ // comboBox1
|
|
|
+ //
|
|
|
+ this.comboBox1.FormattingEnabled = true;
|
|
|
+ this.comboBox1.Location = new System.Drawing.Point(185, 62);
|
|
|
+ this.comboBox1.Name = "comboBox1";
|
|
|
+ this.comboBox1.Size = new System.Drawing.Size(121, 32);
|
|
|
+ this.comboBox1.TabIndex = 36;
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Location = new System.Drawing.Point(61, 65);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(58, 24);
|
|
|
+ this.label8.TabIndex = 37;
|
|
|
+ this.label8.Text = "原因";
|
|
|
+ //
|
|
|
// Form4
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1419, 820);
|
|
|
+ this.Controls.Add(this.label8);
|
|
|
+ this.Controls.Add(this.comboBox1);
|
|
|
this.Controls.Add(this.label7);
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
|
this.Controls.Add(this.button1);
|
|
@@ -198,7 +219,7 @@
|
|
|
this.Text = "Form4";
|
|
|
this.Load += new System.EventHandler(this.Form4_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
@@ -219,5 +240,7 @@
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
+ private System.Windows.Forms.ComboBox comboBox1;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
}
|
|
|
}
|