Query_SOP.Designer.cs 28 KB

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