BaseWizardForm.designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. namespace FastReport.Forms
  2. {
  3. partial class BaseWizardForm
  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.pnTop = new System.Windows.Forms.Panel();
  29. this.lblCaption = new System.Windows.Forms.Label();
  30. this.picIcon = new System.Windows.Forms.PictureBox();
  31. this.pnBottom = new System.Windows.Forms.Panel();
  32. this.btnCancel1 = new System.Windows.Forms.Button();
  33. this.btnFinish = new System.Windows.Forms.Button();
  34. this.btnNext = new System.Windows.Forms.Button();
  35. this.btnPrevious = new System.Windows.Forms.Button();
  36. this.pcPages = new FastReport.Controls.PageControl();
  37. this.pnTop.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.picIcon)).BeginInit();
  39. this.pnBottom.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // btnOk
  43. //
  44. this.btnOk.Location = new System.Drawing.Point(8, 360);
  45. this.btnOk.Visible = false;
  46. //
  47. // btnCancel
  48. //
  49. this.btnCancel.Location = new System.Drawing.Point(88, 360);
  50. this.btnCancel.Visible = false;
  51. //
  52. // pnTop
  53. //
  54. this.pnTop.BackColor = System.Drawing.Color.White;
  55. this.pnTop.Controls.Add(this.lblCaption);
  56. this.pnTop.Controls.Add(this.picIcon);
  57. this.pnTop.Dock = System.Windows.Forms.DockStyle.Top;
  58. this.pnTop.Location = new System.Drawing.Point(0, 0);
  59. this.pnTop.Name = "pnTop";
  60. this.pnTop.Size = new System.Drawing.Size(465, 68);
  61. this.pnTop.TabIndex = 2;
  62. this.pnTop.Paint += new System.Windows.Forms.PaintEventHandler(this.pnTop_Paint);
  63. //
  64. // lblCaption
  65. //
  66. this.lblCaption.AutoSize = true;
  67. this.lblCaption.BackColor = System.Drawing.Color.Transparent;
  68. this.lblCaption.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  69. this.lblCaption.Location = new System.Drawing.Point(12, 24);
  70. this.lblCaption.Name = "lblCaption";
  71. this.lblCaption.Size = new System.Drawing.Size(62, 17);
  72. this.lblCaption.TabIndex = 4;
  73. this.lblCaption.Text = "Caption";
  74. this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  75. //
  76. // picIcon
  77. //
  78. this.picIcon.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  79. this.picIcon.Location = new System.Drawing.Point(406, 8);
  80. this.picIcon.Name = "picIcon";
  81. this.picIcon.Size = new System.Drawing.Size(48, 48);
  82. this.picIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  83. this.picIcon.TabIndex = 3;
  84. this.picIcon.TabStop = false;
  85. //
  86. // pnBottom
  87. //
  88. this.pnBottom.Controls.Add(this.btnCancel1);
  89. this.pnBottom.Controls.Add(this.btnFinish);
  90. this.pnBottom.Controls.Add(this.btnNext);
  91. this.pnBottom.Controls.Add(this.btnPrevious);
  92. this.pnBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  93. this.pnBottom.Location = new System.Drawing.Point(0, 408);
  94. this.pnBottom.Name = "pnBottom";
  95. this.pnBottom.Size = new System.Drawing.Size(465, 45);
  96. this.pnBottom.TabIndex = 4;
  97. this.pnBottom.Paint += new System.Windows.Forms.PaintEventHandler(this.pnBottom_Paint);
  98. //
  99. // btnCancel1
  100. //
  101. this.btnCancel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  102. this.btnCancel1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  103. this.btnCancel1.Location = new System.Drawing.Point(379, 12);
  104. this.btnCancel1.Name = "btnCancel1";
  105. this.btnCancel1.Size = new System.Drawing.Size(75, 23);
  106. this.btnCancel1.TabIndex = 0;
  107. this.btnCancel1.Text = "Cancel";
  108. this.btnCancel1.UseVisualStyleBackColor = true;
  109. //
  110. // btnFinish
  111. //
  112. this.btnFinish.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  113. this.btnFinish.DialogResult = System.Windows.Forms.DialogResult.OK;
  114. this.btnFinish.Location = new System.Drawing.Point(295, 12);
  115. this.btnFinish.Name = "btnFinish";
  116. this.btnFinish.Size = new System.Drawing.Size(75, 23);
  117. this.btnFinish.TabIndex = 0;
  118. this.btnFinish.Text = "Finish";
  119. this.btnFinish.UseVisualStyleBackColor = true;
  120. //
  121. // btnNext
  122. //
  123. this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  124. this.btnNext.Location = new System.Drawing.Point(211, 12);
  125. this.btnNext.Name = "btnNext";
  126. this.btnNext.Size = new System.Drawing.Size(75, 23);
  127. this.btnNext.TabIndex = 0;
  128. this.btnNext.Text = "Next >";
  129. this.btnNext.UseVisualStyleBackColor = true;
  130. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  131. //
  132. // btnPrevious
  133. //
  134. this.btnPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  135. this.btnPrevious.Location = new System.Drawing.Point(127, 12);
  136. this.btnPrevious.Name = "btnPrevious";
  137. this.btnPrevious.Size = new System.Drawing.Size(75, 23);
  138. this.btnPrevious.TabIndex = 0;
  139. this.btnPrevious.Text = "< Previous";
  140. this.btnPrevious.UseVisualStyleBackColor = true;
  141. this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
  142. //
  143. // pcPages
  144. //
  145. this.pcPages.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.pcPages.HighlightPageIndex = -1;
  147. this.pcPages.Location = new System.Drawing.Point(0, 68);
  148. this.pcPages.Name = "pcPages";
  149. this.pcPages.SelectorWidth = 0;
  150. this.pcPages.Size = new System.Drawing.Size(465, 340);
  151. this.pcPages.TabIndex = 6;
  152. this.pcPages.Text = "pageControl1";
  153. //
  154. // BaseWizardForm
  155. //
  156. this.ClientSize = new System.Drawing.Size(465, 453);
  157. this.Controls.Add(this.pcPages);
  158. this.Controls.Add(this.pnBottom);
  159. this.Controls.Add(this.pnTop);
  160. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
  161. this.MinimumSize = new System.Drawing.Size(481, 453);
  162. this.Name = "BaseWizardForm";
  163. this.ShowIcon = false;
  164. this.Text = "Wizard";
  165. this.Controls.SetChildIndex(this.btnCancel, 0);
  166. this.Controls.SetChildIndex(this.btnOk, 0);
  167. this.Controls.SetChildIndex(this.pnTop, 0);
  168. this.Controls.SetChildIndex(this.pnBottom, 0);
  169. this.Controls.SetChildIndex(this.pcPages, 0);
  170. this.pnTop.ResumeLayout(false);
  171. this.pnTop.PerformLayout();
  172. ((System.ComponentModel.ISupportInitialize)(this.picIcon)).EndInit();
  173. this.pnBottom.ResumeLayout(false);
  174. this.ResumeLayout(false);
  175. }
  176. #endregion
  177. public System.Windows.Forms.Panel pnTop;
  178. public System.Windows.Forms.Label lblCaption;
  179. public System.Windows.Forms.PictureBox picIcon;
  180. public System.Windows.Forms.Panel pnBottom;
  181. public System.Windows.Forms.Button btnCancel1;
  182. public System.Windows.Forms.Button btnFinish;
  183. public System.Windows.Forms.Button btnNext;
  184. public System.Windows.Forms.Button btnPrevious;
  185. public FastReport.Controls.PageControl pcPages;
  186. }
  187. }