namespace MarkdownRenderer { partial class MarkdownRendererForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MarkdownRendererForm)); this.MainToolStrip = new System.Windows.Forms.ToolStrip(); this.ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.SaveToolStripButton = new System.Windows.Forms.ToolStripButton(); this.PrintToolStripButton = new System.Windows.Forms.ToolStripButton(); this.ToolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.CssToolStripButton = new System.Windows.Forms.ToolStripDropDownButton(); this.CustomStyleSheetsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.CustomStyleSheetNoneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.BuiltInStyleSheetsBulidinToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.StyleSheetManageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.HelpToolStripButton = new System.Windows.Forms.ToolStripButton(); this.F12ToolStripButton = new System.Windows.Forms.ToolStripButton(); this.MainPanel = new System.Windows.Forms.Panel(); this.CopyToolStripButton = new System.Windows.Forms.ToolStripSplitButton(); this.CopyInlineStyleHtml = new System.Windows.Forms.ToolStripMenuItem(); this.MainToolStrip.SuspendLayout(); this.SuspendLayout(); // // MainToolStrip // this.MainToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20); this.MainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CopyToolStripButton, this.ToolStripSeparator1, this.SaveToolStripButton, this.PrintToolStripButton, this.ToolStripSeparator2, this.CssToolStripButton, this.toolStripSeparator3, this.HelpToolStripButton, this.F12ToolStripButton}); this.MainToolStrip.Location = new System.Drawing.Point(0, 0); this.MainToolStrip.Name = "MainToolStrip"; this.MainToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.MainToolStrip.Size = new System.Drawing.Size(600, 25); this.MainToolStrip.TabIndex = 0; this.MainToolStrip.Text = "toolStrip1"; // // ToolStripSeparator1 // this.ToolStripSeparator1.Name = "ToolStripSeparator1"; this.ToolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // SaveToolStripButton // this.SaveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.SaveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("SaveToolStripButton.Image"))); this.SaveToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.SaveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.SaveToolStripButton.Name = "SaveToolStripButton"; this.SaveToolStripButton.Size = new System.Drawing.Size(23, 22); this.SaveToolStripButton.Text = "Save HTML..."; this.SaveToolStripButton.Click += new System.EventHandler(this.SaveToolStripButton_Click); // // PrintToolStripButton // this.PrintToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.PrintToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("PrintToolStripButton.Image"))); this.PrintToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.PrintToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.PrintToolStripButton.Name = "PrintToolStripButton"; this.PrintToolStripButton.Size = new System.Drawing.Size(23, 22); this.PrintToolStripButton.Text = "Print to PDF..."; this.PrintToolStripButton.Click += new System.EventHandler(this.PrintToolStripButton_Click); // // ToolStripSeparator2 // this.ToolStripSeparator2.Name = "ToolStripSeparator2"; this.ToolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // CssToolStripButton // this.CssToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.CssToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CustomStyleSheetsToolStripMenuItem, this.BuiltInStyleSheetsBulidinToolStripMenuItem, this.StyleSheetManageToolStripMenuItem}); this.CssToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("CssToolStripButton.Image"))); this.CssToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.CssToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.CssToolStripButton.Name = "CssToolStripButton"; this.CssToolStripButton.Size = new System.Drawing.Size(29, 22); this.CssToolStripButton.Text = "Style Sheet"; // // CustomStyleSheetsToolStripMenuItem // this.CustomStyleSheetsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CustomStyleSheetNoneToolStripMenuItem}); this.CustomStyleSheetsToolStripMenuItem.Name = "CustomStyleSheetsToolStripMenuItem"; this.CustomStyleSheetsToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.CustomStyleSheetsToolStripMenuItem.Text = "Custom style sheets"; this.CustomStyleSheetsToolStripMenuItem.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.StyleSheetsToolStripMenuItem_DropDownItemClicked); // // CustomStyleSheetNoneToolStripMenuItem // this.CustomStyleSheetNoneToolStripMenuItem.Enabled = false; this.CustomStyleSheetNoneToolStripMenuItem.Name = "CustomStyleSheetNoneToolStripMenuItem"; this.CustomStyleSheetNoneToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.CustomStyleSheetNoneToolStripMenuItem.Text = "(None)"; // // BuiltInStyleSheetsBulidinToolStripMenuItem // this.BuiltInStyleSheetsBulidinToolStripMenuItem.Name = "BuiltInStyleSheetsBulidinToolStripMenuItem"; this.BuiltInStyleSheetsBulidinToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.BuiltInStyleSheetsBulidinToolStripMenuItem.Text = "Bulit-in syle sheets"; this.BuiltInStyleSheetsBulidinToolStripMenuItem.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.StyleSheetsToolStripMenuItem_DropDownItemClicked); // // StyleSheetManageToolStripMenuItem // this.StyleSheetManageToolStripMenuItem.Name = "StyleSheetManageToolStripMenuItem"; this.StyleSheetManageToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.StyleSheetManageToolStripMenuItem.Text = "Manage style sheets..."; this.StyleSheetManageToolStripMenuItem.Click += new System.EventHandler(this.StyleSheetManageToolStripMenuItem_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // HelpToolStripButton // this.HelpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.HelpToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("HelpToolStripButton.Image"))); this.HelpToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.HelpToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.HelpToolStripButton.Name = "HelpToolStripButton"; this.HelpToolStripButton.Size = new System.Drawing.Size(23, 22); this.HelpToolStripButton.Text = "About"; this.HelpToolStripButton.Click += new System.EventHandler(this.HelpToolStripButton_Click); // // F12ToolStripButton // this.F12ToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.F12ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.F12ToolStripButton.Name = "F12ToolStripButton"; this.F12ToolStripButton.Size = new System.Drawing.Size(32, 22); this.F12ToolStripButton.Text = "F12"; this.F12ToolStripButton.Click += new System.EventHandler(this.F12ToolStripButton_Click); // // MainPanel // this.MainPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.MainPanel.Location = new System.Drawing.Point(0, 25); this.MainPanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.MainPanel.Name = "MainPanel"; this.MainPanel.Size = new System.Drawing.Size(600, 335); this.MainPanel.TabIndex = 1; // // CopyToolStripButton // this.CopyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.CopyToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CopyInlineStyleHtml}); this.CopyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("CopyToolStripButton.Image"))); this.CopyToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.CopyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.CopyToolStripButton.Name = "CopyToolStripButton"; this.CopyToolStripButton.Size = new System.Drawing.Size(32, 22); this.CopyToolStripButton.Text = "Copy HTML"; this.CopyToolStripButton.Click += new System.EventHandler(this.CopyToolStripButton_Click); // // CopyInlineStyleHtml // this.CopyInlineStyleHtml.Name = "CopyInlineStyleHtml"; this.CopyInlineStyleHtml.Size = new System.Drawing.Size(223, 22); this.CopyInlineStyleHtml.Text = "Copy HTML (In-line Style)"; this.CopyInlineStyleHtml.Click += new System.EventHandler(this.CopyInlineStyleHtml_Click); // // MarkdownRendererForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(600, 360); this.Controls.Add(this.MainPanel); this.Controls.Add(this.MainToolStrip); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "MarkdownRendererForm"; this.Text = "Markdown Renderer"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MarkdownRendererForm_FormClosed); this.MainToolStrip.ResumeLayout(false); this.MainToolStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip MainToolStrip; private System.Windows.Forms.ToolStripButton PrintToolStripButton; private System.Windows.Forms.ToolStripButton HelpToolStripButton; private System.Windows.Forms.Panel MainPanel; private System.Windows.Forms.ToolStripButton SaveToolStripButton; private System.Windows.Forms.ToolStripSeparator ToolStripSeparator1; private System.Windows.Forms.ToolStripSeparator ToolStripSeparator2; private System.Windows.Forms.ToolStripButton F12ToolStripButton; private System.Windows.Forms.ToolStripDropDownButton CssToolStripButton; private System.Windows.Forms.ToolStripMenuItem StyleSheetManageToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem CustomStyleSheetsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem BuiltInStyleSheetsBulidinToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem CustomStyleSheetNoneToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripSplitButton CopyToolStripButton; private System.Windows.Forms.ToolStripMenuItem CopyInlineStyleHtml; } }