123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580 |
- namespace UAS_MES_NEW.OQC
- {
- partial class OQC_Inspection
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OQC_Inspection));
- this.obd_makecode_label = new System.Windows.Forms.Label();
- this.ms_sncode_label = new System.Windows.Forms.Label();
- this.obd_outboxcode_label = new System.Windows.Forms.Label();
- this.ob_checkno_label = new System.Windows.Forms.Label();
- this.ob_prodcode_label = new System.Windows.Forms.Label();
- this.ob_status_label = new System.Windows.Forms.Label();
- this.ob_batchqty_label = new System.Windows.Forms.Label();
- this.pa_outboxcode_label = new System.Windows.Forms.Label();
- this.WithDraw = new System.Windows.Forms.CheckBox();
- this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.ChooseAll = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.Delete = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.SendOQC = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.GetBatch = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.ob_batchqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.RemoveAll = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.NewBatch = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.ob_status = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.ma_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.ob_checkno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.obd_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.CheckBatchDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.勾选 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.obd_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.obd_outboxcode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.obd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.obd_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ob_source = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.CheckBatchDGV)).BeginInit();
- this.SuspendLayout();
- //
- // obd_makecode_label
- //
- this.obd_makecode_label.AutoSize = true;
- this.obd_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.obd_makecode_label.Location = new System.Drawing.Point(24, 112);
- this.obd_makecode_label.Name = "obd_makecode_label";
- this.obd_makecode_label.Size = new System.Drawing.Size(58, 21);
- this.obd_makecode_label.TabIndex = 144;
- this.obd_makecode_label.Text = "工单号";
- //
- // 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(24, 75);
- this.ms_sncode_label.Name = "ms_sncode_label";
- this.ms_sncode_label.Size = new System.Drawing.Size(58, 21);
- this.ms_sncode_label.TabIndex = 146;
- this.ms_sncode_label.Text = "序列号";
- //
- // obd_outboxcode_label
- //
- this.obd_outboxcode_label.AutoSize = true;
- this.obd_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.obd_outboxcode_label.Location = new System.Drawing.Point(26, 41);
- this.obd_outboxcode_label.Name = "obd_outboxcode_label";
- this.obd_outboxcode_label.Size = new System.Drawing.Size(42, 21);
- this.obd_outboxcode_label.TabIndex = 148;
- this.obd_outboxcode_label.Text = "箱号";
- //
- // ob_checkno_label
- //
- this.ob_checkno_label.AutoSize = true;
- this.ob_checkno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ob_checkno_label.Location = new System.Drawing.Point(24, 11);
- this.ob_checkno_label.Name = "ob_checkno_label";
- this.ob_checkno_label.Size = new System.Drawing.Size(58, 21);
- this.ob_checkno_label.TabIndex = 150;
- this.ob_checkno_label.Text = "抽检批";
- //
- // ob_prodcode_label
- //
- this.ob_prodcode_label.AutoSize = true;
- this.ob_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ob_prodcode_label.Location = new System.Drawing.Point(263, 112);
- this.ob_prodcode_label.Name = "ob_prodcode_label";
- this.ob_prodcode_label.Size = new System.Drawing.Size(74, 21);
- this.ob_prodcode_label.TabIndex = 152;
- this.ob_prodcode_label.Text = "产品编号";
- //
- // ob_status_label
- //
- this.ob_status_label.AutoSize = true;
- this.ob_status_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ob_status_label.Location = new System.Drawing.Point(516, 112);
- this.ob_status_label.Name = "ob_status_label";
- this.ob_status_label.Size = new System.Drawing.Size(74, 21);
- this.ob_status_label.TabIndex = 154;
- this.ob_status_label.Text = "批次状态";
- //
- // ob_batchqty_label
- //
- this.ob_batchqty_label.AutoSize = true;
- this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ob_batchqty_label.Location = new System.Drawing.Point(22, 479);
- this.ob_batchqty_label.Name = "ob_batchqty_label";
- this.ob_batchqty_label.Size = new System.Drawing.Size(58, 21);
- this.ob_batchqty_label.TabIndex = 160;
- this.ob_batchqty_label.Text = "批数量";
- //
- // pa_outboxcode_label
- //
- this.pa_outboxcode_label.AutoSize = true;
- this.pa_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_outboxcode_label.Location = new System.Drawing.Point(22, 514);
- this.pa_outboxcode_label.Name = "pa_outboxcode_label";
- this.pa_outboxcode_label.Size = new System.Drawing.Size(74, 21);
- this.pa_outboxcode_label.TabIndex = 162;
- this.pa_outboxcode_label.Text = "输入箱号";
- //
- // WithDraw
- //
- this.WithDraw.AutoSize = true;
- this.WithDraw.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.WithDraw.Location = new System.Drawing.Point(417, 514);
- this.WithDraw.Name = "WithDraw";
- this.WithDraw.Size = new System.Drawing.Size(61, 25);
- this.WithDraw.TabIndex = 169;
- this.WithDraw.Text = "撤销";
- this.WithDraw.UseVisualStyleBackColor = true;
- //
- // ma_code
- //
- this.ma_code.AllPower = null;
- this.ma_code.Caller = null;
- this.ma_code.Condition = null;
- this.ma_code.DBTitle = null;
- this.ma_code.FormName = null;
- this.ma_code.Location = new System.Drawing.Point(102, 113);
- this.ma_code.Name = "ma_code";
- this.ma_code.Power = null;
- this.ma_code.ReturnData = null;
- this.ma_code.SelectField = null;
- this.ma_code.SetValueField = null;
- this.ma_code.Size = new System.Drawing.Size(155, 21);
- this.ma_code.TabIndex = 176;
- this.ma_code.TableName = null;
- this.ma_code.TextBoxEnable = false;
- //
- // ChooseAll
- //
- this.ChooseAll.AllPower = null;
- this.ChooseAll.BackColor = System.Drawing.Color.Transparent;
- this.ChooseAll.DownImage = ((System.Drawing.Image)(resources.GetObject("ChooseAll.DownImage")));
- this.ChooseAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ChooseAll.Image = ((System.Drawing.Image)(resources.GetObject("ChooseAll.Image")));
- this.ChooseAll.IsShowBorder = true;
- this.ChooseAll.Location = new System.Drawing.Point(554, 480);
- this.ChooseAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("ChooseAll.MoveImage")));
- this.ChooseAll.Name = "ChooseAll";
- this.ChooseAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("ChooseAll.NormalImage")));
- this.ChooseAll.Power = null;
- this.ChooseAll.Size = new System.Drawing.Size(60, 24);
- this.ChooseAll.TabIndex = 175;
- this.ChooseAll.Text = "全部勾选";
- this.ChooseAll.UseVisualStyleBackColor = true;
- this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
- //
- // OperateResult
- //
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OperateResult.Location = new System.Drawing.Point(698, 148);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(211, 319);
- this.OperateResult.TabIndex = 174;
- this.OperateResult.Text = "";
- //
- // Clean
- //
- this.Clean.AllPower = null;
- this.Clean.BackColor = System.Drawing.Color.Transparent;
- this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
- this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
- this.Clean.IsShowBorder = true;
- this.Clean.Location = new System.Drawing.Point(772, 479);
- this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
- this.Clean.Name = "Clean";
- this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
- this.Clean.Power = null;
- this.Clean.Size = new System.Drawing.Size(60, 24);
- this.Clean.TabIndex = 173;
- this.Clean.Text = "清除";
- this.Clean.UseVisualStyleBackColor = true;
- this.Clean.Click += new System.EventHandler(this.Clean_Click);
- //
- // Delete
- //
- this.Delete.AllPower = "ifall";
- this.Delete.BackColor = System.Drawing.Color.Transparent;
- this.Delete.DownImage = ((System.Drawing.Image)(resources.GetObject("Delete.DownImage")));
- this.Delete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Delete.Image = ((System.Drawing.Image)(resources.GetObject("Delete.Image")));
- this.Delete.IsShowBorder = true;
- this.Delete.Location = new System.Drawing.Point(160, 543);
- this.Delete.MoveImage = ((System.Drawing.Image)(resources.GetObject("Delete.MoveImage")));
- this.Delete.Name = "Delete";
- this.Delete.NormalImage = ((System.Drawing.Image)(resources.GetObject("Delete.NormalImage")));
- this.Delete.Power = "ifDelete";
- this.Delete.Size = new System.Drawing.Size(60, 24);
- this.Delete.TabIndex = 172;
- this.Delete.Text = "删除";
- this.Delete.UseVisualStyleBackColor = true;
- this.Delete.Click += new System.EventHandler(this.Delete_Click);
- //
- // SendOQC
- //
- this.SendOQC.AllPower = "ifall";
- this.SendOQC.BackColor = System.Drawing.Color.Transparent;
- this.SendOQC.DownImage = ((System.Drawing.Image)(resources.GetObject("SendOQC.DownImage")));
- this.SendOQC.Enabled = false;
- this.SendOQC.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SendOQC.Image = ((System.Drawing.Image)(resources.GetObject("SendOQC.Image")));
- this.SendOQC.IsShowBorder = true;
- this.SendOQC.Location = new System.Drawing.Point(271, 543);
- this.SendOQC.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendOQC.MoveImage")));
- this.SendOQC.Name = "SendOQC";
- this.SendOQC.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendOQC.NormalImage")));
- this.SendOQC.Power = null;
- this.SendOQC.Size = new System.Drawing.Size(60, 24);
- this.SendOQC.TabIndex = 171;
- this.SendOQC.Text = "送检";
- this.SendOQC.UseVisualStyleBackColor = true;
- this.SendOQC.Click += new System.EventHandler(this.SendOQC_Click);
- //
- // GetBatch
- //
- this.GetBatch.AllPower = "ifall";
- this.GetBatch.BackColor = System.Drawing.Color.Transparent;
- this.GetBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.DownImage")));
- this.GetBatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.GetBatch.Image = ((System.Drawing.Image)(resources.GetObject("GetBatch.Image")));
- this.GetBatch.IsShowBorder = true;
- this.GetBatch.Location = new System.Drawing.Point(698, 113);
- this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
- this.GetBatch.Name = "GetBatch";
- this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
- this.GetBatch.Power = "ifRead";
- this.GetBatch.Size = new System.Drawing.Size(60, 24);
- this.GetBatch.TabIndex = 170;
- this.GetBatch.Text = "获取批";
- this.GetBatch.UseVisualStyleBackColor = true;
- this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
- //
- // pa_outboxcode
- //
- this.pa_outboxcode.AllPower = null;
- this.pa_outboxcode.BackColor = System.Drawing.Color.White;
- this.pa_outboxcode.ID = null;
- this.pa_outboxcode.Location = new System.Drawing.Point(117, 515);
- this.pa_outboxcode.Name = "pa_outboxcode";
- this.pa_outboxcode.Power = null;
- this.pa_outboxcode.Size = new System.Drawing.Size(292, 21);
- this.pa_outboxcode.Str = null;
- this.pa_outboxcode.Str1 = null;
- this.pa_outboxcode.Str2 = null;
- this.pa_outboxcode.TabIndex = 163;
- this.pa_outboxcode.Tag = "NoAuto";
- this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bi_outboxcode_KeyDown);
- //
- // ob_batchqty
- //
- this.ob_batchqty.AllPower = null;
- this.ob_batchqty.BackColor = System.Drawing.Color.White;
- this.ob_batchqty.ID = null;
- this.ob_batchqty.Location = new System.Drawing.Point(117, 480);
- this.ob_batchqty.Name = "ob_batchqty";
- this.ob_batchqty.Power = null;
- this.ob_batchqty.Size = new System.Drawing.Size(292, 21);
- this.ob_batchqty.Str = null;
- this.ob_batchqty.Str1 = null;
- this.ob_batchqty.Str2 = null;
- this.ob_batchqty.TabIndex = 161;
- this.ob_batchqty.Tag = "NoAuto";
- //
- // RemoveAll
- //
- this.RemoveAll.AllPower = "ifall";
- this.RemoveAll.BackColor = System.Drawing.Color.Transparent;
- this.RemoveAll.DownImage = ((System.Drawing.Image)(resources.GetObject("RemoveAll.DownImage")));
- this.RemoveAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.RemoveAll.Image = ((System.Drawing.Image)(resources.GetObject("RemoveAll.Image")));
- this.RemoveAll.IsShowBorder = true;
- this.RemoveAll.Location = new System.Drawing.Point(632, 480);
- this.RemoveAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("RemoveAll.MoveImage")));
- this.RemoveAll.Name = "RemoveAll";
- this.RemoveAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("RemoveAll.NormalImage")));
- this.RemoveAll.Power = "ifDelete";
- this.RemoveAll.Size = new System.Drawing.Size(60, 24);
- this.RemoveAll.TabIndex = 159;
- this.RemoveAll.Text = "全部移除";
- this.RemoveAll.UseVisualStyleBackColor = true;
- this.RemoveAll.Click += new System.EventHandler(this.RemoveAll_Click);
- //
- // NewBatch
- //
- this.NewBatch.AllPower = "ifall";
- this.NewBatch.BackColor = System.Drawing.Color.Transparent;
- this.NewBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("NewBatch.DownImage")));
- this.NewBatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.NewBatch.Image = ((System.Drawing.Image)(resources.GetObject("NewBatch.Image")));
- this.NewBatch.IsShowBorder = true;
- this.NewBatch.Location = new System.Drawing.Point(698, 75);
- this.NewBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewBatch.MoveImage")));
- this.NewBatch.Name = "NewBatch";
- this.NewBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewBatch.NormalImage")));
- this.NewBatch.Power = "ifread";
- this.NewBatch.Size = new System.Drawing.Size(60, 24);
- this.NewBatch.TabIndex = 156;
- this.NewBatch.Tag = "OQC!Inspection";
- this.NewBatch.Text = "生成新批";
- this.NewBatch.UseVisualStyleBackColor = true;
- this.NewBatch.Click += new System.EventHandler(this.NewBatch_Click);
- //
- // ob_status
- //
- this.ob_status.AllPower = null;
- this.ob_status.BackColor = System.Drawing.Color.White;
- this.ob_status.Enabled = false;
- this.ob_status.ID = null;
- this.ob_status.Location = new System.Drawing.Point(613, 113);
- this.ob_status.Name = "ob_status";
- this.ob_status.Power = null;
- this.ob_status.Size = new System.Drawing.Size(78, 21);
- this.ob_status.Str = null;
- this.ob_status.Str1 = null;
- this.ob_status.Str2 = null;
- this.ob_status.TabIndex = 155;
- this.ob_status.Tag = "NoAuto";
- //
- // ma_prodcode
- //
- this.ma_prodcode.AllPower = null;
- this.ma_prodcode.BackColor = System.Drawing.Color.White;
- this.ma_prodcode.Enabled = false;
- this.ma_prodcode.ID = null;
- this.ma_prodcode.Location = new System.Drawing.Point(359, 113);
- this.ma_prodcode.Name = "ma_prodcode";
- this.ma_prodcode.Power = null;
- this.ma_prodcode.Size = new System.Drawing.Size(141, 21);
- this.ma_prodcode.Str = null;
- this.ma_prodcode.Str1 = null;
- this.ma_prodcode.Str2 = null;
- this.ma_prodcode.TabIndex = 153;
- this.ma_prodcode.Tag = "NoAuto";
- //
- // ob_checkno
- //
- this.ob_checkno.AllPower = null;
- this.ob_checkno.BackColor = System.Drawing.Color.White;
- this.ob_checkno.ID = null;
- this.ob_checkno.Location = new System.Drawing.Point(103, 15);
- this.ob_checkno.Name = "ob_checkno";
- this.ob_checkno.Power = null;
- this.ob_checkno.Size = new System.Drawing.Size(319, 21);
- this.ob_checkno.Str = null;
- this.ob_checkno.Str1 = null;
- this.ob_checkno.Str2 = null;
- this.ob_checkno.TabIndex = 151;
- this.ob_checkno.Tag = "NoAuto";
- this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
- this.ob_checkno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ob_checkno_KeyDown);
- //
- // obd_outboxcode
- //
- this.obd_outboxcode.AllPower = null;
- this.obd_outboxcode.BackColor = System.Drawing.Color.White;
- this.obd_outboxcode.ID = null;
- this.obd_outboxcode.Location = new System.Drawing.Point(103, 46);
- this.obd_outboxcode.Name = "obd_outboxcode";
- this.obd_outboxcode.Power = null;
- this.obd_outboxcode.Size = new System.Drawing.Size(319, 21);
- this.obd_outboxcode.Str = null;
- this.obd_outboxcode.Str1 = null;
- this.obd_outboxcode.Str2 = null;
- this.obd_outboxcode.TabIndex = 149;
- this.obd_outboxcode.Tag = "NoAuto";
- this.obd_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.obd_outboxcode_KeyDown);
- //
- // ms_sncode
- //
- this.ms_sncode.AllPower = null;
- this.ms_sncode.BackColor = System.Drawing.Color.White;
- this.ms_sncode.ID = null;
- this.ms_sncode.Location = new System.Drawing.Point(103, 79);
- this.ms_sncode.Name = "ms_sncode";
- this.ms_sncode.Power = null;
- this.ms_sncode.Size = new System.Drawing.Size(319, 21);
- this.ms_sncode.Str = null;
- this.ms_sncode.Str1 = null;
- this.ms_sncode.Str2 = null;
- this.ms_sncode.TabIndex = 147;
- this.ms_sncode.Tag = "NoAuto";
- this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
- //
- // CheckBatchDGV
- //
- this.CheckBatchDGV.AllowUserToAddRows = false;
- this.CheckBatchDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.CheckBatchDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.勾选,
- this.obd_sncode,
- this.obd_outboxcode_dgv,
- this.obd_id,
- this.obd_makecode});
- this.CheckBatchDGV.EnableContentClick = false;
- this.CheckBatchDGV.Location = new System.Drawing.Point(27, 147);
- this.CheckBatchDGV.Name = "CheckBatchDGV";
- this.CheckBatchDGV.RowHeadersWidth = 40;
- this.CheckBatchDGV.RowTemplate.Height = 23;
- this.CheckBatchDGV.Size = new System.Drawing.Size(665, 318);
- this.CheckBatchDGV.TabIndex = 90;
- this.CheckBatchDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridViewExpand1_DataError);
- //
- // 勾选
- //
- this.勾选.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.勾选.HeaderText = "勾选";
- this.勾选.MinimumWidth = 60;
- this.勾选.Name = "勾选";
- this.勾选.Resizable = System.Windows.Forms.DataGridViewTriState.False;
- this.勾选.Width = 60;
- //
- // obd_sncode
- //
- this.obd_sncode.DataPropertyName = "obd_sncode";
- this.obd_sncode.HeaderText = "序列号";
- this.obd_sncode.Name = "obd_sncode";
- this.obd_sncode.ReadOnly = true;
- //
- // obd_outboxcode_dgv
- //
- this.obd_outboxcode_dgv.DataPropertyName = "obd_outboxcode";
- this.obd_outboxcode_dgv.HeaderText = "箱号";
- this.obd_outboxcode_dgv.Name = "obd_outboxcode_dgv";
- this.obd_outboxcode_dgv.ReadOnly = true;
- this.obd_outboxcode_dgv.Width = 190;
- //
- // obd_id
- //
- this.obd_id.DataPropertyName = "obd_id";
- this.obd_id.HeaderText = "obd_id";
- this.obd_id.Name = "obd_id";
- this.obd_id.Visible = false;
- //
- // obd_makecode
- //
- this.obd_makecode.DataPropertyName = "obd_makecode";
- this.obd_makecode.HeaderText = "工单号";
- this.obd_makecode.MinimumWidth = 120;
- this.obd_makecode.Name = "obd_makecode";
- this.obd_makecode.ReadOnly = true;
- this.obd_makecode.Width = 215;
- //
- // ob_source
- //
- this.ob_source.AutoSize = true;
- this.ob_source.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ob_source.Location = new System.Drawing.Point(694, 41);
- this.ob_source.Name = "ob_source";
- this.ob_source.Size = new System.Drawing.Size(0, 21);
- this.ob_source.TabIndex = 177;
- this.ob_source.Visible = false;
- //
- // OQC_Inspection
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(915, 577);
- this.Controls.Add(this.ob_source);
- this.Controls.Add(this.ma_code);
- this.Controls.Add(this.ChooseAll);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.Clean);
- this.Controls.Add(this.Delete);
- this.Controls.Add(this.SendOQC);
- this.Controls.Add(this.GetBatch);
- this.Controls.Add(this.WithDraw);
- this.Controls.Add(this.pa_outboxcode);
- this.Controls.Add(this.pa_outboxcode_label);
- this.Controls.Add(this.ob_batchqty);
- this.Controls.Add(this.ob_batchqty_label);
- this.Controls.Add(this.RemoveAll);
- this.Controls.Add(this.NewBatch);
- this.Controls.Add(this.ob_status);
- this.Controls.Add(this.ob_status_label);
- this.Controls.Add(this.ma_prodcode);
- this.Controls.Add(this.ob_prodcode_label);
- this.Controls.Add(this.ob_checkno);
- this.Controls.Add(this.ob_checkno_label);
- this.Controls.Add(this.obd_outboxcode);
- this.Controls.Add(this.obd_outboxcode_label);
- this.Controls.Add(this.ms_sncode);
- this.Controls.Add(this.ms_sncode_label);
- this.Controls.Add(this.obd_makecode_label);
- this.Controls.Add(this.CheckBatchDGV);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "OQC_Inspection";
- this.Tag = "OQC!Inspection";
- this.Text = "生成送检批";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OQC_Inspection_FormClosing);
- this.Load += new System.EventHandler(this.生成送检批_Load);
- this.SizeChanged += new System.EventHandler(this.生成送检批_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.CheckBatchDGV)).EndInit();
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum CheckBatchDGV;
- private System.Windows.Forms.Label obd_makecode_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
- private System.Windows.Forms.Label ms_sncode_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox obd_outboxcode;
- private System.Windows.Forms.Label obd_outboxcode_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox ob_checkno;
- private System.Windows.Forms.Label ob_checkno_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox ma_prodcode;
- private System.Windows.Forms.Label ob_prodcode_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox ob_status;
- private System.Windows.Forms.Label ob_status_label;
- private CustomControl.ButtonUtil.NormalButton NewBatch;
- private CustomControl.ButtonUtil.NormalButton RemoveAll;
- private CustomControl.TextBoxWithIcon.EnterTextBox ob_batchqty;
- private System.Windows.Forms.Label ob_batchqty_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox pa_outboxcode;
- private System.Windows.Forms.Label pa_outboxcode_label;
- private System.Windows.Forms.CheckBox WithDraw;
- private CustomControl.ButtonUtil.NormalButton GetBatch;
- private CustomControl.ButtonUtil.NormalButton SendOQC;
- private CustomControl.ButtonUtil.NormalButton Delete;
- private CustomControl.ButtonUtil.NormalButton Clean;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private CustomControl.ButtonUtil.NormalButton ChooseAll;
- private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
- private System.Windows.Forms.DataGridViewCheckBoxColumn 勾选;
- private System.Windows.Forms.DataGridViewTextBoxColumn obd_sncode;
- private System.Windows.Forms.DataGridViewTextBoxColumn obd_outboxcode_dgv;
- private System.Windows.Forms.DataGridViewTextBoxColumn obd_id;
- private System.Windows.Forms.DataGridViewTextBoxColumn obd_makecode;
- private System.Windows.Forms.Label ob_source;
- }
- }
|