1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_SpecialCartonPack
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_SpecialCartonPack));
- this.ms_makecode = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.pa_code_label = new System.Windows.Forms.Label();
- this.PrintList_label = new System.Windows.Forms.Label();
- this.PrintNum_label = new System.Windows.Forms.Label();
- this.Cancel = new System.Windows.Forms.CheckBox();
- this.pa_id = new System.Windows.Forms.Label();
- this.PrintLabel = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.PrintList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.Printing = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.PackageDetail = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pa_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pa_prodcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AutoPrint = new UAS_MES_NEW.CustomControl.CustomCheckBox.AutoPrintCheckBox();
- this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.pr_outboxinnerqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.DeleteAll = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.pa_currentqty_label = new System.Windows.Forms.Label();
- this.pr_detail_label = new System.Windows.Forms.Label();
- this.pa_currentqty = new System.Windows.Forms.Label();
- this.pr_code_label = new System.Windows.Forms.Label();
- this.pr_detail = new System.Windows.Forms.Label();
- this.pr_outboxinnerqty_label = new System.Windows.Forms.Label();
- this.pr_code = new System.Windows.Forms.Label();
- this.AutoGenBoxCode = new System.Windows.Forms.CheckBox();
- this.groupBoxWithBorder2 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.label1 = new System.Windows.Forms.Label();
- this.ob_checkno = new System.Windows.Forms.Label();
- this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.ob_nowcheckqty = new System.Windows.Forms.Label();
- this.ob_batchqty = new System.Windows.Forms.Label();
- this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
- this.ob_batchqty_label = new System.Windows.Forms.Label();
- this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.Packing = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.pr_packrule = new System.Windows.Forms.Label();
- this.pa_status = new System.Windows.Forms.Label();
- this.groupBoxWithBorder3 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.pr_cartonunit1 = new System.Windows.Forms.Label();
- this.pr_cartonunit = new System.Windows.Forms.Label();
- this.pr_cartonboxgw = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.weight = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.Baurate = new System.Windows.Forms.Label();
- this.ComList = new System.Windows.Forms.Label();
- this.pa_downstatus = new System.Windows.Forms.Label();
- this.pa_checkno = new System.Windows.Forms.Label();
- this.pa_sccode = new System.Windows.Forms.Label();
- this.pa_standardqty = new System.Windows.Forms.Label();
- this.pa_makecode = new System.Windows.Forms.Label();
- this.pr_sendchecktype = new System.Windows.Forms.Label();
- this.ms_salecode = new System.Windows.Forms.Label();
- this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
- this.PrintNum1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.PrintSecond = new System.Windows.Forms.CheckBox();
- this.label9 = new System.Windows.Forms.Label();
- this.PrintLabel1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
- this.label7 = new System.Windows.Forms.Label();
- this.PrintList1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
- this.label8 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
- this.groupBoxWithBorder1.SuspendLayout();
- this.groupBoxWithBorder2.SuspendLayout();
- this.groupBoxWithBorder3.SuspendLayout();
- this.SuspendLayout();
- //
- // ms_makecode
- //
- this.ms_makecode.AutoSize = true;
- this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ms_makecode.Location = new System.Drawing.Point(1662, 858);
- this.ms_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ms_makecode.Name = "ms_makecode";
- this.ms_makecode.Size = new System.Drawing.Size(0, 41);
- this.ms_makecode.TabIndex = 76;
- this.ms_makecode.Visible = false;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label13.ForeColor = System.Drawing.Color.Black;
- this.label13.Location = new System.Drawing.Point(20, 1090);
- this.label13.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(114, 41);
- this.label13.TabIndex = 105;
- this.label13.Text = "序列号";
- //
- // pa_code_label
- //
- this.pa_code_label.AutoSize = true;
- this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_code_label.Location = new System.Drawing.Point(12, 72);
- this.pa_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pa_code_label.Name = "pa_code_label";
- this.pa_code_label.Size = new System.Drawing.Size(82, 41);
- this.pa_code_label.TabIndex = 113;
- this.pa_code_label.Text = "箱号";
- //
- // PrintList_label
- //
- this.PrintList_label.AutoSize = true;
- this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PrintList_label.Location = new System.Drawing.Point(14, 78);
- this.PrintList_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.PrintList_label.Name = "PrintList_label";
- this.PrintList_label.Size = new System.Drawing.Size(178, 41);
- this.PrintList_label.TabIndex = 116;
- this.PrintList_label.Text = "打印机列表";
- //
- // PrintNum_label
- //
- this.PrintNum_label.AutoSize = true;
- this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PrintNum_label.Location = new System.Drawing.Point(362, 242);
- this.PrintNum_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.PrintNum_label.Name = "PrintNum_label";
- this.PrintNum_label.Size = new System.Drawing.Size(82, 41);
- this.PrintNum_label.TabIndex = 124;
- this.PrintNum_label.Text = "份数";
- //
- // Cancel
- //
- this.Cancel.AutoSize = true;
- this.Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Cancel.Location = new System.Drawing.Point(620, 1092);
- this.Cancel.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.Cancel.Name = "Cancel";
- this.Cancel.Size = new System.Drawing.Size(178, 45);
- this.Cancel.TabIndex = 129;
- this.Cancel.Text = "取消装箱";
- this.Cancel.UseVisualStyleBackColor = true;
- //
- // pa_id
- //
- this.pa_id.AutoSize = true;
- this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_id.Location = new System.Drawing.Point(1598, 858);
- this.pa_id.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pa_id.Name = "pa_id";
- this.pa_id.Size = new System.Drawing.Size(0, 41);
- this.pa_id.TabIndex = 153;
- this.pa_id.Visible = false;
- //
- // 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(236, 162);
- this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.PrintLabel.Name = "PrintLabel";
- this.PrintLabel.Size = new System.Drawing.Size(296, 39);
- this.PrintLabel.TabIndex = 159;
- this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(14, 156);
- this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(146, 41);
- this.label3.TabIndex = 160;
- this.label3.Text = "打印标签";
- //
- // pa_outboxcode
- //
- this.pa_outboxcode.AllPower = null;
- this.pa_outboxcode.BackColor = System.Drawing.Color.White;
- this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.pa_outboxcode.ID = null;
- this.pa_outboxcode.Location = new System.Drawing.Point(196, 78);
- this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
- this.pa_outboxcode.Name = "pa_outboxcode";
- this.pa_outboxcode.Power = null;
- this.pa_outboxcode.Size = new System.Drawing.Size(194, 39);
- this.pa_outboxcode.Str = null;
- this.pa_outboxcode.Str1 = null;
- this.pa_outboxcode.Str2 = null;
- this.pa_outboxcode.TabIndex = 163;
- this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
- //
- // PrintList
- //
- this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.PrintList.Location = new System.Drawing.Point(236, 84);
- this.PrintList.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
- this.PrintList.Name = "PrintList";
- this.PrintList.Size = new System.Drawing.Size(298, 44);
- this.PrintList.TabIndex = 158;
- //
- // 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(8, 838);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(890, 210);
- this.OperateResult.TabIndex = 155;
- this.OperateResult.Text = "";
- //
- // Printing
- //
- this.Printing.AllPower = "ifall";
- this.Printing.BackColor = System.Drawing.Color.Transparent;
- this.Printing.DownImage = ((System.Drawing.Image)(resources.GetObject("Printing.DownImage")));
- this.Printing.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.Printing.Image = null;
- this.Printing.IsShowBorder = true;
- this.Printing.Location = new System.Drawing.Point(612, 250);
- this.Printing.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
- this.Printing.Name = "Printing";
- this.Printing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printing.NormalImage")));
- this.Printing.Power = null;
- this.Printing.Size = new System.Drawing.Size(98, 48);
- this.Printing.TabIndex = 150;
- this.Printing.Tag = "ifread";
- this.Printing.Text = "打印";
- this.Printing.UseVisualStyleBackColor = true;
- this.Printing.Click += new System.EventHandler(this.Print_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 = null;
- this.Clean.IsShowBorder = true;
- this.Clean.Location = new System.Drawing.Point(916, 1004);
- this.Clean.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- 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(120, 48);
- this.Clean.TabIndex = 148;
- this.Clean.Text = "清除";
- this.Clean.UseVisualStyleBackColor = true;
- this.Clean.Click += new System.EventHandler(this.Clean_Click);
- //
- // sn_code
- //
- this.sn_code.AllPower = "ifall";
- this.sn_code.BackColor = System.Drawing.Color.White;
- this.sn_code.ID = null;
- this.sn_code.Location = new System.Drawing.Point(152, 1092);
- this.sn_code.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.sn_code.Name = "sn_code";
- this.sn_code.Power = "ifread";
- this.sn_code.Size = new System.Drawing.Size(388, 35);
- this.sn_code.Str = null;
- this.sn_code.Str1 = null;
- this.sn_code.Str2 = null;
- this.sn_code.TabIndex = 135;
- this.sn_code.Tag = "IfRead";
- this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
- //
- // PackageDetail
- //
- this.PackageDetail.AllowUserToAddRows = false;
- this.PackageDetail.AllowUserToDeleteRows = false;
- this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
- this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.pd_barcode,
- this.pa_outboxcode1,
- this.pa_prodcode1,
- this.pd_innerqty,
- this.pa_indate,
- this.pd_id});
- this.PackageDetail.EnableContentClick = true;
- this.PackageDetail.Location = new System.Drawing.Point(8, 342);
- this.PackageDetail.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.PackageDetail.Name = "PackageDetail";
- this.PackageDetail.ReadOnly = true;
- this.PackageDetail.RowHeadersWidth = 82;
- this.PackageDetail.RowTemplate.Height = 23;
- this.PackageDetail.Size = new System.Drawing.Size(1322, 480);
- this.PackageDetail.TabIndex = 134;
- //
- // pd_barcode
- //
- this.pd_barcode.DataPropertyName = "pd_barcode";
- this.pd_barcode.HeaderText = "序列号";
- this.pd_barcode.MinimumWidth = 10;
- this.pd_barcode.Name = "pd_barcode";
- this.pd_barcode.ReadOnly = true;
- this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
- this.pd_barcode.Width = 202;
- //
- // pa_outboxcode1
- //
- this.pa_outboxcode1.DataPropertyName = "pa_outboxcode";
- this.pa_outboxcode1.HeaderText = "箱号";
- this.pa_outboxcode1.MinimumWidth = 10;
- this.pa_outboxcode1.Name = "pa_outboxcode1";
- this.pa_outboxcode1.ReadOnly = true;
- this.pa_outboxcode1.Width = 201;
- //
- // pa_prodcode1
- //
- this.pa_prodcode1.DataPropertyName = "pa_prodcode";
- this.pa_prodcode1.HeaderText = "产品编号";
- this.pa_prodcode1.MinimumWidth = 10;
- this.pa_prodcode1.Name = "pa_prodcode1";
- this.pa_prodcode1.ReadOnly = true;
- this.pa_prodcode1.Visible = false;
- this.pa_prodcode1.Width = 200;
- //
- // pd_innerqty
- //
- this.pd_innerqty.DataPropertyName = "pd_innerqty";
- this.pd_innerqty.HeaderText = "箱内数量";
- this.pd_innerqty.MinimumWidth = 10;
- this.pd_innerqty.Name = "pd_innerqty";
- this.pd_innerqty.ReadOnly = true;
- this.pd_innerqty.Visible = false;
- this.pd_innerqty.Width = 80;
- //
- // pa_indate
- //
- this.pa_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.pa_indate.DataPropertyName = "pa_indate";
- this.pa_indate.HeaderText = "装箱日期";
- this.pa_indate.MinimumWidth = 300;
- this.pa_indate.Name = "pa_indate";
- this.pa_indate.ReadOnly = true;
- this.pa_indate.Width = 300;
- //
- // pd_id
- //
- this.pd_id.DataPropertyName = "pd_id";
- this.pd_id.HeaderText = "ID";
- this.pd_id.MinimumWidth = 10;
- this.pd_id.Name = "pd_id";
- this.pd_id.ReadOnly = true;
- this.pd_id.Visible = false;
- this.pd_id.Width = 200;
- //
- // AutoPrint
- //
- this.AutoPrint.Checked = false;
- this.AutoPrint.Location = new System.Drawing.Point(162, 250);
- this.AutoPrint.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
- this.AutoPrint.Name = "AutoPrint";
- this.AutoPrint.Size = new System.Drawing.Size(168, 44);
- this.AutoPrint.TabIndex = 166;
- //
- // groupBoxWithBorder1
- //
- this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
- this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty);
- this.groupBoxWithBorder1.Controls.Add(this.DeleteAll);
- this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty_label);
- this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
- this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty);
- this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
- this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
- this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty_label);
- this.groupBoxWithBorder1.Controls.Add(this.pr_code);
- this.groupBoxWithBorder1.Controls.Add(this.AutoGenBoxCode);
- this.groupBoxWithBorder1.Controls.Add(this.pa_outboxcode);
- this.groupBoxWithBorder1.Controls.Add(this.pa_code_label);
- this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxWithBorder1.Location = new System.Drawing.Point(8, 12);
- this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
- this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.groupBoxWithBorder1.Size = new System.Drawing.Size(822, 314);
- this.groupBoxWithBorder1.TabIndex = 171;
- this.groupBoxWithBorder1.TabStop = false;
- this.groupBoxWithBorder1.Text = "装箱信息";
- this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
- //
- // pr_outboxinnerqty
- //
- this.pr_outboxinnerqty.AllPower = null;
- this.pr_outboxinnerqty.BackColor = System.Drawing.Color.White;
- this.pr_outboxinnerqty.Enabled = false;
- this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_outboxinnerqty.ID = null;
- this.pr_outboxinnerqty.Location = new System.Drawing.Point(196, 150);
- this.pr_outboxinnerqty.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
- this.pr_outboxinnerqty.Power = null;
- this.pr_outboxinnerqty.Size = new System.Drawing.Size(194, 39);
- this.pr_outboxinnerqty.Str = null;
- this.pr_outboxinnerqty.Str1 = null;
- this.pr_outboxinnerqty.Str2 = null;
- this.pr_outboxinnerqty.TabIndex = 182;
- //
- // DeleteAll
- //
- this.DeleteAll.AllPower = null;
- this.DeleteAll.BackColor = System.Drawing.Color.Transparent;
- this.DeleteAll.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.DownImage")));
- this.DeleteAll.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.DeleteAll.Image = null;
- this.DeleteAll.IsShowBorder = true;
- this.DeleteAll.Location = new System.Drawing.Point(670, 78);
- this.DeleteAll.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.DeleteAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.MoveImage")));
- this.DeleteAll.Name = "DeleteAll";
- this.DeleteAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.NormalImage")));
- this.DeleteAll.Power = "ifspecial";
- this.DeleteAll.Size = new System.Drawing.Size(88, 48);
- this.DeleteAll.TabIndex = 185;
- this.DeleteAll.Text = "拆箱";
- this.DeleteAll.UseVisualStyleBackColor = true;
- this.DeleteAll.Click += new System.EventHandler(this.DeleteAll_Click);
- //
- // pa_currentqty_label
- //
- this.pa_currentqty_label.AutoSize = true;
- this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_currentqty_label.Location = new System.Drawing.Point(410, 144);
- this.pa_currentqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pa_currentqty_label.Name = "pa_currentqty_label";
- this.pa_currentqty_label.Size = new System.Drawing.Size(146, 41);
- this.pa_currentqty_label.TabIndex = 175;
- this.pa_currentqty_label.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(410, 220);
- this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_detail_label.Name = "pr_detail_label";
- this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
- this.pr_detail_label.TabIndex = 173;
- this.pr_detail_label.Text = "产品名称";
- //
- // pa_currentqty
- //
- this.pa_currentqty.AutoSize = true;
- this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_currentqty.Location = new System.Drawing.Point(576, 144);
- this.pa_currentqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pa_currentqty.Name = "pa_currentqty";
- this.pa_currentqty.Size = new System.Drawing.Size(0, 41);
- this.pa_currentqty.TabIndex = 179;
- //
- // pr_code_label
- //
- this.pr_code_label.AutoSize = true;
- this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_code_label.Location = new System.Drawing.Point(12, 220);
- this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_code_label.Name = "pr_code_label";
- this.pr_code_label.Size = new System.Drawing.Size(146, 41);
- this.pr_code_label.TabIndex = 174;
- this.pr_code_label.Text = "产品编号";
- //
- // pr_detail
- //
- this.pr_detail.AutoSize = true;
- this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_detail.Location = new System.Drawing.Point(576, 220);
- this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_detail.Name = "pr_detail";
- this.pr_detail.Size = new System.Drawing.Size(0, 41);
- this.pr_detail.TabIndex = 178;
- //
- // pr_outboxinnerqty_label
- //
- this.pr_outboxinnerqty_label.AutoSize = true;
- this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(12, 144);
- this.pr_outboxinnerqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
- this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(146, 41);
- this.pr_outboxinnerqty_label.TabIndex = 176;
- this.pr_outboxinnerqty_label.Text = "箱内容量";
- //
- // pr_code
- //
- this.pr_code.AutoSize = true;
- this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_code.Location = new System.Drawing.Point(188, 220);
- this.pr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_code.MaximumSize = new System.Drawing.Size(300, 0);
- this.pr_code.Name = "pr_code";
- this.pr_code.Size = new System.Drawing.Size(0, 41);
- this.pr_code.TabIndex = 177;
- this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged_1);
- //
- // AutoGenBoxCode
- //
- this.AutoGenBoxCode.AutoSize = true;
- this.AutoGenBoxCode.Location = new System.Drawing.Point(418, 72);
- this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.AutoGenBoxCode.Name = "AutoGenBoxCode";
- this.AutoGenBoxCode.Size = new System.Drawing.Size(178, 45);
- this.AutoGenBoxCode.TabIndex = 171;
- this.AutoGenBoxCode.Text = "自动生成";
- this.AutoGenBoxCode.UseVisualStyleBackColor = true;
- //
- // groupBoxWithBorder2
- //
- this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
- this.groupBoxWithBorder2.Controls.Add(this.label1);
- this.groupBoxWithBorder2.Controls.Add(this.ob_checkno);
- this.groupBoxWithBorder2.Controls.Add(this.PrintNum);
- this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty);
- this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty);
- this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty_label);
- this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty_label);
- this.groupBoxWithBorder2.Controls.Add(this.SendCheck);
- this.groupBoxWithBorder2.Controls.Add(this.Packing);
- this.groupBoxWithBorder2.Controls.Add(this.PrintLabel);
- this.groupBoxWithBorder2.Controls.Add(this.label3);
- this.groupBoxWithBorder2.Controls.Add(this.AutoPrint);
- this.groupBoxWithBorder2.Controls.Add(this.PrintList);
- this.groupBoxWithBorder2.Controls.Add(this.Printing);
- this.groupBoxWithBorder2.Controls.Add(this.PrintList_label);
- this.groupBoxWithBorder2.Controls.Add(this.PrintNum_label);
- this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxWithBorder2.Location = new System.Drawing.Point(840, 12);
- this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
- this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.groupBoxWithBorder2.Size = new System.Drawing.Size(892, 314);
- this.groupBoxWithBorder2.TabIndex = 172;
- this.groupBoxWithBorder2.TabStop = false;
- this.groupBoxWithBorder2.Text = "打印";
- this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(544, 32);
- this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(146, 41);
- this.label1.TabIndex = 184;
- this.label1.Text = "当前批号";
- //
- // ob_checkno
- //
- this.ob_checkno.AutoSize = true;
- this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ob_checkno.Location = new System.Drawing.Point(706, 32);
- this.ob_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ob_checkno.Name = "ob_checkno";
- this.ob_checkno.Size = new System.Drawing.Size(0, 41);
- this.ob_checkno.TabIndex = 183;
- //
- // PrintNum
- //
- this.PrintNum.AllPower = null;
- this.PrintNum.BackColor = System.Drawing.Color.White;
- this.PrintNum.Enabled = false;
- this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PrintNum.ID = null;
- this.PrintNum.Location = new System.Drawing.Point(464, 250);
- this.PrintNum.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.PrintNum.Name = "PrintNum";
- this.PrintNum.Power = null;
- this.PrintNum.Size = new System.Drawing.Size(80, 39);
- this.PrintNum.Str = null;
- this.PrintNum.Str1 = null;
- this.PrintNum.Str2 = null;
- this.PrintNum.TabIndex = 182;
- //
- // ob_nowcheckqty
- //
- this.ob_nowcheckqty.AutoSize = true;
- this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ob_nowcheckqty.Location = new System.Drawing.Point(706, 156);
- this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ob_nowcheckqty.Name = "ob_nowcheckqty";
- this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 41);
- this.ob_nowcheckqty.TabIndex = 178;
- //
- // ob_batchqty
- //
- this.ob_batchqty.AutoSize = true;
- this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ob_batchqty.Location = new System.Drawing.Point(706, 78);
- this.ob_batchqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ob_batchqty.Name = "ob_batchqty";
- this.ob_batchqty.Size = new System.Drawing.Size(0, 41);
- this.ob_batchqty.TabIndex = 177;
- //
- // ob_nowcheckqty_label
- //
- this.ob_nowcheckqty_label.AutoSize = true;
- this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ob_nowcheckqty_label.Location = new System.Drawing.Point(544, 156);
- this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
- this.ob_nowcheckqty_label.Size = new System.Drawing.Size(146, 41);
- this.ob_nowcheckqty_label.TabIndex = 176;
- this.ob_nowcheckqty_label.Text = "当前批数";
- //
- // ob_batchqty_label
- //
- this.ob_batchqty_label.AutoSize = true;
- this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ob_batchqty_label.Location = new System.Drawing.Point(544, 78);
- this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ob_batchqty_label.Name = "ob_batchqty_label";
- this.ob_batchqty_label.Size = new System.Drawing.Size(146, 41);
- this.ob_batchqty_label.TabIndex = 175;
- this.ob_batchqty_label.Text = "标准批数";
- //
- // SendCheck
- //
- this.SendCheck.AllPower = "ifall";
- this.SendCheck.BackColor = System.Drawing.Color.Transparent;
- this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
- this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.SendCheck.Image = null;
- this.SendCheck.IsShowBorder = true;
- this.SendCheck.Location = new System.Drawing.Point(738, 250);
- this.SendCheck.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
- this.SendCheck.Name = "SendCheck";
- this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
- this.SendCheck.Power = null;
- this.SendCheck.Size = new System.Drawing.Size(96, 48);
- this.SendCheck.TabIndex = 174;
- this.SendCheck.Tag = "ifread";
- this.SendCheck.Text = "送检";
- this.SendCheck.UseVisualStyleBackColor = true;
- this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
- //
- // Packing
- //
- this.Packing.AllPower = null;
- this.Packing.BackColor = System.Drawing.Color.Transparent;
- this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
- this.Packing.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.Packing.Image = null;
- this.Packing.IsShowBorder = true;
- this.Packing.Location = new System.Drawing.Point(28, 246);
- this.Packing.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
- this.Packing.Name = "Packing";
- this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
- this.Packing.Power = null;
- this.Packing.Size = new System.Drawing.Size(102, 48);
- this.Packing.TabIndex = 173;
- this.Packing.Text = "封箱";
- this.Packing.UseVisualStyleBackColor = true;
- this.Packing.Click += new System.EventHandler(this.Packing_Click);
- //
- // pr_packrule
- //
- this.pr_packrule.AutoSize = true;
- this.pr_packrule.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_packrule.Location = new System.Drawing.Point(1698, 908);
- this.pr_packrule.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_packrule.Name = "pr_packrule";
- this.pr_packrule.Size = new System.Drawing.Size(0, 41);
- this.pr_packrule.TabIndex = 173;
- this.pr_packrule.Visible = false;
- //
- // pa_status
- //
- this.pa_status.AutoSize = true;
- this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_status.Location = new System.Drawing.Point(1554, 858);
- this.pa_status.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pa_status.Name = "pa_status";
- this.pa_status.Size = new System.Drawing.Size(0, 41);
- this.pa_status.TabIndex = 174;
- this.pa_status.Visible = false;
- //
- // groupBoxWithBorder3
- //
- this.groupBoxWithBorder3.BorderColor = System.Drawing.Color.Black;
- this.groupBoxWithBorder3.Controls.Add(this.pr_cartonunit1);
- this.groupBoxWithBorder3.Controls.Add(this.pr_cartonunit);
- this.groupBoxWithBorder3.Controls.Add(this.pr_cartonboxgw);
- this.groupBoxWithBorder3.Controls.Add(this.label4);
- this.groupBoxWithBorder3.Controls.Add(this.weight);
- this.groupBoxWithBorder3.Controls.Add(this.label2);
- this.groupBoxWithBorder3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxWithBorder3.Location = new System.Drawing.Point(1348, 340);
- this.groupBoxWithBorder3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.groupBoxWithBorder3.Name = "groupBoxWithBorder3";
- this.groupBoxWithBorder3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.groupBoxWithBorder3.Size = new System.Drawing.Size(386, 482);
- this.groupBoxWithBorder3.TabIndex = 172;
- this.groupBoxWithBorder3.TabStop = false;
- this.groupBoxWithBorder3.Text = "称量信息";
- this.groupBoxWithBorder3.TextColor = System.Drawing.Color.Black;
- //
- // pr_cartonunit1
- //
- this.pr_cartonunit1.AutoSize = true;
- this.pr_cartonunit1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_cartonunit1.Location = new System.Drawing.Point(182, 260);
- this.pr_cartonunit1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_cartonunit1.Name = "pr_cartonunit1";
- this.pr_cartonunit1.Size = new System.Drawing.Size(38, 41);
- this.pr_cartonunit1.TabIndex = 184;
- this.pr_cartonunit1.Tag = "pr_cartonunit";
- this.pr_cartonunit1.Text = "g";
- this.pr_cartonunit1.Visible = false;
- //
- // pr_cartonunit
- //
- this.pr_cartonunit.AutoSize = true;
- this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_cartonunit.Location = new System.Drawing.Point(120, 58);
- this.pr_cartonunit.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_cartonunit.Name = "pr_cartonunit";
- this.pr_cartonunit.Size = new System.Drawing.Size(38, 41);
- this.pr_cartonunit.TabIndex = 183;
- this.pr_cartonunit.Text = "g";
- this.pr_cartonunit.Visible = false;
- //
- // pr_cartonboxgw
- //
- this.pr_cartonboxgw.AutoSize = true;
- this.pr_cartonboxgw.Font = new System.Drawing.Font("微软雅黑", 35F);
- this.pr_cartonboxgw.Location = new System.Drawing.Point(68, 332);
- this.pr_cartonboxgw.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_cartonboxgw.Name = "pr_cartonboxgw";
- this.pr_cartonboxgw.Size = new System.Drawing.Size(0, 121);
- this.pr_cartonboxgw.TabIndex = 182;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(36, 260);
- this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(146, 41);
- this.label4.TabIndex = 181;
- this.label4.Text = "标准重量";
- //
- // weight
- //
- this.weight.AutoSize = true;
- this.weight.Font = new System.Drawing.Font("微软雅黑", 35F);
- this.weight.ForeColor = System.Drawing.Color.Green;
- this.weight.Location = new System.Drawing.Point(68, 120);
- this.weight.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.weight.Name = "weight";
- this.weight.Size = new System.Drawing.Size(0, 121);
- this.weight.TabIndex = 180;
- //
- // 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(36, 58);
- this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(82, 41);
- this.label2.TabIndex = 179;
- this.label2.Text = "重量";
- //
- // Baurate
- //
- this.Baurate.AutoSize = true;
- this.Baurate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Baurate.Location = new System.Drawing.Point(1432, 858);
- this.Baurate.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.Baurate.Name = "Baurate";
- this.Baurate.Size = new System.Drawing.Size(0, 41);
- this.Baurate.TabIndex = 176;
- this.Baurate.Visible = false;
- //
- // ComList
- //
- this.ComList.AutoSize = true;
- this.ComList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ComList.Location = new System.Drawing.Point(1466, 858);
- this.ComList.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ComList.Name = "ComList";
- this.ComList.Size = new System.Drawing.Size(0, 41);
- this.ComList.TabIndex = 177;
- this.ComList.Visible = false;
- //
- // pa_downstatus
- //
- this.pa_downstatus.AutoSize = true;
- this.pa_downstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_downstatus.Location = new System.Drawing.Point(1662, 908);
- this.pa_downstatus.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pa_downstatus.Name = "pa_downstatus";
- this.pa_downstatus.Size = new System.Drawing.Size(0, 41);
- this.pa_downstatus.TabIndex = 179;
- this.pa_downstatus.Visible = false;
- //
- // pa_checkno
- //
- this.pa_checkno.AutoSize = true;
- this.pa_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_checkno.Location = new System.Drawing.Point(1674, 942);
- this.pa_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pa_checkno.Name = "pa_checkno";
- this.pa_checkno.Size = new System.Drawing.Size(0, 41);
- this.pa_checkno.TabIndex = 180;
- this.pa_checkno.Visible = false;
- //
- // pa_sccode
- //
- this.pa_sccode.AutoSize = true;
- this.pa_sccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_sccode.Location = new System.Drawing.Point(1650, 908);
- this.pa_sccode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pa_sccode.Name = "pa_sccode";
- this.pa_sccode.Size = new System.Drawing.Size(0, 41);
- this.pa_sccode.TabIndex = 181;
- this.pa_sccode.Visible = false;
- //
- // pa_standardqty
- //
- this.pa_standardqty.AutoSize = true;
- this.pa_standardqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pa_standardqty.Location = new System.Drawing.Point(1650, 1084);
- this.pa_standardqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pa_standardqty.Name = "pa_standardqty";
- this.pa_standardqty.Size = new System.Drawing.Size(0, 41);
- this.pa_standardqty.TabIndex = 182;
- this.pa_standardqty.Visible = false;
- //
- // 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(1512, 1062);
- this.pa_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pa_makecode.Name = "pa_makecode";
- this.pa_makecode.Size = new System.Drawing.Size(0, 41);
- this.pa_makecode.TabIndex = 183;
- this.pa_makecode.Visible = false;
- //
- // pr_sendchecktype
- //
- this.pr_sendchecktype.AutoSize = true;
- this.pr_sendchecktype.Location = new System.Drawing.Point(1076, 908);
- this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_sendchecktype.Name = "pr_sendchecktype";
- this.pr_sendchecktype.Size = new System.Drawing.Size(0, 24);
- this.pr_sendchecktype.TabIndex = 184;
- this.pr_sendchecktype.Visible = false;
- //
- // ms_salecode
- //
- this.ms_salecode.AutoSize = true;
- this.ms_salecode.Location = new System.Drawing.Point(1086, 1116);
- this.ms_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ms_salecode.Name = "ms_salecode";
- this.ms_salecode.Size = new System.Drawing.Size(0, 24);
- this.ms_salecode.TabIndex = 185;
- this.ms_salecode.Visible = false;
- //
- // StepCount
- //
- this.StepCount.LineCode = null;
- this.StepCount.Location = new System.Drawing.Point(916, 1082);
- this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.StepCount.Name = "StepCount";
- this.StepCount.Size = new System.Drawing.Size(176, 44);
- this.StepCount.Source = null;
- this.StepCount.StepCode = null;
- this.StepCount.TabIndex = 186;
- //
- // PrintNum1
- //
- this.PrintNum1.AllPower = null;
- this.PrintNum1.BackColor = System.Drawing.Color.White;
- this.PrintNum1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PrintNum1.ID = null;
- this.PrintNum1.Location = new System.Drawing.Point(1457, 861);
- this.PrintNum1.Margin = new System.Windows.Forms.Padding(6);
- this.PrintNum1.Name = "PrintNum1";
- this.PrintNum1.Power = null;
- this.PrintNum1.Size = new System.Drawing.Size(60, 39);
- this.PrintNum1.Str = null;
- this.PrintNum1.Str1 = null;
- this.PrintNum1.Str2 = null;
- this.PrintNum1.TabIndex = 219;
- //
- // PrintSecond
- //
- this.PrintSecond.AutoSize = true;
- this.PrintSecond.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PrintSecond.ForeColor = System.Drawing.Color.Red;
- this.PrintSecond.Location = new System.Drawing.Point(1156, 867);
- this.PrintSecond.Margin = new System.Windows.Forms.Padding(6);
- this.PrintSecond.Name = "PrintSecond";
- this.PrintSecond.Size = new System.Drawing.Size(162, 28);
- this.PrintSecond.TabIndex = 224;
- this.PrintSecond.Text = "打印副标签";
- this.PrintSecond.UseVisualStyleBackColor = true;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.Location = new System.Drawing.Point(1358, 862);
- this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(82, 41);
- this.label9.TabIndex = 218;
- this.label9.Text = "份数";
- //
- // PrintLabel1
- //
- this.PrintLabel1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.PrintLabel1.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.PrintLabel1.FormattingEnabled = true;
- this.PrintLabel1.Location = new System.Drawing.Point(1358, 966);
- this.PrintLabel1.Margin = new System.Windows.Forms.Padding(4);
- this.PrintLabel1.Name = "PrintLabel1";
- this.PrintLabel1.Size = new System.Drawing.Size(296, 39);
- this.PrintLabel1.TabIndex = 222;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(1150, 964);
- this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(165, 41);
- this.label7.TabIndex = 223;
- this.label7.Text = "打印标签1";
- //
- // PrintList1
- //
- this.PrintList1.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.PrintList1.Location = new System.Drawing.Point(1358, 913);
- this.PrintList1.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
- this.PrintList1.Name = "PrintList1";
- this.PrintList1.Size = new System.Drawing.Size(298, 56);
- this.PrintList1.TabIndex = 221;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(1150, 909);
- this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(197, 41);
- this.label8.TabIndex = 220;
- this.label8.Text = "打印机列表1";
- //
- // Make_SpecialCartonPack
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1758, 1164);
- this.Controls.Add(this.PrintNum1);
- this.Controls.Add(this.PrintSecond);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.PrintLabel1);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.PrintList1);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.StepCount);
- this.Controls.Add(this.ms_salecode);
- this.Controls.Add(this.pr_sendchecktype);
- this.Controls.Add(this.pa_makecode);
- this.Controls.Add(this.pa_standardqty);
- this.Controls.Add(this.pa_sccode);
- this.Controls.Add(this.pa_checkno);
- this.Controls.Add(this.pa_downstatus);
- this.Controls.Add(this.ComList);
- this.Controls.Add(this.Baurate);
- this.Controls.Add(this.groupBoxWithBorder3);
- this.Controls.Add(this.pa_status);
- this.Controls.Add(this.pr_packrule);
- this.Controls.Add(this.groupBoxWithBorder2);
- this.Controls.Add(this.groupBoxWithBorder1);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.pa_id);
- this.Controls.Add(this.Clean);
- this.Controls.Add(this.sn_code);
- this.Controls.Add(this.PackageDetail);
- this.Controls.Add(this.Cancel);
- this.Controls.Add(this.label13);
- this.Controls.Add(this.ms_makecode);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.Name = "Make_SpecialCartonPack";
- this.Tag = "Make!SpecialCartonPack";
- this.Text = "装箱称重";
- this.Activated += new System.EventHandler(this.包装采集_Activated);
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.包装采集_FormClosing);
- this.Load += new System.EventHandler(this.包装采集_Load);
- this.SizeChanged += new System.EventHandler(this.包装采集_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
- this.groupBoxWithBorder1.ResumeLayout(true);
- this.groupBoxWithBorder1.PerformLayout();
- this.groupBoxWithBorder2.ResumeLayout(true);
- this.groupBoxWithBorder2.PerformLayout();
- this.groupBoxWithBorder3.ResumeLayout(true);
- this.groupBoxWithBorder3.PerformLayout();
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label ms_makecode;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label pa_code_label;
- private System.Windows.Forms.Label PrintList_label;
- private System.Windows.Forms.Label PrintNum_label;
- private System.Windows.Forms.CheckBox Cancel;
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
- private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
- private CustomControl.ButtonUtil.NormalButton Clean;
- private CustomControl.ButtonUtil.NormalButton Printing;
- private System.Windows.Forms.Label pa_id;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
- private System.Windows.Forms.ComboBox PrintLabel;
- private System.Windows.Forms.Label label3;
- private CustomControl.TextBoxWithIcon.EnterTextBox pa_outboxcode;
- private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
- private CustomControl.ButtonUtil.NormalButton Packing;
- private System.Windows.Forms.CheckBox AutoGenBoxCode;
- private System.Windows.Forms.Label pr_packrule;
- private System.Windows.Forms.Label pa_status;
- private CustomControl.ButtonUtil.NormalButton SendCheck;
- private System.Windows.Forms.Label ob_batchqty;
- private System.Windows.Forms.Label ob_nowcheckqty_label;
- private System.Windows.Forms.Label ob_batchqty_label;
- private System.Windows.Forms.Label ob_nowcheckqty;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label weight;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label pr_cartonboxgw;
- private System.Windows.Forms.Label Baurate;
- private System.Windows.Forms.Label ComList;
- private System.Windows.Forms.Label pr_cartonunit;
- private System.Windows.Forms.Label pr_cartonunit1;
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode1;
- private System.Windows.Forms.DataGridViewTextBoxColumn pa_prodcode1;
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
- private System.Windows.Forms.DataGridViewTextBoxColumn pa_indate;
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
- private System.Windows.Forms.Label pa_downstatus;
- private System.Windows.Forms.Label pa_checkno;
- private System.Windows.Forms.Label pa_sccode;
- private System.Windows.Forms.Label pa_currentqty_label;
- private System.Windows.Forms.Label pr_detail_label;
- private System.Windows.Forms.Label pa_currentqty;
- private System.Windows.Forms.Label pr_code_label;
- private System.Windows.Forms.Label pr_detail;
- private System.Windows.Forms.Label pr_outboxinnerqty_label;
- private System.Windows.Forms.Label pr_code;
- private CustomControl.ButtonUtil.NormalButton DeleteAll;
- private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
- private CustomControl.TextBoxWithIcon.EnterTextBox pr_outboxinnerqty;
- private System.Windows.Forms.Label pa_standardqty;
- private System.Windows.Forms.Label pa_makecode;
- private System.Windows.Forms.Label pr_sendchecktype;
- private System.Windows.Forms.Label ms_salecode;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label ob_checkno;
- private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
- private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum1;
- private System.Windows.Forms.CheckBox PrintSecond;
- private System.Windows.Forms.Label label9;
- private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel1;
- private System.Windows.Forms.Label label7;
- private CustomControl.ComBoxWithFocus.PrinterCombox PrintList1;
- private System.Windows.Forms.Label label8;
- }
- }
|