123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866 |
- using FastReport.Controls;
- using FastReport.Utils;
- namespace FastReport.Forms
- {
- partial class RFIDLabelEditorForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.tbTID = new System.Windows.Forms.TextBox();
- this.tbEPCFormat = new System.Windows.Forms.TextBox();
- this.tbEPC = new System.Windows.Forms.TextBox();
- this.tbUserData = new System.Windows.Forms.TextBox();
- this.gbReservedBank = new System.Windows.Forms.GroupBox();
- this.lbKillDataColumn = new System.Windows.Forms.Label();
- this.tbKillPasswordDataColumn = new FastReport.Controls.TextBoxButton();
- this.lbAccessDataColumn = new System.Windows.Forms.Label();
- this.tbAccessPasswordDataColumn = new FastReport.Controls.TextBoxButton();
- this.cbKillPasswordMode = new System.Windows.Forms.ComboBox();
- this.lbKillPassWriteMode = new System.Windows.Forms.Label();
- this.cbAccesPasswordMode = new System.Windows.Forms.ComboBox();
- this.lbAccessPassWriteMode = new System.Windows.Forms.Label();
- this.lbKillPassword = new System.Windows.Forms.Label();
- this.lbAccessPassword = new System.Windows.Forms.Label();
- this.tbKillPassword = new System.Windows.Forms.TextBox();
- this.tbAccessPassword = new System.Windows.Forms.TextBox();
- this.gbTIDBank = new System.Windows.Forms.GroupBox();
- this.lbTIDDataColumn = new System.Windows.Forms.Label();
- this.tbTIDDataColumn = new FastReport.Controls.TextBoxButton();
- this.cbFormatTIDBank = new System.Windows.Forms.ComboBox();
- this.lbTIDDataFormat = new System.Windows.Forms.Label();
- this.lbTID = new System.Windows.Forms.Label();
- this.gbEPCBank = new System.Windows.Forms.GroupBox();
- this.lbEPCDataColumn = new System.Windows.Forms.Label();
- this.tbEPCDataColumn = new FastReport.Controls.TextBoxButton();
- this.cbECPBankMode = new System.Windows.Forms.ComboBox();
- this.lbEPCBankMode = new System.Windows.Forms.Label();
- this.cbRewriteEPC = new System.Windows.Forms.CheckBox();
- this.cbUseAdjust = new System.Windows.Forms.CheckBox();
- this.cbEPCDataFormat = new System.Windows.Forms.ComboBox();
- this.lbEPC = new System.Windows.Forms.Label();
- this.lbEPCDataFormat = new System.Windows.Forms.Label();
- this.lbEPCFormat = new System.Windows.Forms.Label();
- this.gbUserBank = new System.Windows.Forms.GroupBox();
- this.lbUserDataColumn = new System.Windows.Forms.Label();
- this.tbUserDataColumn = new FastReport.Controls.TextBoxButton();
- this.nudCountPermalock = new System.Windows.Forms.NumericUpDown();
- this.cbUserBankMode = new System.Windows.Forms.ComboBox();
- this.nudStartPermalock = new System.Windows.Forms.NumericUpDown();
- this.lbCountPermalock = new System.Windows.Forms.Label();
- this.lbUserBankMode = new System.Windows.Forms.Label();
- this.lbStartPermalock = new System.Windows.Forms.Label();
- this.cbUserDataFormat = new System.Windows.Forms.ComboBox();
- this.lbUserDataFormat = new System.Windows.Forms.Label();
- this.lbUserData = new System.Windows.Forms.Label();
- this.gbOther = new System.Windows.Forms.GroupBox();
- this.nudWritePower = new System.Windows.Forms.NumericUpDown();
- this.nudReadPower = new System.Windows.Forms.NumericUpDown();
- this.lbWritePower = new System.Windows.Forms.Label();
- this.lbReadPower = new System.Windows.Forms.Label();
- this.cbErrorHandleMode = new System.Windows.Forms.ComboBox();
- this.lbErrorHandleMode = new System.Windows.Forms.Label();
- this.cbAdaptiveAntenna = new System.Windows.Forms.CheckBox();
- this.pcPages = new FastReport.Controls.PageControl();
- this.pageReservedBank = new FastReport.Controls.PageControlPage();
- this.pageTIDBank = new FastReport.Controls.PageControlPage();
- this.pageEPCBank = new FastReport.Controls.PageControlPage();
- this.pageUserBank = new FastReport.Controls.PageControlPage();
- this.pageOther = new FastReport.Controls.PageControlPage();
- this.gbReservedBank.SuspendLayout();
- this.gbTIDBank.SuspendLayout();
- this.gbEPCBank.SuspendLayout();
- this.gbUserBank.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudCountPermalock)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudStartPermalock)).BeginInit();
- this.gbOther.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudWritePower)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudReadPower)).BeginInit();
- this.pcPages.SuspendLayout();
- this.pageReservedBank.SuspendLayout();
- this.pageTIDBank.SuspendLayout();
- this.pageEPCBank.SuspendLayout();
- this.pageUserBank.SuspendLayout();
- this.pageOther.SuspendLayout();
- this.SuspendLayout();
- //
- // btnOk
- //
- this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOk.Location = new System.Drawing.Point(528, 296);
- this.btnOk.TabIndex = 1;
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.Location = new System.Drawing.Point(608, 296);
- this.btnCancel.TabIndex = 2;
- //
- // tbTID
- //
- this.tbTID.Location = new System.Drawing.Point(244, 48);
- this.tbTID.Margin = new System.Windows.Forms.Padding(5);
- this.tbTID.Name = "tbTID";
- this.tbTID.Size = new System.Drawing.Size(250, 20);
- this.tbTID.TabIndex = 2;
- //
- // tbEPCFormat
- //
- this.tbEPCFormat.Location = new System.Drawing.Point(244, 19);
- this.tbEPCFormat.Margin = new System.Windows.Forms.Padding(5);
- this.tbEPCFormat.Name = "tbEPCFormat";
- this.tbEPCFormat.Size = new System.Drawing.Size(250, 20);
- this.tbEPCFormat.TabIndex = 1;
- //
- // tbEPC
- //
- this.tbEPC.Location = new System.Drawing.Point(244, 80);
- this.tbEPC.Margin = new System.Windows.Forms.Padding(5);
- this.tbEPC.Name = "tbEPC";
- this.tbEPC.Size = new System.Drawing.Size(250, 20);
- this.tbEPC.TabIndex = 3;
- //
- // tbUserData
- //
- this.tbUserData.Location = new System.Drawing.Point(258, 46);
- this.tbUserData.Margin = new System.Windows.Forms.Padding(5);
- this.tbUserData.Name = "tbUserData";
- this.tbUserData.Size = new System.Drawing.Size(236, 20);
- this.tbUserData.TabIndex = 2;
- //
- // gbReservedBank
- //
- this.gbReservedBank.Controls.Add(this.lbKillDataColumn);
- this.gbReservedBank.Controls.Add(this.tbKillPasswordDataColumn);
- this.gbReservedBank.Controls.Add(this.lbAccessDataColumn);
- this.gbReservedBank.Controls.Add(this.tbAccessPasswordDataColumn);
- this.gbReservedBank.Controls.Add(this.cbKillPasswordMode);
- this.gbReservedBank.Controls.Add(this.lbKillPassWriteMode);
- this.gbReservedBank.Controls.Add(this.cbAccesPasswordMode);
- this.gbReservedBank.Controls.Add(this.lbAccessPassWriteMode);
- this.gbReservedBank.Controls.Add(this.lbKillPassword);
- this.gbReservedBank.Controls.Add(this.lbAccessPassword);
- this.gbReservedBank.Controls.Add(this.tbKillPassword);
- this.gbReservedBank.Controls.Add(this.tbAccessPassword);
- this.gbReservedBank.Location = new System.Drawing.Point(8, 4);
- this.gbReservedBank.Margin = new System.Windows.Forms.Padding(5);
- this.gbReservedBank.Name = "gbReservedBank";
- this.gbReservedBank.Padding = new System.Windows.Forms.Padding(5);
- this.gbReservedBank.Size = new System.Drawing.Size(507, 200);
- this.gbReservedBank.TabIndex = 3;
- this.gbReservedBank.TabStop = false;
- this.gbReservedBank.Text = "Reserved bank";
- //
- // lbKillDataColumn
- //
- this.lbKillDataColumn.AutoSize = true;
- this.lbKillDataColumn.Location = new System.Drawing.Point(19, 108);
- this.lbKillDataColumn.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbKillDataColumn.Name = "lbKillDataColumn";
- this.lbKillDataColumn.Size = new System.Drawing.Size(66, 13);
- this.lbKillDataColumn.TabIndex = 21;
- this.lbKillDataColumn.Text = "Data column";
- //
- // tbKillPasswordDataColumn
- //
- this.tbKillPasswordDataColumn.Location = new System.Drawing.Point(245, 105);
- this.tbKillPasswordDataColumn.Margin = new System.Windows.Forms.Padding(5);
- this.tbKillPasswordDataColumn.Name = "tbKillPasswordDataColumn";
- this.tbKillPasswordDataColumn.Size = new System.Drawing.Size(250, 20);
- this.tbKillPasswordDataColumn.TabIndex = 4;
- this.tbKillPasswordDataColumn.ButtonClick += TbDataColumn_ButtonClick;
- //
- // lbAccessDataColumn
- //
- this.lbAccessDataColumn.AutoSize = true;
- this.lbAccessDataColumn.Location = new System.Drawing.Point(19, 48);
- this.lbAccessDataColumn.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbAccessDataColumn.Name = "lbAccessDataColumn";
- this.lbAccessDataColumn.Size = new System.Drawing.Size(66, 13);
- this.lbAccessDataColumn.TabIndex = 19;
- this.lbAccessDataColumn.Text = "Data column";
- //
- // tbAccessPasswordDataColumn
- //
- this.tbAccessPasswordDataColumn.Location = new System.Drawing.Point(245, 45);
- this.tbAccessPasswordDataColumn.Margin = new System.Windows.Forms.Padding(5);
- this.tbAccessPasswordDataColumn.Name = "tbAccessPasswordDataColumn";
- this.tbAccessPasswordDataColumn.Size = new System.Drawing.Size(250, 20);
- this.tbAccessPasswordDataColumn.TabIndex = 2;
- this.tbAccessPasswordDataColumn.ButtonClick += TbDataColumn_ButtonClick;
- //
- // cbKillPasswordMode
- //
- this.cbKillPasswordMode.FormattingEnabled = true;
- this.cbKillPasswordMode.Location = new System.Drawing.Point(245, 167);
- this.cbKillPasswordMode.Margin = new System.Windows.Forms.Padding(5);
- this.cbKillPasswordMode.Name = "cbKillPasswordMode";
- this.cbKillPasswordMode.Size = new System.Drawing.Size(250, 21);
- this.cbKillPasswordMode.TabIndex = 6;
- //
- // lbKillPassWriteMode
- //
- this.lbKillPassWriteMode.AutoSize = true;
- this.lbKillPassWriteMode.Location = new System.Drawing.Point(19, 170);
- this.lbKillPassWriteMode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbKillPassWriteMode.Name = "lbKillPassWriteMode";
- this.lbKillPassWriteMode.Size = new System.Drawing.Size(124, 13);
- this.lbKillPassWriteMode.TabIndex = 17;
- this.lbKillPassWriteMode.Text = "Kill password write mode";
- //
- // cbAccesPasswordMode
- //
- this.cbAccesPasswordMode.FormattingEnabled = true;
- this.cbAccesPasswordMode.Location = new System.Drawing.Point(245, 136);
- this.cbAccesPasswordMode.Margin = new System.Windows.Forms.Padding(5);
- this.cbAccesPasswordMode.Name = "cbAccesPasswordMode";
- this.cbAccesPasswordMode.Size = new System.Drawing.Size(250, 21);
- this.cbAccesPasswordMode.TabIndex = 5;
- //
- // lbAccessPassWriteMode
- //
- this.lbAccessPassWriteMode.AutoSize = true;
- this.lbAccessPassWriteMode.Location = new System.Drawing.Point(19, 137);
- this.lbAccessPassWriteMode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbAccessPassWriteMode.Name = "lbAccessPassWriteMode";
- this.lbAccessPassWriteMode.Size = new System.Drawing.Size(145, 13);
- this.lbAccessPassWriteMode.TabIndex = 15;
- this.lbAccessPassWriteMode.Text = "Access password write mode";
- //
- // lbKillPassword
- //
- this.lbKillPassword.AutoSize = true;
- this.lbKillPassword.Location = new System.Drawing.Point(19, 78);
- this.lbKillPassword.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbKillPassword.Name = "lbKillPassword";
- this.lbKillPassword.Size = new System.Drawing.Size(68, 13);
- this.lbKillPassword.TabIndex = 12;
- this.lbKillPassword.Text = "Kill password";
- //
- // lbAccessPassword
- //
- this.lbAccessPassword.AutoSize = true;
- this.lbAccessPassword.Location = new System.Drawing.Point(19, 18);
- this.lbAccessPassword.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbAccessPassword.Name = "lbAccessPassword";
- this.lbAccessPassword.Size = new System.Drawing.Size(89, 13);
- this.lbAccessPassword.TabIndex = 11;
- this.lbAccessPassword.Text = "Access password";
- //
- // tbKillPassword
- //
- this.tbKillPassword.Location = new System.Drawing.Point(245, 75);
- this.tbKillPassword.Margin = new System.Windows.Forms.Padding(5);
- this.tbKillPassword.Name = "tbKillPassword";
- this.tbKillPassword.Size = new System.Drawing.Size(250, 20);
- this.tbKillPassword.TabIndex = 3;
- //
- // tbAccessPassword
- //
- this.tbAccessPassword.Location = new System.Drawing.Point(245, 16);
- this.tbAccessPassword.Margin = new System.Windows.Forms.Padding(5);
- this.tbAccessPassword.Name = "tbAccessPassword";
- this.tbAccessPassword.Size = new System.Drawing.Size(250, 20);
- this.tbAccessPassword.TabIndex = 1;
- this.tbAccessPassword.TextChanged += TbAccessPassword_TextChanged;
- //
- // gbTIDBank
- //
- this.gbTIDBank.Controls.Add(this.lbTIDDataColumn);
- this.gbTIDBank.Controls.Add(this.tbTIDDataColumn);
- this.gbTIDBank.Controls.Add(this.cbFormatTIDBank);
- this.gbTIDBank.Controls.Add(this.lbTIDDataFormat);
- this.gbTIDBank.Controls.Add(this.lbTID);
- this.gbTIDBank.Controls.Add(this.tbTID);
- this.gbTIDBank.Location = new System.Drawing.Point(8, 4);
- this.gbTIDBank.Margin = new System.Windows.Forms.Padding(5);
- this.gbTIDBank.Name = "gbTIDBank";
- this.gbTIDBank.Padding = new System.Windows.Forms.Padding(5);
- this.gbTIDBank.Size = new System.Drawing.Size(507, 108);
- this.gbTIDBank.TabIndex = 4;
- this.gbTIDBank.TabStop = false;
- this.gbTIDBank.Text = "TID bank";
- //
- // lbTIDDataColumn
- //
- this.lbTIDDataColumn.AutoSize = true;
- this.lbTIDDataColumn.Location = new System.Drawing.Point(18, 79);
- this.lbTIDDataColumn.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbTIDDataColumn.Name = "lbTIDDataColumn";
- this.lbTIDDataColumn.Size = new System.Drawing.Size(66, 13);
- this.lbTIDDataColumn.TabIndex = 17;
- this.lbTIDDataColumn.Text = "Data column";
- //
- // tbTIDDataColumn
- //
- this.tbTIDDataColumn.Location = new System.Drawing.Point(244, 78);
- this.tbTIDDataColumn.Margin = new System.Windows.Forms.Padding(5);
- this.tbTIDDataColumn.Name = "tbTIDDataColumn";
- this.tbTIDDataColumn.Size = new System.Drawing.Size(250, 20);
- this.tbTIDDataColumn.TabIndex = 16;
- this.tbTIDDataColumn.ButtonClick += TbDataColumn_ButtonClick;
- //
- // cbFormatTIDBank
- //
- this.cbFormatTIDBank.FormattingEnabled = true;
- this.cbFormatTIDBank.Location = new System.Drawing.Point(244, 19);
- this.cbFormatTIDBank.Margin = new System.Windows.Forms.Padding(5);
- this.cbFormatTIDBank.Name = "cbFormatTIDBank";
- this.cbFormatTIDBank.Size = new System.Drawing.Size(250, 21);
- this.cbFormatTIDBank.TabIndex = 1;
- //
- // lbTIDDataFormat
- //
- this.lbTIDDataFormat.AutoSize = true;
- this.lbTIDDataFormat.Location = new System.Drawing.Point(18, 27);
- this.lbTIDDataFormat.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbTIDDataFormat.Name = "lbTIDDataFormat";
- this.lbTIDDataFormat.Size = new System.Drawing.Size(65, 13);
- this.lbTIDDataFormat.TabIndex = 15;
- this.lbTIDDataFormat.Text = "Data format";
- //
- // lbTID
- //
- this.lbTID.AutoSize = true;
- this.lbTID.Location = new System.Drawing.Point(18, 49);
- this.lbTID.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbTID.Name = "lbTID";
- this.lbTID.Size = new System.Drawing.Size(24, 13);
- this.lbTID.TabIndex = 4;
- this.lbTID.Text = "TID";
- //
- // gbEPCBank
- //
- this.gbEPCBank.Controls.Add(this.lbEPCDataColumn);
- this.gbEPCBank.Controls.Add(this.tbEPCDataColumn);
- this.gbEPCBank.Controls.Add(this.cbECPBankMode);
- this.gbEPCBank.Controls.Add(this.lbEPCBankMode);
- this.gbEPCBank.Controls.Add(this.cbRewriteEPC);
- this.gbEPCBank.Controls.Add(this.cbUseAdjust);
- this.gbEPCBank.Controls.Add(this.cbEPCDataFormat);
- this.gbEPCBank.Controls.Add(this.lbEPC);
- this.gbEPCBank.Controls.Add(this.lbEPCDataFormat);
- this.gbEPCBank.Controls.Add(this.lbEPCFormat);
- this.gbEPCBank.Controls.Add(this.tbEPCFormat);
- this.gbEPCBank.Controls.Add(this.tbEPC);
- this.gbEPCBank.Location = new System.Drawing.Point(8, 4);
- this.gbEPCBank.Margin = new System.Windows.Forms.Padding(5);
- this.gbEPCBank.Name = "gbEPCBank";
- this.gbEPCBank.Padding = new System.Windows.Forms.Padding(5);
- this.gbEPCBank.Size = new System.Drawing.Size(507, 224);
- this.gbEPCBank.TabIndex = 5;
- this.gbEPCBank.TabStop = false;
- this.gbEPCBank.Text = "EPC bank";
- //
- // lbEPCDataColumn
- //
- this.lbEPCDataColumn.AutoSize = true;
- this.lbEPCDataColumn.Location = new System.Drawing.Point(18, 113);
- this.lbEPCDataColumn.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbEPCDataColumn.Name = "lbEPCDataColumn";
- this.lbEPCDataColumn.Size = new System.Drawing.Size(66, 13);
- this.lbEPCDataColumn.TabIndex = 23;
- this.lbEPCDataColumn.Text = "Data column";
- //
- // tbEPCDataColumn
- //
- this.tbEPCDataColumn.Location = new System.Drawing.Point(244, 110);
- this.tbEPCDataColumn.Margin = new System.Windows.Forms.Padding(5);
- this.tbEPCDataColumn.Name = "tbEPCDataColumn";
- this.tbEPCDataColumn.Size = new System.Drawing.Size(250, 20);
- this.tbEPCDataColumn.TabIndex = 3;
- this.tbEPCDataColumn.ButtonClick += TbDataColumn_ButtonClick;
- //
- // cbECPBankMode
- //
- this.cbECPBankMode.FormattingEnabled = true;
- this.cbECPBankMode.Location = new System.Drawing.Point(244, 194);
- this.cbECPBankMode.Margin = new System.Windows.Forms.Padding(5);
- this.cbECPBankMode.Name = "cbECPBankMode";
- this.cbECPBankMode.Size = new System.Drawing.Size(250, 21);
- this.cbECPBankMode.TabIndex = 6;
- //
- // lbEPCBankMode
- //
- this.lbEPCBankMode.AutoSize = true;
- this.lbEPCBankMode.Location = new System.Drawing.Point(18, 197);
- this.lbEPCBankMode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbEPCBankMode.Name = "lbEPCBankMode";
- this.lbEPCBankMode.Size = new System.Drawing.Size(108, 13);
- this.lbEPCBankMode.TabIndex = 21;
- this.lbEPCBankMode.Text = "EPC bank write mode";
- //
- // cbRewriteEPC
- //
- this.cbRewriteEPC.AutoSize = true;
- this.cbRewriteEPC.Location = new System.Drawing.Point(18, 171);
- this.cbRewriteEPC.Margin = new System.Windows.Forms.Padding(5);
- this.cbRewriteEPC.Name = "cbRewriteEPC";
- this.cbRewriteEPC.Size = new System.Drawing.Size(111, 17);
- this.cbRewriteEPC.TabIndex = 5;
- this.cbRewriteEPC.Text = "Rewrite EPC bank";
- this.cbRewriteEPC.CheckedChanged += CbRewriteEPC_CheckedChanged;
- this.cbRewriteEPC.UseVisualStyleBackColor = true;
- //
- // cbUseAdjust
- //
- this.cbUseAdjust.AutoSize = true;
- this.cbUseAdjust.Location = new System.Drawing.Point(18, 144);
- this.cbUseAdjust.Margin = new System.Windows.Forms.Padding(5);
- this.cbUseAdjust.Name = "cbUseAdjust";
- this.cbUseAdjust.Size = new System.Drawing.Size(78, 17);
- this.cbUseAdjust.TabIndex = 4;
- this.cbUseAdjust.Text = "Use Adjust";
- this.cbUseAdjust.CheckedChanged += CbUseAdjust_CheckedChanged;
- this.cbUseAdjust.UseVisualStyleBackColor = true;
- //
- // cbEPCDataFormat
- //
- this.cbEPCDataFormat.FormattingEnabled = true;
- this.cbEPCDataFormat.Location = new System.Drawing.Point(244, 49);
- this.cbEPCDataFormat.Margin = new System.Windows.Forms.Padding(5);
- this.cbEPCDataFormat.Name = "cbEPCDataFormat";
- this.cbEPCDataFormat.Size = new System.Drawing.Size(250, 21);
- this.cbEPCDataFormat.TabIndex = 2;
- //
- // lbEPC
- //
- this.lbEPC.AutoSize = true;
- this.lbEPC.Location = new System.Drawing.Point(18, 83);
- this.lbEPC.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbEPC.Name = "lbEPC";
- this.lbEPC.Size = new System.Drawing.Size(26, 13);
- this.lbEPC.TabIndex = 6;
- this.lbEPC.Text = "EPC";
- //
- // lbEPCDataFormat
- //
- this.lbEPCDataFormat.AutoSize = true;
- this.lbEPCDataFormat.Location = new System.Drawing.Point(18, 50);
- this.lbEPCDataFormat.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbEPCDataFormat.Name = "lbEPCDataFormat";
- this.lbEPCDataFormat.Size = new System.Drawing.Size(65, 13);
- this.lbEPCDataFormat.TabIndex = 17;
- this.lbEPCDataFormat.Text = "Data format";
- //
- // lbEPCFormat
- //
- this.lbEPCFormat.AutoSize = true;
- this.lbEPCFormat.Location = new System.Drawing.Point(18, 26);
- this.lbEPCFormat.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbEPCFormat.Name = "lbEPCFormat";
- this.lbEPCFormat.Size = new System.Drawing.Size(61, 13);
- this.lbEPCFormat.TabIndex = 5;
- this.lbEPCFormat.Text = "EPC format";
- //
- // gbUserBank
- //
- this.gbUserBank.Controls.Add(this.lbUserDataColumn);
- this.gbUserBank.Controls.Add(this.tbUserDataColumn);
- this.gbUserBank.Controls.Add(this.nudCountPermalock);
- this.gbUserBank.Controls.Add(this.cbUserBankMode);
- this.gbUserBank.Controls.Add(this.nudStartPermalock);
- this.gbUserBank.Controls.Add(this.lbCountPermalock);
- this.gbUserBank.Controls.Add(this.lbUserBankMode);
- this.gbUserBank.Controls.Add(this.lbStartPermalock);
- this.gbUserBank.Controls.Add(this.cbUserDataFormat);
- this.gbUserBank.Controls.Add(this.lbUserDataFormat);
- this.gbUserBank.Controls.Add(this.lbUserData);
- this.gbUserBank.Controls.Add(this.tbUserData);
- this.gbUserBank.Location = new System.Drawing.Point(8, 4);
- this.gbUserBank.Margin = new System.Windows.Forms.Padding(5);
- this.gbUserBank.Name = "gbUserBank";
- this.gbUserBank.Padding = new System.Windows.Forms.Padding(5);
- this.gbUserBank.Size = new System.Drawing.Size(506, 198);
- this.gbUserBank.TabIndex = 6;
- this.gbUserBank.TabStop = false;
- this.gbUserBank.Text = "User bank";
- //
- // lbUserDataColumn
- //
- this.lbUserDataColumn.AutoSize = true;
- this.lbUserDataColumn.Location = new System.Drawing.Point(18, 84);
- this.lbUserDataColumn.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbUserDataColumn.Name = "lbUserDataColumn";
- this.lbUserDataColumn.Size = new System.Drawing.Size(66, 13);
- this.lbUserDataColumn.TabIndex = 35;
- this.lbUserDataColumn.Text = "Data column";
- //
- // tbUserDataColumn
- //
- this.tbUserDataColumn.Location = new System.Drawing.Point(258, 77);
- this.tbUserDataColumn.Margin = new System.Windows.Forms.Padding(5);
- this.tbUserDataColumn.Name = "tbUserDataColumn";
- this.tbUserDataColumn.Size = new System.Drawing.Size(236, 20);
- this.tbUserDataColumn.TabIndex = 3;
- this.tbUserDataColumn.ButtonClick += TbDataColumn_ButtonClick;
- //
- // nudCountPermalock
- //
- this.nudCountPermalock.Location = new System.Drawing.Point(258, 165);
- this.nudCountPermalock.Margin = new System.Windows.Forms.Padding(5);
- this.nudCountPermalock.Name = "nudCountPermalock";
- this.nudCountPermalock.Size = new System.Drawing.Size(236, 20);
- this.nudCountPermalock.TabIndex = 6;
- //
- // cbUserBankMode
- //
- this.cbUserBankMode.FormattingEnabled = true;
- this.cbUserBankMode.Location = new System.Drawing.Point(258, 106);
- this.cbUserBankMode.Margin = new System.Windows.Forms.Padding(5);
- this.cbUserBankMode.Name = "cbUserBankMode";
- this.cbUserBankMode.Size = new System.Drawing.Size(236, 21);
- this.cbUserBankMode.TabIndex = 4;
- //
- // nudStartPermalock
- //
- this.nudStartPermalock.Location = new System.Drawing.Point(258, 135);
- this.nudStartPermalock.Margin = new System.Windows.Forms.Padding(5);
- this.nudStartPermalock.Name = "nudStartPermalock";
- this.nudStartPermalock.Size = new System.Drawing.Size(236, 20);
- this.nudStartPermalock.TabIndex = 5;
- //
- // lbCountPermalock
- //
- this.lbCountPermalock.AutoSize = true;
- this.lbCountPermalock.Location = new System.Drawing.Point(18, 168);
- this.lbCountPermalock.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbCountPermalock.Name = "lbCountPermalock";
- this.lbCountPermalock.Size = new System.Drawing.Size(150, 13);
- this.lbCountPermalock.TabIndex = 33;
- this.lbCountPermalock.Text = "Number of permalock sections";
- //
- // lbUserBankMode
- //
- this.lbUserBankMode.AutoSize = true;
- this.lbUserBankMode.Location = new System.Drawing.Point(18, 111);
- this.lbUserBankMode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbUserBankMode.Name = "lbUserBankMode";
- this.lbUserBankMode.Size = new System.Drawing.Size(111, 13);
- this.lbUserBankMode.TabIndex = 24;
- this.lbUserBankMode.Text = "User bank write mode";
- //
- // lbStartPermalock
- //
- this.lbStartPermalock.AutoSize = true;
- this.lbStartPermalock.Location = new System.Drawing.Point(18, 139);
- this.lbStartPermalock.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbStartPermalock.Name = "lbStartPermalock";
- this.lbStartPermalock.Size = new System.Drawing.Size(149, 13);
- this.lbStartPermalock.TabIndex = 32;
- this.lbStartPermalock.Text = "Starting section of permalock";
- //
- // cbUserDataFormat
- //
- this.cbUserDataFormat.FormattingEnabled = true;
- this.cbUserDataFormat.Location = new System.Drawing.Point(258, 15);
- this.cbUserDataFormat.Margin = new System.Windows.Forms.Padding(5);
- this.cbUserDataFormat.Name = "cbUserDataFormat";
- this.cbUserDataFormat.Size = new System.Drawing.Size(236, 21);
- this.cbUserDataFormat.TabIndex = 1;
- //
- // lbUserDataFormat
- //
- this.lbUserDataFormat.AutoSize = true;
- this.lbUserDataFormat.Location = new System.Drawing.Point(18, 23);
- this.lbUserDataFormat.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbUserDataFormat.Name = "lbUserDataFormat";
- this.lbUserDataFormat.Size = new System.Drawing.Size(65, 13);
- this.lbUserDataFormat.TabIndex = 22;
- this.lbUserDataFormat.Text = "Data format";
- //
- // lbUserData
- //
- this.lbUserData.AutoSize = true;
- this.lbUserData.Location = new System.Drawing.Point(18, 54);
- this.lbUserData.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbUserData.Name = "lbUserData";
- this.lbUserData.Size = new System.Drawing.Size(54, 13);
- this.lbUserData.TabIndex = 7;
- this.lbUserData.Text = "User data";
- //
- // gbOther
- //
- this.gbOther.Controls.Add(this.nudWritePower);
- this.gbOther.Controls.Add(this.nudReadPower);
- this.gbOther.Controls.Add(this.lbWritePower);
- this.gbOther.Controls.Add(this.lbReadPower);
- this.gbOther.Controls.Add(this.cbErrorHandleMode);
- this.gbOther.Controls.Add(this.lbErrorHandleMode);
- this.gbOther.Controls.Add(this.cbAdaptiveAntenna);
- this.gbOther.Location = new System.Drawing.Point(8, 4);
- this.gbOther.Margin = new System.Windows.Forms.Padding(5);
- this.gbOther.Name = "gbOther";
- this.gbOther.Padding = new System.Windows.Forms.Padding(5);
- this.gbOther.Size = new System.Drawing.Size(503, 140);
- this.gbOther.TabIndex = 7;
- this.gbOther.TabStop = false;
- this.gbOther.Text = "Other";
- //
- // nudWritePower
- //
- this.nudWritePower.Location = new System.Drawing.Point(244, 103);
- this.nudWritePower.Margin = new System.Windows.Forms.Padding(5);
- this.nudWritePower.Name = "nudWritePower";
- this.nudWritePower.Size = new System.Drawing.Size(250, 20);
- this.nudWritePower.TabIndex = 4;
- //
- // nudReadPower
- //
- this.nudReadPower.Location = new System.Drawing.Point(244, 71);
- this.nudReadPower.Margin = new System.Windows.Forms.Padding(5);
- this.nudReadPower.Name = "nudReadPower";
- this.nudReadPower.Size = new System.Drawing.Size(250, 20);
- this.nudReadPower.TabIndex = 3;
- //
- // lbWritePower
- //
- this.lbWritePower.AutoSize = true;
- this.lbWritePower.Location = new System.Drawing.Point(18, 105);
- this.lbWritePower.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbWritePower.Name = "lbWritePower";
- this.lbWritePower.Size = new System.Drawing.Size(66, 13);
- this.lbWritePower.TabIndex = 29;
- this.lbWritePower.Text = "Write power";
- //
- // lbReadPower
- //
- this.lbReadPower.AutoSize = true;
- this.lbReadPower.Location = new System.Drawing.Point(18, 73);
- this.lbReadPower.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbReadPower.Name = "lbReadPower";
- this.lbReadPower.Size = new System.Drawing.Size(65, 13);
- this.lbReadPower.TabIndex = 28;
- this.lbReadPower.Text = "Read power";
- //
- // cbErrorHandleMode
- //
- this.cbErrorHandleMode.FormattingEnabled = true;
- this.cbErrorHandleMode.Location = new System.Drawing.Point(244, 42);
- this.cbErrorHandleMode.Margin = new System.Windows.Forms.Padding(5);
- this.cbErrorHandleMode.Name = "cbErrorHandleMode";
- this.cbErrorHandleMode.Size = new System.Drawing.Size(250, 21);
- this.cbErrorHandleMode.TabIndex = 2;
- //
- // lbErrorHandleMode
- //
- this.lbErrorHandleMode.AutoSize = true;
- this.lbErrorHandleMode.Location = new System.Drawing.Point(18, 45);
- this.lbErrorHandleMode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.lbErrorHandleMode.Name = "lbErrorHandleMode";
- this.lbErrorHandleMode.Size = new System.Drawing.Size(95, 13);
- this.lbErrorHandleMode.TabIndex = 26;
- this.lbErrorHandleMode.Text = "Error handle mode";
- //
- // cbAdaptiveAntenna
- //
- this.cbAdaptiveAntenna.AutoSize = true;
- this.cbAdaptiveAntenna.Location = new System.Drawing.Point(18, 23);
- this.cbAdaptiveAntenna.Margin = new System.Windows.Forms.Padding(5);
- this.cbAdaptiveAntenna.Name = "cbAdaptiveAntenna";
- this.cbAdaptiveAntenna.Size = new System.Drawing.Size(132, 17);
- this.cbAdaptiveAntenna.TabIndex = 1;
- this.cbAdaptiveAntenna.Text = "Use adaptive antenna";
- this.cbAdaptiveAntenna.UseVisualStyleBackColor = true;
- //
- // pcPages
- //
- this.pcPages.Controls.Add(this.pageReservedBank);
- this.pcPages.Controls.Add(this.pageEPCBank);
- this.pcPages.Controls.Add(this.pageTIDBank);
- this.pcPages.Controls.Add(this.pageUserBank);
- this.pcPages.Controls.Add(this.pageOther);
- this.pcPages.HighlightPageIndex = -1;
- this.pcPages.Location = new System.Drawing.Point(12, 12);
- this.pcPages.Margin = new System.Windows.Forms.Padding(4);
- this.pcPages.Name = "pcPages";
- this.pcPages.SelectorWidth = 140;
- this.pcPages.SelectorTabHeight = 50;
- this.pcPages.Size = new System.Drawing.Size(671, 274);
- this.pcPages.TabIndex = 4;
- this.pcPages.Text = "RFID";
- //
- // pageReservedBank
- //
- this.pageReservedBank.BackColor = System.Drawing.SystemColors.Window;
- this.pageReservedBank.Controls.Add(this.gbReservedBank);
- this.pageReservedBank.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pageReservedBank.Image = null;
- this.pageReservedBank.Location = new System.Drawing.Point(120, 1);
- this.pageReservedBank.Name = "pageReservedBank";
- this.pageReservedBank.Size = new System.Drawing.Size(530, 272);
- this.pageReservedBank.TabIndex = 1;
- this.pageReservedBank.Text = "Reserved bank";
- //
- // pageTIDBank
- //
- this.pageTIDBank.BackColor = System.Drawing.SystemColors.Window;
- this.pageTIDBank.Controls.Add(this.gbTIDBank);
- this.pageTIDBank.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pageTIDBank.Image = null;
- this.pageTIDBank.Location = new System.Drawing.Point(120, 1);
- this.pageTIDBank.Name = "pageTIDBank";
- this.pageTIDBank.Size = new System.Drawing.Size(530, 272);
- this.pageTIDBank.TabIndex = 2;
- this.pageTIDBank.Text = "TID bank";
- //
- // pageEPCBank
- //
- this.pageEPCBank.BackColor = System.Drawing.SystemColors.Window;
- this.pageEPCBank.Controls.Add(this.gbEPCBank);
- this.pageEPCBank.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pageEPCBank.Image = null;
- this.pageEPCBank.Location = new System.Drawing.Point(120, 1);
- this.pageEPCBank.Name = "pageEPCBank";
- this.pageEPCBank.Size = new System.Drawing.Size(530, 272);
- this.pageEPCBank.TabIndex = 3;
- this.pageEPCBank.Text = "EPC bank";
- //
- // pageUserBank
- //
- this.pageUserBank.BackColor = System.Drawing.SystemColors.Window;
- this.pageUserBank.Controls.Add(this.gbUserBank);
- this.pageUserBank.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pageUserBank.Image = null;
- this.pageUserBank.Location = new System.Drawing.Point(120, 1);
- this.pageUserBank.Name = "pageUserBank";
- this.pageUserBank.Size = new System.Drawing.Size(530, 272);
- this.pageUserBank.TabIndex = 4;
- this.pageUserBank.Text = "User bank";
- //
- // pageOther
- //
- this.pageOther.BackColor = System.Drawing.SystemColors.Window;
- this.pageOther.Controls.Add(this.gbOther);
- this.pageOther.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pageOther.Image = null;
- this.pageOther.Location = new System.Drawing.Point(120, 1);
- this.pageOther.Name = "pageOther";
- this.pageOther.Size = new System.Drawing.Size(530, 272);
- this.pageOther.TabIndex = 4;
- this.pageOther.Text = "Other";
- //
- // RFIDLabelEditorForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.ClientSize = new System.Drawing.Size(693, 329);
- this.Controls.Add(this.pcPages);
- this.Margin = new System.Windows.Forms.Padding(5);
- this.Name = "RFIDLabelEditorForm";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.RFIDLabelEditor_FormClosed);
- this.Load += new System.EventHandler(this.RFIDLabelEditor_Load);
- this.Controls.SetChildIndex(this.pcPages, 0);
- this.Controls.SetChildIndex(this.btnOk, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.gbReservedBank.ResumeLayout(false);
- this.gbReservedBank.PerformLayout();
- this.gbTIDBank.ResumeLayout(false);
- this.gbTIDBank.PerformLayout();
- this.gbEPCBank.ResumeLayout(false);
- this.gbEPCBank.PerformLayout();
- this.gbUserBank.ResumeLayout(false);
- this.gbUserBank.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudCountPermalock)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudStartPermalock)).EndInit();
- this.gbOther.ResumeLayout(false);
- this.gbOther.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudWritePower)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudReadPower)).EndInit();
- this.pcPages.ResumeLayout(false);
- this.pageReservedBank.ResumeLayout(false);
- this.pageTIDBank.ResumeLayout(false);
- this.pageEPCBank.ResumeLayout(false);
- this.pageUserBank.ResumeLayout(false);
- this.pageOther.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private PageControl pcPages;
- private FastReport.Controls.PageControlPage pageReservedBank;
- private FastReport.Controls.PageControlPage pageTIDBank;
- private FastReport.Controls.PageControlPage pageEPCBank;
- private FastReport.Controls.PageControlPage pageUserBank;
- private FastReport.Controls.PageControlPage pageOther;
- private System.Windows.Forms.TextBox tbTID;
- private System.Windows.Forms.TextBox tbEPCFormat;
- private System.Windows.Forms.TextBox tbEPC;
- private System.Windows.Forms.TextBox tbUserData;
- private System.Windows.Forms.GroupBox gbReservedBank;
- private System.Windows.Forms.Label lbKillPassword;
- private System.Windows.Forms.Label lbAccessPassword;
- private System.Windows.Forms.TextBox tbKillPassword;
- private System.Windows.Forms.TextBox tbAccessPassword;
- private System.Windows.Forms.GroupBox gbTIDBank;
- private System.Windows.Forms.Label lbTID;
- private System.Windows.Forms.GroupBox gbEPCBank;
- private System.Windows.Forms.Label lbEPC;
- private System.Windows.Forms.Label lbEPCFormat;
- private System.Windows.Forms.GroupBox gbUserBank;
- private System.Windows.Forms.Label lbUserData;
- private System.Windows.Forms.ComboBox cbFormatTIDBank;
- private System.Windows.Forms.Label lbTIDDataFormat;
- private System.Windows.Forms.ComboBox cbAccesPasswordMode;
- private System.Windows.Forms.Label lbAccessPassWriteMode;
- private System.Windows.Forms.ComboBox cbEPCDataFormat;
- private System.Windows.Forms.Label lbEPCDataFormat;
- private System.Windows.Forms.ComboBox cbKillPasswordMode;
- private System.Windows.Forms.Label lbKillPassWriteMode;
- private System.Windows.Forms.CheckBox cbRewriteEPC;
- private System.Windows.Forms.CheckBox cbUseAdjust;
- private System.Windows.Forms.Label lbUserDataFormat;
- private System.Windows.Forms.ComboBox cbUserDataFormat;
- private System.Windows.Forms.ComboBox cbECPBankMode;
- private System.Windows.Forms.Label lbEPCBankMode;
- private System.Windows.Forms.ComboBox cbUserBankMode;
- private System.Windows.Forms.Label lbUserBankMode;
- private System.Windows.Forms.GroupBox gbOther;
- private System.Windows.Forms.ComboBox cbErrorHandleMode;
- private System.Windows.Forms.Label lbErrorHandleMode;
- private System.Windows.Forms.CheckBox cbAdaptiveAntenna;
- private System.Windows.Forms.NumericUpDown nudWritePower;
- private System.Windows.Forms.NumericUpDown nudReadPower;
- private System.Windows.Forms.Label lbWritePower;
- private System.Windows.Forms.Label lbReadPower;
- private System.Windows.Forms.NumericUpDown nudCountPermalock;
- private System.Windows.Forms.NumericUpDown nudStartPermalock;
- private System.Windows.Forms.Label lbCountPermalock;
- private System.Windows.Forms.Label lbStartPermalock;
- private System.Windows.Forms.Label lbUserDataColumn;
- private FastReport.Controls.TextBoxButton tbUserDataColumn;
- private System.Windows.Forms.Label lbEPCDataColumn;
- private FastReport.Controls.TextBoxButton tbEPCDataColumn;
- private System.Windows.Forms.Label lbTIDDataColumn;
- private FastReport.Controls.TextBoxButton tbTIDDataColumn;
- private System.Windows.Forms.Label lbKillDataColumn;
- private FastReport.Controls.TextBoxButton tbKillPasswordDataColumn;
- private System.Windows.Forms.Label lbAccessDataColumn;
- private FastReport.Controls.TextBoxButton tbAccessPasswordDataColumn;
- }
- }
|