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

📄 frmaddspxx.designer.vb

📁 用VB开发了一个超市管理系统
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Frmaddspxx
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <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

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.txtkucunyue = New System.Windows.Forms.TextBox
        Me.txtxiaoshouprice = New System.Windows.Forms.TextBox
        Me.txtjinhuoprice = New System.Windows.Forms.TextBox
        Me.txtshuoming = New System.Windows.Forms.TextBox
        Me.txtfenleiname = New System.Windows.Forms.TextBox
        Me.txtfenleino = New System.Windows.Forms.TextBox
        Me.txtgongyingname = New System.Windows.Forms.TextBox
        Me.txtgongyingno = New System.Windows.Forms.TextBox
        Me.txtshangpinname = New System.Windows.Forms.TextBox
        Me.txtshangpinno = New System.Windows.Forms.TextBox
        Me.btnexit = New System.Windows.Forms.Button
        Me.btnok = New System.Windows.Forms.Button
        Me.Label10 = New System.Windows.Forms.Label
        Me.Label9 = New System.Windows.Forms.Label
        Me.Label8 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.SuspendLayout()
        '
        'txtkucunyue
        '
        Me.txtkucunyue.Location = New System.Drawing.Point(435, 235)
        Me.txtkucunyue.Name = "txtkucunyue"
        Me.txtkucunyue.Size = New System.Drawing.Size(100, 21)
        Me.txtkucunyue.TabIndex = 43
        '
        'txtxiaoshouprice
        '
        Me.txtxiaoshouprice.Location = New System.Drawing.Point(435, 183)
        Me.txtxiaoshouprice.Name = "txtxiaoshouprice"
        Me.txtxiaoshouprice.Size = New System.Drawing.Size(100, 21)
        Me.txtxiaoshouprice.TabIndex = 42
        '
        'txtjinhuoprice
        '
        Me.txtjinhuoprice.Location = New System.Drawing.Point(435, 130)
        Me.txtjinhuoprice.Name = "txtjinhuoprice"
        Me.txtjinhuoprice.Size = New System.Drawing.Size(100, 21)
        Me.txtjinhuoprice.TabIndex = 41
        '
        'txtshuoming
        '
        Me.txtshuoming.Location = New System.Drawing.Point(435, 74)
        Me.txtshuoming.Name = "txtshuoming"
        Me.txtshuoming.Size = New System.Drawing.Size(100, 21)
        Me.txtshuoming.TabIndex = 40
        '
        'txtfenleiname
        '
        Me.txtfenleiname.Location = New System.Drawing.Point(435, 27)
        Me.txtfenleiname.Name = "txtfenleiname"
        Me.txtfenleiname.Size = New System.Drawing.Size(100, 21)
        Me.txtfenleiname.TabIndex = 39
        '
        'txtfenleino
        '
        Me.txtfenleino.Location = New System.Drawing.Point(140, 238)
        Me.txtfenleino.Name = "txtfenleino"
        Me.txtfenleino.Size = New System.Drawing.Size(100, 21)
        Me.txtfenleino.TabIndex = 38
        '
        'txtgongyingname
        '
        Me.txtgongyingname.Location = New System.Drawing.Point(140, 174)
        Me.txtgongyingname.Name = "txtgongyingname"
        Me.txtgongyingname.Size = New System.Drawing.Size(100, 21)
        Me.txtgongyingname.TabIndex = 37
        '
        'txtgongyingno
        '
        Me.txtgongyingno.Location = New System.Drawing.Point(140, 130)
        Me.txtgongyingno.Name = "txtgongyingno"
        Me.txtgongyingno.Size = New System.Drawing.Size(100, 21)
        Me.txtgongyingno.TabIndex = 36
        '
        'txtshangpinname
        '
        Me.txtshangpinname.Location = New System.Drawing.Point(140, 77)
        Me.txtshangpinname.Name = "txtshangpinname"
        Me.txtshangpinname.Size = New System.Drawing.Size(100, 21)
        Me.txtshangpinname.TabIndex = 35
        '
        'txtshangpinno
        '
        Me.txtshangpinno.Location = New System.Drawing.Point(140, 21)
        Me.txtshangpinno.Name = "txtshangpinno"
        Me.txtshangpinno.Size = New System.Drawing.Size(100, 21)
        Me.txtshangpinno.TabIndex = 1
        '
        'btnexit
        '
        Me.btnexit.BackColor = System.Drawing.Color.Transparent
        Me.btnexit.BackgroundImage = Global.超市系统开发.My.Resources.Resources._7
        Me.btnexit.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.btnexit.ForeColor = System.Drawing.Color.PaleVioletRed
        Me.btnexit.Location = New System.Drawing.Point(401, 283)
        Me.btnexit.Name = "btnexit"
        Me.btnexit.Size = New System.Drawing.Size(54, 47)
        Me.btnexit.TabIndex = 33
        Me.btnexit.Text = "退出"
        Me.btnexit.UseVisualStyleBackColor = False
        '
        'btnok
        '
        Me.btnok.BackColor = System.Drawing.Color.Transparent
        Me.btnok.BackgroundImage = Global.超市系统开发.My.Resources.Resources._7
        Me.btnok.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.btnok.ForeColor = System.Drawing.Color.PaleVioletRed
        Me.btnok.Location = New System.Drawing.Point(169, 283)
        Me.btnok.Name = "btnok"
        Me.btnok.Size = New System.Drawing.Size(54, 47)
        Me.btnok.TabIndex = 32
        Me.btnok.Text = "确定"
        Me.btnok.UseVisualStyleBackColor = False
        '
        'Label10
        '
        Me.Label10.AutoSize = True
        Me.Label10.BackColor = System.Drawing.Color.Transparent
        Me.Label10.Location = New System.Drawing.Point(344, 238)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(53, 12)
        Me.Label10.TabIndex = 31
        Me.Label10.Text = "库存余额"
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.BackColor = System.Drawing.Color.Transparent
        Me.Label9.Location = New System.Drawing.Point(344, 183)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(53, 12)
        Me.Label9.TabIndex = 30
        Me.Label9.Text = "销售单价"
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.BackColor = System.Drawing.Color.Transparent
        Me.Label8.Location = New System.Drawing.Point(344, 133)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(53, 12)
        Me.Label8.TabIndex = 29
        Me.Label8.Text = "进货单价"
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.BackColor = System.Drawing.Color.Transparent
        Me.Label7.Location = New System.Drawing.Point(344, 77)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(53, 12)
        Me.Label7.TabIndex = 28
        Me.Label7.Text = "商品说明"
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.BackColor = System.Drawing.Color.Transparent
        Me.Label6.Location = New System.Drawing.Point(332, 30)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(77, 12)
        Me.Label6.TabIndex = 27
        Me.Label6.Text = "商品分类名称"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.BackColor = System.Drawing.Color.Transparent
        Me.Label5.Location = New System.Drawing.Point(66, 238)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(65, 12)
        Me.Label5.TabIndex = 26
        Me.Label5.Text = "商品分类号"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.BackColor = System.Drawing.Color.Transparent
        Me.Label4.Location = New System.Drawing.Point(66, 183)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(65, 12)
        Me.Label4.TabIndex = 25
        Me.Label4.Text = "供应商名称"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.BackColor = System.Drawing.Color.Transparent
        Me.Label3.Location = New System.Drawing.Point(66, 133)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(53, 12)
        Me.Label3.TabIndex = 24
        Me.Label3.Text = "供应商号"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.BackColor = System.Drawing.Color.Transparent
        Me.Label2.Location = New System.Drawing.Point(66, 77)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(53, 12)
        Me.Label2.TabIndex = 23
        Me.Label2.Text = "商品名称"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.BackColor = System.Drawing.Color.Transparent
        Me.Label1.Location = New System.Drawing.Point(66, 30)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(53, 12)
        Me.Label1.TabIndex = 22
        Me.Label1.Text = "商品编号"
        '
        'Frmaddspxx
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackgroundImage = Global.超市系统开发.My.Resources.Resources._2005430142557494
        Me.ClientSize = New System.Drawing.Size(620, 342)
        Me.Controls.Add(Me.txtkucunyue)
        Me.Controls.Add(Me.txtxiaoshouprice)
        Me.Controls.Add(Me.txtjinhuoprice)
        Me.Controls.Add(Me.txtshuoming)
        Me.Controls.Add(Me.txtfenleiname)
        Me.Controls.Add(Me.txtfenleino)
        Me.Controls.Add(Me.txtgongyingname)
        Me.Controls.Add(Me.txtgongyingno)
        Me.Controls.Add(Me.txtshangpinname)
        Me.Controls.Add(Me.txtshangpinno)
        Me.Controls.Add(Me.btnexit)
        Me.Controls.Add(Me.btnok)
        Me.Controls.Add(Me.Label10)
        Me.Controls.Add(Me.Label9)
        Me.Controls.Add(Me.Label8)
        Me.Controls.Add(Me.Label7)
        Me.Controls.Add(Me.Label6)
        Me.Controls.Add(Me.Label5)
        Me.Controls.Add(Me.Label4)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.Label1)
        Me.Name = "Frmaddspxx"
        Me.Text = "添加商品信息"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents txtkucunyue As System.Windows.Forms.TextBox
    Friend WithEvents txtxiaoshouprice As System.Windows.Forms.TextBox
    Friend WithEvents txtjinhuoprice As System.Windows.Forms.TextBox
    Friend WithEvents txtshuoming As System.Windows.Forms.TextBox
    Friend WithEvents txtfenleiname As System.Windows.Forms.TextBox
    Friend WithEvents txtfenleino As System.Windows.Forms.TextBox
    Friend WithEvents txtgongyingname As System.Windows.Forms.TextBox
    Friend WithEvents txtgongyingno As System.Windows.Forms.TextBox
    Friend WithEvents txtshangpinname As System.Windows.Forms.TextBox
    Friend WithEvents txtshangpinno As System.Windows.Forms.TextBox
    Friend WithEvents btnexit As System.Windows.Forms.Button
    Friend WithEvents btnok As System.Windows.Forms.Button
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label1 As System.Windows.Forms.Label
End Class

⌨️ 快捷键说明

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