📄 dictionaryform.designer.cs
字号:
namespace MyHouse
{
partial class DictionaryForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DictionaryForm));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.保存Button = new System.Windows.Forms.Button();
this.房源参数值TextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.房源参数名称ListBox = new System.Windows.Forms.ListBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.重置Button = new System.Windows.Forms.Button();
this.其他参数值TextBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.其他参数名称ListBox = new System.Windows.Forms.ListBox();
this.label4 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.保存Button);
this.groupBox1.Controls.Add(this.房源参数值TextBox);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.房源参数名称ListBox);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(4, 5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(533, 201);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "房源参数设置";
//
// 保存Button
//
this.保存Button.Image = ((System.Drawing.Image)(resources.GetObject("保存Button.Image")));
this.保存Button.Location = new System.Drawing.Point(451, 10);
this.保存Button.Name = "保存Button";
this.保存Button.Size = new System.Drawing.Size(75, 23);
this.保存Button.TabIndex = 4;
this.保存Button.Text = "保存";
this.保存Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.保存Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.保存Button.UseVisualStyleBackColor = true;
this.保存Button.Click += new System.EventHandler(this.保存Button_Click);
//
// 房源参数值TextBox
//
this.房源参数值TextBox.Location = new System.Drawing.Point(104, 36);
this.房源参数值TextBox.Multiline = true;
this.房源参数值TextBox.Name = "房源参数值TextBox";
this.房源参数值TextBox.Size = new System.Drawing.Size(422, 160);
this.房源参数值TextBox.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(102, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(257, 12);
this.label2.TabIndex = 2;
this.label2.Text = "房源参数值[请单击<保存>按钮保存修改结果]:";
//
// 房源参数名称ListBox
//
this.房源参数名称ListBox.FormattingEnabled = true;
this.房源参数名称ListBox.ItemHeight = 12;
this.房源参数名称ListBox.Items.AddRange(new object[] {
"城区",
"类型",
"公交",
"环境",
"用途",
"结构",
"证件",
"朝向",
"配置",
"家具",
"装修",
"家电",
"付款",
"货币",
"付佣",
"来源",
"委托",
"产权",
"状态",
"铺型",
"适应行业",
"空调",
"厂型"});
this.房源参数名称ListBox.Location = new System.Drawing.Point(6, 36);
this.房源参数名称ListBox.Name = "房源参数名称ListBox";
this.房源参数名称ListBox.Size = new System.Drawing.Size(90, 160);
this.房源参数名称ListBox.TabIndex = 1;
this.房源参数名称ListBox.SelectedIndexChanged += new System.EventHandler(this.房源参数名称ListBox_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 12);
this.label1.TabIndex = 0;
this.label1.Text = "房源参数名称:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.重置Button);
this.groupBox2.Controls.Add(this.其他参数值TextBox);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.其他参数名称ListBox);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Location = new System.Drawing.Point(4, 212);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(533, 201);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "其他参数设置";
//
// 重置Button
//
this.重置Button.Image = ((System.Drawing.Image)(resources.GetObject("重置Button.Image")));
this.重置Button.Location = new System.Drawing.Point(451, 10);
this.重置Button.Name = "重置Button";
this.重置Button.Size = new System.Drawing.Size(75, 23);
this.重置Button.TabIndex = 4;
this.重置Button.Text = "重置";
this.重置Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.重置Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.重置Button.UseVisualStyleBackColor = true;
this.重置Button.Click += new System.EventHandler(this.重置Button_Click);
//
// 其他参数值TextBox
//
this.其他参数值TextBox.Location = new System.Drawing.Point(104, 36);
this.其他参数值TextBox.Multiline = true;
this.其他参数值TextBox.Name = "其他参数值TextBox";
this.其他参数值TextBox.Size = new System.Drawing.Size(422, 160);
this.其他参数值TextBox.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(102, 18);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(257, 12);
this.label3.TabIndex = 2;
this.label3.Text = "其他参数值[请单击<重置>按钮保存修改结果]:";
//
// 其他参数名称ListBox
//
this.其他参数名称ListBox.FormattingEnabled = true;
this.其他参数名称ListBox.ItemHeight = 12;
this.其他参数名称ListBox.Items.AddRange(new object[] {
"职业",
"来源",
"客源状态",
"跟进方式",
"提成说明",
"收据类别",
"收款项目"});
this.其他参数名称ListBox.Location = new System.Drawing.Point(6, 36);
this.其他参数名称ListBox.Name = "其他参数名称ListBox";
this.其他参数名称ListBox.Size = new System.Drawing.Size(90, 160);
this.其他参数名称ListBox.TabIndex = 1;
this.其他参数名称ListBox.SelectedIndexChanged += new System.EventHandler(this.其他参数名称ListBox_SelectedIndexChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 18);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(89, 12);
this.label4.TabIndex = 0;
this.label4.Text = "其他参数名称:";
//
// DictionaryForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(542, 416);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DictionaryForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "系统参数设置";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button 保存Button;
private System.Windows.Forms.TextBox 房源参数值TextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ListBox 房源参数名称ListBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button 重置Button;
private System.Windows.Forms.TextBox 其他参数值TextBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ListBox 其他参数名称ListBox;
private System.Windows.Forms.Label label4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -