📄 frmstatehouse.designer.cs
字号:
namespace houseAgency
{
partial class frmStateHouse
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmStateHouse));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.listView1 = new System.Windows.Forms.ListView();
this.cloID = new System.Windows.Forms.ColumnHeader();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
this.cmLiftMothed = new System.Windows.Forms.ContextMenuStrip(this.components);
this.平铺ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.图标ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.列表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.详细信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.imgList = new System.Windows.Forms.ImageList(this.components);
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button4 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.rbRemark = new System.Windows.Forms.RadioButton();
this.rbNone = new System.Windows.Forms.RadioButton();
this.rbHave = new System.Windows.Forms.RadioButton();
this.button1 = new System.Windows.Forms.Button();
this.epInfo = new System.Windows.Forms.ErrorProvider(this.components);
this.label2 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.cmLiftMothed.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.epInfo)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.listView1);
this.groupBox1.Location = new System.Drawing.Point(6, 100);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(602, 271);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "房源状态一览表";
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.cloID,
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6});
this.listView1.ContextMenuStrip = this.cmLiftMothed;
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.LargeImageList = this.imgList;
this.listView1.Location = new System.Drawing.Point(8, 20);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(585, 245);
this.listView1.SmallImageList = this.imgList;
this.listView1.StateImageList = this.imgList;
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView1_ColumnClick);
this.listView1.Click += new System.EventHandler(this.listView1_Click);
//
// cloID
//
this.cloID.Text = "房屋编号";
this.cloID.Width = 97;
//
// columnHeader1
//
this.columnHeader1.Text = "物业名称";
this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader1.Width = 91;
//
// columnHeader2
//
this.columnHeader2.Text = "建筑面积";
this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader2.Width = 92;
//
// columnHeader3
//
this.columnHeader3.Text = "朝向";
this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader3.Width = 86;
//
// columnHeader4
//
this.columnHeader4.Text = "装修";
this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader4.Width = 73;
//
// columnHeader5
//
this.columnHeader5.Text = "楼层";
this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader5.Width = 79;
//
// columnHeader6
//
this.columnHeader6.Text = "用途";
this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader6.Width = 94;
//
// cmLiftMothed
//
this.cmLiftMothed.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.平铺ToolStripMenuItem,
this.图标ToolStripMenuItem,
this.列表ToolStripMenuItem,
this.详细信息ToolStripMenuItem});
this.cmLiftMothed.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Table;
this.cmLiftMothed.Name = "cmLiftMothed";
this.cmLiftMothed.Size = new System.Drawing.Size(137, 92);
//
// 平铺ToolStripMenuItem
//
this.平铺ToolStripMenuItem.Name = "平铺ToolStripMenuItem";
this.平铺ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.平铺ToolStripMenuItem.Text = "平铺(&S)";
this.平铺ToolStripMenuItem.Click += new System.EventHandler(this.平铺ToolStripMenuItem_Click);
//
// 图标ToolStripMenuItem
//
this.图标ToolStripMenuItem.Name = "图标ToolStripMenuItem";
this.图标ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.图标ToolStripMenuItem.Text = "图标(&N)";
this.图标ToolStripMenuItem.Click += new System.EventHandler(this.图标ToolStripMenuItem_Click);
//
// 列表ToolStripMenuItem
//
this.列表ToolStripMenuItem.Name = "列表ToolStripMenuItem";
this.列表ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.列表ToolStripMenuItem.Text = "列表(&L)";
this.列表ToolStripMenuItem.Click += new System.EventHandler(this.列表ToolStripMenuItem_Click);
//
// 详细信息ToolStripMenuItem
//
this.详细信息ToolStripMenuItem.Name = "详细信息ToolStripMenuItem";
this.详细信息ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.详细信息ToolStripMenuItem.Text = "详细信息(&D)";
this.详细信息ToolStripMenuItem.Click += new System.EventHandler(this.详细信息ToolStripMenuItem_Click);
//
// imgList
//
this.imgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream")));
this.imgList.TransparentColor = System.Drawing.Color.Transparent;
this.imgList.Images.SetKeyName(0, "查询.bmp");
this.imgList.Images.SetKeyName(1, "返回.bmp");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -