namespace QuickLauncher { partial class Form1 { /// /// 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(Form1)); pictureBox1 = new PictureBox(); label1 = new Label(); label2 = new Label(); label3 = new Label(); ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit(); SuspendLayout(); // // pictureBox1 // pictureBox1.BackgroundImage = (Image)resources.GetObject("pictureBox1.BackgroundImage"); pictureBox1.Location = new Point(0, 0); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new Size(261, 245); pictureBox1.TabIndex = 0; pictureBox1.TabStop = false; // // label1 // label1.AutoSize = true; label1.Font = new Font("Microsoft YaHei UI", 14F, FontStyle.Bold, GraphicsUnit.Point); label1.Location = new Point(270, 19); label1.Name = "label1"; label1.Size = new Size(213, 37); label1.TabIndex = 1; label1.Text = "快速启动工具箱"; // // label2 // label2.AutoSize = true; label2.Location = new Point(274, 64); label2.Name = "label2"; label2.Size = new Size(174, 24); label2.TabIndex = 2; label2.Text = "尚美:2370337237"; // // label3 // label3.AutoSize = true; label3.Location = new Point(274, 94); label3.Name = "label3"; label3.Size = new Size(118, 24); label3.TabIndex = 3; label3.Text = "Version:1.0"; // // Form1 // AutoScaleDimensions = new SizeF(11F, 24F); AutoScaleMode = AutoScaleMode.Font; AutoValidate = AutoValidate.EnablePreventFocusChange; ClientSize = new Size(658, 244); Controls.Add(label3); Controls.Add(label2); Controls.Add(label1); Controls.Add(pictureBox1); Icon = (Icon)resources.GetObject("$this.Icon"); MaximizeBox = false; MaximumSize = new Size(680, 300); MinimizeBox = false; MinimumSize = new Size(680, 300); Name = "Form1"; Text = "关于"; ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private PictureBox pictureBox1; private Label label1; private Label label2; private Label label3; } }