|
@@ -38,6 +38,12 @@
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.OperatResult = new System.Windows.Forms.RichTextBox();
|
|
this.OperatResult = new System.Windows.Forms.RichTextBox();
|
|
|
this.SendSop = new System.Windows.Forms.Button();
|
|
this.SendSop = new System.Windows.Forms.Button();
|
|
|
|
|
+ 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.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
|
// richTextBox1
|
|
// richTextBox1
|
|
@@ -56,7 +62,7 @@
|
|
|
//
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label1.Location = new System.Drawing.Point(41, 255);
|
|
|
|
|
|
|
+ this.label1.Location = new System.Drawing.Point(19, 430);
|
|
|
this.label1.Name = "label1";
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(146, 41);
|
|
this.label1.Size = new System.Drawing.Size(146, 41);
|
|
|
this.label1.TabIndex = 6;
|
|
this.label1.TabIndex = 6;
|
|
@@ -64,14 +70,14 @@
|
|
|
//
|
|
//
|
|
|
// FilePath
|
|
// FilePath
|
|
|
//
|
|
//
|
|
|
- this.FilePath.Location = new System.Drawing.Point(240, 260);
|
|
|
|
|
|
|
+ this.FilePath.Location = new System.Drawing.Point(218, 435);
|
|
|
this.FilePath.Name = "FilePath";
|
|
this.FilePath.Name = "FilePath";
|
|
|
- this.FilePath.Size = new System.Drawing.Size(300, 35);
|
|
|
|
|
|
|
+ this.FilePath.Size = new System.Drawing.Size(582, 35);
|
|
|
this.FilePath.TabIndex = 7;
|
|
this.FilePath.TabIndex = 7;
|
|
|
//
|
|
//
|
|
|
// ChooseFile
|
|
// ChooseFile
|
|
|
//
|
|
//
|
|
|
- this.ChooseFile.Location = new System.Drawing.Point(240, 359);
|
|
|
|
|
|
|
+ this.ChooseFile.Location = new System.Drawing.Point(218, 593);
|
|
|
this.ChooseFile.Name = "ChooseFile";
|
|
this.ChooseFile.Name = "ChooseFile";
|
|
|
this.ChooseFile.Size = new System.Drawing.Size(160, 42);
|
|
this.ChooseFile.Size = new System.Drawing.Size(160, 42);
|
|
|
this.ChooseFile.TabIndex = 8;
|
|
this.ChooseFile.TabIndex = 8;
|
|
@@ -81,7 +87,7 @@
|
|
|
//
|
|
//
|
|
|
// UploadSOP
|
|
// UploadSOP
|
|
|
//
|
|
//
|
|
|
- this.UploadSOP.Location = new System.Drawing.Point(446, 359);
|
|
|
|
|
|
|
+ this.UploadSOP.Location = new System.Drawing.Point(424, 593);
|
|
|
this.UploadSOP.Name = "UploadSOP";
|
|
this.UploadSOP.Name = "UploadSOP";
|
|
|
this.UploadSOP.Size = new System.Drawing.Size(160, 42);
|
|
this.UploadSOP.Size = new System.Drawing.Size(160, 42);
|
|
|
this.UploadSOP.TabIndex = 9;
|
|
this.UploadSOP.TabIndex = 9;
|
|
@@ -91,17 +97,19 @@
|
|
|
//
|
|
//
|
|
|
// pr_code
|
|
// pr_code
|
|
|
//
|
|
//
|
|
|
- this.pr_code.Location = new System.Drawing.Point(240, 151);
|
|
|
|
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(218, 152);
|
|
|
this.pr_code.Name = "pr_code";
|
|
this.pr_code.Name = "pr_code";
|
|
|
- this.pr_code.Size = new System.Drawing.Size(300, 35);
|
|
|
|
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(582, 35);
|
|
|
this.pr_code.TabIndex = 11;
|
|
this.pr_code.TabIndex = 11;
|
|
|
this.pr_code.Text = "TEST";
|
|
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);
|
|
|
//
|
|
//
|
|
|
// label2
|
|
// label2
|
|
|
//
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label2.Location = new System.Drawing.Point(41, 146);
|
|
|
|
|
|
|
+ this.label2.Location = new System.Drawing.Point(19, 147);
|
|
|
this.label2.Name = "label2";
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(146, 41);
|
|
this.label2.Size = new System.Drawing.Size(146, 41);
|
|
|
this.label2.TabIndex = 10;
|
|
this.label2.TabIndex = 10;
|
|
@@ -109,16 +117,16 @@
|
|
|
//
|
|
//
|
|
|
// OperatResult
|
|
// OperatResult
|
|
|
//
|
|
//
|
|
|
- this.OperatResult.Location = new System.Drawing.Point(874, 79);
|
|
|
|
|
|
|
+ this.OperatResult.Location = new System.Drawing.Point(823, 80);
|
|
|
this.OperatResult.Name = "OperatResult";
|
|
this.OperatResult.Name = "OperatResult";
|
|
|
- this.OperatResult.Size = new System.Drawing.Size(628, 758);
|
|
|
|
|
|
|
+ this.OperatResult.Size = new System.Drawing.Size(591, 758);
|
|
|
this.OperatResult.TabIndex = 12;
|
|
this.OperatResult.TabIndex = 12;
|
|
|
this.OperatResult.Text = "";
|
|
this.OperatResult.Text = "";
|
|
|
this.OperatResult.TextChanged += new System.EventHandler(this.OperatResult_TextChanged);
|
|
this.OperatResult.TextChanged += new System.EventHandler(this.OperatResult_TextChanged);
|
|
|
//
|
|
//
|
|
|
// SendSop
|
|
// SendSop
|
|
|
//
|
|
//
|
|
|
- this.SendSop.Location = new System.Drawing.Point(662, 359);
|
|
|
|
|
|
|
+ this.SendSop.Location = new System.Drawing.Point(640, 593);
|
|
|
this.SendSop.Name = "SendSop";
|
|
this.SendSop.Name = "SendSop";
|
|
|
this.SendSop.Size = new System.Drawing.Size(160, 42);
|
|
this.SendSop.Size = new System.Drawing.Size(160, 42);
|
|
|
this.SendSop.TabIndex = 13;
|
|
this.SendSop.TabIndex = 13;
|
|
@@ -126,11 +134,78 @@
|
|
|
this.SendSop.UseVisualStyleBackColor = true;
|
|
this.SendSop.UseVisualStyleBackColor = true;
|
|
|
this.SendSop.Click += new System.EventHandler(this.SendSop_Click);
|
|
this.SendSop.Click += new System.EventHandler(this.SendSop_Click);
|
|
|
//
|
|
//
|
|
|
|
|
+ // label3
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label3.AutoSize = true;
|
|
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
+ this.label3.Location = new System.Drawing.Point(19, 240);
|
|
|
|
|
+ this.label3.Name = "label3";
|
|
|
|
|
+ this.label3.Size = new System.Drawing.Size(146, 41);
|
|
|
|
|
+ this.label3.TabIndex = 14;
|
|
|
|
|
+ this.label3.Text = "产品名称";
|
|
|
|
|
+ //
|
|
|
|
|
+ // label4
|
|
|
|
|
+ //
|
|
|
|
|
+ this.label4.AutoSize = true;
|
|
|
|
|
+ this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
+ this.label4.Location = new System.Drawing.Point(19, 333);
|
|
|
|
|
+ this.label4.Name = "label4";
|
|
|
|
|
+ this.label4.Size = new System.Drawing.Size(146, 41);
|
|
|
|
|
+ this.label4.TabIndex = 15;
|
|
|
|
|
+ this.label4.Text = "产品规格";
|
|
|
|
|
+ //
|
|
|
|
|
+ // pr_detail
|
|
|
|
|
+ //
|
|
|
|
|
+ this.pr_detail.AutoSize = true;
|
|
|
|
|
+ this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(211, 240);
|
|
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
|
|
+ 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.Name = "JPG";
|
|
|
|
|
+ this.JPG.Size = new System.Drawing.Size(89, 28);
|
|
|
|
|
+ this.JPG.TabIndex = 18;
|
|
|
|
|
+ this.JPG.TabStop = true;
|
|
|
|
|
+ this.JPG.Text = "图片";
|
|
|
|
|
+ this.JPG.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // PDF
|
|
|
|
|
+ //
|
|
|
|
|
+ this.PDF.AutoSize = true;
|
|
|
|
|
+ this.PDF.Location = new System.Drawing.Point(382, 516);
|
|
|
|
|
+ this.PDF.Name = "PDF";
|
|
|
|
|
+ this.PDF.Size = new System.Drawing.Size(77, 28);
|
|
|
|
|
+ this.PDF.TabIndex = 18;
|
|
|
|
|
+ this.PDF.TabStop = true;
|
|
|
|
|
+ this.PDF.Text = "PDF";
|
|
|
|
|
+ this.PDF.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
// SOP
|
|
// SOP
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1585, 934);
|
|
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(1442, 934);
|
|
|
|
|
+ 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);
|
|
|
this.Controls.Add(this.SendSop);
|
|
this.Controls.Add(this.SendSop);
|
|
|
this.Controls.Add(this.OperatResult);
|
|
this.Controls.Add(this.OperatResult);
|
|
|
this.Controls.Add(this.pr_code);
|
|
this.Controls.Add(this.pr_code);
|
|
@@ -140,8 +215,10 @@
|
|
|
this.Controls.Add(this.FilePath);
|
|
this.Controls.Add(this.FilePath);
|
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.richTextBox1);
|
|
this.Controls.Add(this.richTextBox1);
|
|
|
|
|
+ this.MaximizeBox = false;
|
|
|
this.Name = "SOP";
|
|
this.Name = "SOP";
|
|
|
- this.Text = "Form3";
|
|
|
|
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
|
+ this.Text = "SOP管理";
|
|
|
this.Load += new System.EventHandler(this.Form3_Load);
|
|
this.Load += new System.EventHandler(this.Form3_Load);
|
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
@@ -159,5 +236,11 @@
|
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.RichTextBox OperatResult;
|
|
private System.Windows.Forms.RichTextBox OperatResult;
|
|
|
private System.Windows.Forms.Button SendSop;
|
|
private System.Windows.Forms.Button SendSop;
|
|
|
|
|
+ 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;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|