| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694 |
- namespace UAS_MES.Make
- {
- partial class Make_CartonBoxWeigh
- {
- /// <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_CartonBoxWeigh));
- this.ma_code_label = new System.Windows.Forms.Label();
- this.mcd_okqty = new System.Windows.Forms.Label();
- this.mcd_okqty_label = new System.Windows.Forms.Label();
- this.panel6 = new System.Windows.Forms.Panel();
- this.pr_cartongw = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.pr_cartongw_label = new System.Windows.Forms.Label();
- this.pr_code_label = new System.Windows.Forms.Label();
- this.panel4 = new System.Windows.Forms.Panel();
- this.pr_cartonunit = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.weight = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.pr_detail_label = new System.Windows.Forms.Label();
- this.ma_qty_label = new System.Windows.Forms.Label();
- this.ma_salecode_label = new System.Windows.Forms.Label();
- this.PriLabel = new System.Windows.Forms.RadioButton();
- this.SupPriLabel = new System.Windows.Forms.RadioButton();
- this.PrintLabel = new System.Windows.Forms.ComboBox();
- this.Printer_label = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
- this.StartWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.Cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.pd_barcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.StopWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.ma_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.ma_salecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
- this.ComList = new UAS_MES.CustomControl.ComBoxWithFocus.SerialPortCombox();
- this.BaudRate = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.Search_label = new System.Windows.Forms.Label();
- this.Search = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.user = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.weight_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pa_weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pa_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewWithSerialNum1 = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.panel6.SuspendLayout();
- this.panel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewWithSerialNum1)).BeginInit();
- this.SuspendLayout();
- //
- // ma_code_label
- //
- this.ma_code_label.AutoSize = true;
- this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_code_label.Location = new System.Drawing.Point(31, 242);
- this.ma_code_label.Name = "ma_code_label";
- this.ma_code_label.Size = new System.Drawing.Size(92, 27);
- this.ma_code_label.TabIndex = 97;
- this.ma_code_label.Text = "制造单号";
- //
- // mcd_okqty
- //
- this.mcd_okqty.AutoSize = true;
- this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.mcd_okqty.Location = new System.Drawing.Point(105, 487);
- this.mcd_okqty.Name = "mcd_okqty";
- this.mcd_okqty.Size = new System.Drawing.Size(0, 27);
- this.mcd_okqty.TabIndex = 94;
- //
- // mcd_okqty_label
- //
- this.mcd_okqty_label.AutoSize = true;
- this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.mcd_okqty_label.Location = new System.Drawing.Point(31, 487);
- this.mcd_okqty_label.Name = "mcd_okqty_label";
- this.mcd_okqty_label.Size = new System.Drawing.Size(57, 27);
- this.mcd_okqty_label.TabIndex = 92;
- this.mcd_okqty_label.Text = "已称:";
- //
- // panel6
- //
- this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel6.Controls.Add(this.pr_cartongw);
- this.panel6.Controls.Add(this.pr_code);
- this.panel6.Controls.Add(this.pr_cartongw_label);
- this.panel6.Controls.Add(this.pr_code_label);
- this.panel6.Location = new System.Drawing.Point(422, 76);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(403, 125);
- this.panel6.TabIndex = 90;
- //
- // pr_cartongw
- //
- this.pr_cartongw.AutoSize = true;
- this.pr_cartongw.CutLength = null;
- this.pr_cartongw.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_cartongw.Location = new System.Drawing.Point(154, 73);
- this.pr_cartongw.MaximumSize = new System.Drawing.Size(150, 0);
- this.pr_cartongw.Name = "pr_cartongw";
- this.pr_cartongw.Size = new System.Drawing.Size(0, 27);
- this.pr_cartongw.TabIndex = 80;
- this.pr_cartongw.Tag = "1";
- //
- // pr_code
- //
- this.pr_code.AutoSize = true;
- this.pr_code.CutLength = null;
- this.pr_code.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_code.Location = new System.Drawing.Point(154, 22);
- this.pr_code.MaximumSize = new System.Drawing.Size(150, 0);
- this.pr_code.Name = "pr_code";
- this.pr_code.Size = new System.Drawing.Size(0, 27);
- this.pr_code.TabIndex = 79;
- this.pr_code.Tag = "1";
- this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
- //
- // pr_cartongw_label
- //
- this.pr_cartongw_label.AutoSize = true;
- this.pr_cartongw_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_cartongw_label.Location = new System.Drawing.Point(28, 73);
- this.pr_cartongw_label.Name = "pr_cartongw_label";
- this.pr_cartongw_label.Size = new System.Drawing.Size(92, 27);
- this.pr_cartongw_label.TabIndex = 42;
- this.pr_cartongw_label.Text = "标准重量";
- //
- // pr_code_label
- //
- this.pr_code_label.AutoSize = true;
- this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_code_label.Location = new System.Drawing.Point(27, 22);
- this.pr_code_label.Name = "pr_code_label";
- this.pr_code_label.Size = new System.Drawing.Size(92, 27);
- this.pr_code_label.TabIndex = 40;
- this.pr_code_label.Text = "产品编号";
- //
- // panel4
- //
- this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel4.Controls.Add(this.pr_cartonunit);
- this.panel4.Controls.Add(this.label22);
- this.panel4.Controls.Add(this.weight);
- this.panel4.Location = new System.Drawing.Point(25, 76);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(372, 125);
- this.panel4.TabIndex = 91;
- //
- // pr_cartonunit
- //
- this.pr_cartonunit.AutoSize = true;
- this.pr_cartonunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_cartonunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.pr_cartonunit.Location = new System.Drawing.Point(307, 51);
- this.pr_cartonunit.Name = "pr_cartonunit";
- this.pr_cartonunit.Size = new System.Drawing.Size(31, 25);
- this.pr_cartonunit.TabIndex = 42;
- this.pr_cartonunit.Text = "克";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.label22.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label22.Location = new System.Drawing.Point(15, 51);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(50, 25);
- this.label22.TabIndex = 20;
- this.label22.Text = "重量";
- //
- // weight
- //
- this.weight.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.weight.AutoSize = true;
- this.weight.Font = new System.Drawing.Font("微软雅黑", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
- this.weight.Location = new System.Drawing.Point(104, 43);
- this.weight.Name = "weight";
- this.weight.Size = new System.Drawing.Size(0, 39);
- this.weight.TabIndex = 41;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label15.Location = new System.Drawing.Point(26, 24);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(62, 31);
- this.label15.TabIndex = 85;
- this.label15.Text = "箱号";
- //
- // pr_detail_label
- //
- this.pr_detail_label.AutoSize = true;
- this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_detail_label.Location = new System.Drawing.Point(31, 366);
- this.pr_detail_label.Name = "pr_detail_label";
- this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
- this.pr_detail_label.TabIndex = 82;
- this.pr_detail_label.Text = "产品名称";
- //
- // ma_qty_label
- //
- this.ma_qty_label.AutoSize = true;
- this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_qty_label.Location = new System.Drawing.Point(31, 430);
- this.ma_qty_label.Name = "ma_qty_label";
- this.ma_qty_label.Size = new System.Drawing.Size(92, 27);
- this.ma_qty_label.TabIndex = 84;
- this.ma_qty_label.Text = "工单数量";
- //
- // ma_salecode_label
- //
- this.ma_salecode_label.AutoSize = true;
- this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_salecode_label.Location = new System.Drawing.Point(31, 301);
- this.ma_salecode_label.Name = "ma_salecode_label";
- this.ma_salecode_label.Size = new System.Drawing.Size(92, 27);
- this.ma_salecode_label.TabIndex = 83;
- this.ma_salecode_label.Text = "订单编号";
- //
- // PriLabel
- //
- this.PriLabel.AutoSize = true;
- this.PriLabel.Checked = true;
- this.PriLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PriLabel.Location = new System.Drawing.Point(874, 170);
- this.PriLabel.Name = "PriLabel";
- this.PriLabel.Size = new System.Drawing.Size(92, 25);
- this.PriLabel.TabIndex = 154;
- this.PriLabel.TabStop = true;
- this.PriLabel.Text = "打印标签";
- this.PriLabel.UseVisualStyleBackColor = true;
- //
- // SupPriLabel
- //
- this.SupPriLabel.AutoSize = true;
- this.SupPriLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SupPriLabel.Location = new System.Drawing.Point(972, 170);
- this.SupPriLabel.Name = "SupPriLabel";
- this.SupPriLabel.Size = new System.Drawing.Size(92, 25);
- this.SupPriLabel.TabIndex = 155;
- this.SupPriLabel.Text = "补打标签";
- this.SupPriLabel.UseVisualStyleBackColor = true;
- //
- // PrintLabel
- //
- this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.PrintLabel.FormattingEnabled = true;
- this.PrintLabel.Location = new System.Drawing.Point(936, 133);
- this.PrintLabel.Name = "PrintLabel";
- this.PrintLabel.Size = new System.Drawing.Size(121, 20);
- this.PrintLabel.TabIndex = 157;
- //
- // Printer_label
- //
- this.Printer_label.AutoSize = true;
- this.Printer_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Printer_label.Location = new System.Drawing.Point(835, 99);
- this.Printer_label.Name = "Printer_label";
- this.Printer_label.Size = new System.Drawing.Size(84, 20);
- this.Printer_label.TabIndex = 159;
- this.Printer_label.Text = "打印机列表";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(849, 131);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(69, 20);
- this.label1.TabIndex = 161;
- this.label1.Text = "打印标签";
- //
- // Printer
- //
- this.Printer.Location = new System.Drawing.Point(936, 99);
- this.Printer.Margin = new System.Windows.Forms.Padding(4);
- this.Printer.Name = "Printer";
- this.Printer.Size = new System.Drawing.Size(120, 22);
- this.Printer.TabIndex = 158;
- //
- // StartWeight
- //
- this.StartWeight.AllPower = null;
- this.StartWeight.BackColor = System.Drawing.Color.Transparent;
- this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
- this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
- this.StartWeight.IsShowBorder = true;
- this.StartWeight.Location = new System.Drawing.Point(658, 29);
- this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
- this.StartWeight.Name = "StartWeight";
- this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
- this.StartWeight.Power = null;
- this.StartWeight.Size = new System.Drawing.Size(75, 24);
- this.StartWeight.TabIndex = 156;
- this.StartWeight.Text = "开始称量";
- this.StartWeight.UseVisualStyleBackColor = true;
- this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
- //
- // 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 = ((System.Drawing.Image)(resources.GetObject("Cancel.Image")));
- this.Cancel.IsShowBorder = true;
- this.Cancel.Location = new System.Drawing.Point(982, 215);
- 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(75, 23);
- this.Cancel.TabIndex = 153;
- this.Cancel.Text = "取消";
- this.Cancel.UseVisualStyleBackColor = true;
- this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
- //
- // 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 = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
- this.Confirm.IsShowBorder = true;
- this.Confirm.Location = new System.Drawing.Point(874, 214);
- 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(75, 23);
- this.Confirm.TabIndex = 152;
- this.Confirm.Text = "打印";
- this.Confirm.UseVisualStyleBackColor = true;
- this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
- //
- // pd_barcode
- //
- this.pd_barcode.AutoSize = true;
- this.pd_barcode.CutLength = null;
- this.pd_barcode.Location = new System.Drawing.Point(934, 14);
- this.pd_barcode.MaximumSize = new System.Drawing.Size(150, 0);
- this.pd_barcode.Name = "pd_barcode";
- this.pd_barcode.Size = new System.Drawing.Size(65, 12);
- this.pd_barcode.TabIndex = 107;
- this.pd_barcode.Text = "pd_barcode";
- this.pd_barcode.Visible = false;
- //
- // StopWeight
- //
- this.StopWeight.AllPower = null;
- this.StopWeight.BackColor = System.Drawing.Color.Transparent;
- this.StopWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.DownImage")));
- this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
- this.StopWeight.IsShowBorder = true;
- this.StopWeight.Location = new System.Drawing.Point(753, 29);
- this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
- this.StopWeight.Name = "StopWeight";
- this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
- this.StopWeight.Power = null;
- this.StopWeight.Size = new System.Drawing.Size(75, 24);
- this.StopWeight.TabIndex = 102;
- this.StopWeight.Text = "停止称量";
- this.StopWeight.UseVisualStyleBackColor = true;
- this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
- //
- // ma_code
- //
- this.ma_code.AutoSize = true;
- this.ma_code.CutLength = null;
- this.ma_code.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_code.Location = new System.Drawing.Point(141, 249);
- this.ma_code.MaximumSize = new System.Drawing.Size(150, 0);
- this.ma_code.Name = "ma_code";
- this.ma_code.Size = new System.Drawing.Size(0, 27);
- this.ma_code.TabIndex = 101;
- this.ma_code.Tag = "1";
- //
- // ma_qty
- //
- this.ma_qty.AutoSize = true;
- this.ma_qty.CutLength = null;
- this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_qty.Location = new System.Drawing.Point(141, 437);
- this.ma_qty.MaximumSize = new System.Drawing.Size(150, 0);
- this.ma_qty.Name = "ma_qty";
- this.ma_qty.Size = new System.Drawing.Size(0, 27);
- this.ma_qty.TabIndex = 100;
- //
- // pr_detail
- //
- this.pr_detail.AutoSize = true;
- this.pr_detail.CutLength = null;
- this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_detail.Location = new System.Drawing.Point(141, 373);
- this.pr_detail.MaximumSize = new System.Drawing.Size(150, 0);
- this.pr_detail.Name = "pr_detail";
- this.pr_detail.Size = new System.Drawing.Size(0, 27);
- this.pr_detail.TabIndex = 99;
- //
- // ma_salecode
- //
- this.ma_salecode.AutoSize = true;
- this.ma_salecode.CutLength = null;
- this.ma_salecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_salecode.Location = new System.Drawing.Point(141, 308);
- this.ma_salecode.MaximumSize = new System.Drawing.Size(150, 0);
- this.ma_salecode.Name = "ma_salecode";
- this.ma_salecode.Size = new System.Drawing.Size(0, 27);
- this.ma_salecode.TabIndex = 98;
- //
- // Clean
- //
- this.Clean.AllPower = null;
- this.Clean.BackColor = System.Drawing.Color.Transparent;
- this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
- this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
- this.Clean.IsShowBorder = true;
- this.Clean.Location = new System.Drawing.Point(919, 574);
- 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(75, 24);
- this.Clean.TabIndex = 89;
- this.Clean.Text = "清除";
- this.Clean.UseVisualStyleBackColor = true;
- //
- // normalButton1
- //
- this.normalButton1.AllPower = null;
- this.normalButton1.BackColor = System.Drawing.Color.Transparent;
- this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
- this.normalButton1.Image = ((System.Drawing.Image)(resources.GetObject("normalButton1.Image")));
- this.normalButton1.IsShowBorder = true;
- this.normalButton1.Location = new System.Drawing.Point(25, 55);
- this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
- this.normalButton1.Name = "normalButton1";
- this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
- this.normalButton1.Power = null;
- this.normalButton1.Size = new System.Drawing.Size(0, 0);
- this.normalButton1.TabIndex = 88;
- this.normalButton1.Text = "normalButton1";
- this.normalButton1.UseVisualStyleBackColor = true;
- //
- // outboxcode
- //
- this.outboxcode.AllPower = null;
- this.outboxcode.BackColor = System.Drawing.Color.White;
- this.outboxcode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.outboxcode.ID = null;
- this.outboxcode.Location = new System.Drawing.Point(94, 21);
- this.outboxcode.Name = "outboxcode";
- this.outboxcode.Power = null;
- this.outboxcode.Size = new System.Drawing.Size(542, 39);
- this.outboxcode.Str = null;
- this.outboxcode.Str1 = null;
- this.outboxcode.Str2 = null;
- this.outboxcode.TabIndex = 86;
- this.outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
- //
- // 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(843, 253);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(224, 302);
- this.OperateResult.TabIndex = 87;
- this.OperateResult.Text = "";
- //
- // ComList
- //
- this.ComList.Location = new System.Drawing.Point(936, 64);
- this.ComList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.ComList.Name = "ComList";
- this.ComList.Size = new System.Drawing.Size(121, 20);
- this.ComList.TabIndex = 162;
- this.ComList.Visible = false;
- //
- // BaudRate
- //
- this.BaudRate.AllPower = null;
- this.BaudRate.BackColor = System.Drawing.Color.White;
- this.BaudRate.ID = null;
- this.BaudRate.Location = new System.Drawing.Point(937, 29);
- this.BaudRate.Name = "BaudRate";
- this.BaudRate.Negative = false;
- this.BaudRate.Power = null;
- this.BaudRate.Size = new System.Drawing.Size(120, 21);
- this.BaudRate.Str = null;
- this.BaudRate.Str1 = null;
- this.BaudRate.Str2 = null;
- this.BaudRate.TabIndex = 168;
- this.BaudRate.Visible = false;
- //
- // Search_label
- //
- this.Search_label.AutoSize = true;
- this.Search_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Search_label.Location = new System.Drawing.Point(515, 217);
- this.Search_label.Name = "Search_label";
- this.Search_label.Size = new System.Drawing.Size(74, 21);
- this.Search_label.TabIndex = 105;
- this.Search_label.Text = "查找历史";
- //
- // Search
- //
- this.Search.AllPower = null;
- this.Search.Caller = null;
- this.Search.Condition = null;
- this.Search.DBTitle = "查找历史";
- this.Search.FormName = null;
- this.Search.Location = new System.Drawing.Point(608, 217);
- this.Search.Name = "Search";
- this.Search.Power = null;
- this.Search.ReturnData = null;
- this.Search.SelectField = null;
- this.Search.SetValueField = null;
- this.Search.Size = new System.Drawing.Size(216, 21);
- this.Search.TabIndex = 104;
- this.Search.TableName = null;
- this.Search.TextBoxEnable = false;
- //
- // user
- //
- this.user.HeaderText = "操作员";
- this.user.Name = "user";
- //
- // weight_time
- //
- this.weight_time.HeaderText = "称量时间";
- this.weight_time.Name = "weight_time";
- //
- // pa_weight
- //
- this.pa_weight.HeaderText = "重量";
- this.pa_weight.Name = "pa_weight";
- //
- // pa_outboxcode
- //
- this.pa_outboxcode.HeaderText = "箱号";
- this.pa_outboxcode.Name = "pa_outboxcode";
- //
- // dataGridViewWithSerialNum1
- //
- this.dataGridViewWithSerialNum1.AllowUserToAddRows = false;
- this.dataGridViewWithSerialNum1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridViewWithSerialNum1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.pa_outboxcode,
- this.pa_weight,
- this.weight_time,
- this.user});
- this.dataGridViewWithSerialNum1.Location = new System.Drawing.Point(422, 253);
- this.dataGridViewWithSerialNum1.Name = "dataGridViewWithSerialNum1";
- this.dataGridViewWithSerialNum1.RowTemplate.Height = 23;
- this.dataGridViewWithSerialNum1.Size = new System.Drawing.Size(403, 266);
- this.dataGridViewWithSerialNum1.TabIndex = 103;
- //
- // Make_CartonBoxWeigh
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1072, 608);
- this.Controls.Add(this.BaudRate);
- this.Controls.Add(this.ComList);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.Printer_label);
- this.Controls.Add(this.Printer);
- this.Controls.Add(this.PrintLabel);
- this.Controls.Add(this.StartWeight);
- this.Controls.Add(this.SupPriLabel);
- this.Controls.Add(this.PriLabel);
- this.Controls.Add(this.Cancel);
- this.Controls.Add(this.Confirm);
- this.Controls.Add(this.pd_barcode);
- this.Controls.Add(this.Search_label);
- this.Controls.Add(this.Search);
- this.Controls.Add(this.dataGridViewWithSerialNum1);
- this.Controls.Add(this.StopWeight);
- this.Controls.Add(this.ma_code);
- this.Controls.Add(this.ma_qty);
- this.Controls.Add(this.pr_detail);
- this.Controls.Add(this.ma_salecode);
- this.Controls.Add(this.ma_code_label);
- this.Controls.Add(this.mcd_okqty);
- this.Controls.Add(this.mcd_okqty_label);
- this.Controls.Add(this.Clean);
- this.Controls.Add(this.normalButton1);
- this.Controls.Add(this.outboxcode);
- this.Controls.Add(this.panel6);
- this.Controls.Add(this.panel4);
- this.Controls.Add(this.label15);
- this.Controls.Add(this.pr_detail_label);
- this.Controls.Add(this.ma_qty_label);
- this.Controls.Add(this.ma_salecode_label);
- this.Controls.Add(this.OperateResult);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "Make_CartonBoxWeigh";
- this.Tag = "Make!CartonBoxWeigh";
- this.Text = "卡通箱称重";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.卡通箱称重_FormClosing);
- this.Load += new System.EventHandler(this.卡通箱称重_Load);
- this.SizeChanged += new System.EventHandler(this.卡通箱称重_SizeChanged);
- this.panel6.ResumeLayout(true);
- this.panel6.PerformLayout();
- this.panel4.ResumeLayout(true);
- this.panel4.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewWithSerialNum1)).EndInit();
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.ButtonUtil.NormalButton StopWeight;
- private CustomControl.ValueLabel.ValueLabel ma_code;
- private CustomControl.ValueLabel.ValueLabel ma_qty;
- private CustomControl.ValueLabel.ValueLabel pr_detail;
- private CustomControl.ValueLabel.ValueLabel ma_salecode;
- private System.Windows.Forms.Label ma_code_label;
- private System.Windows.Forms.Label mcd_okqty;
- private System.Windows.Forms.Label mcd_okqty_label;
- private CustomControl.ButtonUtil.NormalButton Clean;
- private CustomControl.ButtonUtil.NormalButton normalButton1;
- private CustomControl.TextBoxWithIcon.EnterTextBox outboxcode;
- private System.Windows.Forms.Panel panel6;
- private CustomControl.ValueLabel.ValueLabel pr_cartongw;
- private CustomControl.ValueLabel.ValueLabel pr_code;
- private System.Windows.Forms.Label pr_cartongw_label;
- private System.Windows.Forms.Label pr_code_label;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Label pr_cartonunit;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label weight;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label pr_detail_label;
- private System.Windows.Forms.Label ma_qty_label;
- private System.Windows.Forms.Label ma_salecode_label;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private CustomControl.ValueLabel.ValueLabel pd_barcode;
- private CustomControl.ButtonUtil.NormalButton Confirm;
- private System.Windows.Forms.RadioButton PriLabel;
- private System.Windows.Forms.RadioButton SupPriLabel;
- private CustomControl.ButtonUtil.NormalButton StartWeight;
- private System.Windows.Forms.ComboBox PrintLabel;
- private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
- private System.Windows.Forms.Label Printer_label;
- private System.Windows.Forms.Label label1;
- private CustomControl.ButtonUtil.NormalButton Cancel;
- private CustomControl.ComBoxWithFocus.SerialPortCombox ComList;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
- private System.Windows.Forms.Label Search_label;
- private CustomControl.TextBoxWithIcon.SearchTextBox Search;
- private System.Windows.Forms.DataGridViewTextBoxColumn user;
- private System.Windows.Forms.DataGridViewTextBoxColumn weight_time;
- private System.Windows.Forms.DataGridViewTextBoxColumn pa_weight;
- private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode;
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum dataGridViewWithSerialNum1;
- }
- }
|