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

📄 customerseditviewdialog.designer.vb

📁 讲解visual studio的应用
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class CustomersEditViewDialog
    Inherits System.Windows.Forms.Form

    Public Shared Function Instance(ByVal bindingSource As System.Windows.Forms.BindingSource) As CustomersEditViewDialog
        System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
        If (defaultInstance Is Nothing) Then
            defaultInstance = New MobileNorthwind.CustomersEditViewDialog
            defaultInstance.CustomersBindingSource.DataSource = bindingSource
        End If
        defaultInstance.Customer_IDTextBox.Focus()
        defaultInstance.AutoScrollPosition = New System.Drawing.Point(0, 0)
        defaultInstance.CustomersBindingSource.Position = bindingSource.Position
        System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.Default
        Return defaultInstance
    End Function
    Private Shared defaultInstance As MobileNorthwind.CustomersEditViewDialog
    '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
        Dim Customer_IDLabel As System.Windows.Forms.Label
        Dim Company_NameLabel As System.Windows.Forms.Label
        Dim Contact_NameLabel As System.Windows.Forms.Label
        Dim Contact_TitleLabel As System.Windows.Forms.Label
        Dim AddressLabel As System.Windows.Forms.Label
        Dim CityLabel As System.Windows.Forms.Label
        Dim RegionLabel As System.Windows.Forms.Label
        Dim Postal_CodeLabel As System.Windows.Forms.Label
        Dim CountryLabel As System.Windows.Forms.Label
        Dim PhoneLabel As System.Windows.Forms.Label
        Dim FaxLabel As System.Windows.Forms.Label
        Me.mainMenu1 = New System.Windows.Forms.MainMenu
        Me.CustomersBindingSource = New System.Windows.Forms.BindingSource(Me.components)
        Me.Customer_IDTextBox = New System.Windows.Forms.TextBox
        Me.Company_NameTextBox = New System.Windows.Forms.TextBox
        Me.Contact_NameTextBox = New System.Windows.Forms.TextBox
        Me.Contact_TitleTextBox = New System.Windows.Forms.TextBox
        Me.AddressTextBox = New System.Windows.Forms.TextBox
        Me.CityTextBox = New System.Windows.Forms.TextBox
        Me.RegionTextBox = New System.Windows.Forms.TextBox
        Me.Postal_CodeTextBox = New System.Windows.Forms.TextBox
        Me.CountryTextBox = New System.Windows.Forms.TextBox
        Me.PhoneTextBox = New System.Windows.Forms.TextBox
        Me.FaxTextBox = 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
        Customer_IDLabel = New System.Windows.Forms.Label
        Company_NameLabel = New System.Windows.Forms.Label
        Contact_NameLabel = New System.Windows.Forms.Label
        Contact_TitleLabel = New System.Windows.Forms.Label
        AddressLabel = New System.Windows.Forms.Label
        CityLabel = New System.Windows.Forms.Label
        RegionLabel = New System.Windows.Forms.Label
        Postal_CodeLabel = New System.Windows.Forms.Label
        CountryLabel = New System.Windows.Forms.Label
        PhoneLabel = New System.Windows.Forms.Label
        FaxLabel = New System.Windows.Forms.Label
        Me.SuspendLayout()
        '
        'CustomersBindingSource
        '
        Me.CustomersBindingSource.DataMember = "Customers"
        Me.CustomersBindingSource.DataSource = GetType(MobileNorthwind.NorthwindDataSet)
        '
        'Customer_IDLabel
        '
        Customer_IDLabel.Dock = System.Windows.Forms.DockStyle.Top
        Customer_IDLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
        Customer_IDLabel.Location = New System.Drawing.Point(4, 4)
        Customer_IDLabel.Name = "Customer_IDLabel"
        Customer_IDLabel.Size = New System.Drawing.Size(88, 21)
        Customer_IDLabel.Text = "Customer ID:"
        '
        'Customer_IDTextBox
        '
        Me.Customer_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Customer ID", True))
        Me.Customer_IDTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.Customer_IDTextBox.Location = New System.Drawing.Point(4, 18)
        Me.Customer_IDTextBox.Name = "Customer_IDTextBox"
        Me.Customer_IDTextBox.Size = New System.Drawing.Size(100, 21)
        Me.Customer_IDTextBox.TabIndex = 1
        '
        'Company_NameLabel
        '
        Company_NameLabel.Dock = System.Windows.Forms.DockStyle.Top
        Company_NameLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
        Company_NameLabel.Location = New System.Drawing.Point(4, 50)
        Company_NameLabel.Name = "Company_NameLabel"
        Company_NameLabel.Size = New System.Drawing.Size(105, 21)
        Company_NameLabel.Text = "Company Name:"
        '
        'Company_NameTextBox
        '
        Me.Company_NameTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Company Name", True))
        Me.Company_NameTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.Company_NameTextBox.Location = New System.Drawing.Point(4, 64)
        Me.Company_NameTextBox.Name = "Company_NameTextBox"
        Me.Company_NameTextBox.Size = New System.Drawing.Size(100, 21)
        Me.Company_NameTextBox.TabIndex = 3
        '
        'Contact_NameLabel
        '
        Contact_NameLabel.Dock = System.Windows.Forms.DockStyle.Top
        Contact_NameLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
        Contact_NameLabel.Location = New System.Drawing.Point(4, 96)
        Contact_NameLabel.Name = "Contact_NameLabel"
        Contact_NameLabel.Size = New System.Drawing.Size(97, 21)
        Contact_NameLabel.Text = "Contact Name:"
        '
        'Contact_NameTextBox
        '
        Me.Contact_NameTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Contact Name", True))
        Me.Contact_NameTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.Contact_NameTextBox.Location = New System.Drawing.Point(4, 110)
        Me.Contact_NameTextBox.Name = "Contact_NameTextBox"
        Me.Contact_NameTextBox.Size = New System.Drawing.Size(100, 21)
        Me.Contact_NameTextBox.TabIndex = 5
        '
        'Contact_TitleLabel
        '
        Contact_TitleLabel.Dock = System.Windows.Forms.DockStyle.Top
        Contact_TitleLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
        Contact_TitleLabel.Location = New System.Drawing.Point(4, 142)
        Contact_TitleLabel.Name = "Contact_TitleLabel"
        Contact_TitleLabel.Size = New System.Drawing.Size(90, 21)
        Contact_TitleLabel.Text = "Contact Title:"
        '
        'Contact_TitleTextBox
        '
        Me.Contact_TitleTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Contact Title", True))
        Me.Contact_TitleTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.Contact_TitleTextBox.Location = New System.Drawing.Point(4, 156)
        Me.Contact_TitleTextBox.Name = "Contact_TitleTextBox"
        Me.Contact_TitleTextBox.Size = New System.Drawing.Size(100, 21)
        Me.Contact_TitleTextBox.TabIndex = 7
        '
        'AddressLabel
        '
        AddressLabel.Dock = System.Windows.Forms.DockStyle.Top
        AddressLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
        AddressLabel.Location = New System.Drawing.Point(4, 188)
        AddressLabel.Name = "AddressLabel"
        AddressLabel.Size = New System.Drawing.Size(60, 21)
        AddressLabel.Text = "Address:"
        '
        'AddressTextBox
        '
        Me.AddressTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.CustomersBindingSource, "Address", True))
        Me.AddressTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.AddressTextBox.Location = New System.Drawing.Point(4, 202)
        Me.AddressTextBox.Name = "AddressTextBox"
        Me.AddressTextBox.Size = New System.Drawing.Size(100, 21)
        Me.AddressTextBox.TabIndex = 9
        '
        'CityLabel
        '
        CityLabel.Dock = System.Windows.Forms.DockStyle.Top
        CityLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
        CityLabel.Location = New System.Drawing.Point(4, 234)
        CityLabel.Name = "CityLabel"
        CityLabel.Size = New System.Drawing.Size(35, 21)

⌨️ 快捷键说明

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