SOP_PNE.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. namespace FileWatcher
  2. {
  3. partial class SOP_PNE
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  29. this.ChoosePath = new System.Windows.Forms.OpenFileDialog();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.FilePath = new System.Windows.Forms.TextBox();
  32. this.ChooseFile = new System.Windows.Forms.Button();
  33. this.UploadSOP = new System.Windows.Forms.Button();
  34. this.pr_code = new System.Windows.Forms.TextBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.OperatResult = new System.Windows.Forms.RichTextBox();
  37. this.SendSop = new System.Windows.Forms.Button();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.pr_detail = new System.Windows.Forms.Label();
  41. this.JPG = new System.Windows.Forms.RadioButton();
  42. this.PDF = new System.Windows.Forms.RadioButton();
  43. this.pr_spec = new System.Windows.Forms.RichTextBox();
  44. this.SuspendLayout();
  45. //
  46. // richTextBox1
  47. //
  48. this.richTextBox1.Location = new System.Drawing.Point(-43, -88);
  49. this.richTextBox1.Name = "richTextBox1";
  50. this.richTextBox1.Size = new System.Drawing.Size(100, 96);
  51. this.richTextBox1.TabIndex = 5;
  52. this.richTextBox1.Text = "";
  53. //
  54. // ChoosePath
  55. //
  56. this.ChoosePath.FileName = "ChoosePath";
  57. //
  58. // label1
  59. //
  60. this.label1.AutoSize = true;
  61. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  62. this.label1.Location = new System.Drawing.Point(19, 448);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(146, 41);
  65. this.label1.TabIndex = 6;
  66. this.label1.Text = "SOP文件";
  67. //
  68. // FilePath
  69. //
  70. this.FilePath.Enabled = false;
  71. this.FilePath.Location = new System.Drawing.Point(218, 453);
  72. this.FilePath.Name = "FilePath";
  73. this.FilePath.Size = new System.Drawing.Size(582, 35);
  74. this.FilePath.TabIndex = 7;
  75. //
  76. // ChooseFile
  77. //
  78. this.ChooseFile.Location = new System.Drawing.Point(218, 611);
  79. this.ChooseFile.Name = "ChooseFile";
  80. this.ChooseFile.Size = new System.Drawing.Size(160, 42);
  81. this.ChooseFile.TabIndex = 8;
  82. this.ChooseFile.Text = "选择文件";
  83. this.ChooseFile.UseVisualStyleBackColor = true;
  84. this.ChooseFile.Click += new System.EventHandler(this.ChooseFile_Click);
  85. //
  86. // UploadSOP
  87. //
  88. this.UploadSOP.Location = new System.Drawing.Point(424, 611);
  89. this.UploadSOP.Name = "UploadSOP";
  90. this.UploadSOP.Size = new System.Drawing.Size(160, 42);
  91. this.UploadSOP.TabIndex = 9;
  92. this.UploadSOP.Text = "上传文件";
  93. this.UploadSOP.UseVisualStyleBackColor = true;
  94. this.UploadSOP.Click += new System.EventHandler(this.UploadSOP_Click);
  95. //
  96. // pr_code
  97. //
  98. this.pr_code.Location = new System.Drawing.Point(218, 152);
  99. this.pr_code.Name = "pr_code";
  100. this.pr_code.Size = new System.Drawing.Size(582, 35);
  101. this.pr_code.TabIndex = 11;
  102. this.pr_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_code_KeyDown);
  103. this.pr_code.Leave += new System.EventHandler(this.pr_code_Leave);
  104. //
  105. // label2
  106. //
  107. this.label2.AutoSize = true;
  108. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  109. this.label2.Location = new System.Drawing.Point(19, 147);
  110. this.label2.Name = "label2";
  111. this.label2.Size = new System.Drawing.Size(146, 41);
  112. this.label2.TabIndex = 10;
  113. this.label2.Text = "产品编号";
  114. //
  115. // OperatResult
  116. //
  117. this.OperatResult.Location = new System.Drawing.Point(823, 32);
  118. this.OperatResult.Name = "OperatResult";
  119. this.OperatResult.Size = new System.Drawing.Size(1110, 874);
  120. this.OperatResult.TabIndex = 12;
  121. this.OperatResult.Text = "";
  122. this.OperatResult.TextChanged += new System.EventHandler(this.OperatResult_TextChanged);
  123. //
  124. // SendSop
  125. //
  126. this.SendSop.Location = new System.Drawing.Point(640, 611);
  127. this.SendSop.Name = "SendSop";
  128. this.SendSop.Size = new System.Drawing.Size(160, 42);
  129. this.SendSop.TabIndex = 13;
  130. this.SendSop.Text = "广播SOP";
  131. this.SendSop.UseVisualStyleBackColor = true;
  132. this.SendSop.Click += new System.EventHandler(this.SendSop_Click);
  133. //
  134. // label3
  135. //
  136. this.label3.AutoSize = true;
  137. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  138. this.label3.Location = new System.Drawing.Point(19, 240);
  139. this.label3.Name = "label3";
  140. this.label3.Size = new System.Drawing.Size(146, 41);
  141. this.label3.TabIndex = 14;
  142. this.label3.Text = "产品名称";
  143. //
  144. // label4
  145. //
  146. this.label4.AutoSize = true;
  147. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  148. this.label4.Location = new System.Drawing.Point(19, 333);
  149. this.label4.Name = "label4";
  150. this.label4.Size = new System.Drawing.Size(146, 41);
  151. this.label4.TabIndex = 15;
  152. this.label4.Text = "产品规格";
  153. //
  154. // pr_detail
  155. //
  156. this.pr_detail.AutoSize = true;
  157. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  158. this.pr_detail.Location = new System.Drawing.Point(211, 240);
  159. this.pr_detail.Name = "pr_detail";
  160. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  161. this.pr_detail.TabIndex = 16;
  162. //
  163. // JPG
  164. //
  165. this.JPG.AutoSize = true;
  166. this.JPG.Checked = true;
  167. this.JPG.Location = new System.Drawing.Point(251, 534);
  168. this.JPG.Name = "JPG";
  169. this.JPG.Size = new System.Drawing.Size(89, 28);
  170. this.JPG.TabIndex = 18;
  171. this.JPG.TabStop = true;
  172. this.JPG.Text = "图片";
  173. this.JPG.UseVisualStyleBackColor = true;
  174. //
  175. // PDF
  176. //
  177. this.PDF.AutoSize = true;
  178. this.PDF.Location = new System.Drawing.Point(382, 534);
  179. this.PDF.Name = "PDF";
  180. this.PDF.Size = new System.Drawing.Size(77, 28);
  181. this.PDF.TabIndex = 18;
  182. this.PDF.TabStop = true;
  183. this.PDF.Text = "PDF";
  184. this.PDF.UseVisualStyleBackColor = true;
  185. //
  186. // pr_spec
  187. //
  188. this.pr_spec.Enabled = false;
  189. this.pr_spec.Location = new System.Drawing.Point(218, 341);
  190. this.pr_spec.Name = "pr_spec";
  191. this.pr_spec.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
  192. this.pr_spec.Size = new System.Drawing.Size(580, 94);
  193. this.pr_spec.TabIndex = 19;
  194. this.pr_spec.Text = "";
  195. //
  196. // SOP
  197. //
  198. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  199. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  200. this.ClientSize = new System.Drawing.Size(1945, 934);
  201. this.Controls.Add(this.pr_spec);
  202. this.Controls.Add(this.PDF);
  203. this.Controls.Add(this.JPG);
  204. this.Controls.Add(this.pr_detail);
  205. this.Controls.Add(this.label4);
  206. this.Controls.Add(this.label3);
  207. this.Controls.Add(this.SendSop);
  208. this.Controls.Add(this.OperatResult);
  209. this.Controls.Add(this.pr_code);
  210. this.Controls.Add(this.label2);
  211. this.Controls.Add(this.UploadSOP);
  212. this.Controls.Add(this.ChooseFile);
  213. this.Controls.Add(this.FilePath);
  214. this.Controls.Add(this.label1);
  215. this.Controls.Add(this.richTextBox1);
  216. this.MaximizeBox = false;
  217. this.Name = "SOP";
  218. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  219. this.Text = "SOP管理";
  220. this.Load += new System.EventHandler(this.Form3_Load);
  221. this.ResumeLayout(false);
  222. this.PerformLayout();
  223. }
  224. #endregion
  225. private System.Windows.Forms.RichTextBox richTextBox1;
  226. private System.Windows.Forms.OpenFileDialog ChoosePath;
  227. private System.Windows.Forms.Label label1;
  228. private System.Windows.Forms.TextBox FilePath;
  229. private System.Windows.Forms.Button ChooseFile;
  230. private System.Windows.Forms.Button UploadSOP;
  231. private System.Windows.Forms.TextBox pr_code;
  232. private System.Windows.Forms.Label label2;
  233. private System.Windows.Forms.RichTextBox OperatResult;
  234. private System.Windows.Forms.Button SendSop;
  235. private System.Windows.Forms.Label label3;
  236. private System.Windows.Forms.Label label4;
  237. private System.Windows.Forms.Label pr_detail;
  238. private System.Windows.Forms.RadioButton JPG;
  239. private System.Windows.Forms.RadioButton PDF;
  240. private System.Windows.Forms.RichTextBox pr_spec;
  241. }
  242. }