Make_NewMatainInf.Designer.cs 20 KB

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