_ Partial Class Form6 Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. _ 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 'Requise par le Concepteur Windows Form Private components As System.ComponentModel.IContainer 'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form 'Elle peut être modifiée à l'aide du Concepteur Windows Form. 'Ne la modifiez pas à l'aide de l'éditeur de code. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form6)) Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.GunaButton1 = New Guna.UI.WinForms.GunaButton() Me.Label1 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Button1 = New System.Windows.Forms.Button() Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker() Me.Label2 = New System.Windows.Forms.Label() Me.ListBox1 = New System.Windows.Forms.ListBox() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.Location = New System.Drawing.Point(12, 12) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(116, 138) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(134, 28) Me.TextBox1.Multiline = True Me.TextBox1.Name = "TextBox1" Me.TextBox1.ReadOnly = True Me.TextBox1.Size = New System.Drawing.Size(291, 122) Me.TextBox1.TabIndex = 1 ' 'GunaButton1 ' Me.GunaButton1.AnimationHoverSpeed = 0.07! Me.GunaButton1.AnimationSpeed = 0.03! Me.GunaButton1.BaseColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.GunaButton1.BorderColor = System.Drawing.Color.Black Me.GunaButton1.DialogResult = System.Windows.Forms.DialogResult.None Me.GunaButton1.FocusedColor = System.Drawing.Color.Empty Me.GunaButton1.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.GunaButton1.ForeColor = System.Drawing.Color.White Me.GunaButton1.Image = CType(resources.GetObject("GunaButton1.Image"), System.Drawing.Image) Me.GunaButton1.ImageSize = New System.Drawing.Size(20, 20) Me.GunaButton1.Location = New System.Drawing.Point(12, 197) Me.GunaButton1.Name = "GunaButton1" Me.GunaButton1.OnHoverBaseColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.GunaButton1.OnHoverBorderColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.GunaButton1.OnHoverForeColor = System.Drawing.Color.White Me.GunaButton1.OnHoverImage = Nothing Me.GunaButton1.OnPressedColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.GunaButton1.Size = New System.Drawing.Size(413, 42) Me.GunaButton1.TabIndex = 2 Me.GunaButton1.Text = "GunaButton1" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(141, 12) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(63, 13) Me.Label1.TabIndex = 3 Me.Label1.Text = "Description:" ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(192, 161) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(233, 21) Me.ComboBox1.TabIndex = 4 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(12, 161) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(116, 23) Me.Button1.TabIndex = 5 Me.Button1.Text = "image" Me.Button1.UseVisualStyleBackColor = True ' 'BackgroundWorker1 ' ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(141, 164) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(45, 13) Me.Label2.TabIndex = 3 Me.Label2.Text = "Version:" ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.Location = New System.Drawing.Point(192, 44) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(192, 95) Me.ListBox1.TabIndex = 6 ' 'Form6 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(437, 251) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.GunaButton1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.ListBox1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(453, 290) Me.MinimumSize = New System.Drawing.Size(453, 290) Me.Name = "Form6" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Form6" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents PictureBox1 As PictureBox Friend WithEvents TextBox1 As TextBox Friend WithEvents GunaButton1 As Guna.UI.WinForms.GunaButton Friend WithEvents Label1 As Label Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Button1 As Button Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker Friend WithEvents Label2 As Label Friend WithEvents ListBox1 As ListBox End Class