namespace LargeSquareOne { partial class FrmHelper { /// /// 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.pictureBox3 = new System.Windows.Forms.PictureBox(); this.lbl_TitleBar = new System.Windows.Forms.Label(); this.btn_Close = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); this.SuspendLayout(); // // pictureBox3 // this.pictureBox3.BackColor = System.Drawing.Color.Transparent; this.pictureBox3.Image = global::LargeSquareOne.Properties.Resources.eve; this.pictureBox3.Location = new System.Drawing.Point(-1, -2); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(153, 34); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox3.TabIndex = 12; this.pictureBox3.TabStop = false; // // lbl_TitleBar // this.lbl_TitleBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lbl_TitleBar.BackColor = System.Drawing.Color.Transparent; this.lbl_TitleBar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_TitleBar.ForeColor = System.Drawing.Color.White; this.lbl_TitleBar.Location = new System.Drawing.Point(33, 107); this.lbl_TitleBar.Name = "lbl_TitleBar"; this.lbl_TitleBar.Size = new System.Drawing.Size(391, 29); this.lbl_TitleBar.TabIndex = 13; this.lbl_TitleBar.Text = "本系统由惠州金源精密自动化设备有限公司开发。"; this.lbl_TitleBar.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btn_Close // this.btn_Close.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78))))); this.btn_Close.FlatAppearance.BorderSize = 0; this.btn_Close.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btn_Close.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 14F); this.btn_Close.ForeColor = System.Drawing.Color.White; this.btn_Close.Location = new System.Drawing.Point(413, 2); this.btn_Close.Name = "btn_Close"; this.btn_Close.Size = new System.Drawing.Size(32, 32); this.btn_Close.TabIndex = 14; this.btn_Close.Text = "X"; this.btn_Close.UseVisualStyleBackColor = false; this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click); // // FrmHelper // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(448, 291); this.Controls.Add(this.btn_Close); this.Controls.Add(this.lbl_TitleBar); this.Controls.Add(this.pictureBox3); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FrmHelper"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "帮助"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.Label lbl_TitleBar; private System.Windows.Forms.Button btn_Close; } }