using FastReport.Controls;
using FastReport.Utils;
namespace FastReport.Forms
{
partial class WelcomeForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panelRight = new System.Windows.Forms.Panel();
this.lblNew = new System.Windows.Forms.Label();
this.panelLeft = new System.Windows.Forms.Panel();
this.lblOpen = new System.Windows.Forms.Label();
this.panelBottom = new System.Windows.Forms.Panel();
this.cbShowOnStartup = new System.Windows.Forms.CheckBox();
this.banner = new System.Windows.Forms.PictureBox();
this.tableLayoutPanel1.SuspendLayout();
this.panelRight.SuspendLayout();
this.panelLeft.SuspendLayout();
this.panelBottom.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.banner)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.WhiteSmoke;
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Controls.Add(this.panelRight, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.panelLeft, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 105);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(684, 331);
this.tableLayoutPanel1.TabIndex = 5;
this.tableLayoutPanel1.CellPaint += new System.Windows.Forms.TableLayoutCellPaintEventHandler(this.table_CellPaint);
//
// panelRight
//
this.panelRight.Controls.Add(this.lblNew);
this.panelRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.panelRight.Location = new System.Drawing.Point(345, 3);
this.panelRight.Name = "panelRight";
this.panelRight.Size = new System.Drawing.Size(336, 325);
this.panelRight.TabIndex = 1;
//
// lblNew
//
this.lblNew.AutoSize = true;
this.lblNew.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lblNew.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lblNew.Location = new System.Drawing.Point(40, 20);
this.lblNew.Margin = new System.Windows.Forms.Padding(3);
this.lblNew.Name = "lblNew";
this.lblNew.Size = new System.Drawing.Size(91, 18);
this.lblNew.TabIndex = 1;
this.lblNew.Text = "Create New";
//
// panelLeft
//
this.panelLeft.Controls.Add(this.lblOpen);
this.panelLeft.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.panelLeft.Location = new System.Drawing.Point(3, 3);
this.panelLeft.Name = "panelLeft";
this.panelLeft.Size = new System.Drawing.Size(336, 325);
this.panelLeft.TabIndex = 0;
//
// lblOpen
//
this.lblOpen.AutoSize = true;
this.lblOpen.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lblOpen.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lblOpen.Location = new System.Drawing.Point(40, 20);
this.lblOpen.Margin = new System.Windows.Forms.Padding(3);
this.lblOpen.Name = "lblOpen";
this.lblOpen.Size = new System.Drawing.Size(148, 18);
this.lblOpen.TabIndex = 0;
this.lblOpen.Text = "Open a Recent Item";
//
// panelBottom
//
this.panelBottom.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.panelBottom.Controls.Add(this.cbShowOnStartup);
this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelBottom.Location = new System.Drawing.Point(0, 436);
this.panelBottom.Name = "panelBottom";
this.panelBottom.Size = new System.Drawing.Size(684, 30);
this.panelBottom.TabIndex = 6;
this.panelBottom.Paint += new System.Windows.Forms.PaintEventHandler(this.bottom_Paint);
//
// cbShowOnStartup
//
this.cbShowOnStartup.Location = new System.Drawing.Point(11, 8);
this.cbShowOnStartup.Name = "cbShowOnStartup";
this.cbShowOnStartup.Size = new System.Drawing.Size(99, 17);
this.cbShowOnStartup.TabIndex = 0;
this.cbShowOnStartup.Text = "Show on startup";
this.cbShowOnStartup.UseVisualStyleBackColor = true;
this.cbShowOnStartup.CheckedChanged += new System.EventHandler(this.cbShowOnStartup_CheckedChanged);
//
// banner
//
this.banner.BackColor = System.Drawing.Color.DarkRed;
this.banner.Dock = System.Windows.Forms.DockStyle.Top;
this.banner.Location = new System.Drawing.Point(0, 0);
this.banner.Name = "banner";
this.banner.Size = new System.Drawing.Size(684, 105);
this.banner.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.banner.TabIndex = 1;
this.banner.TabStop = false;
//
// WelcomeForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(684, 466);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.panelBottom);
this.Controls.Add(this.banner);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "WelcomeForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Welcome to FastReport";
this.tableLayoutPanel1.ResumeLayout(false);
this.panelRight.ResumeLayout(false);
this.panelRight.PerformLayout();
this.panelLeft.ResumeLayout(false);
this.panelLeft.PerformLayout();
this.panelBottom.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.banner)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox banner;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panelLeft;
private System.Windows.Forms.Label lblOpen;
private System.Windows.Forms.Panel panelRight;
private System.Windows.Forms.Panel panelBottom;
private System.Windows.Forms.Label lblNew;
private System.Windows.Forms.CheckBox cbShowOnStartup;
}
}