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

📄 operatorform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
📖 第 1 页 / 共 5 页
字号:
namespace MyHotel
{
    partial class OperatorForm
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            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;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OperatorForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.myHotelDataSet = new MyHotel.MyHotelDataSet();
            this.操作用户BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.操作用户TableAdapter = new MyHotel.MyHotelDataSetTableAdapters.操作用户TableAdapter();
            this.操作用户BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.操作用户BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.用户名称TextBox = new System.Windows.Forms.TextBox();
            this.用户密码TextBox = new System.Windows.Forms.TextBox();
            this.说明TextBox = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.客房管理之入住登记CheckBox = new System.Windows.Forms.CheckBox();
            this.客房管理之换房登记CheckBox = new System.Windows.Forms.CheckBox();
            this.客房管理之退房登记CheckBox = new System.Windows.Forms.CheckBox();
            this.客房管理之预订房间CheckBox = new System.Windows.Forms.CheckBox();
            this.客房管理之预订入住CheckBox = new System.Windows.Forms.CheckBox();
            this.客房管理之补交押金CheckBox = new System.Windows.Forms.CheckBox();
            this.客房管理之补打帐单CheckBox = new System.Windows.Forms.CheckBox();
            this.费用管理之餐费入帐CheckBox = new System.Windows.Forms.CheckBox();
            this.费用管理之话费入帐CheckBox = new System.Windows.Forms.CheckBox();
            this.费用管理之消费入帐CheckBox = new System.Windows.Forms.CheckBox();
            this.查询管理之入住旅客信息CheckBox = new System.Windows.Forms.CheckBox();
            this.查询管理之客房入住状态CheckBox = new System.Windows.Forms.CheckBox();
            this.查询管理之物品消耗信息CheckBox = new System.Windows.Forms.CheckBox();
            this.查询管理之物品消耗汇总CheckBox = new System.Windows.Forms.CheckBox();
            this.查询管理之押金消费信息CheckBox = new System.Windows.Forms.CheckBox();
            this.报表管理之客房入住报表CheckBox = new System.Windows.Forms.CheckBox();
            this.报表管理之客房餐费报表CheckBox = new System.Windows.Forms.CheckBox();
            this.报表管理之客房消费报表CheckBox = new System.Windows.Forms.CheckBox();
            this.报表管理之客房话费报表CheckBox = new System.Windows.Forms.CheckBox();
            this.报表管理之客房结帐汇总表CheckBox = new System.Windows.Forms.CheckBox();
            this.系统管理之操作权限设置CheckBox = new System.Windows.Forms.CheckBox();
            this.系统管理之修改用户密码CheckBox = new System.Windows.Forms.CheckBox();
            this.系统管理之酒店信息设置CheckBox = new System.Windows.Forms.CheckBox();
            this.系统管理之酒店客房设置CheckBox = new System.Windows.Forms.CheckBox();
            this.系统管理之消费物品设置CheckBox = new System.Windows.Forms.CheckBox();
            this.操作用户DataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            用户名称Label = new System.Windows.Forms.Label();
            用户密码Label = new System.Windows.Forms.Label();
            说明Label = new System.Windows.Forms.Label();
            客房管理之入住登记Label = new System.Windows.Forms.Label();
            客房管理之换房登记Label = new System.Windows.Forms.Label();
            客房管理之退房登记Label = new System.Windows.Forms.Label();
            客房管理之预订房间Label = new System.Windows.Forms.Label();
            客房管理之预订入住Label = new System.Windows.Forms.Label();
            客房管理之补交押金Label = new System.Windows.Forms.Label();
            客房管理之补打帐单Label = new System.Windows.Forms.Label();
            费用管理之餐费入帐Label = new System.Windows.Forms.Label();
            费用管理之话费入帐Label = new System.Windows.Forms.Label();
            费用管理之消费入帐Label = new System.Windows.Forms.Label();
            查询管理之入住旅客信息Label = new System.Windows.Forms.Label();
            查询管理之客房入住状态Label = new System.Windows.Forms.Label();
            查询管理之物品消耗信息Label = new System.Windows.Forms.Label();
            查询管理之物品消耗汇总Label = new System.Windows.Forms.Label();
            查询管理之押金消费信息Label = new System.Windows.Forms.Label();
            报表管理之客房入住报表Label = new System.Windows.Forms.Label();
            报表管理之客房餐费报表Label = new System.Windows.Forms.Label();
            报表管理之客房消费报表Label = new System.Windows.Forms.Label();
            报表管理之客房话费报表Label = new System.Windows.Forms.Label();
            报表管理之客房结帐汇总表Label = new System.Windows.Forms.Label();
            系统管理之操作权限设置Label = new System.Windows.Forms.Label();
            系统管理之修改用户密码Label = new System.Windows.Forms.Label();
            系统管理之酒店信息设置Label = new System.Windows.Forms.Label();
            系统管理之酒店客房设置Label = new System.Windows.Forms.Label();
            系统管理之消费物品设置Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.myHotelDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.操作用户BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.操作用户BindingNavigator)).BeginInit();
            this.操作用户BindingNavigator.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.操作用户DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 用户名称Label
            // 
            用户名称Label.AutoSize = true;
            用户名称Label.Location = new System.Drawing.Point(2, 36);
            用户名称Label.Name = "用户名称Label";
            用户名称Label.Size = new System.Drawing.Size(59, 12);
            用户名称Label.TabIndex = 1;
            用户名称Label.Text = "用户名称:";
            // 
            // 用户密码Label
            // 
            用户密码Label.AutoSize = true;
            用户密码Label.Location = new System.Drawing.Point(175, 36);
            用户密码Label.Name = "用户密码Label";
            用户密码Label.Size = new System.Drawing.Size(59, 12);

⌨️ 快捷键说明

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