📄 dataform.designer.cs
字号:
namespace DisplayProducts
{
partial class DataForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label supplierIDLabel;
System.Windows.Forms.Label companyNameLabel;
System.Windows.Forms.Label contactNameLabel;
System.Windows.Forms.Label contactTitleLabel;
System.Windows.Forms.Label addressLabel;
System.Windows.Forms.Label cityLabel;
System.Windows.Forms.Label regionLabel;
System.Windows.Forms.Label postalCodeLabel;
System.Windows.Forms.Label countryLabel;
System.Windows.Forms.Label phoneLabel;
System.Windows.Forms.Label faxLabel;
System.Windows.Forms.Label homePageLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataForm));
this.northwindDataSet = new DisplayProducts.NorthwindDataSet();
this.suppliersBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.suppliersTableAdapter = new DisplayProducts.NorthwindDataSetTableAdapters.SuppliersTableAdapter();
this.suppliersBindingNavigator = 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.supplierIDLabel1 = new System.Windows.Forms.Label();
this.companyNameTextBox = new System.Windows.Forms.TextBox();
this.contactNameTextBox = new System.Windows.Forms.TextBox();
this.contactTitleTextBox = new System.Windows.Forms.TextBox();
this.addressTextBox = new System.Windows.Forms.TextBox();
this.cityTextBox = new System.Windows.Forms.TextBox();
this.regionTextBox = new System.Windows.Forms.TextBox();
this.postalCodeTextBox = new System.Windows.Forms.TextBox();
this.countryTextBox = new System.Windows.Forms.TextBox();
this.phoneTextBox = new System.Windows.Forms.TextBox();
this.faxTextBox = new System.Windows.Forms.TextBox();
this.homePageTextBox = new System.Windows.Forms.TextBox();
this.productsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.productsTableAdapter = new DisplayProducts.NorthwindDataSetTableAdapters.ProductsTableAdapter();
this.productsDataGridView = 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.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
supplierIDLabel = new System.Windows.Forms.Label();
companyNameLabel = new System.Windows.Forms.Label();
contactNameLabel = new System.Windows.Forms.Label();
contactTitleLabel = new System.Windows.Forms.Label();
addressLabel = new System.Windows.Forms.Label();
cityLabel = new System.Windows.Forms.Label();
regionLabel = new System.Windows.Forms.Label();
postalCodeLabel = new System.Windows.Forms.Label();
countryLabel = new System.Windows.Forms.Label();
phoneLabel = new System.Windows.Forms.Label();
faxLabel = new System.Windows.Forms.Label();
homePageLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.suppliersBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.suppliersBindingNavigator)).BeginInit();
this.suppliersBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.productsDataGridView)).BeginInit();
this.SuspendLayout();
//
// supplierIDLabel
//
supplierIDLabel.AutoSize = true;
supplierIDLabel.Location = new System.Drawing.Point(12, 38);
supplierIDLabel.Name = "supplierIDLabel";
supplierIDLabel.Size = new System.Drawing.Size(58, 13);
supplierIDLabel.TabIndex = 1;
supplierIDLabel.Text = "Supplier ID:";
//
// companyNameLabel
//
companyNameLabel.AutoSize = true;
companyNameLabel.Location = new System.Drawing.Point(12, 68);
companyNameLabel.Name = "companyNameLabel";
companyNameLabel.Size = new System.Drawing.Size(81, 13);
companyNameLabel.TabIndex = 3;
companyNameLabel.Text = "Company Name:";
//
// contactNameLabel
//
contactNameLabel.AutoSize = true;
contactNameLabel.Location = new System.Drawing.Point(12, 95);
contactNameLabel.Name = "contactNameLabel";
contactNameLabel.Size = new System.Drawing.Size(74, 13);
contactNameLabel.TabIndex = 5;
contactNameLabel.Text = "Contact Name:";
//
// contactTitleLabel
//
contactTitleLabel.AutoSize = true;
contactTitleLabel.Location = new System.Drawing.Point(12, 122);
contactTitleLabel.Name = "contactTitleLabel";
contactTitleLabel.Size = new System.Drawing.Size(66, 13);
contactTitleLabel.TabIndex = 7;
contactTitleLabel.Text = "Contact Title:";
//
// addressLabel
//
addressLabel.AutoSize = true;
addressLabel.Location = new System.Drawing.Point(12, 149);
addressLabel.Name = "addressLabel";
addressLabel.Size = new System.Drawing.Size(44, 13);
addressLabel.TabIndex = 9;
addressLabel.Text = "Address:";
//
// cityLabel
//
cityLabel.AutoSize = true;
cityLabel.Location = new System.Drawing.Point(12, 176);
cityLabel.Name = "cityLabel";
cityLabel.Size = new System.Drawing.Size(23, 13);
cityLabel.TabIndex = 11;
cityLabel.Text = "City:";
//
// regionLabel
//
regionLabel.AutoSize = true;
regionLabel.Location = new System.Drawing.Point(12, 203);
regionLabel.Name = "regionLabel";
regionLabel.Size = new System.Drawing.Size(40, 13);
regionLabel.TabIndex = 13;
regionLabel.Text = "Region:";
//
// postalCodeLabel
//
postalCodeLabel.AutoSize = true;
postalCodeLabel.Location = new System.Drawing.Point(12, 230);
postalCodeLabel.Name = "postalCodeLabel";
postalCodeLabel.Size = new System.Drawing.Size(63, 13);
postalCodeLabel.TabIndex = 15;
postalCodeLabel.Text = "Postal Code:";
//
// countryLabel
//
countryLabel.AutoSize = true;
countryLabel.Location = new System.Drawing.Point(12, 257);
countryLabel.Name = "countryLabel";
countryLabel.Size = new System.Drawing.Size(42, 13);
countryLabel.TabIndex = 17;
countryLabel.Text = "Country:";
//
// phoneLabel
//
phoneLabel.AutoSize = true;
phoneLabel.Location = new System.Drawing.Point(12, 284);
phoneLabel.Name = "phoneLabel";
phoneLabel.Size = new System.Drawing.Size(37, 13);
phoneLabel.TabIndex = 19;
phoneLabel.Text = "Phone:";
//
// faxLabel
//
faxLabel.AutoSize = true;
faxLabel.Location = new System.Drawing.Point(12, 311);
faxLabel.Name = "faxLabel";
faxLabel.Size = new System.Drawing.Size(23, 13);
faxLabel.TabIndex = 21;
faxLabel.Text = "Fax:";
//
// homePageLabel
//
homePageLabel.AutoSize = true;
homePageLabel.Location = new System.Drawing.Point(12, 338);
homePageLabel.Name = "homePageLabel";
homePageLabel.Size = new System.Drawing.Size(62, 13);
homePageLabel.TabIndex = 23;
homePageLabel.Text = "Home Page:";
//
// northwindDataSet
//
this.northwindDataSet.DataSetName = "NorthwindDataSet";
//
// suppliersBindingSource
//
this.suppliersBindingSource.DataMember = "Suppliers";
this.suppliersBindingSource.DataSource = this.northwindDataSet;
//
// suppliersTableAdapter
//
this.suppliersTableAdapter.ClearBeforeFill = true;
//
// suppliersBindingNavigator
//
this.suppliersBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.suppliersBindingNavigator.BindingSource = this.suppliersBindingSource;
this.suppliersBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.suppliersBindingNavigator.CountItemFormat = "of {0}";
this.suppliersBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.suppliersBindingNavigator.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.suppliersBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.suppliersBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.suppliersBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.suppliersBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.suppliersBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.suppliersBindingNavigator.Name = "suppliersBindingNavigator";
this.suppliersBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.suppliersBindingNavigator.Size = new System.Drawing.Size(792, 25);
this.suppliersBindingNavigator.TabIndex = 0;
this.suppliersBindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.Text = "Add new";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Text = "of {0}";
this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
//
// bindingNavigatorDeleteItem
//
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
this.bindingNavigatorDeleteItem.Text = "Delete";
//
// 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.Text = "Move first";
//
// 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.Text = "Move previous";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(100, 25);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "Current position";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -