📄 formmain.designer.cs
字号:
//
// ToolStripMenuItem_PasswordModify
//
this.ToolStripMenuItem_PasswordModify.Name = "ToolStripMenuItem_PasswordModify";
this.ToolStripMenuItem_PasswordModify.Size = new System.Drawing.Size(141, 22);
this.ToolStripMenuItem_PasswordModify.Text = "口令修改(&P)";
this.ToolStripMenuItem_PasswordModify.Click += new System.EventHandler(this.ToolStripMenuItem_PasswordModify_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(138, 6);
//
// ToolStripMenuItem_DataInput
//
this.ToolStripMenuItem_DataInput.Name = "ToolStripMenuItem_DataInput";
this.ToolStripMenuItem_DataInput.Size = new System.Drawing.Size(141, 22);
this.ToolStripMenuItem_DataInput.Text = "数据导入(&I)";
this.ToolStripMenuItem_DataInput.Click += new System.EventHandler(this.ToolStripMenuItem_DataInput_Click);
//
// ToolStripMenuItem_DataOutput
//
this.ToolStripMenuItem_DataOutput.Name = "ToolStripMenuItem_DataOutput";
this.ToolStripMenuItem_DataOutput.Size = new System.Drawing.Size(141, 22);
this.ToolStripMenuItem_DataOutput.Text = "数据导出(&O)";
this.ToolStripMenuItem_DataOutput.Click += new System.EventHandler(this.ToolStripMenuItem_DataOutput_Click);
//
// ToolStripMenuItem_Tools
//
this.ToolStripMenuItem_Tools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem_Cal});
this.ToolStripMenuItem_Tools.Name = "ToolStripMenuItem_Tools";
this.ToolStripMenuItem_Tools.Size = new System.Drawing.Size(83, 20);
this.ToolStripMenuItem_Tools.Text = "实用工具(&T)";
//
// ToolStripMenuItem_Cal
//
this.ToolStripMenuItem_Cal.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem_NomalCal,
this.ToolStripMenuItem_ProfressionalCal});
this.ToolStripMenuItem_Cal.Name = "ToolStripMenuItem_Cal";
this.ToolStripMenuItem_Cal.Size = new System.Drawing.Size(128, 22);
this.ToolStripMenuItem_Cal.Text = "计算器(&C)";
//
// ToolStripMenuItem_NomalCal
//
this.ToolStripMenuItem_NomalCal.Name = "ToolStripMenuItem_NomalCal";
this.ToolStripMenuItem_NomalCal.Size = new System.Drawing.Size(152, 22);
this.ToolStripMenuItem_NomalCal.Text = "普通计算器(&N)";
this.ToolStripMenuItem_NomalCal.Click += new System.EventHandler(this.ToolStripMenuItem_NomalCal_Click);
//
// ToolStripMenuItem_ProfressionalCal
//
this.ToolStripMenuItem_ProfressionalCal.Name = "ToolStripMenuItem_ProfressionalCal";
this.ToolStripMenuItem_ProfressionalCal.Size = new System.Drawing.Size(152, 22);
this.ToolStripMenuItem_ProfressionalCal.Text = "专业计算器(&P)";
this.ToolStripMenuItem_ProfressionalCal.Click += new System.EventHandler(this.ToolStripMenuItem_ProfressionalCal_Click);
//
// toolStripMenuItem_Windows
//
this.toolStripMenuItem_Windows.Name = "toolStripMenuItem_Windows";
this.toolStripMenuItem_Windows.Size = new System.Drawing.Size(61, 20);
this.toolStripMenuItem_Windows.Text = "窗口(&W)";
this.toolStripMenuItem_Windows.DropDownOpening += new System.EventHandler(this.toolStripMenuItem_Windows_DropDownOpening);
//
// ToolStripMenuItem_Help
//
this.ToolStripMenuItem_Help.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem_HelpTheme,
this.ToolStripMenuItem_About});
this.ToolStripMenuItem_Help.Name = "ToolStripMenuItem_Help";
this.ToolStripMenuItem_Help.Size = new System.Drawing.Size(60, 20);
this.ToolStripMenuItem_Help.Text = "帮助(&H)";
//
// ToolStripMenuItem_HelpTheme
//
this.ToolStripMenuItem_HelpTheme.Name = "ToolStripMenuItem_HelpTheme";
this.ToolStripMenuItem_HelpTheme.Size = new System.Drawing.Size(139, 22);
this.ToolStripMenuItem_HelpTheme.Text = "帮助主题(&T)";
//
// ToolStripMenuItem_About
//
this.ToolStripMenuItem_About.Name = "ToolStripMenuItem_About";
this.ToolStripMenuItem_About.Size = new System.Drawing.Size(139, 22);
this.ToolStripMenuItem_About.Text = "关于(&A)";
this.ToolStripMenuItem_About.Click += new System.EventHandler(this.ToolStripMenuItem_About_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatusLabel_UserName});
this.statusStrip1.Location = new System.Drawing.Point(0, 392);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(792, 22);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(68, 17);
this.toolStripStatusLabel1.Text = "当前用户: ";
//
// toolStripStatusLabel_UserName
//
this.toolStripStatusLabel_UserName.Name = "toolStripStatusLabel_UserName";
this.toolStripStatusLabel_UserName.Size = new System.Drawing.Size(63, 17);
this.toolStripStatusLabel_UserName.Text = "UserName";
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 414);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStripMain);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStripMain;
this.Name = "FormMain";
this.Text = "个人财务管理系统";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.FormMain_Load);
this.menuStripMain.ResumeLayout(false);
this.menuStripMain.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStripMain;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_System;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Financial;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Manage;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Tools;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Help;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Writeoff;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Switch;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Exit;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_PasswordModify;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_DataInput;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_DataOutput;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Cal;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_HelpTheme;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_About;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Statistic;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_Windows;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_UserName;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_NomalCal;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_ProfressionalCal;
internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_AccoutManage;
internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_IncomeManage;
internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_DebitManage;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -