📄 huiyuan.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class huiyuan
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(huiyuan))
Me.btnexit = New System.Windows.Forms.Button
Me.btndele = New System.Windows.Forms.Button
Me.btnupdate = New System.Windows.Forms.Button
Me.btnadd = New System.Windows.Forms.Button
Me.DGVResult = New System.Windows.Forms.DataGridView
Me.comboname = New System.Windows.Forms.ComboBox
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
CType(Me.DGVResult, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btnexit
'
Me.btnexit.BackColor = System.Drawing.Color.Transparent
Me.btnexit.BackgroundImage = Global.超市系统开发.My.Resources.Resources._20055241931872
Me.btnexit.Location = New System.Drawing.Point(474, 248)
Me.btnexit.Name = "btnexit"
Me.btnexit.Size = New System.Drawing.Size(66, 48)
Me.btnexit.TabIndex = 23
Me.btnexit.Text = "退出"
Me.btnexit.UseVisualStyleBackColor = False
'
'btndele
'
Me.btndele.BackColor = System.Drawing.Color.Transparent
Me.btndele.BackgroundImage = Global.超市系统开发.My.Resources.Resources._20055241931872
Me.btndele.Location = New System.Drawing.Point(341, 248)
Me.btndele.Name = "btndele"
Me.btndele.Size = New System.Drawing.Size(67, 48)
Me.btndele.TabIndex = 22
Me.btndele.Text = "删除"
Me.btndele.UseVisualStyleBackColor = False
'
'btnupdate
'
Me.btnupdate.BackColor = System.Drawing.Color.Transparent
Me.btnupdate.BackgroundImage = CType(resources.GetObject("btnupdate.BackgroundImage"), System.Drawing.Image)
Me.btnupdate.Location = New System.Drawing.Point(213, 248)
Me.btnupdate.Name = "btnupdate"
Me.btnupdate.Size = New System.Drawing.Size(66, 48)
Me.btnupdate.TabIndex = 21
Me.btnupdate.Text = "修改"
Me.btnupdate.UseVisualStyleBackColor = False
'
'btnadd
'
Me.btnadd.BackColor = System.Drawing.Color.Transparent
Me.btnadd.BackgroundImage = CType(resources.GetObject("btnadd.BackgroundImage"), System.Drawing.Image)
Me.btnadd.Location = New System.Drawing.Point(76, 248)
Me.btnadd.Name = "btnadd"
Me.btnadd.Size = New System.Drawing.Size(68, 48)
Me.btnadd.TabIndex = 20
Me.btnadd.Text = "添加"
Me.btnadd.UseVisualStyleBackColor = False
'
'DGVResult
'
Me.DGVResult.BackgroundColor = System.Drawing.Color.Azure
Me.DGVResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DGVResult.Location = New System.Drawing.Point(55, 56)
Me.DGVResult.Name = "DGVResult"
Me.DGVResult.RowTemplate.Height = 23
Me.DGVResult.Size = New System.Drawing.Size(525, 172)
Me.DGVResult.TabIndex = 19
'
'comboname
'
Me.comboname.FormattingEnabled = True
Me.comboname.Items.AddRange(New Object() {"小红"})
Me.comboname.Location = New System.Drawing.Point(132, 20)
Me.comboname.Name = "comboname"
Me.comboname.Size = New System.Drawing.Size(147, 20)
Me.comboname.TabIndex = 1
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label2.Location = New System.Drawing.Point(315, 23)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(119, 14)
Me.Label2.TabIndex = 17
Me.Label2.Text = "姓名浏览会员信息"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label1.Location = New System.Drawing.Point(88, 23)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(21, 14)
Me.Label1.TabIndex = 16
Me.Label1.Text = "按"
'
'huiyuan
'
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(634, 319)
Me.Controls.Add(Me.btnexit)
Me.Controls.Add(Me.btndele)
Me.Controls.Add(Me.btnupdate)
Me.Controls.Add(Me.btnadd)
Me.Controls.Add(Me.DGVResult)
Me.Controls.Add(Me.comboname)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Name = "huiyuan"
Me.Text = "会员信息管理"
CType(Me.DGVResult, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btnexit As System.Windows.Forms.Button
Friend WithEvents btndele As System.Windows.Forms.Button
Friend WithEvents btnupdate As System.Windows.Forms.Button
Friend WithEvents btnadd As System.Windows.Forms.Button
Friend WithEvents DGVResult As System.Windows.Forms.DataGridView
Friend WithEvents comboname As System.Windows.Forms.ComboBox
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 + -