FrmAbout.Designer.cs 5.4 KB

namespace SmartScan
{
    partial class FrmAbout
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.LblName = new Asa.FaceControl.FaceLabel();
            this.faceLabel2 = new Asa.FaceControl.FaceLabel();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // pictureBox1
            // 
            this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.pictureBox1.Image = global::SmartScan.Properties.Resources.App;
            this.pictureBox1.Location = new System.Drawing.Point(51, 69);
            this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(411, 94);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 6;
            this.pictureBox1.TabStop = false;
            // 
            // LblName
            // 
            this.LblName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.LblName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LblName.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LblName.BorderWidth = 2;
            this.LblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LblName.Location = new System.Drawing.Point(15, 194);
            this.LblName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.LblName.Name = "LblName";
            this.LblName.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.LblName.Size = new System.Drawing.Size(619, 62);
            this.LblName.TabIndex = 8;
            this.LblName.Text = "faceLabel1";
            // 
            // faceLabel2
            // 
            this.faceLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.faceLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.faceLabel2.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.faceLabel2.BorderWidth = 2;
            this.faceLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.faceLabel2.Location = new System.Drawing.Point(15, 264);
            this.faceLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.faceLabel2.Name = "faceLabel2";
            this.faceLabel2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.faceLabel2.Size = new System.Drawing.Size(619, 56);
            this.faceLabel2.TabIndex = 9;
            this.faceLabel2.Text = "faceLabel2";
            this.faceLabel2.Click += new System.EventHandler(this.faceLabel2_Click);
            // 
            // FrmAbout
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(648, 424);
            this.Controls.Add(this.faceLabel2);
            this.Controls.Add(this.LblName);
            this.Controls.Add(this.pictureBox1);
            this.Icon = global::SmartScan.Properties.Resources.App;
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Name = "FrmAbout";
            this.Padding = new System.Windows.Forms.Padding(11, 10, 11, 10);
            this.Text = "FrmAbout";
            this.Load += new System.EventHandler(this.FrmAbout_Load);
            this.Controls.SetChildIndex(this.pictureBox1, 0);
            this.Controls.SetChildIndex(this.LblName, 0);
            this.Controls.SetChildIndex(this.faceLabel2, 0);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox pictureBox1;
        private Asa.FaceControl.FaceLabel LblName;
        private Asa.FaceControl.FaceLabel faceLabel2;
    }
}