namespace UCT.Forms { partial class AboutUCT { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutUCT)); this.textBoxDescription = new System.Windows.Forms.TextBox(); this.lblCompanyName = new AMT_SW_GUI.AMT_Lable(this.components); this.lblCopyright = new AMT_SW_GUI.AMT_Lable(this.components); this.lblVersion = new AMT_SW_GUI.AMT_Lable(this.components); this.innerPane1 = new AMT_SW_GUI.InnerPane(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.lblProductName = new AMT_SW_GUI.AMT_Lable(this.components); this.btnClose = new AMT_SW_GUI.AMT_OuterButton(this.components); this.innerPane1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); this.SuspendLayout(); // // textBoxDescription // this.textBoxDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxDescription.BackColor = System.Drawing.Color.White; this.textBoxDescription.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134))))); this.textBoxDescription.Location = new System.Drawing.Point(15, 119); this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3); this.textBoxDescription.Multiline = true; this.textBoxDescription.Name = "textBoxDescription"; this.textBoxDescription.ReadOnly = true; this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBoxDescription.Size = new System.Drawing.Size(269, 54); this.textBoxDescription.TabIndex = 107; this.textBoxDescription.TabStop = false; this.textBoxDescription.Text = "Description"; // // lblCompanyName // this.lblCompanyName.AutoSize = true; this.lblCompanyName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(249)))), ((int)(((byte)(249))))); this.lblCompanyName.Image = ((System.Drawing.Image)(resources.GetObject("lblCompanyName.Image"))); this.lblCompanyName.Location = new System.Drawing.Point(21, 93); this.lblCompanyName.Name = "lblCompanyName"; this.lblCompanyName.Size = new System.Drawing.Size(82, 13); this.lblCompanyName.TabIndex = 106; this.lblCompanyName.Text = "Company Name"; // // lblCopyright // this.lblCopyright.AutoSize = true; this.lblCopyright.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(249)))), ((int)(((byte)(249))))); this.lblCopyright.Image = ((System.Drawing.Image)(resources.GetObject("lblCopyright.Image"))); this.lblCopyright.Location = new System.Drawing.Point(21, 67); this.lblCopyright.Name = "lblCopyright"; this.lblCopyright.Size = new System.Drawing.Size(54, 13); this.lblCopyright.TabIndex = 105; this.lblCopyright.Text = "Copyright"; // // lblVersion // this.lblVersion.AutoSize = true; this.lblVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(249)))), ((int)(((byte)(249))))); this.lblVersion.Image = ((System.Drawing.Image)(resources.GetObject("lblVersion.Image"))); this.lblVersion.Location = new System.Drawing.Point(21, 41); this.lblVersion.Name = "lblVersion"; this.lblVersion.Size = new System.Drawing.Size(42, 13); this.lblVersion.TabIndex = 104; this.lblVersion.Text = "Version"; // // innerPane1 // this.innerPane1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.innerPane1.BackColor = System.Drawing.Color.Transparent; this.innerPane1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(192)))), ((int)(((byte)(223))))); this.innerPane1.Controls.Add(this.pictureBox7); this.innerPane1.Controls.Add(this.textBoxDescription); this.innerPane1.Controls.Add(this.lblProductName); this.innerPane1.Controls.Add(this.lblCompanyName); this.innerPane1.Controls.Add(this.lblVersion); this.innerPane1.Controls.Add(this.lblCopyright); this.innerPane1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(249)))), ((int)(((byte)(249))))); this.innerPane1.Location = new System.Drawing.Point(9, 11); this.innerPane1.Name = "innerPane1"; this.innerPane1.RoundCorners = 5; this.innerPane1.Size = new System.Drawing.Size(297, 188); this.innerPane1.TabIndex = 103; // // pictureBox7 // this.pictureBox7.BackColor = System.Drawing.Color.Transparent; this.pictureBox7.Enabled = false; this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image"))); this.pictureBox7.Location = new System.Drawing.Point(241, 9); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.Size = new System.Drawing.Size(43, 42); this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox7.TabIndex = 108; this.pictureBox7.TabStop = false; // // lblProductName // this.lblProductName.AutoSize = true; this.lblProductName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(249)))), ((int)(((byte)(249))))); this.lblProductName.Image = ((System.Drawing.Image)(resources.GetObject("lblProductName.Image"))); this.lblProductName.Location = new System.Drawing.Point(21, 15); this.lblProductName.Name = "lblProductName"; this.lblProductName.Size = new System.Drawing.Size(74, 13); this.lblProductName.TabIndex = 99; this.lblProductName.Text = "Product Name"; // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnClose.FlatAppearance.BorderSize = 0; this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(59)))), ((int)(((byte)(108))))); this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnClose.Location = new System.Drawing.Point(122, 203); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 26); this.btnClose.TabIndex = 104; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // AboutUCT // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::UCT.Properties.Resources.background; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(317, 234); this.Controls.Add(this.btnClose); this.Controls.Add(this.innerPane1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134))))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "AboutUCT"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "About UCT..."; this.innerPane1.ResumeLayout(false); this.innerPane1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox textBoxDescription; private AMT_SW_GUI.AMT_Lable lblCompanyName; private AMT_SW_GUI.AMT_Lable lblCopyright; private AMT_SW_GUI.AMT_Lable lblVersion; private AMT_SW_GUI.InnerPane innerPane1; private AMT_SW_GUI.AMT_Lable lblProductName; private AMT_SW_GUI.AMT_OuterButton btnClose; private System.Windows.Forms.PictureBox pictureBox7; } }