|
|
@@ -0,0 +1,589 @@
|
|
|
+namespace UAS_MES.Make
|
|
|
+{
|
|
|
+ partial class Make_BigBoxWeight
|
|
|
+ {
|
|
|
+ /// <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_BigBoxWeight));
|
|
|
+ this.label15 = new System.Windows.Forms.Label();
|
|
|
+ this.panel4 = new System.Windows.Forms.Panel();
|
|
|
+ this.pr_colorboxunit = new System.Windows.Forms.Label();
|
|
|
+ this.label22 = new System.Windows.Forms.Label();
|
|
|
+ this.weight = new System.Windows.Forms.Label();
|
|
|
+ this.pa_makecode_label = new System.Windows.Forms.Label();
|
|
|
+ this.PA_TOTALQTY_label = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
+ this.pa_salecode_label = new System.Windows.Forms.Label();
|
|
|
+ this.PA_PACKAGEQTY_label = new System.Windows.Forms.Label();
|
|
|
+ this.PrintLabel_label = new System.Windows.Forms.Label();
|
|
|
+ this.Printer_label = new System.Windows.Forms.Label();
|
|
|
+ this.PrintLabel = new System.Windows.Forms.ComboBox();
|
|
|
+ this.PrintNum = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.autoprint = new System.Windows.Forms.CheckBox();
|
|
|
+ this.已称 = new System.Windows.Forms.Label();
|
|
|
+ this.showResult = new System.Windows.Forms.ListView();
|
|
|
+ this.箱号 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.重量 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.称重时间 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.ComList = new UAS_MES.CustomControl.ComBoxWithFocus.SerialPortCombox();
|
|
|
+ this.BaudRate = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
+ this.weightsum = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pa_packageqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pa_salecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pa_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pa_totalqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pa_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.StartWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.StopWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
+ this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.panel4.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // 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(22, 19);
|
|
|
+ this.label15.Name = "label15";
|
|
|
+ this.label15.Size = new System.Drawing.Size(86, 31);
|
|
|
+ this.label15.TabIndex = 57;
|
|
|
+ this.label15.Text = "大箱号";
|
|
|
+ //
|
|
|
+ // panel4
|
|
|
+ //
|
|
|
+ this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.panel4.Controls.Add(this.pr_colorboxunit);
|
|
|
+ this.panel4.Controls.Add(this.label22);
|
|
|
+ this.panel4.Controls.Add(this.weight);
|
|
|
+ this.panel4.Location = new System.Drawing.Point(28, 68);
|
|
|
+ this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.panel4.Name = "panel4";
|
|
|
+ this.panel4.Size = new System.Drawing.Size(430, 79);
|
|
|
+ this.panel4.TabIndex = 64;
|
|
|
+ //
|
|
|
+ // pr_colorboxunit
|
|
|
+ //
|
|
|
+ this.pr_colorboxunit.AutoSize = true;
|
|
|
+ this.pr_colorboxunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
+ this.pr_colorboxunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_colorboxunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
+ this.pr_colorboxunit.Location = new System.Drawing.Point(384, 28);
|
|
|
+ this.pr_colorboxunit.Name = "pr_colorboxunit";
|
|
|
+ this.pr_colorboxunit.Size = new System.Drawing.Size(31, 25);
|
|
|
+ this.pr_colorboxunit.TabIndex = 42;
|
|
|
+ this.pr_colorboxunit.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(13, 28);
|
|
|
+ this.label22.Name = "label22";
|
|
|
+ this.label22.Size = new System.Drawing.Size(50, 25);
|
|
|
+ this.label22.TabIndex = 20;
|
|
|
+ this.label22.Text = "重量";
|
|
|
+ //
|
|
|
+ // weight
|
|
|
+ //
|
|
|
+ this.weight.AutoSize = true;
|
|
|
+ this.weight.Font = new System.Drawing.Font("微软雅黑", 25.8F, 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(95, 18);
|
|
|
+ this.weight.Name = "weight";
|
|
|
+ this.weight.Size = new System.Drawing.Size(0, 46);
|
|
|
+ this.weight.TabIndex = 41;
|
|
|
+ //
|
|
|
+ // pa_makecode_label
|
|
|
+ //
|
|
|
+ this.pa_makecode_label.AutoSize = true;
|
|
|
+ this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_makecode_label.Location = new System.Drawing.Point(24, 191);
|
|
|
+ this.pa_makecode_label.Name = "pa_makecode_label";
|
|
|
+ this.pa_makecode_label.Size = new System.Drawing.Size(58, 21);
|
|
|
+ this.pa_makecode_label.TabIndex = 73;
|
|
|
+ this.pa_makecode_label.Text = "工单号";
|
|
|
+ //
|
|
|
+ // PA_TOTALQTY_label
|
|
|
+ //
|
|
|
+ this.PA_TOTALQTY_label.AutoSize = true;
|
|
|
+ this.PA_TOTALQTY_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.PA_TOTALQTY_label.Location = new System.Drawing.Point(24, 260);
|
|
|
+ this.PA_TOTALQTY_label.Name = "PA_TOTALQTY_label";
|
|
|
+ this.PA_TOTALQTY_label.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.PA_TOTALQTY_label.TabIndex = 74;
|
|
|
+ this.PA_TOTALQTY_label.Text = "箱内总数";
|
|
|
+ //
|
|
|
+ // 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(24, 333);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label2.TabIndex = 75;
|
|
|
+ this.label2.Text = "产品编号";
|
|
|
+ //
|
|
|
+ // pr_detail_label
|
|
|
+ //
|
|
|
+ this.pr_detail_label.AutoSize = true;
|
|
|
+ this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_detail_label.Location = new System.Drawing.Point(24, 412);
|
|
|
+ this.pr_detail_label.Name = "pr_detail_label";
|
|
|
+ this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.pr_detail_label.TabIndex = 76;
|
|
|
+ this.pr_detail_label.Text = "名称规格";
|
|
|
+ //
|
|
|
+ // pa_salecode_label
|
|
|
+ //
|
|
|
+ this.pa_salecode_label.AutoSize = true;
|
|
|
+ this.pa_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_salecode_label.Location = new System.Drawing.Point(243, 191);
|
|
|
+ this.pa_salecode_label.Name = "pa_salecode_label";
|
|
|
+ this.pa_salecode_label.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.pa_salecode_label.TabIndex = 77;
|
|
|
+ this.pa_salecode_label.Text = "订单编号";
|
|
|
+ //
|
|
|
+ // PA_PACKAGEQTY_label
|
|
|
+ //
|
|
|
+ this.PA_PACKAGEQTY_label.AutoSize = true;
|
|
|
+ this.PA_PACKAGEQTY_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.PA_PACKAGEQTY_label.Location = new System.Drawing.Point(243, 260);
|
|
|
+ this.PA_PACKAGEQTY_label.Name = "PA_PACKAGEQTY_label";
|
|
|
+ this.PA_PACKAGEQTY_label.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.PA_PACKAGEQTY_label.TabIndex = 78;
|
|
|
+ this.PA_PACKAGEQTY_label.Text = "箱内件数";
|
|
|
+ //
|
|
|
+ // PrintLabel_label
|
|
|
+ //
|
|
|
+ this.PrintLabel_label.AutoSize = true;
|
|
|
+ this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.PrintLabel_label.Location = new System.Drawing.Point(858, 64);
|
|
|
+ this.PrintLabel_label.Name = "PrintLabel_label";
|
|
|
+ this.PrintLabel_label.Size = new System.Drawing.Size(69, 20);
|
|
|
+ this.PrintLabel_label.TabIndex = 169;
|
|
|
+ this.PrintLabel_label.Text = "打印标签";
|
|
|
+ //
|
|
|
+ // 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(858, 30);
|
|
|
+ this.Printer_label.Name = "Printer_label";
|
|
|
+ this.Printer_label.Size = new System.Drawing.Size(84, 20);
|
|
|
+ this.Printer_label.TabIndex = 168;
|
|
|
+ this.Printer_label.Text = "打印机列表";
|
|
|
+ //
|
|
|
+ // PrintLabel
|
|
|
+ //
|
|
|
+ this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.PrintLabel.FormattingEnabled = true;
|
|
|
+ this.PrintLabel.Location = new System.Drawing.Point(963, 64);
|
|
|
+ this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.PrintLabel.Name = "PrintLabel";
|
|
|
+ this.PrintLabel.Size = new System.Drawing.Size(120, 20);
|
|
|
+ this.PrintLabel.TabIndex = 166;
|
|
|
+ //
|
|
|
+ // PrintNum
|
|
|
+ //
|
|
|
+ this.PrintNum.Location = new System.Drawing.Point(963, 97);
|
|
|
+ this.PrintNum.Name = "PrintNum";
|
|
|
+ this.PrintNum.Size = new System.Drawing.Size(149, 21);
|
|
|
+ this.PrintNum.TabIndex = 174;
|
|
|
+ this.PrintNum.Value = new decimal(new int[] {
|
|
|
+ 1,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label6.Location = new System.Drawing.Point(858, 97);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label6.TabIndex = 173;
|
|
|
+ this.label6.Text = "打印张数";
|
|
|
+ //
|
|
|
+ // autoprint
|
|
|
+ //
|
|
|
+ this.autoprint.AutoSize = true;
|
|
|
+ this.autoprint.Checked = true;
|
|
|
+ this.autoprint.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
+ this.autoprint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.autoprint.Location = new System.Drawing.Point(862, 130);
|
|
|
+ this.autoprint.Name = "autoprint";
|
|
|
+ this.autoprint.Size = new System.Drawing.Size(75, 21);
|
|
|
+ this.autoprint.TabIndex = 175;
|
|
|
+ this.autoprint.Text = "自动打印";
|
|
|
+ this.autoprint.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // 已称
|
|
|
+ //
|
|
|
+ this.已称.AutoSize = true;
|
|
|
+ this.已称.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.已称.Location = new System.Drawing.Point(487, 126);
|
|
|
+ this.已称.Name = "已称";
|
|
|
+ this.已称.Size = new System.Drawing.Size(42, 21);
|
|
|
+ this.已称.TabIndex = 184;
|
|
|
+ this.已称.Text = "已称";
|
|
|
+ //
|
|
|
+ // showResult
|
|
|
+ //
|
|
|
+ this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
+ this.columnHeader1,
|
|
|
+ this.箱号,
|
|
|
+ this.重量,
|
|
|
+ this.称重时间});
|
|
|
+ this.showResult.Location = new System.Drawing.Point(481, 169);
|
|
|
+ this.showResult.Name = "showResult";
|
|
|
+ this.showResult.Size = new System.Drawing.Size(404, 302);
|
|
|
+ this.showResult.TabIndex = 188;
|
|
|
+ this.showResult.UseCompatibleStateImageBehavior = false;
|
|
|
+ this.showResult.View = System.Windows.Forms.View.Details;
|
|
|
+ //
|
|
|
+ // 箱号
|
|
|
+ //
|
|
|
+ this.箱号.Text = "箱号";
|
|
|
+ this.箱号.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // 重量
|
|
|
+ //
|
|
|
+ this.重量.Text = "重量";
|
|
|
+ this.重量.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // 称重时间
|
|
|
+ //
|
|
|
+ this.称重时间.Text = "称重时间";
|
|
|
+ this.称重时间.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ this.称重时间.Width = 150;
|
|
|
+ //
|
|
|
+ // columnHeader1
|
|
|
+ //
|
|
|
+ this.columnHeader1.Text = "";
|
|
|
+ //
|
|
|
+ // ComList
|
|
|
+ //
|
|
|
+ this.ComList.Location = new System.Drawing.Point(491, 91);
|
|
|
+ this.ComList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.ComList.Name = "ComList";
|
|
|
+ this.ComList.Size = new System.Drawing.Size(119, 20);
|
|
|
+ this.ComList.TabIndex = 187;
|
|
|
+ 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(491, 63);
|
|
|
+ this.BaudRate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ 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 = 186;
|
|
|
+ this.BaudRate.Visible = false;
|
|
|
+ //
|
|
|
+ // weightsum
|
|
|
+ //
|
|
|
+ this.weightsum.AutoSize = true;
|
|
|
+ this.weightsum.CutLength = null;
|
|
|
+ this.weightsum.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.weightsum.Location = new System.Drawing.Point(566, 122);
|
|
|
+ this.weightsum.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.weightsum.Name = "weightsum";
|
|
|
+ this.weightsum.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.weightsum.TabIndex = 185;
|
|
|
+ this.weightsum.Tag = "1";
|
|
|
+ //
|
|
|
+ // pa_packageqty
|
|
|
+ //
|
|
|
+ this.pa_packageqty.AutoSize = true;
|
|
|
+ this.pa_packageqty.CutLength = null;
|
|
|
+ this.pa_packageqty.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_packageqty.Location = new System.Drawing.Point(335, 254);
|
|
|
+ this.pa_packageqty.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.pa_packageqty.Name = "pa_packageqty";
|
|
|
+ this.pa_packageqty.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_packageqty.TabIndex = 183;
|
|
|
+ this.pa_packageqty.Tag = "1";
|
|
|
+ //
|
|
|
+ // pa_salecode
|
|
|
+ //
|
|
|
+ this.pa_salecode.AutoSize = true;
|
|
|
+ this.pa_salecode.CutLength = null;
|
|
|
+ this.pa_salecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_salecode.Location = new System.Drawing.Point(335, 185);
|
|
|
+ this.pa_salecode.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.pa_salecode.Name = "pa_salecode";
|
|
|
+ this.pa_salecode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_salecode.TabIndex = 182;
|
|
|
+ this.pa_salecode.Tag = "1";
|
|
|
+ //
|
|
|
+ // 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(108, 408);
|
|
|
+ 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 = 181;
|
|
|
+ this.pr_detail.Tag = "1";
|
|
|
+ //
|
|
|
+ // pa_prodcode
|
|
|
+ //
|
|
|
+ this.pa_prodcode.AutoSize = true;
|
|
|
+ this.pa_prodcode.CutLength = null;
|
|
|
+ this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_prodcode.Location = new System.Drawing.Point(108, 333);
|
|
|
+ this.pa_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.pa_prodcode.Name = "pa_prodcode";
|
|
|
+ this.pa_prodcode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_prodcode.TabIndex = 180;
|
|
|
+ this.pa_prodcode.Tag = "1";
|
|
|
+ this.pa_prodcode.TextChanged += new System.EventHandler(this.pa_prodcode_TextChanged);
|
|
|
+ //
|
|
|
+ // pa_totalqty
|
|
|
+ //
|
|
|
+ this.pa_totalqty.AutoSize = true;
|
|
|
+ this.pa_totalqty.CutLength = null;
|
|
|
+ this.pa_totalqty.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_totalqty.Location = new System.Drawing.Point(108, 260);
|
|
|
+ this.pa_totalqty.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.pa_totalqty.Name = "pa_totalqty";
|
|
|
+ this.pa_totalqty.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_totalqty.TabIndex = 179;
|
|
|
+ this.pa_totalqty.Tag = "1";
|
|
|
+ //
|
|
|
+ // pa_makecode
|
|
|
+ //
|
|
|
+ this.pa_makecode.AutoSize = true;
|
|
|
+ this.pa_makecode.CutLength = null;
|
|
|
+ this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_makecode.Location = new System.Drawing.Point(98, 185);
|
|
|
+ this.pa_makecode.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.pa_makecode.Name = "pa_makecode";
|
|
|
+ this.pa_makecode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pa_makecode.TabIndex = 178;
|
|
|
+ this.pa_makecode.Tag = "1";
|
|
|
+ //
|
|
|
+ // 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(491, 26);
|
|
|
+ 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 = 177;
|
|
|
+ this.StartWeight.Text = "开始称量";
|
|
|
+ this.StartWeight.UseVisualStyleBackColor = true;
|
|
|
+ this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
|
|
|
+ //
|
|
|
+ // 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(586, 26);
|
|
|
+ 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 = 176;
|
|
|
+ this.StopWeight.Text = "停止称量";
|
|
|
+ this.StopWeight.UseVisualStyleBackColor = true;
|
|
|
+ this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
|
|
|
+ //
|
|
|
+ // 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(963, 501);
|
|
|
+ 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 = 172;
|
|
|
+ this.Clean.Text = "清除";
|
|
|
+ this.Clean.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // 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(901, 169);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(224, 302);
|
|
|
+ this.OperateResult.TabIndex = 171;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+ //
|
|
|
+ // Printer
|
|
|
+ //
|
|
|
+ this.Printer.Location = new System.Drawing.Point(963, 30);
|
|
|
+ this.Printer.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Printer.Name = "Printer";
|
|
|
+ this.Printer.Size = new System.Drawing.Size(119, 20);
|
|
|
+ this.Printer.TabIndex = 167;
|
|
|
+ //
|
|
|
+ // pa_outboxcode
|
|
|
+ //
|
|
|
+ this.pa_outboxcode.AllPower = "ifall";
|
|
|
+ this.pa_outboxcode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pa_outboxcode.ID = null;
|
|
|
+ this.pa_outboxcode.Location = new System.Drawing.Point(133, 11);
|
|
|
+ this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.pa_outboxcode.Name = "pa_outboxcode";
|
|
|
+ this.pa_outboxcode.Power = "ifwrite";
|
|
|
+ this.pa_outboxcode.Size = new System.Drawing.Size(325, 39);
|
|
|
+ this.pa_outboxcode.Str = null;
|
|
|
+ this.pa_outboxcode.Str1 = null;
|
|
|
+ this.pa_outboxcode.Str2 = null;
|
|
|
+ this.pa_outboxcode.TabIndex = 58;
|
|
|
+ this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
|
|
|
+ //
|
|
|
+ // Make_BigBoxWeight
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1147, 588);
|
|
|
+ this.Controls.Add(this.showResult);
|
|
|
+ this.Controls.Add(this.ComList);
|
|
|
+ this.Controls.Add(this.BaudRate);
|
|
|
+ this.Controls.Add(this.weightsum);
|
|
|
+ this.Controls.Add(this.已称);
|
|
|
+ this.Controls.Add(this.pa_packageqty);
|
|
|
+ this.Controls.Add(this.pa_salecode);
|
|
|
+ this.Controls.Add(this.pr_detail);
|
|
|
+ this.Controls.Add(this.pa_prodcode);
|
|
|
+ this.Controls.Add(this.pa_totalqty);
|
|
|
+ this.Controls.Add(this.pa_makecode);
|
|
|
+ this.Controls.Add(this.StartWeight);
|
|
|
+ this.Controls.Add(this.StopWeight);
|
|
|
+ this.Controls.Add(this.autoprint);
|
|
|
+ this.Controls.Add(this.PrintNum);
|
|
|
+ this.Controls.Add(this.label6);
|
|
|
+ this.Controls.Add(this.Clean);
|
|
|
+ this.Controls.Add(this.OperateResult);
|
|
|
+ this.Controls.Add(this.PrintLabel_label);
|
|
|
+ this.Controls.Add(this.Printer_label);
|
|
|
+ this.Controls.Add(this.Printer);
|
|
|
+ this.Controls.Add(this.PrintLabel);
|
|
|
+ this.Controls.Add(this.PA_PACKAGEQTY_label);
|
|
|
+ this.Controls.Add(this.pa_salecode_label);
|
|
|
+ this.Controls.Add(this.pr_detail_label);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.PA_TOTALQTY_label);
|
|
|
+ this.Controls.Add(this.pa_makecode_label);
|
|
|
+ this.Controls.Add(this.panel4);
|
|
|
+ this.Controls.Add(this.pa_outboxcode);
|
|
|
+ this.Controls.Add(this.label15);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Name = "Make_BigBoxWeight";
|
|
|
+ this.Tag = "Make!BigBoxWeigh";
|
|
|
+ this.Text = "大箱称重";
|
|
|
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_BigBoxWeight_FormClosing);
|
|
|
+ this.Load += new System.EventHandler(this.Make_BigBoxWeight_Load);
|
|
|
+ this.SizeChanged += new System.EventHandler(this.Make_BigBoxWeight_SizeChanged);
|
|
|
+ this.panel4.ResumeLayout(false);
|
|
|
+ this.panel4.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.Label label15;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox pa_outboxcode;
|
|
|
+ private System.Windows.Forms.Panel panel4;
|
|
|
+ private System.Windows.Forms.Label pr_colorboxunit;
|
|
|
+ private System.Windows.Forms.Label label22;
|
|
|
+ private System.Windows.Forms.Label weight;
|
|
|
+ private System.Windows.Forms.Label pa_makecode_label;
|
|
|
+ private System.Windows.Forms.Label PA_TOTALQTY_label;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.Label pr_detail_label;
|
|
|
+ private System.Windows.Forms.Label pa_salecode_label;
|
|
|
+ private System.Windows.Forms.Label PA_PACKAGEQTY_label;
|
|
|
+ private System.Windows.Forms.Label PrintLabel_label;
|
|
|
+ private System.Windows.Forms.Label Printer_label;
|
|
|
+ private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
|
|
|
+ private System.Windows.Forms.ComboBox PrintLabel;
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Clean;
|
|
|
+ private System.Windows.Forms.NumericUpDown PrintNum;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.CheckBox autoprint;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton StartWeight;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton StopWeight;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pa_makecode;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pa_totalqty;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pa_prodcode;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pr_detail;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pa_salecode;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pa_packageqty;
|
|
|
+ private System.Windows.Forms.Label 已称;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel weightsum;
|
|
|
+ private CustomControl.ComBoxWithFocus.SerialPortCombox ComList;
|
|
|
+ private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
|
|
|
+ private System.Windows.Forms.ListView showResult;
|
|
|
+ public System.Windows.Forms.ColumnHeader 箱号;
|
|
|
+ public System.Windows.Forms.ColumnHeader 重量;
|
|
|
+ public System.Windows.Forms.ColumnHeader 称重时间;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
|
+ }
|
|
|
+}
|