📄 companyform.designer.cs
字号:
namespace MyHouse
{
partial class CompanyForm
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CompanyForm));
this.myHouseDataSet = new MyHouse.MyHouseDataSet();
this.公司信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.公司信息TableAdapter = new MyHouse.MyHouseDataSetTableAdapters.公司信息TableAdapter();
this.公司信息BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = 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.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = 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.公司名称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.公司网站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();
公司名称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.myHouseDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.公司信息BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.公司信息BindingNavigator)).BeginInit();
this.公司信息BindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.公司信息DataGridView)).BeginInit();
this.SuspendLayout();
//
// 公司名称Label
//
公司名称Label.AutoSize = true;
公司名称Label.Location = new System.Drawing.Point(1, 28);
公司名称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(1, 55);
法人代表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(1, 82);
公司地址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(1, 109);
服务电话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(1, 136);
邮政编码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(235, 28);
电子邮件Label.Name = "电子邮件Label";
电子邮件Label.Size = new System.Drawing.Size(59, 12);
电子邮件Label.TabIndex = 12;
电子邮件Label.Text = "电子邮件:";
//
// 公司网站Label
//
公司网站Label.AutoSize = true;
公司网站Label.Location = new System.Drawing.Point(235, 55);
公司网站Label.Name = "公司网站Label";
公司网站Label.Size = new System.Drawing.Size(59, 12);
公司网站Label.TabIndex = 14;
公司网站Label.Text = "公司网站:";
//
// 管理系统背景照片Label
//
管理系统背景照片Label.AutoSize = true;
管理系统背景照片Label.Location = new System.Drawing.Point(235, 82);
管理系统背景照片Label.Name = "管理系统背景照片Label";
管理系统背景照片Label.Size = new System.Drawing.Size(107, 12);
管理系统背景照片Label.TabIndex = 16;
管理系统背景照片Label.Text = "管理系统背景照片:";
//
// 管理系统显示名称Label
//
管理系统显示名称Label.AutoSize = true;
管理系统显示名称Label.Location = new System.Drawing.Point(235, 109);
管理系统显示名称Label.Name = "管理系统显示名称Label";
管理系统显示名称Label.Size = new System.Drawing.Size(107, 12);
管理系统显示名称Label.TabIndex = 18;
管理系统显示名称Label.Text = "管理系统显示名称:";
//
// 显示优先级Label
//
显示优先级Label.AutoSize = true;
显示优先级Label.Location = new System.Drawing.Point(235, 136);
显示优先级Label.Name = "显示优先级Label";
显示优先级Label.Size = new System.Drawing.Size(71, 12);
显示优先级Label.TabIndex = 20;
显示优先级Label.Text = "显示优先级:";
//
// myHouseDataSet
//
this.myHouseDataSet.DataSetName = "MyHouseDataSet";
this.myHouseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 公司信息BindingSource
//
this.公司信息BindingSource.DataMember = "公司信息";
this.公司信息BindingSource.DataSource = this.myHouseDataSet;
//
// 公司信息TableAdapter
//
this.公司信息TableAdapter.ClearBeforeFill = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -