📄 customerseditviewdialog.designer.vb
字号:
CityLabel.Text = "City:"
'
'CityTextBox
'
Me.CityTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "City", True))
Me.CityTextBox.Dock = System.Windows.Forms.DockStyle.Top
Me.CityTextBox.Location = New System.Drawing.Point(4, 248)
Me.CityTextBox.Name = "CityTextBox"
Me.CityTextBox.Size = New System.Drawing.Size(100, 21)
Me.CityTextBox.TabIndex = 11
'
'RegionLabel
'
RegionLabel.Dock = System.Windows.Forms.DockStyle.Top
RegionLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
RegionLabel.Location = New System.Drawing.Point(4, 280)
RegionLabel.Name = "RegionLabel"
RegionLabel.Size = New System.Drawing.Size(54, 21)
RegionLabel.Text = "Region:"
'
'RegionTextBox
'
Me.RegionTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Region", True))
Me.RegionTextBox.Dock = System.Windows.Forms.DockStyle.Top
Me.RegionTextBox.Location = New System.Drawing.Point(4, 294)
Me.RegionTextBox.Name = "RegionTextBox"
Me.RegionTextBox.Size = New System.Drawing.Size(100, 21)
Me.RegionTextBox.TabIndex = 13
'
'Postal_CodeLabel
'
Postal_CodeLabel.Dock = System.Windows.Forms.DockStyle.Top
Postal_CodeLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Postal_CodeLabel.Location = New System.Drawing.Point(4, 326)
Postal_CodeLabel.Name = "Postal_CodeLabel"
Postal_CodeLabel.Size = New System.Drawing.Size(84, 21)
Postal_CodeLabel.Text = "Postal Code:"
'
'Postal_CodeTextBox
'
Me.Postal_CodeTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Postal Code", True))
Me.Postal_CodeTextBox.Dock = System.Windows.Forms.DockStyle.Top
Me.Postal_CodeTextBox.Location = New System.Drawing.Point(4, 340)
Me.Postal_CodeTextBox.Name = "Postal_CodeTextBox"
Me.Postal_CodeTextBox.Size = New System.Drawing.Size(100, 21)
Me.Postal_CodeTextBox.TabIndex = 15
'
'CountryLabel
'
CountryLabel.Dock = System.Windows.Forms.DockStyle.Top
CountryLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
CountryLabel.Location = New System.Drawing.Point(4, 372)
CountryLabel.Name = "CountryLabel"
CountryLabel.Size = New System.Drawing.Size(61, 21)
CountryLabel.Text = "Country:"
'
'CountryTextBox
'
Me.CountryTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Country", True))
Me.CountryTextBox.Dock = System.Windows.Forms.DockStyle.Top
Me.CountryTextBox.Location = New System.Drawing.Point(4, 386)
Me.CountryTextBox.Name = "CountryTextBox"
Me.CountryTextBox.Size = New System.Drawing.Size(100, 21)
Me.CountryTextBox.TabIndex = 17
'
'PhoneLabel
'
PhoneLabel.Dock = System.Windows.Forms.DockStyle.Top
PhoneLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
PhoneLabel.Location = New System.Drawing.Point(4, 418)
PhoneLabel.Name = "PhoneLabel"
PhoneLabel.Size = New System.Drawing.Size(50, 21)
PhoneLabel.Text = "Phone:"
'
'PhoneTextBox
'
Me.PhoneTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Phone", True))
Me.PhoneTextBox.Dock = System.Windows.Forms.DockStyle.Top
Me.PhoneTextBox.Location = New System.Drawing.Point(4, 432)
Me.PhoneTextBox.Name = "PhoneTextBox"
Me.PhoneTextBox.Size = New System.Drawing.Size(100, 21)
Me.PhoneTextBox.TabIndex = 19
'
'FaxLabel
'
FaxLabel.Dock = System.Windows.Forms.DockStyle.Top
FaxLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
FaxLabel.Location = New System.Drawing.Point(4, 464)
FaxLabel.Name = "FaxLabel"
FaxLabel.Size = New System.Drawing.Size(31, 21)
FaxLabel.Text = "Fax:"
'
'FaxTextBox
'
Me.FaxTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Fax", True))
Me.FaxTextBox.Dock = System.Windows.Forms.DockStyle.Top
Me.FaxTextBox.Location = New System.Drawing.Point(4, 478)
Me.FaxTextBox.Name = "FaxTextBox"
Me.FaxTextBox.Size = New System.Drawing.Size(100, 21)
Me.FaxTextBox.TabIndex = 21
'
'topBorderPanel
'
Me.topBorderPanel.Dock = System.Windows.Forms.DockStyle.Top
Me.topBorderPanel.Location = New System.Drawing.Point(0, 0)
Me.topBorderPanel.Name = "topBorderPanel"
Me.topBorderPanel.Size = New System.Drawing.Size(100, 2)
'
'leftBorderPanel
'
Me.leftBorderPanel.Dock = System.Windows.Forms.DockStyle.Left
Me.leftBorderPanel.Location = New System.Drawing.Point(0, 0)
Me.leftBorderPanel.Name = "leftBorderPanel"
Me.leftBorderPanel.Size = New System.Drawing.Size(4, 100)
'
'rightBorderPanel
'
Me.rightBorderPanel.Dock = System.Windows.Forms.DockStyle.Right
Me.rightBorderPanel.Location = New System.Drawing.Point(0, 0)
Me.rightBorderPanel.Name = "rightBorderPanel"
Me.rightBorderPanel.Size = New System.Drawing.Size(4, 100)
'
'CustomersEditViewDialog
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(240, 268)
Me.Controls.Add(Me.FaxTextBox)
Me.Controls.Add(FaxLabel)
Me.Controls.Add(Me.PhoneTextBox)
Me.Controls.Add(PhoneLabel)
Me.Controls.Add(Me.CountryTextBox)
Me.Controls.Add(CountryLabel)
Me.Controls.Add(Me.Postal_CodeTextBox)
Me.Controls.Add(Postal_CodeLabel)
Me.Controls.Add(Me.RegionTextBox)
Me.Controls.Add(RegionLabel)
Me.Controls.Add(Me.CityTextBox)
Me.Controls.Add(CityLabel)
Me.Controls.Add(Me.AddressTextBox)
Me.Controls.Add(AddressLabel)
Me.Controls.Add(Me.Contact_TitleTextBox)
Me.Controls.Add(Contact_TitleLabel)
Me.Controls.Add(Me.Contact_NameTextBox)
Me.Controls.Add(Contact_NameLabel)
Me.Controls.Add(Me.Company_NameTextBox)
Me.Controls.Add(Company_NameLabel)
Me.Controls.Add(Me.Customer_IDTextBox)
Me.Controls.Add(Customer_IDLabel)
Me.Controls.Add(Me.topBorderPanel)
Me.Controls.Add(Me.leftBorderPanel)
Me.Controls.Add(Me.rightBorderPanel)
Me.Menu = Me.mainMenu1
Me.MinimizeBox = False
Me.Name = "CustomersEditViewDialog"
Me.Text = "CustomersEditViewDialog"
Me.ResumeLayout(False)
End Sub
Friend WithEvents CustomersBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents Customer_IDTextBox As System.Windows.Forms.TextBox
Friend WithEvents Company_NameTextBox As System.Windows.Forms.TextBox
Friend WithEvents Contact_NameTextBox As System.Windows.Forms.TextBox
Friend WithEvents Contact_TitleTextBox As System.Windows.Forms.TextBox
Friend WithEvents AddressTextBox As System.Windows.Forms.TextBox
Friend WithEvents CityTextBox As System.Windows.Forms.TextBox
Friend WithEvents RegionTextBox As System.Windows.Forms.TextBox
Friend WithEvents Postal_CodeTextBox As System.Windows.Forms.TextBox
Friend WithEvents CountryTextBox As System.Windows.Forms.TextBox
Friend WithEvents PhoneTextBox As System.Windows.Forms.TextBox
Friend WithEvents FaxTextBox As System.Windows.Forms.TextBox
Friend WithEvents topBorderPanel As System.Windows.Forms.Panel
Friend WithEvents leftBorderPanel As System.Windows.Forms.Panel
Friend WithEvents rightBorderPanel As System.Windows.Forms.Panel
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -