📄 form1.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
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.components = New System.ComponentModel.Container
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.Button1 = New System.Windows.Forms.Button
Me.ListBox1 = New System.Windows.Forms.ListBox
Me.ListBox2 = New System.Windows.Forms.ListBox
Me.Button2 = New System.Windows.Forms.Button
Me.Button3 = New System.Windows.Forms.Button
Me.Button4 = New System.Windows.Forms.Button
Me.Button5 = New System.Windows.Forms.Button
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.TextBox4 = New System.Windows.Forms.TextBox
Me.Button6 = New System.Windows.Forms.Button
Me.Button7 = New System.Windows.Forms.Button
Me.Group1 = New System.Windows.Forms.GroupBox
Me.Button8 = New System.Windows.Forms.Button
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.Button9 = New System.Windows.Forms.Button
Me.TextBox5 = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.Label4 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Button10 = New System.Windows.Forms.Button
Me.TextBox6 = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.TextBox8 = New System.Windows.Forms.TextBox
Me.TextBox7 = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Button11 = New System.Windows.Forms.Button
Me.GroupBox4 = New System.Windows.Forms.GroupBox
Me.ListView1 = New System.Windows.Forms.ListView
Me.data = New System.Windows.Forms.ColumnHeader
Me.kinds = New System.Windows.Forms.ColumnHeader
Me.Button13 = New System.Windows.Forms.Button
Me.Button12 = New System.Windows.Forms.Button
Me.Label8 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.TextBox10 = New System.Windows.Forms.TextBox
Me.TextBox9 = New System.Windows.Forms.TextBox
Me.GroupBox5 = New System.Windows.Forms.GroupBox
Me.Button17 = New System.Windows.Forms.Button
Me.Button16 = New System.Windows.Forms.Button
Me.Button15 = New System.Windows.Forms.Button
Me.Label9 = New System.Windows.Forms.Label
Me.Button14 = New System.Windows.Forms.Button
Me.GroupBox6 = New System.Windows.Forms.GroupBox
Me.Button19 = New System.Windows.Forms.Button
Me.Button18 = New System.Windows.Forms.Button
Me.GroupBox7 = New System.Windows.Forms.GroupBox
Me.Label10 = New System.Windows.Forms.Label
Me.Button21 = New System.Windows.Forms.Button
Me.Button20 = New System.Windows.Forms.Button
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
Me.菜单ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.开始ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.保存ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.新建ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.打印ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.打印预览ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.退出ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.窗口ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.HelpToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.搜索ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.目录ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.关于NclayerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.TextBox11 = New System.Windows.Forms.TextBox
Me.Button22 = New System.Windows.Forms.Button
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
Me.添加ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.删除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.刷新ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.Group1.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.GroupBox5.SuspendLayout()
Me.GroupBox6.SuspendLayout()
Me.GroupBox7.SuspendLayout()
Me.MenuStrip1.SuspendLayout()
Me.ContextMenuStrip1.SuspendLayout()
Me.SuspendLayout()
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(41, 57)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(564, 131)
Me.TextBox1.TabIndex = 0
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(466, 240)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 1
Me.Button1.Text = "测试按钮"
Me.Button1.UseVisualStyleBackColor = True
'
'ListBox1
'
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.ItemHeight = 12
Me.ListBox1.Items.AddRange(New Object() {"苹果价格 3", "桔子价格 2", "桃子价格 4"})
Me.ListBox1.Location = New System.Drawing.Point(17, 20)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(120, 112)
Me.ListBox1.TabIndex = 2
'
'ListBox2
'
Me.ListBox2.FormattingEnabled = True
Me.ListBox2.ItemHeight = 12
Me.ListBox2.Location = New System.Drawing.Point(275, 20)
Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(120, 112)
Me.ListBox2.TabIndex = 3
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(169, 34)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(75, 23)
Me.Button2.TabIndex = 4
Me.Button2.Text = "添加"
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(169, 89)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(75, 23)
Me.Button3.TabIndex = 5
Me.Button3.Text = "删除"
Me.Button3.UseVisualStyleBackColor = True
'
'Button4
'
Me.Button4.Location = New System.Drawing.Point(17, 158)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(75, 23)
Me.Button4.TabIndex = 6
Me.Button4.Text = "实收"
Me.Button4.UseVisualStyleBackColor = True
'
'Button5
'
Me.Button5.Location = New System.Drawing.Point(214, 158)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(75, 23)
Me.Button5.TabIndex = 7
Me.Button5.Text = "应收"
Me.Button5.UseVisualStyleBackColor = True
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(98, 158)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(100, 21)
Me.TextBox2.TabIndex = 8
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(295, 160)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(100, 21)
Me.TextBox3.TabIndex = 9
'
'TextBox4
'
Me.TextBox4.Location = New System.Drawing.Point(98, 219)
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(100, 21)
Me.TextBox4.TabIndex = 10
'
'Button6
'
Me.Button6.Location = New System.Drawing.Point(17, 217)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(75, 23)
Me.Button6.TabIndex = 11
Me.Button6.Text = "找零"
Me.Button6.UseVisualStyleBackColor = True
'
'Button7
'
Me.Button7.Location = New System.Drawing.Point(265, 219)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(113, 21)
Me.Button7.TabIndex = 12
Me.Button7.Text = "打印单据"
Me.Button7.UseVisualStyleBackColor = True
'
'Group1
'
Me.Group1.Controls.Add(Me.ListBox1)
Me.Group1.Controls.Add(Me.Button7)
Me.Group1.Controls.Add(Me.Button2)
Me.Group1.Controls.Add(Me.TextBox4)
Me.Group1.Controls.Add(Me.Button6)
Me.Group1.Controls.Add(Me.Button3)
Me.Group1.Controls.Add(Me.ListBox2)
Me.Group1.Controls.Add(Me.TextBox3)
Me.Group1.Controls.Add(Me.Button4)
Me.Group1.Controls.Add(Me.Button5)
Me.Group1.Controls.Add(Me.TextBox2)
Me.Group1.Location = New System.Drawing.Point(29, 206)
Me.Group1.Name = "Group1"
Me.Group1.Size = New System.Drawing.Size(407, 255)
Me.Group1.TabIndex = 13
Me.Group1.TabStop = False
Me.Group1.Text = "购物凭据"
'
'Button8
'
Me.Button8.Location = New System.Drawing.Point(466, 314)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(81, 24)
Me.Button8.TabIndex = 14
Me.Button8.Text = "矩阵转置"
Me.Button8.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.Button9)
Me.GroupBox1.Controls.Add(Me.TextBox5)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Location = New System.Drawing.Point(29, 467)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(407, 123)
Me.GroupBox1.TabIndex = 15
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "查询"
'
'Button9
'
Me.Button9.Location = New System.Drawing.Point(224, 72)
Me.Button9.Name = "Button9"
Me.Button9.Size = New System.Drawing.Size(81, 24)
Me.Button9.TabIndex = 15
Me.Button9.Text = "查询数据"
Me.Button9.UseVisualStyleBackColor = True
'
'TextBox5
'
Me.TextBox5.Location = New System.Drawing.Point(224, 28)
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New System.Drawing.Size(100, 21)
Me.TextBox5.TabIndex = 10
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(15, 28)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(0, 12)
Me.Label1.TabIndex = 0
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Controls.Add(Me.Label3)
Me.GroupBox2.Controls.Add(Me.Button10)
Me.GroupBox2.Controls.Add(Me.TextBox6)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -