Query_SOP.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  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.label5 = new System.Windows.Forms.Label();
  40. this.SendDGV = new System.Windows.Forms.DataGridView();
  41. this.ChooseALL = new System.Windows.Forms.Button();
  42. this.GetSOP = new System.Windows.Forms.Button();
  43. this.ChoosePrint = new System.Windows.Forms.Button();
  44. this.PrintPath = new System.Windows.Forms.TextBox();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  47. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  52. this.ps_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  53. this.CheckColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  54. this.fp_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.fp_path = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.psd_iskey = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.issend = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.label4 = new System.Windows.Forms.Label();
  59. this.label6 = new System.Windows.Forms.Label();
  60. this.label7 = new System.Windows.Forms.Label();
  61. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  62. this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
  63. ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // richTextBox1
  69. //
  70. this.richTextBox1.Location = new System.Drawing.Point(-43, -88);
  71. this.richTextBox1.Name = "richTextBox1";
  72. this.richTextBox1.Size = new System.Drawing.Size(100, 96);
  73. this.richTextBox1.TabIndex = 5;
  74. this.richTextBox1.Text = "";
  75. //
  76. // ChoosePath
  77. //
  78. this.ChoosePath.FileName = "ChoosePath";
  79. //
  80. // label1
  81. //
  82. this.label1.AutoSize = true;
  83. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  84. this.label1.Location = new System.Drawing.Point(19, 448);
  85. this.label1.Name = "label1";
  86. this.label1.Size = new System.Drawing.Size(146, 41);
  87. this.label1.TabIndex = 6;
  88. this.label1.Text = "SOP文件";
  89. //
  90. // FilePath
  91. //
  92. this.FilePath.Enabled = false;
  93. this.FilePath.Location = new System.Drawing.Point(218, 453);
  94. this.FilePath.Name = "FilePath";
  95. this.FilePath.Size = new System.Drawing.Size(582, 35);
  96. this.FilePath.TabIndex = 7;
  97. //
  98. // ChooseFile
  99. //
  100. this.ChooseFile.Location = new System.Drawing.Point(218, 666);
  101. this.ChooseFile.Name = "ChooseFile";
  102. this.ChooseFile.Size = new System.Drawing.Size(160, 42);
  103. this.ChooseFile.TabIndex = 8;
  104. this.ChooseFile.Text = "选择文件";
  105. this.ChooseFile.UseVisualStyleBackColor = true;
  106. this.ChooseFile.Click += new System.EventHandler(this.ChooseFile_Click);
  107. //
  108. // UploadSOP
  109. //
  110. this.UploadSOP.Location = new System.Drawing.Point(424, 666);
  111. this.UploadSOP.Name = "UploadSOP";
  112. this.UploadSOP.Size = new System.Drawing.Size(160, 42);
  113. this.UploadSOP.TabIndex = 9;
  114. this.UploadSOP.Text = "上传文件";
  115. this.UploadSOP.UseVisualStyleBackColor = true;
  116. this.UploadSOP.Click += new System.EventHandler(this.UploadSOP_Click);
  117. //
  118. // label2
  119. //
  120. this.label2.AutoSize = true;
  121. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  122. this.label2.Location = new System.Drawing.Point(19, 311);
  123. this.label2.Name = "label2";
  124. this.label2.Size = new System.Drawing.Size(82, 41);
  125. this.label2.TabIndex = 10;
  126. this.label2.Text = "机型";
  127. //
  128. // OperatResult
  129. //
  130. this.OperatResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  131. | System.Windows.Forms.AnchorStyles.Right)));
  132. this.OperatResult.Location = new System.Drawing.Point(865, 841);
  133. this.OperatResult.Name = "OperatResult";
  134. this.OperatResult.Size = new System.Drawing.Size(1068, 381);
  135. this.OperatResult.TabIndex = 12;
  136. this.OperatResult.Text = "";
  137. this.OperatResult.TextChanged += new System.EventHandler(this.OperatResult_TextChanged);
  138. //
  139. // SendSop
  140. //
  141. this.SendSop.Location = new System.Drawing.Point(640, 666);
  142. this.SendSop.Name = "SendSop";
  143. this.SendSop.Size = new System.Drawing.Size(160, 42);
  144. this.SendSop.TabIndex = 13;
  145. this.SendSop.Text = "广播SOP";
  146. this.SendSop.UseVisualStyleBackColor = true;
  147. this.SendSop.Click += new System.EventHandler(this.SendSop_Click);
  148. //
  149. // JPG
  150. //
  151. this.JPG.AutoSize = true;
  152. this.JPG.Checked = true;
  153. this.JPG.Location = new System.Drawing.Point(251, 534);
  154. this.JPG.Name = "JPG";
  155. this.JPG.Size = new System.Drawing.Size(89, 28);
  156. this.JPG.TabIndex = 18;
  157. this.JPG.TabStop = true;
  158. this.JPG.Text = "图片";
  159. this.JPG.UseVisualStyleBackColor = true;
  160. //
  161. // label5
  162. //
  163. this.label5.AutoSize = true;
  164. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  165. this.label5.Location = new System.Drawing.Point(19, 580);
  166. this.label5.Name = "label5";
  167. this.label5.Size = new System.Drawing.Size(82, 41);
  168. this.label5.TabIndex = 20;
  169. this.label5.Text = "线别";
  170. //
  171. // SendDGV
  172. //
  173. this.SendDGV.AllowUserToAddRows = false;
  174. this.SendDGV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  175. | System.Windows.Forms.AnchorStyles.Right)));
  176. this.SendDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  177. this.SendDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  178. this.CheckColumn,
  179. this.fp_name,
  180. this.fp_path,
  181. this.psd_iskey,
  182. this.issend});
  183. this.SendDGV.Location = new System.Drawing.Point(865, 61);
  184. this.SendDGV.Name = "SendDGV";
  185. this.SendDGV.RowHeadersWidth = 82;
  186. this.SendDGV.RowTemplate.Height = 37;
  187. this.SendDGV.Size = new System.Drawing.Size(1068, 759);
  188. this.SendDGV.TabIndex = 22;
  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(651, 779);
  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(218, 785);
  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(12, 779);
  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. // dataGridViewCheckBoxColumn1
  239. //
  240. this.dataGridViewCheckBoxColumn1.DataPropertyName = "CheckColumn";
  241. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  242. this.dataGridViewCheckBoxColumn1.MinimumWidth = 100;
  243. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  244. this.dataGridViewCheckBoxColumn1.Width = 200;
  245. //
  246. // dataGridViewTextBoxColumn1
  247. //
  248. this.dataGridViewTextBoxColumn1.DataPropertyName = "fp_name";
  249. this.dataGridViewTextBoxColumn1.HeaderText = "文件名";
  250. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  251. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  252. this.dataGridViewTextBoxColumn1.Width = 200;
  253. //
  254. // dataGridViewTextBoxColumn2
  255. //
  256. this.dataGridViewTextBoxColumn2.DataPropertyName = "fp_path";
  257. this.dataGridViewTextBoxColumn2.HeaderText = "路径";
  258. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  259. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  260. this.dataGridViewTextBoxColumn2.Width = 200;
  261. //
  262. // dataGridViewTextBoxColumn3
  263. //
  264. this.dataGridViewTextBoxColumn3.DataPropertyName = "psd_iskey";
  265. this.dataGridViewTextBoxColumn3.HeaderText = "是否关键工序";
  266. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  267. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  268. this.dataGridViewTextBoxColumn3.Width = 200;
  269. //
  270. // dataGridViewTextBoxColumn4
  271. //
  272. this.dataGridViewTextBoxColumn4.DataPropertyName = "issend";
  273. this.dataGridViewTextBoxColumn4.HeaderText = "是否成功发送";
  274. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  275. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  276. this.dataGridViewTextBoxColumn4.Visible = false;
  277. this.dataGridViewTextBoxColumn4.Width = 200;
  278. //
  279. // li_code
  280. //
  281. this.li_code.AllPower = null;
  282. this.li_code.Caller = null;
  283. this.li_code.Condition = null;
  284. this.li_code.DBTitle = null;
  285. this.li_code.FormName = null;
  286. this.li_code.Location = new System.Drawing.Point(218, 580);
  287. this.li_code.Name = "li_code";
  288. this.li_code.Power = null;
  289. this.li_code.ReturnData = null;
  290. this.li_code.SelectField = null;
  291. this.li_code.SetValueField = null;
  292. this.li_code.Size = new System.Drawing.Size(582, 41);
  293. this.li_code.TabIndex = 25;
  294. this.li_code.TableName = null;
  295. this.li_code.TextBoxEnable = false;
  296. //
  297. // ps_prodcode
  298. //
  299. this.ps_prodcode.AllPower = null;
  300. this.ps_prodcode.Caller = null;
  301. this.ps_prodcode.Condition = null;
  302. this.ps_prodcode.DBTitle = null;
  303. this.ps_prodcode.FormName = null;
  304. this.ps_prodcode.Location = new System.Drawing.Point(216, 311);
  305. this.ps_prodcode.Name = "ps_prodcode";
  306. this.ps_prodcode.Power = null;
  307. this.ps_prodcode.ReturnData = null;
  308. this.ps_prodcode.SelectField = null;
  309. this.ps_prodcode.SetValueField = null;
  310. this.ps_prodcode.Size = new System.Drawing.Size(582, 41);
  311. this.ps_prodcode.TabIndex = 24;
  312. this.ps_prodcode.TableName = null;
  313. this.ps_prodcode.TextBoxEnable = false;
  314. this.ps_prodcode.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ps_prodcode_UserControlTextChanged);
  315. //
  316. // CheckColumn
  317. //
  318. this.CheckColumn.DataPropertyName = "CheckColumn";
  319. this.CheckColumn.HeaderText = "勾选";
  320. this.CheckColumn.MinimumWidth = 100;
  321. this.CheckColumn.Name = "CheckColumn";
  322. this.CheckColumn.Width = 200;
  323. //
  324. // fp_name
  325. //
  326. this.fp_name.DataPropertyName = "fp_name";
  327. this.fp_name.HeaderText = "文件名";
  328. this.fp_name.MinimumWidth = 10;
  329. this.fp_name.Name = "fp_name";
  330. this.fp_name.Width = 200;
  331. //
  332. // fp_path
  333. //
  334. this.fp_path.DataPropertyName = "fp_path";
  335. this.fp_path.HeaderText = "路径";
  336. this.fp_path.MinimumWidth = 10;
  337. this.fp_path.Name = "fp_path";
  338. this.fp_path.Width = 200;
  339. //
  340. // psd_iskey
  341. //
  342. this.psd_iskey.DataPropertyName = "psd_iskey";
  343. this.psd_iskey.HeaderText = "是否关键工序";
  344. this.psd_iskey.MinimumWidth = 10;
  345. this.psd_iskey.Name = "psd_iskey";
  346. this.psd_iskey.Width = 200;
  347. //
  348. // issend
  349. //
  350. this.issend.DataPropertyName = "issend";
  351. this.issend.HeaderText = "是否成功发送";
  352. this.issend.MinimumWidth = 10;
  353. this.issend.Name = "issend";
  354. this.issend.Visible = false;
  355. this.issend.Width = 200;
  356. //
  357. // label4
  358. //
  359. this.label4.AutoSize = true;
  360. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  361. this.label4.Location = new System.Drawing.Point(12, 860);
  362. this.label4.Name = "label4";
  363. this.label4.Size = new System.Drawing.Size(178, 41);
  364. this.label4.TabIndex = 30;
  365. this.label4.Text = "电子章坐标";
  366. //
  367. // label6
  368. //
  369. this.label6.AutoSize = true;
  370. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
  371. this.label6.Location = new System.Drawing.Point(211, 860);
  372. this.label6.Name = "label6";
  373. this.label6.Size = new System.Drawing.Size(39, 41);
  374. this.label6.TabIndex = 31;
  375. this.label6.Text = "X";
  376. //
  377. // label7
  378. //
  379. this.label7.AutoSize = true;
  380. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F);
  381. this.label7.Location = new System.Drawing.Point(405, 860);
  382. this.label7.Name = "label7";
  383. this.label7.Size = new System.Drawing.Size(37, 41);
  384. this.label7.TabIndex = 32;
  385. this.label7.Text = "Y";
  386. //
  387. // numericUpDown1
  388. //
  389. this.numericUpDown1.Location = new System.Drawing.Point(258, 866);
  390. this.numericUpDown1.Name = "numericUpDown1";
  391. this.numericUpDown1.Size = new System.Drawing.Size(120, 35);
  392. this.numericUpDown1.TabIndex = 33;
  393. //
  394. // numericUpDown2
  395. //
  396. this.numericUpDown2.Location = new System.Drawing.Point(464, 866);
  397. this.numericUpDown2.Name = "numericUpDown2";
  398. this.numericUpDown2.Size = new System.Drawing.Size(120, 35);
  399. this.numericUpDown2.TabIndex = 34;
  400. this.numericUpDown2.Value = new decimal(new int[] {
  401. 18,
  402. 0,
  403. 0,
  404. 0});
  405. //
  406. // Query_SOP
  407. //
  408. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  409. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  410. this.ClientSize = new System.Drawing.Size(1945, 1234);
  411. this.Controls.Add(this.numericUpDown2);
  412. this.Controls.Add(this.numericUpDown1);
  413. this.Controls.Add(this.label7);
  414. this.Controls.Add(this.label6);
  415. this.Controls.Add(this.label4);
  416. this.Controls.Add(this.label3);
  417. this.Controls.Add(this.PrintPath);
  418. this.Controls.Add(this.ChoosePrint);
  419. this.Controls.Add(this.GetSOP);
  420. this.Controls.Add(this.li_code);
  421. this.Controls.Add(this.ps_prodcode);
  422. this.Controls.Add(this.ChooseALL);
  423. this.Controls.Add(this.SendDGV);
  424. this.Controls.Add(this.label5);
  425. this.Controls.Add(this.JPG);
  426. this.Controls.Add(this.SendSop);
  427. this.Controls.Add(this.OperatResult);
  428. this.Controls.Add(this.label2);
  429. this.Controls.Add(this.UploadSOP);
  430. this.Controls.Add(this.ChooseFile);
  431. this.Controls.Add(this.FilePath);
  432. this.Controls.Add(this.label1);
  433. this.Controls.Add(this.richTextBox1);
  434. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  435. this.Name = "Query_SOP";
  436. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  437. this.Text = "SOP管理";
  438. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  439. this.Load += new System.EventHandler(this.Form3_Load);
  440. ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).EndInit();
  441. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  442. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
  443. this.ResumeLayout(false);
  444. this.PerformLayout();
  445. }
  446. #endregion
  447. private System.Windows.Forms.RichTextBox richTextBox1;
  448. private System.Windows.Forms.OpenFileDialog ChoosePath;
  449. private System.Windows.Forms.Label label1;
  450. private System.Windows.Forms.TextBox FilePath;
  451. private System.Windows.Forms.Button ChooseFile;
  452. private System.Windows.Forms.Button UploadSOP;
  453. private System.Windows.Forms.Label label2;
  454. private System.Windows.Forms.RichTextBox OperatResult;
  455. private System.Windows.Forms.Button SendSop;
  456. private System.Windows.Forms.RadioButton JPG;
  457. private System.Windows.Forms.Label label5;
  458. private System.Windows.Forms.DataGridView SendDGV;
  459. private System.Windows.Forms.Button ChooseALL;
  460. private SearchTextBox ps_prodcode;
  461. private SearchTextBox li_code;
  462. private System.Windows.Forms.Button GetSOP;
  463. private System.Windows.Forms.DataGridViewCheckBoxColumn CheckColumn;
  464. private System.Windows.Forms.DataGridViewTextBoxColumn fp_name;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn fp_path;
  466. private System.Windows.Forms.DataGridViewTextBoxColumn psd_iskey;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn issend;
  468. private System.Windows.Forms.Button ChoosePrint;
  469. private System.Windows.Forms.TextBox PrintPath;
  470. private System.Windows.Forms.Label label3;
  471. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  472. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  473. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  474. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  475. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  476. private System.Windows.Forms.Label label4;
  477. private System.Windows.Forms.Label label6;
  478. private System.Windows.Forms.Label label7;
  479. private System.Windows.Forms.NumericUpDown numericUpDown1;
  480. private System.Windows.Forms.NumericUpDown numericUpDown2;
  481. }
  482. }