Partial Class Sound Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. 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 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. Private Sub InitializeComponent() components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Sound)) StatusStrip1 = New System.Windows.Forms.StatusStrip() ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel() PictureBox1 = New System.Windows.Forms.PictureBox() Timer1 = New System.Windows.Forms.Timer(components) Guna2GradientButton1 = New Guna.UI2.WinForms.Guna2GradientButton() PictureBox2 = New System.Windows.Forms.PictureBox() StatusStrip1.SuspendLayout() CType(PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() SuspendLayout() ' 'StatusStrip1 ' StatusStrip1.BackColor = System.Drawing.Color.White StatusStrip1.ImageScalingSize = New System.Drawing.Size(24, 24) StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripStatusLabel1}) StatusStrip1.Location = New System.Drawing.Point(0, 230) StatusStrip1.Name = "StatusStrip1" StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 9, 0) StatusStrip1.Size = New System.Drawing.Size(321, 22) StatusStrip1.TabIndex = 17 StatusStrip1.Text = "StatusStrip1" ' 'ToolStripStatusLabel1 ' ToolStripStatusLabel1.ForeColor = System.Drawing.Color.Black ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" ToolStripStatusLabel1.Size = New System.Drawing.Size(13, 17) ToolStripStatusLabel1.Text = ".." ' 'PictureBox1 ' PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) PictureBox1.Location = New System.Drawing.Point(33, 12) PictureBox1.Name = "PictureBox1" PictureBox1.Size = New System.Drawing.Size(258, 168) PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom PictureBox1.TabIndex = 19 PictureBox1.TabStop = False ' 'Timer1 ' Timer1.Enabled = True Timer1.Interval = 1000 ' 'Guna2GradientButton1 ' Guna2GradientButton1.BorderRadius = 4 Guna2GradientButton1.DisabledState.BorderColor = System.Drawing.Color.DarkGray Guna2GradientButton1.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray Guna2GradientButton1.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton1.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer)) Guna2GradientButton1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer)) Guna2GradientButton1.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer)) Guna2GradientButton1.Font = New System.Drawing.Font("Segoe UI", 9.0!) Guna2GradientButton1.ForeColor = System.Drawing.Color.White Guna2GradientButton1.Image = Global.XWorm.My.Resources.Resources.Play Guna2GradientButton1.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left Guna2GradientButton1.ImageSize = New System.Drawing.Size(17, 17) Guna2GradientButton1.Location = New System.Drawing.Point(12, 192) Guna2GradientButton1.Name = "Guna2GradientButton1" Guna2GradientButton1.Size = New System.Drawing.Size(297, 28) Guna2GradientButton1.TabIndex = 96 Guna2GradientButton1.Text = "Start" ' 'PictureBox2 ' PictureBox2.Enabled = False PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) PictureBox2.Location = New System.Drawing.Point(138, 119) PictureBox2.Name = "PictureBox2" PictureBox2.Size = New System.Drawing.Size(48, 48) PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom PictureBox2.TabIndex = 97 PictureBox2.TabStop = False ' 'Sound ' AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font BackColor = System.Drawing.Color.White ClientSize = New System.Drawing.Size(321, 252) Controls.Add(PictureBox2) Controls.Add(Guna2GradientButton1) Controls.Add(PictureBox1) Controls.Add(StatusStrip1) Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Name = "Sound" Text = "System Sound" StatusStrip1.ResumeLayout(False) StatusStrip1.PerformLayout() CType(PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() ResumeLayout(False) PerformLayout() End Sub Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Timer1 As Timer Friend WithEvents Guna2GradientButton1 As Guna.UI2.WinForms.Guna2GradientButton Friend WithEvents PictureBox2 As PictureBox End Class