_ Partial Class frmCalculator Inherits DevComponents.DotNetBar.Office2007Form 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCalculator)) Me.txtInput = New System.Windows.Forms.TextBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.ButtonX1 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX20 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX2 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX3 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX21 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX4 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX5 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX22 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX6 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX7 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX23 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX8 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX9 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX10 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX16 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX11 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX12 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX17 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX15 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX14 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX18 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX13 = New DevComponents.DotNetBar.ButtonX() Me.ButtonX19 = New DevComponents.DotNetBar.ButtonX() Me.cmdSign = New System.Windows.Forms.Button() Me.cmdInverse = New System.Windows.Forms.Button() Me.cmdSqrRoot = New System.Windows.Forms.Button() Me.cmdPowerOf = New System.Windows.Forms.Button() Me.cmdEqual = New System.Windows.Forms.Button() Me.cmdAdd = New System.Windows.Forms.Button() Me.cmdDecimal = New System.Windows.Forms.Button() Me.cmdSubtract = New System.Windows.Forms.Button() Me.cmd8 = New System.Windows.Forms.Button() Me.cmd9 = New System.Windows.Forms.Button() Me.cmd4 = New System.Windows.Forms.Button() Me.cmd5 = New System.Windows.Forms.Button() Me.cmd6 = New System.Windows.Forms.Button() Me.cmd1 = New System.Windows.Forms.Button() Me.cmd2 = New System.Windows.Forms.Button() Me.cmd3 = New System.Windows.Forms.Button() Me.cmd0 = New System.Windows.Forms.Button() Me.cmdMultiply = New System.Windows.Forms.Button() Me.cmdDivide = New System.Windows.Forms.Button() Me.cmd7 = New System.Windows.Forms.Button() Me.cmdClearAll = New System.Windows.Forms.Button() Me.cmdClearEntry = New System.Windows.Forms.Button() Me.cmdBackspace = New System.Windows.Forms.Button() Me.StyleManager1 = New DevComponents.DotNetBar.StyleManager(Me.components) Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.SuspendLayout() ' 'txtInput ' Me.txtInput.BackColor = System.Drawing.SystemColors.ButtonHighlight Me.txtInput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtInput.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtInput.Location = New System.Drawing.Point(6, 15) Me.txtInput.Name = "txtInput" Me.txtInput.ReadOnly = True Me.txtInput.Size = New System.Drawing.Size(223, 22) Me.txtInput.TabIndex = 0 Me.txtInput.TabStop = False Me.txtInput.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.txtInput) Me.GroupBox1.Location = New System.Drawing.Point(12, 12) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(235, 45) Me.GroupBox1.TabIndex = 4 Me.GroupBox1.TabStop = False ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.ButtonX1) Me.GroupBox2.Controls.Add(Me.ButtonX20) Me.GroupBox2.Controls.Add(Me.ButtonX2) Me.GroupBox2.Controls.Add(Me.ButtonX3) Me.GroupBox2.Controls.Add(Me.ButtonX21) Me.GroupBox2.Controls.Add(Me.ButtonX4) Me.GroupBox2.Controls.Add(Me.ButtonX5) Me.GroupBox2.Controls.Add(Me.ButtonX22) Me.GroupBox2.Controls.Add(Me.ButtonX6) Me.GroupBox2.Controls.Add(Me.ButtonX7) Me.GroupBox2.Controls.Add(Me.ButtonX23) Me.GroupBox2.Controls.Add(Me.ButtonX8) Me.GroupBox2.Controls.Add(Me.ButtonX9) Me.GroupBox2.Controls.Add(Me.ButtonX10) Me.GroupBox2.Controls.Add(Me.ButtonX16) Me.GroupBox2.Controls.Add(Me.ButtonX11) Me.GroupBox2.Controls.Add(Me.ButtonX12) Me.GroupBox2.Controls.Add(Me.ButtonX17) Me.GroupBox2.Controls.Add(Me.ButtonX15) Me.GroupBox2.Controls.Add(Me.ButtonX14) Me.GroupBox2.Controls.Add(Me.ButtonX18) Me.GroupBox2.Controls.Add(Me.ButtonX13) Me.GroupBox2.Controls.Add(Me.ButtonX19) Me.GroupBox2.Location = New System.Drawing.Point(12, 63) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(235, 187) Me.GroupBox2.TabIndex = 5 Me.GroupBox2.TabStop = False ' 'ButtonX1 ' Me.ButtonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX1.Location = New System.Drawing.Point(18, 28) Me.ButtonX1.Name = "ButtonX1" Me.ButtonX1.Size = New System.Drawing.Size(64, 23) Me.ButtonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX1.TabIndex = 6 Me.ButtonX1.Text = "Backspace" ' 'ButtonX20 ' Me.ButtonX20.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX20.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX20.Location = New System.Drawing.Point(182, 143) Me.ButtonX20.Name = "ButtonX20" Me.ButtonX20.Size = New System.Drawing.Size(35, 23) Me.ButtonX20.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX20.TabIndex = 28 Me.ButtonX20.Text = "=" ' 'ButtonX2 ' Me.ButtonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX2.Location = New System.Drawing.Point(59, 114) Me.ButtonX2.Name = "ButtonX2" Me.ButtonX2.Size = New System.Drawing.Size(35, 23) Me.ButtonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX2.TabIndex = 7 Me.ButtonX2.Text = "2" ' 'ButtonX3 ' Me.ButtonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX3.Location = New System.Drawing.Point(100, 114) Me.ButtonX3.Name = "ButtonX3" Me.ButtonX3.Size = New System.Drawing.Size(35, 23) Me.ButtonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX3.TabIndex = 8 Me.ButtonX3.Text = "3" ' 'ButtonX21 ' Me.ButtonX21.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX21.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX21.Location = New System.Drawing.Point(182, 56) Me.ButtonX21.Name = "ButtonX21" Me.ButtonX21.Size = New System.Drawing.Size(35, 23) Me.ButtonX21.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX21.TabIndex = 27 Me.ButtonX21.Text = "x^" ' 'ButtonX4 ' Me.ButtonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX4.Location = New System.Drawing.Point(18, 114) Me.ButtonX4.Name = "ButtonX4" Me.ButtonX4.Size = New System.Drawing.Size(35, 23) Me.ButtonX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX4.TabIndex = 9 Me.ButtonX4.Text = "1" ' 'ButtonX5 ' Me.ButtonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX5.Location = New System.Drawing.Point(100, 85) Me.ButtonX5.Name = "ButtonX5" Me.ButtonX5.Size = New System.Drawing.Size(35, 23) Me.ButtonX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX5.TabIndex = 10 Me.ButtonX5.Text = "6" ' 'ButtonX22 ' Me.ButtonX22.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX22.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX22.Location = New System.Drawing.Point(182, 86) Me.ButtonX22.Name = "ButtonX22" Me.ButtonX22.Size = New System.Drawing.Size(35, 23) Me.ButtonX22.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX22.TabIndex = 26 Me.ButtonX22.Text = "sqrt" ' 'ButtonX6 ' Me.ButtonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX6.Location = New System.Drawing.Point(59, 85) Me.ButtonX6.Name = "ButtonX6" Me.ButtonX6.Size = New System.Drawing.Size(35, 23) Me.ButtonX6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX6.TabIndex = 11 Me.ButtonX6.Text = "5" ' 'ButtonX7 ' Me.ButtonX7.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX7.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX7.Location = New System.Drawing.Point(18, 85) Me.ButtonX7.Name = "ButtonX7" Me.ButtonX7.Size = New System.Drawing.Size(35, 23) Me.ButtonX7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX7.TabIndex = 12 Me.ButtonX7.Text = "4" ' 'ButtonX23 ' Me.ButtonX23.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX23.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX23.Location = New System.Drawing.Point(182, 114) Me.ButtonX23.Name = "ButtonX23" Me.ButtonX23.Size = New System.Drawing.Size(35, 23) Me.ButtonX23.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX23.TabIndex = 25 Me.ButtonX23.Text = "1/x" ' 'ButtonX8 ' Me.ButtonX8.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX8.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX8.Location = New System.Drawing.Point(100, 56) Me.ButtonX8.Name = "ButtonX8" Me.ButtonX8.Size = New System.Drawing.Size(35, 23) Me.ButtonX8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX8.TabIndex = 13 Me.ButtonX8.Text = "9" ' 'ButtonX9 ' Me.ButtonX9.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX9.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX9.Location = New System.Drawing.Point(59, 56) Me.ButtonX9.Name = "ButtonX9" Me.ButtonX9.Size = New System.Drawing.Size(35, 23) Me.ButtonX9.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX9.TabIndex = 14 Me.ButtonX9.Text = "8" ' 'ButtonX10 ' Me.ButtonX10.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX10.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX10.Location = New System.Drawing.Point(18, 56) Me.ButtonX10.Name = "ButtonX10" Me.ButtonX10.Size = New System.Drawing.Size(35, 23) Me.ButtonX10.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX10.TabIndex = 15 Me.ButtonX10.Text = "7" ' 'ButtonX16 ' Me.ButtonX16.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX16.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX16.Location = New System.Drawing.Point(141, 143) Me.ButtonX16.Name = "ButtonX16" Me.ButtonX16.Size = New System.Drawing.Size(35, 23) Me.ButtonX16.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX16.TabIndex = 24 Me.ButtonX16.Text = "+" ' 'ButtonX11 ' Me.ButtonX11.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX11.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX11.Location = New System.Drawing.Point(156, 28) Me.ButtonX11.Name = "ButtonX11" Me.ButtonX11.Size = New System.Drawing.Size(61, 23) Me.ButtonX11.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX11.TabIndex = 16 Me.ButtonX11.Text = "C" ' 'ButtonX12 ' Me.ButtonX12.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX12.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX12.Location = New System.Drawing.Point(88, 28) Me.ButtonX12.Name = "ButtonX12" Me.ButtonX12.Size = New System.Drawing.Size(61, 23) Me.ButtonX12.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX12.TabIndex = 17 Me.ButtonX12.Text = "CE" ' 'ButtonX17 ' Me.ButtonX17.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX17.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX17.Location = New System.Drawing.Point(141, 56) Me.ButtonX17.Name = "ButtonX17" Me.ButtonX17.Size = New System.Drawing.Size(35, 23) Me.ButtonX17.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX17.TabIndex = 23 Me.ButtonX17.Text = "/" ' 'ButtonX15 ' Me.ButtonX15.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX15.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX15.Location = New System.Drawing.Point(100, 143) Me.ButtonX15.Name = "ButtonX15" Me.ButtonX15.Size = New System.Drawing.Size(35, 23) Me.ButtonX15.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX15.TabIndex = 18 Me.ButtonX15.Text = "." ' 'ButtonX14 ' Me.ButtonX14.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX14.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX14.Location = New System.Drawing.Point(59, 143) Me.ButtonX14.Name = "ButtonX14" Me.ButtonX14.Size = New System.Drawing.Size(35, 23) Me.ButtonX14.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX14.TabIndex = 19 Me.ButtonX14.Text = "+/-" ' 'ButtonX18 ' Me.ButtonX18.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX18.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX18.Location = New System.Drawing.Point(141, 85) Me.ButtonX18.Name = "ButtonX18" Me.ButtonX18.Size = New System.Drawing.Size(35, 23) Me.ButtonX18.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX18.TabIndex = 22 Me.ButtonX18.Text = "*" ' 'ButtonX13 ' Me.ButtonX13.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX13.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX13.Location = New System.Drawing.Point(18, 143) Me.ButtonX13.Name = "ButtonX13" Me.ButtonX13.Size = New System.Drawing.Size(35, 23) Me.ButtonX13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX13.TabIndex = 20 Me.ButtonX13.Text = "0" ' 'ButtonX19 ' Me.ButtonX19.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.ButtonX19.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.ButtonX19.Location = New System.Drawing.Point(141, 114) Me.ButtonX19.Name = "ButtonX19" Me.ButtonX19.Size = New System.Drawing.Size(35, 23) Me.ButtonX19.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.ButtonX19.TabIndex = 21 Me.ButtonX19.Text = "-" ' 'cmdSign ' Me.cmdSign.Location = New System.Drawing.Point(631, 207) Me.cmdSign.Name = "cmdSign" Me.cmdSign.Size = New System.Drawing.Size(35, 23) Me.cmdSign.TabIndex = 26 Me.cmdSign.Text = "+/-" Me.cmdSign.UseVisualStyleBackColor = True Me.cmdSign.Visible = False ' 'cmdInverse ' Me.cmdInverse.Location = New System.Drawing.Point(754, 178) Me.cmdInverse.Name = "cmdInverse" Me.cmdInverse.Size = New System.Drawing.Size(35, 23) Me.cmdInverse.TabIndex = 25 Me.cmdInverse.Text = "1/x" Me.cmdInverse.UseVisualStyleBackColor = True Me.cmdInverse.Visible = False ' 'cmdSqrRoot ' Me.cmdSqrRoot.Location = New System.Drawing.Point(754, 149) Me.cmdSqrRoot.Name = "cmdSqrRoot" Me.cmdSqrRoot.Size = New System.Drawing.Size(35, 23) Me.cmdSqrRoot.TabIndex = 24 Me.cmdSqrRoot.Text = "sqrt" Me.cmdSqrRoot.UseVisualStyleBackColor = True Me.cmdSqrRoot.Visible = False ' 'cmdPowerOf ' Me.cmdPowerOf.Location = New System.Drawing.Point(754, 120) Me.cmdPowerOf.Name = "cmdPowerOf" Me.cmdPowerOf.Size = New System.Drawing.Size(35, 23) Me.cmdPowerOf.TabIndex = 23 Me.cmdPowerOf.Text = "x^" Me.cmdPowerOf.UseVisualStyleBackColor = True Me.cmdPowerOf.Visible = False ' 'cmdEqual ' Me.cmdEqual.Location = New System.Drawing.Point(754, 207) Me.cmdEqual.Name = "cmdEqual" Me.cmdEqual.Size = New System.Drawing.Size(35, 23) Me.cmdEqual.TabIndex = 22 Me.cmdEqual.Text = "=" Me.cmdEqual.UseVisualStyleBackColor = True Me.cmdEqual.Visible = False ' 'cmdAdd ' Me.cmdAdd.Location = New System.Drawing.Point(713, 207) Me.cmdAdd.Name = "cmdAdd" Me.cmdAdd.Size = New System.Drawing.Size(35, 23) Me.cmdAdd.TabIndex = 21 Me.cmdAdd.Text = "+" Me.cmdAdd.UseVisualStyleBackColor = True Me.cmdAdd.Visible = False ' 'cmdDecimal ' Me.cmdDecimal.Location = New System.Drawing.Point(672, 207) Me.cmdDecimal.Name = "cmdDecimal" Me.cmdDecimal.Size = New System.Drawing.Size(35, 23) Me.cmdDecimal.TabIndex = 20 Me.cmdDecimal.Text = "." Me.cmdDecimal.UseVisualStyleBackColor = True Me.cmdDecimal.Visible = False ' 'cmdSubtract ' Me.cmdSubtract.Location = New System.Drawing.Point(713, 178) Me.cmdSubtract.Name = "cmdSubtract" Me.cmdSubtract.Size = New System.Drawing.Size(35, 23) Me.cmdSubtract.TabIndex = 19 Me.cmdSubtract.Text = "-" Me.cmdSubtract.UseVisualStyleBackColor = True Me.cmdSubtract.Visible = False ' 'cmd8 ' Me.cmd8.Location = New System.Drawing.Point(631, 120) Me.cmd8.Name = "cmd8" Me.cmd8.Size = New System.Drawing.Size(35, 23) Me.cmd8.TabIndex = 18 Me.cmd8.Text = "8" Me.cmd8.UseVisualStyleBackColor = True Me.cmd8.Visible = False ' 'cmd9 ' Me.cmd9.Location = New System.Drawing.Point(672, 120) Me.cmd9.Name = "cmd9" Me.cmd9.Size = New System.Drawing.Size(35, 23) Me.cmd9.TabIndex = 17 Me.cmd9.Text = "9" Me.cmd9.UseVisualStyleBackColor = True Me.cmd9.Visible = False ' 'cmd4 ' Me.cmd4.Location = New System.Drawing.Point(590, 149) Me.cmd4.Name = "cmd4" Me.cmd4.Size = New System.Drawing.Size(35, 23) Me.cmd4.TabIndex = 16 Me.cmd4.Text = "4" Me.cmd4.UseVisualStyleBackColor = True Me.cmd4.Visible = False ' 'cmd5 ' Me.cmd5.Location = New System.Drawing.Point(631, 149) Me.cmd5.Name = "cmd5" Me.cmd5.Size = New System.Drawing.Size(35, 23) Me.cmd5.TabIndex = 15 Me.cmd5.Text = "5" Me.cmd5.UseVisualStyleBackColor = True Me.cmd5.Visible = False ' 'cmd6 ' Me.cmd6.Location = New System.Drawing.Point(672, 149) Me.cmd6.Name = "cmd6" Me.cmd6.Size = New System.Drawing.Size(35, 23) Me.cmd6.TabIndex = 14 Me.cmd6.Text = "6" Me.cmd6.UseVisualStyleBackColor = True Me.cmd6.Visible = False ' 'cmd1 ' Me.cmd1.Location = New System.Drawing.Point(590, 178) Me.cmd1.Name = "cmd1" Me.cmd1.Size = New System.Drawing.Size(35, 23) Me.cmd1.TabIndex = 13 Me.cmd1.Text = "1" Me.cmd1.UseVisualStyleBackColor = True Me.cmd1.Visible = False ' 'cmd2 ' Me.cmd2.Location = New System.Drawing.Point(631, 178) Me.cmd2.Name = "cmd2" Me.cmd2.Size = New System.Drawing.Size(35, 23) Me.cmd2.TabIndex = 12 Me.cmd2.Text = "2" Me.cmd2.UseVisualStyleBackColor = True Me.cmd2.Visible = False ' 'cmd3 ' Me.cmd3.Location = New System.Drawing.Point(672, 178) Me.cmd3.Name = "cmd3" Me.cmd3.Size = New System.Drawing.Size(35, 23) Me.cmd3.TabIndex = 11 Me.cmd3.Text = "3" Me.cmd3.UseVisualStyleBackColor = True Me.cmd3.Visible = False ' 'cmd0 ' Me.cmd0.Location = New System.Drawing.Point(590, 207) Me.cmd0.Name = "cmd0" Me.cmd0.Size = New System.Drawing.Size(35, 23) Me.cmd0.TabIndex = 10 Me.cmd0.Text = "0" Me.cmd0.UseVisualStyleBackColor = True Me.cmd0.Visible = False ' 'cmdMultiply ' Me.cmdMultiply.Location = New System.Drawing.Point(713, 149) Me.cmdMultiply.Name = "cmdMultiply" Me.cmdMultiply.Size = New System.Drawing.Size(35, 23) Me.cmdMultiply.TabIndex = 9 Me.cmdMultiply.Text = "*" Me.cmdMultiply.UseVisualStyleBackColor = True Me.cmdMultiply.Visible = False ' 'cmdDivide ' Me.cmdDivide.Location = New System.Drawing.Point(713, 120) Me.cmdDivide.Name = "cmdDivide" Me.cmdDivide.Size = New System.Drawing.Size(35, 23) Me.cmdDivide.TabIndex = 8 Me.cmdDivide.Text = "/" Me.cmdDivide.UseVisualStyleBackColor = True Me.cmdDivide.Visible = False ' 'cmd7 ' Me.cmd7.Location = New System.Drawing.Point(590, 120) Me.cmd7.Name = "cmd7" Me.cmd7.Size = New System.Drawing.Size(35, 23) Me.cmd7.TabIndex = 7 Me.cmd7.Text = "7" Me.cmd7.UseVisualStyleBackColor = True Me.cmd7.Visible = False ' 'cmdClearAll ' Me.cmdClearAll.Location = New System.Drawing.Point(735, 79) Me.cmdClearAll.Name = "cmdClearAll" Me.cmdClearAll.Size = New System.Drawing.Size(54, 23) Me.cmdClearAll.TabIndex = 6 Me.cmdClearAll.Text = "C" Me.cmdClearAll.UseVisualStyleBackColor = True Me.cmdClearAll.Visible = False ' 'cmdClearEntry ' Me.cmdClearEntry.Location = New System.Drawing.Point(673, 79) Me.cmdClearEntry.Name = "cmdClearEntry" Me.cmdClearEntry.Size = New System.Drawing.Size(56, 23) Me.cmdClearEntry.TabIndex = 5 Me.cmdClearEntry.Text = "CE" Me.cmdClearEntry.UseVisualStyleBackColor = True Me.cmdClearEntry.Visible = False ' 'cmdBackspace ' Me.cmdBackspace.Location = New System.Drawing.Point(588, 79) Me.cmdBackspace.Name = "cmdBackspace" Me.cmdBackspace.Size = New System.Drawing.Size(76, 23) Me.cmdBackspace.TabIndex = 4 Me.cmdBackspace.Text = "Backspace" Me.cmdBackspace.UseVisualStyleBackColor = True Me.cmdBackspace.Visible = False ' 'StyleManager1 ' Me.StyleManager1.ManagerColorTint = System.Drawing.Color.Black Me.StyleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Black ' 'frmCalculator ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(268, 266) Me.Controls.Add(Me.cmdSign) Me.Controls.Add(Me.cmdInverse) Me.Controls.Add(Me.cmdSqrRoot) Me.Controls.Add(Me.cmdPowerOf) Me.Controls.Add(Me.cmdEqual) Me.Controls.Add(Me.cmdAdd) Me.Controls.Add(Me.cmdDecimal) Me.Controls.Add(Me.cmdSubtract) Me.Controls.Add(Me.cmd8) Me.Controls.Add(Me.cmd9) Me.Controls.Add(Me.cmd4) Me.Controls.Add(Me.cmd5) Me.Controls.Add(Me.cmd6) Me.Controls.Add(Me.cmd1) Me.Controls.Add(Me.cmd2) Me.Controls.Add(Me.cmd3) Me.Controls.Add(Me.cmd0) Me.Controls.Add(Me.cmdMultiply) Me.Controls.Add(Me.cmdDivide) Me.Controls.Add(Me.cmd7) Me.Controls.Add(Me.cmdClearAll) Me.Controls.Add(Me.cmdClearEntry) Me.Controls.Add(Me.cmdBackspace) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.DoubleBuffered = True Me.EnableGlass = False Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmCalculator" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Ihabbox Calculator" Me.TopMost = True Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents txtInput As System.Windows.Forms.TextBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents cmd8 As System.Windows.Forms.Button Friend WithEvents cmd9 As System.Windows.Forms.Button Friend WithEvents cmd4 As System.Windows.Forms.Button Friend WithEvents cmd5 As System.Windows.Forms.Button Friend WithEvents cmd6 As System.Windows.Forms.Button Friend WithEvents cmd1 As System.Windows.Forms.Button Friend WithEvents cmd2 As System.Windows.Forms.Button Friend WithEvents cmd3 As System.Windows.Forms.Button Friend WithEvents cmd0 As System.Windows.Forms.Button Friend WithEvents cmdMultiply As System.Windows.Forms.Button Friend WithEvents cmdDivide As System.Windows.Forms.Button Friend WithEvents cmd7 As System.Windows.Forms.Button Friend WithEvents cmdClearAll As System.Windows.Forms.Button Friend WithEvents cmdClearEntry As System.Windows.Forms.Button Friend WithEvents cmdBackspace As System.Windows.Forms.Button Friend WithEvents cmdEqual As System.Windows.Forms.Button Friend WithEvents cmdAdd As System.Windows.Forms.Button Friend WithEvents cmdDecimal As System.Windows.Forms.Button Friend WithEvents cmdSubtract As System.Windows.Forms.Button Friend WithEvents cmdSqrRoot As System.Windows.Forms.Button Friend WithEvents cmdPowerOf As System.Windows.Forms.Button Friend WithEvents cmdInverse As System.Windows.Forms.Button Friend WithEvents cmdSign As System.Windows.Forms.Button Friend WithEvents StyleManager1 As DevComponents.DotNetBar.StyleManager Friend WithEvents ButtonX1 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX2 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX3 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX4 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX5 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX6 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX7 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX8 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX9 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX10 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX11 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX12 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX13 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX14 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX15 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX16 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX17 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX18 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX19 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX20 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX21 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX22 As DevComponents.DotNetBar.ButtonX Friend WithEvents ButtonX23 As DevComponents.DotNetBar.ButtonX End Class