123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568 |
- namespace UAS_MES_NEW.Special
- {
- partial class Special_OQC
- {
- /// <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(Special_CancelOQC));
- this.SN_label = new System.Windows.Forms.Label();
- this.OK = new System.Windows.Forms.RadioButton();
- this.NG = new System.Windows.Forms.RadioButton();
- this.pr_sendchecktype = new System.Windows.Forms.Label();
- this.ma_salecode = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.ChoosedRejectList = new System.Windows.Forms.ListView();
- this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.WaitRejectList = new System.Windows.Forms.ListView();
- this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.label3 = new System.Windows.Forms.Label();
- this.bc_remark_label = new System.Windows.Forms.Label();
- this.bc_groupcode_label = new System.Windows.Forms.Label();
- this.pr_detail_label = new System.Windows.Forms.Label();
- this.ma_prodcode_label = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
- this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.Filter = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
- this.bc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.ChooseedReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowRightButton();
- this.WaitReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowLeftButton();
- this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.bc_groupcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.SaveRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.SN = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
- this.SuspendLayout();
- //
- // SN_label
- //
- this.SN_label.AutoSize = true;
- this.SN_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SN_label.Location = new System.Drawing.Point(60, 116);
- this.SN_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.SN_label.Name = "SN_label";
- this.SN_label.Size = new System.Drawing.Size(62, 41);
- this.SN_label.TabIndex = 1;
- this.SN_label.Text = "SN";
- //
- // OK
- //
- this.OK.AutoSize = true;
- this.OK.Checked = true;
- this.OK.Location = new System.Drawing.Point(67, 212);
- this.OK.Name = "OK";
- this.OK.Size = new System.Drawing.Size(89, 28);
- this.OK.TabIndex = 151;
- this.OK.TabStop = true;
- this.OK.Text = "良品";
- this.OK.UseVisualStyleBackColor = true;
- //
- // NG
- //
- this.NG.AutoSize = true;
- this.NG.Location = new System.Drawing.Point(224, 212);
- this.NG.Name = "NG";
- this.NG.Size = new System.Drawing.Size(113, 28);
- this.NG.TabIndex = 152;
- this.NG.Text = "不良品";
- this.NG.UseVisualStyleBackColor = true;
- //
- // pr_sendchecktype
- //
- this.pr_sendchecktype.AutoSize = true;
- this.pr_sendchecktype.Location = new System.Drawing.Point(992, 278);
- this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_sendchecktype.Name = "pr_sendchecktype";
- this.pr_sendchecktype.Size = new System.Drawing.Size(0, 24);
- this.pr_sendchecktype.TabIndex = 218;
- this.pr_sendchecktype.Visible = false;
- //
- // ma_salecode
- //
- this.ma_salecode.AutoSize = true;
- this.ma_salecode.Location = new System.Drawing.Point(992, 270);
- this.ma_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ma_salecode.Name = "ma_salecode";
- this.ma_salecode.Size = new System.Drawing.Size(0, 24);
- this.ma_salecode.TabIndex = 217;
- this.ma_salecode.Visible = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.ForeColor = System.Drawing.Color.Blue;
- this.label2.Location = new System.Drawing.Point(44, 270);
- this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(146, 42);
- this.label2.TabIndex = 201;
- this.label2.Text = "采集信息";
- //
- // ChoosedRejectList
- //
- this.ChoosedRejectList.CheckBoxes = true;
- this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.columnHeader6,
- this.columnHeader3,
- this.columnHeader7,
- this.columnHeader8,
- this.columnHeader10});
- this.ChoosedRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ChoosedRejectList.HideSelection = false;
- this.ChoosedRejectList.Location = new System.Drawing.Point(774, 532);
- this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(6);
- this.ChoosedRejectList.Name = "ChoosedRejectList";
- this.ChoosedRejectList.Size = new System.Drawing.Size(528, 408);
- this.ChoosedRejectList.TabIndex = 213;
- this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
- this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
- //
- // columnHeader6
- //
- this.columnHeader6.Text = " ";
- this.columnHeader6.Width = 20;
- //
- // columnHeader3
- //
- this.columnHeader3.Text = "不良代码组";
- this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.columnHeader3.Width = 150;
- //
- // columnHeader7
- //
- this.columnHeader7.Text = "不良代码";
- this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.columnHeader7.Width = 168;
- //
- // columnHeader8
- //
- this.columnHeader8.Text = "不良名称";
- this.columnHeader8.Width = 99;
- //
- // columnHeader10
- //
- this.columnHeader10.Text = "备注";
- this.columnHeader10.Width = 3;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.ForeColor = System.Drawing.Color.Black;
- this.label5.Location = new System.Drawing.Point(770, 482);
- this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(146, 42);
- this.label5.TabIndex = 208;
- this.label5.Text = "已选不良";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.ForeColor = System.Drawing.Color.Black;
- this.label4.Location = new System.Drawing.Point(44, 482);
- this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(146, 42);
- this.label4.TabIndex = 207;
- this.label4.Text = "待选不良";
- //
- // WaitRejectList
- //
- this.WaitRejectList.CheckBoxes = true;
- this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.columnHeader5,
- this.columnHeader4,
- this.columnHeader1,
- this.columnHeader2,
- this.columnHeader9});
- this.WaitRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.WaitRejectList.FullRowSelect = true;
- this.WaitRejectList.HideSelection = false;
- this.WaitRejectList.Location = new System.Drawing.Point(46, 532);
- this.WaitRejectList.Margin = new System.Windows.Forms.Padding(6);
- this.WaitRejectList.Name = "WaitRejectList";
- this.WaitRejectList.Size = new System.Drawing.Size(528, 408);
- this.WaitRejectList.TabIndex = 206;
- this.WaitRejectList.UseCompatibleStateImageBehavior = false;
- this.WaitRejectList.View = System.Windows.Forms.View.Details;
- //
- // columnHeader5
- //
- this.columnHeader5.Text = " ";
- this.columnHeader5.Width = 0;
- //
- // columnHeader4
- //
- this.columnHeader4.Text = "不良代码组";
- this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.columnHeader4.Width = 0;
- //
- // columnHeader1
- //
- this.columnHeader1.Text = "不良代码";
- this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.columnHeader1.Width = 134;
- //
- // columnHeader2
- //
- this.columnHeader2.Text = "不良名称";
- this.columnHeader2.Width = 392;
- //
- // columnHeader9
- //
- this.columnHeader9.Text = "备注";
- this.columnHeader9.Width = 0;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(44, 410);
- this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(146, 41);
- this.label3.TabIndex = 205;
- this.label3.Text = "不良代码";
- //
- // bc_remark_label
- //
- this.bc_remark_label.AutoSize = true;
- this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bc_remark_label.Location = new System.Drawing.Point(612, 330);
- this.bc_remark_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.bc_remark_label.Name = "bc_remark_label";
- this.bc_remark_label.Size = new System.Drawing.Size(146, 41);
- this.bc_remark_label.TabIndex = 204;
- this.bc_remark_label.Text = "不良备注";
- //
- // bc_groupcode_label
- //
- this.bc_groupcode_label.AutoSize = true;
- this.bc_groupcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bc_groupcode_label.Location = new System.Drawing.Point(44, 330);
- this.bc_groupcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.bc_groupcode_label.Name = "bc_groupcode_label";
- this.bc_groupcode_label.Size = new System.Drawing.Size(146, 41);
- this.bc_groupcode_label.TabIndex = 203;
- this.bc_groupcode_label.Text = "不良组别";
- //
- // pr_detail_label
- //
- this.pr_detail_label.AutoSize = true;
- this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_detail_label.Location = new System.Drawing.Point(1169, 39);
- this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_detail_label.Name = "pr_detail_label";
- this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
- this.pr_detail_label.TabIndex = 219;
- this.pr_detail_label.Text = "产品规格";
- //
- // ma_prodcode_label
- //
- this.ma_prodcode_label.AutoSize = true;
- this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_prodcode_label.Location = new System.Drawing.Point(601, 39);
- this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ma_prodcode_label.Name = "ma_prodcode_label";
- this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41);
- this.ma_prodcode_label.TabIndex = 220;
- this.ma_prodcode_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(60, 39);
- this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(114, 41);
- this.label1.TabIndex = 223;
- this.label1.Text = "工单号";
- //
- // ms_makecode
- //
- this.ms_makecode.AutoSize = true;
- this.ms_makecode.CutLength = null;
- this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ms_makecode.Location = new System.Drawing.Point(242, 39);
- this.ms_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ms_makecode.MaximumSize = new System.Drawing.Size(300, 0);
- this.ms_makecode.Name = "ms_makecode";
- this.ms_makecode.Size = new System.Drawing.Size(0, 41);
- this.ms_makecode.TabIndex = 224;
- //
- // pr_spec
- //
- this.pr_spec.AutoSize = true;
- this.pr_spec.CutLength = "qweqwe";
- this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_spec.Location = new System.Drawing.Point(1343, 39);
- this.pr_spec.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_spec.MaximumSize = new System.Drawing.Size(360, 0);
- this.pr_spec.Name = "pr_spec";
- this.pr_spec.Size = new System.Drawing.Size(0, 41);
- this.pr_spec.TabIndex = 222;
- //
- // ma_prodcode
- //
- this.ma_prodcode.AutoSize = true;
- this.ma_prodcode.CutLength = null;
- this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_prodcode.Location = new System.Drawing.Point(783, 39);
- this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ma_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
- this.ma_prodcode.Name = "ma_prodcode";
- this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
- this.ma_prodcode.TabIndex = 221;
- this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
- //
- // Filter
- //
- this.Filter.BackColor = System.Drawing.Color.Transparent;
- this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
- this.Filter.Location = new System.Drawing.Point(224, 482);
- this.Filter.Margin = new System.Windows.Forms.Padding(4);
- this.Filter.Name = "Filter";
- this.Filter.PlaceHolder = "不良名称搜索";
- this.Filter.Size = new System.Drawing.Size(352, 44);
- this.Filter.TabIndex = 215;
- //
- // bc_code
- //
- this.bc_code.AllPower = null;
- this.bc_code.BackColor = System.Drawing.Color.White;
- this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bc_code.ID = null;
- this.bc_code.Location = new System.Drawing.Point(226, 410);
- this.bc_code.Margin = new System.Windows.Forms.Padding(6);
- this.bc_code.Name = "bc_code";
- this.bc_code.Power = null;
- this.bc_code.Size = new System.Drawing.Size(348, 40);
- this.bc_code.Str = null;
- this.bc_code.Str1 = null;
- this.bc_code.Str2 = null;
- this.bc_code.TabIndex = 214;
- //
- // ChooseedReject
- //
- this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
- this.ChooseedReject.Location = new System.Drawing.Point(622, 662);
- this.ChooseedReject.Margin = new System.Windows.Forms.Padding(6);
- this.ChooseedReject.Name = "ChooseedReject";
- this.ChooseedReject.Size = new System.Drawing.Size(100, 46);
- this.ChooseedReject.TabIndex = 211;
- 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(622, 788);
- this.WaitReject.Margin = new System.Windows.Forms.Padding(6);
- this.WaitReject.Name = "WaitReject";
- this.WaitReject.Size = new System.Drawing.Size(100, 46);
- this.WaitReject.TabIndex = 210;
- this.WaitReject.UseVisualStyleBackColor = true;
- this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
- //
- // bc_remark
- //
- this.bc_remark.AllPower = null;
- this.bc_remark.BackColor = System.Drawing.Color.White;
- this.bc_remark.ID = null;
- this.bc_remark.Location = new System.Drawing.Point(778, 332);
- this.bc_remark.Margin = new System.Windows.Forms.Padding(6);
- this.bc_remark.Multiline = true;
- this.bc_remark.Name = "bc_remark";
- this.bc_remark.Power = null;
- this.bc_remark.Size = new System.Drawing.Size(524, 120);
- this.bc_remark.Str = null;
- this.bc_remark.Str1 = null;
- this.bc_remark.Str2 = null;
- this.bc_remark.TabIndex = 209;
- //
- // bc_groupcode
- //
- this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bc_groupcode.FormattingEnabled = true;
- this.bc_groupcode.Location = new System.Drawing.Point(226, 332);
- this.bc_groupcode.Margin = new System.Windows.Forms.Padding(6);
- this.bc_groupcode.Name = "bc_groupcode";
- this.bc_groupcode.Size = new System.Drawing.Size(348, 37);
- this.bc_groupcode.TabIndex = 202;
- this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
- //
- // OperateResult
- //
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OperateResult.Location = new System.Drawing.Point(1343, 328);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(460, 614);
- this.OperateResult.TabIndex = 150;
- this.OperateResult.Text = "";
- //
- // SaveRepairInf
- //
- this.SaveRepairInf.AllPower = "ifall";
- this.SaveRepairInf.BackColor = System.Drawing.Color.Transparent;
- this.SaveRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.DownImage")));
- this.SaveRepairInf.Image = null;
- this.SaveRepairInf.IsShowBorder = true;
- this.SaveRepairInf.Location = new System.Drawing.Point(774, 957);
- this.SaveRepairInf.Margin = new System.Windows.Forms.Padding(6);
- this.SaveRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.MoveImage")));
- this.SaveRepairInf.Name = "SaveRepairInf";
- this.SaveRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.NormalImage")));
- this.SaveRepairInf.Power = null;
- this.SaveRepairInf.Size = new System.Drawing.Size(172, 48);
- this.SaveRepairInf.TabIndex = 145;
- this.SaveRepairInf.Tag = "IfRead";
- this.SaveRepairInf.Text = "确认";
- this.SaveRepairInf.UseVisualStyleBackColor = true;
- this.SaveRepairInf.Click += new System.EventHandler(this.SaveRepairInf_Click);
- //
- // SN
- //
- this.SN.AllPower = null;
- this.SN.BackColor = System.Drawing.Color.White;
- this.SN.ID = null;
- this.SN.Location = new System.Drawing.Point(224, 122);
- this.SN.Margin = new System.Windows.Forms.Padding(4);
- this.SN.Name = "SN";
- this.SN.Power = null;
- this.SN.Size = new System.Drawing.Size(318, 35);
- this.SN.Str = null;
- this.SN.Str1 = null;
- this.SN.Str2 = null;
- this.SN.TabIndex = 2;
- this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
- //
- // Special_CancelOQC
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1833, 1020);
- this.Controls.Add(this.ms_makecode);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.pr_spec);
- this.Controls.Add(this.ma_prodcode);
- this.Controls.Add(this.pr_detail_label);
- this.Controls.Add(this.ma_prodcode_label);
- this.Controls.Add(this.pr_sendchecktype);
- this.Controls.Add(this.ma_salecode);
- this.Controls.Add(this.Filter);
- this.Controls.Add(this.bc_code);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.ChoosedRejectList);
- this.Controls.Add(this.ChooseedReject);
- this.Controls.Add(this.WaitReject);
- this.Controls.Add(this.bc_remark);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.WaitRejectList);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.bc_groupcode);
- this.Controls.Add(this.bc_remark_label);
- this.Controls.Add(this.bc_groupcode_label);
- this.Controls.Add(this.NG);
- this.Controls.Add(this.OK);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.SaveRepairInf);
- this.Controls.Add(this.SN);
- this.Controls.Add(this.SN_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "Special_CancelOQC";
- this.Tag = "Special!CancelOQC";
- this.Text = "拆箱处理";
- this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
- ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label SN_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox SN;
- private CustomControl.ButtonUtil.NormalButton SaveRepairInf;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private System.Windows.Forms.RadioButton OK;
- private System.Windows.Forms.RadioButton NG;
- private System.Windows.Forms.Label pr_sendchecktype;
- private System.Windows.Forms.Label ma_salecode;
- private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
- private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ListView ChoosedRejectList;
- private System.Windows.Forms.ColumnHeader columnHeader6;
- private System.Windows.Forms.ColumnHeader columnHeader3;
- private System.Windows.Forms.ColumnHeader columnHeader7;
- private System.Windows.Forms.ColumnHeader columnHeader8;
- private System.Windows.Forms.ColumnHeader columnHeader10;
- private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
- private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
- private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ListView WaitRejectList;
- private System.Windows.Forms.ColumnHeader columnHeader5;
- private System.Windows.Forms.ColumnHeader columnHeader4;
- private System.Windows.Forms.ColumnHeader columnHeader1;
- private System.Windows.Forms.ColumnHeader columnHeader2;
- private System.Windows.Forms.ColumnHeader columnHeader9;
- private System.Windows.Forms.Label label3;
- private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
- private System.Windows.Forms.Label bc_remark_label;
- private System.Windows.Forms.Label bc_groupcode_label;
- private CustomControl.ValueLabel.ValueLabel pr_spec;
- private CustomControl.ValueLabel.ValueLabel ma_prodcode;
- private System.Windows.Forms.Label pr_detail_label;
- private System.Windows.Forms.Label ma_prodcode_label;
- private CustomControl.ValueLabel.ValueLabel ms_makecode;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.BindingSource BadInfSource;
- }
- }
|