📄 startupform.designer.cs
字号:
namespace CH9
{
partial class StartUpForm
{
/// <summary>
/// 设计器所需的变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清除任何使用中的资源。
/// </summary>
/// <param name="disposing">如果应该公有 Managed 资源则为 true,否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 设计器产生的程序代码
/// <summary>
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
///
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartUpForm));
this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.btnClose = new System.Windows.Forms.Button();
this.btnOpen = new System.Windows.Forms.Button();
this.cboFormsToRun = new System.Windows.Forms.ComboBox();
this.Label1 = new System.Windows.Forms.Label();
this.PictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Font = new System.Drawing.Font("PMingLiU", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnClose.Location = new System.Drawing.Point(371, 368);
this.btnClose.Margin = new System.Windows.Forms.Padding(2);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(88, 58);
this.btnClose.TabIndex = 18;
this.btnClose.Text = "关闭";
this.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.ToolTip1.SetToolTip(this.btnClose, "关闭初始窗体");
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnOpen
//
this.btnOpen.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOpen.Image = ((System.Drawing.Image)(resources.GetObject("btnOpen.Image")));
this.btnOpen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnOpen.Location = new System.Drawing.Point(203, 368);
this.btnOpen.Margin = new System.Windows.Forms.Padding(2);
this.btnOpen.Name = "btnOpen";
this.btnOpen.Size = new System.Drawing.Size(93, 58);
this.btnOpen.TabIndex = 17;
this.btnOpen.Text = "启动";
this.btnOpen.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.ToolTip1.SetToolTip(this.btnOpen, "运行您所选取的 Windows Form 窗体");
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
//
// cboFormsToRun
//
this.cboFormsToRun.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFormsToRun.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cboFormsToRun.Location = new System.Drawing.Point(296, 17);
this.cboFormsToRun.Margin = new System.Windows.Forms.Padding(2);
this.cboFormsToRun.Name = "cboFormsToRun";
this.cboFormsToRun.Size = new System.Drawing.Size(320, 26);
this.cboFormsToRun.TabIndex = 16;
this.cboFormsToRun.DropDownClosed += new System.EventHandler(this.cboFormsToRun_DropDownClosed);
this.cboFormsToRun.DropDown += new System.EventHandler(this.cboFormsToRun_DropDown);
//
// Label1
//
this.Label1.BackColor = System.Drawing.Color.Transparent;
this.Label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.Label1.Location = new System.Drawing.Point(8, 21);
this.Label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.Label1.Name = "Label1";
this.Label1.Size = new System.Drawing.Size(276, 18);
this.Label1.TabIndex = 15;
this.Label1.Text = "请选择所要运行的 Windows 窗体:";
//
// PictureBox1
//
this.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.PictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("PictureBox1.Image")));
this.PictureBox1.Location = new System.Drawing.Point(4, 84);
this.PictureBox1.Margin = new System.Windows.Forms.Padding(2);
this.PictureBox1.Name = "PictureBox1";
this.PictureBox1.Size = new System.Drawing.Size(846, 269);
this.PictureBox1.TabIndex = 19;
this.PictureBox1.TabStop = false;
this.PictureBox1.Click += new System.EventHandler(this.PictureBox1_Click);
//
// StartUpForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(857, 468);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnOpen);
this.Controls.Add(this.PictureBox1);
this.Controls.Add(this.cboFormsToRun);
this.Controls.Add(this.Label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "StartUpForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "初始窗体 - 第 9 章";
this.Paint += new System.Windows.Forms.PaintEventHandler(this.StartUpForm_Paint);
this.Activated += new System.EventHandler(this.StartUpForm_Activated);
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
internal System.Windows.Forms.ToolTip ToolTip1;
internal System.Windows.Forms.Button btnClose;
internal System.Windows.Forms.Button btnOpen;
internal System.Windows.Forms.PictureBox PictureBox1;
internal System.Windows.Forms.ComboBox cboFormsToRun;
internal System.Windows.Forms.Label Label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -