📄 operatorform.h
字号:
//
// groupBox1
//
this->groupBox1->Controls->Add(客房管理之入住登记Label);
this->groupBox1->Controls->Add(this->客房管理之入住登记CheckBox);
this->groupBox1->Controls->Add(客房管理之换房登记Label);
this->groupBox1->Controls->Add(this->客房管理之换房登记CheckBox);
this->groupBox1->Controls->Add(客房管理之退房登记Label);
this->groupBox1->Controls->Add(this->客房管理之退房登记CheckBox);
this->groupBox1->Controls->Add(客房管理之预订房间Label);
this->groupBox1->Controls->Add(this->客房管理之预订房间CheckBox);
this->groupBox1->Controls->Add(客房管理之预订入住Label);
this->groupBox1->Controls->Add(this->客房管理之预订入住CheckBox);
this->groupBox1->Controls->Add(客房管理之补交押金Label);
this->groupBox1->Controls->Add(this->客房管理之补交押金CheckBox);
this->groupBox1->Controls->Add(客房管理之补打帐单Label);
this->groupBox1->Controls->Add(this->客房管理之补打帐单CheckBox);
this->groupBox1->Controls->Add(费用管理之餐费入帐Label);
this->groupBox1->Controls->Add(this->费用管理之餐费入帐CheckBox);
this->groupBox1->Controls->Add(费用管理之话费入帐Label);
this->groupBox1->Controls->Add(this->费用管理之话费入帐CheckBox);
this->groupBox1->Controls->Add(费用管理之消费入帐Label);
this->groupBox1->Controls->Add(this->费用管理之消费入帐CheckBox);
this->groupBox1->Controls->Add(查询管理之入住旅客信息Label);
this->groupBox1->Controls->Add(this->查询管理之入住旅客信息CheckBox);
this->groupBox1->Controls->Add(查询管理之客房入住状态Label);
this->groupBox1->Controls->Add(this->查询管理之客房入住状态CheckBox);
this->groupBox1->Controls->Add(查询管理之物品消耗信息Label);
this->groupBox1->Controls->Add(this->查询管理之物品消耗信息CheckBox);
this->groupBox1->Controls->Add(查询管理之物品消耗汇总Label);
this->groupBox1->Controls->Add(this->查询管理之物品消耗汇总CheckBox);
this->groupBox1->Controls->Add(查询管理之押金消费信息Label);
this->groupBox1->Controls->Add(this->查询管理之押金消费信息CheckBox);
this->groupBox1->Controls->Add(报表管理之客房入住报表Label);
this->groupBox1->Controls->Add(this->报表管理之客房入住报表CheckBox);
this->groupBox1->Controls->Add(报表管理之客房餐费报表Label);
this->groupBox1->Controls->Add(this->报表管理之客房餐费报表CheckBox);
this->groupBox1->Controls->Add(报表管理之客房消费报表Label);
this->groupBox1->Controls->Add(this->报表管理之客房消费报表CheckBox);
this->groupBox1->Controls->Add(报表管理之客房话费报表Label);
this->groupBox1->Controls->Add(this->报表管理之客房话费报表CheckBox);
this->groupBox1->Controls->Add(报表管理之客房结帐汇总表Label);
this->groupBox1->Controls->Add(this->报表管理之客房结帐汇总表CheckBox);
this->groupBox1->Controls->Add(系统管理之操作权限设置Label);
this->groupBox1->Controls->Add(this->系统管理之操作权限设置CheckBox);
this->groupBox1->Controls->Add(系统管理之修改用户密码Label);
this->groupBox1->Controls->Add(this->系统管理之修改用户密码CheckBox);
this->groupBox1->Controls->Add(系统管理之酒店信息设置Label);
this->groupBox1->Controls->Add(this->系统管理之酒店信息设置CheckBox);
this->groupBox1->Controls->Add(系统管理之酒店客房设置Label);
this->groupBox1->Controls->Add(this->系统管理之酒店客房设置CheckBox);
this->groupBox1->Controls->Add(系统管理之消费物品设置Label);
this->groupBox1->Controls->Add(this->系统管理之消费物品设置CheckBox);
this->groupBox1->Location = System::Drawing::Point(6, 57);
this->groupBox1->Name = L"groupBox1";
this->groupBox1->Size = System::Drawing::Size(533, 256);
this->groupBox1->TabIndex = 65;
this->groupBox1->TabStop = false;
this->groupBox1->Text = L"操作用户权限设置";
//
// 客房管理之入住登记Label
//
客房管理之入住登记Label->AutoSize = true;
客房管理之入住登记Label->Location = System::Drawing::Point(5, 21);
客房管理之入住登记Label->Name = L"客房管理之入住登记Label";
客房管理之入住登记Label->Size = System::Drawing::Size(119, 12);
客房管理之入住登记Label->TabIndex = 55;
客房管理之入住登记Label->Text = L"客房管理之入住登记:";
//
// 客房管理之入住登记CheckBox
//
this->客房管理之入住登记CheckBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"CheckState", this->操作用户BindingSource, L"客房管理之入住登记",
true)));
this->客房管理之入住登记CheckBox->Location = System::Drawing::Point(128, 16);
this->客房管理之入住登记CheckBox->Name = L"客房管理之入住登记CheckBox";
this->客房管理之入住登记CheckBox->Size = System::Drawing::Size(26, 24);
this->客房管理之入住登记CheckBox->TabIndex = 56;
//
// 客房管理之换房登记Label
//
客房管理之换房登记Label->AutoSize = true;
客房管理之换房登记Label->Location = System::Drawing::Point(5, 45);
客房管理之换房登记Label->Name = L"客房管理之换房登记Label";
客房管理之换房登记Label->Size = System::Drawing::Size(119, 12);
客房管理之换房登记Label->TabIndex = 57;
客房管理之换房登记Label->Text = L"客房管理之换房登记:";
//
// 客房管理之换房登记CheckBox
//
this->客房管理之换房登记CheckBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"CheckState", this->操作用户BindingSource, L"客房管理之换房登记",
true)));
this->客房管理之换房登记CheckBox->Location = System::Drawing::Point(128, 40);
this->客房管理之换房登记CheckBox->Name = L"客房管理之换房登记CheckBox";
this->客房管理之换房登记CheckBox->Size = System::Drawing::Size(26, 24);
this->客房管理之换房登记CheckBox->TabIndex = 58;
//
// 客房管理之退房登记Label
//
客房管理之退房登记Label->AutoSize = true;
客房管理之退房登记Label->Location = System::Drawing::Point(5, 69);
客房管理之退房登记Label->Name = L"客房管理之退房登记Label";
客房管理之退房登记Label->Size = System::Drawing::Size(119, 12);
客房管理之退房登记Label->TabIndex = 59;
客房管理之退房登记Label->Text = L"客房管理之退房登记:";
//
// 客房管理之退房登记CheckBox
//
this->客房管理之退房登记CheckBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"CheckState", this->操作用户BindingSource, L"客房管理之退房登记",
true)));
this->客房管理之退房登记CheckBox->Location = System::Drawing::Point(128, 64);
this->客房管理之退房登记CheckBox->Name = L"客房管理之退房登记CheckBox";
this->客房管理之退房登记CheckBox->Size = System::Drawing::Size(26, 24);
this->客房管理之退房登记CheckBox->TabIndex = 60;
//
// 客房管理之预订房间Label
//
客房管理之预订房间Label->AutoSize = true;
客房管理之预订房间Label->Location = System::Drawing::Point(5, 93);
客房管理之预订房间Label->Name = L"客房管理之预订房间Label";
客房管理之预订房间Label->Size = System::Drawing::Size(119, 12);
客房管理之预订房间Label->TabIndex = 61;
客房管理之预订房间Label->Text = L"客房管理之预订房间:";
//
// 客房管理之预订房间CheckBox
//
this->客房管理之预订房间CheckBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"CheckState", this->操作用户BindingSource, L"客房管理之预订房间",
true)));
this->客房管理之预订房间CheckBox->Location = System::Drawing::Point(128, 88);
this->客房管理之预订房间CheckBox->Name = L"客房管理之预订房间CheckBox";
this->客房管理之预订房间CheckBox->Size = System::Drawing::Size(26, 24);
this->客房管理之预订房间CheckBox->TabIndex = 62;
//
// 客房管理之预订入住Label
//
客房管理之预订入住Label->AutoSize = true;
客房管理之预订入住Label->Location = System::Drawing::Point(5, 117);
客房管理之预订入住Label->Name = L"客房管理之预订入住Label";
客房管理之预订入住Label->Size = System::Drawing::Size(119, 12);
客房管理之预订入住Label->TabIndex = 63;
客房管理之预订入住Label->Text = L"客房管理之预订入住:";
//
// 客房管理之预订入住CheckBox
//
this->客房管理之预订入住CheckBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"CheckState", this->操作用户BindingSource, L"客房管理之预订入住",
true)));
this->客房管理之预订入住CheckBox->Location = System::Drawing::Point(128, 112);
this->客房管理之预订入住CheckBox->Name = L"客房管理之预订入住CheckBox";
this->客房管理之预订入住CheckBox->Size = System::Drawing::Size(26, 24);
this->客房管理之预订入住CheckBox->TabIndex = 64;
//
// 客房管理之补交押金Label
//
客房管理之补交押金Label->AutoSize = true;
客房管理之补交押金Label->Location = System::Drawing::Point(5, 141);
客房管理之补交押金Label->Name = L"客房管理之补交押金Label";
客房管理之补交押金Label->Size = System::Drawing::Size(119, 12);
客房管理之补交押金Label->TabIndex = 65;
客房管理之补交押金Label->Text = L"客房管理之补交押金:";
//
// 客房管理之补交押金CheckBox
//
this->客房管理之补交押金CheckBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"CheckState", this->操作用户BindingSource, L"客房管理之补交押金",
true)));
this->客房管理之补交押金CheckBox->Location = System::Drawing::Point(128, 136);
this->客房管理之补交押金CheckBox->Name = L"客房管理之补交押金CheckBox";
this->客房管理之补交押金CheckBox->Size = System::Drawing::Size(26, 24);
this->客房管理之补交押金CheckBox->TabIndex = 66;
//
// 客房管理之补打帐单Label
//
客房管理之补打帐单Label->AutoSize = true;
客房管理之补打帐单Label->Location = System::Drawing::Point(5, 165);
客房管理之补打帐单Label->Name = L"客房管理之补打帐单Label";
客房管理之补打帐单Label->Size = System::Drawing::Size(119, 12);
客房管理之补打帐单Label->TabIndex = 67;
客房管理之补打帐单Label->Text = L"客房管理之补打帐单:";
//
// 客房管理之补打帐单CheckBox
//
this->客房管理之补打帐单CheckBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"CheckState", this->操作用户BindingSource, L"客房管理之补打帐单",
true)));
this->客房管理之补打帐单CheckBox->Location = System::Drawing::Point(128, 160);
this->客房管理之补打帐单CheckBox->Name = L"客房管理之补打帐单CheckBox";
this->客房管理之补打帐单CheckBox->Size = System::Drawing::Size(26, 24);
this->客房管理之补打帐单CheckBox->TabIndex = 68;
//
// 费用管理之餐费入帐Label
//
费用管理之餐费入帐Label->AutoSize = true;
费用管理之餐费入帐Label->Location = System::Drawing::Point(5, 189);
费用管理之餐费入帐Label->Name = L"费用管理之餐费入帐Label";
费用管理之餐费入帐Label->Size = System::Drawing::Size(119, 12);
费用管理之餐费入帐Label->TabIndex = 69;
费用管理之餐费入帐Label->Text = L"费用管理之餐费入帐:";
//
// 费用管理之餐费入帐CheckBox
//
this->费用管理之餐费入帐CheckBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"CheckState", this->操作用户BindingSource, L"费用管理之餐费入帐",
true)));
this->费用管理之餐费入帐CheckBox->Location = System::Drawing::Point(128, 184);
this->费用管理之餐费入帐CheckBox->Name = L"费用管理之餐费入帐CheckBox";
this->费用管理之餐费入帐CheckBox->Size = System::Drawing::Size(26, 24);
this->费用管理之餐费入帐CheckBox->TabIndex = 70;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -