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

📄 companyform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.酒店信息BindingNavigatorSaveItem});
            this.酒店信息BindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.酒店信息BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.酒店信息BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.酒店信息BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.酒店信息BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.酒店信息BindingNavigator.Name = "酒店信息BindingNavigator";
            this.酒店信息BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.酒店信息BindingNavigator.Size = new System.Drawing.Size(531, 25);
            this.酒店信息BindingNavigator.TabIndex = 0;
            this.酒店信息BindingNavigator.Text = "bindingNavigator1";
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(49, 22);
            this.bindingNavigatorAddNewItem.Text = "新增";
            // 
            // 酒店信息BindingSource
            // 
            this.酒店信息BindingSource.DataMember = "酒店信息";
            this.酒店信息BindingSource.DataSource = this.myHotelDataSet;
            // 
            // myHotelDataSet
            // 
            this.myHotelDataSet.DataSetName = "MyHotelDataSet";
            this.myHotelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
            this.bindingNavigatorCountItem.Text = "/ {0}";
            this.bindingNavigatorCountItem.ToolTipText = "总项数";
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(49, 22);
            this.bindingNavigatorDeleteItem.Text = "删除";
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
            // 
            // bindingNavigatorSeparator
            // 
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.AccessibleName = "位置";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // 酒店信息BindingNavigatorSaveItem
            // 
            this.酒店信息BindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("酒店信息BindingNavigatorSaveItem.Image")));
            this.酒店信息BindingNavigatorSaveItem.Name = "酒店信息BindingNavigatorSaveItem";
            this.酒店信息BindingNavigatorSaveItem.Size = new System.Drawing.Size(49, 22);
            this.酒店信息BindingNavigatorSaveItem.Text = "保存";
            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(115, 29);
            this.酒店名称TextBox.Name = "酒店名称TextBox";
            this.酒店名称TextBox.Size = new System.Drawing.Size(135, 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(115, 56);
            this.法人代表TextBox.Name = "法人代表TextBox";
            this.法人代表TextBox.Size = new System.Drawing.Size(135, 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(115, 83);
            this.酒店地址TextBox.Name = "酒店地址TextBox";
            this.酒店地址TextBox.Size = new System.Drawing.Size(135, 21);
            this.酒店地址TextBox.TabIndex = 6;
            // 
            // 服务电话TextBox
            // 
            this.服务电话TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.酒店信息BindingSource, "服务电话", true));
            this.服务电话TextBox.Location = new System.Drawing.Point(115, 110);
            this.服务电话TextBox.Name = "服务电话TextBox";
            this.服务电话TextBox.Size = new System.Drawing.Size(135, 21);
            this.服务电话TextBox.TabIndex = 8;
            // 
            // 邮政编码TextBox
            // 
            this.邮政编码TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.酒店信息BindingSource, "邮政编码", true));
            this.邮政编码TextBox.Location = new System.Drawing.Point(115, 137);
            this.邮政编码TextBox.Name = "邮政编码TextBox";
            this.邮政编码TextBox.Size = new System.Drawing.Size(135, 21);
            this.邮政编码TextBox.TabIndex = 10;
            // 
            // 电子邮件TextBox
            // 
            this.电子邮件TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.酒店信息BindingSource, "电子邮件", true));
            this.电子邮件TextBox.Location = new System.Drawing.Point(374, 29);
            this.电子邮件TextBox.Name = "电子邮件TextBox";
            this.电子邮件TextBox.Size = new System.Drawing.Size(154, 21);
            this.电子邮件TextBox.TabIndex = 12;
            // 
            // 酒店网站TextBox
            // 
            this.酒店网站TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.酒店信息BindingSource, "酒店网站", true));
            this.酒店网站TextBox.Location = new System.Drawing.Point(374, 56);
            this.酒店网站TextBox.Name = "酒店网站TextBox";
            this.酒店网站TextBox.Size = new System.Drawing.Size(154, 21);
            this.酒店网站TextBox.TabIndex = 14;
            // 
            // 管理系统背景照片TextBox
            // 
            this.管理系统背景照片TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.酒店信息BindingSource, "管理系统背景照片", true));
            this.管理系统背景照片TextBox.Location = new System.Drawing.Point(374, 83);
            this.管理系统背景照片TextBox.Name = "管理系统背景照片TextBox";
            this.管理系统背景照片TextBox.Size = new System.Drawing.Size(154, 21);
            this.管理系统背景照片TextBox.TabIndex = 16;
            // 
            // 管理系统显示名称TextBox
            // 
            this.管理系统显示名称TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.酒店信息BindingSource, "管理系统显示名称", true));
            this.管理系统显示名称TextBox.Location = new System.Drawing.Point(374, 110);
            this.管理系统显示名称TextBox.Name = "管理系统显示名称TextBox";
            this.管理系统显示名称TextBox.Size = new System.Drawing.Size(154, 21);

⌨️ 快捷键说明

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