📄 form1.designer.cs
字号:
namespace FormClass
{
partial class Form1
{
/// <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.button4 = new System.Windows.Forms.Button();
this.btShow = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button4
//
this.button4.Location = new System.Drawing.Point(72, 91);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(90, 23);
this.button4.TabIndex = 10;
this.button4.Text = "取文件Size";
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// btShow
//
this.btShow.Location = new System.Drawing.Point(72, 12);
this.btShow.Name = "btShow";
this.btShow.Size = new System.Drawing.Size(93, 23);
this.btShow.TabIndex = 8;
this.btShow.Text = "COM上传窗体";
this.btShow.UseVisualStyleBackColor = true;
this.btShow.Click += new System.EventHandler(this.btShow_Click);
//
// button12
//
this.button12.Location = new System.Drawing.Point(72, 52);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(90, 23);
this.button12.TabIndex = 17;
this.button12.Text = "Com制作窗体";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(236, 145);
this.Controls.Add(this.button12);
this.Controls.Add(this.btShow);
this.Controls.Add(this.button4);
this.Name = "Form1";
this.Text = "模拟VF调用方";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button btShow;
private System.Windows.Forms.Button button12;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -