initial commit
This commit is contained in:
+994
@@ -0,0 +1,994 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmMain
|
||||
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)
|
||||
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.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
|
||||
Me.FormSkin1 = New hMinerPTS.FormSkin()
|
||||
Me.FlatClose2 = New hMinerPTS.FlatClose()
|
||||
Me.statusBar = New hMinerPTS.FlatStatusBar()
|
||||
Me.FlatTabControl1 = New hMinerPTS.FlatTabControl()
|
||||
Me.pageMain = New System.Windows.Forms.TabPage()
|
||||
Me.Label16 = New System.Windows.Forms.Label()
|
||||
Me.checkDebug = New hMinerPTS.FlatCheckBox()
|
||||
Me.Label15 = New System.Windows.Forms.Label()
|
||||
Me.checkPercent = New hMinerPTS.FlatCheckBox()
|
||||
Me.Label14 = New System.Windows.Forms.Label()
|
||||
Me.nThreads = New hMinerPTS.FlatNumeric()
|
||||
Me.Label13 = New System.Windows.Forms.Label()
|
||||
Me.btReset = New hMinerPTS.FlatButton()
|
||||
Me.btHelp = New hMinerPTS.FlatButton()
|
||||
Me.tbMutex = New hMinerPTS.FlatTextBox()
|
||||
Me.checkMutex = New hMinerPTS.FlatCheckBox()
|
||||
Me.tbStartup = New hMinerPTS.FlatTextBox()
|
||||
Me.checkStartup = New hMinerPTS.FlatCheckBox()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.comboInject = New hMinerPTS.FlatComboBox()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.tbPass = New hMinerPTS.FlatTextBox()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.tbWorker = New hMinerPTS.FlatTextBox()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.tbURL = New hMinerPTS.FlatTextBox()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.pageAssembly = New System.Windows.Forms.TabPage()
|
||||
Me.btIconBrowse = New hMinerPTS.FlatButton()
|
||||
Me.checkIcon = New hMinerPTS.FlatCheckBox()
|
||||
Me.Label11 = New System.Windows.Forms.Label()
|
||||
Me.fv4 = New hMinerPTS.FlatNumeric()
|
||||
Me.fv3 = New hMinerPTS.FlatNumeric()
|
||||
Me.fv2 = New hMinerPTS.FlatNumeric()
|
||||
Me.fv1 = New hMinerPTS.FlatNumeric()
|
||||
Me.Label10 = New System.Windows.Forms.Label()
|
||||
Me.pv4 = New hMinerPTS.FlatNumeric()
|
||||
Me.pv3 = New hMinerPTS.FlatNumeric()
|
||||
Me.pv2 = New hMinerPTS.FlatNumeric()
|
||||
Me.pv1 = New hMinerPTS.FlatNumeric()
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.tbTitle = New hMinerPTS.FlatTextBox()
|
||||
Me.tbCopyright = New hMinerPTS.FlatTextBox()
|
||||
Me.tbProduct = New hMinerPTS.FlatTextBox()
|
||||
Me.tbCompany = New hMinerPTS.FlatTextBox()
|
||||
Me.tbTrademark = New hMinerPTS.FlatTextBox()
|
||||
Me.tbDesc = New hMinerPTS.FlatTextBox()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.previewIcon = New System.Windows.Forms.PictureBox()
|
||||
Me.pageBuild = New System.Windows.Forms.TabPage()
|
||||
Me.btBuild = New System.Windows.Forms.PictureBox()
|
||||
Me.Label12 = New System.Windows.Forms.Label()
|
||||
Me.pageAbout = New System.Windows.Forms.TabPage()
|
||||
Me.Label18 = New System.Windows.Forms.Label()
|
||||
Me.Label17 = New System.Windows.Forms.Label()
|
||||
Me.btMinimize = New hMinerPTS.FlatButton()
|
||||
Me.FlatClose1 = New hMinerPTS.FlatClose()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.FormSkin1.SuspendLayout()
|
||||
Me.FlatTabControl1.SuspendLayout()
|
||||
Me.pageMain.SuspendLayout()
|
||||
Me.pageAssembly.SuspendLayout()
|
||||
CType(Me.previewIcon, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.pageBuild.SuspendLayout()
|
||||
CType(Me.btBuild, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.pageAbout.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'FormSkin1
|
||||
'
|
||||
Me.FormSkin1.BackColor = System.Drawing.Color.White
|
||||
Me.FormSkin1.BaseColor = System.Drawing.Color.White
|
||||
Me.FormSkin1.BorderColor = System.Drawing.Color.Gray
|
||||
Me.FormSkin1.Controls.Add(Me.FlatClose2)
|
||||
Me.FormSkin1.Controls.Add(Me.statusBar)
|
||||
Me.FormSkin1.Controls.Add(Me.FlatTabControl1)
|
||||
Me.FormSkin1.Controls.Add(Me.btMinimize)
|
||||
Me.FormSkin1.Controls.Add(Me.FlatClose1)
|
||||
Me.FormSkin1.Controls.Add(Me.Label1)
|
||||
Me.FormSkin1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.FormSkin1.FlatColor = System.Drawing.Color.RoyalBlue
|
||||
Me.FormSkin1.Font = New System.Drawing.Font("Segoe UI", 12.0!)
|
||||
Me.FormSkin1.ForeColor = System.Drawing.Color.Black
|
||||
Me.FormSkin1.HeaderColor = System.Drawing.Color.White
|
||||
Me.FormSkin1.HeaderMaximize = False
|
||||
Me.FormSkin1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.FormSkin1.Name = "FormSkin1"
|
||||
Me.FormSkin1.Size = New System.Drawing.Size(520, 425)
|
||||
Me.FormSkin1.TabIndex = 0
|
||||
Me.FormSkin1.Text = "HT Miner - Leaked by Mizore"
|
||||
'
|
||||
'FlatClose2
|
||||
'
|
||||
Me.FlatClose2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.FlatClose2.BackColor = System.Drawing.Color.White
|
||||
Me.FlatClose2.BaseColor = System.Drawing.Color.FromArgb(CType(CType(168, Byte), Integer), CType(CType(35, Byte), Integer), CType(CType(35, Byte), Integer))
|
||||
Me.FlatClose2.Font = New System.Drawing.Font("Marlett", 10.0!)
|
||||
Me.FlatClose2.Location = New System.Drawing.Point(488, 12)
|
||||
Me.FlatClose2.Name = "FlatClose2"
|
||||
Me.FlatClose2.Size = New System.Drawing.Size(18, 18)
|
||||
Me.FlatClose2.TabIndex = 5
|
||||
Me.FlatClose2.Text = "FlatClose2"
|
||||
Me.FlatClose2.TextColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(243, Byte), Integer), CType(CType(243, Byte), Integer))
|
||||
'
|
||||
'statusBar
|
||||
'
|
||||
Me.statusBar.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.statusBar.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.statusBar.Font = New System.Drawing.Font("Segoe UI", 8.0!)
|
||||
Me.statusBar.ForeColor = System.Drawing.Color.White
|
||||
Me.statusBar.Location = New System.Drawing.Point(0, 402)
|
||||
Me.statusBar.Name = "statusBar"
|
||||
Me.statusBar.RectColor = System.Drawing.Color.RoyalBlue
|
||||
Me.statusBar.ShowTimeDate = True
|
||||
Me.statusBar.Size = New System.Drawing.Size(520, 23)
|
||||
Me.statusBar.TabIndex = 4
|
||||
Me.statusBar.Text = "Version: 1.1.3 (LATEST) | News: None."
|
||||
Me.statusBar.TextColor = System.Drawing.Color.White
|
||||
'
|
||||
'FlatTabControl1
|
||||
'
|
||||
Me.FlatTabControl1.ActiveColor = System.Drawing.Color.RoyalBlue
|
||||
Me.FlatTabControl1.BaseColor = System.Drawing.Color.White
|
||||
Me.FlatTabControl1.Controls.Add(Me.pageMain)
|
||||
Me.FlatTabControl1.Controls.Add(Me.pageAssembly)
|
||||
Me.FlatTabControl1.Controls.Add(Me.pageBuild)
|
||||
Me.FlatTabControl1.Controls.Add(Me.pageAbout)
|
||||
Me.FlatTabControl1.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.FlatTabControl1.ItemSize = New System.Drawing.Size(120, 40)
|
||||
Me.FlatTabControl1.Location = New System.Drawing.Point(8, 53)
|
||||
Me.FlatTabControl1.Name = "FlatTabControl1"
|
||||
Me.FlatTabControl1.SelectedIndex = 0
|
||||
Me.FlatTabControl1.Size = New System.Drawing.Size(502, 343)
|
||||
Me.FlatTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed
|
||||
Me.FlatTabControl1.TabIndex = 3
|
||||
'
|
||||
'pageMain
|
||||
'
|
||||
Me.pageMain.BackColor = System.Drawing.Color.White
|
||||
Me.pageMain.Controls.Add(Me.Label16)
|
||||
Me.pageMain.Controls.Add(Me.checkDebug)
|
||||
Me.pageMain.Controls.Add(Me.Label15)
|
||||
Me.pageMain.Controls.Add(Me.checkPercent)
|
||||
Me.pageMain.Controls.Add(Me.Label14)
|
||||
Me.pageMain.Controls.Add(Me.nThreads)
|
||||
Me.pageMain.Controls.Add(Me.Label13)
|
||||
Me.pageMain.Controls.Add(Me.btReset)
|
||||
Me.pageMain.Controls.Add(Me.btHelp)
|
||||
Me.pageMain.Controls.Add(Me.tbMutex)
|
||||
Me.pageMain.Controls.Add(Me.checkMutex)
|
||||
Me.pageMain.Controls.Add(Me.tbStartup)
|
||||
Me.pageMain.Controls.Add(Me.checkStartup)
|
||||
Me.pageMain.Controls.Add(Me.Label6)
|
||||
Me.pageMain.Controls.Add(Me.comboInject)
|
||||
Me.pageMain.Controls.Add(Me.Label5)
|
||||
Me.pageMain.Controls.Add(Me.tbPass)
|
||||
Me.pageMain.Controls.Add(Me.Label4)
|
||||
Me.pageMain.Controls.Add(Me.tbWorker)
|
||||
Me.pageMain.Controls.Add(Me.Label3)
|
||||
Me.pageMain.Controls.Add(Me.tbURL)
|
||||
Me.pageMain.Controls.Add(Me.Label2)
|
||||
Me.pageMain.Controls.Add(Me.Label7)
|
||||
Me.pageMain.Location = New System.Drawing.Point(4, 44)
|
||||
Me.pageMain.Name = "pageMain"
|
||||
Me.pageMain.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.pageMain.Size = New System.Drawing.Size(494, 295)
|
||||
Me.pageMain.TabIndex = 0
|
||||
Me.pageMain.Text = "Main"
|
||||
'
|
||||
'Label16
|
||||
'
|
||||
Me.Label16.AutoSize = True
|
||||
Me.Label16.Location = New System.Drawing.Point(264, 231)
|
||||
Me.Label16.Name = "Label16"
|
||||
Me.Label16.Size = New System.Drawing.Size(89, 19)
|
||||
Me.Label16.TabIndex = 23
|
||||
Me.Label16.Text = "Debug mode"
|
||||
'
|
||||
'checkDebug
|
||||
'
|
||||
Me.checkDebug.BackColor = System.Drawing.Color.White
|
||||
Me.checkDebug.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.checkDebug.BorderColor = System.Drawing.Color.RoyalBlue
|
||||
Me.checkDebug.Checked = False
|
||||
Me.checkDebug.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.checkDebug.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.checkDebug.Location = New System.Drawing.Point(247, 230)
|
||||
Me.checkDebug.Name = "checkDebug"
|
||||
Me.checkDebug.Options = hMinerPTS.FlatCheckBox._Options.Style1
|
||||
Me.checkDebug.Size = New System.Drawing.Size(21, 22)
|
||||
Me.checkDebug.TabIndex = 22
|
||||
Me.checkDebug.Text = "Debug Mode"
|
||||
'
|
||||
'Label15
|
||||
'
|
||||
Me.Label15.AutoSize = True
|
||||
Me.Label15.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label15.Location = New System.Drawing.Point(30, 263)
|
||||
Me.Label15.Name = "Label15"
|
||||
Me.Label15.Size = New System.Drawing.Size(36, 19)
|
||||
Me.Label15.TabIndex = 21
|
||||
Me.Label15.Text = "50%"
|
||||
'
|
||||
'checkPercent
|
||||
'
|
||||
Me.checkPercent.BackColor = System.Drawing.Color.White
|
||||
Me.checkPercent.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.checkPercent.BorderColor = System.Drawing.Color.RoyalBlue
|
||||
Me.checkPercent.Checked = False
|
||||
Me.checkPercent.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.checkPercent.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.checkPercent.Location = New System.Drawing.Point(10, 262)
|
||||
Me.checkPercent.Name = "checkPercent"
|
||||
Me.checkPercent.Options = hMinerPTS.FlatCheckBox._Options.Style1
|
||||
Me.checkPercent.Size = New System.Drawing.Size(21, 22)
|
||||
Me.checkPercent.TabIndex = 20
|
||||
Me.checkPercent.Text = "FlatCheckBox1"
|
||||
'
|
||||
'Label14
|
||||
'
|
||||
Me.Label14.AutoSize = True
|
||||
Me.Label14.Location = New System.Drawing.Point(88, 233)
|
||||
Me.Label14.Name = "Label14"
|
||||
Me.Label14.Size = New System.Drawing.Size(77, 19)
|
||||
Me.Label14.TabIndex = 19
|
||||
Me.Label14.Text = "Threads or:"
|
||||
'
|
||||
'nThreads
|
||||
'
|
||||
Me.nThreads.BackColor = System.Drawing.Color.FromArgb(CType(CType(60, Byte), Integer), CType(CType(70, Byte), Integer), CType(CType(73, Byte), Integer))
|
||||
Me.nThreads.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.nThreads.ButtonColor = System.Drawing.Color.RoyalBlue
|
||||
Me.nThreads.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.nThreads.ForeColor = System.Drawing.Color.White
|
||||
Me.nThreads.Location = New System.Drawing.Point(10, 227)
|
||||
Me.nThreads.Maximum = CType(16, Long)
|
||||
Me.nThreads.Minimum = CType(0, Long)
|
||||
Me.nThreads.Name = "nThreads"
|
||||
Me.nThreads.Size = New System.Drawing.Size(75, 30)
|
||||
Me.nThreads.TabIndex = 18
|
||||
Me.nThreads.Text = "nThreads"
|
||||
Me.nThreads.Value = CType(0, Long)
|
||||
'
|
||||
'Label13
|
||||
'
|
||||
Me.Label13.AutoSize = True
|
||||
Me.Label13.Location = New System.Drawing.Point(6, 205)
|
||||
Me.Label13.Name = "Label13"
|
||||
Me.Label13.Size = New System.Drawing.Size(60, 19)
|
||||
Me.Label13.TabIndex = 17
|
||||
Me.Label13.Text = "Threads:"
|
||||
'
|
||||
'btReset
|
||||
'
|
||||
Me.btReset.BackColor = System.Drawing.Color.Transparent
|
||||
Me.btReset.BaseColor = System.Drawing.Color.RoyalBlue
|
||||
Me.btReset.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.btReset.Font = New System.Drawing.Font("Segoe UI", 12.0!)
|
||||
Me.btReset.Location = New System.Drawing.Point(401, 162)
|
||||
Me.btReset.Name = "btReset"
|
||||
Me.btReset.Rounded = False
|
||||
Me.btReset.Size = New System.Drawing.Size(79, 40)
|
||||
Me.btReset.TabIndex = 15
|
||||
Me.btReset.Text = "Reset"
|
||||
Me.btReset.TextColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(243, Byte), Integer), CType(CType(243, Byte), Integer))
|
||||
'
|
||||
'btHelp
|
||||
'
|
||||
Me.btHelp.BackColor = System.Drawing.Color.Transparent
|
||||
Me.btHelp.BaseColor = System.Drawing.Color.RoyalBlue
|
||||
Me.btHelp.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.btHelp.Font = New System.Drawing.Font("Segoe UI", 12.0!)
|
||||
Me.btHelp.Location = New System.Drawing.Point(401, 97)
|
||||
Me.btHelp.Name = "btHelp"
|
||||
Me.btHelp.Rounded = False
|
||||
Me.btHelp.Size = New System.Drawing.Size(79, 40)
|
||||
Me.btHelp.TabIndex = 14
|
||||
Me.btHelp.Text = "Help"
|
||||
Me.btHelp.TextColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(243, Byte), Integer), CType(CType(243, Byte), Integer))
|
||||
'
|
||||
'tbMutex
|
||||
'
|
||||
Me.tbMutex.BackColor = System.Drawing.Color.Transparent
|
||||
Me.tbMutex.Enabled = False
|
||||
Me.tbMutex.Location = New System.Drawing.Point(247, 162)
|
||||
Me.tbMutex.MaxLength = 32767
|
||||
Me.tbMutex.Multiline = False
|
||||
Me.tbMutex.Name = "tbMutex"
|
||||
Me.tbMutex.ReadOnly = False
|
||||
Me.tbMutex.Size = New System.Drawing.Size(121, 29)
|
||||
Me.tbMutex.TabIndex = 13
|
||||
Me.tbMutex.Text = "Random Chars"
|
||||
Me.tbMutex.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.tbMutex.TextColor = System.Drawing.Color.Silver
|
||||
Me.tbMutex.UseSystemPasswordChar = False
|
||||
'
|
||||
'checkMutex
|
||||
'
|
||||
Me.checkMutex.BackColor = System.Drawing.Color.White
|
||||
Me.checkMutex.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.checkMutex.BorderColor = System.Drawing.Color.RoyalBlue
|
||||
Me.checkMutex.Checked = False
|
||||
Me.checkMutex.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.checkMutex.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.checkMutex.Location = New System.Drawing.Point(247, 139)
|
||||
Me.checkMutex.Name = "checkMutex"
|
||||
Me.checkMutex.Options = hMinerPTS.FlatCheckBox._Options.Style1
|
||||
Me.checkMutex.Size = New System.Drawing.Size(21, 22)
|
||||
Me.checkMutex.TabIndex = 12
|
||||
Me.checkMutex.Text = "FlatCheckBox2"
|
||||
'
|
||||
'tbStartup
|
||||
'
|
||||
Me.tbStartup.BackColor = System.Drawing.Color.Transparent
|
||||
Me.tbStartup.Enabled = False
|
||||
Me.tbStartup.Location = New System.Drawing.Point(247, 97)
|
||||
Me.tbStartup.MaxLength = 32767
|
||||
Me.tbStartup.Multiline = False
|
||||
Me.tbStartup.Name = "tbStartup"
|
||||
Me.tbStartup.ReadOnly = False
|
||||
Me.tbStartup.Size = New System.Drawing.Size(121, 29)
|
||||
Me.tbStartup.TabIndex = 10
|
||||
Me.tbStartup.Text = "Startupkey"
|
||||
Me.tbStartup.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.tbStartup.TextColor = System.Drawing.Color.Silver
|
||||
Me.tbStartup.UseSystemPasswordChar = False
|
||||
'
|
||||
'checkStartup
|
||||
'
|
||||
Me.checkStartup.BackColor = System.Drawing.Color.White
|
||||
Me.checkStartup.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.checkStartup.BorderColor = System.Drawing.Color.RoyalBlue
|
||||
Me.checkStartup.Checked = False
|
||||
Me.checkStartup.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.checkStartup.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.checkStartup.Location = New System.Drawing.Point(247, 74)
|
||||
Me.checkStartup.Name = "checkStartup"
|
||||
Me.checkStartup.Options = hMinerPTS.FlatCheckBox._Options.Style1
|
||||
Me.checkStartup.Size = New System.Drawing.Size(21, 22)
|
||||
Me.checkStartup.TabIndex = 8
|
||||
Me.checkStartup.Text = "FlatCheckBox1"
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
Me.Label6.AutoSize = True
|
||||
Me.Label6.Location = New System.Drawing.Point(263, 75)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(54, 19)
|
||||
Me.Label6.TabIndex = 9
|
||||
Me.Label6.Text = "Startup"
|
||||
'
|
||||
'comboInject
|
||||
'
|
||||
Me.comboInject.BackColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(45, Byte), Integer), CType(CType(48, Byte), Integer))
|
||||
Me.comboInject.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.comboInject.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
|
||||
Me.comboInject.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.comboInject.Font = New System.Drawing.Font("Segoe UI", 8.0!)
|
||||
Me.comboInject.ForeColor = System.Drawing.Color.White
|
||||
Me.comboInject.FormattingEnabled = True
|
||||
Me.comboInject.HoverColor = System.Drawing.Color.RoyalBlue
|
||||
Me.comboInject.ItemHeight = 18
|
||||
Me.comboInject.Items.AddRange(New Object() {"VBC", "CSC", "CVTRES"})
|
||||
Me.comboInject.Location = New System.Drawing.Point(247, 32)
|
||||
Me.comboInject.Name = "comboInject"
|
||||
Me.comboInject.Size = New System.Drawing.Size(121, 24)
|
||||
Me.comboInject.TabIndex = 7
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.Location = New System.Drawing.Point(243, 10)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(74, 19)
|
||||
Me.Label5.TabIndex = 6
|
||||
Me.Label5.Text = "Inject Into:"
|
||||
'
|
||||
'tbPass
|
||||
'
|
||||
Me.tbPass.BackColor = System.Drawing.Color.Transparent
|
||||
Me.tbPass.Location = New System.Drawing.Point(10, 162)
|
||||
Me.tbPass.MaxLength = 32767
|
||||
Me.tbPass.Multiline = False
|
||||
Me.tbPass.Name = "tbPass"
|
||||
Me.tbPass.ReadOnly = False
|
||||
Me.tbPass.Size = New System.Drawing.Size(175, 29)
|
||||
Me.tbPass.TabIndex = 5
|
||||
Me.tbPass.Text = "x"
|
||||
Me.tbPass.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.tbPass.TextColor = System.Drawing.Color.White
|
||||
Me.tbPass.UseSystemPasswordChar = False
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.Location = New System.Drawing.Point(6, 140)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(70, 19)
|
||||
Me.Label4.TabIndex = 4
|
||||
Me.Label4.Text = "Password:"
|
||||
'
|
||||
'tbWorker
|
||||
'
|
||||
Me.tbWorker.BackColor = System.Drawing.Color.Transparent
|
||||
Me.tbWorker.Location = New System.Drawing.Point(10, 97)
|
||||
Me.tbWorker.MaxLength = 32767
|
||||
Me.tbWorker.Multiline = False
|
||||
Me.tbWorker.Name = "tbWorker"
|
||||
Me.tbWorker.ReadOnly = False
|
||||
Me.tbWorker.Size = New System.Drawing.Size(175, 29)
|
||||
Me.tbWorker.TabIndex = 3
|
||||
Me.tbWorker.Text = "Example.PTS"
|
||||
Me.tbWorker.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.tbWorker.TextColor = System.Drawing.Color.White
|
||||
Me.tbWorker.UseSystemPasswordChar = False
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Location = New System.Drawing.Point(6, 75)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(57, 19)
|
||||
Me.Label3.TabIndex = 2
|
||||
Me.Label3.Text = "Worker:"
|
||||
'
|
||||
'tbURL
|
||||
'
|
||||
Me.tbURL.BackColor = System.Drawing.Color.Transparent
|
||||
Me.tbURL.Location = New System.Drawing.Point(10, 32)
|
||||
Me.tbURL.MaxLength = 32767
|
||||
Me.tbURL.Multiline = False
|
||||
Me.tbURL.Name = "tbURL"
|
||||
Me.tbURL.ReadOnly = False
|
||||
Me.tbURL.Size = New System.Drawing.Size(175, 29)
|
||||
Me.tbURL.TabIndex = 1
|
||||
Me.tbURL.Text = "ypool.net"
|
||||
Me.tbURL.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.tbURL.TextColor = System.Drawing.Color.White
|
||||
Me.tbURL.UseSystemPasswordChar = False
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(6, 10)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(68, 19)
|
||||
Me.Label2.TabIndex = 0
|
||||
Me.Label2.Text = "Pool URL:"
|
||||
'
|
||||
'Label7
|
||||
'
|
||||
Me.Label7.AutoSize = True
|
||||
Me.Label7.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label7.Location = New System.Drawing.Point(263, 140)
|
||||
Me.Label7.Name = "Label7"
|
||||
Me.Label7.Size = New System.Drawing.Size(48, 19)
|
||||
Me.Label7.TabIndex = 11
|
||||
Me.Label7.Text = "Mutex"
|
||||
'
|
||||
'pageAssembly
|
||||
'
|
||||
Me.pageAssembly.BackColor = System.Drawing.Color.White
|
||||
Me.pageAssembly.Controls.Add(Me.btIconBrowse)
|
||||
Me.pageAssembly.Controls.Add(Me.checkIcon)
|
||||
Me.pageAssembly.Controls.Add(Me.Label11)
|
||||
Me.pageAssembly.Controls.Add(Me.fv4)
|
||||
Me.pageAssembly.Controls.Add(Me.fv3)
|
||||
Me.pageAssembly.Controls.Add(Me.fv2)
|
||||
Me.pageAssembly.Controls.Add(Me.fv1)
|
||||
Me.pageAssembly.Controls.Add(Me.Label10)
|
||||
Me.pageAssembly.Controls.Add(Me.pv4)
|
||||
Me.pageAssembly.Controls.Add(Me.pv3)
|
||||
Me.pageAssembly.Controls.Add(Me.pv2)
|
||||
Me.pageAssembly.Controls.Add(Me.pv1)
|
||||
Me.pageAssembly.Controls.Add(Me.Label9)
|
||||
Me.pageAssembly.Controls.Add(Me.tbTitle)
|
||||
Me.pageAssembly.Controls.Add(Me.tbCopyright)
|
||||
Me.pageAssembly.Controls.Add(Me.tbProduct)
|
||||
Me.pageAssembly.Controls.Add(Me.tbCompany)
|
||||
Me.pageAssembly.Controls.Add(Me.tbTrademark)
|
||||
Me.pageAssembly.Controls.Add(Me.tbDesc)
|
||||
Me.pageAssembly.Controls.Add(Me.Label8)
|
||||
Me.pageAssembly.Controls.Add(Me.previewIcon)
|
||||
Me.pageAssembly.Location = New System.Drawing.Point(4, 44)
|
||||
Me.pageAssembly.Name = "pageAssembly"
|
||||
Me.pageAssembly.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.pageAssembly.Size = New System.Drawing.Size(494, 295)
|
||||
Me.pageAssembly.TabIndex = 1
|
||||
Me.pageAssembly.Text = "Assembly"
|
||||
'
|
||||
'btIconBrowse
|
||||
'
|
||||
Me.btIconBrowse.BackColor = System.Drawing.Color.Transparent
|
||||
Me.btIconBrowse.BaseColor = System.Drawing.Color.RoyalBlue
|
||||
Me.btIconBrowse.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.btIconBrowse.Enabled = False
|
||||
Me.btIconBrowse.Font = New System.Drawing.Font("Segoe UI", 12.0!)
|
||||
Me.btIconBrowse.Location = New System.Drawing.Point(366, 165)
|
||||
Me.btIconBrowse.Name = "btIconBrowse"
|
||||
Me.btIconBrowse.Rounded = False
|
||||
Me.btIconBrowse.Size = New System.Drawing.Size(106, 32)
|
||||
Me.btIconBrowse.TabIndex = 20
|
||||
Me.btIconBrowse.Text = "Browse"
|
||||
Me.btIconBrowse.TextColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(243, Byte), Integer), CType(CType(243, Byte), Integer))
|
||||
'
|
||||
'checkIcon
|
||||
'
|
||||
Me.checkIcon.BackColor = System.Drawing.Color.White
|
||||
Me.checkIcon.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.checkIcon.BorderColor = System.Drawing.Color.RoyalBlue
|
||||
Me.checkIcon.Checked = False
|
||||
Me.checkIcon.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.checkIcon.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.checkIcon.Location = New System.Drawing.Point(354, 9)
|
||||
Me.checkIcon.Name = "checkIcon"
|
||||
Me.checkIcon.Options = hMinerPTS.FlatCheckBox._Options.Style1
|
||||
Me.checkIcon.Size = New System.Drawing.Size(21, 22)
|
||||
Me.checkIcon.TabIndex = 18
|
||||
Me.checkIcon.Text = "FlatCheckBox2"
|
||||
'
|
||||
'Label11
|
||||
'
|
||||
Me.Label11.AutoSize = True
|
||||
Me.Label11.Location = New System.Drawing.Point(370, 10)
|
||||
Me.Label11.Name = "Label11"
|
||||
Me.Label11.Size = New System.Drawing.Size(114, 19)
|
||||
Me.Label11.TabIndex = 17
|
||||
Me.Label11.Text = "Use Custom Icon"
|
||||
'
|
||||
'fv4
|
||||
'
|
||||
Me.fv4.BackColor = System.Drawing.Color.FromArgb(CType(CType(60, Byte), Integer), CType(CType(70, Byte), Integer), CType(CType(73, Byte), Integer))
|
||||
Me.fv4.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.fv4.ButtonColor = System.Drawing.Color.RoyalBlue
|
||||
Me.fv4.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.fv4.ForeColor = System.Drawing.Color.White
|
||||
Me.fv4.Location = New System.Drawing.Point(235, 241)
|
||||
Me.fv4.Maximum = CType(9999999, Long)
|
||||
Me.fv4.Minimum = CType(0, Long)
|
||||
Me.fv4.Name = "fv4"
|
||||
Me.fv4.Size = New System.Drawing.Size(65, 30)
|
||||
Me.fv4.TabIndex = 16
|
||||
Me.fv4.Text = "fv4"
|
||||
Me.fv4.Value = CType(0, Long)
|
||||
'
|
||||
'fv3
|
||||
'
|
||||
Me.fv3.BackColor = System.Drawing.Color.FromArgb(CType(CType(60, Byte), Integer), CType(CType(70, Byte), Integer), CType(CType(73, Byte), Integer))
|
||||
Me.fv3.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.fv3.ButtonColor = System.Drawing.Color.RoyalBlue
|
||||
Me.fv3.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.fv3.ForeColor = System.Drawing.Color.White
|
||||
Me.fv3.Location = New System.Drawing.Point(160, 241)
|
||||
Me.fv3.Maximum = CType(9999999, Long)
|
||||
Me.fv3.Minimum = CType(0, Long)
|
||||
Me.fv3.Name = "fv3"
|
||||
Me.fv3.Size = New System.Drawing.Size(65, 30)
|
||||
Me.fv3.TabIndex = 15
|
||||
Me.fv3.Text = "fv3"
|
||||
Me.fv3.Value = CType(0, Long)
|
||||
'
|
||||
'fv2
|
||||
'
|
||||
Me.fv2.BackColor = System.Drawing.Color.FromArgb(CType(CType(60, Byte), Integer), CType(CType(70, Byte), Integer), CType(CType(73, Byte), Integer))
|
||||
Me.fv2.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.fv2.ButtonColor = System.Drawing.Color.RoyalBlue
|
||||
Me.fv2.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.fv2.ForeColor = System.Drawing.Color.White
|
||||
Me.fv2.Location = New System.Drawing.Point(85, 241)
|
||||
Me.fv2.Maximum = CType(9999999, Long)
|
||||
Me.fv2.Minimum = CType(0, Long)
|
||||
Me.fv2.Name = "fv2"
|
||||
Me.fv2.Size = New System.Drawing.Size(65, 30)
|
||||
Me.fv2.TabIndex = 14
|
||||
Me.fv2.Text = "fv2"
|
||||
Me.fv2.Value = CType(0, Long)
|
||||
'
|
||||
'fv1
|
||||
'
|
||||
Me.fv1.BackColor = System.Drawing.Color.FromArgb(CType(CType(60, Byte), Integer), CType(CType(70, Byte), Integer), CType(CType(73, Byte), Integer))
|
||||
Me.fv1.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.fv1.ButtonColor = System.Drawing.Color.RoyalBlue
|
||||
Me.fv1.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.fv1.ForeColor = System.Drawing.Color.White
|
||||
Me.fv1.Location = New System.Drawing.Point(10, 241)
|
||||
Me.fv1.Maximum = CType(9999999, Long)
|
||||
Me.fv1.Minimum = CType(0, Long)
|
||||
Me.fv1.Name = "fv1"
|
||||
Me.fv1.Size = New System.Drawing.Size(65, 30)
|
||||
Me.fv1.TabIndex = 13
|
||||
Me.fv1.Text = "fv1"
|
||||
Me.fv1.Value = CType(0, Long)
|
||||
'
|
||||
'Label10
|
||||
'
|
||||
Me.Label10.AutoSize = True
|
||||
Me.Label10.Location = New System.Drawing.Point(6, 219)
|
||||
Me.Label10.Name = "Label10"
|
||||
Me.Label10.Size = New System.Drawing.Size(82, 19)
|
||||
Me.Label10.TabIndex = 12
|
||||
Me.Label10.Text = "File Version:"
|
||||
'
|
||||
'pv4
|
||||
'
|
||||
Me.pv4.BackColor = System.Drawing.Color.FromArgb(CType(CType(60, Byte), Integer), CType(CType(70, Byte), Integer), CType(CType(73, Byte), Integer))
|
||||
Me.pv4.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.pv4.ButtonColor = System.Drawing.Color.RoyalBlue
|
||||
Me.pv4.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.pv4.ForeColor = System.Drawing.Color.White
|
||||
Me.pv4.Location = New System.Drawing.Point(235, 175)
|
||||
Me.pv4.Maximum = CType(9999999, Long)
|
||||
Me.pv4.Minimum = CType(0, Long)
|
||||
Me.pv4.Name = "pv4"
|
||||
Me.pv4.Size = New System.Drawing.Size(65, 30)
|
||||
Me.pv4.TabIndex = 11
|
||||
Me.pv4.Text = "pv4"
|
||||
Me.pv4.Value = CType(0, Long)
|
||||
'
|
||||
'pv3
|
||||
'
|
||||
Me.pv3.BackColor = System.Drawing.Color.FromArgb(CType(CType(60, Byte), Integer), CType(CType(70, Byte), Integer), CType(CType(73, Byte), Integer))
|
||||
Me.pv3.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.pv3.ButtonColor = System.Drawing.Color.RoyalBlue
|
||||
Me.pv3.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.pv3.ForeColor = System.Drawing.Color.White
|
||||
Me.pv3.Location = New System.Drawing.Point(160, 175)
|
||||
Me.pv3.Maximum = CType(9999999, Long)
|
||||
Me.pv3.Minimum = CType(0, Long)
|
||||
Me.pv3.Name = "pv3"
|
||||
Me.pv3.Size = New System.Drawing.Size(65, 30)
|
||||
Me.pv3.TabIndex = 10
|
||||
Me.pv3.Text = "pv3"
|
||||
Me.pv3.Value = CType(0, Long)
|
||||
'
|
||||
'pv2
|
||||
'
|
||||
Me.pv2.BackColor = System.Drawing.Color.FromArgb(CType(CType(60, Byte), Integer), CType(CType(70, Byte), Integer), CType(CType(73, Byte), Integer))
|
||||
Me.pv2.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.pv2.ButtonColor = System.Drawing.Color.RoyalBlue
|
||||
Me.pv2.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.pv2.ForeColor = System.Drawing.Color.White
|
||||
Me.pv2.Location = New System.Drawing.Point(85, 175)
|
||||
Me.pv2.Maximum = CType(9999999, Long)
|
||||
Me.pv2.Minimum = CType(0, Long)
|
||||
Me.pv2.Name = "pv2"
|
||||
Me.pv2.Size = New System.Drawing.Size(65, 30)
|
||||
Me.pv2.TabIndex = 9
|
||||
Me.pv2.Text = "pv2"
|
||||
Me.pv2.Value = CType(0, Long)
|
||||
'
|
||||
'pv1
|
||||
'
|
||||
Me.pv1.BackColor = System.Drawing.Color.FromArgb(CType(CType(60, Byte), Integer), CType(CType(70, Byte), Integer), CType(CType(73, Byte), Integer))
|
||||
Me.pv1.BaseColor = System.Drawing.Color.FromArgb(CType(CType(45, Byte), Integer), CType(CType(47, Byte), Integer), CType(CType(49, Byte), Integer))
|
||||
Me.pv1.ButtonColor = System.Drawing.Color.RoyalBlue
|
||||
Me.pv1.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.pv1.ForeColor = System.Drawing.Color.White
|
||||
Me.pv1.Location = New System.Drawing.Point(10, 175)
|
||||
Me.pv1.Maximum = CType(9999999, Long)
|
||||
Me.pv1.Minimum = CType(0, Long)
|
||||
Me.pv1.Name = "pv1"
|
||||
Me.pv1.Size = New System.Drawing.Size(65, 30)
|
||||
Me.pv1.TabIndex = 8
|
||||
Me.pv1.Text = "pv1"
|
||||
Me.pv1.Value = CType(0, Long)
|
||||
'
|
||||
'Label9
|
||||
'
|
||||
Me.Label9.AutoSize = True
|
||||
Me.Label9.Location = New System.Drawing.Point(6, 153)
|
||||
Me.Label9.Name = "Label9"
|
||||
Me.Label9.Size = New System.Drawing.Size(110, 19)
|
||||
Me.Label9.TabIndex = 7
|
||||
Me.Label9.Text = "Product Version:"
|
||||
'
|
||||
'tbTitle
|
||||
'
|
||||
Me.tbTitle.BackColor = System.Drawing.Color.Transparent
|
||||
Me.tbTitle.Location = New System.Drawing.Point(158, 102)
|
||||
Me.tbTitle.MaxLength = 32767
|
||||
Me.tbTitle.Multiline = False
|
||||
Me.tbTitle.Name = "tbTitle"
|
||||
Me.tbTitle.ReadOnly = False
|
||||
Me.tbTitle.Size = New System.Drawing.Size(142, 29)
|
||||
Me.tbTitle.TabIndex = 6
|
||||
Me.tbTitle.Text = "Title"
|
||||
Me.tbTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.tbTitle.TextColor = System.Drawing.Color.White
|
||||
Me.tbTitle.UseSystemPasswordChar = False
|
||||
'
|
||||
'tbCopyright
|
||||
'
|
||||
Me.tbCopyright.BackColor = System.Drawing.Color.Transparent
|
||||
Me.tbCopyright.Location = New System.Drawing.Point(10, 102)
|
||||
Me.tbCopyright.MaxLength = 32767
|
||||
Me.tbCopyright.Multiline = False
|
||||
Me.tbCopyright.Name = "tbCopyright"
|
||||
Me.tbCopyright.ReadOnly = False
|
||||
Me.tbCopyright.Size = New System.Drawing.Size(142, 29)
|
||||
Me.tbCopyright.TabIndex = 5
|
||||
Me.tbCopyright.Text = "Copyright"
|
||||
Me.tbCopyright.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.tbCopyright.TextColor = System.Drawing.Color.White
|
||||
Me.tbCopyright.UseSystemPasswordChar = False
|
||||
'
|
||||
'tbProduct
|
||||
'
|
||||
Me.tbProduct.BackColor = System.Drawing.Color.Transparent
|
||||
Me.tbProduct.Location = New System.Drawing.Point(158, 67)
|
||||
Me.tbProduct.MaxLength = 32767
|
||||
Me.tbProduct.Multiline = False
|
||||
Me.tbProduct.Name = "tbProduct"
|
||||
Me.tbProduct.ReadOnly = False
|
||||
Me.tbProduct.Size = New System.Drawing.Size(142, 29)
|
||||
Me.tbProduct.TabIndex = 4
|
||||
Me.tbProduct.Text = "Product"
|
||||
Me.tbProduct.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.tbProduct.TextColor = System.Drawing.Color.White
|
||||
Me.tbProduct.UseSystemPasswordChar = False
|
||||
'
|
||||
'tbCompany
|
||||
'
|
||||
Me.tbCompany.BackColor = System.Drawing.Color.Transparent
|
||||
Me.tbCompany.Location = New System.Drawing.Point(10, 67)
|
||||
Me.tbCompany.MaxLength = 32767
|
||||
Me.tbCompany.Multiline = False
|
||||
Me.tbCompany.Name = "tbCompany"
|
||||
Me.tbCompany.ReadOnly = False
|
||||
Me.tbCompany.Size = New System.Drawing.Size(142, 29)
|
||||
Me.tbCompany.TabIndex = 3
|
||||
Me.tbCompany.Text = "Company"
|
||||
Me.tbCompany.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.tbCompany.TextColor = System.Drawing.Color.White
|
||||
Me.tbCompany.UseSystemPasswordChar = False
|
||||
'
|
||||
'tbTrademark
|
||||
'
|
||||
Me.tbTrademark.BackColor = System.Drawing.Color.Transparent
|
||||
Me.tbTrademark.Location = New System.Drawing.Point(158, 32)
|
||||
Me.tbTrademark.MaxLength = 32767
|
||||
Me.tbTrademark.Multiline = False
|
||||
Me.tbTrademark.Name = "tbTrademark"
|
||||
Me.tbTrademark.ReadOnly = False
|
||||
Me.tbTrademark.Size = New System.Drawing.Size(142, 29)
|
||||
Me.tbTrademark.TabIndex = 2
|
||||
Me.tbTrademark.Text = "Trademark"
|
||||
Me.tbTrademark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.tbTrademark.TextColor = System.Drawing.Color.White
|
||||
Me.tbTrademark.UseSystemPasswordChar = False
|
||||
'
|
||||
'tbDesc
|
||||
'
|
||||
Me.tbDesc.BackColor = System.Drawing.Color.Transparent
|
||||
Me.tbDesc.Location = New System.Drawing.Point(10, 32)
|
||||
Me.tbDesc.MaxLength = 32767
|
||||
Me.tbDesc.Multiline = False
|
||||
Me.tbDesc.Name = "tbDesc"
|
||||
Me.tbDesc.ReadOnly = False
|
||||
Me.tbDesc.Size = New System.Drawing.Size(142, 29)
|
||||
Me.tbDesc.TabIndex = 1
|
||||
Me.tbDesc.Text = "Description"
|
||||
Me.tbDesc.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.tbDesc.TextColor = System.Drawing.Color.White
|
||||
Me.tbDesc.UseSystemPasswordChar = False
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
Me.Label8.AutoSize = True
|
||||
Me.Label8.Location = New System.Drawing.Point(6, 10)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(146, 19)
|
||||
Me.Label8.TabIndex = 0
|
||||
Me.Label8.Text = "Assembly Information:"
|
||||
'
|
||||
'previewIcon
|
||||
'
|
||||
Me.previewIcon.BackColor = System.Drawing.Color.Gainsboro
|
||||
Me.previewIcon.Location = New System.Drawing.Point(355, 32)
|
||||
Me.previewIcon.Name = "previewIcon"
|
||||
Me.previewIcon.Size = New System.Drawing.Size(128, 128)
|
||||
Me.previewIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||||
Me.previewIcon.TabIndex = 19
|
||||
Me.previewIcon.TabStop = False
|
||||
'
|
||||
'pageBuild
|
||||
'
|
||||
Me.pageBuild.BackColor = System.Drawing.Color.White
|
||||
Me.pageBuild.Controls.Add(Me.btBuild)
|
||||
Me.pageBuild.Controls.Add(Me.Label12)
|
||||
Me.pageBuild.Location = New System.Drawing.Point(4, 44)
|
||||
Me.pageBuild.Name = "pageBuild"
|
||||
Me.pageBuild.Size = New System.Drawing.Size(494, 295)
|
||||
Me.pageBuild.TabIndex = 2
|
||||
Me.pageBuild.Text = "Build"
|
||||
'
|
||||
'btBuild
|
||||
'
|
||||
Me.btBuild.Image = CType(resources.GetObject("btBuild.Image"), System.Drawing.Image)
|
||||
Me.btBuild.InitialImage = CType(resources.GetObject("btBuild.InitialImage"), System.Drawing.Image)
|
||||
Me.btBuild.Location = New System.Drawing.Point(126, 47)
|
||||
Me.btBuild.Name = "btBuild"
|
||||
Me.btBuild.Size = New System.Drawing.Size(232, 232)
|
||||
Me.btBuild.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||||
Me.btBuild.TabIndex = 1
|
||||
Me.btBuild.TabStop = False
|
||||
'
|
||||
'Label12
|
||||
'
|
||||
Me.Label12.AutoSize = True
|
||||
Me.Label12.Font = New System.Drawing.Font("Segoe UI", 15.0!)
|
||||
Me.Label12.Location = New System.Drawing.Point(80, 10)
|
||||
Me.Label12.Name = "Label12"
|
||||
Me.Label12.Size = New System.Drawing.Size(351, 28)
|
||||
Me.Label12.TabIndex = 0
|
||||
Me.Label12.Text = "Press the Button to build miner output."
|
||||
'
|
||||
'pageAbout
|
||||
'
|
||||
Me.pageAbout.BackColor = System.Drawing.Color.White
|
||||
Me.pageAbout.Controls.Add(Me.Label18)
|
||||
Me.pageAbout.Controls.Add(Me.Label17)
|
||||
Me.pageAbout.Location = New System.Drawing.Point(4, 44)
|
||||
Me.pageAbout.Name = "pageAbout"
|
||||
Me.pageAbout.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.pageAbout.Size = New System.Drawing.Size(494, 295)
|
||||
Me.pageAbout.TabIndex = 3
|
||||
Me.pageAbout.Text = "About"
|
||||
'
|
||||
'Label18
|
||||
'
|
||||
Me.Label18.Location = New System.Drawing.Point(160, 97)
|
||||
Me.Label18.Name = "Label18"
|
||||
Me.Label18.Size = New System.Drawing.Size(146, 46)
|
||||
Me.Label18.TabIndex = 1
|
||||
Me.Label18.Text = "Please visit www.HackerTalk.net" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
|
||||
'
|
||||
'Label17
|
||||
'
|
||||
Me.Label17.AutoSize = True
|
||||
Me.Label17.Location = New System.Drawing.Point(160, 73)
|
||||
Me.Label17.Name = "Label17"
|
||||
Me.Label17.Size = New System.Drawing.Size(223, 19)
|
||||
Me.Label17.TabIndex = 0
|
||||
Me.Label17.Text = "Program created by HackerTalk.net"
|
||||
'
|
||||
'btMinimize
|
||||
'
|
||||
Me.btMinimize.BackColor = System.Drawing.Color.Transparent
|
||||
Me.btMinimize.BaseColor = System.Drawing.Color.DarkGray
|
||||
Me.btMinimize.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.btMinimize.Font = New System.Drawing.Font("Segoe UI", 12.0!)
|
||||
Me.btMinimize.Location = New System.Drawing.Point(465, 13)
|
||||
Me.btMinimize.Name = "btMinimize"
|
||||
Me.btMinimize.Rounded = False
|
||||
Me.btMinimize.Size = New System.Drawing.Size(18, 18)
|
||||
Me.btMinimize.TabIndex = 2
|
||||
Me.btMinimize.Text = "_"
|
||||
Me.btMinimize.TextColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(243, Byte), Integer), CType(CType(243, Byte), Integer))
|
||||
'
|
||||
'FlatClose1
|
||||
'
|
||||
Me.FlatClose1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.FlatClose1.BackColor = System.Drawing.Color.White
|
||||
Me.FlatClose1.BaseColor = System.Drawing.Color.FromArgb(CType(CType(168, Byte), Integer), CType(CType(35, Byte), Integer), CType(CType(35, Byte), Integer))
|
||||
Me.FlatClose1.Font = New System.Drawing.Font("Marlett", 10.0!)
|
||||
Me.FlatClose1.Location = New System.Drawing.Point(1009, 12)
|
||||
Me.FlatClose1.Name = "FlatClose1"
|
||||
Me.FlatClose1.Size = New System.Drawing.Size(18, 18)
|
||||
Me.FlatClose1.TabIndex = 1
|
||||
Me.FlatClose1.Text = "FlatClose1"
|
||||
Me.FlatClose1.TextColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(243, Byte), Integer), CType(CType(243, Byte), Integer))
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.BackColor = System.Drawing.Color.RoyalBlue
|
||||
Me.Label1.Location = New System.Drawing.Point(8, 48)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(575, 1)
|
||||
Me.Label1.TabIndex = 0
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(520, 425)
|
||||
Me.Controls.Add(Me.FormSkin1)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "frmMain"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "rMinerPTS - Welcome"
|
||||
Me.TransparencyKey = System.Drawing.Color.Fuchsia
|
||||
Me.FormSkin1.ResumeLayout(False)
|
||||
Me.FlatTabControl1.ResumeLayout(False)
|
||||
Me.pageMain.ResumeLayout(False)
|
||||
Me.pageMain.PerformLayout()
|
||||
Me.pageAssembly.ResumeLayout(False)
|
||||
Me.pageAssembly.PerformLayout()
|
||||
CType(Me.previewIcon, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.pageBuild.ResumeLayout(False)
|
||||
Me.pageBuild.PerformLayout()
|
||||
CType(Me.btBuild, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.pageAbout.ResumeLayout(False)
|
||||
Me.pageAbout.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents FormSkin1 As hMinerPTS.FormSkin
|
||||
Friend WithEvents statusBar As hMinerPTS.FlatStatusBar
|
||||
Friend WithEvents FlatTabControl1 As hMinerPTS.FlatTabControl
|
||||
Friend WithEvents pageMain As System.Windows.Forms.TabPage
|
||||
Friend WithEvents btReset As hMinerPTS.FlatButton
|
||||
Friend WithEvents btHelp As hMinerPTS.FlatButton
|
||||
Friend WithEvents tbMutex As hMinerPTS.FlatTextBox
|
||||
Friend WithEvents checkMutex As hMinerPTS.FlatCheckBox
|
||||
Friend WithEvents tbStartup As hMinerPTS.FlatTextBox
|
||||
Friend WithEvents checkStartup As hMinerPTS.FlatCheckBox
|
||||
Friend WithEvents Label6 As System.Windows.Forms.Label
|
||||
Friend WithEvents comboInject As hMinerPTS.FlatComboBox
|
||||
Friend WithEvents Label5 As System.Windows.Forms.Label
|
||||
Friend WithEvents tbPass As hMinerPTS.FlatTextBox
|
||||
Friend WithEvents Label4 As System.Windows.Forms.Label
|
||||
Friend WithEvents tbWorker As hMinerPTS.FlatTextBox
|
||||
Friend WithEvents Label3 As System.Windows.Forms.Label
|
||||
Friend WithEvents tbURL As hMinerPTS.FlatTextBox
|
||||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label7 As System.Windows.Forms.Label
|
||||
Friend WithEvents pageAssembly As System.Windows.Forms.TabPage
|
||||
Friend WithEvents btIconBrowse As hMinerPTS.FlatButton
|
||||
Friend WithEvents checkIcon As hMinerPTS.FlatCheckBox
|
||||
Friend WithEvents Label11 As System.Windows.Forms.Label
|
||||
Friend WithEvents fv4 As hMinerPTS.FlatNumeric
|
||||
Friend WithEvents fv3 As hMinerPTS.FlatNumeric
|
||||
Friend WithEvents fv2 As hMinerPTS.FlatNumeric
|
||||
Friend WithEvents fv1 As hMinerPTS.FlatNumeric
|
||||
Friend WithEvents Label10 As System.Windows.Forms.Label
|
||||
Friend WithEvents pv4 As hMinerPTS.FlatNumeric
|
||||
Friend WithEvents pv3 As hMinerPTS.FlatNumeric
|
||||
Friend WithEvents pv2 As hMinerPTS.FlatNumeric
|
||||
Friend WithEvents pv1 As hMinerPTS.FlatNumeric
|
||||
Friend WithEvents Label9 As System.Windows.Forms.Label
|
||||
Friend WithEvents tbTitle As hMinerPTS.FlatTextBox
|
||||
Friend WithEvents tbCopyright As hMinerPTS.FlatTextBox
|
||||
Friend WithEvents tbProduct As hMinerPTS.FlatTextBox
|
||||
Friend WithEvents tbCompany As hMinerPTS.FlatTextBox
|
||||
Friend WithEvents tbDesc As hMinerPTS.FlatTextBox
|
||||
Friend WithEvents Label8 As System.Windows.Forms.Label
|
||||
Friend WithEvents previewIcon As System.Windows.Forms.PictureBox
|
||||
Friend WithEvents pageBuild As System.Windows.Forms.TabPage
|
||||
Friend WithEvents btBuild As System.Windows.Forms.PictureBox
|
||||
Friend WithEvents Label12 As System.Windows.Forms.Label
|
||||
Friend WithEvents btMinimize As hMinerPTS.FlatButton
|
||||
Friend WithEvents FlatClose1 As hMinerPTS.FlatClose
|
||||
Friend WithEvents FlatClose2 As hMinerPTS.FlatClose
|
||||
Friend WithEvents Label15 As System.Windows.Forms.Label
|
||||
Friend WithEvents checkPercent As hMinerPTS.FlatCheckBox
|
||||
Friend WithEvents Label14 As System.Windows.Forms.Label
|
||||
Friend WithEvents nThreads As hMinerPTS.FlatNumeric
|
||||
Friend WithEvents Label13 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label16 As System.Windows.Forms.Label
|
||||
Friend WithEvents checkDebug As hMinerPTS.FlatCheckBox
|
||||
Friend WithEvents tbTrademark As hMinerPTS.FlatTextBox
|
||||
Friend WithEvents pageAbout As System.Windows.Forms.TabPage
|
||||
Friend WithEvents Label18 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label17 As System.Windows.Forms.Label
|
||||
|
||||
End Class
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,145 @@
|
||||
Imports hMinerPTS.License
|
||||
Imports System.IO
|
||||
|
||||
Public Class frmMain
|
||||
|
||||
' Sub New()
|
||||
' InitializeComponent()
|
||||
' Seal.Protection = RuntimeProtection.FullScan
|
||||
' Seal.Initialize("E42E0000") 'Required
|
||||
'
|
||||
' FormSkin1.Text = "hMinerPTS - Welcome " & Seal.Username & "."
|
||||
' statusBar.Text = "Version: " & Seal.ProductVersion.ToString() & " News: " & Seal.GlobalMessage
|
||||
' End Sub
|
||||
|
||||
Private Sub btMinimize_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btMinimize.Click
|
||||
Me.WindowState = FormWindowState.Minimized
|
||||
End Sub
|
||||
|
||||
|
||||
|
||||
Private Sub checkIcon_CheckedChanged(ByVal sender As System.Object) Handles checkIcon.CheckedChanged
|
||||
If checkIcon.Checked Then
|
||||
btIconBrowse.Enabled = True
|
||||
Settings.CustomIcon = True
|
||||
Else
|
||||
btIconBrowse.Enabled = False
|
||||
previewIcon.BackColor = Color.Gainsboro
|
||||
previewIcon.Image = Nothing
|
||||
Settings.CustomIcon = False
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
||||
Private Sub checkStartup_CheckedChanged(ByVal sender As System.Object) Handles checkStartup.CheckedChanged
|
||||
If checkStartup.Checked Then
|
||||
tbStartup.Enabled = True
|
||||
tbStartup.TextColor = Color.White
|
||||
Settings.Startup = True
|
||||
Else
|
||||
tbStartup.Enabled = False
|
||||
tbStartup.TextColor = Color.Silver
|
||||
tbStartup.Text = "Startupkey"
|
||||
Settings.Startup = False
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub checkMutex_CheckedChanged(ByVal sender As System.Object) Handles checkMutex.CheckedChanged
|
||||
If checkMutex.Checked Then
|
||||
tbMutex.Enabled = True
|
||||
tbMutex.TextColor = Color.White
|
||||
Settings.Mutex = True
|
||||
Else
|
||||
tbMutex.Enabled = False
|
||||
tbMutex.TextColor = Color.Silver
|
||||
tbMutex.Text = "Random Chars"
|
||||
Settings.Mutex = False
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub btReset_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btReset.Click
|
||||
tbURL.Text = "ypool.net"
|
||||
tbWorker.Text = "Example.PTS"
|
||||
tbPass.Text = "x"
|
||||
checkStartup.Checked = False
|
||||
checkMutex.Checked = False
|
||||
tbStartup.Text = "Startupkey"
|
||||
tbMutex.Text = "Random Chars"
|
||||
End Sub
|
||||
|
||||
Private Sub btHelp_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btHelp.Click
|
||||
MsgBox("Mutex: The miner only starts once." & vbNewLine & "Use Startup ONLY if you don't have a crypter!", MsgBoxStyle.OkOnly + MsgBoxStyle.Information, "HELP")
|
||||
End Sub
|
||||
|
||||
Private Sub btIconBrowse_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btIconBrowse.Click
|
||||
Using ofd As New OpenFileDialog With {.Title = "Open Icon...", .Filter = "Icon files (*ico)|*.ico", .InitialDirectory = Application.StartupPath}
|
||||
If ofd.ShowDialog() = DialogResult.OK Then
|
||||
previewIcon.BackColor = Color.Transparent
|
||||
previewIcon.ImageLocation = ofd.FileName
|
||||
Settings.IconPath = ofd.FileName
|
||||
End If
|
||||
End Using
|
||||
End Sub
|
||||
|
||||
Private Sub btBuild_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btBuild.MouseEnter
|
||||
btBuild.Image = My.Resources.build_hover
|
||||
End Sub
|
||||
|
||||
|
||||
Private Sub btBuild_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btBuild.MouseLeave
|
||||
btBuild.Image = My.Resources.build
|
||||
End Sub
|
||||
|
||||
Private Sub btBuild_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btBuild.Click
|
||||
|
||||
Dim tmp As String
|
||||
tmp = Path.GetTempPath() & "hMine.resources"
|
||||
|
||||
|
||||
Settings.SavePath = Settings.getSavePath()
|
||||
If Settings.SavePath = Nothing Then : MsgBox("Please choose a save location!", MsgBoxStyle.OkOnly + MsgBoxStyle.Information) : Exit Sub : End If
|
||||
|
||||
Dim source As String
|
||||
source = Settings.prepareSource(My.Resources.Stub)
|
||||
|
||||
'IO.File.WriteAllText(Application.StartupPath & "/test.vb", source)
|
||||
If Settings.CustomIcon Then
|
||||
IO.File.WriteAllBytes(tmp, My.Resources.hMine)
|
||||
rCompiler.Compile(source, Settings.SavePath, tmp, Settings.IconPath)
|
||||
IO.File.Delete(tmp)
|
||||
Else
|
||||
IO.File.WriteAllBytes(tmp, My.Resources.hMine)
|
||||
rCompiler.Compile(source, Settings.SavePath, tmp)
|
||||
IO.File.Delete(tmp)
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub checkPercent_CheckedChanged(ByVal sender As System.Object) Handles checkPercent.CheckedChanged
|
||||
If checkPercent.Checked Then
|
||||
nThreads.Enabled = False
|
||||
nThreads.Value = 0
|
||||
Settings.ThreadPercent = True
|
||||
Else
|
||||
nThreads.Enabled = True
|
||||
Settings.ThreadPercent = False
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub checkDebug_CheckedChanged(ByVal sender As System.Object) Handles checkDebug.CheckedChanged
|
||||
If checkDebug.Checked Then
|
||||
Settings.DebugMode = True
|
||||
Else
|
||||
Settings.DebugMode = False
|
||||
End If
|
||||
End Sub
|
||||
|
||||
'Private Sub FlatButton1_Click(sender As System.Object, e As System.EventArgs) Handles FlatButton1.Click
|
||||
' MsgBox(Settings.prepareSource(My.Resources.Stub))
|
||||
|
||||
'MsgBox(System.Runtime.InteropServices.RuntimeEnvironment.GetRuntimeDirectory() & "vbc.exe")
|
||||
'End Sub
|
||||
|
||||
Private Sub frmMain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|
||||
comboInject.SelectedIndex = 1
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user