PreviewControl.Mono.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. namespace FastReport.Preview
  2. {
  3. partial class PreviewControl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. #region Component Designer generated code
  10. /// <summary>
  11. /// Required method for Designer support - do not modify
  12. /// the contents of this method with the code editor.
  13. /// </summary>
  14. private void InitializeComponent()
  15. {
  16. this.toolStrip = new System.Windows.Forms.ToolStrip();
  17. this.btnDesign = new System.Windows.Forms.ToolStripButton();
  18. this.btnPrint = new System.Windows.Forms.ToolStripButton();
  19. this.btnOpen = new System.Windows.Forms.ToolStripDropDownButton();
  20. this.btnSave = new System.Windows.Forms.ToolStripDropDownButton();
  21. this.btnEmail = new System.Windows.Forms.ToolStripButton();
  22. this.btnFind = new System.Windows.Forms.ToolStripButton();
  23. this.sep1 = new System.Windows.Forms.ToolStripSeparator();
  24. this.btnOutline = new System.Windows.Forms.ToolStripButton();
  25. this.btnPageSetup = new System.Windows.Forms.ToolStripButton();
  26. this.btnEdit = new System.Windows.Forms.ToolStripButton();
  27. this.btnWatermark = new System.Windows.Forms.ToolStripButton();
  28. this.sep3 = new System.Windows.Forms.ToolStripSeparator();
  29. this.btnFirst = new System.Windows.Forms.ToolStripButton();
  30. this.btnPrior = new System.Windows.Forms.ToolStripButton();
  31. this.tbPageNo = new FastReport.Controls.FRToolStripTextBox();
  32. this.lblTotalPages = new System.Windows.Forms.ToolStripLabel();
  33. this.btnNext = new System.Windows.Forms.ToolStripButton();
  34. this.btnLast = new System.Windows.Forms.ToolStripButton();
  35. this.sep4 = new System.Windows.Forms.ToolStripSeparator();
  36. this.btnClose = new System.Windows.Forms.ToolStripButton();
  37. this.statusStrip = new System.Windows.Forms.StatusStrip();
  38. this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
  39. this.lblUrl = new System.Windows.Forms.ToolStripStatusLabel();
  40. this.lblPerformance = new System.Windows.Forms.ToolStripStatusLabel();
  41. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  42. this.outlineControl = new FastReport.Preview.OutlineControl();
  43. this.toolStrip.SuspendLayout();
  44. this.statusStrip.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  46. this.splitContainer1.Panel1.SuspendLayout();
  47. this.splitContainer1.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // toolStrip
  51. //
  52. this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  53. this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  54. this.btnDesign,
  55. this.btnPrint,
  56. this.btnOpen,
  57. this.btnSave,
  58. this.btnEmail,
  59. this.btnFind,
  60. this.sep1,
  61. this.btnOutline,
  62. this.btnPageSetup,
  63. this.btnEdit,
  64. this.btnWatermark,
  65. this.sep3,
  66. this.btnFirst,
  67. this.btnPrior,
  68. this.tbPageNo,
  69. this.lblTotalPages,
  70. this.btnNext,
  71. this.btnLast,
  72. this.sep4,
  73. this.btnClose});
  74. this.toolStrip.Location = new System.Drawing.Point(0, 0);
  75. this.toolStrip.Name = "toolStrip";
  76. this.toolStrip.Padding = new System.Windows.Forms.Padding(3, 0, 1, 0);
  77. this.toolStrip.Size = new System.Drawing.Size(591, 25);
  78. this.toolStrip.TabIndex = 0;
  79. this.toolStrip.Text = "toolStrip1";
  80. //
  81. // btnDesign
  82. //
  83. this.btnDesign.ImageTransparentColor = System.Drawing.Color.Magenta;
  84. this.btnDesign.Name = "btnDesign";
  85. this.btnDesign.Size = new System.Drawing.Size(47, 22);
  86. this.btnDesign.Text = "Design";
  87. this.btnDesign.Click += new System.EventHandler(this.btnDesign_Click);
  88. //
  89. // btnPrint
  90. //
  91. this.btnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
  92. this.btnPrint.Name = "btnPrint";
  93. this.btnPrint.Size = new System.Drawing.Size(36, 22);
  94. this.btnPrint.Text = "Print";
  95. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  96. //
  97. // btnOpen
  98. //
  99. this.btnOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
  100. this.btnOpen.Name = "btnOpen";
  101. this.btnOpen.Size = new System.Drawing.Size(49, 22);
  102. this.btnOpen.Text = "Open";
  103. //
  104. // btnSave
  105. //
  106. this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  107. this.btnSave.Name = "btnSave";
  108. this.btnSave.Size = new System.Drawing.Size(44, 22);
  109. this.btnSave.Text = "Save";
  110. //
  111. // btnEmail
  112. //
  113. this.btnEmail.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  114. this.btnEmail.ImageTransparentColor = System.Drawing.Color.Magenta;
  115. this.btnEmail.Name = "btnEmail";
  116. this.btnEmail.Size = new System.Drawing.Size(23, 22);
  117. this.btnEmail.Click += new System.EventHandler(this.btnEmail_Click);
  118. //
  119. // btnFind
  120. //
  121. this.btnFind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  122. this.btnFind.ImageTransparentColor = System.Drawing.Color.Magenta;
  123. this.btnFind.Name = "btnFind";
  124. this.btnFind.Size = new System.Drawing.Size(23, 22);
  125. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  126. //
  127. // sep1
  128. //
  129. this.sep1.Name = "sep1";
  130. this.sep1.Size = new System.Drawing.Size(6, 25);
  131. //
  132. // btnOutline
  133. //
  134. this.btnOutline.CheckOnClick = true;
  135. this.btnOutline.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  136. this.btnOutline.ImageTransparentColor = System.Drawing.Color.Magenta;
  137. this.btnOutline.Name = "btnOutline";
  138. this.btnOutline.Size = new System.Drawing.Size(23, 22);
  139. this.btnOutline.Click += new System.EventHandler(this.btnOutline_Click);
  140. //
  141. // btnPageSetup
  142. //
  143. this.btnPageSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  144. this.btnPageSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
  145. this.btnPageSetup.Name = "btnPageSetup";
  146. this.btnPageSetup.Size = new System.Drawing.Size(23, 22);
  147. this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
  148. //
  149. // btnEdit
  150. //
  151. this.btnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  152. this.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  153. this.btnEdit.Name = "btnEdit";
  154. this.btnEdit.Size = new System.Drawing.Size(23, 22);
  155. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  156. //
  157. // btnWatermark
  158. //
  159. this.btnWatermark.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  160. this.btnWatermark.ImageTransparentColor = System.Drawing.Color.Magenta;
  161. this.btnWatermark.Name = "btnWatermark";
  162. this.btnWatermark.Size = new System.Drawing.Size(23, 22);
  163. this.btnWatermark.Text = "toolStripButton1";
  164. this.btnWatermark.Click += new System.EventHandler(this.btnWatermark_Click);
  165. //
  166. // sep3
  167. //
  168. this.sep3.Name = "sep3";
  169. this.sep3.Size = new System.Drawing.Size(6, 25);
  170. //
  171. // btnFirst
  172. //
  173. this.btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  174. this.btnFirst.ImageTransparentColor = System.Drawing.Color.Magenta;
  175. this.btnFirst.Name = "btnFirst";
  176. this.btnFirst.Size = new System.Drawing.Size(23, 22);
  177. this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
  178. //
  179. // btnPrior
  180. //
  181. this.btnPrior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  182. this.btnPrior.ImageTransparentColor = System.Drawing.Color.Magenta;
  183. this.btnPrior.Name = "btnPrior";
  184. this.btnPrior.Size = new System.Drawing.Size(23, 22);
  185. this.btnPrior.Click += new System.EventHandler(this.btnPrior_Click);
  186. //
  187. // cbxPageNo
  188. //
  189. this.tbPageNo.AutoSize = false;
  190. this.tbPageNo.Name = "cbxPageNo";
  191. this.tbPageNo.Size = new System.Drawing.Size(40, 21);
  192. this.tbPageNo.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  193. this.tbPageNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cbxPageNo_KeyDown);
  194. this.tbPageNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbPageNo_KeyPress);
  195. //
  196. // lblTotalPages
  197. //
  198. this.lblTotalPages.Name = "lblTotalPages";
  199. this.lblTotalPages.Size = new System.Drawing.Size(27, 22);
  200. this.lblTotalPages.Text = "of 1";
  201. //
  202. // btnNext
  203. //
  204. this.btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  205. this.btnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
  206. this.btnNext.Name = "btnNext";
  207. this.btnNext.Size = new System.Drawing.Size(23, 25);
  208. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  209. //
  210. // btnLast
  211. //
  212. this.btnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  213. this.btnLast.ImageTransparentColor = System.Drawing.Color.Magenta;
  214. this.btnLast.Name = "btnLast";
  215. this.btnLast.Size = new System.Drawing.Size(23, 25);
  216. this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
  217. //
  218. // sep4
  219. //
  220. this.sep4.Name = "sep4";
  221. this.sep4.Size = new System.Drawing.Size(6, 28);
  222. //
  223. // btnClose
  224. //
  225. this.btnClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  226. this.btnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  227. this.btnClose.Name = "btnClose";
  228. this.btnClose.Size = new System.Drawing.Size(40, 25);
  229. this.btnClose.Text = "Close";
  230. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  231. //
  232. // statusStrip
  233. //
  234. this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  235. this.lblStatus,
  236. this.lblUrl,
  237. this.lblPerformance});
  238. this.statusStrip.Location = new System.Drawing.Point(0, 262);
  239. this.statusStrip.Name = "statusStrip";
  240. this.statusStrip.Size = new System.Drawing.Size(591, 26);
  241. this.statusStrip.SizingGrip = false;
  242. this.statusStrip.TabIndex = 1;
  243. this.statusStrip.Text = "statusStrip1";
  244. //
  245. // lblStatus
  246. //
  247. this.lblStatus.AutoSize = false;
  248. this.lblStatus.BackColor = System.Drawing.Color.Transparent;
  249. this.lblStatus.Name = "lblStatus";
  250. this.lblStatus.Size = new System.Drawing.Size(200, 21);
  251. this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  252. //
  253. // lblUrl
  254. //
  255. this.lblUrl.BackColor = System.Drawing.Color.Transparent;
  256. this.lblUrl.Name = "lblUrl";
  257. this.lblUrl.Size = new System.Drawing.Size(13, 21);
  258. this.lblUrl.Text = " ";
  259. //
  260. // lblPerformance
  261. //
  262. this.lblPerformance.AutoSize = false;
  263. this.lblPerformance.BackColor = System.Drawing.Color.Transparent;
  264. this.lblPerformance.Name = "lblPerformance";
  265. this.lblPerformance.Size = new System.Drawing.Size(138, 21);
  266. this.lblPerformance.Spring = true;
  267. this.lblPerformance.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  268. //
  269. // splitContainer1
  270. //
  271. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  272. this.splitContainer1.Location = new System.Drawing.Point(0, 25);
  273. this.splitContainer1.Name = "splitContainer1";
  274. //
  275. // splitContainer1.Panel1
  276. //
  277. this.splitContainer1.Panel1.Controls.Add(this.outlineControl);
  278. this.splitContainer1.Size = new System.Drawing.Size(591, 237);
  279. this.splitContainer1.SplitterDistance = 195;
  280. this.splitContainer1.SplitterWidth = 3;
  281. this.splitContainer1.TabIndex = 2;
  282. //
  283. // outlineControl
  284. //
  285. this.outlineControl.Dock = System.Windows.Forms.DockStyle.Fill;
  286. this.outlineControl.Location = new System.Drawing.Point(0, 0);
  287. this.outlineControl.Name = "outlineControl";
  288. this.outlineControl.Size = new System.Drawing.Size(195, 237);
  289. this.outlineControl.TabIndex = 0;
  290. //
  291. // PreviewControl
  292. //
  293. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  294. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  295. this.BackColor = System.Drawing.SystemColors.AppWorkspace;
  296. this.Controls.Add(this.splitContainer1);
  297. this.Controls.Add(this.statusStrip);
  298. this.Controls.Add(this.toolStrip);
  299. this.Name = "PreviewControl";
  300. this.Size = new System.Drawing.Size(591, 288);
  301. this.toolStrip.ResumeLayout(false);
  302. this.toolStrip.PerformLayout();
  303. this.statusStrip.ResumeLayout(false);
  304. this.statusStrip.PerformLayout();
  305. this.splitContainer1.Panel1.ResumeLayout(false);
  306. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  307. this.splitContainer1.ResumeLayout(false);
  308. this.ResumeLayout(false);
  309. this.PerformLayout();
  310. }
  311. #endregion
  312. private System.Windows.Forms.ToolStrip toolStrip;
  313. private System.Windows.Forms.StatusStrip statusStrip;
  314. private System.Windows.Forms.ToolStripButton btnPrint;
  315. private System.Windows.Forms.ToolStripDropDownButton btnOpen;
  316. private System.Windows.Forms.ToolStripButton btnFind;
  317. private System.Windows.Forms.ToolStripSeparator sep1;
  318. private System.Windows.Forms.ToolStripButton btnOutline;
  319. private System.Windows.Forms.ToolStripButton btnEdit;
  320. private System.Windows.Forms.ToolStripSeparator sep3;
  321. private System.Windows.Forms.ToolStripButton btnFirst;
  322. private System.Windows.Forms.ToolStripButton btnPrior;
  323. private System.Windows.Forms.ToolStripButton btnNext;
  324. private System.Windows.Forms.ToolStripButton btnLast;
  325. private FastReport.Controls.FRToolStripTextBox tbPageNo;
  326. private System.Windows.Forms.ToolStripButton btnPageSetup;
  327. private System.Windows.Forms.ToolStripStatusLabel lblStatus;
  328. private System.Windows.Forms.ToolStripButton btnWatermark;
  329. private System.Windows.Forms.ToolStripStatusLabel lblUrl;
  330. private System.Windows.Forms.ToolStripDropDownButton btnSave;
  331. private System.Windows.Forms.ToolStripStatusLabel lblPerformance;
  332. private System.Windows.Forms.ToolStripSeparator sep4;
  333. private System.Windows.Forms.ToolStripButton btnClose;
  334. private System.Windows.Forms.ToolStripLabel lblTotalPages;
  335. private System.Windows.Forms.ToolStripButton btnEmail;
  336. private System.Windows.Forms.ToolStripButton btnDesign;
  337. private System.Windows.Forms.SplitContainer splitContainer1;
  338. private OutlineControl outlineControl;
  339. }
  340. }