📄 formmain.designer.cs
字号:
namespace Financial
{
partial class FormMain
{
/// <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.menuStripMain = new System.Windows.Forms.MenuStrip();
this.ToolStripMenuItem_System = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Writeoff = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Switch = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripMenuItem_Exit = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Financial = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_AccoutManage = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_IncomeManage = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_DebitManage = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripMenuItem_Statistic = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Manage = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_PasswordModify = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripMenuItem_DataInput = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_DataOutput = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Tools = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Cal = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_NomalCal = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_ProfressionalCal = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem_Windows = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Help = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_HelpTheme = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_About = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel_UserName = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStripMain.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStripMain
//
this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem_System,
this.ToolStripMenuItem_Financial,
this.ToolStripMenuItem_Manage,
this.ToolStripMenuItem_Tools,
this.toolStripMenuItem_Windows,
this.ToolStripMenuItem_Help});
this.menuStripMain.Location = new System.Drawing.Point(0, 0);
this.menuStripMain.Name = "menuStripMain";
this.menuStripMain.Size = new System.Drawing.Size(792, 24);
this.menuStripMain.TabIndex = 0;
this.menuStripMain.Text = "menuStrip1";
//
// ToolStripMenuItem_System
//
this.ToolStripMenuItem_System.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem_Writeoff,
this.ToolStripMenuItem_Switch,
this.toolStripSeparator1,
this.ToolStripMenuItem_Exit});
this.ToolStripMenuItem_System.Name = "ToolStripMenuItem_System";
this.ToolStripMenuItem_System.Size = new System.Drawing.Size(58, 20);
this.ToolStripMenuItem_System.Text = "系统(&S)";
//
// ToolStripMenuItem_Writeoff
//
this.ToolStripMenuItem_Writeoff.Name = "ToolStripMenuItem_Writeoff";
this.ToolStripMenuItem_Writeoff.Size = new System.Drawing.Size(141, 22);
this.ToolStripMenuItem_Writeoff.Text = "注销帐户(&W)";
//
// ToolStripMenuItem_Switch
//
this.ToolStripMenuItem_Switch.Name = "ToolStripMenuItem_Switch";
this.ToolStripMenuItem_Switch.Size = new System.Drawing.Size(141, 22);
this.ToolStripMenuItem_Switch.Text = "切换帐户(&S)";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(138, 6);
//
// ToolStripMenuItem_Exit
//
this.ToolStripMenuItem_Exit.Name = "ToolStripMenuItem_Exit";
this.ToolStripMenuItem_Exit.Size = new System.Drawing.Size(141, 22);
this.ToolStripMenuItem_Exit.Text = "退出(&E)";
this.ToolStripMenuItem_Exit.Click += new System.EventHandler(this.ToolStripMenuItem_Exit_Click);
//
// ToolStripMenuItem_Financial
//
this.ToolStripMenuItem_Financial.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem_AccoutManage,
this.ToolStripMenuItem_IncomeManage,
this.ToolStripMenuItem_DebitManage,
this.toolStripSeparator3,
this.ToolStripMenuItem_Statistic});
this.ToolStripMenuItem_Financial.Name = "ToolStripMenuItem_Financial";
this.ToolStripMenuItem_Financial.Size = new System.Drawing.Size(82, 20);
this.ToolStripMenuItem_Financial.Text = "个人理财(&P)";
//
// ToolStripMenuItem_AccoutManage
//
this.ToolStripMenuItem_AccoutManage.Name = "ToolStripMenuItem_AccoutManage";
this.ToolStripMenuItem_AccoutManage.Size = new System.Drawing.Size(140, 22);
this.ToolStripMenuItem_AccoutManage.Text = "帐户管理(&A)";
this.ToolStripMenuItem_AccoutManage.Click += new System.EventHandler(this.ToolStripMenuItem_AccoutManage_Click);
//
// ToolStripMenuItem_IncomeManage
//
this.ToolStripMenuItem_IncomeManage.Name = "ToolStripMenuItem_IncomeManage";
this.ToolStripMenuItem_IncomeManage.Size = new System.Drawing.Size(140, 22);
this.ToolStripMenuItem_IncomeManage.Text = "收支管理(&I)";
this.ToolStripMenuItem_IncomeManage.Click += new System.EventHandler(this.ToolStripMenuItem_IncomeManage_Click);
//
// ToolStripMenuItem_DebitManage
//
this.ToolStripMenuItem_DebitManage.Name = "ToolStripMenuItem_DebitManage";
this.ToolStripMenuItem_DebitManage.Size = new System.Drawing.Size(140, 22);
this.ToolStripMenuItem_DebitManage.Text = "借贷管理(&D)";
this.ToolStripMenuItem_DebitManage.Click += new System.EventHandler(this.ToolStripMenuItem_DebitManage_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(137, 6);
//
// ToolStripMenuItem_Statistic
//
this.ToolStripMenuItem_Statistic.Name = "ToolStripMenuItem_Statistic";
this.ToolStripMenuItem_Statistic.Size = new System.Drawing.Size(140, 22);
this.ToolStripMenuItem_Statistic.Text = "统计(&S)";
//
// ToolStripMenuItem_Manage
//
this.ToolStripMenuItem_Manage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem_PasswordModify,
this.toolStripSeparator2,
this.ToolStripMenuItem_DataInput,
this.ToolStripMenuItem_DataOutput});
this.ToolStripMenuItem_Manage.Name = "ToolStripMenuItem_Manage";
this.ToolStripMenuItem_Manage.Size = new System.Drawing.Size(85, 20);
this.ToolStripMenuItem_Manage.Text = "系统维护(&M)";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -