📄 companyform.designer.cs
字号:
namespace MyPersonnel
{
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CompanyForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
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;
this.myPersonnelDataSet = new MyPersonnel.MyPersonnelDataSet();
this.公司信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.公司信息TableAdapter = new MyPersonnel.MyPersonnelDataSetTableAdapters.公司信息TableAdapter();
this.公司信息BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
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.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
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.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
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.myPersonnelDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.公司信息BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.公司信息BindingNavigator)).BeginInit();
this.公司信息BindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.公司信息DataGridView)).BeginInit();
this.SuspendLayout();
//
// myPersonnelDataSet
//
this.myPersonnelDataSet.DataSetName = "MyPersonnelDataSet";
this.myPersonnelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 公司信息BindingSource
//
this.公司信息BindingSource.DataMember = "公司信息";
this.公司信息BindingSource.DataSource = this.myPersonnelDataSet;
//
// 公司信息TableAdapter
//
this.公司信息TableAdapter.ClearBeforeFill = true;
//
// 公司信息BindingNavigator
//
this.公司信息BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.公司信息BindingNavigator.BindingSource = this.公司信息BindingSource;
this.公司信息BindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.公司信息BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.公司信息BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.公司信息BindingNavigatorSaveItem});
this.公司信息BindingNavigator.Location = new System.Drawing.Point(0, 0);
this.公司信息BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.公司信息BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.公司信息BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.公司信息BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.公司信息BindingNavigator.Name = "公司信息BindingNavigator";
this.公司信息BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.公司信息BindingNavigator.Size = new System.Drawing.Size(542, 25);
this.公司信息BindingNavigator.TabIndex = 0;
this.公司信息BindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
//
// bindingNavigatorMovePreviousItem
//
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "位置";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
this.bindingNavigatorCountItem.Text = "/ {0}";
this.bindingNavigatorCountItem.ToolTipText = "总项数";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -