📄 customerssummaryviewdialog.designer.vb
字号:
'
'Shipped_DateDataGridColumnStyleDataGridTextBoxColumn1
'
Shipped_DateDataGridColumnStyleDataGridTextBoxColumn1.HeaderText = "Shipped Date"
Shipped_DateDataGridColumnStyleDataGridTextBoxColumn1.MappingName = "Shipped Date"
'
'FreightDataGridColumnStyleDataGridTextBoxColumn1
'
FreightDataGridColumnStyleDataGridTextBoxColumn1.HeaderText = "Freight"
FreightDataGridColumnStyleDataGridTextBoxColumn1.MappingName = "Freight"
'
'CustomersBindingSource
'
Me.CustomersBindingSource.DataMember = "Customers"
Me.CustomersBindingSource.DataSource = GetType(MobileNorthwind.NorthwindDataSet)
'
'Customer_IDLabel
'
Me.Customer_IDLabel.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Customer ID", True))
Me.Customer_IDLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Customer_IDLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Customer_IDLabel.Location = New System.Drawing.Point(4, 2)
Me.Customer_IDLabel.Name = "Customer_IDLabel"
Me.Customer_IDLabel.Size = New System.Drawing.Size(219, 21)
Me.Customer_IDLabel.Text = "Customer ID:"
'
'Company_NameLabel
'
Me.Company_NameLabel.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Company Name", True))
Me.Company_NameLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Company_NameLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Company_NameLabel.Location = New System.Drawing.Point(4, 43)
Me.Company_NameLabel.Name = "Company_NameLabel"
Me.Company_NameLabel.Size = New System.Drawing.Size(219, 21)
Me.Company_NameLabel.Text = "Company Name:"
'
'Contact_NameLabel
'
Me.Contact_NameLabel.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Contact Name", True))
Me.Contact_NameLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Contact_NameLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Contact_NameLabel.Location = New System.Drawing.Point(4, 84)
Me.Contact_NameLabel.Name = "Contact_NameLabel"
Me.Contact_NameLabel.Size = New System.Drawing.Size(219, 21)
Me.Contact_NameLabel.Text = "Contact Name:"
'
'Contact_TitleLabel
'
Me.Contact_TitleLabel.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Contact Title", True))
Me.Contact_TitleLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Contact_TitleLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Contact_TitleLabel.Location = New System.Drawing.Point(4, 125)
Me.Contact_TitleLabel.Name = "Contact_TitleLabel"
Me.Contact_TitleLabel.Size = New System.Drawing.Size(219, 21)
Me.Contact_TitleLabel.Text = "Contact Title:"
'
'AddressLabel
'
Me.AddressLabel.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Address", True))
Me.AddressLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.AddressLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.AddressLabel.Location = New System.Drawing.Point(4, 166)
Me.AddressLabel.Name = "AddressLabel"
Me.AddressLabel.Size = New System.Drawing.Size(219, 21)
Me.AddressLabel.Text = "Address:"
'
'CityLabel
'
Me.CityLabel.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "City", True))
Me.CityLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.CityLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.CityLabel.Location = New System.Drawing.Point(4, 207)
Me.CityLabel.Name = "CityLabel"
Me.CityLabel.Size = New System.Drawing.Size(219, 21)
Me.CityLabel.Text = "City:"
'
'RegionLabel
'
Me.RegionLabel.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Region", True))
Me.RegionLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.RegionLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.RegionLabel.Location = New System.Drawing.Point(4, 248)
Me.RegionLabel.Name = "RegionLabel"
Me.RegionLabel.Size = New System.Drawing.Size(219, 21)
Me.RegionLabel.Text = "Region:"
'
'Postal_CodeLabel
'
Me.Postal_CodeLabel.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Postal Code", True))
Me.Postal_CodeLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Postal_CodeLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Postal_CodeLabel.Location = New System.Drawing.Point(4, 289)
Me.Postal_CodeLabel.Name = "Postal_CodeLabel"
Me.Postal_CodeLabel.Size = New System.Drawing.Size(219, 21)
Me.Postal_CodeLabel.Text = "Postal Code:"
'
'CountryLabel
'
Me.CountryLabel.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Country", True))
Me.CountryLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.CountryLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.CountryLabel.Location = New System.Drawing.Point(4, 330)
Me.CountryLabel.Name = "CountryLabel"
Me.CountryLabel.Size = New System.Drawing.Size(219, 21)
Me.CountryLabel.Text = "Country:"
'
'PhoneLabel
'
Me.PhoneLabel.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Phone", True))
Me.PhoneLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.PhoneLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.PhoneLabel.Location = New System.Drawing.Point(4, 371)
Me.PhoneLabel.Name = "PhoneLabel"
Me.PhoneLabel.Size = New System.Drawing.Size(219, 21)
Me.PhoneLabel.Text = "Phone:"
'
'FaxLabel
'
Me.FaxLabel.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Fax", True))
Me.FaxLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.FaxLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.FaxLabel.Location = New System.Drawing.Point(4, 412)
Me.FaxLabel.Name = "FaxLabel"
Me.FaxLabel.Size = New System.Drawing.Size(219, 21)
Me.FaxLabel.Text = "Fax:"
'
'mainMenu1
'
Me.mainMenu1.MenuItems.Add(Me.EditMenuItemMenuItem)
Me.mainMenu1.MenuItems.Add(Me.NewMenuItemMenuItem)
'
'EditMenuItemMenuItem
'
Me.EditMenuItemMenuItem.Text = "Edit Customer"
'
'NewMenuItemMenuItem
'
Me.NewMenuItemMenuItem.Text = "New Order"
'
'Customer_IDLabel1
'
Me.Customer_IDLabel1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Customer ID", True))
Me.Customer_IDLabel1.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Customer ID", True))
Me.Customer_IDLabel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Customer_IDLabel1.Location = New System.Drawing.Point(4, 23)
Me.Customer_IDLabel1.Name = "Customer_IDLabel1"
Me.Customer_IDLabel1.Size = New System.Drawing.Size(219, 20)
'
'Company_NameLabel1
'
Me.Company_NameLabel1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Company Name", True))
Me.Company_NameLabel1.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Company Name", True))
Me.Company_NameLabel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Company_NameLabel1.Location = New System.Drawing.Point(4, 64)
Me.Company_NameLabel1.Name = "Company_NameLabel1"
Me.Company_NameLabel1.Size = New System.Drawing.Size(219, 20)
'
'Contact_NameLabel1
'
Me.Contact_NameLabel1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Contact Name", True))
Me.Contact_NameLabel1.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Contact Name", True))
Me.Contact_NameLabel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Contact_NameLabel1.Location = New System.Drawing.Point(4, 105)
Me.Contact_NameLabel1.Name = "Contact_NameLabel1"
Me.Contact_NameLabel1.Size = New System.Drawing.Size(219, 20)
'
'Contact_TitleLabel1
'
Me.Contact_TitleLabel1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Contact Title", True))
Me.Contact_TitleLabel1.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Contact Title", True))
Me.Contact_TitleLabel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Contact_TitleLabel1.Location = New System.Drawing.Point(4, 146)
Me.Contact_TitleLabel1.Name = "Contact_TitleLabel1"
Me.Contact_TitleLabel1.Size = New System.Drawing.Size(219, 20)
'
'AddressLabel1
'
Me.AddressLabel1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Address", True))
Me.AddressLabel1.DataBindings.Add(New System.Windows.Forms.Binding("Visible", Me.CustomersBindingSource, "Address", True))
Me.AddressLabel1.Dock = System.Windows.Forms.DockStyle.Top
Me.AddressLabel1.Location = New System.Drawing.Point(4, 187)
Me.AddressLabel1.Name = "AddressLabel1"
Me.AddressLabel1.Size = New System.Drawing.Size(219, 20)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -