| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716 |
- namespace UAS_MES_Tools
- {
- partial class Main
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
- this.Pagination = new System.Windows.Forms.TabControl();
- this.Page1 = new System.Windows.Forms.TabPage();
- this.checkPagination = new System.Windows.Forms.TabControl();
- this.checkPage1 = new System.Windows.Forms.TabPage();
- this.Datas = new System.Windows.Forms.DataGridView();
- this.DbarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DboxCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DcountCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DtimeCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Duser = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DisCheckdcr = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Dresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.checkPage2 = new System.Windows.Forms.TabPage();
- this.checkSetting = new System.Windows.Forms.TableLayoutPanel();
- this.checkSettingRight = new System.Windows.Forms.GroupBox();
- this.settingRightInput3 = new System.Windows.Forms.TextBox();
- this.settingRightLab3 = new System.Windows.Forms.Label();
- this.settingRightSubmit = new System.Windows.Forms.Button();
- this.settingRightInput2 = new System.Windows.Forms.TextBox();
- this.settingRightInput1 = new System.Windows.Forms.TextBox();
- this.settingRightLab2 = new System.Windows.Forms.Label();
- this.settingRightLab1 = new System.Windows.Forms.Label();
- this.checkSettingLeft = new System.Windows.Forms.GroupBox();
- this.settingLeftSubmit = new System.Windows.Forms.Button();
- this.settingLeftInput2 = new System.Windows.Forms.TextBox();
- this.settingLeftInput1 = new System.Windows.Forms.TextBox();
- this.settingLeftLab2 = new System.Windows.Forms.Label();
- this.settingLeftLab1 = new System.Windows.Forms.Label();
- this.checkPage3 = new System.Windows.Forms.TabPage();
- this.RulesDatas = new System.Windows.Forms.DataGridView();
- this.ruleId = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RulesCol1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RulesCol2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RulesCol3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RulesCol4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RulesCol5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RulesCol6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.rulesDataBox = new System.Windows.Forms.Panel();
- this.rulesAdd = new System.Windows.Forms.Button();
- this.rulesLab2 = new System.Windows.Forms.Label();
- this.rulesInput2 = new System.Windows.Forms.TextBox();
- this.rulesLab1 = new System.Windows.Forms.Label();
- this.rulesQuery = new System.Windows.Forms.Button();
- this.rulesInput1 = new System.Windows.Forms.TextBox();
- this.checkPage4 = new System.Windows.Forms.TabPage();
- this.queryDataBox1 = new System.Windows.Forms.Panel();
- this.QDDatas = new System.Windows.Forms.DataGridView();
- this.dqSN = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dqOUTBOX_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dqCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dqUPDATE_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dqNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dqRULE_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dqRULE_VALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.queryDataBox = new System.Windows.Forms.Panel();
- this.QDcheckbox1 = new System.Windows.Forms.CheckBox();
- this.QDlab3 = new System.Windows.Forms.Label();
- this.QDexport = new System.Windows.Forms.Button();
- this.QDdtp2 = new System.Windows.Forms.DateTimePicker();
- this.QDquery = new System.Windows.Forms.Button();
- this.QDdtp1 = new System.Windows.Forms.DateTimePicker();
- this.QDInput2 = new System.Windows.Forms.TextBox();
- this.QDInput1 = new System.Windows.Forms.TextBox();
- this.QDlab2 = new System.Windows.Forms.Label();
- this.QDlab1 = new System.Windows.Forms.Label();
- this.detailTop = new System.Windows.Forms.TableLayoutPanel();
- this.detailLeft = new System.Windows.Forms.Panel();
- this.dRuleslab = new System.Windows.Forms.Label();
- this.DRulesBtn1 = new System.Windows.Forms.Button();
- this.radio1 = new System.Windows.Forms.CheckBox();
- this.detailLeftBox = new System.Windows.Forms.TableLayoutPanel();
- this.dAll = new System.Windows.Forms.Label();
- this.dAgain = new System.Windows.Forms.Label();
- this.dSum = new System.Windows.Forms.Label();
- this.detailCarton = new System.Windows.Forms.Panel();
- this.boxBtn = new System.Windows.Forms.Button();
- this.boxLab = new System.Windows.Forms.Label();
- this.BoxNo = new System.Windows.Forms.TextBox();
- this.dlab1 = new System.Windows.Forms.Label();
- this.dlab2 = new System.Windows.Forms.Label();
- this.dlab4 = new System.Windows.Forms.Label();
- this.detailSN = new System.Windows.Forms.Panel();
- this.snLab = new System.Windows.Forms.Label();
- this.SN = new System.Windows.Forms.TextBox();
- this.dlab3 = new System.Windows.Forms.Label();
- this.dCount = new System.Windows.Forms.Label();
- this.dRules = new System.Windows.Forms.TextBox();
- this.DRulesBtn = new System.Windows.Forms.Button();
- this.ShowMsg = new System.Windows.Forms.Label();
- this.Page2 = new System.Windows.Forms.TabPage();
- this.MsgBox = new System.Windows.Forms.ListBox();
- this.FileDetail_Box1 = new System.Windows.Forms.Panel();
- this.buildConfirm = new System.Windows.Forms.Button();
- this.handExeLab1 = new System.Windows.Forms.Label();
- this.handExeVal = new System.Windows.Forms.TextBox();
- this.handTimeLab = new System.Windows.Forms.Label();
- this.handPathVal = new System.Windows.Forms.TextBox();
- this.listenVal = new System.Windows.Forms.TextBox();
- this.handPathLab = new System.Windows.Forms.Label();
- this.handTime = new System.Windows.Forms.DateTimePicker();
- this.handExeLab = new System.Windows.Forms.Label();
- this.listenLab = new System.Windows.Forms.Label();
- this.buildStart = new System.Windows.Forms.Button();
- this.FileDetail_Box = new System.Windows.Forms.Panel();
- this.FileCountVal = new System.Windows.Forms.TextBox();
- this.FileCountLab = new System.Windows.Forms.Label();
- this.timerLab1 = new System.Windows.Forms.Label();
- this.FtpListen = new System.Windows.Forms.Button();
- this.FtpConnect = new System.Windows.Forms.Button();
- this.FtpPathVal = new System.Windows.Forms.TextBox();
- this.FtpPathLab = new System.Windows.Forms.Label();
- this.FtpPwVal = new System.Windows.Forms.TextBox();
- this.FtpPwLab = new System.Windows.Forms.Label();
- this.FtpAccountVal = new System.Windows.Forms.TextBox();
- this.FtpAccountLab = new System.Windows.Forms.Label();
- this.timerVal = new System.Windows.Forms.TextBox();
- this.timerLab = new System.Windows.Forms.Label();
- this.bottom = new System.Windows.Forms.TableLayoutPanel();
- this.currUser = new System.Windows.Forms.Label();
- this.currTime = new System.Windows.Forms.Label();
- this.top = new System.Windows.Forms.Panel();
- this.Pagination.SuspendLayout();
- this.Page1.SuspendLayout();
- this.checkPagination.SuspendLayout();
- this.checkPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.Datas)).BeginInit();
- this.checkPage2.SuspendLayout();
- this.checkSetting.SuspendLayout();
- this.checkSettingRight.SuspendLayout();
- this.checkSettingLeft.SuspendLayout();
- this.checkPage3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.RulesDatas)).BeginInit();
- this.rulesDataBox.SuspendLayout();
- this.checkPage4.SuspendLayout();
- this.queryDataBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.QDDatas)).BeginInit();
- this.queryDataBox.SuspendLayout();
- this.detailTop.SuspendLayout();
- this.detailLeft.SuspendLayout();
- this.detailLeftBox.SuspendLayout();
- this.detailCarton.SuspendLayout();
- this.detailSN.SuspendLayout();
- this.Page2.SuspendLayout();
- this.FileDetail_Box1.SuspendLayout();
- this.FileDetail_Box.SuspendLayout();
- this.bottom.SuspendLayout();
- this.top.SuspendLayout();
- this.SuspendLayout();
- //
- // Pagination
- //
- this.Pagination.Controls.Add(this.Page1);
- this.Pagination.Controls.Add(this.Page2);
- this.Pagination.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Pagination.Dock = System.Windows.Forms.DockStyle.Fill;
- this.Pagination.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Pagination.ItemSize = new System.Drawing.Size(160, 30);
- this.Pagination.Location = new System.Drawing.Point(0, 0);
- this.Pagination.Name = "Pagination";
- this.Pagination.SelectedIndex = 0;
- this.Pagination.Size = new System.Drawing.Size(1254, 625);
- this.Pagination.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.Pagination.TabIndex = 1;
- //
- // Page1
- //
- this.Page1.BackColor = System.Drawing.SystemColors.Control;
- this.Page1.Controls.Add(this.checkPagination);
- this.Page1.Controls.Add(this.detailTop);
- this.Page1.Cursor = System.Windows.Forms.Cursors.Default;
- this.Page1.Location = new System.Drawing.Point(4, 34);
- this.Page1.Name = "Page1";
- this.Page1.Padding = new System.Windows.Forms.Padding(3);
- this.Page1.Size = new System.Drawing.Size(1246, 587);
- this.Page1.TabIndex = 0;
- this.Page1.Text = "条码核对";
- //
- // checkPagination
- //
- this.checkPagination.Controls.Add(this.checkPage1);
- this.checkPagination.Controls.Add(this.checkPage2);
- this.checkPagination.Controls.Add(this.checkPage3);
- this.checkPagination.Controls.Add(this.checkPage4);
- this.checkPagination.Cursor = System.Windows.Forms.Cursors.Hand;
- this.checkPagination.Dock = System.Windows.Forms.DockStyle.Fill;
- this.checkPagination.Location = new System.Drawing.Point(3, 206);
- this.checkPagination.Name = "checkPagination";
- this.checkPagination.SelectedIndex = 0;
- this.checkPagination.Size = new System.Drawing.Size(1240, 378);
- this.checkPagination.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.checkPagination.TabIndex = 5;
- //
- // checkPage1
- //
- this.checkPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.checkPage1.Controls.Add(this.Datas);
- this.checkPage1.Cursor = System.Windows.Forms.Cursors.Default;
- this.checkPage1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.checkPage1.Location = new System.Drawing.Point(4, 37);
- this.checkPage1.Name = "checkPage1";
- this.checkPage1.Padding = new System.Windows.Forms.Padding(3);
- this.checkPage1.Size = new System.Drawing.Size(1232, 337);
- this.checkPage1.TabIndex = 0;
- this.checkPage1.Text = "扫描数据";
- this.checkPage1.UseVisualStyleBackColor = true;
- //
- // Datas
- //
- this.Datas.AllowUserToAddRows = false;
- this.Datas.AllowUserToDeleteRows = false;
- this.Datas.AllowUserToResizeRows = false;
- this.Datas.BackgroundColor = System.Drawing.SystemColors.ControlLight;
- this.Datas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.Datas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.DbarCode,
- this.DboxCode,
- this.DcountCol,
- this.DtimeCol,
- this.Duser,
- this.DisCheckdcr,
- this.Dresult});
- this.Datas.Dock = System.Windows.Forms.DockStyle.Fill;
- this.Datas.Location = new System.Drawing.Point(3, 3);
- this.Datas.MultiSelect = false;
- this.Datas.Name = "Datas";
- this.Datas.ReadOnly = true;
- this.Datas.RowHeadersWidth = 62;
- this.Datas.RowTemplate.Height = 30;
- this.Datas.Size = new System.Drawing.Size(1224, 329);
- this.Datas.TabIndex = 0;
- //
- // DbarCode
- //
- this.DbarCode.DataPropertyName = "DbarCode";
- this.DbarCode.HeaderText = "条码";
- this.DbarCode.MinimumWidth = 8;
- this.DbarCode.Name = "DbarCode";
- this.DbarCode.ReadOnly = true;
- this.DbarCode.Width = 240;
- //
- // DboxCode
- //
- this.DboxCode.DataPropertyName = "DboxCode";
- this.DboxCode.HeaderText = "箱号";
- this.DboxCode.MinimumWidth = 8;
- this.DboxCode.Name = "DboxCode";
- this.DboxCode.ReadOnly = true;
- this.DboxCode.Width = 260;
- //
- // DcountCol
- //
- this.DcountCol.DataPropertyName = "DcountCol";
- this.DcountCol.HeaderText = "扫描次数";
- this.DcountCol.MinimumWidth = 8;
- this.DcountCol.Name = "DcountCol";
- this.DcountCol.ReadOnly = true;
- this.DcountCol.Width = 120;
- //
- // DtimeCol
- //
- this.DtimeCol.DataPropertyName = "DtimeCol";
- this.DtimeCol.HeaderText = "扫描时间";
- this.DtimeCol.MinimumWidth = 8;
- this.DtimeCol.Name = "DtimeCol";
- this.DtimeCol.ReadOnly = true;
- this.DtimeCol.Width = 180;
- //
- // Duser
- //
- this.Duser.DataPropertyName = "Duser";
- this.Duser.HeaderText = "扫描人";
- this.Duser.MinimumWidth = 8;
- this.Duser.Name = "Duser";
- this.Duser.ReadOnly = true;
- this.Duser.Width = 120;
- //
- // DisCheckdcr
- //
- this.DisCheckdcr.DataPropertyName = "DisCheckdcr";
- this.DisCheckdcr.HeaderText = "是否核对DCR";
- this.DisCheckdcr.MinimumWidth = 8;
- this.DisCheckdcr.Name = "DisCheckdcr";
- this.DisCheckdcr.ReadOnly = true;
- this.DisCheckdcr.Width = 160;
- //
- // Dresult
- //
- this.Dresult.DataPropertyName = "Dresult";
- this.Dresult.HeaderText = "扫描结果";
- this.Dresult.MinimumWidth = 8;
- this.Dresult.Name = "Dresult";
- this.Dresult.ReadOnly = true;
- this.Dresult.Width = 120;
- //
- // checkPage2
- //
- this.checkPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.checkPage2.Controls.Add(this.checkSetting);
- this.checkPage2.Cursor = System.Windows.Forms.Cursors.Default;
- this.checkPage2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.checkPage2.Location = new System.Drawing.Point(4, 37);
- this.checkPage2.Name = "checkPage2";
- this.checkPage2.Padding = new System.Windows.Forms.Padding(3);
- this.checkPage2.Size = new System.Drawing.Size(1232, 337);
- this.checkPage2.TabIndex = 1;
- this.checkPage2.Text = "设置";
- this.checkPage2.UseVisualStyleBackColor = true;
- //
- // checkSetting
- //
- this.checkSetting.ColumnCount = 2;
- this.checkSetting.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.checkSetting.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.checkSetting.Controls.Add(this.checkSettingRight, 1, 0);
- this.checkSetting.Controls.Add(this.checkSettingLeft, 0, 0);
- this.checkSetting.Dock = System.Windows.Forms.DockStyle.Fill;
- this.checkSetting.Location = new System.Drawing.Point(3, 3);
- this.checkSetting.Name = "checkSetting";
- this.checkSetting.RowCount = 1;
- this.checkSetting.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.checkSetting.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 338F));
- this.checkSetting.Size = new System.Drawing.Size(1224, 329);
- this.checkSetting.TabIndex = 0;
- //
- // checkSettingRight
- //
- this.checkSettingRight.Controls.Add(this.settingRightInput3);
- this.checkSettingRight.Controls.Add(this.settingRightLab3);
- this.checkSettingRight.Controls.Add(this.settingRightSubmit);
- this.checkSettingRight.Controls.Add(this.settingRightInput2);
- this.checkSettingRight.Controls.Add(this.settingRightInput1);
- this.checkSettingRight.Controls.Add(this.settingRightLab2);
- this.checkSettingRight.Controls.Add(this.settingRightLab1);
- this.checkSettingRight.Dock = System.Windows.Forms.DockStyle.Top;
- this.checkSettingRight.Location = new System.Drawing.Point(615, 3);
- this.checkSettingRight.Name = "checkSettingRight";
- this.checkSettingRight.Size = new System.Drawing.Size(606, 236);
- this.checkSettingRight.TabIndex = 1;
- this.checkSettingRight.TabStop = false;
- this.checkSettingRight.Text = "文件设置";
- //
- // settingRightInput3
- //
- this.settingRightInput3.Location = new System.Drawing.Point(137, 137);
- this.settingRightInput3.Name = "settingRightInput3";
- this.settingRightInput3.Size = new System.Drawing.Size(412, 31);
- this.settingRightInput3.TabIndex = 11;
- //
- // settingRightLab3
- //
- this.settingRightLab3.AutoSize = true;
- this.settingRightLab3.Location = new System.Drawing.Point(20, 140);
- this.settingRightLab3.Name = "settingRightLab3";
- this.settingRightLab3.Size = new System.Drawing.Size(125, 24);
- this.settingRightLab3.TabIndex = 10;
- this.settingRightLab3.Text = "Excel安装位置";
- //
- // settingRightSubmit
- //
- this.settingRightSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.settingRightSubmit.Cursor = System.Windows.Forms.Cursors.Hand;
- this.settingRightSubmit.Location = new System.Drawing.Point(463, 178);
- this.settingRightSubmit.Name = "settingRightSubmit";
- this.settingRightSubmit.Size = new System.Drawing.Size(114, 40);
- this.settingRightSubmit.TabIndex = 9;
- this.settingRightSubmit.Text = "确认";
- this.settingRightSubmit.UseVisualStyleBackColor = true;
- this.settingRightSubmit.Click += new System.EventHandler(this.settingRightSubmit_Click);
- //
- // settingRightInput2
- //
- this.settingRightInput2.Location = new System.Drawing.Point(137, 90);
- this.settingRightInput2.Name = "settingRightInput2";
- this.settingRightInput2.Size = new System.Drawing.Size(412, 31);
- this.settingRightInput2.TabIndex = 8;
- this.settingRightInput2.Click += new System.EventHandler(this.settingRightInput2_Click);
- //
- // settingRightInput1
- //
- this.settingRightInput1.Location = new System.Drawing.Point(137, 40);
- this.settingRightInput1.Name = "settingRightInput1";
- this.settingRightInput1.Size = new System.Drawing.Size(412, 31);
- this.settingRightInput1.TabIndex = 7;
- this.settingRightInput1.Click += new System.EventHandler(this.settingRightInput1_Click);
- //
- // settingRightLab2
- //
- this.settingRightLab2.AutoSize = true;
- this.settingRightLab2.Location = new System.Drawing.Point(49, 93);
- this.settingRightLab2.Name = "settingRightLab2";
- this.settingRightLab2.Size = new System.Drawing.Size(82, 24);
- this.settingRightLab2.TabIndex = 6;
- this.settingRightLab2.Text = "导出目录";
- //
- // settingRightLab1
- //
- this.settingRightLab1.AutoSize = true;
- this.settingRightLab1.Location = new System.Drawing.Point(49, 43);
- this.settingRightLab1.Name = "settingRightLab1";
- this.settingRightLab1.Size = new System.Drawing.Size(82, 24);
- this.settingRightLab1.TabIndex = 5;
- this.settingRightLab1.Text = "警报文件";
- //
- // checkSettingLeft
- //
- this.checkSettingLeft.Controls.Add(this.settingLeftSubmit);
- this.checkSettingLeft.Controls.Add(this.settingLeftInput2);
- this.checkSettingLeft.Controls.Add(this.settingLeftInput1);
- this.checkSettingLeft.Controls.Add(this.settingLeftLab2);
- this.checkSettingLeft.Controls.Add(this.settingLeftLab1);
- this.checkSettingLeft.Dock = System.Windows.Forms.DockStyle.Top;
- this.checkSettingLeft.Location = new System.Drawing.Point(3, 3);
- this.checkSettingLeft.Name = "checkSettingLeft";
- this.checkSettingLeft.Size = new System.Drawing.Size(606, 236);
- this.checkSettingLeft.TabIndex = 0;
- this.checkSettingLeft.TabStop = false;
- this.checkSettingLeft.Text = "扫描设置";
- //
- // settingLeftSubmit
- //
- this.settingLeftSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.settingLeftSubmit.Cursor = System.Windows.Forms.Cursors.Hand;
- this.settingLeftSubmit.Location = new System.Drawing.Point(449, 178);
- this.settingLeftSubmit.Name = "settingLeftSubmit";
- this.settingLeftSubmit.Size = new System.Drawing.Size(114, 40);
- this.settingLeftSubmit.TabIndex = 4;
- this.settingLeftSubmit.Text = "确认";
- this.settingLeftSubmit.UseVisualStyleBackColor = true;
- this.settingLeftSubmit.Click += new System.EventHandler(this.settingLeftSubmit_Click);
- //
- // settingLeftInput2
- //
- this.settingLeftInput2.Location = new System.Drawing.Point(112, 108);
- this.settingLeftInput2.Name = "settingLeftInput2";
- this.settingLeftInput2.Size = new System.Drawing.Size(305, 31);
- this.settingLeftInput2.TabIndex = 3;
- //
- // settingLeftInput1
- //
- this.settingLeftInput1.Location = new System.Drawing.Point(112, 58);
- this.settingLeftInput1.Name = "settingLeftInput1";
- this.settingLeftInput1.Size = new System.Drawing.Size(305, 31);
- this.settingLeftInput1.TabIndex = 2;
- //
- // settingLeftLab2
- //
- this.settingLeftLab2.AutoSize = true;
- this.settingLeftLab2.Location = new System.Drawing.Point(19, 111);
- this.settingLeftLab2.Name = "settingLeftLab2";
- this.settingLeftLab2.Size = new System.Drawing.Size(82, 24);
- this.settingLeftLab2.TabIndex = 1;
- this.settingLeftLab2.Text = "箱内容量";
- //
- // settingLeftLab1
- //
- this.settingLeftLab1.AutoSize = true;
- this.settingLeftLab1.Location = new System.Drawing.Point(6, 61);
- this.settingLeftLab1.Name = "settingLeftLab1";
- this.settingLeftLab1.Size = new System.Drawing.Size(100, 24);
- this.settingLeftLab1.TabIndex = 0;
- this.settingLeftLab1.Text = "列表记录数";
- //
- // checkPage3
- //
- this.checkPage3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.checkPage3.Controls.Add(this.RulesDatas);
- this.checkPage3.Controls.Add(this.rulesDataBox);
- this.checkPage3.Cursor = System.Windows.Forms.Cursors.Default;
- this.checkPage3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.checkPage3.Location = new System.Drawing.Point(4, 37);
- this.checkPage3.Name = "checkPage3";
- this.checkPage3.Size = new System.Drawing.Size(1232, 337);
- this.checkPage3.TabIndex = 2;
- this.checkPage3.Text = "条码规则";
- this.checkPage3.UseVisualStyleBackColor = true;
- //
- // RulesDatas
- //
- this.RulesDatas.AllowUserToAddRows = false;
- this.RulesDatas.AllowUserToDeleteRows = false;
- this.RulesDatas.AllowUserToResizeRows = false;
- this.RulesDatas.BackgroundColor = System.Drawing.SystemColors.ControlLight;
- this.RulesDatas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.RulesDatas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ruleId,
- this.RulesCol1,
- this.RulesCol2,
- this.RulesCol3,
- this.RulesCol4,
- this.RulesCol5,
- this.RulesCol6});
- this.RulesDatas.Dock = System.Windows.Forms.DockStyle.Fill;
- this.RulesDatas.Location = new System.Drawing.Point(0, 83);
- this.RulesDatas.MultiSelect = false;
- this.RulesDatas.Name = "RulesDatas";
- this.RulesDatas.ReadOnly = true;
- this.RulesDatas.RowHeadersWidth = 62;
- this.RulesDatas.RowTemplate.Height = 30;
- this.RulesDatas.Size = new System.Drawing.Size(1230, 252);
- this.RulesDatas.TabIndex = 16;
- this.RulesDatas.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.RulesDatas_CellMouseClick);
- this.RulesDatas.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.RulesDatas_CellMouseDoubleClick);
- //
- // ruleId
- //
- this.ruleId.DataPropertyName = "ruleId";
- this.ruleId.HeaderText = "ruleId";
- this.ruleId.MinimumWidth = 8;
- this.ruleId.Name = "ruleId";
- this.ruleId.ReadOnly = true;
- this.ruleId.Visible = false;
- this.ruleId.Width = 150;
- //
- // RulesCol1
- //
- this.RulesCol1.DataPropertyName = "RulesCol1";
- this.RulesCol1.HeaderText = "规则名称";
- this.RulesCol1.MinimumWidth = 8;
- this.RulesCol1.Name = "RulesCol1";
- this.RulesCol1.ReadOnly = true;
- this.RulesCol1.Width = 240;
- //
- // RulesCol2
- //
- this.RulesCol2.DataPropertyName = "RulesCol2";
- this.RulesCol2.HeaderText = "规则内容";
- this.RulesCol2.MinimumWidth = 8;
- this.RulesCol2.Name = "RulesCol2";
- this.RulesCol2.ReadOnly = true;
- this.RulesCol2.Width = 260;
- //
- // RulesCol3
- //
- this.RulesCol3.DataPropertyName = "RulesCol3";
- this.RulesCol3.HeaderText = "备注";
- this.RulesCol3.MinimumWidth = 8;
- this.RulesCol3.Name = "RulesCol3";
- this.RulesCol3.ReadOnly = true;
- this.RulesCol3.Width = 260;
- //
- // RulesCol4
- //
- this.RulesCol4.DataPropertyName = "RulesCol4";
- this.RulesCol4.HeaderText = "长度";
- this.RulesCol4.MinimumWidth = 8;
- this.RulesCol4.Name = "RulesCol4";
- this.RulesCol4.ReadOnly = true;
- this.RulesCol4.Width = 70;
- //
- // RulesCol5
- //
- this.RulesCol5.DataPropertyName = "RulesCol5";
- this.RulesCol5.HeaderText = "更新时间";
- this.RulesCol5.MinimumWidth = 8;
- this.RulesCol5.Name = "RulesCol5";
- this.RulesCol5.ReadOnly = true;
- this.RulesCol5.Width = 160;
- //
- // RulesCol6
- //
- this.RulesCol6.DataPropertyName = "RulesCol6";
- this.RulesCol6.HeaderText = "操作人员";
- this.RulesCol6.MinimumWidth = 8;
- this.RulesCol6.Name = "RulesCol6";
- this.RulesCol6.ReadOnly = true;
- this.RulesCol6.Width = 120;
- //
- // rulesDataBox
- //
- this.rulesDataBox.Controls.Add(this.rulesAdd);
- this.rulesDataBox.Controls.Add(this.rulesLab2);
- this.rulesDataBox.Controls.Add(this.rulesInput2);
- this.rulesDataBox.Controls.Add(this.rulesLab1);
- this.rulesDataBox.Controls.Add(this.rulesQuery);
- this.rulesDataBox.Controls.Add(this.rulesInput1);
- this.rulesDataBox.Dock = System.Windows.Forms.DockStyle.Top;
- this.rulesDataBox.Location = new System.Drawing.Point(0, 0);
- this.rulesDataBox.Name = "rulesDataBox";
- this.rulesDataBox.Size = new System.Drawing.Size(1230, 83);
- this.rulesDataBox.TabIndex = 17;
- //
- // rulesAdd
- //
- this.rulesAdd.Cursor = System.Windows.Forms.Cursors.Hand;
- this.rulesAdd.Location = new System.Drawing.Point(90, 48);
- this.rulesAdd.Name = "rulesAdd";
- this.rulesAdd.Size = new System.Drawing.Size(85, 30);
- this.rulesAdd.TabIndex = 17;
- this.rulesAdd.Text = "新增";
- this.rulesAdd.UseVisualStyleBackColor = true;
- this.rulesAdd.Click += new System.EventHandler(this.rulesAdd_Click);
- //
- // rulesLab2
- //
- this.rulesLab2.AutoSize = true;
- this.rulesLab2.Location = new System.Drawing.Point(368, 14);
- this.rulesLab2.Name = "rulesLab2";
- this.rulesLab2.Size = new System.Drawing.Size(82, 24);
- this.rulesLab2.TabIndex = 15;
- this.rulesLab2.Text = "规则内容";
- //
- // rulesInput2
- //
- this.rulesInput2.Location = new System.Drawing.Point(447, 11);
- this.rulesInput2.Name = "rulesInput2";
- this.rulesInput2.Size = new System.Drawing.Size(264, 31);
- this.rulesInput2.TabIndex = 16;
- //
- // rulesLab1
- //
- this.rulesLab1.AutoSize = true;
- this.rulesLab1.Location = new System.Drawing.Point(11, 14);
- this.rulesLab1.Name = "rulesLab1";
- this.rulesLab1.Size = new System.Drawing.Size(82, 24);
- this.rulesLab1.TabIndex = 12;
- this.rulesLab1.Text = "规则名称";
- //
- // rulesQuery
- //
- this.rulesQuery.Cursor = System.Windows.Forms.Cursors.Hand;
- this.rulesQuery.Location = new System.Drawing.Point(184, 48);
- this.rulesQuery.Name = "rulesQuery";
- this.rulesQuery.Size = new System.Drawing.Size(85, 30);
- this.rulesQuery.TabIndex = 14;
- this.rulesQuery.Text = "查询";
- this.rulesQuery.UseVisualStyleBackColor = true;
- this.rulesQuery.Click += new System.EventHandler(this.rulesQuery_Click);
- //
- // rulesInput1
- //
- this.rulesInput1.Location = new System.Drawing.Point(90, 11);
- this.rulesInput1.Name = "rulesInput1";
- this.rulesInput1.Size = new System.Drawing.Size(264, 31);
- this.rulesInput1.TabIndex = 13;
- //
- // checkPage4
- //
- this.checkPage4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.checkPage4.Controls.Add(this.queryDataBox1);
- this.checkPage4.Controls.Add(this.queryDataBox);
- this.checkPage4.Cursor = System.Windows.Forms.Cursors.Default;
- this.checkPage4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.checkPage4.Location = new System.Drawing.Point(4, 37);
- this.checkPage4.Name = "checkPage4";
- this.checkPage4.Size = new System.Drawing.Size(1232, 337);
- this.checkPage4.TabIndex = 3;
- this.checkPage4.Text = "查询数据";
- this.checkPage4.UseVisualStyleBackColor = true;
- //
- // queryDataBox1
- //
- this.queryDataBox1.Controls.Add(this.QDDatas);
- this.queryDataBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.queryDataBox1.Location = new System.Drawing.Point(0, 90);
- this.queryDataBox1.Name = "queryDataBox1";
- this.queryDataBox1.Size = new System.Drawing.Size(1230, 245);
- this.queryDataBox1.TabIndex = 3;
- //
- // QDDatas
- //
- this.QDDatas.AllowUserToAddRows = false;
- this.QDDatas.AllowUserToDeleteRows = false;
- this.QDDatas.AllowUserToResizeRows = false;
- this.QDDatas.BackgroundColor = System.Drawing.SystemColors.ControlLight;
- this.QDDatas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.QDDatas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dqSN,
- this.dqOUTBOX_NO,
- this.dqCOUNT,
- this.dqUPDATE_TIME,
- this.dqNAME,
- this.dqRULE_NAME,
- this.dqRULE_VALUE});
- this.QDDatas.Dock = System.Windows.Forms.DockStyle.Fill;
- this.QDDatas.Location = new System.Drawing.Point(0, 0);
- this.QDDatas.MultiSelect = false;
- this.QDDatas.Name = "QDDatas";
- this.QDDatas.ReadOnly = true;
- this.QDDatas.RowHeadersWidth = 62;
- this.QDDatas.RowTemplate.Height = 30;
- this.QDDatas.Size = new System.Drawing.Size(1230, 245);
- this.QDDatas.TabIndex = 1;
- //
- // dqSN
- //
- this.dqSN.DataPropertyName = "dqSN";
- this.dqSN.HeaderText = "条码";
- this.dqSN.MinimumWidth = 8;
- this.dqSN.Name = "dqSN";
- this.dqSN.ReadOnly = true;
- this.dqSN.Width = 240;
- //
- // dqOUTBOX_NO
- //
- this.dqOUTBOX_NO.DataPropertyName = "dqOUTBOX_NO";
- this.dqOUTBOX_NO.HeaderText = "箱码";
- this.dqOUTBOX_NO.MinimumWidth = 8;
- this.dqOUTBOX_NO.Name = "dqOUTBOX_NO";
- this.dqOUTBOX_NO.ReadOnly = true;
- this.dqOUTBOX_NO.Width = 260;
- //
- // dqCOUNT
- //
- this.dqCOUNT.DataPropertyName = "dqCOUNT";
- this.dqCOUNT.HeaderText = "扫描次数";
- this.dqCOUNT.MinimumWidth = 8;
- this.dqCOUNT.Name = "dqCOUNT";
- this.dqCOUNT.ReadOnly = true;
- this.dqCOUNT.Width = 120;
- //
- // dqUPDATE_TIME
- //
- this.dqUPDATE_TIME.DataPropertyName = "dqUPDATE_TIME";
- this.dqUPDATE_TIME.HeaderText = "扫描时间";
- this.dqUPDATE_TIME.MinimumWidth = 8;
- this.dqUPDATE_TIME.Name = "dqUPDATE_TIME";
- this.dqUPDATE_TIME.ReadOnly = true;
- this.dqUPDATE_TIME.Width = 180;
- //
- // dqNAME
- //
- this.dqNAME.DataPropertyName = "dqNAME";
- this.dqNAME.HeaderText = "扫描人";
- this.dqNAME.MinimumWidth = 8;
- this.dqNAME.Name = "dqNAME";
- this.dqNAME.ReadOnly = true;
- this.dqNAME.Width = 120;
- //
- // dqRULE_NAME
- //
- this.dqRULE_NAME.DataPropertyName = "dqRULE_NAME";
- this.dqRULE_NAME.HeaderText = "规则名称";
- this.dqRULE_NAME.MinimumWidth = 8;
- this.dqRULE_NAME.Name = "dqRULE_NAME";
- this.dqRULE_NAME.ReadOnly = true;
- this.dqRULE_NAME.Width = 150;
- //
- // dqRULE_VALUE
- //
- this.dqRULE_VALUE.DataPropertyName = "dqRULE_VALUE";
- this.dqRULE_VALUE.HeaderText = "规则内容";
- this.dqRULE_VALUE.MinimumWidth = 8;
- this.dqRULE_VALUE.Name = "dqRULE_VALUE";
- this.dqRULE_VALUE.ReadOnly = true;
- this.dqRULE_VALUE.Width = 180;
- //
- // queryDataBox
- //
- this.queryDataBox.Controls.Add(this.QDcheckbox1);
- this.queryDataBox.Controls.Add(this.QDlab3);
- this.queryDataBox.Controls.Add(this.QDexport);
- this.queryDataBox.Controls.Add(this.QDdtp2);
- this.queryDataBox.Controls.Add(this.QDquery);
- this.queryDataBox.Controls.Add(this.QDdtp1);
- this.queryDataBox.Controls.Add(this.QDInput2);
- this.queryDataBox.Controls.Add(this.QDInput1);
- this.queryDataBox.Controls.Add(this.QDlab2);
- this.queryDataBox.Controls.Add(this.QDlab1);
- this.queryDataBox.Dock = System.Windows.Forms.DockStyle.Top;
- this.queryDataBox.Location = new System.Drawing.Point(0, 0);
- this.queryDataBox.Name = "queryDataBox";
- this.queryDataBox.Size = new System.Drawing.Size(1230, 90);
- this.queryDataBox.TabIndex = 2;
- //
- // QDcheckbox1
- //
- this.QDcheckbox1.AutoSize = true;
- this.QDcheckbox1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.QDcheckbox1.Location = new System.Drawing.Point(712, 21);
- this.QDcheckbox1.Name = "QDcheckbox1";
- this.QDcheckbox1.Size = new System.Drawing.Size(22, 21);
- this.QDcheckbox1.TabIndex = 9;
- this.QDcheckbox1.UseVisualStyleBackColor = true;
- //
- // QDlab3
- //
- this.QDlab3.AutoSize = true;
- this.QDlab3.Location = new System.Drawing.Point(939, 18);
- this.QDlab3.Name = "QDlab3";
- this.QDlab3.Size = new System.Drawing.Size(29, 24);
- this.QDlab3.TabIndex = 8;
- this.QDlab3.Text = "—";
- //
- // QDexport
- //
- this.QDexport.Cursor = System.Windows.Forms.Cursors.Hand;
- this.QDexport.Location = new System.Drawing.Point(202, 56);
- this.QDexport.Name = "QDexport";
- this.QDexport.Size = new System.Drawing.Size(85, 30);
- this.QDexport.TabIndex = 7;
- this.QDexport.Text = "导出";
- this.QDexport.UseVisualStyleBackColor = true;
- this.QDexport.Click += new System.EventHandler(this.QDexport_Click);
- //
- // QDdtp2
- //
- this.QDdtp2.Location = new System.Drawing.Point(962, 16);
- this.QDdtp2.Name = "QDdtp2";
- this.QDdtp2.Size = new System.Drawing.Size(223, 31);
- this.QDdtp2.TabIndex = 5;
- this.QDdtp2.ValueChanged += new System.EventHandler(this.QDdtp2_ValueChanged);
- //
- // QDquery
- //
- this.QDquery.Cursor = System.Windows.Forms.Cursors.Hand;
- this.QDquery.Location = new System.Drawing.Point(78, 56);
- this.QDquery.Name = "QDquery";
- this.QDquery.Size = new System.Drawing.Size(85, 30);
- this.QDquery.TabIndex = 6;
- this.QDquery.Text = "查询";
- this.QDquery.UseVisualStyleBackColor = true;
- this.QDquery.Click += new System.EventHandler(this.QDquery_Click);
- //
- // QDdtp1
- //
- this.QDdtp1.Location = new System.Drawing.Point(736, 16);
- this.QDdtp1.Name = "QDdtp1";
- this.QDdtp1.Size = new System.Drawing.Size(200, 31);
- this.QDdtp1.TabIndex = 4;
- this.QDdtp1.ValueChanged += new System.EventHandler(this.QDdtp1_ValueChanged);
- //
- // QDInput2
- //
- this.QDInput2.Location = new System.Drawing.Point(420, 15);
- this.QDInput2.Name = "QDInput2";
- this.QDInput2.Size = new System.Drawing.Size(264, 31);
- this.QDInput2.TabIndex = 3;
- //
- // QDInput1
- //
- this.QDInput1.Location = new System.Drawing.Point(79, 15);
- this.QDInput1.Name = "QDInput1";
- this.QDInput1.Size = new System.Drawing.Size(264, 31);
- this.QDInput1.TabIndex = 2;
- //
- // QDlab2
- //
- this.QDlab2.AutoSize = true;
- this.QDlab2.Location = new System.Drawing.Point(360, 18);
- this.QDlab2.Name = "QDlab2";
- this.QDlab2.Size = new System.Drawing.Size(46, 24);
- this.QDlab2.TabIndex = 1;
- this.QDlab2.Text = "箱号";
- //
- // QDlab1
- //
- this.QDlab1.AutoSize = true;
- this.QDlab1.Location = new System.Drawing.Point(21, 18);
- this.QDlab1.Name = "QDlab1";
- this.QDlab1.Size = new System.Drawing.Size(46, 24);
- this.QDlab1.TabIndex = 0;
- this.QDlab1.Text = "条码";
- //
- // detailTop
- //
- this.detailTop.ColumnCount = 2;
- this.detailTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
- this.detailTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.detailTop.Controls.Add(this.detailLeft, 0, 0);
- this.detailTop.Controls.Add(this.ShowMsg, 1, 0);
- this.detailTop.Dock = System.Windows.Forms.DockStyle.Top;
- this.detailTop.Location = new System.Drawing.Point(3, 3);
- this.detailTop.Name = "detailTop";
- this.detailTop.RowCount = 1;
- this.detailTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.detailTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 203F));
- this.detailTop.Size = new System.Drawing.Size(1240, 203);
- this.detailTop.TabIndex = 4;
- //
- // detailLeft
- //
- this.detailLeft.Controls.Add(this.dRuleslab);
- this.detailLeft.Controls.Add(this.DRulesBtn1);
- this.detailLeft.Controls.Add(this.radio1);
- this.detailLeft.Controls.Add(this.detailLeftBox);
- this.detailLeft.Controls.Add(this.dRules);
- this.detailLeft.Controls.Add(this.DRulesBtn);
- this.detailLeft.Dock = System.Windows.Forms.DockStyle.Fill;
- this.detailLeft.Location = new System.Drawing.Point(3, 3);
- this.detailLeft.Name = "detailLeft";
- this.detailLeft.Size = new System.Drawing.Size(924, 197);
- this.detailLeft.TabIndex = 4;
- //
- // dRuleslab
- //
- this.dRuleslab.AutoSize = true;
- this.dRuleslab.Location = new System.Drawing.Point(543, 7);
- this.dRuleslab.Name = "dRuleslab";
- this.dRuleslab.Size = new System.Drawing.Size(96, 28);
- this.dRuleslab.TabIndex = 9;
- this.dRuleslab.Text = "核对规则";
- //
- // DRulesBtn1
- //
- this.DRulesBtn1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.DRulesBtn1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.DRulesBtn1.Location = new System.Drawing.Point(707, 42);
- this.DRulesBtn1.Name = "DRulesBtn1";
- this.DRulesBtn1.Size = new System.Drawing.Size(70, 30);
- this.DRulesBtn1.TabIndex = 12;
- this.DRulesBtn1.Text = "取消";
- this.DRulesBtn1.UseVisualStyleBackColor = true;
- this.DRulesBtn1.Click += new System.EventHandler(this.DRulesBtn1_Click);
- //
- // radio1
- //
- this.radio1.AutoSize = true;
- this.radio1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.radio1.Location = new System.Drawing.Point(550, 86);
- this.radio1.Name = "radio1";
- this.radio1.Size = new System.Drawing.Size(208, 32);
- this.radio1.TabIndex = 5;
- this.radio1.Text = "核对DCR过站记录";
- this.radio1.UseVisualStyleBackColor = true;
- //
- // detailLeftBox
- //
- this.detailLeftBox.ColumnCount = 4;
- this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22F));
- this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28F));
- this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
- this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
- this.detailLeftBox.Controls.Add(this.dSum, 3, 0);
- this.detailLeftBox.Controls.Add(this.dAll, 3, 1);
- this.detailLeftBox.Controls.Add(this.dAgain, 1, 1);
- this.detailLeftBox.Controls.Add(this.detailCarton, 0, 3);
- this.detailLeftBox.Controls.Add(this.dlab1, 0, 0);
- this.detailLeftBox.Controls.Add(this.dlab2, 2, 0);
- this.detailLeftBox.Controls.Add(this.dlab4, 2, 1);
- this.detailLeftBox.Controls.Add(this.detailSN, 0, 2);
- this.detailLeftBox.Controls.Add(this.dlab3, 0, 1);
- this.detailLeftBox.Controls.Add(this.dCount, 1, 0);
- this.detailLeftBox.Dock = System.Windows.Forms.DockStyle.Left;
- this.detailLeftBox.Location = new System.Drawing.Point(0, 0);
- this.detailLeftBox.Name = "detailLeftBox";
- this.detailLeftBox.RowCount = 4;
- this.detailLeftBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.detailLeftBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.detailLeftBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.detailLeftBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.detailLeftBox.Size = new System.Drawing.Size(544, 197);
- this.detailLeftBox.TabIndex = 2;
- //
- // dAll
- //
- this.dAll.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dAll.AutoSize = true;
- this.dAll.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dAll.Location = new System.Drawing.Point(355, 49);
- this.dAll.Name = "dAll";
- this.dAll.Size = new System.Drawing.Size(186, 49);
- this.dAll.TabIndex = 9;
- this.dAll.Text = "0";
- this.dAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.dAll.Visible = false;
- //
- // dAgain
- //
- this.dAgain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dAgain.AutoSize = true;
- this.dAgain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dAgain.Location = new System.Drawing.Point(122, 49);
- this.dAgain.Name = "dAgain";
- this.dAgain.Size = new System.Drawing.Size(146, 49);
- this.dAgain.TabIndex = 8;
- this.dAgain.Text = "0";
- this.dAgain.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.dAgain.Visible = false;
- //
- // dSum
- //
- this.dSum.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dSum.AutoSize = true;
- this.dSum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dSum.Location = new System.Drawing.Point(355, 0);
- this.dSum.Name = "dSum";
- this.dSum.Size = new System.Drawing.Size(186, 49);
- this.dSum.TabIndex = 7;
- this.dSum.Text = "0";
- this.dSum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // detailCarton
- //
- this.detailLeftBox.SetColumnSpan(this.detailCarton, 4);
- this.detailCarton.Controls.Add(this.boxBtn);
- this.detailCarton.Controls.Add(this.boxLab);
- this.detailCarton.Controls.Add(this.BoxNo);
- this.detailCarton.Dock = System.Windows.Forms.DockStyle.Fill;
- this.detailCarton.Location = new System.Drawing.Point(3, 150);
- this.detailCarton.Name = "detailCarton";
- this.detailCarton.Size = new System.Drawing.Size(538, 44);
- this.detailCarton.TabIndex = 5;
- //
- // boxBtn
- //
- this.boxBtn.Cursor = System.Windows.Forms.Cursors.Hand;
- this.boxBtn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.boxBtn.Location = new System.Drawing.Point(457, 7);
- this.boxBtn.Name = "boxBtn";
- this.boxBtn.Size = new System.Drawing.Size(75, 30);
- this.boxBtn.TabIndex = 8;
- this.boxBtn.Text = "修改";
- this.boxBtn.UseVisualStyleBackColor = true;
- this.boxBtn.Click += new System.EventHandler(this.boxBtn_Click);
- //
- // boxLab
- //
- this.boxLab.AutoSize = true;
- this.boxLab.Location = new System.Drawing.Point(34, 9);
- this.boxLab.Name = "boxLab";
- this.boxLab.Size = new System.Drawing.Size(54, 28);
- this.boxLab.TabIndex = 1;
- this.boxLab.Text = "箱号";
- //
- // BoxNo
- //
- this.BoxNo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.BoxNo.Location = new System.Drawing.Point(100, 9);
- this.BoxNo.Name = "BoxNo";
- this.BoxNo.Size = new System.Drawing.Size(334, 31);
- this.BoxNo.TabIndex = 0;
- this.BoxNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BoxNo_KeyDown);
- //
- // dlab1
- //
- this.dlab1.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.dlab1.AutoSize = true;
- this.dlab1.Location = new System.Drawing.Point(20, 0);
- this.dlab1.Name = "dlab1";
- this.dlab1.Size = new System.Drawing.Size(96, 49);
- this.dlab1.TabIndex = 0;
- this.dlab1.Text = "已扫产品数";
- this.dlab1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // dlab2
- //
- this.dlab2.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.dlab2.AutoSize = true;
- this.dlab2.Location = new System.Drawing.Point(274, 10);
- this.dlab2.Name = "dlab2";
- this.dlab2.Size = new System.Drawing.Size(75, 28);
- this.dlab2.TabIndex = 1;
- this.dlab2.Text = "箱容量";
- this.dlab2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // dlab4
- //
- this.dlab4.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.dlab4.AutoSize = true;
- this.dlab4.Location = new System.Drawing.Point(274, 59);
- this.dlab4.Name = "dlab4";
- this.dlab4.Size = new System.Drawing.Size(75, 28);
- this.dlab4.TabIndex = 3;
- this.dlab4.Text = "总箱数";
- this.dlab4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.dlab4.Visible = false;
- //
- // detailSN
- //
- this.detailLeftBox.SetColumnSpan(this.detailSN, 4);
- this.detailSN.Controls.Add(this.snLab);
- this.detailSN.Controls.Add(this.SN);
- this.detailSN.Dock = System.Windows.Forms.DockStyle.Fill;
- this.detailSN.Location = new System.Drawing.Point(3, 101);
- this.detailSN.Name = "detailSN";
- this.detailSN.Size = new System.Drawing.Size(538, 43);
- this.detailSN.TabIndex = 4;
- //
- // snLab
- //
- this.snLab.AutoSize = true;
- this.snLab.Location = new System.Drawing.Point(20, 13);
- this.snLab.Name = "snLab";
- this.snLab.Size = new System.Drawing.Size(75, 28);
- this.snLab.TabIndex = 1;
- this.snLab.Text = "序列号";
- //
- // SN
- //
- this.SN.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SN.Location = new System.Drawing.Point(101, 10);
- this.SN.Name = "SN";
- this.SN.Size = new System.Drawing.Size(333, 31);
- this.SN.TabIndex = 0;
- this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
- //
- // dlab3
- //
- this.dlab3.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.dlab3.AutoSize = true;
- this.dlab3.Location = new System.Drawing.Point(20, 59);
- this.dlab3.Name = "dlab3";
- this.dlab3.Size = new System.Drawing.Size(96, 28);
- this.dlab3.TabIndex = 2;
- this.dlab3.Text = "重复次数";
- this.dlab3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.dlab3.Visible = false;
- //
- // dCount
- //
- this.dCount.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dCount.AutoSize = true;
- this.dCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dCount.Location = new System.Drawing.Point(122, 0);
- this.dCount.Name = "dCount";
- this.dCount.Size = new System.Drawing.Size(146, 49);
- this.dCount.TabIndex = 6;
- this.dCount.Text = "0";
- this.dCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // dRules
- //
- this.dRules.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dRules.Location = new System.Drawing.Point(631, 5);
- this.dRules.Name = "dRules";
- this.dRules.Size = new System.Drawing.Size(226, 31);
- this.dRules.TabIndex = 10;
- //
- // DRulesBtn
- //
- this.DRulesBtn.Cursor = System.Windows.Forms.Cursors.Hand;
- this.DRulesBtn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.DRulesBtn.Location = new System.Drawing.Point(787, 42);
- this.DRulesBtn.Name = "DRulesBtn";
- this.DRulesBtn.Size = new System.Drawing.Size(70, 30);
- this.DRulesBtn.TabIndex = 11;
- this.DRulesBtn.Text = "确定";
- this.DRulesBtn.UseVisualStyleBackColor = true;
- this.DRulesBtn.Click += new System.EventHandler(this.DRulesBtn_Click);
- //
- // ShowMsg
- //
- this.ShowMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.ShowMsg.AutoSize = true;
- this.ShowMsg.BackColor = System.Drawing.Color.LawnGreen;
- this.ShowMsg.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ShowMsg.Location = new System.Drawing.Point(933, 0);
- this.ShowMsg.Name = "ShowMsg";
- this.ShowMsg.Size = new System.Drawing.Size(304, 203);
- this.ShowMsg.TabIndex = 5;
- this.ShowMsg.Text = "Pass";
- this.ShowMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // Page2
- //
- this.Page2.BackColor = System.Drawing.SystemColors.Control;
- this.Page2.Controls.Add(this.MsgBox);
- this.Page2.Controls.Add(this.FileDetail_Box1);
- this.Page2.Controls.Add(this.FileDetail_Box);
- this.Page2.Cursor = System.Windows.Forms.Cursors.Default;
- this.Page2.Location = new System.Drawing.Point(4, 34);
- this.Page2.Name = "Page2";
- this.Page2.Padding = new System.Windows.Forms.Padding(3);
- this.Page2.Size = new System.Drawing.Size(1246, 587);
- this.Page2.TabIndex = 1;
- this.Page2.Text = "DCR文件打包";
- //
- // MsgBox
- //
- this.MsgBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.MsgBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.MsgBox.FormattingEnabled = true;
- this.MsgBox.ItemHeight = 24;
- this.MsgBox.Location = new System.Drawing.Point(3, 166);
- this.MsgBox.Name = "MsgBox";
- this.MsgBox.Size = new System.Drawing.Size(1240, 418);
- this.MsgBox.TabIndex = 0;
- this.MsgBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.MsgBox_DrawItem);
- //
- // FileDetail_Box1
- //
- this.FileDetail_Box1.Controls.Add(this.buildConfirm);
- this.FileDetail_Box1.Controls.Add(this.handExeLab1);
- this.FileDetail_Box1.Controls.Add(this.handExeVal);
- this.FileDetail_Box1.Controls.Add(this.handTimeLab);
- this.FileDetail_Box1.Controls.Add(this.handPathVal);
- this.FileDetail_Box1.Controls.Add(this.listenVal);
- this.FileDetail_Box1.Controls.Add(this.handPathLab);
- this.FileDetail_Box1.Controls.Add(this.handTime);
- this.FileDetail_Box1.Controls.Add(this.handExeLab);
- this.FileDetail_Box1.Controls.Add(this.listenLab);
- this.FileDetail_Box1.Controls.Add(this.buildStart);
- this.FileDetail_Box1.Dock = System.Windows.Forms.DockStyle.Top;
- this.FileDetail_Box1.Location = new System.Drawing.Point(3, 3);
- this.FileDetail_Box1.Name = "FileDetail_Box1";
- this.FileDetail_Box1.Size = new System.Drawing.Size(1240, 163);
- this.FileDetail_Box1.TabIndex = 21;
- //
- // buildConfirm
- //
- this.buildConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
- this.buildConfirm.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.buildConfirm.Location = new System.Drawing.Point(448, 125);
- this.buildConfirm.Name = "buildConfirm";
- this.buildConfirm.Size = new System.Drawing.Size(100, 31);
- this.buildConfirm.TabIndex = 24;
- this.buildConfirm.Text = "确定";
- this.buildConfirm.UseVisualStyleBackColor = true;
- this.buildConfirm.Click += new System.EventHandler(this.buildConfirm_Click);
- //
- // handExeLab1
- //
- this.handExeLab1.AutoSize = true;
- this.handExeLab1.Location = new System.Drawing.Point(188, 11);
- this.handExeLab1.Name = "handExeLab1";
- this.handExeLab1.Size = new System.Drawing.Size(54, 28);
- this.handExeLab1.TabIndex = 23;
- this.handExeLab1.Text = "分钟";
- //
- // handExeVal
- //
- this.handExeVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.handExeVal.Location = new System.Drawing.Point(120, 9);
- this.handExeVal.Name = "handExeVal";
- this.handExeVal.Size = new System.Drawing.Size(62, 31);
- this.handExeVal.TabIndex = 22;
- //
- // handTimeLab
- //
- this.handTimeLab.AutoSize = true;
- this.handTimeLab.Location = new System.Drawing.Point(13, 51);
- this.handTimeLab.Name = "handTimeLab";
- this.handTimeLab.Size = new System.Drawing.Size(101, 28);
- this.handTimeLab.TabIndex = 21;
- this.handTimeLab.Text = "当前时段:";
- //
- // handPathVal
- //
- this.handPathVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.handPathVal.Location = new System.Drawing.Point(120, 129);
- this.handPathVal.Name = "handPathVal";
- this.handPathVal.Size = new System.Drawing.Size(322, 31);
- this.handPathVal.TabIndex = 20;
- this.handPathVal.Click += new System.EventHandler(this.handPathVal_Click);
- //
- // listenVal
- //
- this.listenVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.listenVal.Location = new System.Drawing.Point(120, 89);
- this.listenVal.Name = "listenVal";
- this.listenVal.Size = new System.Drawing.Size(322, 31);
- this.listenVal.TabIndex = 18;
- this.listenVal.Click += new System.EventHandler(this.listenVal_Click);
- //
- // handPathLab
- //
- this.handPathLab.AutoSize = true;
- this.handPathLab.Location = new System.Drawing.Point(13, 129);
- this.handPathLab.Name = "handPathLab";
- this.handPathLab.Size = new System.Drawing.Size(101, 28);
- this.handPathLab.TabIndex = 19;
- this.handPathLab.Text = "导出路径:";
- //
- // handTime
- //
- this.handTime.CustomFormat = "yyyy-MM-dd HH";
- this.handTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.handTime.Location = new System.Drawing.Point(120, 46);
- this.handTime.Name = "handTime";
- this.handTime.ShowUpDown = true;
- this.handTime.Size = new System.Drawing.Size(185, 35);
- this.handTime.TabIndex = 14;
- //
- // handExeLab
- //
- this.handExeLab.AutoSize = true;
- this.handExeLab.Location = new System.Drawing.Point(13, 11);
- this.handExeLab.Name = "handExeLab";
- this.handExeLab.Size = new System.Drawing.Size(143, 28);
- this.handExeLab.TabIndex = 15;
- this.handExeLab.Text = "处理间隔时间:";
- //
- // listenLab
- //
- this.listenLab.AutoSize = true;
- this.listenLab.Location = new System.Drawing.Point(13, 92);
- this.listenLab.Name = "listenLab";
- this.listenLab.Size = new System.Drawing.Size(101, 28);
- this.listenLab.TabIndex = 17;
- this.listenLab.Text = "监控路径:";
- //
- // buildStart
- //
- this.buildStart.Cursor = System.Windows.Forms.Cursors.Hand;
- this.buildStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.buildStart.Location = new System.Drawing.Point(557, 125);
- this.buildStart.Name = "buildStart";
- this.buildStart.Size = new System.Drawing.Size(100, 31);
- this.buildStart.TabIndex = 16;
- this.buildStart.Text = "开启处理";
- this.buildStart.UseVisualStyleBackColor = true;
- this.buildStart.Click += new System.EventHandler(this.buildStart_Click);
- //
- // FileDetail_Box
- //
- this.FileDetail_Box.Controls.Add(this.FileCountVal);
- this.FileDetail_Box.Controls.Add(this.FileCountLab);
- this.FileDetail_Box.Controls.Add(this.timerLab1);
- this.FileDetail_Box.Controls.Add(this.FtpListen);
- this.FileDetail_Box.Controls.Add(this.FtpConnect);
- this.FileDetail_Box.Controls.Add(this.FtpPathVal);
- this.FileDetail_Box.Controls.Add(this.FtpPathLab);
- this.FileDetail_Box.Controls.Add(this.FtpPwVal);
- this.FileDetail_Box.Controls.Add(this.FtpPwLab);
- this.FileDetail_Box.Controls.Add(this.FtpAccountVal);
- this.FileDetail_Box.Controls.Add(this.FtpAccountLab);
- this.FileDetail_Box.Controls.Add(this.timerVal);
- this.FileDetail_Box.Controls.Add(this.timerLab);
- this.FileDetail_Box.Location = new System.Drawing.Point(3, 3);
- this.FileDetail_Box.Name = "FileDetail_Box";
- this.FileDetail_Box.Size = new System.Drawing.Size(1240, 188);
- this.FileDetail_Box.TabIndex = 1;
- //
- // FileCountVal
- //
- this.FileCountVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.FileCountVal.Location = new System.Drawing.Point(1144, 16);
- this.FileCountVal.Name = "FileCountVal";
- this.FileCountVal.Size = new System.Drawing.Size(65, 35);
- this.FileCountVal.TabIndex = 13;
- this.FileCountVal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // FileCountLab
- //
- this.FileCountLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.FileCountLab.AutoSize = true;
- this.FileCountLab.Location = new System.Drawing.Point(1030, 19);
- this.FileCountLab.Name = "FileCountLab";
- this.FileCountLab.Size = new System.Drawing.Size(122, 28);
- this.FileCountLab.TabIndex = 12;
- this.FileCountLab.Text = "打包文件数:";
- //
- // timerLab1
- //
- this.timerLab1.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.timerLab1.AutoSize = true;
- this.timerLab1.Location = new System.Drawing.Point(969, 19);
- this.timerLab1.Name = "timerLab1";
- this.timerLab1.Size = new System.Drawing.Size(33, 28);
- this.timerLab1.TabIndex = 11;
- this.timerLab1.Text = "秒";
- //
- // FtpListen
- //
- this.FtpListen.Cursor = System.Windows.Forms.Cursors.Hand;
- this.FtpListen.Enabled = false;
- this.FtpListen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FtpListen.Location = new System.Drawing.Point(1135, 118);
- this.FtpListen.Name = "FtpListen";
- this.FtpListen.Size = new System.Drawing.Size(100, 38);
- this.FtpListen.TabIndex = 10;
- this.FtpListen.Text = "开启监听";
- this.FtpListen.UseVisualStyleBackColor = true;
- this.FtpListen.Click += new System.EventHandler(this.FtpListen_Click);
- //
- // FtpConnect
- //
- this.FtpConnect.Cursor = System.Windows.Forms.Cursors.Hand;
- this.FtpConnect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FtpConnect.Location = new System.Drawing.Point(1005, 119);
- this.FtpConnect.Name = "FtpConnect";
- this.FtpConnect.Size = new System.Drawing.Size(100, 37);
- this.FtpConnect.TabIndex = 9;
- this.FtpConnect.Text = "开启连接";
- this.FtpConnect.UseVisualStyleBackColor = true;
- this.FtpConnect.Click += new System.EventHandler(this.FtpConnect_Click);
- //
- // FtpPathVal
- //
- this.FtpPathVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.FtpPathVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FtpPathVal.Location = new System.Drawing.Point(913, 69);
- this.FtpPathVal.Name = "FtpPathVal";
- this.FtpPathVal.Size = new System.Drawing.Size(322, 31);
- this.FtpPathVal.TabIndex = 7;
- //
- // FtpPathLab
- //
- this.FtpPathLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.FtpPathLab.AutoSize = true;
- this.FtpPathLab.Location = new System.Drawing.Point(811, 71);
- this.FtpPathLab.Name = "FtpPathLab";
- this.FtpPathLab.Size = new System.Drawing.Size(137, 28);
- this.FtpPathLab.TabIndex = 6;
- this.FtpPathLab.Text = "FTP路径地址:";
- //
- // FtpPwVal
- //
- this.FtpPwVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.FtpPwVal.Location = new System.Drawing.Point(609, 68);
- this.FtpPwVal.Name = "FtpPwVal";
- this.FtpPwVal.Size = new System.Drawing.Size(180, 35);
- this.FtpPwVal.TabIndex = 5;
- //
- // FtpPwLab
- //
- this.FtpPwLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.FtpPwLab.AutoSize = true;
- this.FtpPwLab.Location = new System.Drawing.Point(527, 71);
- this.FtpPwLab.Name = "FtpPwLab";
- this.FtpPwLab.Size = new System.Drawing.Size(95, 28);
- this.FtpPwLab.TabIndex = 4;
- this.FtpPwLab.Text = "FTP密码:";
- //
- // FtpAccountVal
- //
- this.FtpAccountVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.FtpAccountVal.Location = new System.Drawing.Point(609, 17);
- this.FtpAccountVal.Name = "FtpAccountVal";
- this.FtpAccountVal.Size = new System.Drawing.Size(180, 35);
- this.FtpAccountVal.TabIndex = 3;
- //
- // FtpAccountLab
- //
- this.FtpAccountLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.FtpAccountLab.AutoSize = true;
- this.FtpAccountLab.Location = new System.Drawing.Point(527, 19);
- this.FtpAccountLab.Name = "FtpAccountLab";
- this.FtpAccountLab.Size = new System.Drawing.Size(95, 28);
- this.FtpAccountLab.TabIndex = 2;
- this.FtpAccountLab.Text = "FTP账户:";
- //
- // timerVal
- //
- this.timerVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.timerVal.Location = new System.Drawing.Point(913, 16);
- this.timerVal.Name = "timerVal";
- this.timerVal.Size = new System.Drawing.Size(54, 35);
- this.timerVal.TabIndex = 1;
- this.timerVal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // timerLab
- //
- this.timerLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.timerLab.AutoSize = true;
- this.timerLab.Location = new System.Drawing.Point(811, 19);
- this.timerLab.Name = "timerLab";
- this.timerLab.Size = new System.Drawing.Size(101, 28);
- this.timerLab.TabIndex = 0;
- this.timerLab.Text = "间隔时间:";
- //
- // bottom
- //
- this.bottom.ColumnCount = 3;
- this.bottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
- this.bottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 79F));
- this.bottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11F));
- this.bottom.Controls.Add(this.currUser, 0, 0);
- this.bottom.Controls.Add(this.currTime, 2, 0);
- this.bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.bottom.Location = new System.Drawing.Point(0, 625);
- this.bottom.Name = "bottom";
- this.bottom.RowCount = 1;
- this.bottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.bottom.Size = new System.Drawing.Size(1254, 35);
- this.bottom.TabIndex = 2;
- //
- // currUser
- //
- this.currUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.currUser.AutoSize = true;
- this.currUser.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.currUser.Location = new System.Drawing.Point(3, 0);
- this.currUser.Name = "currUser";
- this.currUser.Size = new System.Drawing.Size(100, 35);
- this.currUser.TabIndex = 0;
- this.currUser.Text = "当前账号:";
- this.currUser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // currTime
- //
- this.currTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.currTime.AutoSize = true;
- this.currTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.currTime.Location = new System.Drawing.Point(1205, 0);
- this.currTime.Name = "currTime";
- this.currTime.Size = new System.Drawing.Size(46, 35);
- this.currTime.TabIndex = 1;
- this.currTime.Text = "时间";
- this.currTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // top
- //
- this.top.Controls.Add(this.Pagination);
- this.top.Dock = System.Windows.Forms.DockStyle.Fill;
- this.top.Location = new System.Drawing.Point(0, 0);
- this.top.Name = "top";
- this.top.Size = new System.Drawing.Size(1254, 625);
- this.top.TabIndex = 3;
- //
- // Main
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Control;
- this.ClientSize = new System.Drawing.Size(1254, 660);
- this.Controls.Add(this.top);
- this.Controls.Add(this.bottom);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "Main";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "UAS_MES 工具";
- this.Load += new System.EventHandler(this.Main_Load);
- this.Pagination.ResumeLayout(false);
- this.Page1.ResumeLayout(false);
- this.checkPagination.ResumeLayout(false);
- this.checkPage1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.Datas)).EndInit();
- this.checkPage2.ResumeLayout(false);
- this.checkSetting.ResumeLayout(false);
- this.checkSettingRight.ResumeLayout(false);
- this.checkSettingRight.PerformLayout();
- this.checkSettingLeft.ResumeLayout(false);
- this.checkSettingLeft.PerformLayout();
- this.checkPage3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.RulesDatas)).EndInit();
- this.rulesDataBox.ResumeLayout(false);
- this.rulesDataBox.PerformLayout();
- this.checkPage4.ResumeLayout(false);
- this.queryDataBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.QDDatas)).EndInit();
- this.queryDataBox.ResumeLayout(false);
- this.queryDataBox.PerformLayout();
- this.detailTop.ResumeLayout(false);
- this.detailTop.PerformLayout();
- this.detailLeft.ResumeLayout(false);
- this.detailLeft.PerformLayout();
- this.detailLeftBox.ResumeLayout(false);
- this.detailLeftBox.PerformLayout();
- this.detailCarton.ResumeLayout(false);
- this.detailCarton.PerformLayout();
- this.detailSN.ResumeLayout(false);
- this.detailSN.PerformLayout();
- this.Page2.ResumeLayout(false);
- this.FileDetail_Box1.ResumeLayout(false);
- this.FileDetail_Box1.PerformLayout();
- this.FileDetail_Box.ResumeLayout(false);
- this.FileDetail_Box.PerformLayout();
- this.bottom.ResumeLayout(false);
- this.bottom.PerformLayout();
- this.top.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabControl Pagination;
- private System.Windows.Forms.TabPage Page1;
- private System.Windows.Forms.TabPage Page2;
- private System.Windows.Forms.TextBox SN;
- private System.Windows.Forms.Label snLab;
- private System.Windows.Forms.TableLayoutPanel detailLeftBox;
- private System.Windows.Forms.Label dlab1;
- private System.Windows.Forms.Label dlab2;
- private System.Windows.Forms.Label dlab3;
- private System.Windows.Forms.Label dlab4;
- private System.Windows.Forms.Panel detailSN;
- private System.Windows.Forms.Panel detailCarton;
- private System.Windows.Forms.Label boxLab;
- private System.Windows.Forms.TextBox BoxNo;
- private System.Windows.Forms.TableLayoutPanel bottom;
- private System.Windows.Forms.Label currUser;
- private System.Windows.Forms.Label currTime;
- private System.Windows.Forms.Panel top;
- private System.Windows.Forms.Label dCount;
- private System.Windows.Forms.Label dAll;
- private System.Windows.Forms.Label dAgain;
- private System.Windows.Forms.Label dSum;
- private System.Windows.Forms.TableLayoutPanel detailTop;
- private System.Windows.Forms.Panel detailLeft;
- private System.Windows.Forms.Label ShowMsg;
- private System.Windows.Forms.TabControl checkPagination;
- private System.Windows.Forms.TabPage checkPage1;
- private System.Windows.Forms.TabPage checkPage2;
- private System.Windows.Forms.TabPage checkPage3;
- private System.Windows.Forms.TabPage checkPage4;
- private System.Windows.Forms.TableLayoutPanel checkSetting;
- private System.Windows.Forms.GroupBox checkSettingLeft;
- private System.Windows.Forms.GroupBox checkSettingRight;
- private System.Windows.Forms.Label settingLeftLab1;
- private System.Windows.Forms.Label settingLeftLab2;
- private System.Windows.Forms.TextBox settingLeftInput1;
- private System.Windows.Forms.TextBox settingLeftInput2;
- private System.Windows.Forms.Button settingLeftSubmit;
- private System.Windows.Forms.Button settingRightSubmit;
- private System.Windows.Forms.TextBox settingRightInput2;
- private System.Windows.Forms.TextBox settingRightInput1;
- private System.Windows.Forms.Label settingRightLab2;
- private System.Windows.Forms.Label settingRightLab1;
- private System.Windows.Forms.TextBox settingRightInput3;
- private System.Windows.Forms.Label settingRightLab3;
- private System.Windows.Forms.DataGridView Datas;
- private System.Windows.Forms.Panel queryDataBox;
- private System.Windows.Forms.DataGridView QDDatas;
- private System.Windows.Forms.Label QDlab1;
- private System.Windows.Forms.Label QDlab2;
- private System.Windows.Forms.TextBox QDInput1;
- private System.Windows.Forms.TextBox QDInput2;
- private System.Windows.Forms.DateTimePicker QDdtp2;
- private System.Windows.Forms.DateTimePicker QDdtp1;
- private System.Windows.Forms.Button QDquery;
- private System.Windows.Forms.Button QDexport;
- private System.Windows.Forms.Panel queryDataBox1;
- private System.Windows.Forms.Label QDlab3;
- private System.Windows.Forms.CheckBox QDcheckbox1;
- private System.Windows.Forms.CheckBox radio1;
- private System.Windows.Forms.Button boxBtn;
- private System.Windows.Forms.Button DRulesBtn;
- private System.Windows.Forms.TextBox dRules;
- private System.Windows.Forms.DataGridView RulesDatas;
- private System.Windows.Forms.Panel rulesDataBox;
- private System.Windows.Forms.Label rulesLab1;
- private System.Windows.Forms.Button rulesQuery;
- private System.Windows.Forms.TextBox rulesInput1;
- private System.Windows.Forms.Label rulesLab2;
- private System.Windows.Forms.TextBox rulesInput2;
- private System.Windows.Forms.Button rulesAdd;
- private System.Windows.Forms.DataGridViewTextBoxColumn DbarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn DboxCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn DcountCol;
- private System.Windows.Forms.DataGridViewTextBoxColumn DtimeCol;
- private System.Windows.Forms.DataGridViewTextBoxColumn Duser;
- private System.Windows.Forms.DataGridViewTextBoxColumn DisCheckdcr;
- private System.Windows.Forms.DataGridViewTextBoxColumn Dresult;
- private System.Windows.Forms.Button DRulesBtn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn ruleId;
- private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol1;
- private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol2;
- private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol3;
- private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol4;
- private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol5;
- private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol6;
- private System.Windows.Forms.Label dRuleslab;
- private System.Windows.Forms.DataGridViewTextBoxColumn dqSN;
- private System.Windows.Forms.DataGridViewTextBoxColumn dqOUTBOX_NO;
- private System.Windows.Forms.DataGridViewTextBoxColumn dqCOUNT;
- private System.Windows.Forms.DataGridViewTextBoxColumn dqUPDATE_TIME;
- private System.Windows.Forms.DataGridViewTextBoxColumn dqNAME;
- private System.Windows.Forms.DataGridViewTextBoxColumn dqRULE_NAME;
- private System.Windows.Forms.DataGridViewTextBoxColumn dqRULE_VALUE;
- private System.Windows.Forms.ListBox MsgBox;
- private System.Windows.Forms.Panel FileDetail_Box;
- private System.Windows.Forms.TextBox timerVal;
- private System.Windows.Forms.TextBox FtpPwVal;
- private System.Windows.Forms.Label FtpPwLab;
- private System.Windows.Forms.TextBox FtpAccountVal;
- private System.Windows.Forms.Label FtpAccountLab;
- private System.Windows.Forms.TextBox FtpPathVal;
- private System.Windows.Forms.Label FtpPathLab;
- private System.Windows.Forms.Button FtpConnect;
- private System.Windows.Forms.Button FtpListen;
- private System.Windows.Forms.Label timerLab1;
- private System.Windows.Forms.Label timerLab;
- private System.Windows.Forms.TextBox FileCountVal;
- private System.Windows.Forms.Label FileCountLab;
- private System.Windows.Forms.DateTimePicker handTime;
- private System.Windows.Forms.Label handExeLab;
- private System.Windows.Forms.TextBox listenVal;
- private System.Windows.Forms.Label listenLab;
- private System.Windows.Forms.Button buildStart;
- private System.Windows.Forms.TextBox handPathVal;
- private System.Windows.Forms.Label handPathLab;
- private System.Windows.Forms.Panel FileDetail_Box1;
- private System.Windows.Forms.Label handTimeLab;
- private System.Windows.Forms.Label handExeLab1;
- private System.Windows.Forms.TextBox handExeVal;
- private System.Windows.Forms.Button buildConfirm;
- }
- }
|