_ Partial Class frmOptions Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmOptions)) Me.Label1 = New System.Windows.Forms.Label Me.check_updateCheck = New System.Windows.Forms.CheckBox Me.btn_close = New System.Windows.Forms.Button Me.check_userDefaultSettings = New System.Windows.Forms.CheckBox Me.Label2 = New System.Windows.Forms.Label Me.check_readDVDWindow = New System.Windows.Forms.CheckBox Me.Label3 = New System.Windows.Forms.Label Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.check_verbose = New System.Windows.Forms.CheckBox Me.GroupBox2 = New System.Windows.Forms.GroupBox Me.File_Save = New System.Windows.Forms.SaveFileDialog Me.GroupBox3 = New System.Windows.Forms.GroupBox Me.drp_processors = New System.Windows.Forms.ComboBox Me.Label11 = New System.Windows.Forms.Label Me.drp_Priority = New System.Windows.Forms.ComboBox Me.Label4 = New System.Windows.Forms.Label Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(13, 22) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(151, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Update Check on Startup" ' 'check_updateCheck ' Me.check_updateCheck.AutoSize = True Me.check_updateCheck.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.check_updateCheck.Location = New System.Drawing.Point(16, 43) Me.check_updateCheck.Name = "check_updateCheck" Me.check_updateCheck.Size = New System.Drawing.Size(71, 17) Me.check_updateCheck.TabIndex = 1 Me.check_updateCheck.Text = "Enabled" Me.check_updateCheck.UseVisualStyleBackColor = True ' 'btn_close ' Me.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black Me.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_close.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btn_close.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.btn_close.Location = New System.Drawing.Point(291, 403) Me.btn_close.Name = "btn_close" Me.btn_close.Size = New System.Drawing.Size(107, 22) Me.btn_close.TabIndex = 45 Me.btn_close.Text = "Close" Me.btn_close.UseVisualStyleBackColor = True ' 'check_userDefaultSettings ' Me.check_userDefaultSettings.AutoSize = True Me.check_userDefaultSettings.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.check_userDefaultSettings.Location = New System.Drawing.Point(16, 93) Me.check_userDefaultSettings.Name = "check_userDefaultSettings" Me.check_userDefaultSettings.Size = New System.Drawing.Size(71, 17) Me.check_userDefaultSettings.TabIndex = 47 Me.check_userDefaultSettings.Text = "Enabled" Me.check_userDefaultSettings.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(13, 72) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(229, 13) Me.Label2.TabIndex = 46 Me.Label2.Text = "Load Users Default Settings on Startup" ' 'check_readDVDWindow ' Me.check_readDVDWindow.AutoSize = True Me.check_readDVDWindow.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.check_readDVDWindow.Location = New System.Drawing.Point(16, 146) Me.check_readDVDWindow.Name = "check_readDVDWindow" Me.check_readDVDWindow.Size = New System.Drawing.Size(71, 17) Me.check_readDVDWindow.TabIndex = 49 Me.check_readDVDWindow.Text = "Enabled" Me.check_readDVDWindow.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(13, 124) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(215, 13) Me.Label3.TabIndex = 48 Me.Label3.Text = "Show Select DVD window on startup" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.check_verbose) Me.GroupBox1.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox1.Location = New System.Drawing.Point(12, 327) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(386, 70) Me.GroupBox1.TabIndex = 50 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Verbose Mode" ' 'check_verbose ' Me.check_verbose.AutoSize = True Me.check_verbose.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.check_verbose.Location = New System.Drawing.Point(20, 31) Me.check_verbose.Name = "check_verbose" Me.check_verbose.Size = New System.Drawing.Size(71, 17) Me.check_verbose.TabIndex = 51 Me.check_verbose.Text = "Enabled" Me.check_verbose.UseVisualStyleBackColor = True ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.Label1) Me.GroupBox2.Controls.Add(Me.check_updateCheck) Me.GroupBox2.Controls.Add(Me.check_readDVDWindow) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Controls.Add(Me.Label3) Me.GroupBox2.Controls.Add(Me.check_userDefaultSettings) Me.GroupBox2.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox2.Location = New System.Drawing.Point(12, 12) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(386, 175) Me.GroupBox2.TabIndex = 51 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "General Settings" ' 'File_Save ' Me.File_Save.DefaultExt = "hb" Me.File_Save.Filter = "txt|*.txt" ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.drp_Priority) Me.GroupBox3.Controls.Add(Me.Label4) Me.GroupBox3.Controls.Add(Me.drp_processors) Me.GroupBox3.Controls.Add(Me.Label11) Me.GroupBox3.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox3.Location = New System.Drawing.Point(13, 193) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(386, 128) Me.GroupBox3.TabIndex = 52 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Processor Detection" ' 'drp_processors ' Me.drp_processors.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.drp_processors.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.drp_processors.FormattingEnabled = True Me.drp_processors.Items.AddRange(New Object() {"Automatic", "1", "2", "3", "4", "5", "6", "7", "8"}) Me.drp_processors.Location = New System.Drawing.Point(15, 40) Me.drp_processors.Name = "drp_processors" Me.drp_processors.Size = New System.Drawing.Size(111, 21) Me.drp_processors.TabIndex = 41 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.Location = New System.Drawing.Point(12, 22) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(142, 13) Me.Label11.TabIndex = 40 Me.Label11.Text = "Number of processors: " ' 'drp_Priority ' Me.drp_Priority.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.drp_Priority.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.drp_Priority.FormattingEnabled = True Me.drp_Priority.Items.AddRange(New Object() {"Realtime", "High", "Above Normal", "Normal", "Below Normal", "Low"}) Me.drp_Priority.Location = New System.Drawing.Point(15, 91) Me.drp_Priority.Name = "drp_Priority" Me.drp_Priority.Size = New System.Drawing.Size(111, 21) Me.drp_Priority.TabIndex = 43 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(12, 73) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(132, 13) Me.Label4.TabIndex = 42 Me.Label4.Text = "Default Priority Level:" ' 'frmOptions ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(411, 435) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.btn_close) Me.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmOptions" Me.Text = "Options" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents check_updateCheck As System.Windows.Forms.CheckBox Friend WithEvents btn_close As System.Windows.Forms.Button Friend WithEvents check_userDefaultSettings As System.Windows.Forms.CheckBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents check_readDVDWindow As System.Windows.Forms.CheckBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents check_verbose As System.Windows.Forms.CheckBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents File_Save As System.Windows.Forms.SaveFileDialog Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents drp_processors As System.Windows.Forms.ComboBox Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents drp_Priority As System.Windows.Forms.ComboBox Friend WithEvents Label4 As System.Windows.Forms.Label End Class