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

📄 querysaleclientform.designer.cs

📁 C++编写的房产中介管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace MyHouse
{
    partial class QuerySaleClientForm
    {
        /// <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(QuerySaleClientForm));
            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();
            this.最大面积TextBox = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.最小面积TextBox = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.当前日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.label4 = 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.装修级别ComboBox = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.最小房间数TextBox = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.所在城区ComboBox = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.最大房间数TextBox = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.查询报表DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 最高购价TextBox
            // 
            this.最高购价TextBox.Location = new System.Drawing.Point(410, 28);
            this.最高购价TextBox.Name = "最高购价TextBox";
            this.最高购价TextBox.Size = new System.Drawing.Size(47, 21);
            this.最高购价TextBox.TabIndex = 132;
            this.最高购价TextBox.Text = "300000";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(387, 33);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(17, 12);
            this.label8.TabIndex = 131;
            this.label8.Text = "至";
            // 
            // 最低购价TextBox
            // 
            this.最低购价TextBox.Location = new System.Drawing.Point(339, 28);
            this.最低购价TextBox.Name = "最低购价TextBox";
            this.最低购价TextBox.Size = new System.Drawing.Size(44, 21);
            this.最低购价TextBox.TabIndex = 130;
            this.最低购价TextBox.Text = "100000";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(276, 33);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 12);
            this.label9.TabIndex = 129;
            this.label9.Text = "售价(元):";
            // 
            // 最大面积TextBox
            // 
            this.最大面积TextBox.Location = new System.Drawing.Point(238, 28);
            this.最大面积TextBox.Name = "最大面积TextBox";
            this.最大面积TextBox.Size = new System.Drawing.Size(32, 21);
            this.最大面积TextBox.TabIndex = 128;
            this.最大面积TextBox.Text = "200";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(222, 33);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(17, 12);
            this.label7.TabIndex = 127;
            this.label7.Text = "至";
            // 
            // 最小面积TextBox
            // 
            this.最小面积TextBox.Location = new System.Drawing.Point(193, 28);
            this.最小面积TextBox.Name = "最小面积TextBox";
            this.最小面积TextBox.Size = new System.Drawing.Size(28, 21);
            this.最小面积TextBox.TabIndex = 126;
            this.最小面积TextBox.Text = "60";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(85, 34);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(113, 12);
            this.label6.TabIndex = 125;
            this.label6.Text = "建筑面积(平方米):";
            // 
            // 当前日期DateTimePicker
            // 
            this.当前日期DateTimePicker.Location = new System.Drawing.Point(64, 5);
            this.当前日期DateTimePicker.Name = "当前日期DateTimePicker";
            this.当前日期DateTimePicker.Size = new System.Drawing.Size(118, 21);
            this.当前日期DateTimePicker.TabIndex = 124;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(2, 10);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 123;
            this.label4.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 = 122;

⌨️ 快捷键说明

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