StandardReportWizardForm.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. namespace FastReport.Forms
  2. {
  3. partial class StandardReportWizardForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panGroups = new System.Windows.Forms.Panel();
  29. this.btnAddGroup = new System.Windows.Forms.Button();
  30. this.btnRemoveGroup = new System.Windows.Forms.Button();
  31. this.btnGroupUp = new System.Windows.Forms.Button();
  32. this.btnGroupDown = new System.Windows.Forms.Button();
  33. this.lblAvailableColumns1 = new System.Windows.Forms.Label();
  34. this.lblGroups = new System.Windows.Forms.Label();
  35. this.lvGroups = new System.Windows.Forms.ListView();
  36. this.lvAvailableColumns1 = new System.Windows.Forms.ListView();
  37. this.lblCreateGroups = new System.Windows.Forms.Label();
  38. this.panLayout = new System.Windows.Forms.Panel();
  39. this.lblLayout = new System.Windows.Forms.Label();
  40. this.pnPreview = new FastReport.Controls.SampleReportControl();
  41. this.gbLayout = new System.Windows.Forms.GroupBox();
  42. this.rbColumnar = new System.Windows.Forms.RadioButton();
  43. this.rbTabular = new System.Windows.Forms.RadioButton();
  44. this.gbOrientation = new System.Windows.Forms.GroupBox();
  45. this.rbLandscape = new System.Windows.Forms.RadioButton();
  46. this.rbPortrait = new System.Windows.Forms.RadioButton();
  47. this.panStyle = new System.Windows.Forms.Panel();
  48. this.lbStyles = new System.Windows.Forms.ListBox();
  49. this.lblStyles = new System.Windows.Forms.Label();
  50. this.pnStylePreview = new FastReport.Controls.SampleReportControl();
  51. this.pnTop.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.picIcon)).BeginInit();
  53. this.pnBottom.SuspendLayout();
  54. this.pcPages.SuspendLayout();
  55. this.panGroups.SuspendLayout();
  56. this.panLayout.SuspendLayout();
  57. this.gbLayout.SuspendLayout();
  58. this.gbOrientation.SuspendLayout();
  59. this.panStyle.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // pnTop
  63. //
  64. this.pnTop.Size = new System.Drawing.Size(465, 68);
  65. //
  66. // picIcon
  67. //
  68. this.picIcon.Location = new System.Drawing.Point(404, 8);
  69. //
  70. // pnBottom
  71. //
  72. this.pnBottom.Size = new System.Drawing.Size(465, 45);
  73. //
  74. // btnCancel1
  75. //
  76. this.btnCancel1.Location = new System.Drawing.Point(378, 10);
  77. //
  78. // btnFinish
  79. //
  80. this.btnFinish.Location = new System.Drawing.Point(294, 10);
  81. this.btnFinish.Click += new System.EventHandler(this.btnFinish_Click);
  82. //
  83. // btnNext
  84. //
  85. this.btnNext.Location = new System.Drawing.Point(210, 10);
  86. //
  87. // btnPrevious
  88. //
  89. this.btnPrevious.Location = new System.Drawing.Point(126, 10);
  90. //
  91. // pcPages
  92. //
  93. this.pcPages.Controls.Add(this.panGroups);
  94. this.pcPages.Controls.Add(this.panLayout);
  95. this.pcPages.Controls.Add(this.panStyle);
  96. this.pcPages.Size = new System.Drawing.Size(465, 302);
  97. //
  98. // panGroups
  99. //
  100. this.panGroups.Controls.Add(this.btnAddGroup);
  101. this.panGroups.Controls.Add(this.btnRemoveGroup);
  102. this.panGroups.Controls.Add(this.btnGroupUp);
  103. this.panGroups.Controls.Add(this.btnGroupDown);
  104. this.panGroups.Controls.Add(this.lblAvailableColumns1);
  105. this.panGroups.Controls.Add(this.lblGroups);
  106. this.panGroups.Controls.Add(this.lvGroups);
  107. this.panGroups.Controls.Add(this.lvAvailableColumns1);
  108. this.panGroups.Controls.Add(this.lblCreateGroups);
  109. this.panGroups.Dock = System.Windows.Forms.DockStyle.Fill;
  110. this.panGroups.Location = new System.Drawing.Point(0, 0);
  111. this.panGroups.Name = "panGroups";
  112. this.panGroups.Size = new System.Drawing.Size(465, 302);
  113. this.panGroups.TabIndex = 4;
  114. //
  115. // btnAddGroup
  116. //
  117. this.btnAddGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  118. this.btnAddGroup.Location = new System.Drawing.Point(216, 64);
  119. this.btnAddGroup.Name = "btnAddGroup";
  120. this.btnAddGroup.Size = new System.Drawing.Size(32, 24);
  121. this.btnAddGroup.TabIndex = 10;
  122. this.btnAddGroup.Text = ">";
  123. this.btnAddGroup.UseVisualStyleBackColor = true;
  124. this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
  125. //
  126. // btnRemoveGroup
  127. //
  128. this.btnRemoveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  129. this.btnRemoveGroup.Location = new System.Drawing.Point(216, 88);
  130. this.btnRemoveGroup.Name = "btnRemoveGroup";
  131. this.btnRemoveGroup.Size = new System.Drawing.Size(32, 24);
  132. this.btnRemoveGroup.TabIndex = 12;
  133. this.btnRemoveGroup.Text = "<";
  134. this.btnRemoveGroup.UseVisualStyleBackColor = true;
  135. this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click);
  136. //
  137. // btnGroupUp
  138. //
  139. this.btnGroupUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  140. this.btnGroupUp.Location = new System.Drawing.Point(216, 228);
  141. this.btnGroupUp.Name = "btnGroupUp";
  142. this.btnGroupUp.Size = new System.Drawing.Size(32, 24);
  143. this.btnGroupUp.TabIndex = 13;
  144. this.btnGroupUp.UseVisualStyleBackColor = true;
  145. this.btnGroupUp.Click += new System.EventHandler(this.btnGroupUp_Click);
  146. //
  147. // btnGroupDown
  148. //
  149. this.btnGroupDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  150. this.btnGroupDown.Location = new System.Drawing.Point(216, 252);
  151. this.btnGroupDown.Name = "btnGroupDown";
  152. this.btnGroupDown.Size = new System.Drawing.Size(32, 24);
  153. this.btnGroupDown.TabIndex = 14;
  154. this.btnGroupDown.UseVisualStyleBackColor = true;
  155. this.btnGroupDown.Click += new System.EventHandler(this.btnGroupDown_Click);
  156. //
  157. // lblAvailableColumns1
  158. //
  159. this.lblAvailableColumns1.AutoSize = true;
  160. this.lblAvailableColumns1.Location = new System.Drawing.Point(12, 44);
  161. this.lblAvailableColumns1.Name = "lblAvailableColumns1";
  162. this.lblAvailableColumns1.Size = new System.Drawing.Size(95, 13);
  163. this.lblAvailableColumns1.TabIndex = 9;
  164. this.lblAvailableColumns1.Text = "Available columns:";
  165. //
  166. // lblGroups
  167. //
  168. this.lblGroups.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  169. this.lblGroups.AutoSize = true;
  170. this.lblGroups.Location = new System.Drawing.Point(260, 44);
  171. this.lblGroups.Name = "lblGroups";
  172. this.lblGroups.Size = new System.Drawing.Size(45, 13);
  173. this.lblGroups.TabIndex = 8;
  174. this.lblGroups.Text = "Groups:";
  175. //
  176. // lvGroups
  177. //
  178. this.lvGroups.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  179. | System.Windows.Forms.AnchorStyles.Right)));
  180. this.lvGroups.HideSelection = false;
  181. this.lvGroups.Location = new System.Drawing.Point(260, 64);
  182. this.lvGroups.Name = "lvGroups";
  183. this.lvGroups.Size = new System.Drawing.Size(192, 225);
  184. this.lvGroups.TabIndex = 6;
  185. this.lvGroups.UseCompatibleStateImageBehavior = false;
  186. this.lvGroups.View = System.Windows.Forms.View.List;
  187. this.lvGroups.SelectedIndexChanged += new System.EventHandler(this.lvGroups_SelectedIndexChanged);
  188. //
  189. // lvAvailableColumns1
  190. //
  191. this.lvAvailableColumns1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  192. | System.Windows.Forms.AnchorStyles.Left)
  193. | System.Windows.Forms.AnchorStyles.Right)));
  194. this.lvAvailableColumns1.HideSelection = false;
  195. this.lvAvailableColumns1.Location = new System.Drawing.Point(12, 64);
  196. this.lvAvailableColumns1.Name = "lvAvailableColumns1";
  197. this.lvAvailableColumns1.Size = new System.Drawing.Size(192, 225);
  198. this.lvAvailableColumns1.TabIndex = 7;
  199. this.lvAvailableColumns1.UseCompatibleStateImageBehavior = false;
  200. this.lvAvailableColumns1.View = System.Windows.Forms.View.List;
  201. this.lvAvailableColumns1.SelectedIndexChanged += new System.EventHandler(this.lvAvailableColumns1_SelectedIndexChanged);
  202. //
  203. // lblCreateGroups
  204. //
  205. this.lblCreateGroups.AutoSize = true;
  206. this.lblCreateGroups.Location = new System.Drawing.Point(12, 12);
  207. this.lblCreateGroups.Name = "lblCreateGroups";
  208. this.lblCreateGroups.Size = new System.Drawing.Size(129, 13);
  209. this.lblCreateGroups.TabIndex = 5;
  210. this.lblCreateGroups.Text = "Create groups (optional).";
  211. //
  212. // panLayout
  213. //
  214. this.panLayout.Controls.Add(this.lblLayout);
  215. this.panLayout.Controls.Add(this.pnPreview);
  216. this.panLayout.Controls.Add(this.gbLayout);
  217. this.panLayout.Controls.Add(this.gbOrientation);
  218. this.panLayout.Dock = System.Windows.Forms.DockStyle.Fill;
  219. this.panLayout.Location = new System.Drawing.Point(0, 0);
  220. this.panLayout.Name = "panLayout";
  221. this.panLayout.Size = new System.Drawing.Size(465, 302);
  222. this.panLayout.TabIndex = 5;
  223. //
  224. // lblLayout
  225. //
  226. this.lblLayout.AutoSize = true;
  227. this.lblLayout.Location = new System.Drawing.Point(12, 12);
  228. this.lblLayout.Name = "lblLayout";
  229. this.lblLayout.Size = new System.Drawing.Size(226, 13);
  230. this.lblLayout.TabIndex = 3;
  231. this.lblLayout.Text = "Define the paper orientation and data layout.";
  232. //
  233. // pnPreview
  234. //
  235. this.pnPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  236. | System.Windows.Forms.AnchorStyles.Left)
  237. | System.Windows.Forms.AnchorStyles.Right)));
  238. this.pnPreview.BackColor = System.Drawing.SystemColors.AppWorkspace;
  239. this.pnPreview.FullPagePreview = true;
  240. this.pnPreview.Location = new System.Drawing.Point(224, 40);
  241. this.pnPreview.Name = "pnPreview";
  242. this.pnPreview.Size = new System.Drawing.Size(228, 236);
  243. this.pnPreview.TabIndex = 2;
  244. this.pnPreview.Text = "sampleReportControl1";
  245. //
  246. // gbLayout
  247. //
  248. this.gbLayout.Controls.Add(this.rbColumnar);
  249. this.gbLayout.Controls.Add(this.rbTabular);
  250. this.gbLayout.Location = new System.Drawing.Point(12, 112);
  251. this.gbLayout.Name = "gbLayout";
  252. this.gbLayout.Size = new System.Drawing.Size(200, 72);
  253. this.gbLayout.TabIndex = 1;
  254. this.gbLayout.TabStop = false;
  255. this.gbLayout.Text = "Layout";
  256. //
  257. // rbColumnar
  258. //
  259. this.rbColumnar.AutoSize = true;
  260. this.rbColumnar.Location = new System.Drawing.Point(12, 44);
  261. this.rbColumnar.Name = "rbColumnar";
  262. this.rbColumnar.Size = new System.Drawing.Size(70, 17);
  263. this.rbColumnar.TabIndex = 1;
  264. this.rbColumnar.Text = "Columnar";
  265. this.rbColumnar.UseVisualStyleBackColor = true;
  266. this.rbColumnar.CheckedChanged += new System.EventHandler(this.rbTabular_CheckedChanged);
  267. //
  268. // rbTabular
  269. //
  270. this.rbTabular.AutoSize = true;
  271. this.rbTabular.Checked = true;
  272. this.rbTabular.Location = new System.Drawing.Point(12, 20);
  273. this.rbTabular.Name = "rbTabular";
  274. this.rbTabular.Size = new System.Drawing.Size(61, 17);
  275. this.rbTabular.TabIndex = 0;
  276. this.rbTabular.TabStop = true;
  277. this.rbTabular.Text = "Tabular";
  278. this.rbTabular.UseVisualStyleBackColor = true;
  279. this.rbTabular.CheckedChanged += new System.EventHandler(this.rbTabular_CheckedChanged);
  280. //
  281. // gbOrientation
  282. //
  283. this.gbOrientation.Controls.Add(this.rbLandscape);
  284. this.gbOrientation.Controls.Add(this.rbPortrait);
  285. this.gbOrientation.Location = new System.Drawing.Point(12, 36);
  286. this.gbOrientation.Name = "gbOrientation";
  287. this.gbOrientation.Size = new System.Drawing.Size(200, 72);
  288. this.gbOrientation.TabIndex = 0;
  289. this.gbOrientation.TabStop = false;
  290. this.gbOrientation.Text = "Paper orientation";
  291. //
  292. // rbLandscape
  293. //
  294. this.rbLandscape.AutoSize = true;
  295. this.rbLandscape.Location = new System.Drawing.Point(12, 44);
  296. this.rbLandscape.Name = "rbLandscape";
  297. this.rbLandscape.Size = new System.Drawing.Size(76, 17);
  298. this.rbLandscape.TabIndex = 1;
  299. this.rbLandscape.Text = "Landscape";
  300. this.rbLandscape.UseVisualStyleBackColor = true;
  301. //
  302. // rbPortrait
  303. //
  304. this.rbPortrait.AutoSize = true;
  305. this.rbPortrait.Checked = true;
  306. this.rbPortrait.Location = new System.Drawing.Point(12, 20);
  307. this.rbPortrait.Name = "rbPortrait";
  308. this.rbPortrait.Size = new System.Drawing.Size(61, 17);
  309. this.rbPortrait.TabIndex = 0;
  310. this.rbPortrait.TabStop = true;
  311. this.rbPortrait.Text = "Portrait";
  312. this.rbPortrait.UseVisualStyleBackColor = true;
  313. //
  314. // panStyle
  315. //
  316. this.panStyle.Controls.Add(this.lbStyles);
  317. this.panStyle.Controls.Add(this.lblStyles);
  318. this.panStyle.Controls.Add(this.pnStylePreview);
  319. this.panStyle.Dock = System.Windows.Forms.DockStyle.Fill;
  320. this.panStyle.Location = new System.Drawing.Point(0, 0);
  321. this.panStyle.Name = "panStyle";
  322. this.panStyle.Size = new System.Drawing.Size(465, 302);
  323. this.panStyle.TabIndex = 6;
  324. //
  325. // lbStyles
  326. //
  327. this.lbStyles.FormattingEnabled = true;
  328. this.lbStyles.IntegralHeight = false;
  329. this.lbStyles.Location = new System.Drawing.Point(12, 40);
  330. this.lbStyles.Name = "lbStyles";
  331. this.lbStyles.Size = new System.Drawing.Size(198, 236);
  332. this.lbStyles.TabIndex = 2;
  333. this.lbStyles.SelectedIndexChanged += new System.EventHandler(this.lbStyles_SelectedIndexChanged);
  334. //
  335. // lblStyles
  336. //
  337. this.lblStyles.AutoSize = true;
  338. this.lblStyles.Location = new System.Drawing.Point(12, 12);
  339. this.lblStyles.Name = "lblStyles";
  340. this.lblStyles.Size = new System.Drawing.Size(118, 13);
  341. this.lblStyles.TabIndex = 1;
  342. this.lblStyles.Text = "Select the report style.";
  343. //
  344. // pnStylePreview
  345. //
  346. this.pnStylePreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  347. | System.Windows.Forms.AnchorStyles.Left)
  348. | System.Windows.Forms.AnchorStyles.Right)));
  349. this.pnStylePreview.BackColor = System.Drawing.SystemColors.AppWorkspace;
  350. this.pnStylePreview.Location = new System.Drawing.Point(224, 40);
  351. this.pnStylePreview.Name = "pnStylePreview";
  352. this.pnStylePreview.Size = new System.Drawing.Size(228, 236);
  353. this.pnStylePreview.TabIndex = 0;
  354. this.pnStylePreview.Text = "sampleReportControl1";
  355. this.pnStylePreview.Zoom = 0.75F;
  356. //
  357. // StandardReportWizardForm
  358. //
  359. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  360. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  361. this.ClientSize = new System.Drawing.Size(465, 415);
  362. this.Name = "StandardReportWizardForm";
  363. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.StandardReportWizardForm_FormClosed);
  364. this.pnTop.ResumeLayout(false);
  365. this.pnTop.PerformLayout();
  366. ((System.ComponentModel.ISupportInitialize)(this.picIcon)).EndInit();
  367. this.pnBottom.ResumeLayout(false);
  368. this.pcPages.ResumeLayout(false);
  369. this.panGroups.ResumeLayout(false);
  370. this.panGroups.PerformLayout();
  371. this.panLayout.ResumeLayout(false);
  372. this.panLayout.PerformLayout();
  373. this.gbLayout.ResumeLayout(false);
  374. this.gbLayout.PerformLayout();
  375. this.gbOrientation.ResumeLayout(false);
  376. this.gbOrientation.PerformLayout();
  377. this.panStyle.ResumeLayout(false);
  378. this.panStyle.PerformLayout();
  379. this.ResumeLayout(false);
  380. }
  381. #endregion
  382. private System.Windows.Forms.Panel panGroups;
  383. private System.Windows.Forms.Button btnAddGroup;
  384. private System.Windows.Forms.Button btnRemoveGroup;
  385. private System.Windows.Forms.Button btnGroupUp;
  386. private System.Windows.Forms.Button btnGroupDown;
  387. private System.Windows.Forms.Label lblAvailableColumns1;
  388. private System.Windows.Forms.Label lblGroups;
  389. private System.Windows.Forms.ListView lvAvailableColumns1;
  390. private System.Windows.Forms.ListView lvGroups;
  391. private System.Windows.Forms.Label lblCreateGroups;
  392. private System.Windows.Forms.Panel panLayout;
  393. private System.Windows.Forms.GroupBox gbLayout;
  394. private System.Windows.Forms.GroupBox gbOrientation;
  395. private System.Windows.Forms.Label lblLayout;
  396. private FastReport.Controls.SampleReportControl pnPreview;
  397. private System.Windows.Forms.RadioButton rbColumnar;
  398. private System.Windows.Forms.RadioButton rbTabular;
  399. private System.Windows.Forms.RadioButton rbLandscape;
  400. private System.Windows.Forms.RadioButton rbPortrait;
  401. private System.Windows.Forms.Panel panStyle;
  402. private System.Windows.Forms.ListBox lbStyles;
  403. private System.Windows.Forms.Label lblStyles;
  404. private FastReport.Controls.SampleReportControl pnStylePreview;
  405. }
  406. }