This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
Cashew/cashew/MainForm.Designer.cs

1307 lines
76 KiB
C#
Raw Normal View History

2018-08-28 14:55:27 +02:00
namespace cashew
{
2019-11-29 22:32:24 +01:00
partial class MainForm
2018-08-28 14:55:27 +02:00
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
2020-04-07 18:43:30 +02:00
System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
2018-09-09 09:49:07 +02:00
this.languageTabControl = new MetroFramework.Controls.MetroTabControl();
2018-08-28 14:55:27 +02:00
this.cstab = new MetroFramework.Controls.MetroTabPage();
this.cseditref = new MetroFramework.Controls.MetroTile();
this.cseditrun = new MetroFramework.Controls.MetroTile();
this.cseditsave = new MetroFramework.Controls.MetroTile();
this.cseditopen = new MetroFramework.Controls.MetroTile();
this.csediterrorpanel = new MetroFramework.Controls.MetroPanel();
this.csediterrors = new MetroFramework.Controls.MetroLabel();
2019-11-29 22:55:54 +01:00
this.cseditCode = new ICSharpCode.TextEditor.TextEditorControl();
2018-08-28 14:55:27 +02:00
this.htmltab = new MetroFramework.Controls.MetroTabPage();
this.htmlLoad = new MetroFramework.Controls.MetroTile();
2018-08-28 14:55:27 +02:00
this.htmlSep = new System.Windows.Forms.SplitContainer();
this.htmlRefreshTile = new MetroFramework.Controls.MetroTile();
this.htmlLiveLabel = new MetroFramework.Controls.MetroLabel();
this.htmlSave = new MetroFramework.Controls.MetroTile();
this.htmlOptionsTile = new MetroFramework.Controls.MetroTile();
2018-09-09 09:49:07 +02:00
this.livehider = new MetroFramework.Controls.MetroPanel();
this.htmlUpdateToggle = new MetroFramework.Controls.MetroToggle();
2019-11-29 22:32:24 +01:00
this.htmlText = new ICSharpCode.TextEditor.TextEditorControl();
2018-08-28 14:55:27 +02:00
this.htmlLoadIndicator = new MetroFramework.Controls.MetroProgressSpinner();
this.htmltitle = new MetroFramework.Controls.MetroLabel();
this.htmldisplay = new System.Windows.Forms.WebBrowser();
2018-10-11 15:18:51 +02:00
this.pythontab = new MetroFramework.Controls.MetroTabPage();
2019-11-29 22:32:24 +01:00
this.pythonCode = new ICSharpCode.TextEditor.TextEditorControl();
2018-10-11 15:18:51 +02:00
this.pythonSave = new MetroFramework.Controls.MetroTile();
this.pythonRun = new MetroFramework.Controls.MetroTile();
this.pythonOpen = new MetroFramework.Controls.MetroTile();
2018-08-28 14:55:27 +02:00
this.infotab = new MetroFramework.Controls.MetroTabPage();
this.infoPanel = new MetroFramework.Controls.MetroLabel();
this.nightmodeToggle = new MetroFramework.Controls.MetroToggle();
this.nmtext = new MetroFramework.Controls.MetroLabel();
this.csSaveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.csOpenFileDialog = new System.Windows.Forms.OpenFileDialog();
2020-04-07 18:43:30 +02:00
//this.htmlOptionsMenu = new MetroFramework.Controls.MetroContextMenu(this.components);
2018-08-28 14:55:27 +02:00
this.hTMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hTMLStructureSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.linkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.imageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2018-09-09 09:49:07 +02:00
this.centercenterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2018-08-28 14:55:27 +02:00
this.textToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.headingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.heading1h1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.heading2h2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.heading3h3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.heading4h4ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.heading5h5ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.heading6h6ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2018-09-09 09:49:07 +02:00
this.paragraphpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2018-08-28 14:55:27 +02:00
this.boldbToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.underlineuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.italiciToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteddelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.subscriptedSubToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.superscriptedsupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tableFormatSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tableHeadingthToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newRowtrToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newHorizontalItemtdToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.listsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.orderedListSetupolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.unorderedListSetupulToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.listItemliToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.javaScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.javaStructureSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.functionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.textToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.alertBoxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.timeoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.randomNumberToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cSSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cSSStructureSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cSSCustomizeTagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cSSCustomTagPropertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.backgroundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.backgroundAttachmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.backgroundColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.backgroundImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.backgroundPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.backgroundRepeatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.textToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.fontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.weightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.colorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.directionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lineHeightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.letterSpacingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.alignToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.decorationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.indentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.shadowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.transformToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.wordspacingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pHPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pHPStructureSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.textToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.htmlSaveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.htmlOpenFileDialog = new System.Windows.Forms.OpenFileDialog();
this.nightmodehide = new MetroFramework.Controls.MetroPanel();
2018-09-09 09:49:07 +02:00
this.pythonOpenFileDialog = new System.Windows.Forms.OpenFileDialog();
this.pythonSaveFileDialog = new System.Windows.Forms.SaveFileDialog();
2019-11-29 23:17:46 +01:00
this.buttonFix = new System.Windows.Forms.Timer(this.components);
2018-09-09 09:49:07 +02:00
this.languageTabControl.SuspendLayout();
2018-08-28 14:55:27 +02:00
this.cstab.SuspendLayout();
this.csediterrorpanel.SuspendLayout();
2018-08-28 14:55:27 +02:00
this.htmltab.SuspendLayout();
2020-04-07 18:43:30 +02:00
((System.ComponentModel.ISupportInitialize) (this.htmlSep)).BeginInit();
2018-08-28 14:55:27 +02:00
this.htmlSep.Panel1.SuspendLayout();
this.htmlSep.Panel2.SuspendLayout();
this.htmlSep.SuspendLayout();
2018-10-11 15:18:51 +02:00
this.pythontab.SuspendLayout();
2018-08-28 14:55:27 +02:00
this.infotab.SuspendLayout();
2020-04-07 18:43:30 +02:00
//this.htmlOptionsMenu.SuspendLayout();
2018-08-28 14:55:27 +02:00
this.SuspendLayout();
2019-11-29 22:55:54 +01:00
//
2018-09-09 09:49:07 +02:00
// languageTabControl
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.languageTabControl.Anchor =
((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Bottom) |
System.Windows.Forms.AnchorStyles.Left) |
System.Windows.Forms.AnchorStyles.Right)));
2018-09-09 09:49:07 +02:00
this.languageTabControl.Controls.Add(this.cstab);
this.languageTabControl.Controls.Add(this.htmltab);
this.languageTabControl.Controls.Add(this.pythontab);
this.languageTabControl.Controls.Add(this.infotab);
2020-04-07 18:43:30 +02:00
this.languageTabControl.Location = new System.Drawing.Point(27, 73);
2018-09-09 09:49:07 +02:00
this.languageTabControl.Name = "languageTabControl";
2020-04-07 18:43:30 +02:00
this.languageTabControl.SelectedIndex = 1;
this.languageTabControl.Size = new System.Drawing.Size(930, 500);
2018-09-09 09:49:07 +02:00
this.languageTabControl.TabIndex = 0;
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// cstab
2019-11-29 22:55:54 +01:00
//
this.cstab.Controls.Add(this.cseditref);
2018-10-11 15:18:51 +02:00
this.cstab.Controls.Add(this.cseditrun);
this.cstab.Controls.Add(this.cseditsave);
this.cstab.Controls.Add(this.cseditopen);
this.cstab.Controls.Add(this.csediterrorpanel);
2019-11-29 22:55:54 +01:00
this.cstab.Controls.Add(this.cseditCode);
2018-08-28 14:55:27 +02:00
this.cstab.HorizontalScrollbarBarColor = true;
this.cstab.HorizontalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.cstab.HorizontalScrollbarSize = 12;
2018-08-28 14:55:27 +02:00
this.cstab.Location = new System.Drawing.Point(4, 38);
this.cstab.Name = "cstab";
2020-04-07 18:43:30 +02:00
this.cstab.Size = new System.Drawing.Size(922, 458);
2018-08-28 14:55:27 +02:00
this.cstab.TabIndex = 0;
this.cstab.Text = "C#";
this.cstab.VerticalScrollbarBarColor = true;
this.cstab.VerticalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.cstab.VerticalScrollbarSize = 12;
2019-11-29 22:55:54 +01:00
//
// cseditref
2019-11-29 22:55:54 +01:00
//
this.cseditref.ActiveControl = null;
this.cseditref.Location = new System.Drawing.Point(3, 3);
this.cseditref.Name = "cseditref";
2020-04-07 18:43:30 +02:00
this.cseditref.Size = new System.Drawing.Size(104, 44);
this.cseditref.TabIndex = 8;
this.cseditref.Text = "References";
this.cseditref.Click += new System.EventHandler(this.cseditref_Click);
2019-11-29 22:55:54 +01:00
//
// cseditrun
2019-11-29 22:55:54 +01:00
//
this.cseditrun.ActiveControl = null;
2020-04-07 18:43:30 +02:00
this.cseditrun.Anchor =
((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Right)));
this.cseditrun.Location = new System.Drawing.Point(829, 3);
this.cseditrun.Name = "cseditrun";
2020-04-07 18:43:30 +02:00
this.cseditrun.Size = new System.Drawing.Size(87, 44);
this.cseditrun.TabIndex = 3;
this.cseditrun.Text = "Run";
this.cseditrun.Click += new System.EventHandler(this.cseditrun_Click);
2019-11-29 22:55:54 +01:00
//
// cseditsave
2019-11-29 22:55:54 +01:00
//
this.cseditsave.ActiveControl = null;
2020-04-07 18:43:30 +02:00
this.cseditsave.Anchor =
((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Right)));
this.cseditsave.Location = new System.Drawing.Point(735, 3);
this.cseditsave.Name = "cseditsave";
2020-04-07 18:43:30 +02:00
this.cseditsave.Size = new System.Drawing.Size(87, 44);
this.cseditsave.TabIndex = 4;
this.cseditsave.Text = "Save";
this.cseditsave.Click += new System.EventHandler(this.cseditsave_Click);
2019-11-29 22:55:54 +01:00
//
// cseditopen
2019-11-29 22:55:54 +01:00
//
this.cseditopen.ActiveControl = null;
2020-04-07 18:43:30 +02:00
this.cseditopen.Anchor =
((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Right)));
this.cseditopen.Location = new System.Drawing.Point(640, 3);
this.cseditopen.Name = "cseditopen";
2020-04-07 18:43:30 +02:00
this.cseditopen.Size = new System.Drawing.Size(87, 44);
this.cseditopen.TabIndex = 5;
this.cseditopen.Text = "Open";
this.cseditopen.Click += new System.EventHandler(this.cseditopen_Click);
2019-11-29 22:55:54 +01:00
//
// csediterrorpanel
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.csediterrorpanel.Anchor =
((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Bottom |
System.Windows.Forms.AnchorStyles.Left) |
System.Windows.Forms.AnchorStyles.Right)));
this.csediterrorpanel.AutoScroll = true;
this.csediterrorpanel.Controls.Add(this.csediterrors);
this.csediterrorpanel.HorizontalScrollbar = true;
this.csediterrorpanel.HorizontalScrollbarBarColor = true;
this.csediterrorpanel.HorizontalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.csediterrorpanel.HorizontalScrollbarSize = 12;
this.csediterrorpanel.Location = new System.Drawing.Point(3, 397);
this.csediterrorpanel.Name = "csediterrorpanel";
2020-04-07 18:43:30 +02:00
this.csediterrorpanel.Size = new System.Drawing.Size(913, 51);
this.csediterrorpanel.TabIndex = 7;
this.csediterrorpanel.VerticalScrollbar = true;
this.csediterrorpanel.VerticalScrollbarBarColor = true;
this.csediterrorpanel.VerticalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.csediterrorpanel.VerticalScrollbarSize = 12;
this.csediterrorpanel.Click += new System.EventHandler(this.metroPanel1_Click);
2019-11-29 22:55:54 +01:00
//
// csediterrors
2019-11-29 22:55:54 +01:00
//
this.csediterrors.AutoSize = true;
2020-04-07 18:43:30 +02:00
this.csediterrors.Location = new System.Drawing.Point(3, 6);
this.csediterrors.Name = "csediterrors";
this.csediterrors.Size = new System.Drawing.Size(45, 19);
this.csediterrors.TabIndex = 6;
this.csediterrors.Text = "Ready";
this.csediterrors.Click += new System.EventHandler(this.metroLabel2_Click);
2019-11-29 22:55:54 +01:00
//
2019-11-29 23:17:46 +01:00
// cseditCode
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.cseditCode.Anchor =
((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Bottom) |
System.Windows.Forms.AnchorStyles.Left) |
System.Windows.Forms.AnchorStyles.Right)));
2019-11-29 22:55:54 +01:00
this.cseditCode.BackColor = System.Drawing.Color.White;
this.cseditCode.ConvertTabsToSpaces = true;
2019-11-29 23:17:46 +01:00
this.cseditCode.Highlighting = null;
2019-11-29 22:55:54 +01:00
this.cseditCode.IsIconBarVisible = true;
this.cseditCode.LineViewerStyle = ICSharpCode.TextEditor.Document.LineViewerStyle.FullRow;
2020-04-07 18:43:30 +02:00
this.cseditCode.Location = new System.Drawing.Point(7, 54);
2019-11-29 23:17:46 +01:00
this.cseditCode.Name = "cseditCode";
2019-11-29 22:55:54 +01:00
this.cseditCode.RightToLeft = System.Windows.Forms.RightToLeft.No;
2020-04-07 18:43:30 +02:00
this.cseditCode.Size = new System.Drawing.Size(910, 336);
2019-11-29 22:55:54 +01:00
this.cseditCode.TabIndex = 9;
this.cseditCode.TabStop = false;
2019-12-21 13:20:04 +01:00
this.cseditCode.Text = resources.GetString("cseditCode.Text");
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmltab
2019-11-29 22:55:54 +01:00
//
this.htmltab.Controls.Add(this.htmlLoad);
2018-08-28 14:55:27 +02:00
this.htmltab.Controls.Add(this.htmlSep);
this.htmltab.HorizontalScrollbarBarColor = true;
this.htmltab.HorizontalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.htmltab.HorizontalScrollbarSize = 12;
2018-08-28 14:55:27 +02:00
this.htmltab.Location = new System.Drawing.Point(4, 38);
this.htmltab.Name = "htmltab";
2020-04-07 18:43:30 +02:00
this.htmltab.Size = new System.Drawing.Size(922, 458);
2018-08-28 14:55:27 +02:00
this.htmltab.TabIndex = 2;
this.htmltab.Text = "HTML";
this.htmltab.VerticalScrollbarBarColor = true;
this.htmltab.VerticalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.htmltab.VerticalScrollbarSize = 12;
2019-11-29 22:55:54 +01:00
//
// htmlLoad
2019-11-29 22:55:54 +01:00
//
this.htmlLoad.ActiveControl = null;
2020-04-07 18:43:30 +02:00
this.htmlLoad.Location = new System.Drawing.Point(169, 3);
this.htmlLoad.Name = "htmlLoad";
2020-04-07 18:43:30 +02:00
this.htmlLoad.Size = new System.Drawing.Size(75, 44);
this.htmlLoad.TabIndex = 8;
this.htmlLoad.Text = "Load";
this.htmlLoad.Click += new System.EventHandler(this.htmlLoad_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmlSep
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.htmlSep.Anchor =
((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Bottom) |
System.Windows.Forms.AnchorStyles.Left) |
System.Windows.Forms.AnchorStyles.Right)));
2018-08-28 14:55:27 +02:00
this.htmlSep.BackColor = System.Drawing.Color.White;
this.htmlSep.ForeColor = System.Drawing.Color.White;
this.htmlSep.Location = new System.Drawing.Point(3, 3);
this.htmlSep.Name = "htmlSep";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmlSep.Panel1
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.htmlSep.Panel1.Controls.Add(this.htmlRefreshTile);
this.htmlSep.Panel1.Controls.Add(this.htmlLiveLabel);
this.htmlSep.Panel1.Controls.Add(this.htmlSave);
this.htmlSep.Panel1.Controls.Add(this.htmlOptionsTile);
this.htmlSep.Panel1.Controls.Add(this.livehider);
this.htmlSep.Panel1.Controls.Add(this.htmlUpdateToggle);
this.htmlSep.Panel1.Controls.Add(this.htmlText);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmlSep.Panel2
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.htmlSep.Panel2.Controls.Add(this.htmlLoadIndicator);
this.htmlSep.Panel2.Controls.Add(this.htmltitle);
this.htmlSep.Panel2.Controls.Add(this.htmldisplay);
2020-04-07 18:43:30 +02:00
this.htmlSep.Size = new System.Drawing.Size(913, 438);
this.htmlSep.SplitterDistance = 394;
this.htmlSep.SplitterWidth = 5;
2018-08-28 14:55:27 +02:00
this.htmlSep.TabIndex = 3;
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmlRefreshTile
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.htmlRefreshTile.ActiveControl = null;
2020-04-07 18:43:30 +02:00
this.htmlRefreshTile.Anchor =
((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Right)));
this.htmlRefreshTile.Location = new System.Drawing.Point(180, 0);
2018-08-28 14:55:27 +02:00
this.htmlRefreshTile.Name = "htmlRefreshTile";
2020-04-07 18:43:30 +02:00
this.htmlRefreshTile.Size = new System.Drawing.Size(76, 44);
2018-08-28 14:55:27 +02:00
this.htmlRefreshTile.TabIndex = 6;
this.htmlRefreshTile.Text = "Refresh";
this.htmlRefreshTile.Click += new System.EventHandler(this.htmlRefreshTile_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmlLiveLabel
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.htmlLiveLabel.Anchor =
((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Right)));
2018-08-28 14:55:27 +02:00
this.htmlLiveLabel.AutoSize = true;
2020-04-07 18:43:30 +02:00
this.htmlLiveLabel.Location = new System.Drawing.Point(290, 22);
2018-08-28 14:55:27 +02:00
this.htmlLiveLabel.Name = "htmlLiveLabel";
this.htmlLiveLabel.Size = new System.Drawing.Size(31, 19);
this.htmlLiveLabel.TabIndex = 3;
this.htmlLiveLabel.Text = "Live";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmlSave
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.htmlSave.ActiveControl = null;
2020-04-07 18:43:30 +02:00
this.htmlSave.Location = new System.Drawing.Point(84, 0);
2018-08-28 14:55:27 +02:00
this.htmlSave.Name = "htmlSave";
2020-04-07 18:43:30 +02:00
this.htmlSave.Size = new System.Drawing.Size(75, 44);
2018-08-28 14:55:27 +02:00
this.htmlSave.TabIndex = 7;
this.htmlSave.Text = "Save";
this.htmlSave.Click += new System.EventHandler(this.htmlSave_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmlOptionsTile
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.htmlOptionsTile.ActiveControl = null;
this.htmlOptionsTile.Location = new System.Drawing.Point(0, 0);
2018-08-28 14:55:27 +02:00
this.htmlOptionsTile.Name = "htmlOptionsTile";
2020-04-07 18:43:30 +02:00
this.htmlOptionsTile.Size = new System.Drawing.Size(77, 44);
2018-08-28 14:55:27 +02:00
this.htmlOptionsTile.TabIndex = 5;
this.htmlOptionsTile.TabStop = false;
this.htmlOptionsTile.Text = "Options";
this.htmlOptionsTile.Click += new System.EventHandler(this.htmlOptionsTile_Click);
this.htmlOptionsTile.MouseEnter += new System.EventHandler(this.htmlOptionsTile_MouseEnter);
2019-11-29 22:55:54 +01:00
//
2018-09-09 09:49:07 +02:00
// livehider
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.livehider.Anchor =
((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Right)));
2018-09-09 09:49:07 +02:00
this.livehider.HorizontalScrollbarBarColor = true;
this.livehider.HorizontalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.livehider.HorizontalScrollbarSize = 12;
this.livehider.Location = new System.Drawing.Point(300, 0);
2018-09-09 09:49:07 +02:00
this.livehider.Name = "livehider";
2020-04-07 18:43:30 +02:00
this.livehider.Size = new System.Drawing.Size(52, 20);
2018-09-09 09:49:07 +02:00
this.livehider.TabIndex = 4;
this.livehider.VerticalScrollbarBarColor = true;
this.livehider.VerticalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.livehider.VerticalScrollbarSize = 12;
this.livehider.Visible = false;
2019-11-29 22:55:54 +01:00
//
2018-09-09 09:49:07 +02:00
// htmlUpdateToggle
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.htmlUpdateToggle.Anchor =
((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Right)));
2018-09-09 09:49:07 +02:00
this.htmlUpdateToggle.AutoSize = true;
this.htmlUpdateToggle.Checked = true;
this.htmlUpdateToggle.CheckState = System.Windows.Forms.CheckState.Checked;
2020-04-07 18:43:30 +02:00
this.htmlUpdateToggle.Location = new System.Drawing.Point(240, 0);
2018-09-09 09:49:07 +02:00
this.htmlUpdateToggle.Name = "htmlUpdateToggle";
2020-04-07 18:43:30 +02:00
this.htmlUpdateToggle.Size = new System.Drawing.Size(80, 19);
2018-09-09 09:49:07 +02:00
this.htmlUpdateToggle.TabIndex = 4;
this.htmlUpdateToggle.CheckedChanged += new System.EventHandler(this.metroToggle2_CheckedChanged);
2019-11-29 22:55:54 +01:00
//
// htmlText
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.htmlText.Anchor =
((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Bottom) |
System.Windows.Forms.AnchorStyles.Left) |
System.Windows.Forms.AnchorStyles.Right)));
this.htmlText.ConvertTabsToSpaces = true;
2019-11-29 22:32:24 +01:00
this.htmlText.Highlighting = "HTML";
this.htmlText.IsIconBarVisible = true;
this.htmlText.LineViewerStyle = ICSharpCode.TextEditor.Document.LineViewerStyle.FullRow;
2020-04-07 18:43:30 +02:00
this.htmlText.Location = new System.Drawing.Point(3, 51);
this.htmlText.Name = "htmlText";
2020-04-07 18:43:30 +02:00
this.htmlText.Size = new System.Drawing.Size(454, 451);
this.htmlText.TabIndex = 8;
2020-04-07 18:43:30 +02:00
this.htmlText.Text =
"<!DOCTYPE html>\r\n<head>\r\n <title>Title</title>\r\n</head>\r\n<body>\r\n Example T" +
"ext\r\n</body>\r\n</html>";
2019-09-10 11:20:36 +02:00
this.htmlText.TextChanged += new System.EventHandler(this.HtmlText_TextChanged_1);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmlLoadIndicator
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.htmlLoadIndicator.Anchor =
((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Right)));
this.htmlLoadIndicator.Location = new System.Drawing.Point(658, 3);
2018-08-28 14:55:27 +02:00
this.htmlLoadIndicator.Maximum = 100;
this.htmlLoadIndicator.Name = "htmlLoadIndicator";
2020-04-07 18:43:30 +02:00
this.htmlLoadIndicator.Size = new System.Drawing.Size(19, 18);
2018-08-28 14:55:27 +02:00
this.htmlLoadIndicator.TabIndex = 3;
this.htmlLoadIndicator.Visible = false;
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmltitle
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.htmltitle.AutoSize = true;
this.htmltitle.Location = new System.Drawing.Point(3, 3);
this.htmltitle.Name = "htmltitle";
this.htmltitle.Size = new System.Drawing.Size(33, 19);
this.htmltitle.TabIndex = 3;
this.htmltitle.Text = "Title";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmldisplay
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.htmldisplay.Anchor =
((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Bottom) |
System.Windows.Forms.AnchorStyles.Left) |
System.Windows.Forms.AnchorStyles.Right)));
this.htmldisplay.Location = new System.Drawing.Point(3, 29);
this.htmldisplay.MinimumSize = new System.Drawing.Size(23, 23);
2018-08-28 14:55:27 +02:00
this.htmldisplay.Name = "htmldisplay";
2020-04-07 18:43:30 +02:00
this.htmldisplay.Size = new System.Drawing.Size(592, 473);
2018-08-28 14:55:27 +02:00
this.htmldisplay.TabIndex = 2;
2020-04-07 18:43:30 +02:00
this.htmldisplay.DocumentCompleted +=
new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.htmldisplay_DocumentCompleted);
this.htmldisplay.Navigating +=
new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.htmldisplay_Navigating);
2019-11-29 22:55:54 +01:00
//
2018-10-11 15:18:51 +02:00
// pythontab
2019-11-29 22:55:54 +01:00
//
this.pythontab.Controls.Add(this.pythonCode);
2018-10-11 15:18:51 +02:00
this.pythontab.Controls.Add(this.pythonSave);
this.pythontab.Controls.Add(this.pythonRun);
this.pythontab.Controls.Add(this.pythonOpen);
this.pythontab.HorizontalScrollbarBarColor = true;
this.pythontab.HorizontalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.pythontab.HorizontalScrollbarSize = 12;
2018-10-11 15:18:51 +02:00
this.pythontab.Location = new System.Drawing.Point(4, 38);
this.pythontab.Name = "pythontab";
2020-04-07 18:43:30 +02:00
this.pythontab.Size = new System.Drawing.Size(922, 458);
2018-10-11 15:18:51 +02:00
this.pythontab.TabIndex = 3;
2019-11-29 22:55:54 +01:00
this.pythontab.Text = "IronPython";
2018-10-11 15:18:51 +02:00
this.pythontab.VerticalScrollbarBarColor = true;
this.pythontab.VerticalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.pythontab.VerticalScrollbarSize = 12;
2019-11-29 22:55:54 +01:00
//
// pythonCode
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.pythonCode.Anchor =
((System.Windows.Forms.AnchorStyles) ((((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Bottom) |
System.Windows.Forms.AnchorStyles.Left) |
System.Windows.Forms.AnchorStyles.Right)));
this.pythonCode.ConvertTabsToSpaces = true;
2019-11-29 22:32:24 +01:00
this.pythonCode.Highlighting = "Python";
this.pythonCode.IsIconBarVisible = true;
this.pythonCode.LineViewerStyle = ICSharpCode.TextEditor.Document.LineViewerStyle.FullRow;
2020-04-07 18:43:30 +02:00
this.pythonCode.Location = new System.Drawing.Point(3, 54);
this.pythonCode.Name = "pythonCode";
2020-04-07 18:43:30 +02:00
this.pythonCode.Size = new System.Drawing.Size(913, 393);
this.pythonCode.TabIndex = 11;
2019-11-29 23:17:46 +01:00
this.pythonCode.Text = "import time\r\nprint(\"Hello world!\")\r\ntime.sleep(1)";
2019-11-29 22:55:54 +01:00
//
2018-10-11 15:18:51 +02:00
// pythonSave
2019-11-29 22:55:54 +01:00
//
2018-10-11 15:18:51 +02:00
this.pythonSave.ActiveControl = null;
2020-04-07 18:43:30 +02:00
this.pythonSave.Location = new System.Drawing.Point(98, 3);
2018-10-11 15:18:51 +02:00
this.pythonSave.Name = "pythonSave";
2020-04-07 18:43:30 +02:00
this.pythonSave.Size = new System.Drawing.Size(87, 44);
2018-10-11 15:18:51 +02:00
this.pythonSave.TabIndex = 8;
this.pythonSave.Text = "Save";
this.pythonSave.Click += new System.EventHandler(this.pythonSave_Click);
2019-11-29 22:55:54 +01:00
//
2018-10-11 15:18:51 +02:00
// pythonRun
2019-11-29 22:55:54 +01:00
//
2018-10-11 15:18:51 +02:00
this.pythonRun.ActiveControl = null;
2020-04-07 18:43:30 +02:00
this.pythonRun.Location = new System.Drawing.Point(192, 3);
2018-10-11 15:18:51 +02:00
this.pythonRun.Name = "pythonRun";
2020-04-07 18:43:30 +02:00
this.pythonRun.Size = new System.Drawing.Size(87, 44);
2018-10-11 15:18:51 +02:00
this.pythonRun.TabIndex = 7;
this.pythonRun.Text = "Run";
this.pythonRun.Click += new System.EventHandler(this.pythonRun_Click);
2019-11-29 22:55:54 +01:00
//
2018-10-11 15:18:51 +02:00
// pythonOpen
2019-11-29 22:55:54 +01:00
//
2018-10-11 15:18:51 +02:00
this.pythonOpen.ActiveControl = null;
this.pythonOpen.Location = new System.Drawing.Point(3, 3);
this.pythonOpen.Name = "pythonOpen";
2020-04-07 18:43:30 +02:00
this.pythonOpen.Size = new System.Drawing.Size(87, 44);
2018-10-11 15:18:51 +02:00
this.pythonOpen.TabIndex = 9;
this.pythonOpen.Text = "Open";
this.pythonOpen.Click += new System.EventHandler(this.pythonOpen_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// infotab
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.infotab.Controls.Add(this.infoPanel);
this.infotab.HorizontalScrollbarBarColor = true;
this.infotab.HorizontalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.infotab.HorizontalScrollbarSize = 12;
2018-08-28 14:55:27 +02:00
this.infotab.Location = new System.Drawing.Point(4, 38);
this.infotab.Name = "infotab";
2020-04-07 18:43:30 +02:00
this.infotab.Size = new System.Drawing.Size(922, 458);
2018-08-28 14:55:27 +02:00
this.infotab.TabIndex = 1;
this.infotab.Text = "Info";
this.infotab.VerticalScrollbarBarColor = true;
this.infotab.VerticalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.infotab.VerticalScrollbarSize = 12;
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// infoPanel
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.infoPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.infoPanel.Location = new System.Drawing.Point(0, 0);
2018-08-28 14:55:27 +02:00
this.infoPanel.Name = "infoPanel";
2020-04-07 18:43:30 +02:00
this.infoPanel.Size = new System.Drawing.Size(922, 458);
2018-08-28 14:55:27 +02:00
this.infoPanel.TabIndex = 2;
2019-12-19 22:00:48 +01:00
this.infoPanel.Text = resources.GetString("infoPanel.Text");
2020-04-07 18:43:30 +02:00
this.infoPanel.AutoSize = true;
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// nightmodeToggle
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.nightmodeToggle.Anchor =
((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Right)));
2018-08-28 14:55:27 +02:00
this.nightmodeToggle.AutoSize = true;
2019-11-29 22:32:24 +01:00
this.nightmodeToggle.FontWeight = MetroFramework.MetroLinkWeight.Light;
2020-04-07 18:43:30 +02:00
this.nightmodeToggle.Location = new System.Drawing.Point(876, 46);
2018-08-28 14:55:27 +02:00
this.nightmodeToggle.Name = "nightmodeToggle";
2020-04-07 18:43:30 +02:00
this.nightmodeToggle.Size = new System.Drawing.Size(80, 19);
2018-08-28 14:55:27 +02:00
this.nightmodeToggle.TabIndex = 1;
this.nightmodeToggle.TabStop = false;
this.nightmodeToggle.Text = "Aus";
this.nightmodeToggle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.nightmodeToggle.CheckedChanged += new System.EventHandler(this.metroToggle1_CheckedChanged);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// nmtext
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.nmtext.Anchor =
((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Right)));
2018-08-28 14:55:27 +02:00
this.nmtext.AutoSize = true;
2020-04-07 18:43:30 +02:00
this.nmtext.Location = new System.Drawing.Point(863, 69);
2018-08-28 14:55:27 +02:00
this.nmtext.Name = "nmtext";
this.nmtext.Size = new System.Drawing.Size(80, 19);
this.nmtext.TabIndex = 2;
this.nmtext.Text = "Night Mode";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// csSaveFileDialog
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.csSaveFileDialog.DefaultExt = "dat";
this.csSaveFileDialog.FileName = "Project.dat";
2019-12-21 13:20:04 +01:00
this.csSaveFileDialog.Filter = "Data File|*.dat|Library|*.dll|Binary|*.exe";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// csOpenFileDialog
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.csOpenFileDialog.DefaultExt = "dat";
2019-12-21 13:20:04 +01:00
this.csOpenFileDialog.Filter = "Data File|*.dat|Library|*.dll|Binary|*.exe";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmlOptionsMenu
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
/*this.htmlOptionsMenu.DropShadowEnabled = false;
this.htmlOptionsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
{
this.hTMLToolStripMenuItem, this.javaScriptToolStripMenuItem, this.cSSToolStripMenuItem,
this.pHPToolStripMenuItem
});
2018-08-28 14:55:27 +02:00
this.htmlOptionsMenu.Name = "metroContextMenu1";
2020-04-07 18:43:30 +02:00
this.htmlOptionsMenu.Size = new System.Drawing.Size(127, 92);*/
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// hTMLToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.hTMLToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
{
this.hTMLStructureSetupToolStripMenuItem, this.linkToolStripMenuItem, this.imageToolStripMenuItem,
this.centercenterToolStripMenuItem, this.textToolStripMenuItem, this.tableToolStripMenuItem,
this.listsToolStripMenuItem
});
2018-08-28 14:55:27 +02:00
this.hTMLToolStripMenuItem.Name = "hTMLToolStripMenuItem";
this.hTMLToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
this.hTMLToolStripMenuItem.Text = "HTML";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// hTMLStructureSetupToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.hTMLStructureSetupToolStripMenuItem.Name = "hTMLStructureSetupToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.hTMLStructureSetupToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
2018-08-28 14:55:27 +02:00
this.hTMLStructureSetupToolStripMenuItem.Text = "HTML Structure Setup";
2020-04-07 18:43:30 +02:00
this.hTMLStructureSetupToolStripMenuItem.Click +=
new System.EventHandler(this.hTMLStructureSetupToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// linkToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.linkToolStripMenuItem.Name = "linkToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.linkToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
2018-08-28 14:55:27 +02:00
this.linkToolStripMenuItem.Text = "Link";
this.linkToolStripMenuItem.Click += new System.EventHandler(this.linkToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// imageToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.imageToolStripMenuItem.Name = "imageToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.imageToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
2018-08-28 14:55:27 +02:00
this.imageToolStripMenuItem.Text = "Image";
this.imageToolStripMenuItem.Click += new System.EventHandler(this.imageToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-09-09 09:49:07 +02:00
// centercenterToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-09-09 09:49:07 +02:00
this.centercenterToolStripMenuItem.Name = "centercenterToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.centercenterToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
2018-09-09 09:49:07 +02:00
this.centercenterToolStripMenuItem.Text = "Center <center>";
2020-04-07 18:43:30 +02:00
this.centercenterToolStripMenuItem.Click +=
new System.EventHandler(this.centercenterToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// textToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.textToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
{
this.headingsToolStripMenuItem, this.paragraphpToolStripMenuItem, this.boldbToolStripMenuItem,
this.underlineuToolStripMenuItem, this.italiciToolStripMenuItem, this.deleteddelToolStripMenuItem,
this.subscriptedSubToolStripMenuItem, this.superscriptedsupToolStripMenuItem
});
2018-08-28 14:55:27 +02:00
this.textToolStripMenuItem.Name = "textToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.textToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
2018-08-28 14:55:27 +02:00
this.textToolStripMenuItem.Text = "Text";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// headingsToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.headingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
{
this.heading1h1ToolStripMenuItem, this.heading2h2ToolStripMenuItem, this.heading3h3ToolStripMenuItem,
this.heading4h4ToolStripMenuItem, this.heading5h5ToolStripMenuItem, this.heading6h6ToolStripMenuItem
});
2018-08-28 14:55:27 +02:00
this.headingsToolStripMenuItem.Name = "headingsToolStripMenuItem";
this.headingsToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
this.headingsToolStripMenuItem.Text = "Headings";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// heading1h1ToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.heading1h1ToolStripMenuItem.Name = "heading1h1ToolStripMenuItem";
this.heading1h1ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.heading1h1ToolStripMenuItem.Text = "Heading 1 <h1>";
this.heading1h1ToolStripMenuItem.Click += new System.EventHandler(this.heading1h1ToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// heading2h2ToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.heading2h2ToolStripMenuItem.Name = "heading2h2ToolStripMenuItem";
this.heading2h2ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.heading2h2ToolStripMenuItem.Text = "Heading 2 <h2>";
this.heading2h2ToolStripMenuItem.Click += new System.EventHandler(this.heading2h2ToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// heading3h3ToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.heading3h3ToolStripMenuItem.Name = "heading3h3ToolStripMenuItem";
this.heading3h3ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.heading3h3ToolStripMenuItem.Text = "Heading 3 <h3>";
this.heading3h3ToolStripMenuItem.Click += new System.EventHandler(this.heading3h3ToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// heading4h4ToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.heading4h4ToolStripMenuItem.Name = "heading4h4ToolStripMenuItem";
this.heading4h4ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.heading4h4ToolStripMenuItem.Text = "Heading 4 <h4>";
this.heading4h4ToolStripMenuItem.Click += new System.EventHandler(this.heading4h4ToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// heading5h5ToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.heading5h5ToolStripMenuItem.Name = "heading5h5ToolStripMenuItem";
this.heading5h5ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.heading5h5ToolStripMenuItem.Text = "Heading 5 <h5>";
this.heading5h5ToolStripMenuItem.Click += new System.EventHandler(this.heading5h5ToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// heading6h6ToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.heading6h6ToolStripMenuItem.Name = "heading6h6ToolStripMenuItem";
this.heading6h6ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.heading6h6ToolStripMenuItem.Text = "Heading 6 <h6>";
this.heading6h6ToolStripMenuItem.Click += new System.EventHandler(this.heading6h6ToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-09-09 09:49:07 +02:00
// paragraphpToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-09-09 09:49:07 +02:00
this.paragraphpToolStripMenuItem.Name = "paragraphpToolStripMenuItem";
this.paragraphpToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
this.paragraphpToolStripMenuItem.Text = "Paragraph <p>";
this.paragraphpToolStripMenuItem.Click += new System.EventHandler(this.paragraphpToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// boldbToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.boldbToolStripMenuItem.Name = "boldbToolStripMenuItem";
this.boldbToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
this.boldbToolStripMenuItem.Text = "Bold <b>";
this.boldbToolStripMenuItem.Click += new System.EventHandler(this.boldbToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// underlineuToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.underlineuToolStripMenuItem.Name = "underlineuToolStripMenuItem";
this.underlineuToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
this.underlineuToolStripMenuItem.Text = "Underline <u>";
this.underlineuToolStripMenuItem.Click += new System.EventHandler(this.underlineuToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// italiciToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.italiciToolStripMenuItem.Name = "italiciToolStripMenuItem";
this.italiciToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
this.italiciToolStripMenuItem.Text = "Italic <i>";
this.italiciToolStripMenuItem.Click += new System.EventHandler(this.italiciToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// deleteddelToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.deleteddelToolStripMenuItem.Name = "deleteddelToolStripMenuItem";
this.deleteddelToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
this.deleteddelToolStripMenuItem.Text = "Deleted <del>";
this.deleteddelToolStripMenuItem.Click += new System.EventHandler(this.deleteddelToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// subscriptedSubToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.subscriptedSubToolStripMenuItem.Name = "subscriptedSubToolStripMenuItem";
this.subscriptedSubToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
this.subscriptedSubToolStripMenuItem.Text = "subscripted <sub>";
2020-04-07 18:43:30 +02:00
this.subscriptedSubToolStripMenuItem.Click +=
new System.EventHandler(this.subscriptedSubToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// superscriptedsupToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.superscriptedsupToolStripMenuItem.Name = "superscriptedsupToolStripMenuItem";
this.superscriptedsupToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
this.superscriptedsupToolStripMenuItem.Text = "superscripted <sup>";
2020-04-07 18:43:30 +02:00
this.superscriptedsupToolStripMenuItem.Click +=
new System.EventHandler(this.superscriptedsupToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// tableToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.tableToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
{
this.tableFormatSetupToolStripMenuItem, this.tableHeadingthToolStripMenuItem,
this.newRowtrToolStripMenuItem, this.newHorizontalItemtdToolStripMenuItem
});
2018-08-28 14:55:27 +02:00
this.tableToolStripMenuItem.Name = "tableToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.tableToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
2018-08-28 14:55:27 +02:00
this.tableToolStripMenuItem.Text = "Table";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// tableFormatSetupToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.tableFormatSetupToolStripMenuItem.Name = "tableFormatSetupToolStripMenuItem";
this.tableFormatSetupToolStripMenuItem.Size = new System.Drawing.Size(213, 22);
this.tableFormatSetupToolStripMenuItem.Text = "Table Format Setup";
2020-04-07 18:43:30 +02:00
this.tableFormatSetupToolStripMenuItem.Click +=
new System.EventHandler(this.tableFormatSetupToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// tableHeadingthToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.tableHeadingthToolStripMenuItem.Name = "tableHeadingthToolStripMenuItem";
this.tableHeadingthToolStripMenuItem.Size = new System.Drawing.Size(213, 22);
this.tableHeadingthToolStripMenuItem.Text = "Table Heading <th>";
2020-04-07 18:43:30 +02:00
this.tableHeadingthToolStripMenuItem.Click +=
new System.EventHandler(this.tableHeadingthToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// newRowtrToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.newRowtrToolStripMenuItem.Name = "newRowtrToolStripMenuItem";
this.newRowtrToolStripMenuItem.Size = new System.Drawing.Size(213, 22);
this.newRowtrToolStripMenuItem.Text = "New Row <tr>";
this.newRowtrToolStripMenuItem.Click += new System.EventHandler(this.newRowtrToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// newHorizontalItemtdToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.newHorizontalItemtdToolStripMenuItem.Name = "newHorizontalItemtdToolStripMenuItem";
this.newHorizontalItemtdToolStripMenuItem.Size = new System.Drawing.Size(213, 22);
this.newHorizontalItemtdToolStripMenuItem.Text = "New Horizontal Item <td>";
2020-04-07 18:43:30 +02:00
this.newHorizontalItemtdToolStripMenuItem.Click +=
new System.EventHandler(this.newHorizontalItemtdToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// listsToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.listsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
{
this.orderedListSetupolToolStripMenuItem, this.unorderedListSetupulToolStripMenuItem,
this.listItemliToolStripMenuItem
});
2018-08-28 14:55:27 +02:00
this.listsToolStripMenuItem.Name = "listsToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.listsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
2018-08-28 14:55:27 +02:00
this.listsToolStripMenuItem.Text = "Lists";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// orderedListSetupolToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.orderedListSetupolToolStripMenuItem.Name = "orderedListSetupolToolStripMenuItem";
this.orderedListSetupolToolStripMenuItem.Size = new System.Drawing.Size(213, 22);
this.orderedListSetupolToolStripMenuItem.Text = "Ordered List Setup <ol>";
2020-04-07 18:43:30 +02:00
this.orderedListSetupolToolStripMenuItem.Click +=
new System.EventHandler(this.orderedListSetupolToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// unorderedListSetupulToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.unorderedListSetupulToolStripMenuItem.Name = "unorderedListSetupulToolStripMenuItem";
this.unorderedListSetupulToolStripMenuItem.Size = new System.Drawing.Size(213, 22);
this.unorderedListSetupulToolStripMenuItem.Text = "Unordered List Setup <ul>";
2020-04-07 18:43:30 +02:00
this.unorderedListSetupulToolStripMenuItem.Click +=
new System.EventHandler(this.unorderedListSetupulToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// listItemliToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.listItemliToolStripMenuItem.Name = "listItemliToolStripMenuItem";
this.listItemliToolStripMenuItem.Size = new System.Drawing.Size(213, 22);
this.listItemliToolStripMenuItem.Text = "List Item <li>";
this.listItemliToolStripMenuItem.Click += new System.EventHandler(this.listItemliToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// javaScriptToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.javaScriptToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
{
this.javaStructureSetupToolStripMenuItem, this.functionToolStripMenuItem, this.textToolStripMenuItem1,
this.alertBoxToolStripMenuItem, this.timeoutToolStripMenuItem, this.randomNumberToolStripMenuItem
});
2018-08-28 14:55:27 +02:00
this.javaScriptToolStripMenuItem.Name = "javaScriptToolStripMenuItem";
this.javaScriptToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
this.javaScriptToolStripMenuItem.Text = "JavaScript";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// javaStructureSetupToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.javaStructureSetupToolStripMenuItem.Name = "javaStructureSetupToolStripMenuItem";
this.javaStructureSetupToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.javaStructureSetupToolStripMenuItem.Text = "Java Structure Setup";
2020-04-07 18:43:30 +02:00
this.javaStructureSetupToolStripMenuItem.Click +=
new System.EventHandler(this.javaStructureSetupToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// functionToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.functionToolStripMenuItem.Name = "functionToolStripMenuItem";
this.functionToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.functionToolStripMenuItem.Text = "Function";
this.functionToolStripMenuItem.Click += new System.EventHandler(this.functionToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// textToolStripMenuItem1
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.textToolStripMenuItem1.Name = "textToolStripMenuItem1";
this.textToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
this.textToolStripMenuItem1.Text = "Text";
this.textToolStripMenuItem1.Click += new System.EventHandler(this.textToolStripMenuItem1_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// alertBoxToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.alertBoxToolStripMenuItem.Name = "alertBoxToolStripMenuItem";
this.alertBoxToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.alertBoxToolStripMenuItem.Text = "Alert Box";
this.alertBoxToolStripMenuItem.Click += new System.EventHandler(this.alertBoxToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// timeoutToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.timeoutToolStripMenuItem.Name = "timeoutToolStripMenuItem";
this.timeoutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.timeoutToolStripMenuItem.Text = "Timeout";
this.timeoutToolStripMenuItem.Click += new System.EventHandler(this.timeoutToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// randomNumberToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.randomNumberToolStripMenuItem.Name = "randomNumberToolStripMenuItem";
this.randomNumberToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.randomNumberToolStripMenuItem.Text = "Random Number";
2020-04-07 18:43:30 +02:00
this.randomNumberToolStripMenuItem.Click +=
new System.EventHandler(this.randomNumberToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// cSSToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.cSSToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
{
this.cSSStructureSetupToolStripMenuItem, this.cSSCustomizeTagToolStripMenuItem,
this.cSSCustomTagPropertiesToolStripMenuItem
});
2018-08-28 14:55:27 +02:00
this.cSSToolStripMenuItem.Name = "cSSToolStripMenuItem";
this.cSSToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
this.cSSToolStripMenuItem.Text = "CSS";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// cSSStructureSetupToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.cSSStructureSetupToolStripMenuItem.Name = "cSSStructureSetupToolStripMenuItem";
this.cSSStructureSetupToolStripMenuItem.Size = new System.Drawing.Size(286, 22);
this.cSSStructureSetupToolStripMenuItem.Text = "CSS Structure Setup (use inside <head>)";
2020-04-07 18:43:30 +02:00
this.cSSStructureSetupToolStripMenuItem.Click +=
new System.EventHandler(this.cSSStructureSetupToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// cSSCustomizeTagToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.cSSCustomizeTagToolStripMenuItem.Name = "cSSCustomizeTagToolStripMenuItem";
this.cSSCustomizeTagToolStripMenuItem.Size = new System.Drawing.Size(286, 22);
this.cSSCustomizeTagToolStripMenuItem.Text = "CSS Customize Tag";
2020-04-07 18:43:30 +02:00
this.cSSCustomizeTagToolStripMenuItem.Click +=
new System.EventHandler(this.cSSCustomizeTagToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// cSSCustomTagPropertiesToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.cSSCustomTagPropertiesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
{this.backgroundToolStripMenuItem, this.textToolStripMenuItem2});
2018-08-28 14:55:27 +02:00
this.cSSCustomTagPropertiesToolStripMenuItem.Name = "cSSCustomTagPropertiesToolStripMenuItem";
this.cSSCustomTagPropertiesToolStripMenuItem.Size = new System.Drawing.Size(286, 22);
this.cSSCustomTagPropertiesToolStripMenuItem.Text = "CSS Custom Tag Properties";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// backgroundToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.backgroundToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
{
this.backgroundAttachmentToolStripMenuItem, this.backgroundColorToolStripMenuItem,
this.backgroundImageToolStripMenuItem, this.backgroundPositionToolStripMenuItem,
this.backgroundRepeatToolStripMenuItem
});
2018-08-28 14:55:27 +02:00
this.backgroundToolStripMenuItem.Name = "backgroundToolStripMenuItem";
this.backgroundToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.backgroundToolStripMenuItem.Text = "Background";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// backgroundAttachmentToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.backgroundAttachmentToolStripMenuItem.Name = "backgroundAttachmentToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.backgroundAttachmentToolStripMenuItem.Size = new System.Drawing.Size(289, 22);
2018-08-28 14:55:27 +02:00
this.backgroundAttachmentToolStripMenuItem.Text = "Background Attachment (Fixed or Scroll)";
2020-04-07 18:43:30 +02:00
this.backgroundAttachmentToolStripMenuItem.Click +=
new System.EventHandler(this.backgroundAttachmentToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// backgroundColorToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.backgroundColorToolStripMenuItem.Name = "backgroundColorToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.backgroundColorToolStripMenuItem.Size = new System.Drawing.Size(289, 22);
2018-08-28 14:55:27 +02:00
this.backgroundColorToolStripMenuItem.Text = "Background Color";
2020-04-07 18:43:30 +02:00
this.backgroundColorToolStripMenuItem.Click +=
new System.EventHandler(this.backgroundColorToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// backgroundImageToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.backgroundImageToolStripMenuItem.Name = "backgroundImageToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.backgroundImageToolStripMenuItem.Size = new System.Drawing.Size(289, 22);
2018-08-28 14:55:27 +02:00
this.backgroundImageToolStripMenuItem.Text = "Background Image";
2020-04-07 18:43:30 +02:00
this.backgroundImageToolStripMenuItem.Click +=
new System.EventHandler(this.backgroundImageToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// backgroundPositionToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.backgroundPositionToolStripMenuItem.Name = "backgroundPositionToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.backgroundPositionToolStripMenuItem.Size = new System.Drawing.Size(289, 22);
2018-08-28 14:55:27 +02:00
this.backgroundPositionToolStripMenuItem.Text = "Background Position";
2020-04-07 18:43:30 +02:00
this.backgroundPositionToolStripMenuItem.Click +=
new System.EventHandler(this.backgroundPositionToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// backgroundRepeatToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.backgroundRepeatToolStripMenuItem.Name = "backgroundRepeatToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.backgroundRepeatToolStripMenuItem.Size = new System.Drawing.Size(289, 22);
2018-08-28 14:55:27 +02:00
this.backgroundRepeatToolStripMenuItem.Text = "Background Repeat ((no-)repeat)";
2020-04-07 18:43:30 +02:00
this.backgroundRepeatToolStripMenuItem.Click +=
new System.EventHandler(this.backgroundRepeatToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// textToolStripMenuItem2
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.textToolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
{
this.fontToolStripMenuItem, this.sizeToolStripMenuItem, this.weightToolStripMenuItem,
this.colorToolStripMenuItem, this.directionToolStripMenuItem, this.lineHeightToolStripMenuItem,
this.letterSpacingToolStripMenuItem, this.alignToolStripMenuItem, this.decorationToolStripMenuItem,
this.indentToolStripMenuItem, this.shadowToolStripMenuItem, this.transformToolStripMenuItem,
this.wordspacingToolStripMenuItem
});
2018-08-28 14:55:27 +02:00
this.textToolStripMenuItem2.Name = "textToolStripMenuItem2";
this.textToolStripMenuItem2.Size = new System.Drawing.Size(138, 22);
this.textToolStripMenuItem2.Text = "Text";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// fontToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.fontToolStripMenuItem.Name = "fontToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.fontToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
2018-08-28 14:55:27 +02:00
this.fontToolStripMenuItem.Text = "Font";
this.fontToolStripMenuItem.Click += new System.EventHandler(this.fontToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// sizeToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.sizeToolStripMenuItem.Name = "sizeToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.sizeToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
2018-08-28 14:55:27 +02:00
this.sizeToolStripMenuItem.Text = "Size";
this.sizeToolStripMenuItem.Click += new System.EventHandler(this.sizeToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// weightToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.weightToolStripMenuItem.Name = "weightToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.weightToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
2018-08-28 14:55:27 +02:00
this.weightToolStripMenuItem.Text = "Weight";
this.weightToolStripMenuItem.Click += new System.EventHandler(this.weightToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// colorToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.colorToolStripMenuItem.Name = "colorToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.colorToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
2018-08-28 14:55:27 +02:00
this.colorToolStripMenuItem.Text = "Color";
this.colorToolStripMenuItem.Click += new System.EventHandler(this.colorToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// directionToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.directionToolStripMenuItem.Name = "directionToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.directionToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
2018-08-28 14:55:27 +02:00
this.directionToolStripMenuItem.Text = " Direction (ltr/rtl)";
this.directionToolStripMenuItem.Click += new System.EventHandler(this.directionToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// lineHeightToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.lineHeightToolStripMenuItem.Name = "lineHeightToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.lineHeightToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
2018-08-28 14:55:27 +02:00
this.lineHeightToolStripMenuItem.Text = "Line Height";
this.lineHeightToolStripMenuItem.Click += new System.EventHandler(this.lineHeightToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// letterSpacingToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.letterSpacingToolStripMenuItem.Name = "letterSpacingToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.letterSpacingToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
2018-08-28 14:55:27 +02:00
this.letterSpacingToolStripMenuItem.Text = "Letter Spacing (eg.: 50px)";
2020-04-07 18:43:30 +02:00
this.letterSpacingToolStripMenuItem.Click +=
new System.EventHandler(this.letterSpacingToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// alignToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.alignToolStripMenuItem.Name = "alignToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.alignToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
2018-08-28 14:55:27 +02:00
this.alignToolStripMenuItem.Text = "Align";
this.alignToolStripMenuItem.Click += new System.EventHandler(this.alignToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// decorationToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.decorationToolStripMenuItem.Name = "decorationToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.decorationToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
2018-08-28 14:55:27 +02:00
this.decorationToolStripMenuItem.Text = "Decoration";
this.decorationToolStripMenuItem.Click += new System.EventHandler(this.decorationToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// indentToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.indentToolStripMenuItem.Name = "indentToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.indentToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
2018-08-28 14:55:27 +02:00
this.indentToolStripMenuItem.Text = "Indent (eg.: 15px)";
this.indentToolStripMenuItem.Click += new System.EventHandler(this.indentToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// shadowToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.shadowToolStripMenuItem.Name = "shadowToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.shadowToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
2018-08-28 14:55:27 +02:00
this.shadowToolStripMenuItem.Text = "Shadow";
this.shadowToolStripMenuItem.Click += new System.EventHandler(this.shadowToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// transformToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.transformToolStripMenuItem.Name = "transformToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.transformToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
2018-08-28 14:55:27 +02:00
this.transformToolStripMenuItem.Text = "Transform";
this.transformToolStripMenuItem.Click += new System.EventHandler(this.transformToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// wordspacingToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.wordspacingToolStripMenuItem.Name = "wordspacingToolStripMenuItem";
2019-09-10 11:20:36 +02:00
this.wordspacingToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
2018-08-28 14:55:27 +02:00
this.wordspacingToolStripMenuItem.Text = "Wordspacing (eg: 2px)";
this.wordspacingToolStripMenuItem.Click += new System.EventHandler(this.wordspacingToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// pHPToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.pHPToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[]
{this.pHPStructureSetupToolStripMenuItem, this.textToolStripMenuItem3});
2018-08-28 14:55:27 +02:00
this.pHPToolStripMenuItem.Name = "pHPToolStripMenuItem";
this.pHPToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
this.pHPToolStripMenuItem.Text = "PHP";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// pHPStructureSetupToolStripMenuItem
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.pHPStructureSetupToolStripMenuItem.Name = "pHPStructureSetupToolStripMenuItem";
this.pHPStructureSetupToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
this.pHPStructureSetupToolStripMenuItem.Text = "PHP Structure Setup";
2020-04-07 18:43:30 +02:00
this.pHPStructureSetupToolStripMenuItem.Click +=
new System.EventHandler(this.pHPStructureSetupToolStripMenuItem_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// textToolStripMenuItem3
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.textToolStripMenuItem3.Name = "textToolStripMenuItem3";
this.textToolStripMenuItem3.Size = new System.Drawing.Size(181, 22);
this.textToolStripMenuItem3.Text = "Text";
this.textToolStripMenuItem3.Click += new System.EventHandler(this.textToolStripMenuItem3_Click);
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmlSaveFileDialog
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.htmlSaveFileDialog.FileName = "Unnamed.html";
this.htmlSaveFileDialog.Filter = "HTML files (*.html)|*html|htm file (*.htm)|*.htm";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// htmlOpenFileDialog
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
this.htmlOpenFileDialog.DefaultExt = "html";
this.htmlOpenFileDialog.Filter = "HTML files (*.html)|*html|htm file (*.htm)|*.htm";
2019-11-29 22:55:54 +01:00
//
2018-08-28 14:55:27 +02:00
// nightmodehide
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.nightmodehide.Anchor =
((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Right)));
2018-08-28 14:55:27 +02:00
this.nightmodehide.HorizontalScrollbarBarColor = true;
this.nightmodehide.HorizontalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.nightmodehide.HorizontalScrollbarSize = 12;
this.nightmodehide.Location = new System.Drawing.Point(853, 46);
2018-08-28 14:55:27 +02:00
this.nightmodehide.Name = "nightmodehide";
2020-04-07 18:43:30 +02:00
this.nightmodehide.Size = new System.Drawing.Size(52, 20);
2018-08-28 14:55:27 +02:00
this.nightmodehide.TabIndex = 3;
this.nightmodehide.VerticalScrollbarBarColor = true;
this.nightmodehide.VerticalScrollbarHighlightOnWheel = false;
2020-04-07 18:43:30 +02:00
this.nightmodehide.VerticalScrollbarSize = 12;
2019-11-29 22:55:54 +01:00
//
2018-10-11 15:18:51 +02:00
// pythonOpenFileDialog
2019-11-29 22:55:54 +01:00
//
2018-10-11 15:18:51 +02:00
this.pythonOpenFileDialog.Filter = "Python Files|*.py";
2019-11-29 22:55:54 +01:00
//
2018-10-11 15:18:51 +02:00
// pythonSaveFileDialog
2019-11-29 22:55:54 +01:00
//
2018-10-11 15:18:51 +02:00
this.pythonSaveFileDialog.Filter = "Python Files|*.py";
2019-11-29 22:55:54 +01:00
//
2019-11-29 23:17:46 +01:00
// buttonFix
//
this.buttonFix.Enabled = true;
this.buttonFix.Tick += new System.EventHandler(this.buttonFix_Tick);
//
2019-11-29 22:32:24 +01:00
// MainForm
2019-11-29 22:55:54 +01:00
//
2020-04-07 18:43:30 +02:00
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
2018-08-28 14:55:27 +02:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2020-04-07 18:43:30 +02:00
this.ClientSize = new System.Drawing.Size(983, 599);
2018-08-28 14:55:27 +02:00
this.Controls.Add(this.nmtext);
2018-09-09 09:49:07 +02:00
this.Controls.Add(this.languageTabControl);
2018-08-28 14:55:27 +02:00
this.Controls.Add(this.nightmodehide);
this.Controls.Add(this.nightmodeToggle);
2020-04-07 18:43:30 +02:00
this.Icon = ((System.Drawing.Icon) (resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(983, 598);
2019-11-29 22:32:24 +01:00
this.Name = "MainForm";
2020-04-07 18:43:30 +02:00
this.Padding = new System.Windows.Forms.Padding(23, 69, 23, 23);
2018-08-28 14:55:27 +02:00
this.Text = "The Cashew Project";
2019-12-01 14:54:38 +01:00
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
2019-09-10 11:20:36 +02:00
this.Load += new System.EventHandler(this.MAIN_Load);
2018-09-09 09:49:07 +02:00
this.languageTabControl.ResumeLayout(false);
2018-08-28 14:55:27 +02:00
this.cstab.ResumeLayout(false);
this.csediterrorpanel.ResumeLayout(false);
this.csediterrorpanel.PerformLayout();
2018-08-28 14:55:27 +02:00
this.htmltab.ResumeLayout(false);
this.htmlSep.Panel1.ResumeLayout(false);
this.htmlSep.Panel1.PerformLayout();
this.htmlSep.Panel2.ResumeLayout(false);
this.htmlSep.Panel2.PerformLayout();
2020-04-07 18:43:30 +02:00
((System.ComponentModel.ISupportInitialize) (this.htmlSep)).EndInit();
2018-08-28 14:55:27 +02:00
this.htmlSep.ResumeLayout(false);
2018-10-11 15:18:51 +02:00
this.pythontab.ResumeLayout(false);
2018-08-28 14:55:27 +02:00
this.infotab.ResumeLayout(false);
2020-04-07 18:43:30 +02:00
//this.htmlOptionsMenu.ResumeLayout(false);
2018-08-28 14:55:27 +02:00
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
2018-09-09 09:49:07 +02:00
private MetroFramework.Controls.MetroTabControl languageTabControl;
2018-08-28 14:55:27 +02:00
private MetroFramework.Controls.MetroTabPage cstab;
private MetroFramework.Controls.MetroTabPage infotab;
private MetroFramework.Controls.MetroToggle nightmodeToggle;
private MetroFramework.Controls.MetroLabel nmtext;
private System.Windows.Forms.SaveFileDialog csSaveFileDialog;
private System.Windows.Forms.OpenFileDialog csOpenFileDialog;
private MetroFramework.Controls.MetroTabPage htmltab;
private MetroFramework.Controls.MetroLabel infoPanel;
private System.Windows.Forms.SplitContainer htmlSep;
private System.Windows.Forms.WebBrowser htmldisplay;
private MetroFramework.Controls.MetroLabel htmltitle;
2020-04-07 18:43:30 +02:00
//private MetroFramework.Controls.MetroContextMenu htmlOptionsMenu;
2018-08-28 14:55:27 +02:00
private System.Windows.Forms.ToolStripMenuItem hTMLToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem hTMLStructureSetupToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem linkToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem imageToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem textToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tableToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem listsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem javaScriptToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cSSToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pHPToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem headingsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem heading1h1ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem heading2h2ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem heading3h3ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem heading4h4ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem heading5h5ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem heading6h6ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem boldbToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem underlineuToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem italiciToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem deleteddelToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem subscriptedSubToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem superscriptedsupToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tableFormatSetupToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tableHeadingthToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newRowtrToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newHorizontalItemtdToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem orderedListSetupolToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem unorderedListSetupulToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem listItemliToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem javaStructureSetupToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem functionToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem textToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem alertBoxToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem timeoutToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem randomNumberToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cSSStructureSetupToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cSSCustomizeTagToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cSSCustomTagPropertiesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem backgroundToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem backgroundAttachmentToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem backgroundColorToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem backgroundImageToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem backgroundPositionToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem backgroundRepeatToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem textToolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem fontToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem sizeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem weightToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem colorToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem directionToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem lineHeightToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem letterSpacingToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem alignToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem decorationToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem indentToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem shadowToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem transformToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem wordspacingToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pHPStructureSetupToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem textToolStripMenuItem3;
private MetroFramework.Controls.MetroTile htmlOptionsTile;
private MetroFramework.Controls.MetroTile htmlRefreshTile;
private System.Windows.Forms.SaveFileDialog htmlSaveFileDialog;
private System.Windows.Forms.OpenFileDialog htmlOpenFileDialog;
private MetroFramework.Controls.MetroTile htmlLoad;
private MetroFramework.Controls.MetroTile htmlSave;
private MetroFramework.Controls.MetroProgressSpinner htmlLoadIndicator;
private MetroFramework.Controls.MetroToggle htmlUpdateToggle;
private MetroFramework.Controls.MetroLabel htmlLiveLabel;
private MetroFramework.Controls.MetroPanel livehider;
private MetroFramework.Controls.MetroPanel nightmodehide;
private System.Windows.Forms.ToolStripMenuItem centercenterToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem paragraphpToolStripMenuItem;
2018-09-09 09:49:07 +02:00
private MetroFramework.Controls.MetroTabPage pythontab;
private MetroFramework.Controls.MetroTile pythonSave;
private MetroFramework.Controls.MetroTile pythonRun;
private MetroFramework.Controls.MetroTile pythonOpen;
private System.Windows.Forms.OpenFileDialog pythonOpenFileDialog;
private System.Windows.Forms.SaveFileDialog pythonSaveFileDialog;
2018-10-11 15:18:51 +02:00
private MetroFramework.Controls.MetroTile cseditrun;
private MetroFramework.Controls.MetroTile cseditsave;
private MetroFramework.Controls.MetroTile cseditref;
private MetroFramework.Controls.MetroTile cseditopen;
private MetroFramework.Controls.MetroPanel csediterrorpanel;
private MetroFramework.Controls.MetroLabel csediterrors;
2019-11-29 22:55:54 +01:00
private ICSharpCode.TextEditor.TextEditorControl cseditCode;
2019-11-29 22:32:24 +01:00
private ICSharpCode.TextEditor.TextEditorControl htmlText;
private ICSharpCode.TextEditor.TextEditorControl pythonCode;
2019-11-29 23:17:46 +01:00
private System.Windows.Forms.Timer buttonFix;
2018-08-28 14:55:27 +02:00
}
}