|
|
@@ -41,9 +41,9 @@
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.pr_detail = new System.Windows.Forms.Label();
|
|
|
- this.pr_spec = new System.Windows.Forms.Label();
|
|
|
this.JPG = new System.Windows.Forms.RadioButton();
|
|
|
this.PDF = new System.Windows.Forms.RadioButton();
|
|
|
+ this.pr_spec = new System.Windows.Forms.RichTextBox();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// richTextBox1
|
|
|
@@ -62,7 +62,7 @@
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label1.Location = new System.Drawing.Point(19, 430);
|
|
|
+ this.label1.Location = new System.Drawing.Point(19, 448);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(146, 41);
|
|
|
this.label1.TabIndex = 6;
|
|
|
@@ -70,14 +70,15 @@
|
|
|
//
|
|
|
// FilePath
|
|
|
//
|
|
|
- this.FilePath.Location = new System.Drawing.Point(218, 435);
|
|
|
+ this.FilePath.Enabled = false;
|
|
|
+ this.FilePath.Location = new System.Drawing.Point(218, 453);
|
|
|
this.FilePath.Name = "FilePath";
|
|
|
this.FilePath.Size = new System.Drawing.Size(582, 35);
|
|
|
this.FilePath.TabIndex = 7;
|
|
|
//
|
|
|
// ChooseFile
|
|
|
//
|
|
|
- this.ChooseFile.Location = new System.Drawing.Point(218, 593);
|
|
|
+ this.ChooseFile.Location = new System.Drawing.Point(218, 611);
|
|
|
this.ChooseFile.Name = "ChooseFile";
|
|
|
this.ChooseFile.Size = new System.Drawing.Size(160, 42);
|
|
|
this.ChooseFile.TabIndex = 8;
|
|
|
@@ -87,7 +88,7 @@
|
|
|
//
|
|
|
// UploadSOP
|
|
|
//
|
|
|
- this.UploadSOP.Location = new System.Drawing.Point(424, 593);
|
|
|
+ this.UploadSOP.Location = new System.Drawing.Point(424, 611);
|
|
|
this.UploadSOP.Name = "UploadSOP";
|
|
|
this.UploadSOP.Size = new System.Drawing.Size(160, 42);
|
|
|
this.UploadSOP.TabIndex = 9;
|
|
|
@@ -101,7 +102,6 @@
|
|
|
this.pr_code.Name = "pr_code";
|
|
|
this.pr_code.Size = new System.Drawing.Size(582, 35);
|
|
|
this.pr_code.TabIndex = 11;
|
|
|
- this.pr_code.Text = "TEST";
|
|
|
this.pr_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_code_KeyDown);
|
|
|
this.pr_code.Leave += new System.EventHandler(this.pr_code_Leave);
|
|
|
//
|
|
|
@@ -117,16 +117,16 @@
|
|
|
//
|
|
|
// OperatResult
|
|
|
//
|
|
|
- this.OperatResult.Location = new System.Drawing.Point(823, 80);
|
|
|
+ this.OperatResult.Location = new System.Drawing.Point(823, 32);
|
|
|
this.OperatResult.Name = "OperatResult";
|
|
|
- this.OperatResult.Size = new System.Drawing.Size(591, 758);
|
|
|
+ this.OperatResult.Size = new System.Drawing.Size(591, 874);
|
|
|
this.OperatResult.TabIndex = 12;
|
|
|
this.OperatResult.Text = "";
|
|
|
this.OperatResult.TextChanged += new System.EventHandler(this.OperatResult_TextChanged);
|
|
|
//
|
|
|
// SendSop
|
|
|
//
|
|
|
- this.SendSop.Location = new System.Drawing.Point(640, 593);
|
|
|
+ this.SendSop.Location = new System.Drawing.Point(640, 611);
|
|
|
this.SendSop.Name = "SendSop";
|
|
|
this.SendSop.Size = new System.Drawing.Size(160, 42);
|
|
|
this.SendSop.TabIndex = 13;
|
|
|
@@ -163,20 +163,11 @@
|
|
|
this.pr_detail.Size = new System.Drawing.Size(0, 41);
|
|
|
this.pr_detail.TabIndex = 16;
|
|
|
//
|
|
|
- // pr_spec
|
|
|
- //
|
|
|
- this.pr_spec.AutoSize = true;
|
|
|
- this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.pr_spec.Location = new System.Drawing.Point(211, 333);
|
|
|
- this.pr_spec.Name = "pr_spec";
|
|
|
- this.pr_spec.Size = new System.Drawing.Size(0, 41);
|
|
|
- this.pr_spec.TabIndex = 17;
|
|
|
- //
|
|
|
// JPG
|
|
|
//
|
|
|
this.JPG.AutoSize = true;
|
|
|
this.JPG.Checked = true;
|
|
|
- this.JPG.Location = new System.Drawing.Point(251, 516);
|
|
|
+ this.JPG.Location = new System.Drawing.Point(251, 534);
|
|
|
this.JPG.Name = "JPG";
|
|
|
this.JPG.Size = new System.Drawing.Size(89, 28);
|
|
|
this.JPG.TabIndex = 18;
|
|
|
@@ -187,7 +178,7 @@
|
|
|
// PDF
|
|
|
//
|
|
|
this.PDF.AutoSize = true;
|
|
|
- this.PDF.Location = new System.Drawing.Point(382, 516);
|
|
|
+ this.PDF.Location = new System.Drawing.Point(382, 534);
|
|
|
this.PDF.Name = "PDF";
|
|
|
this.PDF.Size = new System.Drawing.Size(77, 28);
|
|
|
this.PDF.TabIndex = 18;
|
|
|
@@ -195,14 +186,24 @@
|
|
|
this.PDF.Text = "PDF";
|
|
|
this.PDF.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // pr_spec
|
|
|
+ //
|
|
|
+ this.pr_spec.Enabled = false;
|
|
|
+ this.pr_spec.Location = new System.Drawing.Point(218, 341);
|
|
|
+ this.pr_spec.Name = "pr_spec";
|
|
|
+ this.pr_spec.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
|
|
+ this.pr_spec.Size = new System.Drawing.Size(580, 94);
|
|
|
+ this.pr_spec.TabIndex = 19;
|
|
|
+ this.pr_spec.Text = "";
|
|
|
+ //
|
|
|
// SOP
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1442, 934);
|
|
|
+ this.Controls.Add(this.pr_spec);
|
|
|
this.Controls.Add(this.PDF);
|
|
|
this.Controls.Add(this.JPG);
|
|
|
- this.Controls.Add(this.pr_spec);
|
|
|
this.Controls.Add(this.pr_detail);
|
|
|
this.Controls.Add(this.label4);
|
|
|
this.Controls.Add(this.label3);
|
|
|
@@ -239,8 +240,8 @@
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
private System.Windows.Forms.Label pr_detail;
|
|
|
- private System.Windows.Forms.Label pr_spec;
|
|
|
private System.Windows.Forms.RadioButton JPG;
|
|
|
private System.Windows.Forms.RadioButton PDF;
|
|
|
+ private System.Windows.Forms.RichTextBox pr_spec;
|
|
|
}
|
|
|
}
|