📄 checkinform.designer.cs
字号:
客人性别Label.TabIndex = 23;
客人性别Label.Text = "客人性别:";
//
// 联系电话Label
//
联系电话Label.AutoSize = true;
联系电话Label.Location = new System.Drawing.Point(4, 353);
联系电话Label.Name = "联系电话Label";
联系电话Label.Size = new System.Drawing.Size(59, 12);
联系电话Label.TabIndex = 25;
联系电话Label.Text = "联系电话:";
//
// 操作人员Label
//
操作人员Label.AutoSize = true;
操作人员Label.Location = new System.Drawing.Point(4, 380);
操作人员Label.Name = "操作人员Label";
操作人员Label.Size = new System.Drawing.Size(59, 12);
操作人员Label.TabIndex = 27;
操作人员Label.Text = "操作人员:";
//
// 证件名称Label
//
证件名称Label.AutoSize = true;
证件名称Label.Location = new System.Drawing.Point(4, 218);
证件名称Label.Name = "证件名称Label";
证件名称Label.Size = new System.Drawing.Size(59, 12);
证件名称Label.TabIndex = 32;
证件名称Label.Text = "证件名称:";
//
// 住宿人数Label
//
住宿人数Label.AutoSize = true;
住宿人数Label.Location = new System.Drawing.Point(4, 299);
住宿人数Label.Name = "住宿人数Label";
住宿人数Label.Size = new System.Drawing.Size(59, 12);
住宿人数Label.TabIndex = 33;
住宿人数Label.Text = "住宿人数:";
//
// 入住编号TextBox
//
this.入住编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "入住编号", true));
this.入住编号TextBox.Location = new System.Drawing.Point(69, 404);
this.入住编号TextBox.Name = "入住编号TextBox";
this.入住编号TextBox.ReadOnly = true;
this.入住编号TextBox.Size = new System.Drawing.Size(120, 21);
this.入住编号TextBox.TabIndex = 2;
//
// 客房入住单BindingSource
//
this.客房入住单BindingSource.DataMember = "客房入住单";
this.客房入住单BindingSource.DataSource = this.myHotelDataSet;
//
// myHotelDataSet
//
this.myHotelDataSet.DataSetName = "MyHotelDataSet";
this.myHotelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 房号TextBox
//
this.房号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "房号", true));
this.房号TextBox.Location = new System.Drawing.Point(69, 53);
this.房号TextBox.Name = "房号TextBox";
this.房号TextBox.Size = new System.Drawing.Size(120, 21);
this.房号TextBox.TabIndex = 4;
//
// 折扣价格TextBox
//
this.折扣价格TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "折扣价格", true));
this.折扣价格TextBox.Location = new System.Drawing.Point(69, 80);
this.折扣价格TextBox.Name = "折扣价格TextBox";
this.折扣价格TextBox.Size = new System.Drawing.Size(120, 21);
this.折扣价格TextBox.TabIndex = 6;
//
// 预收押金TextBox
//
this.预收押金TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "预收押金", true));
this.预收押金TextBox.Location = new System.Drawing.Point(69, 107);
this.预收押金TextBox.Name = "预收押金TextBox";
this.预收押金TextBox.Size = new System.Drawing.Size(120, 21);
this.预收押金TextBox.TabIndex = 8;
//
// 入住日期DateTimePicker
//
this.入住日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.客房入住单BindingSource, "入住日期", true));
this.入住日期DateTimePicker.Location = new System.Drawing.Point(69, 134);
this.入住日期DateTimePicker.Name = "入住日期DateTimePicker";
this.入住日期DateTimePicker.Size = new System.Drawing.Size(120, 21);
this.入住日期DateTimePicker.TabIndex = 10;
//
// 离开日期DateTimePicker
//
this.离开日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.客房入住单BindingSource, "离开日期", true));
this.离开日期DateTimePicker.Location = new System.Drawing.Point(69, 161);
this.离开日期DateTimePicker.Name = "离开日期DateTimePicker";
this.离开日期DateTimePicker.Size = new System.Drawing.Size(120, 21);
this.离开日期DateTimePicker.TabIndex = 12;
//
// 客人姓名TextBox
//
this.客人姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "客人姓名", true));
this.客人姓名TextBox.Location = new System.Drawing.Point(69, 188);
this.客人姓名TextBox.Name = "客人姓名TextBox";
this.客人姓名TextBox.Size = new System.Drawing.Size(120, 21);
this.客人姓名TextBox.TabIndex = 14;
//
// 证件号码TextBox
//
this.证件号码TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "证件号码", true));
this.证件号码TextBox.Location = new System.Drawing.Point(69, 242);
this.证件号码TextBox.Name = "证件号码TextBox";
this.证件号码TextBox.Size = new System.Drawing.Size(120, 21);
this.证件号码TextBox.TabIndex = 18;
//
// 证件地址TextBox
//
this.证件地址TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "证件地址", true));
this.证件地址TextBox.Location = new System.Drawing.Point(69, 269);
this.证件地址TextBox.Name = "证件地址TextBox";
this.证件地址TextBox.Size = new System.Drawing.Size(120, 21);
this.证件地址TextBox.TabIndex = 20;
//
// 客人性别TextBox
//
this.客人性别TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "客人性别", true));
this.客人性别TextBox.Location = new System.Drawing.Point(69, 323);
this.客人性别TextBox.Name = "客人性别TextBox";
this.客人性别TextBox.Size = new System.Drawing.Size(120, 21);
this.客人性别TextBox.TabIndex = 24;
//
// 联系电话TextBox
//
this.联系电话TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "联系电话", true));
this.联系电话TextBox.Location = new System.Drawing.Point(69, 350);
this.联系电话TextBox.Name = "联系电话TextBox";
this.联系电话TextBox.Size = new System.Drawing.Size(120, 21);
this.联系电话TextBox.TabIndex = 26;
//
// 操作人员TextBox
//
this.操作人员TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "操作人员", true));
this.操作人员TextBox.Location = new System.Drawing.Point(69, 377);
this.操作人员TextBox.Name = "操作人员TextBox";
this.操作人员TextBox.ReadOnly = true;
this.操作人员TextBox.Size = new System.Drawing.Size(120, 21);
this.操作人员TextBox.TabIndex = 28;
//
// 客房入住单TableAdapter
//
this.客房入住单TableAdapter.ClearBeforeFill = true;
//
// fillByToolStrip
//
this.fillByToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.入住编号ToolStripLabel,
this.入住编号ToolStripTextBox,
this.fillByToolStripButton,
this.toolStripLabel1,
this.酒店房间类别ToolStripComboBox});
this.fillByToolStrip.Location = new System.Drawing.Point(0, 0);
this.fillByToolStrip.Name = "fillByToolStrip";
this.fillByToolStrip.Size = new System.Drawing.Size(571, 25);
this.fillByToolStrip.TabIndex = 29;
this.fillByToolStrip.Text = "fillByToolStrip";
//
// 入住编号ToolStripLabel
//
this.入住编号ToolStripLabel.Name = "入住编号ToolStripLabel";
this.入住编号ToolStripLabel.Size = new System.Drawing.Size(59, 22);
this.入住编号ToolStripLabel.Text = "入住编号:";
//
// 入住编号ToolStripTextBox
//
this.入住编号ToolStripTextBox.Name = "入住编号ToolStripTextBox";
this.入住编号ToolStripTextBox.Size = new System.Drawing.Size(100, 25);
//
// fillByToolStripButton
//
this.fillByToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.fillByToolStripButton.Name = "fillByToolStripButton";
this.fillByToolStripButton.Size = new System.Drawing.Size(93, 22);
this.fillByToolStripButton.Text = "查询客人入住单";
this.fillByToolStripButton.Click += new System.EventHandler(this.fillByToolStripButton_Click);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(89, 22);
this.toolStripLabel1.Text = "酒店房间类别:";
//
// 酒店房间类别ToolStripComboBox
//
this.酒店房间类别ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.酒店房间类别ToolStripComboBox.Name = "酒店房间类别ToolStripComboBox";
this.酒店房间类别ToolStripComboBox.Size = new System.Drawing.Size(121, 25);
this.酒店房间类别ToolStripComboBox.SelectedIndexChanged += new System.EventHandler(this.酒店房间类别ToolStripComboBox_SelectedIndexChanged);
//
// 客房入住单BindingNavigator
//
this.客房入住单BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.客房入住单BindingNavigator.BindingSource = this.客房入住单BindingSource;
this.客房入住单BindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.客房入住单BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.客房入住单BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -