WelcomeForm.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. using FastReport.Controls;
  2. using FastReport.Utils;
  3. namespace FastReport.Forms
  4. {
  5. partial class WelcomeForm
  6. {
  7. /// <summary>
  8. /// Required designer variable.
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// Clean up any resources being used.
  13. /// </summary>
  14. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows Form Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.panelRight = new System.Windows.Forms.Panel();
  32. this.lblNew = new System.Windows.Forms.Label();
  33. this.panelLeft = new System.Windows.Forms.Panel();
  34. this.lblOpen = new System.Windows.Forms.Label();
  35. this.panelBottom = new System.Windows.Forms.Panel();
  36. this.cbShowOnStartup = new System.Windows.Forms.CheckBox();
  37. this.banner = new System.Windows.Forms.PictureBox();
  38. this.tableLayoutPanel1.SuspendLayout();
  39. this.panelRight.SuspendLayout();
  40. this.panelLeft.SuspendLayout();
  41. this.panelBottom.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.banner)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // tableLayoutPanel1
  46. //
  47. this.tableLayoutPanel1.BackColor = System.Drawing.Color.WhiteSmoke;
  48. this.tableLayoutPanel1.ColumnCount = 2;
  49. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  50. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  51. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  52. this.tableLayoutPanel1.Controls.Add(this.panelRight, 1, 0);
  53. this.tableLayoutPanel1.Controls.Add(this.panelLeft, 0, 0);
  54. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 105);
  56. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  57. this.tableLayoutPanel1.RowCount = 1;
  58. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  59. this.tableLayoutPanel1.Size = new System.Drawing.Size(684, 331);
  60. this.tableLayoutPanel1.TabIndex = 5;
  61. this.tableLayoutPanel1.CellPaint += new System.Windows.Forms.TableLayoutCellPaintEventHandler(this.table_CellPaint);
  62. //
  63. // panelRight
  64. //
  65. this.panelRight.Controls.Add(this.lblNew);
  66. this.panelRight.Dock = System.Windows.Forms.DockStyle.Fill;
  67. this.panelRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
  68. this.panelRight.Location = new System.Drawing.Point(345, 3);
  69. this.panelRight.Name = "panelRight";
  70. this.panelRight.Size = new System.Drawing.Size(336, 325);
  71. this.panelRight.TabIndex = 1;
  72. //
  73. // lblNew
  74. //
  75. this.lblNew.AutoSize = true;
  76. this.lblNew.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  77. this.lblNew.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  78. this.lblNew.Location = new System.Drawing.Point(40, 20);
  79. this.lblNew.Margin = new System.Windows.Forms.Padding(3);
  80. this.lblNew.Name = "lblNew";
  81. this.lblNew.Size = new System.Drawing.Size(91, 18);
  82. this.lblNew.TabIndex = 1;
  83. this.lblNew.Text = "Create New";
  84. //
  85. // panelLeft
  86. //
  87. this.panelLeft.Controls.Add(this.lblOpen);
  88. this.panelLeft.Dock = System.Windows.Forms.DockStyle.Fill;
  89. this.panelLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
  90. this.panelLeft.Location = new System.Drawing.Point(3, 3);
  91. this.panelLeft.Name = "panelLeft";
  92. this.panelLeft.Size = new System.Drawing.Size(336, 325);
  93. this.panelLeft.TabIndex = 0;
  94. //
  95. // lblOpen
  96. //
  97. this.lblOpen.AutoSize = true;
  98. this.lblOpen.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  99. this.lblOpen.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  100. this.lblOpen.Location = new System.Drawing.Point(40, 20);
  101. this.lblOpen.Margin = new System.Windows.Forms.Padding(3);
  102. this.lblOpen.Name = "lblOpen";
  103. this.lblOpen.Size = new System.Drawing.Size(148, 18);
  104. this.lblOpen.TabIndex = 0;
  105. this.lblOpen.Text = "Open a Recent Item";
  106. //
  107. // panelBottom
  108. //
  109. this.panelBottom.BackColor = System.Drawing.SystemColors.ControlLightLight;
  110. this.panelBottom.Controls.Add(this.cbShowOnStartup);
  111. this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  112. this.panelBottom.Location = new System.Drawing.Point(0, 436);
  113. this.panelBottom.Name = "panelBottom";
  114. this.panelBottom.Size = new System.Drawing.Size(684, 30);
  115. this.panelBottom.TabIndex = 6;
  116. this.panelBottom.Paint += new System.Windows.Forms.PaintEventHandler(this.bottom_Paint);
  117. //
  118. // cbShowOnStartup
  119. //
  120. this.cbShowOnStartup.Location = new System.Drawing.Point(11, 8);
  121. this.cbShowOnStartup.Name = "cbShowOnStartup";
  122. this.cbShowOnStartup.Size = new System.Drawing.Size(99, 17);
  123. this.cbShowOnStartup.TabIndex = 0;
  124. this.cbShowOnStartup.Text = "Show on startup";
  125. this.cbShowOnStartup.UseVisualStyleBackColor = true;
  126. this.cbShowOnStartup.CheckedChanged += new System.EventHandler(this.cbShowOnStartup_CheckedChanged);
  127. //
  128. // banner
  129. //
  130. this.banner.BackColor = System.Drawing.Color.DarkRed;
  131. this.banner.Dock = System.Windows.Forms.DockStyle.Top;
  132. this.banner.Location = new System.Drawing.Point(0, 0);
  133. this.banner.Name = "banner";
  134. this.banner.Size = new System.Drawing.Size(684, 105);
  135. this.banner.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  136. this.banner.TabIndex = 1;
  137. this.banner.TabStop = false;
  138. //
  139. // WelcomeForm
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  143. this.ClientSize = new System.Drawing.Size(684, 466);
  144. this.Controls.Add(this.tableLayoutPanel1);
  145. this.Controls.Add(this.panelBottom);
  146. this.Controls.Add(this.banner);
  147. this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  148. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  149. this.MaximizeBox = false;
  150. this.MinimizeBox = false;
  151. this.Name = "WelcomeForm";
  152. this.ShowIcon = false;
  153. this.ShowInTaskbar = false;
  154. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  155. this.Text = "Welcome to FastReport";
  156. this.tableLayoutPanel1.ResumeLayout(false);
  157. this.panelRight.ResumeLayout(false);
  158. this.panelRight.PerformLayout();
  159. this.panelLeft.ResumeLayout(false);
  160. this.panelLeft.PerformLayout();
  161. this.panelBottom.ResumeLayout(false);
  162. ((System.ComponentModel.ISupportInitialize)(this.banner)).EndInit();
  163. this.ResumeLayout(false);
  164. }
  165. #endregion
  166. private System.Windows.Forms.PictureBox banner;
  167. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  168. private System.Windows.Forms.Panel panelLeft;
  169. private System.Windows.Forms.Label lblOpen;
  170. private System.Windows.Forms.Panel panelRight;
  171. private System.Windows.Forms.Panel panelBottom;
  172. private System.Windows.Forms.Label lblNew;
  173. private System.Windows.Forms.CheckBox cbShowOnStartup;
  174. }
  175. }