⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 operatorform.h

📁 宾馆酒店管理系统,建议在简体中文版Microsoft Windows Server 2003(SP1)/Microsoft Office 2003(SP2)/Microsoft SQL Server
💻 H
📖 第 1 页 / 共 5 页
字号:
#pragma once

using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;


namespace 宾馆酒店管理系统 {

	/// <summary>
	/// OperatorForm 摘要
	///
	/// 警告: 如果更改此类的名称,则需要更改
	///          与此类所依赖的所有 .resx 文件关联的托管资源编译器工具的
	///          “资源文件名”属性。否则,
	///          设计器将不能与此窗体的关联
	///          本地化资源正确交互。
	/// </summary>
	public ref class OperatorForm : public System::Windows::Forms::Form
	{
	public:
		OperatorForm(void)
		{
			InitializeComponent();
			//
			//TODO: 在此处添加构造函数代码
			//
		}

	protected:
		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		~OperatorForm()
		{
			if (components)
			{
				delete components;
			}
		}
	private: My::MyHotelDataSet^  MyHotelDataSet;
	protected: 
	private: System::Windows::Forms::BindingSource^  操作用户BindingSource;
	private: My::MyHotelDataSetTableAdapters::操作用户TableAdapter^  操作用户TableAdapter;
	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::DataGridView^  操作用户DataGridView;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn1;
	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::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn15;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn16;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn17;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn18;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn19;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn20;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn21;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn22;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn23;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn24;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn25;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn26;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn27;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn28;
	private: System::Windows::Forms::GroupBox^  groupBox1;
	private: System::Windows::Forms::CheckBox^  客房管理之入住登记CheckBox;
	private: System::Windows::Forms::CheckBox^  客房管理之换房登记CheckBox;
	private: System::Windows::Forms::CheckBox^  客房管理之退房登记CheckBox;
	private: System::Windows::Forms::CheckBox^  客房管理之预订房间CheckBox;
	private: System::Windows::Forms::CheckBox^  客房管理之预订入住CheckBox;
	private: System::Windows::Forms::CheckBox^  客房管理之补交押金CheckBox;
	private: System::Windows::Forms::CheckBox^  客房管理之补打帐单CheckBox;
	private: System::Windows::Forms::CheckBox^  费用管理之餐费入帐CheckBox;
	private: System::Windows::Forms::CheckBox^  费用管理之话费入帐CheckBox;
	private: System::Windows::Forms::CheckBox^  费用管理之消费入帐CheckBox;
	private: System::Windows::Forms::CheckBox^  查询管理之入住旅客信息CheckBox;
	private: System::Windows::Forms::CheckBox^  查询管理之客房入住状态CheckBox;
	private: System::Windows::Forms::CheckBox^  查询管理之物品消耗信息CheckBox;
	private: System::Windows::Forms::CheckBox^  查询管理之物品消耗汇总CheckBox;
	private: System::Windows::Forms::CheckBox^  查询管理之押金消费信息CheckBox;
	private: System::Windows::Forms::CheckBox^  报表管理之客房入住报表CheckBox;
	private: System::Windows::Forms::CheckBox^  报表管理之客房餐费报表CheckBox;
	private: System::Windows::Forms::CheckBox^  报表管理之客房消费报表CheckBox;
	private: System::Windows::Forms::CheckBox^  报表管理之客房话费报表CheckBox;
	private: System::Windows::Forms::CheckBox^  报表管理之客房结帐汇总表CheckBox;
	private: System::Windows::Forms::CheckBox^  系统管理之操作权限设置CheckBox;
	private: System::Windows::Forms::CheckBox^  系统管理之修改用户密码CheckBox;
	private: System::Windows::Forms::CheckBox^  系统管理之酒店信息设置CheckBox;
	private: System::Windows::Forms::CheckBox^  系统管理之酒店客房设置CheckBox;
	private: System::Windows::Forms::CheckBox^  系统管理之消费物品设置CheckBox;
	private: System::Windows::Forms::TextBox^  用户名称TextBox;
	private: System::Windows::Forms::TextBox^  用户密码TextBox;
	private: System::Windows::Forms::TextBox^  说明TextBox;
	private: System::ComponentModel::IContainer^  components;

	private:
		/// <summary>
		/// 必需的设计器变量。
		/// </summary>


#pragma region Windows Form Designer generated code
		/// <summary>
		/// 设计器支持所需的方法 - 不要
		/// 使用代码编辑器修改此方法的内容。
		/// </summary>
		void InitializeComponent(void)
		{
			this->components = (gcnew System::ComponentModel::Container());
			System::ComponentModel::ComponentResourceManager^  resources = (gcnew System::ComponentModel::ComponentResourceManager(OperatorForm::typeid));
			System::Windows::Forms::DataGridViewCellStyle^  dataGridViewCellStyle1 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
			System::Windows::Forms::Label^  客房管理之入住登记Label;
			System::Windows::Forms::Label^  客房管理之换房登记Label;
			System::Windows::Forms::Label^  客房管理之退房登记Label;
			System::Windows::Forms::Label^  客房管理之预订房间Label;
			System::Windows::Forms::Label^  客房管理之预订入住Label;
			System::Windows::Forms::Label^  客房管理之补交押金Label;
			System::Windows::Forms::Label^  客房管理之补打帐单Label;
			System::Windows::Forms::Label^  费用管理之餐费入帐Label;
			System::Windows::Forms::Label^  费用管理之话费入帐Label;
			System::Windows::Forms::Label^  费用管理之消费入帐Label;
			System::Windows::Forms::Label^  查询管理之入住旅客信息Label;
			System::Windows::Forms::Label^  查询管理之客房入住状态Label;
			System::Windows::Forms::Label^  查询管理之物品消耗信息Label;
			System::Windows::Forms::Label^  查询管理之物品消耗汇总Label;
			System::Windows::Forms::Label^  查询管理之押金消费信息Label;
			System::Windows::Forms::Label^  报表管理之客房入住报表Label;
			System::Windows::Forms::Label^  报表管理之客房餐费报表Label;
			System::Windows::Forms::Label^  报表管理之客房消费报表Label;
			System::Windows::Forms::Label^  报表管理之客房话费报表Label;
			System::Windows::Forms::Label^  报表管理之客房结帐汇总表Label;
			System::Windows::Forms::Label^  系统管理之操作权限设置Label;
			System::Windows::Forms::Label^  系统管理之修改用户密码Label;
			System::Windows::Forms::Label^  系统管理之酒店信息设置Label;
			System::Windows::Forms::Label^  系统管理之酒店客房设置Label;
			System::Windows::Forms::Label^  系统管理之消费物品设置Label;
			System::Windows::Forms::Label^  用户名称Label;
			System::Windows::Forms::Label^  用户密码Label;
			System::Windows::Forms::Label^  说明Label;
			this->MyHotelDataSet = (gcnew My::MyHotelDataSet());
			this->操作用户BindingSource = (gcnew System::Windows::Forms::BindingSource(this->components));
			this->操作用户TableAdapter = (gcnew My::MyHotelDataSetTableAdapters::操作用户TableAdapter());
			this->操作用户BindingNavigator = (gcnew System::Windows::Forms::BindingNavigator(this->components));
			this->bindingNavigatorMoveFirstItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorMovePreviousItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->bindingNavigatorPositionItem = (gcnew System::Windows::Forms::ToolStripTextBox());
			this->bindingNavigatorCountItem = (gcnew System::Windows::Forms::ToolStripLabel());
			this->bindingNavigatorSeparator1 = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->bindingNavigatorMoveNextItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorMoveLastItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator2 = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->bindingNavigatorAddNewItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorDeleteItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->操作用户BindingNavigatorSaveItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->操作用户DataGridView = (gcnew System::Windows::Forms::DataGridView());
			this->dataGridViewTextBoxColumn1 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn3 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn4 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn5 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn6 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn7 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn8 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn9 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn10 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn11 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn12 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn13 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn14 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn15 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn16 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn17 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn18 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn19 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn20 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn21 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn22 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn23 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn24 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn25 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -