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

📄 frmedituser.designer.vb

📁 用VB开发了一个超市管理系统
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmEditUser
    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.btcancle = New System.Windows.Forms.Button
        Me.btok = New System.Windows.Forms.Button
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.comboshangpin = New System.Windows.Forms.ComboBox
        Me.combokucun = New System.Windows.Forms.ComboBox
        Me.comboxiaoshou = New System.Windows.Forms.ComboBox
        Me.comboxitong = New System.Windows.Forms.ComboBox
        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.txtno = New System.Windows.Forms.TextBox
        Me.txtpassword = New System.Windows.Forms.TextBox
        Me.txtname = New System.Windows.Forms.TextBox
        Me.GroupBox1.SuspendLayout()
        Me.SuspendLayout()
        '
        'btcancle
        '
        Me.btcancle.BackColor = System.Drawing.Color.Transparent
        Me.btcancle.BackgroundImage = Global.超市系统开发.My.Resources.Resources._022
        Me.btcancle.ForeColor = System.Drawing.Color.RoyalBlue
        Me.btcancle.Location = New System.Drawing.Point(452, 192)
        Me.btcancle.Name = "btcancle"
        Me.btcancle.Size = New System.Drawing.Size(51, 51)
        Me.btcancle.TabIndex = 23
        Me.btcancle.Text = "取消"
        Me.btcancle.UseVisualStyleBackColor = False
        '
        'btok
        '
        Me.btok.BackColor = System.Drawing.Color.Transparent
        Me.btok.BackgroundImage = Global.超市系统开发.My.Resources.Resources._022
        Me.btok.ForeColor = System.Drawing.Color.RoyalBlue
        Me.btok.Location = New System.Drawing.Point(452, 84)
        Me.btok.Name = "btok"
        Me.btok.Size = New System.Drawing.Size(51, 51)
        Me.btok.TabIndex = 22
        Me.btok.Text = "确定"
        Me.btok.UseVisualStyleBackColor = False
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.BackColor = System.Drawing.Color.Transparent
        Me.Label3.Location = New System.Drawing.Point(268, 26)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(65, 12)
        Me.Label3.TabIndex = 20
        Me.Label3.Text = "用户密码:"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.BackColor = System.Drawing.Color.Transparent
        Me.Label2.Location = New System.Drawing.Point(34, 72)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(65, 12)
        Me.Label2.TabIndex = 19
        Me.Label2.Text = "用户姓名:"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.BackColor = System.Drawing.Color.Transparent
        Me.Label1.Location = New System.Drawing.Point(34, 26)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(65, 12)
        Me.Label1.TabIndex = 18
        Me.Label1.Text = "用户编号:"
        '
        'GroupBox1
        '
        Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
        Me.GroupBox1.Controls.Add(Me.comboshangpin)
        Me.GroupBox1.Controls.Add(Me.combokucun)
        Me.GroupBox1.Controls.Add(Me.comboxiaoshou)
        Me.GroupBox1.Controls.Add(Me.comboxitong)
        Me.GroupBox1.Controls.Add(Me.Label7)
        Me.GroupBox1.Controls.Add(Me.Label6)
        Me.GroupBox1.Controls.Add(Me.Label5)
        Me.GroupBox1.Controls.Add(Me.Label4)
        Me.GroupBox1.Location = New System.Drawing.Point(36, 106)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(375, 153)
        Me.GroupBox1.TabIndex = 21
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "权限设置"
        '
        'comboshangpin
        '
        Me.comboshangpin.FormattingEnabled = True
        Me.comboshangpin.Items.AddRange(New Object() {"是", "否"})
        Me.comboshangpin.Location = New System.Drawing.Point(130, 118)
        Me.comboshangpin.Name = "comboshangpin"
        Me.comboshangpin.Size = New System.Drawing.Size(121, 20)
        Me.comboshangpin.TabIndex = 7
        '
        'combokucun
        '
        Me.combokucun.FormattingEnabled = True
        Me.combokucun.Items.AddRange(New Object() {"是", "否"})
        Me.combokucun.Location = New System.Drawing.Point(130, 86)
        Me.combokucun.Name = "combokucun"
        Me.combokucun.Size = New System.Drawing.Size(121, 20)
        Me.combokucun.TabIndex = 6
        '
        'comboxiaoshou
        '
        Me.comboxiaoshou.FormattingEnabled = True
        Me.comboxiaoshou.Items.AddRange(New Object() {"是", "否"})
        Me.comboxiaoshou.Location = New System.Drawing.Point(130, 51)
        Me.comboxiaoshou.Name = "comboxiaoshou"
        Me.comboxiaoshou.Size = New System.Drawing.Size(121, 20)
        Me.comboxiaoshou.TabIndex = 5
        '
        'comboxitong
        '
        Me.comboxitong.FormattingEnabled = True
        Me.comboxitong.Items.AddRange(New Object() {"是", "否"})
        Me.comboxitong.Location = New System.Drawing.Point(130, 19)
        Me.comboxitong.Name = "comboxitong"
        Me.comboxitong.Size = New System.Drawing.Size(121, 20)
        Me.comboxitong.TabIndex = 4
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Location = New System.Drawing.Point(22, 121)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(53, 12)
        Me.Label7.TabIndex = 3
        Me.Label7.Text = "商品管理"
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Location = New System.Drawing.Point(22, 89)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(53, 12)
        Me.Label6.TabIndex = 2
        Me.Label6.Text = "库存管理"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Location = New System.Drawing.Point(22, 54)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(65, 12)
        Me.Label5.TabIndex = 1
        Me.Label5.Text = "销售管理 "
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(22, 27)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(53, 12)
        Me.Label4.TabIndex = 0
        Me.Label4.Text = "系统管理"
        '
        'txtno
        '
        Me.txtno.BackColor = System.Drawing.Color.SkyBlue
        Me.txtno.Location = New System.Drawing.Point(127, 23)
        Me.txtno.Name = "txtno"
        Me.txtno.ReadOnly = True
        Me.txtno.Size = New System.Drawing.Size(100, 21)
        Me.txtno.TabIndex = 24
        '
        'txtpassword
        '
        Me.txtpassword.Location = New System.Drawing.Point(339, 23)
        Me.txtpassword.Name = "txtpassword"
        Me.txtpassword.Size = New System.Drawing.Size(100, 21)
        Me.txtpassword.TabIndex = 1
        '
        'txtname
        '
        Me.txtname.Location = New System.Drawing.Point(127, 69)
        Me.txtname.Name = "txtname"
        Me.txtname.Size = New System.Drawing.Size(100, 21)
        Me.txtname.TabIndex = 25
        '
        'FrmEditUser
        '
        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(586, 282)
        Me.Controls.Add(Me.btcancle)
        Me.Controls.Add(Me.btok)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.GroupBox1)
        Me.Controls.Add(Me.txtno)
        Me.Controls.Add(Me.txtpassword)
        Me.Controls.Add(Me.txtname)
        Me.Name = "FrmEditUser"
        Me.Text = "修改用户信息"
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents btcancle As System.Windows.Forms.Button
    Friend WithEvents btok As System.Windows.Forms.Button
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents comboshangpin As System.Windows.Forms.ComboBox
    Friend WithEvents combokucun As System.Windows.Forms.ComboBox
    Friend WithEvents comboxiaoshou As System.Windows.Forms.ComboBox
    Friend WithEvents comboxitong As System.Windows.Forms.ComboBox
    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 txtno As System.Windows.Forms.TextBox
    Friend WithEvents txtpassword As System.Windows.Forms.TextBox
    Friend WithEvents txtname As System.Windows.Forms.TextBox
End Class

⌨️ 快捷键说明

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