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

📄 producteditviewdialog.designer.vb

📁 Microsoft Mobile Development Handbook的代码,有C#,VB,C++的
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class ProductEditViewDialog
    Inherits System.Windows.Forms.Form

    Public Shared Function Instance(ByVal bindingSource As System.Windows.Forms.BindingSource) As ProductEditViewDialog
        System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
        If (defaultInstance Is Nothing) Then
            defaultInstance = New SQLCEDataSourceQuickUI.ProductEditViewDialog
            defaultInstance.ProductBindingSource.DataSource = bindingSource
        End If
        defaultInstance.NameTextBox.Focus()
        defaultInstance.AutoScrollPosition = New System.Drawing.Point(0, 0)
        defaultInstance.ProductBindingSource.Position = bindingSource.Position
        System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.Default
        Return defaultInstance
    End Function
    Private Shared defaultInstance As SQLCEDataSourceQuickUI.ProductEditViewDialog
    '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 NameLabel As System.Windows.Forms.Label
        Dim ColorLabel As System.Windows.Forms.Label
        Dim ListPriceLabel As System.Windows.Forms.Label
        Dim SizeLabel As System.Windows.Forms.Label
        Dim ProductCategoryIDLabel As System.Windows.Forms.Label
        Me.mainMenu1 = New System.Windows.Forms.MainMenu
        Me.ProductBindingSource = New System.Windows.Forms.BindingSource(Me.components)
        Me.NameTextBox = New System.Windows.Forms.TextBox
        Me.ColorTextBox = New System.Windows.Forms.TextBox
        Me.ListPriceTextBox = New System.Windows.Forms.TextBox
        Me.SizeTextBox = New System.Windows.Forms.TextBox
        Me.ProductCategoryIDTextBox = 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
        NameLabel = New System.Windows.Forms.Label
        ColorLabel = New System.Windows.Forms.Label
        ListPriceLabel = New System.Windows.Forms.Label
        SizeLabel = New System.Windows.Forms.Label
        ProductCategoryIDLabel = New System.Windows.Forms.Label
        Me.SuspendLayout()
        '
        'ProductBindingSource
        '
        Me.ProductBindingSource.DataMember = "Product"
        Me.ProductBindingSource.DataSource = GetType(SQLCEDataSourceQuickUI.ProductsDataSet)
        '
        'NameLabel
        '
        NameLabel.Dock = System.Windows.Forms.DockStyle.Top
        NameLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
        NameLabel.Location = New System.Drawing.Point(4, 4)
        NameLabel.Name = "NameLabel"
        NameLabel.Size = New System.Drawing.Size(44, 21)
        NameLabel.Text = "Name:"
        '
        'NameTextBox
        '
        Me.NameTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.ProductBindingSource, "Name", True))
        Me.NameTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.NameTextBox.Location = New System.Drawing.Point(4, 18)
        Me.NameTextBox.Name = "NameTextBox"
        Me.NameTextBox.Size = New System.Drawing.Size(100, 21)
        Me.NameTextBox.TabIndex = 1
        '
        'ColorLabel
        '
        ColorLabel.Dock = System.Windows.Forms.DockStyle.Top
        ColorLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
        ColorLabel.Location = New System.Drawing.Point(4, 50)
        ColorLabel.Name = "ColorLabel"
        ColorLabel.Size = New System.Drawing.Size(43, 21)
        ColorLabel.Text = "Color:"
        '
        'ColorTextBox
        '
        Me.ColorTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.ProductBindingSource, "Color", True))
        Me.ColorTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.ColorTextBox.Location = New System.Drawing.Point(4, 64)
        Me.ColorTextBox.Name = "ColorTextBox"
        Me.ColorTextBox.Size = New System.Drawing.Size(100, 21)
        Me.ColorTextBox.TabIndex = 3
        '
        'ListPriceLabel
        '
        ListPriceLabel.Dock = System.Windows.Forms.DockStyle.Top
        ListPriceLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
        ListPriceLabel.Location = New System.Drawing.Point(4, 96)
        ListPriceLabel.Name = "ListPriceLabel"
        ListPriceLabel.Size = New System.Drawing.Size(66, 21)
        ListPriceLabel.Text = "List Price:"
        '
        'ListPriceTextBox
        '
        Me.ListPriceTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.ProductBindingSource, "ListPrice", True))
        Me.ListPriceTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.ListPriceTextBox.Location = New System.Drawing.Point(4, 110)
        Me.ListPriceTextBox.Name = "ListPriceTextBox"
        Me.ListPriceTextBox.Size = New System.Drawing.Size(100, 21)
        Me.ListPriceTextBox.TabIndex = 5
        '
        'SizeLabel
        '
        SizeLabel.Dock = System.Windows.Forms.DockStyle.Top
        SizeLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
        SizeLabel.Location = New System.Drawing.Point(4, 142)
        SizeLabel.Name = "SizeLabel"
        SizeLabel.Size = New System.Drawing.Size(35, 21)
        SizeLabel.Text = "Size:"
        '
        'SizeTextBox
        '
        Me.SizeTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.ProductBindingSource, "Size", True))
        Me.SizeTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.SizeTextBox.Location = New System.Drawing.Point(4, 156)
        Me.SizeTextBox.Name = "SizeTextBox"
        Me.SizeTextBox.Size = New System.Drawing.Size(100, 21)
        Me.SizeTextBox.TabIndex = 7
        '
        'ProductCategoryIDLabel
        '
        ProductCategoryIDLabel.Dock = System.Windows.Forms.DockStyle.Top
        ProductCategoryIDLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold)
        ProductCategoryIDLabel.Location = New System.Drawing.Point(4, 188)
        ProductCategoryIDLabel.Name = "ProductCategoryIDLabel"
        ProductCategoryIDLabel.Size = New System.Drawing.Size(138, 21)
        ProductCategoryIDLabel.Text = "Product Category ID:"
        '
        'ProductCategoryIDTextBox
        '
        Me.ProductCategoryIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.ProductBindingSource, "ProductCategoryID", True))
        Me.ProductCategoryIDTextBox.Dock = System.Windows.Forms.DockStyle.Top
        Me.ProductCategoryIDTextBox.Location = New System.Drawing.Point(4, 202)
        Me.ProductCategoryIDTextBox.Name = "ProductCategoryIDTextBox"
        Me.ProductCategoryIDTextBox.Size = New System.Drawing.Size(100, 21)
        Me.ProductCategoryIDTextBox.TabIndex = 9
        '
        '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)
        '
        'ProductEditViewDialog
        '
        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.ProductCategoryIDTextBox)
        Me.Controls.Add(ProductCategoryIDLabel)
        Me.Controls.Add(Me.SizeTextBox)
        Me.Controls.Add(SizeLabel)
        Me.Controls.Add(Me.ListPriceTextBox)
        Me.Controls.Add(ListPriceLabel)
        Me.Controls.Add(Me.ColorTextBox)
        Me.Controls.Add(ColorLabel)
        Me.Controls.Add(Me.NameTextBox)
        Me.Controls.Add(NameLabel)
        Me.Controls.Add(Me.topBorderPanel)
        Me.Controls.Add(Me.leftBorderPanel)
        Me.Controls.Add(Me.rightBorderPanel)
        Me.Menu = Me.mainMenu1
        Me.MinimizeBox = False
        Me.Name = "ProductEditViewDialog"
        Me.Text = "ProductEditViewDialog"
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents ProductBindingSource As System.Windows.Forms.BindingSource
    Friend WithEvents NameTextBox As System.Windows.Forms.TextBox
    Friend WithEvents ColorTextBox As System.Windows.Forms.TextBox
    Friend WithEvents ListPriceTextBox As System.Windows.Forms.TextBox
    Friend WithEvents SizeTextBox As System.Windows.Forms.TextBox
    Friend WithEvents ProductCategoryIDTextBox 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 + -