Make_NewMatainInf.Designer.cs 20 KB

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