_ Partial Class MainFrm 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(MainFrm)) Me.document = New System.Windows.Forms.RichTextBox Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.CopyToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.PasteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.CutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ToolStrip1 = New System.Windows.Forms.ToolStrip Me.File = New System.Windows.Forms.ToolStripDropDownButton Me.NewToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.OpenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.SaveToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.CloseToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripDropDownButton1 = New System.Windows.Forms.ToolStripDropDownButton Me.CopyToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem Me.PasteToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem Me.CutToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem Me.UndoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.RedoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripMenuItem Me.WriteHTMLLayoutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ClearToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel Me.StatusStrip1 = New System.Windows.Forms.StatusStrip Me.ToolStripStatusLabel3 = New System.Windows.Forms.ToolStripStatusLabel Me.charnum = New System.Windows.Forms.ToolStripStatusLabel Me.Panel1 = New System.Windows.Forms.Panel Me.Label1 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.Button8 = New System.Windows.Forms.Button Me.Button7 = New System.Windows.Forms.Button Me.Button5 = New System.Windows.Forms.Button Me.Button3 = New System.Windows.Forms.Button Me.Button1 = New System.Windows.Forms.Button Me.TabPage1 = New System.Windows.Forms.TabPage Me.TextBox1 = New System.Windows.Forms.TextBox Me.TabControl1 = New System.Windows.Forms.TabControl Me.TabPage2 = New System.Windows.Forms.TabPage Me.TextBox2 = New System.Windows.Forms.TextBox Me.PrintDialog1 = New System.Windows.Forms.PrintDialog Me.PrintDocument2 = New System.Drawing.Printing.PrintDocument Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator Me.Button2 = New System.Windows.Forms.Button Me.Button4 = New System.Windows.Forms.Button Me.ContextMenuStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.StatusStrip1.SuspendLayout() Me.Panel1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabControl1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.SuspendLayout() ' 'document ' Me.document.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.document.ContextMenuStrip = Me.ContextMenuStrip1 Me.document.DetectUrls = False Me.document.Font = New System.Drawing.Font("Verdana", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.document.ForeColor = System.Drawing.Color.RoyalBlue Me.document.Location = New System.Drawing.Point(95, 28) Me.document.Name = "document" Me.document.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical Me.document.Size = New System.Drawing.Size(553, 343) Me.document.TabIndex = 0 Me.document.Text = "" ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CopyToolStripMenuItem, Me.PasteToolStripMenuItem, Me.CutToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(173, 70) ' 'CopyToolStripMenuItem ' Me.CopyToolStripMenuItem.Name = "CopyToolStripMenuItem" Me.CopyToolStripMenuItem.Size = New System.Drawing.Size(172, 22) Me.CopyToolStripMenuItem.Text = "Copy Ctrl+C" ' 'PasteToolStripMenuItem ' Me.PasteToolStripMenuItem.Name = "PasteToolStripMenuItem" Me.PasteToolStripMenuItem.Size = New System.Drawing.Size(172, 22) Me.PasteToolStripMenuItem.Text = "Paste Ctrl+V" ' 'CutToolStripMenuItem ' Me.CutToolStripMenuItem.Name = "CutToolStripMenuItem" Me.CutToolStripMenuItem.Size = New System.Drawing.Size(172, 22) Me.CutToolStripMenuItem.Text = "Cut Ctrl+X" ' 'ToolStrip1 ' Me.ToolStrip1.BackgroundImage = CType(resources.GetObject("ToolStrip1.BackgroundImage"), System.Drawing.Image) Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.File, Me.ToolStripDropDownButton1, Me.ToolStripSeparator1, Me.ToolStripLabel1}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(648, 25) Me.ToolStrip1.TabIndex = 4 Me.ToolStrip1.Text = "Menu: " ' 'File ' Me.File.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NewToolStripMenuItem, Me.OpenToolStripMenuItem, Me.SaveToolStripMenuItem, Me.CloseToolStripMenuItem}) Me.File.ImageTransparentColor = System.Drawing.Color.Magenta Me.File.Name = "File" Me.File.Size = New System.Drawing.Size(36, 22) Me.File.Text = "File" Me.File.ToolTipText = "File" ' 'NewToolStripMenuItem ' Me.NewToolStripMenuItem.BackColor = System.Drawing.SystemColors.Window Me.NewToolStripMenuItem.Image = CType(resources.GetObject("NewToolStripMenuItem.Image"), System.Drawing.Image) Me.NewToolStripMenuItem.Name = "NewToolStripMenuItem" Me.NewToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.N), System.Windows.Forms.Keys) Me.NewToolStripMenuItem.Size = New System.Drawing.Size(151, 22) Me.NewToolStripMenuItem.Text = "New" ' 'OpenToolStripMenuItem ' Me.OpenToolStripMenuItem.BackColor = System.Drawing.SystemColors.Window Me.OpenToolStripMenuItem.Image = CType(resources.GetObject("OpenToolStripMenuItem.Image"), System.Drawing.Image) Me.OpenToolStripMenuItem.Name = "OpenToolStripMenuItem" Me.OpenToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.O), System.Windows.Forms.Keys) Me.OpenToolStripMenuItem.Size = New System.Drawing.Size(151, 22) Me.OpenToolStripMenuItem.Text = "Open" ' 'SaveToolStripMenuItem ' Me.SaveToolStripMenuItem.BackColor = System.Drawing.SystemColors.Window Me.SaveToolStripMenuItem.Image = CType(resources.GetObject("SaveToolStripMenuItem.Image"), System.Drawing.Image) Me.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem" Me.SaveToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys) Me.SaveToolStripMenuItem.Size = New System.Drawing.Size(151, 22) Me.SaveToolStripMenuItem.Text = "Save" ' 'CloseToolStripMenuItem ' Me.CloseToolStripMenuItem.BackColor = System.Drawing.SystemColors.Window Me.CloseToolStripMenuItem.Image = CType(resources.GetObject("CloseToolStripMenuItem.Image"), System.Drawing.Image) Me.CloseToolStripMenuItem.Name = "CloseToolStripMenuItem" Me.CloseToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.E), System.Windows.Forms.Keys) Me.CloseToolStripMenuItem.Size = New System.Drawing.Size(151, 22) Me.CloseToolStripMenuItem.Text = "Close" ' 'ToolStripDropDownButton1 ' Me.ToolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripDropDownButton1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CopyToolStripMenuItem1, Me.PasteToolStripMenuItem1, Me.CutToolStripMenuItem1, Me.ToolStripMenuItem2, Me.UndoToolStripMenuItem, Me.RedoToolStripMenuItem, Me.ToolStripMenuItem3, Me.WriteHTMLLayoutToolStripMenuItem, Me.ClearToolStripMenuItem}) Me.ToolStripDropDownButton1.Image = CType(resources.GetObject("ToolStripDropDownButton1.Image"), System.Drawing.Image) Me.ToolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripDropDownButton1.Name = "ToolStripDropDownButton1" Me.ToolStripDropDownButton1.Size = New System.Drawing.Size(38, 22) Me.ToolStripDropDownButton1.Text = "Edit" ' 'CopyToolStripMenuItem1 ' Me.CopyToolStripMenuItem1.BackColor = System.Drawing.SystemColors.Window Me.CopyToolStripMenuItem1.Image = CType(resources.GetObject("CopyToolStripMenuItem1.Image"), System.Drawing.Image) Me.CopyToolStripMenuItem1.Name = "CopyToolStripMenuItem1" Me.CopyToolStripMenuItem1.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys) Me.CopyToolStripMenuItem1.Size = New System.Drawing.Size(215, 22) Me.CopyToolStripMenuItem1.Text = "Copy" ' 'PasteToolStripMenuItem1 ' Me.PasteToolStripMenuItem1.BackColor = System.Drawing.SystemColors.Window Me.PasteToolStripMenuItem1.Image = CType(resources.GetObject("PasteToolStripMenuItem1.Image"), System.Drawing.Image) Me.PasteToolStripMenuItem1.Name = "PasteToolStripMenuItem1" Me.PasteToolStripMenuItem1.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.V), System.Windows.Forms.Keys) Me.PasteToolStripMenuItem1.Size = New System.Drawing.Size(215, 22) Me.PasteToolStripMenuItem1.Text = "Paste" ' 'CutToolStripMenuItem1 ' Me.CutToolStripMenuItem1.BackColor = System.Drawing.SystemColors.Window Me.CutToolStripMenuItem1.Image = CType(resources.GetObject("CutToolStripMenuItem1.Image"), System.Drawing.Image) Me.CutToolStripMenuItem1.Name = "CutToolStripMenuItem1" Me.CutToolStripMenuItem1.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.X), System.Windows.Forms.Keys) Me.CutToolStripMenuItem1.Size = New System.Drawing.Size(215, 22) Me.CutToolStripMenuItem1.Text = "Cut" ' 'ToolStripMenuItem2 ' Me.ToolStripMenuItem2.BackColor = System.Drawing.SystemColors.Window Me.ToolStripMenuItem2.Enabled = False Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2" Me.ToolStripMenuItem2.Size = New System.Drawing.Size(215, 22) ' 'UndoToolStripMenuItem ' Me.UndoToolStripMenuItem.BackColor = System.Drawing.SystemColors.Window Me.UndoToolStripMenuItem.Image = CType(resources.GetObject("UndoToolStripMenuItem.Image"), System.Drawing.Image) Me.UndoToolStripMenuItem.Name = "UndoToolStripMenuItem" Me.UndoToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.Z), System.Windows.Forms.Keys) Me.UndoToolStripMenuItem.Size = New System.Drawing.Size(215, 22) Me.UndoToolStripMenuItem.Text = "Undo" ' 'RedoToolStripMenuItem ' Me.RedoToolStripMenuItem.BackColor = System.Drawing.SystemColors.Window Me.RedoToolStripMenuItem.Image = CType(resources.GetObject("RedoToolStripMenuItem.Image"), System.Drawing.Image) Me.RedoToolStripMenuItem.Name = "RedoToolStripMenuItem" Me.RedoToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.Y), System.Windows.Forms.Keys) Me.RedoToolStripMenuItem.Size = New System.Drawing.Size(215, 22) Me.RedoToolStripMenuItem.Text = "Redo" ' 'ToolStripMenuItem3 ' Me.ToolStripMenuItem3.BackColor = System.Drawing.SystemColors.Window Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3" Me.ToolStripMenuItem3.Size = New System.Drawing.Size(215, 22) ' 'WriteHTMLLayoutToolStripMenuItem ' Me.WriteHTMLLayoutToolStripMenuItem.BackColor = System.Drawing.SystemColors.Window Me.WriteHTMLLayoutToolStripMenuItem.Image = CType(resources.GetObject("WriteHTMLLayoutToolStripMenuItem.Image"), System.Drawing.Image) Me.WriteHTMLLayoutToolStripMenuItem.Name = "WriteHTMLLayoutToolStripMenuItem" Me.WriteHTMLLayoutToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.H), System.Windows.Forms.Keys) Me.WriteHTMLLayoutToolStripMenuItem.Size = New System.Drawing.Size(215, 22) Me.WriteHTMLLayoutToolStripMenuItem.Text = "Write HTML Layout" ' 'ClearToolStripMenuItem ' Me.ClearToolStripMenuItem.BackColor = System.Drawing.SystemColors.Window Me.ClearToolStripMenuItem.Image = CType(resources.GetObject("ClearToolStripMenuItem.Image"), System.Drawing.Image) Me.ClearToolStripMenuItem.Name = "ClearToolStripMenuItem" Me.ClearToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.D), System.Windows.Forms.Keys) Me.ClearToolStripMenuItem.Size = New System.Drawing.Size(215, 22) Me.ClearToolStripMenuItem.Text = "Clear" ' 'ToolStripLabel1 ' Me.ToolStripLabel1.BackColor = System.Drawing.SystemColors.Control Me.ToolStripLabel1.Name = "ToolStripLabel1" Me.ToolStripLabel1.Size = New System.Drawing.Size(115, 22) Me.ToolStripLabel1.Text = "Copyright 2008 Killsoft" ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel3, Me.charnum}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 475) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(648, 22) Me.StatusStrip1.TabIndex = 5 Me.StatusStrip1.Text = "StatusStrip1" ' 'ToolStripStatusLabel3 ' Me.ToolStripStatusLabel3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripStatusLabel3.ForeColor = System.Drawing.SystemColors.ControlText Me.ToolStripStatusLabel3.Name = "ToolStripStatusLabel3" Me.ToolStripStatusLabel3.Size = New System.Drawing.Size(67, 17) Me.ToolStripStatusLabel3.Text = "Characters: " Me.ToolStripStatusLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'charnum ' Me.charnum.Name = "charnum" Me.charnum.Size = New System.Drawing.Size(13, 17) Me.charnum.Text = "0" ' 'Panel1 ' Me.Panel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Panel1.Controls.Add(Me.Button4) Me.Panel1.Controls.Add(Me.Button2) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.Button8) Me.Panel1.Controls.Add(Me.Button7) Me.Panel1.Controls.Add(Me.Button5) Me.Panel1.Controls.Add(Me.Button3) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Location = New System.Drawing.Point(0, -36) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(89, 343) Me.Panel1.TabIndex = 6 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Lucida Sans Unicode", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(5, 24) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(70, 20) Me.Label1.TabIndex = 10 Me.Label1.Text = "HTML: " ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Lucida Sans Unicode", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(5, 254) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(54, 20) Me.Label2.TabIndex = 9 Me.Label2.Text = "PHP: " ' 'Button8 ' Me.Button8.Location = New System.Drawing.Point(4, 318) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(80, 23) Me.Button8.TabIndex = 8 Me.Button8.Text = "Disconnect" Me.Button8.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.Location = New System.Drawing.Point(5, 64) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(80, 23) Me.Button7.TabIndex = 6 Me.Button7.Text = "Insert Image" Me.Button7.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(5, 93) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(80, 38) Me.Button5.TabIndex = 4 Me.Button5.Text = "Insert Textbox" Me.Button5.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(5, 137) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(80, 39) Me.Button3.TabIndex = 2 Me.Button3.Text = "Insert Textarea" Me.Button3.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(4, 289) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(80, 23) Me.Button1.TabIndex = 0 Me.Button1.Text = "Connect" Me.Button1.UseVisualStyleBackColor = True ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.TextBox1) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(640, 74) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Notepad 1" Me.TabPage1.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("Comic Sans MS", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox1.ForeColor = System.Drawing.SystemColors.HotTrack Me.TextBox1.Location = New System.Drawing.Point(9, 8) Me.TextBox1.Multiline = True Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(623, 58) Me.TextBox1.TabIndex = 7 Me.TextBox1.Text = "Notes for Reference (Does not Save to File)" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Location = New System.Drawing.Point(95, 420) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(648, 100) Me.TabControl1.TabIndex = 8 ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.TextBox2) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(640, 74) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Notepad 2" Me.TabPage2.UseVisualStyleBackColor = True ' 'TextBox2 ' Me.TextBox2.Font = New System.Drawing.Font("Comic Sans MS", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox2.ForeColor = System.Drawing.SystemColors.HotTrack Me.TextBox2.Location = New System.Drawing.Point(9, 8) Me.TextBox2.Multiline = True Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(623, 58) Me.TextBox2.TabIndex = 8 Me.TextBox2.Text = "More Notes for Reference (Does not Save to File)" ' 'PrintDialog1 ' Me.PrintDialog1.Document = Me.PrintDocument2 Me.PrintDialog1.UseEXDialog = True ' 'PrintDocument2 ' Me.PrintDocument2.DocumentName = "Killsoft Print Document" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(4, 182) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(80, 23) Me.Button2.TabIndex = 11 Me.Button2.Text = "Insert Form" Me.Button2.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(4, 211) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(80, 24) Me.Button4.TabIndex = 9 Me.Button4.Text = "Insert Table" Me.Button4.UseVisualStyleBackColor = True ' 'MainFrm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(648, 497) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.document) Me.Controls.Add(Me.TabControl1) Me.Controls.Add(Me.Panel1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "MainFrm" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Killsoft HTML-Editor" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized Me.ContextMenuStrip1.ResumeLayout(False) Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.TabControl1.ResumeLayout(False) Me.TabPage2.ResumeLayout(False) Me.TabPage2.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents document As System.Windows.Forms.RichTextBox Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents File As System.Windows.Forms.ToolStripDropDownButton Friend WithEvents OpenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents SaveToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents CloseToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripDropDownButton1 As System.Windows.Forms.ToolStripDropDownButton Friend WithEvents UndoToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents RedoToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents WriteHTMLLayoutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripStatusLabel3 As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip Friend WithEvents CopyToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents PasteToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents CutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents CopyToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents PasteToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents CutToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents NewToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem3 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ClearToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents charnum As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Button8 As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents PrintDialog1 As System.Windows.Forms.PrintDialog Friend WithEvents PrintDocument2 As System.Drawing.Printing.PrintDocument Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button4 As System.Windows.Forms.Button End Class