123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602 |
- namespace UAS_LabelMachine
- {
- partial class UAS_出货标签打印
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UAS_出货标签打印));
- this.pi_inoutno_label = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.AutoMatch = new System.Windows.Forms.CheckBox();
- this.pr_code_label = new System.Windows.Forms.Label();
- this.label24 = new System.Windows.Forms.Label();
- this.CollectionUnit = new System.Windows.Forms.ComboBox();
- this.CollectionUnit_label = new System.Windows.Forms.Label();
- this.GenerateBarCode = new System.Windows.Forms.Button();
- this.LabelMainTain = new System.Windows.Forms.Button();
- this.SaveGrid = new System.Windows.Forms.Button();
- this.sg_separator_label = new System.Windows.Forms.Label();
- this.CollectionSetting = new System.Windows.Forms.Button();
- this.Si_ItemDGV = new System.Windows.Forms.DataGridView();
- this.si_detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.si_index = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.si_kind = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.si_indexstring = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.si_length = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.si_expression = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.si_item = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CleanDetail = new System.Windows.Forms.Button();
- this.pib_id = new System.Windows.Forms.Label();
- this.pi_cardcode = new System.Windows.Forms.Label();
- this.pi_cardcode_label = new System.Windows.Forms.Label();
- this.Fresh = new System.Windows.Forms.LinkLabel();
- this.label3 = new System.Windows.Forms.Label();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.dataGridViewCheckBoxColumn3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CleanInputAfterCollect = new System.Windows.Forms.CheckBox();
- this.AllCollected = new System.Windows.Forms.Button();
- this.PowerSetting = new System.Windows.Forms.Button();
- this.ChooseAll = new UAS_LabelMachine.CustomControl.ChooseAllButton();
- this.pr_code = new UAS_LabelMachine.CustomControl.SearchTextBox();
- this.CollectionProcess = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.Capacity = new System.Windows.Forms.Label();
- this.Process_midboxcode = new System.Windows.Forms.Label();
- this.Process_outboxcode = new System.Windows.Forms.Label();
- this.TotalCount = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.CollectedCount = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.Installed = new System.Windows.Forms.Label();
- this.Process = new System.Windows.Forms.Label();
- this.sg_separator = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.Input = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.griddetno = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.sg_code = new UAS_LabelMachine.CustomControl.SearchTextBox();
- this.MessageLog = new UAS_LabelMachine.CustomControl.RichText.RichTextAutoBottom();
- this.LabelInf = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
- this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.pib_id1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pib_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pib_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_vendprodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pib_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pib_datecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DateCode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pib_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pib_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pd_pocode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pib_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pib_outboxcode2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pib_ifpick = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.pib_ifprint = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.pi_inoutno = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.SingleLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.SingleLabelPrinter = new UAS_LabelMachine.CustomControl.PrinterCombox();
- this.SingleLabelPrint = new System.Windows.Forms.Button();
- this.SingleLabelAutoPrint = new System.Windows.Forms.CheckBox();
- this.SingleLabelCombox = new System.Windows.Forms.ComboBox();
- this.MidLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.MidLabelNum = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.MidLabelPrinter = new UAS_LabelMachine.CustomControl.PrinterCombox();
- this.label15 = new System.Windows.Forms.Label();
- this.MidBoxCapacity = new System.Windows.Forms.NumericUpDown();
- this.MidLabelPrint = new System.Windows.Forms.Button();
- this.MidLabelAutoPrint = new System.Windows.Forms.CheckBox();
- this.MidLabelCombox = new System.Windows.Forms.ComboBox();
- this.OutBoxLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.LogingOut = new System.Windows.Forms.LinkLabel();
- this.GetOutBoxCode = new System.Windows.Forms.Button();
- this.OutBoxNum = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.WeightNet = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.WeightGross = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.OutBoxPrinter = new UAS_LabelMachine.CustomControl.PrinterCombox();
- this.label7 = new System.Windows.Forms.Label();
- this.OutboxCapacity = new System.Windows.Forms.NumericUpDown();
- this.OutBoxLabelPackage = new System.Windows.Forms.Button();
- this.OutBoxLabelPrint = new System.Windows.Forms.Button();
- this.OutBoxLabelAutoPrint = new System.Windows.Forms.CheckBox();
- this.OutBoxCombox = new System.Windows.Forms.ComboBox();
- ((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).BeginInit();
- this.CollectionProcess.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.LabelInf)).BeginInit();
- this.SingleLabel.SuspendLayout();
- this.MidLabel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.MidBoxCapacity)).BeginInit();
- this.OutBoxLabel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).BeginInit();
- this.SuspendLayout();
- //
- // pi_inoutno_label
- //
- this.pi_inoutno_label.AutoSize = true;
- this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pi_inoutno_label.Location = new System.Drawing.Point(4, 12);
- this.pi_inoutno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pi_inoutno_label.Name = "pi_inoutno_label";
- this.pi_inoutno_label.Size = new System.Drawing.Size(82, 24);
- this.pi_inoutno_label.TabIndex = 3;
- this.pi_inoutno_label.Text = "出货单号";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(4, 81);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(82, 24);
- this.label1.TabIndex = 31;
- this.label1.Text = "采集策略";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(7, 132);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(82, 24);
- this.label2.TabIndex = 33;
- this.label2.Text = "当前采集";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label22.Location = new System.Drawing.Point(96, 132);
- this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(82, 24);
- this.label22.TabIndex = 34;
- this.label22.Text = "明细序号";
- //
- // AutoMatch
- //
- this.AutoMatch.AutoSize = true;
- this.AutoMatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.AutoMatch.Location = new System.Drawing.Point(196, 133);
- this.AutoMatch.Margin = new System.Windows.Forms.Padding(4);
- this.AutoMatch.Name = "AutoMatch";
- this.AutoMatch.Size = new System.Drawing.Size(104, 28);
- this.AutoMatch.TabIndex = 49;
- this.AutoMatch.Text = "自动匹配";
- this.AutoMatch.UseVisualStyleBackColor = true;
- //
- // pr_code_label
- //
- this.pr_code_label.AutoSize = true;
- this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_code_label.Location = new System.Drawing.Point(96, 199);
- this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_code_label.Name = "pr_code_label";
- this.pr_code_label.Size = new System.Drawing.Size(82, 24);
- this.pr_code_label.TabIndex = 51;
- this.pr_code_label.Text = "物料编号";
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label24.Location = new System.Drawing.Point(12, 272);
- this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(64, 24);
- this.label24.TabIndex = 55;
- this.label24.Text = "输入框";
- //
- // CollectionUnit
- //
- this.CollectionUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CollectionUnit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CollectionUnit.FormattingEnabled = true;
- this.CollectionUnit.Items.AddRange(new object[] {
- "盘",
- "盒",
- "全部"});
- this.CollectionUnit.Location = new System.Drawing.Point(390, 228);
- this.CollectionUnit.Margin = new System.Windows.Forms.Padding(4);
- this.CollectionUnit.Name = "CollectionUnit";
- this.CollectionUnit.Size = new System.Drawing.Size(69, 28);
- this.CollectionUnit.TabIndex = 41;
- //
- // CollectionUnit_label
- //
- this.CollectionUnit_label.AutoSize = true;
- this.CollectionUnit_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CollectionUnit_label.Location = new System.Drawing.Point(304, 229);
- this.CollectionUnit_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.CollectionUnit_label.Name = "CollectionUnit_label";
- this.CollectionUnit_label.Size = new System.Drawing.Size(82, 24);
- this.CollectionUnit_label.TabIndex = 56;
- this.CollectionUnit_label.Text = "采集单位";
- //
- // GenerateBarCode
- //
- this.GenerateBarCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.GenerateBarCode.Location = new System.Drawing.Point(498, 222);
- this.GenerateBarCode.Margin = new System.Windows.Forms.Padding(4);
- this.GenerateBarCode.Name = "GenerateBarCode";
- this.GenerateBarCode.Size = new System.Drawing.Size(90, 34);
- this.GenerateBarCode.TabIndex = 41;
- this.GenerateBarCode.Text = "生成条码";
- this.GenerateBarCode.UseVisualStyleBackColor = true;
- this.GenerateBarCode.Click += new System.EventHandler(this.GenerateBarCode_Click);
- //
- // LabelMainTain
- //
- this.LabelMainTain.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.LabelMainTain.Location = new System.Drawing.Point(598, 222);
- this.LabelMainTain.Margin = new System.Windows.Forms.Padding(4);
- this.LabelMainTain.Name = "LabelMainTain";
- this.LabelMainTain.Size = new System.Drawing.Size(90, 34);
- this.LabelMainTain.TabIndex = 57;
- this.LabelMainTain.Text = "标签维护";
- this.LabelMainTain.UseVisualStyleBackColor = true;
- this.LabelMainTain.Click += new System.EventHandler(this.LabelMaintain_Click);
- //
- // SaveGrid
- //
- this.SaveGrid.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SaveGrid.Location = new System.Drawing.Point(598, 270);
- this.SaveGrid.Margin = new System.Windows.Forms.Padding(4);
- this.SaveGrid.Name = "SaveGrid";
- this.SaveGrid.Size = new System.Drawing.Size(90, 34);
- this.SaveGrid.TabIndex = 59;
- this.SaveGrid.Text = "保存明细";
- this.SaveGrid.UseVisualStyleBackColor = true;
- this.SaveGrid.Click += new System.EventHandler(this.SaveGrid_Click);
- //
- // sg_separator_label
- //
- this.sg_separator_label.AutoSize = true;
- this.sg_separator_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sg_separator_label.Location = new System.Drawing.Point(311, 81);
- this.sg_separator_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.sg_separator_label.Name = "sg_separator_label";
- this.sg_separator_label.Size = new System.Drawing.Size(64, 24);
- this.sg_separator_label.TabIndex = 61;
- this.sg_separator_label.Text = "分隔符";
- //
- // CollectionSetting
- //
- this.CollectionSetting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CollectionSetting.Location = new System.Drawing.Point(314, 130);
- this.CollectionSetting.Margin = new System.Windows.Forms.Padding(4);
- this.CollectionSetting.Name = "CollectionSetting";
- this.CollectionSetting.Size = new System.Drawing.Size(109, 34);
- this.CollectionSetting.TabIndex = 63;
- this.CollectionSetting.Text = "采集策略设置";
- this.CollectionSetting.UseVisualStyleBackColor = true;
- this.CollectionSetting.Click += new System.EventHandler(this.CollectionSetting_Click);
- //
- // Si_ItemDGV
- //
- this.Si_ItemDGV.AllowUserToAddRows = false;
- this.Si_ItemDGV.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
- this.Si_ItemDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.Si_ItemDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.si_detno,
- this.si_index,
- this.si_kind,
- this.si_indexstring,
- this.si_length,
- this.si_expression,
- this.si_item});
- this.Si_ItemDGV.Location = new System.Drawing.Point(434, 20);
- this.Si_ItemDGV.Margin = new System.Windows.Forms.Padding(4);
- this.Si_ItemDGV.Name = "Si_ItemDGV";
- this.Si_ItemDGV.RowTemplate.Height = 23;
- this.Si_ItemDGV.Size = new System.Drawing.Size(175, 180);
- this.Si_ItemDGV.TabIndex = 65;
- //
- // si_detno
- //
- this.si_detno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.si_detno.DataPropertyName = "si_detno";
- this.si_detno.HeaderText = "顺序";
- this.si_detno.Name = "si_detno";
- this.si_detno.ReadOnly = true;
- this.si_detno.Width = 50;
- //
- // si_index
- //
- this.si_index.DataPropertyName = "si_index";
- this.si_index.HeaderText = "起始位置";
- this.si_index.Name = "si_index";
- this.si_index.Visible = false;
- //
- // si_kind
- //
- this.si_kind.DataPropertyName = "si_kind";
- this.si_kind.HeaderText = "解析方式";
- this.si_kind.Name = "si_kind";
- this.si_kind.Visible = false;
- //
- // si_indexstring
- //
- this.si_indexstring.DataPropertyName = "si_indexstring";
- this.si_indexstring.HeaderText = "索引字符";
- this.si_indexstring.Name = "si_indexstring";
- this.si_indexstring.Visible = false;
- //
- // si_length
- //
- this.si_length.DataPropertyName = "si_length";
- this.si_length.HeaderText = "长度";
- this.si_length.Name = "si_length";
- this.si_length.Visible = false;
- //
- // si_expression
- //
- this.si_expression.DataPropertyName = "si_expression";
- this.si_expression.HeaderText = "正则表达式";
- this.si_expression.Name = "si_expression";
- this.si_expression.Visible = false;
- //
- // si_item
- //
- this.si_item.DataPropertyName = "si_item";
- this.si_item.HeaderText = "采集项目";
- this.si_item.Name = "si_item";
- this.si_item.ReadOnly = true;
- this.si_item.Width = 80;
- //
- // CleanDetail
- //
- this.CleanDetail.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CleanDetail.Location = new System.Drawing.Point(498, 270);
- this.CleanDetail.Margin = new System.Windows.Forms.Padding(4);
- this.CleanDetail.Name = "CleanDetail";
- this.CleanDetail.Size = new System.Drawing.Size(90, 34);
- this.CleanDetail.TabIndex = 66;
- this.CleanDetail.Text = "清除明细";
- this.CleanDetail.UseVisualStyleBackColor = true;
- this.CleanDetail.Click += new System.EventHandler(this.CleanDetail_Click);
- //
- // pib_id
- //
- this.pib_id.AutoSize = true;
- this.pib_id.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pib_id.Location = new System.Drawing.Point(191, 200);
- this.pib_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pib_id.Name = "pib_id";
- this.pib_id.Size = new System.Drawing.Size(0, 24);
- this.pib_id.TabIndex = 69;
- this.pib_id.Visible = false;
- //
- // pi_cardcode
- //
- this.pi_cardcode.AutoSize = true;
- this.pi_cardcode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pi_cardcode.Location = new System.Drawing.Point(103, 46);
- this.pi_cardcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pi_cardcode.Name = "pi_cardcode";
- this.pi_cardcode.Size = new System.Drawing.Size(0, 24);
- this.pi_cardcode.TabIndex = 71;
- //
- // pi_cardcode_label
- //
- this.pi_cardcode_label.AutoSize = true;
- this.pi_cardcode_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pi_cardcode_label.Location = new System.Drawing.Point(4, 46);
- this.pi_cardcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pi_cardcode_label.Name = "pi_cardcode_label";
- this.pi_cardcode_label.Size = new System.Drawing.Size(82, 24);
- this.pi_cardcode_label.TabIndex = 72;
- this.pi_cardcode_label.Text = "客户编号";
- //
- // Fresh
- //
- this.Fresh.AutoSize = true;
- this.Fresh.Location = new System.Drawing.Point(304, 18);
- this.Fresh.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.Fresh.Name = "Fresh";
- this.Fresh.Size = new System.Drawing.Size(37, 15);
- this.Fresh.TabIndex = 73;
- this.Fresh.TabStop = true;
- this.Fresh.Text = "刷新";
- this.Fresh.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.Refresh_LinkClicked);
- //
- // 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(3, 726);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(92, 27);
- this.label3.TabIndex = 29;
- this.label3.Text = "输出日志";
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "si_detno";
- this.dataGridViewTextBoxColumn1.HeaderText = "bi_id";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Visible = false;
- this.dataGridViewTextBoxColumn1.Width = 80;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "si_index";
- this.dataGridViewTextBoxColumn2.HeaderText = "明细序号";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.Visible = false;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "bi_prodcode";
- this.dataGridViewTextBoxColumn3.HeaderText = "物料编号";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.Visible = false;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "si_indexstring";
- this.dataGridViewTextBoxColumn4.HeaderText = "MPN";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.Visible = false;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "si_length";
- this.dataGridViewTextBoxColumn5.HeaderText = "LotNo";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.Visible = false;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.DataPropertyName = "si_expression";
- this.dataGridViewTextBoxColumn6.HeaderText = "DateCode";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.Visible = false;
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.DataPropertyName = "bi_inqty";
- this.dataGridViewTextBoxColumn7.HeaderText = "数量";
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- this.dataGridViewTextBoxColumn7.ReadOnly = true;
- this.dataGridViewTextBoxColumn7.Width = 80;
- //
- // dataGridViewCheckBoxColumn1
- //
- this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
- this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
- this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.dataGridViewCheckBoxColumn1.Width = 60;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.HeaderText = "唯一条码";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.HeaderText = "中盒号";
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.HeaderText = "外箱号";
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- //
- // dataGridViewCheckBoxColumn2
- //
- this.dataGridViewCheckBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.dataGridViewCheckBoxColumn2.HeaderText = "已采集";
- this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
- //
- // dataGridViewCheckBoxColumn3
- //
- this.dataGridViewCheckBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.dataGridViewCheckBoxColumn3.HeaderText = "已打印";
- this.dataGridViewCheckBoxColumn3.Name = "dataGridViewCheckBoxColumn3";
- //
- // dataGridViewTextBoxColumn11
- //
- this.dataGridViewTextBoxColumn11.DataPropertyName = "si_item";
- this.dataGridViewTextBoxColumn11.HeaderText = "采集项次";
- this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
- this.dataGridViewTextBoxColumn11.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn12
- //
- this.dataGridViewTextBoxColumn12.DataPropertyName = "si_kind";
- this.dataGridViewTextBoxColumn12.HeaderText = "解析方式";
- this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
- //
- // dataGridViewTextBoxColumn13
- //
- this.dataGridViewTextBoxColumn13.DataPropertyName = "si_expression";
- this.dataGridViewTextBoxColumn13.HeaderText = "正则表达式";
- this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
- //
- // dataGridViewTextBoxColumn14
- //
- this.dataGridViewTextBoxColumn14.DataPropertyName = "si_index";
- this.dataGridViewTextBoxColumn14.HeaderText = "起始位置";
- this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
- //
- // dataGridViewTextBoxColumn15
- //
- this.dataGridViewTextBoxColumn15.DataPropertyName = "si_length";
- this.dataGridViewTextBoxColumn15.HeaderText = "字符长度";
- this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
- //
- // CleanInputAfterCollect
- //
- this.CleanInputAfterCollect.AutoSize = true;
- this.CleanInputAfterCollect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CleanInputAfterCollect.Location = new System.Drawing.Point(308, 274);
- this.CleanInputAfterCollect.Margin = new System.Windows.Forms.Padding(4);
- this.CleanInputAfterCollect.Name = "CleanInputAfterCollect";
- this.CleanInputAfterCollect.Size = new System.Drawing.Size(151, 24);
- this.CleanInputAfterCollect.TabIndex = 74;
- this.CleanInputAfterCollect.Text = "采集后清除输入框";
- this.CleanInputAfterCollect.UseVisualStyleBackColor = true;
- //
- // AllCollected
- //
- this.AllCollected.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.AllCollected.Location = new System.Drawing.Point(695, 271);
- this.AllCollected.Margin = new System.Windows.Forms.Padding(4);
- this.AllCollected.Name = "AllCollected";
- this.AllCollected.Size = new System.Drawing.Size(90, 34);
- this.AllCollected.TabIndex = 75;
- this.AllCollected.Text = "全部已采";
- this.AllCollected.UseVisualStyleBackColor = true;
- this.AllCollected.Click += new System.EventHandler(this.AllCollected_Click);
- //
- // PowerSetting
- //
- this.PowerSetting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PowerSetting.Location = new System.Drawing.Point(695, 224);
- this.PowerSetting.Margin = new System.Windows.Forms.Padding(4);
- this.PowerSetting.Name = "PowerSetting";
- this.PowerSetting.Size = new System.Drawing.Size(90, 34);
- this.PowerSetting.TabIndex = 76;
- this.PowerSetting.Text = "权限设置";
- this.PowerSetting.UseVisualStyleBackColor = true;
- this.PowerSetting.Visible = false;
- this.PowerSetting.Click += new System.EventHandler(this.PowerSetting_Click);
- //
- // ChooseAll
- //
- this.ChooseAll.Location = new System.Drawing.Point(5, 316);
- this.ChooseAll.Margin = new System.Windows.Forms.Padding(4);
- this.ChooseAll.Name = "ChooseAll";
- this.ChooseAll.Size = new System.Drawing.Size(53, 25);
- this.ChooseAll.TabIndex = 70;
- this.ChooseAll.Text = "全选";
- this.ChooseAll.UseVisualStyleBackColor = true;
- //
- // pr_code
- //
- this.pr_code.Caller = null;
- this.pr_code.Condition = null;
- this.pr_code.FormName = null;
- this.pr_code.Location = new System.Drawing.Point(101, 229);
- this.pr_code.Margin = new System.Windows.Forms.Padding(4);
- this.pr_code.Name = "pr_code";
- this.pr_code.SelectField = null;
- this.pr_code.SetValueField = null;
- this.pr_code.Size = new System.Drawing.Size(199, 30);
- this.pr_code.TabIndex = 68;
- this.pr_code.TableName = null;
- this.pr_code.UserControlTextChanged += new UAS_LabelMachine.CustomControl.SearchTextBox.OnTextChange(this.pr_code_UserControlTextChanged);
- this.pr_code.SearchIconClick += new UAS_LabelMachine.CustomControl.SearchTextBox.Icon_Click(this.pr_code_SearchIconClick);
- //
- // CollectionProcess
- //
- this.CollectionProcess.Controls.Add(this.Capacity);
- this.CollectionProcess.Controls.Add(this.Process_midboxcode);
- this.CollectionProcess.Controls.Add(this.Process_outboxcode);
- this.CollectionProcess.Controls.Add(this.TotalCount);
- this.CollectionProcess.Controls.Add(this.label17);
- this.CollectionProcess.Controls.Add(this.CollectedCount);
- this.CollectionProcess.Controls.Add(this.label14);
- this.CollectionProcess.Controls.Add(this.label11);
- this.CollectionProcess.Controls.Add(this.label13);
- this.CollectionProcess.Controls.Add(this.Installed);
- this.CollectionProcess.Controls.Add(this.Process);
- this.CollectionProcess.Location = new System.Drawing.Point(618, 12);
- this.CollectionProcess.Name = "CollectionProcess";
- this.CollectionProcess.Size = new System.Drawing.Size(173, 190);
- this.CollectionProcess.TabIndex = 80;
- this.CollectionProcess.TabStop = false;
- this.CollectionProcess.Text = " ";
- //
- // Capacity
- //
- this.Capacity.AutoSize = true;
- this.Capacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Capacity.Location = new System.Drawing.Point(75, 84);
- this.Capacity.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.Capacity.Name = "Capacity";
- this.Capacity.Size = new System.Drawing.Size(0, 20);
- this.Capacity.TabIndex = 75;
- //
- // Process_midboxcode
- //
- this.Process_midboxcode.AutoSize = true;
- this.Process_midboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Process_midboxcode.Location = new System.Drawing.Point(59, 149);
- this.Process_midboxcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.Process_midboxcode.Name = "Process_midboxcode";
- this.Process_midboxcode.Size = new System.Drawing.Size(18, 20);
- this.Process_midboxcode.TabIndex = 74;
- this.Process_midboxcode.Text = "0";
- //
- // Process_outboxcode
- //
- this.Process_outboxcode.AutoSize = true;
- this.Process_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Process_outboxcode.Location = new System.Drawing.Point(59, 120);
- this.Process_outboxcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.Process_outboxcode.Name = "Process_outboxcode";
- this.Process_outboxcode.Size = new System.Drawing.Size(18, 20);
- this.Process_outboxcode.TabIndex = 73;
- this.Process_outboxcode.Text = "0";
- //
- // TotalCount
- //
- this.TotalCount.AutoSize = true;
- this.TotalCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.TotalCount.ForeColor = System.Drawing.Color.Blue;
- this.TotalCount.Location = new System.Drawing.Point(120, 24);
- this.TotalCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.TotalCount.Name = "TotalCount";
- this.TotalCount.Size = new System.Drawing.Size(18, 20);
- this.TotalCount.TabIndex = 72;
- this.TotalCount.Text = "0";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label17.Location = new System.Drawing.Point(103, 24);
- this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(15, 20);
- this.label17.TabIndex = 71;
- this.label17.Text = "/";
- //
- // CollectedCount
- //
- this.CollectedCount.AutoSize = true;
- this.CollectedCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CollectedCount.ForeColor = System.Drawing.Color.Red;
- this.CollectedCount.Location = new System.Drawing.Point(79, 24);
- this.CollectedCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.CollectedCount.Name = "CollectedCount";
- this.CollectedCount.Size = new System.Drawing.Size(18, 20);
- this.CollectedCount.TabIndex = 70;
- this.CollectedCount.Text = "0";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label14.Location = new System.Drawing.Point(8, 121);
- this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(39, 20);
- this.label14.TabIndex = 69;
- this.label14.Text = "箱号";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label11.Location = new System.Drawing.Point(8, 149);
- this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(39, 20);
- this.label11.TabIndex = 68;
- this.label11.Text = "盒号";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label13.Location = new System.Drawing.Point(8, 56);
- this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(54, 20);
- this.label13.TabIndex = 67;
- this.label13.Text = "当前盒";
- //
- // Installed
- //
- this.Installed.AutoSize = true;
- this.Installed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Installed.Location = new System.Drawing.Point(75, 56);
- this.Installed.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.Installed.Name = "Installed";
- this.Installed.Size = new System.Drawing.Size(0, 20);
- this.Installed.TabIndex = 66;
- //
- // Process
- //
- this.Process.AutoSize = true;
- this.Process.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Process.Location = new System.Drawing.Point(8, 24);
- this.Process.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.Process.Name = "Process";
- this.Process.Size = new System.Drawing.Size(54, 20);
- this.Process.TabIndex = 65;
- this.Process.Text = "总进度";
- //
- // sg_separator
- //
- this.sg_separator.Enabled = false;
- this.sg_separator.ID = null;
- this.sg_separator.Location = new System.Drawing.Point(387, 81);
- this.sg_separator.Margin = new System.Windows.Forms.Padding(4);
- this.sg_separator.Name = "sg_separator";
- this.sg_separator.Size = new System.Drawing.Size(36, 25);
- this.sg_separator.Str = null;
- this.sg_separator.Str1 = null;
- this.sg_separator.Str2 = null;
- this.sg_separator.TabIndex = 62;
- //
- // Input
- //
- this.Input.ID = null;
- this.Input.Location = new System.Drawing.Point(101, 272);
- this.Input.Margin = new System.Windows.Forms.Padding(4);
- this.Input.Name = "Input";
- this.Input.Size = new System.Drawing.Size(199, 25);
- this.Input.Str = null;
- this.Input.Str1 = null;
- this.Input.Str2 = null;
- this.Input.TabIndex = 54;
- this.Input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Input_KeyDown);
- //
- // griddetno
- //
- this.griddetno.ID = null;
- this.griddetno.Location = new System.Drawing.Point(101, 165);
- this.griddetno.Margin = new System.Windows.Forms.Padding(4);
- this.griddetno.Name = "griddetno";
- this.griddetno.Size = new System.Drawing.Size(135, 25);
- this.griddetno.Str = null;
- this.griddetno.Str1 = null;
- this.griddetno.Str2 = null;
- this.griddetno.TabIndex = 50;
- this.griddetno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.griddetno_KeyDown);
- //
- // sg_code
- //
- this.sg_code.Caller = null;
- this.sg_code.Condition = null;
- this.sg_code.FormName = null;
- this.sg_code.Location = new System.Drawing.Point(101, 81);
- this.sg_code.Margin = new System.Windows.Forms.Padding(4);
- this.sg_code.Name = "sg_code";
- this.sg_code.SelectField = null;
- this.sg_code.SetValueField = null;
- this.sg_code.Size = new System.Drawing.Size(199, 30);
- this.sg_code.TabIndex = 32;
- this.sg_code.TableName = null;
- this.sg_code.UserControlTextChanged += new UAS_LabelMachine.CustomControl.SearchTextBox.OnTextChange(this.sg_code_UserControlTextChanged);
- //
- // MessageLog
- //
- this.MessageLog.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.MessageLog.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.MessageLog.Location = new System.Drawing.Point(0, 761);
- this.MessageLog.Margin = new System.Windows.Forms.Padding(4);
- this.MessageLog.Name = "MessageLog";
- this.MessageLog.Size = new System.Drawing.Size(1458, 123);
- this.MessageLog.TabIndex = 28;
- this.MessageLog.Text = "";
- //
- // LabelInf
- //
- this.LabelInf.AllowUserToAddRows = false;
- this.LabelInf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.LabelInf.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
- this.LabelInf.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
- this.LabelInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.LabelInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Choose,
- this.pib_id1,
- this.pib_pdno,
- this.pib_prodcode,
- this.pr_brand,
- this.pr_vendprodcode,
- this.pib_lotno,
- this.pib_datecode,
- this.DateCode1,
- this.pib_qty,
- this.pib_barcode,
- this.pd_pocode,
- this.pib_outboxcode1,
- this.pib_outboxcode2,
- this.pib_ifpick,
- this.pib_ifprint});
- this.LabelInf.Location = new System.Drawing.Point(4, 315);
- this.LabelInf.Margin = new System.Windows.Forms.Padding(4);
- this.LabelInf.Name = "LabelInf";
- this.LabelInf.RowTemplate.Height = 23;
- this.LabelInf.Size = new System.Drawing.Size(1454, 407);
- this.LabelInf.TabIndex = 27;
- this.LabelInf.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.LabelInf_CellPainting);
- this.LabelInf.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelInf_CellValueChanged);
- this.LabelInf.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.LabelInf_DataError);
- //
- // Choose
- //
- this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.Choose.HeaderText = "勾选";
- this.Choose.Name = "Choose";
- this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.Choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.Choose.Width = 55;
- //
- // pib_id1
- //
- this.pib_id1.DataPropertyName = "pib_id";
- this.pib_id1.HeaderText = "pib_id";
- this.pib_id1.Name = "pib_id1";
- this.pib_id1.Visible = false;
- this.pib_id1.Width = 84;
- //
- // pib_pdno
- //
- this.pib_pdno.DataPropertyName = "pib_pdno";
- this.pib_pdno.HeaderText = "明细序号";
- this.pib_pdno.Name = "pib_pdno";
- this.pib_pdno.ReadOnly = true;
- this.pib_pdno.Width = 96;
- //
- // pib_prodcode
- //
- this.pib_prodcode.DataPropertyName = "pib_prodcode";
- this.pib_prodcode.HeaderText = "物料编号";
- this.pib_prodcode.Name = "pib_prodcode";
- this.pib_prodcode.ReadOnly = true;
- this.pib_prodcode.Width = 96;
- //
- // pr_brand
- //
- this.pr_brand.DataPropertyName = "pr_brand";
- this.pr_brand.HeaderText = "品牌";
- this.pr_brand.Name = "pr_brand";
- this.pr_brand.Width = 66;
- //
- // pr_vendprodcode
- //
- this.pr_vendprodcode.DataPropertyName = "pr_vendprodcode";
- this.pr_vendprodcode.HeaderText = "MPN";
- this.pr_vendprodcode.Name = "pr_vendprodcode";
- this.pr_vendprodcode.ReadOnly = true;
- this.pr_vendprodcode.Width = 60;
- //
- // pib_lotno
- //
- this.pib_lotno.DataPropertyName = "pib_lotno";
- this.pib_lotno.HeaderText = "LotNo";
- this.pib_lotno.Name = "pib_lotno";
- this.pib_lotno.Width = 76;
- //
- // pib_datecode
- //
- this.pib_datecode.DataPropertyName = "pib_datecode";
- this.pib_datecode.HeaderText = "DateCode";
- this.pib_datecode.Name = "pib_datecode";
- //
- // DateCode1
- //
- this.DateCode1.HeaderText = "DateCode1";
- this.DateCode1.Name = "DateCode1";
- this.DateCode1.Visible = false;
- this.DateCode1.Width = 108;
- //
- // pib_qty
- //
- this.pib_qty.DataPropertyName = "pib_qty";
- this.pib_qty.HeaderText = "数量";
- this.pib_qty.Name = "pib_qty";
- this.pib_qty.ReadOnly = true;
- this.pib_qty.Width = 66;
- //
- // pib_barcode
- //
- this.pib_barcode.DataPropertyName = "pib_barcode";
- this.pib_barcode.HeaderText = "唯一条码";
- this.pib_barcode.Name = "pib_barcode";
- this.pib_barcode.ReadOnly = true;
- this.pib_barcode.Width = 96;
- //
- // pd_pocode
- //
- this.pd_pocode.DataPropertyName = "pd_pocode";
- this.pd_pocode.HeaderText = "客户PO";
- this.pd_pocode.Name = "pd_pocode";
- this.pd_pocode.ReadOnly = true;
- this.pd_pocode.Width = 82;
- //
- // pib_outboxcode1
- //
- this.pib_outboxcode1.DataPropertyName = "pib_outboxcode1";
- this.pib_outboxcode1.HeaderText = "中盒号";
- this.pib_outboxcode1.Name = "pib_outboxcode1";
- this.pib_outboxcode1.Width = 81;
- //
- // pib_outboxcode2
- //
- this.pib_outboxcode2.DataPropertyName = "pib_outboxcode2";
- this.pib_outboxcode2.HeaderText = "外箱号";
- this.pib_outboxcode2.Name = "pib_outboxcode2";
- this.pib_outboxcode2.Width = 81;
- //
- // pib_ifpick
- //
- this.pib_ifpick.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.pib_ifpick.DataPropertyName = "pib_ifpick";
- this.pib_ifpick.HeaderText = "已采集";
- this.pib_ifpick.Name = "pib_ifpick";
- this.pib_ifpick.Width = 50;
- //
- // pib_ifprint
- //
- this.pib_ifprint.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.pib_ifprint.DataPropertyName = "pib_ifprint";
- this.pib_ifprint.HeaderText = "已打印";
- this.pib_ifprint.Name = "pib_ifprint";
- this.pib_ifprint.Width = 50;
- //
- // pi_inoutno
- //
- this.pi_inoutno.ID = null;
- this.pi_inoutno.Location = new System.Drawing.Point(101, 12);
- this.pi_inoutno.Margin = new System.Windows.Forms.Padding(4);
- this.pi_inoutno.Name = "pi_inoutno";
- this.pi_inoutno.Size = new System.Drawing.Size(199, 25);
- this.pi_inoutno.Str = null;
- this.pi_inoutno.Str1 = null;
- this.pi_inoutno.Str2 = null;
- this.pi_inoutno.TabIndex = 2;
- this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pi_inoutno_KeyDown);
- //
- // SingleLabel
- //
- this.SingleLabel.Controls.Add(this.SingleLabelPrinter);
- this.SingleLabel.Controls.Add(this.SingleLabelPrint);
- this.SingleLabel.Controls.Add(this.SingleLabelAutoPrint);
- this.SingleLabel.Controls.Add(this.SingleLabelCombox);
- this.SingleLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SingleLabel.Location = new System.Drawing.Point(800, 6);
- this.SingleLabel.Margin = new System.Windows.Forms.Padding(4);
- this.SingleLabel.Name = "SingleLabel";
- this.SingleLabel.Size = new System.Drawing.Size(208, 299);
- this.SingleLabel.TabIndex = 77;
- this.SingleLabel.TabStop = false;
- this.SingleLabel.Text = "单盘标签";
- //
- // SingleLabelPrinter
- //
- this.SingleLabelPrinter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SingleLabelPrinter.Location = new System.Drawing.Point(8, 99);
- this.SingleLabelPrinter.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
- this.SingleLabelPrinter.Name = "SingleLabelPrinter";
- this.SingleLabelPrinter.Size = new System.Drawing.Size(190, 36);
- this.SingleLabelPrinter.TabIndex = 40;
- //
- // SingleLabelPrint
- //
- this.SingleLabelPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.SingleLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SingleLabelPrint.Location = new System.Drawing.Point(114, 252);
- this.SingleLabelPrint.Margin = new System.Windows.Forms.Padding(4);
- this.SingleLabelPrint.Name = "SingleLabelPrint";
- this.SingleLabelPrint.Size = new System.Drawing.Size(90, 34);
- this.SingleLabelPrint.TabIndex = 36;
- this.SingleLabelPrint.Text = "打印盘标";
- this.SingleLabelPrint.UseVisualStyleBackColor = true;
- this.SingleLabelPrint.Click += new System.EventHandler(this.SingleLabelPrint_Click);
- //
- // SingleLabelAutoPrint
- //
- this.SingleLabelAutoPrint.AutoSize = true;
- this.SingleLabelAutoPrint.Checked = true;
- this.SingleLabelAutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
- this.SingleLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SingleLabelAutoPrint.Location = new System.Drawing.Point(10, 145);
- this.SingleLabelAutoPrint.Margin = new System.Windows.Forms.Padding(4);
- this.SingleLabelAutoPrint.Name = "SingleLabelAutoPrint";
- this.SingleLabelAutoPrint.Size = new System.Drawing.Size(91, 24);
- this.SingleLabelAutoPrint.TabIndex = 30;
- this.SingleLabelAutoPrint.Text = "自动打印";
- this.SingleLabelAutoPrint.UseVisualStyleBackColor = true;
- //
- // SingleLabelCombox
- //
- this.SingleLabelCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.SingleLabelCombox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SingleLabelCombox.FormattingEnabled = true;
- this.SingleLabelCombox.Location = new System.Drawing.Point(9, 56);
- this.SingleLabelCombox.Margin = new System.Windows.Forms.Padding(4);
- this.SingleLabelCombox.Name = "SingleLabelCombox";
- this.SingleLabelCombox.Size = new System.Drawing.Size(189, 28);
- this.SingleLabelCombox.TabIndex = 0;
- //
- // MidLabel
- //
- this.MidLabel.Controls.Add(this.MidLabelNum);
- this.MidLabel.Controls.Add(this.label5);
- this.MidLabel.Controls.Add(this.label4);
- this.MidLabel.Controls.Add(this.MidLabelPrinter);
- this.MidLabel.Controls.Add(this.label15);
- this.MidLabel.Controls.Add(this.MidBoxCapacity);
- this.MidLabel.Controls.Add(this.MidLabelPrint);
- this.MidLabel.Controls.Add(this.MidLabelAutoPrint);
- this.MidLabel.Controls.Add(this.MidLabelCombox);
- this.MidLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.MidLabel.Location = new System.Drawing.Point(1011, 6);
- this.MidLabel.Margin = new System.Windows.Forms.Padding(4);
- this.MidLabel.Name = "MidLabel";
- this.MidLabel.Size = new System.Drawing.Size(209, 299);
- this.MidLabel.TabIndex = 78;
- this.MidLabel.TabStop = false;
- this.MidLabel.Text = "中盒标签";
- //
- // MidLabelNum
- //
- this.MidLabelNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.MidLabelNum.ID = null;
- this.MidLabelNum.Location = new System.Drawing.Point(59, 215);
- this.MidLabelNum.Margin = new System.Windows.Forms.Padding(4);
- this.MidLabelNum.Name = "MidLabelNum";
- this.MidLabelNum.Size = new System.Drawing.Size(84, 27);
- this.MidLabelNum.Str = null;
- this.MidLabelNum.Str1 = null;
- this.MidLabelNum.Str2 = null;
- this.MidLabelNum.TabIndex = 56;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(9, 220);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(39, 20);
- this.label5.TabIndex = 50;
- this.label5.Text = "盒号";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(10, 180);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(39, 20);
- this.label4.TabIndex = 49;
- this.label4.Text = "容量";
- //
- // MidLabelPrinter
- //
- this.MidLabelPrinter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.MidLabelPrinter.Location = new System.Drawing.Point(8, 99);
- this.MidLabelPrinter.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
- this.MidLabelPrinter.Name = "MidLabelPrinter";
- this.MidLabelPrinter.Size = new System.Drawing.Size(189, 36);
- this.MidLabelPrinter.TabIndex = 41;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label15.Location = new System.Drawing.Point(120, 183);
- this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(24, 20);
- this.label15.TabIndex = 40;
- this.label15.Text = "盘";
- //
- // MidBoxCapacity
- //
- this.MidBoxCapacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.MidBoxCapacity.Location = new System.Drawing.Point(60, 177);
- this.MidBoxCapacity.Margin = new System.Windows.Forms.Padding(4);
- this.MidBoxCapacity.Name = "MidBoxCapacity";
- this.MidBoxCapacity.Size = new System.Drawing.Size(51, 27);
- this.MidBoxCapacity.TabIndex = 30;
- //
- // MidLabelPrint
- //
- this.MidLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.MidLabelPrint.Location = new System.Drawing.Point(110, 252);
- this.MidLabelPrint.Margin = new System.Windows.Forms.Padding(4);
- this.MidLabelPrint.Name = "MidLabelPrint";
- this.MidLabelPrint.Size = new System.Drawing.Size(90, 34);
- this.MidLabelPrint.TabIndex = 42;
- this.MidLabelPrint.Text = "打印盒签";
- this.MidLabelPrint.UseVisualStyleBackColor = true;
- this.MidLabelPrint.Click += new System.EventHandler(this.MidLabelPrint_Click);
- //
- // MidLabelAutoPrint
- //
- this.MidLabelAutoPrint.AutoSize = true;
- this.MidLabelAutoPrint.Checked = true;
- this.MidLabelAutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
- this.MidLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.MidLabelAutoPrint.Location = new System.Drawing.Point(14, 144);
- this.MidLabelAutoPrint.Margin = new System.Windows.Forms.Padding(4);
- this.MidLabelAutoPrint.Name = "MidLabelAutoPrint";
- this.MidLabelAutoPrint.Size = new System.Drawing.Size(91, 24);
- this.MidLabelAutoPrint.TabIndex = 41;
- this.MidLabelAutoPrint.Text = "自动打印";
- this.MidLabelAutoPrint.UseVisualStyleBackColor = true;
- //
- // MidLabelCombox
- //
- this.MidLabelCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.MidLabelCombox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.MidLabelCombox.FormattingEnabled = true;
- this.MidLabelCombox.Location = new System.Drawing.Point(9, 56);
- this.MidLabelCombox.Margin = new System.Windows.Forms.Padding(4);
- this.MidLabelCombox.Name = "MidLabelCombox";
- this.MidLabelCombox.Size = new System.Drawing.Size(189, 28);
- this.MidLabelCombox.TabIndex = 40;
- //
- // OutBoxLabel
- //
- this.OutBoxLabel.Controls.Add(this.LogingOut);
- this.OutBoxLabel.Controls.Add(this.GetOutBoxCode);
- this.OutBoxLabel.Controls.Add(this.OutBoxNum);
- this.OutBoxLabel.Controls.Add(this.label10);
- this.OutBoxLabel.Controls.Add(this.WeightNet);
- this.OutBoxLabel.Controls.Add(this.label9);
- this.OutBoxLabel.Controls.Add(this.WeightGross);
- this.OutBoxLabel.Controls.Add(this.label8);
- this.OutBoxLabel.Controls.Add(this.label6);
- this.OutBoxLabel.Controls.Add(this.OutBoxPrinter);
- this.OutBoxLabel.Controls.Add(this.label7);
- this.OutBoxLabel.Controls.Add(this.OutboxCapacity);
- this.OutBoxLabel.Controls.Add(this.OutBoxLabelPackage);
- this.OutBoxLabel.Controls.Add(this.OutBoxLabelPrint);
- this.OutBoxLabel.Controls.Add(this.OutBoxLabelAutoPrint);
- this.OutBoxLabel.Controls.Add(this.OutBoxCombox);
- this.OutBoxLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OutBoxLabel.Location = new System.Drawing.Point(1228, 7);
- this.OutBoxLabel.Name = "OutBoxLabel";
- this.OutBoxLabel.Size = new System.Drawing.Size(230, 298);
- this.OutBoxLabel.TabIndex = 79;
- this.OutBoxLabel.TabStop = false;
- this.OutBoxLabel.Text = "外箱标签";
- //
- // LogingOut
- //
- this.LogingOut.AutoSize = true;
- this.LogingOut.Location = new System.Drawing.Point(166, 19);
- this.LogingOut.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.LogingOut.Name = "LogingOut";
- this.LogingOut.Size = new System.Drawing.Size(52, 27);
- this.LogingOut.TabIndex = 77;
- this.LogingOut.TabStop = true;
- this.LogingOut.Text = "注销";
- this.LogingOut.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LogingOut_LinkClicked);
- //
- // GetOutBoxCode
- //
- this.GetOutBoxCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.GetOutBoxCode.Location = new System.Drawing.Point(142, 138);
- this.GetOutBoxCode.Margin = new System.Windows.Forms.Padding(4);
- this.GetOutBoxCode.Name = "GetOutBoxCode";
- this.GetOutBoxCode.Size = new System.Drawing.Size(80, 34);
- this.GetOutBoxCode.TabIndex = 93;
- this.GetOutBoxCode.Text = "获取箱号";
- this.GetOutBoxCode.UseVisualStyleBackColor = true;
- this.GetOutBoxCode.Visible = false;
- this.GetOutBoxCode.Click += new System.EventHandler(this.GetOutBoxCode_Click);
- //
- // OutBoxNum
- //
- this.OutBoxNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OutBoxNum.ID = null;
- this.OutBoxNum.Location = new System.Drawing.Point(61, 219);
- this.OutBoxNum.Margin = new System.Windows.Forms.Padding(4);
- this.OutBoxNum.Name = "OutBoxNum";
- this.OutBoxNum.Size = new System.Drawing.Size(48, 27);
- this.OutBoxNum.Str = null;
- this.OutBoxNum.Str1 = null;
- this.OutBoxNum.Str2 = null;
- this.OutBoxNum.TabIndex = 91;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label10.Location = new System.Drawing.Point(11, 222);
- this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(39, 20);
- this.label10.TabIndex = 90;
- this.label10.Text = "箱号";
- //
- // WeightNet
- //
- this.WeightNet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.WeightNet.ID = null;
- this.WeightNet.Location = new System.Drawing.Point(170, 266);
- this.WeightNet.Margin = new System.Windows.Forms.Padding(4);
- this.WeightNet.Name = "WeightNet";
- this.WeightNet.Size = new System.Drawing.Size(48, 27);
- this.WeightNet.Str = null;
- this.WeightNet.Str1 = null;
- this.WeightNet.Str2 = null;
- this.WeightNet.TabIndex = 89;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.Location = new System.Drawing.Point(119, 270);
- this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(39, 20);
- this.label9.TabIndex = 88;
- this.label9.Text = "净重";
- //
- // WeightGross
- //
- this.WeightGross.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.WeightGross.ID = null;
- this.WeightGross.Location = new System.Drawing.Point(61, 265);
- this.WeightGross.Margin = new System.Windows.Forms.Padding(4);
- this.WeightGross.Name = "WeightGross";
- this.WeightGross.Size = new System.Drawing.Size(48, 27);
- this.WeightGross.Str = null;
- this.WeightGross.Str1 = null;
- this.WeightGross.Str2 = null;
- this.WeightGross.TabIndex = 85;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(11, 269);
- this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(39, 20);
- this.label8.TabIndex = 83;
- this.label8.Text = "毛重";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(11, 180);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(39, 20);
- this.label6.TabIndex = 87;
- this.label6.Text = "容量";
- //
- // OutBoxPrinter
- //
- this.OutBoxPrinter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OutBoxPrinter.Location = new System.Drawing.Point(10, 96);
- this.OutBoxPrinter.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
- this.OutBoxPrinter.Name = "OutBoxPrinter";
- this.OutBoxPrinter.Size = new System.Drawing.Size(211, 38);
- this.OutBoxPrinter.TabIndex = 82;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(108, 180);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(24, 20);
- this.label7.TabIndex = 86;
- this.label7.Text = "盘";
- //
- // OutboxCapacity
- //
- this.OutboxCapacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OutboxCapacity.Location = new System.Drawing.Point(61, 178);
- this.OutboxCapacity.Margin = new System.Windows.Forms.Padding(4);
- this.OutboxCapacity.Name = "OutboxCapacity";
- this.OutboxCapacity.Size = new System.Drawing.Size(40, 27);
- this.OutboxCapacity.TabIndex = 84;
- //
- // OutBoxLabelPackage
- //
- this.OutBoxLabelPackage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OutBoxLabelPackage.Location = new System.Drawing.Point(142, 182);
- this.OutBoxLabelPackage.Margin = new System.Windows.Forms.Padding(4);
- this.OutBoxLabelPackage.Name = "OutBoxLabelPackage";
- this.OutBoxLabelPackage.Size = new System.Drawing.Size(71, 34);
- this.OutBoxLabelPackage.TabIndex = 81;
- this.OutBoxLabelPackage.Text = "装箱";
- this.OutBoxLabelPackage.UseVisualStyleBackColor = true;
- this.OutBoxLabelPackage.Click += new System.EventHandler(this.OutBoxLabelPackage_Click);
- //
- // OutBoxLabelPrint
- //
- this.OutBoxLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OutBoxLabelPrint.Location = new System.Drawing.Point(142, 223);
- this.OutBoxLabelPrint.Margin = new System.Windows.Forms.Padding(4);
- this.OutBoxLabelPrint.Name = "OutBoxLabelPrint";
- this.OutBoxLabelPrint.Size = new System.Drawing.Size(80, 34);
- this.OutBoxLabelPrint.TabIndex = 80;
- this.OutBoxLabelPrint.Text = "打印箱标";
- this.OutBoxLabelPrint.UseVisualStyleBackColor = true;
- this.OutBoxLabelPrint.Click += new System.EventHandler(this.OutBoxLabelPrint_Click);
- //
- // OutBoxLabelAutoPrint
- //
- this.OutBoxLabelAutoPrint.AutoSize = true;
- this.OutBoxLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OutBoxLabelAutoPrint.Location = new System.Drawing.Point(15, 141);
- this.OutBoxLabelAutoPrint.Margin = new System.Windows.Forms.Padding(4);
- this.OutBoxLabelAutoPrint.Name = "OutBoxLabelAutoPrint";
- this.OutBoxLabelAutoPrint.Size = new System.Drawing.Size(91, 24);
- this.OutBoxLabelAutoPrint.TabIndex = 79;
- this.OutBoxLabelAutoPrint.Text = "自动打印";
- this.OutBoxLabelAutoPrint.UseVisualStyleBackColor = true;
- //
- // OutBoxCombox
- //
- this.OutBoxCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.OutBoxCombox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OutBoxCombox.FormattingEnabled = true;
- this.OutBoxCombox.Location = new System.Drawing.Point(10, 55);
- this.OutBoxCombox.Margin = new System.Windows.Forms.Padding(4);
- this.OutBoxCombox.Name = "OutBoxCombox";
- this.OutBoxCombox.Size = new System.Drawing.Size(211, 28);
- this.OutBoxCombox.TabIndex = 78;
- //
- // UAS_出货标签打印
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(233)))), ((int)(((byte)(206)))));
- this.ClientSize = new System.Drawing.Size(1462, 885);
- this.Controls.Add(this.PowerSetting);
- this.Controls.Add(this.AllCollected);
- this.Controls.Add(this.CleanInputAfterCollect);
- this.Controls.Add(this.Fresh);
- this.Controls.Add(this.pi_cardcode_label);
- this.Controls.Add(this.pi_cardcode);
- this.Controls.Add(this.ChooseAll);
- this.Controls.Add(this.pib_id);
- this.Controls.Add(this.pr_code);
- this.Controls.Add(this.CleanDetail);
- this.Controls.Add(this.Si_ItemDGV);
- this.Controls.Add(this.CollectionProcess);
- this.Controls.Add(this.CollectionSetting);
- this.Controls.Add(this.sg_separator);
- this.Controls.Add(this.sg_separator_label);
- this.Controls.Add(this.SaveGrid);
- this.Controls.Add(this.LabelMainTain);
- this.Controls.Add(this.GenerateBarCode);
- this.Controls.Add(this.CollectionUnit_label);
- this.Controls.Add(this.CollectionUnit);
- this.Controls.Add(this.label24);
- this.Controls.Add(this.Input);
- this.Controls.Add(this.pr_code_label);
- this.Controls.Add(this.griddetno);
- this.Controls.Add(this.AutoMatch);
- this.Controls.Add(this.label22);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.sg_code);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.MessageLog);
- this.Controls.Add(this.LabelInf);
- this.Controls.Add(this.pi_inoutno_label);
- this.Controls.Add(this.pi_inoutno);
- this.Controls.Add(this.SingleLabel);
- this.Controls.Add(this.MidLabel);
- this.Controls.Add(this.OutBoxLabel);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "UAS_出货标签打印";
- this.Text = " UAS-出货标签管理";
- 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.Si_ItemDGV)).EndInit();
- this.CollectionProcess.ResumeLayout(true);
- this.CollectionProcess.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.LabelInf)).EndInit();
- this.SingleLabel.ResumeLayout(true);
- this.SingleLabel.PerformLayout();
- this.MidLabel.ResumeLayout(true);
- this.MidLabel.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.MidBoxCapacity)).EndInit();
- this.OutBoxLabel.ResumeLayout(true);
- this.OutBoxLabel.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).EndInit();
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder OutBoxLabel;
- private CustomControl.EnterTextBox OutBoxNum;
- private System.Windows.Forms.Label label10;
- private CustomControl.EnterTextBox WeightNet;
- private System.Windows.Forms.Label label9;
- private CustomControl.EnterTextBox WeightGross;
- private System.Windows.Forms.Label label8;
- private CustomControl.PrinterCombox OutBoxPrinter;
- private System.Windows.Forms.Button OutBoxLabelPrint;
- private System.Windows.Forms.ComboBox OutBoxCombox;
- private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
- private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn2;
- private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.NumericUpDown OutboxCapacity;
- private System.Windows.Forms.Button OutBoxLabelPackage;
- private System.Windows.Forms.CheckBox OutBoxLabelAutoPrint;
- private System.Windows.Forms.ComboBox MidLabelCombox;
- private System.Windows.Forms.CheckBox MidLabelAutoPrint;
- private System.Windows.Forms.Button MidLabelPrint;
- private System.Windows.Forms.NumericUpDown MidBoxCapacity;
- private System.Windows.Forms.Label label15;
- private CustomControl.PrinterCombox MidLabelPrinter;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private CustomControl.EnterTextBox MidLabelNum;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder MidLabel;
- private System.Windows.Forms.ComboBox SingleLabelCombox;
- private System.Windows.Forms.CheckBox SingleLabelAutoPrint;
- private System.Windows.Forms.Button SingleLabelPrint;
- private CustomControl.PrinterCombox SingleLabelPrinter;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SingleLabel;
- private CustomControl.EnterTextBox pi_inoutno;
- private System.Windows.Forms.Label pi_inoutno_label;
- private CustomControl.DataGridViewWithSerialNum LabelInf;
- private CustomControl.RichText.RichTextAutoBottom MessageLog;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.CheckBox AutoMatch;
- private CustomControl.EnterTextBox griddetno;
- private System.Windows.Forms.Label pr_code_label;
- private CustomControl.EnterTextBox Input;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.ComboBox CollectionUnit;
- private System.Windows.Forms.Label CollectionUnit_label;
- private System.Windows.Forms.Button GenerateBarCode;
- private System.Windows.Forms.Button LabelMainTain;
- private System.Windows.Forms.Button SaveGrid;
- private System.Windows.Forms.Label sg_separator_label;
- private CustomControl.EnterTextBox sg_separator;
- private System.Windows.Forms.Button CollectionSetting;
- private System.Windows.Forms.Label Process;
- private System.Windows.Forms.Label Installed;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label CollectedCount;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label TotalCount;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder CollectionProcess;
- private System.Windows.Forms.DataGridView Si_ItemDGV;
- private System.Windows.Forms.Button CleanDetail;
- private CustomControl.SearchTextBox sg_code;
- private CustomControl.SearchTextBox pr_code;
- private System.Windows.Forms.Label pib_id;
- private CustomControl.ChooseAllButton ChooseAll;
- private System.Windows.Forms.Label Process_midboxcode;
- private System.Windows.Forms.Label Process_outboxcode;
- private System.Windows.Forms.Label Capacity;
- private System.Windows.Forms.Label pi_cardcode;
- private System.Windows.Forms.Label pi_cardcode_label;
- private System.Windows.Forms.LinkLabel Fresh;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.CheckBox CleanInputAfterCollect;
- private System.Windows.Forms.Button AllCollected;
- private System.Windows.Forms.Button PowerSetting;
- private System.Windows.Forms.Button GetOutBoxCode;
- private System.Windows.Forms.LinkLabel LogingOut;
- private System.Windows.Forms.DataGridViewTextBoxColumn si_detno;
- private System.Windows.Forms.DataGridViewTextBoxColumn si_index;
- private System.Windows.Forms.DataGridViewTextBoxColumn si_kind;
- private System.Windows.Forms.DataGridViewTextBoxColumn si_indexstring;
- private System.Windows.Forms.DataGridViewTextBoxColumn si_length;
- private System.Windows.Forms.DataGridViewTextBoxColumn si_expression;
- private System.Windows.Forms.DataGridViewTextBoxColumn si_item;
- private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
- private System.Windows.Forms.DataGridViewTextBoxColumn pib_id1;
- private System.Windows.Forms.DataGridViewTextBoxColumn pib_pdno;
- private System.Windows.Forms.DataGridViewTextBoxColumn pib_prodcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_brand;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_vendprodcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pib_lotno;
- private System.Windows.Forms.DataGridViewTextBoxColumn pib_datecode;
- private System.Windows.Forms.DataGridViewTextBoxColumn DateCode1;
- private System.Windows.Forms.DataGridViewTextBoxColumn pib_qty;
- private System.Windows.Forms.DataGridViewTextBoxColumn pib_barcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_pocode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
- private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
- private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifpick;
- private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifprint;
- }
- }
|