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

📄 querysalehouseform.designer.cs

📁 C++编写的房产中介管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace MyHouse
{
    partial class QuerySaleHouseForm
    {
        /// <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(QuerySaleHouseForm));
            this.label1 = new System.Windows.Forms.Label();
            this.所在城区ComboBox = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.房TextBox = new System.Windows.Forms.TextBox();
            this.厅TextBox = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.装修级别ComboBox = new System.Windows.Forms.ComboBox();
            this.label5 = 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.label4 = new System.Windows.Forms.Label();
            this.当前日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.label6 = new System.Windows.Forms.Label();
            this.最小面积TextBox = new System.Windows.Forms.TextBox();
            this.最大面积TextBox = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.最高售价TextBox = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.最低售价TextBox = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.查询报表DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(187, 10);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "所在城区:";
            // 
            // 所在城区ComboBox
            // 
            this.所在城区ComboBox.FormattingEnabled = true;
            this.所在城区ComboBox.Location = new System.Drawing.Point(251, 6);
            this.所在城区ComboBox.Name = "所在城区ComboBox";
            this.所在城区ComboBox.Size = new System.Drawing.Size(75, 20);
            this.所在城区ComboBox.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(23, 34);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(17, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "房";
            // 
            // 房TextBox
            // 
            this.房TextBox.Location = new System.Drawing.Point(2, 28);
            this.房TextBox.Name = "房TextBox";
            this.房TextBox.Size = new System.Drawing.Size(20, 21);
            this.房TextBox.TabIndex = 3;
            this.房TextBox.Text = "3";
            // 
            // 厅TextBox
            // 
            this.厅TextBox.Location = new System.Drawing.Point(39, 28);
            this.厅TextBox.Name = "厅TextBox";
            this.厅TextBox.Size = new System.Drawing.Size(20, 21);
            this.厅TextBox.TabIndex = 5;
            this.厅TextBox.Text = "2";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(61, 34);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(17, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "厅";
            // 
            // 装修级别ComboBox
            // 
            this.装修级别ComboBox.FormattingEnabled = true;
            this.装修级别ComboBox.Location = new System.Drawing.Point(396, 5);
            this.装修级别ComboBox.Name = "装修级别ComboBox";
            this.装修级别ComboBox.Size = new System.Drawing.Size(61, 20);
            this.装修级别ComboBox.TabIndex = 9;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(330, 10);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 8;
            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(3, 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 = 101;
            // 
            // 打印Button
            // 
            this.打印Button.Image = ((System.Drawing.Image)(resources.GetObject("打印Button.Image")));
            this.打印Button.Location = new System.Drawing.Point(463, 30);
            this.打印Button.Name = "打印Button";
            this.打印Button.Size = new System.Drawing.Size(76, 23);
            this.打印Button.TabIndex = 100;
            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
            // 

⌨️ 快捷键说明

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