ToolBox/Form1.Designer.cs
2025-03-12 22:27:37 +08:00

105 lines
3.6 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace QuickLauncher
{
partial class Form1
{
/// <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()
{
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 = "Version1.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;
}
}