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

📄 reportownerform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.房屋类型Label.Size = new System.Drawing.Size(65, 12);
            this.房屋类型Label.TabIndex = 42;
            this.房屋类型Label.Text = "房屋类型:";
            // 
            // 查询Button
            // 
            this.查询Button.Image = ((System.Drawing.Image)(resources.GetObject("查询Button.Image")));
            this.查询Button.Location = new System.Drawing.Point(467, 8);
            this.查询Button.Name = "查询Button";
            this.查询Button.Size = new System.Drawing.Size(67, 23);
            this.查询Button.TabIndex = 41;
            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);
            // 
            // 房屋性质ComboBox
            // 
            this.房屋性质ComboBox.FormattingEnabled = true;
            this.房屋性质ComboBox.Location = new System.Drawing.Point(380, 10);
            this.房屋性质ComboBox.Name = "房屋性质ComboBox";
            this.房屋性质ComboBox.Size = new System.Drawing.Size(81, 20);
            this.房屋性质ComboBox.TabIndex = 40;
            this.房屋性质ComboBox.Text = "全部";
            // 
            // 费用类型Label
            // 
            this.费用类型Label.AutoSize = true;
            this.费用类型Label.Location = new System.Drawing.Point(312, 15);
            this.费用类型Label.Name = "费用类型Label";
            this.费用类型Label.Size = new System.Drawing.Size(65, 12);
            this.费用类型Label.TabIndex = 39;
            this.费用类型Label.Text = "房屋性质:";
            // 
            // 单元名称Label
            // 
            this.单元名称Label.AutoSize = true;
            this.单元名称Label.Location = new System.Drawing.Point(163, 15);
            this.单元名称Label.Name = "单元名称Label";
            this.单元名称Label.Size = new System.Drawing.Size(65, 12);
            this.单元名称Label.TabIndex = 37;
            this.单元名称Label.Text = "单元名称:";
            // 
            // 楼栋名称ComboBox
            // 
            this.楼栋名称ComboBox.FormattingEnabled = true;
            this.楼栋名称ComboBox.Location = new System.Drawing.Point(74, 10);
            this.楼栋名称ComboBox.Name = "楼栋名称ComboBox";
            this.楼栋名称ComboBox.Size = new System.Drawing.Size(81, 20);
            this.楼栋名称ComboBox.TabIndex = 36;
            this.楼栋名称ComboBox.Text = "全部";
            // 
            // 楼栋名称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 = 35;
            this.楼栋名称Label.Text = "楼栋名称:";
            // 
            // 单元名称TextBox
            // 
            this.单元名称TextBox.Location = new System.Drawing.Point(230, 9);
            this.单元名称TextBox.Name = "单元名称TextBox";
            this.单元名称TextBox.Size = new System.Drawing.Size(76, 21);
            this.单元名称TextBox.TabIndex = 50;
            // 
            // 房屋类型TextBox
            // 
            this.房屋类型TextBox.Location = new System.Drawing.Point(74, 36);
            this.房屋类型TextBox.Name = "房屋类型TextBox";
            this.房屋类型TextBox.Size = new System.Drawing.Size(76, 21);
            this.房屋类型TextBox.TabIndex = 51;
            // 
            // 常住人员TextBox
            // 
            this.常住人员TextBox.Location = new System.Drawing.Point(229, 36);
            this.常住人员TextBox.Name = "常住人员TextBox";
            this.常住人员TextBox.Size = new System.Drawing.Size(76, 21);
            this.常住人员TextBox.TabIndex = 52;
            // 
            // ReportOwnerForm
            // 
            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.常住人员TextBox);
            this.Controls.Add(this.房屋类型TextBox);
            this.Controls.Add(this.单元名称TextBox);
            this.Controls.Add(this.业主报表DataGridView);
            this.Controls.Add(this.打印Button);
            this.Controls.Add(this.当前状态ComboBox);
            this.Controls.Add(this.当前状态Label);
            this.Controls.Add(this.常住人员Label);
            this.Controls.Add(this.房屋类型Label);
            this.Controls.Add(this.查询Button);
            this.Controls.Add(this.房屋性质ComboBox);
            this.Controls.Add(this.费用类型Label);
            this.Controls.Add(this.单元名称Label);
            this.Controls.Add(this.楼栋名称ComboBox);
            this.Controls.Add(this.楼栋名称Label);
            this.Name = "ReportOwnerForm";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "报表管理[业主统计报表]";
            this.Load += new System.EventHandler(this.ReportOwnerForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.业主报表DataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.DataGridView 业主报表DataGridView;
        private System.Windows.Forms.Button 打印Button;
        private System.Windows.Forms.ComboBox 当前状态ComboBox;
        private System.Windows.Forms.Label 当前状态Label;
        private System.Windows.Forms.Label 常住人员Label;
        private System.Windows.Forms.Label 房屋类型Label;
        private System.Windows.Forms.Button 查询Button;
        private System.Windows.Forms.ComboBox 房屋性质ComboBox;
        private System.Windows.Forms.Label 费用类型Label;
        private System.Windows.Forms.Label 单元名称Label;
        private System.Windows.Forms.ComboBox 楼栋名称ComboBox;
        private System.Windows.Forms.Label 楼栋名称Label;
        private System.Windows.Forms.TextBox 单元名称TextBox;
        private System.Windows.Forms.TextBox 房屋类型TextBox;
        private System.Windows.Forms.TextBox 常住人员TextBox;
    }
}

⌨️ 快捷键说明

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