_ Partial Class Preset_Directory_Manager 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() Me.Button6 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.DirBox = New System.Windows.Forms.ListBox() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.Button3 = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'Button6 ' Me.Button6.Location = New System.Drawing.Point(421, 222) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(75, 23) Me.Button6.TabIndex = 3 Me.Button6.Text = "Save" Me.Button6.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(340, 222) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(75, 23) Me.Button4.TabIndex = 5 Me.Button4.Text = "Cancel" Me.Button4.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(205, 222) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 6 Me.Button2.Text = "Remove" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(17, 222) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 7 Me.Button1.Text = "Add" Me.Button1.UseVisualStyleBackColor = True ' 'DirBox ' Me.DirBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.DirBox.FormattingEnabled = True Me.DirBox.ItemHeight = 20 Me.DirBox.Items.AddRange(New Object() {"failed", "to", "read", "user", "preferences"}) Me.DirBox.Location = New System.Drawing.Point(17, 12) Me.DirBox.Name = "DirBox" Me.DirBox.Size = New System.Drawing.Size(479, 204) Me.DirBox.TabIndex = 2 ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(97, 222) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(102, 23) Me.Button3.TabIndex = 6 Me.Button3.Text = "Add Manually" Me.Button3.UseVisualStyleBackColor = True ' 'Preset_Directory_Manager ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(508, 252) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.DirBox) Me.Name = "Preset_Directory_Manager" Me.Text = "Preset Directory Manager" Me.ResumeLayout(False) End Sub Friend WithEvents Button6 As Button Friend WithEvents Button4 As Button Friend WithEvents Button2 As Button Friend WithEvents Button1 As Button Friend WithEvents DirBox As ListBox Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents Button3 As Button End Class