📄 operatorform.designer.cs
字号:
this.操作用户BindingNavigatorSaveItem.Click += new System.EventHandler(this.操作用户BindingNavigatorSaveItem_Click);
//
// 用户名称TextBox
//
this.用户名称TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.操作用户BindingSource, "用户名称", true));
this.用户名称TextBox.Location = new System.Drawing.Point(65, 30);
this.用户名称TextBox.Name = "用户名称TextBox";
this.用户名称TextBox.Size = new System.Drawing.Size(104, 21);
this.用户名称TextBox.TabIndex = 2;
//
// 用户密码TextBox
//
this.用户密码TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.操作用户BindingSource, "用户密码", true));
this.用户密码TextBox.Location = new System.Drawing.Point(240, 30);
this.用户密码TextBox.Name = "用户密码TextBox";
this.用户密码TextBox.PasswordChar = '*';
this.用户密码TextBox.Size = new System.Drawing.Size(104, 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(391, 30);
this.说明TextBox.Name = "说明TextBox";
this.说明TextBox.Size = new System.Drawing.Size(143, 21);
this.说明TextBox.TabIndex = 56;
//
// 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 = new System.Drawing.Point(4, 57);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(530, 256);
this.groupBox1.TabIndex = 57;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "操作用户权限设置";
//
// 客房管理之入住登记CheckBox
//
this.客房管理之入住登记CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "客房管理之入住登记", true));
this.客房管理之入住登记CheckBox.Location = new System.Drawing.Point(128, 16);
this.客房管理之入住登记CheckBox.Name = "客房管理之入住登记CheckBox";
this.客房管理之入住登记CheckBox.Size = new System.Drawing.Size(26, 24);
this.客房管理之入住登记CheckBox.TabIndex = 56;
//
// 客房管理之换房登记CheckBox
//
this.客房管理之换房登记CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "客房管理之换房登记", true));
this.客房管理之换房登记CheckBox.Location = new System.Drawing.Point(128, 40);
this.客房管理之换房登记CheckBox.Name = "客房管理之换房登记CheckBox";
this.客房管理之换房登记CheckBox.Size = new System.Drawing.Size(26, 24);
this.客房管理之换房登记CheckBox.TabIndex = 58;
//
// 客房管理之退房登记CheckBox
//
this.客房管理之退房登记CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "客房管理之退房登记", true));
this.客房管理之退房登记CheckBox.Location = new System.Drawing.Point(128, 64);
this.客房管理之退房登记CheckBox.Name = "客房管理之退房登记CheckBox";
this.客房管理之退房登记CheckBox.Size = new System.Drawing.Size(26, 24);
this.客房管理之退房登记CheckBox.TabIndex = 60;
//
// 客房管理之预订房间CheckBox
//
this.客房管理之预订房间CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "客房管理之预订房间", true));
this.客房管理之预订房间CheckBox.Location = new System.Drawing.Point(128, 88);
this.客房管理之预订房间CheckBox.Name = "客房管理之预订房间CheckBox";
this.客房管理之预订房间CheckBox.Size = new System.Drawing.Size(26, 24);
this.客房管理之预订房间CheckBox.TabIndex = 62;
//
// 客房管理之预订入住CheckBox
//
this.客房管理之预订入住CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "客房管理之预订入住", true));
this.客房管理之预订入住CheckBox.Location = new System.Drawing.Point(128, 112);
this.客房管理之预订入住CheckBox.Name = "客房管理之预订入住CheckBox";
this.客房管理之预订入住CheckBox.Size = new System.Drawing.Size(26, 24);
this.客房管理之预订入住CheckBox.TabIndex = 64;
//
// 客房管理之补交押金CheckBox
//
this.客房管理之补交押金CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "客房管理之补交押金", true));
this.客房管理之补交押金CheckBox.Location = new System.Drawing.Point(128, 136);
this.客房管理之补交押金CheckBox.Name = "客房管理之补交押金CheckBox";
this.客房管理之补交押金CheckBox.Size = new System.Drawing.Size(26, 24);
this.客房管理之补交押金CheckBox.TabIndex = 66;
//
// 客房管理之补打帐单CheckBox
//
this.客房管理之补打帐单CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "客房管理之补打帐单", true));
this.客房管理之补打帐单CheckBox.Location = new System.Drawing.Point(128, 160);
this.客房管理之补打帐单CheckBox.Name = "客房管理之补打帐单CheckBox";
this.客房管理之补打帐单CheckBox.Size = new System.Drawing.Size(26, 24);
this.客房管理之补打帐单CheckBox.TabIndex = 68;
//
// 费用管理之餐费入帐CheckBox
//
this.费用管理之餐费入帐CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "费用管理之餐费入帐", true));
this.费用管理之餐费入帐CheckBox.Location = new System.Drawing.Point(128, 184);
this.费用管理之餐费入帐CheckBox.Name = "费用管理之餐费入帐CheckBox";
this.费用管理之餐费入帐CheckBox.Size = new System.Drawing.Size(26, 24);
this.费用管理之餐费入帐CheckBox.TabIndex = 70;
//
// 费用管理之话费入帐CheckBox
//
this.费用管理之话费入帐CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "费用管理之话费入帐", true));
this.费用管理之话费入帐CheckBox.Location = new System.Drawing.Point(128, 208);
this.费用管理之话费入帐CheckBox.Name = "费用管理之话费入帐CheckBox";
this.费用管理之话费入帐CheckBox.Size = new System.Drawing.Size(26, 24);
this.费用管理之话费入帐CheckBox.TabIndex = 72;
//
// 费用管理之消费入帐CheckBox
//
this.费用管理之消费入帐CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "费用管理之消费入帐", true));
this.费用管理之消费入帐CheckBox.Location = new System.Drawing.Point(128, 232);
this.费用管理之消费入帐CheckBox.Name = "费用管理之消费入帐CheckBox";
this.费用管理之消费入帐CheckBox.Size = new System.Drawing.Size(20, 24);
this.费用管理之消费入帐CheckBox.TabIndex = 74;
//
// 查询管理之入住旅客信息CheckBox
//
this.查询管理之入住旅客信息CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "查询管理之入住旅客信息", true));
this.查询管理之入住旅客信息CheckBox.Location = new System.Drawing.Point(321, 16);
this.查询管理之入住旅客信息CheckBox.Name = "查询管理之入住旅客信息CheckBox";
this.查询管理之入住旅客信息CheckBox.Size = new System.Drawing.Size(20, 24);
this.查询管理之入住旅客信息CheckBox.TabIndex = 76;
//
// 查询管理之客房入住状态CheckBox
//
this.查询管理之客房入住状态CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "查询管理之客房入住状态", true));
this.查询管理之客房入住状态CheckBox.Location = new System.Drawing.Point(321, 40);
this.查询管理之客房入住状态CheckBox.Name = "查询管理之客房入住状态CheckBox";
this.查询管理之客房入住状态CheckBox.Size = new System.Drawing.Size(20, 24);
this.查询管理之客房入住状态CheckBox.TabIndex = 78;
//
// 查询管理之物品消耗信息CheckBox
//
this.查询管理之物品消耗信息CheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.操作用户BindingSource, "查询管理之物品消耗信息", true));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -