📄 querysalehouseform.designer.cs
字号:
this.查询Button.Image = ((System.Drawing.Image)(resources.GetObject("查询Button.Image")));
this.查询Button.Location = new System.Drawing.Point(463, 4);
this.查询Button.Name = "查询Button";
this.查询Button.Size = new System.Drawing.Size(76, 23);
this.查询Button.TabIndex = 99;
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);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(1, 10);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 102;
this.label4.Text = "当前日期:";
//
// 当前日期DateTimePicker
//
this.当前日期DateTimePicker.Location = new System.Drawing.Point(63, 5);
this.当前日期DateTimePicker.Name = "当前日期DateTimePicker";
this.当前日期DateTimePicker.Size = new System.Drawing.Size(118, 21);
this.当前日期DateTimePicker.TabIndex = 103;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(84, 34);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(113, 12);
this.label6.TabIndex = 104;
this.label6.Text = "建筑面积(平方米):";
//
// 最小面积TextBox
//
this.最小面积TextBox.Location = new System.Drawing.Point(192, 28);
this.最小面积TextBox.Name = "最小面积TextBox";
this.最小面积TextBox.Size = new System.Drawing.Size(28, 21);
this.最小面积TextBox.TabIndex = 105;
this.最小面积TextBox.Text = "60";
//
// 最大面积TextBox
//
this.最大面积TextBox.Location = new System.Drawing.Point(237, 28);
this.最大面积TextBox.Name = "最大面积TextBox";
this.最大面积TextBox.Size = new System.Drawing.Size(32, 21);
this.最大面积TextBox.TabIndex = 107;
this.最大面积TextBox.Text = "200";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(221, 33);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(17, 12);
this.label7.TabIndex = 106;
this.label7.Text = "至";
//
// 最高售价TextBox
//
this.最高售价TextBox.Location = new System.Drawing.Point(409, 28);
this.最高售价TextBox.Name = "最高售价TextBox";
this.最高售价TextBox.Size = new System.Drawing.Size(47, 21);
this.最高售价TextBox.TabIndex = 111;
this.最高售价TextBox.Text = "300000";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(386, 33);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(17, 12);
this.label8.TabIndex = 110;
this.label8.Text = "至";
//
// 最低售价TextBox
//
this.最低售价TextBox.Location = new System.Drawing.Point(338, 28);
this.最低售价TextBox.Name = "最低售价TextBox";
this.最低售价TextBox.Size = new System.Drawing.Size(44, 21);
this.最低售价TextBox.TabIndex = 109;
this.最低售价TextBox.Text = "100000";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(275, 33);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 108;
this.label9.Text = "售价(元):";
//
// QuerySaleHouseForm
//
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.最高售价TextBox);
this.Controls.Add(this.label8);
this.Controls.Add(this.最低售价TextBox);
this.Controls.Add(this.label9);
this.Controls.Add(this.最大面积TextBox);
this.Controls.Add(this.label7);
this.Controls.Add(this.最小面积TextBox);
this.Controls.Add(this.label6);
this.Controls.Add(this.当前日期DateTimePicker);
this.Controls.Add(this.label4);
this.Controls.Add(this.查询报表DataGridView);
this.Controls.Add(this.打印Button);
this.Controls.Add(this.查询Button);
this.Controls.Add(this.装修级别ComboBox);
this.Controls.Add(this.label5);
this.Controls.Add(this.厅TextBox);
this.Controls.Add(this.label3);
this.Controls.Add(this.房TextBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.所在城区ComboBox);
this.Controls.Add(this.label1);
this.Name = "QuerySaleHouseForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "查询可售房源";
this.Load += new System.EventHandler(this.QuerySaleHouseForm_Load);
((System.ComponentModel.ISupportInitialize)(this.查询报表DataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox 所在城区ComboBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox 房TextBox;
private System.Windows.Forms.TextBox 厅TextBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox 装修级别ComboBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DataGridView 查询报表DataGridView;
private System.Windows.Forms.Button 打印Button;
private System.Windows.Forms.Button 查询Button;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DateTimePicker 当前日期DateTimePicker;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox 最小面积TextBox;
private System.Windows.Forms.TextBox 最大面积TextBox;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox 最高售价TextBox;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox 最低售价TextBox;
private System.Windows.Forms.Label label9;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -