RFIDLabelEditorForm.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  1. using FastReport.Controls;
  2. using FastReport.Utils;
  3. namespace FastReport.Forms
  4. {
  5. partial class RFIDLabelEditorForm
  6. {
  7. /// <summary>
  8. /// Required designer variable.
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// Clean up any resources being used.
  13. /// </summary>
  14. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows Form Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. this.tbTID = new System.Windows.Forms.TextBox();
  31. this.tbEPCFormat = new System.Windows.Forms.TextBox();
  32. this.tbEPC = new System.Windows.Forms.TextBox();
  33. this.tbUserData = new System.Windows.Forms.TextBox();
  34. this.gbReservedBank = new System.Windows.Forms.GroupBox();
  35. this.lbKillDataColumn = new System.Windows.Forms.Label();
  36. this.tbKillPasswordDataColumn = new FastReport.Controls.TextBoxButton();
  37. this.lbAccessDataColumn = new System.Windows.Forms.Label();
  38. this.tbAccessPasswordDataColumn = new FastReport.Controls.TextBoxButton();
  39. this.cbKillPasswordMode = new System.Windows.Forms.ComboBox();
  40. this.lbKillPassWriteMode = new System.Windows.Forms.Label();
  41. this.cbAccesPasswordMode = new System.Windows.Forms.ComboBox();
  42. this.lbAccessPassWriteMode = new System.Windows.Forms.Label();
  43. this.lbKillPassword = new System.Windows.Forms.Label();
  44. this.lbAccessPassword = new System.Windows.Forms.Label();
  45. this.tbKillPassword = new System.Windows.Forms.TextBox();
  46. this.tbAccessPassword = new System.Windows.Forms.TextBox();
  47. this.gbTIDBank = new System.Windows.Forms.GroupBox();
  48. this.lbTIDDataColumn = new System.Windows.Forms.Label();
  49. this.tbTIDDataColumn = new FastReport.Controls.TextBoxButton();
  50. this.cbFormatTIDBank = new System.Windows.Forms.ComboBox();
  51. this.lbTIDDataFormat = new System.Windows.Forms.Label();
  52. this.lbTID = new System.Windows.Forms.Label();
  53. this.gbEPCBank = new System.Windows.Forms.GroupBox();
  54. this.lbEPCDataColumn = new System.Windows.Forms.Label();
  55. this.tbEPCDataColumn = new FastReport.Controls.TextBoxButton();
  56. this.cbECPBankMode = new System.Windows.Forms.ComboBox();
  57. this.lbEPCBankMode = new System.Windows.Forms.Label();
  58. this.cbRewriteEPC = new System.Windows.Forms.CheckBox();
  59. this.cbUseAdjust = new System.Windows.Forms.CheckBox();
  60. this.cbEPCDataFormat = new System.Windows.Forms.ComboBox();
  61. this.lbEPC = new System.Windows.Forms.Label();
  62. this.lbEPCDataFormat = new System.Windows.Forms.Label();
  63. this.lbEPCFormat = new System.Windows.Forms.Label();
  64. this.gbUserBank = new System.Windows.Forms.GroupBox();
  65. this.lbUserDataColumn = new System.Windows.Forms.Label();
  66. this.tbUserDataColumn = new FastReport.Controls.TextBoxButton();
  67. this.nudCountPermalock = new System.Windows.Forms.NumericUpDown();
  68. this.cbUserBankMode = new System.Windows.Forms.ComboBox();
  69. this.nudStartPermalock = new System.Windows.Forms.NumericUpDown();
  70. this.lbCountPermalock = new System.Windows.Forms.Label();
  71. this.lbUserBankMode = new System.Windows.Forms.Label();
  72. this.lbStartPermalock = new System.Windows.Forms.Label();
  73. this.cbUserDataFormat = new System.Windows.Forms.ComboBox();
  74. this.lbUserDataFormat = new System.Windows.Forms.Label();
  75. this.lbUserData = new System.Windows.Forms.Label();
  76. this.gbOther = new System.Windows.Forms.GroupBox();
  77. this.nudWritePower = new System.Windows.Forms.NumericUpDown();
  78. this.nudReadPower = new System.Windows.Forms.NumericUpDown();
  79. this.lbWritePower = new System.Windows.Forms.Label();
  80. this.lbReadPower = new System.Windows.Forms.Label();
  81. this.cbErrorHandleMode = new System.Windows.Forms.ComboBox();
  82. this.lbErrorHandleMode = new System.Windows.Forms.Label();
  83. this.cbAdaptiveAntenna = new System.Windows.Forms.CheckBox();
  84. this.pcPages = new FastReport.Controls.PageControl();
  85. this.pageReservedBank = new FastReport.Controls.PageControlPage();
  86. this.pageTIDBank = new FastReport.Controls.PageControlPage();
  87. this.pageEPCBank = new FastReport.Controls.PageControlPage();
  88. this.pageUserBank = new FastReport.Controls.PageControlPage();
  89. this.pageOther = new FastReport.Controls.PageControlPage();
  90. this.gbReservedBank.SuspendLayout();
  91. this.gbTIDBank.SuspendLayout();
  92. this.gbEPCBank.SuspendLayout();
  93. this.gbUserBank.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.nudCountPermalock)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.nudStartPermalock)).BeginInit();
  96. this.gbOther.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.nudWritePower)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.nudReadPower)).BeginInit();
  99. this.pcPages.SuspendLayout();
  100. this.pageReservedBank.SuspendLayout();
  101. this.pageTIDBank.SuspendLayout();
  102. this.pageEPCBank.SuspendLayout();
  103. this.pageUserBank.SuspendLayout();
  104. this.pageOther.SuspendLayout();
  105. this.SuspendLayout();
  106. //
  107. // btnOk
  108. //
  109. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  110. this.btnOk.Location = new System.Drawing.Point(528, 296);
  111. this.btnOk.TabIndex = 1;
  112. //
  113. // btnCancel
  114. //
  115. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  116. this.btnCancel.Location = new System.Drawing.Point(608, 296);
  117. this.btnCancel.TabIndex = 2;
  118. //
  119. // tbTID
  120. //
  121. this.tbTID.Location = new System.Drawing.Point(244, 48);
  122. this.tbTID.Margin = new System.Windows.Forms.Padding(5);
  123. this.tbTID.Name = "tbTID";
  124. this.tbTID.Size = new System.Drawing.Size(250, 20);
  125. this.tbTID.TabIndex = 2;
  126. //
  127. // tbEPCFormat
  128. //
  129. this.tbEPCFormat.Location = new System.Drawing.Point(244, 19);
  130. this.tbEPCFormat.Margin = new System.Windows.Forms.Padding(5);
  131. this.tbEPCFormat.Name = "tbEPCFormat";
  132. this.tbEPCFormat.Size = new System.Drawing.Size(250, 20);
  133. this.tbEPCFormat.TabIndex = 1;
  134. //
  135. // tbEPC
  136. //
  137. this.tbEPC.Location = new System.Drawing.Point(244, 80);
  138. this.tbEPC.Margin = new System.Windows.Forms.Padding(5);
  139. this.tbEPC.Name = "tbEPC";
  140. this.tbEPC.Size = new System.Drawing.Size(250, 20);
  141. this.tbEPC.TabIndex = 3;
  142. //
  143. // tbUserData
  144. //
  145. this.tbUserData.Location = new System.Drawing.Point(258, 46);
  146. this.tbUserData.Margin = new System.Windows.Forms.Padding(5);
  147. this.tbUserData.Name = "tbUserData";
  148. this.tbUserData.Size = new System.Drawing.Size(236, 20);
  149. this.tbUserData.TabIndex = 2;
  150. //
  151. // gbReservedBank
  152. //
  153. this.gbReservedBank.Controls.Add(this.lbKillDataColumn);
  154. this.gbReservedBank.Controls.Add(this.tbKillPasswordDataColumn);
  155. this.gbReservedBank.Controls.Add(this.lbAccessDataColumn);
  156. this.gbReservedBank.Controls.Add(this.tbAccessPasswordDataColumn);
  157. this.gbReservedBank.Controls.Add(this.cbKillPasswordMode);
  158. this.gbReservedBank.Controls.Add(this.lbKillPassWriteMode);
  159. this.gbReservedBank.Controls.Add(this.cbAccesPasswordMode);
  160. this.gbReservedBank.Controls.Add(this.lbAccessPassWriteMode);
  161. this.gbReservedBank.Controls.Add(this.lbKillPassword);
  162. this.gbReservedBank.Controls.Add(this.lbAccessPassword);
  163. this.gbReservedBank.Controls.Add(this.tbKillPassword);
  164. this.gbReservedBank.Controls.Add(this.tbAccessPassword);
  165. this.gbReservedBank.Location = new System.Drawing.Point(8, 4);
  166. this.gbReservedBank.Margin = new System.Windows.Forms.Padding(5);
  167. this.gbReservedBank.Name = "gbReservedBank";
  168. this.gbReservedBank.Padding = new System.Windows.Forms.Padding(5);
  169. this.gbReservedBank.Size = new System.Drawing.Size(507, 200);
  170. this.gbReservedBank.TabIndex = 3;
  171. this.gbReservedBank.TabStop = false;
  172. this.gbReservedBank.Text = "Reserved bank";
  173. //
  174. // lbKillDataColumn
  175. //
  176. this.lbKillDataColumn.AutoSize = true;
  177. this.lbKillDataColumn.Location = new System.Drawing.Point(19, 108);
  178. this.lbKillDataColumn.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  179. this.lbKillDataColumn.Name = "lbKillDataColumn";
  180. this.lbKillDataColumn.Size = new System.Drawing.Size(66, 13);
  181. this.lbKillDataColumn.TabIndex = 21;
  182. this.lbKillDataColumn.Text = "Data column";
  183. //
  184. // tbKillPasswordDataColumn
  185. //
  186. this.tbKillPasswordDataColumn.Location = new System.Drawing.Point(245, 105);
  187. this.tbKillPasswordDataColumn.Margin = new System.Windows.Forms.Padding(5);
  188. this.tbKillPasswordDataColumn.Name = "tbKillPasswordDataColumn";
  189. this.tbKillPasswordDataColumn.Size = new System.Drawing.Size(250, 20);
  190. this.tbKillPasswordDataColumn.TabIndex = 4;
  191. this.tbKillPasswordDataColumn.ButtonClick += TbDataColumn_ButtonClick;
  192. //
  193. // lbAccessDataColumn
  194. //
  195. this.lbAccessDataColumn.AutoSize = true;
  196. this.lbAccessDataColumn.Location = new System.Drawing.Point(19, 48);
  197. this.lbAccessDataColumn.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  198. this.lbAccessDataColumn.Name = "lbAccessDataColumn";
  199. this.lbAccessDataColumn.Size = new System.Drawing.Size(66, 13);
  200. this.lbAccessDataColumn.TabIndex = 19;
  201. this.lbAccessDataColumn.Text = "Data column";
  202. //
  203. // tbAccessPasswordDataColumn
  204. //
  205. this.tbAccessPasswordDataColumn.Location = new System.Drawing.Point(245, 45);
  206. this.tbAccessPasswordDataColumn.Margin = new System.Windows.Forms.Padding(5);
  207. this.tbAccessPasswordDataColumn.Name = "tbAccessPasswordDataColumn";
  208. this.tbAccessPasswordDataColumn.Size = new System.Drawing.Size(250, 20);
  209. this.tbAccessPasswordDataColumn.TabIndex = 2;
  210. this.tbAccessPasswordDataColumn.ButtonClick += TbDataColumn_ButtonClick;
  211. //
  212. // cbKillPasswordMode
  213. //
  214. this.cbKillPasswordMode.FormattingEnabled = true;
  215. this.cbKillPasswordMode.Location = new System.Drawing.Point(245, 167);
  216. this.cbKillPasswordMode.Margin = new System.Windows.Forms.Padding(5);
  217. this.cbKillPasswordMode.Name = "cbKillPasswordMode";
  218. this.cbKillPasswordMode.Size = new System.Drawing.Size(250, 21);
  219. this.cbKillPasswordMode.TabIndex = 6;
  220. //
  221. // lbKillPassWriteMode
  222. //
  223. this.lbKillPassWriteMode.AutoSize = true;
  224. this.lbKillPassWriteMode.Location = new System.Drawing.Point(19, 170);
  225. this.lbKillPassWriteMode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  226. this.lbKillPassWriteMode.Name = "lbKillPassWriteMode";
  227. this.lbKillPassWriteMode.Size = new System.Drawing.Size(124, 13);
  228. this.lbKillPassWriteMode.TabIndex = 17;
  229. this.lbKillPassWriteMode.Text = "Kill password write mode";
  230. //
  231. // cbAccesPasswordMode
  232. //
  233. this.cbAccesPasswordMode.FormattingEnabled = true;
  234. this.cbAccesPasswordMode.Location = new System.Drawing.Point(245, 136);
  235. this.cbAccesPasswordMode.Margin = new System.Windows.Forms.Padding(5);
  236. this.cbAccesPasswordMode.Name = "cbAccesPasswordMode";
  237. this.cbAccesPasswordMode.Size = new System.Drawing.Size(250, 21);
  238. this.cbAccesPasswordMode.TabIndex = 5;
  239. //
  240. // lbAccessPassWriteMode
  241. //
  242. this.lbAccessPassWriteMode.AutoSize = true;
  243. this.lbAccessPassWriteMode.Location = new System.Drawing.Point(19, 137);
  244. this.lbAccessPassWriteMode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  245. this.lbAccessPassWriteMode.Name = "lbAccessPassWriteMode";
  246. this.lbAccessPassWriteMode.Size = new System.Drawing.Size(145, 13);
  247. this.lbAccessPassWriteMode.TabIndex = 15;
  248. this.lbAccessPassWriteMode.Text = "Access password write mode";
  249. //
  250. // lbKillPassword
  251. //
  252. this.lbKillPassword.AutoSize = true;
  253. this.lbKillPassword.Location = new System.Drawing.Point(19, 78);
  254. this.lbKillPassword.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  255. this.lbKillPassword.Name = "lbKillPassword";
  256. this.lbKillPassword.Size = new System.Drawing.Size(68, 13);
  257. this.lbKillPassword.TabIndex = 12;
  258. this.lbKillPassword.Text = "Kill password";
  259. //
  260. // lbAccessPassword
  261. //
  262. this.lbAccessPassword.AutoSize = true;
  263. this.lbAccessPassword.Location = new System.Drawing.Point(19, 18);
  264. this.lbAccessPassword.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  265. this.lbAccessPassword.Name = "lbAccessPassword";
  266. this.lbAccessPassword.Size = new System.Drawing.Size(89, 13);
  267. this.lbAccessPassword.TabIndex = 11;
  268. this.lbAccessPassword.Text = "Access password";
  269. //
  270. // tbKillPassword
  271. //
  272. this.tbKillPassword.Location = new System.Drawing.Point(245, 75);
  273. this.tbKillPassword.Margin = new System.Windows.Forms.Padding(5);
  274. this.tbKillPassword.Name = "tbKillPassword";
  275. this.tbKillPassword.Size = new System.Drawing.Size(250, 20);
  276. this.tbKillPassword.TabIndex = 3;
  277. //
  278. // tbAccessPassword
  279. //
  280. this.tbAccessPassword.Location = new System.Drawing.Point(245, 16);
  281. this.tbAccessPassword.Margin = new System.Windows.Forms.Padding(5);
  282. this.tbAccessPassword.Name = "tbAccessPassword";
  283. this.tbAccessPassword.Size = new System.Drawing.Size(250, 20);
  284. this.tbAccessPassword.TabIndex = 1;
  285. this.tbAccessPassword.TextChanged += TbAccessPassword_TextChanged;
  286. //
  287. // gbTIDBank
  288. //
  289. this.gbTIDBank.Controls.Add(this.lbTIDDataColumn);
  290. this.gbTIDBank.Controls.Add(this.tbTIDDataColumn);
  291. this.gbTIDBank.Controls.Add(this.cbFormatTIDBank);
  292. this.gbTIDBank.Controls.Add(this.lbTIDDataFormat);
  293. this.gbTIDBank.Controls.Add(this.lbTID);
  294. this.gbTIDBank.Controls.Add(this.tbTID);
  295. this.gbTIDBank.Location = new System.Drawing.Point(8, 4);
  296. this.gbTIDBank.Margin = new System.Windows.Forms.Padding(5);
  297. this.gbTIDBank.Name = "gbTIDBank";
  298. this.gbTIDBank.Padding = new System.Windows.Forms.Padding(5);
  299. this.gbTIDBank.Size = new System.Drawing.Size(507, 108);
  300. this.gbTIDBank.TabIndex = 4;
  301. this.gbTIDBank.TabStop = false;
  302. this.gbTIDBank.Text = "TID bank";
  303. //
  304. // lbTIDDataColumn
  305. //
  306. this.lbTIDDataColumn.AutoSize = true;
  307. this.lbTIDDataColumn.Location = new System.Drawing.Point(18, 79);
  308. this.lbTIDDataColumn.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  309. this.lbTIDDataColumn.Name = "lbTIDDataColumn";
  310. this.lbTIDDataColumn.Size = new System.Drawing.Size(66, 13);
  311. this.lbTIDDataColumn.TabIndex = 17;
  312. this.lbTIDDataColumn.Text = "Data column";
  313. //
  314. // tbTIDDataColumn
  315. //
  316. this.tbTIDDataColumn.Location = new System.Drawing.Point(244, 78);
  317. this.tbTIDDataColumn.Margin = new System.Windows.Forms.Padding(5);
  318. this.tbTIDDataColumn.Name = "tbTIDDataColumn";
  319. this.tbTIDDataColumn.Size = new System.Drawing.Size(250, 20);
  320. this.tbTIDDataColumn.TabIndex = 16;
  321. this.tbTIDDataColumn.ButtonClick += TbDataColumn_ButtonClick;
  322. //
  323. // cbFormatTIDBank
  324. //
  325. this.cbFormatTIDBank.FormattingEnabled = true;
  326. this.cbFormatTIDBank.Location = new System.Drawing.Point(244, 19);
  327. this.cbFormatTIDBank.Margin = new System.Windows.Forms.Padding(5);
  328. this.cbFormatTIDBank.Name = "cbFormatTIDBank";
  329. this.cbFormatTIDBank.Size = new System.Drawing.Size(250, 21);
  330. this.cbFormatTIDBank.TabIndex = 1;
  331. //
  332. // lbTIDDataFormat
  333. //
  334. this.lbTIDDataFormat.AutoSize = true;
  335. this.lbTIDDataFormat.Location = new System.Drawing.Point(18, 27);
  336. this.lbTIDDataFormat.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  337. this.lbTIDDataFormat.Name = "lbTIDDataFormat";
  338. this.lbTIDDataFormat.Size = new System.Drawing.Size(65, 13);
  339. this.lbTIDDataFormat.TabIndex = 15;
  340. this.lbTIDDataFormat.Text = "Data format";
  341. //
  342. // lbTID
  343. //
  344. this.lbTID.AutoSize = true;
  345. this.lbTID.Location = new System.Drawing.Point(18, 49);
  346. this.lbTID.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  347. this.lbTID.Name = "lbTID";
  348. this.lbTID.Size = new System.Drawing.Size(24, 13);
  349. this.lbTID.TabIndex = 4;
  350. this.lbTID.Text = "TID";
  351. //
  352. // gbEPCBank
  353. //
  354. this.gbEPCBank.Controls.Add(this.lbEPCDataColumn);
  355. this.gbEPCBank.Controls.Add(this.tbEPCDataColumn);
  356. this.gbEPCBank.Controls.Add(this.cbECPBankMode);
  357. this.gbEPCBank.Controls.Add(this.lbEPCBankMode);
  358. this.gbEPCBank.Controls.Add(this.cbRewriteEPC);
  359. this.gbEPCBank.Controls.Add(this.cbUseAdjust);
  360. this.gbEPCBank.Controls.Add(this.cbEPCDataFormat);
  361. this.gbEPCBank.Controls.Add(this.lbEPC);
  362. this.gbEPCBank.Controls.Add(this.lbEPCDataFormat);
  363. this.gbEPCBank.Controls.Add(this.lbEPCFormat);
  364. this.gbEPCBank.Controls.Add(this.tbEPCFormat);
  365. this.gbEPCBank.Controls.Add(this.tbEPC);
  366. this.gbEPCBank.Location = new System.Drawing.Point(8, 4);
  367. this.gbEPCBank.Margin = new System.Windows.Forms.Padding(5);
  368. this.gbEPCBank.Name = "gbEPCBank";
  369. this.gbEPCBank.Padding = new System.Windows.Forms.Padding(5);
  370. this.gbEPCBank.Size = new System.Drawing.Size(507, 224);
  371. this.gbEPCBank.TabIndex = 5;
  372. this.gbEPCBank.TabStop = false;
  373. this.gbEPCBank.Text = "EPC bank";
  374. //
  375. // lbEPCDataColumn
  376. //
  377. this.lbEPCDataColumn.AutoSize = true;
  378. this.lbEPCDataColumn.Location = new System.Drawing.Point(18, 113);
  379. this.lbEPCDataColumn.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  380. this.lbEPCDataColumn.Name = "lbEPCDataColumn";
  381. this.lbEPCDataColumn.Size = new System.Drawing.Size(66, 13);
  382. this.lbEPCDataColumn.TabIndex = 23;
  383. this.lbEPCDataColumn.Text = "Data column";
  384. //
  385. // tbEPCDataColumn
  386. //
  387. this.tbEPCDataColumn.Location = new System.Drawing.Point(244, 110);
  388. this.tbEPCDataColumn.Margin = new System.Windows.Forms.Padding(5);
  389. this.tbEPCDataColumn.Name = "tbEPCDataColumn";
  390. this.tbEPCDataColumn.Size = new System.Drawing.Size(250, 20);
  391. this.tbEPCDataColumn.TabIndex = 3;
  392. this.tbEPCDataColumn.ButtonClick += TbDataColumn_ButtonClick;
  393. //
  394. // cbECPBankMode
  395. //
  396. this.cbECPBankMode.FormattingEnabled = true;
  397. this.cbECPBankMode.Location = new System.Drawing.Point(244, 194);
  398. this.cbECPBankMode.Margin = new System.Windows.Forms.Padding(5);
  399. this.cbECPBankMode.Name = "cbECPBankMode";
  400. this.cbECPBankMode.Size = new System.Drawing.Size(250, 21);
  401. this.cbECPBankMode.TabIndex = 6;
  402. //
  403. // lbEPCBankMode
  404. //
  405. this.lbEPCBankMode.AutoSize = true;
  406. this.lbEPCBankMode.Location = new System.Drawing.Point(18, 197);
  407. this.lbEPCBankMode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  408. this.lbEPCBankMode.Name = "lbEPCBankMode";
  409. this.lbEPCBankMode.Size = new System.Drawing.Size(108, 13);
  410. this.lbEPCBankMode.TabIndex = 21;
  411. this.lbEPCBankMode.Text = "EPC bank write mode";
  412. //
  413. // cbRewriteEPC
  414. //
  415. this.cbRewriteEPC.AutoSize = true;
  416. this.cbRewriteEPC.Location = new System.Drawing.Point(18, 171);
  417. this.cbRewriteEPC.Margin = new System.Windows.Forms.Padding(5);
  418. this.cbRewriteEPC.Name = "cbRewriteEPC";
  419. this.cbRewriteEPC.Size = new System.Drawing.Size(111, 17);
  420. this.cbRewriteEPC.TabIndex = 5;
  421. this.cbRewriteEPC.Text = "Rewrite EPC bank";
  422. this.cbRewriteEPC.CheckedChanged += CbRewriteEPC_CheckedChanged;
  423. this.cbRewriteEPC.UseVisualStyleBackColor = true;
  424. //
  425. // cbUseAdjust
  426. //
  427. this.cbUseAdjust.AutoSize = true;
  428. this.cbUseAdjust.Location = new System.Drawing.Point(18, 144);
  429. this.cbUseAdjust.Margin = new System.Windows.Forms.Padding(5);
  430. this.cbUseAdjust.Name = "cbUseAdjust";
  431. this.cbUseAdjust.Size = new System.Drawing.Size(78, 17);
  432. this.cbUseAdjust.TabIndex = 4;
  433. this.cbUseAdjust.Text = "Use Adjust";
  434. this.cbUseAdjust.CheckedChanged += CbUseAdjust_CheckedChanged;
  435. this.cbUseAdjust.UseVisualStyleBackColor = true;
  436. //
  437. // cbEPCDataFormat
  438. //
  439. this.cbEPCDataFormat.FormattingEnabled = true;
  440. this.cbEPCDataFormat.Location = new System.Drawing.Point(244, 49);
  441. this.cbEPCDataFormat.Margin = new System.Windows.Forms.Padding(5);
  442. this.cbEPCDataFormat.Name = "cbEPCDataFormat";
  443. this.cbEPCDataFormat.Size = new System.Drawing.Size(250, 21);
  444. this.cbEPCDataFormat.TabIndex = 2;
  445. //
  446. // lbEPC
  447. //
  448. this.lbEPC.AutoSize = true;
  449. this.lbEPC.Location = new System.Drawing.Point(18, 83);
  450. this.lbEPC.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  451. this.lbEPC.Name = "lbEPC";
  452. this.lbEPC.Size = new System.Drawing.Size(26, 13);
  453. this.lbEPC.TabIndex = 6;
  454. this.lbEPC.Text = "EPC";
  455. //
  456. // lbEPCDataFormat
  457. //
  458. this.lbEPCDataFormat.AutoSize = true;
  459. this.lbEPCDataFormat.Location = new System.Drawing.Point(18, 50);
  460. this.lbEPCDataFormat.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  461. this.lbEPCDataFormat.Name = "lbEPCDataFormat";
  462. this.lbEPCDataFormat.Size = new System.Drawing.Size(65, 13);
  463. this.lbEPCDataFormat.TabIndex = 17;
  464. this.lbEPCDataFormat.Text = "Data format";
  465. //
  466. // lbEPCFormat
  467. //
  468. this.lbEPCFormat.AutoSize = true;
  469. this.lbEPCFormat.Location = new System.Drawing.Point(18, 26);
  470. this.lbEPCFormat.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  471. this.lbEPCFormat.Name = "lbEPCFormat";
  472. this.lbEPCFormat.Size = new System.Drawing.Size(61, 13);
  473. this.lbEPCFormat.TabIndex = 5;
  474. this.lbEPCFormat.Text = "EPC format";
  475. //
  476. // gbUserBank
  477. //
  478. this.gbUserBank.Controls.Add(this.lbUserDataColumn);
  479. this.gbUserBank.Controls.Add(this.tbUserDataColumn);
  480. this.gbUserBank.Controls.Add(this.nudCountPermalock);
  481. this.gbUserBank.Controls.Add(this.cbUserBankMode);
  482. this.gbUserBank.Controls.Add(this.nudStartPermalock);
  483. this.gbUserBank.Controls.Add(this.lbCountPermalock);
  484. this.gbUserBank.Controls.Add(this.lbUserBankMode);
  485. this.gbUserBank.Controls.Add(this.lbStartPermalock);
  486. this.gbUserBank.Controls.Add(this.cbUserDataFormat);
  487. this.gbUserBank.Controls.Add(this.lbUserDataFormat);
  488. this.gbUserBank.Controls.Add(this.lbUserData);
  489. this.gbUserBank.Controls.Add(this.tbUserData);
  490. this.gbUserBank.Location = new System.Drawing.Point(8, 4);
  491. this.gbUserBank.Margin = new System.Windows.Forms.Padding(5);
  492. this.gbUserBank.Name = "gbUserBank";
  493. this.gbUserBank.Padding = new System.Windows.Forms.Padding(5);
  494. this.gbUserBank.Size = new System.Drawing.Size(506, 198);
  495. this.gbUserBank.TabIndex = 6;
  496. this.gbUserBank.TabStop = false;
  497. this.gbUserBank.Text = "User bank";
  498. //
  499. // lbUserDataColumn
  500. //
  501. this.lbUserDataColumn.AutoSize = true;
  502. this.lbUserDataColumn.Location = new System.Drawing.Point(18, 84);
  503. this.lbUserDataColumn.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  504. this.lbUserDataColumn.Name = "lbUserDataColumn";
  505. this.lbUserDataColumn.Size = new System.Drawing.Size(66, 13);
  506. this.lbUserDataColumn.TabIndex = 35;
  507. this.lbUserDataColumn.Text = "Data column";
  508. //
  509. // tbUserDataColumn
  510. //
  511. this.tbUserDataColumn.Location = new System.Drawing.Point(258, 77);
  512. this.tbUserDataColumn.Margin = new System.Windows.Forms.Padding(5);
  513. this.tbUserDataColumn.Name = "tbUserDataColumn";
  514. this.tbUserDataColumn.Size = new System.Drawing.Size(236, 20);
  515. this.tbUserDataColumn.TabIndex = 3;
  516. this.tbUserDataColumn.ButtonClick += TbDataColumn_ButtonClick;
  517. //
  518. // nudCountPermalock
  519. //
  520. this.nudCountPermalock.Location = new System.Drawing.Point(258, 165);
  521. this.nudCountPermalock.Margin = new System.Windows.Forms.Padding(5);
  522. this.nudCountPermalock.Name = "nudCountPermalock";
  523. this.nudCountPermalock.Size = new System.Drawing.Size(236, 20);
  524. this.nudCountPermalock.TabIndex = 6;
  525. //
  526. // cbUserBankMode
  527. //
  528. this.cbUserBankMode.FormattingEnabled = true;
  529. this.cbUserBankMode.Location = new System.Drawing.Point(258, 106);
  530. this.cbUserBankMode.Margin = new System.Windows.Forms.Padding(5);
  531. this.cbUserBankMode.Name = "cbUserBankMode";
  532. this.cbUserBankMode.Size = new System.Drawing.Size(236, 21);
  533. this.cbUserBankMode.TabIndex = 4;
  534. //
  535. // nudStartPermalock
  536. //
  537. this.nudStartPermalock.Location = new System.Drawing.Point(258, 135);
  538. this.nudStartPermalock.Margin = new System.Windows.Forms.Padding(5);
  539. this.nudStartPermalock.Name = "nudStartPermalock";
  540. this.nudStartPermalock.Size = new System.Drawing.Size(236, 20);
  541. this.nudStartPermalock.TabIndex = 5;
  542. //
  543. // lbCountPermalock
  544. //
  545. this.lbCountPermalock.AutoSize = true;
  546. this.lbCountPermalock.Location = new System.Drawing.Point(18, 168);
  547. this.lbCountPermalock.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  548. this.lbCountPermalock.Name = "lbCountPermalock";
  549. this.lbCountPermalock.Size = new System.Drawing.Size(150, 13);
  550. this.lbCountPermalock.TabIndex = 33;
  551. this.lbCountPermalock.Text = "Number of permalock sections";
  552. //
  553. // lbUserBankMode
  554. //
  555. this.lbUserBankMode.AutoSize = true;
  556. this.lbUserBankMode.Location = new System.Drawing.Point(18, 111);
  557. this.lbUserBankMode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  558. this.lbUserBankMode.Name = "lbUserBankMode";
  559. this.lbUserBankMode.Size = new System.Drawing.Size(111, 13);
  560. this.lbUserBankMode.TabIndex = 24;
  561. this.lbUserBankMode.Text = "User bank write mode";
  562. //
  563. // lbStartPermalock
  564. //
  565. this.lbStartPermalock.AutoSize = true;
  566. this.lbStartPermalock.Location = new System.Drawing.Point(18, 139);
  567. this.lbStartPermalock.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  568. this.lbStartPermalock.Name = "lbStartPermalock";
  569. this.lbStartPermalock.Size = new System.Drawing.Size(149, 13);
  570. this.lbStartPermalock.TabIndex = 32;
  571. this.lbStartPermalock.Text = "Starting section of permalock";
  572. //
  573. // cbUserDataFormat
  574. //
  575. this.cbUserDataFormat.FormattingEnabled = true;
  576. this.cbUserDataFormat.Location = new System.Drawing.Point(258, 15);
  577. this.cbUserDataFormat.Margin = new System.Windows.Forms.Padding(5);
  578. this.cbUserDataFormat.Name = "cbUserDataFormat";
  579. this.cbUserDataFormat.Size = new System.Drawing.Size(236, 21);
  580. this.cbUserDataFormat.TabIndex = 1;
  581. //
  582. // lbUserDataFormat
  583. //
  584. this.lbUserDataFormat.AutoSize = true;
  585. this.lbUserDataFormat.Location = new System.Drawing.Point(18, 23);
  586. this.lbUserDataFormat.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  587. this.lbUserDataFormat.Name = "lbUserDataFormat";
  588. this.lbUserDataFormat.Size = new System.Drawing.Size(65, 13);
  589. this.lbUserDataFormat.TabIndex = 22;
  590. this.lbUserDataFormat.Text = "Data format";
  591. //
  592. // lbUserData
  593. //
  594. this.lbUserData.AutoSize = true;
  595. this.lbUserData.Location = new System.Drawing.Point(18, 54);
  596. this.lbUserData.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  597. this.lbUserData.Name = "lbUserData";
  598. this.lbUserData.Size = new System.Drawing.Size(54, 13);
  599. this.lbUserData.TabIndex = 7;
  600. this.lbUserData.Text = "User data";
  601. //
  602. // gbOther
  603. //
  604. this.gbOther.Controls.Add(this.nudWritePower);
  605. this.gbOther.Controls.Add(this.nudReadPower);
  606. this.gbOther.Controls.Add(this.lbWritePower);
  607. this.gbOther.Controls.Add(this.lbReadPower);
  608. this.gbOther.Controls.Add(this.cbErrorHandleMode);
  609. this.gbOther.Controls.Add(this.lbErrorHandleMode);
  610. this.gbOther.Controls.Add(this.cbAdaptiveAntenna);
  611. this.gbOther.Location = new System.Drawing.Point(8, 4);
  612. this.gbOther.Margin = new System.Windows.Forms.Padding(5);
  613. this.gbOther.Name = "gbOther";
  614. this.gbOther.Padding = new System.Windows.Forms.Padding(5);
  615. this.gbOther.Size = new System.Drawing.Size(503, 140);
  616. this.gbOther.TabIndex = 7;
  617. this.gbOther.TabStop = false;
  618. this.gbOther.Text = "Other";
  619. //
  620. // nudWritePower
  621. //
  622. this.nudWritePower.Location = new System.Drawing.Point(244, 103);
  623. this.nudWritePower.Margin = new System.Windows.Forms.Padding(5);
  624. this.nudWritePower.Name = "nudWritePower";
  625. this.nudWritePower.Size = new System.Drawing.Size(250, 20);
  626. this.nudWritePower.TabIndex = 4;
  627. //
  628. // nudReadPower
  629. //
  630. this.nudReadPower.Location = new System.Drawing.Point(244, 71);
  631. this.nudReadPower.Margin = new System.Windows.Forms.Padding(5);
  632. this.nudReadPower.Name = "nudReadPower";
  633. this.nudReadPower.Size = new System.Drawing.Size(250, 20);
  634. this.nudReadPower.TabIndex = 3;
  635. //
  636. // lbWritePower
  637. //
  638. this.lbWritePower.AutoSize = true;
  639. this.lbWritePower.Location = new System.Drawing.Point(18, 105);
  640. this.lbWritePower.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  641. this.lbWritePower.Name = "lbWritePower";
  642. this.lbWritePower.Size = new System.Drawing.Size(66, 13);
  643. this.lbWritePower.TabIndex = 29;
  644. this.lbWritePower.Text = "Write power";
  645. //
  646. // lbReadPower
  647. //
  648. this.lbReadPower.AutoSize = true;
  649. this.lbReadPower.Location = new System.Drawing.Point(18, 73);
  650. this.lbReadPower.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  651. this.lbReadPower.Name = "lbReadPower";
  652. this.lbReadPower.Size = new System.Drawing.Size(65, 13);
  653. this.lbReadPower.TabIndex = 28;
  654. this.lbReadPower.Text = "Read power";
  655. //
  656. // cbErrorHandleMode
  657. //
  658. this.cbErrorHandleMode.FormattingEnabled = true;
  659. this.cbErrorHandleMode.Location = new System.Drawing.Point(244, 42);
  660. this.cbErrorHandleMode.Margin = new System.Windows.Forms.Padding(5);
  661. this.cbErrorHandleMode.Name = "cbErrorHandleMode";
  662. this.cbErrorHandleMode.Size = new System.Drawing.Size(250, 21);
  663. this.cbErrorHandleMode.TabIndex = 2;
  664. //
  665. // lbErrorHandleMode
  666. //
  667. this.lbErrorHandleMode.AutoSize = true;
  668. this.lbErrorHandleMode.Location = new System.Drawing.Point(18, 45);
  669. this.lbErrorHandleMode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  670. this.lbErrorHandleMode.Name = "lbErrorHandleMode";
  671. this.lbErrorHandleMode.Size = new System.Drawing.Size(95, 13);
  672. this.lbErrorHandleMode.TabIndex = 26;
  673. this.lbErrorHandleMode.Text = "Error handle mode";
  674. //
  675. // cbAdaptiveAntenna
  676. //
  677. this.cbAdaptiveAntenna.AutoSize = true;
  678. this.cbAdaptiveAntenna.Location = new System.Drawing.Point(18, 23);
  679. this.cbAdaptiveAntenna.Margin = new System.Windows.Forms.Padding(5);
  680. this.cbAdaptiveAntenna.Name = "cbAdaptiveAntenna";
  681. this.cbAdaptiveAntenna.Size = new System.Drawing.Size(132, 17);
  682. this.cbAdaptiveAntenna.TabIndex = 1;
  683. this.cbAdaptiveAntenna.Text = "Use adaptive antenna";
  684. this.cbAdaptiveAntenna.UseVisualStyleBackColor = true;
  685. //
  686. // pcPages
  687. //
  688. this.pcPages.Controls.Add(this.pageReservedBank);
  689. this.pcPages.Controls.Add(this.pageEPCBank);
  690. this.pcPages.Controls.Add(this.pageTIDBank);
  691. this.pcPages.Controls.Add(this.pageUserBank);
  692. this.pcPages.Controls.Add(this.pageOther);
  693. this.pcPages.HighlightPageIndex = -1;
  694. this.pcPages.Location = new System.Drawing.Point(12, 12);
  695. this.pcPages.Margin = new System.Windows.Forms.Padding(4);
  696. this.pcPages.Name = "pcPages";
  697. this.pcPages.SelectorWidth = 140;
  698. this.pcPages.SelectorTabHeight = 50;
  699. this.pcPages.Size = new System.Drawing.Size(671, 274);
  700. this.pcPages.TabIndex = 4;
  701. this.pcPages.Text = "RFID";
  702. //
  703. // pageReservedBank
  704. //
  705. this.pageReservedBank.BackColor = System.Drawing.SystemColors.Window;
  706. this.pageReservedBank.Controls.Add(this.gbReservedBank);
  707. this.pageReservedBank.Dock = System.Windows.Forms.DockStyle.Fill;
  708. this.pageReservedBank.Image = null;
  709. this.pageReservedBank.Location = new System.Drawing.Point(120, 1);
  710. this.pageReservedBank.Name = "pageReservedBank";
  711. this.pageReservedBank.Size = new System.Drawing.Size(530, 272);
  712. this.pageReservedBank.TabIndex = 1;
  713. this.pageReservedBank.Text = "Reserved bank";
  714. //
  715. // pageTIDBank
  716. //
  717. this.pageTIDBank.BackColor = System.Drawing.SystemColors.Window;
  718. this.pageTIDBank.Controls.Add(this.gbTIDBank);
  719. this.pageTIDBank.Dock = System.Windows.Forms.DockStyle.Fill;
  720. this.pageTIDBank.Image = null;
  721. this.pageTIDBank.Location = new System.Drawing.Point(120, 1);
  722. this.pageTIDBank.Name = "pageTIDBank";
  723. this.pageTIDBank.Size = new System.Drawing.Size(530, 272);
  724. this.pageTIDBank.TabIndex = 2;
  725. this.pageTIDBank.Text = "TID bank";
  726. //
  727. // pageEPCBank
  728. //
  729. this.pageEPCBank.BackColor = System.Drawing.SystemColors.Window;
  730. this.pageEPCBank.Controls.Add(this.gbEPCBank);
  731. this.pageEPCBank.Dock = System.Windows.Forms.DockStyle.Fill;
  732. this.pageEPCBank.Image = null;
  733. this.pageEPCBank.Location = new System.Drawing.Point(120, 1);
  734. this.pageEPCBank.Name = "pageEPCBank";
  735. this.pageEPCBank.Size = new System.Drawing.Size(530, 272);
  736. this.pageEPCBank.TabIndex = 3;
  737. this.pageEPCBank.Text = "EPC bank";
  738. //
  739. // pageUserBank
  740. //
  741. this.pageUserBank.BackColor = System.Drawing.SystemColors.Window;
  742. this.pageUserBank.Controls.Add(this.gbUserBank);
  743. this.pageUserBank.Dock = System.Windows.Forms.DockStyle.Fill;
  744. this.pageUserBank.Image = null;
  745. this.pageUserBank.Location = new System.Drawing.Point(120, 1);
  746. this.pageUserBank.Name = "pageUserBank";
  747. this.pageUserBank.Size = new System.Drawing.Size(530, 272);
  748. this.pageUserBank.TabIndex = 4;
  749. this.pageUserBank.Text = "User bank";
  750. //
  751. // pageOther
  752. //
  753. this.pageOther.BackColor = System.Drawing.SystemColors.Window;
  754. this.pageOther.Controls.Add(this.gbOther);
  755. this.pageOther.Dock = System.Windows.Forms.DockStyle.Fill;
  756. this.pageOther.Image = null;
  757. this.pageOther.Location = new System.Drawing.Point(120, 1);
  758. this.pageOther.Name = "pageOther";
  759. this.pageOther.Size = new System.Drawing.Size(530, 272);
  760. this.pageOther.TabIndex = 4;
  761. this.pageOther.Text = "Other";
  762. //
  763. // RFIDLabelEditorForm
  764. //
  765. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  766. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  767. this.ClientSize = new System.Drawing.Size(693, 329);
  768. this.Controls.Add(this.pcPages);
  769. this.Margin = new System.Windows.Forms.Padding(5);
  770. this.Name = "RFIDLabelEditorForm";
  771. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.RFIDLabelEditor_FormClosed);
  772. this.Load += new System.EventHandler(this.RFIDLabelEditor_Load);
  773. this.Controls.SetChildIndex(this.pcPages, 0);
  774. this.Controls.SetChildIndex(this.btnOk, 0);
  775. this.Controls.SetChildIndex(this.btnCancel, 0);
  776. this.gbReservedBank.ResumeLayout(false);
  777. this.gbReservedBank.PerformLayout();
  778. this.gbTIDBank.ResumeLayout(false);
  779. this.gbTIDBank.PerformLayout();
  780. this.gbEPCBank.ResumeLayout(false);
  781. this.gbEPCBank.PerformLayout();
  782. this.gbUserBank.ResumeLayout(false);
  783. this.gbUserBank.PerformLayout();
  784. ((System.ComponentModel.ISupportInitialize)(this.nudCountPermalock)).EndInit();
  785. ((System.ComponentModel.ISupportInitialize)(this.nudStartPermalock)).EndInit();
  786. this.gbOther.ResumeLayout(false);
  787. this.gbOther.PerformLayout();
  788. ((System.ComponentModel.ISupportInitialize)(this.nudWritePower)).EndInit();
  789. ((System.ComponentModel.ISupportInitialize)(this.nudReadPower)).EndInit();
  790. this.pcPages.ResumeLayout(false);
  791. this.pageReservedBank.ResumeLayout(false);
  792. this.pageTIDBank.ResumeLayout(false);
  793. this.pageEPCBank.ResumeLayout(false);
  794. this.pageUserBank.ResumeLayout(false);
  795. this.pageOther.ResumeLayout(false);
  796. this.ResumeLayout(false);
  797. }
  798. #endregion
  799. private PageControl pcPages;
  800. private FastReport.Controls.PageControlPage pageReservedBank;
  801. private FastReport.Controls.PageControlPage pageTIDBank;
  802. private FastReport.Controls.PageControlPage pageEPCBank;
  803. private FastReport.Controls.PageControlPage pageUserBank;
  804. private FastReport.Controls.PageControlPage pageOther;
  805. private System.Windows.Forms.TextBox tbTID;
  806. private System.Windows.Forms.TextBox tbEPCFormat;
  807. private System.Windows.Forms.TextBox tbEPC;
  808. private System.Windows.Forms.TextBox tbUserData;
  809. private System.Windows.Forms.GroupBox gbReservedBank;
  810. private System.Windows.Forms.Label lbKillPassword;
  811. private System.Windows.Forms.Label lbAccessPassword;
  812. private System.Windows.Forms.TextBox tbKillPassword;
  813. private System.Windows.Forms.TextBox tbAccessPassword;
  814. private System.Windows.Forms.GroupBox gbTIDBank;
  815. private System.Windows.Forms.Label lbTID;
  816. private System.Windows.Forms.GroupBox gbEPCBank;
  817. private System.Windows.Forms.Label lbEPC;
  818. private System.Windows.Forms.Label lbEPCFormat;
  819. private System.Windows.Forms.GroupBox gbUserBank;
  820. private System.Windows.Forms.Label lbUserData;
  821. private System.Windows.Forms.ComboBox cbFormatTIDBank;
  822. private System.Windows.Forms.Label lbTIDDataFormat;
  823. private System.Windows.Forms.ComboBox cbAccesPasswordMode;
  824. private System.Windows.Forms.Label lbAccessPassWriteMode;
  825. private System.Windows.Forms.ComboBox cbEPCDataFormat;
  826. private System.Windows.Forms.Label lbEPCDataFormat;
  827. private System.Windows.Forms.ComboBox cbKillPasswordMode;
  828. private System.Windows.Forms.Label lbKillPassWriteMode;
  829. private System.Windows.Forms.CheckBox cbRewriteEPC;
  830. private System.Windows.Forms.CheckBox cbUseAdjust;
  831. private System.Windows.Forms.Label lbUserDataFormat;
  832. private System.Windows.Forms.ComboBox cbUserDataFormat;
  833. private System.Windows.Forms.ComboBox cbECPBankMode;
  834. private System.Windows.Forms.Label lbEPCBankMode;
  835. private System.Windows.Forms.ComboBox cbUserBankMode;
  836. private System.Windows.Forms.Label lbUserBankMode;
  837. private System.Windows.Forms.GroupBox gbOther;
  838. private System.Windows.Forms.ComboBox cbErrorHandleMode;
  839. private System.Windows.Forms.Label lbErrorHandleMode;
  840. private System.Windows.Forms.CheckBox cbAdaptiveAntenna;
  841. private System.Windows.Forms.NumericUpDown nudWritePower;
  842. private System.Windows.Forms.NumericUpDown nudReadPower;
  843. private System.Windows.Forms.Label lbWritePower;
  844. private System.Windows.Forms.Label lbReadPower;
  845. private System.Windows.Forms.NumericUpDown nudCountPermalock;
  846. private System.Windows.Forms.NumericUpDown nudStartPermalock;
  847. private System.Windows.Forms.Label lbCountPermalock;
  848. private System.Windows.Forms.Label lbStartPermalock;
  849. private System.Windows.Forms.Label lbUserDataColumn;
  850. private FastReport.Controls.TextBoxButton tbUserDataColumn;
  851. private System.Windows.Forms.Label lbEPCDataColumn;
  852. private FastReport.Controls.TextBoxButton tbEPCDataColumn;
  853. private System.Windows.Forms.Label lbTIDDataColumn;
  854. private FastReport.Controls.TextBoxButton tbTIDDataColumn;
  855. private System.Windows.Forms.Label lbKillDataColumn;
  856. private FastReport.Controls.TextBoxButton tbKillPasswordDataColumn;
  857. private System.Windows.Forms.Label lbAccessDataColumn;
  858. private FastReport.Controls.TextBoxButton tbAccessPasswordDataColumn;
  859. }
  860. }