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

📄 contractform.designer.cs

📁 C++编写的房产中介管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.客户佣金TextBox.TabIndex = 15;
            // 
            // 业主佣金TextBox
            // 
            this.业主佣金TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.租售成交管理BindingSource, "业主佣金", true));
            this.业主佣金TextBox.Location = new System.Drawing.Point(361, 74);
            this.业主佣金TextBox.Name = "业主佣金TextBox";
            this.业主佣金TextBox.Size = new System.Drawing.Size(56, 21);
            this.业主佣金TextBox.TabIndex = 17;
            // 
            // 经办人ComboBox
            // 
            this.经办人ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.租售成交管理BindingSource, "经办人", true));
            this.经办人ComboBox.FormattingEnabled = true;
            this.经办人ComboBox.Location = new System.Drawing.Point(51, 51);
            this.经办人ComboBox.Name = "经办人ComboBox";
            this.经办人ComboBox.Size = new System.Drawing.Size(92, 20);
            this.经办人ComboBox.TabIndex = 19;
            // 
            // 客户姓名TextBox
            // 
            this.客户姓名TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.客户姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.租售成交管理BindingSource, "客户姓名", true));
            this.客户姓名TextBox.Location = new System.Drawing.Point(476, 74);
            this.客户姓名TextBox.Name = "客户姓名TextBox";
            this.客户姓名TextBox.Size = new System.Drawing.Size(78, 21);
            this.客户姓名TextBox.TabIndex = 21;
            // 
            // 身份证号码TextBox
            // 
            this.身份证号码TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.租售成交管理BindingSource, "身份证号码", true));
            this.身份证号码TextBox.Location = new System.Drawing.Point(76, 98);
            this.身份证号码TextBox.Name = "身份证号码TextBox";
            this.身份证号码TextBox.Size = new System.Drawing.Size(130, 21);
            this.身份证号码TextBox.TabIndex = 23;
            // 
            // 联系电话TextBox
            // 
            this.联系电话TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.租售成交管理BindingSource, "联系电话", true));
            this.联系电话TextBox.Location = new System.Drawing.Point(273, 98);
            this.联系电话TextBox.Name = "联系电话TextBox";
            this.联系电话TextBox.Size = new System.Drawing.Size(89, 21);
            this.联系电话TextBox.TabIndex = 25;
            // 
            // 电子邮箱TextBox
            // 
            this.电子邮箱TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.电子邮箱TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.租售成交管理BindingSource, "电子邮箱", true));
            this.电子邮箱TextBox.Location = new System.Drawing.Point(429, 98);
            this.电子邮箱TextBox.Name = "电子邮箱TextBox";
            this.电子邮箱TextBox.Size = new System.Drawing.Size(124, 21);
            this.电子邮箱TextBox.TabIndex = 27;
            // 
            // 文件名TextBox
            // 
            this.文件名TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.文件名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.租售成交管理BindingSource, "文件名", true));
            this.文件名TextBox.Location = new System.Drawing.Point(54, 122);
            this.文件名TextBox.Name = "文件名TextBox";
            this.文件名TextBox.Size = new System.Drawing.Size(405, 21);
            this.文件名TextBox.TabIndex = 29;
            // 
            // 说明TextBox
            // 
            this.说明TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.租售成交管理BindingSource, "说明", true));
            this.说明TextBox.Location = new System.Drawing.Point(42, 146);
            this.说明TextBox.Name = "说明TextBox";
            this.说明TextBox.Size = new System.Drawing.Size(511, 21);
            this.说明TextBox.TabIndex = 31;
            // 
            // 显示文件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(465, 120);
            this.显示文件Button.Name = "显示文件Button";
            this.显示文件Button.Size = new System.Drawing.Size(88, 23);
            this.显示文件Button.TabIndex = 47;
            this.显示文件Button.Text = "显示文件";
            this.显示文件Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.显示文件Button.UseVisualStyleBackColor = true;
            this.显示文件Button.Click += new System.EventHandler(this.显示文件Button_Click);
            // 
            // 租售成交管理TableAdapter
            // 
            this.租售成交管理TableAdapter.ClearBeforeFill = true;
            // 
            // ContractForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(558, 433);
            this.Controls.Add(this.显示文件Button);
            this.Controls.Add(合同编号Label);
            this.Controls.Add(this.合同编号TextBox);
            this.Controls.Add(资料类型Label);
            this.Controls.Add(this.资料类型ComboBox);
            this.Controls.Add(资料编号Label);
            this.Controls.Add(this.资料编号TextBox);
            this.Controls.Add(成交日期Label);
            this.Controls.Add(this.成交日期DateTimePicker);
            this.Controls.Add(付款方式Label);
            this.Controls.Add(this.付款方式TextBox);
            this.Controls.Add(成交金额Label);
            this.Controls.Add(this.成交金额TextBox);
            this.Controls.Add(客户佣金Label);
            this.Controls.Add(this.客户佣金TextBox);
            this.Controls.Add(业主佣金Label);
            this.Controls.Add(this.业主佣金TextBox);
            this.Controls.Add(经办人Label);
            this.Controls.Add(this.经办人ComboBox);
            this.Controls.Add(客户姓名Label);
            this.Controls.Add(this.客户姓名TextBox);
            this.Controls.Add(身份证号码Label);
            this.Controls.Add(this.身份证号码TextBox);
            this.Controls.Add(联系电话Label);
            this.Controls.Add(this.联系电话TextBox);
            this.Controls.Add(电子邮箱Label);
            this.Controls.Add(this.电子邮箱TextBox);
            this.Controls.Add(文件名Label);
            this.Controls.Add(this.文件名TextBox);
            this.Controls.Add(说明Label);
            this.Controls.Add(this.说明TextBox);
            this.Controls.Add(this.租售成交管理DataGridView);
            this.Controls.Add(this.租售成交管理BindingNavigator);
            this.Name = "ContractForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "租售成交管理";
            this.Load += new System.EventHandler(this.ContractForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.租售成交管理BindingNavigator)).EndInit();
            this.租售成交管理BindingNavigator.ResumeLayout(false);
            this.租售成交管理BindingNavigator.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.租售成交管理BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.myHouseDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.租售成交管理DataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private MyHouseDataSet myHouseDataSet;
        private System.Windows.Forms.BindingSource 租售成交管理BindingSource;
        private MyHouse.MyHouseDataSetTableAdapters.租售成交管理TableAdapter 租售成交管理TableAdapter;
        private System.Windows.Forms.BindingNavigator 租售成交管理BindingNavigator;
        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
        private System.Windows.Forms.ToolStripButton 租售成交管理BindingNavigatorSaveItem;
        private System.Windows.Forms.DataGridView 租售成交管理DataGridView;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
        private System.Windows.Forms.TextBox 合同编号TextBox;
        private System.Windows.Forms.ComboBox 资料类型ComboBox;
        private System.Windows.Forms.TextBox 资料编号TextBox;
        private System.Windows.Forms.DateTimePicker 成交日期DateTimePicker;
        private System.Windows.Forms.TextBox 付款方式TextBox;
        private System.Windows.Forms.TextBox 成交金额TextBox;
        private System.Windows.Forms.TextBox 客户佣金TextBox;
        private System.Windows.Forms.TextBox 业主佣金TextBox;
        private System.Windows.Forms.ComboBox 经办人ComboBox;
        private System.Windows.Forms.TextBox 客户姓名TextBox;
        private System.Windows.Forms.TextBox 身份证号码TextBox;
        private System.Windows.Forms.TextBox 联系电话TextBox;
        private System.Windows.Forms.TextBox 电子邮箱TextBox;
        private System.Windows.Forms.TextBox 文件名TextBox;
        private System.Windows.Forms.TextBox 说明TextBox;
        private System.Windows.Forms.Button 显示文件Button;
        private System.Windows.Forms.ToolStripLabel 资料编号ToolStripLabel;
        private System.Windows.Forms.ToolStripTextBox 资料编号ToolStripTextBox;
        private System.Windows.Forms.ToolStripLabel 经办人ToolStripLabel;
        private System.Windows.Forms.ToolStripTextBox 经办人ToolStripTextBox;
        private System.Windows.Forms.ToolStripButton 查询ToolStripButton;
    }
}

⌨️ 快捷键说明

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