using DPumpHydr.WinFrmUI.RLT.Controls;
using DPumpHydr.WinFrmUI.RLT.Docking.Crown;
namespace DPumpHydr.WinFrmUI.RLT.UI
{
partial class Form21
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form21));
this.mnuMain = new DPumpHydr.WinFrmUI.RLT.Controls.CrownMenuStrip();
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
this.mnuNewFile = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.mnuClose = new System.Windows.Forms.ToolStripMenuItem();
this.mnuView = new System.Windows.Forms.ToolStripMenuItem();
this.mnuDialog = new System.Windows.Forms.ToolStripMenuItem();
this.themeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.darkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mnuTools = new System.Windows.Forms.ToolStripMenuItem();
this.checkableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.checkableWithIconToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.checkedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.checkedWithIconToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mnuWindow = new System.Windows.Forms.ToolStripMenuItem();
this.mnuProject = new System.Windows.Forms.ToolStripMenuItem();
this.mnuProperties = new System.Windows.Forms.ToolStripMenuItem();
this.mnuConsole = new System.Windows.Forms.ToolStripMenuItem();
this.mnuLayers = new System.Windows.Forms.ToolStripMenuItem();
this.mnuHistory = new System.Windows.Forms.ToolStripMenuItem();
this.toolMain = new DPumpHydr.WinFrmUI.RLT.Controls.CrownToolStrip();
this.btnNewFile = new System.Windows.Forms.ToolStripButton();
this.stripMain = new DPumpHydr.WinFrmUI.RLT.Controls.CrownStatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
this.DockPanel = new DPumpHydr.WinFrmUI.RLT.Docking.Crown.CrownDockPanel();
this.crownSeparator1 = new DPumpHydr.WinFrmUI.RLT.Controls.CrownSeparator();
this.mnuMain.SuspendLayout();
this.toolMain.SuspendLayout();
this.stripMain.SuspendLayout();
this.SuspendLayout();
//
// mnuMain
//
this.mnuMain.BackColor = System.Drawing.Color.Transparent;
this.mnuMain.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFile,
this.mnuView,
this.mnuTools,
this.mnuWindow});
this.mnuMain.Location = new System.Drawing.Point(0, 0);
this.mnuMain.Name = "mnuMain";
this.mnuMain.Padding = new System.Windows.Forms.Padding(3, 2, 0, 2);
this.mnuMain.Size = new System.Drawing.Size(944, 25);
this.mnuMain.TabIndex = 0;
this.mnuMain.Text = "crownMenuStrip1";
//
// mnuFile
//
this.mnuFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65)))));
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuNewFile,
this.toolStripSeparator1,
this.mnuClose});
this.mnuFile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.mnuFile.Name = "mnuFile";
this.mnuFile.Size = new System.Drawing.Size(39, 21);
this.mnuFile.Text = "&File";
//
// mnuNewFile
//
this.mnuNewFile.BackColor = System.Drawing.Color.Transparent;
this.mnuNewFile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
// this.mnuNewFile.Image = global::DPumpHydr.WinFrmUI.RLT.UI.Properties.Resources.NewFile_6276;
this.mnuNewFile.Name = "mnuNewFile";
this.mnuNewFile.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.mnuNewFile.Size = new System.Drawing.Size(170, 22);
this.mnuNewFile.Text = "&New file";
//
// toolStripSeparator1
//
this.toolStripSeparator1.BackColor = System.Drawing.Color.Transparent;
this.toolStripSeparator1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.toolStripSeparator1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(167, 6);
//
// mnuClose
//
this.mnuClose.BackColor = System.Drawing.Color.Transparent;
this.mnuClose.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
// this.mnuClose.Image = global::DPumpHydr.WinFrmUI.RLT.UI.Properties.Resources.Close_16xLG;
this.mnuClose.Name = "mnuClose";
this.mnuClose.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
this.mnuClose.Size = new System.Drawing.Size(170, 22);
this.mnuClose.Text = "&Close";
//
// mnuView
//
this.mnuView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65)))));
this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuDialog,
this.themeToolStripMenuItem});
this.mnuView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.mnuView.Name = "mnuView";
this.mnuView.Size = new System.Drawing.Size(47, 21);
this.mnuView.Text = "&View";
//
// mnuDialog
//
this.mnuDialog.BackColor = System.Drawing.Color.Transparent;
this.mnuDialog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
// this.mnuDialog.Image = global::DPumpHydr.WinFrmUI.RLT.UI.Properties.Resources.properties_16xLG;
this.mnuDialog.Name = "mnuDialog";
this.mnuDialog.Size = new System.Drawing.Size(139, 22);
this.mnuDialog.Text = "&Dialog test";
//
// themeToolStripMenuItem
//
this.themeToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
this.themeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.darkToolStripMenuItem,
this.lightToolStripMenuItem});
this.themeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.themeToolStripMenuItem.Name = "themeToolStripMenuItem";
this.themeToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
this.themeToolStripMenuItem.Text = "Theme";
//
// darkToolStripMenuItem
//
this.darkToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
this.darkToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.darkToolStripMenuItem.Name = "darkToolStripMenuItem";
this.darkToolStripMenuItem.Size = new System.Drawing.Size(104, 22);
this.darkToolStripMenuItem.Text = "Dark";
//
// lightToolStripMenuItem
//
this.lightToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
this.lightToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.lightToolStripMenuItem.Name = "lightToolStripMenuItem";
this.lightToolStripMenuItem.Size = new System.Drawing.Size(104, 22);
this.lightToolStripMenuItem.Text = "Light";
//
// mnuTools
//
this.mnuTools.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65)))));
this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.checkableToolStripMenuItem,
this.checkableWithIconToolStripMenuItem,
this.toolStripSeparator2,
this.checkedToolStripMenuItem,
this.checkedWithIconToolStripMenuItem});
this.mnuTools.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.mnuTools.Name = "mnuTools";
this.mnuTools.Size = new System.Drawing.Size(52, 21);
this.mnuTools.Text = "&Tools";
//
// checkableToolStripMenuItem
//
this.checkableToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
this.checkableToolStripMenuItem.CheckOnClick = true;
this.checkableToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.checkableToolStripMenuItem.Name = "checkableToolStripMenuItem";
this.checkableToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.checkableToolStripMenuItem.Text = "Checkable";
//
// checkableWithIconToolStripMenuItem
//
this.checkableWithIconToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
this.checkableWithIconToolStripMenuItem.CheckOnClick = true;
this.checkableWithIconToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
//this.checkableWithIconToolStripMenuItem.Image = global::DPumpHydr.WinFrmUI.RLT.UI.Properties.Resources.properties_16xLG;
this.checkableWithIconToolStripMenuItem.Name = "checkableWithIconToolStripMenuItem";
this.checkableWithIconToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.checkableWithIconToolStripMenuItem.Text = "Checkable with icon";
//
// toolStripSeparator2
//
this.toolStripSeparator2.BackColor = System.Drawing.Color.Transparent;
this.toolStripSeparator2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.toolStripSeparator2.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(188, 6);
//
// checkedToolStripMenuItem
//
this.checkedToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
this.checkedToolStripMenuItem.Checked = true;
this.checkedToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkedToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.checkedToolStripMenuItem.Name = "checkedToolStripMenuItem";
this.checkedToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.checkedToolStripMenuItem.Text = "Checked";
//
// checkedWithIconToolStripMenuItem
//
this.checkedWithIconToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
this.checkedWithIconToolStripMenuItem.Checked = true;
this.checkedWithIconToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkedWithIconToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
//this.checkedWithIconToolStripMenuItem.Image = global::DPumpHydr.WinFrmUI.RLT.UI.Properties.Resources.properties_16xLG;
this.checkedWithIconToolStripMenuItem.Name = "checkedWithIconToolStripMenuItem";
this.checkedWithIconToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.checkedWithIconToolStripMenuItem.Text = "Checked with icon";
//
// mnuWindow
//
this.mnuWindow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65)))));
this.mnuWindow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuProject,
this.mnuProperties,
this.mnuConsole,
this.mnuLayers,
this.mnuHistory});
this.mnuWindow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.mnuWindow.Name = "mnuWindow";
this.mnuWindow.Size = new System.Drawing.Size(67, 21);
this.mnuWindow.Text = "&Window";
//
// mnuProject
//
this.mnuProject.BackColor = System.Drawing.Color.Transparent;
this.mnuProject.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
// this.mnuProject.Image = global::DPumpHydr.WinFrmUI.RLT.UI.Properties.Resources.application_16x;
this.mnuProject.Name = "mnuProject";
this.mnuProject.Size = new System.Drawing.Size(169, 22);
this.mnuProject.Text = "&Project Explorer";
//
// mnuProperties
//
this.mnuProperties.BackColor = System.Drawing.Color.Transparent;
this.mnuProperties.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
// this.mnuProperties.Image = global::DPumpHydr.WinFrmUI.RLT.UI.Properties.Resources.properties_16xLG;
this.mnuProperties.Name = "mnuProperties";
this.mnuProperties.Size = new System.Drawing.Size(169, 22);
this.mnuProperties.Text = "P&roperties";
//
// mnuConsole
//
this.mnuConsole.BackColor = System.Drawing.Color.Transparent;
this.mnuConsole.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
// this.mnuConsole.Image = global::DPumpHydr.WinFrmUI.RLT.UI.Properties.Resources.Console;
this.mnuConsole.Name = "mnuConsole";
this.mnuConsole.Size = new System.Drawing.Size(169, 22);
this.mnuConsole.Text = "&Console";
//
// mnuLayers
//
this.mnuLayers.BackColor = System.Drawing.Color.Transparent;
this.mnuLayers.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
// this.mnuLayers.Image = global::DPumpHydr.WinFrmUI.RLT.UI.Properties.Resources.Collection_16xLG;
this.mnuLayers.Name = "mnuLayers";
this.mnuLayers.Size = new System.Drawing.Size(169, 22);
this.mnuLayers.Text = "&Layers";
//
// mnuHistory
//
this.mnuHistory.BackColor = System.Drawing.Color.Transparent;
this.mnuHistory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.mnuHistory.Image = ((System.Drawing.Image)(resources.GetObject("mnuHistory.Image")));
this.mnuHistory.Name = "mnuHistory";
this.mnuHistory.Size = new System.Drawing.Size(169, 22);
this.mnuHistory.Text = "&History";
//
// toolMain
//
this.toolMain.AutoSize = false;
this.toolMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65)))));
this.toolMain.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.toolMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnNewFile});
this.toolMain.Location = new System.Drawing.Point(0, 27);
this.toolMain.Name = "toolMain";
this.toolMain.Padding = new System.Windows.Forms.Padding(5, 0, 1, 0);
this.toolMain.Size = new System.Drawing.Size(944, 28);
this.toolMain.TabIndex = 1;
this.toolMain.Text = "crownToolStrip1";
//
// btnNewFile
//
this.btnNewFile.AutoSize = false;
this.btnNewFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65)))));
this.btnNewFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnNewFile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
// this.btnNewFile.Image = global::DPumpHydr.WinFrmUI.RLT.UI.Properties.Resources.NewFile_6276;
this.btnNewFile.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnNewFile.Name = "btnNewFile";
this.btnNewFile.Size = new System.Drawing.Size(24, 24);
this.btnNewFile.Text = "New file";
//
// stripMain
//
this.stripMain.AutoSize = false;
this.stripMain.BackColor = System.Drawing.Color.Transparent;
this.stripMain.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.stripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatusLabel6,
this.toolStripStatusLabel5});
this.stripMain.Location = new System.Drawing.Point(0, 618);
this.stripMain.Name = "stripMain";
this.stripMain.Padding = new System.Windows.Forms.Padding(0, 5, 0, 3);
this.stripMain.Size = new System.Drawing.Size(944, 24);
this.stripMain.SizingGrip = false;
this.stripMain.TabIndex = 2;
this.stripMain.Text = "crownStatusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.AutoSize = false;
this.toolStripStatusLabel1.Margin = new System.Windows.Forms.Padding(1, 0, 50, 0);
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(39, 16);
this.toolStripStatusLabel1.Text = "Ready";
this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStripStatusLabel6
//
this.toolStripStatusLabel6.Margin = new System.Windows.Forms.Padding(0, 0, 50, 2);
this.toolStripStatusLabel6.Name = "toolStripStatusLabel6";
this.toolStripStatusLabel6.Size = new System.Drawing.Size(750, 14);
this.toolStripStatusLabel6.Spring = true;
this.toolStripStatusLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStripStatusLabel5
//
this.toolStripStatusLabel5.Margin = new System.Windows.Forms.Padding(0, 0, 1, 0);
this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
this.toolStripStatusLabel5.Size = new System.Drawing.Size(53, 16);
this.toolStripStatusLabel5.Text = "120 MB";
this.toolStripStatusLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// DockPanel
//
this.DockPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(63)))), ((int)(((byte)(65)))));
this.DockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.DockPanel.Location = new System.Drawing.Point(0, 55);
this.DockPanel.Name = "DockPanel";
this.DockPanel.Size = new System.Drawing.Size(944, 563);
this.DockPanel.TabIndex = 3;
//
// crownSeparator1
//
this.crownSeparator1.Dock = System.Windows.Forms.DockStyle.Top;
this.crownSeparator1.Location = new System.Drawing.Point(0, 25);
this.crownSeparator1.Name = "crownSeparator1";
this.crownSeparator1.Size = new System.Drawing.Size(944, 2);
this.crownSeparator1.TabIndex = 4;
this.crownSeparator1.Text = "crownSeparator1";
//
// Form21
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(944, 642);
this.Controls.Add(this.DockPanel);
this.Controls.Add(this.stripMain);
this.Controls.Add(this.toolMain);
this.Controls.Add(this.crownSeparator1);
this.Controls.Add(this.mnuMain);
this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
// this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
// this.MainMenuStrip = this.mnuMain;
this.MinimumSize = new System.Drawing.Size(640, 480);
this.Name = "Form21";
this.Text = "Crown Theme";
this.Load += new System.EventHandler(this.Form21_Load);
this.mnuMain.ResumeLayout(false);
this.mnuMain.PerformLayout();
this.toolMain.ResumeLayout(false);
this.toolMain.PerformLayout();
this.stripMain.ResumeLayout(false);
this.stripMain.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CrownMenuStrip mnuMain;
private CrownToolStrip toolMain;
private CrownStatusStrip stripMain;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel6;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
private System.Windows.Forms.ToolStripMenuItem mnuFile;
private System.Windows.Forms.ToolStripMenuItem mnuView;
private System.Windows.Forms.ToolStripMenuItem mnuDialog;
private System.Windows.Forms.ToolStripMenuItem mnuClose;
private System.Windows.Forms.ToolStripMenuItem mnuTools;
private System.Windows.Forms.ToolStripMenuItem mnuWindow;
private System.Windows.Forms.ToolStripButton btnNewFile;
private System.Windows.Forms.ToolStripMenuItem mnuNewFile;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private CrownDockPanel DockPanel;
private System.Windows.Forms.ToolStripMenuItem mnuProject;
private System.Windows.Forms.ToolStripMenuItem mnuProperties;
private System.Windows.Forms.ToolStripMenuItem mnuConsole;
private System.Windows.Forms.ToolStripMenuItem mnuLayers;
private System.Windows.Forms.ToolStripMenuItem mnuHistory;
private CrownSeparator crownSeparator1;
private System.Windows.Forms.ToolStripMenuItem checkableToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem checkableWithIconToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem checkedToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem checkedWithIconToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem themeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem darkToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem lightToolStripMenuItem;
}
}