📄 querysaleclientform.designer.cs
字号:
//
// 打印Button
//
this.打印Button.Image = ((System.Drawing.Image)(resources.GetObject("打印Button.Image")));
this.打印Button.Location = new System.Drawing.Point(464, 30);
this.打印Button.Name = "打印Button";
this.打印Button.Size = new System.Drawing.Size(76, 23);
this.打印Button.TabIndex = 121;
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);
//
// 查询Button
//
this.查询Button.Image = ((System.Drawing.Image)(resources.GetObject("查询Button.Image")));
this.查询Button.Location = new System.Drawing.Point(464, 4);
this.查询Button.Name = "查询Button";
this.查询Button.Size = new System.Drawing.Size(76, 23);
this.查询Button.TabIndex = 120;
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);
//
// 装修级别ComboBox
//
this.装修级别ComboBox.FormattingEnabled = true;
this.装修级别ComboBox.Location = new System.Drawing.Point(397, 5);
this.装修级别ComboBox.Name = "装修级别ComboBox";
this.装修级别ComboBox.Size = new System.Drawing.Size(61, 20);
this.装修级别ComboBox.TabIndex = 119;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(331, 10);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 118;
this.label5.Text = "装修级别:";
//
// 最小房间数TextBox
//
this.最小房间数TextBox.Location = new System.Drawing.Point(3, 28);
this.最小房间数TextBox.Name = "最小房间数TextBox";
this.最小房间数TextBox.Size = new System.Drawing.Size(20, 21);
this.最小房间数TextBox.TabIndex = 115;
this.最小房间数TextBox.Text = "2";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 34);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 114;
this.label2.Text = "至";
//
// 所在城区ComboBox
//
this.所在城区ComboBox.FormattingEnabled = true;
this.所在城区ComboBox.Location = new System.Drawing.Point(252, 6);
this.所在城区ComboBox.Name = "所在城区ComboBox";
this.所在城区ComboBox.Size = new System.Drawing.Size(75, 20);
this.所在城区ComboBox.TabIndex = 113;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(188, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 112;
this.label1.Text = "所在城区:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(62, 34);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(17, 12);
this.label3.TabIndex = 116;
this.label3.Text = "房";
//
// 最大房间数TextBox
//
this.最大房间数TextBox.Location = new System.Drawing.Point(40, 28);
this.最大房间数TextBox.Name = "最大房间数TextBox";
this.最大房间数TextBox.Size = new System.Drawing.Size(21, 21);
this.最大房间数TextBox.TabIndex = 117;
this.最大房间数TextBox.Text = "3";
//
// QuerySaleClientForm
//
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 = "QuerySaleClientForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "查询求购客源";
this.Load += new System.EventHandler(this.QuerySaleClientForm_Load);
((System.ComponentModel.ISupportInitialize)(this.查询报表DataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox 最高购价TextBox;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox 最低购价TextBox;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox 最大面积TextBox;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox 最小面积TextBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DateTimePicker 当前日期DateTimePicker;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DataGridView 查询报表DataGridView;
private System.Windows.Forms.Button 打印Button;
private System.Windows.Forms.Button 查询Button;
private System.Windows.Forms.ComboBox 装修级别ComboBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox 最小房间数TextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox 所在城区ComboBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox 最大房间数TextBox;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -