1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmOptions
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
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.
<System.Diagnostics.DebuggerStepThrough()> _
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.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(17, 27)
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(20, 48)
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(292, 387)
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(20, 98)
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(17, 77)
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(20, 151)
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(17, 129)
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, 306)
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, 193)
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_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, 211)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(386, 89)
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(19, 50)
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(16, 27)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(142, 13)
Me.Label11.TabIndex = 40
Me.Label11.Text = "Number of processors: "
'
'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, 421)
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
End Class
|