📄 checkinform.designer.cs
字号:
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "客人姓名";
this.dataGridViewTextBoxColumn7.HeaderText = "客人姓名";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
this.dataGridViewTextBoxColumn7.ReadOnly = true;
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.DataPropertyName = "证件名称";
this.dataGridViewTextBoxColumn8.HeaderText = "证件名称";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
this.dataGridViewTextBoxColumn8.ReadOnly = true;
//
// dataGridViewTextBoxColumn9
//
this.dataGridViewTextBoxColumn9.DataPropertyName = "证件号码";
this.dataGridViewTextBoxColumn9.HeaderText = "证件号码";
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
this.dataGridViewTextBoxColumn9.ReadOnly = true;
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.DataPropertyName = "证件地址";
this.dataGridViewTextBoxColumn10.HeaderText = "证件地址";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
//
// dataGridViewTextBoxColumn11
//
this.dataGridViewTextBoxColumn11.DataPropertyName = "住宿人数";
this.dataGridViewTextBoxColumn11.HeaderText = "住宿人数";
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
this.dataGridViewTextBoxColumn11.ReadOnly = true;
//
// dataGridViewTextBoxColumn12
//
this.dataGridViewTextBoxColumn12.DataPropertyName = "客人性别";
this.dataGridViewTextBoxColumn12.HeaderText = "客人性别";
this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
this.dataGridViewTextBoxColumn12.ReadOnly = true;
//
// dataGridViewTextBoxColumn13
//
this.dataGridViewTextBoxColumn13.DataPropertyName = "联系电话";
this.dataGridViewTextBoxColumn13.HeaderText = "联系电话";
this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
this.dataGridViewTextBoxColumn13.ReadOnly = true;
//
// dataGridViewTextBoxColumn14
//
this.dataGridViewTextBoxColumn14.DataPropertyName = "操作人员";
this.dataGridViewTextBoxColumn14.HeaderText = "操作人员";
this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
this.dataGridViewTextBoxColumn14.ReadOnly = true;
//
// 证件名称ComboBox
//
this.证件名称ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "证件名称", true));
this.证件名称ComboBox.FormattingEnabled = true;
this.证件名称ComboBox.Items.AddRange(new object[] {
"居民身份证",
"军官证",
"警官证",
"学生证",
"工作证"});
this.证件名称ComboBox.Location = new System.Drawing.Point(69, 215);
this.证件名称ComboBox.Name = "证件名称ComboBox";
this.证件名称ComboBox.Size = new System.Drawing.Size(121, 20);
this.证件名称ComboBox.TabIndex = 33;
this.证件名称ComboBox.Text = "居民身份证";
//
// printDocument1
//
this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
//
// printDialog1
//
this.printDialog1.UseEXDialog = true;
//
// 住宿人数ComboBox
//
this.住宿人数ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.客房入住单BindingSource, "住宿人数", true));
this.住宿人数ComboBox.FormattingEnabled = true;
this.住宿人数ComboBox.Location = new System.Drawing.Point(69, 296);
this.住宿人数ComboBox.Name = "住宿人数ComboBox";
this.住宿人数ComboBox.Size = new System.Drawing.Size(121, 20);
this.住宿人数ComboBox.TabIndex = 34;
//
// CheckInForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(571, 445);
this.Controls.Add(住宿人数Label);
this.Controls.Add(this.住宿人数ComboBox);
this.Controls.Add(证件名称Label);
this.Controls.Add(this.证件名称ComboBox);
this.Controls.Add(this.客房入住单DataGridView);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.客房入住单BindingNavigator);
this.Controls.Add(this.fillByToolStrip);
this.Controls.Add(入住编号Label);
this.Controls.Add(this.入住编号TextBox);
this.Controls.Add(房号Label);
this.Controls.Add(this.房号TextBox);
this.Controls.Add(折扣价格Label);
this.Controls.Add(this.折扣价格TextBox);
this.Controls.Add(预收押金Label);
this.Controls.Add(this.预收押金TextBox);
this.Controls.Add(入住日期Label);
this.Controls.Add(this.入住日期DateTimePicker);
this.Controls.Add(离开日期Label);
this.Controls.Add(this.离开日期DateTimePicker);
this.Controls.Add(客人姓名Label);
this.Controls.Add(this.客人姓名TextBox);
this.Controls.Add(证件号码Label);
this.Controls.Add(this.证件号码TextBox);
this.Controls.Add(证件地址Label);
this.Controls.Add(this.证件地址TextBox);
this.Controls.Add(客人性别Label);
this.Controls.Add(this.客人性别TextBox);
this.Controls.Add(联系电话Label);
this.Controls.Add(this.联系电话TextBox);
this.Controls.Add(操作人员Label);
this.Controls.Add(this.操作人员TextBox);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "CheckInForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "客人入住登记";
this.Load += new System.EventHandler(this.CheckInForm_Load);
((System.ComponentModel.ISupportInitialize)(this.客房入住单BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.myHotelDataSet)).EndInit();
this.fillByToolStrip.ResumeLayout(false);
this.fillByToolStrip.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.客房入住单BindingNavigator)).EndInit();
this.客房入住单BindingNavigator.ResumeLayout(false);
this.客房入住单BindingNavigator.PerformLayout();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.酒店可用房间DataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.客房入住单DataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MyHotelDataSet myHotelDataSet;
private System.Windows.Forms.BindingSource 客房入住单BindingSource;
private MyHotel.MyHotelDataSetTableAdapters.客房入住单TableAdapter 客房入住单TableAdapter;
private System.Windows.Forms.TextBox 入住编号TextBox;
private System.Windows.Forms.TextBox 房号TextBox;
private System.Windows.Forms.TextBox 折扣价格TextBox;
private System.Windows.Forms.TextBox 预收押金TextBox;
private System.Windows.Forms.DateTimePicker 入住日期DateTimePicker;
private System.Windows.Forms.DateTimePicker 离开日期DateTimePicker;
private System.Windows.Forms.TextBox 客人姓名TextBox;
private System.Windows.Forms.TextBox 证件号码TextBox;
private System.Windows.Forms.TextBox 证件地址TextBox;
private System.Windows.Forms.TextBox 客人性别TextBox;
private System.Windows.Forms.TextBox 联系电话TextBox;
private System.Windows.Forms.TextBox 操作人员TextBox;
private System.Windows.Forms.ToolStrip fillByToolStrip;
private System.Windows.Forms.ToolStripLabel 入住编号ToolStripLabel;
private System.Windows.Forms.ToolStripTextBox 入住编号ToolStripTextBox;
private System.Windows.Forms.ToolStripButton fillByToolStripButton;
private System.Windows.Forms.BindingNavigator 客房入住单BindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton 客房入住单BindingNavigatorSaveItem;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripComboBox 酒店房间类别ToolStripComboBox;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView 酒店可用房间DataGridView;
private System.Windows.Forms.DataGridView 客房入住单DataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
private System.Windows.Forms.ComboBox 证件名称ComboBox;
private System.Windows.Forms.ToolStripButton 打印入住单ToolStripButton;
private System.Drawing.Printing.PrintDocument printDocument1;
private System.Windows.Forms.PrintDialog printDialog1;
private System.Windows.Forms.ComboBox 住宿人数ComboBox;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -