WelcomeForm.Designer.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. namespace FastReport.Forms
  2. {
  3. partial class WelcomeForm
  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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.panelRight = new System.Windows.Forms.Panel();
  30. this.lblNew = new System.Windows.Forms.Label();
  31. this.panelLeft = new System.Windows.Forms.Panel();
  32. this.lblOpen = new System.Windows.Forms.Label();
  33. this.panelBottom = new System.Windows.Forms.Panel();
  34. this.cbShowOnStartup = new System.Windows.Forms.CheckBox();
  35. this.banner = new System.Windows.Forms.PictureBox();
  36. this.tableLayoutPanel1.SuspendLayout();
  37. this.panelRight.SuspendLayout();
  38. this.panelLeft.SuspendLayout();
  39. this.panelBottom.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.banner)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // tableLayoutPanel1
  44. //
  45. this.tableLayoutPanel1.BackColor = System.Drawing.Color.WhiteSmoke;
  46. this.tableLayoutPanel1.ColumnCount = 2;
  47. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  48. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  49. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  50. this.tableLayoutPanel1.Controls.Add(this.panelRight, 1, 0);
  51. this.tableLayoutPanel1.Controls.Add(this.panelLeft, 0, 0);
  52. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 105);
  54. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  55. this.tableLayoutPanel1.RowCount = 1;
  56. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  57. this.tableLayoutPanel1.Size = new System.Drawing.Size(684, 331);
  58. this.tableLayoutPanel1.TabIndex = 5;
  59. this.tableLayoutPanel1.CellPaint += new System.Windows.Forms.TableLayoutCellPaintEventHandler(this.table_CellPaint);
  60. //
  61. // panelRight
  62. //
  63. this.panelRight.Controls.Add(this.lblNew);
  64. this.panelRight.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.panelRight.Location = new System.Drawing.Point(345, 3);
  66. this.panelRight.Name = "panelRight";
  67. this.panelRight.Size = new System.Drawing.Size(336, 325);
  68. this.panelRight.TabIndex = 1;
  69. //
  70. // lblNew
  71. //
  72. this.lblNew.AutoSize = true;
  73. this.lblNew.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  74. this.lblNew.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  75. this.lblNew.Location = new System.Drawing.Point(40, 20);
  76. this.lblNew.Margin = new System.Windows.Forms.Padding(3);
  77. this.lblNew.Name = "lblNew";
  78. this.lblNew.Size = new System.Drawing.Size(91, 18);
  79. this.lblNew.TabIndex = 1;
  80. this.lblNew.Text = "Create New";
  81. //
  82. // panelLeft
  83. //
  84. this.panelLeft.Controls.Add(this.lblOpen);
  85. this.panelLeft.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.panelLeft.Location = new System.Drawing.Point(3, 3);
  87. this.panelLeft.Name = "panelLeft";
  88. this.panelLeft.Size = new System.Drawing.Size(336, 325);
  89. this.panelLeft.TabIndex = 0;
  90. //
  91. // lblOpen
  92. //
  93. this.lblOpen.AutoSize = true;
  94. this.lblOpen.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  95. this.lblOpen.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  96. this.lblOpen.Location = new System.Drawing.Point(40, 20);
  97. this.lblOpen.Margin = new System.Windows.Forms.Padding(3);
  98. this.lblOpen.Name = "lblOpen";
  99. this.lblOpen.Size = new System.Drawing.Size(148, 18);
  100. this.lblOpen.TabIndex = 0;
  101. this.lblOpen.Text = "Open a Recent Item";
  102. //
  103. // panelBottom
  104. //
  105. this.panelBottom.BackColor = System.Drawing.SystemColors.ControlLightLight;
  106. this.panelBottom.Controls.Add(this.cbShowOnStartup);
  107. this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  108. this.panelBottom.Location = new System.Drawing.Point(0, 436);
  109. this.panelBottom.Name = "panelBottom";
  110. this.panelBottom.Size = new System.Drawing.Size(684, 30);
  111. this.panelBottom.TabIndex = 6;
  112. this.panelBottom.Paint += new System.Windows.Forms.PaintEventHandler(this.bottom_Paint);
  113. //
  114. // cbShowOnStartup
  115. //
  116. this.cbShowOnStartup.AutoSize = true;
  117. this.cbShowOnStartup.Location = new System.Drawing.Point(11, 8);
  118. this.cbShowOnStartup.Name = "cbShowOnStartup";
  119. this.cbShowOnStartup.Size = new System.Drawing.Size(103, 17);
  120. this.cbShowOnStartup.TabIndex = 0;
  121. this.cbShowOnStartup.Text = "Show on startup";
  122. this.cbShowOnStartup.UseVisualStyleBackColor = true;
  123. this.cbShowOnStartup.CheckedChanged += new System.EventHandler(this.cbShowOnStartup_CheckedChanged);
  124. //
  125. // banner
  126. //
  127. this.banner.BackColor = System.Drawing.Color.DarkRed;
  128. this.banner.Dock = System.Windows.Forms.DockStyle.Top;
  129. this.banner.Location = new System.Drawing.Point(0, 0);
  130. this.banner.Name = "banner";
  131. this.banner.Size = new System.Drawing.Size(684, 105);
  132. this.banner.TabIndex = 1;
  133. this.banner.TabStop = false;
  134. this.banner.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  135. //
  136. // WelcomeForm
  137. //
  138. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  139. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  140. this.ClientSize = new System.Drawing.Size(684, 466);
  141. this.Controls.Add(this.tableLayoutPanel1);
  142. this.Controls.Add(this.panelBottom);
  143. this.Controls.Add(this.banner);
  144. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  145. this.MaximizeBox = false;
  146. this.MinimizeBox = false;
  147. this.Name = "WelcomeForm";
  148. this.ShowIcon = false;
  149. this.ShowInTaskbar = false;
  150. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  151. this.Text = "Welcome to FastReport";
  152. this.tableLayoutPanel1.ResumeLayout(false);
  153. this.panelRight.ResumeLayout(false);
  154. this.panelRight.PerformLayout();
  155. this.panelLeft.ResumeLayout(false);
  156. this.panelLeft.PerformLayout();
  157. this.panelBottom.ResumeLayout(false);
  158. this.panelBottom.PerformLayout();
  159. ((System.ComponentModel.ISupportInitialize)(this.banner)).EndInit();
  160. this.ResumeLayout(false);
  161. }
  162. #endregion
  163. private System.Windows.Forms.PictureBox banner;
  164. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  165. private System.Windows.Forms.Panel panelLeft;
  166. private System.Windows.Forms.Label lblOpen;
  167. private System.Windows.Forms.Panel panelRight;
  168. private System.Windows.Forms.Panel panelBottom;
  169. private System.Windows.Forms.CheckBox cbShowOnStartup;
  170. private System.Windows.Forms.Label lblNew;
  171. }
  172. }