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

📄 reportownerform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace MyCommunity
{
    partial class ReportOwnerForm
    {
        /// <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()
        {
            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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReportOwnerForm));
            this.业主报表DataGridView = new System.Windows.Forms.DataGridView();
            this.打印Button = new System.Windows.Forms.Button();
            this.当前状态ComboBox = new System.Windows.Forms.ComboBox();
            this.当前状态Label = new System.Windows.Forms.Label();
            this.常住人员Label = new System.Windows.Forms.Label();
            this.房屋类型Label = new System.Windows.Forms.Label();
            this.查询Button = new System.Windows.Forms.Button();
            this.房屋性质ComboBox = new System.Windows.Forms.ComboBox();
            this.费用类型Label = new System.Windows.Forms.Label();
            this.单元名称Label = new System.Windows.Forms.Label();
            this.楼栋名称ComboBox = new System.Windows.Forms.ComboBox();
            this.楼栋名称Label = new System.Windows.Forms.Label();
            this.单元名称TextBox = new System.Windows.Forms.TextBox();
            this.房屋类型TextBox = new System.Windows.Forms.TextBox();
            this.常住人员TextBox = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.业主报表DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 业主报表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.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.Location = new System.Drawing.Point(10, 63);
            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;
            this.业主报表DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.业主报表DataGridView.Size = new System.Drawing.Size(523, 345);
            this.业主报表DataGridView.TabIndex = 49;
            // 
            // 打印Button
            // 
            this.打印Button.Image = ((System.Drawing.Image)(resources.GetObject("打印Button.Image")));
            this.打印Button.Location = new System.Drawing.Point(467, 34);
            this.打印Button.Name = "打印Button";
            this.打印Button.Size = new System.Drawing.Size(67, 23);
            this.打印Button.TabIndex = 48;
            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(379, 37);
            this.当前状态ComboBox.Name = "当前状态ComboBox";
            this.当前状态ComboBox.Size = new System.Drawing.Size(81, 20);
            this.当前状态ComboBox.TabIndex = 47;
            this.当前状态ComboBox.Text = "全部";
            // 
            // 当前状态Label
            // 
            this.当前状态Label.AutoSize = true;
            this.当前状态Label.Location = new System.Drawing.Point(311, 40);
            this.当前状态Label.Name = "当前状态Label";
            this.当前状态Label.Size = new System.Drawing.Size(65, 12);
            this.当前状态Label.TabIndex = 46;
            this.当前状态Label.Text = "当前状态:";
            // 
            // 常住人员Label
            // 
            this.常住人员Label.AutoSize = true;
            this.常住人员Label.Location = new System.Drawing.Point(162, 40);
            this.常住人员Label.Name = "常住人员Label";
            this.常住人员Label.Size = new System.Drawing.Size(65, 12);
            this.常住人员Label.TabIndex = 44;
            this.常住人员Label.Text = "常住人员:";
            // 
            // 房屋类型Label
            // 
            this.房屋类型Label.AutoSize = true;
            this.房屋类型Label.Location = new System.Drawing.Point(8, 40);
            this.房屋类型Label.Name = "房屋类型Label";

⌨️ 快捷键说明

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