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

📄 companyform.designer.cs

📁 数据库开发房产中介管理系统 VC2005开发环境SQL2005版本
💻 CS
📖 第 1 页 / 共 3 页
字号:
            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;
            // 
            // dataGridViewTextBoxColumn9
            // 
            this.dataGridViewTextBoxColumn9.DataPropertyName = "管理系统显示名称";
            this.dataGridViewTextBoxColumn9.HeaderText = "管理系统显示名称";
            this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
            this.dataGridViewTextBoxColumn9.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn10
            // 
            this.dataGridViewTextBoxColumn10.DataPropertyName = "显示优先级";
            this.dataGridViewTextBoxColumn10.HeaderText = "显示优先级";
            this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
            this.dataGridViewTextBoxColumn10.ReadOnly = true;
            // 
            // 公司名称TextBox
            // 
            this.公司名称TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司信息BindingSource, "公司名称", true));
            this.公司名称TextBox.Location = new System.Drawing.Point(66, 25);
            this.公司名称TextBox.Name = "公司名称TextBox";
            this.公司名称TextBox.Size = new System.Drawing.Size(165, 21);
            this.公司名称TextBox.TabIndex = 3;
            // 
            // 法人代表TextBox
            // 
            this.法人代表TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司信息BindingSource, "法人代表", true));
            this.法人代表TextBox.Location = new System.Drawing.Point(66, 52);
            this.法人代表TextBox.Name = "法人代表TextBox";
            this.法人代表TextBox.Size = new System.Drawing.Size(165, 21);
            this.法人代表TextBox.TabIndex = 5;
            // 
            // 公司地址TextBox
            // 
            this.公司地址TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司信息BindingSource, "公司地址", true));
            this.公司地址TextBox.Location = new System.Drawing.Point(66, 79);
            this.公司地址TextBox.Name = "公司地址TextBox";
            this.公司地址TextBox.Size = new System.Drawing.Size(165, 21);
            this.公司地址TextBox.TabIndex = 7;
            // 
            // 服务电话TextBox
            // 
            this.服务电话TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司信息BindingSource, "服务电话", true));
            this.服务电话TextBox.Location = new System.Drawing.Point(66, 106);
            this.服务电话TextBox.Name = "服务电话TextBox";
            this.服务电话TextBox.Size = new System.Drawing.Size(165, 21);
            this.服务电话TextBox.TabIndex = 9;
            // 
            // 邮政编码TextBox
            // 
            this.邮政编码TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司信息BindingSource, "邮政编码", true));
            this.邮政编码TextBox.Location = new System.Drawing.Point(66, 133);
            this.邮政编码TextBox.Name = "邮政编码TextBox";
            this.邮政编码TextBox.Size = new System.Drawing.Size(165, 21);
            this.邮政编码TextBox.TabIndex = 11;
            // 
            // 电子邮件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(300, 25);
            this.电子邮件TextBox.Name = "电子邮件TextBox";
            this.电子邮件TextBox.Size = new System.Drawing.Size(238, 21);
            this.电子邮件TextBox.TabIndex = 13;
            // 
            // 公司网站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(300, 52);
            this.公司网站TextBox.Name = "公司网站TextBox";
            this.公司网站TextBox.Size = new System.Drawing.Size(238, 21);
            this.公司网站TextBox.TabIndex = 15;
            // 
            // 管理系统背景照片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(348, 79);
            this.管理系统背景照片TextBox.Name = "管理系统背景照片TextBox";
            this.管理系统背景照片TextBox.Size = new System.Drawing.Size(190, 21);
            this.管理系统背景照片TextBox.TabIndex = 17;
            // 
            // 管理系统显示名称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(348, 106);
            this.管理系统显示名称TextBox.Name = "管理系统显示名称TextBox";
            this.管理系统显示名称TextBox.Size = new System.Drawing.Size(190, 21);
            this.管理系统显示名称TextBox.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(312, 133);
            this.显示优先级TextBox.Name = "显示优先级TextBox";
            this.显示优先级TextBox.Size = new System.Drawing.Size(226, 21);
            this.显示优先级TextBox.TabIndex = 21;
            // 
            // CompanyForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(542, 416);
            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(公司网站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 = "CompanyForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "登记公司基本信息";
            this.Load += new System.EventHandler(this.CompanyForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.myHouseDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.公司信息BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.公司信息BindingNavigator)).EndInit();
            this.公司信息BindingNavigator.ResumeLayout(false);
            this.公司信息BindingNavigator.PerformLayout();
            ((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.ToolStripLabel bindingNavigatorCountItem;
        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.ToolStripTextBox bindingNavigatorPositionItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
        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.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.TextBox 公司网站TextBox;
        private System.Windows.Forms.TextBox 管理系统背景照片TextBox;
        private System.Windows.Forms.TextBox 管理系统显示名称TextBox;
        private System.Windows.Forms.TextBox 显示优先级TextBox;
    }
}

⌨️ 快捷键说明

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