mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-22 09:01:58 -05:00
4caacce50c
ShiftOS is a game about evolving an experimental operating system called "ShiftOS" from a completely black and white text based command line based OS to a fully graphical operating system filled with advanced features and beautiful colours. The level of customization will exceed the levels of real world operating systems
474 lines
22 KiB
VB.net
474 lines
22 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Bitnote_Digger
|
|
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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.pgbottom = New System.Windows.Forms.Panel()
|
|
Me.minimizebutton = New System.Windows.Forms.Panel()
|
|
Me.rollupbutton = New System.Windows.Forms.Panel()
|
|
Me.pgbottomrcorner = New System.Windows.Forms.Panel()
|
|
Me.pgright = New System.Windows.Forms.Panel()
|
|
Me.closebutton = New System.Windows.Forms.Panel()
|
|
Me.lbtitletext = New System.Windows.Forms.Label()
|
|
Me.pgtoplcorner = New System.Windows.Forms.Panel()
|
|
Me.pgtoprcorner = New System.Windows.Forms.Panel()
|
|
Me.pgbottomlcorner = New System.Windows.Forms.Panel()
|
|
Me.pgcontents = New System.Windows.Forms.Panel()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.btnsend = New System.Windows.Forms.Button()
|
|
Me.txtsendaddress = New System.Windows.Forms.TextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.lbltotalbitcoinsmined = New System.Windows.Forms.Label()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.btnturbomode = New System.Windows.Forms.Button()
|
|
Me.btnstop = New System.Windows.Forms.Button()
|
|
Me.btnstart = New System.Windows.Forms.Button()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.pgleft = New System.Windows.Forms.Panel()
|
|
Me.titlebar = New System.Windows.Forms.Panel()
|
|
Me.pnlicon = New System.Windows.Forms.PictureBox()
|
|
Me.tmrcalcbitnotesmined = New System.Windows.Forms.Timer(Me.components)
|
|
Me.pgright.SuspendLayout()
|
|
Me.pgcontents.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pgleft.SuspendLayout()
|
|
Me.titlebar.SuspendLayout()
|
|
CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pgbottom
|
|
'
|
|
Me.pgbottom.BackColor = System.Drawing.Color.Gray
|
|
Me.pgbottom.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pgbottom.Location = New System.Drawing.Point(2, 251)
|
|
Me.pgbottom.Name = "pgbottom"
|
|
Me.pgbottom.Size = New System.Drawing.Size(556, 2)
|
|
Me.pgbottom.TabIndex = 23
|
|
'
|
|
'minimizebutton
|
|
'
|
|
Me.minimizebutton.BackColor = System.Drawing.Color.Black
|
|
Me.minimizebutton.Location = New System.Drawing.Point(246, 5)
|
|
Me.minimizebutton.Name = "minimizebutton"
|
|
Me.minimizebutton.Size = New System.Drawing.Size(22, 22)
|
|
Me.minimizebutton.TabIndex = 24
|
|
'
|
|
'rollupbutton
|
|
'
|
|
Me.rollupbutton.BackColor = System.Drawing.Color.Black
|
|
Me.rollupbutton.Location = New System.Drawing.Point(274, 3)
|
|
Me.rollupbutton.Name = "rollupbutton"
|
|
Me.rollupbutton.Size = New System.Drawing.Size(22, 22)
|
|
Me.rollupbutton.TabIndex = 22
|
|
'
|
|
'pgbottomrcorner
|
|
'
|
|
Me.pgbottomrcorner.BackColor = System.Drawing.Color.Red
|
|
Me.pgbottomrcorner.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pgbottomrcorner.Location = New System.Drawing.Point(0, 221)
|
|
Me.pgbottomrcorner.Name = "pgbottomrcorner"
|
|
Me.pgbottomrcorner.Size = New System.Drawing.Size(2, 2)
|
|
Me.pgbottomrcorner.TabIndex = 15
|
|
'
|
|
'pgright
|
|
'
|
|
Me.pgright.BackColor = System.Drawing.Color.Gray
|
|
Me.pgright.Controls.Add(Me.pgbottomrcorner)
|
|
Me.pgright.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.pgright.Location = New System.Drawing.Point(558, 30)
|
|
Me.pgright.Name = "pgright"
|
|
Me.pgright.Size = New System.Drawing.Size(2, 223)
|
|
Me.pgright.TabIndex = 22
|
|
'
|
|
'closebutton
|
|
'
|
|
Me.closebutton.BackColor = System.Drawing.Color.Black
|
|
Me.closebutton.Location = New System.Drawing.Point(302, 3)
|
|
Me.closebutton.Name = "closebutton"
|
|
Me.closebutton.Size = New System.Drawing.Size(22, 22)
|
|
Me.closebutton.TabIndex = 20
|
|
'
|
|
'lbtitletext
|
|
'
|
|
Me.lbtitletext.AutoSize = True
|
|
Me.lbtitletext.BackColor = System.Drawing.Color.Transparent
|
|
Me.lbtitletext.Font = New System.Drawing.Font("Felix Titling", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lbtitletext.Location = New System.Drawing.Point(26, 7)
|
|
Me.lbtitletext.Name = "lbtitletext"
|
|
Me.lbtitletext.Size = New System.Drawing.Size(148, 18)
|
|
Me.lbtitletext.TabIndex = 19
|
|
Me.lbtitletext.Text = "Bitnote Digger"
|
|
'
|
|
'pgtoplcorner
|
|
'
|
|
Me.pgtoplcorner.BackColor = System.Drawing.Color.Red
|
|
Me.pgtoplcorner.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.pgtoplcorner.Location = New System.Drawing.Point(0, 0)
|
|
Me.pgtoplcorner.Name = "pgtoplcorner"
|
|
Me.pgtoplcorner.Size = New System.Drawing.Size(2, 30)
|
|
Me.pgtoplcorner.TabIndex = 17
|
|
'
|
|
'pgtoprcorner
|
|
'
|
|
Me.pgtoprcorner.BackColor = System.Drawing.Color.Red
|
|
Me.pgtoprcorner.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.pgtoprcorner.Location = New System.Drawing.Point(558, 0)
|
|
Me.pgtoprcorner.Name = "pgtoprcorner"
|
|
Me.pgtoprcorner.Size = New System.Drawing.Size(2, 30)
|
|
Me.pgtoprcorner.TabIndex = 16
|
|
'
|
|
'pgbottomlcorner
|
|
'
|
|
Me.pgbottomlcorner.BackColor = System.Drawing.Color.Red
|
|
Me.pgbottomlcorner.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pgbottomlcorner.Location = New System.Drawing.Point(0, 221)
|
|
Me.pgbottomlcorner.Name = "pgbottomlcorner"
|
|
Me.pgbottomlcorner.Size = New System.Drawing.Size(2, 2)
|
|
Me.pgbottomlcorner.TabIndex = 14
|
|
'
|
|
'pgcontents
|
|
'
|
|
Me.pgcontents.BackColor = System.Drawing.Color.White
|
|
Me.pgcontents.Controls.Add(Me.Label10)
|
|
Me.pgcontents.Controls.Add(Me.btnsend)
|
|
Me.pgcontents.Controls.Add(Me.txtsendaddress)
|
|
Me.pgcontents.Controls.Add(Me.Label7)
|
|
Me.pgcontents.Controls.Add(Me.lbltotalbitcoinsmined)
|
|
Me.pgcontents.Controls.Add(Me.Panel1)
|
|
Me.pgcontents.Controls.Add(Me.Label1)
|
|
Me.pgcontents.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pgcontents.Location = New System.Drawing.Point(2, 30)
|
|
Me.pgcontents.Name = "pgcontents"
|
|
Me.pgcontents.Size = New System.Drawing.Size(556, 221)
|
|
Me.pgcontents.TabIndex = 20
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label10.Location = New System.Drawing.Point(205, 182)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(261, 35)
|
|
Me.Label10.TabIndex = 6
|
|
Me.Label10.Text = "Insert your Bitnote wallet address above then click send to transfer your earning" & _
|
|
"s"
|
|
Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'btnsend
|
|
'
|
|
Me.btnsend.FlatAppearance.BorderColor = System.Drawing.Color.Black
|
|
Me.btnsend.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnsend.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnsend.Location = New System.Drawing.Point(472, 181)
|
|
Me.btnsend.Name = "btnsend"
|
|
Me.btnsend.Size = New System.Drawing.Size(73, 36)
|
|
Me.btnsend.TabIndex = 5
|
|
Me.btnsend.Text = "Send"
|
|
Me.btnsend.UseVisualStyleBackColor = True
|
|
'
|
|
'txtsendaddress
|
|
'
|
|
Me.txtsendaddress.BackColor = System.Drawing.Color.White
|
|
Me.txtsendaddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.txtsendaddress.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtsendaddress.Location = New System.Drawing.Point(205, 155)
|
|
Me.txtsendaddress.Multiline = True
|
|
Me.txtsendaddress.Name = "txtsendaddress"
|
|
Me.txtsendaddress.Size = New System.Drawing.Size(340, 21)
|
|
Me.txtsendaddress.TabIndex = 4
|
|
Me.txtsendaddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label7.Location = New System.Drawing.Point(203, 128)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(350, 27)
|
|
Me.Label7.TabIndex = 3
|
|
Me.Label7.Text = "Send Bitnotes To:"
|
|
Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'lbltotalbitcoinsmined
|
|
'
|
|
Me.lbltotalbitcoinsmined.Font = New System.Drawing.Font("Microsoft Sans Serif", 32.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lbltotalbitcoinsmined.Location = New System.Drawing.Point(206, 57)
|
|
Me.lbltotalbitcoinsmined.Name = "lbltotalbitcoinsmined"
|
|
Me.lbltotalbitcoinsmined.Size = New System.Drawing.Size(344, 51)
|
|
Me.lbltotalbitcoinsmined.TabIndex = 2
|
|
Me.lbltotalbitcoinsmined.Text = "0.00000"
|
|
Me.lbltotalbitcoinsmined.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.Label6)
|
|
Me.Panel1.Controls.Add(Me.Label8)
|
|
Me.Panel1.Controls.Add(Me.Label9)
|
|
Me.Panel1.Controls.Add(Me.Label5)
|
|
Me.Panel1.Controls.Add(Me.Label4)
|
|
Me.Panel1.Controls.Add(Me.Label3)
|
|
Me.Panel1.Controls.Add(Me.Label2)
|
|
Me.Panel1.Controls.Add(Me.btnturbomode)
|
|
Me.Panel1.Controls.Add(Me.btnstop)
|
|
Me.Panel1.Controls.Add(Me.btnstart)
|
|
Me.Panel1.Controls.Add(Me.PictureBox1)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(199, 221)
|
|
Me.Panel1.TabIndex = 1
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(2, 88)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(157, 20)
|
|
Me.Label6.TabIndex = 13
|
|
Me.Label6.Text = "Turbo Mode Stats:"
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.Location = New System.Drawing.Point(3, 126)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(162, 16)
|
|
Me.Label8.TabIndex = 11
|
|
Me.Label8.Text = "Codepoint Cost: 1CP / 10s"
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label9.Location = New System.Drawing.Point(3, 109)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(183, 16)
|
|
Me.Label9.TabIndex = 10
|
|
Me.Label9.Text = "Turbo Speed: 0.00002 BTN/S"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.Location = New System.Drawing.Point(5, 5)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(115, 20)
|
|
Me.Label5.TabIndex = 9
|
|
Me.Label5.Text = "Digger Stats:"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label4.Location = New System.Drawing.Point(6, 60)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(144, 16)
|
|
Me.Label4.TabIndex = 8
|
|
Me.Label4.Text = "Speed: 0.00001 BTN/S"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(6, 43)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(103, 16)
|
|
Me.Label3.TabIndex = 7
|
|
Me.Label3.Text = "Digger Grade: 1"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(6, 26)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(157, 16)
|
|
Me.Label2.TabIndex = 6
|
|
Me.Label2.Text = "Name: Surface Scratcher"
|
|
'
|
|
'btnturbomode
|
|
'
|
|
Me.btnturbomode.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnturbomode.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnturbomode.Location = New System.Drawing.Point(6, 188)
|
|
Me.btnturbomode.Name = "btnturbomode"
|
|
Me.btnturbomode.Size = New System.Drawing.Size(186, 29)
|
|
Me.btnturbomode.TabIndex = 5
|
|
Me.btnturbomode.Text = "Activate Turbo Mode"
|
|
Me.btnturbomode.UseVisualStyleBackColor = True
|
|
'
|
|
'btnstop
|
|
'
|
|
Me.btnstop.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnstop.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnstop.Location = New System.Drawing.Point(101, 156)
|
|
Me.btnstop.Name = "btnstop"
|
|
Me.btnstop.Size = New System.Drawing.Size(91, 29)
|
|
Me.btnstop.TabIndex = 4
|
|
Me.btnstop.Text = "Stop"
|
|
Me.btnstop.UseVisualStyleBackColor = True
|
|
'
|
|
'btnstart
|
|
'
|
|
Me.btnstart.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnstart.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnstart.Location = New System.Drawing.Point(6, 156)
|
|
Me.btnstart.Name = "btnstart"
|
|
Me.btnstart.Size = New System.Drawing.Size(91, 29)
|
|
Me.btnstart.TabIndex = 3
|
|
Me.btnstart.Text = "Start"
|
|
Me.btnstart.UseVisualStyleBackColor = True
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BackColor = System.Drawing.Color.Black
|
|
Me.PictureBox1.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.PictureBox1.Location = New System.Drawing.Point(198, 0)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(1, 221)
|
|
Me.PictureBox1.TabIndex = 2
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(205, 16)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(345, 43)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Bitnotes Found"
|
|
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'pgleft
|
|
'
|
|
Me.pgleft.BackColor = System.Drawing.Color.Gray
|
|
Me.pgleft.Controls.Add(Me.pgbottomlcorner)
|
|
Me.pgleft.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.pgleft.Location = New System.Drawing.Point(0, 30)
|
|
Me.pgleft.Name = "pgleft"
|
|
Me.pgleft.Size = New System.Drawing.Size(2, 223)
|
|
Me.pgleft.TabIndex = 21
|
|
'
|
|
'titlebar
|
|
'
|
|
Me.titlebar.BackColor = System.Drawing.Color.Gray
|
|
Me.titlebar.Controls.Add(Me.minimizebutton)
|
|
Me.titlebar.Controls.Add(Me.pnlicon)
|
|
Me.titlebar.Controls.Add(Me.rollupbutton)
|
|
Me.titlebar.Controls.Add(Me.closebutton)
|
|
Me.titlebar.Controls.Add(Me.lbtitletext)
|
|
Me.titlebar.Controls.Add(Me.pgtoplcorner)
|
|
Me.titlebar.Controls.Add(Me.pgtoprcorner)
|
|
Me.titlebar.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.titlebar.ForeColor = System.Drawing.Color.White
|
|
Me.titlebar.Location = New System.Drawing.Point(0, 0)
|
|
Me.titlebar.Name = "titlebar"
|
|
Me.titlebar.Size = New System.Drawing.Size(560, 30)
|
|
Me.titlebar.TabIndex = 19
|
|
'
|
|
'pnlicon
|
|
'
|
|
Me.pnlicon.BackColor = System.Drawing.Color.Transparent
|
|
Me.pnlicon.Image = Global.ShiftOS.My.Resources.Resources.iconTextPad
|
|
Me.pnlicon.Location = New System.Drawing.Point(8, 8)
|
|
Me.pnlicon.Name = "pnlicon"
|
|
Me.pnlicon.Size = New System.Drawing.Size(16, 16)
|
|
Me.pnlicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.pnlicon.TabIndex = 24
|
|
Me.pnlicon.TabStop = False
|
|
Me.pnlicon.Visible = False
|
|
'
|
|
'tmrcalcbitnotesmined
|
|
'
|
|
Me.tmrcalcbitnotesmined.Interval = 1000
|
|
'
|
|
'Bitnote_Digger
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(560, 253)
|
|
Me.Controls.Add(Me.pgcontents)
|
|
Me.Controls.Add(Me.pgbottom)
|
|
Me.Controls.Add(Me.pgright)
|
|
Me.Controls.Add(Me.pgleft)
|
|
Me.Controls.Add(Me.titlebar)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Name = "Bitnote_Digger"
|
|
Me.Text = "Bitnote_Digger"
|
|
Me.TopMost = True
|
|
Me.pgright.ResumeLayout(False)
|
|
Me.pgcontents.ResumeLayout(False)
|
|
Me.pgcontents.PerformLayout()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pgleft.ResumeLayout(False)
|
|
Me.titlebar.ResumeLayout(False)
|
|
Me.titlebar.PerformLayout()
|
|
CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents pgbottom As System.Windows.Forms.Panel
|
|
Friend WithEvents minimizebutton As System.Windows.Forms.Panel
|
|
Friend WithEvents pnlicon As System.Windows.Forms.PictureBox
|
|
Friend WithEvents rollupbutton As System.Windows.Forms.Panel
|
|
Friend WithEvents pgbottomrcorner As System.Windows.Forms.Panel
|
|
Friend WithEvents pgright As System.Windows.Forms.Panel
|
|
Friend WithEvents closebutton As System.Windows.Forms.Panel
|
|
Friend WithEvents lbtitletext As System.Windows.Forms.Label
|
|
Friend WithEvents pgtoplcorner As System.Windows.Forms.Panel
|
|
Friend WithEvents pgtoprcorner As System.Windows.Forms.Panel
|
|
Friend WithEvents pgbottomlcorner As System.Windows.Forms.Panel
|
|
Friend WithEvents pgcontents As System.Windows.Forms.Panel
|
|
Friend WithEvents pgleft As System.Windows.Forms.Panel
|
|
Friend WithEvents titlebar As System.Windows.Forms.Panel
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents lbltotalbitcoinsmined As System.Windows.Forms.Label
|
|
Friend WithEvents btnturbomode As System.Windows.Forms.Button
|
|
Friend WithEvents btnstop As System.Windows.Forms.Button
|
|
Friend WithEvents btnstart As System.Windows.Forms.Button
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents btnsend As System.Windows.Forms.Button
|
|
Friend WithEvents txtsendaddress As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents tmrcalcbitnotesmined As System.Windows.Forms.Timer
|
|
End Class
|