📄 queryguestform.designer.cs
字号:
// 入住编号TextBox
//
this.入住编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "入住编号", true));
this.入住编号TextBox.Location = new System.Drawing.Point(67, 28);
this.入住编号TextBox.Name = "入住编号TextBox";
this.入住编号TextBox.ReadOnly = true;
this.入住编号TextBox.Size = new System.Drawing.Size(120, 21);
this.入住编号TextBox.TabIndex = 3;
//
// 房号TextBox
//
this.房号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "房号", true));
this.房号TextBox.Location = new System.Drawing.Point(67, 55);
this.房号TextBox.Name = "房号TextBox";
this.房号TextBox.ReadOnly = true;
this.房号TextBox.Size = new System.Drawing.Size(120, 21);
this.房号TextBox.TabIndex = 5;
//
// 折扣价格TextBox
//
this.折扣价格TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "折扣价格", true));
this.折扣价格TextBox.Location = new System.Drawing.Point(67, 82);
this.折扣价格TextBox.Name = "折扣价格TextBox";
this.折扣价格TextBox.Size = new System.Drawing.Size(120, 21);
this.折扣价格TextBox.TabIndex = 7;
//
// 预收押金TextBox
//
this.预收押金TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "预收押金", true));
this.预收押金TextBox.Location = new System.Drawing.Point(67, 109);
this.预收押金TextBox.Name = "预收押金TextBox";
this.预收押金TextBox.ReadOnly = true;
this.预收押金TextBox.Size = new System.Drawing.Size(120, 21);
this.预收押金TextBox.TabIndex = 9;
//
// 入住日期DateTimePicker
//
this.入住日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.客房入住单BindingSource, "入住日期", true));
this.入住日期DateTimePicker.Location = new System.Drawing.Point(67, 136);
this.入住日期DateTimePicker.Name = "入住日期DateTimePicker";
this.入住日期DateTimePicker.Size = new System.Drawing.Size(120, 21);
this.入住日期DateTimePicker.TabIndex = 11;
//
// 离开日期DateTimePicker
//
this.离开日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.客房入住单BindingSource, "离开日期", true));
this.离开日期DateTimePicker.Location = new System.Drawing.Point(67, 163);
this.离开日期DateTimePicker.Name = "离开日期DateTimePicker";
this.离开日期DateTimePicker.Size = new System.Drawing.Size(120, 21);
this.离开日期DateTimePicker.TabIndex = 13;
//
// 客人姓名TextBox
//
this.客人姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "客人姓名", true));
this.客人姓名TextBox.Location = new System.Drawing.Point(67, 190);
this.客人姓名TextBox.Name = "客人姓名TextBox";
this.客人姓名TextBox.Size = new System.Drawing.Size(120, 21);
this.客人姓名TextBox.TabIndex = 15;
//
// 证件名称TextBox
//
this.证件名称TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "证件名称", true));
this.证件名称TextBox.Location = new System.Drawing.Point(262, 190);
this.证件名称TextBox.Name = "证件名称TextBox";
this.证件名称TextBox.Size = new System.Drawing.Size(278, 21);
this.证件名称TextBox.TabIndex = 17;
//
// 证件号码TextBox
//
this.证件号码TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "证件号码", true));
this.证件号码TextBox.Location = new System.Drawing.Point(262, 28);
this.证件号码TextBox.Name = "证件号码TextBox";
this.证件号码TextBox.Size = new System.Drawing.Size(278, 21);
this.证件号码TextBox.TabIndex = 19;
//
// 证件地址TextBox
//
this.证件地址TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "证件地址", true));
this.证件地址TextBox.Location = new System.Drawing.Point(262, 55);
this.证件地址TextBox.Name = "证件地址TextBox";
this.证件地址TextBox.Size = new System.Drawing.Size(278, 21);
this.证件地址TextBox.TabIndex = 21;
//
// 住宿人数TextBox
//
this.住宿人数TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "住宿人数", true));
this.住宿人数TextBox.Location = new System.Drawing.Point(262, 82);
this.住宿人数TextBox.Name = "住宿人数TextBox";
this.住宿人数TextBox.ReadOnly = true;
this.住宿人数TextBox.Size = new System.Drawing.Size(278, 21);
this.住宿人数TextBox.TabIndex = 23;
//
// 客人性别TextBox
//
this.客人性别TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "客人性别", true));
this.客人性别TextBox.Location = new System.Drawing.Point(262, 109);
this.客人性别TextBox.Name = "客人性别TextBox";
this.客人性别TextBox.Size = new System.Drawing.Size(278, 21);
this.客人性别TextBox.TabIndex = 25;
//
// 联系电话TextBox
//
this.联系电话TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "联系电话", true));
this.联系电话TextBox.Location = new System.Drawing.Point(262, 136);
this.联系电话TextBox.Name = "联系电话TextBox";
this.联系电话TextBox.Size = new System.Drawing.Size(278, 21);
this.联系电话TextBox.TabIndex = 27;
//
// 操作人员TextBox
//
this.操作人员TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "操作人员", true));
this.操作人员TextBox.Location = new System.Drawing.Point(262, 163);
this.操作人员TextBox.Name = "操作人员TextBox";
this.操作人员TextBox.ReadOnly = true;
this.操作人员TextBox.Size = new System.Drawing.Size(278, 21);
this.操作人员TextBox.TabIndex = 29;
//
// 说明TextBox
//
this.说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "说明", true));
this.说明TextBox.Location = new System.Drawing.Point(67, 217);
this.说明TextBox.Name = "说明TextBox";
this.说明TextBox.Size = new System.Drawing.Size(473, 21);
this.说明TextBox.TabIndex = 31;
//
// 客房入住单DataGridView
//
this.客房入住单DataGridView.AllowUserToAddRows = false;
this.客房入住单DataGridView.AllowUserToDeleteRows = false;
this.客房入住单DataGridView.AutoGenerateColumns = false;
this.客房入住单DataGridView.BackgroundColor = System.Drawing.SystemColors.MenuHighlight;
this.客房入住单DataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.客房入住单DataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.客房入住单DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6,
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn8,
this.dataGridViewTextBoxColumn9,
this.dataGridViewTextBoxColumn10,
this.dataGridViewTextBoxColumn11,
this.dataGridViewTextBoxColumn12,
this.dataGridViewTextBoxColumn13,
this.dataGridViewTextBoxColumn14,
this.dataGridViewTextBoxColumn15});
this.客房入住单DataGridView.DataSource = this.客房入住单BindingSource;
this.客房入住单DataGridView.Location = new System.Drawing.Point(4, 244);
this.客房入住单DataGridView.MultiSelect = false;
this.客房入住单DataGridView.Name = "客房入住单DataGridView";
this.客房入住单DataGridView.ReadOnly = true;
this.客房入住单DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.ForestGreen;
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Yellow;
this.客房入住单DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle2;
this.客房入住单DataGridView.RowTemplate.Height = 23;
this.客房入住单DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.客房入住单DataGridView.Size = new System.Drawing.Size(536, 168);
this.客房入住单DataGridView.TabIndex = 31;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "入住编号";
this.dataGridViewTextBoxColumn1.HeaderText = "入住编号";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "房号";
this.dataGridViewTextBoxColumn2.HeaderText = "房号";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "折扣价格";
this.dataGridViewTextBoxColumn3.HeaderText = "折扣价格";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "预收押金";
this.dataGridViewTextBoxColumn4.HeaderText = "预收押金";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -