| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580 |
- namespace UAS_MES.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.pa_outboxcode_label = new System.Windows.Forms.Label();
- this.pa_totalqty_label = new System.Windows.Forms.Label();
- this.pa_salecode_label = new System.Windows.Forms.Label();
- this.pa_makecode_label = new System.Windows.Forms.Label();
- this.AutoPrint = new System.Windows.Forms.CheckBox();
- this.pa_restqty_label = new System.Windows.Forms.Label();
- this.pa_custcode_label = new System.Windows.Forms.Label();
- this.palletcode_label = new System.Windows.Forms.Label();
- this.outboxcode_label = new System.Windows.Forms.Label();
- this.pa_prodcode_label = new System.Windows.Forms.Label();
- this.pa_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
- this.outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.palletcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.SearchPallet = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.Print = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.ReleasePallet = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.NewPallet = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.pa_custcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.PackageInf = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pa_restqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.pa_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.pa_salecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.pa_totalqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.pa_outboxcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.PrinterList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
- this.PrintLabel = new System.Windows.Forms.ComboBox();
- this.PrintLabel_label = new System.Windows.Forms.Label();
- this.PrinterList_label = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).BeginInit();
- this.SuspendLayout();
- //
- // pa_outboxcode_label
- //
- this.pa_outboxcode_label.AutoSize = true;
- this.pa_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_outboxcode_label.Location = new System.Drawing.Point(27, 38);
- this.pa_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_outboxcode_label.Name = "pa_outboxcode_label";
- this.pa_outboxcode_label.Size = new System.Drawing.Size(52, 27);
- this.pa_outboxcode_label.TabIndex = 102;
- this.pa_outboxcode_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(333, 34);
- this.pa_totalqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_totalqty_label.Name = "pa_totalqty_label";
- this.pa_totalqty_label.Size = new System.Drawing.Size(92, 27);
- this.pa_totalqty_label.TabIndex = 104;
- this.pa_totalqty_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(27, 98);
- this.pa_salecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_salecode_label.Name = "pa_salecode_label";
- this.pa_salecode_label.Size = new System.Drawing.Size(72, 27);
- this.pa_salecode_label.TabIndex = 106;
- this.pa_salecode_label.Text = "订单号";
- //
- // 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(623, 34);
- this.pa_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_makecode_label.Name = "pa_makecode_label";
- this.pa_makecode_label.Size = new System.Drawing.Size(92, 27);
- this.pa_makecode_label.TabIndex = 108;
- this.pa_makecode_label.Text = "制造单号";
- //
- // AutoPrint
- //
- this.AutoPrint.AutoSize = true;
- this.AutoPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.AutoPrint.Location = new System.Drawing.Point(1057, 204);
- this.AutoPrint.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.AutoPrint.Name = "AutoPrint";
- this.AutoPrint.Size = new System.Drawing.Size(154, 31);
- this.AutoPrint.TabIndex = 153;
- this.AutoPrint.Text = "满箱自动打印";
- this.AutoPrint.UseVisualStyleBackColor = true;
- //
- // pa_restqty_label
- //
- this.pa_restqty_label.AutoSize = true;
- this.pa_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_restqty_label.Location = new System.Drawing.Point(1052, 166);
- this.pa_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_restqty_label.Name = "pa_restqty_label";
- this.pa_restqty_label.Size = new System.Drawing.Size(52, 27);
- this.pa_restqty_label.TabIndex = 154;
- this.pa_restqty_label.Text = "容量";
- //
- // pa_custcode_label
- //
- this.pa_custcode_label.AutoSize = true;
- this.pa_custcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_custcode_label.Location = new System.Drawing.Point(333, 98);
- this.pa_custcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_custcode_label.Name = "pa_custcode_label";
- this.pa_custcode_label.Size = new System.Drawing.Size(52, 27);
- this.pa_custcode_label.TabIndex = 157;
- this.pa_custcode_label.Text = "客户";
- //
- // palletcode_label
- //
- this.palletcode_label.AutoSize = true;
- this.palletcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.palletcode_label.Location = new System.Drawing.Point(1052, 365);
- this.palletcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.palletcode_label.Name = "palletcode_label";
- this.palletcode_label.Size = new System.Drawing.Size(72, 27);
- this.palletcode_label.TabIndex = 165;
- this.palletcode_label.Text = "栈板号";
- //
- // outboxcode_label
- //
- this.outboxcode_label.AutoSize = true;
- this.outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.outboxcode_label.Location = new System.Drawing.Point(1073, 420);
- this.outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.outboxcode_label.Name = "outboxcode_label";
- this.outboxcode_label.Size = new System.Drawing.Size(52, 27);
- this.outboxcode_label.TabIndex = 166;
- this.outboxcode_label.Text = "箱号";
- //
- // pa_prodcode_label
- //
- this.pa_prodcode_label.AutoSize = true;
- this.pa_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_prodcode_label.Location = new System.Drawing.Point(999, 34);
- this.pa_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_prodcode_label.Name = "pa_prodcode_label";
- this.pa_prodcode_label.Size = new System.Drawing.Size(92, 27);
- this.pa_prodcode_label.TabIndex = 169;
- this.pa_prodcode_label.Text = "产品编号";
- //
- // pa_prodcode
- //
- this.pa_prodcode.AutoSize = true;
- this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_prodcode.Location = new System.Drawing.Point(1131, 34);
- this.pa_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_prodcode.Name = "pa_prodcode";
- this.pa_prodcode.Size = new System.Drawing.Size(0, 27);
- this.pa_prodcode.TabIndex = 170;
- this.pa_prodcode.Tag = "1";
- //
- // 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(1196, 651);
- this.Clean.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- 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(80, 30);
- this.Clean.TabIndex = 168;
- this.Clean.Text = "清除";
- this.Clean.UseVisualStyleBackColor = true;
- this.Clean.Click += new System.EventHandler(this.Clean_Click);
- //
- // OperateResult
- //
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OperateResult.Location = new System.Drawing.Point(1059, 479);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(353, 162);
- this.OperateResult.TabIndex = 167;
- this.OperateResult.Text = "";
- //
- // outboxcode
- //
- this.outboxcode.AllPower = "ifall";
- this.outboxcode.BackColor = System.Drawing.Color.White;
- this.outboxcode.ID = null;
- this.outboxcode.Location = new System.Drawing.Point(1156, 420);
- this.outboxcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.outboxcode.Name = "outboxcode";
- this.outboxcode.Power = "ifwrite";
- this.outboxcode.Size = new System.Drawing.Size(213, 25);
- this.outboxcode.Str = null;
- this.outboxcode.Str1 = null;
- this.outboxcode.Str2 = null;
- this.outboxcode.TabIndex = 164;
- this.outboxcode.Tag = "NoAuto";
- this.outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.outboxcode_KeyDown);
- //
- // palletcode
- //
- this.palletcode.AllPower = "ifall";
- this.palletcode.BackColor = System.Drawing.Color.White;
- this.palletcode.ID = null;
- this.palletcode.Location = new System.Drawing.Point(1156, 365);
- this.palletcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.palletcode.Name = "palletcode";
- this.palletcode.Power = "ifwrite";
- this.palletcode.Size = new System.Drawing.Size(213, 25);
- this.palletcode.Str = null;
- this.palletcode.Str1 = null;
- this.palletcode.Str2 = null;
- this.palletcode.TabIndex = 163;
- this.palletcode.Tag = "NoAuto";
- this.palletcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.palletcode_KeyDown);
- //
- // SearchPallet
- //
- this.SearchPallet.AllPower = null;
- this.SearchPallet.BackColor = System.Drawing.Color.Transparent;
- this.SearchPallet.DownImage = ((System.Drawing.Image)(resources.GetObject("SearchPallet.DownImage")));
- this.SearchPallet.Image = ((System.Drawing.Image)(resources.GetObject("SearchPallet.Image")));
- this.SearchPallet.IsShowBorder = true;
- this.SearchPallet.Location = new System.Drawing.Point(1260, 308);
- this.SearchPallet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.SearchPallet.MoveImage = ((System.Drawing.Image)(resources.GetObject("SearchPallet.MoveImage")));
- this.SearchPallet.Name = "SearchPallet";
- this.SearchPallet.NormalImage = ((System.Drawing.Image)(resources.GetObject("SearchPallet.NormalImage")));
- this.SearchPallet.Power = null;
- this.SearchPallet.Size = new System.Drawing.Size(93, 30);
- this.SearchPallet.TabIndex = 162;
- this.SearchPallet.Text = "栈板查询";
- this.SearchPallet.UseVisualStyleBackColor = true;
- this.SearchPallet.Click += new System.EventHandler(this.SearchPallet_Click);
- //
- // Print
- //
- this.Print.AllPower = null;
- this.Print.BackColor = System.Drawing.Color.Transparent;
- this.Print.DownImage = ((System.Drawing.Image)(resources.GetObject("Print.DownImage")));
- this.Print.Image = ((System.Drawing.Image)(resources.GetObject("Print.Image")));
- this.Print.IsShowBorder = true;
- this.Print.Location = new System.Drawing.Point(1112, 308);
- this.Print.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.Print.MoveImage = ((System.Drawing.Image)(resources.GetObject("Print.MoveImage")));
- this.Print.Name = "Print";
- this.Print.NormalImage = ((System.Drawing.Image)(resources.GetObject("Print.NormalImage")));
- this.Print.Power = null;
- this.Print.Size = new System.Drawing.Size(93, 30);
- this.Print.TabIndex = 161;
- this.Print.Text = "打印";
- this.Print.UseVisualStyleBackColor = true;
- this.Print.Click += new System.EventHandler(this.Print_Click);
- //
- // ReleasePallet
- //
- this.ReleasePallet.AllPower = null;
- this.ReleasePallet.BackColor = System.Drawing.Color.Transparent;
- this.ReleasePallet.DownImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.DownImage")));
- this.ReleasePallet.Image = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.Image")));
- this.ReleasePallet.IsShowBorder = true;
- this.ReleasePallet.Location = new System.Drawing.Point(1260, 246);
- this.ReleasePallet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ReleasePallet.MoveImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.MoveImage")));
- this.ReleasePallet.Name = "ReleasePallet";
- this.ReleasePallet.NormalImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.NormalImage")));
- this.ReleasePallet.Power = null;
- this.ReleasePallet.Size = new System.Drawing.Size(93, 30);
- this.ReleasePallet.TabIndex = 160;
- this.ReleasePallet.Text = "解除栈板";
- this.ReleasePallet.UseVisualStyleBackColor = true;
- this.ReleasePallet.Click += new System.EventHandler(this.ReleasePallet_Click);
- //
- // NewPallet
- //
- this.NewPallet.AllPower = "ifall";
- this.NewPallet.BackColor = System.Drawing.Color.Transparent;
- this.NewPallet.DownImage = ((System.Drawing.Image)(resources.GetObject("NewPallet.DownImage")));
- this.NewPallet.Image = ((System.Drawing.Image)(resources.GetObject("NewPallet.Image")));
- this.NewPallet.IsShowBorder = true;
- this.NewPallet.Location = new System.Drawing.Point(1112, 246);
- this.NewPallet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.NewPallet.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewPallet.MoveImage")));
- this.NewPallet.Name = "NewPallet";
- this.NewPallet.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewPallet.NormalImage")));
- this.NewPallet.Power = "ifwrite";
- this.NewPallet.Size = new System.Drawing.Size(93, 30);
- this.NewPallet.TabIndex = 159;
- this.NewPallet.Text = "新增栈板";
- this.NewPallet.UseVisualStyleBackColor = true;
- this.NewPallet.Click += new System.EventHandler(this.NewPallet_Click);
- //
- // pa_custcode
- //
- this.pa_custcode.AutoSize = true;
- this.pa_custcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_custcode.Location = new System.Drawing.Point(471, 98);
- this.pa_custcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_custcode.Name = "pa_custcode";
- this.pa_custcode.Size = new System.Drawing.Size(0, 27);
- this.pa_custcode.TabIndex = 158;
- this.pa_custcode.Tag = "1";
- //
- // PackageInf
- //
- this.PackageInf.AllowUserToAddRows = false;
- this.PackageInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.PackageInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2,
- this.Column3,
- this.Column4,
- this.Column5});
- this.PackageInf.Location = new System.Drawing.Point(4, 162);
- this.PackageInf.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.PackageInf.Name = "PackageInf";
- this.PackageInf.RowTemplate.Height = 23;
- this.PackageInf.Size = new System.Drawing.Size(1027, 519);
- this.PackageInf.TabIndex = 156;
- //
- // Column1
- //
- this.Column1.DataPropertyName = "code";
- this.Column1.HeaderText = "箱号";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- //
- // Column2
- //
- this.Column2.DataPropertyName = "pa_totalqty";
- this.Column2.HeaderText = "数量";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- //
- // Column3
- //
- this.Column3.DataPropertyName = "pa_prodcode";
- this.Column3.HeaderText = "产品编号";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- //
- // Column4
- //
- this.Column4.DataPropertyName = "pa_makecode";
- this.Column4.HeaderText = "工单号";
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- //
- // Column5
- //
- this.Column5.DataPropertyName = "pa_custcode";
- this.Column5.HeaderText = "客户";
- this.Column5.Name = "Column5";
- this.Column5.ReadOnly = true;
- //
- // pa_restqty
- //
- this.pa_restqty.AllPower = null;
- this.pa_restqty.BackColor = System.Drawing.Color.White;
- this.pa_restqty.ID = null;
- this.pa_restqty.Location = new System.Drawing.Point(1125, 166);
- this.pa_restqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.pa_restqty.Name = "pa_restqty";
- this.pa_restqty.Power = null;
- this.pa_restqty.Size = new System.Drawing.Size(213, 25);
- this.pa_restqty.Str = null;
- this.pa_restqty.Str1 = null;
- this.pa_restqty.Str2 = null;
- this.pa_restqty.TabIndex = 155;
- this.pa_restqty.Tag = "NoAuto";
- //
- // pa_makecode
- //
- this.pa_makecode.AutoSize = true;
- this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_makecode.Location = new System.Drawing.Point(771, 34);
- this.pa_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_makecode.Name = "pa_makecode";
- this.pa_makecode.Size = new System.Drawing.Size(0, 27);
- this.pa_makecode.TabIndex = 109;
- this.pa_makecode.Tag = "1";
- //
- // pa_salecode
- //
- this.pa_salecode.AutoSize = true;
- this.pa_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_salecode.Location = new System.Drawing.Point(147, 98);
- this.pa_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_salecode.Name = "pa_salecode";
- this.pa_salecode.Size = new System.Drawing.Size(0, 27);
- this.pa_salecode.TabIndex = 107;
- this.pa_salecode.Tag = "1";
- //
- // pa_totalqty
- //
- this.pa_totalqty.AutoSize = true;
- this.pa_totalqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_totalqty.Location = new System.Drawing.Point(471, 34);
- this.pa_totalqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_totalqty.Name = "pa_totalqty";
- this.pa_totalqty.Size = new System.Drawing.Size(0, 27);
- this.pa_totalqty.TabIndex = 105;
- this.pa_totalqty.Tag = "1";
- //
- // pa_outboxcode
- //
- this.pa_outboxcode.AutoSize = true;
- this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_outboxcode.Location = new System.Drawing.Point(147, 40);
- this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pa_outboxcode.Name = "pa_outboxcode";
- this.pa_outboxcode.Size = new System.Drawing.Size(0, 27);
- this.pa_outboxcode.TabIndex = 103;
- this.pa_outboxcode.Tag = "1";
- //
- // PrinterList
- //
- this.PrinterList.Location = new System.Drawing.Point(769, 98);
- this.PrinterList.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
- this.PrinterList.Name = "PrinterList";
- this.PrinterList.Size = new System.Drawing.Size(195, 25);
- this.PrinterList.TabIndex = 171;
- //
- // PrintLabel
- //
- this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.PrintLabel.FormattingEnabled = true;
- this.PrintLabel.Location = new System.Drawing.Point(1125, 102);
- this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.PrintLabel.Name = "PrintLabel";
- this.PrintLabel.Size = new System.Drawing.Size(195, 23);
- this.PrintLabel.TabIndex = 172;
- //
- // PrintLabel_label
- //
- this.PrintLabel_label.AutoSize = true;
- this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PrintLabel_label.Location = new System.Drawing.Point(999, 98);
- this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.PrintLabel_label.Name = "PrintLabel_label";
- this.PrintLabel_label.Size = new System.Drawing.Size(92, 27);
- this.PrintLabel_label.TabIndex = 174;
- this.PrintLabel_label.Text = "标签文件";
- //
- // PrinterList_label
- //
- this.PrinterList_label.AutoSize = true;
- this.PrinterList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PrinterList_label.Location = new System.Drawing.Point(623, 98);
- this.PrinterList_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.PrinterList_label.Name = "PrinterList_label";
- this.PrinterList_label.Size = new System.Drawing.Size(112, 27);
- this.PrinterList_label.TabIndex = 173;
- this.PrinterList_label.Text = "打印机列表";
- //
- // 栈板称重
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1425, 690);
- this.Controls.Add(this.PrintLabel_label);
- this.Controls.Add(this.PrinterList_label);
- this.Controls.Add(this.PrintLabel);
- this.Controls.Add(this.PrinterList);
- this.Controls.Add(this.pa_prodcode);
- this.Controls.Add(this.pa_prodcode_label);
- this.Controls.Add(this.Clean);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.outboxcode_label);
- this.Controls.Add(this.palletcode_label);
- this.Controls.Add(this.outboxcode);
- this.Controls.Add(this.palletcode);
- this.Controls.Add(this.SearchPallet);
- this.Controls.Add(this.Print);
- this.Controls.Add(this.ReleasePallet);
- this.Controls.Add(this.NewPallet);
- this.Controls.Add(this.pa_custcode);
- this.Controls.Add(this.pa_custcode_label);
- this.Controls.Add(this.PackageInf);
- this.Controls.Add(this.pa_restqty);
- this.Controls.Add(this.pa_restqty_label);
- this.Controls.Add(this.AutoPrint);
- this.Controls.Add(this.pa_makecode);
- this.Controls.Add(this.pa_makecode_label);
- this.Controls.Add(this.pa_salecode);
- this.Controls.Add(this.pa_salecode_label);
- this.Controls.Add(this.pa_totalqty);
- this.Controls.Add(this.pa_totalqty_label);
- this.Controls.Add(this.pa_outboxcode);
- this.Controls.Add(this.pa_outboxcode_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.Name = "栈板称重";
- this.Tag = "Make!PalletWeigh";
- this.Text = "栈板称重";
- this.Load += new System.EventHandler(this.栈板称重_Load);
- this.SizeChanged += new System.EventHandler(this.栈板称重_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.ValueLabel.ValueLabel pa_outboxcode;
- private System.Windows.Forms.Label pa_outboxcode_label;
- private CustomControl.ValueLabel.ValueLabel pa_totalqty;
- private System.Windows.Forms.Label pa_totalqty_label;
- private CustomControl.ValueLabel.ValueLabel pa_salecode;
- private System.Windows.Forms.Label pa_salecode_label;
- private CustomControl.ValueLabel.ValueLabel pa_makecode;
- private System.Windows.Forms.Label pa_makecode_label;
- private System.Windows.Forms.CheckBox AutoPrint;
- private CustomControl.TextBoxWithIcon.EnterTextBox pa_restqty;
- private System.Windows.Forms.Label pa_restqty_label;
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageInf;
- private CustomControl.ValueLabel.ValueLabel pa_custcode;
- private System.Windows.Forms.Label pa_custcode_label;
- private CustomControl.ButtonUtil.NormalButton NewPallet;
- private CustomControl.ButtonUtil.NormalButton ReleasePallet;
- private CustomControl.ButtonUtil.NormalButton Print;
- private CustomControl.ButtonUtil.NormalButton SearchPallet;
- private CustomControl.TextBoxWithIcon.EnterTextBox palletcode;
- private CustomControl.TextBoxWithIcon.EnterTextBox outboxcode;
- private System.Windows.Forms.Label palletcode_label;
- private System.Windows.Forms.Label outboxcode_label;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private CustomControl.ButtonUtil.NormalButton Clean;
- private CustomControl.ValueLabel.ValueLabel pa_prodcode;
- private System.Windows.Forms.Label pa_prodcode_label;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
- private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
- private System.Windows.Forms.ComboBox PrintLabel;
- private System.Windows.Forms.Label PrintLabel_label;
- private System.Windows.Forms.Label PrinterList_label;
- }
- }
|