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

📄 mainform.designer.vb

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

    '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

    '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 TerritoryIDLabel As System.Windows.Forms.Label
        Dim AccountNumberLabel As System.Windows.Forms.Label
        Dim ModifiedDateLabel As System.Windows.Forms.Label
        Dim DemographicsLabel As System.Windows.Forms.Label
        Dim TitleLabel As System.Windows.Forms.Label
        Dim FirstNameLabel As System.Windows.Forms.Label
        Dim MiddleNameLabel As System.Windows.Forms.Label
        Dim LastNameLabel As System.Windows.Forms.Label
        Dim EmailAddressLabel As System.Windows.Forms.Label
        Dim PhoneLabel As System.Windows.Forms.Label
        Dim AdditionalContactInfoLabel As System.Windows.Forms.Label
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MainForm))
        Me.AdventureWorksDataSet = New Databinding.AdventureWorksDataSet
        Me.CustomerBindingSource = New System.Windows.Forms.BindingSource(Me.components)
        Me.CustomerTableAdapter = New Databinding.AdventureWorksDataSetTableAdapters.CustomerTableAdapter
        Me.CustomerBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
        Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel
        Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator
        Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox
        Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator
        Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator
        Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton
        Me.CustomerBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton
        Me.AccountNumberLabel1 = New System.Windows.Forms.Label
        Me.ModifiedDateLabel1 = New System.Windows.Forms.Label
        Me.TerritoryIDComboBox = New System.Windows.Forms.ComboBox
        Me.SalesTerritoryTableAdapter = New Databinding.AdventureWorksDataSetTableAdapters.SalesTerritoryTableAdapter
        Me.IndividualBindingSource = New System.Windows.Forms.BindingSource(Me.components)
        Me.IndividualTableAdapter = New Databinding.AdventureWorksDataSetTableAdapters.IndividualTableAdapter
        Me.DemographicsTextBox = New System.Windows.Forms.TextBox
        Me.ContactBindingSource = New System.Windows.Forms.BindingSource(Me.components)
        Me.ContactTableAdapter = New Databinding.AdventureWorksDataSetTableAdapters.ContactTableAdapter
        Me.TitleTextBox = New System.Windows.Forms.TextBox
        Me.FirstNameTextBox = New System.Windows.Forms.TextBox
        Me.MiddleNameTextBox = New System.Windows.Forms.TextBox
        Me.LastNameTextBox = New System.Windows.Forms.TextBox
        Me.EmailAddressTextBox = New System.Windows.Forms.TextBox
        Me.PhoneTextBox = New System.Windows.Forms.TextBox
        Me.AdditionalContactInfoTextBox = New System.Windows.Forms.TextBox
        Me.ManyToMany1 = New Databinding.ManyToMany(Me.components)
        Me.EmailPromotionCheckBox = New System.Windows.Forms.CheckBox
        Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components)
        Me.ControlValidator1 = New Databinding.ControlValidator(Me.components)
        Me.SalesOrderHeaderDataGridView = New System.Windows.Forms.DataGridView
        Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.DataGridViewCheckBoxColumn1 = New System.Windows.Forms.DataGridViewCheckBoxColumn
        Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.DataGridViewTextBoxColumn20 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.DataGridViewTextBoxColumn22 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.DataGridViewTextBoxColumn21 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.DataGridViewTextBoxColumn23 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.DataGridViewTextBoxColumn24 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.SalesOrderHeaderBindingSource = New System.Windows.Forms.BindingSource(Me.components)
        Me.SalesOrderHeaderTableAdapter = New Databinding.AdventureWorksDataSetTableAdapters.SalesOrderHeaderTableAdapter
        TerritoryIDLabel = New System.Windows.Forms.Label
        AccountNumberLabel = New System.Windows.Forms.Label
        ModifiedDateLabel = New System.Windows.Forms.Label
        DemographicsLabel = New System.Windows.Forms.Label
        TitleLabel = New System.Windows.Forms.Label
        FirstNameLabel = New System.Windows.Forms.Label
        MiddleNameLabel = New System.Windows.Forms.Label
        LastNameLabel = New System.Windows.Forms.Label
        EmailAddressLabel = New System.Windows.Forms.Label
        PhoneLabel = New System.Windows.Forms.Label
        AdditionalContactInfoLabel = New System.Windows.Forms.Label
        CType(Me.AdventureWorksDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.CustomerBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.CustomerBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.CustomerBindingNavigator.SuspendLayout()
        CType(Me.IndividualBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.ContactBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.SalesOrderHeaderDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.SalesOrderHeaderBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'TerritoryIDLabel
        '
        TerritoryIDLabel.AutoSize = True
        TerritoryIDLabel.Location = New System.Drawing.Point(46, 70)
        TerritoryIDLabel.Name = "TerritoryIDLabel"
        TerritoryIDLabel.Size = New System.Drawing.Size(62, 13)
        TerritoryIDLabel.TabIndex = 1
        TerritoryIDLabel.Text = "Territory ID:"
        Me.ControlValidator1.SetValidate(TerritoryIDLabel, False)
        '
        'AccountNumberLabel
        '
        AccountNumberLabel.AutoSize = True
        AccountNumberLabel.Location = New System.Drawing.Point(46, 90)
        AccountNumberLabel.Name = "AccountNumberLabel"
        AccountNumberLabel.Size = New System.Drawing.Size(90, 13)
        AccountNumberLabel.TabIndex = 3
        AccountNumberLabel.Text = "Account Number:"
        Me.ControlValidator1.SetValidate(AccountNumberLabel, False)
        '
        'ModifiedDateLabel
        '
        ModifiedDateLabel.AutoSize = True
        ModifiedDateLabel.Location = New System.Drawing.Point(46, 139)
        ModifiedDateLabel.Name = "ModifiedDateLabel"
        ModifiedDateLabel.Size = New System.Drawing.Size(76, 13)
        ModifiedDateLabel.TabIndex = 7
        ModifiedDateLabel.Text = "Modified Date:"
        Me.ControlValidator1.SetValidate(ModifiedDateLabel, False)
        '
        'DemographicsLabel
        '
        DemographicsLabel.AutoSize = True
        DemographicsLabel.Location = New System.Drawing.Point(58, 159)
        DemographicsLabel.Name = "DemographicsLabel"
        DemographicsLabel.Size = New System.Drawing.Size(78, 13)
        DemographicsLabel.TabIndex = 9
        DemographicsLabel.Text = "Demographics:"
        Me.ControlValidator1.SetValidate(DemographicsLabel, False)
        '
        'TitleLabel
        '
        TitleLabel.AutoSize = True
        TitleLabel.Location = New System.Drawing.Point(19, 214)
        TitleLabel.Name = "TitleLabel"
        TitleLabel.Size = New System.Drawing.Size(30, 13)
        TitleLabel.TabIndex = 11
        TitleLabel.Text = "Title:"
        Me.ControlValidator1.SetValidate(TitleLabel, False)
        '
        'FirstNameLabel
        '
        FirstNameLabel.AutoSize = True
        FirstNameLabel.Location = New System.Drawing.Point(19, 240)
        FirstNameLabel.Name = "FirstNameLabel"
        FirstNameLabel.Size = New System.Drawing.Size(60, 13)
        FirstNameLabel.TabIndex = 13
        FirstNameLabel.Text = "First Name:"
        Me.ControlValidator1.SetValidate(FirstNameLabel, False)
        '
        'MiddleNameLabel
        '
        MiddleNameLabel.AutoSize = True
        MiddleNameLabel.Location = New System.Drawing.Point(19, 266)
        MiddleNameLabel.Name = "MiddleNameLabel"
        MiddleNameLabel.Size = New System.Drawing.Size(72, 13)
        MiddleNameLabel.TabIndex = 15
        MiddleNameLabel.Text = "Middle Name:"
        Me.ControlValidator1.SetValidate(MiddleNameLabel, False)
        '
        'LastNameLabel
        '
        LastNameLabel.AutoSize = True
        LastNameLabel.Location = New System.Drawing.Point(19, 292)
        LastNameLabel.Name = "LastNameLabel"
        LastNameLabel.Size = New System.Drawing.Size(61, 13)
        LastNameLabel.TabIndex = 17
        LastNameLabel.Text = "Last Name:"
        Me.ControlValidator1.SetValidate(LastNameLabel, False)
        '
        'EmailAddressLabel
        '
        EmailAddressLabel.AutoSize = True
        EmailAddressLabel.Location = New System.Drawing.Point(19, 318)
        EmailAddressLabel.Name = "EmailAddressLabel"
        EmailAddressLabel.Size = New System.Drawing.Size(76, 13)
        EmailAddressLabel.TabIndex = 19
        EmailAddressLabel.Text = "Email Address:"
        Me.ControlValidator1.SetValidate(EmailAddressLabel, False)
        '
        'PhoneLabel
        '
        PhoneLabel.AutoSize = True
        PhoneLabel.Location = New System.Drawing.Point(19, 370)
        PhoneLabel.Name = "PhoneLabel"
        PhoneLabel.Size = New System.Drawing.Size(41, 13)
        PhoneLabel.TabIndex = 23
        PhoneLabel.Text = "Phone:"
        Me.ControlValidator1.SetValidate(PhoneLabel, False)
        '
        'AdditionalContactInfoLabel
        '
        AdditionalContactInfoLabel.AutoSize = True
        AdditionalContactInfoLabel.Location = New System.Drawing.Point(19, 396)
        AdditionalContactInfoLabel.Name = "AdditionalContactInfoLabel"
        AdditionalContactInfoLabel.Size = New System.Drawing.Size(117, 13)
        AdditionalContactInfoLabel.TabIndex = 25
        AdditionalContactInfoLabel.Text = "Additional Contact Info:"
        Me.ControlValidator1.SetValidate(AdditionalContactInfoLabel, False)
        '
        'AdventureWorksDataSet
        '
        Me.AdventureWorksDataSet.DataSetName = "AdventureWorksDataSet"
        Me.AdventureWorksDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
        '
        'CustomerBindingSource
        '
        Me.CustomerBindingSource.DataMember = "Customer"
        Me.CustomerBindingSource.DataSource = Me.AdventureWorksDataSet
        '
        'CustomerTableAdapter
        '
        Me.CustomerTableAdapter.ClearBeforeFill = True

⌨️ 快捷键说明

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