📄 mainform.designer.cs
字号:
namespace Bank
{
partial class Mainform
{
/// <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.MenuMainform = new System.Windows.Forms.MenuStrip();
this.tsmiAdmain = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAdmainOpen = new System.Windows.Forms.ToolStripMenuItem();
this.MaintsmiSearch = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAdmainAdmin = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiAdmainNew = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAdmainExit = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiUser = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiUserSave = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiUserFetch = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiUserReturn = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiUserSearch = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiUserChanged = new System.Windows.Forms.ToolStripMenuItem();
this.窗体ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAdd = new System.Windows.Forms.ToolStripMenuItem();
this.statusMainform = new System.Windows.Forms.StatusStrip();
this.tsslMainName = new System.Windows.Forms.ToolStripStatusLabel();
this.MenuMainform.SuspendLayout();
this.statusMainform.SuspendLayout();
this.SuspendLayout();
//
// MenuMainform
//
this.MenuMainform.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiAdmain,
this.tsmiUser,
this.窗体ToolStripMenuItem,
this.tsmiAdd});
this.MenuMainform.Location = new System.Drawing.Point(0, 0);
this.MenuMainform.Name = "MenuMainform";
this.MenuMainform.Size = new System.Drawing.Size(924, 27);
this.MenuMainform.TabIndex = 0;
this.MenuMainform.Text = "menuStrip1";
//
// tsmiAdmain
//
this.tsmiAdmain.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiAdmainOpen,
this.MaintsmiSearch,
this.tsmiAdmainAdmin,
this.toolStripMenuItem1,
this.tsmiAdmainNew,
this.tsmiAdmainExit});
this.tsmiAdmain.Name = "tsmiAdmain";
this.tsmiAdmain.Size = new System.Drawing.Size(101, 23);
this.tsmiAdmain.Text = "管理员控制";
//
// tsmiAdmainOpen
//
this.tsmiAdmainOpen.Name = "tsmiAdmainOpen";
this.tsmiAdmainOpen.Size = new System.Drawing.Size(142, 24);
this.tsmiAdmainOpen.Text = "开户";
this.tsmiAdmainOpen.Click += new System.EventHandler(this.tsmiAdmainOpen_Click);
//
// MaintsmiSearch
//
this.MaintsmiSearch.Name = "MaintsmiSearch";
this.MaintsmiSearch.Size = new System.Drawing.Size(142, 24);
this.MaintsmiSearch.Text = "用户查询";
this.MaintsmiSearch.Click += new System.EventHandler(this.MaintsmiSearch_Click);
//
// tsmiAdmainAdmin
//
this.tsmiAdmainAdmin.Name = "tsmiAdmainAdmin";
this.tsmiAdmainAdmin.Size = new System.Drawing.Size(142, 24);
this.tsmiAdmainAdmin.Text = "用户管理";
this.tsmiAdmainAdmin.Click += new System.EventHandler(this.tsmiAdmainAdmin_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(139, 6);
//
// tsmiAdmainNew
//
this.tsmiAdmainNew.Name = "tsmiAdmainNew";
this.tsmiAdmainNew.Size = new System.Drawing.Size(142, 24);
this.tsmiAdmainNew.Text = "刷新";
//
// tsmiAdmainExit
//
this.tsmiAdmainExit.Name = "tsmiAdmainExit";
this.tsmiAdmainExit.Size = new System.Drawing.Size(142, 24);
this.tsmiAdmainExit.Text = "退出";
this.tsmiAdmainExit.Click += new System.EventHandler(this.tsmiAdmainExit_Click);
//
// tsmiUser
//
this.tsmiUser.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiUserSave,
this.tsmiUserFetch,
this.tsmiUserReturn,
this.tsmiUserSearch,
this.tsmiUserChanged});
this.tsmiUser.Name = "tsmiUser";
this.tsmiUser.Size = new System.Drawing.Size(85, 23);
this.tsmiUser.Text = "用户操作";
//
// tsmiUserSave
//
this.tsmiUserSave.Name = "tsmiUserSave";
this.tsmiUserSave.Size = new System.Drawing.Size(142, 24);
this.tsmiUserSave.Text = "存款";
this.tsmiUserSave.Click += new System.EventHandler(this.tsmiUserSave_Click);
//
// tsmiUserFetch
//
this.tsmiUserFetch.Name = "tsmiUserFetch";
this.tsmiUserFetch.Size = new System.Drawing.Size(142, 24);
this.tsmiUserFetch.Text = "取款";
this.tsmiUserFetch.Click += new System.EventHandler(this.tsmiUserFetch_Click);
//
// tsmiUserReturn
//
this.tsmiUserReturn.Name = "tsmiUserReturn";
this.tsmiUserReturn.Size = new System.Drawing.Size(142, 24);
this.tsmiUserReturn.Text = "转账";
this.tsmiUserReturn.Click += new System.EventHandler(this.tsmiUserReturn_Click);
//
// tsmiUserSearch
//
this.tsmiUserSearch.Name = "tsmiUserSearch";
this.tsmiUserSearch.Size = new System.Drawing.Size(142, 24);
this.tsmiUserSearch.Text = "查询余额";
this.tsmiUserSearch.Click += new System.EventHandler(this.tsmiUserSearch_Click);
//
// tsmiUserChanged
//
this.tsmiUserChanged.Name = "tsmiUserChanged";
this.tsmiUserChanged.Size = new System.Drawing.Size(142, 24);
this.tsmiUserChanged.Text = "修改密码";
this.tsmiUserChanged.Click += new System.EventHandler(this.tsmiUserChanged_Click);
//
// 窗体ToolStripMenuItem
//
this.窗体ToolStripMenuItem.Name = "窗体ToolStripMenuItem";
this.窗体ToolStripMenuItem.Size = new System.Drawing.Size(53, 23);
this.窗体ToolStripMenuItem.Text = "窗体";
//
// tsmiAdd
//
this.tsmiAdd.Name = "tsmiAdd";
this.tsmiAdd.Size = new System.Drawing.Size(53, 23);
this.tsmiAdd.Text = "帮助";
this.tsmiAdd.Click += new System.EventHandler(this.tsmiAdd_Click);
//
// statusMainform
//
this.statusMainform.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsslMainName});
this.statusMainform.Location = new System.Drawing.Point(0, 607);
this.statusMainform.Name = "statusMainform";
this.statusMainform.Size = new System.Drawing.Size(924, 24);
this.statusMainform.TabIndex = 1;
this.statusMainform.Text = "statusStrip1";
//
// tsslMainName
//
this.tsslMainName.Name = "tsslMainName";
this.tsslMainName.Size = new System.Drawing.Size(57, 19);
this.tsslMainName.Text = "管理员";
//
// Mainform
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(924, 631);
this.Controls.Add(this.statusMainform);
this.Controls.Add(this.MenuMainform);
this.MainMenuStrip = this.MenuMainform;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Mainform";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "欢迎您进入银行系统主界面";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Mainform_FormClosed);
this.Load += new System.EventHandler(this.Mainform_Load);
this.MenuMainform.ResumeLayout(false);
this.MenuMainform.PerformLayout();
this.statusMainform.ResumeLayout(false);
this.statusMainform.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip MenuMainform;
private System.Windows.Forms.ToolStripMenuItem tsmiAdmain;
private System.Windows.Forms.ToolStripMenuItem tsmiAdmainOpen;
private System.Windows.Forms.ToolStripMenuItem tsmiAdmainAdmin;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem tsmiAdmainNew;
private System.Windows.Forms.ToolStripMenuItem tsmiUser;
private System.Windows.Forms.ToolStripMenuItem 窗体ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsmiAdd;
private System.Windows.Forms.ToolStripMenuItem tsmiAdmainExit;
private System.Windows.Forms.ToolStripMenuItem tsmiUserSave;
private System.Windows.Forms.ToolStripMenuItem tsmiUserFetch;
private System.Windows.Forms.ToolStripMenuItem tsmiUserReturn;
private System.Windows.Forms.ToolStripMenuItem tsmiUserSearch;
private System.Windows.Forms.ToolStripMenuItem tsmiUserChanged;
private System.Windows.Forms.StatusStrip statusMainform;
private System.Windows.Forms.ToolStripStatusLabel tsslMainName;
private System.Windows.Forms.ToolStripMenuItem MaintsmiSearch;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -