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

📄 frmmain.designer.cs

📁 房屋中介管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace houseAgency
{
    partial class frmMain
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.用户信息管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.求租人员信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.l出租人员信息设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tmPeoControl = new System.Windows.Forms.ToolStripMenuItem();
            this.求租管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsSelectHouse = new System.Windows.Forms.ToolStripMenuItem();
            this.stStateHouse = new System.Windows.Forms.ToolStripMenuItem();
            this.tsWantHouse = new System.Windows.Forms.ToolStripMenuItem();
            this.tbEmpleey = new System.Windows.Forms.ToolStripMenuItem();
            this.录入员工信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.所有员工信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.出租管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmHouseType = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmFlood = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmseat = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmZhuang = new System.Windows.Forms.ToolStripMenuItem();
            this.朝向设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmUser = new System.Windows.Forms.ToolStripMenuItem();
            this.交费管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.收费设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmMoney = new System.Windows.Forms.ToolStripMenuItem();
            this.业务统计ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.smpbargin = new System.Windows.Forms.ToolStripMenuItem();
            this.窗体部局ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            this.常用工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.记事本ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.记算器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.wORDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.eXECELToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.系统管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.口令设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.退出系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmDataStock = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmDataRestore = new System.Windows.Forms.ToolStripMenuItem();
            this.tspClear = new System.Windows.Forms.ToolStripMenuItem();
            this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.帮助文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.tspname = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
            this.tspLoginTime = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.tspNowTime = new System.Windows.Forms.ToolStripStatusLabel();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.menuStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.用户信息管理ToolStripMenuItem,
            this.求租管理ToolStripMenuItem,
            this.tbEmpleey,
            this.出租管理ToolStripMenuItem,
            this.交费管理ToolStripMenuItem,
            this.业务统计ToolStripMenuItem,
            this.窗体部局ToolStripMenuItem,
            this.常用工具ToolStripMenuItem,
            this.系统管理ToolStripMenuItem,
            this.帮助ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(866, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 用户信息管理ToolStripMenuItem
            // 
            this.用户信息管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.求租人员信息ToolStripMenuItem,
            this.l出租人员信息设置ToolStripMenuItem,
            this.tmPeoControl});
            this.用户信息管理ToolStripMenuItem.Name = "用户信息管理ToolStripMenuItem";
            this.用户信息管理ToolStripMenuItem.Size = new System.Drawing.Size(89, 20);
            this.用户信息管理ToolStripMenuItem.Text = "用户信息管理";
            // 
            // 求租人员信息ToolStripMenuItem
            // 
            this.求租人员信息ToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.求租人员信息ToolStripMenuItem.Name = "求租人员信息ToolStripMenuItem";
            this.求租人员信息ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.求租人员信息ToolStripMenuItem.Text = "求租人员信息设置";
            this.求租人员信息ToolStripMenuItem.Click += new System.EventHandler(this.求租人员信息ToolStripMenuItem_Click);
            // 
            // l出租人员信息设置ToolStripMenuItem
            // 
            this.l出租人员信息设置ToolStripMenuItem.Name = "l出租人员信息设置ToolStripMenuItem";
            this.l出租人员信息设置ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.l出租人员信息设置ToolStripMenuItem.Text = "出租人员信息设置";
            this.l出租人员信息设置ToolStripMenuItem.Click += new System.EventHandler(this.l出租人员信息设置ToolStripMenuItem_Click);
            // 
            // tmPeoControl
            // 
            this.tmPeoControl.Name = "tmPeoControl";
            this.tmPeoControl.Size = new System.Drawing.Size(166, 22);
            this.tmPeoControl.Text = "人员信息控制";
            this.tmPeoControl.Click += new System.EventHandler(this.tmPeoControl_Click);
            // 
            // 求租管理ToolStripMenuItem
            // 
            this.求租管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsSelectHouse,
            this.stStateHouse,
            this.tsWantHouse});
            this.求租管理ToolStripMenuItem.Name = "求租管理ToolStripMenuItem";
            this.求租管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
            this.求租管理ToolStripMenuItem.Text = "求租管理";
            // 
            // tsSelectHouse
            // 
            this.tsSelectHouse.Name = "tsSelectHouse";
            this.tsSelectHouse.Size = new System.Drawing.Size(142, 22);
            this.tsSelectHouse.Text = "房源查询设置";
            this.tsSelectHouse.Click += new System.EventHandler(this.tsSelectHouse_Click);
            // 
            // stStateHouse
            // 
            this.stStateHouse.Name = "stStateHouse";
            this.stStateHouse.Size = new System.Drawing.Size(142, 22);
            this.stStateHouse.Text = "房源状态浏览";
            this.stStateHouse.Click += new System.EventHandler(this.stStateHouse_Click);
            // 
            // tsWantHouse
            // 
            this.tsWantHouse.Name = "tsWantHouse";
            this.tsWantHouse.Size = new System.Drawing.Size(142, 22);
            this.tsWantHouse.Text = "求租意向设置";
            this.tsWantHouse.Click += new System.EventHandler(this.tsWantHouse_Click);
            // 
            // tbEmpleey
            // 
            this.tbEmpleey.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.录入员工信息ToolStripMenuItem,
            this.所有员工信息ToolStripMenuItem});
            this.tbEmpleey.Name = "tbEmpleey";
            this.tbEmpleey.Size = new System.Drawing.Size(65, 20);
            this.tbEmpleey.Text = "员工信息";
            // 
            // 录入员工信息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);
            // 
            // 所有员工信息ToolStripMenuItem
            // 

⌨️ 快捷键说明

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