diff options
| author | AShifter <[email protected]> | 2017-09-24 12:32:50 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-09-24 12:32:50 -0600 |
| commit | 9107510c4985ceb781640163bbb82ab6de2fa35e (patch) | |
| tree | c6a440b7ed182df8f8d1e5d0fdf55e28cf74055f /ShiftOS/Calculator.Designer.vb | |
| parent | 2992686ec723fa4c854b6de27007a284b484a92e (diff) | |
| download | shiftos-rewind-9107510c4985ceb781640163bbb82ab6de2fa35e.tar.gz shiftos-rewind-9107510c4985ceb781640163bbb82ab6de2fa35e.tar.bz2 shiftos-rewind-9107510c4985ceb781640163bbb82ab6de2fa35e.zip | |
Add proper WM and Remove old source
Added a proper, working WM. I also got rid of the old source as we could
just make a new repo for that.
Diffstat (limited to 'ShiftOS/Calculator.Designer.vb')
| -rw-r--r-- | ShiftOS/Calculator.Designer.vb | 514 |
1 files changed, 0 insertions, 514 deletions
diff --git a/ShiftOS/Calculator.Designer.vb b/ShiftOS/Calculator.Designer.vb deleted file mode 100644 index 3661f0e..0000000 --- a/ShiftOS/Calculator.Designer.vb +++ /dev/null @@ -1,514 +0,0 @@ -<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ -Partial Class 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.components = New System.ComponentModel.Container() - Me.pullside = New System.Windows.Forms.Timer(Me.components) - Me.pullbs = New System.Windows.Forms.Timer(Me.components) - Me.pgbottom = New System.Windows.Forms.Panel() - Me.pullbottom = New System.Windows.Forms.Timer(Me.components) - Me.minimizebutton = New System.Windows.Forms.Panel() - Me.rollupbutton = New System.Windows.Forms.Panel() - Me.pgbottomrcorner = New System.Windows.Forms.Panel() - Me.pgright = New System.Windows.Forms.Panel() - Me.closebutton = New System.Windows.Forms.Panel() - Me.lbtitletext = New System.Windows.Forms.Label() - Me.pgtoplcorner = New System.Windows.Forms.Panel() - Me.pgtoprcorner = New System.Windows.Forms.Panel() - Me.pgbottomlcorner = New System.Windows.Forms.Panel() - Me.pgcontents = New System.Windows.Forms.Panel() - Me.btnclearall = New System.Windows.Forms.Button() - Me.btn5 = New System.Windows.Forms.Button() - Me.btndividedby = New System.Windows.Forms.Button() - Me.lbldispla = New System.Windows.Forms.TextBox() - Me.btntimes = New System.Windows.Forms.Button() - Me.btn1 = New System.Windows.Forms.Button() - Me.btnminus = New System.Windows.Forms.Button() - Me.btn2 = New System.Windows.Forms.Button() - Me.btnplus = New System.Windows.Forms.Button() - Me.btn3 = New System.Windows.Forms.Button() - Me.btnequals = New System.Windows.Forms.Button() - Me.btn4 = New System.Windows.Forms.Button() - Me.btn0 = New System.Windows.Forms.Button() - Me.btn6 = New System.Windows.Forms.Button() - Me.btn9 = New System.Windows.Forms.Button() - Me.btn7 = New System.Windows.Forms.Button() - Me.btn8 = New System.Windows.Forms.Button() - Me.pgleft = New System.Windows.Forms.Panel() - Me.titlebar = New System.Windows.Forms.Panel() - Me.pnlicon = New System.Windows.Forms.PictureBox() - Me.pgright.SuspendLayout() - Me.pgcontents.SuspendLayout() - Me.pgleft.SuspendLayout() - Me.titlebar.SuspendLayout() - CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).BeginInit() - Me.SuspendLayout() - ' - 'pullside - ' - Me.pullside.Interval = 1 - ' - 'pullbs - ' - Me.pullbs.Interval = 1 - ' - 'pgbottom - ' - Me.pgbottom.BackColor = System.Drawing.Color.Gray - Me.pgbottom.Dock = System.Windows.Forms.DockStyle.Bottom - Me.pgbottom.Location = New System.Drawing.Point(2, 276) - Me.pgbottom.Name = "pgbottom" - Me.pgbottom.Size = New System.Drawing.Size(257, 2) - Me.pgbottom.TabIndex = 23 - ' - 'pullbottom - ' - Me.pullbottom.Interval = 1 - ' - 'minimizebutton - ' - Me.minimizebutton.BackColor = System.Drawing.Color.Black - Me.minimizebutton.Location = New System.Drawing.Point(166, 5) - Me.minimizebutton.Name = "minimizebutton" - Me.minimizebutton.Size = New System.Drawing.Size(22, 22) - Me.minimizebutton.TabIndex = 24 - ' - 'rollupbutton - ' - Me.rollupbutton.BackColor = System.Drawing.Color.Black - Me.rollupbutton.Location = New System.Drawing.Point(194, 3) - Me.rollupbutton.Name = "rollupbutton" - Me.rollupbutton.Size = New System.Drawing.Size(22, 22) - Me.rollupbutton.TabIndex = 22 - ' - 'pgbottomrcorner - ' - Me.pgbottomrcorner.BackColor = System.Drawing.Color.Red - Me.pgbottomrcorner.Dock = System.Windows.Forms.DockStyle.Bottom - Me.pgbottomrcorner.Location = New System.Drawing.Point(0, 246) - Me.pgbottomrcorner.Name = "pgbottomrcorner" - Me.pgbottomrcorner.Size = New System.Drawing.Size(2, 2) - Me.pgbottomrcorner.TabIndex = 15 - ' - 'pgright - ' - Me.pgright.BackColor = System.Drawing.Color.Gray - Me.pgright.Controls.Add(Me.pgbottomrcorner) - Me.pgright.Dock = System.Windows.Forms.DockStyle.Right - Me.pgright.Location = New System.Drawing.Point(259, 30) - Me.pgright.Name = "pgright" - Me.pgright.Size = New System.Drawing.Size(2, 248) - Me.pgright.TabIndex = 22 - ' - 'closebutton - ' - Me.closebutton.BackColor = System.Drawing.Color.Black - Me.closebutton.Location = New System.Drawing.Point(222, 3) - Me.closebutton.Name = "closebutton" - Me.closebutton.Size = New System.Drawing.Size(22, 22) - Me.closebutton.TabIndex = 20 - ' - 'lbtitletext - ' - Me.lbtitletext.AutoSize = True - Me.lbtitletext.BackColor = System.Drawing.Color.Transparent - Me.lbtitletext.Font = New System.Drawing.Font("Felix Titling", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lbtitletext.Location = New System.Drawing.Point(26, 7) - Me.lbtitletext.Name = "lbtitletext" - Me.lbtitletext.Size = New System.Drawing.Size(122, 18) - Me.lbtitletext.TabIndex = 19 - Me.lbtitletext.Text = "Calculator" - ' - 'pgtoplcorner - ' - Me.pgtoplcorner.BackColor = System.Drawing.Color.Red - Me.pgtoplcorner.Dock = System.Windows.Forms.DockStyle.Left - Me.pgtoplcorner.Location = New System.Drawing.Point(0, 0) - Me.pgtoplcorner.Name = "pgtoplcorner" - Me.pgtoplcorner.Size = New System.Drawing.Size(2, 30) - Me.pgtoplcorner.TabIndex = 17 - ' - 'pgtoprcorner - ' - Me.pgtoprcorner.BackColor = System.Drawing.Color.Red - Me.pgtoprcorner.Dock = System.Windows.Forms.DockStyle.Right - Me.pgtoprcorner.Location = New System.Drawing.Point(259, 0) - Me.pgtoprcorner.Name = "pgtoprcorner" - Me.pgtoprcorner.Size = New System.Drawing.Size(2, 30) - Me.pgtoprcorner.TabIndex = 16 - ' - 'pgbottomlcorner - ' - Me.pgbottomlcorner.BackColor = System.Drawing.Color.Red - Me.pgbottomlcorner.Dock = System.Windows.Forms.DockStyle.Bottom - Me.pgbottomlcorner.Location = New System.Drawing.Point(0, 246) - Me.pgbottomlcorner.Name = "pgbottomlcorner" - Me.pgbottomlcorner.Size = New System.Drawing.Size(2, 2) - Me.pgbottomlcorner.TabIndex = 14 - ' - 'pgcontents - ' - Me.pgcontents.BackColor = System.Drawing.Color.White - Me.pgcontents.Controls.Add(Me.btnclearall) - Me.pgcontents.Controls.Add(Me.btn5) - Me.pgcontents.Controls.Add(Me.btndividedby) - Me.pgcontents.Controls.Add(Me.lbldispla) - Me.pgcontents.Controls.Add(Me.btntimes) - Me.pgcontents.Controls.Add(Me.btn1) - Me.pgcontents.Controls.Add(Me.btnminus) - Me.pgcontents.Controls.Add(Me.btn2) - Me.pgcontents.Controls.Add(Me.btnplus) - Me.pgcontents.Controls.Add(Me.btn3) - Me.pgcontents.Controls.Add(Me.btnequals) - Me.pgcontents.Controls.Add(Me.btn4) - Me.pgcontents.Controls.Add(Me.btn0) - Me.pgcontents.Controls.Add(Me.btn6) - Me.pgcontents.Controls.Add(Me.btn9) - Me.pgcontents.Controls.Add(Me.btn7) - Me.pgcontents.Controls.Add(Me.btn8) - Me.pgcontents.Dock = System.Windows.Forms.DockStyle.Fill - Me.pgcontents.Location = New System.Drawing.Point(2, 30) - Me.pgcontents.Name = "pgcontents" - Me.pgcontents.Size = New System.Drawing.Size(257, 246) - Me.pgcontents.TabIndex = 20 - ' - 'btnclearall - ' - Me.btnclearall.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btnclearall.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btnclearall.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btnclearall.Location = New System.Drawing.Point(72, 196) - Me.btnclearall.Name = "btnclearall" - Me.btnclearall.Size = New System.Drawing.Size(55, 41) - Me.btnclearall.TabIndex = 41 - Me.btnclearall.TabStop = False - Me.btnclearall.Text = "C" - Me.btnclearall.UseVisualStyleBackColor = True - ' - 'btn5 - ' - Me.btn5.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btn5.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btn5.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btn5.Location = New System.Drawing.Point(72, 102) - Me.btn5.Name = "btn5" - Me.btn5.Size = New System.Drawing.Size(55, 41) - Me.btn5.TabIndex = 30 - Me.btn5.TabStop = False - Me.btn5.Text = "5" - Me.btn5.UseVisualStyleBackColor = True - ' - 'btndividedby - ' - Me.btndividedby.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btndividedby.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btndividedby.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btndividedby.Location = New System.Drawing.Point(196, 196) - Me.btndividedby.Name = "btndividedby" - Me.btndividedby.Size = New System.Drawing.Size(55, 41) - Me.btndividedby.TabIndex = 40 - Me.btndividedby.TabStop = False - Me.btndividedby.Text = "/" - Me.btndividedby.UseVisualStyleBackColor = True - ' - 'lbldispla - ' - Me.lbldispla.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.lbldispla.BackColor = System.Drawing.Color.White - Me.lbldispla.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - Me.lbldispla.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lbldispla.Location = New System.Drawing.Point(10, 10) - Me.lbldispla.Name = "lbldispla" - Me.lbldispla.ReadOnly = True - Me.lbldispla.Size = New System.Drawing.Size(241, 38) - Me.lbldispla.TabIndex = 25 - Me.lbldispla.TabStop = False - Me.lbldispla.Text = "0" - Me.lbldispla.TextAlign = System.Windows.Forms.HorizontalAlignment.Right - ' - 'btntimes - ' - Me.btntimes.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btntimes.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btntimes.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btntimes.Location = New System.Drawing.Point(196, 149) - Me.btntimes.Name = "btntimes" - Me.btntimes.Size = New System.Drawing.Size(55, 41) - Me.btntimes.TabIndex = 39 - Me.btntimes.TabStop = False - Me.btntimes.Text = "x" - Me.btntimes.UseVisualStyleBackColor = True - ' - 'btn1 - ' - Me.btn1.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btn1.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btn1.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btn1.Location = New System.Drawing.Point(10, 55) - Me.btn1.Name = "btn1" - Me.btn1.Size = New System.Drawing.Size(55, 41) - Me.btn1.TabIndex = 26 - Me.btn1.TabStop = False - Me.btn1.Text = "1" - Me.btn1.UseVisualStyleBackColor = True - ' - 'btnminus - ' - Me.btnminus.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btnminus.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btnminus.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btnminus.Location = New System.Drawing.Point(196, 102) - Me.btnminus.Name = "btnminus" - Me.btnminus.Size = New System.Drawing.Size(55, 41) - Me.btnminus.TabIndex = 38 - Me.btnminus.TabStop = False - Me.btnminus.Text = "-" - Me.btnminus.UseVisualStyleBackColor = True - ' - 'btn2 - ' - Me.btn2.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btn2.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btn2.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btn2.Location = New System.Drawing.Point(72, 55) - Me.btn2.Name = "btn2" - Me.btn2.Size = New System.Drawing.Size(55, 41) - Me.btn2.TabIndex = 27 - Me.btn2.TabStop = False - Me.btn2.Text = "2" - Me.btn2.UseVisualStyleBackColor = True - ' - 'btnplus - ' - Me.btnplus.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btnplus.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btnplus.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btnplus.Location = New System.Drawing.Point(196, 55) - Me.btnplus.Name = "btnplus" - Me.btnplus.Size = New System.Drawing.Size(55, 41) - Me.btnplus.TabIndex = 37 - Me.btnplus.TabStop = False - Me.btnplus.Text = "+" - Me.btnplus.UseVisualStyleBackColor = True - ' - 'btn3 - ' - Me.btn3.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btn3.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btn3.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btn3.Location = New System.Drawing.Point(134, 55) - Me.btn3.Name = "btn3" - Me.btn3.Size = New System.Drawing.Size(55, 41) - Me.btn3.TabIndex = 28 - Me.btn3.TabStop = False - Me.btn3.Text = "3" - Me.btn3.UseVisualStyleBackColor = True - ' - 'btnequals - ' - Me.btnequals.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btnequals.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btnequals.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btnequals.Location = New System.Drawing.Point(134, 196) - Me.btnequals.Name = "btnequals" - Me.btnequals.Size = New System.Drawing.Size(55, 41) - Me.btnequals.TabIndex = 36 - Me.btnequals.Text = "=" - Me.btnequals.UseVisualStyleBackColor = True - ' - 'btn4 - ' - Me.btn4.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btn4.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btn4.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btn4.Location = New System.Drawing.Point(10, 102) - Me.btn4.Name = "btn4" - Me.btn4.Size = New System.Drawing.Size(55, 41) - Me.btn4.TabIndex = 29 - Me.btn4.TabStop = False - Me.btn4.Text = "4" - Me.btn4.UseVisualStyleBackColor = True - ' - 'btn0 - ' - Me.btn0.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btn0.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btn0.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btn0.Location = New System.Drawing.Point(10, 196) - Me.btn0.Name = "btn0" - Me.btn0.Size = New System.Drawing.Size(55, 41) - Me.btn0.TabIndex = 35 - Me.btn0.TabStop = False - Me.btn0.Text = "0" - Me.btn0.UseVisualStyleBackColor = True - ' - 'btn6 - ' - Me.btn6.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btn6.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btn6.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btn6.Location = New System.Drawing.Point(134, 102) - Me.btn6.Name = "btn6" - Me.btn6.Size = New System.Drawing.Size(55, 41) - Me.btn6.TabIndex = 31 - Me.btn6.TabStop = False - Me.btn6.Text = "6" - Me.btn6.UseVisualStyleBackColor = True - ' - 'btn9 - ' - Me.btn9.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btn9.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btn9.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btn9.Location = New System.Drawing.Point(134, 149) - Me.btn9.Name = "btn9" - Me.btn9.Size = New System.Drawing.Size(55, 41) - Me.btn9.TabIndex = 34 - Me.btn9.TabStop = False - Me.btn9.Text = "9" - Me.btn9.UseVisualStyleBackColor = True - ' - 'btn7 - ' - Me.btn7.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btn7.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btn7.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btn7.Location = New System.Drawing.Point(10, 149) - Me.btn7.Name = "btn7" - Me.btn7.Size = New System.Drawing.Size(55, 41) - Me.btn7.TabIndex = 32 - Me.btn7.TabStop = False - Me.btn7.Text = "7" - Me.btn7.UseVisualStyleBackColor = True - ' - 'btn8 - ' - Me.btn8.Anchor = System.Windows.Forms.AnchorStyles.None - Me.btn8.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.btn8.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btn8.Location = New System.Drawing.Point(72, 149) - Me.btn8.Name = "btn8" - Me.btn8.Size = New System.Drawing.Size(55, 41) - Me.btn8.TabIndex = 33 - Me.btn8.TabStop = False - Me.btn8.Text = "8" - Me.btn8.UseVisualStyleBackColor = True - ' - 'pgleft - ' - Me.pgleft.BackColor = System.Drawing.Color.Gray - Me.pgleft.Controls.Add(Me.pgbottomlcorner) - Me.pgleft.Dock = System.Windows.Forms.DockStyle.Left - Me.pgleft.Location = New System.Drawing.Point(0, 30) - Me.pgleft.Name = "pgleft" - Me.pgleft.Size = New System.Drawing.Size(2, 248) - Me.pgleft.TabIndex = 21 - ' - 'titlebar - ' - Me.titlebar.BackColor = System.Drawing.Color.Gray - Me.titlebar.Controls.Add(Me.minimizebutton) - Me.titlebar.Controls.Add(Me.pnlicon) - Me.titlebar.Controls.Add(Me.rollupbutton) - Me.titlebar.Controls.Add(Me.closebutton) - Me.titlebar.Controls.Add(Me.lbtitletext) - Me.titlebar.Controls.Add(Me.pgtoplcorner) - Me.titlebar.Controls.Add(Me.pgtoprcorner) - Me.titlebar.Dock = System.Windows.Forms.DockStyle.Top - Me.titlebar.ForeColor = System.Drawing.Color.White - Me.titlebar.Location = New System.Drawing.Point(0, 0) - Me.titlebar.Name = "titlebar" - Me.titlebar.Size = New System.Drawing.Size(261, 30) - Me.titlebar.TabIndex = 19 - ' - 'pnlicon - ' - Me.pnlicon.BackColor = System.Drawing.Color.Transparent - Me.pnlicon.Image = Global.ShiftOS.My.Resources.Resources.iconCalculator - Me.pnlicon.Location = New System.Drawing.Point(8, 8) - Me.pnlicon.Name = "pnlicon" - Me.pnlicon.Size = New System.Drawing.Size(16, 16) - Me.pnlicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage - Me.pnlicon.TabIndex = 24 - Me.pnlicon.TabStop = False - Me.pnlicon.Visible = False - ' - 'Calculator - ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(261, 278) - Me.Controls.Add(Me.pgcontents) - Me.Controls.Add(Me.pgbottom) - Me.Controls.Add(Me.pgright) - Me.Controls.Add(Me.pgleft) - Me.Controls.Add(Me.titlebar) - Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None - Me.Name = "Calculator" - Me.Text = "Calculator" - Me.TopMost = True - Me.pgright.ResumeLayout(False) - Me.pgcontents.ResumeLayout(False) - Me.pgcontents.PerformLayout() - Me.pgleft.ResumeLayout(False) - Me.titlebar.ResumeLayout(False) - Me.titlebar.PerformLayout() - CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).EndInit() - Me.ResumeLayout(False) - - End Sub - Friend WithEvents pullside As System.Windows.Forms.Timer - Friend WithEvents pullbs As System.Windows.Forms.Timer - Friend WithEvents pgbottom As System.Windows.Forms.Panel - Friend WithEvents pullbottom As System.Windows.Forms.Timer - Friend WithEvents minimizebutton As System.Windows.Forms.Panel - Friend WithEvents pnlicon As System.Windows.Forms.PictureBox - Friend WithEvents rollupbutton As System.Windows.Forms.Panel - Friend WithEvents pgbottomrcorner As System.Windows.Forms.Panel - Friend WithEvents pgright As System.Windows.Forms.Panel - Friend WithEvents closebutton As System.Windows.Forms.Panel - Friend WithEvents lbtitletext As System.Windows.Forms.Label - Friend WithEvents pgtoplcorner As System.Windows.Forms.Panel - Friend WithEvents pgtoprcorner As System.Windows.Forms.Panel - Friend WithEvents pgbottomlcorner As System.Windows.Forms.Panel - Friend WithEvents pgcontents As System.Windows.Forms.Panel - Friend WithEvents pgleft As System.Windows.Forms.Panel - Friend WithEvents titlebar As System.Windows.Forms.Panel - Friend WithEvents btnclearall As System.Windows.Forms.Button - Friend WithEvents btn5 As System.Windows.Forms.Button - Friend WithEvents btndividedby As System.Windows.Forms.Button - Friend WithEvents lbldispla As System.Windows.Forms.TextBox - Friend WithEvents btntimes As System.Windows.Forms.Button - Friend WithEvents btn1 As System.Windows.Forms.Button - Friend WithEvents btnminus As System.Windows.Forms.Button - Friend WithEvents btn2 As System.Windows.Forms.Button - Friend WithEvents btnplus As System.Windows.Forms.Button - Friend WithEvents btn3 As System.Windows.Forms.Button - Friend WithEvents btnequals As System.Windows.Forms.Button - Friend WithEvents btn4 As System.Windows.Forms.Button - Friend WithEvents btn0 As System.Windows.Forms.Button - Friend WithEvents btn6 As System.Windows.Forms.Button - Friend WithEvents btn9 As System.Windows.Forms.Button - Friend WithEvents btn7 As System.Windows.Forms.Button - Friend WithEvents btn8 As System.Windows.Forms.Button -End Class |
