📄 orderseditviewdialog.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class OrdersEditViewDialog
Inherits System.Windows.Forms.Form
Public Shared Function Instance(ByVal bindingSource As System.Windows.Forms.BindingSource) As OrdersEditViewDialog
System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
If (defaultInstance Is Nothing) Then
defaultInstance = New MobileNorthwind.OrdersEditViewDialog
defaultInstance.OrdersBindingSource.DataSource = bindingSource
defaultInstance.EmployeeBindingSource.DataSource = _
My.Forms.Customers.NorthwindDataSet
End If
defaultInstance.EmployeeComboBox.Focus()
defaultInstance.AutoScrollPosition = New System.Drawing.Point(0, 0)
defaultInstance.OrdersBindingSource.Position = bindingSource.Position
System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.Default
Return defaultInstance
End Function
Private Shared defaultInstance As MobileNorthwind.OrdersEditViewDialog
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
Private mainMenu1 As System.Windows.Forms.MainMenu
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Me.Employee_IDLabel = New System.Windows.Forms.Label
Me.Ship_NameLabel = New System.Windows.Forms.Label
Me.Ship_AddressLabel = New System.Windows.Forms.Label
Me.Ship_CityLabel = New System.Windows.Forms.Label
Me.Ship_RegionLabel = New System.Windows.Forms.Label
Me.Ship_Postal_CodeLabel = New System.Windows.Forms.Label
Me.Ship_CountryLabel = New System.Windows.Forms.Label
Me.Ship_ViaLabel = New System.Windows.Forms.Label
Me.Order_DateLabel = New System.Windows.Forms.Label
Me.Required_DateLabel = New System.Windows.Forms.Label
Me.Shipped_DateLabel = New System.Windows.Forms.Label
Me.FreightLabel = New System.Windows.Forms.Label
Me.mainMenu1 = New System.Windows.Forms.MainMenu
Me.OrdersBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.Ship_NameTextBox = New System.Windows.Forms.TextBox
Me.Ship_AddressTextBox = New System.Windows.Forms.TextBox
Me.Ship_CityTextBox = New System.Windows.Forms.TextBox
Me.Ship_RegionTextBox = New System.Windows.Forms.TextBox
Me.Ship_Postal_CodeTextBox = New System.Windows.Forms.TextBox
Me.Ship_CountryTextBox = New System.Windows.Forms.TextBox
Me.Ship_ViaTextBox = New System.Windows.Forms.TextBox
Me.Order_DateTextBox = New System.Windows.Forms.TextBox
Me.Required_DateTextBox = New System.Windows.Forms.TextBox
Me.Shipped_DateTextBox = New System.Windows.Forms.TextBox
Me.topBorderPanel = New System.Windows.Forms.Panel
Me.leftBorderPanel = New System.Windows.Forms.Panel
Me.rightBorderPanel = New System.Windows.Forms.Panel
Me.FreightTextBox = New System.Windows.Forms.TextBox
Me.EmployeeBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.EmployeeComboBox = New System.Windows.Forms.ComboBox
Me.SuspendLayout()
'
'Employee_IDLabel
'
Me.Employee_IDLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Employee_IDLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Employee_IDLabel.Location = New System.Drawing.Point(4, 2)
Me.Employee_IDLabel.Name = "Employee_IDLabel"
Me.Employee_IDLabel.Size = New System.Drawing.Size(219, 21)
Me.Employee_IDLabel.Text = "Employee:"
'
'Ship_NameLabel
'
Me.Ship_NameLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Ship_NameLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Ship_NameLabel.Location = New System.Drawing.Point(4, 45)
Me.Ship_NameLabel.Name = "Ship_NameLabel"
Me.Ship_NameLabel.Size = New System.Drawing.Size(219, 21)
Me.Ship_NameLabel.Text = "Ship Name:"
'
'Ship_AddressLabel
'
Me.Ship_AddressLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Ship_AddressLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Ship_AddressLabel.Location = New System.Drawing.Point(4, 87)
Me.Ship_AddressLabel.Name = "Ship_AddressLabel"
Me.Ship_AddressLabel.Size = New System.Drawing.Size(219, 21)
Me.Ship_AddressLabel.Text = "Ship Address:"
'
'Ship_CityLabel
'
Me.Ship_CityLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Ship_CityLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Ship_CityLabel.Location = New System.Drawing.Point(4, 129)
Me.Ship_CityLabel.Name = "Ship_CityLabel"
Me.Ship_CityLabel.Size = New System.Drawing.Size(219, 21)
Me.Ship_CityLabel.Text = "Ship City:"
'
'Ship_RegionLabel
'
Me.Ship_RegionLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Ship_RegionLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Ship_RegionLabel.Location = New System.Drawing.Point(4, 171)
Me.Ship_RegionLabel.Name = "Ship_RegionLabel"
Me.Ship_RegionLabel.Size = New System.Drawing.Size(219, 21)
Me.Ship_RegionLabel.Text = "Ship Region:"
'
'Ship_Postal_CodeLabel
'
Me.Ship_Postal_CodeLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Ship_Postal_CodeLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Ship_Postal_CodeLabel.Location = New System.Drawing.Point(4, 213)
Me.Ship_Postal_CodeLabel.Name = "Ship_Postal_CodeLabel"
Me.Ship_Postal_CodeLabel.Size = New System.Drawing.Size(219, 21)
Me.Ship_Postal_CodeLabel.Text = "Ship Postal Code:"
'
'Ship_CountryLabel
'
Me.Ship_CountryLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Ship_CountryLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Ship_CountryLabel.Location = New System.Drawing.Point(4, 255)
Me.Ship_CountryLabel.Name = "Ship_CountryLabel"
Me.Ship_CountryLabel.Size = New System.Drawing.Size(219, 21)
Me.Ship_CountryLabel.Text = "Ship Country:"
'
'Ship_ViaLabel
'
Me.Ship_ViaLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Ship_ViaLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Ship_ViaLabel.Location = New System.Drawing.Point(4, 297)
Me.Ship_ViaLabel.Name = "Ship_ViaLabel"
Me.Ship_ViaLabel.Size = New System.Drawing.Size(219, 21)
Me.Ship_ViaLabel.Text = "Ship Via:"
'
'Order_DateLabel
'
Me.Order_DateLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Order_DateLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Order_DateLabel.Location = New System.Drawing.Point(4, 339)
Me.Order_DateLabel.Name = "Order_DateLabel"
Me.Order_DateLabel.Size = New System.Drawing.Size(219, 21)
Me.Order_DateLabel.Text = "Order Date:"
'
'Required_DateLabel
'
Me.Required_DateLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Required_DateLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Required_DateLabel.Location = New System.Drawing.Point(4, 381)
Me.Required_DateLabel.Name = "Required_DateLabel"
Me.Required_DateLabel.Size = New System.Drawing.Size(219, 21)
Me.Required_DateLabel.Text = "Required Date:"
'
'Shipped_DateLabel
'
Me.Shipped_DateLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.Shipped_DateLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.Shipped_DateLabel.Location = New System.Drawing.Point(4, 423)
Me.Shipped_DateLabel.Name = "Shipped_DateLabel"
Me.Shipped_DateLabel.Size = New System.Drawing.Size(219, 21)
Me.Shipped_DateLabel.Text = "Shipped Date:"
'
'FreightLabel
'
Me.FreightLabel.Dock = System.Windows.Forms.DockStyle.Top
Me.FreightLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
Me.FreightLabel.Location = New System.Drawing.Point(4, 465)
Me.FreightLabel.Name = "FreightLabel"
Me.FreightLabel.Size = New System.Drawing.Size(219, 21)
Me.FreightLabel.Text = "Freight:"
'
'OrdersBindingSource
'
Me.OrdersBindingSource.DataMember = "Orders"
Me.OrdersBindingSource.DataSource = GetType(MobileNorthwind.NorthwindDataSet)
'
'Ship_NameTextBox
'
Me.Ship_NameTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.OrdersBindingSource, "Ship Name", True))
Me.Ship_NameTextBox.Dock = System.Windows.Forms.DockStyle.Top
Me.Ship_NameTextBox.Location = New System.Drawing.Point(4, 66)
Me.Ship_NameTextBox.Name = "Ship_NameTextBox"
Me.Ship_NameTextBox.Size = New System.Drawing.Size(219, 21)
Me.Ship_NameTextBox.TabIndex = 7
'
'Ship_AddressTextBox
'
Me.Ship_AddressTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.OrdersBindingSource, "Ship Address", True))
Me.Ship_AddressTextBox.Dock = System.Windows.Forms.DockStyle.Top
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -