📄 splashscreen.designer.cs
字号:
namespace Launcher
{
partial class SplashScreen
{
/// <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(SplashScreen));
this.pictureBoxWrench = new System.Windows.Forms.PictureBox();
this.pictureBoxHammer = new System.Windows.Forms.PictureBox();
this.pictureBoxScrewdriver = new System.Windows.Forms.PictureBox();
this.StatusLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// pictureBoxWrench
//
this.pictureBoxWrench.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxWrench.Image")));
this.pictureBoxWrench.Location = new System.Drawing.Point(0, 0);
this.pictureBoxWrench.Name = "pictureBoxWrench";
this.pictureBoxWrench.Size = new System.Drawing.Size(100, 100);
this.pictureBoxWrench.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
//
// pictureBoxHammer
//
this.pictureBoxHammer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBoxHammer.BackColor = System.Drawing.Color.Transparent;
this.pictureBoxHammer.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHammer.Image")));
this.pictureBoxHammer.Location = new System.Drawing.Point(76, 0);
this.pictureBoxHammer.Name = "pictureBoxHammer";
this.pictureBoxHammer.Size = new System.Drawing.Size(100, 100);
this.pictureBoxHammer.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
//
// pictureBoxScrewdriver
//
this.pictureBoxScrewdriver.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.pictureBoxScrewdriver.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxScrewdriver.Image")));
this.pictureBoxScrewdriver.Location = new System.Drawing.Point(34, 82);
this.pictureBoxScrewdriver.Name = "pictureBoxScrewdriver";
this.pictureBoxScrewdriver.Size = new System.Drawing.Size(100, 100);
this.pictureBoxScrewdriver.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
//
// StatusLabel
//
this.StatusLabel.BackColor = System.Drawing.SystemColors.Control;
this.StatusLabel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.StatusLabel.Location = new System.Drawing.Point(0, 182);
this.StatusLabel.Name = "StatusLabel";
this.StatusLabel.Size = new System.Drawing.Size(176, 18);
this.StatusLabel.Text = "Starting..";
//
// SplashScreen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(176, 200);
this.Controls.Add(this.pictureBoxHammer);
this.Controls.Add(this.pictureBoxWrench);
this.Controls.Add(this.StatusLabel);
this.Controls.Add(this.pictureBoxScrewdriver);
this.Name = "SplashScreen";
this.Load += new System.EventHandler(this.SplashScreen_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBoxWrench;
private System.Windows.Forms.PictureBox pictureBoxHammer;
private System.Windows.Forms.PictureBox pictureBoxScrewdriver;
private System.Windows.Forms.Label StatusLabel;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -