Special_MakeBad.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_MakeBad
  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_MakeBad));
  29. this.Pallet_label = new System.Windows.Forms.Label();
  30. this.Pallate = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  31. this.mbc_component = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  32. this.mbr_dutyname = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
  33. this.so_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
  34. this.nr_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
  35. this.nrg_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.BlurSearch();
  36. this.bc_code = new System.Windows.Forms.Label();
  37. this.SaveRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  38. this.mbr_solution_label = new System.Windows.Forms.Label();
  39. this.mbc_component_label = new System.Windows.Forms.Label();
  40. this.mbr_dutycode_label = new System.Windows.Forms.Label();
  41. this.nr_name_label = new System.Windows.Forms.Label();
  42. this.mbr_brgcode_label = new System.Windows.Forms.Label();
  43. this.SuspendLayout();
  44. //
  45. // Pallet_label
  46. //
  47. this.Pallet_label.AutoSize = true;
  48. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.Pallet_label.Location = new System.Drawing.Point(13, 302);
  50. this.Pallet_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  51. this.Pallet_label.Name = "Pallet_label";
  52. this.Pallet_label.Size = new System.Drawing.Size(114, 41);
  53. this.Pallet_label.TabIndex = 1;
  54. this.Pallet_label.Text = "条码号";
  55. //
  56. // Pallate
  57. //
  58. this.Pallate.AllPower = null;
  59. this.Pallate.BackColor = System.Drawing.Color.White;
  60. this.Pallate.ID = null;
  61. this.Pallate.Location = new System.Drawing.Point(211, 308);
  62. this.Pallate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  63. this.Pallate.Name = "Pallate";
  64. this.Pallate.Power = null;
  65. this.Pallate.Size = new System.Drawing.Size(242, 35);
  66. this.Pallate.Str = null;
  67. this.Pallate.Str1 = null;
  68. this.Pallate.Str2 = null;
  69. this.Pallate.TabIndex = 2;
  70. //
  71. // mbc_component
  72. //
  73. this.mbc_component.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  74. this.mbc_component.FormattingEnabled = true;
  75. this.mbc_component.Items.AddRange(new object[] {
  76. "",
  77. "主板",
  78. "液晶屏",
  79. "喇叭",
  80. "摄像头",
  81. "MIC板",
  82. "底壳",
  83. "电池",
  84. "面壳",
  85. "天线/喇叭支架",
  86. "A壳组件",
  87. "B壳组件",
  88. "C壳组件",
  89. "D壳组件",
  90. "通讯小板",
  91. "接口小板",
  92. "其他"});
  93. this.mbc_component.Location = new System.Drawing.Point(211, 477);
  94. this.mbc_component.Margin = new System.Windows.Forms.Padding(6);
  95. this.mbc_component.Name = "mbc_component";
  96. this.mbc_component.Size = new System.Drawing.Size(238, 32);
  97. this.mbc_component.TabIndex = 155;
  98. //
  99. // mbr_dutyname
  100. //
  101. this.mbr_dutyname.Condition = null;
  102. this.mbr_dutyname.Field = null;
  103. this.mbr_dutyname.Location = new System.Drawing.Point(1100, 399);
  104. this.mbr_dutyname.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  105. this.mbr_dutyname.Name = "mbr_dutyname";
  106. this.mbr_dutyname.Size = new System.Drawing.Size(242, 35);
  107. this.mbr_dutyname.TabIndex = 151;
  108. this.mbr_dutyname.TableName = null;
  109. this.mbr_dutyname.Value = null;
  110. this.mbr_dutyname.ValueField = null;
  111. //
  112. // so_name
  113. //
  114. this.so_name.Condition = null;
  115. this.so_name.Field = null;
  116. this.so_name.Location = new System.Drawing.Point(648, 477);
  117. this.so_name.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  118. this.so_name.Name = "so_name";
  119. this.so_name.Size = new System.Drawing.Size(242, 35);
  120. this.so_name.TabIndex = 150;
  121. this.so_name.TableName = null;
  122. this.so_name.Value = null;
  123. this.so_name.ValueField = null;
  124. //
  125. // nr_name
  126. //
  127. this.nr_name.Condition = null;
  128. this.nr_name.Field = null;
  129. this.nr_name.Location = new System.Drawing.Point(648, 397);
  130. this.nr_name.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  131. this.nr_name.Name = "nr_name";
  132. this.nr_name.Size = new System.Drawing.Size(242, 35);
  133. this.nr_name.TabIndex = 149;
  134. this.nr_name.TableName = null;
  135. this.nr_name.Value = null;
  136. this.nr_name.ValueField = null;
  137. //
  138. // nrg_name
  139. //
  140. this.nrg_name.Condition = null;
  141. this.nrg_name.Field = null;
  142. this.nrg_name.Location = new System.Drawing.Point(211, 397);
  143. this.nrg_name.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  144. this.nrg_name.Name = "nrg_name";
  145. this.nrg_name.Size = new System.Drawing.Size(242, 35);
  146. this.nrg_name.TabIndex = 148;
  147. this.nrg_name.TableName = null;
  148. this.nrg_name.Value = null;
  149. this.nrg_name.ValueField = null;
  150. //
  151. // bc_code
  152. //
  153. this.bc_code.AutoSize = true;
  154. this.bc_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.bc_code.ForeColor = System.Drawing.Color.Black;
  156. this.bc_code.Location = new System.Drawing.Point(1391, 507);
  157. this.bc_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  158. this.bc_code.Name = "bc_code";
  159. this.bc_code.Size = new System.Drawing.Size(0, 41);
  160. this.bc_code.TabIndex = 146;
  161. this.bc_code.Visible = false;
  162. //
  163. // SaveRepairInf
  164. //
  165. this.SaveRepairInf.AllPower = "ifall";
  166. this.SaveRepairInf.BackColor = System.Drawing.Color.Transparent;
  167. this.SaveRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.DownImage")));
  168. this.SaveRepairInf.Image = null;
  169. this.SaveRepairInf.IsShowBorder = true;
  170. this.SaveRepairInf.Location = new System.Drawing.Point(949, 470);
  171. this.SaveRepairInf.Margin = new System.Windows.Forms.Padding(6);
  172. this.SaveRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.MoveImage")));
  173. this.SaveRepairInf.Name = "SaveRepairInf";
  174. this.SaveRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.NormalImage")));
  175. this.SaveRepairInf.Power = null;
  176. this.SaveRepairInf.Size = new System.Drawing.Size(172, 48);
  177. this.SaveRepairInf.TabIndex = 145;
  178. this.SaveRepairInf.Tag = "IfRead";
  179. this.SaveRepairInf.Text = "保存维修信息";
  180. this.SaveRepairInf.UseVisualStyleBackColor = true;
  181. this.SaveRepairInf.Click += new System.EventHandler(this.SaveRepairInf_Click);
  182. //
  183. // mbr_solution_label
  184. //
  185. this.mbr_solution_label.AutoSize = true;
  186. this.mbr_solution_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.mbr_solution_label.ForeColor = System.Drawing.Color.Black;
  188. this.mbr_solution_label.Location = new System.Drawing.Point(472, 475);
  189. this.mbr_solution_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  190. this.mbr_solution_label.Name = "mbr_solution_label";
  191. this.mbr_solution_label.Size = new System.Drawing.Size(146, 41);
  192. this.mbr_solution_label.TabIndex = 144;
  193. this.mbr_solution_label.Text = "解决方案";
  194. //
  195. // mbc_component_label
  196. //
  197. this.mbc_component_label.AutoSize = true;
  198. this.mbc_component_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.mbc_component_label.ForeColor = System.Drawing.Color.Black;
  200. this.mbc_component_label.Location = new System.Drawing.Point(13, 477);
  201. this.mbc_component_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  202. this.mbc_component_label.Name = "mbc_component_label";
  203. this.mbc_component_label.Size = new System.Drawing.Size(146, 41);
  204. this.mbc_component_label.TabIndex = 143;
  205. this.mbc_component_label.Text = "不良组件";
  206. //
  207. // mbr_dutycode_label
  208. //
  209. this.mbr_dutycode_label.AutoSize = true;
  210. this.mbr_dutycode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.mbr_dutycode_label.ForeColor = System.Drawing.Color.Black;
  212. this.mbr_dutycode_label.Location = new System.Drawing.Point(942, 395);
  213. this.mbr_dutycode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  214. this.mbr_dutycode_label.Name = "mbr_dutycode_label";
  215. this.mbr_dutycode_label.Size = new System.Drawing.Size(114, 41);
  216. this.mbr_dutycode_label.TabIndex = 142;
  217. this.mbr_dutycode_label.Text = "责任别";
  218. //
  219. // nr_name_label
  220. //
  221. this.nr_name_label.AutoSize = true;
  222. this.nr_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.nr_name_label.ForeColor = System.Drawing.Color.Black;
  224. this.nr_name_label.Location = new System.Drawing.Point(472, 393);
  225. this.nr_name_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  226. this.nr_name_label.Name = "nr_name_label";
  227. this.nr_name_label.Size = new System.Drawing.Size(146, 41);
  228. this.nr_name_label.TabIndex = 141;
  229. this.nr_name_label.Text = "不良原因";
  230. //
  231. // mbr_brgcode_label
  232. //
  233. this.mbr_brgcode_label.AutoSize = true;
  234. this.mbr_brgcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.mbr_brgcode_label.ForeColor = System.Drawing.Color.Black;
  236. this.mbr_brgcode_label.Location = new System.Drawing.Point(13, 393);
  237. this.mbr_brgcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  238. this.mbr_brgcode_label.Name = "mbr_brgcode_label";
  239. this.mbr_brgcode_label.Size = new System.Drawing.Size(178, 41);
  240. this.mbr_brgcode_label.TabIndex = 140;
  241. this.mbr_brgcode_label.Text = "不良原因组";
  242. //
  243. // Special_MakeBad
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.ClientSize = new System.Drawing.Size(1384, 1054);
  248. this.Controls.Add(this.mbc_component);
  249. this.Controls.Add(this.mbr_dutyname);
  250. this.Controls.Add(this.so_name);
  251. this.Controls.Add(this.nr_name);
  252. this.Controls.Add(this.nrg_name);
  253. this.Controls.Add(this.bc_code);
  254. this.Controls.Add(this.SaveRepairInf);
  255. this.Controls.Add(this.mbr_solution_label);
  256. this.Controls.Add(this.mbc_component_label);
  257. this.Controls.Add(this.mbr_dutycode_label);
  258. this.Controls.Add(this.nr_name_label);
  259. this.Controls.Add(this.mbr_brgcode_label);
  260. this.Controls.Add(this.Pallate);
  261. this.Controls.Add(this.Pallet_label);
  262. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  263. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  264. this.Name = "Special_MakeBad";
  265. this.Tag = "Special!BoxSplit";
  266. this.Text = "拆箱处理";
  267. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  268. this.ResumeLayout(false);
  269. this.PerformLayout();
  270. }
  271. #endregion
  272. private System.Windows.Forms.Label Pallet_label;
  273. private CustomControl.TextBoxWithIcon.EnterTextBox Pallate;
  274. private CustomControl.ComBoxWithFocus.ComBoxWithFocus mbc_component;
  275. private CustomControl.TextBoxWithIcon.BlurSearch mbr_dutyname;
  276. private CustomControl.TextBoxWithIcon.BlurSearch so_name;
  277. private CustomControl.TextBoxWithIcon.BlurSearch nr_name;
  278. private CustomControl.TextBoxWithIcon.BlurSearch nrg_name;
  279. private System.Windows.Forms.Label bc_code;
  280. private CustomControl.ButtonUtil.NormalButton SaveRepairInf;
  281. private System.Windows.Forms.Label mbr_solution_label;
  282. private System.Windows.Forms.Label mbc_component_label;
  283. private System.Windows.Forms.Label mbr_dutycode_label;
  284. private System.Windows.Forms.Label nr_name_label;
  285. private System.Windows.Forms.Label mbr_brgcode_label;
  286. }
  287. }