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

📄 frmedithuiyuan.designer.vb

📁 用VB开发了一个超市管理系统
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmEditHuiyuan
    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.combogender = New System.Windows.Forms.ComboBox
        Me.txtbirthdate = New System.Windows.Forms.TextBox
        Me.txtjifen = New System.Windows.Forms.TextBox
        Me.txtaddress = New System.Windows.Forms.TextBox
        Me.txtname = New System.Windows.Forms.TextBox
        Me.txttel = New System.Windows.Forms.TextBox
        Me.txtno = New System.Windows.Forms.TextBox
        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()
        '
        'btcancle
        '
        Me.btcancle.BackColor = System.Drawing.Color.Transparent
        Me.btcancle.BackgroundImage = Global.超市系统开发.My.Resources.Resources._0201
        Me.btcancle.Location = New System.Drawing.Point(509, 178)
        Me.btcancle.Name = "btcancle"
        Me.btcancle.Size = New System.Drawing.Size(58, 56)
        Me.btcancle.TabIndex = 47
        Me.btcancle.Text = "取消"
        Me.btcancle.UseVisualStyleBackColor = False
        '
        'btok
        '
        Me.btok.BackColor = System.Drawing.Color.Transparent
        Me.btok.BackgroundImage = Global.超市系统开发.My.Resources.Resources._0201
        Me.btok.Location = New System.Drawing.Point(509, 64)
        Me.btok.Name = "btok"
        Me.btok.Size = New System.Drawing.Size(58, 57)
        Me.btok.TabIndex = 46
        Me.btok.Text = "确定"
        Me.btok.UseVisualStyleBackColor = False
        '
        'combogender
        '
        Me.combogender.FormattingEnabled = True
        Me.combogender.Items.AddRange(New Object() {"男", "女"})
        Me.combogender.Location = New System.Drawing.Point(86, 155)
        Me.combogender.Name = "combogender"
        Me.combogender.Size = New System.Drawing.Size(121, 20)
        Me.combogender.TabIndex = 45
        '
        'txtbirthdate
        '
        Me.txtbirthdate.Location = New System.Drawing.Point(86, 209)
        Me.txtbirthdate.Name = "txtbirthdate"
        Me.txtbirthdate.Size = New System.Drawing.Size(121, 21)
        Me.txtbirthdate.TabIndex = 44
        '
        'txtjifen
        '
        Me.txtjifen.Location = New System.Drawing.Point(342, 158)
        Me.txtjifen.Name = "txtjifen"
        Me.txtjifen.Size = New System.Drawing.Size(124, 21)
        Me.txtjifen.TabIndex = 43
        '
        'txtaddress
        '
        Me.txtaddress.Location = New System.Drawing.Point(342, 100)
        Me.txtaddress.Name = "txtaddress"
        Me.txtaddress.Size = New System.Drawing.Size(124, 21)
        Me.txtaddress.TabIndex = 42
        '
        'txtname
        '
        Me.txtname.Location = New System.Drawing.Point(86, 103)
        Me.txtname.Name = "txtname"
        Me.txtname.Size = New System.Drawing.Size(121, 21)
        Me.txtname.TabIndex = 1
        '
        'txttel
        '
        Me.txttel.Location = New System.Drawing.Point(342, 52)
        Me.txttel.Name = "txttel"
        Me.txttel.Size = New System.Drawing.Size(124, 21)
        Me.txttel.TabIndex = 1
        '
        'txtno
        '
        Me.txtno.BackColor = System.Drawing.Color.SkyBlue
        Me.txtno.Location = New System.Drawing.Point(86, 52)
        Me.txtno.Name = "txtno"
        Me.txtno.ReadOnly = True
        Me.txtno.Size = New System.Drawing.Size(121, 21)
        Me.txtno.TabIndex = 39
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.BackColor = System.Drawing.Color.Transparent
        Me.Label7.Location = New System.Drawing.Point(15, 212)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(53, 12)
        Me.Label7.TabIndex = 38
        Me.Label7.Text = "出生年月"
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.BackColor = System.Drawing.Color.Transparent
        Me.Label6.Location = New System.Drawing.Point(283, 158)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(29, 12)
        Me.Label6.TabIndex = 37
        Me.Label6.Text = "积分"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.BackColor = System.Drawing.Color.Transparent
        Me.Label5.Location = New System.Drawing.Point(27, 158)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(29, 12)
        Me.Label5.TabIndex = 36
        Me.Label5.Text = "性别"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.BackColor = System.Drawing.Color.Transparent
        Me.Label4.Location = New System.Drawing.Point(271, 106)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(53, 12)
        Me.Label4.TabIndex = 35
        Me.Label4.Text = "联系地址"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.BackColor = System.Drawing.Color.Transparent
        Me.Label3.Location = New System.Drawing.Point(27, 103)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(29, 12)
        Me.Label3.TabIndex = 34
        Me.Label3.Text = "姓名"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.BackColor = System.Drawing.Color.Transparent
        Me.Label2.Location = New System.Drawing.Point(271, 55)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(53, 12)
        Me.Label2.TabIndex = 33
        Me.Label2.Text = "联系电话"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.BackColor = System.Drawing.Color.Transparent
        Me.Label1.Location = New System.Drawing.Point(27, 55)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(41, 12)
        Me.Label1.TabIndex = 32
        Me.Label1.Text = "会员号"
        '
        'FrmEditHuiyuan
        '
        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(592, 282)
        Me.Controls.Add(Me.btcancle)
        Me.Controls.Add(Me.btok)
        Me.Controls.Add(Me.combogender)
        Me.Controls.Add(Me.txtbirthdate)
        Me.Controls.Add(Me.txtjifen)
        Me.Controls.Add(Me.txtaddress)
        Me.Controls.Add(Me.txtname)
        Me.Controls.Add(Me.txttel)
        Me.Controls.Add(Me.txtno)
        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 = "FrmEditHuiyuan"
        Me.Text = "修改会员信息"
        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 combogender As System.Windows.Forms.ComboBox
    Friend WithEvents txtbirthdate As System.Windows.Forms.TextBox
    Friend WithEvents txtjifen As System.Windows.Forms.TextBox
    Friend WithEvents txtaddress As System.Windows.Forms.TextBox
    Friend WithEvents txtname As System.Windows.Forms.TextBox
    Friend WithEvents txttel As System.Windows.Forms.TextBox
    Friend WithEvents txtno As System.Windows.Forms.TextBox
    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 + -