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

📄 stationform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
namespace MyCommunity
{
    partial class StationForm
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StationForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dBCommunityDataSet = new MyCommunity.Data.DBCommunityDataSet();
            this.车位使用BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.车位使用TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.车位使用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.车位编号ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.车位编号ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.查询ToolStripButton = 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.打印ToolStripButton = 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.楼栋名称ComboBox = new System.Windows.Forms.ComboBox();
            this.楼栋信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.业主编号TextBox = new System.Windows.Forms.TextBox();
            this.业主姓名ComboBox = new System.Windows.Forms.ComboBox();
            this.启用日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.停用日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.费用金额TextBox = new System.Windows.Forms.TextBox();
            this.管理人员TextBox = new System.Windows.Forms.TextBox();
            this.补充说明TextBox = new System.Windows.Forms.TextBox();
            this.楼栋信息TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.楼栋信息TableAdapter();
            this.业主信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.业主信息TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.业主信息TableAdapter();
            this.车位使用DataGridView = new System.Windows.Forms.DataGridView();
            this.自动编号DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.车位编号DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.车位面积DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.楼栋名称DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.业主编号DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.业主姓名DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.启用日期DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.停用日期DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.费用金额DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.管理人员DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.补充说明DataGridViewTextBoxColumn = 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();
            ((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.车位使用BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.车位使用BindingNavigator)).BeginInit();
            this.车位使用BindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.楼栋信息BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.业主信息BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.车位使用DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 自动编号Label
            // 
            自动编号Label.AutoSize = true;
            自动编号Label.Location = new System.Drawing.Point(6, 32);
            自动编号Label.Name = "自动编号Label";
            自动编号Label.Size = new System.Drawing.Size(59, 12);
            自动编号Label.TabIndex = 2;
            自动编号Label.Text = "自动编号:";
            // 
            // 车位编号Label
            // 
            车位编号Label.AutoSize = true;
            车位编号Label.Location = new System.Drawing.Point(110, 32);
            车位编号Label.Name = "车位编号Label";
            车位编号Label.Size = new System.Drawing.Size(59, 12);
            车位编号Label.TabIndex = 4;
            车位编号Label.Text = "车位编号:";
            // 
            // 车位面积Label
            // 
            车位面积Label.AutoSize = true;
            车位面积Label.Location = new System.Drawing.Point(263, 32);
            车位面积Label.Name = "车位面积Label";
            车位面积Label.Size = new System.Drawing.Size(83, 12);
            车位面积Label.TabIndex = 6;
            车位面积Label.Text = "车位面积(m2):";
            // 
            // 楼栋名称Label
            // 
            楼栋名称Label.AutoSize = true;
            楼栋名称Label.Location = new System.Drawing.Point(400, 32);
            楼栋名称Label.Name = "楼栋名称Label";
            楼栋名称Label.Size = new System.Drawing.Size(59, 12);
            楼栋名称Label.TabIndex = 8;
            楼栋名称Label.Text = "楼栋名称:";
            // 
            // 业主编号Label
            // 
            业主编号Label.AutoSize = true;
            业主编号Label.Location = new System.Drawing.Point(7, 56);
            业主编号Label.Name = "业主编号Label";
            业主编号Label.Size = new System.Drawing.Size(59, 12);
            业主编号Label.TabIndex = 10;
            业主编号Label.Text = "业主编号:";
            // 
            // 业主姓名Label
            // 
            业主姓名Label.AutoSize = true;
            业主姓名Label.Location = new System.Drawing.Point(177, 56);
            业主姓名Label.Name = "业主姓名Label";
            业主姓名Label.Size = new System.Drawing.Size(59, 12);
            业主姓名Label.TabIndex = 12;
            业主姓名Label.Text = "业主姓名:";
            // 
            // 启用日期Label
            // 
            启用日期Label.AutoSize = true;
            启用日期Label.Location = new System.Drawing.Point(333, 56);
            启用日期Label.Name = "启用日期Label";
            启用日期Label.Size = new System.Drawing.Size(59, 12);
            启用日期Label.TabIndex = 14;
            启用日期Label.Text = "启用日期:";
            // 
            // 停用日期Label
            // 
            停用日期Label.AutoSize = true;
            停用日期Label.Location = new System.Drawing.Point(6, 81);
            停用日期Label.Name = "停用日期Label";
            停用日期Label.Size = new System.Drawing.Size(59, 12);

⌨️ 快捷键说明

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