ConfigureBandsForm.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. namespace FastReport.Forms
  2. {
  3. partial class ConfigureBandsForm
  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.components = new System.ComponentModel.Container();
  29. this.tvBands = new System.Windows.Forms.TreeView();
  30. this.mnuBands = new System.Windows.Forms.ContextMenuStrip(this.components);
  31. this.miDelete = new System.Windows.Forms.ToolStripMenuItem();
  32. this.sep1 = new System.Windows.Forms.ToolStripSeparator();
  33. this.miReportTitle = new System.Windows.Forms.ToolStripMenuItem();
  34. this.miReportSummary = new System.Windows.Forms.ToolStripMenuItem();
  35. this.miPageHeader = new System.Windows.Forms.ToolStripMenuItem();
  36. this.miPageFooter = new System.Windows.Forms.ToolStripMenuItem();
  37. this.miColumnHeader = new System.Windows.Forms.ToolStripMenuItem();
  38. this.miColumnFooter = new System.Windows.Forms.ToolStripMenuItem();
  39. this.miDataHeader = new System.Windows.Forms.ToolStripMenuItem();
  40. this.miData = new System.Windows.Forms.ToolStripMenuItem();
  41. this.miDataFooter = new System.Windows.Forms.ToolStripMenuItem();
  42. this.miGroup = new System.Windows.Forms.ToolStripMenuItem();
  43. this.miGroupFooter = new System.Windows.Forms.ToolStripMenuItem();
  44. this.miChild = new System.Windows.Forms.ToolStripMenuItem();
  45. this.miOverlay = new System.Windows.Forms.ToolStripMenuItem();
  46. this.btnAdd = new System.Windows.Forms.Button();
  47. this.btnDelete = new System.Windows.Forms.Button();
  48. this.btnUp = new System.Windows.Forms.Button();
  49. this.btnDown = new System.Windows.Forms.Button();
  50. this.mnuBands.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // btnOk
  54. //
  55. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  56. this.btnOk.Location = new System.Drawing.Point(288, 308);
  57. //
  58. // btnCancel
  59. //
  60. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  61. this.btnCancel.Location = new System.Drawing.Point(288, 280);
  62. this.btnCancel.Visible = false;
  63. //
  64. // tvBands
  65. //
  66. this.tvBands.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  67. | System.Windows.Forms.AnchorStyles.Left)
  68. | System.Windows.Forms.AnchorStyles.Right)));
  69. this.tvBands.HideSelection = false;
  70. this.tvBands.Location = new System.Drawing.Point(12, 12);
  71. this.tvBands.Name = "tvBands";
  72. this.tvBands.ShowLines = false;
  73. this.tvBands.ShowPlusMinus = false;
  74. this.tvBands.ShowRootLines = false;
  75. this.tvBands.Size = new System.Drawing.Size(268, 320);
  76. this.tvBands.TabIndex = 2;
  77. this.tvBands.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvBands_AfterSelect);
  78. this.tvBands.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvBands_MouseDown);
  79. this.tvBands.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tvBands_MouseUp);
  80. //
  81. // mnuBands
  82. //
  83. this.mnuBands.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  84. this.miDelete,
  85. this.sep1,
  86. this.miReportTitle,
  87. this.miReportSummary,
  88. this.miPageHeader,
  89. this.miPageFooter,
  90. this.miColumnHeader,
  91. this.miColumnFooter,
  92. this.miDataHeader,
  93. this.miData,
  94. this.miDataFooter,
  95. this.miGroup,
  96. this.miGroupFooter,
  97. this.miChild,
  98. this.miOverlay});
  99. this.mnuBands.Name = "mnuPopup";
  100. this.mnuBands.Size = new System.Drawing.Size(164, 318);
  101. //
  102. // miDelete
  103. //
  104. this.miDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  105. this.miDelete.Name = "miDelete";
  106. this.miDelete.Size = new System.Drawing.Size(163, 22);
  107. this.miDelete.Text = "Delete";
  108. this.miDelete.Click += new System.EventHandler(this.btnDelete_Click);
  109. //
  110. // sep1
  111. //
  112. this.sep1.Name = "sep1";
  113. this.sep1.Size = new System.Drawing.Size(160, 6);
  114. //
  115. // miReportTitle
  116. //
  117. this.miReportTitle.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  118. this.miReportTitle.Name = "miReportTitle";
  119. this.miReportTitle.Size = new System.Drawing.Size(163, 22);
  120. this.miReportTitle.Text = "Report Title";
  121. this.miReportTitle.Click += new System.EventHandler(this.miReportTitle_Click);
  122. //
  123. // miReportSummary
  124. //
  125. this.miReportSummary.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  126. this.miReportSummary.Name = "miReportSummary";
  127. this.miReportSummary.Size = new System.Drawing.Size(163, 22);
  128. this.miReportSummary.Text = "Report Summary";
  129. this.miReportSummary.Click += new System.EventHandler(this.miReportSummary_Click);
  130. //
  131. // miPageHeader
  132. //
  133. this.miPageHeader.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  134. this.miPageHeader.Name = "miPageHeader";
  135. this.miPageHeader.Size = new System.Drawing.Size(163, 22);
  136. this.miPageHeader.Text = "Page Header";
  137. this.miPageHeader.Click += new System.EventHandler(this.miPageHeader_Click);
  138. //
  139. // miPageFooter
  140. //
  141. this.miPageFooter.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  142. this.miPageFooter.Name = "miPageFooter";
  143. this.miPageFooter.Size = new System.Drawing.Size(163, 22);
  144. this.miPageFooter.Text = "Page Footer";
  145. this.miPageFooter.Click += new System.EventHandler(this.miPageFooter_Click);
  146. //
  147. // miColumnHeader
  148. //
  149. this.miColumnHeader.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  150. this.miColumnHeader.Name = "miColumnHeader";
  151. this.miColumnHeader.Size = new System.Drawing.Size(163, 22);
  152. this.miColumnHeader.Text = "Column Header";
  153. this.miColumnHeader.Click += new System.EventHandler(this.miColumnHeader_Click);
  154. //
  155. // miColumnFooter
  156. //
  157. this.miColumnFooter.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  158. this.miColumnFooter.Name = "miColumnFooter";
  159. this.miColumnFooter.Size = new System.Drawing.Size(163, 22);
  160. this.miColumnFooter.Text = "Column Footer";
  161. this.miColumnFooter.Click += new System.EventHandler(this.miColumnFooter_Click);
  162. //
  163. // miDataHeader
  164. //
  165. this.miDataHeader.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  166. this.miDataHeader.Name = "miDataHeader";
  167. this.miDataHeader.Size = new System.Drawing.Size(163, 22);
  168. this.miDataHeader.Text = "Data Header";
  169. this.miDataHeader.Click += new System.EventHandler(this.miDataHeader_Click);
  170. //
  171. // miData
  172. //
  173. this.miData.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  174. this.miData.Name = "miData";
  175. this.miData.Size = new System.Drawing.Size(163, 22);
  176. this.miData.Text = "Data";
  177. this.miData.Click += new System.EventHandler(this.miData_Click);
  178. //
  179. // miDataFooter
  180. //
  181. this.miDataFooter.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  182. this.miDataFooter.Name = "miDataFooter";
  183. this.miDataFooter.Size = new System.Drawing.Size(163, 22);
  184. this.miDataFooter.Text = "Data Footer";
  185. this.miDataFooter.Click += new System.EventHandler(this.miDataFooter_Click);
  186. //
  187. // miGroup
  188. //
  189. this.miGroup.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  190. this.miGroup.Name = "miGroup";
  191. this.miGroup.Size = new System.Drawing.Size(163, 22);
  192. this.miGroup.Text = "Group";
  193. this.miGroup.Click += new System.EventHandler(this.miGroup_Click);
  194. //
  195. // miGroupFooter
  196. //
  197. this.miGroupFooter.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  198. this.miGroupFooter.Name = "miGroupFooter";
  199. this.miGroupFooter.Size = new System.Drawing.Size(163, 22);
  200. this.miGroupFooter.Text = "Group Footer";
  201. this.miGroupFooter.Click += new System.EventHandler(this.miGroupFooter_Click);
  202. //
  203. // miChild
  204. //
  205. this.miChild.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  206. this.miChild.Name = "miChild";
  207. this.miChild.Size = new System.Drawing.Size(163, 22);
  208. this.miChild.Text = "Child";
  209. this.miChild.Click += new System.EventHandler(this.miChild_Click);
  210. //
  211. // miOverlay
  212. //
  213. this.miOverlay.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  214. this.miOverlay.Name = "miOverlay";
  215. this.miOverlay.Size = new System.Drawing.Size(163, 22);
  216. this.miOverlay.Text = "Overlay";
  217. this.miOverlay.Click += new System.EventHandler(this.miOverlay_Click);
  218. //
  219. // btnAdd
  220. //
  221. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  222. this.btnAdd.Location = new System.Drawing.Point(288, 12);
  223. this.btnAdd.Name = "btnAdd";
  224. this.btnAdd.Size = new System.Drawing.Size(75, 23);
  225. this.btnAdd.TabIndex = 20;
  226. this.btnAdd.Text = "Add";
  227. this.btnAdd.UseVisualStyleBackColor = true;
  228. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  229. //
  230. // btnDelete
  231. //
  232. this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  233. this.btnDelete.Location = new System.Drawing.Point(288, 40);
  234. this.btnDelete.Name = "btnDelete";
  235. this.btnDelete.Size = new System.Drawing.Size(75, 23);
  236. this.btnDelete.TabIndex = 21;
  237. this.btnDelete.Text = "Delete";
  238. this.btnDelete.UseVisualStyleBackColor = true;
  239. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  240. //
  241. // btnUp
  242. //
  243. this.btnUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  244. this.btnUp.Location = new System.Drawing.Point(288, 72);
  245. this.btnUp.Name = "btnUp";
  246. this.btnUp.Size = new System.Drawing.Size(24, 23);
  247. this.btnUp.TabIndex = 22;
  248. this.btnUp.UseVisualStyleBackColor = true;
  249. this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
  250. //
  251. // btnDown
  252. //
  253. this.btnDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  254. this.btnDown.Location = new System.Drawing.Point(288, 100);
  255. this.btnDown.Name = "btnDown";
  256. this.btnDown.Size = new System.Drawing.Size(24, 23);
  257. this.btnDown.TabIndex = 23;
  258. this.btnDown.UseVisualStyleBackColor = true;
  259. this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
  260. //
  261. // ConfigureBandsForm
  262. //
  263. this.AcceptButton = null;
  264. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  265. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  266. this.ClientSize = new System.Drawing.Size(372, 346);
  267. this.Controls.Add(this.btnDown);
  268. this.Controls.Add(this.btnUp);
  269. this.Controls.Add(this.btnDelete);
  270. this.Controls.Add(this.btnAdd);
  271. this.Controls.Add(this.tvBands);
  272. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
  273. this.Name = "ConfigureBandsForm";
  274. this.ShowIcon = false;
  275. this.Text = "Configure Bands";
  276. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigureBandsForm_FormClosing);
  277. this.Controls.SetChildIndex(this.btnCancel, 0);
  278. this.Controls.SetChildIndex(this.btnOk, 0);
  279. this.Controls.SetChildIndex(this.tvBands, 0);
  280. this.Controls.SetChildIndex(this.btnAdd, 0);
  281. this.Controls.SetChildIndex(this.btnDelete, 0);
  282. this.Controls.SetChildIndex(this.btnUp, 0);
  283. this.Controls.SetChildIndex(this.btnDown, 0);
  284. this.mnuBands.ResumeLayout(false);
  285. this.ResumeLayout(false);
  286. }
  287. #endregion
  288. private System.Windows.Forms.TreeView tvBands;
  289. private System.Windows.Forms.Button btnAdd;
  290. private System.Windows.Forms.Button btnDelete;
  291. private System.Windows.Forms.Button btnUp;
  292. private System.Windows.Forms.Button btnDown;
  293. private System.Windows.Forms.ContextMenuStrip mnuBands;
  294. private System.Windows.Forms.ToolStripMenuItem miReportTitle;
  295. private System.Windows.Forms.ToolStripMenuItem miPageHeader;
  296. private System.Windows.Forms.ToolStripMenuItem miColumnHeader;
  297. private System.Windows.Forms.ToolStripMenuItem miDataHeader;
  298. private System.Windows.Forms.ToolStripMenuItem miData;
  299. private System.Windows.Forms.ToolStripMenuItem miGroup;
  300. private System.Windows.Forms.ToolStripMenuItem miChild;
  301. private System.Windows.Forms.ToolStripMenuItem miOverlay;
  302. private System.Windows.Forms.ToolStripMenuItem miDataFooter;
  303. private System.Windows.Forms.ToolStripMenuItem miGroupFooter;
  304. private System.Windows.Forms.ToolStripMenuItem miColumnFooter;
  305. private System.Windows.Forms.ToolStripMenuItem miReportSummary;
  306. private System.Windows.Forms.ToolStripMenuItem miPageFooter;
  307. private System.Windows.Forms.ToolStripMenuItem miDelete;
  308. private System.Windows.Forms.ToolStripSeparator sep1;
  309. }
  310. }