Query_ProductTraceBack.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. namespace UAS_MES.Query
  2. {
  3. partial class Query_ProductTraceBack
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_ProductTraceBack));
  29. this.ma_salecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  30. this.ma_salecode_label = new System.Windows.Forms.Label();
  31. this.ma_code_label = new System.Windows.Forms.Label();
  32. this.enterTextBox2 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.ma_linecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.ms_nextstepcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.ms_stepcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.pr_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  41. this.pr_code_label = new System.Windows.Forms.Label();
  42. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  43. this.ms_sncode_label = new System.Windows.Forms.Label();
  44. this.Search = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  45. this.dataGridViewWithSerialNum1 = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  46. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column9 = new System.Windows.Forms.DataGridViewImageColumn();
  55. this.Column10 = new System.Windows.Forms.DataGridViewImageColumn();
  56. this.Column11 = new System.Windows.Forms.DataGridViewImageColumn();
  57. this.Column12 = new System.Windows.Forms.DataGridViewImageColumn();
  58. this.Column13 = new System.Windows.Forms.DataGridViewImageColumn();
  59. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  60. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewWithSerialNum1)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // ma_salecode
  64. //
  65. this.ma_salecode.BackColor = System.Drawing.Color.White;
  66. this.ma_salecode.ID = null;
  67. this.ma_salecode.Location = new System.Drawing.Point(429, 30);
  68. this.ma_salecode.Margin = new System.Windows.Forms.Padding(4);
  69. this.ma_salecode.Name = "ma_salecode";
  70. this.ma_salecode.Power = null;
  71. this.ma_salecode.Size = new System.Drawing.Size(170, 25);
  72. this.ma_salecode.Str = null;
  73. this.ma_salecode.Str1 = null;
  74. this.ma_salecode.Str2 = null;
  75. this.ma_salecode.TabIndex = 186;
  76. this.ma_salecode.Tag = "NoAuto";
  77. //
  78. // ma_salecode_label
  79. //
  80. this.ma_salecode_label.AutoSize = true;
  81. this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.ma_salecode_label.Location = new System.Drawing.Point(322, 30);
  83. this.ma_salecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  84. this.ma_salecode_label.Name = "ma_salecode_label";
  85. this.ma_salecode_label.Size = new System.Drawing.Size(52, 27);
  86. this.ma_salecode_label.TabIndex = 185;
  87. this.ma_salecode_label.Text = "订单";
  88. //
  89. // ma_code_label
  90. //
  91. this.ma_code_label.AutoSize = true;
  92. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.ma_code_label.Location = new System.Drawing.Point(8, 30);
  94. this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.ma_code_label.Name = "ma_code_label";
  96. this.ma_code_label.Size = new System.Drawing.Size(72, 27);
  97. this.ma_code_label.TabIndex = 187;
  98. this.ma_code_label.Text = "工单号";
  99. //
  100. // enterTextBox2
  101. //
  102. this.enterTextBox2.BackColor = System.Drawing.Color.White;
  103. this.enterTextBox2.ID = null;
  104. this.enterTextBox2.Location = new System.Drawing.Point(743, 30);
  105. this.enterTextBox2.Margin = new System.Windows.Forms.Padding(4);
  106. this.enterTextBox2.Name = "enterTextBox2";
  107. this.enterTextBox2.Power = null;
  108. this.enterTextBox2.Size = new System.Drawing.Size(170, 25);
  109. this.enterTextBox2.Str = null;
  110. this.enterTextBox2.Str1 = null;
  111. this.enterTextBox2.Str2 = null;
  112. this.enterTextBox2.TabIndex = 190;
  113. this.enterTextBox2.Tag = "NoAuto";
  114. //
  115. // label2
  116. //
  117. this.label2.AutoSize = true;
  118. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.label2.Location = new System.Drawing.Point(636, 30);
  120. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  121. this.label2.Name = "label2";
  122. this.label2.Size = new System.Drawing.Size(92, 27);
  123. this.label2.TabIndex = 189;
  124. this.label2.Text = "上一资源";
  125. //
  126. // ma_linecode
  127. //
  128. this.ma_linecode.BackColor = System.Drawing.Color.White;
  129. this.ma_linecode.ID = null;
  130. this.ma_linecode.Location = new System.Drawing.Point(1054, 30);
  131. this.ma_linecode.Margin = new System.Windows.Forms.Padding(4);
  132. this.ma_linecode.Name = "ma_linecode";
  133. this.ma_linecode.Power = null;
  134. this.ma_linecode.Size = new System.Drawing.Size(170, 25);
  135. this.ma_linecode.Str = null;
  136. this.ma_linecode.Str1 = null;
  137. this.ma_linecode.Str2 = null;
  138. this.ma_linecode.TabIndex = 192;
  139. this.ma_linecode.Tag = "NoAuto";
  140. //
  141. // label3
  142. //
  143. this.label3.AutoSize = true;
  144. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.label3.Location = new System.Drawing.Point(948, 30);
  146. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  147. this.label3.Name = "label3";
  148. this.label3.Size = new System.Drawing.Size(52, 27);
  149. this.label3.TabIndex = 191;
  150. this.label3.Text = "线别";
  151. //
  152. // ms_nextstepcode
  153. //
  154. this.ms_nextstepcode.BackColor = System.Drawing.Color.White;
  155. this.ms_nextstepcode.ID = null;
  156. this.ms_nextstepcode.Location = new System.Drawing.Point(1054, 79);
  157. this.ms_nextstepcode.Margin = new System.Windows.Forms.Padding(4);
  158. this.ms_nextstepcode.Name = "ms_nextstepcode";
  159. this.ms_nextstepcode.Power = null;
  160. this.ms_nextstepcode.Size = new System.Drawing.Size(170, 25);
  161. this.ms_nextstepcode.Str = null;
  162. this.ms_nextstepcode.Str1 = null;
  163. this.ms_nextstepcode.Str2 = null;
  164. this.ms_nextstepcode.TabIndex = 200;
  165. this.ms_nextstepcode.Tag = "NoAuto";
  166. //
  167. // label4
  168. //
  169. this.label4.AutoSize = true;
  170. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.label4.Location = new System.Drawing.Point(948, 79);
  172. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  173. this.label4.Name = "label4";
  174. this.label4.Size = new System.Drawing.Size(92, 27);
  175. this.label4.TabIndex = 199;
  176. this.label4.Text = "下一工序";
  177. //
  178. // ms_stepcode
  179. //
  180. this.ms_stepcode.BackColor = System.Drawing.Color.White;
  181. this.ms_stepcode.ID = null;
  182. this.ms_stepcode.Location = new System.Drawing.Point(743, 79);
  183. this.ms_stepcode.Margin = new System.Windows.Forms.Padding(4);
  184. this.ms_stepcode.Name = "ms_stepcode";
  185. this.ms_stepcode.Power = null;
  186. this.ms_stepcode.Size = new System.Drawing.Size(170, 25);
  187. this.ms_stepcode.Str = null;
  188. this.ms_stepcode.Str1 = null;
  189. this.ms_stepcode.Str2 = null;
  190. this.ms_stepcode.TabIndex = 198;
  191. this.ms_stepcode.Tag = "NoAuto";
  192. //
  193. // label5
  194. //
  195. this.label5.AutoSize = true;
  196. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.label5.Location = new System.Drawing.Point(636, 79);
  198. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  199. this.label5.Name = "label5";
  200. this.label5.Size = new System.Drawing.Size(92, 27);
  201. this.label5.TabIndex = 197;
  202. this.label5.Text = "上一工序";
  203. //
  204. // pr_code
  205. //
  206. this.pr_code.BackColor = System.Drawing.Color.White;
  207. this.pr_code.ID = null;
  208. this.pr_code.Location = new System.Drawing.Point(112, 79);
  209. this.pr_code.Margin = new System.Windows.Forms.Padding(4);
  210. this.pr_code.Name = "pr_code";
  211. this.pr_code.Power = null;
  212. this.pr_code.Size = new System.Drawing.Size(170, 25);
  213. this.pr_code.Str = null;
  214. this.pr_code.Str1 = null;
  215. this.pr_code.Str2 = null;
  216. this.pr_code.TabIndex = 196;
  217. this.pr_code.Tag = "NoAuto";
  218. //
  219. // pr_code_label
  220. //
  221. this.pr_code_label.AutoSize = true;
  222. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.pr_code_label.Location = new System.Drawing.Point(8, 79);
  224. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  225. this.pr_code_label.Name = "pr_code_label";
  226. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  227. this.pr_code_label.TabIndex = 195;
  228. this.pr_code_label.Text = "产品编号";
  229. //
  230. // ms_sncode
  231. //
  232. this.ms_sncode.BackColor = System.Drawing.Color.White;
  233. this.ms_sncode.ID = null;
  234. this.ms_sncode.Location = new System.Drawing.Point(429, 79);
  235. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
  236. this.ms_sncode.Name = "ms_sncode";
  237. this.ms_sncode.Power = null;
  238. this.ms_sncode.Size = new System.Drawing.Size(170, 25);
  239. this.ms_sncode.Str = null;
  240. this.ms_sncode.Str1 = null;
  241. this.ms_sncode.Str2 = null;
  242. this.ms_sncode.TabIndex = 194;
  243. this.ms_sncode.Tag = "NoAuto";
  244. //
  245. // ms_sncode_label
  246. //
  247. this.ms_sncode_label.AutoSize = true;
  248. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.ms_sncode_label.Location = new System.Drawing.Point(322, 79);
  250. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  251. this.ms_sncode_label.Name = "ms_sncode_label";
  252. this.ms_sncode_label.Size = new System.Drawing.Size(88, 27);
  253. this.ms_sncode_label.TabIndex = 193;
  254. this.ms_sncode_label.Text = "SN/TSN";
  255. //
  256. // Search
  257. //
  258. this.Search.Image = ((System.Drawing.Image)(resources.GetObject("Search.Image")));
  259. this.Search.Location = new System.Drawing.Point(1247, 30);
  260. this.Search.Margin = new System.Windows.Forms.Padding(4);
  261. this.Search.Name = "Search";
  262. this.Search.Power = null;
  263. this.Search.Size = new System.Drawing.Size(80, 29);
  264. this.Search.TabIndex = 201;
  265. this.Search.Text = "查询";
  266. this.Search.UseVisualStyleBackColor = true;
  267. this.Search.Click += new System.EventHandler(this.Search_Click);
  268. //
  269. // dataGridViewWithSerialNum1
  270. //
  271. this.dataGridViewWithSerialNum1.AllowUserToAddRows = false;
  272. this.dataGridViewWithSerialNum1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  273. this.dataGridViewWithSerialNum1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  274. this.Column1,
  275. this.Column2,
  276. this.Column3,
  277. this.Column4,
  278. this.Column5,
  279. this.Column6,
  280. this.Column7,
  281. this.Column8,
  282. this.Column9,
  283. this.Column10,
  284. this.Column11,
  285. this.Column12,
  286. this.Column13});
  287. this.dataGridViewWithSerialNum1.Location = new System.Drawing.Point(0, 126);
  288. this.dataGridViewWithSerialNum1.Margin = new System.Windows.Forms.Padding(4);
  289. this.dataGridViewWithSerialNum1.Name = "dataGridViewWithSerialNum1";
  290. this.dataGridViewWithSerialNum1.RowTemplate.Height = 23;
  291. this.dataGridViewWithSerialNum1.Size = new System.Drawing.Size(1350, 653);
  292. this.dataGridViewWithSerialNum1.TabIndex = 202;
  293. //
  294. // Column1
  295. //
  296. this.Column1.HeaderText = "SN";
  297. this.Column1.Name = "Column1";
  298. //
  299. // Column2
  300. //
  301. this.Column2.HeaderText = "工单号";
  302. this.Column2.Name = "Column2";
  303. this.Column2.ReadOnly = true;
  304. //
  305. // Column3
  306. //
  307. this.Column3.HeaderText = "产品编号";
  308. this.Column3.Name = "Column3";
  309. this.Column3.ReadOnly = true;
  310. //
  311. // Column4
  312. //
  313. this.Column4.HeaderText = "产品名称";
  314. this.Column4.Name = "Column4";
  315. this.Column4.ReadOnly = true;
  316. //
  317. // Column5
  318. //
  319. this.Column5.HeaderText = "规格描述";
  320. this.Column5.Name = "Column5";
  321. this.Column5.ReadOnly = true;
  322. //
  323. // Column6
  324. //
  325. this.Column6.HeaderText = "订单号";
  326. this.Column6.Name = "Column6";
  327. this.Column6.ReadOnly = true;
  328. //
  329. // Column7
  330. //
  331. this.Column7.HeaderText = "状态";
  332. this.Column7.Name = "Column7";
  333. this.Column7.ReadOnly = true;
  334. //
  335. // Column8
  336. //
  337. this.Column8.HeaderText = "所在资源";
  338. this.Column8.Name = "Column8";
  339. this.Column8.ReadOnly = true;
  340. //
  341. // Column9
  342. //
  343. this.Column9.HeaderText = "途程信息";
  344. this.Column9.Image = global::UAS_MES.Properties.Resources.search;
  345. this.Column9.Name = "Column9";
  346. this.Column9.ReadOnly = true;
  347. //
  348. // Column10
  349. //
  350. this.Column10.HeaderText = "上料记录";
  351. this.Column10.Image = global::UAS_MES.Properties.Resources.search;
  352. this.Column10.Name = "Column10";
  353. this.Column10.ReadOnly = true;
  354. //
  355. // Column11
  356. //
  357. this.Column11.HeaderText = "测试记录";
  358. this.Column11.Image = global::UAS_MES.Properties.Resources.search;
  359. this.Column11.Name = "Column11";
  360. this.Column11.ReadOnly = true;
  361. //
  362. // Column12
  363. //
  364. this.Column12.HeaderText = "其他信息";
  365. this.Column12.Image = global::UAS_MES.Properties.Resources.search;
  366. this.Column12.Name = "Column12";
  367. this.Column12.ReadOnly = true;
  368. //
  369. // Column13
  370. //
  371. this.Column13.HeaderText = "采集日志";
  372. this.Column13.Image = global::UAS_MES.Properties.Resources.search;
  373. this.Column13.Name = "Column13";
  374. this.Column13.ReadOnly = true;
  375. //
  376. // ma_code
  377. //
  378. this.ma_code.Caller = null;
  379. this.ma_code.Condition = null;
  380. this.ma_code.DBTitle = null;
  381. this.ma_code.FormName = null;
  382. this.ma_code.Location = new System.Drawing.Point(112, 30);
  383. this.ma_code.Name = "ma_code";
  384. this.ma_code.Power = null;
  385. this.ma_code.SelectField = null;
  386. this.ma_code.SetValueField = null;
  387. this.ma_code.Size = new System.Drawing.Size(170, 25);
  388. this.ma_code.TabIndex = 203;
  389. this.ma_code.TableName = null;
  390. this.ma_code.TextBoxEnable = false;
  391. //
  392. // 产品制程追溯
  393. //
  394. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  395. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  396. this.ClientSize = new System.Drawing.Size(1350, 780);
  397. this.Controls.Add(this.ma_code);
  398. this.Controls.Add(this.dataGridViewWithSerialNum1);
  399. this.Controls.Add(this.Search);
  400. this.Controls.Add(this.ms_nextstepcode);
  401. this.Controls.Add(this.label4);
  402. this.Controls.Add(this.ms_stepcode);
  403. this.Controls.Add(this.label5);
  404. this.Controls.Add(this.pr_code);
  405. this.Controls.Add(this.pr_code_label);
  406. this.Controls.Add(this.ms_sncode);
  407. this.Controls.Add(this.ms_sncode_label);
  408. this.Controls.Add(this.ma_linecode);
  409. this.Controls.Add(this.label3);
  410. this.Controls.Add(this.enterTextBox2);
  411. this.Controls.Add(this.label2);
  412. this.Controls.Add(this.ma_code_label);
  413. this.Controls.Add(this.ma_salecode);
  414. this.Controls.Add(this.ma_salecode_label);
  415. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  416. this.Margin = new System.Windows.Forms.Padding(4);
  417. this.Name = "产品制程追溯";
  418. this.Tag = "Query!ProductTraceBack";
  419. this.Text = "产品制程追溯";
  420. this.Load += new System.EventHandler(this.产品制程追溯_Load);
  421. this.SizeChanged += new System.EventHandler(this.产品制程追溯_SizeChanged);
  422. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewWithSerialNum1)).EndInit();
  423. this.ResumeLayout(true);
  424. this.PerformLayout();
  425. }
  426. #endregion
  427. private CustomControl.TextBoxWithIcon.EnterTextBox ma_salecode;
  428. private System.Windows.Forms.Label ma_salecode_label;
  429. private System.Windows.Forms.Label ma_code_label;
  430. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox2;
  431. private System.Windows.Forms.Label label2;
  432. private CustomControl.TextBoxWithIcon.EnterTextBox ma_linecode;
  433. private System.Windows.Forms.Label label3;
  434. private CustomControl.TextBoxWithIcon.EnterTextBox ms_nextstepcode;
  435. private System.Windows.Forms.Label label4;
  436. private CustomControl.TextBoxWithIcon.EnterTextBox ms_stepcode;
  437. private System.Windows.Forms.Label label5;
  438. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  439. private System.Windows.Forms.Label pr_code_label;
  440. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  441. private System.Windows.Forms.Label ms_sncode_label;
  442. private CustomControl.ButtonUtil.NormalButton Search;
  443. private CustomControl.DataGrid_View.DataGridViewWithSerialNum dataGridViewWithSerialNum1;
  444. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  445. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  446. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  452. private System.Windows.Forms.DataGridViewImageColumn Column9;
  453. private System.Windows.Forms.DataGridViewImageColumn Column10;
  454. private System.Windows.Forms.DataGridViewImageColumn Column11;
  455. private System.Windows.Forms.DataGridViewImageColumn Column12;
  456. private System.Windows.Forms.DataGridViewImageColumn Column13;
  457. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  458. }
  459. }