aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Applications/Universal/Calculator/Uni_Calculator.Designer.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Applications/Universal/Calculator/Uni_Calculator.Designer.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/Applications/Universal/Calculator/Uni_Calculator.Designer.vb315
1 files changed, 315 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Applications/Universal/Calculator/Uni_Calculator.Designer.vb b/ShiftOS-TheRevival/MainForms/Applications/Universal/Calculator/Uni_Calculator.Designer.vb
new file mode 100644
index 0000000..3d0efca
--- /dev/null
+++ b/ShiftOS-TheRevival/MainForms/Applications/Universal/Calculator/Uni_Calculator.Designer.vb
@@ -0,0 +1,315 @@
+<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
+Partial Class Uni_Calculator
+ 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.Button1 = New System.Windows.Forms.Button()
+ Me.Label1 = New System.Windows.Forms.Label()
+ Me.Button2 = New System.Windows.Forms.Button()
+ Me.Button3 = New System.Windows.Forms.Button()
+ Me.Button4 = New System.Windows.Forms.Button()
+ Me.Button5 = New System.Windows.Forms.Button()
+ Me.Button6 = New System.Windows.Forms.Button()
+ Me.Button7 = New System.Windows.Forms.Button()
+ Me.Button8 = New System.Windows.Forms.Button()
+ Me.Button9 = New System.Windows.Forms.Button()
+ Me.Button10 = New System.Windows.Forms.Button()
+ Me.Button11 = New System.Windows.Forms.Button()
+ Me.Button12 = New System.Windows.Forms.Button()
+ Me.Button13 = New System.Windows.Forms.Button()
+ Me.Button14 = New System.Windows.Forms.Button()
+ Me.Button15 = New System.Windows.Forms.Button()
+ Me.Button16 = New System.Windows.Forms.Button()
+ Me.SuspendLayout()
+ '
+ 'Button1
+ '
+ Me.Button1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button1.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button1.Location = New System.Drawing.Point(12, 122)
+ Me.Button1.Name = "Button1"
+ Me.Button1.Size = New System.Drawing.Size(150, 80)
+ Me.Button1.TabIndex = 0
+ Me.Button1.Text = "1"
+ Me.Button1.UseVisualStyleBackColor = True
+ '
+ 'Label1
+ '
+ Me.Label1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
+ Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Label1.Font = New System.Drawing.Font("Tahoma", 20.0!, System.Drawing.FontStyle.Italic)
+ Me.Label1.Location = New System.Drawing.Point(12, 32)
+ Me.Label1.Name = "Label1"
+ Me.Label1.Size = New System.Drawing.Size(618, 77)
+ Me.Label1.TabIndex = 1
+ Me.Label1.Text = "Fuck you, Calculator!"
+ Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
+ '
+ 'Button2
+ '
+ Me.Button2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button2.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button2.Location = New System.Drawing.Point(168, 122)
+ Me.Button2.Name = "Button2"
+ Me.Button2.Size = New System.Drawing.Size(150, 80)
+ Me.Button2.TabIndex = 0
+ Me.Button2.Text = "2"
+ Me.Button2.UseVisualStyleBackColor = True
+ '
+ 'Button3
+ '
+ Me.Button3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button3.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button3.Location = New System.Drawing.Point(324, 122)
+ Me.Button3.Name = "Button3"
+ Me.Button3.Size = New System.Drawing.Size(150, 80)
+ Me.Button3.TabIndex = 0
+ Me.Button3.Text = "3"
+ Me.Button3.UseVisualStyleBackColor = True
+ '
+ 'Button4
+ '
+ Me.Button4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button4.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button4.Location = New System.Drawing.Point(480, 122)
+ Me.Button4.Name = "Button4"
+ Me.Button4.Size = New System.Drawing.Size(150, 80)
+ Me.Button4.TabIndex = 0
+ Me.Button4.Text = "+"
+ Me.Button4.UseVisualStyleBackColor = True
+ '
+ 'Button5
+ '
+ Me.Button5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button5.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button5.Location = New System.Drawing.Point(12, 208)
+ Me.Button5.Name = "Button5"
+ Me.Button5.Size = New System.Drawing.Size(150, 80)
+ Me.Button5.TabIndex = 0
+ Me.Button5.Text = "4"
+ Me.Button5.UseVisualStyleBackColor = True
+ '
+ 'Button6
+ '
+ Me.Button6.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button6.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button6.Location = New System.Drawing.Point(168, 208)
+ Me.Button6.Name = "Button6"
+ Me.Button6.Size = New System.Drawing.Size(150, 80)
+ Me.Button6.TabIndex = 0
+ Me.Button6.Text = "5"
+ Me.Button6.UseVisualStyleBackColor = True
+ '
+ 'Button7
+ '
+ Me.Button7.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button7.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button7.Location = New System.Drawing.Point(324, 208)
+ Me.Button7.Name = "Button7"
+ Me.Button7.Size = New System.Drawing.Size(150, 80)
+ Me.Button7.TabIndex = 0
+ Me.Button7.Text = "6"
+ Me.Button7.UseVisualStyleBackColor = True
+ '
+ 'Button8
+ '
+ Me.Button8.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button8.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button8.Location = New System.Drawing.Point(480, 208)
+ Me.Button8.Name = "Button8"
+ Me.Button8.Size = New System.Drawing.Size(150, 80)
+ Me.Button8.TabIndex = 0
+ Me.Button8.Text = "-"
+ Me.Button8.UseVisualStyleBackColor = True
+ '
+ 'Button9
+ '
+ Me.Button9.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button9.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button9.Location = New System.Drawing.Point(12, 294)
+ Me.Button9.Name = "Button9"
+ Me.Button9.Size = New System.Drawing.Size(150, 80)
+ Me.Button9.TabIndex = 0
+ Me.Button9.Text = "7"
+ Me.Button9.UseVisualStyleBackColor = True
+ '
+ 'Button10
+ '
+ Me.Button10.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button10.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button10.Location = New System.Drawing.Point(12, 380)
+ Me.Button10.Name = "Button10"
+ Me.Button10.Size = New System.Drawing.Size(150, 80)
+ Me.Button10.TabIndex = 0
+ Me.Button10.Text = "C"
+ Me.Button10.UseVisualStyleBackColor = True
+ '
+ 'Button11
+ '
+ Me.Button11.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button11.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button11.Location = New System.Drawing.Point(168, 294)
+ Me.Button11.Name = "Button11"
+ Me.Button11.Size = New System.Drawing.Size(150, 80)
+ Me.Button11.TabIndex = 0
+ Me.Button11.Text = "8"
+ Me.Button11.UseVisualStyleBackColor = True
+ '
+ 'Button12
+ '
+ Me.Button12.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button12.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button12.Location = New System.Drawing.Point(168, 380)
+ Me.Button12.Name = "Button12"
+ Me.Button12.Size = New System.Drawing.Size(150, 80)
+ Me.Button12.TabIndex = 0
+ Me.Button12.Text = "0"
+ Me.Button12.UseVisualStyleBackColor = True
+ '
+ 'Button13
+ '
+ Me.Button13.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button13.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button13.Location = New System.Drawing.Point(324, 294)
+ Me.Button13.Name = "Button13"
+ Me.Button13.Size = New System.Drawing.Size(150, 80)
+ Me.Button13.TabIndex = 0
+ Me.Button13.Text = "9"
+ Me.Button13.UseVisualStyleBackColor = True
+ '
+ 'Button14
+ '
+ Me.Button14.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button14.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button14.Location = New System.Drawing.Point(324, 380)
+ Me.Button14.Name = "Button14"
+ Me.Button14.Size = New System.Drawing.Size(150, 80)
+ Me.Button14.TabIndex = 0
+ Me.Button14.Text = "="
+ Me.Button14.UseVisualStyleBackColor = True
+ '
+ 'Button15
+ '
+ Me.Button15.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button15.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button15.Location = New System.Drawing.Point(480, 294)
+ Me.Button15.Name = "Button15"
+ Me.Button15.Size = New System.Drawing.Size(150, 80)
+ Me.Button15.TabIndex = 0
+ Me.Button15.Text = "*"
+ Me.Button15.UseVisualStyleBackColor = True
+ '
+ 'Button16
+ '
+ Me.Button16.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button16.Font = New System.Drawing.Font("Segoe UI", 15.0!)
+ Me.Button16.Location = New System.Drawing.Point(480, 380)
+ Me.Button16.Name = "Button16"
+ Me.Button16.Size = New System.Drawing.Size(150, 80)
+ Me.Button16.TabIndex = 0
+ Me.Button16.Text = "/"
+ Me.Button16.UseVisualStyleBackColor = True
+ '
+ 'Uni_Calculator
+ '
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
+ Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
+ Me.BackColor = System.Drawing.Color.White
+ Me.ClientSize = New System.Drawing.Size(640, 480)
+ Me.Controls.Add(Me.Label1)
+ Me.Controls.Add(Me.Button16)
+ Me.Controls.Add(Me.Button8)
+ Me.Controls.Add(Me.Button15)
+ Me.Controls.Add(Me.Button4)
+ Me.Controls.Add(Me.Button14)
+ Me.Controls.Add(Me.Button7)
+ Me.Controls.Add(Me.Button13)
+ Me.Controls.Add(Me.Button3)
+ Me.Controls.Add(Me.Button12)
+ Me.Controls.Add(Me.Button6)
+ Me.Controls.Add(Me.Button11)
+ Me.Controls.Add(Me.Button2)
+ Me.Controls.Add(Me.Button10)
+ Me.Controls.Add(Me.Button5)
+ Me.Controls.Add(Me.Button9)
+ Me.Controls.Add(Me.Button1)
+ Me.ForeColor = System.Drawing.Color.Black
+ Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
+ Me.Name = "Uni_Calculator"
+ Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
+ Me.Text = "Uni_Calculator"
+ Me.ResumeLayout(False)
+
+ End Sub
+
+ Friend WithEvents Button1 As Button
+ Friend WithEvents Label1 As Label
+ Friend WithEvents Button2 As Button
+ Friend WithEvents Button3 As Button
+ Friend WithEvents Button4 As Button
+ Friend WithEvents Button5 As Button
+ Friend WithEvents Button6 As Button
+ Friend WithEvents Button7 As Button
+ Friend WithEvents Button8 As Button
+ Friend WithEvents Button9 As Button
+ Friend WithEvents Button10 As Button
+ Friend WithEvents Button11 As Button
+ Friend WithEvents Button12 As Button
+ Friend WithEvents Button13 As Button
+ Friend WithEvents Button14 As Button
+ Friend WithEvents Button15 As Button
+ Friend WithEvents Button16 As Button
+End Class