📄 formhouseinformation.designer.cs
字号:
//
this.textBox4.Location = new System.Drawing.Point(7, 77);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(559, 23);
this.textBox4.TabIndex = 17;
//
// lblBeizhu
//
this.lblBeizhu.AutoSize = true;
this.lblBeizhu.Location = new System.Drawing.Point(4, 58);
this.lblBeizhu.Name = "lblBeizhu";
this.lblBeizhu.Size = new System.Drawing.Size(35, 14);
this.lblBeizhu.TabIndex = 16;
this.lblBeizhu.Text = "备注";
this.lblBeizhu.Click += new System.EventHandler(this.label6_Click);
//
// cmbZhuangtai
//
this.cmbZhuangtai.FormattingEnabled = true;
this.cmbZhuangtai.Location = new System.Drawing.Point(493, 30);
this.cmbZhuangtai.Name = "cmbZhuangtai";
this.cmbZhuangtai.Size = new System.Drawing.Size(73, 22);
this.cmbZhuangtai.TabIndex = 15;
//
// lblZhuangtai
//
this.lblZhuangtai.AutoSize = true;
this.lblZhuangtai.Location = new System.Drawing.Point(494, 9);
this.lblZhuangtai.Name = "lblZhuangtai";
this.lblZhuangtai.Size = new System.Drawing.Size(35, 14);
this.lblZhuangtai.TabIndex = 14;
this.lblZhuangtai.Text = "状态";
//
// cmbname
//
this.cmbname.FormattingEnabled = true;
this.cmbname.Location = new System.Drawing.Point(98, 30);
this.cmbname.Name = "cmbname";
this.cmbname.Size = new System.Drawing.Size(73, 22);
this.cmbname.TabIndex = 13;
//
// lblname
//
this.lblname.AutoSize = true;
this.lblname.Location = new System.Drawing.Point(99, 9);
this.lblname.Name = "lblname";
this.lblname.Size = new System.Drawing.Size(63, 14);
this.lblname.TabIndex = 12;
this.lblname.Text = "类型名称";
//
// txtBednumber
//
this.txtBednumber.Location = new System.Drawing.Point(389, 28);
this.txtBednumber.Name = "txtBednumber";
this.txtBednumber.Size = new System.Drawing.Size(85, 23);
this.txtBednumber.TabIndex = 11;
//
// lblBednumber
//
this.lblBednumber.AutoSize = true;
this.lblBednumber.Location = new System.Drawing.Point(390, 9);
this.lblBednumber.Name = "lblBednumber";
this.lblBednumber.Size = new System.Drawing.Size(49, 14);
this.lblBednumber.TabIndex = 10;
this.lblBednumber.Text = "床位数";
//
// txtRuzhuren
//
this.txtRuzhuren.Location = new System.Drawing.Point(286, 28);
this.txtRuzhuren.Name = "txtRuzhuren";
this.txtRuzhuren.Size = new System.Drawing.Size(86, 23);
this.txtRuzhuren.TabIndex = 9;
//
// lblRuzhuren
//
this.lblRuzhuren.AutoSize = true;
this.lblRuzhuren.Location = new System.Drawing.Point(287, 9);
this.lblRuzhuren.Name = "lblRuzhuren";
this.lblRuzhuren.Size = new System.Drawing.Size(63, 14);
this.lblRuzhuren.TabIndex = 8;
this.lblRuzhuren.Text = "入住人数";
//
// txtPrice
//
this.txtPrice.Location = new System.Drawing.Point(185, 28);
this.txtPrice.Name = "txtPrice";
this.txtPrice.Size = new System.Drawing.Size(84, 23);
this.txtPrice.TabIndex = 7;
//
// lblPrice
//
this.lblPrice.AutoSize = true;
this.lblPrice.Location = new System.Drawing.Point(182, 9);
this.lblPrice.Name = "lblPrice";
this.lblPrice.Size = new System.Drawing.Size(35, 14);
this.lblPrice.TabIndex = 6;
this.lblPrice.Text = "价格";
//
// txtRoomID
//
this.txtRoomID.Location = new System.Drawing.Point(3, 28);
this.txtRoomID.Name = "txtRoomID";
this.txtRoomID.Size = new System.Drawing.Size(85, 23);
this.txtRoomID.TabIndex = 5;
//
// lblRoomID
//
this.lblRoomID.AutoSize = true;
this.lblRoomID.Location = new System.Drawing.Point(4, 9);
this.lblRoomID.Name = "lblRoomID";
this.lblRoomID.Size = new System.Drawing.Size(49, 14);
this.lblRoomID.TabIndex = 4;
this.lblRoomID.Text = "房间号";
//
// panel3
//
this.panel3.Controls.Add(this.dagxinxi);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 68);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(576, 242);
this.panel3.TabIndex = 3;
//
// dagxinxi
//
this.dagxinxi.AllowUserToAddRows = false;
this.dagxinxi.AllowUserToDeleteRows = false;
this.dagxinxi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dagxinxi.Dock = System.Windows.Forms.DockStyle.Fill;
this.dagxinxi.Location = new System.Drawing.Point(0, 0);
this.dagxinxi.Name = "dagxinxi";
this.dagxinxi.ReadOnly = true;
this.dagxinxi.RowTemplate.Height = 23;
this.dagxinxi.Size = new System.Drawing.Size(576, 242);
this.dagxinxi.TabIndex = 0;
//
// FormHouseinformation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(576, 413);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.tspInformation);
this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "FormHouseinformation";
this.Text = "客房信息设置";
this.tspInformation.ResumeLayout(false);
this.tspInformation.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dagxinxi)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip tspInformation;
private System.Windows.Forms.ToolStripButton tspInsert;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tspUpdate;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tspDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tspExit;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.DataGridView dagxinxi;
private System.Windows.Forms.Button btnSelect;
private System.Windows.Forms.TextBox txtTypename;
private System.Windows.Forms.Label lblTypename;
private System.Windows.Forms.Label lblname;
private System.Windows.Forms.TextBox txtBednumber;
private System.Windows.Forms.Label lblBednumber;
private System.Windows.Forms.TextBox txtRuzhuren;
private System.Windows.Forms.Label lblRuzhuren;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.Label lblPrice;
private System.Windows.Forms.TextBox txtRoomID;
private System.Windows.Forms.Label lblRoomID;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label lblBeizhu;
private System.Windows.Forms.ComboBox cmbZhuangtai;
private System.Windows.Forms.Label lblZhuangtai;
private System.Windows.Forms.ComboBox cmbname;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -