📄 frmstatehouse.designer.cs
字号:
this.imgList.Images.SetKeyName(2, "删除.bmp");
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.button4);
this.groupBox2.Controls.Add(this.textBox1);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Controls.Add(this.rbRemark);
this.groupBox2.Controls.Add(this.rbNone);
this.groupBox2.Controls.Add(this.rbHave);
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Location = new System.Drawing.Point(12, 2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(582, 92);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "查询条件";
//
// button4
//
this.button4.Enabled = false;
this.button4.Location = new System.Drawing.Point(476, 19);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 18;
this.button4.Text = "取消预订(&N)";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// textBox1
//
this.epInfo.SetIconPadding(this.textBox1, 8);
this.textBox1.Location = new System.Drawing.Point(98, 21);
this.textBox1.MaxLength = 20;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(230, 21);
this.textBox1.TabIndex = 17;
this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(39, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 16;
this.label1.Text = "手机号:";
//
// button3
//
this.button3.Enabled = false;
this.button3.Location = new System.Drawing.Point(394, 19);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 15;
this.button3.Text = "预订(&M)";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(475, 59);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 14;
this.button2.Text = "所有房屋";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// rbRemark
//
this.rbRemark.AutoSize = true;
this.rbRemark.Location = new System.Drawing.Point(341, 62);
this.rbRemark.Name = "rbRemark";
this.rbRemark.Size = new System.Drawing.Size(47, 16);
this.rbRemark.TabIndex = 13;
this.rbRemark.TabStop = true;
this.rbRemark.Text = "预订";
this.rbRemark.UseVisualStyleBackColor = true;
this.rbRemark.CheckedChanged += new System.EventHandler(this.rbRemark_CheckedChanged);
//
// rbNone
//
this.rbNone.AutoSize = true;
this.rbNone.Location = new System.Drawing.Point(268, 62);
this.rbNone.Name = "rbNone";
this.rbNone.Size = new System.Drawing.Size(47, 16);
this.rbNone.TabIndex = 12;
this.rbNone.TabStop = true;
this.rbNone.Text = "未租";
this.rbNone.UseVisualStyleBackColor = true;
this.rbNone.CheckedChanged += new System.EventHandler(this.rbNone_CheckedChanged);
//
// rbHave
//
this.rbHave.AutoSize = true;
this.rbHave.Location = new System.Drawing.Point(198, 62);
this.rbHave.Name = "rbHave";
this.rbHave.Size = new System.Drawing.Size(47, 16);
this.rbHave.TabIndex = 11;
this.rbHave.TabStop = true;
this.rbHave.Text = "已租";
this.rbHave.UseVisualStyleBackColor = true;
this.rbHave.CheckedChanged += new System.EventHandler(this.rbHave_CheckedChanged);
//
// button1
//
this.button1.Enabled = false;
this.button1.Location = new System.Drawing.Point(394, 59);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 7;
this.button1.Text = "查询(&S)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// epInfo
//
this.epInfo.ContainerControl = this;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.label2.Location = new System.Drawing.Point(334, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 19;
this.label2.Text = "回车查询";
//
// frmStateHouse
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(611, 378);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmStateHouse";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "房屋状态查询";
this.Load += new System.EventHandler(this.frmStateHouse_Load);
this.groupBox1.ResumeLayout(false);
this.cmLiftMothed.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.epInfo)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ContextMenuStrip cmLiftMothed;
private System.Windows.Forms.ToolStripMenuItem 平铺ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图标ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 列表ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 详细信息ToolStripMenuItem;
private System.Windows.Forms.ImageList imgList;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader cloID;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.RadioButton rbRemark;
private System.Windows.Forms.RadioButton rbNone;
private System.Windows.Forms.RadioButton rbHave;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.ErrorProvider epInfo;
private System.Windows.Forms.Label label2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -