Special_CancelMaekBad.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_CancelMaekBad
  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(Special_CancelMaekBad));
  29. this.ma_code_label = new System.Windows.Forms.Label();
  30. this.pr_code_label = new System.Windows.Forms.Label();
  31. this.Info = new System.Windows.Forms.DataGridView();
  32. this.pr_detail = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.pr_code = new System.Windows.Forms.Label();
  35. this.badname = new System.Windows.Forms.TextBox();
  36. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  37. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Delete = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  44. this.Search = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  45. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  46. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  47. this.mb_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.mb_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.mb_badname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.mbr_brname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.mbr_dutycode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.mbr_solutionname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. ((System.ComponentModel.ISupportInitialize)(this.Info)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // ma_code_label
  57. //
  58. this.ma_code_label.AutoSize = true;
  59. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.ma_code_label.Location = new System.Drawing.Point(32, 14);
  61. this.ma_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  62. this.ma_code_label.Name = "ma_code_label";
  63. this.ma_code_label.Size = new System.Drawing.Size(114, 41);
  64. this.ma_code_label.TabIndex = 213;
  65. this.ma_code_label.Text = "工单号";
  66. //
  67. // pr_code_label
  68. //
  69. this.pr_code_label.AutoSize = true;
  70. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.pr_code_label.Location = new System.Drawing.Point(444, 16);
  72. this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  73. this.pr_code_label.Name = "pr_code_label";
  74. this.pr_code_label.Size = new System.Drawing.Size(146, 41);
  75. this.pr_code_label.TabIndex = 215;
  76. this.pr_code_label.Text = "产品编号";
  77. //
  78. // Info
  79. //
  80. this.Info.AllowUserToAddRows = false;
  81. this.Info.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  82. this.Info.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  83. this.Choose,
  84. this.mb_id,
  85. this.mb_badcode,
  86. this.mb_badname,
  87. this.mbr_brname,
  88. this.mbr_dutycode,
  89. this.mbr_solutionname});
  90. this.Info.Location = new System.Drawing.Point(12, 119);
  91. this.Info.Name = "Info";
  92. this.Info.RowTemplate.Height = 37;
  93. this.Info.Size = new System.Drawing.Size(1542, 607);
  94. this.Info.TabIndex = 218;
  95. //
  96. // pr_detail
  97. //
  98. this.pr_detail.AutoSize = true;
  99. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.pr_detail.Location = new System.Drawing.Point(1073, 17);
  101. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  102. this.pr_detail.Name = "pr_detail";
  103. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  104. this.pr_detail.TabIndex = 220;
  105. //
  106. // label4
  107. //
  108. this.label4.AutoSize = true;
  109. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.label4.Location = new System.Drawing.Point(901, 17);
  111. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  112. this.label4.Name = "label4";
  113. this.label4.Size = new System.Drawing.Size(146, 41);
  114. this.label4.TabIndex = 221;
  115. this.label4.Text = "产品名称";
  116. //
  117. // pr_code
  118. //
  119. this.pr_code.AutoSize = true;
  120. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.pr_code.Location = new System.Drawing.Point(602, 17);
  122. this.pr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  123. this.pr_code.Name = "pr_code";
  124. this.pr_code.Size = new System.Drawing.Size(0, 41);
  125. this.pr_code.TabIndex = 223;
  126. //
  127. // badname
  128. //
  129. this.badname.Location = new System.Drawing.Point(39, 68);
  130. this.badname.Name = "badname";
  131. this.badname.Size = new System.Drawing.Size(318, 35);
  132. this.badname.TabIndex = 224;
  133. //
  134. // dataGridViewCheckBoxColumn1
  135. //
  136. this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  137. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  138. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  139. this.dataGridViewCheckBoxColumn1.Width = 80;
  140. //
  141. // dataGridViewTextBoxColumn1
  142. //
  143. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  144. this.dataGridViewTextBoxColumn1.DataPropertyName = "afr_barcode";
  145. this.dataGridViewTextBoxColumn1.HeaderText = "条码号";
  146. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  147. this.dataGridViewTextBoxColumn1.Visible = false;
  148. this.dataGridViewTextBoxColumn1.Width = 5;
  149. //
  150. // dataGridViewTextBoxColumn2
  151. //
  152. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  153. this.dataGridViewTextBoxColumn2.DataPropertyName = "afr_prodcode";
  154. this.dataGridViewTextBoxColumn2.HeaderText = "物料编号";
  155. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  156. this.dataGridViewTextBoxColumn2.Width = 5;
  157. //
  158. // dataGridViewTextBoxColumn3
  159. //
  160. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  161. this.dataGridViewTextBoxColumn3.DataPropertyName = "afr_cucode";
  162. this.dataGridViewTextBoxColumn3.HeaderText = "客户名称";
  163. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  164. this.dataGridViewTextBoxColumn3.Width = 5;
  165. //
  166. // dataGridViewTextBoxColumn4
  167. //
  168. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  169. this.dataGridViewTextBoxColumn4.DataPropertyName = "mbr_dutycode";
  170. this.dataGridViewTextBoxColumn4.HeaderText = "责任别";
  171. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  172. this.dataGridViewTextBoxColumn4.Width = 5;
  173. //
  174. // dataGridViewTextBoxColumn5
  175. //
  176. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  177. this.dataGridViewTextBoxColumn5.DataPropertyName = "mbr_solutionname";
  178. this.dataGridViewTextBoxColumn5.HeaderText = "解决方案";
  179. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  180. this.dataGridViewTextBoxColumn5.Width = 5;
  181. //
  182. // dataGridViewTextBoxColumn6
  183. //
  184. this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  185. this.dataGridViewTextBoxColumn6.DataPropertyName = "mbr_solutionname";
  186. this.dataGridViewTextBoxColumn6.HeaderText = "解决方案";
  187. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  188. this.dataGridViewTextBoxColumn6.Width = 5;
  189. //
  190. // Delete
  191. //
  192. this.Delete.AllPower = null;
  193. this.Delete.BackColor = System.Drawing.Color.Transparent;
  194. this.Delete.DownImage = ((System.Drawing.Image)(resources.GetObject("Delete.DownImage")));
  195. this.Delete.Image = null;
  196. this.Delete.IsShowBorder = true;
  197. this.Delete.Location = new System.Drawing.Point(554, 65);
  198. this.Delete.MoveImage = ((System.Drawing.Image)(resources.GetObject("Delete.MoveImage")));
  199. this.Delete.Name = "Delete";
  200. this.Delete.NormalImage = ((System.Drawing.Image)(resources.GetObject("Delete.NormalImage")));
  201. this.Delete.Power = null;
  202. this.Delete.Size = new System.Drawing.Size(119, 38);
  203. this.Delete.TabIndex = 226;
  204. this.Delete.Text = "删除";
  205. this.Delete.UseVisualStyleBackColor = false;
  206. this.Delete.Click += new System.EventHandler(this.Delete_Click);
  207. //
  208. // Search
  209. //
  210. this.Search.AllPower = null;
  211. this.Search.BackColor = System.Drawing.Color.Transparent;
  212. this.Search.DownImage = ((System.Drawing.Image)(resources.GetObject("Search.DownImage")));
  213. this.Search.Image = null;
  214. this.Search.IsShowBorder = true;
  215. this.Search.Location = new System.Drawing.Point(389, 65);
  216. this.Search.MoveImage = ((System.Drawing.Image)(resources.GetObject("Search.MoveImage")));
  217. this.Search.Name = "Search";
  218. this.Search.NormalImage = ((System.Drawing.Image)(resources.GetObject("Search.NormalImage")));
  219. this.Search.Power = null;
  220. this.Search.Size = new System.Drawing.Size(119, 38);
  221. this.Search.TabIndex = 225;
  222. this.Search.Text = "搜索";
  223. this.Search.UseVisualStyleBackColor = false;
  224. this.Search.Click += new System.EventHandler(this.Search_Click);
  225. //
  226. // ma_code
  227. //
  228. this.ma_code.AllPower = null;
  229. this.ma_code.Caller = null;
  230. this.ma_code.Condition = null;
  231. this.ma_code.DBTitle = null;
  232. this.ma_code.FormName = null;
  233. this.ma_code.Location = new System.Drawing.Point(173, 18);
  234. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  235. this.ma_code.Name = "ma_code";
  236. this.ma_code.Power = null;
  237. this.ma_code.ReturnData = null;
  238. this.ma_code.SelectField = null;
  239. this.ma_code.SetValueField = null;
  240. this.ma_code.Size = new System.Drawing.Size(235, 40);
  241. this.ma_code.TabIndex = 212;
  242. this.ma_code.TableName = null;
  243. this.ma_code.TextBoxEnable = false;
  244. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  245. //
  246. // Choose
  247. //
  248. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  249. this.Choose.HeaderText = "勾选";
  250. this.Choose.Name = "Choose";
  251. this.Choose.Width = 80;
  252. //
  253. // mb_id
  254. //
  255. this.mb_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  256. this.mb_id.DataPropertyName = "mb_id";
  257. this.mb_id.HeaderText = "mb_id";
  258. this.mb_id.Name = "mb_id";
  259. this.mb_id.Visible = false;
  260. this.mb_id.Width = 5;
  261. //
  262. // mb_badcode
  263. //
  264. this.mb_badcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  265. this.mb_badcode.DataPropertyName = "mb_badcode";
  266. this.mb_badcode.HeaderText = "不良代码";
  267. this.mb_badcode.Name = "mb_badcode";
  268. this.mb_badcode.Width = 5;
  269. //
  270. // mb_badname
  271. //
  272. this.mb_badname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  273. this.mb_badname.DataPropertyName = "mb_badname";
  274. this.mb_badname.HeaderText = "不良名称";
  275. this.mb_badname.Name = "mb_badname";
  276. this.mb_badname.Width = 5;
  277. //
  278. // mbr_brname
  279. //
  280. this.mbr_brname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  281. this.mbr_brname.DataPropertyName = "mbr_brname";
  282. this.mbr_brname.HeaderText = "不良原因";
  283. this.mbr_brname.Name = "mbr_brname";
  284. this.mbr_brname.Width = 5;
  285. //
  286. // mbr_dutycode
  287. //
  288. this.mbr_dutycode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  289. this.mbr_dutycode.DataPropertyName = "mbr_dutycode";
  290. this.mbr_dutycode.HeaderText = "责任别";
  291. this.mbr_dutycode.Name = "mbr_dutycode";
  292. this.mbr_dutycode.Width = 5;
  293. //
  294. // mbr_solutionname
  295. //
  296. this.mbr_solutionname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  297. this.mbr_solutionname.DataPropertyName = "mbr_solutionname";
  298. this.mbr_solutionname.HeaderText = "解决方案";
  299. this.mbr_solutionname.Name = "mbr_solutionname";
  300. this.mbr_solutionname.Width = 5;
  301. //
  302. // Special_CancelMaekBad
  303. //
  304. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  305. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  306. this.ClientSize = new System.Drawing.Size(1566, 802);
  307. this.Controls.Add(this.Delete);
  308. this.Controls.Add(this.Search);
  309. this.Controls.Add(this.badname);
  310. this.Controls.Add(this.pr_code);
  311. this.Controls.Add(this.label4);
  312. this.Controls.Add(this.pr_detail);
  313. this.Controls.Add(this.Info);
  314. this.Controls.Add(this.pr_code_label);
  315. this.Controls.Add(this.ma_code_label);
  316. this.Controls.Add(this.ma_code);
  317. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  318. this.Margin = new System.Windows.Forms.Padding(4);
  319. this.Name = "Special_CancelMaekBad";
  320. this.Tag = "Special!Special_CancelMaekBad";
  321. this.Text = "出货单取消出货";
  322. this.Load += new System.EventHandler(this.Special_CancelProdinout_Load);
  323. this.SizeChanged += new System.EventHandler(this.Special_AfterSaleIn_SizeChanged);
  324. ((System.ComponentModel.ISupportInitialize)(this.Info)).EndInit();
  325. this.ResumeLayout(false);
  326. this.PerformLayout();
  327. }
  328. #endregion
  329. private System.Windows.Forms.Label ma_code_label;
  330. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  331. private System.Windows.Forms.Label pr_code_label;
  332. private System.Windows.Forms.DataGridView Info;
  333. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  334. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  335. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  336. private System.Windows.Forms.Label pr_detail;
  337. private System.Windows.Forms.Label label4;
  338. private System.Windows.Forms.Label pr_code;
  339. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  340. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  341. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  342. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  343. private System.Windows.Forms.TextBox badname;
  344. private CustomControl.ButtonUtil.NormalButton Search;
  345. private CustomControl.ButtonUtil.NormalButton Delete;
  346. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  347. private System.Windows.Forms.DataGridViewTextBoxColumn mb_id;
  348. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badcode;
  349. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badname;
  350. private System.Windows.Forms.DataGridViewTextBoxColumn mbr_brname;
  351. private System.Windows.Forms.DataGridViewTextBoxColumn mbr_dutycode;
  352. private System.Windows.Forms.DataGridViewTextBoxColumn mbr_solutionname;
  353. }
  354. }