📄 mainform.designer.cs
字号:
this.修改用户密码ToolStripMenuItem.Name = "修改用户密码ToolStripMenuItem";
this.修改用户密码ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.修改用户密码ToolStripMenuItem.Text = "修改用户密码(&P)";
this.修改用户密码ToolStripMenuItem.Click += new System.EventHandler(this.修改用户密码ToolStripMenuItem_Click);
//
// 修改用户密码ToolStripSeparator
//
this.修改用户密码ToolStripSeparator.Name = "修改用户密码ToolStripSeparator";
this.修改用户密码ToolStripSeparator.Size = new System.Drawing.Size(157, 6);
//
// 系统参数设置ToolStripMenuItem
//
this.系统参数设置ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("系统参数设置ToolStripMenuItem.Image")));
this.系统参数设置ToolStripMenuItem.Name = "系统参数设置ToolStripMenuItem";
this.系统参数设置ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.系统参数设置ToolStripMenuItem.Text = "系统参数设置(&S)";
this.系统参数设置ToolStripMenuItem.Click += new System.EventHandler(this.系统参数设置ToolStripMenuItem_Click);
//
// 系统参数设置ToolStripSeparator
//
this.系统参数设置ToolStripSeparator.Name = "系统参数设置ToolStripSeparator";
this.系统参数设置ToolStripSeparator.Size = new System.Drawing.Size(157, 6);
//
// 公司职员设置ToolStripMenuItem
//
this.公司职员设置ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("公司职员设置ToolStripMenuItem.Image")));
this.公司职员设置ToolStripMenuItem.Name = "公司职员设置ToolStripMenuItem";
this.公司职员设置ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.公司职员设置ToolStripMenuItem.Text = "公司职员设置(&M)";
this.公司职员设置ToolStripMenuItem.Click += new System.EventHandler(this.公司职员设置ToolStripMenuItem_Click);
//
// 公司职员设置ToolStripSeparator
//
this.公司职员设置ToolStripSeparator.Name = "公司职员设置ToolStripSeparator";
this.公司职员设置ToolStripSeparator.Size = new System.Drawing.Size(157, 6);
//
// 公司信息设置ToolStripMenuItem
//
this.公司信息设置ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("公司信息设置ToolStripMenuItem.Image")));
this.公司信息设置ToolStripMenuItem.Name = "公司信息设置ToolStripMenuItem";
this.公司信息设置ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.公司信息设置ToolStripMenuItem.Text = "公司信息设置(&C)";
this.公司信息设置ToolStripMenuItem.Click += new System.EventHandler(this.公司信息设置ToolStripMenuItem_Click);
//
// 公司信息设置ToolStripSeparator
//
this.公司信息设置ToolStripSeparator.Name = "公司信息设置ToolStripSeparator";
this.公司信息设置ToolStripSeparator.Size = new System.Drawing.Size(157, 6);
//
// 系统帮助信息ToolStripMenuItem
//
this.系统帮助信息ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("系统帮助信息ToolStripMenuItem.Image")));
this.系统帮助信息ToolStripMenuItem.Name = "系统帮助信息ToolStripMenuItem";
this.系统帮助信息ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.系统帮助信息ToolStripMenuItem.Text = "系统帮助信息(&H)";
this.系统帮助信息ToolStripMenuItem.Click += new System.EventHandler(this.系统帮助信息ToolStripMenuItem_Click);
//
// 退出系统ToolStripMenuItem
//
this.退出系统ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("退出系统ToolStripMenuItem.Image")));
this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem";
this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(99, 20);
this.退出系统ToolStripMenuItem.Text = "退出系统(&E)";
this.退出系统ToolStripMenuItem.Click += new System.EventHandler(this.退出系统ToolStripMenuItem_Click);
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.Color.WhiteSmoke;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.出售房源管理ToolStripButton,
this.求购客户管理ToolStripButton,
this.出租房源管理ToolStripButton,
this.求租客户管理ToolStripButton,
this.业务资料管理ToolStripButton,
this.广告发布管理ToolStripButton,
this.经纪跟进管理ToolStripButton,
this.租售成交管理ToolStripButton,
this.查询可售房源ToolStripButton,
this.查询求购客户ToolStripButton,
this.查询可租房源ToolStripButton,
this.查询求租客户ToolStripButton,
this.查询已售房源ToolStripButton,
this.查询已租房源ToolStripButton,
this.退出系统ToolStripButton});
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(542, 102);
this.toolStrip1.Stretch = true;
this.toolStrip1.TabIndex = 6;
this.toolStrip1.Text = "toolStrip1";
//
// 退出系统ToolStripButton
//
this.退出系统ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("退出系统ToolStripButton.Image")));
this.退出系统ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.退出系统ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.退出系统ToolStripButton.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
this.退出系统ToolStripButton.Name = "退出系统ToolStripButton";
this.退出系统ToolStripButton.Size = new System.Drawing.Size(57, 48);
this.退出系统ToolStripButton.Text = "退出系统";
this.退出系统ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.退出系统ToolStripButton.Click += new System.EventHandler(this.退出系统ToolStripMenuItem_Click);
//
// 查询已售房源ToolStripButton
//
this.查询已售房源ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("查询已售房源ToolStripButton.Image")));
this.查询已售房源ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.查询已售房源ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.查询已售房源ToolStripButton.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
this.查询已售房源ToolStripButton.Name = "查询已售房源ToolStripButton";
this.查询已售房源ToolStripButton.Size = new System.Drawing.Size(57, 48);
this.查询已售房源ToolStripButton.Text = "已售房源";
this.查询已售房源ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.查询已售房源ToolStripButton.Click += new System.EventHandler(this.查询已售房源ToolStripMenuItem_Click);
//
// 查询求租客户ToolStripButton
//
this.查询求租客户ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("查询求租客户ToolStripButton.Image")));
this.查询求租客户ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.查询求租客户ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.查询求租客户ToolStripButton.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
this.查询求租客户ToolStripButton.Name = "查询求租客户ToolStripButton";
this.查询求租客户ToolStripButton.Size = new System.Drawing.Size(57, 48);
this.查询求租客户ToolStripButton.Text = "求租客源";
this.查询求租客户ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.查询求租客户ToolStripButton.Click += new System.EventHandler(this.查询求租客户ToolStripMenuItem_Click);
//
// 查询可租房源ToolStripButton
//
this.查询可租房源ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("查询可租房源ToolStripButton.Image")));
this.查询可租房源ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.查询可租房源ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.查询可租房源ToolStripButton.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
this.查询可租房源ToolStripButton.Name = "查询可租房源ToolStripButton";
this.查询可租房源ToolStripButton.Size = new System.Drawing.Size(57, 48);
this.查询可租房源ToolStripButton.Text = "可租房源";
this.查询可租房源ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.查询可租房源ToolStripButton.Click += new System.EventHandler(this.查询可租房源ToolStripMenuItem_Click);
//
// 查询求购客户ToolStripButton
//
this.查询求购客户ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("查询求购客户ToolStripButton.Image")));
this.查询求购客户ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.查询求购客户ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.查询求购客户ToolStripButton.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
this.查询求购客户ToolStripButton.Name = "查询求购客户ToolStripButton";
this.查询求购客户ToolStripButton.Size = new System.Drawing.Size(57, 48);
this.查询求购客户ToolStripButton.Text = "求购客源";
this.查询求购客户ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.查询求购客户ToolStripButton.Click += new System.EventHandler(this.查询求购客户ToolStripMenuItem_Click);
//
// 查询可售房源ToolStripButton
//
this.查询可售房源ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("查询可售房源ToolStripButton.Image")));
this.查询可售房源ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.查询可售房源ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.查询可售房源ToolStripButton.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
this.查询可售房源ToolStripButton.Name = "查询可售房源ToolStripButton";
this.查询可售房源ToolStripButton.Size = new System.Drawing.Size(57, 48);
this.查询可售房源ToolStripButton.Text = "可售房源";
this.查询可售房源ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.查询可售房源ToolStripButton.Click += new System.EventHandler(this.查询可售房源ToolStripMenuItem_Click);
//
// 租售成交管理ToolStripButton
//
this.租售成交管理ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("租售成交管理ToolStripButton.Image")));
this.租售成交管理ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.租售成交管理ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.租售成交管理ToolStripButton.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
this.租售成交管理ToolStripButton.Name = "租售成交管理ToolStripButton";
this.租售成交管理ToolStripButton.Size = new System.Drawing.Size(57, 48);
this.租售成交管理ToolStripButton.Text = "租售成交";
this.租售成交管理ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.租售成交管理ToolStripButton.Click += new System.EventHandler(this.租售成交管理ToolStripMenuItem_Click);
//
// 经纪跟进管理ToolStripButton
//
this.经纪跟进管理ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("经纪跟进管理ToolStripButton.Image")));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -