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

📄 stationform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.车位使用DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.车位使用DataGridView.Size = new System.Drawing.Size(523, 275);
            this.车位使用DataGridView.TabIndex = 34;
            // 
            // 自动编号DataGridViewTextBoxColumn
            // 
            this.自动编号DataGridViewTextBoxColumn.DataPropertyName = "自动编号";
            this.自动编号DataGridViewTextBoxColumn.HeaderText = "自动编号";
            this.自动编号DataGridViewTextBoxColumn.Name = "自动编号DataGridViewTextBoxColumn";
            this.自动编号DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 车位编号DataGridViewTextBoxColumn
            // 
            this.车位编号DataGridViewTextBoxColumn.DataPropertyName = "车位编号";
            this.车位编号DataGridViewTextBoxColumn.HeaderText = "车位编号";
            this.车位编号DataGridViewTextBoxColumn.Name = "车位编号DataGridViewTextBoxColumn";
            this.车位编号DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 车位面积DataGridViewTextBoxColumn
            // 
            this.车位面积DataGridViewTextBoxColumn.DataPropertyName = "车位面积";
            this.车位面积DataGridViewTextBoxColumn.HeaderText = "车位面积";
            this.车位面积DataGridViewTextBoxColumn.Name = "车位面积DataGridViewTextBoxColumn";
            this.车位面积DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 楼栋名称DataGridViewTextBoxColumn
            // 
            this.楼栋名称DataGridViewTextBoxColumn.DataPropertyName = "楼栋名称";
            this.楼栋名称DataGridViewTextBoxColumn.HeaderText = "楼栋名称";
            this.楼栋名称DataGridViewTextBoxColumn.Name = "楼栋名称DataGridViewTextBoxColumn";
            this.楼栋名称DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 业主编号DataGridViewTextBoxColumn
            // 
            this.业主编号DataGridViewTextBoxColumn.DataPropertyName = "业主编号";
            this.业主编号DataGridViewTextBoxColumn.HeaderText = "业主编号";
            this.业主编号DataGridViewTextBoxColumn.Name = "业主编号DataGridViewTextBoxColumn";
            this.业主编号DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 业主姓名DataGridViewTextBoxColumn
            // 
            this.业主姓名DataGridViewTextBoxColumn.DataPropertyName = "业主姓名";
            this.业主姓名DataGridViewTextBoxColumn.HeaderText = "业主姓名";
            this.业主姓名DataGridViewTextBoxColumn.Name = "业主姓名DataGridViewTextBoxColumn";
            this.业主姓名DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 启用日期DataGridViewTextBoxColumn
            // 
            this.启用日期DataGridViewTextBoxColumn.DataPropertyName = "启用日期";
            this.启用日期DataGridViewTextBoxColumn.HeaderText = "启用日期";
            this.启用日期DataGridViewTextBoxColumn.Name = "启用日期DataGridViewTextBoxColumn";
            this.启用日期DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 停用日期DataGridViewTextBoxColumn
            // 
            this.停用日期DataGridViewTextBoxColumn.DataPropertyName = "停用日期";
            this.停用日期DataGridViewTextBoxColumn.HeaderText = "停用日期";
            this.停用日期DataGridViewTextBoxColumn.Name = "停用日期DataGridViewTextBoxColumn";
            this.停用日期DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 费用金额DataGridViewTextBoxColumn
            // 
            this.费用金额DataGridViewTextBoxColumn.DataPropertyName = "费用金额";
            this.费用金额DataGridViewTextBoxColumn.HeaderText = "费用金额";
            this.费用金额DataGridViewTextBoxColumn.Name = "费用金额DataGridViewTextBoxColumn";
            this.费用金额DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 管理人员DataGridViewTextBoxColumn
            // 
            this.管理人员DataGridViewTextBoxColumn.DataPropertyName = "管理人员";
            this.管理人员DataGridViewTextBoxColumn.HeaderText = "管理人员";
            this.管理人员DataGridViewTextBoxColumn.Name = "管理人员DataGridViewTextBoxColumn";
            this.管理人员DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // 补充说明DataGridViewTextBoxColumn
            // 
            this.补充说明DataGridViewTextBoxColumn.DataPropertyName = "补充说明";
            this.补充说明DataGridViewTextBoxColumn.HeaderText = "补充说明";
            this.补充说明DataGridViewTextBoxColumn.Name = "补充说明DataGridViewTextBoxColumn";
            this.补充说明DataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // StationForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(542, 416);
            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.楼栋名称ComboBox);
            this.Controls.Add(业主编号Label);
            this.Controls.Add(this.业主编号TextBox);
            this.Controls.Add(业主姓名Label);
            this.Controls.Add(this.业主姓名ComboBox);
            this.Controls.Add(启用日期Label);
            this.Controls.Add(this.启用日期DateTimePicker);
            this.Controls.Add(停用日期Label);
            this.Controls.Add(this.停用日期DateTimePicker);
            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.Name = "StationForm";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "物业管理[车位使用管理]";
            this.Load += new System.EventHandler(this.StationForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.车位使用BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.车位使用BindingNavigator)).EndInit();
            this.车位使用BindingNavigator.ResumeLayout(false);
            this.车位使用BindingNavigator.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.楼栋信息BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.业主信息BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.车位使用DataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private MyCommunity.Data.DBCommunityDataSet dBCommunityDataSet;
        private System.Windows.Forms.BindingSource 车位使用BindingSource;
        private MyCommunity.Data.DBCommunityDataSetTableAdapters.车位使用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.ToolStripLabel 车位编号ToolStripLabel;
        private System.Windows.Forms.ToolStripTextBox 车位编号ToolStripTextBox;
        private System.Windows.Forms.ToolStripButton 查询ToolStripButton;
        private System.Windows.Forms.ToolStripButton 打印ToolStripButton;
        private System.Windows.Forms.TextBox 自动编号TextBox;
        private System.Windows.Forms.TextBox 车位编号TextBox;
        private System.Windows.Forms.TextBox 车位面积TextBox;
        private System.Windows.Forms.ComboBox 楼栋名称ComboBox;
        private System.Windows.Forms.TextBox 业主编号TextBox;
        private System.Windows.Forms.ComboBox 业主姓名ComboBox;
        private System.Windows.Forms.DateTimePicker 启用日期DateTimePicker;
        private System.Windows.Forms.DateTimePicker 停用日期DateTimePicker;
        private System.Windows.Forms.TextBox 费用金额TextBox;
        private System.Windows.Forms.TextBox 管理人员TextBox;
        private System.Windows.Forms.TextBox 补充说明TextBox;
        private System.Windows.Forms.BindingSource 楼栋信息BindingSource;
        private MyCommunity.Data.DBCommunityDataSetTableAdapters.楼栋信息TableAdapter 楼栋信息TableAdapter;
        private System.Windows.Forms.BindingSource 业主信息BindingSource;
        private MyCommunity.Data.DBCommunityDataSetTableAdapters.业主信息TableAdapter 业主信息TableAdapter;
        private System.Windows.Forms.DataGridView 车位使用DataGridView;
        private System.Windows.Forms.DataGridViewTextBoxColumn 自动编号DataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 车位编号DataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 车位面积DataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 楼栋名称DataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 业主编号DataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 业主姓名DataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 启用日期DataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 停用日期DataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 费用金额DataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 管理人员DataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn 补充说明DataGridViewTextBoxColumn;
    }
}

⌨️ 快捷键说明

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