CISWizardForm.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  1. 
  2. namespace FastReport.Forms
  3. {
  4. partial class CISWizardForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.gbPageProps = new System.Windows.Forms.GroupBox();
  30. this.gbCIS = new System.Windows.Forms.GroupBox();
  31. this.cbxMethodСirculation = new System.Windows.Forms.ComboBox();
  32. this.cbxSize = new System.Windows.Forms.ComboBox();
  33. this.cbLeftMargin = new System.Windows.Forms.CheckBox();
  34. this.tbCountry = new System.Windows.Forms.TextBox();
  35. this.tbID = new FastReport.Controls.TextBoxButton();
  36. this.cbxType = new System.Windows.Forms.ComboBox();
  37. this.lbMethodСirculation = new System.Windows.Forms.Label();
  38. this.lbSize = new System.Windows.Forms.Label();
  39. this.lbCountry = new System.Windows.Forms.Label();
  40. this.lbID = new System.Windows.Forms.Label();
  41. this.lbType = new System.Windows.Forms.Label();
  42. this.rcSample = new Controls.SampleReportControl();
  43. this.gbSample = new System.Windows.Forms.GroupBox();
  44. this.tbData = new FastReport.Controls.TextBoxButton();
  45. this.lbData = new System.Windows.Forms.Label();
  46. this.cbxTypeBarcodes = new System.Windows.Forms.ComboBox();
  47. this.lbTypeBarcodes = new System.Windows.Forms.Label();
  48. this.tbPageWidth = new System.Windows.Forms.TextBox();
  49. this.tbPageHeight = new System.Windows.Forms.TextBox();
  50. this.nudCountColumns = new System.Windows.Forms.NumericUpDown();
  51. this.nudCountRows = new System.Windows.Forms.NumericUpDown();
  52. this.tbHorizontalPadding = new System.Windows.Forms.TextBox();
  53. this.tbVerticalPadding = new System.Windows.Forms.TextBox();
  54. this.lbPageWidth = new System.Windows.Forms.Label();
  55. this.lbPageHeight = new System.Windows.Forms.Label();
  56. this.lbCountColumns = new System.Windows.Forms.Label();
  57. this.lbCountRows = new System.Windows.Forms.Label();
  58. this.lbHorizontalPadding = new System.Windows.Forms.Label();
  59. this.lbVerticalPadding = new System.Windows.Forms.Label();
  60. this.cbxPaper = new System.Windows.Forms.ComboBox();
  61. this.lbPaper = new System.Windows.Forms.Label();
  62. this.cbLandscape = new System.Windows.Forms.CheckBox();
  63. this.tbMarginTop = new System.Windows.Forms.TextBox();
  64. this.tbMarginLeft = new System.Windows.Forms.TextBox();
  65. this.lbMargin = new System.Windows.Forms.Label();
  66. this.lbMarginTop = new System.Windows.Forms.Label();
  67. this.btnBorder = new System.Windows.Forms.Button();
  68. this.lbMarginLeft = new System.Windows.Forms.Label();
  69. this.lbWarning = new System.Windows.Forms.Label();
  70. this.lbUnitsPWidth = new System.Windows.Forms.Label();
  71. this.lbUnitsPHeight = new System.Windows.Forms.Label();
  72. this.lbUnitsHPadding = new System.Windows.Forms.Label();
  73. this.lbUnitsVPadding = new System.Windows.Forms.Label();
  74. this.lbUnitsMarginTop = new System.Windows.Forms.Label();
  75. this.lbUnitsMarginLeft = new System.Windows.Forms.Label();
  76. this.gbCIS.SuspendLayout();
  77. this.gbSample.SuspendLayout();
  78. this.gbPageProps.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // btnOk
  82. //
  83. this.btnOk.Location = new System.Drawing.Point(415, 528);
  84. this.btnOk.Size = new System.Drawing.Size(100, 30);
  85. //
  86. // btnCancel
  87. //
  88. this.btnCancel.Location = new System.Drawing.Point(525, 528);
  89. this.btnCancel.Size = new System.Drawing.Size(100, 30);
  90. //
  91. // lbWarning
  92. //
  93. this.lbWarning.Location = new System.Drawing.Point(15, 530);
  94. this.lbWarning.Size = new System.Drawing.Size(380, 20);
  95. this.lbWarning.ForeColor = System.Drawing.Color.Red;
  96. this.lbWarning.Name = "lbWarning";
  97. this.lbWarning.Text = "Warning";
  98. this.lbWarning.AutoSize = false;
  99. //
  100. // gbCIS
  101. //
  102. this.gbCIS.Controls.Add(this.cbxMethodСirculation);
  103. this.gbCIS.Controls.Add(this.cbxSize);
  104. this.gbCIS.Controls.Add(this.cbLeftMargin);
  105. this.gbCIS.Controls.Add(this.tbCountry);
  106. this.gbCIS.Controls.Add(this.tbID);
  107. this.gbCIS.Controls.Add(this.cbxType);
  108. this.gbCIS.Controls.Add(this.cbxSize);
  109. this.gbCIS.Controls.Add(this.lbMethodСirculation);
  110. this.gbCIS.Controls.Add(this.lbCountry);
  111. this.gbCIS.Controls.Add(this.lbID);
  112. this.gbCIS.Controls.Add(this.lbType);
  113. this.gbCIS.Controls.Add(this.lbSize);
  114. this.gbCIS.Controls.Add(this.lbData);
  115. this.gbCIS.Controls.Add(this.tbData);
  116. this.gbCIS.Controls.Add(this.cbxTypeBarcodes);
  117. this.gbCIS.Controls.Add(this.lbTypeBarcodes);
  118. this.gbCIS.Location = new System.Drawing.Point(8, 8);
  119. this.gbCIS.Name = "gbCIS";
  120. this.gbCIS.Size = new System.Drawing.Size(680, 210);
  121. this.gbCIS.TabIndex = 4;
  122. this.gbCIS.TabStop = false;
  123. this.gbCIS.Text = "Control identification sign";
  124. //
  125. // lbType
  126. //
  127. this.lbType.Location = new System.Drawing.Point(8, 25);
  128. this.lbType.Size = new System.Drawing.Size(320, 20);
  129. this.lbType.Name = "lbType";
  130. this.lbType.Text = "Product group: ";
  131. //
  132. // cbxType
  133. //
  134. this.cbxType.Location = new System.Drawing.Point(330, 25);
  135. this.cbxType.Size = new System.Drawing.Size(340, 20);
  136. this.cbxType.Name = "cbxType";
  137. this.cbxType.Items.AddRange(
  138. new object[]
  139. {
  140. "Tobacco, Transport packaging",
  141. "Tobacco, Pack",
  142. "Tobacco, Block",
  143. "Light industry",
  144. "Perfumes and eau de toilette",
  145. "Footwear",
  146. "Fur coats",
  147. "Photo",
  148. "Tires",
  149. "Medicines",
  150. "Dairy products",
  151. "Packaged water",
  152. }
  153. );
  154. this.cbxType.SelectedIndex = 0;
  155. this.cbxType.SelectedIndexChanged += CbxType_SelectedIndexChanged;
  156. //
  157. // lbData
  158. //
  159. this.lbData.Location = new System.Drawing.Point(8, 55);
  160. this.lbData.Size = new System.Drawing.Size(320, 20);
  161. this.lbData.Name = "lbData";
  162. this.lbData.Text = "Data:";
  163. //
  164. // tbData
  165. //
  166. this.tbData.Location = new System.Drawing.Point(330, 55);
  167. this.tbData.Size = new System.Drawing.Size(340, 25);
  168. this.tbData.Name = "tbData";
  169. this.tbData.ButtonClick += Tb_ButtonClick;
  170. this.tbData.TextChanged += OnChangeControl;
  171. //
  172. // lbTypeBarcodes
  173. //
  174. this.lbTypeBarcodes.Location = new System.Drawing.Point(8, 85);
  175. this.lbTypeBarcodes.Size = new System.Drawing.Size(320, 20);
  176. this.lbTypeBarcodes.Name = "lbTypeBarcodes";
  177. this.lbTypeBarcodes.Text = "Type of barcodes:";
  178. //
  179. // cbxTypeBarcodes
  180. //
  181. this.cbxTypeBarcodes.Location = new System.Drawing.Point(330, 85);
  182. this.cbxTypeBarcodes.Size = new System.Drawing.Size(340, 20);
  183. this.cbxTypeBarcodes.Name = "cbxTypeBarcodes";
  184. this.cbxTypeBarcodes.SelectedIndexChanged += OnChangeControl;
  185. //
  186. // lbMethodСirculation
  187. //
  188. this.lbMethodСirculation.Location = new System.Drawing.Point(8, 55);
  189. this.lbMethodСirculation.Size = new System.Drawing.Size(320, 20);
  190. this.lbMethodСirculation.Name = "lbMethodСirculation";
  191. this.lbMethodСirculation.Text = "Method of release of products into circulation:";
  192. //
  193. // cbxMethodСirculation
  194. //
  195. this.cbxMethodСirculation.Location = new System.Drawing.Point(330, 55);
  196. this.cbxMethodСirculation.Size = new System.Drawing.Size(340, 20);
  197. this.cbxMethodСirculation.Name = "cbxMethodСirculation";
  198. this.cbxMethodСirculation.Items.AddRange(
  199. new object[]
  200. {
  201. "Import of products into the customs territory",
  202. "Manufacture of products on the territory"
  203. }
  204. );
  205. this.cbxMethodСirculation.SelectedIndex = 0;
  206. //
  207. // lbSize
  208. //
  209. this.lbSize.Location = new System.Drawing.Point(8, 85);
  210. this.lbSize.Size = new System.Drawing.Size(320, 20);
  211. this.lbSize.Name = "lbSize";
  212. this.lbSize.Text = "Size:";
  213. //
  214. // cbxSize
  215. //
  216. this.cbxSize.Location = new System.Drawing.Point(330, 85);
  217. this.cbxSize.Size = new System.Drawing.Size(340, 20);
  218. this.cbxSize.Name = "cbxSize";
  219. this.cbxSize.Items.AddRange(
  220. new object[]
  221. {
  222. "53*80",
  223. "25*160"
  224. }
  225. );
  226. this.cbxSize.SelectedIndex = 0;
  227. this.cbxSize.SelectedIndexChanged += OnChangeControl;
  228. //
  229. // lbCountry
  230. //
  231. this.lbCountry.Location = new System.Drawing.Point(8, 115);
  232. this.lbCountry.Size = new System.Drawing.Size(320, 20);
  233. this.lbCountry.Name = "lbCountry";
  234. this.lbCountry.Text = "Country:";
  235. //
  236. // tbCountry
  237. //
  238. this.tbCountry.Location = new System.Drawing.Point(330, 115);
  239. this.tbCountry.Size = new System.Drawing.Size(340, 20);
  240. this.tbCountry.Name = "tbCountry";
  241. this.tbCountry.MaxLength = 2;
  242. this.tbCountry.TextChanged += TbCountry_TextChanged;
  243. //
  244. // lbID
  245. //
  246. this.lbID.Location = new System.Drawing.Point(8, 145);
  247. this.lbID.Size = new System.Drawing.Size(320, 20);
  248. this.lbID.Name = "lbID";
  249. this.lbID.Text = "ID:";
  250. //
  251. // tbID
  252. //
  253. this.tbID.Location = new System.Drawing.Point(330, 145);
  254. this.tbID.Size = new System.Drawing.Size(340, 25);
  255. this.tbID.Name = "tbID";
  256. this.tbID.ButtonClick += Tb_ButtonClick;
  257. //
  258. // cbLeftMargin
  259. //
  260. this.cbLeftMargin.Location = new System.Drawing.Point(12, 175);
  261. this.cbLeftMargin.Size = new System.Drawing.Size(300, 25);
  262. this.cbLeftMargin.Name = "cbLeftMargin";
  263. this.cbLeftMargin.Text = "Make left margin";
  264. this.cbLeftMargin.CheckedChanged += OnChangeControl;
  265. //
  266. // gbPageProps
  267. //
  268. this.gbPageProps.Controls.Add(this.tbPageWidth);
  269. this.gbPageProps.Controls.Add(this.tbPageHeight);
  270. this.gbPageProps.Controls.Add(this.cbLandscape);
  271. this.gbPageProps.Controls.Add(this.nudCountColumns);
  272. this.gbPageProps.Controls.Add(this.nudCountRows);
  273. this.gbPageProps.Controls.Add(this.tbHorizontalPadding);
  274. this.gbPageProps.Controls.Add(this.tbVerticalPadding);
  275. this.gbPageProps.Controls.Add(this.lbPageWidth);
  276. this.gbPageProps.Controls.Add(this.lbPageHeight);
  277. this.gbPageProps.Controls.Add(this.lbCountColumns);
  278. this.gbPageProps.Controls.Add(this.lbCountRows);
  279. this.gbPageProps.Controls.Add(this.lbHorizontalPadding);
  280. this.gbPageProps.Controls.Add(this.lbVerticalPadding);
  281. this.gbPageProps.Controls.Add(this.cbxPaper);
  282. this.gbPageProps.Controls.Add(this.lbPaper);
  283. this.gbPageProps.Controls.Add(this.lbMargin);
  284. this.gbPageProps.Controls.Add(this.tbMarginTop);
  285. this.gbPageProps.Controls.Add(this.tbMarginLeft);
  286. this.gbPageProps.Controls.Add(this.lbMarginTop);
  287. this.gbPageProps.Controls.Add(this.lbMarginLeft);
  288. this.gbPageProps.Controls.Add(this.btnBorder);
  289. this.gbPageProps.Controls.Add(this.lbUnitsHPadding);
  290. this.gbPageProps.Controls.Add(this.lbUnitsMarginLeft);
  291. this.gbPageProps.Controls.Add(this.lbUnitsVPadding);
  292. this.gbPageProps.Controls.Add(this.lbUnitsMarginTop);
  293. this.gbPageProps.Controls.Add(this.lbUnitsPHeight);
  294. this.gbPageProps.Controls.Add(this.lbUnitsPWidth);
  295. this.gbPageProps.Location = new System.Drawing.Point(8, 220);
  296. this.gbPageProps.Name = "gbPageProps";
  297. this.gbPageProps.Size = new System.Drawing.Size(680, 300);
  298. this.gbPageProps.TabIndex = 4;
  299. this.gbPageProps.TabStop = false;
  300. this.gbPageProps.Text = "Paper props";
  301. //
  302. // lbPaper
  303. //
  304. this.lbPaper.Location = new System.Drawing.Point(8, 25);
  305. this.lbPaper.Size = new System.Drawing.Size(320, 20);
  306. this.lbPaper.Name = "lbType";
  307. this.lbPaper.Text = "Paper type:";
  308. //
  309. // cbxPaper
  310. //
  311. this.cbxPaper.Location = new System.Drawing.Point(330, 25);
  312. this.cbxPaper.Size = new System.Drawing.Size(340, 20);
  313. this.cbxPaper.Name = "cbxPaper";
  314. this.cbxPaper.SelectedIndexChanged += cbxPaper_SelectedIndexChanged;
  315. //
  316. // cbLandscape
  317. //
  318. this.cbLandscape.Location = new System.Drawing.Point(12, 55);
  319. this.cbLandscape.Size = new System.Drawing.Size(300, 25);
  320. this.cbLandscape.Name = "cbLeftMargin";
  321. this.cbLandscape.Text = "Landscape";
  322. this.cbLandscape.CheckedChanged += CbLandscape_CheckedChanged;
  323. //
  324. // btnBorder
  325. //
  326. this.btnBorder.Location = new System.Drawing.Point(329, 54);
  327. this.btnBorder.Size = new System.Drawing.Size(342, 29);
  328. this.btnBorder.Name = "btnBorder";
  329. this.btnBorder.Text = "Border";
  330. this.btnBorder.Click += BtnBorder_Click;
  331. this.btnBorder.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  332. //
  333. // lbPageWidth
  334. //
  335. this.lbPageWidth.Location = new System.Drawing.Point(8, 85);
  336. this.lbPageWidth.Size = new System.Drawing.Size(320, 20);
  337. this.lbPageWidth.Name = "lbPageWidth";
  338. this.lbPageWidth.Text = "PageWidth:";
  339. //
  340. // tbPageWidth
  341. //
  342. this.tbPageWidth.Location = new System.Drawing.Point(330, 85);
  343. this.tbPageWidth.Size = new System.Drawing.Size(280, 20);
  344. this.tbPageWidth.Name = "tbPageWidth";
  345. this.tbPageWidth.TextChanged += TbPageProps_TextChanged;
  346. this.tbPageWidth.ShortcutsEnabled = false;
  347. this.tbPageWidth.KeyPress += TbWithUnits_KeyPress;
  348. //
  349. // lbPageWidth
  350. //
  351. this.lbUnitsPWidth.Location = new System.Drawing.Point(620, 87);
  352. this.lbUnitsPWidth.Size = new System.Drawing.Size(40, 20);
  353. this.lbUnitsPWidth.Name = "lbUnitsPWidth";
  354. this.lbUnitsPWidth.Text = "CM";
  355. //
  356. // lbPageHeight
  357. //
  358. this.lbPageHeight.Location = new System.Drawing.Point(8, 115);
  359. this.lbPageHeight.Size = new System.Drawing.Size(320, 20);
  360. this.lbPageHeight.Name = "lbPageHeight";
  361. this.lbPageHeight.Text = "lbPageHeight:";
  362. //
  363. // tbPageHeight
  364. //
  365. this.tbPageHeight.Location = new System.Drawing.Point(330, 115);
  366. this.tbPageHeight.Size = new System.Drawing.Size(280, 20);
  367. this.tbPageHeight.Name = "tbPageHeight";
  368. this.tbPageHeight.TextChanged += TbPageProps_TextChanged;
  369. this.tbPageHeight.ShortcutsEnabled = false;
  370. this.tbPageHeight.KeyPress += TbWithUnits_KeyPress;
  371. //
  372. // lbUnitsPHeight
  373. //
  374. this.lbUnitsPHeight.Location = new System.Drawing.Point(620, 117);
  375. this.lbUnitsPHeight.Size = new System.Drawing.Size(40, 20);
  376. this.lbUnitsPHeight.Name = "lbUnitsPHeight";
  377. this.lbUnitsPHeight.Text = "CM";
  378. //
  379. // lbCountColumns
  380. //
  381. this.lbCountColumns.Location = new System.Drawing.Point(8, 145);
  382. this.lbCountColumns.Size = new System.Drawing.Size(320, 20);
  383. this.lbCountColumns.Name = "lbCountColumns";
  384. this.lbCountColumns.Text = "lbCountColumns:";
  385. //
  386. // nudCountColumns
  387. //
  388. this.nudCountColumns.Location = new System.Drawing.Point(330, 145);
  389. this.nudCountColumns.Size = new System.Drawing.Size(340, 20);
  390. this.nudCountColumns.Name = "nudCountColumns";
  391. this.nudCountColumns.DecimalPlaces = 0;
  392. this.nudCountColumns.Minimum = 1;
  393. this.nudCountColumns.ValueChanged += OnChangeControl;
  394. //
  395. // lbCountRows
  396. //
  397. this.lbCountRows.Location = new System.Drawing.Point(8, 175);
  398. this.lbCountRows.Size = new System.Drawing.Size(320, 20);
  399. this.lbCountRows.Name = "lbCountRows";
  400. this.lbCountRows.Text = "lbCountRows:";
  401. //
  402. // nudCountRows
  403. //
  404. this.nudCountRows.Location = new System.Drawing.Point(330, 175);
  405. this.nudCountRows.Size = new System.Drawing.Size(340, 25);
  406. this.nudCountRows.Name = "nudCountRows";
  407. this.nudCountRows.DecimalPlaces = 0;
  408. this.nudCountRows.Minimum = 1;
  409. this.nudCountRows.ValueChanged += OnChangeControl;
  410. //
  411. // lbHorizontalPadding
  412. //
  413. this.lbHorizontalPadding.Location = new System.Drawing.Point(8, 205);
  414. this.lbHorizontalPadding.Size = new System.Drawing.Size(320, 25);
  415. this.lbHorizontalPadding.Name = "lbHorizontalPadding";
  416. this.lbHorizontalPadding.Text = "lbHorizontalPadding:";
  417. //
  418. // tbHorizontalPadding
  419. //
  420. this.tbHorizontalPadding.Location = new System.Drawing.Point(330, 205);
  421. this.tbHorizontalPadding.Size = new System.Drawing.Size(280, 25);
  422. this.tbHorizontalPadding.Name = "tbHorizontalPadding";
  423. this.tbHorizontalPadding.Text = "0";
  424. this.tbHorizontalPadding.TextChanged += OnChangeControl;
  425. this.tbHorizontalPadding.ShortcutsEnabled = false;
  426. this.tbHorizontalPadding.KeyPress += TbWithUnits_KeyPress;
  427. //
  428. // lbUnitsHPadding
  429. //
  430. this.lbUnitsHPadding.Location = new System.Drawing.Point(620, 207);
  431. this.lbUnitsHPadding.Size = new System.Drawing.Size(40, 20);
  432. this.lbUnitsHPadding.Name = "lbUnitsHPadding";
  433. this.lbUnitsHPadding.Text = "CM";
  434. //
  435. // lbVerticalPadding
  436. //
  437. this.lbVerticalPadding.Location = new System.Drawing.Point(8, 235);
  438. this.lbVerticalPadding.Size = new System.Drawing.Size(320, 25);
  439. this.lbVerticalPadding.Name = "lbVerticalPadding";
  440. this.lbVerticalPadding.Text = "lbVerticalPadding";
  441. //
  442. // tbVerticalPadding
  443. //
  444. this.tbVerticalPadding.Location = new System.Drawing.Point(330, 235);
  445. this.tbVerticalPadding.Size = new System.Drawing.Size(280, 25);
  446. this.tbVerticalPadding.Name = "tbVerticalPadding";
  447. this.tbVerticalPadding.Text = "0";
  448. this.tbVerticalPadding.TextChanged += OnChangeControl;
  449. this.tbVerticalPadding.ShortcutsEnabled = false;
  450. this.tbVerticalPadding.KeyPress += TbWithUnits_KeyPress;
  451. //
  452. // lbUnitsVPadding
  453. //
  454. this.lbUnitsVPadding.Location = new System.Drawing.Point(620, 237);
  455. this.lbUnitsVPadding.Size = new System.Drawing.Size(40, 20);
  456. this.lbUnitsVPadding.Name = "lbUnitsVPadding";
  457. this.lbUnitsVPadding.Text = "CM";
  458. //
  459. // lbMargin
  460. //
  461. this.lbMargin.Location = new System.Drawing.Point(8, 265);
  462. this.lbMargin.Size = new System.Drawing.Size(150, 25);
  463. this.lbMargin.Name = "lbVerticalPadding";
  464. this.lbMargin.Text = "Margin";
  465. //
  466. // lbMarginTop
  467. //
  468. this.lbMarginTop.Location = new System.Drawing.Point(325, 265);
  469. this.lbMarginTop.Size = new System.Drawing.Size(80, 25);
  470. this.lbMarginTop.Name = "lbMarginTop";
  471. this.lbMarginTop.Text = "Top";
  472. //
  473. // tbMarginTop
  474. //
  475. this.tbMarginTop.Location = new System.Drawing.Point(390, 265);
  476. this.tbMarginTop.Size = new System.Drawing.Size(50, 25);
  477. this.tbMarginTop.Name = "tbMarginTop";
  478. this.tbMarginTop.Text = "0";
  479. this.tbMarginTop.TextChanged += OnChangeControl;
  480. this.tbMarginTop.ShortcutsEnabled = false;
  481. this.tbMarginTop.KeyPress += TbWithUnits_KeyPress;
  482. //
  483. // lbUnitsMarginTop
  484. //
  485. this.lbUnitsMarginTop.Location = new System.Drawing.Point(450, 267);
  486. this.lbUnitsMarginTop.Size = new System.Drawing.Size(50, 20);
  487. this.lbUnitsMarginTop.Name = "lbUnitsMarginTop";
  488. this.lbUnitsMarginTop.Text = "CM";
  489. //
  490. // lbMarginLeft
  491. //
  492. this.lbMarginLeft.Location = new System.Drawing.Point(505, 265);
  493. this.lbMarginLeft.Size = new System.Drawing.Size(80, 25);
  494. this.lbMarginLeft.Name = "lbMarginLeft";
  495. this.lbMarginLeft.Text = "Left";
  496. //
  497. // tbMarginLeft
  498. //
  499. this.tbMarginLeft.Location = new System.Drawing.Point(560, 265);
  500. this.tbMarginLeft.Size = new System.Drawing.Size(50, 25);
  501. this.tbMarginLeft.Name = "tbMarginLeft";
  502. this.tbMarginLeft.Text = "0";
  503. this.tbMarginLeft.TextChanged += OnChangeControl;
  504. this.tbMarginLeft.ShortcutsEnabled = false;
  505. this.tbMarginLeft.KeyPress += TbWithUnits_KeyPress;
  506. //
  507. // lbUnitsMarginLeft
  508. //
  509. this.lbUnitsMarginLeft.Location = new System.Drawing.Point(620, 267);
  510. this.lbUnitsMarginLeft.Size = new System.Drawing.Size(45, 20);
  511. this.lbUnitsMarginLeft.Name = "lbUnitsMarginLeft";
  512. this.lbUnitsMarginLeft.Text = "CM";
  513. //
  514. // gbSample
  515. //
  516. this.gbSample.Controls.Add(this.rcSample);
  517. this.gbSample.Location = new System.Drawing.Point(690, 8);
  518. this.gbSample.Name = "gbSample";
  519. this.gbSample.Size = new System.Drawing.Size(353, 513);
  520. this.gbSample.TabIndex = 3;
  521. this.gbSample.TabStop = false;
  522. this.gbSample.Text = "Sample";
  523. //
  524. // rcSample
  525. //
  526. this.rcSample.BackColor = System.Drawing.SystemColors.AppWorkspace;
  527. this.rcSample.FullPagePreview = true;
  528. this.rcSample.Location = new System.Drawing.Point(12, 30);
  529. this.rcSample.Name = "rcSample";
  530. this.rcSample.Size = new System.Drawing.Size(330, 460);
  531. this.rcSample.TabIndex = 0;
  532. this.rcSample.Text = "sampleReportControl1";
  533. //
  534. // CISWizardForm
  535. //
  536. this.components = new System.ComponentModel.Container();
  537. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  538. this.Controls.Add(this.gbCIS);
  539. this.Controls.Add(this.gbSample);
  540. this.Controls.Add(this.gbPageProps);
  541. this.Controls.Add(this.lbWarning);
  542. this.ClientSize = new System.Drawing.Size(1050, 570);
  543. this.FormClosed += CISWizardForm_FormClosed;
  544. this.Text = "CISWizardForm";
  545. this.Controls.SetChildIndex(this.btnOk, 0);
  546. this.Controls.SetChildIndex(this.btnCancel, 0);
  547. this.Controls.SetChildIndex(this.gbCIS, 0);
  548. this.Controls.SetChildIndex(this.gbSample, 0);
  549. this.Controls.SetChildIndex(this.gbPageProps, 0);
  550. this.Controls.SetChildIndex(this.gbSample, 0);
  551. this.Controls.SetChildIndex(this.lbWarning, 0);
  552. this.gbCIS.BringToFront();
  553. this.gbCIS.ResumeLayout(false);
  554. this.gbCIS.PerformLayout();
  555. this.gbSample.BringToFront();
  556. this.gbSample.ResumeLayout(false);
  557. this.gbSample.PerformLayout();
  558. this.gbPageProps.BringToFront();
  559. this.gbPageProps.ResumeLayout(false);
  560. this.gbPageProps.PerformLayout();
  561. this.ResumeLayout(false);
  562. this.PerformLayout();
  563. }
  564. #endregion
  565. private System.Windows.Forms.GroupBox gbCIS;
  566. private System.Windows.Forms.ComboBox cbxType;
  567. private System.Windows.Forms.Label lbType;
  568. private FastReport.Controls.TextBoxButton tbData;
  569. private System.Windows.Forms.Label lbData;
  570. private System.Windows.Forms.ComboBox cbxTypeBarcodes;
  571. private System.Windows.Forms.Label lbTypeBarcodes;
  572. // CIS fur
  573. private System.Windows.Forms.ComboBox cbxMethodСirculation;
  574. private System.Windows.Forms.ComboBox cbxSize;
  575. private System.Windows.Forms.CheckBox cbLeftMargin;
  576. private System.Windows.Forms.TextBox tbCountry;
  577. private FastReport.Controls.TextBoxButton tbID;
  578. private System.Windows.Forms.Label lbMethodСirculation;
  579. private System.Windows.Forms.Label lbCountry;
  580. private System.Windows.Forms.Label lbID;
  581. private System.Windows.Forms.Label lbSize;
  582. private System.Windows.Forms.GroupBox gbPageProps;
  583. private System.Windows.Forms.ComboBox cbxPaper;
  584. private System.Windows.Forms.CheckBox cbLandscape;
  585. private System.Windows.Forms.TextBox tbPageWidth;
  586. private System.Windows.Forms.TextBox tbPageHeight;
  587. private System.Windows.Forms.NumericUpDown nudCountColumns;
  588. private System.Windows.Forms.NumericUpDown nudCountRows;
  589. private System.Windows.Forms.TextBox tbHorizontalPadding;
  590. private System.Windows.Forms.TextBox tbVerticalPadding;
  591. private System.Windows.Forms.TextBox tbMarginTop;
  592. private System.Windows.Forms.TextBox tbMarginLeft;
  593. private System.Windows.Forms.Label lbMarginTop;
  594. private System.Windows.Forms.Label lbMarginLeft;
  595. private System.Windows.Forms.Label lbMargin;
  596. private System.Windows.Forms.Label lbPaper;
  597. private System.Windows.Forms.Label lbPageWidth;
  598. private System.Windows.Forms.Label lbPageHeight;
  599. private System.Windows.Forms.Label lbCountColumns;
  600. private System.Windows.Forms.Label lbCountRows;
  601. private System.Windows.Forms.Label lbHorizontalPadding;
  602. private System.Windows.Forms.Label lbVerticalPadding;
  603. private System.Windows.Forms.Label lbWarning;
  604. private FastReport.Controls.SampleReportControl rcSample;
  605. private System.Windows.Forms.GroupBox gbSample;
  606. private System.Windows.Forms.Button btnBorder;
  607. private System.Windows.Forms.Label lbUnitsPWidth;
  608. private System.Windows.Forms.Label lbUnitsPHeight;
  609. private System.Windows.Forms.Label lbUnitsHPadding;
  610. private System.Windows.Forms.Label lbUnitsVPadding;
  611. private System.Windows.Forms.Label lbUnitsMarginTop;
  612. private System.Windows.Forms.Label lbUnitsMarginLeft;
  613. }
  614. }