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

📄 traceform.designer.cs

📁 数据库开发房产中介管理系统 VC2005开发环境SQL2005版本
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace MyHouse
{
    partial class TraceForm
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TraceForm));
            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.自编号TextBox = new System.Windows.Forms.TextBox();
            this.资料类型ComboBox = new System.Windows.Forms.ComboBox();
            this.资料编号TextBox = new System.Windows.Forms.TextBox();
            this.经纪人ComboBox = new System.Windows.Forms.ComboBox();
            this.跟进日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.跟进内容RichTextBox = new System.Windows.Forms.RichTextBox();
            this.说明TextBox = new System.Windows.Forms.TextBox();
            this.跟进方式ComboBox = new System.Windows.Forms.ComboBox();
            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();
            ((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(3, 31);
            自编号Label.Name = "自编号Label";
            自编号Label.Size = new System.Drawing.Size(47, 12);
            自编号Label.TabIndex = 2;
            自编号Label.Text = "自编号:";
            // 
            // 资料类型Label
            // 
            资料类型Label.AutoSize = true;
            资料类型Label.Location = new System.Drawing.Point(3, 58);
            资料类型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(3, 84);
            资料编号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(3, 111);
            经纪人Label.Name = "经纪人Label";
            经纪人Label.Size = new System.Drawing.Size(47, 12);
            经纪人Label.TabIndex = 8;
            经纪人Label.Text = "经纪人:";
            // 
            // 跟进日期Label
            // 
            跟进日期Label.AutoSize = true;
            跟进日期Label.Location = new System.Drawing.Point(3, 138);
            跟进日期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(3, 191);
            跟进内容Label.Name = "跟进内容Label";
            跟进内容Label.Size = new System.Drawing.Size(59, 12);
            跟进内容Label.TabIndex = 14;
            跟进内容Label.Text = "跟进内容:";
            // 
            // 说明Label
            // 
            说明Label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            说明Label.AutoSize = true;
            说明Label.Location = new System.Drawing.Point(3, 429);
            说明Label.Name = "说明Label";
            说明Label.Size = new System.Drawing.Size(35, 12);
            说明Label.TabIndex = 16;
            说明Label.Text = "说明:";
            // 
            // 跟进方式Label
            // 
            跟进方式Label.AutoSize = true;
            跟进方式Label.Location = new System.Drawing.Point(3, 165);
            跟进方式Label.Name = "跟进方式Label";
            跟进方式Label.Size = new System.Drawing.Size(59, 12);
            跟进方式Label.TabIndex = 17;
            跟进方式Label.Text = "跟进方式:";
            // 
            // 经纪跟进管理BindingNavigator
            // 
            this.经纪跟进管理BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.经纪跟进管理BindingNavigator.BindingSource = this.经纪跟进管理BindingSource;
            this.经纪跟进管理BindingNavigator.CountItem = null;
            this.经纪跟进管理BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.经纪跟进管理BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.资料编号ToolStripLabel,
            this.资料编号ToolStripTextBox,
            this.经纪人ToolStripLabel,
            this.经纪人ToolStripTextBox,
            this.查询ToolStripButton,
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.经纪跟进管理BindingNavigatorSaveItem});

⌨️ 快捷键说明

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