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

📄 gaspaymentform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // 
            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.BackgroundColor = System.Drawing.Color.LightGray;
            this.明细DataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ActiveCaption;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.GradientActiveCaption;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.明细DataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.明细DataGridView.Location = new System.Drawing.Point(8, 281);
            this.明细DataGridView.MultiSelect = false;
            this.明细DataGridView.Name = "明细DataGridView";
            this.明细DataGridView.ReadOnly = true;
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.明细DataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
            this.明细DataGridView.RowHeadersVisible = false;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.Green;
            this.明细DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle6;
            this.明细DataGridView.RowTemplate.Height = 23;
            this.明细DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.明细DataGridView.Size = new System.Drawing.Size(523, 126);
            this.明细DataGridView.TabIndex = 44;
            // 
            // 添加Button
            // 
            this.添加Button.Image = ((System.Drawing.Image)(resources.GetObject("添加Button.Image")));
            this.添加Button.Location = new System.Drawing.Point(365, 252);
            this.添加Button.Name = "添加Button";
            this.添加Button.Size = new System.Drawing.Size(80, 23);
            this.添加Button.TabIndex = 45;
            this.添加Button.Text = "添加";
            this.添加Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.添加Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.添加Button.UseVisualStyleBackColor = true;
            this.添加Button.Click += new System.EventHandler(this.添加Button_Click);
            // 
            // 移除Button
            // 
            this.移除Button.Image = ((System.Drawing.Image)(resources.GetObject("移除Button.Image")));
            this.移除Button.Location = new System.Drawing.Point(451, 252);
            this.移除Button.Name = "移除Button";
            this.移除Button.Size = new System.Drawing.Size(80, 23);
            this.移除Button.TabIndex = 46;
            this.移除Button.Text = "移除";
            this.移除Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.移除Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.移除Button.UseVisualStyleBackColor = true;
            this.移除Button.Click += new System.EventHandler(this.移除Button_Click);
            // 
            // 楼栋信息TableAdapter
            // 
            this.楼栋信息TableAdapter.ClearBeforeFill = true;
            // 
            // 业主信息BindingSource
            // 
            this.业主信息BindingSource.DataMember = "业主信息";
            this.业主信息BindingSource.DataSource = this.dBCommunityDataSet;
            // 
            // 业主信息TableAdapter
            // 
            this.业主信息TableAdapter.ClearBeforeFill = true;
            // 
            // printDocument1
            // 
            this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
            // 
            // printPreviewDialog1
            // 
            this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
            this.printPreviewDialog1.Enabled = true;
            this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
            this.printPreviewDialog1.Name = "printPreviewDialog1";
            this.printPreviewDialog1.Visible = false;
            // 
            // GasPaymentForm
            // 
            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.移除Button);
            this.Controls.Add(this.添加Button);
            this.Controls.Add(this.明细DataGridView);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.未交DataGridView);
            this.Controls.Add(this.查询Button);
            this.Controls.Add(this.业主姓名ComboBox);
            this.Controls.Add(this.业主姓名Label);
            this.Controls.Add(this.楼栋名称ComboBox);
            this.Controls.Add(this.楼栋名称Label);
            this.Controls.Add(this.保存Button);
            this.Controls.Add(this.打印Button);
            this.Controls.Add(this.新增Button);
            this.Controls.Add(this.补充说明TextBox);
            this.Controls.Add(this.补充说明Label);
            this.Controls.Add(this.收款事由TextBox);
            this.Controls.Add(this.收款事由Label);
            this.Controls.Add(this.收款人员TextBox);
            this.Controls.Add(this.收款人员Label);
            this.Controls.Add(this.收款形式TextBox);
            this.Controls.Add(this.收款形式Label);
            this.Controls.Add(this.收款金额TextBox);
            this.Controls.Add(this.收款金额Label);
            this.Controls.Add(this.交款人员TextBox);
            this.Controls.Add(this.交款人员Label);
            this.Controls.Add(this.收款日期TextBox);
            this.Controls.Add(this.收款日期Label);
            this.Controls.Add(this.收据编号TextBox);
            this.Controls.Add(this.收据编号Label);
            this.Name = "GasPaymentForm";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "费用管理[水电气费交纳]";
            this.Load += new System.EventHandler(this.GasPaymentForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.楼栋信息BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.未交DataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.明细DataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.业主信息BindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label 收据编号Label;
        private System.Windows.Forms.TextBox 收据编号TextBox;
        private System.Windows.Forms.TextBox 收款日期TextBox;
        private System.Windows.Forms.Label 收款日期Label;
        private System.Windows.Forms.TextBox 交款人员TextBox;
        private System.Windows.Forms.Label 交款人员Label;
        private System.Windows.Forms.TextBox 收款金额TextBox;
        private System.Windows.Forms.Label 收款金额Label;
        private System.Windows.Forms.TextBox 收款形式TextBox;
        private System.Windows.Forms.Label 收款形式Label;
        private System.Windows.Forms.TextBox 收款人员TextBox;
        private System.Windows.Forms.Label 收款人员Label;
        private System.Windows.Forms.TextBox 收款事由TextBox;
        private System.Windows.Forms.Label 收款事由Label;
        private System.Windows.Forms.TextBox 补充说明TextBox;
        private System.Windows.Forms.Label 补充说明Label;
        private System.Windows.Forms.Button 打印Button;
        private System.Windows.Forms.Button 新增Button;
        private System.Windows.Forms.Button 保存Button;
        private System.Windows.Forms.Label 楼栋名称Label;
        private System.Windows.Forms.ComboBox 楼栋名称ComboBox;
        private System.Windows.Forms.Label 业主姓名Label;
        private System.Windows.Forms.ComboBox 业主姓名ComboBox;
        private System.Windows.Forms.Button 查询Button;
        private System.Windows.Forms.DataGridView 未交DataGridView;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DataGridView 明细DataGridView;
        private System.Windows.Forms.Button 添加Button;
        private System.Windows.Forms.Button 移除Button;
        private MyCommunity.Data.DBCommunityDataSet dBCommunityDataSet;
        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.Drawing.Printing.PrintDocument printDocument1;
        private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
    }
}

⌨️ 快捷键说明

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