⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 orderseditviewdialog.designer.vb

📁 讲解visual studio的应用
💻 VB
📖 第 1 页 / 共 2 页
字号:
        Me.Ship_AddressTextBox.Location = New System.Drawing.Point(4, 108)
        Me.Ship_AddressTextBox.Name = "Ship_AddressTextBox"
        Me.Ship_AddressTextBox.Size = New System.Drawing.Size(219, 21)
        Me.Ship_AddressTextBox.TabIndex = 9
        '
        'Ship_CityTextBox
        '
        Me.Ship_CityTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.OrdersBindingSource, "Ship City", True))
        Me.Ship_CityTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.Ship_CityTextBox.Location = New System.Drawing.Point(4, 150)
        Me.Ship_CityTextBox.Name = "Ship_CityTextBox"
        Me.Ship_CityTextBox.Size = New System.Drawing.Size(219, 21)
        Me.Ship_CityTextBox.TabIndex = 11
        '
        'Ship_RegionTextBox
        '
        Me.Ship_RegionTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.OrdersBindingSource, "Ship Region", True))
        Me.Ship_RegionTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.Ship_RegionTextBox.Location = New System.Drawing.Point(4, 192)
        Me.Ship_RegionTextBox.Name = "Ship_RegionTextBox"
        Me.Ship_RegionTextBox.Size = New System.Drawing.Size(219, 21)
        Me.Ship_RegionTextBox.TabIndex = 13
        '
        'Ship_Postal_CodeTextBox
        '
        Me.Ship_Postal_CodeTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.OrdersBindingSource, "Ship Postal Code", True))
        Me.Ship_Postal_CodeTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.Ship_Postal_CodeTextBox.Location = New System.Drawing.Point(4, 234)
        Me.Ship_Postal_CodeTextBox.Name = "Ship_Postal_CodeTextBox"
        Me.Ship_Postal_CodeTextBox.Size = New System.Drawing.Size(219, 21)
        Me.Ship_Postal_CodeTextBox.TabIndex = 15
        '
        'Ship_CountryTextBox
        '
        Me.Ship_CountryTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.OrdersBindingSource, "Ship Country", True))
        Me.Ship_CountryTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.Ship_CountryTextBox.Location = New System.Drawing.Point(4, 276)
        Me.Ship_CountryTextBox.Name = "Ship_CountryTextBox"
        Me.Ship_CountryTextBox.Size = New System.Drawing.Size(219, 21)
        Me.Ship_CountryTextBox.TabIndex = 17
        '
        'Ship_ViaTextBox
        '
        Me.Ship_ViaTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.OrdersBindingSource, "Ship Via", True))
        Me.Ship_ViaTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.Ship_ViaTextBox.Location = New System.Drawing.Point(4, 318)
        Me.Ship_ViaTextBox.Name = "Ship_ViaTextBox"
        Me.Ship_ViaTextBox.Size = New System.Drawing.Size(219, 21)
        Me.Ship_ViaTextBox.TabIndex = 19
        '
        'Order_DateTextBox
        '
        Me.Order_DateTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.OrdersBindingSource, "Order Date", True))
        Me.Order_DateTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.Order_DateTextBox.Location = New System.Drawing.Point(4, 360)
        Me.Order_DateTextBox.Name = "Order_DateTextBox"
        Me.Order_DateTextBox.Size = New System.Drawing.Size(219, 21)
        Me.Order_DateTextBox.TabIndex = 21
        '
        'Required_DateTextBox
        '
        Me.Required_DateTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.OrdersBindingSource, "Required Date", True))
        Me.Required_DateTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.Required_DateTextBox.Location = New System.Drawing.Point(4, 402)
        Me.Required_DateTextBox.Name = "Required_DateTextBox"
        Me.Required_DateTextBox.Size = New System.Drawing.Size(219, 21)
        Me.Required_DateTextBox.TabIndex = 23
        '
        'Shipped_DateTextBox
        '
        Me.Shipped_DateTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.OrdersBindingSource, "Shipped Date", True))
        Me.Shipped_DateTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.Shipped_DateTextBox.Location = New System.Drawing.Point(4, 444)
        Me.Shipped_DateTextBox.Name = "Shipped_DateTextBox"
        Me.Shipped_DateTextBox.Size = New System.Drawing.Size(219, 21)
        Me.Shipped_DateTextBox.TabIndex = 25
        '
        '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(227, 2)
        '
        'leftBorderPanel
        '
        Me.leftBorderPanel.Dock = System.Windows.Forms.DockStyle.Left
        Me.leftBorderPanel.Location = New System.Drawing.Point(0, 2)
        Me.leftBorderPanel.Name = "leftBorderPanel"
        Me.leftBorderPanel.Size = New System.Drawing.Size(4, 505)
        '
        'rightBorderPanel
        '
        Me.rightBorderPanel.Dock = System.Windows.Forms.DockStyle.Right
        Me.rightBorderPanel.Location = New System.Drawing.Point(223, 2)
        Me.rightBorderPanel.Name = "rightBorderPanel"
        Me.rightBorderPanel.Size = New System.Drawing.Size(4, 505)
        '
        'FreightTextBox
        '
        Me.FreightTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.OrdersBindingSource, "Freight", True))
        Me.FreightTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.FreightTextBox.Location = New System.Drawing.Point(4, 486)
        Me.FreightTextBox.Name = "FreightTextBox"
        Me.FreightTextBox.Size = New System.Drawing.Size(219, 21)
        Me.FreightTextBox.TabIndex = 27
        '
        'EmployeeBindingSource
        '
        Me.EmployeeBindingSource.DataMember = "Employees"
        Me.EmployeeBindingSource.DataSource = GetType(MobileNorthwind.NorthwindDataSet)
        '
        'EmployeeComboBox
        '
        Me.EmployeeComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.OrdersBindingSource, "Employee ID", True))
        Me.EmployeeComboBox.DataSource = Me.EmployeeBindingSource
        Me.EmployeeComboBox.DisplayMember = "Name"
        Me.EmployeeComboBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.EmployeeComboBox.Location = New System.Drawing.Point(4, 23)
        Me.EmployeeComboBox.Name = "EmployeeComboBox"
        Me.EmployeeComboBox.Size = New System.Drawing.Size(219, 22)
        Me.EmployeeComboBox.TabIndex = 45
        Me.EmployeeComboBox.ValueMember = "Employee ID"
        '
        'OrdersEditViewDialog
        '
        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.FreightTextBox)
        Me.Controls.Add(Me.FreightLabel)
        Me.Controls.Add(Me.Shipped_DateTextBox)
        Me.Controls.Add(Me.Shipped_DateLabel)
        Me.Controls.Add(Me.Required_DateTextBox)
        Me.Controls.Add(Me.Required_DateLabel)
        Me.Controls.Add(Me.Order_DateTextBox)
        Me.Controls.Add(Me.Order_DateLabel)
        Me.Controls.Add(Me.Ship_ViaTextBox)
        Me.Controls.Add(Me.Ship_ViaLabel)
        Me.Controls.Add(Me.Ship_CountryTextBox)
        Me.Controls.Add(Me.Ship_CountryLabel)
        Me.Controls.Add(Me.Ship_Postal_CodeTextBox)
        Me.Controls.Add(Me.Ship_Postal_CodeLabel)
        Me.Controls.Add(Me.Ship_RegionTextBox)
        Me.Controls.Add(Me.Ship_RegionLabel)
        Me.Controls.Add(Me.Ship_CityTextBox)
        Me.Controls.Add(Me.Ship_CityLabel)
        Me.Controls.Add(Me.Ship_AddressTextBox)
        Me.Controls.Add(Me.Ship_AddressLabel)
        Me.Controls.Add(Me.Ship_NameTextBox)
        Me.Controls.Add(Me.Ship_NameLabel)
        Me.Controls.Add(Me.EmployeeComboBox)
        Me.Controls.Add(Me.Employee_IDLabel)
        Me.Controls.Add(Me.leftBorderPanel)
        Me.Controls.Add(Me.rightBorderPanel)
        Me.Controls.Add(Me.topBorderPanel)
        Me.Menu = Me.mainMenu1
        Me.MinimizeBox = False
        Me.Name = "OrdersEditViewDialog"
        Me.Text = "OrdersEditViewDialog"
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents OrdersBindingSource As System.Windows.Forms.BindingSource
    Friend WithEvents Ship_NameTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Ship_AddressTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Ship_CityTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Ship_RegionTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Ship_Postal_CodeTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Ship_CountryTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Ship_ViaTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Order_DateTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Required_DateTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Shipped_DateTextBox 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
    Friend WithEvents Employee_IDLabel As System.Windows.Forms.Label
    Friend WithEvents Ship_NameLabel As System.Windows.Forms.Label
    Friend WithEvents Ship_AddressLabel As System.Windows.Forms.Label
    Friend WithEvents Ship_CityLabel As System.Windows.Forms.Label
    Friend WithEvents Ship_RegionLabel As System.Windows.Forms.Label
    Friend WithEvents Ship_Postal_CodeLabel As System.Windows.Forms.Label
    Friend WithEvents Ship_CountryLabel As System.Windows.Forms.Label
    Friend WithEvents Ship_ViaLabel As System.Windows.Forms.Label
    Friend WithEvents Order_DateLabel As System.Windows.Forms.Label
    Friend WithEvents Required_DateLabel As System.Windows.Forms.Label
    Friend WithEvents Shipped_DateLabel As System.Windows.Forms.Label
    Friend WithEvents FreightLabel As System.Windows.Forms.Label
    Friend WithEvents FreightTextBox As System.Windows.Forms.TextBox
    Friend WithEvents EmployeeComboBox As System.Windows.Forms.ComboBox
    Friend WithEvents EmployeeBindingSource As System.Windows.Forms.BindingSource
End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -