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

📄 traceform.designer.cs

📁 数据库开发房产中介管理系统 VC2005开发环境SQL2005版本
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.dataGridViewTextBoxColumn5.HeaderText = "跟进日期";
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
            this.dataGridViewTextBoxColumn5.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn6
            // 
            this.dataGridViewTextBoxColumn6.DataPropertyName = "跟进方式";
            this.dataGridViewTextBoxColumn6.HeaderText = "跟进方式";
            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
            this.dataGridViewTextBoxColumn6.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn7
            // 
            this.dataGridViewTextBoxColumn7.DataPropertyName = "跟进内容";
            this.dataGridViewTextBoxColumn7.HeaderText = "跟进内容";
            this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
            this.dataGridViewTextBoxColumn7.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn8
            // 
            this.dataGridViewTextBoxColumn8.DataPropertyName = "说明";
            this.dataGridViewTextBoxColumn8.HeaderText = "说明";
            this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
            this.dataGridViewTextBoxColumn8.ReadOnly = true;
            // 
            // 自编号TextBox
            // 
            this.自编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.经纪跟进管理BindingSource, "自编号", true));
            this.自编号TextBox.Location = new System.Drawing.Point(68, 28);
            this.自编号TextBox.Name = "自编号TextBox";
            this.自编号TextBox.ReadOnly = true;
            this.自编号TextBox.Size = new System.Drawing.Size(200, 21);
            this.自编号TextBox.TabIndex = 3;
            // 
            // 资料类型ComboBox
            // 
            this.资料类型ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.经纪跟进管理BindingSource, "资料类型", true));
            this.资料类型ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.资料类型ComboBox.FormattingEnabled = true;
            this.资料类型ComboBox.Items.AddRange(new object[] {
            "出售房源",
            "出租房源",
            "求购客户",
            "求租客户"});
            this.资料类型ComboBox.Location = new System.Drawing.Point(68, 55);
            this.资料类型ComboBox.Name = "资料类型ComboBox";
            this.资料类型ComboBox.Size = new System.Drawing.Size(200, 20);
            this.资料类型ComboBox.TabIndex = 5;
            // 
            // 资料编号TextBox
            // 
            this.资料编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.经纪跟进管理BindingSource, "资料编号", true));
            this.资料编号TextBox.Location = new System.Drawing.Point(68, 81);
            this.资料编号TextBox.Name = "资料编号TextBox";
            this.资料编号TextBox.Size = new System.Drawing.Size(200, 21);
            this.资料编号TextBox.TabIndex = 7;
            // 
            // 经纪人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(68, 108);
            this.经纪人ComboBox.Name = "经纪人ComboBox";
            this.经纪人ComboBox.Size = new System.Drawing.Size(200, 20);
            this.经纪人ComboBox.TabIndex = 9;
            // 
            // 跟进日期DateTimePicker
            // 
            this.跟进日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.经纪跟进管理BindingSource, "跟进日期", true));
            this.跟进日期DateTimePicker.Location = new System.Drawing.Point(68, 134);
            this.跟进日期DateTimePicker.Name = "跟进日期DateTimePicker";
            this.跟进日期DateTimePicker.Size = new System.Drawing.Size(200, 21);
            this.跟进日期DateTimePicker.TabIndex = 11;
            // 
            // 跟进内容RichTextBox
            // 
            this.跟进内容RichTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.跟进内容RichTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.经纪跟进管理BindingSource, "跟进内容", true));
            this.跟进内容RichTextBox.Location = new System.Drawing.Point(68, 188);
            this.跟进内容RichTextBox.Name = "跟进内容RichTextBox";
            this.跟进内容RichTextBox.Size = new System.Drawing.Size(200, 232);
            this.跟进内容RichTextBox.TabIndex = 15;
            this.跟进内容RichTextBox.Text = "";
            // 
            // 说明TextBox
            // 
            this.说明TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.经纪跟进管理BindingSource, "说明", true));
            this.说明TextBox.Location = new System.Drawing.Point(44, 426);
            this.说明TextBox.Name = "说明TextBox";
            this.说明TextBox.Size = new System.Drawing.Size(224, 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(68, 162);
            this.跟进方式ComboBox.Name = "跟进方式ComboBox";
            this.跟进方式ComboBox.Size = new System.Drawing.Size(200, 20);
            this.跟进方式ComboBox.TabIndex = 18;
            // 
            // 经纪跟进管理TableAdapter
            // 
            this.经纪跟进管理TableAdapter.ClearBeforeFill = true;
            // 
            // TraceForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(570, 450);
            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.资料类型ComboBox);
            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.跟进日期DateTimePicker);
            this.Controls.Add(跟进内容Label);
            this.Controls.Add(this.跟进内容RichTextBox);
            this.Controls.Add(说明Label);
            this.Controls.Add(this.说明TextBox);
            this.Controls.Add(this.经纪跟进管理DataGridView);
            this.Controls.Add(this.经纪跟进管理BindingNavigator);
            this.Name = "TraceForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "经纪跟进管理";
            this.Load += new System.EventHandler(this.TraceForm_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.TextBox 自编号TextBox;
        private System.Windows.Forms.ComboBox 资料类型ComboBox;
        private System.Windows.Forms.TextBox 资料编号TextBox;
        private System.Windows.Forms.ComboBox 经纪人ComboBox;
        private System.Windows.Forms.DateTimePicker 跟进日期DateTimePicker;
        private System.Windows.Forms.RichTextBox 跟进内容RichTextBox;
        private System.Windows.Forms.TextBox 说明TextBox;
        private System.Windows.Forms.ComboBox 跟进方式ComboBox;
        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 + -