You've already forked BitBox-Windows
mirror of
https://github.com/MrLyallCSIT/BitBox-Windows.git
synced 2026-01-18 06:39:35 +00:00
Version 1.0
This commit is contained in:
553
BitBox.Designer.vb
generated
Normal file
553
BitBox.Designer.vb
generated
Normal file
@@ -0,0 +1,553 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class BitBox
|
||||
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(BitBox))
|
||||
Me.lblDenaryHeading = New System.Windows.Forms.Label()
|
||||
Me.lblDenaryNum = New System.Windows.Forms.Label()
|
||||
Me.swt1 = New System.Windows.Forms.Button()
|
||||
Me.swt128 = New System.Windows.Forms.Button()
|
||||
Me.swt64 = New System.Windows.Forms.Button()
|
||||
Me.swt32 = New System.Windows.Forms.Button()
|
||||
Me.swt16 = New System.Windows.Forms.Button()
|
||||
Me.swt8 = New System.Windows.Forms.Button()
|
||||
Me.swt4 = New System.Windows.Forms.Button()
|
||||
Me.swt2 = New System.Windows.Forms.Button()
|
||||
Me.swt256 = New System.Windows.Forms.Button()
|
||||
Me.lbl256 = New System.Windows.Forms.Label()
|
||||
Me.lbl128 = New System.Windows.Forms.Label()
|
||||
Me.lbl64 = New System.Windows.Forms.Label()
|
||||
Me.lbl32 = New System.Windows.Forms.Label()
|
||||
Me.lbl16 = New System.Windows.Forms.Label()
|
||||
Me.lbl8 = New System.Windows.Forms.Label()
|
||||
Me.lbl4 = New System.Windows.Forms.Label()
|
||||
Me.lbl2 = New System.Windows.Forms.Label()
|
||||
Me.lbl1 = New System.Windows.Forms.Label()
|
||||
Me.lblBinaryHeading = New System.Windows.Forms.Label()
|
||||
Me.lblBinaryNum = New System.Windows.Forms.Label()
|
||||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||||
Me.blb1 = New System.Windows.Forms.Label()
|
||||
Me.blb2 = New System.Windows.Forms.Label()
|
||||
Me.blb4 = New System.Windows.Forms.Label()
|
||||
Me.blb8 = New System.Windows.Forms.Label()
|
||||
Me.blb16 = New System.Windows.Forms.Label()
|
||||
Me.blb32 = New System.Windows.Forms.Label()
|
||||
Me.blb64 = New System.Windows.Forms.Label()
|
||||
Me.blb128 = New System.Windows.Forms.Label()
|
||||
Me.blb256 = New System.Windows.Forms.Label()
|
||||
Me.btnExit = New System.Windows.Forms.Button()
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'lblDenaryHeading
|
||||
'
|
||||
Me.lblDenaryHeading.AutoSize = True
|
||||
Me.lblDenaryHeading.Font = New System.Drawing.Font("Seven Segment", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.lblDenaryHeading.ForeColor = System.Drawing.Color.White
|
||||
Me.lblDenaryHeading.Location = New System.Drawing.Point(1068, 90)
|
||||
Me.lblDenaryHeading.Name = "lblDenaryHeading"
|
||||
Me.lblDenaryHeading.Size = New System.Drawing.Size(129, 38)
|
||||
Me.lblDenaryHeading.TabIndex = 1
|
||||
Me.lblDenaryHeading.Text = "Denary"
|
||||
'
|
||||
'lblDenaryNum
|
||||
'
|
||||
Me.lblDenaryNum.BackColor = System.Drawing.Color.Transparent
|
||||
Me.lblDenaryNum.Font = New System.Drawing.Font("DSEG7 Classic", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.lblDenaryNum.ForeColor = System.Drawing.Color.Lime
|
||||
Me.lblDenaryNum.Location = New System.Drawing.Point(1064, 139)
|
||||
Me.lblDenaryNum.Name = "lblDenaryNum"
|
||||
Me.lblDenaryNum.Size = New System.Drawing.Size(137, 63)
|
||||
Me.lblDenaryNum.TabIndex = 2
|
||||
Me.lblDenaryNum.Text = "0000"
|
||||
Me.lblDenaryNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
'
|
||||
'swt1
|
||||
'
|
||||
Me.swt1.FlatAppearance.BorderSize = 0
|
||||
Me.swt1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.swt1.Font = New System.Drawing.Font("IEC symbols Unicode", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.swt1.ForeColor = System.Drawing.Color.White
|
||||
Me.swt1.Location = New System.Drawing.Point(895, 224)
|
||||
Me.swt1.Name = "swt1"
|
||||
Me.swt1.Size = New System.Drawing.Size(75, 75)
|
||||
Me.swt1.TabIndex = 4
|
||||
Me.swt1.Text = "⏼"
|
||||
Me.swt1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'swt128
|
||||
'
|
||||
Me.swt128.FlatAppearance.BorderSize = 0
|
||||
Me.swt128.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt128.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt128.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.swt128.Font = New System.Drawing.Font("IEC symbols Unicode", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.swt128.ForeColor = System.Drawing.Color.White
|
||||
Me.swt128.Location = New System.Drawing.Point(139, 224)
|
||||
Me.swt128.Name = "swt128"
|
||||
Me.swt128.Size = New System.Drawing.Size(75, 75)
|
||||
Me.swt128.TabIndex = 5
|
||||
Me.swt128.Text = "⏼"
|
||||
Me.swt128.UseVisualStyleBackColor = True
|
||||
'
|
||||
'swt64
|
||||
'
|
||||
Me.swt64.FlatAppearance.BorderSize = 0
|
||||
Me.swt64.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt64.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt64.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.swt64.Font = New System.Drawing.Font("IEC symbols Unicode", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.swt64.ForeColor = System.Drawing.Color.White
|
||||
Me.swt64.Location = New System.Drawing.Point(247, 224)
|
||||
Me.swt64.Name = "swt64"
|
||||
Me.swt64.Size = New System.Drawing.Size(75, 75)
|
||||
Me.swt64.TabIndex = 6
|
||||
Me.swt64.Text = "⏼"
|
||||
Me.swt64.UseVisualStyleBackColor = True
|
||||
'
|
||||
'swt32
|
||||
'
|
||||
Me.swt32.FlatAppearance.BorderSize = 0
|
||||
Me.swt32.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt32.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt32.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.swt32.Font = New System.Drawing.Font("IEC symbols Unicode", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.swt32.ForeColor = System.Drawing.Color.White
|
||||
Me.swt32.Location = New System.Drawing.Point(355, 224)
|
||||
Me.swt32.Name = "swt32"
|
||||
Me.swt32.Size = New System.Drawing.Size(75, 75)
|
||||
Me.swt32.TabIndex = 7
|
||||
Me.swt32.Text = "⏼"
|
||||
Me.swt32.UseVisualStyleBackColor = True
|
||||
'
|
||||
'swt16
|
||||
'
|
||||
Me.swt16.FlatAppearance.BorderSize = 0
|
||||
Me.swt16.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt16.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt16.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.swt16.Font = New System.Drawing.Font("IEC symbols Unicode", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.swt16.ForeColor = System.Drawing.Color.White
|
||||
Me.swt16.Location = New System.Drawing.Point(463, 224)
|
||||
Me.swt16.Name = "swt16"
|
||||
Me.swt16.Size = New System.Drawing.Size(75, 75)
|
||||
Me.swt16.TabIndex = 8
|
||||
Me.swt16.Text = "⏼"
|
||||
Me.swt16.UseVisualStyleBackColor = True
|
||||
'
|
||||
'swt8
|
||||
'
|
||||
Me.swt8.FlatAppearance.BorderSize = 0
|
||||
Me.swt8.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt8.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.swt8.Font = New System.Drawing.Font("IEC symbols Unicode", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.swt8.ForeColor = System.Drawing.Color.White
|
||||
Me.swt8.Location = New System.Drawing.Point(571, 224)
|
||||
Me.swt8.Name = "swt8"
|
||||
Me.swt8.Size = New System.Drawing.Size(75, 75)
|
||||
Me.swt8.TabIndex = 9
|
||||
Me.swt8.Text = "⏼"
|
||||
Me.swt8.UseVisualStyleBackColor = True
|
||||
'
|
||||
'swt4
|
||||
'
|
||||
Me.swt4.FlatAppearance.BorderSize = 0
|
||||
Me.swt4.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.swt4.Font = New System.Drawing.Font("IEC symbols Unicode", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.swt4.ForeColor = System.Drawing.Color.White
|
||||
Me.swt4.Location = New System.Drawing.Point(679, 224)
|
||||
Me.swt4.Name = "swt4"
|
||||
Me.swt4.Size = New System.Drawing.Size(75, 75)
|
||||
Me.swt4.TabIndex = 10
|
||||
Me.swt4.Text = "⏼"
|
||||
Me.swt4.UseVisualStyleBackColor = True
|
||||
'
|
||||
'swt2
|
||||
'
|
||||
Me.swt2.FlatAppearance.BorderSize = 0
|
||||
Me.swt2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.swt2.Font = New System.Drawing.Font("IEC symbols Unicode", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.swt2.ForeColor = System.Drawing.Color.White
|
||||
Me.swt2.Location = New System.Drawing.Point(787, 224)
|
||||
Me.swt2.Name = "swt2"
|
||||
Me.swt2.Size = New System.Drawing.Size(75, 75)
|
||||
Me.swt2.TabIndex = 11
|
||||
Me.swt2.Text = "⏼"
|
||||
Me.swt2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'swt256
|
||||
'
|
||||
Me.swt256.FlatAppearance.BorderSize = 0
|
||||
Me.swt256.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt256.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
|
||||
Me.swt256.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.swt256.Font = New System.Drawing.Font("IEC symbols Unicode", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.swt256.ForeColor = System.Drawing.Color.White
|
||||
Me.swt256.Location = New System.Drawing.Point(31, 224)
|
||||
Me.swt256.Name = "swt256"
|
||||
Me.swt256.Size = New System.Drawing.Size(75, 75)
|
||||
Me.swt256.TabIndex = 12
|
||||
Me.swt256.Text = "⏼"
|
||||
Me.swt256.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lbl256
|
||||
'
|
||||
Me.lbl256.Font = New System.Drawing.Font("Seven Segment", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.lbl256.ForeColor = System.Drawing.Color.White
|
||||
Me.lbl256.Location = New System.Drawing.Point(31, 183)
|
||||
Me.lbl256.Name = "lbl256"
|
||||
Me.lbl256.Size = New System.Drawing.Size(75, 38)
|
||||
Me.lbl256.TabIndex = 14
|
||||
Me.lbl256.Text = "256"
|
||||
Me.lbl256.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'lbl128
|
||||
'
|
||||
Me.lbl128.Font = New System.Drawing.Font("Seven Segment", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.lbl128.ForeColor = System.Drawing.Color.White
|
||||
Me.lbl128.Location = New System.Drawing.Point(139, 183)
|
||||
Me.lbl128.Name = "lbl128"
|
||||
Me.lbl128.Size = New System.Drawing.Size(75, 38)
|
||||
Me.lbl128.TabIndex = 15
|
||||
Me.lbl128.Text = "128"
|
||||
Me.lbl128.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'lbl64
|
||||
'
|
||||
Me.lbl64.Font = New System.Drawing.Font("Seven Segment", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.lbl64.ForeColor = System.Drawing.Color.White
|
||||
Me.lbl64.Location = New System.Drawing.Point(247, 183)
|
||||
Me.lbl64.Name = "lbl64"
|
||||
Me.lbl64.Size = New System.Drawing.Size(75, 38)
|
||||
Me.lbl64.TabIndex = 16
|
||||
Me.lbl64.Text = "64"
|
||||
Me.lbl64.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'lbl32
|
||||
'
|
||||
Me.lbl32.Font = New System.Drawing.Font("Seven Segment", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.lbl32.ForeColor = System.Drawing.Color.White
|
||||
Me.lbl32.Location = New System.Drawing.Point(355, 183)
|
||||
Me.lbl32.Name = "lbl32"
|
||||
Me.lbl32.Size = New System.Drawing.Size(75, 38)
|
||||
Me.lbl32.TabIndex = 17
|
||||
Me.lbl32.Text = "32"
|
||||
Me.lbl32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'lbl16
|
||||
'
|
||||
Me.lbl16.Font = New System.Drawing.Font("Seven Segment", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.lbl16.ForeColor = System.Drawing.Color.White
|
||||
Me.lbl16.Location = New System.Drawing.Point(463, 183)
|
||||
Me.lbl16.Name = "lbl16"
|
||||
Me.lbl16.Size = New System.Drawing.Size(75, 38)
|
||||
Me.lbl16.TabIndex = 18
|
||||
Me.lbl16.Text = "16"
|
||||
Me.lbl16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'lbl8
|
||||
'
|
||||
Me.lbl8.Font = New System.Drawing.Font("Seven Segment", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.lbl8.ForeColor = System.Drawing.Color.White
|
||||
Me.lbl8.Location = New System.Drawing.Point(571, 183)
|
||||
Me.lbl8.Name = "lbl8"
|
||||
Me.lbl8.Size = New System.Drawing.Size(75, 38)
|
||||
Me.lbl8.TabIndex = 19
|
||||
Me.lbl8.Text = "8"
|
||||
Me.lbl8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'lbl4
|
||||
'
|
||||
Me.lbl4.Font = New System.Drawing.Font("Seven Segment", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.lbl4.ForeColor = System.Drawing.Color.White
|
||||
Me.lbl4.Location = New System.Drawing.Point(679, 183)
|
||||
Me.lbl4.Name = "lbl4"
|
||||
Me.lbl4.Size = New System.Drawing.Size(75, 38)
|
||||
Me.lbl4.TabIndex = 20
|
||||
Me.lbl4.Text = "4"
|
||||
Me.lbl4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'lbl2
|
||||
'
|
||||
Me.lbl2.Font = New System.Drawing.Font("Seven Segment", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.lbl2.ForeColor = System.Drawing.Color.White
|
||||
Me.lbl2.Location = New System.Drawing.Point(787, 183)
|
||||
Me.lbl2.Name = "lbl2"
|
||||
Me.lbl2.Size = New System.Drawing.Size(75, 38)
|
||||
Me.lbl2.TabIndex = 21
|
||||
Me.lbl2.Text = "2"
|
||||
Me.lbl2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'lbl1
|
||||
'
|
||||
Me.lbl1.Font = New System.Drawing.Font("Seven Segment", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.lbl1.ForeColor = System.Drawing.Color.White
|
||||
Me.lbl1.Location = New System.Drawing.Point(895, 183)
|
||||
Me.lbl1.Name = "lbl1"
|
||||
Me.lbl1.Size = New System.Drawing.Size(75, 38)
|
||||
Me.lbl1.TabIndex = 22
|
||||
Me.lbl1.Text = "1"
|
||||
Me.lbl1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'lblBinaryHeading
|
||||
'
|
||||
Me.lblBinaryHeading.AutoSize = True
|
||||
Me.lblBinaryHeading.Font = New System.Drawing.Font("Seven Segment", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.lblBinaryHeading.ForeColor = System.Drawing.Color.White
|
||||
Me.lblBinaryHeading.Location = New System.Drawing.Point(1073, 213)
|
||||
Me.lblBinaryHeading.Name = "lblBinaryHeading"
|
||||
Me.lblBinaryHeading.Size = New System.Drawing.Size(119, 38)
|
||||
Me.lblBinaryHeading.TabIndex = 23
|
||||
Me.lblBinaryHeading.Text = "Binary"
|
||||
'
|
||||
'lblBinaryNum
|
||||
'
|
||||
Me.lblBinaryNum.AutoSize = True
|
||||
Me.lblBinaryNum.BackColor = System.Drawing.Color.Black
|
||||
Me.lblBinaryNum.Font = New System.Drawing.Font("DSEG7 Classic", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.lblBinaryNum.ForeColor = System.Drawing.Color.LimeGreen
|
||||
Me.lblBinaryNum.Location = New System.Drawing.Point(989, 262)
|
||||
Me.lblBinaryNum.Name = "lblBinaryNum"
|
||||
Me.lblBinaryNum.Size = New System.Drawing.Size(287, 37)
|
||||
Me.lblBinaryNum.TabIndex = 3
|
||||
Me.lblBinaryNum.Text = "000000000"
|
||||
'
|
||||
'PictureBox1
|
||||
'
|
||||
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
||||
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||||
Me.PictureBox1.Location = New System.Drawing.Point(12, 12)
|
||||
Me.PictureBox1.Name = "PictureBox1"
|
||||
Me.PictureBox1.Size = New System.Drawing.Size(61, 61)
|
||||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||||
Me.PictureBox1.TabIndex = 33
|
||||
Me.PictureBox1.TabStop = False
|
||||
'
|
||||
'blb1
|
||||
'
|
||||
Me.blb1.Font = New System.Drawing.Font("Segoe UI Symbol", 48.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.blb1.ForeColor = System.Drawing.Color.White
|
||||
Me.blb1.Location = New System.Drawing.Point(895, 75)
|
||||
Me.blb1.Name = "blb1"
|
||||
Me.blb1.Size = New System.Drawing.Size(75, 99)
|
||||
Me.blb1.TabIndex = 43
|
||||
Me.blb1.Text = "💡"
|
||||
Me.blb1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'blb2
|
||||
'
|
||||
Me.blb2.Font = New System.Drawing.Font("Segoe UI Symbol", 48.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.blb2.ForeColor = System.Drawing.Color.White
|
||||
Me.blb2.Location = New System.Drawing.Point(787, 75)
|
||||
Me.blb2.Name = "blb2"
|
||||
Me.blb2.Size = New System.Drawing.Size(75, 99)
|
||||
Me.blb2.TabIndex = 42
|
||||
Me.blb2.Text = "💡"
|
||||
Me.blb2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'blb4
|
||||
'
|
||||
Me.blb4.Font = New System.Drawing.Font("Segoe UI Symbol", 48.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.blb4.ForeColor = System.Drawing.Color.White
|
||||
Me.blb4.Location = New System.Drawing.Point(679, 75)
|
||||
Me.blb4.Name = "blb4"
|
||||
Me.blb4.Size = New System.Drawing.Size(75, 99)
|
||||
Me.blb4.TabIndex = 41
|
||||
Me.blb4.Text = "💡"
|
||||
Me.blb4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'blb8
|
||||
'
|
||||
Me.blb8.Font = New System.Drawing.Font("Segoe UI Symbol", 48.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.blb8.ForeColor = System.Drawing.Color.White
|
||||
Me.blb8.Location = New System.Drawing.Point(571, 75)
|
||||
Me.blb8.Name = "blb8"
|
||||
Me.blb8.Size = New System.Drawing.Size(75, 99)
|
||||
Me.blb8.TabIndex = 40
|
||||
Me.blb8.Text = "💡"
|
||||
Me.blb8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'blb16
|
||||
'
|
||||
Me.blb16.Font = New System.Drawing.Font("Segoe UI Symbol", 48.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.blb16.ForeColor = System.Drawing.Color.White
|
||||
Me.blb16.Location = New System.Drawing.Point(463, 75)
|
||||
Me.blb16.Name = "blb16"
|
||||
Me.blb16.Size = New System.Drawing.Size(75, 99)
|
||||
Me.blb16.TabIndex = 39
|
||||
Me.blb16.Text = "💡"
|
||||
Me.blb16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'blb32
|
||||
'
|
||||
Me.blb32.Font = New System.Drawing.Font("Segoe UI Symbol", 48.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.blb32.ForeColor = System.Drawing.Color.White
|
||||
Me.blb32.Location = New System.Drawing.Point(355, 75)
|
||||
Me.blb32.Name = "blb32"
|
||||
Me.blb32.Size = New System.Drawing.Size(75, 99)
|
||||
Me.blb32.TabIndex = 38
|
||||
Me.blb32.Text = "💡"
|
||||
Me.blb32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'blb64
|
||||
'
|
||||
Me.blb64.Font = New System.Drawing.Font("Segoe UI Symbol", 48.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.blb64.ForeColor = System.Drawing.Color.White
|
||||
Me.blb64.Location = New System.Drawing.Point(247, 75)
|
||||
Me.blb64.Name = "blb64"
|
||||
Me.blb64.Size = New System.Drawing.Size(75, 99)
|
||||
Me.blb64.TabIndex = 37
|
||||
Me.blb64.Text = "💡"
|
||||
Me.blb64.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'blb128
|
||||
'
|
||||
Me.blb128.Font = New System.Drawing.Font("Segoe UI Symbol", 48.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.blb128.ForeColor = System.Drawing.Color.White
|
||||
Me.blb128.Location = New System.Drawing.Point(139, 75)
|
||||
Me.blb128.Name = "blb128"
|
||||
Me.blb128.Size = New System.Drawing.Size(75, 99)
|
||||
Me.blb128.TabIndex = 36
|
||||
Me.blb128.Text = "💡"
|
||||
Me.blb128.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'blb256
|
||||
'
|
||||
Me.blb256.Font = New System.Drawing.Font("Segoe UI Symbol", 48.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.blb256.ForeColor = System.Drawing.Color.White
|
||||
Me.blb256.Location = New System.Drawing.Point(31, 75)
|
||||
Me.blb256.Name = "blb256"
|
||||
Me.blb256.Size = New System.Drawing.Size(75, 99)
|
||||
Me.blb256.TabIndex = 35
|
||||
Me.blb256.Text = "💡"
|
||||
Me.blb256.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'btnExit
|
||||
'
|
||||
Me.btnExit.FlatAppearance.BorderSize = 0
|
||||
Me.btnExit.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent
|
||||
Me.btnExit.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent
|
||||
Me.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnExit.Font = New System.Drawing.Font("IEC symbols Unicode", 48.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
|
||||
Me.btnExit.ForeColor = System.Drawing.Color.Lime
|
||||
Me.btnExit.Location = New System.Drawing.Point(1201, 12)
|
||||
Me.btnExit.Name = "btnExit"
|
||||
Me.btnExit.Size = New System.Drawing.Size(75, 75)
|
||||
Me.btnExit.TabIndex = 44
|
||||
Me.btnExit.Text = "⏻"
|
||||
Me.btnExit.UseVisualStyleBackColor = True
|
||||
'
|
||||
'BitBox
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.BackColor = System.Drawing.Color.Black
|
||||
Me.ClientSize = New System.Drawing.Size(1288, 328)
|
||||
Me.ControlBox = False
|
||||
Me.Controls.Add(Me.btnExit)
|
||||
Me.Controls.Add(Me.blb1)
|
||||
Me.Controls.Add(Me.blb2)
|
||||
Me.Controls.Add(Me.blb4)
|
||||
Me.Controls.Add(Me.blb8)
|
||||
Me.Controls.Add(Me.blb16)
|
||||
Me.Controls.Add(Me.blb32)
|
||||
Me.Controls.Add(Me.blb64)
|
||||
Me.Controls.Add(Me.blb128)
|
||||
Me.Controls.Add(Me.blb256)
|
||||
Me.Controls.Add(Me.PictureBox1)
|
||||
Me.Controls.Add(Me.lblBinaryHeading)
|
||||
Me.Controls.Add(Me.lbl1)
|
||||
Me.Controls.Add(Me.lbl2)
|
||||
Me.Controls.Add(Me.lbl4)
|
||||
Me.Controls.Add(Me.lbl8)
|
||||
Me.Controls.Add(Me.lbl16)
|
||||
Me.Controls.Add(Me.lbl32)
|
||||
Me.Controls.Add(Me.lbl64)
|
||||
Me.Controls.Add(Me.lbl128)
|
||||
Me.Controls.Add(Me.lbl256)
|
||||
Me.Controls.Add(Me.swt256)
|
||||
Me.Controls.Add(Me.swt2)
|
||||
Me.Controls.Add(Me.swt4)
|
||||
Me.Controls.Add(Me.swt8)
|
||||
Me.Controls.Add(Me.swt16)
|
||||
Me.Controls.Add(Me.swt32)
|
||||
Me.Controls.Add(Me.swt64)
|
||||
Me.Controls.Add(Me.swt128)
|
||||
Me.Controls.Add(Me.swt1)
|
||||
Me.Controls.Add(Me.lblDenaryNum)
|
||||
Me.Controls.Add(Me.lblDenaryHeading)
|
||||
Me.Controls.Add(Me.lblBinaryNum)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "BitBox"
|
||||
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "Bit:Box"
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents lblDenaryHeading As Label
|
||||
Friend WithEvents lblDenaryNum As Label
|
||||
Friend WithEvents swt1 As Button
|
||||
Friend WithEvents swt128 As Button
|
||||
Friend WithEvents swt64 As Button
|
||||
Friend WithEvents swt32 As Button
|
||||
Friend WithEvents swt16 As Button
|
||||
Friend WithEvents swt8 As Button
|
||||
Friend WithEvents swt4 As Button
|
||||
Friend WithEvents swt2 As Button
|
||||
Friend WithEvents swt256 As Button
|
||||
Friend WithEvents lbl256 As Label
|
||||
Friend WithEvents lbl128 As Label
|
||||
Friend WithEvents lbl64 As Label
|
||||
Friend WithEvents lbl32 As Label
|
||||
Friend WithEvents lbl16 As Label
|
||||
Friend WithEvents lbl8 As Label
|
||||
Friend WithEvents lbl4 As Label
|
||||
Friend WithEvents lbl2 As Label
|
||||
Friend WithEvents lbl1 As Label
|
||||
Friend WithEvents lblBinaryHeading As Label
|
||||
Friend WithEvents lblBinaryNum As Label
|
||||
Friend WithEvents PictureBox1 As PictureBox
|
||||
Friend WithEvents blb1 As Label
|
||||
Friend WithEvents blb2 As Label
|
||||
Friend WithEvents blb4 As Label
|
||||
Friend WithEvents blb8 As Label
|
||||
Friend WithEvents blb16 As Label
|
||||
Friend WithEvents blb32 As Label
|
||||
Friend WithEvents blb64 As Label
|
||||
Friend WithEvents blb128 As Label
|
||||
Friend WithEvents blb256 As Label
|
||||
Friend WithEvents btnExit As Button
|
||||
End Class
|
||||
Reference in New Issue
Block a user