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

📄 querysalecontractform.designer.cs

📁 C++编写的房产中介管理系统
💻 CS
字号:
namespace MyHouse
{
    partial class QuerySaleContractForm
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QuerySaleContractForm));
            this.合同编号TextBox = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.查询报表DataGridView = new System.Windows.Forms.DataGridView();
            this.结束日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.label3 = new System.Windows.Forms.Label();
            this.开始日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.label4 = new System.Windows.Forms.Label();
            this.打印Button = new System.Windows.Forms.Button();
            this.查询Button = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.经办人ComboBox = new System.Windows.Forms.ComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.查询报表DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 合同编号TextBox
            // 
            this.合同编号TextBox.Location = new System.Drawing.Point(68, 6);
            this.合同编号TextBox.Name = "合同编号TextBox";
            this.合同编号TextBox.Size = new System.Drawing.Size(160, 21);
            this.合同编号TextBox.TabIndex = 79;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(238, 11);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 77;
            this.label5.Text = "经纪人:";
            // 
            // 查询报表DataGridView
            // 
            this.查询报表DataGridView.AllowUserToAddRows = false;
            this.查询报表DataGridView.AllowUserToDeleteRows = false;
            this.查询报表DataGridView.AllowUserToResizeRows = 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.查询报表DataGridView.Location = new System.Drawing.Point(4, 55);
            this.查询报表DataGridView.MultiSelect = false;
            this.查询报表DataGridView.Name = "查询报表DataGridView";
            this.查询报表DataGridView.ReadOnly = true;
            this.查询报表DataGridView.RowHeadersVisible = false;
            this.查询报表DataGridView.RowTemplate.Height = 23;
            this.查询报表DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.查询报表DataGridView.Size = new System.Drawing.Size(535, 358);
            this.查询报表DataGridView.TabIndex = 76;
            // 
            // 结束日期DateTimePicker
            // 
            this.结束日期DateTimePicker.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.结束日期DateTimePicker.Location = new System.Drawing.Point(268, 32);
            this.结束日期DateTimePicker.Name = "结束日期DateTimePicker";
            this.结束日期DateTimePicker.Size = new System.Drawing.Size(190, 21);
            this.结束日期DateTimePicker.TabIndex = 75;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(209, 36);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 74;
            this.label3.Text = "结束日期:";
            // 
            // 开始日期DateTimePicker
            // 
            this.开始日期DateTimePicker.Location = new System.Drawing.Point(68, 32);
            this.开始日期DateTimePicker.Name = "开始日期DateTimePicker";
            this.开始日期DateTimePicker.Size = new System.Drawing.Size(140, 21);
            this.开始日期DateTimePicker.TabIndex = 73;
            this.开始日期DateTimePicker.Value = new System.DateTime(2005, 1, 9, 17, 6, 0, 0);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(2, 36);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 72;
            this.label4.Text = "开始日期:";
            // 
            // 打印Button
            // 
            this.打印Button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.打印Button.Image = ((System.Drawing.Image)(resources.GetObject("打印Button.Image")));
            this.打印Button.Location = new System.Drawing.Point(464, 30);
            this.打印Button.Name = "打印Button";
            this.打印Button.Size = new System.Drawing.Size(76, 23);
            this.打印Button.TabIndex = 71;
            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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.查询Button.Image = ((System.Drawing.Image)(resources.GetObject("查询Button.Image")));
            this.查询Button.Location = new System.Drawing.Point(464, 4);
            this.查询Button.Name = "查询Button";
            this.查询Button.Size = new System.Drawing.Size(76, 23);
            this.查询Button.TabIndex = 70;
            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);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(2, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 69;
            this.label1.Text = "合同编号:";
            // 
            // 经办人ComboBox
            // 
            this.经办人ComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.经办人ComboBox.FormattingEnabled = true;
            this.经办人ComboBox.Location = new System.Drawing.Point(297, 8);
            this.经办人ComboBox.Name = "经办人ComboBox";
            this.经办人ComboBox.Size = new System.Drawing.Size(161, 20);
            this.经办人ComboBox.TabIndex = 80;
            // 
            // QuerySaleContractForm
            // 
            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.经办人ComboBox);
            this.Controls.Add(this.合同编号TextBox);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.查询报表DataGridView);
            this.Controls.Add(this.结束日期DateTimePicker);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.开始日期DateTimePicker);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.打印Button);
            this.Controls.Add(this.查询Button);
            this.Controls.Add(this.label1);
            this.Name = "QuerySaleContractForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "查询已售房源";
            this.Load += new System.EventHandler(this.QuerySaleContractForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.查询报表DataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox 合同编号TextBox;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.DataGridView 查询报表DataGridView;
        private System.Windows.Forms.DateTimePicker 结束日期DateTimePicker;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.DateTimePicker 开始日期DateTimePicker;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Button 打印Button;
        private System.Windows.Forms.Button 查询Button;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox 经办人ComboBox;
    }
}

⌨️ 快捷键说明

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