📄 frmmain.designer.cs
字号:
this.口令设置ToolStripMenuItem.Text = "口令设置";
this.口令设置ToolStripMenuItem.Click += new System.EventHandler(this.口令设置ToolStripMenuItem_Click);
//
// 退出系统ToolStripMenuItem
//
this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem";
this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.退出系统ToolStripMenuItem.Text = "退出系统";
this.退出系统ToolStripMenuItem.Click += new System.EventHandler(this.退出系统ToolStripMenuItem_Click);
//
// tsmDataStock
//
this.tsmDataStock.Name = "tsmDataStock";
this.tsmDataStock.Size = new System.Drawing.Size(142, 22);
this.tsmDataStock.Text = "数据库备份";
this.tsmDataStock.Click += new System.EventHandler(this.tsmDataStock_Click);
//
// tsmDataRestore
//
this.tsmDataRestore.Name = "tsmDataRestore";
this.tsmDataRestore.Size = new System.Drawing.Size(142, 22);
this.tsmDataRestore.Text = "数据库恢复";
this.tsmDataRestore.Click += new System.EventHandler(this.tsmDataRestore_Click);
//
// tspClear
//
this.tspClear.Name = "tspClear";
this.tspClear.Size = new System.Drawing.Size(142, 22);
this.tspClear.Text = "清理无效信息";
this.tspClear.Click += new System.EventHandler(this.tspClear_Click);
//
// 帮助ToolStripMenuItem
//
this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.帮助文件ToolStripMenuItem});
this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.帮助ToolStripMenuItem.Text = "帮助";
//
// 帮助文件ToolStripMenuItem
//
this.帮助文件ToolStripMenuItem.Name = "帮助文件ToolStripMenuItem";
this.帮助文件ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.帮助文件ToolStripMenuItem.Text = "帮助文件";
this.帮助文件ToolStripMenuItem.Click += new System.EventHandler(this.帮助文件ToolStripMenuItem_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.tspname,
this.toolStripStatusLabel3,
this.tspLoginTime,
this.toolStripStatusLabel2,
this.tspNowTime});
this.statusStrip1.Location = new System.Drawing.Point(0, 546);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(866, 22);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.AutoSize = false;
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(90, 17);
this.toolStripStatusLabel1.Text = "登录用户:";
//
// tspname
//
this.tspname.AutoSize = false;
this.tspname.Name = "tspname";
this.tspname.Size = new System.Drawing.Size(131, 17);
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.AutoSize = false;
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(65, 17);
this.toolStripStatusLabel3.Text = "登录时间:";
//
// tspLoginTime
//
this.tspLoginTime.AutoSize = false;
this.tspLoginTime.Name = "tspLoginTime";
this.tspLoginTime.Size = new System.Drawing.Size(150, 17);
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.AutoSize = false;
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(120, 17);
this.toolStripStatusLabel2.Text = "当前时间:";
//
// tspNowTime
//
this.tspNowTime.Name = "tspNowTime";
this.tspNowTime.Size = new System.Drawing.Size(0, 17);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(866, 568);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.MaximizeBox = false;
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "房屋中介系统";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
this.Load += new System.EventHandler(this.frmMain_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 用户信息管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 求租人员信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem l出租人员信息设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 求租管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsSelectHouse;
private System.Windows.Forms.ToolStripMenuItem stStateHouse;
private System.Windows.Forms.ToolStripMenuItem tsWantHouse;
private System.Windows.Forms.ToolStripMenuItem 出租管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsmHouseType;
private System.Windows.Forms.ToolStripMenuItem tsmFlood;
private System.Windows.Forms.ToolStripMenuItem tsmseat;
private System.Windows.Forms.ToolStripMenuItem tsmZhuang;
private System.Windows.Forms.ToolStripMenuItem 朝向设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsmUser;
private System.Windows.Forms.ToolStripMenuItem 交费管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 收费设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsmMoney;
private System.Windows.Forms.ToolStripMenuItem 业务统计ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem smpbargin;
private System.Windows.Forms.ToolStripMenuItem 系统管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 口令设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出系统ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsmDataStock;
private System.Windows.Forms.ToolStripMenuItem 常用工具ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 记事本ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 记算器ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem wORDToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem eXECELToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助文件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 窗体部局ToolStripMenuItem;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.ToolStripStatusLabel tspLoginTime;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripStatusLabel tspNowTime;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem tsmDataRestore;
private System.Windows.Forms.ToolStripMenuItem tspClear;
private System.Windows.Forms.ToolStripMenuItem tbEmpleey;
private System.Windows.Forms.ToolStripMenuItem 录入员工信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 所有员工信息ToolStripMenuItem;
public System.Windows.Forms.ToolStripStatusLabel tspname;
private System.Windows.Forms.ToolStripMenuItem tmPeoControl;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -