Make_NewMatainInf.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_NewMatainInf
  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.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
  29. "",
  30. "主板"}, -1);
  31. System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
  32. "",
  33. "液晶屏"}, -1);
  34. System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] {
  35. "",
  36. "电路板"}, -1);
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_NewMatainInf));
  38. this.headBar1 = new UAS_MES.CustomControl.HeadBar();
  39. this.mbc_component_lsv = new System.Windows.Forms.ListView();
  40. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.mbc_component = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.nrg_name_lsv = new System.Windows.Forms.ListView();
  43. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  44. this.nrg_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  45. this.nrg_code = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  46. this.nr_name_lsv = new System.Windows.Forms.ListView();
  47. this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.nr_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  50. this.bc_name = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  51. this.bc_name_label = new System.Windows.Forms.Label();
  52. this.bg_name = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  53. this.bg_name_label = new System.Windows.Forms.Label();
  54. this.mbr_dutycode_lsv = new System.Windows.Forms.ListView();
  55. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  56. this.mbr_dutycode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  57. this.mbr_solutioncode_lsv = new System.Windows.Forms.ListView();
  58. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  59. this.mbr_solutioncode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  60. this.Cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  61. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  62. this.groupBoxWithBorder1.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // headBar1
  66. //
  67. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  68. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  69. this.headBar1.Location = new System.Drawing.Point(0, 0);
  70. this.headBar1.Margin = new System.Windows.Forms.Padding(4);
  71. this.headBar1.Name = "headBar1";
  72. this.headBar1.Size = new System.Drawing.Size(832, 40);
  73. this.headBar1.TabIndex = 0;
  74. this.headBar1.Title = "新增维修信息";
  75. //
  76. // mbc_component_lsv
  77. //
  78. this.mbc_component_lsv.CheckBoxes = true;
  79. this.mbc_component_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  80. this.columnHeader1,
  81. this.mbc_component});
  82. this.mbc_component_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. listViewItem4.StateImageIndex = 0;
  84. listViewItem5.StateImageIndex = 0;
  85. listViewItem6.StateImageIndex = 0;
  86. this.mbc_component_lsv.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  87. listViewItem4,
  88. listViewItem5,
  89. listViewItem6});
  90. this.mbc_component_lsv.Location = new System.Drawing.Point(12, 159);
  91. this.mbc_component_lsv.Name = "mbc_component_lsv";
  92. this.mbc_component_lsv.Size = new System.Drawing.Size(291, 190);
  93. this.mbc_component_lsv.TabIndex = 1;
  94. this.mbc_component_lsv.UseCompatibleStateImageBehavior = false;
  95. this.mbc_component_lsv.View = System.Windows.Forms.View.Details;
  96. this.mbc_component_lsv.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.OnlyCheckOne_ItemChecked);
  97. //
  98. // columnHeader1
  99. //
  100. this.columnHeader1.Text = "";
  101. this.columnHeader1.Width = 28;
  102. //
  103. // mbc_component
  104. //
  105. this.mbc_component.Text = "不良组件";
  106. this.mbc_component.Width = 253;
  107. //
  108. // nrg_name_lsv
  109. //
  110. this.nrg_name_lsv.CheckBoxes = true;
  111. this.nrg_name_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  112. this.columnHeader3,
  113. this.nrg_name,
  114. this.nrg_code});
  115. this.nrg_name_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.nrg_name_lsv.Location = new System.Drawing.Point(309, 159);
  117. this.nrg_name_lsv.Name = "nrg_name_lsv";
  118. this.nrg_name_lsv.Size = new System.Drawing.Size(264, 190);
  119. this.nrg_name_lsv.TabIndex = 2;
  120. this.nrg_name_lsv.UseCompatibleStateImageBehavior = false;
  121. this.nrg_name_lsv.View = System.Windows.Forms.View.Details;
  122. this.nrg_name_lsv.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.OnlyCheckOne_ItemChecked);
  123. //
  124. // columnHeader3
  125. //
  126. this.columnHeader3.Text = "";
  127. this.columnHeader3.Width = 30;
  128. //
  129. // nrg_name
  130. //
  131. this.nrg_name.Text = "不良原因组";
  132. this.nrg_name.Width = 224;
  133. //
  134. // nrg_code
  135. //
  136. this.nrg_code.Text = "";
  137. this.nrg_code.Width = 0;
  138. //
  139. // nr_name_lsv
  140. //
  141. this.nr_name_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  142. this.columnHeader9,
  143. this.nr_name});
  144. this.nr_name_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.nr_name_lsv.Location = new System.Drawing.Point(579, 159);
  146. this.nr_name_lsv.Name = "nr_name_lsv";
  147. this.nr_name_lsv.Size = new System.Drawing.Size(241, 381);
  148. this.nr_name_lsv.TabIndex = 3;
  149. this.nr_name_lsv.UseCompatibleStateImageBehavior = false;
  150. this.nr_name_lsv.View = System.Windows.Forms.View.Details;
  151. this.nr_name_lsv.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.OnlyCheckOne_ItemChecked);
  152. //
  153. // columnHeader9
  154. //
  155. this.columnHeader9.Text = "";
  156. this.columnHeader9.Width = 30;
  157. //
  158. // nr_name
  159. //
  160. this.nr_name.Text = "不良原因";
  161. this.nr_name.Width = 201;
  162. //
  163. // groupBoxWithBorder1
  164. //
  165. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  166. this.groupBoxWithBorder1.Controls.Add(this.bc_name);
  167. this.groupBoxWithBorder1.Controls.Add(this.bc_name_label);
  168. this.groupBoxWithBorder1.Controls.Add(this.bg_name);
  169. this.groupBoxWithBorder1.Controls.Add(this.bg_name_label);
  170. this.groupBoxWithBorder1.Dock = System.Windows.Forms.DockStyle.Top;
  171. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.groupBoxWithBorder1.Location = new System.Drawing.Point(0, 40);
  173. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  174. this.groupBoxWithBorder1.Size = new System.Drawing.Size(832, 100);
  175. this.groupBoxWithBorder1.TabIndex = 4;
  176. this.groupBoxWithBorder1.TabStop = false;
  177. this.groupBoxWithBorder1.Text = "工单信息";
  178. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  179. //
  180. // bc_name
  181. //
  182. this.bc_name.AllPower = null;
  183. this.bc_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  184. | System.Windows.Forms.AnchorStyles.Left)));
  185. this.bc_name.BackColor = System.Drawing.Color.White;
  186. this.bc_name.Enabled = false;
  187. this.bc_name.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.bc_name.ForeColor = System.Drawing.Color.Black;
  189. this.bc_name.ID = null;
  190. this.bc_name.Location = new System.Drawing.Point(538, 42);
  191. this.bc_name.Margin = new System.Windows.Forms.Padding(4);
  192. this.bc_name.Name = "bc_name";
  193. this.bc_name.Power = null;
  194. this.bc_name.Size = new System.Drawing.Size(187, 27);
  195. this.bc_name.Str = null;
  196. this.bc_name.Str1 = null;
  197. this.bc_name.Str2 = null;
  198. this.bc_name.TabIndex = 102;
  199. this.bc_name.Tag = "Read";
  200. //
  201. // bc_name_label
  202. //
  203. this.bc_name_label.AutoSize = true;
  204. this.bc_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.bc_name_label.Location = new System.Drawing.Point(411, 42);
  206. this.bc_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  207. this.bc_name_label.Name = "bc_name_label";
  208. this.bc_name_label.Size = new System.Drawing.Size(92, 27);
  209. this.bc_name_label.TabIndex = 101;
  210. this.bc_name_label.Text = "不良代码";
  211. //
  212. // bg_name
  213. //
  214. this.bg_name.AllPower = null;
  215. this.bg_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  216. | System.Windows.Forms.AnchorStyles.Left)));
  217. this.bg_name.BackColor = System.Drawing.Color.White;
  218. this.bg_name.Enabled = false;
  219. this.bg_name.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.bg_name.ForeColor = System.Drawing.Color.Black;
  221. this.bg_name.ID = null;
  222. this.bg_name.Location = new System.Drawing.Point(170, 42);
  223. this.bg_name.Margin = new System.Windows.Forms.Padding(4);
  224. this.bg_name.Name = "bg_name";
  225. this.bg_name.Power = null;
  226. this.bg_name.Size = new System.Drawing.Size(187, 27);
  227. this.bg_name.Str = null;
  228. this.bg_name.Str1 = null;
  229. this.bg_name.Str2 = null;
  230. this.bg_name.TabIndex = 100;
  231. this.bg_name.Tag = "Read";
  232. //
  233. // bg_name_label
  234. //
  235. this.bg_name_label.AutoSize = true;
  236. this.bg_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.bg_name_label.Location = new System.Drawing.Point(25, 42);
  238. this.bg_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  239. this.bg_name_label.Name = "bg_name_label";
  240. this.bg_name_label.Size = new System.Drawing.Size(112, 27);
  241. this.bg_name_label.TabIndex = 99;
  242. this.bg_name_label.Text = "不良代码组";
  243. //
  244. // mbr_dutycode_lsv
  245. //
  246. this.mbr_dutycode_lsv.CheckBoxes = true;
  247. this.mbr_dutycode_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  248. this.columnHeader5,
  249. this.mbr_dutycode});
  250. this.mbr_dutycode_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.mbr_dutycode_lsv.Location = new System.Drawing.Point(12, 355);
  252. this.mbr_dutycode_lsv.Name = "mbr_dutycode_lsv";
  253. this.mbr_dutycode_lsv.Size = new System.Drawing.Size(291, 185);
  254. this.mbr_dutycode_lsv.TabIndex = 5;
  255. this.mbr_dutycode_lsv.UseCompatibleStateImageBehavior = false;
  256. this.mbr_dutycode_lsv.View = System.Windows.Forms.View.Details;
  257. this.mbr_dutycode_lsv.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.OnlyCheckOne_ItemChecked);
  258. //
  259. // columnHeader5
  260. //
  261. this.columnHeader5.Text = "";
  262. this.columnHeader5.Width = 30;
  263. //
  264. // mbr_dutycode
  265. //
  266. this.mbr_dutycode.Text = "责任别";
  267. this.mbr_dutycode.Width = 253;
  268. //
  269. // mbr_solutioncode_lsv
  270. //
  271. this.mbr_solutioncode_lsv.CheckBoxes = true;
  272. this.mbr_solutioncode_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  273. this.columnHeader7,
  274. this.mbr_solutioncode});
  275. this.mbr_solutioncode_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.mbr_solutioncode_lsv.Location = new System.Drawing.Point(309, 355);
  277. this.mbr_solutioncode_lsv.Name = "mbr_solutioncode_lsv";
  278. this.mbr_solutioncode_lsv.Size = new System.Drawing.Size(264, 185);
  279. this.mbr_solutioncode_lsv.TabIndex = 6;
  280. this.mbr_solutioncode_lsv.UseCompatibleStateImageBehavior = false;
  281. this.mbr_solutioncode_lsv.View = System.Windows.Forms.View.Details;
  282. this.mbr_solutioncode_lsv.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.OnlyCheckOne_ItemChecked);
  283. //
  284. // columnHeader7
  285. //
  286. this.columnHeader7.Text = "";
  287. this.columnHeader7.Width = 30;
  288. //
  289. // mbr_solutioncode
  290. //
  291. this.mbr_solutioncode.Text = "解决方案";
  292. this.mbr_solutioncode.Width = 222;
  293. //
  294. // Cancel
  295. //
  296. this.Cancel.AllPower = null;
  297. this.Cancel.BackColor = System.Drawing.Color.Transparent;
  298. this.Cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("Cancel.DownImage")));
  299. this.Cancel.Image = null;
  300. this.Cancel.IsShowBorder = true;
  301. this.Cancel.Location = new System.Drawing.Point(435, 563);
  302. this.Cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("Cancel.MoveImage")));
  303. this.Cancel.Name = "Cancel";
  304. this.Cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("Cancel.NormalImage")));
  305. this.Cancel.Power = null;
  306. this.Cancel.Size = new System.Drawing.Size(80, 35);
  307. this.Cancel.TabIndex = 58;
  308. this.Cancel.Text = "取消";
  309. this.Cancel.UseVisualStyleBackColor = false;
  310. this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
  311. //
  312. // Save
  313. //
  314. this.Save.AllPower = "ifall";
  315. this.Save.BackColor = System.Drawing.Color.Transparent;
  316. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  317. this.Save.Image = null;
  318. this.Save.IsShowBorder = true;
  319. this.Save.Location = new System.Drawing.Point(317, 563);
  320. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  321. this.Save.Name = "Save";
  322. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  323. this.Save.Power = null;
  324. this.Save.Size = new System.Drawing.Size(80, 35);
  325. this.Save.TabIndex = 57;
  326. this.Save.Text = "保存";
  327. this.Save.UseVisualStyleBackColor = false;
  328. //
  329. // Make_NewMatainInf
  330. //
  331. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  332. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  333. this.ClientSize = new System.Drawing.Size(832, 610);
  334. this.Controls.Add(this.Cancel);
  335. this.Controls.Add(this.Save);
  336. this.Controls.Add(this.mbr_solutioncode_lsv);
  337. this.Controls.Add(this.mbr_dutycode_lsv);
  338. this.Controls.Add(this.groupBoxWithBorder1);
  339. this.Controls.Add(this.nr_name_lsv);
  340. this.Controls.Add(this.nrg_name_lsv);
  341. this.Controls.Add(this.mbc_component_lsv);
  342. this.Controls.Add(this.headBar1);
  343. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  344. this.Name = "Make_NewMatainInf";
  345. this.Tag = "ShowDialogWindow";
  346. this.Text = "Make_NewMatainInf";
  347. this.Load += new System.EventHandler(this.Make_NewMatainInf_Load);
  348. this.groupBoxWithBorder1.ResumeLayout(false);
  349. this.groupBoxWithBorder1.PerformLayout();
  350. this.ResumeLayout(false);
  351. }
  352. #endregion
  353. private CustomControl.HeadBar headBar1;
  354. private System.Windows.Forms.ListView mbc_component_lsv;
  355. private System.Windows.Forms.ListView nrg_name_lsv;
  356. private System.Windows.Forms.ListView nr_name_lsv;
  357. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  358. private CustomControl.TextBoxWithIcon.EnterTextBox bc_name;
  359. private System.Windows.Forms.Label bc_name_label;
  360. private CustomControl.TextBoxWithIcon.EnterTextBox bg_name;
  361. private System.Windows.Forms.Label bg_name_label;
  362. private System.Windows.Forms.ListView mbr_dutycode_lsv;
  363. private System.Windows.Forms.ListView mbr_solutioncode_lsv;
  364. private CustomControl.ButtonUtil.NormalButton Cancel;
  365. private CustomControl.ButtonUtil.NormalButton Save;
  366. private System.Windows.Forms.ColumnHeader columnHeader1;
  367. private System.Windows.Forms.ColumnHeader mbc_component;
  368. private System.Windows.Forms.ColumnHeader columnHeader3;
  369. private System.Windows.Forms.ColumnHeader nrg_name;
  370. private System.Windows.Forms.ColumnHeader columnHeader5;
  371. private System.Windows.Forms.ColumnHeader mbr_dutycode;
  372. private System.Windows.Forms.ColumnHeader columnHeader7;
  373. private System.Windows.Forms.ColumnHeader mbr_solutioncode;
  374. private System.Windows.Forms.ColumnHeader columnHeader9;
  375. private System.Windows.Forms.ColumnHeader nr_name;
  376. private System.Windows.Forms.ColumnHeader nrg_code;
  377. }
  378. }