| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224 |
- namespace UAS_LabelMachine
- {
- partial class ParamSetting
- {
- /// <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(ParamSetting));
- this.GP = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.GP5 = new System.Windows.Forms.GroupBox();
- this.Datawait5 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.BaudRate5 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.COM5 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label13 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.GP4 = new System.Windows.Forms.GroupBox();
- this.OutTime4 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.Datawait4 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.BaudRate4 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.COM4 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label17 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.GP3 = new System.Windows.Forms.GroupBox();
- this.OutTime3 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.Datawait3 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.BaudRate3 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.COM3 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label16 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.GP2 = new System.Windows.Forms.GroupBox();
- this.Datawait2 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.BaudRate2 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.COM2 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.GP1 = new System.Windows.Forms.GroupBox();
- this.Datawait1 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.BaudRate1 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.COM1 = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.Save = new UAS_LabelMachine.CustomControl.NormalButton();
- this.GPD1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.label38 = new System.Windows.Forms.Label();
- this.label34 = new System.Windows.Forms.Label();
- this.MaterialTray = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.CheckMaterial = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.StackMaterial = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.DevError = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.DeviceStop = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.DataRecive = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.Devstop = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.DeviceStart = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.Devstart = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label23 = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.BackDataPass = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label21 = new System.Windows.Forms.Label();
- this.label24 = new System.Windows.Forms.Label();
- this.label25 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.BackDataDelete = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label19 = new System.Windows.Forms.Label();
- this.label26 = new System.Windows.Forms.Label();
- this.label18 = new System.Windows.Forms.Label();
- this.label27 = new System.Windows.Forms.Label();
- this.label30 = new System.Windows.Forms.Label();
- this.FrontDataPass = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.FrontDataDelete = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label28 = new System.Windows.Forms.Label();
- this.label29 = new System.Windows.Forms.Label();
- this.GPD2 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.SplitBack = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.GuestLabelPre = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.PrimaryData = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.GuestLabelData = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.SplitFront = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.Uploadnum = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.ProdcodeBack = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.ProdcodeFront = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.label39 = new System.Windows.Forms.Label();
- this.SplitFro = new System.Windows.Forms.Label();
- this.label37 = new System.Windows.Forms.Label();
- this.label36 = new System.Windows.Forms.Label();
- this.label35 = new System.Windows.Forms.Label();
- this.label1212 = new System.Windows.Forms.Label();
- this.label33 = new System.Windows.Forms.Label();
- this.label32 = new System.Windows.Forms.Label();
- this.label31 = new System.Windows.Forms.Label();
- this.normalButton1 = new UAS_LabelMachine.CustomControl.NormalButton();
- this.GP.SuspendLayout();
- this.GP5.SuspendLayout();
- this.GP4.SuspendLayout();
- this.GP3.SuspendLayout();
- this.GP2.SuspendLayout();
- this.GP1.SuspendLayout();
- this.GPD1.SuspendLayout();
- this.GPD2.SuspendLayout();
- this.SuspendLayout();
- //
- // GP
- //
- this.GP.Controls.Add(this.GP5);
- this.GP.Controls.Add(this.GP4);
- this.GP.Controls.Add(this.GP3);
- this.GP.Controls.Add(this.GP2);
- this.GP.Controls.Add(this.GP1);
- this.GP.Location = new System.Drawing.Point(12, 28);
- this.GP.Name = "GP";
- this.GP.Size = new System.Drawing.Size(823, 147);
- this.GP.TabIndex = 0;
- this.GP.TabStop = false;
- this.GP.Text = "COM口配置";
- //
- // GP5
- //
- this.GP5.Controls.Add(this.Datawait5);
- this.GP5.Controls.Add(this.BaudRate5);
- this.GP5.Controls.Add(this.COM5);
- this.GP5.Controls.Add(this.label13);
- this.GP5.Controls.Add(this.label14);
- this.GP5.Controls.Add(this.label15);
- this.GP5.Location = new System.Drawing.Point(674, 20);
- this.GP5.Name = "GP5";
- this.GP5.Size = new System.Drawing.Size(144, 94);
- this.GP5.TabIndex = 4;
- this.GP5.TabStop = false;
- this.GP5.Text = "后端复核(手持)";
- //
- // Datawait5
- //
- this.Datawait5.ID = null;
- this.Datawait5.Location = new System.Drawing.Point(95, 63);
- this.Datawait5.Name = "Datawait5";
- this.Datawait5.Size = new System.Drawing.Size(43, 21);
- this.Datawait5.Str = null;
- this.Datawait5.Str1 = null;
- this.Datawait5.Str2 = null;
- this.Datawait5.TabIndex = 10;
- //
- // BaudRate5
- //
- this.BaudRate5.ID = null;
- this.BaudRate5.Location = new System.Drawing.Point(77, 37);
- this.BaudRate5.Name = "BaudRate5";
- this.BaudRate5.Size = new System.Drawing.Size(61, 21);
- this.BaudRate5.Str = null;
- this.BaudRate5.Str1 = null;
- this.BaudRate5.Str2 = null;
- this.BaudRate5.TabIndex = 7;
- //
- // COM5
- //
- this.COM5.ID = null;
- this.COM5.Location = new System.Drawing.Point(77, 14);
- this.COM5.Name = "COM5";
- this.COM5.Size = new System.Drawing.Size(61, 21);
- this.COM5.Str = null;
- this.COM5.Str1 = null;
- this.COM5.Str2 = null;
- this.COM5.TabIndex = 6;
- this.COM5.Tag = "ManBackendCheck";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(3, 68);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(95, 12);
- this.label13.TabIndex = 2;
- this.label13.Text = "数据缓冲(毫秒):";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(4, 43);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(47, 12);
- this.label14.TabIndex = 1;
- this.label14.Text = "波特率:";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(6, 17);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(47, 12);
- this.label15.TabIndex = 0;
- this.label15.Text = "串口号:";
- //
- // GP4
- //
- this.GP4.Controls.Add(this.OutTime4);
- this.GP4.Controls.Add(this.Datawait4);
- this.GP4.Controls.Add(this.BaudRate4);
- this.GP4.Controls.Add(this.COM4);
- this.GP4.Controls.Add(this.label17);
- this.GP4.Controls.Add(this.label10);
- this.GP4.Controls.Add(this.label11);
- this.GP4.Controls.Add(this.label12);
- this.GP4.Location = new System.Drawing.Point(502, 20);
- this.GP4.Name = "GP4";
- this.GP4.Size = new System.Drawing.Size(166, 119);
- this.GP4.TabIndex = 3;
- this.GP4.TabStop = false;
- this.GP4.Text = "后端复核";
- //
- // OutTime4
- //
- this.OutTime4.ID = null;
- this.OutTime4.Location = new System.Drawing.Point(117, 90);
- this.OutTime4.Name = "OutTime4";
- this.OutTime4.Size = new System.Drawing.Size(43, 21);
- this.OutTime4.Str = null;
- this.OutTime4.Str1 = null;
- this.OutTime4.Str2 = null;
- this.OutTime4.TabIndex = 9;
- //
- // Datawait4
- //
- this.Datawait4.ID = null;
- this.Datawait4.Location = new System.Drawing.Point(117, 63);
- this.Datawait4.Name = "Datawait4";
- this.Datawait4.Size = new System.Drawing.Size(43, 21);
- this.Datawait4.Str = null;
- this.Datawait4.Str1 = null;
- this.Datawait4.Str2 = null;
- this.Datawait4.TabIndex = 8;
- //
- // BaudRate4
- //
- this.BaudRate4.ID = null;
- this.BaudRate4.Location = new System.Drawing.Point(99, 37);
- this.BaudRate4.Name = "BaudRate4";
- this.BaudRate4.Size = new System.Drawing.Size(61, 21);
- this.BaudRate4.Str = null;
- this.BaudRate4.Str1 = null;
- this.BaudRate4.Str2 = null;
- this.BaudRate4.TabIndex = 7;
- //
- // COM4
- //
- this.COM4.ID = null;
- this.COM4.Location = new System.Drawing.Point(99, 12);
- this.COM4.Name = "COM4";
- this.COM4.Size = new System.Drawing.Size(61, 21);
- this.COM4.Str = null;
- this.COM4.Str1 = null;
- this.COM4.Str2 = null;
- this.COM4.TabIndex = 6;
- this.COM4.Tag = "BackendCheck";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(15, 96);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(95, 12);
- this.label17.TabIndex = 4;
- this.label17.Text = "超时时间(毫秒):";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(15, 68);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(95, 12);
- this.label10.TabIndex = 2;
- this.label10.Text = "数据缓冲(毫秒):";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(15, 43);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(47, 12);
- this.label11.TabIndex = 1;
- this.label11.Text = "波特率:";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(15, 17);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(47, 12);
- this.label12.TabIndex = 0;
- this.label12.Text = "串口号:";
- //
- // GP3
- //
- this.GP3.Controls.Add(this.OutTime3);
- this.GP3.Controls.Add(this.Datawait3);
- this.GP3.Controls.Add(this.BaudRate3);
- this.GP3.Controls.Add(this.COM3);
- this.GP3.Controls.Add(this.label16);
- this.GP3.Controls.Add(this.label7);
- this.GP3.Controls.Add(this.label8);
- this.GP3.Controls.Add(this.label9);
- this.GP3.Location = new System.Drawing.Point(330, 20);
- this.GP3.Name = "GP3";
- this.GP3.Size = new System.Drawing.Size(166, 119);
- this.GP3.TabIndex = 2;
- this.GP3.TabStop = false;
- this.GP3.Text = "前段采集";
- //
- // OutTime3
- //
- this.OutTime3.ID = null;
- this.OutTime3.Location = new System.Drawing.Point(117, 87);
- this.OutTime3.Name = "OutTime3";
- this.OutTime3.Size = new System.Drawing.Size(43, 21);
- this.OutTime3.Str = null;
- this.OutTime3.Str1 = null;
- this.OutTime3.Str2 = null;
- this.OutTime3.TabIndex = 8;
- //
- // Datawait3
- //
- this.Datawait3.ID = null;
- this.Datawait3.Location = new System.Drawing.Point(117, 63);
- this.Datawait3.Name = "Datawait3";
- this.Datawait3.Size = new System.Drawing.Size(43, 21);
- this.Datawait3.Str = null;
- this.Datawait3.Str1 = null;
- this.Datawait3.Str2 = null;
- this.Datawait3.TabIndex = 7;
- //
- // BaudRate3
- //
- this.BaudRate3.ID = null;
- this.BaudRate3.Location = new System.Drawing.Point(99, 40);
- this.BaudRate3.Name = "BaudRate3";
- this.BaudRate3.Size = new System.Drawing.Size(61, 21);
- this.BaudRate3.Str = null;
- this.BaudRate3.Str1 = null;
- this.BaudRate3.Str2 = null;
- this.BaudRate3.TabIndex = 6;
- //
- // COM3
- //
- this.COM3.ID = null;
- this.COM3.Location = new System.Drawing.Point(99, 14);
- this.COM3.Name = "COM3";
- this.COM3.Size = new System.Drawing.Size(61, 21);
- this.COM3.Str = null;
- this.COM3.Str1 = null;
- this.COM3.Str2 = null;
- this.COM3.TabIndex = 5;
- this.COM3.Tag = "FrontendCheck";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Location = new System.Drawing.Point(15, 96);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(95, 12);
- this.label16.TabIndex = 3;
- this.label16.Text = "超时时间(毫秒):";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(15, 68);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(95, 12);
- this.label7.TabIndex = 2;
- this.label7.Text = "数据缓冲(毫秒):";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(15, 43);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(47, 12);
- this.label8.TabIndex = 1;
- this.label8.Text = "波特率:";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(15, 17);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(47, 12);
- this.label9.TabIndex = 0;
- this.label9.Text = "串口号:";
- //
- // GP2
- //
- this.GP2.Controls.Add(this.Datawait2);
- this.GP2.Controls.Add(this.BaudRate2);
- this.GP2.Controls.Add(this.COM2);
- this.GP2.Controls.Add(this.label4);
- this.GP2.Controls.Add(this.label5);
- this.GP2.Controls.Add(this.label6);
- this.GP2.Location = new System.Drawing.Point(165, 20);
- this.GP2.Name = "GP2";
- this.GP2.Size = new System.Drawing.Size(159, 94);
- this.GP2.TabIndex = 1;
- this.GP2.TabStop = false;
- this.GP2.Text = "PLC2(备用)";
- //
- // Datawait2
- //
- this.Datawait2.ID = null;
- this.Datawait2.Location = new System.Drawing.Point(110, 63);
- this.Datawait2.Name = "Datawait2";
- this.Datawait2.Size = new System.Drawing.Size(43, 21);
- this.Datawait2.Str = null;
- this.Datawait2.Str1 = null;
- this.Datawait2.Str2 = null;
- this.Datawait2.TabIndex = 6;
- //
- // BaudRate2
- //
- this.BaudRate2.ID = null;
- this.BaudRate2.Location = new System.Drawing.Point(92, 37);
- this.BaudRate2.Name = "BaudRate2";
- this.BaudRate2.Size = new System.Drawing.Size(61, 21);
- this.BaudRate2.Str = null;
- this.BaudRate2.Str1 = null;
- this.BaudRate2.Str2 = null;
- this.BaudRate2.TabIndex = 5;
- //
- // COM2
- //
- this.COM2.ID = null;
- this.COM2.Location = new System.Drawing.Point(92, 12);
- this.COM2.Name = "COM2";
- this.COM2.Size = new System.Drawing.Size(61, 21);
- this.COM2.Str = null;
- this.COM2.Str1 = null;
- this.COM2.Str2 = null;
- this.COM2.TabIndex = 4;
- this.COM2.Tag = "PLC2";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(15, 68);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(95, 12);
- this.label4.TabIndex = 2;
- this.label4.Text = "数据缓冲(毫秒):";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(15, 43);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(47, 12);
- this.label5.TabIndex = 1;
- this.label5.Text = "波特率:";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(15, 17);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(47, 12);
- this.label6.TabIndex = 0;
- this.label6.Text = "串口号:";
- //
- // GP1
- //
- this.GP1.Controls.Add(this.Datawait1);
- this.GP1.Controls.Add(this.BaudRate1);
- this.GP1.Controls.Add(this.COM1);
- this.GP1.Controls.Add(this.label3);
- this.GP1.Controls.Add(this.label2);
- this.GP1.Controls.Add(this.label1);
- this.GP1.Location = new System.Drawing.Point(6, 20);
- this.GP1.Name = "GP1";
- this.GP1.Size = new System.Drawing.Size(153, 94);
- this.GP1.TabIndex = 0;
- this.GP1.TabStop = false;
- this.GP1.Text = "PLC1(优先)";
- //
- // Datawait1
- //
- this.Datawait1.ID = null;
- this.Datawait1.Location = new System.Drawing.Point(108, 63);
- this.Datawait1.Name = "Datawait1";
- this.Datawait1.Size = new System.Drawing.Size(43, 21);
- this.Datawait1.Str = null;
- this.Datawait1.Str1 = null;
- this.Datawait1.Str2 = null;
- this.Datawait1.TabIndex = 5;
- //
- // BaudRate1
- //
- this.BaudRate1.ID = null;
- this.BaudRate1.Location = new System.Drawing.Point(91, 37);
- this.BaudRate1.Name = "BaudRate1";
- this.BaudRate1.Size = new System.Drawing.Size(61, 21);
- this.BaudRate1.Str = null;
- this.BaudRate1.Str1 = null;
- this.BaudRate1.Str2 = null;
- this.BaudRate1.TabIndex = 4;
- //
- // COM1
- //
- this.COM1.ID = null;
- this.COM1.Location = new System.Drawing.Point(91, 12);
- this.COM1.Name = "COM1";
- this.COM1.Size = new System.Drawing.Size(61, 21);
- this.COM1.Str = null;
- this.COM1.Str1 = null;
- this.COM1.Str2 = null;
- this.COM1.TabIndex = 3;
- this.COM1.Tag = "PLC1";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(13, 68);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(95, 12);
- this.label3.TabIndex = 2;
- this.label3.Text = "数据缓冲(毫秒):";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(13, 43);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(47, 12);
- this.label2.TabIndex = 1;
- this.label2.Text = "波特率:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(13, 17);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(47, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "串口号:";
- //
- // Save
- //
- this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
- this.Save.Location = new System.Drawing.Point(15, 2);
- this.Save.Name = "Save";
- this.Save.Size = new System.Drawing.Size(75, 23);
- this.Save.TabIndex = 1;
- this.Save.Text = "保存";
- this.Save.UseVisualStyleBackColor = true;
- this.Save.Click += new System.EventHandler(this.Save_Click);
- //
- // GPD1
- //
- this.GPD1.Controls.Add(this.label38);
- this.GPD1.Controls.Add(this.label34);
- this.GPD1.Controls.Add(this.MaterialTray);
- this.GPD1.Controls.Add(this.CheckMaterial);
- this.GPD1.Controls.Add(this.StackMaterial);
- this.GPD1.Controls.Add(this.DevError);
- this.GPD1.Controls.Add(this.DeviceStop);
- this.GPD1.Controls.Add(this.DataRecive);
- this.GPD1.Controls.Add(this.Devstop);
- this.GPD1.Controls.Add(this.DeviceStart);
- this.GPD1.Controls.Add(this.Devstart);
- this.GPD1.Controls.Add(this.label23);
- this.GPD1.Controls.Add(this.label22);
- this.GPD1.Controls.Add(this.BackDataPass);
- this.GPD1.Controls.Add(this.label21);
- this.GPD1.Controls.Add(this.label24);
- this.GPD1.Controls.Add(this.label25);
- this.GPD1.Controls.Add(this.label20);
- this.GPD1.Controls.Add(this.BackDataDelete);
- this.GPD1.Controls.Add(this.label19);
- this.GPD1.Controls.Add(this.label26);
- this.GPD1.Controls.Add(this.label18);
- this.GPD1.Controls.Add(this.label27);
- this.GPD1.Controls.Add(this.label30);
- this.GPD1.Controls.Add(this.FrontDataPass);
- this.GPD1.Controls.Add(this.FrontDataDelete);
- this.GPD1.Controls.Add(this.label28);
- this.GPD1.Controls.Add(this.label29);
- this.GPD1.Location = new System.Drawing.Point(18, 180);
- this.GPD1.Name = "GPD1";
- this.GPD1.Size = new System.Drawing.Size(817, 193);
- this.GPD1.TabIndex = 2;
- this.GPD1.TabStop = false;
- //
- // label38
- //
- this.label38.AutoSize = true;
- this.label38.Location = new System.Drawing.Point(272, 17);
- this.label38.Name = "label38";
- this.label38.Size = new System.Drawing.Size(131, 12);
- this.label38.TabIndex = 17;
- this.label38.Text = "PC->PLC指令集(16进制)";
- //
- // label34
- //
- this.label34.AutoSize = true;
- this.label34.Location = new System.Drawing.Point(13, 17);
- this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(131, 12);
- this.label34.TabIndex = 16;
- this.label34.Text = "PLC->PC指令集(16进制)";
- //
- // MaterialTray
- //
- this.MaterialTray.ID = null;
- this.MaterialTray.Location = new System.Drawing.Point(676, 109);
- this.MaterialTray.Name = "MaterialTray";
- this.MaterialTray.Size = new System.Drawing.Size(95, 21);
- this.MaterialTray.Str = null;
- this.MaterialTray.Str1 = null;
- this.MaterialTray.Str2 = null;
- this.MaterialTray.TabIndex = 19;
- //
- // CheckMaterial
- //
- this.CheckMaterial.ID = null;
- this.CheckMaterial.Location = new System.Drawing.Point(131, 158);
- this.CheckMaterial.Name = "CheckMaterial";
- this.CheckMaterial.Size = new System.Drawing.Size(95, 21);
- this.CheckMaterial.Str = null;
- this.CheckMaterial.Str1 = null;
- this.CheckMaterial.Str2 = null;
- this.CheckMaterial.TabIndex = 12;
- //
- // StackMaterial
- //
- this.StackMaterial.ID = null;
- this.StackMaterial.Location = new System.Drawing.Point(131, 135);
- this.StackMaterial.Name = "StackMaterial";
- this.StackMaterial.Size = new System.Drawing.Size(95, 21);
- this.StackMaterial.Str = null;
- this.StackMaterial.Str1 = null;
- this.StackMaterial.Str2 = null;
- this.StackMaterial.TabIndex = 11;
- //
- // DevError
- //
- this.DevError.ID = null;
- this.DevError.Location = new System.Drawing.Point(131, 111);
- this.DevError.Name = "DevError";
- this.DevError.Size = new System.Drawing.Size(95, 21);
- this.DevError.Str = null;
- this.DevError.Str1 = null;
- this.DevError.Str2 = null;
- this.DevError.TabIndex = 10;
- //
- // DeviceStop
- //
- this.DeviceStop.ID = null;
- this.DeviceStop.Location = new System.Drawing.Point(676, 76);
- this.DeviceStop.Name = "DeviceStop";
- this.DeviceStop.Size = new System.Drawing.Size(95, 21);
- this.DeviceStop.Str = null;
- this.DeviceStop.Str1 = null;
- this.DeviceStop.Str2 = null;
- this.DeviceStop.TabIndex = 18;
- //
- // DataRecive
- //
- this.DataRecive.ID = null;
- this.DataRecive.Location = new System.Drawing.Point(131, 86);
- this.DataRecive.Name = "DataRecive";
- this.DataRecive.Size = new System.Drawing.Size(95, 21);
- this.DataRecive.Str = null;
- this.DataRecive.Str1 = null;
- this.DataRecive.Str2 = null;
- this.DataRecive.TabIndex = 9;
- //
- // Devstop
- //
- this.Devstop.ID = null;
- this.Devstop.Location = new System.Drawing.Point(131, 62);
- this.Devstop.Name = "Devstop";
- this.Devstop.Size = new System.Drawing.Size(95, 21);
- this.Devstop.Str = null;
- this.Devstop.Str1 = null;
- this.Devstop.Str2 = null;
- this.Devstop.TabIndex = 8;
- //
- // DeviceStart
- //
- this.DeviceStart.ID = null;
- this.DeviceStart.Location = new System.Drawing.Point(676, 41);
- this.DeviceStart.Name = "DeviceStart";
- this.DeviceStart.Size = new System.Drawing.Size(95, 21);
- this.DeviceStart.Str = null;
- this.DeviceStart.Str1 = null;
- this.DeviceStart.Str2 = null;
- this.DeviceStart.TabIndex = 17;
- //
- // Devstart
- //
- this.Devstart.ID = null;
- this.Devstart.Location = new System.Drawing.Point(131, 36);
- this.Devstart.Name = "Devstart";
- this.Devstart.Size = new System.Drawing.Size(95, 21);
- this.Devstart.Str = null;
- this.Devstart.Str1 = null;
- this.Devstart.Str2 = null;
- this.Devstart.TabIndex = 7;
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.Location = new System.Drawing.Point(13, 162);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(83, 12);
- this.label23.TabIndex = 6;
- this.label23.Text = "复核物料到达:";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Location = new System.Drawing.Point(13, 138);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(83, 12);
- this.label22.TabIndex = 5;
- this.label22.Text = "堆叠物料到达:";
- //
- // BackDataPass
- //
- this.BackDataPass.ID = null;
- this.BackDataPass.Location = new System.Drawing.Point(421, 139);
- this.BackDataPass.Name = "BackDataPass";
- this.BackDataPass.Size = new System.Drawing.Size(95, 21);
- this.BackDataPass.Str = null;
- this.BackDataPass.Str1 = null;
- this.BackDataPass.Str2 = null;
- this.BackDataPass.TabIndex = 16;
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Location = new System.Drawing.Point(13, 114);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(59, 12);
- this.label21.TabIndex = 4;
- this.label21.Text = "设备故障:";
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.Location = new System.Drawing.Point(272, 45);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(143, 12);
- this.label24.TabIndex = 2;
- this.label24.Text = "前端扫描数据异常(剔除):";
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.Location = new System.Drawing.Point(272, 82);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(143, 12);
- this.label25.TabIndex = 3;
- this.label25.Text = "前端扫描数据异常(放行):";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.Location = new System.Drawing.Point(13, 92);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(83, 12);
- this.label20.TabIndex = 3;
- this.label20.Text = "数据接收成功:";
- //
- // BackDataDelete
- //
- this.BackDataDelete.ID = null;
- this.BackDataDelete.Location = new System.Drawing.Point(421, 112);
- this.BackDataDelete.Name = "BackDataDelete";
- this.BackDataDelete.Size = new System.Drawing.Size(95, 21);
- this.BackDataDelete.Str = null;
- this.BackDataDelete.Str1 = null;
- this.BackDataDelete.Str2 = null;
- this.BackDataDelete.TabIndex = 15;
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Location = new System.Drawing.Point(13, 67);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(59, 12);
- this.label19.TabIndex = 2;
- this.label19.Text = "设备停止:";
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.Location = new System.Drawing.Point(272, 113);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(143, 12);
- this.label26.TabIndex = 4;
- this.label26.Text = "后端复核数据异常(剔除):";
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Location = new System.Drawing.Point(13, 44);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(59, 12);
- this.label18.TabIndex = 1;
- this.label18.Text = "设备启动:";
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.Location = new System.Drawing.Point(272, 146);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(143, 12);
- this.label27.TabIndex = 5;
- this.label27.Text = "后端复核数据异常(放行):";
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.Location = new System.Drawing.Point(542, 113);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(59, 12);
- this.label30.TabIndex = 8;
- this.label30.Text = "料盘叠料:";
- //
- // FrontDataPass
- //
- this.FrontDataPass.ID = null;
- this.FrontDataPass.Location = new System.Drawing.Point(421, 77);
- this.FrontDataPass.Name = "FrontDataPass";
- this.FrontDataPass.Size = new System.Drawing.Size(95, 21);
- this.FrontDataPass.Str = null;
- this.FrontDataPass.Str1 = null;
- this.FrontDataPass.Str2 = null;
- this.FrontDataPass.TabIndex = 14;
- //
- // FrontDataDelete
- //
- this.FrontDataDelete.ID = null;
- this.FrontDataDelete.Location = new System.Drawing.Point(421, 42);
- this.FrontDataDelete.Name = "FrontDataDelete";
- this.FrontDataDelete.Size = new System.Drawing.Size(95, 21);
- this.FrontDataDelete.Str = null;
- this.FrontDataDelete.Str1 = null;
- this.FrontDataDelete.Str2 = null;
- this.FrontDataDelete.TabIndex = 13;
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.Location = new System.Drawing.Point(542, 45);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(83, 12);
- this.label28.TabIndex = 6;
- this.label28.Text = "设备开始动作:";
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.Location = new System.Drawing.Point(542, 82);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(59, 12);
- this.label29.TabIndex = 7;
- this.label29.Text = "设备停止:";
- //
- // GPD2
- //
- this.GPD2.Controls.Add(this.SplitBack);
- this.GPD2.Controls.Add(this.GuestLabelPre);
- this.GPD2.Controls.Add(this.PrimaryData);
- this.GPD2.Controls.Add(this.GuestLabelData);
- this.GPD2.Controls.Add(this.SplitFront);
- this.GPD2.Controls.Add(this.Uploadnum);
- this.GPD2.Controls.Add(this.ProdcodeBack);
- this.GPD2.Controls.Add(this.ProdcodeFront);
- this.GPD2.Controls.Add(this.label39);
- this.GPD2.Controls.Add(this.SplitFro);
- this.GPD2.Controls.Add(this.label37);
- this.GPD2.Controls.Add(this.label36);
- this.GPD2.Controls.Add(this.label35);
- this.GPD2.Controls.Add(this.label1212);
- this.GPD2.Controls.Add(this.label33);
- this.GPD2.Controls.Add(this.label32);
- this.GPD2.Controls.Add(this.label31);
- this.GPD2.Location = new System.Drawing.Point(16, 374);
- this.GPD2.Name = "GPD2";
- this.GPD2.Size = new System.Drawing.Size(814, 151);
- this.GPD2.TabIndex = 4;
- this.GPD2.TabStop = false;
- //
- // SplitBack
- //
- this.SplitBack.ID = null;
- this.SplitBack.Location = new System.Drawing.Point(755, 105);
- this.SplitBack.Name = "SplitBack";
- this.SplitBack.Size = new System.Drawing.Size(53, 21);
- this.SplitBack.Str = null;
- this.SplitBack.Str1 = null;
- this.SplitBack.Str2 = null;
- this.SplitBack.TabIndex = 18;
- //
- // GuestLabelPre
- //
- this.GuestLabelPre.ID = null;
- this.GuestLabelPre.Location = new System.Drawing.Point(755, 65);
- this.GuestLabelPre.Name = "GuestLabelPre";
- this.GuestLabelPre.Size = new System.Drawing.Size(53, 21);
- this.GuestLabelPre.Str = null;
- this.GuestLabelPre.Str1 = null;
- this.GuestLabelPre.Str2 = null;
- this.GuestLabelPre.TabIndex = 17;
- //
- // PrimaryData
- //
- this.PrimaryData.ID = null;
- this.PrimaryData.Location = new System.Drawing.Point(467, 106);
- this.PrimaryData.Name = "PrimaryData";
- this.PrimaryData.Size = new System.Drawing.Size(142, 21);
- this.PrimaryData.Str = null;
- this.PrimaryData.Str1 = null;
- this.PrimaryData.Str2 = null;
- this.PrimaryData.TabIndex = 16;
- //
- // GuestLabelData
- //
- this.GuestLabelData.ID = null;
- this.GuestLabelData.Location = new System.Drawing.Point(467, 65);
- this.GuestLabelData.Name = "GuestLabelData";
- this.GuestLabelData.Size = new System.Drawing.Size(142, 21);
- this.GuestLabelData.Str = null;
- this.GuestLabelData.Str1 = null;
- this.GuestLabelData.Str2 = null;
- this.GuestLabelData.TabIndex = 15;
- //
- // SplitFront
- //
- this.SplitFront.ID = null;
- this.SplitFront.Location = new System.Drawing.Point(467, 14);
- this.SplitFront.Name = "SplitFront";
- this.SplitFront.Size = new System.Drawing.Size(104, 21);
- this.SplitFront.Str = null;
- this.SplitFront.Str1 = null;
- this.SplitFront.Str2 = null;
- this.SplitFront.TabIndex = 14;
- //
- // Uploadnum
- //
- this.Uploadnum.ID = null;
- this.Uploadnum.Location = new System.Drawing.Point(57, 110);
- this.Uploadnum.Name = "Uploadnum";
- this.Uploadnum.Size = new System.Drawing.Size(73, 21);
- this.Uploadnum.Str = null;
- this.Uploadnum.Str1 = null;
- this.Uploadnum.Str2 = null;
- this.Uploadnum.TabIndex = 13;
- //
- // ProdcodeBack
- //
- this.ProdcodeBack.ID = null;
- this.ProdcodeBack.Location = new System.Drawing.Point(166, 65);
- this.ProdcodeBack.Name = "ProdcodeBack";
- this.ProdcodeBack.Size = new System.Drawing.Size(142, 21);
- this.ProdcodeBack.Str = null;
- this.ProdcodeBack.Str1 = null;
- this.ProdcodeBack.Str2 = null;
- this.ProdcodeBack.TabIndex = 12;
- //
- // ProdcodeFront
- //
- this.ProdcodeFront.ID = null;
- this.ProdcodeFront.Location = new System.Drawing.Point(166, 14);
- this.ProdcodeFront.Name = "ProdcodeFront";
- this.ProdcodeFront.Size = new System.Drawing.Size(142, 21);
- this.ProdcodeFront.Str = null;
- this.ProdcodeFront.Str1 = null;
- this.ProdcodeFront.Str2 = null;
- this.ProdcodeFront.TabIndex = 11;
- //
- // label39
- //
- this.label39.AutoSize = true;
- this.label39.Location = new System.Drawing.Point(139, 115);
- this.label39.Name = "label39";
- this.label39.Size = new System.Drawing.Size(59, 12);
- this.label39.TabIndex = 10;
- this.label39.Text = "条数据/次";
- //
- // SplitFro
- //
- this.SplitFro.AutoSize = true;
- this.SplitFro.Location = new System.Drawing.Point(618, 110);
- this.SplitFro.Name = "SplitFro";
- this.SplitFro.Size = new System.Drawing.Size(131, 12);
- this.SplitFro.TabIndex = 9;
- this.SplitFro.Text = "内部分割符(后端复核):";
- //
- // label37
- //
- this.label37.AutoSize = true;
- this.label37.Location = new System.Drawing.Point(615, 68);
- this.label37.Name = "label37";
- this.label37.Size = new System.Drawing.Size(143, 12);
- this.label37.TabIndex = 8;
- this.label37.Text = "客标前缀字符(后端复核):";
- //
- // label36
- //
- this.label36.AutoSize = true;
- this.label36.Location = new System.Drawing.Point(318, 115);
- this.label36.Name = "label36";
- this.label36.Size = new System.Drawing.Size(143, 12);
- this.label36.TabIndex = 7;
- this.label36.Text = "唯一码数据列(后端复核):";
- //
- // label35
- //
- this.label35.AutoSize = true;
- this.label35.Location = new System.Drawing.Point(320, 68);
- this.label35.Name = "label35";
- this.label35.Size = new System.Drawing.Size(131, 12);
- this.label35.TabIndex = 6;
- this.label35.Text = "客标数据列(后端复核):";
- //
- // label1212
- //
- this.label1212.AutoSize = true;
- this.label1212.Location = new System.Drawing.Point(320, 17);
- this.label1212.Name = "label1212";
- this.label1212.Size = new System.Drawing.Size(131, 12);
- this.label1212.TabIndex = 5;
- this.label1212.Text = "内部分割符(前端采集):";
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.Location = new System.Drawing.Point(5, 115);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(35, 12);
- this.label33.TabIndex = 4;
- this.label33.Text = "上传:";
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.Location = new System.Drawing.Point(5, 68);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(155, 12);
- this.label32.TabIndex = 3;
- this.label32.Text = "货品型号数据列(后端复核):";
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.Location = new System.Drawing.Point(5, 17);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(155, 12);
- this.label31.TabIndex = 2;
- this.label31.Text = "货品型号数据列(前端采集):";
- //
- // normalButton1
- //
- this.normalButton1.Image = ((System.Drawing.Image)(resources.GetObject("normalButton1.Image")));
- this.normalButton1.Location = new System.Drawing.Point(18, 531);
- this.normalButton1.Name = "normalButton1";
- this.normalButton1.Size = new System.Drawing.Size(93, 23);
- this.normalButton1.TabIndex = 5;
- this.normalButton1.Text = "刷新条码规则";
- this.normalButton1.UseVisualStyleBackColor = true;
- //
- // ParamSetting
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(847, 561);
- this.Controls.Add(this.normalButton1);
- this.Controls.Add(this.GPD2);
- this.Controls.Add(this.GPD1);
- this.Controls.Add(this.Save);
- this.Controls.Add(this.GP);
- this.MaximizeBox = false;
- this.Name = "ParamSetting";
- this.Text = "参数设置";
- this.Load += new System.EventHandler(this.ParamSetting_Load);
- this.SizeChanged += new System.EventHandler(this.ParamSetting_SizeChanged);
- this.GP.ResumeLayout(false);
- this.GP5.ResumeLayout(false);
- this.GP5.PerformLayout();
- this.GP4.ResumeLayout(false);
- this.GP4.PerformLayout();
- this.GP3.ResumeLayout(false);
- this.GP3.PerformLayout();
- this.GP2.ResumeLayout(false);
- this.GP2.PerformLayout();
- this.GP1.ResumeLayout(false);
- this.GP1.PerformLayout();
- this.GPD1.ResumeLayout(false);
- this.GPD1.PerformLayout();
- this.GPD2.ResumeLayout(false);
- this.GPD2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder GP;
- private CustomControl.NormalButton Save;
- private System.Windows.Forms.GroupBox GP5;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.GroupBox GP4;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.GroupBox GP3;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.GroupBox GP2;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.GroupBox GP1;
- private CustomControl.EnterTextBox Datawait1;
- private CustomControl.EnterTextBox BaudRate1;
- private CustomControl.EnterTextBox COM1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private CustomControl.EnterTextBox Datawait5;
- private CustomControl.EnterTextBox BaudRate5;
- private CustomControl.EnterTextBox COM5;
- private CustomControl.EnterTextBox OutTime4;
- private CustomControl.EnterTextBox Datawait4;
- private CustomControl.EnterTextBox BaudRate4;
- private CustomControl.EnterTextBox COM4;
- private CustomControl.EnterTextBox OutTime3;
- private CustomControl.EnterTextBox Datawait3;
- private CustomControl.EnterTextBox BaudRate3;
- private CustomControl.EnterTextBox COM3;
- private CustomControl.EnterTextBox Datawait2;
- private CustomControl.EnterTextBox BaudRate2;
- private CustomControl.EnterTextBox COM2;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder GPD1;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label18;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder GPD2;
- private CustomControl.NormalButton normalButton1;
- private System.Windows.Forms.Label SplitFro;
- private System.Windows.Forms.Label label37;
- private System.Windows.Forms.Label label36;
- private System.Windows.Forms.Label label35;
- private System.Windows.Forms.Label label1212;
- private System.Windows.Forms.Label label33;
- private System.Windows.Forms.Label label32;
- private System.Windows.Forms.Label label31;
- private System.Windows.Forms.Label label39;
- private CustomControl.EnterTextBox CheckMaterial;
- private CustomControl.EnterTextBox StackMaterial;
- private CustomControl.EnterTextBox DevError;
- private CustomControl.EnterTextBox DataRecive;
- private CustomControl.EnterTextBox Devstop;
- private CustomControl.EnterTextBox Devstart;
- private CustomControl.EnterTextBox GuestLabelData;
- private CustomControl.EnterTextBox SplitFront;
- private CustomControl.EnterTextBox Uploadnum;
- private CustomControl.EnterTextBox ProdcodeBack;
- private CustomControl.EnterTextBox ProdcodeFront;
- private CustomControl.EnterTextBox PrimaryData;
- private CustomControl.EnterTextBox SplitBack;
- private CustomControl.EnterTextBox GuestLabelPre;
- private System.Windows.Forms.Label label38;
- private System.Windows.Forms.Label label34;
- private CustomControl.EnterTextBox MaterialTray;
- private CustomControl.EnterTextBox DeviceStop;
- private CustomControl.EnterTextBox DeviceStart;
- private CustomControl.EnterTextBox BackDataPass;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Label label25;
- private CustomControl.EnterTextBox BackDataDelete;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.Label label30;
- private CustomControl.EnterTextBox FrontDataPass;
- private CustomControl.EnterTextBox FrontDataDelete;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.Label label29;
- }
- }
|