Make_Repair.Designer.cs 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_Repair
  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(Make_Repair));
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.ma_craftcode_label = new System.Windows.Forms.Label();
  32. this.st_rstepcode_label = new System.Windows.Forms.Label();
  33. this.ma_prodcode_label = new System.Windows.Forms.Label();
  34. this.pr_detail_label = new System.Windows.Forms.Label();
  35. this.label14 = new System.Windows.Forms.Label();
  36. this.label12 = new System.Windows.Forms.Label();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.ms_sncode_label = new System.Windows.Forms.Label();
  39. this.ms_makecode_label = new System.Windows.Forms.Label();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.label7 = new System.Windows.Forms.Label();
  45. this.mb_badlocation_label = new System.Windows.Forms.Label();
  46. this.mb_soncode_label = new System.Windows.Forms.Label();
  47. this.panel1 = new System.Windows.Forms.Panel();
  48. this.GetSNCode_Label = new System.Windows.Forms.Label();
  49. this.listView1 = new System.Windows.Forms.ListView();
  50. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  51. this.listView2 = new System.Windows.Forms.ListView();
  52. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.panel3 = new System.Windows.Forms.Panel();
  55. this.GetSNCode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  56. this.NewRepairInf = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  57. this.SaveRepairInf = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  58. this.DeleteRepairInf = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  59. this.ChooseBadPart = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  60. this.mb_soncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  61. this.mb_badlocation = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  62. this.enterTextBox7 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  63. this.enterTextBox6 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  64. this.enterTextBox5 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  65. this.enterTextBox4 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  66. this.enterTextBox3 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  67. this.enterTextBox2 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  68. this.enterTextBox1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  69. this.bc_remark = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithTextArea();
  70. this.OperatResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  71. this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  72. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  73. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  74. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  75. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  76. this.cd_stepcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  77. this.cr_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  78. this.NewBadCode = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  79. this.SaveBadLocation = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  80. this.Scrap = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  81. this.RepairComplete = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  82. this.BadCodeGrid = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
  83. this.panel2.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.BadCodeGrid)).BeginInit();
  85. this.SuspendLayout();
  86. //
  87. // panel2
  88. //
  89. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  90. this.panel2.Controls.Add(this.label1);
  91. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  92. this.panel2.Location = new System.Drawing.Point(0, 0);
  93. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  94. this.panel2.Name = "panel2";
  95. this.panel2.Size = new System.Drawing.Size(1320, 36);
  96. this.panel2.TabIndex = 32;
  97. //
  98. // label1
  99. //
  100. this.label1.AutoSize = true;
  101. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  103. this.label1.Location = new System.Drawing.Point(16, 5);
  104. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  105. this.label1.Name = "label1";
  106. this.label1.Size = new System.Drawing.Size(92, 27);
  107. this.label1.TabIndex = 0;
  108. this.label1.Text = "维修作业";
  109. //
  110. // ma_craftcode_label
  111. //
  112. this.ma_craftcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  113. | System.Windows.Forms.AnchorStyles.Left)));
  114. this.ma_craftcode_label.AutoSize = true;
  115. this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.ma_craftcode_label.Location = new System.Drawing.Point(16, 98);
  117. this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  118. this.ma_craftcode_label.Name = "ma_craftcode_label";
  119. this.ma_craftcode_label.Size = new System.Drawing.Size(92, 27);
  120. this.ma_craftcode_label.TabIndex = 66;
  121. this.ma_craftcode_label.Text = "回流工艺";
  122. //
  123. // st_rstepcode_label
  124. //
  125. this.st_rstepcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  126. | System.Windows.Forms.AnchorStyles.Left)));
  127. this.st_rstepcode_label.AutoSize = true;
  128. this.st_rstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.st_rstepcode_label.Location = new System.Drawing.Point(415, 98);
  130. this.st_rstepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  131. this.st_rstepcode_label.Name = "st_rstepcode_label";
  132. this.st_rstepcode_label.Size = new System.Drawing.Size(92, 27);
  133. this.st_rstepcode_label.TabIndex = 65;
  134. this.st_rstepcode_label.Text = "回流工序";
  135. //
  136. // ma_prodcode_label
  137. //
  138. this.ma_prodcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  139. | System.Windows.Forms.AnchorStyles.Left)));
  140. this.ma_prodcode_label.AutoSize = true;
  141. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.ma_prodcode_label.Location = new System.Drawing.Point(622, 51);
  143. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  144. this.ma_prodcode_label.Name = "ma_prodcode_label";
  145. this.ma_prodcode_label.Size = new System.Drawing.Size(92, 27);
  146. this.ma_prodcode_label.TabIndex = 62;
  147. this.ma_prodcode_label.Text = "产品编号";
  148. //
  149. // pr_detail_label
  150. //
  151. this.pr_detail_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  152. | System.Windows.Forms.AnchorStyles.Left)));
  153. this.pr_detail_label.AutoSize = true;
  154. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.pr_detail_label.Location = new System.Drawing.Point(927, 51);
  156. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  157. this.pr_detail_label.Name = "pr_detail_label";
  158. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  159. this.pr_detail_label.TabIndex = 61;
  160. this.pr_detail_label.Text = "产品名称";
  161. //
  162. // label14
  163. //
  164. this.label14.AutoSize = true;
  165. this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.label14.Location = new System.Drawing.Point(963, 190);
  167. this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  168. this.label14.Name = "label14";
  169. this.label14.Size = new System.Drawing.Size(92, 27);
  170. this.label14.TabIndex = 46;
  171. this.label14.Text = "不良备注";
  172. //
  173. // label12
  174. //
  175. this.label12.AutoSize = true;
  176. this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.label12.ForeColor = System.Drawing.Color.Black;
  178. this.label12.Location = new System.Drawing.Point(613, 190);
  179. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  180. this.label12.Name = "label12";
  181. this.label12.Size = new System.Drawing.Size(132, 27);
  182. this.label12.TabIndex = 44;
  183. this.label12.Text = "不良代码名称";
  184. //
  185. // label8
  186. //
  187. this.label8.AutoSize = true;
  188. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.label8.Location = new System.Drawing.Point(247, 190);
  190. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  191. this.label8.Name = "label8";
  192. this.label8.Size = new System.Drawing.Size(152, 27);
  193. this.label8.TabIndex = 40;
  194. this.label8.Text = "不良代码组名称";
  195. //
  196. // ms_sncode_label
  197. //
  198. this.ms_sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  199. | System.Windows.Forms.AnchorStyles.Left)));
  200. this.ms_sncode_label.AutoSize = true;
  201. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.ms_sncode_label.Location = new System.Drawing.Point(16, 49);
  203. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  204. this.ms_sncode_label.Name = "ms_sncode_label";
  205. this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
  206. this.ms_sncode_label.TabIndex = 38;
  207. this.ms_sncode_label.Text = "序列号";
  208. //
  209. // ms_makecode_label
  210. //
  211. this.ms_makecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  212. | System.Windows.Forms.AnchorStyles.Left)));
  213. this.ms_makecode_label.AutoSize = true;
  214. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.ms_makecode_label.Location = new System.Drawing.Point(348, 51);
  216. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  217. this.ms_makecode_label.Name = "ms_makecode_label";
  218. this.ms_makecode_label.Size = new System.Drawing.Size(72, 27);
  219. this.ms_makecode_label.TabIndex = 37;
  220. this.ms_makecode_label.Text = "工单号";
  221. //
  222. // label3
  223. //
  224. this.label3.AutoSize = true;
  225. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.label3.ForeColor = System.Drawing.Color.Black;
  227. this.label3.Location = new System.Drawing.Point(247, 246);
  228. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  229. this.label3.Name = "label3";
  230. this.label3.Size = new System.Drawing.Size(112, 27);
  231. this.label3.TabIndex = 93;
  232. this.label3.Text = "不良原因组";
  233. //
  234. // label4
  235. //
  236. this.label4.AutoSize = true;
  237. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.label4.ForeColor = System.Drawing.Color.Black;
  239. this.label4.Location = new System.Drawing.Point(613, 243);
  240. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  241. this.label4.Name = "label4";
  242. this.label4.Size = new System.Drawing.Size(92, 27);
  243. this.label4.TabIndex = 95;
  244. this.label4.Text = "不良原因";
  245. //
  246. // label5
  247. //
  248. this.label5.AutoSize = true;
  249. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.label5.ForeColor = System.Drawing.Color.Black;
  251. this.label5.Location = new System.Drawing.Point(963, 241);
  252. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  253. this.label5.Name = "label5";
  254. this.label5.Size = new System.Drawing.Size(72, 27);
  255. this.label5.TabIndex = 97;
  256. this.label5.Text = "责任别";
  257. //
  258. // label6
  259. //
  260. this.label6.AutoSize = true;
  261. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.label6.ForeColor = System.Drawing.Color.Black;
  263. this.label6.Location = new System.Drawing.Point(247, 297);
  264. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  265. this.label6.Name = "label6";
  266. this.label6.Size = new System.Drawing.Size(92, 27);
  267. this.label6.TabIndex = 99;
  268. this.label6.Text = "不良组件";
  269. //
  270. // label7
  271. //
  272. this.label7.AutoSize = true;
  273. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.label7.ForeColor = System.Drawing.Color.Black;
  275. this.label7.Location = new System.Drawing.Point(613, 297);
  276. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  277. this.label7.Name = "label7";
  278. this.label7.Size = new System.Drawing.Size(92, 27);
  279. this.label7.TabIndex = 101;
  280. this.label7.Text = "解决方案";
  281. //
  282. // mb_badlocation_label
  283. //
  284. this.mb_badlocation_label.AutoSize = true;
  285. this.mb_badlocation_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.mb_badlocation_label.ForeColor = System.Drawing.Color.Black;
  287. this.mb_badlocation_label.Location = new System.Drawing.Point(247, 372);
  288. this.mb_badlocation_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  289. this.mb_badlocation_label.Name = "mb_badlocation_label";
  290. this.mb_badlocation_label.Size = new System.Drawing.Size(92, 27);
  291. this.mb_badlocation_label.TabIndex = 103;
  292. this.mb_badlocation_label.Text = "不良位置";
  293. //
  294. // mb_soncode_label
  295. //
  296. this.mb_soncode_label.AutoSize = true;
  297. this.mb_soncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.mb_soncode_label.ForeColor = System.Drawing.Color.Black;
  299. this.mb_soncode_label.Location = new System.Drawing.Point(653, 373);
  300. this.mb_soncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  301. this.mb_soncode_label.Name = "mb_soncode_label";
  302. this.mb_soncode_label.Size = new System.Drawing.Size(92, 27);
  303. this.mb_soncode_label.TabIndex = 105;
  304. this.mb_soncode_label.Text = "不良零件";
  305. //
  306. // panel1
  307. //
  308. this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  309. this.panel1.Location = new System.Drawing.Point(220, 348);
  310. this.panel1.Name = "panel1";
  311. this.panel1.Size = new System.Drawing.Size(1098, 2);
  312. this.panel1.TabIndex = 108;
  313. //
  314. // GetSNCode_Label
  315. //
  316. this.GetSNCode_Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  317. | System.Windows.Forms.AnchorStyles.Left)));
  318. this.GetSNCode_Label.AutoSize = true;
  319. this.GetSNCode_Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.GetSNCode_Label.Location = new System.Drawing.Point(247, 677);
  321. this.GetSNCode_Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  322. this.GetSNCode_Label.Name = "GetSNCode_Label";
  323. this.GetSNCode_Label.Size = new System.Drawing.Size(72, 27);
  324. this.GetSNCode_Label.TabIndex = 113;
  325. this.GetSNCode_Label.Text = "序列号";
  326. //
  327. // listView1
  328. //
  329. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  330. this.columnHeader1});
  331. this.listView1.Location = new System.Drawing.Point(252, 420);
  332. this.listView1.Name = "listView1";
  333. this.listView1.Size = new System.Drawing.Size(351, 176);
  334. this.listView1.TabIndex = 115;
  335. this.listView1.UseCompatibleStateImageBehavior = false;
  336. this.listView1.View = System.Windows.Forms.View.Details;
  337. //
  338. // columnHeader1
  339. //
  340. this.columnHeader1.Text = "已选不良位置";
  341. this.columnHeader1.Width = 344;
  342. //
  343. // listView2
  344. //
  345. this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  346. this.columnHeader2});
  347. this.listView2.Location = new System.Drawing.Point(658, 420);
  348. this.listView2.Name = "listView2";
  349. this.listView2.Size = new System.Drawing.Size(351, 176);
  350. this.listView2.TabIndex = 116;
  351. this.listView2.UseCompatibleStateImageBehavior = false;
  352. this.listView2.View = System.Windows.Forms.View.Details;
  353. //
  354. // columnHeader2
  355. //
  356. this.columnHeader2.Text = "已选不良零件";
  357. this.columnHeader2.Width = 343;
  358. //
  359. // label2
  360. //
  361. this.label2.AutoSize = true;
  362. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.label2.ForeColor = System.Drawing.Color.Black;
  364. this.label2.Location = new System.Drawing.Point(16, 155);
  365. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  366. this.label2.Name = "label2";
  367. this.label2.Size = new System.Drawing.Size(92, 27);
  368. this.label2.TabIndex = 117;
  369. this.label2.Text = "不良信息";
  370. //
  371. // panel3
  372. //
  373. this.panel3.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  374. this.panel3.Location = new System.Drawing.Point(1, 146);
  375. this.panel3.Name = "panel3";
  376. this.panel3.Size = new System.Drawing.Size(1320, 2);
  377. this.panel3.TabIndex = 109;
  378. //
  379. // GetSNCode
  380. //
  381. this.GetSNCode.AllPower = null;
  382. this.GetSNCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  383. | System.Windows.Forms.AnchorStyles.Left)));
  384. this.GetSNCode.BackColor = System.Drawing.Color.White;
  385. this.GetSNCode.ID = null;
  386. this.GetSNCode.Location = new System.Drawing.Point(354, 679);
  387. this.GetSNCode.Margin = new System.Windows.Forms.Padding(4);
  388. this.GetSNCode.Name = "GetSNCode";
  389. this.GetSNCode.Power = null;
  390. this.GetSNCode.Size = new System.Drawing.Size(249, 25);
  391. this.GetSNCode.Str = null;
  392. this.GetSNCode.Str1 = null;
  393. this.GetSNCode.Str2 = null;
  394. this.GetSNCode.TabIndex = 114;
  395. this.GetSNCode.Tag = "Read";
  396. //
  397. // NewRepairInf
  398. //
  399. this.NewRepairInf.AllPower = "ifall";
  400. this.NewRepairInf.BackColor = System.Drawing.Color.Transparent;
  401. this.NewRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("NewRepairInf.DownImage")));
  402. this.NewRepairInf.Image = ((System.Drawing.Image)(resources.GetObject("NewRepairInf.Image")));
  403. this.NewRepairInf.IsShowBorder = true;
  404. this.NewRepairInf.Location = new System.Drawing.Point(390, 618);
  405. this.NewRepairInf.Margin = new System.Windows.Forms.Padding(4);
  406. this.NewRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewRepairInf.MoveImage")));
  407. this.NewRepairInf.Name = "NewRepairInf";
  408. this.NewRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewRepairInf.NormalImage")));
  409. this.NewRepairInf.Power = null;
  410. this.NewRepairInf.Size = new System.Drawing.Size(111, 30);
  411. this.NewRepairInf.TabIndex = 112;
  412. this.NewRepairInf.Tag = "IfWrite";
  413. this.NewRepairInf.Text = "新增维修信息";
  414. this.NewRepairInf.UseVisualStyleBackColor = true;
  415. //
  416. // SaveRepairInf
  417. //
  418. this.SaveRepairInf.AllPower = "ifall";
  419. this.SaveRepairInf.BackColor = System.Drawing.Color.Transparent;
  420. this.SaveRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.DownImage")));
  421. this.SaveRepairInf.Image = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.Image")));
  422. this.SaveRepairInf.IsShowBorder = true;
  423. this.SaveRepairInf.Location = new System.Drawing.Point(530, 618);
  424. this.SaveRepairInf.Margin = new System.Windows.Forms.Padding(4);
  425. this.SaveRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.MoveImage")));
  426. this.SaveRepairInf.Name = "SaveRepairInf";
  427. this.SaveRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.NormalImage")));
  428. this.SaveRepairInf.Power = null;
  429. this.SaveRepairInf.Size = new System.Drawing.Size(111, 30);
  430. this.SaveRepairInf.TabIndex = 111;
  431. this.SaveRepairInf.Tag = "IfWrite";
  432. this.SaveRepairInf.Text = "保存维修信息";
  433. this.SaveRepairInf.UseVisualStyleBackColor = true;
  434. //
  435. // DeleteRepairInf
  436. //
  437. this.DeleteRepairInf.AllPower = "ifall";
  438. this.DeleteRepairInf.BackColor = System.Drawing.Color.Transparent;
  439. this.DeleteRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteRepairInf.DownImage")));
  440. this.DeleteRepairInf.Image = ((System.Drawing.Image)(resources.GetObject("DeleteRepairInf.Image")));
  441. this.DeleteRepairInf.IsShowBorder = true;
  442. this.DeleteRepairInf.Location = new System.Drawing.Point(676, 618);
  443. this.DeleteRepairInf.Margin = new System.Windows.Forms.Padding(4);
  444. this.DeleteRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteRepairInf.MoveImage")));
  445. this.DeleteRepairInf.Name = "DeleteRepairInf";
  446. this.DeleteRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteRepairInf.NormalImage")));
  447. this.DeleteRepairInf.Power = null;
  448. this.DeleteRepairInf.Size = new System.Drawing.Size(91, 30);
  449. this.DeleteRepairInf.TabIndex = 110;
  450. this.DeleteRepairInf.Tag = "IfWrite";
  451. this.DeleteRepairInf.Text = "删除";
  452. this.DeleteRepairInf.UseVisualStyleBackColor = true;
  453. //
  454. // ChooseBadPart
  455. //
  456. this.ChooseBadPart.AllPower = "ifall";
  457. this.ChooseBadPart.BackColor = System.Drawing.Color.Transparent;
  458. this.ChooseBadPart.DownImage = ((System.Drawing.Image)(resources.GetObject("ChooseBadPart.DownImage")));
  459. this.ChooseBadPart.Image = ((System.Drawing.Image)(resources.GetObject("ChooseBadPart.Image")));
  460. this.ChooseBadPart.IsShowBorder = true;
  461. this.ChooseBadPart.Location = new System.Drawing.Point(948, 373);
  462. this.ChooseBadPart.Margin = new System.Windows.Forms.Padding(4);
  463. this.ChooseBadPart.MoveImage = ((System.Drawing.Image)(resources.GetObject("ChooseBadPart.MoveImage")));
  464. this.ChooseBadPart.Name = "ChooseBadPart";
  465. this.ChooseBadPart.NormalImage = ((System.Drawing.Image)(resources.GetObject("ChooseBadPart.NormalImage")));
  466. this.ChooseBadPart.Power = null;
  467. this.ChooseBadPart.Size = new System.Drawing.Size(61, 30);
  468. this.ChooseBadPart.TabIndex = 107;
  469. this.ChooseBadPart.Tag = "IfWrite";
  470. this.ChooseBadPart.Text = "选择";
  471. this.ChooseBadPart.UseVisualStyleBackColor = true;
  472. //
  473. // mb_soncode
  474. //
  475. this.mb_soncode.AllPower = null;
  476. this.mb_soncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  477. | System.Windows.Forms.AnchorStyles.Left)));
  478. this.mb_soncode.BackColor = System.Drawing.Color.White;
  479. this.mb_soncode.ID = null;
  480. this.mb_soncode.Location = new System.Drawing.Point(768, 375);
  481. this.mb_soncode.Margin = new System.Windows.Forms.Padding(4);
  482. this.mb_soncode.Name = "mb_soncode";
  483. this.mb_soncode.Power = null;
  484. this.mb_soncode.Size = new System.Drawing.Size(156, 25);
  485. this.mb_soncode.Str = null;
  486. this.mb_soncode.Str1 = null;
  487. this.mb_soncode.Str2 = null;
  488. this.mb_soncode.TabIndex = 106;
  489. this.mb_soncode.Tag = "Read";
  490. //
  491. // mb_badlocation
  492. //
  493. this.mb_badlocation.AllPower = null;
  494. this.mb_badlocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  495. | System.Windows.Forms.AnchorStyles.Left)));
  496. this.mb_badlocation.BackColor = System.Drawing.Color.White;
  497. this.mb_badlocation.ID = null;
  498. this.mb_badlocation.Location = new System.Drawing.Point(367, 373);
  499. this.mb_badlocation.Margin = new System.Windows.Forms.Padding(4);
  500. this.mb_badlocation.Name = "mb_badlocation";
  501. this.mb_badlocation.Power = null;
  502. this.mb_badlocation.Size = new System.Drawing.Size(156, 25);
  503. this.mb_badlocation.Str = null;
  504. this.mb_badlocation.Str1 = null;
  505. this.mb_badlocation.Str2 = null;
  506. this.mb_badlocation.TabIndex = 104;
  507. this.mb_badlocation.Tag = "Read";
  508. //
  509. // enterTextBox7
  510. //
  511. this.enterTextBox7.AllPower = null;
  512. this.enterTextBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  513. | System.Windows.Forms.AnchorStyles.Left)));
  514. this.enterTextBox7.BackColor = System.Drawing.Color.White;
  515. this.enterTextBox7.ID = null;
  516. this.enterTextBox7.Location = new System.Drawing.Point(736, 299);
  517. this.enterTextBox7.Margin = new System.Windows.Forms.Padding(4);
  518. this.enterTextBox7.Name = "enterTextBox7";
  519. this.enterTextBox7.Power = null;
  520. this.enterTextBox7.Size = new System.Drawing.Size(187, 25);
  521. this.enterTextBox7.Str = null;
  522. this.enterTextBox7.Str1 = null;
  523. this.enterTextBox7.Str2 = null;
  524. this.enterTextBox7.TabIndex = 102;
  525. this.enterTextBox7.Tag = "Read";
  526. //
  527. // enterTextBox6
  528. //
  529. this.enterTextBox6.AllPower = null;
  530. this.enterTextBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  531. | System.Windows.Forms.AnchorStyles.Left)));
  532. this.enterTextBox6.BackColor = System.Drawing.Color.White;
  533. this.enterTextBox6.ID = null;
  534. this.enterTextBox6.Location = new System.Drawing.Point(383, 299);
  535. this.enterTextBox6.Margin = new System.Windows.Forms.Padding(4);
  536. this.enterTextBox6.Name = "enterTextBox6";
  537. this.enterTextBox6.Power = null;
  538. this.enterTextBox6.Size = new System.Drawing.Size(187, 25);
  539. this.enterTextBox6.Str = null;
  540. this.enterTextBox6.Str1 = null;
  541. this.enterTextBox6.Str2 = null;
  542. this.enterTextBox6.TabIndex = 100;
  543. this.enterTextBox6.Tag = "Read";
  544. //
  545. // enterTextBox5
  546. //
  547. this.enterTextBox5.AllPower = null;
  548. this.enterTextBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  549. | System.Windows.Forms.AnchorStyles.Left)));
  550. this.enterTextBox5.BackColor = System.Drawing.Color.White;
  551. this.enterTextBox5.ID = null;
  552. this.enterTextBox5.Location = new System.Drawing.Point(1069, 246);
  553. this.enterTextBox5.Margin = new System.Windows.Forms.Padding(4);
  554. this.enterTextBox5.Name = "enterTextBox5";
  555. this.enterTextBox5.Power = null;
  556. this.enterTextBox5.Size = new System.Drawing.Size(187, 25);
  557. this.enterTextBox5.Str = null;
  558. this.enterTextBox5.Str1 = null;
  559. this.enterTextBox5.Str2 = null;
  560. this.enterTextBox5.TabIndex = 98;
  561. this.enterTextBox5.Tag = "Read";
  562. //
  563. // enterTextBox4
  564. //
  565. this.enterTextBox4.AllPower = null;
  566. this.enterTextBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  567. | System.Windows.Forms.AnchorStyles.Left)));
  568. this.enterTextBox4.BackColor = System.Drawing.Color.White;
  569. this.enterTextBox4.ID = null;
  570. this.enterTextBox4.Location = new System.Drawing.Point(736, 245);
  571. this.enterTextBox4.Margin = new System.Windows.Forms.Padding(4);
  572. this.enterTextBox4.Name = "enterTextBox4";
  573. this.enterTextBox4.Power = null;
  574. this.enterTextBox4.Size = new System.Drawing.Size(187, 25);
  575. this.enterTextBox4.Str = null;
  576. this.enterTextBox4.Str1 = null;
  577. this.enterTextBox4.Str2 = null;
  578. this.enterTextBox4.TabIndex = 96;
  579. this.enterTextBox4.Tag = "Read";
  580. //
  581. // enterTextBox3
  582. //
  583. this.enterTextBox3.AllPower = null;
  584. this.enterTextBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  585. | System.Windows.Forms.AnchorStyles.Left)));
  586. this.enterTextBox3.BackColor = System.Drawing.Color.White;
  587. this.enterTextBox3.ID = null;
  588. this.enterTextBox3.Location = new System.Drawing.Point(383, 248);
  589. this.enterTextBox3.Margin = new System.Windows.Forms.Padding(4);
  590. this.enterTextBox3.Name = "enterTextBox3";
  591. this.enterTextBox3.Power = null;
  592. this.enterTextBox3.Size = new System.Drawing.Size(187, 25);
  593. this.enterTextBox3.Str = null;
  594. this.enterTextBox3.Str1 = null;
  595. this.enterTextBox3.Str2 = null;
  596. this.enterTextBox3.TabIndex = 94;
  597. this.enterTextBox3.Tag = "Read";
  598. //
  599. // enterTextBox2
  600. //
  601. this.enterTextBox2.AllPower = null;
  602. this.enterTextBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  603. | System.Windows.Forms.AnchorStyles.Left)));
  604. this.enterTextBox2.BackColor = System.Drawing.Color.White;
  605. this.enterTextBox2.ID = null;
  606. this.enterTextBox2.Location = new System.Drawing.Point(773, 192);
  607. this.enterTextBox2.Margin = new System.Windows.Forms.Padding(4);
  608. this.enterTextBox2.Name = "enterTextBox2";
  609. this.enterTextBox2.Power = null;
  610. this.enterTextBox2.Size = new System.Drawing.Size(150, 25);
  611. this.enterTextBox2.Str = null;
  612. this.enterTextBox2.Str1 = null;
  613. this.enterTextBox2.Str2 = null;
  614. this.enterTextBox2.TabIndex = 92;
  615. this.enterTextBox2.Tag = "Read";
  616. //
  617. // enterTextBox1
  618. //
  619. this.enterTextBox1.AllPower = null;
  620. this.enterTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  621. | System.Windows.Forms.AnchorStyles.Left)));
  622. this.enterTextBox1.BackColor = System.Drawing.Color.White;
  623. this.enterTextBox1.ID = null;
  624. this.enterTextBox1.Location = new System.Drawing.Point(420, 192);
  625. this.enterTextBox1.Margin = new System.Windows.Forms.Padding(4);
  626. this.enterTextBox1.Name = "enterTextBox1";
  627. this.enterTextBox1.Power = null;
  628. this.enterTextBox1.Size = new System.Drawing.Size(150, 25);
  629. this.enterTextBox1.Str = null;
  630. this.enterTextBox1.Str1 = null;
  631. this.enterTextBox1.Str2 = null;
  632. this.enterTextBox1.TabIndex = 91;
  633. this.enterTextBox1.Tag = "Read";
  634. //
  635. // bc_remark
  636. //
  637. this.bc_remark.Location = new System.Drawing.Point(1069, 192);
  638. this.bc_remark.Margin = new System.Windows.Forms.Padding(4);
  639. this.bc_remark.Name = "bc_remark";
  640. this.bc_remark.Size = new System.Drawing.Size(187, 25);
  641. this.bc_remark.TabIndex = 90;
  642. //
  643. // OperatResult
  644. //
  645. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  646. this.OperatResult.Location = new System.Drawing.Point(1031, 372);
  647. this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
  648. this.OperatResult.Name = "OperatResult";
  649. this.OperatResult.Size = new System.Drawing.Size(276, 318);
  650. this.OperatResult.TabIndex = 87;
  651. this.OperatResult.Text = "";
  652. //
  653. // ms_makecode
  654. //
  655. this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  656. | System.Windows.Forms.AnchorStyles.Left)));
  657. this.ms_makecode.AutoSize = true;
  658. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  659. this.ms_makecode.Location = new System.Drawing.Point(455, 51);
  660. this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  661. this.ms_makecode.Name = "ms_makecode";
  662. this.ms_makecode.Size = new System.Drawing.Size(0, 27);
  663. this.ms_makecode.TabIndex = 85;
  664. //
  665. // ma_prodcode
  666. //
  667. this.ma_prodcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  668. | System.Windows.Forms.AnchorStyles.Left)));
  669. this.ma_prodcode.AutoSize = true;
  670. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  671. this.ma_prodcode.Location = new System.Drawing.Point(750, 51);
  672. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  673. this.ma_prodcode.Name = "ma_prodcode";
  674. this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
  675. this.ma_prodcode.TabIndex = 83;
  676. //
  677. // pr_detail
  678. //
  679. this.pr_detail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  680. | System.Windows.Forms.AnchorStyles.Left)));
  681. this.pr_detail.AutoSize = true;
  682. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  683. this.pr_detail.Location = new System.Drawing.Point(1055, 51);
  684. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  685. this.pr_detail.Name = "pr_detail";
  686. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  687. this.pr_detail.TabIndex = 82;
  688. //
  689. // Clean
  690. //
  691. this.Clean.AllPower = null;
  692. this.Clean.BackColor = System.Drawing.Color.Transparent;
  693. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  694. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  695. this.Clean.IsShowBorder = true;
  696. this.Clean.Location = new System.Drawing.Point(1129, 700);
  697. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  698. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  699. this.Clean.Name = "Clean";
  700. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  701. this.Clean.Power = null;
  702. this.Clean.Size = new System.Drawing.Size(80, 30);
  703. this.Clean.TabIndex = 81;
  704. this.Clean.Tag = "IfWrite";
  705. this.Clean.Text = "清除";
  706. this.Clean.UseVisualStyleBackColor = true;
  707. //
  708. // ms_sncode
  709. //
  710. this.ms_sncode.AllPower = null;
  711. this.ms_sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  712. | System.Windows.Forms.AnchorStyles.Left)));
  713. this.ms_sncode.BackColor = System.Drawing.Color.White;
  714. this.ms_sncode.ID = null;
  715. this.ms_sncode.Location = new System.Drawing.Point(123, 51);
  716. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
  717. this.ms_sncode.Name = "ms_sncode";
  718. this.ms_sncode.Power = null;
  719. this.ms_sncode.Size = new System.Drawing.Size(178, 25);
  720. this.ms_sncode.Str = null;
  721. this.ms_sncode.Str1 = null;
  722. this.ms_sncode.Str2 = null;
  723. this.ms_sncode.TabIndex = 80;
  724. this.ms_sncode.Tag = "Read";
  725. //
  726. // cd_stepcode
  727. //
  728. this.cd_stepcode.AllPower = null;
  729. this.cd_stepcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  730. | System.Windows.Forms.AnchorStyles.Left)));
  731. this.cd_stepcode.Caller = null;
  732. this.cd_stepcode.Condition = null;
  733. this.cd_stepcode.DBTitle = "回流工序";
  734. this.cd_stepcode.FormName = null;
  735. this.cd_stepcode.Location = new System.Drawing.Point(535, 99);
  736. this.cd_stepcode.Margin = new System.Windows.Forms.Padding(4);
  737. this.cd_stepcode.Name = "cd_stepcode";
  738. this.cd_stepcode.Power = null;
  739. this.cd_stepcode.SelectField = null;
  740. this.cd_stepcode.SetValueField = null;
  741. this.cd_stepcode.Size = new System.Drawing.Size(256, 25);
  742. this.cd_stepcode.TabIndex = 68;
  743. this.cd_stepcode.TableName = null;
  744. this.cd_stepcode.Tag = "Read";
  745. this.cd_stepcode.TextBoxEnable = true;
  746. //
  747. // cr_code
  748. //
  749. this.cr_code.AllPower = null;
  750. this.cr_code.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  751. | System.Windows.Forms.AnchorStyles.Left)));
  752. this.cr_code.Caller = null;
  753. this.cr_code.Condition = null;
  754. this.cr_code.DBTitle = "回流工艺";
  755. this.cr_code.FormName = null;
  756. this.cr_code.Location = new System.Drawing.Point(123, 99);
  757. this.cr_code.Margin = new System.Windows.Forms.Padding(4);
  758. this.cr_code.Name = "cr_code";
  759. this.cr_code.Power = null;
  760. this.cr_code.SelectField = null;
  761. this.cr_code.SetValueField = null;
  762. this.cr_code.Size = new System.Drawing.Size(255, 25);
  763. this.cr_code.TabIndex = 67;
  764. this.cr_code.TableName = null;
  765. this.cr_code.Tag = "Read";
  766. this.cr_code.TextBoxEnable = true;
  767. //
  768. // NewBadCode
  769. //
  770. this.NewBadCode.AllPower = "ifall";
  771. this.NewBadCode.BackColor = System.Drawing.Color.Transparent;
  772. this.NewBadCode.DownImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.DownImage")));
  773. this.NewBadCode.Image = ((System.Drawing.Image)(resources.GetObject("NewBadCode.Image")));
  774. this.NewBadCode.IsShowBorder = true;
  775. this.NewBadCode.Location = new System.Drawing.Point(248, 618);
  776. this.NewBadCode.Margin = new System.Windows.Forms.Padding(4);
  777. this.NewBadCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.MoveImage")));
  778. this.NewBadCode.Name = "NewBadCode";
  779. this.NewBadCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.NormalImage")));
  780. this.NewBadCode.Power = null;
  781. this.NewBadCode.Size = new System.Drawing.Size(111, 30);
  782. this.NewBadCode.TabIndex = 60;
  783. this.NewBadCode.Tag = "IfWrite";
  784. this.NewBadCode.Text = "新增不良代码";
  785. this.NewBadCode.UseVisualStyleBackColor = true;
  786. //
  787. // SaveBadLocation
  788. //
  789. this.SaveBadLocation.AllPower = "ifall";
  790. this.SaveBadLocation.BackColor = System.Drawing.Color.Transparent;
  791. this.SaveBadLocation.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveBadLocation.DownImage")));
  792. this.SaveBadLocation.Image = ((System.Drawing.Image)(resources.GetObject("SaveBadLocation.Image")));
  793. this.SaveBadLocation.IsShowBorder = true;
  794. this.SaveBadLocation.Location = new System.Drawing.Point(547, 372);
  795. this.SaveBadLocation.Margin = new System.Windows.Forms.Padding(4);
  796. this.SaveBadLocation.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveBadLocation.MoveImage")));
  797. this.SaveBadLocation.Name = "SaveBadLocation";
  798. this.SaveBadLocation.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveBadLocation.NormalImage")));
  799. this.SaveBadLocation.Power = null;
  800. this.SaveBadLocation.Size = new System.Drawing.Size(61, 30);
  801. this.SaveBadLocation.TabIndex = 59;
  802. this.SaveBadLocation.Tag = "IfWrite";
  803. this.SaveBadLocation.Text = "保存";
  804. this.SaveBadLocation.UseVisualStyleBackColor = true;
  805. //
  806. // Scrap
  807. //
  808. this.Scrap.AllPower = "ifall";
  809. this.Scrap.BackColor = System.Drawing.Color.Transparent;
  810. this.Scrap.DownImage = ((System.Drawing.Image)(resources.GetObject("Scrap.DownImage")));
  811. this.Scrap.Enabled = false;
  812. this.Scrap.Image = ((System.Drawing.Image)(resources.GetObject("Scrap.Image")));
  813. this.Scrap.IsShowBorder = true;
  814. this.Scrap.Location = new System.Drawing.Point(964, 95);
  815. this.Scrap.Margin = new System.Windows.Forms.Padding(4);
  816. this.Scrap.MoveImage = ((System.Drawing.Image)(resources.GetObject("Scrap.MoveImage")));
  817. this.Scrap.Name = "Scrap";
  818. this.Scrap.NormalImage = ((System.Drawing.Image)(resources.GetObject("Scrap.NormalImage")));
  819. this.Scrap.Power = null;
  820. this.Scrap.Size = new System.Drawing.Size(91, 30);
  821. this.Scrap.TabIndex = 56;
  822. this.Scrap.Tag = "IfWrite";
  823. this.Scrap.Text = "报废";
  824. this.Scrap.UseVisualStyleBackColor = true;
  825. //
  826. // RepairComplete
  827. //
  828. this.RepairComplete.AllPower = "ifall";
  829. this.RepairComplete.BackColor = System.Drawing.Color.Transparent;
  830. this.RepairComplete.DownImage = ((System.Drawing.Image)(resources.GetObject("RepairComplete.DownImage")));
  831. this.RepairComplete.Enabled = false;
  832. this.RepairComplete.Image = ((System.Drawing.Image)(resources.GetObject("RepairComplete.Image")));
  833. this.RepairComplete.IsShowBorder = true;
  834. this.RepairComplete.Location = new System.Drawing.Point(838, 95);
  835. this.RepairComplete.Margin = new System.Windows.Forms.Padding(4);
  836. this.RepairComplete.MoveImage = ((System.Drawing.Image)(resources.GetObject("RepairComplete.MoveImage")));
  837. this.RepairComplete.Name = "RepairComplete";
  838. this.RepairComplete.NormalImage = ((System.Drawing.Image)(resources.GetObject("RepairComplete.NormalImage")));
  839. this.RepairComplete.Power = null;
  840. this.RepairComplete.Size = new System.Drawing.Size(91, 30);
  841. this.RepairComplete.TabIndex = 55;
  842. this.RepairComplete.Tag = "IfWrite";
  843. this.RepairComplete.Text = "完成维修";
  844. this.RepairComplete.UseVisualStyleBackColor = true;
  845. //
  846. // BadCodeGrid
  847. //
  848. this.BadCodeGrid.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
  849. this.BadCodeGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  850. this.BadCodeGrid.Location = new System.Drawing.Point(12, 188);
  851. this.BadCodeGrid.Name = "BadCodeGrid";
  852. this.BadCodeGrid.RowHeadersWidth = 20;
  853. this.BadCodeGrid.RowTemplate.Height = 27;
  854. this.BadCodeGrid.Size = new System.Drawing.Size(214, 540);
  855. this.BadCodeGrid.TabIndex = 118;
  856. this.BadCodeGrid.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.BadCodeGrid_RowHeaderMouseClick);
  857. //
  858. // Make_Repair
  859. //
  860. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  861. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  862. this.ClientSize = new System.Drawing.Size(1320, 740);
  863. this.Controls.Add(this.BadCodeGrid);
  864. this.Controls.Add(this.panel3);
  865. this.Controls.Add(this.label2);
  866. this.Controls.Add(this.listView2);
  867. this.Controls.Add(this.listView1);
  868. this.Controls.Add(this.GetSNCode);
  869. this.Controls.Add(this.GetSNCode_Label);
  870. this.Controls.Add(this.NewRepairInf);
  871. this.Controls.Add(this.SaveRepairInf);
  872. this.Controls.Add(this.DeleteRepairInf);
  873. this.Controls.Add(this.panel1);
  874. this.Controls.Add(this.ChooseBadPart);
  875. this.Controls.Add(this.mb_soncode);
  876. this.Controls.Add(this.mb_soncode_label);
  877. this.Controls.Add(this.mb_badlocation);
  878. this.Controls.Add(this.mb_badlocation_label);
  879. this.Controls.Add(this.enterTextBox7);
  880. this.Controls.Add(this.label7);
  881. this.Controls.Add(this.enterTextBox6);
  882. this.Controls.Add(this.label6);
  883. this.Controls.Add(this.enterTextBox5);
  884. this.Controls.Add(this.label5);
  885. this.Controls.Add(this.enterTextBox4);
  886. this.Controls.Add(this.label4);
  887. this.Controls.Add(this.enterTextBox3);
  888. this.Controls.Add(this.label3);
  889. this.Controls.Add(this.enterTextBox2);
  890. this.Controls.Add(this.enterTextBox1);
  891. this.Controls.Add(this.bc_remark);
  892. this.Controls.Add(this.OperatResult);
  893. this.Controls.Add(this.ms_makecode);
  894. this.Controls.Add(this.ma_prodcode);
  895. this.Controls.Add(this.pr_detail);
  896. this.Controls.Add(this.ma_prodcode_label);
  897. this.Controls.Add(this.pr_detail_label);
  898. this.Controls.Add(this.Clean);
  899. this.Controls.Add(this.ms_sncode);
  900. this.Controls.Add(this.cd_stepcode);
  901. this.Controls.Add(this.cr_code);
  902. this.Controls.Add(this.ma_craftcode_label);
  903. this.Controls.Add(this.st_rstepcode_label);
  904. this.Controls.Add(this.NewBadCode);
  905. this.Controls.Add(this.SaveBadLocation);
  906. this.Controls.Add(this.Scrap);
  907. this.Controls.Add(this.RepairComplete);
  908. this.Controls.Add(this.label14);
  909. this.Controls.Add(this.label12);
  910. this.Controls.Add(this.label8);
  911. this.Controls.Add(this.ms_sncode_label);
  912. this.Controls.Add(this.ms_makecode_label);
  913. this.Controls.Add(this.panel2);
  914. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  915. this.Margin = new System.Windows.Forms.Padding(4);
  916. this.Name = "Make_Repair";
  917. this.Tag = "Make!Repair";
  918. this.Text = "维修作业";
  919. this.Load += new System.EventHandler(this.维修作业_Load);
  920. this.SizeChanged += new System.EventHandler(this.Make_Repair_SizeChanged);
  921. this.panel2.ResumeLayout(false);
  922. this.panel2.PerformLayout();
  923. ((System.ComponentModel.ISupportInitialize)(this.BadCodeGrid)).EndInit();
  924. this.ResumeLayout(false);
  925. this.PerformLayout();
  926. }
  927. #endregion
  928. private CustomControl.ButtonUtil.NormalButton RepairComplete;
  929. private CustomControl.ButtonUtil.NormalButton Scrap;
  930. private CustomControl.ButtonUtil.NormalButton SaveBadLocation;
  931. private CustomControl.ButtonUtil.NormalButton NewBadCode;
  932. private CustomControl.TextBoxWithIcon.SearchTextBox cr_code;
  933. private CustomControl.TextBoxWithIcon.SearchTextBox cd_stepcode;
  934. private System.Windows.Forms.Panel panel2;
  935. private System.Windows.Forms.Label label1;
  936. private System.Windows.Forms.Label ma_craftcode_label;
  937. private System.Windows.Forms.Label st_rstepcode_label;
  938. private System.Windows.Forms.Label ma_prodcode_label;
  939. private System.Windows.Forms.Label pr_detail_label;
  940. private System.Windows.Forms.Label label14;
  941. private System.Windows.Forms.Label label12;
  942. private System.Windows.Forms.Label label8;
  943. private System.Windows.Forms.Label ms_sncode_label;
  944. private System.Windows.Forms.Label ms_makecode_label;
  945. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  946. private CustomControl.ButtonUtil.NormalButton Clean;
  947. private CustomControl.ValueLabel.ValueLabel pr_detail;
  948. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  949. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  950. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  951. private CustomControl.TextBoxWithIcon.TextBoxWithTextArea bc_remark;
  952. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox1;
  953. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox2;
  954. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox3;
  955. private System.Windows.Forms.Label label3;
  956. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox4;
  957. private System.Windows.Forms.Label label4;
  958. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox5;
  959. private System.Windows.Forms.Label label5;
  960. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox6;
  961. private System.Windows.Forms.Label label6;
  962. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox7;
  963. private System.Windows.Forms.Label label7;
  964. private CustomControl.TextBoxWithIcon.EnterTextBox mb_badlocation;
  965. private System.Windows.Forms.Label mb_badlocation_label;
  966. private CustomControl.TextBoxWithIcon.EnterTextBox mb_soncode;
  967. private System.Windows.Forms.Label mb_soncode_label;
  968. private CustomControl.ButtonUtil.NormalButton ChooseBadPart;
  969. private System.Windows.Forms.Panel panel1;
  970. private CustomControl.ButtonUtil.NormalButton DeleteRepairInf;
  971. private CustomControl.ButtonUtil.NormalButton SaveRepairInf;
  972. private CustomControl.ButtonUtil.NormalButton NewRepairInf;
  973. private CustomControl.TextBoxWithIcon.EnterTextBox GetSNCode;
  974. private System.Windows.Forms.Label GetSNCode_Label;
  975. private System.Windows.Forms.ListView listView1;
  976. private System.Windows.Forms.ListView listView2;
  977. private System.Windows.Forms.ColumnHeader columnHeader1;
  978. private System.Windows.Forms.ColumnHeader columnHeader2;
  979. private System.Windows.Forms.Label label2;
  980. private System.Windows.Forms.Panel panel3;
  981. private CustomControl.DataGrid_View.DataGridViewExpand BadCodeGrid;
  982. }
  983. }