📄 frmhouse.designer.cs
字号:
this.cobUser.Size = new System.Drawing.Size(156, 20);
this.cobUser.TabIndex = 40;
//
// cboFavoe
//
this.cboFavoe.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFavoe.FormattingEnabled = true;
this.cboFavoe.Location = new System.Drawing.Point(67, 108);
this.cboFavoe.Name = "cboFavoe";
this.cboFavoe.Size = new System.Drawing.Size(143, 20);
this.cboFavoe.TabIndex = 39;
//
// cobFlood
//
this.cobFlood.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cobFlood.FormattingEnabled = true;
this.cobFlood.Location = new System.Drawing.Point(67, 79);
this.cobFlood.Name = "cobFlood";
this.cobFlood.Size = new System.Drawing.Size(143, 20);
this.cobFlood.TabIndex = 38;
//
// cobZhuang
//
this.cobZhuang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cobZhuang.FormattingEnabled = true;
this.cobZhuang.Location = new System.Drawing.Point(334, 104);
this.cobZhuang.Name = "cobZhuang";
this.cobZhuang.Size = new System.Drawing.Size(156, 20);
this.cobZhuang.TabIndex = 37;
//
// cobDong
//
this.cobDong.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cobDong.FormattingEnabled = true;
this.cobDong.Location = new System.Drawing.Point(334, 53);
this.cobDong.Name = "cobDong";
this.cobDong.Size = new System.Drawing.Size(156, 20);
this.cobDong.TabIndex = 36;
//
// cboXing
//
this.cboXing.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboXing.FormattingEnabled = true;
this.cboXing.Location = new System.Drawing.Point(67, 48);
this.cboXing.Name = "cboXing";
this.cboXing.Size = new System.Drawing.Size(143, 20);
this.cboXing.TabIndex = 35;
//
// txtArea
//
this.txtArea.Location = new System.Drawing.Point(409, 20);
this.txtArea.MaxLength = 10;
this.txtArea.Name = "txtArea";
this.txtArea.Size = new System.Drawing.Size(97, 21);
this.txtArea.TabIndex = 34;
this.txtArea.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox2_KeyPress);
//
// nudYear
//
this.nudYear.Location = new System.Drawing.Point(272, 20);
this.nudYear.Name = "nudYear";
this.nudYear.Size = new System.Drawing.Size(47, 21);
this.nudYear.TabIndex = 33;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(67, 20);
this.txtName.MaxLength = 20;
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(122, 21);
this.txtName.TabIndex = 32;
this.txtName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(346, 24);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 30;
this.label10.Text = "建筑面积";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(213, 25);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 29;
this.label9.Text = "建筑年限";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(31, 82);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 28;
this.label8.Text = "楼层";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(294, 82);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 27;
this.label7.Text = "用途";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(31, 111);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 26;
this.label6.Text = "朝向";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(294, 111);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 25;
this.label5.Text = "装修";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(290, 56);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 12);
this.label4.TabIndex = 24;
this.label4.Text = "幢/座";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(31, 51);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 23;
this.label3.Text = "房型";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 22;
this.label2.Text = "物业名称";
//
// lblHouseID
//
this.lblHouseID.AutoSize = true;
this.lblHouseID.Font = new System.Drawing.Font("隶书", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblHouseID.Location = new System.Drawing.Point(177, 1);
this.lblHouseID.Name = "lblHouseID";
this.lblHouseID.Size = new System.Drawing.Size(128, 16);
this.lblHouseID.TabIndex = 21;
this.lblHouseID.Text = "show House Info";
//
// butOK
//
this.butOK.Location = new System.Drawing.Point(289, 313);
this.butOK.Name = "butOK";
this.butOK.Size = new System.Drawing.Size(75, 23);
this.butOK.TabIndex = 22;
this.butOK.Text = "确定(&O)";
this.butOK.UseVisualStyleBackColor = true;
this.butOK.Click += new System.EventHandler(this.butOK_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(370, 313);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(75, 23);
this.button8.TabIndex = 23;
this.button8.Text = "取消(&C)";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// opImage
//
this.opImage.FileName = "opTPic";
//
// button1
//
this.button1.Location = new System.Drawing.Point(451, 313);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(92, 23);
this.button1.TabIndex = 24;
this.button1.Text = "就租你了(&H)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Visible = false;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
// button2
//
this.button2.Location = new System.Drawing.Point(218, 313);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(60, 23);
this.button2.TabIndex = 25;
this.button2.Text = "修改";
this.button2.UseVisualStyleBackColor = true;
this.button2.Visible = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// frmHouse
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(564, 346);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.button8);
this.Controls.Add(this.butOK);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.lblHouseID);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmHouse";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "房源设置";
this.Load += new System.EventHandler(this.frmHouse_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picHouse)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudYear)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RichTextBox ttbRemark;
private System.Windows.Forms.ComboBox cobUser;
private System.Windows.Forms.ComboBox cboFavoe;
private System.Windows.Forms.ComboBox cobFlood;
private System.Windows.Forms.ComboBox cobZhuang;
private System.Windows.Forms.ComboBox cobDong;
private System.Windows.Forms.ComboBox cboXing;
private System.Windows.Forms.TextBox txtArea;
private System.Windows.Forms.NumericUpDown nudYear;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblHouseID;
private System.Windows.Forms.Button butUser;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button butFloor;
private System.Windows.Forms.Button butFim;
private System.Windows.Forms.Button butSeat;
private System.Windows.Forms.Button buttype;
private System.Windows.Forms.Button butOK;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.OpenFileDialog opImage;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.PictureBox picHouse;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button button2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -