Query_SOP.Designer.cs 22 KB

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