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

📄 stationform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
            // 
            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);
            // 
            // 打印ToolStripButton
            // 
            this.打印ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("打印ToolStripButton.Image")));
            this.打印ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.打印ToolStripButton.Name = "打印ToolStripButton";
            this.打印ToolStripButton.Size = new System.Drawing.Size(49, 20);
            this.打印ToolStripButton.Text = "打印";
            this.打印ToolStripButton.Click += new System.EventHandler(this.打印ToolStripButton_Click);
            // 
            // 自动编号TextBox
            // 
            this.自动编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.车位使用BindingSource, "自动编号", true));
            this.自动编号TextBox.Location = new System.Drawing.Point(66, 28);
            this.自动编号TextBox.Name = "自动编号TextBox";
            this.自动编号TextBox.ReadOnly = true;
            this.自动编号TextBox.Size = new System.Drawing.Size(41, 21);
            this.自动编号TextBox.TabIndex = 3;
            // 
            // 车位编号TextBox
            // 
            this.车位编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.车位使用BindingSource, "车位编号", true));
            this.车位编号TextBox.Location = new System.Drawing.Point(173, 28);
            this.车位编号TextBox.Name = "车位编号TextBox";
            this.车位编号TextBox.Size = new System.Drawing.Size(88, 21);
            this.车位编号TextBox.TabIndex = 5;
            // 
            // 车位面积TextBox
            // 
            this.车位面积TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.车位使用BindingSource, "车位面积", true));
            this.车位面积TextBox.Location = new System.Drawing.Point(347, 28);
            this.车位面积TextBox.Name = "车位面积TextBox";
            this.车位面积TextBox.Size = new System.Drawing.Size(50, 21);
            this.车位面积TextBox.TabIndex = 7;
            // 
            // 楼栋名称ComboBox
            // 
            this.楼栋名称ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.车位使用BindingSource, "楼栋名称", true));
            this.楼栋名称ComboBox.DataSource = this.楼栋信息BindingSource;
            this.楼栋名称ComboBox.DisplayMember = "楼栋名称";
            this.楼栋名称ComboBox.FormattingEnabled = true;
            this.楼栋名称ComboBox.Location = new System.Drawing.Point(460, 29);
            this.楼栋名称ComboBox.Name = "楼栋名称ComboBox";
            this.楼栋名称ComboBox.Size = new System.Drawing.Size(74, 20);
            this.楼栋名称ComboBox.TabIndex = 9;
            this.楼栋名称ComboBox.ValueMember = "楼栋名称";
            this.楼栋名称ComboBox.SelectedIndexChanged += new System.EventHandler(this.楼栋名称ComboBox_SelectedIndexChanged);
            // 
            // 楼栋信息BindingSource
            // 
            this.楼栋信息BindingSource.DataMember = "楼栋信息";
            this.楼栋信息BindingSource.DataSource = this.dBCommunityDataSet;
            // 
            // 业主编号TextBox
            // 
            this.业主编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.车位使用BindingSource, "业主编号", true));
            this.业主编号TextBox.Location = new System.Drawing.Point(66, 52);
            this.业主编号TextBox.Name = "业主编号TextBox";
            this.业主编号TextBox.ReadOnly = true;
            this.业主编号TextBox.Size = new System.Drawing.Size(105, 21);
            this.业主编号TextBox.TabIndex = 11;
            // 
            // 业主姓名ComboBox
            // 
            this.业主姓名ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.车位使用BindingSource, "业主姓名", true));
            this.业主姓名ComboBox.DataSource = this.业主信息BindingSource;
            this.业主姓名ComboBox.DisplayMember = "业主姓名";
            this.业主姓名ComboBox.FormattingEnabled = true;
            this.业主姓名ComboBox.Location = new System.Drawing.Point(242, 53);
            this.业主姓名ComboBox.Name = "业主姓名ComboBox";
            this.业主姓名ComboBox.Size = new System.Drawing.Size(85, 20);
            this.业主姓名ComboBox.TabIndex = 13;
            this.业主姓名ComboBox.ValueMember = "业主编号";
            this.业主姓名ComboBox.SelectedIndexChanged += new System.EventHandler(this.业主姓名ComboBox_SelectedIndexChanged);
            // 
            // 启用日期DateTimePicker
            // 
            this.启用日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.车位使用BindingSource, "启用日期", true));
            this.启用日期DateTimePicker.Location = new System.Drawing.Point(398, 52);
            this.启用日期DateTimePicker.Name = "启用日期DateTimePicker";
            this.启用日期DateTimePicker.Size = new System.Drawing.Size(136, 21);
            this.启用日期DateTimePicker.TabIndex = 15;
            // 
            // 停用日期DateTimePicker
            // 
            this.停用日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.车位使用BindingSource, "停用日期", true));
            this.停用日期DateTimePicker.Location = new System.Drawing.Point(67, 77);
            this.停用日期DateTimePicker.Name = "停用日期DateTimePicker";
            this.停用日期DateTimePicker.Size = new System.Drawing.Size(142, 21);
            this.停用日期DateTimePicker.TabIndex = 17;
            // 
            // 费用金额TextBox
            // 
            this.费用金额TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.车位使用BindingSource, "费用金额", true));
            this.费用金额TextBox.Location = new System.Drawing.Point(304, 77);
            this.费用金额TextBox.Name = "费用金额TextBox";
            this.费用金额TextBox.Size = new System.Drawing.Size(74, 21);
            this.费用金额TextBox.TabIndex = 19;
            // 
            // 管理人员TextBox
            // 
            this.管理人员TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.车位使用BindingSource, "管理人员", true));
            this.管理人员TextBox.Location = new System.Drawing.Point(448, 77);
            this.管理人员TextBox.Name = "管理人员TextBox";
            this.管理人员TextBox.Size = new System.Drawing.Size(86, 21);
            this.管理人员TextBox.TabIndex = 21;
            // 
            // 补充说明TextBox
            // 
            this.补充说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.车位使用BindingSource, "补充说明", true));
            this.补充说明TextBox.Location = new System.Drawing.Point(67, 102);
            this.补充说明TextBox.Name = "补充说明TextBox";
            this.补充说明TextBox.Size = new System.Drawing.Size(467, 21);
            this.补充说明TextBox.TabIndex = 23;
            this.补充说明TextBox.Text = "暂无";
            // 
            // 楼栋信息TableAdapter
            // 
            this.楼栋信息TableAdapter.ClearBeforeFill = true;
            // 
            // 业主信息BindingSource
            // 
            this.业主信息BindingSource.DataMember = "业主信息";
            this.业主信息BindingSource.DataSource = this.dBCommunityDataSet;
            // 
            // 业主信息TableAdapter
            // 
            this.业主信息TableAdapter.ClearBeforeFill = true;
            // 
            // 车位使用DataGridView
            // 
            this.车位使用DataGridView.AllowUserToAddRows = false;
            this.车位使用DataGridView.AllowUserToDeleteRows = false;
            this.车位使用DataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.车位使用DataGridView.AutoGenerateColumns = false;
            this.车位使用DataGridView.BackgroundColor = System.Drawing.Color.LightGray;
            this.车位使用DataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ActiveCaption;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.车位使用DataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.车位使用DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.自动编号DataGridViewTextBoxColumn,
            this.车位编号DataGridViewTextBoxColumn,
            this.车位面积DataGridViewTextBoxColumn,
            this.楼栋名称DataGridViewTextBoxColumn,
            this.业主编号DataGridViewTextBoxColumn,
            this.业主姓名DataGridViewTextBoxColumn,
            this.启用日期DataGridViewTextBoxColumn,
            this.停用日期DataGridViewTextBoxColumn,
            this.费用金额DataGridViewTextBoxColumn,
            this.管理人员DataGridViewTextBoxColumn,
            this.补充说明DataGridViewTextBoxColumn});
            this.车位使用DataGridView.DataSource = this.车位使用BindingSource;
            this.车位使用DataGridView.Location = new System.Drawing.Point(9, 131);
            this.车位使用DataGridView.MultiSelect = false;
            this.车位使用DataGridView.Name = "车位使用DataGridView";
            this.车位使用DataGridView.ReadOnly = true;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.车位使用DataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.车位使用DataGridView.RowHeadersVisible = false;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Green;
            this.车位使用DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle3;
            this.车位使用DataGridView.RowTemplate.Height = 23;

⌨️ 快捷键说明

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