Query_SOP.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546
  1. using UAS_MES_NEW.CustomControl.TextBoxWithIcon;
  2. namespace UAS_MES_NEW.Query
  3. {
  4. partial class Query_SOP
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  30. this.ChoosePath = new System.Windows.Forms.OpenFileDialog();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.FilePath = new System.Windows.Forms.TextBox();
  33. this.ChooseFile = new System.Windows.Forms.Button();
  34. this.UploadSOP = new System.Windows.Forms.Button();
  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.JPG = new System.Windows.Forms.RadioButton();
  39. this.SendDGV = new System.Windows.Forms.DataGridView();
  40. this.CheckColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  41. this.fp_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.fp_path = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.psd_iskey = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.issend = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.ChooseALL = new System.Windows.Forms.Button();
  46. this.GetSOP = new System.Windows.Forms.Button();
  47. this.ChoosePrint = new System.Windows.Forms.Button();
  48. this.PrintPath = new System.Windows.Forms.TextBox();
  49. this.label3 = new System.Windows.Forms.Label();
  50. this.label4 = new System.Windows.Forms.Label();
  51. this.label6 = new System.Windows.Forms.Label();
  52. this.label7 = new System.Windows.Forms.Label();
  53. this.X = new System.Windows.Forms.NumericUpDown();
  54. this.Y = new System.Windows.Forms.NumericUpDown();
  55. this.label8 = new System.Windows.Forms.Label();
  56. this.ps_code = new System.Windows.Forms.Label();
  57. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  58. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.ps_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  63. this.DateCode = new System.Windows.Forms.DateTimePicker();
  64. this.label5 = new System.Windows.Forms.Label();
  65. this.VaildDate = new System.Windows.Forms.CheckBox();
  66. this.RowCount = new System.Windows.Forms.NumericUpDown();
  67. this.label9 = new System.Windows.Forms.Label();
  68. ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.X)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.Y)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.RowCount)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // richTextBox1
  75. //
  76. this.richTextBox1.Location = new System.Drawing.Point(-43, -88);
  77. this.richTextBox1.Name = "richTextBox1";
  78. this.richTextBox1.Size = new System.Drawing.Size(100, 96);
  79. this.richTextBox1.TabIndex = 5;
  80. this.richTextBox1.Text = "";
  81. //
  82. // ChoosePath
  83. //
  84. this.ChoosePath.FileName = "ChoosePath";
  85. //
  86. // label1
  87. //
  88. this.label1.AutoSize = true;
  89. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  90. this.label1.Location = new System.Drawing.Point(19, 448);
  91. this.label1.Name = "label1";
  92. this.label1.Size = new System.Drawing.Size(146, 41);
  93. this.label1.TabIndex = 6;
  94. this.label1.Text = "SOP文件";
  95. //
  96. // FilePath
  97. //
  98. this.FilePath.Enabled = false;
  99. this.FilePath.Location = new System.Drawing.Point(218, 453);
  100. this.FilePath.Name = "FilePath";
  101. this.FilePath.Size = new System.Drawing.Size(582, 35);
  102. this.FilePath.TabIndex = 7;
  103. //
  104. // ChooseFile
  105. //
  106. this.ChooseFile.Location = new System.Drawing.Point(216, 613);
  107. this.ChooseFile.Name = "ChooseFile";
  108. this.ChooseFile.Size = new System.Drawing.Size(160, 42);
  109. this.ChooseFile.TabIndex = 8;
  110. this.ChooseFile.Text = "选择文件";
  111. this.ChooseFile.UseVisualStyleBackColor = true;
  112. this.ChooseFile.Click += new System.EventHandler(this.ChooseFile_Click);
  113. //
  114. // UploadSOP
  115. //
  116. this.UploadSOP.Location = new System.Drawing.Point(422, 613);
  117. this.UploadSOP.Name = "UploadSOP";
  118. this.UploadSOP.Size = new System.Drawing.Size(160, 42);
  119. this.UploadSOP.TabIndex = 9;
  120. this.UploadSOP.Text = "上传文件";
  121. this.UploadSOP.UseVisualStyleBackColor = true;
  122. this.UploadSOP.Click += new System.EventHandler(this.UploadSOP_Click);
  123. //
  124. // label2
  125. //
  126. this.label2.AutoSize = true;
  127. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  128. this.label2.Location = new System.Drawing.Point(19, 311);
  129. this.label2.Name = "label2";
  130. this.label2.Size = new System.Drawing.Size(82, 41);
  131. this.label2.TabIndex = 10;
  132. this.label2.Text = "机型";
  133. //
  134. // OperatResult
  135. //
  136. this.OperatResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  137. | System.Windows.Forms.AnchorStyles.Right)));
  138. this.OperatResult.Location = new System.Drawing.Point(865, 841);
  139. this.OperatResult.Name = "OperatResult";
  140. this.OperatResult.Size = new System.Drawing.Size(1068, 381);
  141. this.OperatResult.TabIndex = 12;
  142. this.OperatResult.Text = "";
  143. this.OperatResult.TextChanged += new System.EventHandler(this.OperatResult_TextChanged);
  144. //
  145. // SendSop
  146. //
  147. this.SendSop.Location = new System.Drawing.Point(638, 613);
  148. this.SendSop.Name = "SendSop";
  149. this.SendSop.Size = new System.Drawing.Size(160, 42);
  150. this.SendSop.TabIndex = 13;
  151. this.SendSop.Text = "广播SOP";
  152. this.SendSop.UseVisualStyleBackColor = true;
  153. this.SendSop.Click += new System.EventHandler(this.SendSop_Click);
  154. //
  155. // JPG
  156. //
  157. this.JPG.AutoSize = true;
  158. this.JPG.Checked = true;
  159. this.JPG.Location = new System.Drawing.Point(251, 534);
  160. this.JPG.Name = "JPG";
  161. this.JPG.Size = new System.Drawing.Size(89, 28);
  162. this.JPG.TabIndex = 18;
  163. this.JPG.TabStop = true;
  164. this.JPG.Text = "图片";
  165. this.JPG.UseVisualStyleBackColor = true;
  166. //
  167. // SendDGV
  168. //
  169. this.SendDGV.AllowUserToAddRows = false;
  170. this.SendDGV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  171. | System.Windows.Forms.AnchorStyles.Right)));
  172. this.SendDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  173. this.SendDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  174. this.CheckColumn,
  175. this.fp_name,
  176. this.fp_path,
  177. this.psd_iskey,
  178. this.issend});
  179. this.SendDGV.Location = new System.Drawing.Point(865, 61);
  180. this.SendDGV.Name = "SendDGV";
  181. this.SendDGV.RowHeadersWidth = 82;
  182. this.SendDGV.RowTemplate.Height = 37;
  183. this.SendDGV.Size = new System.Drawing.Size(1068, 759);
  184. this.SendDGV.TabIndex = 22;
  185. this.SendDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.SendDGV_CellPainting);
  186. //
  187. // CheckColumn
  188. //
  189. this.CheckColumn.DataPropertyName = "CheckColumn";
  190. this.CheckColumn.HeaderText = "勾选";
  191. this.CheckColumn.MinimumWidth = 100;
  192. this.CheckColumn.Name = "CheckColumn";
  193. this.CheckColumn.Width = 200;
  194. //
  195. // fp_name
  196. //
  197. this.fp_name.DataPropertyName = "fp_name";
  198. this.fp_name.HeaderText = "文件名";
  199. this.fp_name.MinimumWidth = 10;
  200. this.fp_name.Name = "fp_name";
  201. this.fp_name.Width = 200;
  202. //
  203. // fp_path
  204. //
  205. this.fp_path.DataPropertyName = "fp_path";
  206. this.fp_path.HeaderText = "路径";
  207. this.fp_path.MinimumWidth = 10;
  208. this.fp_path.Name = "fp_path";
  209. this.fp_path.Width = 200;
  210. //
  211. // psd_iskey
  212. //
  213. this.psd_iskey.DataPropertyName = "psd_iskey";
  214. this.psd_iskey.HeaderText = "是否关键工序";
  215. this.psd_iskey.MinimumWidth = 10;
  216. this.psd_iskey.Name = "psd_iskey";
  217. this.psd_iskey.Width = 200;
  218. //
  219. // issend
  220. //
  221. this.issend.DataPropertyName = "issend";
  222. this.issend.HeaderText = "是否成功发送";
  223. this.issend.MinimumWidth = 10;
  224. this.issend.Name = "issend";
  225. this.issend.Visible = false;
  226. this.issend.Width = 200;
  227. //
  228. // ChooseALL
  229. //
  230. this.ChooseALL.Location = new System.Drawing.Point(865, 61);
  231. this.ChooseALL.Name = "ChooseALL";
  232. this.ChooseALL.Size = new System.Drawing.Size(80, 42);
  233. this.ChooseALL.TabIndex = 23;
  234. this.ChooseALL.Text = "全选";
  235. this.ChooseALL.UseVisualStyleBackColor = true;
  236. this.ChooseALL.Click += new System.EventHandler(this.ChooseALL_Click);
  237. //
  238. // GetSOP
  239. //
  240. this.GetSOP.Location = new System.Drawing.Point(638, 379);
  241. this.GetSOP.Name = "GetSOP";
  242. this.GetSOP.Size = new System.Drawing.Size(160, 42);
  243. this.GetSOP.TabIndex = 26;
  244. this.GetSOP.Text = "获取SOP";
  245. this.GetSOP.UseVisualStyleBackColor = true;
  246. this.GetSOP.Click += new System.EventHandler(this.GetSOP_Click);
  247. //
  248. // ChoosePrint
  249. //
  250. this.ChoosePrint.Location = new System.Drawing.Point(649, 726);
  251. this.ChoosePrint.Name = "ChoosePrint";
  252. this.ChoosePrint.Size = new System.Drawing.Size(160, 42);
  253. this.ChoosePrint.TabIndex = 27;
  254. this.ChoosePrint.Text = "选择电子章";
  255. this.ChoosePrint.UseVisualStyleBackColor = true;
  256. this.ChoosePrint.Click += new System.EventHandler(this.ChoosePrint_Click);
  257. //
  258. // PrintPath
  259. //
  260. this.PrintPath.Enabled = false;
  261. this.PrintPath.Location = new System.Drawing.Point(216, 732);
  262. this.PrintPath.Name = "PrintPath";
  263. this.PrintPath.Size = new System.Drawing.Size(416, 35);
  264. this.PrintPath.TabIndex = 28;
  265. //
  266. // label3
  267. //
  268. this.label3.AutoSize = true;
  269. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  270. this.label3.Location = new System.Drawing.Point(10, 726);
  271. this.label3.Name = "label3";
  272. this.label3.Size = new System.Drawing.Size(178, 41);
  273. this.label3.TabIndex = 29;
  274. this.label3.Text = "添加电子章";
  275. //
  276. // label4
  277. //
  278. this.label4.AutoSize = true;
  279. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  280. this.label4.Location = new System.Drawing.Point(10, 807);
  281. this.label4.Name = "label4";
  282. this.label4.Size = new System.Drawing.Size(178, 41);
  283. this.label4.TabIndex = 30;
  284. this.label4.Text = "电子章坐标";
  285. //
  286. // label6
  287. //
  288. this.label6.AutoSize = true;
  289. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
  290. this.label6.Location = new System.Drawing.Point(209, 807);
  291. this.label6.Name = "label6";
  292. this.label6.Size = new System.Drawing.Size(39, 41);
  293. this.label6.TabIndex = 31;
  294. this.label6.Text = "X";
  295. //
  296. // label7
  297. //
  298. this.label7.AutoSize = true;
  299. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F);
  300. this.label7.Location = new System.Drawing.Point(403, 807);
  301. this.label7.Name = "label7";
  302. this.label7.Size = new System.Drawing.Size(37, 41);
  303. this.label7.TabIndex = 32;
  304. this.label7.Text = "Y";
  305. //
  306. // X
  307. //
  308. this.X.Location = new System.Drawing.Point(256, 813);
  309. this.X.Name = "X";
  310. this.X.Size = new System.Drawing.Size(120, 35);
  311. this.X.TabIndex = 33;
  312. this.X.Value = new decimal(new int[] {
  313. 20,
  314. 0,
  315. 0,
  316. 0});
  317. //
  318. // Y
  319. //
  320. this.Y.Location = new System.Drawing.Point(462, 813);
  321. this.Y.Name = "Y";
  322. this.Y.Size = new System.Drawing.Size(120, 35);
  323. this.Y.TabIndex = 34;
  324. //
  325. // label8
  326. //
  327. this.label8.AutoSize = true;
  328. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F);
  329. this.label8.Location = new System.Drawing.Point(19, 205);
  330. this.label8.Name = "label8";
  331. this.label8.Size = new System.Drawing.Size(114, 41);
  332. this.label8.TabIndex = 35;
  333. this.label8.Text = "流水号";
  334. //
  335. // ps_code
  336. //
  337. this.ps_code.AutoSize = true;
  338. this.ps_code.Font = new System.Drawing.Font("微软雅黑", 12F);
  339. this.ps_code.Location = new System.Drawing.Point(211, 205);
  340. this.ps_code.Name = "ps_code";
  341. this.ps_code.Size = new System.Drawing.Size(0, 41);
  342. this.ps_code.TabIndex = 36;
  343. //
  344. // dataGridViewCheckBoxColumn1
  345. //
  346. this.dataGridViewCheckBoxColumn1.DataPropertyName = "CheckColumn";
  347. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  348. this.dataGridViewCheckBoxColumn1.MinimumWidth = 100;
  349. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  350. this.dataGridViewCheckBoxColumn1.Width = 200;
  351. //
  352. // dataGridViewTextBoxColumn1
  353. //
  354. this.dataGridViewTextBoxColumn1.DataPropertyName = "fp_name";
  355. this.dataGridViewTextBoxColumn1.HeaderText = "文件名";
  356. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  357. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  358. this.dataGridViewTextBoxColumn1.Width = 200;
  359. //
  360. // dataGridViewTextBoxColumn2
  361. //
  362. this.dataGridViewTextBoxColumn2.DataPropertyName = "fp_path";
  363. this.dataGridViewTextBoxColumn2.HeaderText = "路径";
  364. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  365. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  366. this.dataGridViewTextBoxColumn2.Width = 200;
  367. //
  368. // dataGridViewTextBoxColumn3
  369. //
  370. this.dataGridViewTextBoxColumn3.DataPropertyName = "psd_iskey";
  371. this.dataGridViewTextBoxColumn3.HeaderText = "是否关键工序";
  372. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  373. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  374. this.dataGridViewTextBoxColumn3.Width = 200;
  375. //
  376. // dataGridViewTextBoxColumn4
  377. //
  378. this.dataGridViewTextBoxColumn4.DataPropertyName = "issend";
  379. this.dataGridViewTextBoxColumn4.HeaderText = "是否成功发送";
  380. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  381. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  382. this.dataGridViewTextBoxColumn4.Visible = false;
  383. this.dataGridViewTextBoxColumn4.Width = 200;
  384. //
  385. // ps_prodcode
  386. //
  387. this.ps_prodcode.AllPower = null;
  388. this.ps_prodcode.Caller = null;
  389. this.ps_prodcode.Condition = null;
  390. this.ps_prodcode.DBTitle = null;
  391. this.ps_prodcode.FormName = null;
  392. this.ps_prodcode.Location = new System.Drawing.Point(216, 311);
  393. this.ps_prodcode.Name = "ps_prodcode";
  394. this.ps_prodcode.Power = null;
  395. this.ps_prodcode.ReturnData = null;
  396. this.ps_prodcode.SelectField = null;
  397. this.ps_prodcode.SetValueField = null;
  398. this.ps_prodcode.Size = new System.Drawing.Size(582, 41);
  399. this.ps_prodcode.TabIndex = 24;
  400. this.ps_prodcode.TableName = null;
  401. this.ps_prodcode.TextBoxEnable = false;
  402. this.ps_prodcode.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ps_prodcode_UserControlTextChanged);
  403. //
  404. // DateCode
  405. //
  406. this.DateCode.Location = new System.Drawing.Point(216, 905);
  407. this.DateCode.Name = "DateCode";
  408. this.DateCode.Size = new System.Drawing.Size(200, 35);
  409. this.DateCode.TabIndex = 37;
  410. //
  411. // label5
  412. //
  413. this.label5.AutoSize = true;
  414. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  415. this.label5.Location = new System.Drawing.Point(10, 899);
  416. this.label5.Name = "label5";
  417. this.label5.Size = new System.Drawing.Size(178, 41);
  418. this.label5.TabIndex = 38;
  419. this.label5.Text = "文件有效期";
  420. //
  421. // VaildDate
  422. //
  423. this.VaildDate.AutoSize = true;
  424. this.VaildDate.Location = new System.Drawing.Point(451, 911);
  425. this.VaildDate.Name = "VaildDate";
  426. this.VaildDate.Size = new System.Drawing.Size(162, 28);
  427. this.VaildDate.TabIndex = 39;
  428. this.VaildDate.Text = "管控有效期";
  429. this.VaildDate.UseVisualStyleBackColor = true;
  430. //
  431. // RowCount
  432. //
  433. this.RowCount.Location = new System.Drawing.Point(218, 985);
  434. this.RowCount.Name = "RowCount";
  435. this.RowCount.Size = new System.Drawing.Size(120, 35);
  436. this.RowCount.TabIndex = 40;
  437. this.RowCount.Value = new decimal(new int[] {
  438. 40,
  439. 0,
  440. 0,
  441. 0});
  442. //
  443. // label9
  444. //
  445. this.label9.AutoSize = true;
  446. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F);
  447. this.label9.Location = new System.Drawing.Point(19, 979);
  448. this.label9.Name = "label9";
  449. this.label9.Size = new System.Drawing.Size(146, 41);
  450. this.label9.TabIndex = 41;
  451. this.label9.Text = "截取行数";
  452. //
  453. // Query_SOP
  454. //
  455. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  456. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  457. this.ClientSize = new System.Drawing.Size(1945, 1234);
  458. this.Controls.Add(this.label9);
  459. this.Controls.Add(this.RowCount);
  460. this.Controls.Add(this.VaildDate);
  461. this.Controls.Add(this.label5);
  462. this.Controls.Add(this.DateCode);
  463. this.Controls.Add(this.ps_code);
  464. this.Controls.Add(this.label8);
  465. this.Controls.Add(this.Y);
  466. this.Controls.Add(this.X);
  467. this.Controls.Add(this.label7);
  468. this.Controls.Add(this.label6);
  469. this.Controls.Add(this.label4);
  470. this.Controls.Add(this.label3);
  471. this.Controls.Add(this.PrintPath);
  472. this.Controls.Add(this.ChoosePrint);
  473. this.Controls.Add(this.GetSOP);
  474. this.Controls.Add(this.ps_prodcode);
  475. this.Controls.Add(this.ChooseALL);
  476. this.Controls.Add(this.SendDGV);
  477. this.Controls.Add(this.JPG);
  478. this.Controls.Add(this.SendSop);
  479. this.Controls.Add(this.OperatResult);
  480. this.Controls.Add(this.label2);
  481. this.Controls.Add(this.UploadSOP);
  482. this.Controls.Add(this.ChooseFile);
  483. this.Controls.Add(this.FilePath);
  484. this.Controls.Add(this.label1);
  485. this.Controls.Add(this.richTextBox1);
  486. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  487. this.Name = "Query_SOP";
  488. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  489. this.Text = "SOP管理";
  490. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  491. this.Load += new System.EventHandler(this.Form3_Load);
  492. ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).EndInit();
  493. ((System.ComponentModel.ISupportInitialize)(this.X)).EndInit();
  494. ((System.ComponentModel.ISupportInitialize)(this.Y)).EndInit();
  495. ((System.ComponentModel.ISupportInitialize)(this.RowCount)).EndInit();
  496. this.ResumeLayout(false);
  497. this.PerformLayout();
  498. }
  499. #endregion
  500. private System.Windows.Forms.RichTextBox richTextBox1;
  501. private System.Windows.Forms.OpenFileDialog ChoosePath;
  502. private System.Windows.Forms.Label label1;
  503. private System.Windows.Forms.TextBox FilePath;
  504. private System.Windows.Forms.Button ChooseFile;
  505. private System.Windows.Forms.Button UploadSOP;
  506. private System.Windows.Forms.Label label2;
  507. private System.Windows.Forms.RichTextBox OperatResult;
  508. private System.Windows.Forms.Button SendSop;
  509. private System.Windows.Forms.RadioButton JPG;
  510. private System.Windows.Forms.DataGridView SendDGV;
  511. private System.Windows.Forms.Button ChooseALL;
  512. private SearchTextBox ps_prodcode;
  513. private System.Windows.Forms.Button GetSOP;
  514. private System.Windows.Forms.DataGridViewCheckBoxColumn CheckColumn;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn fp_name;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn fp_path;
  517. private System.Windows.Forms.DataGridViewTextBoxColumn psd_iskey;
  518. private System.Windows.Forms.DataGridViewTextBoxColumn issend;
  519. private System.Windows.Forms.Button ChoosePrint;
  520. private System.Windows.Forms.TextBox PrintPath;
  521. private System.Windows.Forms.Label label3;
  522. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  523. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  524. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  525. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  526. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  527. private System.Windows.Forms.Label label4;
  528. private System.Windows.Forms.Label label6;
  529. private System.Windows.Forms.Label label7;
  530. private System.Windows.Forms.NumericUpDown X;
  531. private System.Windows.Forms.NumericUpDown Y;
  532. private System.Windows.Forms.Label label8;
  533. private System.Windows.Forms.Label ps_code;
  534. private System.Windows.Forms.DateTimePicker DateCode;
  535. private System.Windows.Forms.Label label5;
  536. private System.Windows.Forms.CheckBox VaildDate;
  537. private System.Windows.Forms.NumericUpDown RowCount;
  538. private System.Windows.Forms.Label label9;
  539. }
  540. }