📄 form1.designer.cs
字号:
namespace TestExtensibleControls
{
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.ellipseButton2 = new ExtensibleControls.EllipseButton();
this.ellipseButton1 = new ExtensibleControls.EllipseButton();
this.ellipseButton3 = new ExtensibleControls.EllipseButton();
this.SuspendLayout();
//
// ellipseButton2
//
this.ellipseButton2.EndColor = System.Drawing.Color.Green;
this.ellipseButton2.Location = new System.Drawing.Point(105, 167);
this.ellipseButton2.Name = "ellipseButton2";
this.ellipseButton2.Size = new System.Drawing.Size(90, 90);
this.ellipseButton2.StartColor = System.Drawing.Color.White;
this.ellipseButton2.TabIndex = 1;
this.ellipseButton2.Text = "转帐管理";
//
// ellipseButton1
//
this.ellipseButton1.EndColor = System.Drawing.Color.Red;
this.ellipseButton1.Location = new System.Drawing.Point(80, 56);
this.ellipseButton1.Name = "ellipseButton1";
this.ellipseButton1.Size = new System.Drawing.Size(144, 74);
this.ellipseButton1.StartColor = System.Drawing.Color.White;
this.ellipseButton1.TabIndex = 0;
this.ellipseButton1.Text = "帐户管理";
//
// ellipseButton3
//
this.ellipseButton3.EndColor = System.Drawing.Color.Blue;
this.ellipseButton3.Location = new System.Drawing.Point(288, 71);
this.ellipseButton3.Name = "ellipseButton3";
this.ellipseButton3.Size = new System.Drawing.Size(93, 186);
this.ellipseButton3.StartColor = System.Drawing.Color.White;
this.ellipseButton3.TabIndex = 2;
this.ellipseButton3.Text = "财务管理";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(473, 345);
this.Controls.Add(this.ellipseButton3);
this.Controls.Add(this.ellipseButton2);
this.Controls.Add(this.ellipseButton1);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private ExtensibleControls.EllipseButton ellipseButton1;
private ExtensibleControls.EllipseButton ellipseButton2;
private ExtensibleControls.EllipseButton ellipseButton3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -