SOP.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. namespace FileWatcher
  2. {
  3. partial class SOP
  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.pr_spec = new System.Windows.Forms.RichTextBox();
  43. this.li_code = new System.Windows.Forms.TextBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.SendDGV = new System.Windows.Forms.DataGridView();
  46. this.CheckColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  47. this.fp_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.fp_path = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.issend = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.ChooseALL = new System.Windows.Forms.Button();
  51. ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // richTextBox1
  55. //
  56. this.richTextBox1.Location = new System.Drawing.Point(-43, -88);
  57. this.richTextBox1.Name = "richTextBox1";
  58. this.richTextBox1.Size = new System.Drawing.Size(100, 96);
  59. this.richTextBox1.TabIndex = 5;
  60. this.richTextBox1.Text = "";
  61. //
  62. // ChoosePath
  63. //
  64. this.ChoosePath.FileName = "ChoosePath";
  65. //
  66. // label1
  67. //
  68. this.label1.AutoSize = true;
  69. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  70. this.label1.Location = new System.Drawing.Point(19, 448);
  71. this.label1.Name = "label1";
  72. this.label1.Size = new System.Drawing.Size(146, 41);
  73. this.label1.TabIndex = 6;
  74. this.label1.Text = "SOP文件";
  75. //
  76. // FilePath
  77. //
  78. this.FilePath.Enabled = false;
  79. this.FilePath.Location = new System.Drawing.Point(218, 453);
  80. this.FilePath.Name = "FilePath";
  81. this.FilePath.Size = new System.Drawing.Size(582, 35);
  82. this.FilePath.TabIndex = 7;
  83. //
  84. // ChooseFile
  85. //
  86. this.ChooseFile.Location = new System.Drawing.Point(218, 666);
  87. this.ChooseFile.Name = "ChooseFile";
  88. this.ChooseFile.Size = new System.Drawing.Size(160, 42);
  89. this.ChooseFile.TabIndex = 8;
  90. this.ChooseFile.Text = "选择文件";
  91. this.ChooseFile.UseVisualStyleBackColor = true;
  92. this.ChooseFile.Click += new System.EventHandler(this.ChooseFile_Click);
  93. //
  94. // UploadSOP
  95. //
  96. this.UploadSOP.Location = new System.Drawing.Point(424, 666);
  97. this.UploadSOP.Name = "UploadSOP";
  98. this.UploadSOP.Size = new System.Drawing.Size(160, 42);
  99. this.UploadSOP.TabIndex = 9;
  100. this.UploadSOP.Text = "上传文件";
  101. this.UploadSOP.UseVisualStyleBackColor = true;
  102. this.UploadSOP.Click += new System.EventHandler(this.UploadSOP_Click);
  103. //
  104. // pr_code
  105. //
  106. this.pr_code.Location = new System.Drawing.Point(218, 361);
  107. this.pr_code.Name = "pr_code";
  108. this.pr_code.Size = new System.Drawing.Size(582, 35);
  109. this.pr_code.TabIndex = 11;
  110. this.pr_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_code_KeyDown);
  111. this.pr_code.Leave += new System.EventHandler(this.pr_code_Leave);
  112. //
  113. // label2
  114. //
  115. this.label2.AutoSize = true;
  116. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  117. this.label2.Location = new System.Drawing.Point(19, 356);
  118. this.label2.Name = "label2";
  119. this.label2.Size = new System.Drawing.Size(82, 41);
  120. this.label2.TabIndex = 10;
  121. this.label2.Text = "机型";
  122. //
  123. // OperatResult
  124. //
  125. this.OperatResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  126. | System.Windows.Forms.AnchorStyles.Right)));
  127. this.OperatResult.Location = new System.Drawing.Point(865, 841);
  128. this.OperatResult.Name = "OperatResult";
  129. this.OperatResult.Size = new System.Drawing.Size(1068, 381);
  130. this.OperatResult.TabIndex = 12;
  131. this.OperatResult.Text = "";
  132. this.OperatResult.TextChanged += new System.EventHandler(this.OperatResult_TextChanged);
  133. //
  134. // SendSop
  135. //
  136. this.SendSop.Location = new System.Drawing.Point(640, 666);
  137. this.SendSop.Name = "SendSop";
  138. this.SendSop.Size = new System.Drawing.Size(160, 42);
  139. this.SendSop.TabIndex = 13;
  140. this.SendSop.Text = "广播SOP";
  141. this.SendSop.UseVisualStyleBackColor = true;
  142. this.SendSop.Click += new System.EventHandler(this.SendSop_Click);
  143. //
  144. // label3
  145. //
  146. this.label3.AutoSize = true;
  147. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  148. this.label3.Location = new System.Drawing.Point(19, 22);
  149. this.label3.Name = "label3";
  150. this.label3.Size = new System.Drawing.Size(146, 41);
  151. this.label3.TabIndex = 14;
  152. this.label3.Text = "产品名称";
  153. this.label3.Visible = false;
  154. //
  155. // label4
  156. //
  157. this.label4.AutoSize = true;
  158. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  159. this.label4.Location = new System.Drawing.Point(19, 115);
  160. this.label4.Name = "label4";
  161. this.label4.Size = new System.Drawing.Size(146, 41);
  162. this.label4.TabIndex = 15;
  163. this.label4.Text = "产品规格";
  164. this.label4.Visible = false;
  165. //
  166. // pr_detail
  167. //
  168. this.pr_detail.AutoSize = true;
  169. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  170. this.pr_detail.Location = new System.Drawing.Point(211, 22);
  171. this.pr_detail.Name = "pr_detail";
  172. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  173. this.pr_detail.TabIndex = 16;
  174. this.pr_detail.Visible = false;
  175. //
  176. // JPG
  177. //
  178. this.JPG.AutoSize = true;
  179. this.JPG.Checked = true;
  180. this.JPG.Location = new System.Drawing.Point(251, 534);
  181. this.JPG.Name = "JPG";
  182. this.JPG.Size = new System.Drawing.Size(89, 28);
  183. this.JPG.TabIndex = 18;
  184. this.JPG.TabStop = true;
  185. this.JPG.Text = "图片";
  186. this.JPG.UseVisualStyleBackColor = true;
  187. //
  188. // pr_spec
  189. //
  190. this.pr_spec.Enabled = false;
  191. this.pr_spec.Location = new System.Drawing.Point(218, 123);
  192. this.pr_spec.Name = "pr_spec";
  193. this.pr_spec.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
  194. this.pr_spec.Size = new System.Drawing.Size(580, 94);
  195. this.pr_spec.TabIndex = 19;
  196. this.pr_spec.Text = "";
  197. this.pr_spec.Visible = false;
  198. //
  199. // li_code
  200. //
  201. this.li_code.Location = new System.Drawing.Point(218, 585);
  202. this.li_code.Name = "li_code";
  203. this.li_code.Size = new System.Drawing.Size(582, 35);
  204. this.li_code.TabIndex = 21;
  205. //
  206. // label5
  207. //
  208. this.label5.AutoSize = true;
  209. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  210. this.label5.Location = new System.Drawing.Point(19, 580);
  211. this.label5.Name = "label5";
  212. this.label5.Size = new System.Drawing.Size(82, 41);
  213. this.label5.TabIndex = 20;
  214. this.label5.Text = "线别";
  215. //
  216. // SendDGV
  217. //
  218. this.SendDGV.AllowUserToAddRows = false;
  219. this.SendDGV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  220. | System.Windows.Forms.AnchorStyles.Right)));
  221. this.SendDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  222. this.SendDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  223. this.CheckColumn,
  224. this.fp_name,
  225. this.fp_path,
  226. this.issend});
  227. this.SendDGV.Location = new System.Drawing.Point(865, 61);
  228. this.SendDGV.Name = "SendDGV";
  229. this.SendDGV.RowHeadersWidth = 82;
  230. this.SendDGV.RowTemplate.Height = 37;
  231. this.SendDGV.Size = new System.Drawing.Size(1068, 759);
  232. this.SendDGV.TabIndex = 22;
  233. //
  234. // CheckColumn
  235. //
  236. this.CheckColumn.DataPropertyName = "CheckColumn";
  237. this.CheckColumn.HeaderText = "勾选";
  238. this.CheckColumn.MinimumWidth = 100;
  239. this.CheckColumn.Name = "CheckColumn";
  240. this.CheckColumn.Width = 200;
  241. //
  242. // fp_name
  243. //
  244. this.fp_name.DataPropertyName = "fp_name";
  245. this.fp_name.HeaderText = "文件名";
  246. this.fp_name.MinimumWidth = 10;
  247. this.fp_name.Name = "fp_name";
  248. this.fp_name.Width = 200;
  249. //
  250. // fp_path
  251. //
  252. this.fp_path.DataPropertyName = "fp_path";
  253. this.fp_path.HeaderText = "路径";
  254. this.fp_path.MinimumWidth = 10;
  255. this.fp_path.Name = "fp_path";
  256. this.fp_path.Width = 200;
  257. //
  258. // issend
  259. //
  260. this.issend.DataPropertyName = "issend";
  261. this.issend.HeaderText = "是否成功发送";
  262. this.issend.MinimumWidth = 10;
  263. this.issend.Name = "issend";
  264. this.issend.Width = 200;
  265. //
  266. // ChooseALL
  267. //
  268. this.ChooseALL.Location = new System.Drawing.Point(865, 61);
  269. this.ChooseALL.Name = "ChooseALL";
  270. this.ChooseALL.Size = new System.Drawing.Size(80, 42);
  271. this.ChooseALL.TabIndex = 23;
  272. this.ChooseALL.Text = "全选";
  273. this.ChooseALL.UseVisualStyleBackColor = true;
  274. this.ChooseALL.Click += new System.EventHandler(this.ChooseALL_Click);
  275. //
  276. // SOP
  277. //
  278. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  279. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  280. this.ClientSize = new System.Drawing.Size(1945, 1234);
  281. this.Controls.Add(this.ChooseALL);
  282. this.Controls.Add(this.SendDGV);
  283. this.Controls.Add(this.li_code);
  284. this.Controls.Add(this.label5);
  285. this.Controls.Add(this.pr_spec);
  286. this.Controls.Add(this.JPG);
  287. this.Controls.Add(this.pr_detail);
  288. this.Controls.Add(this.label4);
  289. this.Controls.Add(this.label3);
  290. this.Controls.Add(this.SendSop);
  291. this.Controls.Add(this.OperatResult);
  292. this.Controls.Add(this.pr_code);
  293. this.Controls.Add(this.label2);
  294. this.Controls.Add(this.UploadSOP);
  295. this.Controls.Add(this.ChooseFile);
  296. this.Controls.Add(this.FilePath);
  297. this.Controls.Add(this.label1);
  298. this.Controls.Add(this.richTextBox1);
  299. this.Name = "SOP";
  300. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  301. this.Text = "SOP管理";
  302. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  303. this.Load += new System.EventHandler(this.Form3_Load);
  304. ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).EndInit();
  305. this.ResumeLayout(false);
  306. this.PerformLayout();
  307. }
  308. #endregion
  309. private System.Windows.Forms.RichTextBox richTextBox1;
  310. private System.Windows.Forms.OpenFileDialog ChoosePath;
  311. private System.Windows.Forms.Label label1;
  312. private System.Windows.Forms.TextBox FilePath;
  313. private System.Windows.Forms.Button ChooseFile;
  314. private System.Windows.Forms.Button UploadSOP;
  315. private System.Windows.Forms.TextBox pr_code;
  316. private System.Windows.Forms.Label label2;
  317. private System.Windows.Forms.RichTextBox OperatResult;
  318. private System.Windows.Forms.Button SendSop;
  319. private System.Windows.Forms.Label label3;
  320. private System.Windows.Forms.Label label4;
  321. private System.Windows.Forms.Label pr_detail;
  322. private System.Windows.Forms.RadioButton JPG;
  323. private System.Windows.Forms.RichTextBox pr_spec;
  324. private System.Windows.Forms.TextBox li_code;
  325. private System.Windows.Forms.Label label5;
  326. private System.Windows.Forms.DataGridView SendDGV;
  327. private System.Windows.Forms.Button ChooseALL;
  328. private System.Windows.Forms.DataGridViewCheckBoxColumn CheckColumn;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn fp_name;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn fp_path;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn issend;
  332. }
  333. }