📄 main.designer.cs
字号:
this.个人信息ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
this.个人信息ToolStripMenuItem.Text = "个人信息";
//
// 工具ToolStripMenuItem
//
this.工具ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.计算器ToolStripMenuItem,
this.状态栏ToolStripMenuItem});
this.工具ToolStripMenuItem.Name = "工具ToolStripMenuItem";
this.工具ToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
this.工具ToolStripMenuItem.Text = "视图(&V)";
//
// 计算器ToolStripMenuItem
//
this.计算器ToolStripMenuItem.Name = "计算器ToolStripMenuItem";
this.计算器ToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.计算器ToolStripMenuItem.Text = "工具栏";
this.计算器ToolStripMenuItem.Click += new System.EventHandler(this.计算器ToolStripMenuItem_Click);
//
// 状态栏ToolStripMenuItem
//
this.状态栏ToolStripMenuItem.Name = "状态栏ToolStripMenuItem";
this.状态栏ToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.状态栏ToolStripMenuItem.Text = "状态栏";
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem5});
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(57, 20);
this.toolStripMenuItem4.Text = "工具(&T)";
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(110, 22);
this.toolStripMenuItem5.Text = "计算器";
this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
//
// 帮助HToolStripMenuItem
//
this.帮助HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.南山人事管理系统帮助ToolStripMenuItem,
this.toolStripSeparator5,
this.关于南山人事管理系统ToolStripMenuItem});
this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
this.帮助HToolStripMenuItem.Text = "窗口(&W)";
//
// 南山人事管理系统帮助ToolStripMenuItem
//
this.南山人事管理系统帮助ToolStripMenuItem.Name = "南山人事管理系统帮助ToolStripMenuItem";
this.南山人事管理系统帮助ToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
this.南山人事管理系统帮助ToolStripMenuItem.Text = "南山人事管理系统帮助";
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(191, 6);
//
// 关于南山人事管理系统ToolStripMenuItem
//
this.关于南山人事管理系统ToolStripMenuItem.CheckOnClick = true;
this.关于南山人事管理系统ToolStripMenuItem.Name = "关于南山人事管理系统ToolStripMenuItem";
this.关于南山人事管理系统ToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
this.关于南山人事管理系统ToolStripMenuItem.Text = "总在最上(&T)";
this.关于南山人事管理系统ToolStripMenuItem.Click += new System.EventHandler(this.关于南山人事管理系统ToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem2,
this.toolStripMenuItem3});
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(58, 20);
this.toolStripMenuItem1.Text = "帮助(&H)";
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(197, 22);
this.toolStripMenuItem2.Text = "南山人事管理系统帮助";
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(197, 22);
this.toolStripMenuItem3.Text = "关于 南山人事管理系统";
this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
//
// notifyIcon1
//
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "BlueHill 1.0.0 杨志凯";
this.notifyIcon1.Visible = true;
this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.显示主窗口ToolStripMenuItem,
this.注销登陆ToolStripMenuItem,
this.退出系统ToolStripMenuItem,
this.退出登陆ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(135, 92);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
//
// 显示主窗口ToolStripMenuItem
//
this.显示主窗口ToolStripMenuItem.Name = "显示主窗口ToolStripMenuItem";
this.显示主窗口ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.显示主窗口ToolStripMenuItem.Text = "显示主窗口";
this.显示主窗口ToolStripMenuItem.Click += new System.EventHandler(this.显示主窗口ToolStripMenuItem_Click);
//
// 注销登陆ToolStripMenuItem
//
this.注销登陆ToolStripMenuItem.Name = "注销登陆ToolStripMenuItem";
this.注销登陆ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.注销登陆ToolStripMenuItem.Text = "选项";
//
// 退出系统ToolStripMenuItem
//
this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem";
this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.退出系统ToolStripMenuItem.Text = "注销登陆";
this.退出系统ToolStripMenuItem.Click += new System.EventHandler(this.退出系统ToolStripMenuItem_Click);
//
// 退出登陆ToolStripMenuItem
//
this.退出登陆ToolStripMenuItem.Name = "退出登陆ToolStripMenuItem";
this.退出登陆ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.退出登陆ToolStripMenuItem.Text = "退出系统";
this.退出登陆ToolStripMenuItem.Click += new System.EventHandler(this.退出登陆ToolStripMenuItem_Click);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripSeparator2,
this.toolStripLabel1,
this.toolStripLabel2,
this.toolStripSeparator1,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripButton4,
this.toolStripButton5,
this.toolStripButton6,
this.toolStripButton7,
this.toolStripButton8,
this.toolStripSeparator4,
this.toolStripButton10,
this.toolStripButton9,
this.toolStripSeparator3,
this.toolStripButton1,
this.toolStripTextBox1});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(892, 25);
this.toolStrip1.TabIndex = 10;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(0, 22);
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(0, 22);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// toolStripButton9
//
this.toolStripButton9.Name = "toolStripButton9";
this.toolStripButton9.Size = new System.Drawing.Size(0, 22);
//
// toolStripSeparator3
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -