📄 login.designer.cs
字号:
namespace FOUPOS
{
partial class Login
{
/// <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.btnBuy = new System.Windows.Forms.Button();
this.btnManage = new System.Windows.Forms.Button();
this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
this.SuspendLayout();
//
// btnBuy
//
this.btnBuy.Location = new System.Drawing.Point(102, 38);
this.btnBuy.Name = "btnBuy";
this.btnBuy.Size = new System.Drawing.Size(256, 80);
this.btnBuy.TabIndex = 0;
this.btnBuy.Text = "前台收银";
this.btnBuy.UseVisualStyleBackColor = true;
this.btnBuy.Click += new System.EventHandler(this.btnBuy_Click);
//
// btnManage
//
this.btnManage.Location = new System.Drawing.Point(102, 164);
this.btnManage.Name = "btnManage";
this.btnManage.Size = new System.Drawing.Size(256, 80);
this.btnManage.TabIndex = 1;
this.btnManage.Text = "后台管理";
this.btnManage.UseVisualStyleBackColor = true;
this.btnManage.Click += new System.EventHandler(this.btnManage_Click);
//
// skinEngine1
//
this.skinEngine1.SerialNumber = "";
this.skinEngine1.SkinFile = null;
//
// Login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(435, 297);
this.Controls.Add(this.btnManage);
this.Controls.Add(this.btnBuy);
this.Name = "Login";
this.Text = "超市收银系统";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnBuy;
private System.Windows.Forms.Button btnManage;
private Sunisoft.IrisSkin.SkinEngine skinEngine1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -