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

📄 contractform.designer.cs

📁 C++编写的房产中介管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
namespace MyHouse
{
    partial class ContractForm
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label 合同编号Label;
            System.Windows.Forms.Label 资料类型Label;
            System.Windows.Forms.Label 资料编号Label;
            System.Windows.Forms.Label 成交日期Label;
            System.Windows.Forms.Label 付款方式Label;
            System.Windows.Forms.Label 成交金额Label;
            System.Windows.Forms.Label 客户佣金Label;
            System.Windows.Forms.Label 业主佣金Label;
            System.Windows.Forms.Label 经办人Label;
            System.Windows.Forms.Label 客户姓名Label;
            System.Windows.Forms.Label 身份证号码Label;
            System.Windows.Forms.Label 联系电话Label;
            System.Windows.Forms.Label 电子邮箱Label;
            System.Windows.Forms.Label 文件名Label;
            System.Windows.Forms.Label 说明Label;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContractForm));
            this.租售成交管理BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.租售成交管理BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.myHouseDataSet = new MyHouse.MyHouseDataSet();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.资料编号ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.资料编号ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.经办人ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.经办人ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.查询ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.租售成交管理BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.租售成交管理DataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.合同编号TextBox = new System.Windows.Forms.TextBox();
            this.资料类型ComboBox = new System.Windows.Forms.ComboBox();
            this.资料编号TextBox = new System.Windows.Forms.TextBox();
            this.成交日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.付款方式TextBox = new System.Windows.Forms.TextBox();
            this.成交金额TextBox = new System.Windows.Forms.TextBox();
            this.客户佣金TextBox = new System.Windows.Forms.TextBox();
            this.业主佣金TextBox = new System.Windows.Forms.TextBox();
            this.经办人ComboBox = new System.Windows.Forms.ComboBox();
            this.客户姓名TextBox = new System.Windows.Forms.TextBox();
            this.身份证号码TextBox = new System.Windows.Forms.TextBox();
            this.联系电话TextBox = new System.Windows.Forms.TextBox();
            this.电子邮箱TextBox = new System.Windows.Forms.TextBox();
            this.文件名TextBox = new System.Windows.Forms.TextBox();
            this.说明TextBox = new System.Windows.Forms.TextBox();
            this.显示文件Button = new System.Windows.Forms.Button();
            this.租售成交管理TableAdapter = new MyHouse.MyHouseDataSetTableAdapters.租售成交管理TableAdapter();
            合同编号Label = new System.Windows.Forms.Label();
            资料类型Label = new System.Windows.Forms.Label();
            资料编号Label = new System.Windows.Forms.Label();
            成交日期Label = new System.Windows.Forms.Label();
            付款方式Label = new System.Windows.Forms.Label();
            成交金额Label = new System.Windows.Forms.Label();
            客户佣金Label = new System.Windows.Forms.Label();
            业主佣金Label = new System.Windows.Forms.Label();
            经办人Label = new System.Windows.Forms.Label();
            客户姓名Label = new System.Windows.Forms.Label();
            身份证号码Label = new System.Windows.Forms.Label();
            联系电话Label = new System.Windows.Forms.Label();
            电子邮箱Label = new System.Windows.Forms.Label();
            文件名Label = new System.Windows.Forms.Label();
            说明Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.租售成交管理BindingNavigator)).BeginInit();
            this.租售成交管理BindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.租售成交管理BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.myHouseDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.租售成交管理DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 合同编号Label
            // 
            合同编号Label.AutoSize = true;
            合同编号Label.Location = new System.Drawing.Point(1, 31);
            合同编号Label.Name = "合同编号Label";
            合同编号Label.Size = new System.Drawing.Size(59, 12);
            合同编号Label.TabIndex = 2;
            合同编号Label.Text = "合同编号:";
            // 
            // 资料类型Label
            // 
            资料类型Label.AutoSize = true;
            资料类型Label.Location = new System.Drawing.Point(206, 31);
            资料类型Label.Name = "资料类型Label";
            资料类型Label.Size = new System.Drawing.Size(59, 12);
            资料类型Label.TabIndex = 4;
            资料类型Label.Text = "资料类型:";
            // 
            // 资料编号Label
            // 
            资料编号Label.AutoSize = true;
            资料编号Label.Location = new System.Drawing.Point(366, 31);
            资料编号Label.Name = "资料编号Label";
            资料编号Label.Size = new System.Drawing.Size(59, 12);
            资料编号Label.TabIndex = 6;
            资料编号Label.Text = "资料编号:";
            // 
            // 成交日期Label
            // 
            成交日期Label.AutoSize = true;
            成交日期Label.Location = new System.Drawing.Point(149, 55);
            成交日期Label.Name = "成交日期Label";
            成交日期Label.Size = new System.Drawing.Size(59, 12);
            成交日期Label.TabIndex = 8;
            成交日期Label.Text = "成交日期:";
            // 
            // 付款方式Label
            // 
            付款方式Label.AutoSize = true;
            付款方式Label.Location = new System.Drawing.Point(306, 55);
            付款方式Label.Name = "付款方式Label";
            付款方式Label.Size = new System.Drawing.Size(59, 12);
            付款方式Label.TabIndex = 10;
            付款方式Label.Text = "付款方式:";
            // 
            // 成交金额Label
            // 
            成交金额Label.AutoSize = true;
            成交金额Label.Location = new System.Drawing.Point(1, 80);
            成交金额Label.Name = "成交金额Label";
            成交金额Label.Size = new System.Drawing.Size(83, 12);
            成交金额Label.TabIndex = 12;
            成交金额Label.Text = "成交金额(元):";
            // 
            // 客户佣金Label
            // 
            客户佣金Label.AutoSize = true;
            客户佣金Label.Location = new System.Drawing.Point(140, 80);
            客户佣金Label.Name = "客户佣金Label";
            客户佣金Label.Size = new System.Drawing.Size(83, 12);
            客户佣金Label.TabIndex = 14;
            客户佣金Label.Text = "客户佣金(元):";
            // 
            // 业主佣金Label
            // 
            业主佣金Label.AutoSize = true;
            业主佣金Label.Location = new System.Drawing.Point(278, 80);
            业主佣金Label.Name = "业主佣金Label";
            业主佣金Label.Size = new System.Drawing.Size(83, 12);
            业主佣金Label.TabIndex = 16;
            业主佣金Label.Text = "业主佣金(元):";
            // 
            // 经办人Label
            // 
            经办人Label.AutoSize = true;
            经办人Label.Location = new System.Drawing.Point(1, 55);
            经办人Label.Name = "经办人Label";
            经办人Label.Size = new System.Drawing.Size(47, 12);
            经办人Label.TabIndex = 18;
            经办人Label.Text = "经办人:";
            // 
            // 客户姓名Label

⌨️ 快捷键说明

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