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

📄 goodsform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
📖 第 1 页 / 共 2 页
字号:
            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(43, 28);
            this.名称TextBox.Name = "名称TextBox";
            this.名称TextBox.Size = new System.Drawing.Size(100, 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(190, 28);
            this.单价TextBox.Name = "单价TextBox";
            this.单价TextBox.Size = new System.Drawing.Size(55, 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(293, 28);
            this.单位TextBox.Name = "单位TextBox";
            this.单位TextBox.Size = new System.Drawing.Size(44, 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(382, 28);
            this.类别TextBox.Name = "类别TextBox";
            this.类别TextBox.Size = new System.Drawing.Size(158, 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(43, 55);
            this.产地TextBox.Name = "产地TextBox";
            this.产地TextBox.Size = new System.Drawing.Size(100, 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(190, 55);
            this.说明TextBox.Name = "说明TextBox";
            this.说明TextBox.Size = new System.Drawing.Size(350, 21);
            this.说明TextBox.TabIndex = 12;
            // 
            // 消费物品TableAdapter
            // 
            this.消费物品TableAdapter.ClearBeforeFill = true;
            // 
            // 消费物品DataGridView
            // 
            this.消费物品DataGridView.AutoGenerateColumns = false;
            this.消费物品DataGridView.BackgroundColor = System.Drawing.SystemColors.MenuHighlight;
            this.消费物品DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn2,
            this.dataGridViewTextBoxColumn3,
            this.dataGridViewTextBoxColumn4,
            this.dataGridViewTextBoxColumn5,
            this.dataGridViewTextBoxColumn6});
            this.消费物品DataGridView.DataSource = this.消费物品BindingSource;
            this.消费物品DataGridView.Location = new System.Drawing.Point(4, 82);
            this.消费物品DataGridView.Name = "消费物品DataGridView";
            this.消费物品DataGridView.RowHeadersVisible = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.Green;
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Yellow;
            this.消费物品DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle1;
            this.消费物品DataGridView.RowTemplate.Height = 23;
            this.消费物品DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.消费物品DataGridView.Size = new System.Drawing.Size(536, 331);
            this.消费物品DataGridView.TabIndex = 13;
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.DataPropertyName = "名称";
            this.dataGridViewTextBoxColumn1.HeaderText = "名称";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.DataPropertyName = "单价";
            this.dataGridViewTextBoxColumn2.HeaderText = "单价";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.DataPropertyName = "单位";
            this.dataGridViewTextBoxColumn3.HeaderText = "单位";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            // 
            // dataGridViewTextBoxColumn4
            // 
            this.dataGridViewTextBoxColumn4.DataPropertyName = "类别";
            this.dataGridViewTextBoxColumn4.HeaderText = "类别";
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
            // 
            // dataGridViewTextBoxColumn5
            // 
            this.dataGridViewTextBoxColumn5.DataPropertyName = "产地";
            this.dataGridViewTextBoxColumn5.HeaderText = "产地";
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
            // 
            // dataGridViewTextBoxColumn6
            // 
            this.dataGridViewTextBoxColumn6.DataPropertyName = "说明";
            this.dataGridViewTextBoxColumn6.HeaderText = "说明";
            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
            // 
            // GoodsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.ClientSize = new System.Drawing.Size(540, 414);
            this.Controls.Add(this.消费物品DataGridView);
            this.Controls.Add(名称Label);
            this.Controls.Add(this.名称TextBox);
            this.Controls.Add(单价Label);
            this.Controls.Add(this.单价TextBox);
            this.Controls.Add(单位Label);
            this.Controls.Add(this.单位TextBox);
            this.Controls.Add(类别Label);
            this.Controls.Add(this.类别TextBox);
            this.Controls.Add(产地Label);
            this.Controls.Add(this.产地TextBox);
            this.Controls.Add(说明Label);
            this.Controls.Add(this.说明TextBox);
            this.Controls.Add(this.消费物品BindingNavigator);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "GoodsForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "登记酒店消费品信息";
            this.Load += new System.EventHandler(this.GoodsForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.消费物品BindingNavigator)).EndInit();
            this.消费物品BindingNavigator.ResumeLayout(false);
            this.消费物品BindingNavigator.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.消费物品BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.myHotelDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.消费物品DataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private MyHotelDataSet myHotelDataSet;
        private System.Windows.Forms.BindingSource 消费物品BindingSource;
        private MyHotel.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.TextBox 名称TextBox;
        private System.Windows.Forms.TextBox 单价TextBox;
        private System.Windows.Forms.TextBox 单位TextBox;
        private System.Windows.Forms.TextBox 类别TextBox;
        private System.Windows.Forms.TextBox 产地TextBox;
        private System.Windows.Forms.TextBox 说明TextBox;
        private System.Windows.Forms.DataGridView 消费物品DataGridView;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
    }
}

⌨️ 快捷键说明

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