| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583 |
- namespace UAS_MES.FunctionCode.Make
- {
- partial class Make_PalletWeigh
- {
- /// <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_PalletWeigh));
- 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.palletcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.label15 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.Printer_label = new System.Windows.Forms.Label();
- this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
- this.PrintLabel = new System.Windows.Forms.ComboBox();
- this.autoPrint = new System.Windows.Forms.CheckBox();
- this.printNum_label = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
- this.label8 = new System.Windows.Forms.Label();
- this.printNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.pa_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.pa_totalqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.pa_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.pr_detailspec = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.pa_salecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.PA_PACKAGEQTY = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.weightedNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.startWeigh = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.stopWeigh = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.BaudRate = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.ComList = new UAS_MES.CustomControl.ComBoxWithFocus.SerialPortCombox();
- this.showResult = new System.Windows.Forms.ListView();
- this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.panel4.SuspendLayout();
- this.SuspendLayout();
- //
- // 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(46, 92);
- this.panel4.Margin = new System.Windows.Forms.Padding(4);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(553, 186);
- this.panel4.TabIndex = 92;
- //
- // 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(460, 76);
- this.pr_cartonunit.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_cartonunit.Name = "pr_cartonunit";
- this.pr_cartonunit.Size = new System.Drawing.Size(46, 38);
- 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(22, 76);
- this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(75, 38);
- 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(156, 64);
- this.weight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.weight.Name = "weight";
- this.weight.Size = new System.Drawing.Size(0, 58);
- this.weight.TabIndex = 41;
- //
- // palletcode
- //
- this.palletcode.AllPower = null;
- this.palletcode.BackColor = System.Drawing.Color.White;
- this.palletcode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.palletcode.ID = null;
- this.palletcode.Location = new System.Drawing.Point(183, 14);
- this.palletcode.Margin = new System.Windows.Forms.Padding(4);
- this.palletcode.Name = "palletcode";
- this.palletcode.Power = null;
- this.palletcode.Size = new System.Drawing.Size(416, 55);
- this.palletcode.Str = null;
- this.palletcode.Str1 = null;
- this.palletcode.Str2 = null;
- this.palletcode.TabIndex = 94;
- this.palletcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.palletcode_KeyDown);
- //
- // 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(47, 17);
- this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(128, 46);
- this.label15.TabIndex = 93;
- this.label15.Text = "栈板号";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.label1.Location = new System.Drawing.Point(988, 119);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(110, 31);
- this.label1.TabIndex = 165;
- this.label1.Text = "打印标签";
- //
- // Printer_label
- //
- this.Printer_label.AutoSize = true;
- this.Printer_label.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.Printer_label.Location = new System.Drawing.Point(966, 24);
- this.Printer_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.Printer_label.Name = "Printer_label";
- this.Printer_label.Size = new System.Drawing.Size(134, 31);
- this.Printer_label.TabIndex = 164;
- this.Printer_label.Text = "打印机列表";
- //
- // Printer
- //
- this.Printer.Font = new System.Drawing.Font("宋体", 9F);
- this.Printer.Location = new System.Drawing.Point(1218, 24);
- this.Printer.Margin = new System.Windows.Forms.Padding(6);
- this.Printer.Name = "Printer";
- this.Printer.Size = new System.Drawing.Size(196, 33);
- this.Printer.TabIndex = 163;
- //
- // PrintLabel
- //
- this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.PrintLabel.Font = new System.Drawing.Font("宋体", 9F);
- this.PrintLabel.FormattingEnabled = true;
- this.PrintLabel.Location = new System.Drawing.Point(1218, 116);
- this.PrintLabel.Margin = new System.Windows.Forms.Padding(4);
- this.PrintLabel.Name = "PrintLabel";
- this.PrintLabel.Size = new System.Drawing.Size(196, 26);
- this.PrintLabel.TabIndex = 162;
- //
- // autoPrint
- //
- this.autoPrint.AutoSize = true;
- this.autoPrint.Checked = true;
- this.autoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
- this.autoPrint.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.autoPrint.Location = new System.Drawing.Point(971, 207);
- this.autoPrint.Name = "autoPrint";
- this.autoPrint.Size = new System.Drawing.Size(136, 35);
- this.autoPrint.TabIndex = 166;
- this.autoPrint.Text = "自动打印";
- this.autoPrint.UseVisualStyleBackColor = true;
- //
- // printNum_label
- //
- this.printNum_label.AutoSize = true;
- this.printNum_label.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.printNum_label.Location = new System.Drawing.Point(1146, 208);
- this.printNum_label.Name = "printNum_label";
- this.printNum_label.Size = new System.Drawing.Size(62, 31);
- this.printNum_label.TabIndex = 167;
- this.printNum_label.Text = "份数";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.label2.Location = new System.Drawing.Point(46, 317);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(107, 39);
- this.label2.TabIndex = 169;
- this.label2.Text = "工单号";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.label3.Location = new System.Drawing.Point(39, 378);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(137, 39);
- this.label3.TabIndex = 170;
- this.label3.Text = "栈内总数";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.label4.Location = new System.Drawing.Point(39, 445);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(137, 39);
- this.label4.TabIndex = 171;
- this.label4.Text = "产品编号";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.label5.Location = new System.Drawing.Point(43, 513);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(137, 39);
- this.label5.TabIndex = 172;
- this.label5.Text = "名称规格";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.label6.Location = new System.Drawing.Point(430, 317);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(137, 39);
- this.label6.TabIndex = 173;
- this.label6.Text = "订单编号";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.label7.Location = new System.Drawing.Point(430, 445);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(137, 39);
- this.label7.TabIndex = 174;
- this.label7.Text = "栈内件数";
- //
- // OperateResult
- //
- this.OperateResult.Location = new System.Drawing.Point(33, 574);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(663, 310);
- this.OperateResult.TabIndex = 175;
- this.OperateResult.Text = "";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.label8.Location = new System.Drawing.Point(1001, 301);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(77, 39);
- this.label8.TabIndex = 176;
- this.label8.Text = "已称";
- //
- // printNum
- //
- this.printNum.AllPower = null;
- this.printNum.BackColor = System.Drawing.Color.White;
- this.printNum.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.printNum.ID = null;
- this.printNum.Location = new System.Drawing.Point(1218, 207);
- this.printNum.Name = "printNum";
- this.printNum.Negative = false;
- this.printNum.Power = null;
- this.printNum.Size = new System.Drawing.Size(196, 39);
- this.printNum.Str = null;
- this.printNum.Str1 = null;
- this.printNum.Str2 = null;
- this.printNum.TabIndex = 178;
- this.printNum.Text = "1";
- //
- // pa_makecode
- //
- this.pa_makecode.AutoSize = true;
- this.pa_makecode.CutLength = null;
- this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.pa_makecode.Location = new System.Drawing.Point(176, 317);
- this.pa_makecode.MaximumSize = new System.Drawing.Size(200, 0);
- this.pa_makecode.Name = "pa_makecode";
- this.pa_makecode.Size = new System.Drawing.Size(0, 39);
- this.pa_makecode.TabIndex = 179;
- //
- // pa_totalqty
- //
- this.pa_totalqty.AutoSize = true;
- this.pa_totalqty.CutLength = null;
- this.pa_totalqty.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.pa_totalqty.Location = new System.Drawing.Point(176, 378);
- this.pa_totalqty.MaximumSize = new System.Drawing.Size(200, 0);
- this.pa_totalqty.Name = "pa_totalqty";
- this.pa_totalqty.Size = new System.Drawing.Size(0, 39);
- this.pa_totalqty.TabIndex = 180;
- //
- // pa_prodcode
- //
- this.pa_prodcode.AutoSize = true;
- this.pa_prodcode.CutLength = null;
- this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.pa_prodcode.Location = new System.Drawing.Point(176, 445);
- this.pa_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
- this.pa_prodcode.Name = "pa_prodcode";
- this.pa_prodcode.Size = new System.Drawing.Size(0, 39);
- this.pa_prodcode.TabIndex = 181;
- this.pa_prodcode.TextChanged += new System.EventHandler(this.pa_prodcode_TextChanged);
- //
- // pr_detailspec
- //
- this.pr_detailspec.AutoSize = true;
- this.pr_detailspec.CutLength = null;
- this.pr_detailspec.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.pr_detailspec.Location = new System.Drawing.Point(176, 513);
- this.pr_detailspec.MaximumSize = new System.Drawing.Size(200, 0);
- this.pr_detailspec.Name = "pr_detailspec";
- this.pr_detailspec.Size = new System.Drawing.Size(0, 39);
- this.pr_detailspec.TabIndex = 182;
- //
- // pa_salecode
- //
- this.pa_salecode.AutoSize = true;
- this.pa_salecode.CutLength = null;
- this.pa_salecode.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.pa_salecode.Location = new System.Drawing.Point(560, 317);
- this.pa_salecode.MaximumSize = new System.Drawing.Size(200, 0);
- this.pa_salecode.Name = "pa_salecode";
- this.pa_salecode.Size = new System.Drawing.Size(0, 39);
- this.pa_salecode.TabIndex = 183;
- //
- // PA_PACKAGEQTY
- //
- this.PA_PACKAGEQTY.AutoSize = true;
- this.PA_PACKAGEQTY.CutLength = null;
- this.PA_PACKAGEQTY.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.PA_PACKAGEQTY.Location = new System.Drawing.Point(560, 445);
- this.PA_PACKAGEQTY.MaximumSize = new System.Drawing.Size(200, 0);
- this.PA_PACKAGEQTY.Name = "PA_PACKAGEQTY";
- this.PA_PACKAGEQTY.Size = new System.Drawing.Size(0, 39);
- this.PA_PACKAGEQTY.TabIndex = 184;
- //
- // weightedNum
- //
- this.weightedNum.AllPower = null;
- this.weightedNum.BackColor = System.Drawing.Color.White;
- this.weightedNum.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.weightedNum.ID = null;
- this.weightedNum.Location = new System.Drawing.Point(1218, 301);
- this.weightedNum.Name = "weightedNum";
- this.weightedNum.Negative = false;
- this.weightedNum.Power = null;
- this.weightedNum.Size = new System.Drawing.Size(196, 39);
- this.weightedNum.Str = null;
- this.weightedNum.Str1 = null;
- this.weightedNum.Str2 = null;
- this.weightedNum.TabIndex = 185;
- this.weightedNum.Text = "0";
- //
- // startWeigh
- //
- this.startWeigh.AllPower = null;
- this.startWeigh.BackColor = System.Drawing.Color.Transparent;
- this.startWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.DownImage")));
- this.startWeigh.Image = null;
- this.startWeigh.IsShowBorder = true;
- this.startWeigh.Location = new System.Drawing.Point(649, 21);
- this.startWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.MoveImage")));
- this.startWeigh.Name = "startWeigh";
- this.startWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.NormalImage")));
- this.startWeigh.Power = null;
- this.startWeigh.Size = new System.Drawing.Size(91, 38);
- this.startWeigh.TabIndex = 186;
- this.startWeigh.Text = "开始称重";
- this.startWeigh.UseVisualStyleBackColor = false;
- this.startWeigh.Click += new System.EventHandler(this.startWeigh_Click);
- //
- // stopWeigh
- //
- this.stopWeigh.AllPower = null;
- this.stopWeigh.BackColor = System.Drawing.Color.Transparent;
- this.stopWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.DownImage")));
- this.stopWeigh.Image = null;
- this.stopWeigh.IsShowBorder = true;
- this.stopWeigh.Location = new System.Drawing.Point(793, 21);
- this.stopWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.MoveImage")));
- this.stopWeigh.Name = "stopWeigh";
- this.stopWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.NormalImage")));
- this.stopWeigh.Power = null;
- this.stopWeigh.Size = new System.Drawing.Size(108, 38);
- this.stopWeigh.TabIndex = 187;
- this.stopWeigh.Text = "停止称重";
- this.stopWeigh.UseVisualStyleBackColor = false;
- this.stopWeigh.Click += new System.EventHandler(this.stopWeigh_Click);
- //
- // BaudRate
- //
- this.BaudRate.AllPower = null;
- this.BaudRate.BackColor = System.Drawing.Color.White;
- this.BaudRate.ID = null;
- this.BaudRate.Location = new System.Drawing.Point(671, 133);
- this.BaudRate.Margin = new System.Windows.Forms.Padding(4);
- this.BaudRate.Name = "BaudRate";
- this.BaudRate.Negative = false;
- this.BaudRate.Power = null;
- this.BaudRate.Size = new System.Drawing.Size(178, 28);
- this.BaudRate.Str = null;
- this.BaudRate.Str1 = null;
- this.BaudRate.Str2 = null;
- this.BaudRate.TabIndex = 189;
- this.BaudRate.Visible = false;
- //
- // ComList
- //
- this.ComList.Location = new System.Drawing.Point(669, 185);
- this.ComList.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.ComList.Name = "ComList";
- this.ComList.Size = new System.Drawing.Size(182, 30);
- this.ComList.TabIndex = 188;
- this.ComList.Visible = false;
- //
- // showResult
- //
- this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.columnHeader1,
- this.columnHeader2,
- this.columnHeader3,
- this.columnHeader4});
- this.showResult.Location = new System.Drawing.Point(829, 406);
- this.showResult.Name = "showResult";
- this.showResult.Size = new System.Drawing.Size(585, 478);
- this.showResult.TabIndex = 190;
- this.showResult.UseCompatibleStateImageBehavior = false;
- this.showResult.View = System.Windows.Forms.View.Details;
- //
- // columnHeader1
- //
- this.columnHeader1.Text = "";
- this.columnHeader1.Width = 69;
- //
- // columnHeader2
- //
- this.columnHeader2.Text = "栈板号";
- this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.columnHeader2.Width = 150;
- //
- // columnHeader3
- //
- this.columnHeader3.Text = "重量";
- this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.columnHeader3.Width = 159;
- //
- // columnHeader4
- //
- this.columnHeader4.Text = "称量时间";
- this.columnHeader4.Width = 96;
- //
- // Make_PalletWeigh
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1451, 896);
- this.Controls.Add(this.showResult);
- this.Controls.Add(this.BaudRate);
- this.Controls.Add(this.ComList);
- this.Controls.Add(this.stopWeigh);
- this.Controls.Add(this.startWeigh);
- this.Controls.Add(this.weightedNum);
- this.Controls.Add(this.PA_PACKAGEQTY);
- this.Controls.Add(this.pa_salecode);
- this.Controls.Add(this.pr_detailspec);
- this.Controls.Add(this.pa_prodcode);
- this.Controls.Add(this.pa_totalqty);
- this.Controls.Add(this.pa_makecode);
- this.Controls.Add(this.printNum);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.printNum_label);
- this.Controls.Add(this.autoPrint);
- 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.palletcode);
- this.Controls.Add(this.label15);
- this.Controls.Add(this.panel4);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "Make_PalletWeigh";
- this.Tag = "Make!PalletWeigh";
- this.Text = "栈板称重";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_PalletWeigh_FormClosing);
- this.Load += new System.EventHandler(this.Make_PalletWeigh_Load);
- this.SizeChanged += new System.EventHandler(this.Make_PalletWeigh_SizeChanged);
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- 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 CustomControl.TextBoxWithIcon.EnterTextBox palletcode;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label Printer_label;
- private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
- private System.Windows.Forms.ComboBox PrintLabel;
- private System.Windows.Forms.CheckBox autoPrint;
- private System.Windows.Forms.Label printNum_label;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private System.Windows.Forms.Label label8;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox printNum;
- private CustomControl.ValueLabel.ValueLabel pa_makecode;
- private CustomControl.ValueLabel.ValueLabel pa_totalqty;
- private CustomControl.ValueLabel.ValueLabel pa_prodcode;
- private CustomControl.ValueLabel.ValueLabel pr_detailspec;
- private CustomControl.ValueLabel.ValueLabel pa_salecode;
- private CustomControl.ValueLabel.ValueLabel PA_PACKAGEQTY;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox weightedNum;
- private CustomControl.ButtonUtil.NormalButton startWeigh;
- private CustomControl.ButtonUtil.NormalButton stopWeigh;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
- private CustomControl.ComBoxWithFocus.SerialPortCombox ComList;
- private System.Windows.Forms.ListView showResult;
- private System.Windows.Forms.ColumnHeader columnHeader1;
- private System.Windows.Forms.ColumnHeader columnHeader2;
- private System.Windows.Forms.ColumnHeader columnHeader3;
- private System.Windows.Forms.ColumnHeader columnHeader4;
- }
- }
|