namespace UAS_MES_NEW.Make
{
partial class Make_NewMatainInf
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("主板");
System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("液晶屏");
System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("电路板");
System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("其他");
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_NewMatainInf));
this.mbc_component_lsv = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.nrg_name_lsv = new System.Windows.Forms.ListView();
this.nrg_code = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.nrg_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.nr_name_lsv = new System.Windows.Forms.ListView();
this.nr_code = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.nr_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.nr_groupcode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.mbr_dutycode_lsv = new System.Windows.Forms.ListView();
this.nd_code = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.nd_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.mbr_solutioncode_lsv = new System.Windows.Forms.ListView();
this.so_code = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.so_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Cancel = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
this.bc_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
this.bc_name_label = new System.Windows.Forms.Label();
this.bg_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
this.bg_name_label = new System.Windows.Forms.Label();
this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
this.groupBoxWithBorder1.SuspendLayout();
this.SuspendLayout();
//
// mbc_component_lsv
//
this.mbc_component_lsv.CheckBoxes = true;
this.mbc_component_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.mbc_component_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mbc_component_lsv.FullRowSelect = true;
listViewItem1.StateImageIndex = 0;
listViewItem2.StateImageIndex = 0;
listViewItem3.StateImageIndex = 0;
listViewItem4.StateImageIndex = 0;
this.mbc_component_lsv.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
listViewItem1,
listViewItem2,
listViewItem3,
listViewItem4});
this.mbc_component_lsv.Location = new System.Drawing.Point(12, 159);
this.mbc_component_lsv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.mbc_component_lsv.Name = "mbc_component_lsv";
this.mbc_component_lsv.Size = new System.Drawing.Size(291, 190);
this.mbc_component_lsv.TabIndex = 1;
this.mbc_component_lsv.UseCompatibleStateImageBehavior = false;
this.mbc_component_lsv.View = System.Windows.Forms.View.Details;
this.mbc_component_lsv.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.mbc_component_lsv_ItemChecked);
this.mbc_component_lsv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.ListView_ItemSelectionChanged);
//
// columnHeader1
//
this.columnHeader1.Text = "不良组件";
this.columnHeader1.Width = 123;
//
// nrg_name_lsv
//
this.nrg_name_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.nrg_code,
this.nrg_name});
this.nrg_name_lsv.Cursor = System.Windows.Forms.Cursors.Default;
this.nrg_name_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nrg_name_lsv.FullRowSelect = true;
this.nrg_name_lsv.Location = new System.Drawing.Point(309, 159);
this.nrg_name_lsv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.nrg_name_lsv.Name = "nrg_name_lsv";
this.nrg_name_lsv.Size = new System.Drawing.Size(264, 190);
this.nrg_name_lsv.TabIndex = 2;
this.nrg_name_lsv.UseCompatibleStateImageBehavior = false;
this.nrg_name_lsv.View = System.Windows.Forms.View.Details;
this.nrg_name_lsv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.ListView_ItemSelectionChanged);
this.nrg_name_lsv.SelectedIndexChanged += new System.EventHandler(this.nrg_name_lsv_SelectedIndexChanged);
//
// nrg_code
//
this.nrg_code.Text = "不良原因组代码";
this.nrg_code.Width = 0;
//
// nrg_name
//
this.nrg_name.Text = "不良原因组";
this.nrg_name.Width = 152;
//
// nr_name_lsv
//
this.nr_name_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.nr_code,
this.nr_name,
this.nr_groupcode});
this.nr_name_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nr_name_lsv.FullRowSelect = true;
this.nr_name_lsv.Location = new System.Drawing.Point(581, 159);
this.nr_name_lsv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.nr_name_lsv.Name = "nr_name_lsv";
this.nr_name_lsv.Size = new System.Drawing.Size(241, 382);
this.nr_name_lsv.TabIndex = 3;
this.nr_name_lsv.UseCompatibleStateImageBehavior = false;
this.nr_name_lsv.View = System.Windows.Forms.View.Details;
this.nr_name_lsv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.ListView_ItemSelectionChanged);
//
// nr_code
//
this.nr_code.Text = "不良原因代码";
this.nr_code.Width = 0;
//
// nr_name
//
this.nr_name.Text = "不良原因";
this.nr_name.Width = 129;
//
// nr_groupcode
//
this.nr_groupcode.Width = 0;
//
// mbr_dutycode_lsv
//
this.mbr_dutycode_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.nd_code,
this.nd_name});
this.mbr_dutycode_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mbr_dutycode_lsv.FullRowSelect = true;
this.mbr_dutycode_lsv.Location = new System.Drawing.Point(12, 355);
this.mbr_dutycode_lsv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.mbr_dutycode_lsv.Name = "mbr_dutycode_lsv";
this.mbr_dutycode_lsv.Size = new System.Drawing.Size(291, 185);
this.mbr_dutycode_lsv.TabIndex = 5;
this.mbr_dutycode_lsv.UseCompatibleStateImageBehavior = false;
this.mbr_dutycode_lsv.View = System.Windows.Forms.View.Details;
this.mbr_dutycode_lsv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.ListView_ItemSelectionChanged);
//
// nd_code
//
this.nd_code.Text = "责任别";
this.nd_code.Width = 0;
//
// nd_name
//
this.nd_name.Text = "责任别";
this.nd_name.Width = 120;
//
// mbr_solutioncode_lsv
//
this.mbr_solutioncode_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.so_code,
this.so_name});
this.mbr_solutioncode_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mbr_solutioncode_lsv.FullRowSelect = true;
this.mbr_solutioncode_lsv.Location = new System.Drawing.Point(309, 355);
this.mbr_solutioncode_lsv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.mbr_solutioncode_lsv.Name = "mbr_solutioncode_lsv";
this.mbr_solutioncode_lsv.Size = new System.Drawing.Size(264, 185);
this.mbr_solutioncode_lsv.TabIndex = 6;
this.mbr_solutioncode_lsv.UseCompatibleStateImageBehavior = false;
this.mbr_solutioncode_lsv.View = System.Windows.Forms.View.Details;
this.mbr_solutioncode_lsv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.ListView_ItemSelectionChanged);
//
// so_code
//
this.so_code.Text = "解决方案";
this.so_code.Width = 0;
//
// so_name
//
this.so_name.Text = "解决方案";
this.so_name.Width = 120;
//
// Cancel
//
this.Cancel.AllPower = null;
this.Cancel.BackColor = System.Drawing.Color.Transparent;
this.Cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("Cancel.DownImage")));
this.Cancel.Image = null;
this.Cancel.IsShowBorder = true;
this.Cancel.Location = new System.Drawing.Point(435, 562);
this.Cancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("Cancel.MoveImage")));
this.Cancel.Name = "Cancel";
this.Cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("Cancel.NormalImage")));
this.Cancel.Power = null;
this.Cancel.Size = new System.Drawing.Size(80, 35);
this.Cancel.TabIndex = 58;
this.Cancel.Text = "取消";
this.Cancel.UseVisualStyleBackColor = false;
this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
//
// Save
//
this.Save.AllPower = "ifall";
this.Save.BackColor = System.Drawing.Color.Transparent;
this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
this.Save.Image = null;
this.Save.IsShowBorder = true;
this.Save.Location = new System.Drawing.Point(317, 562);
this.Save.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
this.Save.Name = "Save";
this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
this.Save.Power = null;
this.Save.Size = new System.Drawing.Size(80, 35);
this.Save.TabIndex = 57;
this.Save.Text = "保存";
this.Save.UseVisualStyleBackColor = false;
this.Save.Click += new System.EventHandler(this.Save_Click);
//
// groupBoxWithBorder1
//
this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
this.groupBoxWithBorder1.Controls.Add(this.bc_name);
this.groupBoxWithBorder1.Controls.Add(this.bc_name_label);
this.groupBoxWithBorder1.Controls.Add(this.bg_name);
this.groupBoxWithBorder1.Controls.Add(this.bg_name_label);
this.groupBoxWithBorder1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBoxWithBorder1.Location = new System.Drawing.Point(0, 40);
this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBoxWithBorder1.Size = new System.Drawing.Size(832, 100);
this.groupBoxWithBorder1.TabIndex = 4;
this.groupBoxWithBorder1.TabStop = false;
this.groupBoxWithBorder1.Text = "工单信息";
this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
//
// bc_name
//
this.bc_name.AllPower = null;
this.bc_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.bc_name.BackColor = System.Drawing.Color.White;
this.bc_name.Enabled = false;
this.bc_name.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bc_name.ForeColor = System.Drawing.Color.Black;
this.bc_name.ID = null;
this.bc_name.Location = new System.Drawing.Point(539, 42);
this.bc_name.Margin = new System.Windows.Forms.Padding(4);
this.bc_name.Name = "bc_name";
this.bc_name.Power = null;
this.bc_name.Size = new System.Drawing.Size(187, 27);
this.bc_name.Str = null;
this.bc_name.Str1 = null;
this.bc_name.Str2 = null;
this.bc_name.TabIndex = 102;
this.bc_name.Tag = "Read";
//
// bc_name_label
//
this.bc_name_label.AutoSize = true;
this.bc_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bc_name_label.Location = new System.Drawing.Point(411, 42);
this.bc_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.bc_name_label.Name = "bc_name_label";
this.bc_name_label.Size = new System.Drawing.Size(92, 27);
this.bc_name_label.TabIndex = 101;
this.bc_name_label.Text = "不良代码";
//
// bg_name
//
this.bg_name.AllPower = null;
this.bg_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.bg_name.BackColor = System.Drawing.Color.White;
this.bg_name.Enabled = false;
this.bg_name.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bg_name.ForeColor = System.Drawing.Color.Black;
this.bg_name.ID = null;
this.bg_name.Location = new System.Drawing.Point(171, 42);
this.bg_name.Margin = new System.Windows.Forms.Padding(4);
this.bg_name.Name = "bg_name";
this.bg_name.Power = null;
this.bg_name.Size = new System.Drawing.Size(187, 27);
this.bg_name.Str = null;
this.bg_name.Str1 = null;
this.bg_name.Str2 = null;
this.bg_name.TabIndex = 100;
this.bg_name.Tag = "Read";
//
// bg_name_label
//
this.bg_name_label.AutoSize = true;
this.bg_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bg_name_label.Location = new System.Drawing.Point(25, 42);
this.bg_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.bg_name_label.Name = "bg_name_label";
this.bg_name_label.Size = new System.Drawing.Size(112, 27);
this.bg_name_label.TabIndex = 99;
this.bg_name_label.Text = "不良代码组";
//
// headBar1
//
this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
this.headBar1.Location = new System.Drawing.Point(0, 0);
this.headBar1.Margin = new System.Windows.Forms.Padding(5);
this.headBar1.Name = "headBar1";
this.headBar1.Size = new System.Drawing.Size(832, 40);
this.headBar1.TabIndex = 0;
this.headBar1.Title = "新增维修信息";
this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
//
// Make_NewMatainInf
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.HighlightText;
this.ClientSize = new System.Drawing.Size(832, 610);
this.Controls.Add(this.Cancel);
this.Controls.Add(this.Save);
this.Controls.Add(this.mbr_solutioncode_lsv);
this.Controls.Add(this.mbr_dutycode_lsv);
this.Controls.Add(this.groupBoxWithBorder1);
this.Controls.Add(this.nr_name_lsv);
this.Controls.Add(this.nrg_name_lsv);
this.Controls.Add(this.mbc_component_lsv);
this.Controls.Add(this.headBar1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "Make_NewMatainInf";
this.Tag = "ShowDialogWindow";
this.Text = "Make_NewMatainInf";
this.Load += new System.EventHandler(this.Make_NewMatainInf_Load);
this.groupBoxWithBorder1.ResumeLayout(true);
this.groupBoxWithBorder1.PerformLayout();
this.ResumeLayout(true);
}
#endregion
private CustomControl.HeadBar headBar1;
private System.Windows.Forms.ListView mbc_component_lsv;
private System.Windows.Forms.ListView nrg_name_lsv;
private System.Windows.Forms.ListView nr_name_lsv;
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
private CustomControl.TextBoxWithIcon.EnterTextBox bc_name;
private System.Windows.Forms.Label bc_name_label;
private CustomControl.TextBoxWithIcon.EnterTextBox bg_name;
private System.Windows.Forms.Label bg_name_label;
private System.Windows.Forms.ListView mbr_dutycode_lsv;
private System.Windows.Forms.ListView mbr_solutioncode_lsv;
private CustomControl.ButtonUtil.NormalButton Cancel;
private CustomControl.ButtonUtil.NormalButton Save;
private System.Windows.Forms.ColumnHeader nrg_name;
private System.Windows.Forms.ColumnHeader nd_code;
private System.Windows.Forms.ColumnHeader so_code;
private System.Windows.Forms.ColumnHeader nr_name;
private System.Windows.Forms.ColumnHeader nr_code;
private System.Windows.Forms.ColumnHeader nr_groupcode;
private System.Windows.Forms.ColumnHeader nd_name;
private System.Windows.Forms.ColumnHeader so_name;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader nrg_code;
}
}