_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.Panel1 = New System.Windows.Forms.Panel() Me.Button12 = New System.Windows.Forms.Button() Me.Button11 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Button9 = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.Button10 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.ImageList2 = New System.Windows.Forms.ImageList(Me.components) Me.Label2 = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Button12) Me.Panel1.Controls.Add(Me.Button11) Me.Panel1.Controls.Add(Me.Button7) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.Button9) Me.Panel1.Controls.Add(Me.Button8) Me.Panel1.Controls.Add(Me.Button10) Me.Panel1.Controls.Add(Me.Button6) Me.Panel1.Controls.Add(Me.Button5) Me.Panel1.Controls.Add(Me.Button4) Me.Panel1.Controls.Add(Me.Button3) Me.Panel1.Controls.Add(Me.Button2) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Location = New System.Drawing.Point(12, 26) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(260, 285) Me.Panel1.TabIndex = 0 Me.Panel1.Visible = False ' 'Button12 ' Me.Button12.Location = New System.Drawing.Point(153, 136) Me.Button12.Name = "Button12" Me.Button12.Size = New System.Drawing.Size(53, 42) Me.Button12.TabIndex = 12 Me.Button12.Text = "删除" Me.Button12.UseVisualStyleBackColor = True ' 'Button11 ' Me.Button11.Location = New System.Drawing.Point(20, 202) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(75, 23) Me.Button11.TabIndex = 11 Me.Button11.Text = "取消" Me.Button11.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.Location = New System.Drawing.Point(104, 202) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(75, 23) Me.Button7.TabIndex = 10 Me.Button7.Text = "确定" Me.Button7.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(21, 14) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(0, 12) Me.Label1.TabIndex = 9 ' 'Button9 ' Me.Button9.Location = New System.Drawing.Point(104, 136) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(42, 42) Me.Button9.TabIndex = 8 Me.Button9.Text = "9" Me.Button9.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.Location = New System.Drawing.Point(61, 136) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(42, 42) Me.Button8.TabIndex = 7 Me.Button8.Text = "8" Me.Button8.UseVisualStyleBackColor = True ' 'Button10 ' Me.Button10.Location = New System.Drawing.Point(20, 136) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(42, 42) Me.Button10.TabIndex = 6 Me.Button10.Text = "7" Me.Button10.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Location = New System.Drawing.Point(104, 88) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(42, 42) Me.Button6.TabIndex = 5 Me.Button6.Text = "6" Me.Button6.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(61, 88) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(42, 42) Me.Button5.TabIndex = 4 Me.Button5.Text = "5" Me.Button5.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(20, 88) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(42, 42) Me.Button4.TabIndex = 3 Me.Button4.Text = "4" Me.Button4.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(104, 40) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(42, 42) Me.Button3.TabIndex = 2 Me.Button3.Text = "3" Me.Button3.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(61, 40) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(42, 42) Me.Button2.TabIndex = 1 Me.Button2.Text = "2" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(20, 40) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(42, 42) Me.Button1.TabIndex = 0 Me.Button1.Text = "1" Me.Button1.UseVisualStyleBackColor = True ' 'ImageList1 ' Me.ImageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit Me.ImageList1.ImageSize = New System.Drawing.Size(16, 16) Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent ' 'ImageList2 ' Me.ImageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit Me.ImageList2.ImageSize = New System.Drawing.Size(16, 16) Me.ImageList2.TransparentColor = System.Drawing.Color.Transparent ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(73, 337) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(0, 12) Me.Label2.TabIndex = 1 ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(284, 401) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Panel1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.Name = "Form1" Me.Text = "Form1" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Button9 As System.Windows.Forms.Button Friend WithEvents Button8 As System.Windows.Forms.Button Friend WithEvents Button10 As System.Windows.Forms.Button Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button11 As System.Windows.Forms.Button Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents Button12 As System.Windows.Forms.Button Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents ImageList2 As System.Windows.Forms.ImageList Friend WithEvents Label2 As System.Windows.Forms.Label End Class