MarkdownRendererForm.designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. namespace MarkdownRenderer
  2. {
  3. partial class MarkdownRendererForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MarkdownRendererForm));
  29. this.MainToolStrip = new System.Windows.Forms.ToolStrip();
  30. this.ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  31. this.SaveToolStripButton = new System.Windows.Forms.ToolStripButton();
  32. this.PrintToolStripButton = new System.Windows.Forms.ToolStripButton();
  33. this.ToolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  34. this.CssToolStripButton = new System.Windows.Forms.ToolStripDropDownButton();
  35. this.CustomStyleSheetsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.CustomStyleSheetNoneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.BuiltInStyleSheetsBulidinToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.StyleSheetManageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  40. this.HelpToolStripButton = new System.Windows.Forms.ToolStripButton();
  41. this.F12ToolStripButton = new System.Windows.Forms.ToolStripButton();
  42. this.MainPanel = new System.Windows.Forms.Panel();
  43. this.CopyToolStripButton = new System.Windows.Forms.ToolStripSplitButton();
  44. this.CopyInlineStyleHtml = new System.Windows.Forms.ToolStripMenuItem();
  45. this.MainToolStrip.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // MainToolStrip
  49. //
  50. this.MainToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
  51. this.MainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  52. this.CopyToolStripButton,
  53. this.ToolStripSeparator1,
  54. this.SaveToolStripButton,
  55. this.PrintToolStripButton,
  56. this.ToolStripSeparator2,
  57. this.CssToolStripButton,
  58. this.toolStripSeparator3,
  59. this.HelpToolStripButton,
  60. this.F12ToolStripButton});
  61. this.MainToolStrip.Location = new System.Drawing.Point(0, 0);
  62. this.MainToolStrip.Name = "MainToolStrip";
  63. this.MainToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  64. this.MainToolStrip.Size = new System.Drawing.Size(600, 25);
  65. this.MainToolStrip.TabIndex = 0;
  66. this.MainToolStrip.Text = "toolStrip1";
  67. //
  68. // ToolStripSeparator1
  69. //
  70. this.ToolStripSeparator1.Name = "ToolStripSeparator1";
  71. this.ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  72. //
  73. // SaveToolStripButton
  74. //
  75. this.SaveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  76. this.SaveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("SaveToolStripButton.Image")));
  77. this.SaveToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  78. this.SaveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  79. this.SaveToolStripButton.Name = "SaveToolStripButton";
  80. this.SaveToolStripButton.Size = new System.Drawing.Size(23, 22);
  81. this.SaveToolStripButton.Text = "Save HTML...";
  82. this.SaveToolStripButton.Click += new System.EventHandler(this.SaveToolStripButton_Click);
  83. //
  84. // PrintToolStripButton
  85. //
  86. this.PrintToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  87. this.PrintToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("PrintToolStripButton.Image")));
  88. this.PrintToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  89. this.PrintToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  90. this.PrintToolStripButton.Name = "PrintToolStripButton";
  91. this.PrintToolStripButton.Size = new System.Drawing.Size(23, 22);
  92. this.PrintToolStripButton.Text = "Print to PDF...";
  93. this.PrintToolStripButton.Click += new System.EventHandler(this.PrintToolStripButton_Click);
  94. //
  95. // ToolStripSeparator2
  96. //
  97. this.ToolStripSeparator2.Name = "ToolStripSeparator2";
  98. this.ToolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  99. //
  100. // CssToolStripButton
  101. //
  102. this.CssToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  103. this.CssToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  104. this.CustomStyleSheetsToolStripMenuItem,
  105. this.BuiltInStyleSheetsBulidinToolStripMenuItem,
  106. this.StyleSheetManageToolStripMenuItem});
  107. this.CssToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("CssToolStripButton.Image")));
  108. this.CssToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  109. this.CssToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  110. this.CssToolStripButton.Name = "CssToolStripButton";
  111. this.CssToolStripButton.Size = new System.Drawing.Size(29, 22);
  112. this.CssToolStripButton.Text = "Style Sheet";
  113. //
  114. // CustomStyleSheetsToolStripMenuItem
  115. //
  116. this.CustomStyleSheetsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  117. this.CustomStyleSheetNoneToolStripMenuItem});
  118. this.CustomStyleSheetsToolStripMenuItem.Name = "CustomStyleSheetsToolStripMenuItem";
  119. this.CustomStyleSheetsToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
  120. this.CustomStyleSheetsToolStripMenuItem.Text = "Custom style sheets";
  121. this.CustomStyleSheetsToolStripMenuItem.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.StyleSheetsToolStripMenuItem_DropDownItemClicked);
  122. //
  123. // CustomStyleSheetNoneToolStripMenuItem
  124. //
  125. this.CustomStyleSheetNoneToolStripMenuItem.Enabled = false;
  126. this.CustomStyleSheetNoneToolStripMenuItem.Name = "CustomStyleSheetNoneToolStripMenuItem";
  127. this.CustomStyleSheetNoneToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
  128. this.CustomStyleSheetNoneToolStripMenuItem.Text = "(None)";
  129. //
  130. // BuiltInStyleSheetsBulidinToolStripMenuItem
  131. //
  132. this.BuiltInStyleSheetsBulidinToolStripMenuItem.Name = "BuiltInStyleSheetsBulidinToolStripMenuItem";
  133. this.BuiltInStyleSheetsBulidinToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
  134. this.BuiltInStyleSheetsBulidinToolStripMenuItem.Text = "Bulit-in syle sheets";
  135. this.BuiltInStyleSheetsBulidinToolStripMenuItem.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.StyleSheetsToolStripMenuItem_DropDownItemClicked);
  136. //
  137. // StyleSheetManageToolStripMenuItem
  138. //
  139. this.StyleSheetManageToolStripMenuItem.Name = "StyleSheetManageToolStripMenuItem";
  140. this.StyleSheetManageToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
  141. this.StyleSheetManageToolStripMenuItem.Text = "Manage style sheets...";
  142. this.StyleSheetManageToolStripMenuItem.Click += new System.EventHandler(this.StyleSheetManageToolStripMenuItem_Click);
  143. //
  144. // toolStripSeparator3
  145. //
  146. this.toolStripSeparator3.Name = "toolStripSeparator3";
  147. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  148. //
  149. // HelpToolStripButton
  150. //
  151. this.HelpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  152. this.HelpToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("HelpToolStripButton.Image")));
  153. this.HelpToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  154. this.HelpToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  155. this.HelpToolStripButton.Name = "HelpToolStripButton";
  156. this.HelpToolStripButton.Size = new System.Drawing.Size(23, 22);
  157. this.HelpToolStripButton.Text = "About";
  158. this.HelpToolStripButton.Click += new System.EventHandler(this.HelpToolStripButton_Click);
  159. //
  160. // F12ToolStripButton
  161. //
  162. this.F12ToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  163. this.F12ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  164. this.F12ToolStripButton.Name = "F12ToolStripButton";
  165. this.F12ToolStripButton.Size = new System.Drawing.Size(32, 22);
  166. this.F12ToolStripButton.Text = "F12";
  167. this.F12ToolStripButton.Click += new System.EventHandler(this.F12ToolStripButton_Click);
  168. //
  169. // MainPanel
  170. //
  171. this.MainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  172. this.MainPanel.Location = new System.Drawing.Point(0, 25);
  173. this.MainPanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  174. this.MainPanel.Name = "MainPanel";
  175. this.MainPanel.Size = new System.Drawing.Size(600, 335);
  176. this.MainPanel.TabIndex = 1;
  177. //
  178. // CopyToolStripButton
  179. //
  180. this.CopyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  181. this.CopyToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  182. this.CopyInlineStyleHtml});
  183. this.CopyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("CopyToolStripButton.Image")));
  184. this.CopyToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  185. this.CopyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  186. this.CopyToolStripButton.Name = "CopyToolStripButton";
  187. this.CopyToolStripButton.Size = new System.Drawing.Size(32, 22);
  188. this.CopyToolStripButton.Text = "Copy HTML";
  189. this.CopyToolStripButton.Click += new System.EventHandler(this.CopyToolStripButton_Click);
  190. //
  191. // CopyInlineStyleHtml
  192. //
  193. this.CopyInlineStyleHtml.Name = "CopyInlineStyleHtml";
  194. this.CopyInlineStyleHtml.Size = new System.Drawing.Size(223, 22);
  195. this.CopyInlineStyleHtml.Text = "Copy HTML (In-line Style)";
  196. this.CopyInlineStyleHtml.Click += new System.EventHandler(this.CopyInlineStyleHtml_Click);
  197. //
  198. // MarkdownRendererForm
  199. //
  200. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  201. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  202. this.ClientSize = new System.Drawing.Size(600, 360);
  203. this.Controls.Add(this.MainPanel);
  204. this.Controls.Add(this.MainToolStrip);
  205. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  206. this.Name = "MarkdownRendererForm";
  207. this.Text = "Markdown Renderer";
  208. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MarkdownRendererForm_FormClosed);
  209. this.MainToolStrip.ResumeLayout(false);
  210. this.MainToolStrip.PerformLayout();
  211. this.ResumeLayout(false);
  212. this.PerformLayout();
  213. }
  214. #endregion
  215. private System.Windows.Forms.ToolStrip MainToolStrip;
  216. private System.Windows.Forms.ToolStripButton PrintToolStripButton;
  217. private System.Windows.Forms.ToolStripButton HelpToolStripButton;
  218. private System.Windows.Forms.Panel MainPanel;
  219. private System.Windows.Forms.ToolStripButton SaveToolStripButton;
  220. private System.Windows.Forms.ToolStripSeparator ToolStripSeparator1;
  221. private System.Windows.Forms.ToolStripSeparator ToolStripSeparator2;
  222. private System.Windows.Forms.ToolStripButton F12ToolStripButton;
  223. private System.Windows.Forms.ToolStripDropDownButton CssToolStripButton;
  224. private System.Windows.Forms.ToolStripMenuItem StyleSheetManageToolStripMenuItem;
  225. private System.Windows.Forms.ToolStripMenuItem CustomStyleSheetsToolStripMenuItem;
  226. private System.Windows.Forms.ToolStripMenuItem BuiltInStyleSheetsBulidinToolStripMenuItem;
  227. private System.Windows.Forms.ToolStripMenuItem CustomStyleSheetNoneToolStripMenuItem;
  228. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  229. private System.Windows.Forms.ToolStripSplitButton CopyToolStripButton;
  230. private System.Windows.Forms.ToolStripMenuItem CopyInlineStyleHtml;
  231. }
  232. }