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

📄 mainform.designer.vb

📁 vb.net写的存储过程示例适用于初学者
💻 VB
📖 第 1 页 / 共 2 页
字号:
        Me.Label4.Text = resources.GetString("Label4.Text")
        '
        'btnGetEmployees
        '
        Me.btnGetEmployees.AccessibleDescription = "Button with text ""Get Products"""
        Me.btnGetEmployees.AccessibleName = "Get Products"
        Me.btnGetEmployees.ImeMode = System.Windows.Forms.ImeMode.NoControl
        Me.btnGetEmployees.Location = New System.Drawing.Point(250, 68)
        Me.btnGetEmployees.Name = "btnGetEmployees"
        Me.btnGetEmployees.Size = New System.Drawing.Size(94, 23)
        Me.btnGetEmployees.TabIndex = 1
        Me.btnGetEmployees.Text = "&Get Employees"
        '
        'cboCategoriesInputParam
        '
        Me.cboCategoriesInputParam.AccessibleDescription = "ComboBox containing product categories for Input Param example"
        Me.cboCategoriesInputParam.AccessibleName = "Categories for Input Param example"
        Me.cboCategoriesInputParam.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cboCategoriesInputParam.FormattingEnabled = True
        Me.cboCategoriesInputParam.ItemHeight = 13
        Me.cboCategoriesInputParam.Location = New System.Drawing.Point(122, 69)
        Me.cboCategoriesInputParam.Name = "cboCategoriesInputParam"
        Me.cboCategoriesInputParam.Size = New System.Drawing.Size(121, 21)
        Me.cboCategoriesInputParam.TabIndex = 0
        '
        'Label3
        '
        Me.Label3.AccessibleDescription = "Label with text ""Category"""
        Me.Label3.AccessibleName = "Category "
        Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
        Me.Label3.Location = New System.Drawing.Point(54, 72)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(73, 23)
        Me.Label3.TabIndex = 12
        Me.Label3.Text = "First Name:"
        '
        'pgeAllTypes
        '
        Me.pgeAllTypes.AccessibleDescription = "TabPage with text ""All Types"""
        Me.pgeAllTypes.AccessibleName = "All Types tab"
        Me.pgeAllTypes.Controls.Add(Me.lblProductCountAndAvgPrice)
        Me.pgeAllTypes.Controls.Add(Me.Label5)
        Me.pgeAllTypes.Controls.Add(Me.btnGetCountInCountry)
        Me.pgeAllTypes.Controls.Add(Me.cboCountries)
        Me.pgeAllTypes.Controls.Add(Me.Label6)
        Me.pgeAllTypes.Location = New System.Drawing.Point(4, 22)
        Me.pgeAllTypes.Name = "pgeAllTypes"
        Me.pgeAllTypes.Size = New System.Drawing.Size(440, 334)
        Me.pgeAllTypes.TabIndex = 3
        Me.pgeAllTypes.Text = "All Types"
        Me.pgeAllTypes.UseVisualStyleBackColor = False
        '
        'lblProductCountAndAvgPrice
        '
        Me.lblProductCountAndAvgPrice.AccessibleDescription = "Label to display Product Count and Avg Price"
        Me.lblProductCountAndAvgPrice.AccessibleName = "Product Count and Avg Price results"
        Me.lblProductCountAndAvgPrice.ImeMode = System.Windows.Forms.ImeMode.NoControl
        Me.lblProductCountAndAvgPrice.Location = New System.Drawing.Point(16, 157)
        Me.lblProductCountAndAvgPrice.Name = "lblProductCountAndAvgPrice"
        Me.lblProductCountAndAvgPrice.Size = New System.Drawing.Size(416, 40)
        Me.lblProductCountAndAvgPrice.TabIndex = 18
        '
        'Label5
        '
        Me.Label5.AccessibleDescription = "Label with description of All Types example"
        Me.Label5.AccessibleName = "All Types intro"
        Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
        Me.Label5.Location = New System.Drawing.Point(8, 8)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(424, 72)
        Me.Label5.TabIndex = 17
        Me.Label5.Text = resources.GetString("Label5.Text")
        '
        'btnGetCountInCountry
        '
        Me.btnGetCountInCountry.AccessibleDescription = "Button with text ""Get Product Count and Avg Price"""
        Me.btnGetCountInCountry.AccessibleName = "Get Product Count and Avg Price"
        Me.btnGetCountInCountry.ImeMode = System.Windows.Forms.ImeMode.NoControl
        Me.btnGetCountInCountry.Location = New System.Drawing.Point(95, 117)
        Me.btnGetCountInCountry.Name = "btnGetCountInCountry"
        Me.btnGetCountInCountry.Size = New System.Drawing.Size(232, 23)
        Me.btnGetCountInCountry.TabIndex = 1
        Me.btnGetCountInCountry.Text = "&Get Count of Employees in Each Country"
        '
        'cboCountries
        '
        Me.cboCountries.AccessibleDescription = "ComboBox containing product categories for All Types example"
        Me.cboCountries.AccessibleName = "Categories for All Types example"
        Me.cboCountries.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cboCountries.FormattingEnabled = True
        Me.cboCountries.ItemHeight = 13
        Me.cboCountries.Location = New System.Drawing.Point(163, 85)
        Me.cboCountries.Name = "cboCountries"
        Me.cboCountries.Size = New System.Drawing.Size(121, 21)
        Me.cboCountries.TabIndex = 0
        '
        'Label6
        '
        Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
        Me.Label6.Location = New System.Drawing.Point(113, 89)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(56, 23)
        Me.Label6.TabIndex = 16
        Me.Label6.Text = "Country:"
        '
        'Label7
        '
        Me.Label7.AccessibleDescription = "Label with text ""Using Stored Procedures"""
        Me.Label7.AccessibleName = "Application Title"
        Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold)
        Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
        Me.Label7.Location = New System.Drawing.Point(20, 35)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(208, 23)
        Me.Label7.TabIndex = 7
        Me.Label7.Text = "Using Stored Procedures"
        '
        'MenuStrip1
        '
        Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.fileToolStripMenuItem})
        Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
        Me.MenuStrip1.Name = "MenuStrip1"
        Me.MenuStrip1.Size = New System.Drawing.Size(493, 24)
        Me.MenuStrip1.TabIndex = 8
        Me.MenuStrip1.Text = "MenuStrip1"
        '
        'fileToolStripMenuItem
        '
        Me.fileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.exitToolStripMenuItem})
        Me.fileToolStripMenuItem.Name = "fileToolStripMenuItem"
        Me.fileToolStripMenuItem.Size = New System.Drawing.Size(35, 20)
        Me.fileToolStripMenuItem.Text = "&File"
        '
        'exitToolStripMenuItem
        '
        Me.exitToolStripMenuItem.Name = "exitToolStripMenuItem"
        Me.exitToolStripMenuItem.Size = New System.Drawing.Size(103, 22)
        Me.exitToolStripMenuItem.Text = "E&xit"
        '
        'Form1
        '
        Me.ClientSize = New System.Drawing.Size(493, 457)
        Me.Controls.Add(Me.MenuStrip1)
        Me.Controls.Add(Me.Label7)
        Me.Controls.Add(Me.tabApp)
        Me.Name = "Form1"
        Me.Text = "Form1"
        Me.pgeCreateSprocs.ResumeLayout(False)
        Me.tabApp.ResumeLayout(False)
        Me.pgeNoParams.ResumeLayout(False)
        Me.pgeNoParams.PerformLayout()
        Me.pgeInputParam.ResumeLayout(False)
        CType(Me.productsGrid, System.ComponentModel.ISupportInitialize).EndInit()
        Me.pgeAllTypes.ResumeLayout(False)
        Me.MenuStrip1.ResumeLayout(False)
        Me.MenuStrip1.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents pgeCreateSprocs As System.Windows.Forms.TabPage
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents btnCreateDatabase As System.Windows.Forms.Button
    Friend WithEvents tabApp As System.Windows.Forms.TabControl
    Friend WithEvents pgeNoParams As System.Windows.Forms.TabPage
    Friend WithEvents txtTenMostExpProds As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents getListOfFirstNames As System.Windows.Forms.Button
    Friend WithEvents pgeInputParam As System.Windows.Forms.TabPage
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents btnGetEmployees As System.Windows.Forms.Button
    Friend WithEvents cboCategoriesInputParam As System.Windows.Forms.ComboBox
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents pgeAllTypes As System.Windows.Forms.TabPage
    Friend WithEvents lblProductCountAndAvgPrice As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents btnGetCountInCountry As System.Windows.Forms.Button
    Friend WithEvents cboCountries As System.Windows.Forms.ComboBox
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
    Friend WithEvents fileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents exitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents productsGrid As System.Windows.Forms.DataGridView
End Class

⌨️ 快捷键说明

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