_ Partial Class UCreatelabel 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.TextBox1 = New System.Windows.Forms.TextBox() Me.ColorDialog1 = New System.Windows.Forms.ColorDialog() Me.Button1 = New System.Windows.Forms.Button() 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.Button8 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.Button9 = New System.Windows.Forms.Button() Me.Button10 = New System.Windows.Forms.Button() Me.Button11 = New System.Windows.Forms.Button() Me.Button12 = New System.Windows.Forms.Button() Me.Button13 = New System.Windows.Forms.Button() Me.Button14 = New System.Windows.Forms.Button() Me.Button15 = New System.Windows.Forms.Button() Me.SuspendLayout ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(28, 24) Me.TextBox1.Multiline = true Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(360, 41) Me.TextBox1.TabIndex = 0 ' 'Button1 ' Me.Button1.BackColor = System.Drawing.SystemColors.ControlLightLight Me.Button1.Location = New System.Drawing.Point(28, 93) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(35, 36) Me.Button1.TabIndex = 1 Me.Button1.UseVisualStyleBackColor = false ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.Coral Me.Button2.Location = New System.Drawing.Point(82, 93) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(35, 36) Me.Button2.TabIndex = 2 Me.Button2.UseVisualStyleBackColor = false ' 'Button3 ' Me.Button3.BackColor = System.Drawing.SystemColors.ControlText Me.Button3.Location = New System.Drawing.Point(190, 93) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(35, 36) Me.Button3.TabIndex = 3 Me.Button3.UseVisualStyleBackColor = false ' 'Button4 ' Me.Button4.BackColor = System.Drawing.Color.Crimson Me.Button4.Location = New System.Drawing.Point(244, 93) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(35, 36) Me.Button4.TabIndex = 4 Me.Button4.UseVisualStyleBackColor = false ' 'Button5 ' Me.Button5.BackColor = System.Drawing.Color.Cornsilk Me.Button5.Location = New System.Drawing.Point(298, 93) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(35, 36) Me.Button5.TabIndex = 5 Me.Button5.UseVisualStyleBackColor = false ' 'Button8 ' Me.Button8.BackColor = System.Drawing.Color.CornflowerBlue Me.Button8.Location = New System.Drawing.Point(136, 93) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(35, 36) Me.Button8.TabIndex = 8 Me.Button8.UseVisualStyleBackColor = false ' 'Button6 ' Me.Button6.BackColor = System.Drawing.Color.Cyan Me.Button6.Location = New System.Drawing.Point(352, 93) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(35, 36) Me.Button6.TabIndex = 9 Me.Button6.UseVisualStyleBackColor = false ' 'Button7 ' Me.Button7.BackColor = System.Drawing.Color.Chartreuse Me.Button7.Location = New System.Drawing.Point(352, 149) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(35, 36) Me.Button7.TabIndex = 16 Me.Button7.UseVisualStyleBackColor = false ' 'Button9 ' Me.Button9.BackColor = System.Drawing.Color.DarkGreen Me.Button9.Location = New System.Drawing.Point(136, 149) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(35, 36) Me.Button9.TabIndex = 15 Me.Button9.UseVisualStyleBackColor = false ' 'Button10 ' Me.Button10.BackColor = System.Drawing.Color.NavajoWhite Me.Button10.Location = New System.Drawing.Point(298, 149) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(35, 36) Me.Button10.TabIndex = 14 Me.Button10.UseVisualStyleBackColor = false ' 'Button11 ' Me.Button11.BackColor = System.Drawing.Color.LightCoral Me.Button11.Location = New System.Drawing.Point(244, 149) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(35, 36) Me.Button11.TabIndex = 13 Me.Button11.UseVisualStyleBackColor = false ' 'Button12 ' Me.Button12.BackColor = System.Drawing.Color.DarkMagenta Me.Button12.Location = New System.Drawing.Point(190, 149) Me.Button12.Name = "Button12" Me.Button12.Size = New System.Drawing.Size(35, 36) Me.Button12.TabIndex = 12 Me.Button12.UseVisualStyleBackColor = false ' 'Button13 ' Me.Button13.BackColor = System.Drawing.Color.DarkCyan Me.Button13.Location = New System.Drawing.Point(82, 149) Me.Button13.Name = "Button13" Me.Button13.Size = New System.Drawing.Size(35, 36) Me.Button13.TabIndex = 11 Me.Button13.UseVisualStyleBackColor = false ' 'Button14 ' Me.Button14.BackColor = System.Drawing.Color.DarkBlue Me.Button14.Location = New System.Drawing.Point(28, 149) Me.Button14.Name = "Button14" Me.Button14.Size = New System.Drawing.Size(35, 36) Me.Button14.TabIndex = 10 Me.Button14.UseVisualStyleBackColor = false ' 'Button15 ' Me.Button15.Location = New System.Drawing.Point(28, 201) Me.Button15.Name = "Button15" Me.Button15.Size = New System.Drawing.Size(359, 51) Me.Button15.TabIndex = 17 Me.Button15.Text = "创建标签" Me.Button15.UseVisualStyleBackColor = true ' 'UCreatelabel ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 12!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(408, 264) Me.Controls.Add(Me.Button15) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button9) Me.Controls.Add(Me.Button10) Me.Controls.Add(Me.Button11) Me.Controls.Add(Me.Button12) Me.Controls.Add(Me.Button13) Me.Controls.Add(Me.Button14) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox1) Me.MaximizeBox = false Me.MinimizeBox = false Me.Name = "UCreatelabel" Me.ShowInTaskbar = false Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "创建标签" Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents TextBox1 As TextBox Friend WithEvents ColorDialog1 As ColorDialog Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents Button8 As Button Friend WithEvents Button6 As Button Friend WithEvents Button7 As Button Friend WithEvents Button9 As Button Friend WithEvents Button10 As Button Friend WithEvents Button11 As Button Friend WithEvents Button12 As Button Friend WithEvents Button13 As Button Friend WithEvents Button14 As Button Friend WithEvents Button15 As Button End Class