CustomLabelForm.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class CustomLabelForm
  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.gbLabel = new System.Windows.Forms.GroupBox();
  30. this.udColumns = new System.Windows.Forms.NumericUpDown();
  31. this.lblColumns = new System.Windows.Forms.Label();
  32. this.udRows = new System.Windows.Forms.NumericUpDown();
  33. this.lblRows = new System.Windows.Forms.Label();
  34. this.tbColumnGap = new System.Windows.Forms.TextBox();
  35. this.lblColumnGap = new System.Windows.Forms.Label();
  36. this.tbRowGap = new System.Windows.Forms.TextBox();
  37. this.lblRowGap = new System.Windows.Forms.Label();
  38. this.tbLabelHeight = new System.Windows.Forms.TextBox();
  39. this.lblLabelHeight = new System.Windows.Forms.Label();
  40. this.tbLabelWidth = new System.Windows.Forms.TextBox();
  41. this.lblLabelWidth = new System.Windows.Forms.Label();
  42. this.lblPaperWidth = new System.Windows.Forms.Label();
  43. this.tbPaperWidth = new System.Windows.Forms.TextBox();
  44. this.lblPaperHeight = new System.Windows.Forms.Label();
  45. this.tbPaperHeight = new System.Windows.Forms.TextBox();
  46. this.lblLeftMargin = new System.Windows.Forms.Label();
  47. this.tbLeftMargin = new System.Windows.Forms.TextBox();
  48. this.lblTopMargin = new System.Windows.Forms.Label();
  49. this.tbTopMargin = new System.Windows.Forms.TextBox();
  50. this.gbPaper = new System.Windows.Forms.GroupBox();
  51. this.cbLandscape = new System.Windows.Forms.CheckBox();
  52. this.cbxPaper = new System.Windows.Forms.ComboBox();
  53. this.gbSample = new System.Windows.Forms.GroupBox();
  54. this.rcSample = new FastReport.Controls.SampleReportControl();
  55. this.lblWarning = new System.Windows.Forms.Label();
  56. this.lblName = new System.Windows.Forms.Label();
  57. this.tbName = new System.Windows.Forms.TextBox();
  58. this.gbLabel.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.udColumns)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.udRows)).BeginInit();
  61. this.gbPaper.SuspendLayout();
  62. this.gbSample.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // btnOk
  66. //
  67. this.btnOk.Location = new System.Drawing.Point(376, 404);
  68. //
  69. // btnCancel
  70. //
  71. this.btnCancel.Location = new System.Drawing.Point(456, 404);
  72. //
  73. // gbLabel
  74. //
  75. this.gbLabel.Controls.Add(this.udColumns);
  76. this.gbLabel.Controls.Add(this.lblColumns);
  77. this.gbLabel.Controls.Add(this.udRows);
  78. this.gbLabel.Controls.Add(this.lblRows);
  79. this.gbLabel.Controls.Add(this.tbColumnGap);
  80. this.gbLabel.Controls.Add(this.lblColumnGap);
  81. this.gbLabel.Controls.Add(this.tbRowGap);
  82. this.gbLabel.Controls.Add(this.lblRowGap);
  83. this.gbLabel.Controls.Add(this.tbLabelHeight);
  84. this.gbLabel.Controls.Add(this.lblLabelHeight);
  85. this.gbLabel.Controls.Add(this.tbLabelWidth);
  86. this.gbLabel.Controls.Add(this.lblLabelWidth);
  87. this.gbLabel.Location = new System.Drawing.Point(8, 220);
  88. this.gbLabel.Name = "gbLabel";
  89. this.gbLabel.Size = new System.Drawing.Size(264, 172);
  90. this.gbLabel.TabIndex = 1;
  91. this.gbLabel.TabStop = false;
  92. this.gbLabel.Text = "Label parameters";
  93. //
  94. // udColumns
  95. //
  96. this.udColumns.Location = new System.Drawing.Point(168, 92);
  97. this.udColumns.Minimum = new decimal(new int[] {
  98. 1,
  99. 0,
  100. 0,
  101. 0});
  102. this.udColumns.Name = "udColumns";
  103. this.udColumns.Size = new System.Drawing.Size(84, 20);
  104. this.udColumns.TabIndex = 3;
  105. this.udColumns.Value = new decimal(new int[] {
  106. 1,
  107. 0,
  108. 0,
  109. 0});
  110. this.udColumns.ValueChanged += new System.EventHandler(this.tbLeftMargin_TextChanged);
  111. //
  112. // lblColumns
  113. //
  114. this.lblColumns.AutoSize = true;
  115. this.lblColumns.Location = new System.Drawing.Point(8, 96);
  116. this.lblColumns.Name = "lblColumns";
  117. this.lblColumns.Size = new System.Drawing.Size(51, 13);
  118. this.lblColumns.TabIndex = 2;
  119. this.lblColumns.Text = "Columns:";
  120. //
  121. // udRows
  122. //
  123. this.udRows.Location = new System.Drawing.Point(168, 68);
  124. this.udRows.Minimum = new decimal(new int[] {
  125. 1,
  126. 0,
  127. 0,
  128. 0});
  129. this.udRows.Name = "udRows";
  130. this.udRows.Size = new System.Drawing.Size(84, 20);
  131. this.udRows.TabIndex = 3;
  132. this.udRows.Value = new decimal(new int[] {
  133. 1,
  134. 0,
  135. 0,
  136. 0});
  137. this.udRows.ValueChanged += new System.EventHandler(this.tbLeftMargin_TextChanged);
  138. //
  139. // lblRows
  140. //
  141. this.lblRows.AutoSize = true;
  142. this.lblRows.Location = new System.Drawing.Point(8, 72);
  143. this.lblRows.Name = "lblRows";
  144. this.lblRows.Size = new System.Drawing.Size(37, 13);
  145. this.lblRows.TabIndex = 2;
  146. this.lblRows.Text = "Rows:";
  147. //
  148. // tbColumnGap
  149. //
  150. this.tbColumnGap.Location = new System.Drawing.Point(168, 140);
  151. this.tbColumnGap.Name = "tbColumnGap";
  152. this.tbColumnGap.Size = new System.Drawing.Size(84, 20);
  153. this.tbColumnGap.TabIndex = 1;
  154. this.tbColumnGap.TextChanged += new System.EventHandler(this.tbLeftMargin_TextChanged);
  155. //
  156. // lblColumnGap
  157. //
  158. this.lblColumnGap.AutoSize = true;
  159. this.lblColumnGap.Location = new System.Drawing.Point(8, 144);
  160. this.lblColumnGap.Name = "lblColumnGap";
  161. this.lblColumnGap.Size = new System.Drawing.Size(67, 13);
  162. this.lblColumnGap.TabIndex = 0;
  163. this.lblColumnGap.Text = "Column gap:";
  164. //
  165. // tbRowGap
  166. //
  167. this.tbRowGap.Location = new System.Drawing.Point(168, 116);
  168. this.tbRowGap.Name = "tbRowGap";
  169. this.tbRowGap.Size = new System.Drawing.Size(84, 20);
  170. this.tbRowGap.TabIndex = 1;
  171. this.tbRowGap.TextChanged += new System.EventHandler(this.tbLeftMargin_TextChanged);
  172. //
  173. // lblRowGap
  174. //
  175. this.lblRowGap.AutoSize = true;
  176. this.lblRowGap.Location = new System.Drawing.Point(8, 120);
  177. this.lblRowGap.Name = "lblRowGap";
  178. this.lblRowGap.Size = new System.Drawing.Size(53, 13);
  179. this.lblRowGap.TabIndex = 0;
  180. this.lblRowGap.Text = "Row gap:";
  181. //
  182. // tbLabelHeight
  183. //
  184. this.tbLabelHeight.Location = new System.Drawing.Point(168, 44);
  185. this.tbLabelHeight.Name = "tbLabelHeight";
  186. this.tbLabelHeight.Size = new System.Drawing.Size(84, 20);
  187. this.tbLabelHeight.TabIndex = 1;
  188. this.tbLabelHeight.TextChanged += new System.EventHandler(this.tbLeftMargin_TextChanged);
  189. //
  190. // lblLabelHeight
  191. //
  192. this.lblLabelHeight.AutoSize = true;
  193. this.lblLabelHeight.Location = new System.Drawing.Point(8, 48);
  194. this.lblLabelHeight.Name = "lblLabelHeight";
  195. this.lblLabelHeight.Size = new System.Drawing.Size(69, 13);
  196. this.lblLabelHeight.TabIndex = 0;
  197. this.lblLabelHeight.Text = "Label height:";
  198. //
  199. // tbLabelWidth
  200. //
  201. this.tbLabelWidth.Location = new System.Drawing.Point(168, 20);
  202. this.tbLabelWidth.Name = "tbLabelWidth";
  203. this.tbLabelWidth.Size = new System.Drawing.Size(84, 20);
  204. this.tbLabelWidth.TabIndex = 1;
  205. this.tbLabelWidth.TextChanged += new System.EventHandler(this.tbLeftMargin_TextChanged);
  206. //
  207. // lblLabelWidth
  208. //
  209. this.lblLabelWidth.AutoSize = true;
  210. this.lblLabelWidth.Location = new System.Drawing.Point(8, 24);
  211. this.lblLabelWidth.Name = "lblLabelWidth";
  212. this.lblLabelWidth.Size = new System.Drawing.Size(65, 13);
  213. this.lblLabelWidth.TabIndex = 0;
  214. this.lblLabelWidth.Text = "Label width:";
  215. //
  216. // lblPaperWidth
  217. //
  218. this.lblPaperWidth.AutoSize = true;
  219. this.lblPaperWidth.Location = new System.Drawing.Point(8, 76);
  220. this.lblPaperWidth.Name = "lblPaperWidth";
  221. this.lblPaperWidth.Size = new System.Drawing.Size(68, 13);
  222. this.lblPaperWidth.TabIndex = 0;
  223. this.lblPaperWidth.Text = "Paper width:";
  224. //
  225. // tbPaperWidth
  226. //
  227. this.tbPaperWidth.Location = new System.Drawing.Point(168, 72);
  228. this.tbPaperWidth.Name = "tbPaperWidth";
  229. this.tbPaperWidth.Size = new System.Drawing.Size(84, 20);
  230. this.tbPaperWidth.TabIndex = 1;
  231. this.tbPaperWidth.TextChanged += new System.EventHandler(this.tbPaperWidth_TextChanged);
  232. //
  233. // lblPaperHeight
  234. //
  235. this.lblPaperHeight.AutoSize = true;
  236. this.lblPaperHeight.Location = new System.Drawing.Point(8, 100);
  237. this.lblPaperHeight.Name = "lblPaperHeight";
  238. this.lblPaperHeight.Size = new System.Drawing.Size(72, 13);
  239. this.lblPaperHeight.TabIndex = 0;
  240. this.lblPaperHeight.Text = "Paper height:";
  241. //
  242. // tbPaperHeight
  243. //
  244. this.tbPaperHeight.Location = new System.Drawing.Point(168, 96);
  245. this.tbPaperHeight.Name = "tbPaperHeight";
  246. this.tbPaperHeight.Size = new System.Drawing.Size(84, 20);
  247. this.tbPaperHeight.TabIndex = 1;
  248. this.tbPaperHeight.TextChanged += new System.EventHandler(this.tbPaperWidth_TextChanged);
  249. //
  250. // lblLeftMargin
  251. //
  252. this.lblLeftMargin.AutoSize = true;
  253. this.lblLeftMargin.Location = new System.Drawing.Point(8, 124);
  254. this.lblLeftMargin.Name = "lblLeftMargin";
  255. this.lblLeftMargin.Size = new System.Drawing.Size(65, 13);
  256. this.lblLeftMargin.TabIndex = 0;
  257. this.lblLeftMargin.Text = "Left margin:";
  258. //
  259. // tbLeftMargin
  260. //
  261. this.tbLeftMargin.Location = new System.Drawing.Point(168, 120);
  262. this.tbLeftMargin.Name = "tbLeftMargin";
  263. this.tbLeftMargin.Size = new System.Drawing.Size(84, 20);
  264. this.tbLeftMargin.TabIndex = 1;
  265. this.tbLeftMargin.TextChanged += new System.EventHandler(this.tbLeftMargin_TextChanged);
  266. //
  267. // lblTopMargin
  268. //
  269. this.lblTopMargin.AutoSize = true;
  270. this.lblTopMargin.Location = new System.Drawing.Point(8, 148);
  271. this.lblTopMargin.Name = "lblTopMargin";
  272. this.lblTopMargin.Size = new System.Drawing.Size(64, 13);
  273. this.lblTopMargin.TabIndex = 0;
  274. this.lblTopMargin.Text = "Top margin:";
  275. //
  276. // tbTopMargin
  277. //
  278. this.tbTopMargin.Location = new System.Drawing.Point(168, 144);
  279. this.tbTopMargin.Name = "tbTopMargin";
  280. this.tbTopMargin.Size = new System.Drawing.Size(84, 20);
  281. this.tbTopMargin.TabIndex = 1;
  282. this.tbTopMargin.TextChanged += new System.EventHandler(this.tbLeftMargin_TextChanged);
  283. //
  284. // gbPaper
  285. //
  286. this.gbPaper.Controls.Add(this.cbLandscape);
  287. this.gbPaper.Controls.Add(this.cbxPaper);
  288. this.gbPaper.Controls.Add(this.tbPaperWidth);
  289. this.gbPaper.Controls.Add(this.lblPaperWidth);
  290. this.gbPaper.Controls.Add(this.lblPaperHeight);
  291. this.gbPaper.Controls.Add(this.tbPaperHeight);
  292. this.gbPaper.Controls.Add(this.lblLeftMargin);
  293. this.gbPaper.Controls.Add(this.tbLeftMargin);
  294. this.gbPaper.Controls.Add(this.lblTopMargin);
  295. this.gbPaper.Controls.Add(this.tbTopMargin);
  296. this.gbPaper.Location = new System.Drawing.Point(8, 40);
  297. this.gbPaper.Name = "gbPaper";
  298. this.gbPaper.Size = new System.Drawing.Size(264, 176);
  299. this.gbPaper.TabIndex = 2;
  300. this.gbPaper.TabStop = false;
  301. this.gbPaper.Text = "Paper";
  302. //
  303. // cbLandscape
  304. //
  305. this.cbLandscape.AutoSize = true;
  306. this.cbLandscape.Location = new System.Drawing.Point(12, 48);
  307. this.cbLandscape.Name = "cbLandscape";
  308. this.cbLandscape.Size = new System.Drawing.Size(77, 17);
  309. this.cbLandscape.TabIndex = 4;
  310. this.cbLandscape.Text = "Landscape";
  311. this.cbLandscape.UseVisualStyleBackColor = true;
  312. this.cbLandscape.CheckedChanged += new System.EventHandler(this.cbLandscape_CheckedChanged);
  313. //
  314. // cbxPaper
  315. //
  316. this.cbxPaper.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  317. this.cbxPaper.FormattingEnabled = true;
  318. this.cbxPaper.Location = new System.Drawing.Point(12, 20);
  319. this.cbxPaper.Name = "cbxPaper";
  320. this.cbxPaper.Size = new System.Drawing.Size(240, 21);
  321. this.cbxPaper.TabIndex = 3;
  322. this.cbxPaper.SelectedIndexChanged += new System.EventHandler(this.cbxPaper_SelectedIndexChanged);
  323. //
  324. // gbSample
  325. //
  326. this.gbSample.Controls.Add(this.rcSample);
  327. this.gbSample.Location = new System.Drawing.Point(280, 40);
  328. this.gbSample.Name = "gbSample";
  329. this.gbSample.Size = new System.Drawing.Size(252, 352);
  330. this.gbSample.TabIndex = 3;
  331. this.gbSample.TabStop = false;
  332. this.gbSample.Text = "Sample";
  333. //
  334. // rcSample
  335. //
  336. this.rcSample.BackColor = System.Drawing.SystemColors.AppWorkspace;
  337. this.rcSample.FullPagePreview = true;
  338. this.rcSample.Location = new System.Drawing.Point(12, 20);
  339. this.rcSample.Name = "rcSample";
  340. this.rcSample.Size = new System.Drawing.Size(228, 320);
  341. this.rcSample.TabIndex = 0;
  342. this.rcSample.Text = "sampleReportControl1";
  343. //
  344. // lblWarning
  345. //
  346. this.lblWarning.AutoSize = true;
  347. this.lblWarning.ForeColor = System.Drawing.Color.Red;
  348. this.lblWarning.Location = new System.Drawing.Point(8, 404);
  349. this.lblWarning.Name = "lblWarning";
  350. this.lblWarning.Size = new System.Drawing.Size(149, 13);
  351. this.lblWarning.TabIndex = 4;
  352. this.lblWarning.Text = "Labels do not fit on the page!";
  353. //
  354. // lblName
  355. //
  356. this.lblName.AutoSize = true;
  357. this.lblName.Location = new System.Drawing.Point(12, 16);
  358. this.lblName.Name = "lblName";
  359. this.lblName.Size = new System.Drawing.Size(38, 13);
  360. this.lblName.TabIndex = 5;
  361. this.lblName.Text = "Name:";
  362. //
  363. // tbName
  364. //
  365. this.tbName.Location = new System.Drawing.Point(96, 12);
  366. this.tbName.Name = "tbName";
  367. this.tbName.Size = new System.Drawing.Size(436, 20);
  368. this.tbName.TabIndex = 6;
  369. this.tbName.TextChanged += new System.EventHandler(this.tbLeftMargin_TextChanged);
  370. //
  371. // CustomLabelForm
  372. //
  373. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  374. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  375. this.ClientSize = new System.Drawing.Size(540, 438);
  376. this.Controls.Add(this.tbName);
  377. this.Controls.Add(this.lblName);
  378. this.Controls.Add(this.lblWarning);
  379. this.Controls.Add(this.gbSample);
  380. this.Controls.Add(this.gbPaper);
  381. this.Controls.Add(this.gbLabel);
  382. this.Name = "CustomLabelForm";
  383. this.Text = "Custom Label";
  384. this.Controls.SetChildIndex(this.btnOk, 0);
  385. this.Controls.SetChildIndex(this.btnCancel, 0);
  386. this.Controls.SetChildIndex(this.gbLabel, 0);
  387. this.Controls.SetChildIndex(this.gbPaper, 0);
  388. this.Controls.SetChildIndex(this.gbSample, 0);
  389. this.Controls.SetChildIndex(this.lblWarning, 0);
  390. this.Controls.SetChildIndex(this.lblName, 0);
  391. this.Controls.SetChildIndex(this.tbName, 0);
  392. this.gbLabel.ResumeLayout(false);
  393. this.gbLabel.PerformLayout();
  394. ((System.ComponentModel.ISupportInitialize)(this.udColumns)).EndInit();
  395. ((System.ComponentModel.ISupportInitialize)(this.udRows)).EndInit();
  396. this.gbPaper.ResumeLayout(false);
  397. this.gbPaper.PerformLayout();
  398. this.gbSample.ResumeLayout(false);
  399. this.ResumeLayout(false);
  400. this.PerformLayout();
  401. }
  402. #endregion
  403. private System.Windows.Forms.GroupBox gbLabel;
  404. private System.Windows.Forms.Label lblPaperWidth;
  405. private System.Windows.Forms.NumericUpDown udColumns;
  406. private System.Windows.Forms.Label lblColumns;
  407. private System.Windows.Forms.NumericUpDown udRows;
  408. private System.Windows.Forms.Label lblRows;
  409. private System.Windows.Forms.TextBox tbColumnGap;
  410. private System.Windows.Forms.Label lblColumnGap;
  411. private System.Windows.Forms.TextBox tbRowGap;
  412. private System.Windows.Forms.Label lblRowGap;
  413. private System.Windows.Forms.TextBox tbLabelHeight;
  414. private System.Windows.Forms.Label lblLabelHeight;
  415. private System.Windows.Forms.TextBox tbLabelWidth;
  416. private System.Windows.Forms.Label lblLabelWidth;
  417. private System.Windows.Forms.TextBox tbPaperWidth;
  418. private System.Windows.Forms.Label lblPaperHeight;
  419. private System.Windows.Forms.TextBox tbPaperHeight;
  420. private System.Windows.Forms.Label lblLeftMargin;
  421. private System.Windows.Forms.TextBox tbLeftMargin;
  422. private System.Windows.Forms.Label lblTopMargin;
  423. private System.Windows.Forms.TextBox tbTopMargin;
  424. private System.Windows.Forms.GroupBox gbPaper;
  425. private System.Windows.Forms.GroupBox gbSample;
  426. private FastReport.Controls.SampleReportControl rcSample;
  427. private System.Windows.Forms.ComboBox cbxPaper;
  428. private System.Windows.Forms.CheckBox cbLandscape;
  429. private System.Windows.Forms.Label lblWarning;
  430. private System.Windows.Forms.Label lblName;
  431. private System.Windows.Forms.TextBox tbName;
  432. }
  433. }