Query_SOP.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  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.label4 = new System.Windows.Forms.Label();
  47. this.label6 = new System.Windows.Forms.Label();
  48. this.label7 = new System.Windows.Forms.Label();
  49. this.X = new System.Windows.Forms.NumericUpDown();
  50. this.Y = new System.Windows.Forms.NumericUpDown();
  51. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  52. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  57. this.ps_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  58. this.CheckColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  59. this.fp_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.fp_path = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.psd_iskey = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.issend = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.X)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.Y)).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. this.SendDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.SendDGV_CellPainting);
  190. //
  191. // ChooseALL
  192. //
  193. this.ChooseALL.Location = new System.Drawing.Point(865, 61);
  194. this.ChooseALL.Name = "ChooseALL";
  195. this.ChooseALL.Size = new System.Drawing.Size(80, 42);
  196. this.ChooseALL.TabIndex = 23;
  197. this.ChooseALL.Text = "全选";
  198. this.ChooseALL.UseVisualStyleBackColor = true;
  199. this.ChooseALL.Click += new System.EventHandler(this.ChooseALL_Click);
  200. //
  201. // GetSOP
  202. //
  203. this.GetSOP.Location = new System.Drawing.Point(638, 379);
  204. this.GetSOP.Name = "GetSOP";
  205. this.GetSOP.Size = new System.Drawing.Size(160, 42);
  206. this.GetSOP.TabIndex = 26;
  207. this.GetSOP.Text = "获取SOP";
  208. this.GetSOP.UseVisualStyleBackColor = true;
  209. this.GetSOP.Click += new System.EventHandler(this.GetSOP_Click);
  210. //
  211. // ChoosePrint
  212. //
  213. this.ChoosePrint.Location = new System.Drawing.Point(651, 779);
  214. this.ChoosePrint.Name = "ChoosePrint";
  215. this.ChoosePrint.Size = new System.Drawing.Size(160, 42);
  216. this.ChoosePrint.TabIndex = 27;
  217. this.ChoosePrint.Text = "选择电子章";
  218. this.ChoosePrint.UseVisualStyleBackColor = true;
  219. this.ChoosePrint.Click += new System.EventHandler(this.ChoosePrint_Click);
  220. //
  221. // PrintPath
  222. //
  223. this.PrintPath.Enabled = false;
  224. this.PrintPath.Location = new System.Drawing.Point(218, 785);
  225. this.PrintPath.Name = "PrintPath";
  226. this.PrintPath.Size = new System.Drawing.Size(416, 35);
  227. this.PrintPath.TabIndex = 28;
  228. //
  229. // label3
  230. //
  231. this.label3.AutoSize = true;
  232. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  233. this.label3.Location = new System.Drawing.Point(12, 779);
  234. this.label3.Name = "label3";
  235. this.label3.Size = new System.Drawing.Size(178, 41);
  236. this.label3.TabIndex = 29;
  237. this.label3.Text = "添加电子章";
  238. //
  239. // label4
  240. //
  241. this.label4.AutoSize = true;
  242. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  243. this.label4.Location = new System.Drawing.Point(12, 860);
  244. this.label4.Name = "label4";
  245. this.label4.Size = new System.Drawing.Size(178, 41);
  246. this.label4.TabIndex = 30;
  247. this.label4.Text = "电子章坐标";
  248. //
  249. // label6
  250. //
  251. this.label6.AutoSize = true;
  252. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
  253. this.label6.Location = new System.Drawing.Point(211, 860);
  254. this.label6.Name = "label6";
  255. this.label6.Size = new System.Drawing.Size(39, 41);
  256. this.label6.TabIndex = 31;
  257. this.label6.Text = "X";
  258. //
  259. // label7
  260. //
  261. this.label7.AutoSize = true;
  262. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F);
  263. this.label7.Location = new System.Drawing.Point(405, 860);
  264. this.label7.Name = "label7";
  265. this.label7.Size = new System.Drawing.Size(37, 41);
  266. this.label7.TabIndex = 32;
  267. this.label7.Text = "Y";
  268. //
  269. // X
  270. //
  271. this.X.Location = new System.Drawing.Point(258, 866);
  272. this.X.Name = "X";
  273. this.X.Size = new System.Drawing.Size(120, 35);
  274. this.X.TabIndex = 33;
  275. this.X.Value = new decimal(new int[] {
  276. 20,
  277. 0,
  278. 0,
  279. 0});
  280. //
  281. // Y
  282. //
  283. this.Y.Location = new System.Drawing.Point(464, 866);
  284. this.Y.Name = "Y";
  285. this.Y.Size = new System.Drawing.Size(120, 35);
  286. this.Y.TabIndex = 34;
  287. //
  288. // dataGridViewCheckBoxColumn1
  289. //
  290. this.dataGridViewCheckBoxColumn1.DataPropertyName = "CheckColumn";
  291. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  292. this.dataGridViewCheckBoxColumn1.MinimumWidth = 100;
  293. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  294. this.dataGridViewCheckBoxColumn1.Width = 200;
  295. //
  296. // dataGridViewTextBoxColumn1
  297. //
  298. this.dataGridViewTextBoxColumn1.DataPropertyName = "fp_name";
  299. this.dataGridViewTextBoxColumn1.HeaderText = "文件名";
  300. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  301. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  302. this.dataGridViewTextBoxColumn1.Width = 200;
  303. //
  304. // dataGridViewTextBoxColumn2
  305. //
  306. this.dataGridViewTextBoxColumn2.DataPropertyName = "fp_path";
  307. this.dataGridViewTextBoxColumn2.HeaderText = "路径";
  308. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  309. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  310. this.dataGridViewTextBoxColumn2.Width = 200;
  311. //
  312. // dataGridViewTextBoxColumn3
  313. //
  314. this.dataGridViewTextBoxColumn3.DataPropertyName = "psd_iskey";
  315. this.dataGridViewTextBoxColumn3.HeaderText = "是否关键工序";
  316. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  317. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  318. this.dataGridViewTextBoxColumn3.Width = 200;
  319. //
  320. // dataGridViewTextBoxColumn4
  321. //
  322. this.dataGridViewTextBoxColumn4.DataPropertyName = "issend";
  323. this.dataGridViewTextBoxColumn4.HeaderText = "是否成功发送";
  324. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  325. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  326. this.dataGridViewTextBoxColumn4.Visible = false;
  327. this.dataGridViewTextBoxColumn4.Width = 200;
  328. //
  329. // li_code
  330. //
  331. this.li_code.AllPower = null;
  332. this.li_code.Caller = null;
  333. this.li_code.Condition = null;
  334. this.li_code.DBTitle = null;
  335. this.li_code.FormName = null;
  336. this.li_code.Location = new System.Drawing.Point(218, 580);
  337. this.li_code.Name = "li_code";
  338. this.li_code.Power = null;
  339. this.li_code.ReturnData = null;
  340. this.li_code.SelectField = null;
  341. this.li_code.SetValueField = null;
  342. this.li_code.Size = new System.Drawing.Size(582, 41);
  343. this.li_code.TabIndex = 25;
  344. this.li_code.TableName = null;
  345. this.li_code.TextBoxEnable = false;
  346. //
  347. // ps_prodcode
  348. //
  349. this.ps_prodcode.AllPower = null;
  350. this.ps_prodcode.Caller = null;
  351. this.ps_prodcode.Condition = null;
  352. this.ps_prodcode.DBTitle = null;
  353. this.ps_prodcode.FormName = null;
  354. this.ps_prodcode.Location = new System.Drawing.Point(216, 311);
  355. this.ps_prodcode.Name = "ps_prodcode";
  356. this.ps_prodcode.Power = null;
  357. this.ps_prodcode.ReturnData = null;
  358. this.ps_prodcode.SelectField = null;
  359. this.ps_prodcode.SetValueField = null;
  360. this.ps_prodcode.Size = new System.Drawing.Size(582, 41);
  361. this.ps_prodcode.TabIndex = 24;
  362. this.ps_prodcode.TableName = null;
  363. this.ps_prodcode.TextBoxEnable = false;
  364. this.ps_prodcode.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ps_prodcode_UserControlTextChanged);
  365. //
  366. // CheckColumn
  367. //
  368. this.CheckColumn.DataPropertyName = "CheckColumn";
  369. this.CheckColumn.HeaderText = "勾选";
  370. this.CheckColumn.MinimumWidth = 100;
  371. this.CheckColumn.Name = "CheckColumn";
  372. this.CheckColumn.Width = 200;
  373. //
  374. // fp_name
  375. //
  376. this.fp_name.DataPropertyName = "fp_name";
  377. this.fp_name.HeaderText = "文件名";
  378. this.fp_name.MinimumWidth = 10;
  379. this.fp_name.Name = "fp_name";
  380. this.fp_name.Width = 200;
  381. //
  382. // fp_path
  383. //
  384. this.fp_path.DataPropertyName = "fp_path";
  385. this.fp_path.HeaderText = "路径";
  386. this.fp_path.MinimumWidth = 10;
  387. this.fp_path.Name = "fp_path";
  388. this.fp_path.Width = 200;
  389. //
  390. // psd_iskey
  391. //
  392. this.psd_iskey.DataPropertyName = "psd_iskey";
  393. this.psd_iskey.HeaderText = "是否关键工序";
  394. this.psd_iskey.MinimumWidth = 10;
  395. this.psd_iskey.Name = "psd_iskey";
  396. this.psd_iskey.Width = 200;
  397. //
  398. // issend
  399. //
  400. this.issend.DataPropertyName = "issend";
  401. this.issend.HeaderText = "是否成功发送";
  402. this.issend.MinimumWidth = 10;
  403. this.issend.Name = "issend";
  404. this.issend.Visible = false;
  405. this.issend.Width = 200;
  406. //
  407. // Query_SOP
  408. //
  409. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  410. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  411. this.ClientSize = new System.Drawing.Size(1945, 1234);
  412. this.Controls.Add(this.Y);
  413. this.Controls.Add(this.X);
  414. this.Controls.Add(this.label7);
  415. this.Controls.Add(this.label6);
  416. this.Controls.Add(this.label4);
  417. this.Controls.Add(this.label3);
  418. this.Controls.Add(this.PrintPath);
  419. this.Controls.Add(this.ChoosePrint);
  420. this.Controls.Add(this.GetSOP);
  421. this.Controls.Add(this.li_code);
  422. this.Controls.Add(this.ps_prodcode);
  423. this.Controls.Add(this.ChooseALL);
  424. this.Controls.Add(this.SendDGV);
  425. this.Controls.Add(this.label5);
  426. this.Controls.Add(this.JPG);
  427. this.Controls.Add(this.SendSop);
  428. this.Controls.Add(this.OperatResult);
  429. this.Controls.Add(this.label2);
  430. this.Controls.Add(this.UploadSOP);
  431. this.Controls.Add(this.ChooseFile);
  432. this.Controls.Add(this.FilePath);
  433. this.Controls.Add(this.label1);
  434. this.Controls.Add(this.richTextBox1);
  435. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  436. this.Name = "Query_SOP";
  437. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  438. this.Text = "SOP管理";
  439. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  440. this.Load += new System.EventHandler(this.Form3_Load);
  441. ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).EndInit();
  442. ((System.ComponentModel.ISupportInitialize)(this.X)).EndInit();
  443. ((System.ComponentModel.ISupportInitialize)(this.Y)).EndInit();
  444. this.ResumeLayout(false);
  445. this.PerformLayout();
  446. }
  447. #endregion
  448. private System.Windows.Forms.RichTextBox richTextBox1;
  449. private System.Windows.Forms.OpenFileDialog ChoosePath;
  450. private System.Windows.Forms.Label label1;
  451. private System.Windows.Forms.TextBox FilePath;
  452. private System.Windows.Forms.Button ChooseFile;
  453. private System.Windows.Forms.Button UploadSOP;
  454. private System.Windows.Forms.Label label2;
  455. private System.Windows.Forms.RichTextBox OperatResult;
  456. private System.Windows.Forms.Button SendSop;
  457. private System.Windows.Forms.RadioButton JPG;
  458. private System.Windows.Forms.Label label5;
  459. private System.Windows.Forms.DataGridView SendDGV;
  460. private System.Windows.Forms.Button ChooseALL;
  461. private SearchTextBox ps_prodcode;
  462. private SearchTextBox li_code;
  463. private System.Windows.Forms.Button GetSOP;
  464. private System.Windows.Forms.DataGridViewCheckBoxColumn CheckColumn;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn fp_name;
  466. private System.Windows.Forms.DataGridViewTextBoxColumn fp_path;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn psd_iskey;
  468. private System.Windows.Forms.DataGridViewTextBoxColumn issend;
  469. private System.Windows.Forms.Button ChoosePrint;
  470. private System.Windows.Forms.TextBox PrintPath;
  471. private System.Windows.Forms.Label label3;
  472. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  473. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  474. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  475. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  477. private System.Windows.Forms.Label label4;
  478. private System.Windows.Forms.Label label6;
  479. private System.Windows.Forms.Label label7;
  480. private System.Windows.Forms.NumericUpDown X;
  481. private System.Windows.Forms.NumericUpDown Y;
  482. }
  483. }