?? roominfo.cs
字號:
this.groupBox2.Controls.Add(this.txt7);
this.groupBox2.Controls.Add(this.txt9);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Location = new System.Drawing.Point(0, 379);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(736, 128);
//
// da1
//
this.da1.DeleteCommand = this.sqlCommand8;
this.da1.InsertCommand = this.sqlCommand6;
this.da1.SelectCommand = this.sqlCommand5;
this.da1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
new System.Data.Common.DataTableMapping("Table", "客房信息", new System.Data.Common.DataColumnMapping[] {
new System.Data.Common.DataColumnMapping("客房編號", "客房編號"),
new System.Data.Common.DataColumnMapping("類型編號", "類型編號"),
new System.Data.Common.DataColumnMapping("樓層編號", "樓層編號"),
new System.Data.Common.DataColumnMapping("額定人數", "額定人數"),
new System.Data.Common.DataColumnMapping("床數", "床數"),
new System.Data.Common.DataColumnMapping("客房描述", "客房描述"),
new System.Data.Common.DataColumnMapping("備注", "備注"),
new System.Data.Common.DataColumnMapping("狀態", "狀態"),
new System.Data.Common.DataColumnMapping("是否可拼房", "是否可拼房")})});
this.da1.UpdateCommand = this.sqlCommand7;
//
// txt4
//
this.txt4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "客房信息.客房編號"));
this.txt4.Location = new System.Drawing.Point(40, 40);
this.txt4.Name = "txt4";
this.txt4.ReadOnly = true;
this.txt4.Size = new System.Drawing.Size(112, 21);
this.txt4.TabIndex = 15;
this.txt4.Text = "";
//
// dataSet11
//
this.dataSet11.DataSetName = "DataSet1";
this.dataSet11.Locale = new System.Globalization.CultureInfo("zh-CN");
//
// label4
//
this.label4.Location = new System.Drawing.Point(40, 24);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(100, 16);
this.label4.TabIndex = 13;
this.label4.Text = "客房編號";
//
// txt5
//
this.txt5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "客房信息.額定人數"));
this.txt5.Location = new System.Drawing.Point(440, 40);
this.txt5.Name = "txt5";
this.txt5.ReadOnly = true;
this.txt5.Size = new System.Drawing.Size(64, 21);
this.txt5.TabIndex = 16;
this.txt5.Text = "";
//
// label5
//
this.label5.Location = new System.Drawing.Point(176, 24);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(100, 16);
this.label5.TabIndex = 10;
this.label5.Text = "客房類型";
//
// txt8
//
this.txt8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "客房信息.客房描述"));
this.txt8.Location = new System.Drawing.Point(40, 86);
this.txt8.Name = "txt8";
this.txt8.ReadOnly = true;
this.txt8.Size = new System.Drawing.Size(232, 21);
this.txt8.TabIndex = 17;
this.txt8.Text = "";
//
// txt6
//
this.txt6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "客房信息.床數"));
this.txt6.Location = new System.Drawing.Point(528, 40);
this.txt6.Name = "txt6";
this.txt6.ReadOnly = true;
this.txt6.Size = new System.Drawing.Size(64, 21);
this.txt6.TabIndex = 14;
this.txt6.Text = "";
//
// label9
//
this.label9.Location = new System.Drawing.Point(440, 24);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(72, 16);
this.label9.TabIndex = 11;
this.label9.Text = "額定人數";
//
// label7
//
this.label7.Location = new System.Drawing.Point(40, 70);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(100, 16);
this.label7.TabIndex = 12;
this.label7.Text = "客房描述";
//
// label6
//
this.label6.Location = new System.Drawing.Point(312, 24);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(100, 16);
this.label6.TabIndex = 10;
this.label6.Text = "樓層";
//
// label8
//
this.label8.Location = new System.Drawing.Point(528, 24);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(72, 16);
this.label8.TabIndex = 11;
this.label8.Text = "床數";
//
// cmb2
//
this.cmb2.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.dataSet11, "客房信息.類型編號"));
this.cmb2.DataSource = this.dataSet11;
this.cmb2.DisplayMember = "客房類型.類型名稱";
this.cmb2.Enabled = false;
this.cmb2.Location = new System.Drawing.Point(176, 40);
this.cmb2.Name = "cmb2";
this.cmb2.Size = new System.Drawing.Size(120, 20);
this.cmb2.TabIndex = 19;
this.cmb2.ValueMember = "客房信息.類型編號";
//
// cmb3
//
this.cmb3.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.dataSet11, "客房信息.樓層編號"));
this.cmb3.DataSource = this.dataSet11;
this.cmb3.DisplayMember = "樓層信息.樓層名稱";
this.cmb3.Enabled = false;
this.cmb3.Location = new System.Drawing.Point(312, 40);
this.cmb3.Name = "cmb3";
this.cmb3.Size = new System.Drawing.Size(104, 20);
this.cmb3.TabIndex = 18;
this.cmb3.ValueMember = "樓層信息.樓層編號";
//
// label10
//
this.label10.Location = new System.Drawing.Point(616, 24);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(72, 16);
this.label10.TabIndex = 11;
this.label10.Text = "狀態";
//
// txt7
//
this.txt7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "客房信息.狀態"));
this.txt7.Location = new System.Drawing.Point(616, 40);
this.txt7.Name = "txt7";
this.txt7.ReadOnly = true;
this.txt7.Size = new System.Drawing.Size(88, 21);
this.txt7.TabIndex = 14;
this.txt7.Text = "";
//
// txt9
//
this.txt9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "客房信息.備注"));
this.txt9.Location = new System.Drawing.Point(304, 86);
this.txt9.Name = "txt9";
this.txt9.ReadOnly = true;
this.txt9.Size = new System.Drawing.Size(232, 21);
this.txt9.TabIndex = 17;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -