📄 formeditleibie.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Formeditleibie
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.txtfenleiname = New System.Windows.Forms.TextBox
Me.txtfenleino = New System.Windows.Forms.TextBox
Me.btexit = New System.Windows.Forms.Button
Me.btok = New System.Windows.Forms.Button
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'txtfenleiname
'
Me.txtfenleiname.Location = New System.Drawing.Point(120, 114)
Me.txtfenleiname.Name = "txtfenleiname"
Me.txtfenleiname.Size = New System.Drawing.Size(100, 21)
Me.txtfenleiname.TabIndex = 17
'
'txtfenleino
'
Me.txtfenleino.Location = New System.Drawing.Point(120, 47)
Me.txtfenleino.Name = "txtfenleino"
Me.txtfenleino.Size = New System.Drawing.Size(100, 21)
Me.txtfenleino.TabIndex = 1
'
'btexit
'
Me.btexit.BackColor = System.Drawing.Color.Transparent
Me.btexit.BackgroundImage = Global.超市系统开发.My.Resources.Resources._0201
Me.btexit.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.btexit.ForeColor = System.Drawing.Color.LightSlateGray
Me.btexit.Location = New System.Drawing.Point(184, 197)
Me.btexit.Name = "btexit"
Me.btexit.Size = New System.Drawing.Size(57, 57)
Me.btexit.TabIndex = 15
Me.btexit.Text = "退出"
Me.btexit.UseVisualStyleBackColor = False
'
'btok
'
Me.btok.BackColor = System.Drawing.Color.Transparent
Me.btok.BackgroundImage = Global.超市系统开发.My.Resources.Resources._0201
Me.btok.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.btok.ForeColor = System.Drawing.Color.LightSlateGray
Me.btok.Location = New System.Drawing.Point(60, 197)
Me.btok.Name = "btok"
Me.btok.Size = New System.Drawing.Size(57, 57)
Me.btok.TabIndex = 14
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(29, 114)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(65, 12)
Me.Label3.TabIndex = 13
Me.Label3.Text = "商品分类名"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.BackColor = System.Drawing.Color.Transparent
Me.Label4.Location = New System.Drawing.Point(29, 50)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(65, 12)
Me.Label4.TabIndex = 12
Me.Label4.Text = "商品分类号"
'
'Formeditleibie
'
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(292, 266)
Me.Controls.Add(Me.txtfenleiname)
Me.Controls.Add(Me.txtfenleino)
Me.Controls.Add(Me.btexit)
Me.Controls.Add(Me.btok)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label4)
Me.Name = "Formeditleibie"
Me.Text = "修改商品类别"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents txtfenleiname As System.Windows.Forms.TextBox
Friend WithEvents txtfenleino As System.Windows.Forms.TextBox
Friend WithEvents btexit As System.Windows.Forms.Button
Friend WithEvents btok As System.Windows.Forms.Button
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -