📄 headpage.designer.cs
字号:
namespace LC_DataIO
{
partial class HeadPage
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.obj_panel = new System.Windows.Forms.Panel();
this.start_btn = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.obj_panel);
this.groupBox1.Location = new System.Drawing.Point(3, -15);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(799, 369);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// obj_panel
//
this.obj_panel.Dock = System.Windows.Forms.DockStyle.Fill;
this.obj_panel.Location = new System.Drawing.Point(3, 17);
this.obj_panel.Name = "obj_panel";
this.obj_panel.Size = new System.Drawing.Size(793, 349);
this.obj_panel.TabIndex = 1;
//
// start_btn
//
this.start_btn.Location = new System.Drawing.Point(347, 360);
this.start_btn.Name = "start_btn";
this.start_btn.Size = new System.Drawing.Size(75, 40);
this.start_btn.TabIndex = 1;
this.start_btn.Text = "开始向导";
this.start_btn.UseVisualStyleBackColor = true;
this.start_btn.Click += new System.EventHandler(this.start_btn_Click);
//
// HeadPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(805, 433);
this.Controls.Add(this.start_btn);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "HeadPage";
this.Text = "HeadPage";
this.Resize += new System.EventHandler(this.HeadPage_Resize);
this.Load += new System.EventHandler(this.HeadPage_Load);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
public System.Windows.Forms.Panel obj_panel;
private System.Windows.Forms.Button start_btn;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -