-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.Designer.vb
631 lines (626 loc) · 30.2 KB
/
settings.Designer.vb
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class settings
Inherits System.Windows.Forms.Form
'Form reemplaza a Dispose para limpiar la lista de componentes.
<System.Diagnostics.DebuggerNonUserCode()> _
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
'Requerido por el Diseñador de Windows Forms
Private components As System.ComponentModel.IContainer
'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
'Se puede modificar usando el Diseñador de Windows Forms.
'No lo modifique con el editor de código.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(settings))
Me.Label1 = New System.Windows.Forms.Label()
Me.MinerPath = New System.Windows.Forms.TextBox()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Button8 = New System.Windows.Forms.Button()
Me.PictureBox8 = New System.Windows.Forms.PictureBox()
Me.GamingArguments = New System.Windows.Forms.TextBox()
Me.Button5 = New System.Windows.Forms.Button()
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
Me.PictureBox4 = New System.Windows.Forms.PictureBox()
Me.MinerArguments = New System.Windows.Forms.TextBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.GPUMAXTemp = New System.Windows.Forms.NumericUpDown()
Me.MaxTempReachAction = New System.Windows.Forms.ComboBox()
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Button4 = New System.Windows.Forms.Button()
Me.PictureBox12 = New System.Windows.Forms.PictureBox()
Me.PictureBox11 = New System.Windows.Forms.PictureBox()
Me.WatchDog = New System.Windows.Forms.CheckBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.SendTo = New System.Windows.Forms.TextBox()
Me.KillMinerProcessCheck = New System.Windows.Forms.CheckBox()
Me.SendEmailsCheck = New System.Windows.Forms.CheckBox()
Me.PictureBox6 = New System.Windows.Forms.PictureBox()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.StartWithWindows = New System.Windows.Forms.CheckBox()
Me.PictureBox7 = New System.Windows.Forms.PictureBox()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.Button6 = New System.Windows.Forms.Button()
Me.Button7 = New System.Windows.Forms.Button()
Me.GroupBox1.SuspendLayout()
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox2.SuspendLayout()
CType(Me.GPUMAXTemp, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox3.SuspendLayout()
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox4.SuspendLayout()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(25, 23)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(91, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Miner executable:"
'
'MinerPath
'
Me.MinerPath.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.MinerPath.Location = New System.Drawing.Point(122, 20)
Me.MinerPath.Name = "MinerPath"
Me.MinerPath.Size = New System.Drawing.Size(300, 20)
Me.MinerPath.TabIndex = 1
'
'GroupBox1
'
Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox1.Controls.Add(Me.Button8)
Me.GroupBox1.Controls.Add(Me.PictureBox8)
Me.GroupBox1.Controls.Add(Me.GamingArguments)
Me.GroupBox1.Controls.Add(Me.Button5)
Me.GroupBox1.Controls.Add(Me.PictureBox5)
Me.GroupBox1.Controls.Add(Me.PictureBox4)
Me.GroupBox1.Controls.Add(Me.MinerArguments)
Me.GroupBox1.Controls.Add(Me.Button1)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.MinerPath)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(472, 242)
Me.GroupBox1.TabIndex = 2
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Miner settings"
'
'Button8
'
Me.Button8.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button8.Image = CType(resources.GetObject("Button8.Image"), System.Drawing.Image)
Me.Button8.Location = New System.Drawing.Point(428, 144)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(38, 30)
Me.Button8.TabIndex = 16
Me.ToolTip1.SetToolTip(Me.Button8, "Paste from clipboard")
Me.Button8.UseVisualStyleBackColor = True
'
'PictureBox8
'
Me.PictureBox8.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox8.Image = CType(resources.GetObject("PictureBox8.Image"), System.Drawing.Image)
Me.PictureBox8.Location = New System.Drawing.Point(6, 144)
Me.PictureBox8.Name = "PictureBox8"
Me.PictureBox8.Size = New System.Drawing.Size(16, 16)
Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox8.TabIndex = 15
Me.PictureBox8.TabStop = False
Me.ToolTip1.SetToolTip(Me.PictureBox8, "Specify your command list including the wallet, rig name, fan speed, overclocks.." &
".")
'
'GamingArguments
'
Me.GamingArguments.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GamingArguments.Location = New System.Drawing.Point(122, 144)
Me.GamingArguments.Multiline = True
Me.GamingArguments.Name = "GamingArguments"
Me.GamingArguments.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.GamingArguments.Size = New System.Drawing.Size(300, 91)
Me.GamingArguments.TabIndex = 14
'
'Button5
'
Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button5.Image = CType(resources.GetObject("Button5.Image"), System.Drawing.Image)
Me.Button5.Location = New System.Drawing.Point(428, 45)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(38, 30)
Me.Button5.TabIndex = 12
Me.ToolTip1.SetToolTip(Me.Button5, "Paste from clipboard")
Me.Button5.UseVisualStyleBackColor = True
'
'PictureBox5
'
Me.PictureBox5.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox5.Image = CType(resources.GetObject("PictureBox5.Image"), System.Drawing.Image)
Me.PictureBox5.Location = New System.Drawing.Point(6, 45)
Me.PictureBox5.Name = "PictureBox5"
Me.PictureBox5.Size = New System.Drawing.Size(16, 16)
Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox5.TabIndex = 11
Me.PictureBox5.TabStop = False
Me.ToolTip1.SetToolTip(Me.PictureBox5, "Specify your command list including the wallet, rig name, fan speed, overclocks.." &
".")
'
'PictureBox4
'
Me.PictureBox4.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image)
Me.PictureBox4.Location = New System.Drawing.Point(6, 22)
Me.PictureBox4.Name = "PictureBox4"
Me.PictureBox4.Size = New System.Drawing.Size(16, 16)
Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox4.TabIndex = 10
Me.PictureBox4.TabStop = False
Me.ToolTip1.SetToolTip(Me.PictureBox4, "Select the executable file (.exe) of your miner software.")
'
'MinerArguments
'
Me.MinerArguments.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.MinerArguments.Location = New System.Drawing.Point(122, 45)
Me.MinerArguments.Multiline = True
Me.MinerArguments.Name = "MinerArguments"
Me.MinerArguments.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.MinerArguments.Size = New System.Drawing.Size(300, 91)
Me.MinerArguments.TabIndex = 4
'
'Button1
'
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button1.Image = CType(resources.GetObject("Button1.Image"), System.Drawing.Image)
Me.Button1.Location = New System.Drawing.Point(428, 19)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(38, 21)
Me.Button1.TabIndex = 2
Me.ToolTip1.SetToolTip(Me.Button1, "Search file using the file explorer")
Me.Button1.UseVisualStyleBackColor = True
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(25, 145)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(98, 13)
Me.Label6.TabIndex = 13
Me.Label6.Text = "Gaming mode args:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(25, 46)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(93, 13)
Me.Label2.TabIndex = 3
Me.Label2.Text = "Mining mode args:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(25, 19)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(119, 13)
Me.Label3.TabIndex = 5
Me.Label3.Text = "GPUs max temperature:"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.GPUMAXTemp)
Me.GroupBox2.Controls.Add(Me.MaxTempReachAction)
Me.GroupBox2.Controls.Add(Me.PictureBox3)
Me.GroupBox2.Controls.Add(Me.Label5)
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Controls.Add(Me.PictureBox1)
Me.GroupBox2.Controls.Add(Me.Label3)
Me.GroupBox2.Location = New System.Drawing.Point(12, 260)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(472, 47)
Me.GroupBox2.TabIndex = 6
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Overheath settings"
'
'GPUMAXTemp
'
Me.GPUMAXTemp.Location = New System.Drawing.Point(144, 16)
Me.GPUMAXTemp.Minimum = New Decimal(New Integer() {50, 0, 0, 0})
Me.GPUMAXTemp.Name = "GPUMAXTemp"
Me.GPUMAXTemp.Size = New System.Drawing.Size(47, 20)
Me.GPUMAXTemp.TabIndex = 10
Me.GPUMAXTemp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.GPUMAXTemp.Value = New Decimal(New Integer() {70, 0, 0, 0})
'
'MaxTempReachAction
'
Me.MaxTempReachAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.MaxTempReachAction.FormattingEnabled = True
Me.MaxTempReachAction.Items.AddRange(New Object() {"Pause miner", "Hibernate", "Reboot"})
Me.MaxTempReachAction.Location = New System.Drawing.Point(369, 16)
Me.MaxTempReachAction.Name = "MaxTempReachAction"
Me.MaxTempReachAction.Size = New System.Drawing.Size(97, 21)
Me.MaxTempReachAction.TabIndex = 9
'
'PictureBox3
'
Me.PictureBox3.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
Me.PictureBox3.Location = New System.Drawing.Point(227, 17)
Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(16, 16)
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox3.TabIndex = 7
Me.PictureBox3.TabStop = False
Me.ToolTip1.SetToolTip(Me.PictureBox3, "What action MinerBoot has to perform if GPUs maxium temperature is reached.")
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(249, 19)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(115, 13)
Me.Label5.TabIndex = 8
Me.Label5.Text = "GPUs overheat action:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(192, 19)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(18, 13)
Me.Label4.TabIndex = 6
Me.Label4.Text = "°C"
'
'PictureBox1
'
Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(7, 17)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(16, 16)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 1
Me.PictureBox1.TabStop = False
Me.ToolTip1.SetToolTip(Me.PictureBox1, "This is the maxium temperature allowed for the GPUs.")
'
'Button4
'
Me.Button4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Button4.Enabled = False
Me.Button4.Image = CType(resources.GetObject("Button4.Image"), System.Drawing.Image)
Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button4.Location = New System.Drawing.Point(12, 426)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(107, 30)
Me.Button4.TabIndex = 27
Me.Button4.Text = "Send test email"
Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button4.UseVisualStyleBackColor = True
'
'PictureBox12
'
Me.PictureBox12.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox12.Image = CType(resources.GetObject("PictureBox12.Image"), System.Drawing.Image)
Me.PictureBox12.Location = New System.Drawing.Point(371, 19)
Me.PictureBox12.Name = "PictureBox12"
Me.PictureBox12.Size = New System.Drawing.Size(16, 16)
Me.PictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox12.TabIndex = 7
Me.PictureBox12.TabStop = False
Me.ToolTip1.SetToolTip(Me.PictureBox12, "WatchDog will check if miner process is running every 5 seconds, if not, it will " &
"restart the miner again.")
'
'PictureBox11
'
Me.PictureBox11.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox11.Image = CType(resources.GetObject("PictureBox11.Image"), System.Drawing.Image)
Me.PictureBox11.Location = New System.Drawing.Point(246, 19)
Me.PictureBox11.Name = "PictureBox11"
Me.PictureBox11.Size = New System.Drawing.Size(16, 16)
Me.PictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox11.TabIndex = 26
Me.PictureBox11.TabStop = False
Me.ToolTip1.SetToolTip(Me.PictureBox11, "Email were MinerBoot will send email notifications.")
'
'WatchDog
'
Me.WatchDog.AutoSize = True
Me.WatchDog.Location = New System.Drawing.Point(393, 20)
Me.WatchDog.Name = "WatchDog"
Me.WatchDog.Size = New System.Drawing.Size(76, 17)
Me.WatchDog.TabIndex = 0
Me.WatchDog.Text = "Watchdog"
Me.WatchDog.UseVisualStyleBackColor = True
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(265, 22)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(47, 13)
Me.Label10.TabIndex = 24
Me.Label10.Text = "Send to:"
'
'PictureBox2
'
Me.PictureBox2.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
Me.PictureBox2.Location = New System.Drawing.Point(6, 19)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(16, 16)
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox2.TabIndex = 7
Me.PictureBox2.TabStop = False
Me.ToolTip1.SetToolTip(Me.PictureBox2, resources.GetString("PictureBox2.ToolTip"))
'
'SendTo
'
Me.SendTo.Enabled = False
Me.SendTo.Location = New System.Drawing.Point(318, 19)
Me.SendTo.Name = "SendTo"
Me.SendTo.Size = New System.Drawing.Size(148, 20)
Me.SendTo.TabIndex = 25
'
'KillMinerProcessCheck
'
Me.KillMinerProcessCheck.AutoSize = True
Me.KillMinerProcessCheck.Location = New System.Drawing.Point(28, 20)
Me.KillMinerProcessCheck.Name = "KillMinerProcessCheck"
Me.KillMinerProcessCheck.Size = New System.Drawing.Size(164, 17)
Me.KillMinerProcessCheck.TabIndex = 0
Me.KillMinerProcessCheck.Text = "Kill process instead of close it"
Me.KillMinerProcessCheck.UseVisualStyleBackColor = True
'
'SendEmailsCheck
'
Me.SendEmailsCheck.AutoSize = True
Me.SendEmailsCheck.Location = New System.Drawing.Point(29, 22)
Me.SendEmailsCheck.Name = "SendEmailsCheck"
Me.SendEmailsCheck.Size = New System.Drawing.Size(186, 17)
Me.SendEmailsCheck.TabIndex = 0
Me.SendEmailsCheck.Text = "Send email if overheat is detected"
Me.SendEmailsCheck.UseVisualStyleBackColor = True
'
'PictureBox6
'
Me.PictureBox6.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox6.Image = CType(resources.GetObject("PictureBox6.Image"), System.Drawing.Image)
Me.PictureBox6.Location = New System.Drawing.Point(7, 23)
Me.PictureBox6.Name = "PictureBox6"
Me.PictureBox6.Size = New System.Drawing.Size(16, 16)
Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox6.TabIndex = 7
Me.PictureBox6.TabStop = False
Me.ToolTip1.SetToolTip(Me.PictureBox6, "Send a notification email if GPUs maximum temperature is reached." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Please check " &
"spam folder and add the remitent to your trust list)")
'
'Button2
'
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Image)
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button2.Location = New System.Drawing.Point(217, 426)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(66, 30)
Me.Button2.TabIndex = 7
Me.Button2.Text = "&Cancel"
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button3.Image = CType(resources.GetObject("Button3.Image"), System.Drawing.Image)
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button3.Location = New System.Drawing.Point(356, 426)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(61, 30)
Me.Button3.TabIndex = 8
Me.Button3.Text = "&Export"
Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button3.UseVisualStyleBackColor = True
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.StartWithWindows)
Me.GroupBox3.Controls.Add(Me.PictureBox7)
Me.GroupBox3.Controls.Add(Me.WatchDog)
Me.GroupBox3.Controls.Add(Me.KillMinerProcessCheck)
Me.GroupBox3.Controls.Add(Me.PictureBox2)
Me.GroupBox3.Controls.Add(Me.PictureBox12)
Me.GroupBox3.Location = New System.Drawing.Point(13, 313)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(471, 48)
Me.GroupBox3.TabIndex = 28
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Application settings"
'
'StartWithWindows
'
Me.StartWithWindows.AutoSize = True
Me.StartWithWindows.Location = New System.Drawing.Point(232, 20)
Me.StartWithWindows.Name = "StartWithWindows"
Me.StartWithWindows.Size = New System.Drawing.Size(117, 17)
Me.StartWithWindows.TabIndex = 8
Me.StartWithWindows.Text = "Start with Windows"
Me.StartWithWindows.UseVisualStyleBackColor = True
'
'PictureBox7
'
Me.PictureBox7.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox7.Image = CType(resources.GetObject("PictureBox7.Image"), System.Drawing.Image)
Me.PictureBox7.Location = New System.Drawing.Point(210, 19)
Me.PictureBox7.Name = "PictureBox7"
Me.PictureBox7.Size = New System.Drawing.Size(16, 16)
Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox7.TabIndex = 9
Me.PictureBox7.TabStop = False
Me.ToolTip1.SetToolTip(Me.PictureBox7, "MinerBoot will start with Windows and launch the miner process if WatchDog is als" &
"o enabled.")
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.PictureBox6)
Me.GroupBox4.Controls.Add(Me.SendEmailsCheck)
Me.GroupBox4.Controls.Add(Me.SendTo)
Me.GroupBox4.Controls.Add(Me.Label10)
Me.GroupBox4.Controls.Add(Me.PictureBox11)
Me.GroupBox4.Location = New System.Drawing.Point(12, 367)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(472, 53)
Me.GroupBox4.TabIndex = 29
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Notification settings"
'
'ToolTip1
'
Me.ToolTip1.IsBalloon = True
Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
Me.ToolTip1.ToolTipTitle = "Info"
'
'Button6
'
Me.Button6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button6.Image = CType(resources.GetObject("Button6.Image"), System.Drawing.Image)
Me.Button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button6.Location = New System.Drawing.Point(289, 426)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(61, 30)
Me.Button6.TabIndex = 31
Me.Button6.Text = "&Import"
Me.Button6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button6.UseVisualStyleBackColor = True
'
'Button7
'
Me.Button7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button7.Image = CType(resources.GetObject("Button7.Image"), System.Drawing.Image)
Me.Button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button7.Location = New System.Drawing.Point(423, 426)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(61, 30)
Me.Button7.TabIndex = 32
Me.Button7.Text = "&Apply"
Me.Button7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button7.UseVisualStyleBackColor = True
'
'settings
'
Me.AcceptButton = Me.Button7
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(496, 466)
Me.Controls.Add(Me.Button7)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.MinimumSize = New System.Drawing.Size(512, 378)
Me.Name = "settings"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "MinerBoot Settings"
Me.TopMost = True
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
CType(Me.GPUMAXTemp, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox3.PerformLayout()
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Label1 As Label
Friend WithEvents MinerPath As TextBox
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents Label2 As Label
Friend WithEvents MinerArguments As TextBox
Friend WithEvents Button1 As Button
Friend WithEvents Label3 As Label
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents Label4 As Label
Friend WithEvents Button2 As Button
Friend WithEvents Button3 As Button
Friend WithEvents KillMinerProcessCheck As CheckBox
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents PictureBox2 As PictureBox
Friend WithEvents MaxTempReachAction As ComboBox
Friend WithEvents PictureBox3 As PictureBox
Friend WithEvents Label5 As Label
Friend WithEvents PictureBox5 As PictureBox
Friend WithEvents PictureBox4 As PictureBox
Friend WithEvents PictureBox6 As PictureBox
Friend WithEvents SendEmailsCheck As CheckBox
Friend WithEvents PictureBox11 As PictureBox
Friend WithEvents Label10 As Label
Friend WithEvents SendTo As TextBox
Friend WithEvents Button4 As Button
Friend WithEvents PictureBox12 As PictureBox
Friend WithEvents WatchDog As CheckBox
Friend WithEvents GroupBox3 As GroupBox
Friend WithEvents GroupBox4 As GroupBox
Friend WithEvents StartWithWindows As CheckBox
Friend WithEvents PictureBox7 As PictureBox
Friend WithEvents ToolTip1 As ToolTip
Friend WithEvents GPUMAXTemp As NumericUpDown
Friend WithEvents Button5 As Button
Friend WithEvents Button6 As Button
Friend WithEvents Button7 As Button
Friend WithEvents Button8 As Button
Friend WithEvents PictureBox8 As PictureBox
Friend WithEvents Label6 As Label
Friend WithEvents GamingArguments As TextBox
End Class