Make_NewMatainInf.Designer.cs 20 KB

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