_ Partial Class TextPad Inherits System.Windows.Forms.Form '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(TextPad)) Me.pgcontents = New System.Windows.Forms.Panel() Me.txtuserinput = New System.Windows.Forms.TextBox() Me.pnlbreak = New System.Windows.Forms.Panel() Me.pnloptions = New System.Windows.Forms.Panel() Me.btnsave = New System.Windows.Forms.Button() Me.btnopen = New System.Windows.Forms.Button() Me.btnnew = New System.Windows.Forms.Button() Me.pgleft = New System.Windows.Forms.Panel() Me.pgbottomlcorner = New System.Windows.Forms.Panel() Me.pgright = New System.Windows.Forms.Panel() Me.pgbottomrcorner = New System.Windows.Forms.Panel() Me.titlebar = New System.Windows.Forms.Panel() Me.minimizebutton = New System.Windows.Forms.Panel() Me.pnlicon = New System.Windows.Forms.PictureBox() Me.rollupbutton = 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.pgbottom = New System.Windows.Forms.Panel() Me.tmrcodepointcooldown = New System.Windows.Forms.Timer(Me.components) Me.tmrshowearnedcodepoints = 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.pgcontents.SuspendLayout() Me.pnloptions.SuspendLayout() Me.pgleft.SuspendLayout() Me.pgright.SuspendLayout() Me.titlebar.SuspendLayout() CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'pgcontents ' Me.pgcontents.Controls.Add(Me.txtuserinput) Me.pgcontents.Controls.Add(Me.pnlbreak) Me.pgcontents.Controls.Add(Me.pnloptions) 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(526, 298) Me.pgcontents.TabIndex = 20 ' 'txtuserinput ' Me.txtuserinput.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.txtuserinput.BackColor = System.Drawing.Color.White Me.txtuserinput.BorderStyle = System.Windows.Forms.BorderStyle.None Me.txtuserinput.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtuserinput.ForeColor = System.Drawing.Color.Black Me.txtuserinput.Location = New System.Drawing.Point(4, 2) Me.txtuserinput.Multiline = True Me.txtuserinput.Name = "txtuserinput" Me.txtuserinput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.txtuserinput.Size = New System.Drawing.Size(524, 240) Me.txtuserinput.TabIndex = 0 ' 'pnlbreak ' Me.pnlbreak.BackColor = System.Drawing.Color.White Me.pnlbreak.BackgroundImage = Global.ShiftOS.My.Resources.Resources.uparrow Me.pnlbreak.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center Me.pnlbreak.Dock = System.Windows.Forms.DockStyle.Bottom Me.pnlbreak.ForeColor = System.Drawing.Color.Black Me.pnlbreak.Location = New System.Drawing.Point(0, 245) Me.pnlbreak.Name = "pnlbreak" Me.pnlbreak.Size = New System.Drawing.Size(526, 15) Me.pnlbreak.TabIndex = 2 ' 'pnloptions ' Me.pnloptions.BackColor = System.Drawing.Color.White Me.pnloptions.Controls.Add(Me.btnsave) Me.pnloptions.Controls.Add(Me.btnopen) Me.pnloptions.Controls.Add(Me.btnnew) Me.pnloptions.Dock = System.Windows.Forms.DockStyle.Bottom Me.pnloptions.Location = New System.Drawing.Point(0, 260) Me.pnloptions.Name = "pnloptions" Me.pnloptions.Size = New System.Drawing.Size(526, 38) Me.pnloptions.TabIndex = 1 Me.pnloptions.Visible = False ' 'btnsave ' Me.btnsave.BackColor = System.Drawing.Color.White Me.btnsave.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnsave.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnsave.Image = Global.ShiftOS.My.Resources.Resources.saveicon Me.btnsave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnsave.Location = New System.Drawing.Point(168, 4) Me.btnsave.Name = "btnsave" Me.btnsave.Size = New System.Drawing.Size(76, 31) Me.btnsave.TabIndex = 2 Me.btnsave.Text = "Save" Me.btnsave.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnsave.UseVisualStyleBackColor = False ' 'btnopen ' Me.btnopen.BackColor = System.Drawing.Color.White Me.btnopen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnopen.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnopen.Image = Global.ShiftOS.My.Resources.Resources.openicon Me.btnopen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnopen.Location = New System.Drawing.Point(86, 4) Me.btnopen.Name = "btnopen" Me.btnopen.Size = New System.Drawing.Size(76, 31) Me.btnopen.TabIndex = 1 Me.btnopen.Text = "Open" Me.btnopen.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnopen.UseVisualStyleBackColor = False ' 'btnnew ' Me.btnnew.BackColor = System.Drawing.Color.White Me.btnnew.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnnew.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnnew.Image = CType(resources.GetObject("btnnew.Image"), System.Drawing.Image) Me.btnnew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnnew.Location = New System.Drawing.Point(4, 4) Me.btnnew.Name = "btnnew" Me.btnnew.Size = New System.Drawing.Size(76, 31) Me.btnnew.TabIndex = 0 Me.btnnew.Text = "New" Me.btnnew.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnnew.UseVisualStyleBackColor = False ' '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, 300) Me.pgleft.TabIndex = 21 ' 'pgbottomlcorner ' Me.pgbottomlcorner.BackColor = System.Drawing.Color.Red Me.pgbottomlcorner.Dock = System.Windows.Forms.DockStyle.Bottom Me.pgbottomlcorner.Location = New System.Drawing.Point(0, 298) Me.pgbottomlcorner.Name = "pgbottomlcorner" Me.pgbottomlcorner.Size = New System.Drawing.Size(2, 2) Me.pgbottomlcorner.TabIndex = 14 ' '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(528, 30) Me.pgright.Name = "pgright" Me.pgright.Size = New System.Drawing.Size(2, 300) Me.pgright.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, 298) Me.pgbottomrcorner.Name = "pgbottomrcorner" Me.pgbottomrcorner.Size = New System.Drawing.Size(2, 2) Me.pgbottomrcorner.TabIndex = 15 ' '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(530, 30) Me.titlebar.TabIndex = 19 ' 'minimizebutton ' Me.minimizebutton.BackColor = System.Drawing.Color.Black Me.minimizebutton.Location = New System.Drawing.Point(246, 3) Me.minimizebutton.Name = "minimizebutton" Me.minimizebutton.Size = New System.Drawing.Size(22, 22) Me.minimizebutton.TabIndex = 24 ' 'pnlicon ' Me.pnlicon.BackColor = System.Drawing.Color.Transparent Me.pnlicon.Image = Global.ShiftOS.My.Resources.Resources.iconTextPad 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 = 23 Me.pnlicon.TabStop = False Me.pnlicon.Visible = False ' 'rollupbutton ' Me.rollupbutton.BackColor = System.Drawing.Color.Black Me.rollupbutton.Location = New System.Drawing.Point(274, 3) Me.rollupbutton.Name = "rollupbutton" Me.rollupbutton.Size = New System.Drawing.Size(22, 22) Me.rollupbutton.TabIndex = 22 ' 'closebutton ' Me.closebutton.BackColor = System.Drawing.Color.Black Me.closebutton.Location = New System.Drawing.Point(302, 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(82, 18) Me.lbtitletext.TabIndex = 19 Me.lbtitletext.Text = "TextPad" ' '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(528, 0) Me.pgtoprcorner.Name = "pgtoprcorner" Me.pgtoprcorner.Size = New System.Drawing.Size(2, 30) Me.pgtoprcorner.TabIndex = 16 ' 'pgbottom ' Me.pgbottom.BackColor = System.Drawing.Color.Gray Me.pgbottom.Dock = System.Windows.Forms.DockStyle.Bottom Me.pgbottom.Location = New System.Drawing.Point(2, 328) Me.pgbottom.Name = "pgbottom" Me.pgbottom.Size = New System.Drawing.Size(526, 2) Me.pgbottom.TabIndex = 23 ' 'tmrcodepointcooldown ' Me.tmrcodepointcooldown.Interval = 10000 ' 'tmrshowearnedcodepoints ' Me.tmrshowearnedcodepoints.Interval = 3000 ' 'pullbs ' Me.pullbs.Interval = 1 ' 'pullbottom ' Me.pullbottom.Interval = 1 ' 'pullside ' Me.pullside.Interval = 1 ' 'TextPad ' 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(530, 330) Me.Controls.Add(Me.pgcontents) Me.Controls.Add(Me.pgbottom) Me.Controls.Add(Me.pgleft) Me.Controls.Add(Me.pgright) Me.Controls.Add(Me.titlebar) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.MinimumSize = New System.Drawing.Size(230, 230) Me.Name = "TextPad" Me.Text = "TextPad" Me.TopMost = True Me.pgcontents.ResumeLayout(False) Me.pgcontents.PerformLayout() Me.pnloptions.ResumeLayout(False) Me.pgleft.ResumeLayout(False) Me.pgright.ResumeLayout(False) Me.titlebar.ResumeLayout(False) Me.titlebar.PerformLayout() CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents pgcontents As System.Windows.Forms.Panel Friend WithEvents pgleft As System.Windows.Forms.Panel Friend WithEvents pgbottomlcorner As System.Windows.Forms.Panel Friend WithEvents pgright As System.Windows.Forms.Panel Friend WithEvents pgbottomrcorner As System.Windows.Forms.Panel Friend WithEvents titlebar As System.Windows.Forms.Panel Friend WithEvents rollupbutton 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 pgbottom As System.Windows.Forms.Panel Friend WithEvents txtuserinput As System.Windows.Forms.TextBox Friend WithEvents pnloptions As System.Windows.Forms.Panel Friend WithEvents btnnew As System.Windows.Forms.Button Friend WithEvents btnsave As System.Windows.Forms.Button Friend WithEvents btnopen As System.Windows.Forms.Button Friend WithEvents pnlbreak As System.Windows.Forms.Panel Friend WithEvents pnlicon As System.Windows.Forms.PictureBox Friend WithEvents minimizebutton As System.Windows.Forms.Panel Friend WithEvents tmrcodepointcooldown As System.Windows.Forms.Timer Friend WithEvents tmrshowearnedcodepoints 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 End Class