📄 frmroomtype.designer.cs
字号:
this.Remark.DataPropertyName = "Remark";
this.Remark.HeaderText = "备注";
this.Remark.Name = "Remark";
this.Remark.Width = 150;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtRoomType);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Location = new System.Drawing.Point(21, 47);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(643, 61);
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(134, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 11;
this.label1.Text = "类型名称:";
//
// txtRoomType
//
this.txtRoomType.Location = new System.Drawing.Point(209, 19);
this.txtRoomType.Name = "txtRoomType";
this.txtRoomType.Size = new System.Drawing.Size(222, 21);
this.txtRoomType.TabIndex = 1;
//
// button1
//
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.Location = new System.Drawing.Point(453, 19);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(56, 23);
this.button1.TabIndex = 2;
this.button1.Text = "查找";
this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(19, 419);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 11;
this.label2.Text = "类型名称";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(249, 422);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 11;
this.label3.Text = "价格";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(406, 422);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 11;
this.label4.Text = "加床价格";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(26, 476);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 11;
this.label5.Text = "备注";
//
// chkIsAddBed
//
this.chkIsAddBed.AutoSize = true;
this.chkIsAddBed.Enabled = false;
this.chkIsAddBed.Location = new System.Drawing.Point(577, 422);
this.chkIsAddBed.Name = "chkIsAddBed";
this.chkIsAddBed.Size = new System.Drawing.Size(96, 16);
this.chkIsAddBed.TabIndex = 6;
this.chkIsAddBed.Text = "是否可以加床";
this.chkIsAddBed.UseVisualStyleBackColor = true;
//
// txtTypeName
//
this.txtTypeName.Enabled = false;
this.txtTypeName.Location = new System.Drawing.Point(21, 443);
this.txtTypeName.Name = "txtTypeName";
this.txtTypeName.Size = new System.Drawing.Size(216, 21);
this.txtTypeName.TabIndex = 3;
//
// txtPrice
//
this.txtPrice.Enabled = false;
this.txtPrice.Location = new System.Drawing.Point(251, 443);
this.txtPrice.Name = "txtPrice";
this.txtPrice.Size = new System.Drawing.Size(129, 21);
this.txtPrice.TabIndex = 4;
//
// txtAddBedPrice
//
this.txtAddBedPrice.Enabled = false;
this.txtAddBedPrice.Location = new System.Drawing.Point(408, 443);
this.txtAddBedPrice.Name = "txtAddBedPrice";
this.txtAddBedPrice.Size = new System.Drawing.Size(129, 21);
this.txtAddBedPrice.TabIndex = 5;
//
// txtRemark
//
this.txtRemark.Enabled = false;
this.txtRemark.Location = new System.Drawing.Point(21, 503);
this.txtRemark.Name = "txtRemark";
this.txtRemark.Size = new System.Drawing.Size(216, 21);
this.txtRemark.TabIndex = 7;
//
// frmRoomType
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(694, 550);
this.Controls.Add(this.txtAddBedPrice);
this.Controls.Add(this.txtPrice);
this.Controls.Add(this.txtRemark);
this.Controls.Add(this.txtTypeName);
this.Controls.Add(this.chkIsAddBed);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.toolStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "frmRoomType";
this.Text = "【客房类型设置】";
this.Load += new System.EventHandler(this.frmRoomType_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtRoomType;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.ToolStripButton toolStripButton6;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.CheckBox chkIsAddBed;
private System.Windows.Forms.TextBox txtTypeName;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.TextBox txtAddBedPrice;
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.DataGridViewTextBoxColumn TypeID;
private System.Windows.Forms.DataGridViewTextBoxColumn TypeName;
private System.Windows.Forms.DataGridViewTextBoxColumn TypePrice;
private System.Windows.Forms.DataGridViewTextBoxColumn AddBedPrice;
private System.Windows.Forms.DataGridViewTextBoxColumn IsAddBed;
private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -