⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.designer.cs

📁 房屋中介管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
            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);
            // 
            // 出租管理ToolStripMenuItem
            // 
            this.出租管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmHouseType,
            this.tsmFlood,
            this.tsmseat,
            this.tsmZhuang,
            this.朝向设置ToolStripMenuItem,
            this.tsmUser});
            this.出租管理ToolStripMenuItem.Name = "出租管理ToolStripMenuItem";
            this.出租管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
            this.出租管理ToolStripMenuItem.Text = "出租管理";
            // 
            // tsmHouseType
            // 
            this.tsmHouseType.Name = "tsmHouseType";
            this.tsmHouseType.Size = new System.Drawing.Size(142, 22);
            this.tsmHouseType.Text = "房型信息设置";
            this.tsmHouseType.Click += new System.EventHandler(this.tsmHouseType_Click);
            // 
            // tsmFlood
            // 
            this.tsmFlood.Name = "tsmFlood";
            this.tsmFlood.Size = new System.Drawing.Size(142, 22);
            this.tsmFlood.Text = "楼层设置";
            this.tsmFlood.Click += new System.EventHandler(this.楼层设置ToolStripMenuItem_Click);
            // 
            // tsmseat
            // 
            this.tsmseat.Name = "tsmseat";
            this.tsmseat.Size = new System.Drawing.Size(142, 22);
            this.tsmseat.Text = "幢/座设置";
            this.tsmseat.Click += new System.EventHandler(this.tsmseat_Click);
            // 
            // tsmZhuang
            // 
            this.tsmZhuang.Name = "tsmZhuang";
            this.tsmZhuang.Size = new System.Drawing.Size(142, 22);
            this.tsmZhuang.Text = "装修程度设置";
            this.tsmZhuang.Click += new System.EventHandler(this.tsmZhuang_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);
            // 
            // tsmUser
            // 
            this.tsmUser.Name = "tsmUser";
            this.tsmUser.Size = new System.Drawing.Size(142, 22);
            this.tsmUser.Text = "用途设置";
            this.tsmUser.Click += new System.EventHandler(this.tsmUser_Click);
            // 
            // 交费管理ToolStripMenuItem
            // 
            this.交费管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.收费设置ToolStripMenuItem,
            this.tsmMoney});
            this.交费管理ToolStripMenuItem.Name = "交费管理ToolStripMenuItem";
            this.交费管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
            this.交费管理ToolStripMenuItem.Text = "交费管理";
            // 
            // 收费设置ToolStripMenuItem
            // 
            this.收费设置ToolStripMenuItem.Name = "收费设置ToolStripMenuItem";
            this.收费设置ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.收费设置ToolStripMenuItem.Text = "收费设置";
            this.收费设置ToolStripMenuItem.Visible = false;
            this.收费设置ToolStripMenuItem.Click += new System.EventHandler(this.收费设置ToolStripMenuItem_Click);
            // 
            // tsmMoney
            // 
            this.tsmMoney.Name = "tsmMoney";
            this.tsmMoney.Size = new System.Drawing.Size(118, 22);
            this.tsmMoney.Text = "收费记录";
            this.tsmMoney.Click += new System.EventHandler(this.交费统计ToolStripMenuItem_Click);
            // 
            // 业务统计ToolStripMenuItem
            // 
            this.业务统计ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.smpbargin});
            this.业务统计ToolStripMenuItem.Name = "业务统计ToolStripMenuItem";
            this.业务统计ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
            this.业务统计ToolStripMenuItem.Text = "业务统计";
            // 
            // smpbargin
            // 
            this.smpbargin.Name = "smpbargin";
            this.smpbargin.Size = new System.Drawing.Size(154, 22);
            this.smpbargin.Text = "成交业务量统计";
            this.smpbargin.Click += new System.EventHandler(this.smpbargin_Click);
            // 
            // 窗体部局ToolStripMenuItem
            // 
            this.窗体部局ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem2,
            this.toolStripMenuItem3,
            this.toolStripMenuItem4});
            this.窗体部局ToolStripMenuItem.Name = "窗体部局ToolStripMenuItem";
            this.窗体部局ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
            this.窗体部局ToolStripMenuItem.Text = "窗体部局(&F)";
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(136, 22);
            this.toolStripMenuItem2.Text = "层叠排列(&S)";
            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(136, 22);
            this.toolStripMenuItem3.Text = "水平平铺(&H)";
            this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(136, 22);
            this.toolStripMenuItem4.Text = "垂直平铺(&V)";
            this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
            // 
            // 常用工具ToolStripMenuItem
            // 
            this.常用工具ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.记事本ToolStripMenuItem,
            this.记算器ToolStripMenuItem,
            this.wORDToolStripMenuItem,
            this.eXECELToolStripMenuItem});
            this.常用工具ToolStripMenuItem.Name = "常用工具ToolStripMenuItem";
            this.常用工具ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
            this.常用工具ToolStripMenuItem.Text = "常用工具";
            // 
            // 记事本ToolStripMenuItem
            // 
            this.记事本ToolStripMenuItem.Name = "记事本ToolStripMenuItem";
            this.记事本ToolStripMenuItem.Size = new System.Drawing.Size(106, 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(106, 22);
            this.记算器ToolStripMenuItem.Text = "记算器";
            this.记算器ToolStripMenuItem.Click += new System.EventHandler(this.记算器ToolStripMenuItem_Click);
            // 
            // wORDToolStripMenuItem
            // 
            this.wORDToolStripMenuItem.Name = "wORDToolStripMenuItem";
            this.wORDToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
            this.wORDToolStripMenuItem.Text = "WORD";
            this.wORDToolStripMenuItem.Click += new System.EventHandler(this.wORDToolStripMenuItem_Click);
            // 
            // eXECELToolStripMenuItem
            // 
            this.eXECELToolStripMenuItem.Name = "eXECELToolStripMenuItem";
            this.eXECELToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
            this.eXECELToolStripMenuItem.Text = "EXCEL";
            this.eXECELToolStripMenuItem.Click += new System.EventHandler(this.eXECELToolStripMenuItem_Click);
            // 
            // 系统管理ToolStripMenuItem
            // 
            this.系统管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.口令设置ToolStripMenuItem,
            this.退出系统ToolStripMenuItem,
            this.tsmDataStock,
            this.tsmDataRestore,
            this.tspClear});
            this.系统管理ToolStripMenuItem.Name = "系统管理ToolStripMenuItem";
            this.系统管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
            this.系统管理ToolStripMenuItem.Text = "系统管理";
            // 
            // 口令设置ToolStripMenuItem
            // 
            this.口令设置ToolStripMenuItem.Name = "口令设置ToolStripMenuItem";
            this.口令设置ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -