Histacom/windows 95/formcalculator.Designer.vb

770 lines
40 KiB
VB.net
Raw Normal View History

2015-03-01 05:50:24 -05:00
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class formcalculator
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.TextBox1 = New System.Windows.Forms.TextBox()
Me.Button27 = New System.Windows.Forms.Button()
Me.Button26 = New System.Windows.Forms.Button()
Me.Button25 = New System.Windows.Forms.Button()
Me.Button21 = New System.Windows.Forms.Button()
Me.Button22 = New System.Windows.Forms.Button()
Me.Button23 = New System.Windows.Forms.Button()
Me.Button24 = New System.Windows.Forms.Button()
Me.Button17 = New System.Windows.Forms.Button()
Me.Button18 = New System.Windows.Forms.Button()
Me.Button19 = New System.Windows.Forms.Button()
Me.Button20 = 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.Button11 = New System.Windows.Forms.Button()
Me.Button12 = New System.Windows.Forms.Button()
Me.Button13 = 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.Button5 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.look = New System.Windows.Forms.Timer(Me.components)
Me.pullbs = New System.Windows.Forms.Timer(Me.components)
Me.pullbottom = New System.Windows.Forms.Timer(Me.components)
Me.pullside = New System.Windows.Forms.Timer(Me.components)
Me.program = New System.Windows.Forms.Panel()
Me.programtopbar = New System.Windows.Forms.Panel()
Me.maximizebutton = New System.Windows.Forms.PictureBox()
Me.minimizebutton = New System.Windows.Forms.PictureBox()
Me.programname = New System.Windows.Forms.Label()
Me.closebutton = New System.Windows.Forms.PictureBox()
Me.toprightcorner = New System.Windows.Forms.Panel()
Me.bottomrightcorner = New System.Windows.Forms.Panel()
Me.bottomleftcorner = New System.Windows.Forms.Panel()
Me.topleftcorner = New System.Windows.Forms.Panel()
Me.left = New System.Windows.Forms.Panel()
Me.bottom = New System.Windows.Forms.Panel()
Me.right = New System.Windows.Forms.Panel()
Me.top = New System.Windows.Forms.Panel()
Me.EditToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.CopyCtrlCToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.PasteCtrlVToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.HelpToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem()
Me.ScientificToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.StandardToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.HelpToolStripMenuItem3 = New System.Windows.Forms.ToolStripMenuItem()
Me.HelpTopicsToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
Me.AboutCalculatorToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.MenuStrip2 = New System.Windows.Forms.MenuStrip()
2015-03-01 05:50:24 -05:00
Me.program.SuspendLayout()
Me.programtopbar.SuspendLayout()
CType(Me.maximizebutton, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.minimizebutton, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.closebutton, System.ComponentModel.ISupportInitialize).BeginInit()
Me.MenuStrip2.SuspendLayout()
2015-03-01 05:50:24 -05:00
Me.SuspendLayout()
'
'TextBox1
'
Me.TextBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
2015-03-01 05:50:24 -05:00
Me.TextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBox1.Location = New System.Drawing.Point(18, 53)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(272, 28)
Me.TextBox1.TabIndex = 27
Me.TextBox1.Text = "0"
Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'Button27
'
Me.Button27.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button27.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button27.ForeColor = System.Drawing.Color.Firebrick
Me.Button27.Location = New System.Drawing.Point(179, 87)
Me.Button27.Name = "Button27"
Me.Button27.Size = New System.Drawing.Size(53, 30)
Me.Button27.TabIndex = 26
Me.Button27.Text = "CE"
Me.Button27.UseVisualStyleBackColor = True
'
'Button26
'
Me.Button26.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button26.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button26.ForeColor = System.Drawing.Color.Firebrick
Me.Button26.Location = New System.Drawing.Point(237, 87)
Me.Button26.Name = "Button26"
Me.Button26.Size = New System.Drawing.Size(53, 30)
Me.Button26.TabIndex = 25
Me.Button26.Text = "C"
Me.Button26.UseVisualStyleBackColor = True
'
'Button25
'
Me.Button25.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button25.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button25.ForeColor = System.Drawing.Color.Firebrick
Me.Button25.Location = New System.Drawing.Point(120, 87)
Me.Button25.Name = "Button25"
Me.Button25.Size = New System.Drawing.Size(53, 30)
Me.Button25.TabIndex = 24
Me.Button25.Text = "Back"
Me.Button25.UseVisualStyleBackColor = True
'
'Button21
'
Me.Button21.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button21.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button21.ForeColor = System.Drawing.Color.MidnightBlue
Me.Button21.Location = New System.Drawing.Point(252, 234)
Me.Button21.Name = "Button21"
Me.Button21.Size = New System.Drawing.Size(38, 30)
Me.Button21.TabIndex = 23
Me.Button21.Text = "="
Me.Button21.UseVisualStyleBackColor = True
'
'Button22
'
Me.Button22.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button22.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button22.ForeColor = System.Drawing.Color.MidnightBlue
Me.Button22.Location = New System.Drawing.Point(252, 127)
Me.Button22.Name = "Button22"
Me.Button22.Size = New System.Drawing.Size(38, 30)
Me.Button22.TabIndex = 22
Me.Button22.Text = "sqrt"
Me.Button22.UseVisualStyleBackColor = True
'
'Button23
'
Me.Button23.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button23.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button23.ForeColor = System.Drawing.Color.MidnightBlue
Me.Button23.Location = New System.Drawing.Point(252, 199)
Me.Button23.Name = "Button23"
Me.Button23.Size = New System.Drawing.Size(38, 30)
Me.Button23.TabIndex = 21
Me.Button23.Text = "1/x"
Me.Button23.UseVisualStyleBackColor = True
'
'Button24
'
Me.Button24.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button24.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button24.ForeColor = System.Drawing.Color.MidnightBlue
Me.Button24.Location = New System.Drawing.Point(252, 163)
Me.Button24.Name = "Button24"
Me.Button24.Size = New System.Drawing.Size(38, 30)
Me.Button24.TabIndex = 20
Me.Button24.Text = "%"
Me.Button24.UseVisualStyleBackColor = True
'
'Button17
'
Me.Button17.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button17.ForeColor = System.Drawing.Color.Red
Me.Button17.Location = New System.Drawing.Point(208, 234)
Me.Button17.Name = "Button17"
Me.Button17.Size = New System.Drawing.Size(38, 30)
Me.Button17.TabIndex = 19
Me.Button17.Text = "+"
Me.Button17.UseVisualStyleBackColor = True
'
'Button18
'
Me.Button18.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button18.ForeColor = System.Drawing.Color.Red
Me.Button18.Location = New System.Drawing.Point(208, 127)
Me.Button18.Name = "Button18"
Me.Button18.Size = New System.Drawing.Size(38, 30)
Me.Button18.TabIndex = 18
Me.Button18.Text = "/"
Me.Button18.UseVisualStyleBackColor = True
'
'Button19
'
Me.Button19.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button19.ForeColor = System.Drawing.Color.Red
Me.Button19.Location = New System.Drawing.Point(208, 199)
Me.Button19.Name = "Button19"
Me.Button19.Size = New System.Drawing.Size(38, 30)
Me.Button19.TabIndex = 17
Me.Button19.Text = "-"
Me.Button19.UseVisualStyleBackColor = True
'
'Button20
'
Me.Button20.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button20.ForeColor = System.Drawing.Color.Red
Me.Button20.Location = New System.Drawing.Point(208, 163)
Me.Button20.Name = "Button20"
Me.Button20.Size = New System.Drawing.Size(38, 30)
Me.Button20.TabIndex = 16
Me.Button20.Text = "x"
Me.Button20.UseVisualStyleBackColor = True
'
'Button14
'
Me.Button14.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.Button14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button14.ForeColor = System.Drawing.Color.Blue
Me.Button14.Location = New System.Drawing.Point(162, 234)
Me.Button14.Name = "Button14"
Me.Button14.Size = New System.Drawing.Size(38, 30)
Me.Button14.TabIndex = 15
Me.Button14.Text = "."
Me.Button14.UseVisualStyleBackColor = True
'
'Button15
'
Me.Button15.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.Button15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button15.ForeColor = System.Drawing.Color.Blue
Me.Button15.Location = New System.Drawing.Point(118, 234)
Me.Button15.Name = "Button15"
Me.Button15.Size = New System.Drawing.Size(38, 30)
Me.Button15.TabIndex = 14
Me.Button15.Text = "+/-"
Me.Button15.UseVisualStyleBackColor = True
'
'Button16
'
Me.Button16.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.Button16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button16.ForeColor = System.Drawing.Color.Blue
Me.Button16.Location = New System.Drawing.Point(74, 234)
Me.Button16.Name = "Button16"
Me.Button16.Size = New System.Drawing.Size(38, 30)
Me.Button16.TabIndex = 13
Me.Button16.Text = "0"
Me.Button16.UseVisualStyleBackColor = True
'
'Button11
'
Me.Button11.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.Button11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button11.ForeColor = System.Drawing.Color.Blue
Me.Button11.Location = New System.Drawing.Point(162, 127)
Me.Button11.Name = "Button11"
Me.Button11.Size = New System.Drawing.Size(38, 30)
Me.Button11.TabIndex = 12
Me.Button11.Text = "9"
Me.Button11.UseVisualStyleBackColor = True
'
'Button12
'
Me.Button12.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.Button12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button12.ForeColor = System.Drawing.Color.Blue
Me.Button12.Location = New System.Drawing.Point(162, 199)
Me.Button12.Name = "Button12"
Me.Button12.Size = New System.Drawing.Size(38, 30)
Me.Button12.TabIndex = 11
Me.Button12.Text = "3"
Me.Button12.UseVisualStyleBackColor = True
'
'Button13
'
Me.Button13.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.Button13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button13.ForeColor = System.Drawing.Color.Blue
Me.Button13.Location = New System.Drawing.Point(162, 163)
Me.Button13.Name = "Button13"
Me.Button13.Size = New System.Drawing.Size(38, 30)
Me.Button13.TabIndex = 10
Me.Button13.Text = "6"
Me.Button13.UseVisualStyleBackColor = True
'
'Button8
'
Me.Button8.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.Button8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button8.ForeColor = System.Drawing.Color.Blue
Me.Button8.Location = New System.Drawing.Point(118, 127)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(38, 30)
Me.Button8.TabIndex = 9
Me.Button8.Text = "8"
Me.Button8.UseVisualStyleBackColor = True
'
'Button9
'
Me.Button9.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.Button9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button9.ForeColor = System.Drawing.Color.Blue
Me.Button9.Location = New System.Drawing.Point(118, 199)
Me.Button9.Name = "Button9"
Me.Button9.Size = New System.Drawing.Size(38, 30)
Me.Button9.TabIndex = 8
Me.Button9.Text = "2"
Me.Button9.UseVisualStyleBackColor = True
'
'Button10
'
Me.Button10.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.Button10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button10.ForeColor = System.Drawing.Color.Blue
Me.Button10.Location = New System.Drawing.Point(118, 163)
Me.Button10.Name = "Button10"
Me.Button10.Size = New System.Drawing.Size(38, 30)
Me.Button10.TabIndex = 7
Me.Button10.Text = "5"
Me.Button10.UseVisualStyleBackColor = True
'
'Button5
'
Me.Button5.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button5.ForeColor = System.Drawing.Color.Blue
Me.Button5.Location = New System.Drawing.Point(74, 127)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(38, 30)
Me.Button5.TabIndex = 6
Me.Button5.Text = "7"
Me.Button5.UseVisualStyleBackColor = True
'
'Button6
'
Me.Button6.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button6.ForeColor = System.Drawing.Color.Blue
Me.Button6.Location = New System.Drawing.Point(74, 199)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(38, 30)
Me.Button6.TabIndex = 5
Me.Button6.Text = "1"
Me.Button6.UseVisualStyleBackColor = True
'
'Button7
'
Me.Button7.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button7.ForeColor = System.Drawing.Color.Blue
Me.Button7.Location = New System.Drawing.Point(74, 163)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(38, 30)
Me.Button7.TabIndex = 4
Me.Button7.Text = "4"
Me.Button7.UseVisualStyleBackColor = True
'
'Button4
'
Me.Button4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button4.ForeColor = System.Drawing.Color.Red
Me.Button4.Location = New System.Drawing.Point(18, 127)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(38, 30)
Me.Button4.TabIndex = 3
Me.Button4.Text = "MC"
Me.Button4.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button3.ForeColor = System.Drawing.Color.Red
Me.Button3.Location = New System.Drawing.Point(18, 199)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(38, 30)
Me.Button3.TabIndex = 2
Me.Button3.Text = "MS"
Me.Button3.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button2.ForeColor = System.Drawing.Color.Red
Me.Button2.Location = New System.Drawing.Point(18, 234)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(38, 30)
Me.Button2.TabIndex = 1
Me.Button2.Text = "M+"
Me.Button2.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.ForeColor = System.Drawing.Color.Red
Me.Button1.Location = New System.Drawing.Point(18, 163)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(38, 30)
Me.Button1.TabIndex = 0
Me.Button1.Text = "MR"
Me.Button1.UseVisualStyleBackColor = True
'
'look
2015-03-01 05:50:24 -05:00
'
'
'pullbs
'
Me.pullbs.Interval = 1
'
'pullbottom
'
Me.pullbottom.Interval = 1
'
'pullside
'
Me.pullside.Interval = 1
'
'program
'
Me.program.BackColor = System.Drawing.Color.Silver
Me.program.Controls.Add(Me.MenuStrip2)
Me.program.Controls.Add(Me.TextBox1)
Me.program.Controls.Add(Me.programtopbar)
Me.program.Controls.Add(Me.Button27)
Me.program.Controls.Add(Me.toprightcorner)
Me.program.Controls.Add(Me.Button26)
Me.program.Controls.Add(Me.bottomrightcorner)
Me.program.Controls.Add(Me.Button1)
Me.program.Controls.Add(Me.bottomleftcorner)
Me.program.Controls.Add(Me.Button25)
Me.program.Controls.Add(Me.Button2)
Me.program.Controls.Add(Me.topleftcorner)
Me.program.Controls.Add(Me.Button21)
Me.program.Controls.Add(Me.left)
Me.program.Controls.Add(Me.Button3)
Me.program.Controls.Add(Me.bottom)
Me.program.Controls.Add(Me.Button22)
Me.program.Controls.Add(Me.right)
Me.program.Controls.Add(Me.Button4)
Me.program.Controls.Add(Me.top)
Me.program.Controls.Add(Me.Button23)
Me.program.Controls.Add(Me.Button11)
Me.program.Controls.Add(Me.Button7)
Me.program.Controls.Add(Me.Button16)
Me.program.Controls.Add(Me.Button24)
Me.program.Controls.Add(Me.Button12)
Me.program.Controls.Add(Me.Button6)
Me.program.Controls.Add(Me.Button15)
Me.program.Controls.Add(Me.Button17)
Me.program.Controls.Add(Me.Button13)
Me.program.Controls.Add(Me.Button5)
Me.program.Controls.Add(Me.Button14)
Me.program.Controls.Add(Me.Button18)
Me.program.Controls.Add(Me.Button8)
Me.program.Controls.Add(Me.Button10)
Me.program.Controls.Add(Me.Button20)
Me.program.Controls.Add(Me.Button19)
Me.program.Controls.Add(Me.Button9)
Me.program.Dock = System.Windows.Forms.DockStyle.Fill
Me.program.Location = New System.Drawing.Point(0, 0)
Me.program.Name = "program"
Me.program.Size = New System.Drawing.Size(308, 276)
Me.program.TabIndex = 29
'
'programtopbar
'
Me.programtopbar.BackColor = System.Drawing.Color.DarkBlue
Me.programtopbar.Controls.Add(Me.maximizebutton)
Me.programtopbar.Controls.Add(Me.minimizebutton)
Me.programtopbar.Controls.Add(Me.programname)
Me.programtopbar.Controls.Add(Me.closebutton)
Me.programtopbar.Dock = System.Windows.Forms.DockStyle.Top
Me.programtopbar.Location = New System.Drawing.Point(4, 4)
Me.programtopbar.Name = "programtopbar"
Me.programtopbar.Size = New System.Drawing.Size(300, 18)
Me.programtopbar.TabIndex = 0
'
'maximizebutton
'
Me.maximizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.maximizebutton.Image = Global.Histacom.My.Resources.Resources.Maximize
Me.maximizebutton.Location = New System.Drawing.Point(266, 2)
Me.maximizebutton.Name = "maximizebutton"
Me.maximizebutton.Size = New System.Drawing.Size(16, 14)
Me.maximizebutton.TabIndex = 6
Me.maximizebutton.TabStop = False
'
'minimizebutton
'
Me.minimizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.minimizebutton.Image = Global.Histacom.My.Resources.Resources.minimize
Me.minimizebutton.Location = New System.Drawing.Point(250, 2)
Me.minimizebutton.Name = "minimizebutton"
Me.minimizebutton.Size = New System.Drawing.Size(16, 14)
Me.minimizebutton.TabIndex = 5
Me.minimizebutton.TabStop = False
'
'programname
'
Me.programname.AutoSize = True
Me.programname.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.programname.ForeColor = System.Drawing.Color.White
Me.programname.Location = New System.Drawing.Point(3, 2)
Me.programname.Name = "programname"
Me.programname.Size = New System.Drawing.Size(64, 13)
Me.programname.TabIndex = 3
Me.programname.Text = "Calculator"
'
'closebutton
'
Me.closebutton.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.closebutton.Image = Global.Histacom.My.Resources.Resources.close
Me.closebutton.Location = New System.Drawing.Point(283, 2)
Me.closebutton.Name = "closebutton"
Me.closebutton.Size = New System.Drawing.Size(16, 14)
Me.closebutton.TabIndex = 4
Me.closebutton.TabStop = False
'
'toprightcorner
'
Me.toprightcorner.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.toprightcorner.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95toprightcorner
Me.toprightcorner.Location = New System.Drawing.Point(304, 0)
Me.toprightcorner.Name = "toprightcorner"
Me.toprightcorner.Size = New System.Drawing.Size(4, 4)
Me.toprightcorner.TabIndex = 6
'
'bottomrightcorner
'
Me.bottomrightcorner.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.bottomrightcorner.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95bottomrightcorner
Me.bottomrightcorner.Cursor = System.Windows.Forms.Cursors.SizeNWSE
Me.bottomrightcorner.Location = New System.Drawing.Point(304, 272)
Me.bottomrightcorner.Name = "bottomrightcorner"
Me.bottomrightcorner.Size = New System.Drawing.Size(4, 4)
Me.bottomrightcorner.TabIndex = 4
'
'bottomleftcorner
'
Me.bottomleftcorner.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.bottomleftcorner.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95bottomleftcorner
Me.bottomleftcorner.Location = New System.Drawing.Point(0, 272)
Me.bottomleftcorner.Name = "bottomleftcorner"
Me.bottomleftcorner.Size = New System.Drawing.Size(4, 4)
Me.bottomleftcorner.TabIndex = 2
'
'topleftcorner
'
Me.topleftcorner.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95topleftcorner
Me.topleftcorner.Location = New System.Drawing.Point(0, 0)
Me.topleftcorner.Name = "topleftcorner"
Me.topleftcorner.Size = New System.Drawing.Size(4, 4)
Me.topleftcorner.TabIndex = 1
'
'left
'
Me.left.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95leftside
Me.left.Dock = System.Windows.Forms.DockStyle.Left
Me.left.Location = New System.Drawing.Point(0, 4)
Me.left.Name = "left"
Me.left.Size = New System.Drawing.Size(4, 268)
Me.left.TabIndex = 3
'
'bottom
'
Me.bottom.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95bottom
Me.bottom.Cursor = System.Windows.Forms.Cursors.SizeNS
Me.bottom.Dock = System.Windows.Forms.DockStyle.Bottom
Me.bottom.Location = New System.Drawing.Point(0, 272)
Me.bottom.Name = "bottom"
Me.bottom.Size = New System.Drawing.Size(304, 4)
Me.bottom.TabIndex = 5
'
'right
'
Me.right.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95rightside
Me.right.Cursor = System.Windows.Forms.Cursors.SizeWE
Me.right.Dock = System.Windows.Forms.DockStyle.Right
Me.right.Location = New System.Drawing.Point(304, 4)
Me.right.Name = "right"
Me.right.Size = New System.Drawing.Size(4, 272)
Me.right.TabIndex = 7
'
'top
'
Me.top.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95top
Me.top.Dock = System.Windows.Forms.DockStyle.Top
Me.top.Location = New System.Drawing.Point(0, 0)
Me.top.Name = "top"
Me.top.Size = New System.Drawing.Size(308, 4)
Me.top.TabIndex = 8
'
'EditToolStripMenuItem1
'
Me.EditToolStripMenuItem1.BackColor = System.Drawing.Color.Silver
Me.EditToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CopyCtrlCToolStripMenuItem1, Me.PasteCtrlVToolStripMenuItem1})
Me.EditToolStripMenuItem1.Name = "EditToolStripMenuItem1"
Me.EditToolStripMenuItem1.Size = New System.Drawing.Size(39, 20)
Me.EditToolStripMenuItem1.Text = "Edit"
'
'CopyCtrlCToolStripMenuItem1
'
Me.CopyCtrlCToolStripMenuItem1.BackColor = System.Drawing.Color.Silver
Me.CopyCtrlCToolStripMenuItem1.Name = "CopyCtrlCToolStripMenuItem1"
Me.CopyCtrlCToolStripMenuItem1.Size = New System.Drawing.Size(158, 22)
Me.CopyCtrlCToolStripMenuItem1.Text = "Copy Ctrl+C"
'
'PasteCtrlVToolStripMenuItem1
'
Me.PasteCtrlVToolStripMenuItem1.BackColor = System.Drawing.Color.Silver
Me.PasteCtrlVToolStripMenuItem1.Name = "PasteCtrlVToolStripMenuItem1"
Me.PasteCtrlVToolStripMenuItem1.Size = New System.Drawing.Size(158, 22)
Me.PasteCtrlVToolStripMenuItem1.Text = "Paste Ctrl+V"
'
'HelpToolStripMenuItem2
'
Me.HelpToolStripMenuItem2.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ScientificToolStripMenuItem, Me.StandardToolStripMenuItem})
Me.HelpToolStripMenuItem2.Name = "HelpToolStripMenuItem2"
Me.HelpToolStripMenuItem2.Size = New System.Drawing.Size(44, 20)
Me.HelpToolStripMenuItem2.Text = "Veiw"
'
'ScientificToolStripMenuItem
'
Me.ScientificToolStripMenuItem.BackColor = System.Drawing.Color.Silver
Me.ScientificToolStripMenuItem.Name = "ScientificToolStripMenuItem"
Me.ScientificToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
Me.ScientificToolStripMenuItem.Text = "Scientific"
'
'StandardToolStripMenuItem
'
Me.StandardToolStripMenuItem.BackColor = System.Drawing.Color.Silver
Me.StandardToolStripMenuItem.Name = "StandardToolStripMenuItem"
Me.StandardToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
Me.StandardToolStripMenuItem.Text = "Standard"
'
'HelpToolStripMenuItem3
'
Me.HelpToolStripMenuItem3.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.HelpTopicsToolStripMenuItem1, Me.AboutCalculatorToolStripMenuItem})
Me.HelpToolStripMenuItem3.Name = "HelpToolStripMenuItem3"
Me.HelpToolStripMenuItem3.Size = New System.Drawing.Size(44, 20)
Me.HelpToolStripMenuItem3.Text = "Help"
'
'HelpTopicsToolStripMenuItem1
'
Me.HelpTopicsToolStripMenuItem1.BackColor = System.Drawing.Color.Silver
Me.HelpTopicsToolStripMenuItem1.Name = "HelpTopicsToolStripMenuItem1"
Me.HelpTopicsToolStripMenuItem1.Size = New System.Drawing.Size(164, 22)
Me.HelpTopicsToolStripMenuItem1.Text = "Help Topics"
'
'AboutCalculatorToolStripMenuItem
'
Me.AboutCalculatorToolStripMenuItem.BackColor = System.Drawing.Color.Silver
Me.AboutCalculatorToolStripMenuItem.Name = "AboutCalculatorToolStripMenuItem"
Me.AboutCalculatorToolStripMenuItem.Size = New System.Drawing.Size(164, 22)
Me.AboutCalculatorToolStripMenuItem.Text = "About Calculator"
'
'MenuStrip2
'
Me.MenuStrip2.BackColor = System.Drawing.Color.Silver
Me.MenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EditToolStripMenuItem1, Me.HelpToolStripMenuItem2, Me.HelpToolStripMenuItem3})
Me.MenuStrip2.Location = New System.Drawing.Point(4, 22)
Me.MenuStrip2.Name = "MenuStrip2"
Me.MenuStrip2.Size = New System.Drawing.Size(300, 24)
Me.MenuStrip2.TabIndex = 28
Me.MenuStrip2.Text = "MenuStrip2"
'
2015-03-01 05:50:24 -05:00
'formcalculator
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(308, 276)
Me.Controls.Add(Me.program)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "formcalculator"
Me.Text = "formcalculator"
Me.TopMost = True
Me.program.ResumeLayout(False)
Me.program.PerformLayout()
Me.programtopbar.ResumeLayout(False)
Me.programtopbar.PerformLayout()
CType(Me.maximizebutton, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.minimizebutton, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.closebutton, System.ComponentModel.ISupportInitialize).EndInit()
Me.MenuStrip2.ResumeLayout(False)
Me.MenuStrip2.PerformLayout()
2015-03-01 05:50:24 -05:00
Me.ResumeLayout(False)
End Sub
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Button27 As System.Windows.Forms.Button
Friend WithEvents Button26 As System.Windows.Forms.Button
Friend WithEvents Button25 As System.Windows.Forms.Button
Friend WithEvents Button21 As System.Windows.Forms.Button
Friend WithEvents Button22 As System.Windows.Forms.Button
Friend WithEvents Button23 As System.Windows.Forms.Button
Friend WithEvents Button24 As System.Windows.Forms.Button
Friend WithEvents Button17 As System.Windows.Forms.Button
Friend WithEvents Button18 As System.Windows.Forms.Button
Friend WithEvents Button19 As System.Windows.Forms.Button
Friend WithEvents Button20 As System.Windows.Forms.Button
Friend WithEvents Button14 As System.Windows.Forms.Button
Friend WithEvents Button15 As System.Windows.Forms.Button
Friend WithEvents Button16 As System.Windows.Forms.Button
Friend WithEvents Button11 As System.Windows.Forms.Button
Friend WithEvents Button12 As System.Windows.Forms.Button
Friend WithEvents Button13 As System.Windows.Forms.Button
Friend WithEvents Button8 As System.Windows.Forms.Button
Friend WithEvents Button9 As System.Windows.Forms.Button
Friend WithEvents Button10 As System.Windows.Forms.Button
Friend WithEvents Button5 As System.Windows.Forms.Button
Friend WithEvents Button6 As System.Windows.Forms.Button
Friend WithEvents Button7 As System.Windows.Forms.Button
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents look As System.Windows.Forms.Timer
Friend WithEvents pullbs As System.Windows.Forms.Timer
Friend WithEvents pullbottom As System.Windows.Forms.Timer
Friend WithEvents pullside As System.Windows.Forms.Timer
Friend WithEvents program As System.Windows.Forms.Panel
Friend WithEvents programtopbar As System.Windows.Forms.Panel
Friend WithEvents maximizebutton As System.Windows.Forms.PictureBox
Friend WithEvents minimizebutton As System.Windows.Forms.PictureBox
Friend WithEvents programname As System.Windows.Forms.Label
Friend WithEvents closebutton As System.Windows.Forms.PictureBox
Friend WithEvents toprightcorner As System.Windows.Forms.Panel
Friend WithEvents bottomrightcorner As System.Windows.Forms.Panel
Friend WithEvents bottomleftcorner As System.Windows.Forms.Panel
Friend WithEvents topleftcorner As System.Windows.Forms.Panel
Friend WithEvents left As System.Windows.Forms.Panel
Friend WithEvents bottom As System.Windows.Forms.Panel
Friend WithEvents right As System.Windows.Forms.Panel
Friend WithEvents top As System.Windows.Forms.Panel
Friend WithEvents MenuStrip2 As MenuStrip
Friend WithEvents EditToolStripMenuItem1 As ToolStripMenuItem
Friend WithEvents CopyCtrlCToolStripMenuItem1 As ToolStripMenuItem
Friend WithEvents PasteCtrlVToolStripMenuItem1 As ToolStripMenuItem
Friend WithEvents HelpToolStripMenuItem2 As ToolStripMenuItem
Friend WithEvents ScientificToolStripMenuItem As ToolStripMenuItem
Friend WithEvents StandardToolStripMenuItem As ToolStripMenuItem
Friend WithEvents HelpToolStripMenuItem3 As ToolStripMenuItem
Friend WithEvents HelpTopicsToolStripMenuItem1 As ToolStripMenuItem
Friend WithEvents AboutCalculatorToolStripMenuItem As ToolStripMenuItem
2015-03-01 05:50:24 -05:00
End Class