123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625 |
- namespace UAS_MES.Make
- {
- partial class Make_SMTStockStencil
- {
- /// <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(Make_SMTStockStencil));
- this.RadioReceive = new System.Windows.Forms.RadioButton();
- this.RadioReturn = new System.Windows.Forms.RadioButton();
- this.SU_DEVCODE_label = new System.Windows.Forms.Label();
- this.SU_DEVCODE1_label = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.ST_ENSIONE_label = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.ST_ENSIONC_label = new System.Windows.Forms.Label();
- this.ST_ENSIONB_label = new System.Windows.Forms.Label();
- this.ST_ENSIONA_label = new System.Windows.Forms.Label();
- this.SU_RETURNIFCLEAN = new System.Windows.Forms.CheckBox();
- this.ma_prodcode_label = new System.Windows.Forms.Label();
- this.ma_qty = new System.Windows.Forms.Label();
- this.ma_qty_label = new System.Windows.Forms.Label();
- this.ms_makecode_label = new System.Windows.Forms.Label();
- this.Receive = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.Return = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.Scrap = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.ST_ENSIONA = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.ST_ENSIONB = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.ST_ENSIONC = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.ST_ENSIOND = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.ST_ENSIONE = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.SU_DEVCODE1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.SU_DEVCODE = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.ToolsBom = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.su_stcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.st_pcbcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.su_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SU_LINECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.su_stverison = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.su_singlepringqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.su_table = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.su_usemacode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.ma_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.st_usecount = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.ToolsBom)).BeginInit();
- this.SuspendLayout();
- //
- // RadioReceive
- //
- this.RadioReceive.AutoSize = true;
- this.RadioReceive.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.RadioReceive.Location = new System.Drawing.Point(3, 430);
- this.RadioReceive.Name = "RadioReceive";
- this.RadioReceive.Size = new System.Drawing.Size(55, 24);
- this.RadioReceive.TabIndex = 77;
- this.RadioReceive.TabStop = true;
- this.RadioReceive.Text = "领用";
- this.RadioReceive.UseVisualStyleBackColor = true;
- this.RadioReceive.CheckedChanged += new System.EventHandler(this.Radio_CheckedChanged);
- //
- // RadioReturn
- //
- this.RadioReturn.AutoSize = true;
- this.RadioReturn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.RadioReturn.Location = new System.Drawing.Point(3, 458);
- this.RadioReturn.Name = "RadioReturn";
- this.RadioReturn.Size = new System.Drawing.Size(55, 24);
- this.RadioReturn.TabIndex = 78;
- this.RadioReturn.TabStop = true;
- this.RadioReturn.Text = "退回";
- this.RadioReturn.UseVisualStyleBackColor = true;
- this.RadioReturn.CheckedChanged += new System.EventHandler(this.Radio_CheckedChanged);
- //
- // SU_DEVCODE_label
- //
- this.SU_DEVCODE_label.AutoSize = true;
- this.SU_DEVCODE_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SU_DEVCODE_label.Location = new System.Drawing.Point(56, 430);
- this.SU_DEVCODE_label.Name = "SU_DEVCODE_label";
- this.SU_DEVCODE_label.Size = new System.Drawing.Size(74, 21);
- this.SU_DEVCODE_label.TabIndex = 81;
- this.SU_DEVCODE_label.Text = "钢网编号";
- //
- // SU_DEVCODE1_label
- //
- this.SU_DEVCODE1_label.AutoSize = true;
- this.SU_DEVCODE1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SU_DEVCODE1_label.Location = new System.Drawing.Point(56, 460);
- this.SU_DEVCODE1_label.Name = "SU_DEVCODE1_label";
- this.SU_DEVCODE1_label.Size = new System.Drawing.Size(74, 21);
- this.SU_DEVCODE1_label.TabIndex = 87;
- this.SU_DEVCODE1_label.Text = "钢网编号";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(2, 493);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(129, 21);
- this.label7.TabIndex = 91;
- this.label7.Text = "张力测试结果(N)";
- //
- // ST_ENSIONE_label
- //
- this.ST_ENSIONE_label.AutoSize = true;
- this.ST_ENSIONE_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ST_ENSIONE_label.Location = new System.Drawing.Point(299, 520);
- this.ST_ENSIONE_label.Name = "ST_ENSIONE_label";
- this.ST_ENSIONE_label.Size = new System.Drawing.Size(19, 21);
- this.ST_ENSIONE_label.TabIndex = 92;
- this.ST_ENSIONE_label.Text = "E";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.Location = new System.Drawing.Point(133, 520);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(22, 21);
- this.label9.TabIndex = 94;
- this.label9.Text = "D";
- //
- // ST_ENSIONC_label
- //
- this.ST_ENSIONC_label.AutoSize = true;
- this.ST_ENSIONC_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ST_ENSIONC_label.Location = new System.Drawing.Point(462, 493);
- this.ST_ENSIONC_label.Name = "ST_ENSIONC_label";
- this.ST_ENSIONC_label.Size = new System.Drawing.Size(21, 21);
- this.ST_ENSIONC_label.TabIndex = 96;
- this.ST_ENSIONC_label.Text = "C";
- //
- // ST_ENSIONB_label
- //
- this.ST_ENSIONB_label.AutoSize = true;
- this.ST_ENSIONB_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ST_ENSIONB_label.Location = new System.Drawing.Point(298, 493);
- this.ST_ENSIONB_label.Name = "ST_ENSIONB_label";
- this.ST_ENSIONB_label.Size = new System.Drawing.Size(20, 21);
- this.ST_ENSIONB_label.TabIndex = 98;
- this.ST_ENSIONB_label.Text = "B";
- //
- // ST_ENSIONA_label
- //
- this.ST_ENSIONA_label.AutoSize = true;
- this.ST_ENSIONA_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ST_ENSIONA_label.Location = new System.Drawing.Point(133, 493);
- this.ST_ENSIONA_label.Name = "ST_ENSIONA_label";
- this.ST_ENSIONA_label.Size = new System.Drawing.Size(21, 21);
- this.ST_ENSIONA_label.TabIndex = 100;
- this.ST_ENSIONA_label.Text = "A";
- //
- // SU_RETURNIFCLEAN
- //
- this.SU_RETURNIFCLEAN.AutoSize = true;
- this.SU_RETURNIFCLEAN.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SU_RETURNIFCLEAN.Location = new System.Drawing.Point(267, 459);
- this.SU_RETURNIFCLEAN.Name = "SU_RETURNIFCLEAN";
- this.SU_RETURNIFCLEAN.Size = new System.Drawing.Size(84, 24);
- this.SU_RETURNIFCLEAN.TabIndex = 110;
- this.SU_RETURNIFCLEAN.Text = "是否清洗";
- this.SU_RETURNIFCLEAN.UseVisualStyleBackColor = true;
- //
- // 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(229, 9);
- this.ma_prodcode_label.Name = "ma_prodcode_label";
- this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
- this.ma_prodcode_label.TabIndex = 69;
- this.ma_prodcode_label.Text = "产品编号";
- //
- // ma_qty
- //
- this.ma_qty.AutoSize = true;
- this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_qty.Location = new System.Drawing.Point(755, 9);
- this.ma_qty.Name = "ma_qty";
- this.ma_qty.Size = new System.Drawing.Size(0, 21);
- this.ma_qty.TabIndex = 106;
- //
- // ma_qty_label
- //
- this.ma_qty_label.AutoSize = true;
- this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_qty_label.Location = new System.Drawing.Point(681, 9);
- this.ma_qty_label.Name = "ma_qty_label";
- this.ma_qty_label.Size = new System.Drawing.Size(58, 21);
- this.ma_qty_label.TabIndex = 105;
- this.ma_qty_label.Text = "工单数";
- //
- // 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(2, 9);
- this.ms_makecode_label.Name = "ms_makecode_label";
- this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
- this.ms_makecode_label.TabIndex = 68;
- this.ms_makecode_label.Text = "归属工单";
- //
- // Receive
- //
- this.Receive.AllPower = null;
- this.Receive.BackColor = System.Drawing.Color.Transparent;
- this.Receive.DownImage = ((System.Drawing.Image)(resources.GetObject("Receive.DownImage")));
- this.Receive.Image = null;
- this.Receive.IsShowBorder = true;
- this.Receive.Location = new System.Drawing.Point(267, 429);
- this.Receive.MoveImage = ((System.Drawing.Image)(resources.GetObject("Receive.MoveImage")));
- this.Receive.Name = "Receive";
- this.Receive.NormalImage = ((System.Drawing.Image)(resources.GetObject("Receive.NormalImage")));
- this.Receive.Power = null;
- this.Receive.Size = new System.Drawing.Size(68, 28);
- this.Receive.TabIndex = 104;
- this.Receive.Text = "领用";
- this.Receive.UseVisualStyleBackColor = false;
- this.Receive.Click += new System.EventHandler(this.Receive_Click);
- //
- // Return
- //
- this.Return.AllPower = null;
- this.Return.BackColor = System.Drawing.Color.Transparent;
- this.Return.DownImage = ((System.Drawing.Image)(resources.GetObject("Return.DownImage")));
- this.Return.Image = null;
- this.Return.IsShowBorder = true;
- this.Return.Location = new System.Drawing.Point(642, 520);
- this.Return.MoveImage = ((System.Drawing.Image)(resources.GetObject("Return.MoveImage")));
- this.Return.Name = "Return";
- this.Return.NormalImage = ((System.Drawing.Image)(resources.GetObject("Return.NormalImage")));
- this.Return.Power = null;
- this.Return.Size = new System.Drawing.Size(68, 28);
- this.Return.TabIndex = 103;
- this.Return.Tag = "Make!SMTStockStencil";
- this.Return.Text = "退回";
- this.Return.UseVisualStyleBackColor = false;
- this.Return.Click += new System.EventHandler(this.Return_Click);
- //
- // Scrap
- //
- this.Scrap.AllPower = null;
- this.Scrap.BackColor = System.Drawing.Color.Transparent;
- this.Scrap.DownImage = ((System.Drawing.Image)(resources.GetObject("Scrap.DownImage")));
- this.Scrap.Image = null;
- this.Scrap.IsShowBorder = true;
- this.Scrap.Location = new System.Drawing.Point(728, 520);
- this.Scrap.MoveImage = ((System.Drawing.Image)(resources.GetObject("Scrap.MoveImage")));
- this.Scrap.Name = "Scrap";
- this.Scrap.NormalImage = ((System.Drawing.Image)(resources.GetObject("Scrap.NormalImage")));
- this.Scrap.Power = null;
- this.Scrap.Size = new System.Drawing.Size(68, 28);
- this.Scrap.TabIndex = 102;
- this.Scrap.Text = "报废";
- this.Scrap.UseVisualStyleBackColor = false;
- this.Scrap.Click += new System.EventHandler(this.Scrap_Click);
- //
- // ST_ENSIONA
- //
- this.ST_ENSIONA.AllPower = null;
- this.ST_ENSIONA.BackColor = System.Drawing.Color.White;
- this.ST_ENSIONA.ID = null;
- this.ST_ENSIONA.Location = new System.Drawing.Point(160, 493);
- this.ST_ENSIONA.Name = "ST_ENSIONA";
- this.ST_ENSIONA.Negative = false;
- this.ST_ENSIONA.Power = null;
- this.ST_ENSIONA.Size = new System.Drawing.Size(120, 21);
- this.ST_ENSIONA.Str = null;
- this.ST_ENSIONA.Str1 = null;
- this.ST_ENSIONA.Str2 = null;
- this.ST_ENSIONA.TabIndex = 101;
- this.ST_ENSIONA.TextChanged += new System.EventHandler(this.ST_ENSION_TextChanged);
- //
- // ST_ENSIONB
- //
- this.ST_ENSIONB.AllPower = null;
- this.ST_ENSIONB.BackColor = System.Drawing.Color.White;
- this.ST_ENSIONB.ID = null;
- this.ST_ENSIONB.Location = new System.Drawing.Point(325, 493);
- this.ST_ENSIONB.Name = "ST_ENSIONB";
- this.ST_ENSIONB.Negative = false;
- this.ST_ENSIONB.Power = null;
- this.ST_ENSIONB.Size = new System.Drawing.Size(120, 21);
- this.ST_ENSIONB.Str = null;
- this.ST_ENSIONB.Str1 = null;
- this.ST_ENSIONB.Str2 = null;
- this.ST_ENSIONB.TabIndex = 99;
- this.ST_ENSIONB.TextChanged += new System.EventHandler(this.ST_ENSION_TextChanged);
- //
- // ST_ENSIONC
- //
- this.ST_ENSIONC.AllPower = null;
- this.ST_ENSIONC.BackColor = System.Drawing.Color.White;
- this.ST_ENSIONC.ID = null;
- this.ST_ENSIONC.Location = new System.Drawing.Point(489, 493);
- this.ST_ENSIONC.Name = "ST_ENSIONC";
- this.ST_ENSIONC.Negative = false;
- this.ST_ENSIONC.Power = null;
- this.ST_ENSIONC.Size = new System.Drawing.Size(120, 21);
- this.ST_ENSIONC.Str = null;
- this.ST_ENSIONC.Str1 = null;
- this.ST_ENSIONC.Str2 = null;
- this.ST_ENSIONC.TabIndex = 97;
- this.ST_ENSIONC.TextChanged += new System.EventHandler(this.ST_ENSION_TextChanged);
- //
- // ST_ENSIOND
- //
- this.ST_ENSIOND.AllPower = null;
- this.ST_ENSIOND.BackColor = System.Drawing.Color.White;
- this.ST_ENSIOND.ID = null;
- this.ST_ENSIOND.Location = new System.Drawing.Point(160, 520);
- this.ST_ENSIOND.Name = "ST_ENSIOND";
- this.ST_ENSIOND.Negative = false;
- this.ST_ENSIOND.Power = null;
- this.ST_ENSIOND.Size = new System.Drawing.Size(120, 21);
- this.ST_ENSIOND.Str = null;
- this.ST_ENSIOND.Str1 = null;
- this.ST_ENSIOND.Str2 = null;
- this.ST_ENSIOND.TabIndex = 95;
- this.ST_ENSIOND.TextChanged += new System.EventHandler(this.ST_ENSION_TextChanged);
- //
- // ST_ENSIONE
- //
- this.ST_ENSIONE.AllPower = null;
- this.ST_ENSIONE.BackColor = System.Drawing.Color.White;
- this.ST_ENSIONE.ID = null;
- this.ST_ENSIONE.Location = new System.Drawing.Point(325, 520);
- this.ST_ENSIONE.Name = "ST_ENSIONE";
- this.ST_ENSIONE.Negative = false;
- this.ST_ENSIONE.Power = null;
- this.ST_ENSIONE.Size = new System.Drawing.Size(120, 21);
- this.ST_ENSIONE.Str = null;
- this.ST_ENSIONE.Str1 = null;
- this.ST_ENSIONE.Str2 = null;
- this.ST_ENSIONE.TabIndex = 93;
- this.ST_ENSIONE.TextChanged += new System.EventHandler(this.ST_ENSION_TextChanged);
- //
- // SU_DEVCODE1
- //
- this.SU_DEVCODE1.AllPower = null;
- this.SU_DEVCODE1.BackColor = System.Drawing.Color.White;
- this.SU_DEVCODE1.ID = null;
- this.SU_DEVCODE1.Location = new System.Drawing.Point(136, 461);
- this.SU_DEVCODE1.Name = "SU_DEVCODE1";
- this.SU_DEVCODE1.Power = null;
- this.SU_DEVCODE1.Size = new System.Drawing.Size(120, 21);
- this.SU_DEVCODE1.Str = null;
- this.SU_DEVCODE1.Str1 = null;
- this.SU_DEVCODE1.Str2 = null;
- this.SU_DEVCODE1.TabIndex = 88;
- this.SU_DEVCODE1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SU_DEVCODE1_KeyDown);
- //
- // SU_DEVCODE
- //
- this.SU_DEVCODE.AllPower = null;
- this.SU_DEVCODE.BackColor = System.Drawing.Color.White;
- this.SU_DEVCODE.ID = null;
- this.SU_DEVCODE.Location = new System.Drawing.Point(136, 431);
- this.SU_DEVCODE.Name = "SU_DEVCODE";
- this.SU_DEVCODE.Power = null;
- this.SU_DEVCODE.Size = new System.Drawing.Size(120, 21);
- this.SU_DEVCODE.Str = null;
- this.SU_DEVCODE.Str1 = null;
- this.SU_DEVCODE.Str2 = null;
- this.SU_DEVCODE.TabIndex = 82;
- this.SU_DEVCODE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SU_DEVCODE_KeyDown);
- //
- // ToolsBom
- //
- this.ToolsBom.AllowUserToAddRows = false;
- this.ToolsBom.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.ToolsBom.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.su_stcode,
- this.st_pcbcode,
- this.su_status,
- this.SU_LINECODE,
- this.su_stverison,
- this.su_singlepringqty,
- this.su_table,
- this.su_usemacode});
- this.ToolsBom.EnableContentClick = true;
- this.ToolsBom.Location = new System.Drawing.Point(0, 38);
- this.ToolsBom.Name = "ToolsBom";
- this.ToolsBom.RowTemplate.Height = 27;
- this.ToolsBom.Size = new System.Drawing.Size(906, 384);
- this.ToolsBom.TabIndex = 76;
- //
- // su_stcode
- //
- this.su_stcode.DataPropertyName = "su_stcode";
- this.su_stcode.HeaderText = "钢网编号";
- this.su_stcode.Name = "su_stcode";
- //
- // st_pcbcode
- //
- this.st_pcbcode.DataPropertyName = "st_pcbcode";
- this.st_pcbcode.HeaderText = "PCB料号";
- this.st_pcbcode.Name = "st_pcbcode";
- //
- // su_status
- //
- this.su_status.DataPropertyName = "su_status";
- this.su_status.HeaderText = "领用状态";
- this.su_status.Name = "su_status";
- //
- // SU_LINECODE
- //
- this.SU_LINECODE.DataPropertyName = "SU_LINECODE";
- this.SU_LINECODE.HeaderText = "线别";
- this.SU_LINECODE.Name = "SU_LINECODE";
- //
- // su_stverison
- //
- this.su_stverison.DataPropertyName = "su_stverison";
- this.su_stverison.HeaderText = "版本号";
- this.su_stverison.Name = "su_stverison";
- //
- // su_singlepringqty
- //
- this.su_singlepringqty.DataPropertyName = "su_singlepringqty";
- this.su_singlepringqty.HeaderText = "单片印刷次数";
- this.su_singlepringqty.Name = "su_singlepringqty";
- //
- // su_table
- //
- this.su_table.DataPropertyName = "su_table";
- this.su_table.HeaderText = "板面";
- this.su_table.Name = "su_table";
- //
- // su_usemacode
- //
- this.su_usemacode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
- this.su_usemacode.DataPropertyName = "su_usemacode";
- this.su_usemacode.HeaderText = "领用工单";
- this.su_usemacode.Name = "su_usemacode";
- this.su_usemacode.Width = 61;
- //
- // Confirm
- //
- this.Confirm.AllPower = null;
- this.Confirm.BackColor = System.Drawing.Color.Transparent;
- this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
- this.Confirm.Image = null;
- this.Confirm.IsShowBorder = true;
- this.Confirm.Location = new System.Drawing.Point(828, 4);
- this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
- this.Confirm.Name = "Confirm";
- this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
- this.Confirm.Power = null;
- this.Confirm.Size = new System.Drawing.Size(68, 28);
- this.Confirm.TabIndex = 75;
- this.Confirm.Text = "确定";
- this.Confirm.UseVisualStyleBackColor = false;
- this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
- //
- // ma_prodcode
- //
- this.ma_prodcode.AllPower = null;
- this.ma_prodcode.BackColor = System.Drawing.Color.White;
- this.ma_prodcode.ID = null;
- this.ma_prodcode.Location = new System.Drawing.Point(309, 9);
- this.ma_prodcode.Name = "ma_prodcode";
- this.ma_prodcode.Power = null;
- this.ma_prodcode.Size = new System.Drawing.Size(140, 21);
- this.ma_prodcode.Str = null;
- this.ma_prodcode.Str1 = null;
- this.ma_prodcode.Str2 = null;
- this.ma_prodcode.TabIndex = 72;
- //
- // 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(82, 9);
- 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(141, 21);
- this.ma_code.TabIndex = 71;
- this.ma_code.TableName = null;
- this.ma_code.Tag = "ma_code";
- this.ma_code.TextBoxEnable = true;
- this.ma_code.TextKeyDown += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextKeyDown(this.ma_code_TextKeyDown);
- //
- // st_usecount
- //
- this.st_usecount.AutoSize = true;
- this.st_usecount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.st_usecount.Location = new System.Drawing.Point(476, 461);
- this.st_usecount.Name = "st_usecount";
- this.st_usecount.Size = new System.Drawing.Size(0, 21);
- this.st_usecount.TabIndex = 112;
- //
- // 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(357, 460);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(106, 21);
- this.label2.TabIndex = 111;
- this.label2.Text = "累计使用次数";
- //
- // Make_SMTStockStencil
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(908, 551);
- this.Controls.Add(this.st_usecount);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.SU_RETURNIFCLEAN);
- this.Controls.Add(this.ma_qty);
- this.Controls.Add(this.ma_qty_label);
- this.Controls.Add(this.Receive);
- this.Controls.Add(this.Return);
- this.Controls.Add(this.Scrap);
- this.Controls.Add(this.ST_ENSIONA);
- this.Controls.Add(this.ST_ENSIONA_label);
- this.Controls.Add(this.ST_ENSIONB);
- this.Controls.Add(this.ST_ENSIONB_label);
- this.Controls.Add(this.ST_ENSIONC);
- this.Controls.Add(this.ST_ENSIONC_label);
- this.Controls.Add(this.ST_ENSIOND);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.ST_ENSIONE);
- this.Controls.Add(this.ST_ENSIONE_label);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.SU_DEVCODE1);
- this.Controls.Add(this.SU_DEVCODE1_label);
- this.Controls.Add(this.SU_DEVCODE);
- this.Controls.Add(this.SU_DEVCODE_label);
- this.Controls.Add(this.RadioReturn);
- this.Controls.Add(this.RadioReceive);
- this.Controls.Add(this.ToolsBom);
- this.Controls.Add(this.Confirm);
- this.Controls.Add(this.ma_prodcode);
- this.Controls.Add(this.ma_code);
- this.Controls.Add(this.ms_makecode_label);
- this.Controls.Add(this.ma_prodcode_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "Make_SMTStockStencil";
- this.Tag = "Make!SMTStencil";
- this.Text = "Make_SMTStencil";
- this.Load += new System.EventHandler(this.Make_SMTStencil_Load);
- this.SizeChanged += new System.EventHandler(this.Make_SMTStencil_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.ToolsBom)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.ButtonUtil.NormalButton Confirm;
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum ToolsBom;
- private System.Windows.Forms.RadioButton RadioReceive;
- private System.Windows.Forms.RadioButton RadioReturn;
- private CustomControl.TextBoxWithIcon.EnterTextBox SU_DEVCODE;
- private System.Windows.Forms.Label SU_DEVCODE_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox SU_DEVCODE1;
- private System.Windows.Forms.Label SU_DEVCODE1_label;
- private System.Windows.Forms.Label label7;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONE;
- private System.Windows.Forms.Label ST_ENSIONE_label;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIOND;
- private System.Windows.Forms.Label label9;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONC;
- private System.Windows.Forms.Label ST_ENSIONC_label;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONB;
- private System.Windows.Forms.Label ST_ENSIONB_label;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox ST_ENSIONA;
- private System.Windows.Forms.Label ST_ENSIONA_label;
- private CustomControl.ButtonUtil.NormalButton Scrap;
- private CustomControl.ButtonUtil.NormalButton Return;
- private CustomControl.ButtonUtil.NormalButton Receive;
- private System.Windows.Forms.DataGridViewTextBoxColumn su_stcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn st_pcbcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn su_status;
- private System.Windows.Forms.DataGridViewTextBoxColumn SU_LINECODE;
- private System.Windows.Forms.DataGridViewTextBoxColumn su_stverison;
- private System.Windows.Forms.DataGridViewTextBoxColumn su_singlepringqty;
- private System.Windows.Forms.DataGridViewTextBoxColumn su_table;
- private System.Windows.Forms.DataGridViewTextBoxColumn su_usemacode;
- private System.Windows.Forms.CheckBox SU_RETURNIFCLEAN;
- private System.Windows.Forms.Label ma_prodcode_label;
- private System.Windows.Forms.Label ma_qty;
- private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
- private CustomControl.TextBoxWithIcon.EnterTextBox ma_prodcode;
- private System.Windows.Forms.Label ma_qty_label;
- private System.Windows.Forms.Label ms_makecode_label;
- private System.Windows.Forms.Label st_usecount;
- private System.Windows.Forms.Label label2;
- }
- }
|