namespace FastReport.Forms
{
partial class AboutForm
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.labelLine1 = new FastReport.Controls.LabelLine();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(104, 192);
this.btnOk.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
//
// btnCancel
//
this.btnCancel.Visible = false;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(16, 16);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(48, 48);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(80, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(191, 25);
this.label1.TabIndex = 2;
this.label1.Text = "FastReport.Net";
//
// label2
//
this.label2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(100, 48);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(164, 43);
this.label2.TabIndex = 3;
this.label2.Text = "Version";
this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// label3
//
this.label3.Location = new System.Drawing.Point(0, 91);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(248, 25);
this.label3.TabIndex = 4;
this.label3.Text = "(c) 2008-2021 Fast Reports Inc.";
this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// labelLine1
//
this.labelLine1.Location = new System.Drawing.Point(12, 116);
this.labelLine1.Name = "labelLine1";
this.labelLine1.Size = new System.Drawing.Size(252, 23);
this.labelLine1.TabIndex = 5;
//
// label4
//
this.label4.Location = new System.Drawing.Point(0, 140);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(248, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Visit our webpage for more info:";
this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label5
//
this.label5.Cursor = System.Windows.Forms.Cursors.Hand;
this.label5.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label5.ForeColor = System.Drawing.Color.Blue;
this.label5.Location = new System.Drawing.Point(0, 160);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(248, 20);
this.label5.TabIndex = 6;
this.label5.Text = "https://www.fast-report.com";
this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.label5.Click += new System.EventHandler(this.label5_Click);
//
// AboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Window;
this.CancelButton = null;
this.ClientSize = new System.Drawing.Size(279, 225);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.labelLine1);
this.Controls.Add(this.label4);
this.Controls.Add(this.label5);
this.KeyPreview = true;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "AboutForm";
this.Text = "About";
this.Shown += new System.EventHandler(this.AboutForm_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AboutForm_KeyDown);
this.Controls.SetChildIndex(this.label5, 0);
this.Controls.SetChildIndex(this.label4, 0);
this.Controls.SetChildIndex(this.btnOk, 0);
this.Controls.SetChildIndex(this.labelLine1, 0);
this.Controls.SetChildIndex(this.label1, 0);
this.Controls.SetChildIndex(this.label3, 0);
this.Controls.SetChildIndex(this.label2, 0);
this.Controls.SetChildIndex(this.pictureBox1, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private FastReport.Controls.LabelLine labelLine1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
}
}