123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_NewBadCode
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_NewBadCode));
- this.ChoosedRejectList = new System.Windows.Forms.ListView();
- this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.bg_code = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.bg_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.bc_code = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.bc_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.WaitRejectList = new System.Windows.Forms.ListView();
- this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.bg_code1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.bg_name1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.bc_code1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.bc_name1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.bg_name_label = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
- this.badgroup = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
- this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.ms_makecode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.ms_makecode_label = new System.Windows.Forms.Label();
- this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.ms_sncode_label = new System.Windows.Forms.Label();
- this.Cancel = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.ChooseedReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowRightButton();
- this.WaitReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowLeftButton();
- this.Filter = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
- this.BadInfo = new System.Windows.Forms.BindingSource(this.components);
- this.groupBoxWithBorder1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BadInfo)).BeginInit();
- this.SuspendLayout();
- //
- // ChoosedRejectList
- //
- this.ChoosedRejectList.CheckBoxes = true;
- this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.columnHeader6,
- this.bg_code,
- this.bg_name,
- this.bc_code,
- this.bc_name});
- this.ChoosedRejectList.Location = new System.Drawing.Point(419, 248);
- this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(4);
- this.ChoosedRejectList.Name = "ChoosedRejectList";
- this.ChoosedRejectList.Size = new System.Drawing.Size(300, 302);
- this.ChoosedRejectList.TabIndex = 54;
- this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
- this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
- //
- // columnHeader6
- //
- this.columnHeader6.Text = " ";
- this.columnHeader6.Width = 20;
- //
- // bg_code
- //
- this.bg_code.Text = "不良代码编号";
- this.bg_code.Width = 0;
- //
- // bg_name
- //
- this.bg_name.Text = "不良代码组";
- this.bg_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.bg_name.Width = 115;
- //
- // bc_code
- //
- this.bc_code.Text = "不良代码编号";
- this.bc_code.Width = 0;
- //
- // bc_name
- //
- this.bc_name.Text = "不良名称";
- this.bc_name.Width = 103;
- //
- // WaitRejectList
- //
- this.WaitRejectList.CheckBoxes = true;
- this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.columnHeader5,
- this.bg_code1,
- this.bg_name1,
- this.bc_code1,
- this.bc_name1});
- this.WaitRejectList.Location = new System.Drawing.Point(19, 246);
- this.WaitRejectList.Margin = new System.Windows.Forms.Padding(4);
- this.WaitRejectList.Name = "WaitRejectList";
- this.WaitRejectList.Size = new System.Drawing.Size(300, 304);
- this.WaitRejectList.TabIndex = 51;
- this.WaitRejectList.UseCompatibleStateImageBehavior = false;
- this.WaitRejectList.View = System.Windows.Forms.View.Details;
- //
- // columnHeader5
- //
- this.columnHeader5.Text = " ";
- this.columnHeader5.Width = 20;
- //
- // bg_code1
- //
- this.bg_code1.Text = "不良代码组编号";
- this.bg_code1.Width = 0;
- //
- // bg_name1
- //
- this.bg_name1.Text = "不良代码组";
- this.bg_name1.Width = 88;
- //
- // bc_code1
- //
- this.bc_code1.Text = "不良代码编号";
- this.bc_code1.Width = 0;
- //
- // bc_name1
- //
- this.bc_name1.Text = "不良名称";
- this.bc_name1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.bc_name1.Width = 103;
- //
- // 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(13, 166);
- 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 = 92;
- this.bg_name_label.Text = "不良代码组";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(14, 206);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(92, 27);
- this.label1.TabIndex = 96;
- this.label1.Text = "待选不良";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(414, 207);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(92, 27);
- this.label2.TabIndex = 97;
- this.label2.Text = "已选不良";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label3.Location = new System.Drawing.Point(8, 6);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(132, 27);
- this.label3.TabIndex = 99;
- this.label3.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(731, 40);
- this.headBar1.TabIndex = 98;
- this.headBar1.Title = null;
- this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
- //
- // badgroup
- //
- this.badgroup.FormattingEnabled = true;
- this.badgroup.Location = new System.Drawing.Point(164, 168);
- this.badgroup.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.badgroup.Name = "badgroup";
- this.badgroup.Size = new System.Drawing.Size(203, 23);
- this.badgroup.TabIndex = 95;
- this.badgroup.SelectedIndexChanged += new System.EventHandler(this.badgroup_SelectedIndexChanged);
- //
- // groupBoxWithBorder1
- //
- this.groupBoxWithBorder1.BackColor = System.Drawing.SystemColors.HighlightText;
- this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
- this.groupBoxWithBorder1.Controls.Add(this.ms_makecode);
- this.groupBoxWithBorder1.Controls.Add(this.ms_makecode_label);
- this.groupBoxWithBorder1.Controls.Add(this.ms_sncode);
- this.groupBoxWithBorder1.Controls.Add(this.ms_sncode_label);
- 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, 44);
- 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(731, 100);
- this.groupBoxWithBorder1.TabIndex = 94;
- this.groupBoxWithBorder1.TabStop = false;
- this.groupBoxWithBorder1.Text = "产品信息";
- this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
- //
- // ms_makecode
- //
- this.ms_makecode.AllPower = null;
- this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.ms_makecode.BackColor = System.Drawing.Color.White;
- this.ms_makecode.Enabled = false;
- this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ms_makecode.ForeColor = System.Drawing.Color.Black;
- this.ms_makecode.ID = null;
- this.ms_makecode.Location = new System.Drawing.Point(416, 40);
- this.ms_makecode.Margin = new System.Windows.Forms.Padding(4);
- this.ms_makecode.Name = "ms_makecode";
- this.ms_makecode.Power = null;
- this.ms_makecode.Size = new System.Drawing.Size(187, 27);
- this.ms_makecode.Str = null;
- this.ms_makecode.Str1 = null;
- this.ms_makecode.Str2 = null;
- this.ms_makecode.TabIndex = 98;
- this.ms_makecode.Tag = "Read";
- //
- // ms_makecode_label
- //
- this.ms_makecode_label.AutoSize = true;
- this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ms_makecode_label.Location = new System.Drawing.Point(319, 40);
- this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ms_makecode_label.Name = "ms_makecode_label";
- this.ms_makecode_label.Size = new System.Drawing.Size(72, 27);
- this.ms_makecode_label.TabIndex = 97;
- this.ms_makecode_label.Text = "工单号";
- //
- // ms_sncode
- //
- this.ms_sncode.AllPower = null;
- this.ms_sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.ms_sncode.BackColor = System.Drawing.Color.White;
- this.ms_sncode.Enabled = false;
- this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ms_sncode.ForeColor = System.Drawing.Color.Black;
- this.ms_sncode.ID = null;
- this.ms_sncode.Location = new System.Drawing.Point(108, 40);
- this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
- this.ms_sncode.Name = "ms_sncode";
- this.ms_sncode.Power = null;
- this.ms_sncode.Size = new System.Drawing.Size(187, 27);
- this.ms_sncode.Str = null;
- this.ms_sncode.Str1 = null;
- this.ms_sncode.Str2 = null;
- this.ms_sncode.TabIndex = 96;
- this.ms_sncode.Tag = "Read";
- //
- // ms_sncode_label
- //
- this.ms_sncode_label.AutoSize = true;
- this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ms_sncode_label.Location = new System.Drawing.Point(12, 40);
- this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ms_sncode_label.Name = "ms_sncode_label";
- this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
- this.ms_sncode_label.TabIndex = 95;
- this.ms_sncode_label.Text = "序列号";
- //
- // 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(385, 563);
- 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 = 56;
- 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(267, 563);
- 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 = 55;
- this.Save.Text = "保存";
- this.Save.UseVisualStyleBackColor = false;
- this.Save.Click += new System.EventHandler(this.Save_Click);
- //
- // ChooseedReject
- //
- this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
- this.ChooseedReject.Location = new System.Drawing.Point(336, 352);
- this.ChooseedReject.Margin = new System.Windows.Forms.Padding(4);
- this.ChooseedReject.Name = "ChooseedReject";
- this.ChooseedReject.Size = new System.Drawing.Size(67, 29);
- this.ChooseedReject.TabIndex = 53;
- this.ChooseedReject.UseVisualStyleBackColor = true;
- this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
- //
- // WaitReject
- //
- this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
- this.WaitReject.Location = new System.Drawing.Point(336, 424);
- this.WaitReject.Margin = new System.Windows.Forms.Padding(4);
- this.WaitReject.Name = "WaitReject";
- this.WaitReject.Size = new System.Drawing.Size(67, 29);
- this.WaitReject.TabIndex = 52;
- this.WaitReject.UseVisualStyleBackColor = true;
- this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
- //
- // Filter
- //
- this.Filter.BackColor = System.Drawing.Color.Transparent;
- this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
- this.Filter.Location = new System.Drawing.Point(164, 205);
- this.Filter.Name = "Filter";
- this.Filter.PlaceHolder = "不良名称搜索";
- this.Filter.Size = new System.Drawing.Size(155, 28);
- this.Filter.TabIndex = 100;
- this.Filter.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.Filter_UserControlTextChanged);
- //
- // Make_NewBadCode
- //
- 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(731, 608);
- this.Controls.Add(this.Filter);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.headBar1);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.badgroup);
- this.Controls.Add(this.groupBoxWithBorder1);
- this.Controls.Add(this.bg_name_label);
- this.Controls.Add(this.Cancel);
- this.Controls.Add(this.Save);
- this.Controls.Add(this.ChoosedRejectList);
- this.Controls.Add(this.ChooseedReject);
- this.Controls.Add(this.WaitReject);
- this.Controls.Add(this.WaitRejectList);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.Name = "Make_NewBadCode";
- this.Tag = "ShowDialogWindow";
- this.Text = "新增不良代码";
- this.Load += new System.EventHandler(this.Make_NewBadCode_Load);
- this.groupBoxWithBorder1.ResumeLayout(true);
- this.groupBoxWithBorder1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BadInfo)).EndInit();
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ListView ChoosedRejectList;
- private System.Windows.Forms.ColumnHeader columnHeader6;
- private System.Windows.Forms.ColumnHeader bg_name;
- private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
- private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
- private System.Windows.Forms.ListView WaitRejectList;
- private System.Windows.Forms.ColumnHeader columnHeader5;
- private System.Windows.Forms.ColumnHeader bc_name1;
- private CustomControl.ButtonUtil.NormalButton Save;
- private CustomControl.ButtonUtil.NormalButton Cancel;
- private System.Windows.Forms.Label bg_name_label;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
- private CustomControl.TextBoxWithIcon.EnterTextBox ms_makecode;
- private System.Windows.Forms.Label ms_makecode_label;
- private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
- private System.Windows.Forms.Label ms_sncode_label;
- private CustomControl.ComBoxWithFocus.ComBoxWithFocus badgroup;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private CustomControl.HeadBar headBar1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ColumnHeader bg_code1;
- private System.Windows.Forms.ColumnHeader bg_code;
- private System.Windows.Forms.ColumnHeader bc_code;
- private System.Windows.Forms.ColumnHeader bg_name1;
- private System.Windows.Forms.ColumnHeader bc_code1;
- private System.Windows.Forms.ColumnHeader bc_name;
- private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
- private System.Windows.Forms.BindingSource BadInfo;
- }
- }
|