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

📄 gaspaymentform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace MyCommunity
{
    partial class GasPaymentForm
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GasPaymentForm));
            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();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            this.收据编号Label = new System.Windows.Forms.Label();
            this.收据编号TextBox = new System.Windows.Forms.TextBox();
            this.收款日期TextBox = new System.Windows.Forms.TextBox();
            this.收款日期Label = new System.Windows.Forms.Label();
            this.交款人员TextBox = new System.Windows.Forms.TextBox();
            this.交款人员Label = new System.Windows.Forms.Label();
            this.收款金额TextBox = new System.Windows.Forms.TextBox();
            this.收款金额Label = new System.Windows.Forms.Label();
            this.收款形式TextBox = new System.Windows.Forms.TextBox();
            this.收款形式Label = new System.Windows.Forms.Label();
            this.收款人员TextBox = new System.Windows.Forms.TextBox();
            this.收款人员Label = new System.Windows.Forms.Label();
            this.收款事由TextBox = new System.Windows.Forms.TextBox();
            this.收款事由Label = new System.Windows.Forms.Label();
            this.补充说明TextBox = new System.Windows.Forms.TextBox();
            this.补充说明Label = new System.Windows.Forms.Label();
            this.打印Button = new System.Windows.Forms.Button();
            this.新增Button = new System.Windows.Forms.Button();
            this.保存Button = new System.Windows.Forms.Button();
            this.楼栋名称Label = new System.Windows.Forms.Label();
            this.楼栋名称ComboBox = new System.Windows.Forms.ComboBox();
            this.楼栋信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.dBCommunityDataSet = new MyCommunity.Data.DBCommunityDataSet();
            this.业主姓名Label = new System.Windows.Forms.Label();
            this.业主姓名ComboBox = new System.Windows.Forms.ComboBox();
            this.查询Button = new System.Windows.Forms.Button();
            this.未交DataGridView = new System.Windows.Forms.DataGridView();
            this.label1 = new System.Windows.Forms.Label();
            this.明细DataGridView = new System.Windows.Forms.DataGridView();
            this.添加Button = new System.Windows.Forms.Button();
            this.移除Button = new System.Windows.Forms.Button();
            this.楼栋信息TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.楼栋信息TableAdapter();
            this.业主信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.业主信息TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.业主信息TableAdapter();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
            ((System.ComponentModel.ISupportInitialize)(this.楼栋信息BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.未交DataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.明细DataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.业主信息BindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // 收据编号Label
            // 
            this.收据编号Label.AutoSize = true;
            this.收据编号Label.Location = new System.Drawing.Point(9, 15);
            this.收据编号Label.Name = "收据编号Label";
            this.收据编号Label.Size = new System.Drawing.Size(65, 12);
            this.收据编号Label.TabIndex = 0;
            this.收据编号Label.Text = "收据编号:";
            // 
            // 收据编号TextBox
            // 
            this.收据编号TextBox.Location = new System.Drawing.Point(76, 10);
            this.收据编号TextBox.Name = "收据编号TextBox";
            this.收据编号TextBox.Size = new System.Drawing.Size(203, 21);
            this.收据编号TextBox.TabIndex = 1;
            // 
            // 收款日期TextBox
            // 
            this.收款日期TextBox.Location = new System.Drawing.Point(344, 10);
            this.收款日期TextBox.Name = "收款日期TextBox";
            this.收款日期TextBox.Size = new System.Drawing.Size(66, 21);
            this.收款日期TextBox.TabIndex = 3;
            this.收款日期TextBox.Text = "2006-6-1";
            // 
            // 收款日期Label
            // 
            this.收款日期Label.AutoSize = true;
            this.收款日期Label.Location = new System.Drawing.Point(281, 14);
            this.收款日期Label.Name = "收款日期Label";
            this.收款日期Label.Size = new System.Drawing.Size(65, 12);
            this.收款日期Label.TabIndex = 2;
            this.收款日期Label.Text = "收款日期:";
            // 
            // 交款人员TextBox
            // 
            this.交款人员TextBox.Location = new System.Drawing.Point(482, 10);
            this.交款人员TextBox.Name = "交款人员TextBox";
            this.交款人员TextBox.Size = new System.Drawing.Size(51, 21);
            this.交款人员TextBox.TabIndex = 5;
            // 
            // 交款人员Label
            // 
            this.交款人员Label.AutoSize = true;
            this.交款人员Label.Location = new System.Drawing.Point(416, 14);
            this.交款人员Label.Name = "交款人员Label";
            this.交款人员Label.Size = new System.Drawing.Size(65, 12);
            this.交款人员Label.TabIndex = 4;
            this.交款人员Label.Text = "交款人员:";
            // 
            // 收款金额TextBox
            // 
            this.收款金额TextBox.Location = new System.Drawing.Point(76, 34);
            this.收款金额TextBox.Name = "收款金额TextBox";
            this.收款金额TextBox.ReadOnly = true;
            this.收款金额TextBox.Size = new System.Drawing.Size(57, 21);
            this.收款金额TextBox.TabIndex = 7;
            // 
            // 收款金额Label
            // 
            this.收款金额Label.AutoSize = true;
            this.收款金额Label.Location = new System.Drawing.Point(9, 40);
            this.收款金额Label.Name = "收款金额Label";
            this.收款金额Label.Size = new System.Drawing.Size(65, 12);
            this.收款金额Label.TabIndex = 6;
            this.收款金额Label.Text = "收款金额:";
            // 
            // 收款形式TextBox
            // 
            this.收款形式TextBox.Location = new System.Drawing.Point(205, 34);
            this.收款形式TextBox.Name = "收款形式TextBox";
            this.收款形式TextBox.Size = new System.Drawing.Size(57, 21);
            this.收款形式TextBox.TabIndex = 9;
            this.收款形式TextBox.Text = "现金";
            // 
            // 收款形式Label
            // 
            this.收款形式Label.AutoSize = true;
            this.收款形式Label.Location = new System.Drawing.Point(138, 39);
            this.收款形式Label.Name = "收款形式Label";
            this.收款形式Label.Size = new System.Drawing.Size(65, 12);
            this.收款形式Label.TabIndex = 8;
            this.收款形式Label.Text = "收款形式:";
            // 
            // 收款人员TextBox
            // 
            this.收款人员TextBox.Location = new System.Drawing.Point(332, 34);
            this.收款人员TextBox.Name = "收款人员TextBox";
            this.收款人员TextBox.Size = new System.Drawing.Size(57, 21);
            this.收款人员TextBox.TabIndex = 11;
            // 
            // 收款人员Label
            // 
            this.收款人员Label.AutoSize = true;
            this.收款人员Label.Location = new System.Drawing.Point(268, 40);
            this.收款人员Label.Name = "收款人员Label";
            this.收款人员Label.Size = new System.Drawing.Size(65, 12);
            this.收款人员Label.TabIndex = 10;
            this.收款人员Label.Text = "收款人员:";
            // 

⌨️ 快捷键说明

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