pascalabcnet/VisualPascalABCNETLinux/Form1.Designer.cs1
Mikhalkovich Stanislav 3072383106 Для Linux-версии исправлен DockContent, редактор (показ всплывающего окна)
Сделан новый проект VisualPABCLinux
И пришлось склонировать PluginsSupport, поскольку он вносит зависимость по редактору
Компоненты WeifenLuo для Linux надо после перекомпиляции скопировать в Libraries - подшить их к основному проекту просто не получилось
2022-06-30 09:47:11 +03:00

2638 lines
145 KiB
Plaintext

namespace VisualPascalABC
{
partial class Form1
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.mrFile = new System.Windows.Forms.ToolStripMenuItem();
this.miNew = new System.Windows.Forms.ToolStripMenuItem();
this.miNewProject = new System.Windows.Forms.ToolStripMenuItem();
this.miNewAdv = new System.Windows.Forms.ToolStripMenuItem();
this.miUnitWithForm = new System.Windows.Forms.ToolStripMenuItem();
this.miFormProgram = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripSeparator();
this.miOpen = new System.Windows.Forms.ToolStripMenuItem();
this.miOpenProject = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator();
this.miSave = new System.Windows.Forms.ToolStripMenuItem();
this.miSaveAs = new System.Windows.Forms.ToolStripMenuItem();
this.miSaveAll = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
this.miClose = new System.Windows.Forms.ToolStripMenuItem();
this.miCloseProject = new System.Windows.Forms.ToolStripMenuItem();
this.miCloseAllButThis = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.miPrint = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
this.miRecentFiles = new System.Windows.Forms.ToolStripMenuItem();
this.miRecentProjects = new System.Windows.Forms.ToolStripMenuItem();
this.miExit = new System.Windows.Forms.ToolStripMenuItem();
this.mrEdit = new System.Windows.Forms.ToolStripMenuItem();
this.miUndo = new System.Windows.Forms.ToolStripMenuItem();
this.miRedo = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.miCut = new System.Windows.Forms.ToolStripMenuItem();
this.miCopy = new System.Windows.Forms.ToolStripMenuItem();
this.miPaste = new System.Windows.Forms.ToolStripMenuItem();
this.miDelete = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
this.miFind = new System.Windows.Forms.ToolStripMenuItem();
this.miFindNext = new System.Windows.Forms.ToolStripMenuItem();
this.miReplace = new System.Windows.Forms.ToolStripMenuItem();
this.tsGotoLine = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.tsSelectAll = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
this.mGOTONEXTBOOKMARKToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mGOTOPREVBOOKMARKToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mCLEARBOOKMARKSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mrView = new System.Windows.Forms.ToolStripMenuItem();
this.miClearOutput = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.miOutputWindow = new System.Windows.Forms.ToolStripMenuItem();
this.tsShowOutputWindow = new System.Windows.Forms.ToolStripMenuItem();
this.tsShowErrorsListWindow = new System.Windows.Forms.ToolStripMenuItem();
this.tsShowCompilerConsoleWindow = new System.Windows.Forms.ToolStripMenuItem();
this.tsShowFindSymbolsResultWindow = new System.Windows.Forms.ToolStripMenuItem();
this.tsShowDebugVariablesListWindow = new System.Windows.Forms.ToolStripMenuItem();
this.tsShowDebugWatchListWindow = new System.Windows.Forms.ToolStripMenuItem();
this.tsDisassembly = new System.Windows.Forms.ToolStripMenuItem();
this.tsImmediateWindow = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
this.tsViewIntellisensePanel = new System.Windows.Forms.ToolStripMenuItem();
this.miProjectExplorer = new System.Windows.Forms.ToolStripMenuItem();
this.miToolBox = new System.Windows.Forms.ToolStripMenuItem();
this.miProperties = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.miNavigBack = new System.Windows.Forms.ToolStripMenuItem();
this.miNavigForw = new System.Windows.Forms.ToolStripMenuItem();
this.mRPROJECTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mADDFILEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mADDEXISTFILEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mADDFORMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
this.mADDREFERENCEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mPROPERTIESToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mrProgram = new System.Windows.Forms.ToolStripMenuItem();
this.miRun = new System.Windows.Forms.ToolStripMenuItem();
this.miRunNoDebug = new System.Windows.Forms.ToolStripMenuItem();
this.mRUNPARAMETERSToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.miStop = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripSeparator();
this.miBuild = new System.Windows.Forms.ToolStripMenuItem();
this.miRebuild = new System.Windows.Forms.ToolStripMenuItem();
this.miAddExpr = new System.Windows.Forms.ToolStripMenuItem();
this.mrDesigner = new System.Windows.Forms.ToolStripMenuItem();
this.miShowGrid = new System.Windows.Forms.ToolStripMenuItem();
this.miSnapToGrid = new System.Windows.Forms.ToolStripMenuItem();
this.miAlign = new System.Windows.Forms.ToolStripMenuItem();
this.miAlignLefts = new System.Windows.Forms.ToolStripMenuItem();
this.miAlignRights = new System.Windows.Forms.ToolStripMenuItem();
this.miAlignTops = new System.Windows.Forms.ToolStripMenuItem();
this.miAlignBottoms = new System.Windows.Forms.ToolStripMenuItem();
this.miAlignMiddles = new System.Windows.Forms.ToolStripMenuItem();
this.miAlignCenters = new System.Windows.Forms.ToolStripMenuItem();
this.miAlignToGrid = new System.Windows.Forms.ToolStripMenuItem();
this.miCenter = new System.Windows.Forms.ToolStripMenuItem();
this.miCenterHorizontally = new System.Windows.Forms.ToolStripMenuItem();
this.miCenterVertically = new System.Windows.Forms.ToolStripMenuItem();
this.miSizeTo = new System.Windows.Forms.ToolStripMenuItem();
this.miSizeToControl = new System.Windows.Forms.ToolStripMenuItem();
this.miSizeToControlWidth = new System.Windows.Forms.ToolStripMenuItem();
this.miSizeToControlHeight = new System.Windows.Forms.ToolStripMenuItem();
this.miSizeToGrid = new System.Windows.Forms.ToolStripMenuItem();
this.miZOrder = new System.Windows.Forms.ToolStripMenuItem();
this.miBringToFront = new System.Windows.Forms.ToolStripMenuItem();
this.miSendToBack = new System.Windows.Forms.ToolStripMenuItem();
this.miTabOrder = new System.Windows.Forms.ToolStripMenuItem();
this.mrService = new System.Windows.Forms.ToolStripMenuItem();
this.mOPTIONSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tssmIntellisence = new System.Windows.Forms.ToolStripSeparator();
this.mAUTOINSERTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsGotoDefinition = new System.Windows.Forms.ToolStripMenuItem();
this.tsGotoRealization = new System.Windows.Forms.ToolStripMenuItem();
this.tsFindAllReferences = new System.Windows.Forms.ToolStripMenuItem();
this.miGenerateRealization = new System.Windows.Forms.ToolStripMenuItem();
this.mFORMATToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mUNITTESTSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.miPlugins = new System.Windows.Forms.ToolStripMenuItem();
this.mrHelp = new System.Windows.Forms.ToolStripMenuItem();
this.tsHelp = new System.Windows.Forms.ToolStripMenuItem();
this.mDOTNETHELPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mMAINFEATURESToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.miCheckUpdates = new System.Windows.Forms.ToolStripMenuItem();
this.miAbout = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tbNew = new System.Windows.Forms.ToolStripButton();
this.tbOpen = new System.Windows.Forms.ToolStripButton();
this.tbSave = new System.Windows.Forms.ToolStripButton();
this.tbSaveAll = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsCut = new System.Windows.Forms.ToolStripButton();
this.tsCopy = new System.Windows.Forms.ToolStripButton();
this.tsPaste = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tsUndo = new System.Windows.Forms.ToolStripButton();
this.tsRedo = new System.Windows.Forms.ToolStripButton();
this.tsNavigBack = new System.Windows.Forms.ToolStripButton();
this.tsNavigForw = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.StartButton = new System.Windows.Forms.ToolStripButton();
this.StartNoDebugButton = new System.Windows.Forms.ToolStripButton();
this.stopButton = new System.Windows.Forms.ToolStripButton();
this.CompileButton = new System.Windows.Forms.ToolStripButton();
this.ReCompileButton = new System.Windows.Forms.ToolStripButton();
this.tssRunStopSeparator = new System.Windows.Forms.ToolStripSeparator();
this.tsOutputWindow = new System.Windows.Forms.ToolStripButton();
this.tsAutoInsertCode = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
this.tsFormat = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.tstaSelect = new System.Windows.Forms.ToolStripDropDownButton();
this.tsatConsoleApplication = new System.Windows.Forms.ToolStripMenuItem();
this.tsatWindowsApplication = new System.Windows.Forms.ToolStripMenuItem();
this.tsatDll = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripButton16 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton17 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton19 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.slLine = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.slCol = new System.Windows.Forms.ToolStripStatusLabel();
this.HealthLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.printDialog1 = new System.Windows.Forms.PrintDialog();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.fontDialog1 = new System.Windows.Forms.FontDialog();
this.cmClose = new System.Windows.Forms.ToolStripMenuItem();
this.cmCloseAllButThis = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmSave = new System.Windows.Forms.ToolStripMenuItem();
this.cmSetActive = new System.Windows.Forms.ToolStripMenuItem();
this.cmEditor = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmGotoDefinition = new System.Windows.Forms.ToolStripMenuItem();
this.cmGotoRealization = new System.Windows.Forms.ToolStripMenuItem();
this.cmFindAllReferences = new System.Windows.Forms.ToolStripMenuItem();
this.cmGenerateRealization = new System.Windows.Forms.ToolStripMenuItem();
this.cmFormat = new System.Windows.Forms.ToolStripMenuItem();
this.cmCollapseRegions = new System.Windows.Forms.ToolStripMenuItem();
this.mNEWASPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cmsCodeCompletion = new System.Windows.Forms.ToolStripSeparator();
this.cmCut = new System.Windows.Forms.ToolStripMenuItem();
this.cmCopy = new System.Windows.Forms.ToolStripMenuItem();
this.cmPaste = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.cmRun = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.cntxt_miAddExpr = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
this.cmHelp = new System.Windows.Forms.ToolStripMenuItem();
this.cmSamples = new System.Windows.Forms.ToolStripMenuItem();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.MainDockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
this.toolStripPanel = new System.Windows.Forms.Panel();
this.cmBreakpointCondition = new System.Windows.Forms.ContextMenuStrip(this.components);
this.mDELETEBREAKPOINTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mBREAKPOINTCONDITIONToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.openProjectDialog = new System.Windows.Forms.OpenFileDialog();
this.mRUNPARAMETERSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cm_Designer = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmViewCode = new System.Windows.Forms.ToolStripMenuItem();
this.cmiDelete = new System.Windows.Forms.ToolStripMenuItem();
this.cmiCopy = new System.Windows.Forms.ToolStripMenuItem();
this.cmiCut = new System.Windows.Forms.ToolStripMenuItem();
this.cmiPaste = new System.Windows.Forms.ToolStripMenuItem();
this.cmiAlign = new System.Windows.Forms.ToolStripMenuItem();
this.cmiAlignLefts = new System.Windows.Forms.ToolStripMenuItem();
this.cmiAlignRights = new System.Windows.Forms.ToolStripMenuItem();
this.cmiAlignTops = new System.Windows.Forms.ToolStripMenuItem();
this.cmiAlignBottoms = new System.Windows.Forms.ToolStripMenuItem();
this.cmiAlignMiddles = new System.Windows.Forms.ToolStripMenuItem();
this.cmiAlignCenters = new System.Windows.Forms.ToolStripMenuItem();
this.cmiAlignToGrid = new System.Windows.Forms.ToolStripMenuItem();
this.cmiCenter = new System.Windows.Forms.ToolStripMenuItem();
this.cmiCenterHorizontally = new System.Windows.Forms.ToolStripMenuItem();
this.cmiCenterVertically = new System.Windows.Forms.ToolStripMenuItem();
this.cmiSizeTo = new System.Windows.Forms.ToolStripMenuItem();
this.cmiSizeToControl = new System.Windows.Forms.ToolStripMenuItem();
this.cmiSizeToControlWidth = new System.Windows.Forms.ToolStripMenuItem();
this.cmiSizeToControlHeight = new System.Windows.Forms.ToolStripMenuItem();
this.cmiSizeToGrid = new System.Windows.Forms.ToolStripMenuItem();
this.cmiZOrder = new System.Windows.Forms.ToolStripMenuItem();
this.cmiBringToFront = new System.Windows.Forms.ToolStripMenuItem();
this.cmiSendToBack = new System.Windows.Forms.ToolStripMenuItem();
this.cmiTabOrder = new System.Windows.Forms.ToolStripMenuItem();
this.cmiProperties = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.cmEditor.SuspendLayout();
this.toolStripPanel.SuspendLayout();
this.cmBreakpointCondition.SuspendLayout();
this.cm_Designer.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.SystemColors.Control;
this.menuStrip1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mrFile,
this.mrEdit,
this.mrView,
this.mRPROJECTToolStripMenuItem,
this.mrProgram,
this.mrDesigner,
this.mrService,
this.miPlugins,
this.mrHelp});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(876, 24);
this.menuStrip1.TabIndex = 3;
this.menuStrip1.Text = "menuStrip1";
//
// mrFile
//
this.mrFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miNew,
this.miNewProject,
this.miNewAdv,
this.toolStripMenuItem9,
this.miOpen,
this.miOpenProject,
this.toolStripMenuItem10,
this.miSave,
this.miSaveAs,
this.miSaveAll,
this.toolStripMenuItem11,
this.miClose,
this.miCloseProject,
this.miCloseAllButThis,
this.toolStripMenuItem2,
this.miPrint,
this.toolStripSeparator14,
this.miRecentFiles,
this.miRecentProjects,
this.miExit});
this.mrFile.Name = "mrFile";
this.mrFile.Size = new System.Drawing.Size(61, 20);
this.mrFile.Text = "MR_FILE";
//
// miNew
//
this.miNew.Image = global::VisualPascalABC.Properties.Resources.new_file1;
this.miNew.ImageTransparentColor = System.Drawing.Color.Maroon;
this.miNew.Name = "miNew";
this.miNew.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.miNew.Size = new System.Drawing.Size(194, 22);
this.miNew.Text = "M_NEW";
this.miNew.Click += new System.EventHandler(this.miNew_Click);
//
// miNewProject
//
this.miNewProject.Name = "miNewProject";
this.miNewProject.Size = new System.Drawing.Size(194, 22);
this.miNewProject.Text = "M_NEW_PROJECT";
this.miNewProject.Visible = false;
this.miNewProject.Click += new System.EventHandler(this.miNewProject_Click);
//
// miNewAdv
//
this.miNewAdv.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miUnitWithForm,
this.miFormProgram});
this.miNewAdv.Name = "miNewAdv";
this.miNewAdv.Size = new System.Drawing.Size(194, 22);
this.miNewAdv.Text = "M_NEW_ADV";
this.miNewAdv.Visible = false;
//
// miUnitWithForm
//
this.miUnitWithForm.Name = "miUnitWithForm";
this.miUnitWithForm.Size = new System.Drawing.Size(180, 22);
this.miUnitWithForm.Text = "M_UNIT_WITH_FORM";
this.miUnitWithForm.Click += new System.EventHandler(this.miUnitWithForm_Click);
//
// miFormProgram
//
this.miFormProgram.Name = "miFormProgram";
this.miFormProgram.Size = new System.Drawing.Size(180, 22);
this.miFormProgram.Text = "M_FORM_PROGRAM";
//
// toolStripMenuItem9
//
this.toolStripMenuItem9.Name = "toolStripMenuItem9";
this.toolStripMenuItem9.Size = new System.Drawing.Size(191, 6);
//
// miOpen
//
this.miOpen.Image = global::VisualPascalABC.Properties.Resources.open;
this.miOpen.ImageTransparentColor = System.Drawing.Color.Maroon;
this.miOpen.Name = "miOpen";
this.miOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.miOpen.Size = new System.Drawing.Size(194, 22);
this.miOpen.Text = "M_OPEN";
this.miOpen.Click += new System.EventHandler(this.OpenToolStripMenuItem1_Click_1);
//
// miOpenProject
//
this.miOpenProject.Name = "miOpenProject";
this.miOpenProject.Size = new System.Drawing.Size(194, 22);
this.miOpenProject.Text = "M_OPEN_PROJECT";
this.miOpenProject.Visible = false;
this.miOpenProject.Click += new System.EventHandler(this.miOpenProject_Click);
//
// toolStripMenuItem10
//
this.toolStripMenuItem10.Name = "toolStripMenuItem10";
this.toolStripMenuItem10.Size = new System.Drawing.Size(191, 6);
//
// miSave
//
this.miSave.Enabled = false;
this.miSave.Image = global::VisualPascalABC.Properties.Resources.save;
this.miSave.ImageTransparentColor = System.Drawing.Color.Maroon;
this.miSave.Name = "miSave";
this.miSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.miSave.Size = new System.Drawing.Size(194, 22);
this.miSave.Text = "M_SAVE";
this.miSave.Click += new System.EventHandler(this.miSave_Click);
//
// miSaveAs
//
this.miSaveAs.Name = "miSaveAs";
this.miSaveAs.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.S)));
this.miSaveAs.Size = new System.Drawing.Size(194, 22);
this.miSaveAs.Text = "M_SAVEAS";
this.miSaveAs.Click += new System.EventHandler(this.miSaveAs_Click);
//
// miSaveAll
//
this.miSaveAll.Enabled = false;
this.miSaveAll.Image = global::VisualPascalABC.Properties.Resources.save_all;
this.miSaveAll.ImageTransparentColor = System.Drawing.Color.Maroon;
this.miSaveAll.Name = "miSaveAll";
this.miSaveAll.Size = new System.Drawing.Size(194, 22);
this.miSaveAll.Text = "M_SAVEALL";
this.miSaveAll.Click += new System.EventHandler(this.miSaveAll_Click_1);
//
// toolStripMenuItem11
//
this.toolStripMenuItem11.Name = "toolStripMenuItem11";
this.toolStripMenuItem11.Size = new System.Drawing.Size(191, 6);
//
// miClose
//
this.miClose.Enabled = false;
this.miClose.Name = "miClose";
this.miClose.Size = new System.Drawing.Size(194, 22);
this.miClose.Text = "M_CLOSE";
this.miClose.Click += new System.EventHandler(this.miClose_Click);
//
// miCloseProject
//
this.miCloseProject.Name = "miCloseProject";
this.miCloseProject.Size = new System.Drawing.Size(194, 22);
this.miCloseProject.Text = "M_CLOSE_PROJECT";
this.miCloseProject.Visible = false;
this.miCloseProject.Click += new System.EventHandler(this.miCloseProject_Click);
//
// miCloseAllButThis
//
this.miCloseAllButThis.Enabled = false;
this.miCloseAllButThis.Name = "miCloseAllButThis";
this.miCloseAllButThis.Size = new System.Drawing.Size(194, 22);
this.miCloseAllButThis.Text = "M_CLOSEALLBUTTHIS";
this.miCloseAllButThis.Click += new System.EventHandler(this.miCloseNonActive_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(191, 6);
//
// miPrint
//
this.miPrint.Image = global::VisualPascalABC.Properties.Resources.PrintHS;
this.miPrint.Name = "miPrint";
this.miPrint.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
this.miPrint.Size = new System.Drawing.Size(194, 22);
this.miPrint.Text = "M_PRINT";
this.miPrint.Click += new System.EventHandler(this.miPrint_Click);
//
// toolStripSeparator14
//
this.toolStripSeparator14.Name = "toolStripSeparator14";
this.toolStripSeparator14.Size = new System.Drawing.Size(191, 6);
//
// miRecentFiles
//
this.miRecentFiles.Name = "miRecentFiles";
this.miRecentFiles.Size = new System.Drawing.Size(194, 22);
this.miRecentFiles.Text = "M_RECENTFILES";
//
// miRecentProjects
//
this.miRecentProjects.Name = "miRecentProjects";
this.miRecentProjects.Size = new System.Drawing.Size(194, 22);
this.miRecentProjects.Text = "M_RECENTPROJECTS";
this.miRecentProjects.Visible = false;
//
// miExit
//
this.miExit.Image = ((System.Drawing.Image)(resources.GetObject("miExit.Image")));
this.miExit.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.miExit.Name = "miExit";
this.miExit.Size = new System.Drawing.Size(194, 22);
this.miExit.Text = "M_EXIT";
this.miExit.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
//
// mrEdit
//
this.mrEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miUndo,
this.miRedo,
this.toolStripMenuItem3,
this.miCut,
this.miCopy,
this.miPaste,
this.miDelete,
this.toolStripMenuItem4,
this.miFind,
this.miFindNext,
this.miReplace,
this.tsGotoLine,
this.toolStripSeparator8,
this.tsSelectAll,
this.toolStripSeparator9,
this.toolStripMenuItem7});
this.mrEdit.Name = "mrEdit";
this.mrEdit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
this.mrEdit.Size = new System.Drawing.Size(63, 20);
this.mrEdit.Text = "MR_EDIT";
//
// miUndo
//
this.miUndo.Image = global::VisualPascalABC.Properties.Resources.undo;
this.miUndo.ImageTransparentColor = System.Drawing.Color.Maroon;
this.miUndo.Name = "miUndo";
this.miUndo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
this.miUndo.Size = new System.Drawing.Size(186, 22);
this.miUndo.Text = "M_UNDO";
this.miUndo.Click += new System.EventHandler(this.UndoToolStripMenuItem_Click);
//
// miRedo
//
this.miRedo.Image = global::VisualPascalABC.Properties.Resources.redo;
this.miRedo.ImageTransparentColor = System.Drawing.Color.Maroon;
this.miRedo.Name = "miRedo";
this.miRedo.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.Z)));
this.miRedo.Size = new System.Drawing.Size(186, 22);
this.miRedo.Text = "M_REDO";
this.miRedo.Click += new System.EventHandler(this.RedoToolStripMenuItem_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(183, 6);
//
// miCut
//
this.miCut.Image = global::VisualPascalABC.Properties.Resources.cut;
this.miCut.ImageTransparentColor = System.Drawing.Color.Maroon;
this.miCut.Name = "miCut";
this.miCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
this.miCut.Size = new System.Drawing.Size(186, 22);
this.miCut.Text = "M_CUT";
this.miCut.Click += new System.EventHandler(this.miCurt_Click);
//
// miCopy
//
this.miCopy.Image = global::VisualPascalABC.Properties.Resources.copy;
this.miCopy.ImageTransparentColor = System.Drawing.Color.Maroon;
this.miCopy.Name = "miCopy";
this.miCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.miCopy.Size = new System.Drawing.Size(186, 22);
this.miCopy.Text = "M_COPY";
this.miCopy.Click += new System.EventHandler(this.miCopy_Click);
//
// miPaste
//
this.miPaste.Image = global::VisualPascalABC.Properties.Resources.paste;
this.miPaste.ImageTransparentColor = System.Drawing.Color.Maroon;
this.miPaste.Name = "miPaste";
this.miPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
this.miPaste.Size = new System.Drawing.Size(186, 22);
this.miPaste.Text = "M_PASTE";
this.miPaste.Click += new System.EventHandler(this.miPaste_Click);
//
// miDelete
//
this.miDelete.Enabled = false;
this.miDelete.Image = global::VisualPascalABC.Properties.Resources.Delete3;
this.miDelete.ImageTransparentColor = System.Drawing.Color.White;
this.miDelete.Name = "miDelete";
this.miDelete.Size = new System.Drawing.Size(186, 22);
this.miDelete.Text = "M_DELETE";
this.miDelete.Visible = false;
this.miDelete.Click += new System.EventHandler(this.miDelete_Click);
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(183, 6);
//
// miFind
//
this.miFind.Image = ((System.Drawing.Image)(resources.GetObject("miFind.Image")));
this.miFind.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.miFind.Name = "miFind";
this.miFind.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
this.miFind.Size = new System.Drawing.Size(186, 22);
this.miFind.Text = "M_FIND";
this.miFind.Click += new System.EventHandler(this.miFind_Click);
//
// miFindNext
//
this.miFindNext.Image = ((System.Drawing.Image)(resources.GetObject("miFindNext.Image")));
this.miFindNext.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.miFindNext.Name = "miFindNext";
this.miFindNext.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
this.miFindNext.Size = new System.Drawing.Size(186, 22);
this.miFindNext.Text = "M_FINDNEXT";
this.miFindNext.Click += new System.EventHandler(this.miFindNext_Click);
//
// miReplace
//
this.miReplace.Image = ((System.Drawing.Image)(resources.GetObject("miReplace.Image")));
this.miReplace.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.miReplace.Name = "miReplace";
this.miReplace.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
this.miReplace.Size = new System.Drawing.Size(186, 22);
this.miReplace.Text = "M_REPLACE";
this.miReplace.Click += new System.EventHandler(this.miReplace_Click);
//
// tsGotoLine
//
this.tsGotoLine.Name = "tsGotoLine";
this.tsGotoLine.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
this.tsGotoLine.Size = new System.Drawing.Size(186, 22);
this.tsGotoLine.Text = "M_GOTO_LINE";
this.tsGotoLine.Click += new System.EventHandler(this.tsGotoLine_Click);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(183, 6);
//
// tsSelectAll
//
this.tsSelectAll.Name = "tsSelectAll";
this.tsSelectAll.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
this.tsSelectAll.Size = new System.Drawing.Size(186, 22);
this.tsSelectAll.Text = "M_SELECT_ALL";
this.tsSelectAll.Click += new System.EventHandler(this.tsSelectAll_Click);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(183, 6);
//
// toolStripMenuItem7
//
this.toolStripMenuItem7.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem8,
this.mGOTONEXTBOOKMARKToolStripMenuItem,
this.mGOTOPREVBOOKMARKToolStripMenuItem,
this.mCLEARBOOKMARKSToolStripMenuItem});
this.toolStripMenuItem7.Name = "toolStripMenuItem7";
this.toolStripMenuItem7.Size = new System.Drawing.Size(186, 22);
this.toolStripMenuItem7.Text = "M_BOOKMARS";
//
// toolStripMenuItem8
//
this.toolStripMenuItem8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem8.Image")));
this.toolStripMenuItem8.Name = "toolStripMenuItem8";
this.toolStripMenuItem8.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F2)));
this.toolStripMenuItem8.Size = new System.Drawing.Size(238, 22);
this.toolStripMenuItem8.Text = "M_TOGGLEBOOKMARK";
this.toolStripMenuItem8.Click += new System.EventHandler(this.toolStripMenuItem8_Click);
//
// mGOTONEXTBOOKMARKToolStripMenuItem
//
this.mGOTONEXTBOOKMARKToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("mGOTONEXTBOOKMARKToolStripMenuItem.Image")));
this.mGOTONEXTBOOKMARKToolStripMenuItem.Name = "mGOTONEXTBOOKMARKToolStripMenuItem";
this.mGOTONEXTBOOKMARKToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2;
this.mGOTONEXTBOOKMARKToolStripMenuItem.Size = new System.Drawing.Size(238, 22);
this.mGOTONEXTBOOKMARKToolStripMenuItem.Text = "M_GOTONEXTBOOKMARK";
this.mGOTONEXTBOOKMARKToolStripMenuItem.Click += new System.EventHandler(this.mGOTONEXTBOOKMARKToolStripMenuItem_Click);
//
// mGOTOPREVBOOKMARKToolStripMenuItem
//
this.mGOTOPREVBOOKMARKToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("mGOTOPREVBOOKMARKToolStripMenuItem.Image")));
this.mGOTOPREVBOOKMARKToolStripMenuItem.Name = "mGOTOPREVBOOKMARKToolStripMenuItem";
this.mGOTOPREVBOOKMARKToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F2)));
this.mGOTOPREVBOOKMARKToolStripMenuItem.Size = new System.Drawing.Size(238, 22);
this.mGOTOPREVBOOKMARKToolStripMenuItem.Text = "M_GOTOPREVBOOKMARK";
this.mGOTOPREVBOOKMARKToolStripMenuItem.Click += new System.EventHandler(this.mGOTOPREVBOOKMARKToolStripMenuItem_Click);
//
// mCLEARBOOKMARKSToolStripMenuItem
//
this.mCLEARBOOKMARKSToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("mCLEARBOOKMARKSToolStripMenuItem.Image")));
this.mCLEARBOOKMARKSToolStripMenuItem.Name = "mCLEARBOOKMARKSToolStripMenuItem";
this.mCLEARBOOKMARKSToolStripMenuItem.Size = new System.Drawing.Size(238, 22);
this.mCLEARBOOKMARKSToolStripMenuItem.Text = "M_CLEARBOOKMARKS";
this.mCLEARBOOKMARKSToolStripMenuItem.Click += new System.EventHandler(this.mCLEARBOOKMARKSToolStripMenuItem_Click);
//
// mrView
//
this.mrView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miClearOutput,
this.toolStripSeparator10,
this.miOutputWindow,
this.tsShowOutputWindow,
this.tsShowErrorsListWindow,
this.tsShowCompilerConsoleWindow,
this.tsShowFindSymbolsResultWindow,
this.tsShowDebugVariablesListWindow,
this.tsShowDebugWatchListWindow,
this.tsDisassembly,
this.tsImmediateWindow,
this.toolStripMenuItem12,
this.tsViewIntellisensePanel,
this.miProjectExplorer,
this.miToolBox,
this.miProperties,
this.toolStripSeparator11,
this.miNavigBack,
this.miNavigForw});
this.mrView.Name = "mrView";
this.mrView.ShortcutKeys = System.Windows.Forms.Keys.F5;
this.mrView.Size = new System.Drawing.Size(66, 20);
this.mrView.Text = "MR_VIEW";
//
// miClearOutput
//
this.miClearOutput.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.miClearOutput.Name = "miClearOutput";
this.miClearOutput.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete)));
this.miClearOutput.Size = new System.Drawing.Size(216, 22);
this.miClearOutput.Text = "M_CLEAROUTPUT";
this.miClearOutput.Click += new System.EventHandler(this.miClearOutputWindow_Click);
//
// toolStripSeparator10
//
this.toolStripSeparator10.Name = "toolStripSeparator10";
this.toolStripSeparator10.Size = new System.Drawing.Size(213, 6);
//
// miOutputWindow
//
this.miOutputWindow.Checked = true;
this.miOutputWindow.CheckOnClick = true;
this.miOutputWindow.CheckState = System.Windows.Forms.CheckState.Checked;
this.miOutputWindow.Image = ((System.Drawing.Image)(resources.GetObject("miOutputWindow.Image")));
this.miOutputWindow.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.miOutputWindow.Name = "miOutputWindow";
this.miOutputWindow.ShortcutKeys = System.Windows.Forms.Keys.F5;
this.miOutputWindow.Size = new System.Drawing.Size(216, 22);
this.miOutputWindow.Text = "M_BOTTOMPANEL";
this.miOutputWindow.Click += new System.EventHandler(this.miOutputWindow_Click);
//
// tsShowOutputWindow
//
this.tsShowOutputWindow.Image = global::VisualPascalABC.Properties.Resources.Icons_16x16_Window_Output;
this.tsShowOutputWindow.Name = "tsShowOutputWindow";
this.tsShowOutputWindow.Size = new System.Drawing.Size(216, 22);
this.tsShowOutputWindow.Text = "M_OUTPUTWINDOW";
this.tsShowOutputWindow.Click += new System.EventHandler(this.tsShowOutputWindow_Click);
//
// tsShowErrorsListWindow
//
this.tsShowErrorsListWindow.Image = global::VisualPascalABC.Properties.Resources.Icons_16x16_Window_ErrorList;
this.tsShowErrorsListWindow.Name = "tsShowErrorsListWindow";
this.tsShowErrorsListWindow.Size = new System.Drawing.Size(216, 22);
this.tsShowErrorsListWindow.Text = "TP_ERRORSLIST";
this.tsShowErrorsListWindow.Click += new System.EventHandler(this.tsShowErrorsListWindow_Click);
//
// tsShowCompilerConsoleWindow
//
this.tsShowCompilerConsoleWindow.Image = global::VisualPascalABC.Properties.Resources.Icons_16x16_Window_CompilerConsole;
this.tsShowCompilerConsoleWindow.Name = "tsShowCompilerConsoleWindow";
this.tsShowCompilerConsoleWindow.Size = new System.Drawing.Size(216, 22);
this.tsShowCompilerConsoleWindow.Text = "TP_COMPILERMESSAGES";
this.tsShowCompilerConsoleWindow.Click += new System.EventHandler(this.tsShowCompilerConsoleWindow_Click);
//
// tsShowFindSymbolsResultWindow
//
this.tsShowFindSymbolsResultWindow.Image = global::VisualPascalABC.Properties.Resources.Icons_16x16_Window_FindSymbolResult;
this.tsShowFindSymbolsResultWindow.Name = "tsShowFindSymbolsResultWindow";
this.tsShowFindSymbolsResultWindow.Size = new System.Drawing.Size(216, 22);
this.tsShowFindSymbolsResultWindow.Text = "TP_FIND_SYMBOL_RESULTS";
this.tsShowFindSymbolsResultWindow.Click += new System.EventHandler(this.tsShowFindSymbolsResultWindow_Click);
//
// tsShowDebugVariablesListWindow
//
this.tsShowDebugVariablesListWindow.Image = global::VisualPascalABC.Properties.Resources.Icons_16x16_Window_DebugVariablesList;
this.tsShowDebugVariablesListWindow.Name = "tsShowDebugVariablesListWindow";
this.tsShowDebugVariablesListWindow.Size = new System.Drawing.Size(216, 22);
this.tsShowDebugVariablesListWindow.Text = "TP_VARLIST";
this.tsShowDebugVariablesListWindow.Click += new System.EventHandler(this.tsShowDebugVariablesListWindow_Click);
//
// tsShowDebugWatchListWindow
//
this.tsShowDebugWatchListWindow.Image = global::VisualPascalABC.Properties.Resources.Icons_16x16_Window_DebugWatches;
this.tsShowDebugWatchListWindow.Name = "tsShowDebugWatchListWindow";
this.tsShowDebugWatchListWindow.Size = new System.Drawing.Size(216, 22);
this.tsShowDebugWatchListWindow.Text = "TP_WATCHLIST";
this.tsShowDebugWatchListWindow.Click += new System.EventHandler(this.tsShowDebugWatchListWindow_Click);
//
// tsDisassembly
//
this.tsDisassembly.Image = ((System.Drawing.Image)(resources.GetObject("tsDisassembly.Image")));
this.tsDisassembly.Name = "tsDisassembly";
this.tsDisassembly.Size = new System.Drawing.Size(216, 22);
this.tsDisassembly.Text = "TP_DISASSEMBLY";
this.tsDisassembly.Visible = false;
this.tsDisassembly.Click += new System.EventHandler(this.tsDisassembly_Click);
//
// tsImmediateWindow
//
this.tsImmediateWindow.Image = global::VisualPascalABC.Properties.Resources.Icons_16x16_Window_Immediate;
this.tsImmediateWindow.Name = "tsImmediateWindow";
this.tsImmediateWindow.Size = new System.Drawing.Size(216, 22);
this.tsImmediateWindow.Text = "TP_IMMEDIATE_WINDOW";
this.tsImmediateWindow.Click += new System.EventHandler(this.TsImmediateWindowClick);
//
// toolStripMenuItem12
//
this.toolStripMenuItem12.Name = "toolStripMenuItem12";
this.toolStripMenuItem12.Size = new System.Drawing.Size(213, 6);
//
// tsViewIntellisensePanel
//
this.tsViewIntellisensePanel.CheckOnClick = true;
this.tsViewIntellisensePanel.Name = "tsViewIntellisensePanel";
this.tsViewIntellisensePanel.Size = new System.Drawing.Size(216, 22);
this.tsViewIntellisensePanel.Text = "M_INTELLISENSEPANEL";
this.tsViewIntellisensePanel.CheckedChanged += new System.EventHandler(this.tsViewIntellisensePanel_CheckedChanged);
//
// miProjectExplorer
//
this.miProjectExplorer.Name = "miProjectExplorer";
this.miProjectExplorer.Size = new System.Drawing.Size(216, 22);
this.miProjectExplorer.Text = "M_PROJECTEXPLORER";
this.miProjectExplorer.Visible = false;
this.miProjectExplorer.Click += new System.EventHandler(this.miProjectExplorer_Click);
//
// miToolBox
//
this.miToolBox.Name = "miToolBox";
this.miToolBox.Size = new System.Drawing.Size(216, 22);
this.miToolBox.Text = "M_TOOLBOX";
this.miToolBox.Visible = false;
this.miToolBox.Click += new System.EventHandler(this.miToolBox_Click);
//
// miProperties
//
this.miProperties.Name = "miProperties";
this.miProperties.Size = new System.Drawing.Size(216, 22);
this.miProperties.Text = "M_PROPERTIES";
this.miProperties.Visible = false;
this.miProperties.Click += new System.EventHandler(this.miProperties_Click);
//
// toolStripSeparator11
//
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(213, 6);
//
// miNavigBack
//
this.miNavigBack.Image = ((System.Drawing.Image)(resources.GetObject("miNavigBack.Image")));
this.miNavigBack.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.miNavigBack.Name = "miNavigBack";
this.miNavigBack.ShortcutKeyDisplayString = "Ctrl+-";
this.miNavigBack.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.OemMinus)));
this.miNavigBack.Size = new System.Drawing.Size(216, 22);
this.miNavigBack.Text = "M_NAVIGBACK";
this.miNavigBack.Click += new System.EventHandler(this.tsNavigBack_Click);
//
// miNavigForw
//
this.miNavigForw.Image = ((System.Drawing.Image)(resources.GetObject("miNavigForw.Image")));
this.miNavigForw.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.miNavigForw.Name = "miNavigForw";
this.miNavigForw.ShortcutKeyDisplayString = "Ctrl+Shift+-";
this.miNavigForw.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.OemMinus)));
this.miNavigForw.Size = new System.Drawing.Size(216, 22);
this.miNavigForw.Text = "M_NAVIGFORW";
this.miNavigForw.Click += new System.EventHandler(this.tsNavigForw_Click);
//
// mRPROJECTToolStripMenuItem
//
this.mRPROJECTToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mADDFILEToolStripMenuItem,
this.mADDEXISTFILEToolStripMenuItem,
this.mADDFORMToolStripMenuItem,
this.toolStripMenuItem6,
this.mADDREFERENCEToolStripMenuItem,
this.mPROPERTIESToolStripMenuItem});
this.mRPROJECTToolStripMenuItem.Name = "mRPROJECTToolStripMenuItem";
this.mRPROJECTToolStripMenuItem.Size = new System.Drawing.Size(85, 20);
this.mRPROJECTToolStripMenuItem.Text = "MR_PROJECT";
//
// mADDFILEToolStripMenuItem
//
this.mADDFILEToolStripMenuItem.Name = "mADDFILEToolStripMenuItem";
this.mADDFILEToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
this.mADDFILEToolStripMenuItem.Text = "M_ADD_NEW_FILE";
this.mADDFILEToolStripMenuItem.Click += new System.EventHandler(this.mADDFILEToolStripMenuItem_Click);
//
// mADDEXISTFILEToolStripMenuItem
//
this.mADDEXISTFILEToolStripMenuItem.Name = "mADDEXISTFILEToolStripMenuItem";
this.mADDEXISTFILEToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
this.mADDEXISTFILEToolStripMenuItem.Text = "M_ADD_EXIST_FILE";
this.mADDEXISTFILEToolStripMenuItem.Click += new System.EventHandler(this.mADDEXISTFILEToolStripMenuItem_Click);
//
// mADDFORMToolStripMenuItem
//
this.mADDFORMToolStripMenuItem.Name = "mADDFORMToolStripMenuItem";
this.mADDFORMToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
this.mADDFORMToolStripMenuItem.Text = "M_ADD_FORM";
this.mADDFORMToolStripMenuItem.Click += new System.EventHandler(this.mADDFORMToolStripMenuItem_Click);
//
// toolStripMenuItem6
//
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
this.toolStripMenuItem6.Size = new System.Drawing.Size(198, 6);
//
// mADDREFERENCEToolStripMenuItem
//
this.mADDREFERENCEToolStripMenuItem.Name = "mADDREFERENCEToolStripMenuItem";
this.mADDREFERENCEToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
this.mADDREFERENCEToolStripMenuItem.Text = "M_ADD_REFERENCE";
this.mADDREFERENCEToolStripMenuItem.Click += new System.EventHandler(this.mADDREFERENCEToolStripMenuItem_Click);
//
// mPROPERTIESToolStripMenuItem
//
this.mPROPERTIESToolStripMenuItem.Name = "mPROPERTIESToolStripMenuItem";
this.mPROPERTIESToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
this.mPROPERTIESToolStripMenuItem.Text = "M_PROJECT_PROPERTIES";
this.mPROPERTIESToolStripMenuItem.Click += new System.EventHandler(this.mPROPERTIESToolStripMenuItem_Click);
//
// mrProgram
//
this.mrProgram.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miRun,
this.miRunNoDebug,
this.mRUNPARAMETERSToolStripMenuItem1,
this.miStop,
this.toolStripMenuItem13,
this.miBuild,
this.miRebuild,
this.miAddExpr});
this.mrProgram.Name = "mrProgram";
this.mrProgram.ShortcutKeys = System.Windows.Forms.Keys.F8;
this.mrProgram.Size = new System.Drawing.Size(90, 20);
this.mrProgram.Text = "MR_PROGRAM";
//
// miRun
//
this.miRun.Image = global::VisualPascalABC.Properties.Resources.start;
this.miRun.ImageTransparentColor = System.Drawing.Color.Maroon;
this.miRun.Name = "miRun";
this.miRun.ShortcutKeys = System.Windows.Forms.Keys.F9;
this.miRun.Size = new System.Drawing.Size(212, 22);
this.miRun.Text = "M_RUN_DEBUG";
this.miRun.Click += new System.EventHandler(this.StartMenuItem_Click);
//
// miRunNoDebug
//
this.miRunNoDebug.Image = ((System.Drawing.Image)(resources.GetObject("miRunNoDebug.Image")));
this.miRunNoDebug.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.miRunNoDebug.Name = "miRunNoDebug";
this.miRunNoDebug.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F9)));
this.miRunNoDebug.Size = new System.Drawing.Size(212, 22);
this.miRunNoDebug.Text = "M_RUN_NODEBUG";
this.miRunNoDebug.Click += new System.EventHandler(this.miRunNoDebug_Click);
//
// mRUNPARAMETERSToolStripMenuItem1
//
this.mRUNPARAMETERSToolStripMenuItem1.Name = "mRUNPARAMETERSToolStripMenuItem1";
this.mRUNPARAMETERSToolStripMenuItem1.Size = new System.Drawing.Size(212, 22);
this.mRUNPARAMETERSToolStripMenuItem1.Text = "M_RUN_PARAMETERS";
this.mRUNPARAMETERSToolStripMenuItem1.Click += new System.EventHandler(this.mRUNPARAMETERSToolStripMenuItem1_Click);
//
// miStop
//
this.miStop.Image = global::VisualPascalABC.Properties.Resources.stop;
this.miStop.ImageTransparentColor = System.Drawing.Color.Maroon;
this.miStop.Name = "miStop";
this.miStop.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F2)));
this.miStop.Size = new System.Drawing.Size(212, 22);
this.miStop.Text = "M_STOP";
this.miStop.Click += new System.EventHandler(this.miStop_Click);
//
// toolStripMenuItem13
//
this.toolStripMenuItem13.Name = "toolStripMenuItem13";
this.toolStripMenuItem13.Size = new System.Drawing.Size(209, 6);
//
// miBuild
//
this.miBuild.Image = ((System.Drawing.Image)(resources.GetObject("miBuild.Image")));
this.miBuild.ImageTransparentColor = System.Drawing.Color.Red;
this.miBuild.Name = "miBuild";
this.miBuild.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F9)));
this.miBuild.Size = new System.Drawing.Size(212, 22);
this.miBuild.Text = "M_BUILD";
this.miBuild.Click += new System.EventHandler(this.toolStripButton10_Click);
//
// miRebuild
//
this.miRebuild.Image = ((System.Drawing.Image)(resources.GetObject("miRebuild.Image")));
this.miRebuild.ImageTransparentColor = System.Drawing.Color.Red;
this.miRebuild.Name = "miRebuild";
this.miRebuild.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.F9)));
this.miRebuild.Size = new System.Drawing.Size(212, 22);
this.miRebuild.Text = "M_REBUILD";
this.miRebuild.Click += new System.EventHandler(this.toolStripButton12_Click);
//
// miAddExpr
//
this.miAddExpr.Name = "miAddExpr";
this.miAddExpr.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F5)));
this.miAddExpr.Size = new System.Drawing.Size(212, 22);
this.miAddExpr.Text = "M_ADD_EXPR";
this.miAddExpr.Visible = false;
this.miAddExpr.Click += new System.EventHandler(this.miAddExpr_Click);
//
// mrDesigner
//
this.mrDesigner.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miShowGrid,
this.miSnapToGrid,
this.miAlign,
this.miCenter,
this.miSizeTo,
this.miZOrder,
this.miTabOrder});
this.mrDesigner.Name = "mrDesigner";
this.mrDesigner.Size = new System.Drawing.Size(90, 20);
this.mrDesigner.Text = "MR_DESIGNER";
this.mrDesigner.Visible = false;
//
// miShowGrid
//
this.miShowGrid.Name = "miShowGrid";
this.miShowGrid.Size = new System.Drawing.Size(165, 22);
this.miShowGrid.Text = "M_SHOW_GRID";
this.miShowGrid.Visible = false;
this.miShowGrid.Click += new System.EventHandler(this.miShowGrid_Click);
//
// miSnapToGrid
//
this.miSnapToGrid.Name = "miSnapToGrid";
this.miSnapToGrid.Size = new System.Drawing.Size(165, 22);
this.miSnapToGrid.Text = "M_SNAP_TO_GRID";
this.miSnapToGrid.Visible = false;
this.miSnapToGrid.Click += new System.EventHandler(this.miSnapToGrid_Click);
//
// miAlign
//
this.miAlign.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miAlignLefts,
this.miAlignRights,
this.miAlignTops,
this.miAlignBottoms,
this.miAlignMiddles,
this.miAlignCenters,
this.miAlignToGrid});
this.miAlign.Name = "miAlign";
this.miAlign.Size = new System.Drawing.Size(165, 22);
this.miAlign.Text = "M_ALIGN";
//
// miAlignLefts
//
this.miAlignLefts.Name = "miAlignLefts";
this.miAlignLefts.Size = new System.Drawing.Size(172, 22);
this.miAlignLefts.Text = "M_ALIGN_LEFTS";
//
// miAlignRights
//
this.miAlignRights.Name = "miAlignRights";
this.miAlignRights.Size = new System.Drawing.Size(172, 22);
this.miAlignRights.Text = "M_ALIGN_RIGHTS";
//
// miAlignTops
//
this.miAlignTops.Name = "miAlignTops";
this.miAlignTops.Size = new System.Drawing.Size(172, 22);
this.miAlignTops.Text = "M_ALIGN_TOPS";
//
// miAlignBottoms
//
this.miAlignBottoms.Name = "miAlignBottoms";
this.miAlignBottoms.Size = new System.Drawing.Size(172, 22);
this.miAlignBottoms.Text = "M_ALIGN_BOTTOMS";
//
// miAlignMiddles
//
this.miAlignMiddles.Name = "miAlignMiddles";
this.miAlignMiddles.Size = new System.Drawing.Size(172, 22);
this.miAlignMiddles.Text = "M_ALIGN_MIDDLES";
//
// miAlignCenters
//
this.miAlignCenters.Name = "miAlignCenters";
this.miAlignCenters.Size = new System.Drawing.Size(172, 22);
this.miAlignCenters.Text = "M_ALIGN_CENTERS";
//
// miAlignToGrid
//
this.miAlignToGrid.Name = "miAlignToGrid";
this.miAlignToGrid.Size = new System.Drawing.Size(172, 22);
this.miAlignToGrid.Text = "M_ALIGN_TO_GRID";
//
// miCenter
//
this.miCenter.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miCenterHorizontally,
this.miCenterVertically});
this.miCenter.Name = "miCenter";
this.miCenter.Size = new System.Drawing.Size(165, 22);
this.miCenter.Text = "M_CENTER";
//
// miCenterHorizontally
//
this.miCenterHorizontally.Name = "miCenterHorizontally";
this.miCenterHorizontally.Size = new System.Drawing.Size(209, 22);
this.miCenterHorizontally.Text = "M_CENTER_HORIZONTALLY";
//
// miCenterVertically
//
this.miCenterVertically.Name = "miCenterVertically";
this.miCenterVertically.Size = new System.Drawing.Size(209, 22);
this.miCenterVertically.Text = "M_CENTER_VERTICALLY";
//
// miSizeTo
//
this.miSizeTo.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miSizeToControl,
this.miSizeToControlWidth,
this.miSizeToControlHeight,
this.miSizeToGrid});
this.miSizeTo.Name = "miSizeTo";
this.miSizeTo.Size = new System.Drawing.Size(165, 22);
this.miSizeTo.Text = "M_SIZE_TO";
//
// miSizeToControl
//
this.miSizeToControl.Name = "miSizeToControl";
this.miSizeToControl.Size = new System.Drawing.Size(227, 22);
this.miSizeToControl.Text = "M_SIZE_TO_CONTROL";
//
// miSizeToControlWidth
//
this.miSizeToControlWidth.Name = "miSizeToControlWidth";
this.miSizeToControlWidth.Size = new System.Drawing.Size(227, 22);
this.miSizeToControlWidth.Text = "M_SIZE_TO_CONTROL_WIDTH";
//
// miSizeToControlHeight
//
this.miSizeToControlHeight.Name = "miSizeToControlHeight";
this.miSizeToControlHeight.Size = new System.Drawing.Size(227, 22);
this.miSizeToControlHeight.Text = "M_SIZE_TO_CONTROL_HEIGHT";
//
// miSizeToGrid
//
this.miSizeToGrid.Name = "miSizeToGrid";
this.miSizeToGrid.Size = new System.Drawing.Size(227, 22);
this.miSizeToGrid.Text = "M_SIZE_TO_GRID";
//
// miZOrder
//
this.miZOrder.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.miBringToFront,
this.miSendToBack});
this.miZOrder.Name = "miZOrder";
this.miZOrder.Size = new System.Drawing.Size(165, 22);
this.miZOrder.Text = "M_Z_ORDER";
//
// miBringToFront
//
this.miBringToFront.Name = "miBringToFront";
this.miBringToFront.Size = new System.Drawing.Size(179, 22);
this.miBringToFront.Text = "M_BRING_TO_FRONT";
//
// miSendToBack
//
this.miSendToBack.Name = "miSendToBack";
this.miSendToBack.Size = new System.Drawing.Size(179, 22);
this.miSendToBack.Text = "M_SEND_TO_BACK";
//
// miTabOrder
//
this.miTabOrder.Name = "miTabOrder";
this.miTabOrder.Size = new System.Drawing.Size(165, 22);
this.miTabOrder.Text = "M_TAB_ORDER";
this.miTabOrder.Click += new System.EventHandler(this.miTabOrder_Click);
//
// mrService
//
this.mrService.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mOPTIONSToolStripMenuItem,
this.tssmIntellisence,
this.mAUTOINSERTToolStripMenuItem,
this.tsGotoDefinition,
this.tsGotoRealization,
this.tsFindAllReferences,
this.miGenerateRealization,
this.mFORMATToolStripMenuItem,
this.mUNITTESTSToolStripMenuItem});
this.mrService.Name = "mrService";
this.mrService.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.D)));
this.mrService.Size = new System.Drawing.Size(82, 20);
this.mrService.Text = "MR_SERVICE";
//
// mOPTIONSToolStripMenuItem
//
this.mOPTIONSToolStripMenuItem.Image = global::VisualPascalABC.Properties.Resources.Icons_16x16_Options;
this.mOPTIONSToolStripMenuItem.Name = "mOPTIONSToolStripMenuItem";
this.mOPTIONSToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
this.mOPTIONSToolStripMenuItem.Text = "M_OPTIONS";
this.mOPTIONSToolStripMenuItem.Click += new System.EventHandler(this.mOPTIONSToolStripMenuItem_Click);
//
// tssmIntellisence
//
this.tssmIntellisence.Name = "tssmIntellisence";
this.tssmIntellisence.Size = new System.Drawing.Size(279, 6);
//
// mAUTOINSERTToolStripMenuItem
//
this.mAUTOINSERTToolStripMenuItem.Image = global::VisualPascalABC.Properties.Resources.AutoInsertCode;
this.mAUTOINSERTToolStripMenuItem.Name = "mAUTOINSERTToolStripMenuItem";
this.mAUTOINSERTToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
this.mAUTOINSERTToolStripMenuItem.Text = "M_AUTOINSERT_CODE";
this.mAUTOINSERTToolStripMenuItem.Click += new System.EventHandler(this.mAUTOINSERTToolStripMenuItem_Click);
//
// tsGotoDefinition
//
this.tsGotoDefinition.Enabled = false;
this.tsGotoDefinition.Image = ((System.Drawing.Image)(resources.GetObject("tsGotoDefinition.Image")));
this.tsGotoDefinition.Name = "tsGotoDefinition";
this.tsGotoDefinition.ShortcutKeyDisplayString = "Ctrl+Enter";
this.tsGotoDefinition.Size = new System.Drawing.Size(282, 22);
this.tsGotoDefinition.Text = "M_GOTO_DEFINITION";
//
// tsGotoRealization
//
this.tsGotoRealization.Enabled = false;
this.tsGotoRealization.Image = ((System.Drawing.Image)(resources.GetObject("tsGotoRealization.Image")));
this.tsGotoRealization.Name = "tsGotoRealization";
this.tsGotoRealization.Size = new System.Drawing.Size(282, 22);
this.tsGotoRealization.Text = "M_GOTO_REALIZATION";
//
// tsFindAllReferences
//
this.tsFindAllReferences.Name = "tsFindAllReferences";
this.tsFindAllReferences.Size = new System.Drawing.Size(282, 22);
this.tsFindAllReferences.Text = "M_FIND_ALL_REFERENCES";
this.tsFindAllReferences.Click += new System.EventHandler(this.tsFindAllReferences_Click);
//
// miGenerateRealization
//
this.miGenerateRealization.Image = ((System.Drawing.Image)(resources.GetObject("miGenerateRealization.Image")));
this.miGenerateRealization.Name = "miGenerateRealization";
this.miGenerateRealization.ShortcutKeyDisplayString = "";
this.miGenerateRealization.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.C)));
this.miGenerateRealization.Size = new System.Drawing.Size(282, 22);
this.miGenerateRealization.Text = "M_GENERATE_REALIZATION";
//
// mFORMATToolStripMenuItem
//
this.mFORMATToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("mFORMATToolStripMenuItem.Image")));
this.mFORMATToolStripMenuItem.Name = "mFORMATToolStripMenuItem";
this.mFORMATToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.F)));
this.mFORMATToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
this.mFORMATToolStripMenuItem.Text = "M_FORMAT";
this.mFORMATToolStripMenuItem.Click += new System.EventHandler(this.mFORMATToolStripMenuItem_Click);
//
// mUNITTESTSToolStripMenuItem
//
this.mUNITTESTSToolStripMenuItem.Name = "mUNITTESTSToolStripMenuItem";
this.mUNITTESTSToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.T)));
this.mUNITTESTSToolStripMenuItem.Size = new System.Drawing.Size(282, 22);
this.mUNITTESTSToolStripMenuItem.Text = "M_UNIT_TESTS";
this.mUNITTESTSToolStripMenuItem.Click += new System.EventHandler(this.mUNITTESTSToolStripMenuItem_Click);
//
// miPlugins
//
this.miPlugins.Name = "miPlugins";
this.miPlugins.Size = new System.Drawing.Size(82, 20);
this.miPlugins.Text = "MR_PLUGINS";
this.miPlugins.Visible = false;
//
// mrHelp
//
this.mrHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsHelp,
this.mDOTNETHELPToolStripMenuItem,
this.mMAINFEATURESToolStripMenuItem,
this.toolStripMenuItem1,
this.toolStripMenuItem5,
this.toolStripSeparator6,
this.miCheckUpdates,
this.miAbout});
this.mrHelp.Name = "mrHelp";
this.mrHelp.Size = new System.Drawing.Size(64, 20);
this.mrHelp.Text = "MR_HELP";
//
// tsHelp
//
this.tsHelp.Name = "tsHelp";
this.tsHelp.ShortcutKeyDisplayString = "F1";
this.tsHelp.Size = new System.Drawing.Size(166, 22);
this.tsHelp.Text = "M_HELP";
this.tsHelp.Click += new System.EventHandler(this.tsHelp_Click);
//
// mDOTNETHELPToolStripMenuItem
//
this.mDOTNETHELPToolStripMenuItem.Name = "mDOTNETHELPToolStripMenuItem";
this.mDOTNETHELPToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.mDOTNETHELPToolStripMenuItem.Text = "M_DOTNET_HELP";
this.mDOTNETHELPToolStripMenuItem.Click += new System.EventHandler(this.mDOTNETHELPToolStripMenuItem_Click);
//
// mMAINFEATURESToolStripMenuItem
//
this.mMAINFEATURESToolStripMenuItem.Name = "mMAINFEATURESToolStripMenuItem";
this.mMAINFEATURESToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.mMAINFEATURESToolStripMenuItem.Text = "M_MAINFEATURES";
this.mMAINFEATURESToolStripMenuItem.Click += new System.EventHandler(this.mMAINFEATURESToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
this.toolStripMenuItem1.Text = "M_OPENSAMPLES";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click_1);
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(166, 22);
this.toolStripMenuItem5.Text = "M_OPENTUTORIAL";
this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(163, 6);
//
// miCheckUpdates
//
this.miCheckUpdates.Name = "miCheckUpdates";
this.miCheckUpdates.Size = new System.Drawing.Size(166, 22);
this.miCheckUpdates.Text = "M_CHECKUPDATES";
this.miCheckUpdates.Click += new System.EventHandler(this.miCheckUpdates_Click);
//
// miAbout
//
this.miAbout.Name = "miAbout";
this.miAbout.Size = new System.Drawing.Size(166, 22);
this.miAbout.Text = "M_ABOUT";
this.miAbout.Click += new System.EventHandler(this.miAboutToolStripMenuItem_Click);
//
// toolStrip1
//
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tbNew,
this.tbOpen,
this.tbSave,
this.tbSaveAll,
this.toolStripSeparator1,
this.tsCut,
this.tsCopy,
this.tsPaste,
this.toolStripSeparator2,
this.tsUndo,
this.tsRedo,
this.tsNavigBack,
this.tsNavigForw,
this.toolStripSeparator3,
this.StartButton,
this.StartNoDebugButton,
this.stopButton,
this.CompileButton,
this.ReCompileButton,
this.tssRunStopSeparator,
this.tsOutputWindow,
this.tsAutoInsertCode,
this.toolStripButton1,
this.toolStripSeparator13,
this.tsFormat,
this.toolStripSeparator4,
this.tstaSelect,
this.toolStripButton16,
this.toolStripButton17,
this.toolStripButton19,
this.toolStripSeparator7});
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(876, 23);
this.toolStrip1.Stretch = true;
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
//
// tbNew
//
this.tbNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tbNew.Image = global::VisualPascalABC.Properties.Resources.new_file;
this.tbNew.ImageTransparentColor = System.Drawing.Color.Maroon;
this.tbNew.Name = "tbNew";
this.tbNew.Size = new System.Drawing.Size(23, 20);
this.tbNew.ToolTipText = "M_NEW";
this.tbNew.Click += new System.EventHandler(this.miNew_Click);
//
// tbOpen
//
this.tbOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tbOpen.Image = ((System.Drawing.Image)(resources.GetObject("tbOpen.Image")));
this.tbOpen.ImageTransparentColor = System.Drawing.Color.Maroon;
this.tbOpen.Name = "tbOpen";
this.tbOpen.Size = new System.Drawing.Size(23, 20);
this.tbOpen.Text = "M_OPEN";
this.tbOpen.Click += new System.EventHandler(this.OpenToolStripMenuItem1_Click_1);
//
// tbSave
//
this.tbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tbSave.Enabled = false;
this.tbSave.Image = ((System.Drawing.Image)(resources.GetObject("tbSave.Image")));
this.tbSave.ImageTransparentColor = System.Drawing.Color.Maroon;
this.tbSave.Name = "tbSave";
this.tbSave.Size = new System.Drawing.Size(23, 20);
this.tbSave.Text = "M_SAVE";
this.tbSave.Click += new System.EventHandler(this.miSave_Click);
//
// tbSaveAll
//
this.tbSaveAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tbSaveAll.Enabled = false;
this.tbSaveAll.Image = ((System.Drawing.Image)(resources.GetObject("tbSaveAll.Image")));
this.tbSaveAll.ImageTransparentColor = System.Drawing.Color.Maroon;
this.tbSaveAll.Name = "tbSaveAll";
this.tbSaveAll.Size = new System.Drawing.Size(23, 20);
this.tbSaveAll.ToolTipText = "M_SAVEALL";
this.tbSaveAll.Click += new System.EventHandler(this.miSaveAll_Click_1);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 23);
//
// tsCut
//
this.tsCut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsCut.Image = ((System.Drawing.Image)(resources.GetObject("tsCut.Image")));
this.tsCut.ImageTransparentColor = System.Drawing.Color.Maroon;
this.tsCut.Name = "tsCut";
this.tsCut.Size = new System.Drawing.Size(23, 20);
this.tsCut.ToolTipText = "M_CUT";
this.tsCut.Click += new System.EventHandler(this.miCurt_Click);
//
// tsCopy
//
this.tsCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsCopy.Image = ((System.Drawing.Image)(resources.GetObject("tsCopy.Image")));
this.tsCopy.ImageTransparentColor = System.Drawing.Color.Maroon;
this.tsCopy.Name = "tsCopy";
this.tsCopy.Size = new System.Drawing.Size(23, 20);
this.tsCopy.Text = "Копировать(Ctrl+C)";
this.tsCopy.ToolTipText = "M_COPY";
this.tsCopy.Click += new System.EventHandler(this.miCopy_Click);
//
// tsPaste
//
this.tsPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsPaste.Image = ((System.Drawing.Image)(resources.GetObject("tsPaste.Image")));
this.tsPaste.ImageTransparentColor = System.Drawing.Color.Maroon;
this.tsPaste.Name = "tsPaste";
this.tsPaste.Size = new System.Drawing.Size(23, 20);
this.tsPaste.Text = "Вставить(Ctrl+V)";
this.tsPaste.ToolTipText = "M_PASTE";
this.tsPaste.Click += new System.EventHandler(this.miPaste_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23);
//
// tsUndo
//
this.tsUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsUndo.Image = ((System.Drawing.Image)(resources.GetObject("tsUndo.Image")));
this.tsUndo.ImageTransparentColor = System.Drawing.Color.Maroon;
this.tsUndo.Name = "tsUndo";
this.tsUndo.Size = new System.Drawing.Size(23, 20);
this.tsUndo.Text = "Отменить(Ctrl+Z)";
this.tsUndo.ToolTipText = "M_UNDO";
this.tsUndo.Click += new System.EventHandler(this.UndoToolStripMenuItem_Click);
//
// tsRedo
//
this.tsRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsRedo.Image = ((System.Drawing.Image)(resources.GetObject("tsRedo.Image")));
this.tsRedo.ImageTransparentColor = System.Drawing.Color.Maroon;
this.tsRedo.Name = "tsRedo";
this.tsRedo.Size = new System.Drawing.Size(23, 20);
this.tsRedo.Text = "Восстановить(Shift+Ctrl+Z)";
this.tsRedo.ToolTipText = "M_REDO";
this.tsRedo.Click += new System.EventHandler(this.RedoToolStripMenuItem_Click);
//
// tsNavigBack
//
this.tsNavigBack.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsNavigBack.Image = ((System.Drawing.Image)(resources.GetObject("tsNavigBack.Image")));
this.tsNavigBack.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsNavigBack.Name = "tsNavigBack";
this.tsNavigBack.Size = new System.Drawing.Size(23, 20);
this.tsNavigBack.Text = "toolStripButton1";
this.tsNavigBack.ToolTipText = "M_NAVIGBACK";
this.tsNavigBack.Click += new System.EventHandler(this.tsNavigBack_Click);
//
// tsNavigForw
//
this.tsNavigForw.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsNavigForw.Image = ((System.Drawing.Image)(resources.GetObject("tsNavigForw.Image")));
this.tsNavigForw.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsNavigForw.Name = "tsNavigForw";
this.tsNavigForw.Size = new System.Drawing.Size(23, 20);
this.tsNavigForw.Text = "toolStripButton3";
this.tsNavigForw.ToolTipText = "M_NAVIGFORW";
this.tsNavigForw.Click += new System.EventHandler(this.tsNavigForw_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 23);
//
// StartButton
//
this.StartButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.StartButton.Enabled = false;
this.StartButton.Image = ((System.Drawing.Image)(resources.GetObject("StartButton.Image")));
this.StartButton.ImageTransparentColor = System.Drawing.Color.Maroon;
this.StartButton.Name = "StartButton";
this.StartButton.Size = new System.Drawing.Size(23, 20);
this.StartButton.Text = "Выполнить программу(F9)";
this.StartButton.ToolTipText = "M_RUN_DEBUG";
this.StartButton.Click += new System.EventHandler(this.StartMenuItem_Click);
this.StartButton.EnabledChanged += new System.EventHandler(this.StartButton_EnabledChanged);
//
// StartNoDebugButton
//
this.StartNoDebugButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.StartNoDebugButton.Enabled = false;
this.StartNoDebugButton.Image = ((System.Drawing.Image)(resources.GetObject("StartNoDebugButton.Image")));
this.StartNoDebugButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.StartNoDebugButton.Name = "StartNoDebugButton";
this.StartNoDebugButton.Size = new System.Drawing.Size(23, 20);
this.StartNoDebugButton.ToolTipText = "M_RUN_NODEBUG";
this.StartNoDebugButton.Visible = false;
this.StartNoDebugButton.Click += new System.EventHandler(this.miRunNoDebug_Click);
//
// stopButton
//
this.stopButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.stopButton.Enabled = false;
this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
this.stopButton.ImageTransparentColor = System.Drawing.Color.Maroon;
this.stopButton.Name = "stopButton";
this.stopButton.Size = new System.Drawing.Size(23, 20);
this.stopButton.ToolTipText = "M_STOP";
this.stopButton.Click += new System.EventHandler(this.miStop_Click);
//
// CompileButton
//
this.CompileButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.CompileButton.Enabled = false;
this.CompileButton.Image = ((System.Drawing.Image)(resources.GetObject("CompileButton.Image")));
this.CompileButton.ImageTransparentColor = System.Drawing.Color.Red;
this.CompileButton.Name = "CompileButton";
this.CompileButton.Size = new System.Drawing.Size(23, 20);
this.CompileButton.Text = "Компилировать";
this.CompileButton.ToolTipText = "M_BUILD";
this.CompileButton.Click += new System.EventHandler(this.toolStripButton10_Click);
this.CompileButton.EnabledChanged += new System.EventHandler(this.CompileButton_EnabledChanged);
//
// ReCompileButton
//
this.ReCompileButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ReCompileButton.Enabled = false;
this.ReCompileButton.Image = ((System.Drawing.Image)(resources.GetObject("ReCompileButton.Image")));
this.ReCompileButton.ImageTransparentColor = System.Drawing.Color.Red;
this.ReCompileButton.Name = "ReCompileButton";
this.ReCompileButton.Size = new System.Drawing.Size(23, 20);
this.ReCompileButton.Text = "Перекомпилировать";
this.ReCompileButton.ToolTipText = "M_REBUILD";
this.ReCompileButton.Visible = false;
this.ReCompileButton.Click += new System.EventHandler(this.toolStripButton12_Click);
this.ReCompileButton.EnabledChanged += new System.EventHandler(this.ReCompileButton_EnabledChanged);
//
// tssRunStopSeparator
//
this.tssRunStopSeparator.Name = "tssRunStopSeparator";
this.tssRunStopSeparator.Size = new System.Drawing.Size(6, 23);
//
// tsOutputWindow
//
this.tsOutputWindow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsOutputWindow.Image = ((System.Drawing.Image)(resources.GetObject("tsOutputWindow.Image")));
this.tsOutputWindow.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsOutputWindow.Name = "tsOutputWindow";
this.tsOutputWindow.Size = new System.Drawing.Size(23, 20);
this.tsOutputWindow.Text = "M_OUTPUTWINDOW";
this.tsOutputWindow.Click += new System.EventHandler(this.miOutputWindow_Click);
//
// tsAutoInsertCode
//
this.tsAutoInsertCode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsAutoInsertCode.Image = global::VisualPascalABC.Properties.Resources.AutoInsertCode;
this.tsAutoInsertCode.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsAutoInsertCode.Name = "tsAutoInsertCode";
this.tsAutoInsertCode.Size = new System.Drawing.Size(23, 20);
this.tsAutoInsertCode.Text = "M_AUTOINSERT_CODE";
this.tsAutoInsertCode.ToolTipText = "M_AUTOINSERT_CODE";
this.tsAutoInsertCode.Click += new System.EventHandler(this.tsAutoInsertCode_Click);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = global::VisualPascalABC.Properties.Resources.ABCHealth;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 20);
this.toolStripButton1.Text = "Здоровье PascalABC.NET программы";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripSeparator13
//
this.toolStripSeparator13.Name = "toolStripSeparator13";
this.toolStripSeparator13.Size = new System.Drawing.Size(6, 23);
//
// tsFormat
//
this.tsFormat.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsFormat.Image = global::VisualPascalABC.Properties.Resources.format;
this.tsFormat.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsFormat.Name = "tsFormat";
this.tsFormat.Size = new System.Drawing.Size(23, 20);
this.tsFormat.Text = "M_FORMAT";
this.tsFormat.Click += new System.EventHandler(this.tsFormat_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 23);
this.toolStripSeparator4.Visible = false;
//
// tstaSelect
//
this.tstaSelect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tstaSelect.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsatConsoleApplication,
this.tsatWindowsApplication,
this.tsatDll});
this.tstaSelect.Image = ((System.Drawing.Image)(resources.GetObject("tstaSelect.Image")));
this.tstaSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tstaSelect.Name = "tstaSelect";
this.tstaSelect.Size = new System.Drawing.Size(29, 20);
this.tstaSelect.Text = "AT_SELECT";
this.tstaSelect.Visible = false;
//
// tsatConsoleApplication
//
this.tsatConsoleApplication.Image = ((System.Drawing.Image)(resources.GetObject("tsatConsoleApplication.Image")));
this.tsatConsoleApplication.ImageTransparentColor = System.Drawing.Color.Red;
this.tsatConsoleApplication.Name = "tsatConsoleApplication";
this.tsatConsoleApplication.Size = new System.Drawing.Size(149, 22);
this.tsatConsoleApplication.Text = "AT_CONSOLE";
this.tsatConsoleApplication.Click += new System.EventHandler(this.tsat_Click);
//
// tsatWindowsApplication
//
this.tsatWindowsApplication.Image = ((System.Drawing.Image)(resources.GetObject("tsatWindowsApplication.Image")));
this.tsatWindowsApplication.ImageTransparentColor = System.Drawing.Color.Red;
this.tsatWindowsApplication.Name = "tsatWindowsApplication";
this.tsatWindowsApplication.Size = new System.Drawing.Size(149, 22);
this.tsatWindowsApplication.Text = "AT_WINDOWS";
this.tsatWindowsApplication.Click += new System.EventHandler(this.tsat_Click);
//
// tsatDll
//
this.tsatDll.Image = ((System.Drawing.Image)(resources.GetObject("tsatDll.Image")));
this.tsatDll.ImageTransparentColor = System.Drawing.Color.Red;
this.tsatDll.Name = "tsatDll";
this.tsatDll.Size = new System.Drawing.Size(149, 22);
this.tsatDll.Text = "AT_DLL";
this.tsatDll.Click += new System.EventHandler(this.tsat_Click);
//
// toolStripButton16
//
this.toolStripButton16.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton16.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton16.Image")));
this.toolStripButton16.ImageTransparentColor = System.Drawing.Color.Maroon;
this.toolStripButton16.Name = "toolStripButton16";
this.toolStripButton16.Size = new System.Drawing.Size(23, 20);
this.toolStripButton16.Text = "Окно вывода(F5)";
this.toolStripButton16.Visible = false;
//
// toolStripButton17
//
this.toolStripButton17.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton17.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton17.Image")));
this.toolStripButton17.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton17.Name = "toolStripButton17";
this.toolStripButton17.Size = new System.Drawing.Size(23, 20);
this.toolStripButton17.Text = "Окно выполненной программы(F6)";
this.toolStripButton17.Visible = false;
//
// toolStripButton19
//
this.toolStripButton19.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton19.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton19.Image")));
this.toolStripButton19.ImageTransparentColor = System.Drawing.Color.Maroon;
this.toolStripButton19.Name = "toolStripButton19";
this.toolStripButton19.Size = new System.Drawing.Size(23, 20);
this.toolStripButton19.Text = "Очистить вывод(Ctrl+Del)";
this.toolStripButton19.Visible = false;
this.toolStripButton19.Click += new System.EventHandler(this.toolStripButton19_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 23);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel5,
this.toolStripStatusLabel1,
this.slLine,
this.toolStripStatusLabel2,
this.slCol,
this.HealthLabel});
this.statusStrip1.Location = new System.Drawing.Point(0, 540);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 21, 0);
this.statusStrip1.Size = new System.Drawing.Size(876, 22);
this.statusStrip1.TabIndex = 4;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel5
//
this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
this.toolStripStatusLabel5.Size = new System.Drawing.Size(659, 17);
this.toolStripStatusLabel5.Spring = true;
this.toolStripStatusLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(40, 17);
this.toolStripStatusLabel1.Text = "SB_LN";
//
// slLine
//
this.slLine.Name = "slLine";
this.slLine.Size = new System.Drawing.Size(42, 17);
this.slLine.Text = " numb";
this.slLine.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(48, 17);
this.toolStripStatusLabel2.Text = "SB_COL";
//
// slCol
//
this.slCol.AutoSize = false;
this.slCol.AutoToolTip = true;
this.slCol.Name = "slCol";
this.slCol.Size = new System.Drawing.Size(46, 17);
this.slCol.Text = " numb";
this.slCol.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// HealthLabel
//
this.HealthLabel.AutoToolTip = true;
this.HealthLabel.BackColor = System.Drawing.SystemColors.Control;
this.HealthLabel.IsLink = true;
this.HealthLabel.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
this.HealthLabel.LinkColor = System.Drawing.Color.Black;
this.HealthLabel.Name = "HealthLabel";
this.HealthLabel.Size = new System.Drawing.Size(19, 17);
this.HealthLabel.Text = " ";
this.HealthLabel.ToolTipText = "Здоровье PascalABC.NET программы";
this.HealthLabel.Click += new System.EventHandler(this.HealthLabel_Click);
//
// openFileDialog1
//
this.openFileDialog1.Multiselect = true;
this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
//
// saveFileDialog1
//
this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk);
//
// printDialog1
//
this.printDialog1.UseEXDialog = true;
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.DarkRed;
this.imageList1.Images.SetKeyName(0, "");
this.imageList1.Images.SetKeyName(1, "");
this.imageList1.Images.SetKeyName(2, "");
this.imageList1.Images.SetKeyName(3, "");
this.imageList1.Images.SetKeyName(4, "");
this.imageList1.Images.SetKeyName(5, "");
this.imageList1.Images.SetKeyName(6, "");
this.imageList1.Images.SetKeyName(7, "");
this.imageList1.Images.SetKeyName(8, "");
this.imageList1.Images.SetKeyName(9, "");
this.imageList1.Images.SetKeyName(10, "");
this.imageList1.Images.SetKeyName(11, "");
this.imageList1.Images.SetKeyName(12, "");
this.imageList1.Images.SetKeyName(13, "");
this.imageList1.Images.SetKeyName(14, "");
this.imageList1.Images.SetKeyName(15, "Delete.bmp");
//
// fontDialog1
//
this.fontDialog1.ShowApply = true;
this.fontDialog1.ShowColor = true;
this.fontDialog1.Apply += new System.EventHandler(this.fontDialog1_Apply);
//
// cmClose
//
this.cmClose.Name = "cmClose";
this.cmClose.Size = new System.Drawing.Size(206, 38);
this.cmClose.Text = "M_CLOSE";
this.cmClose.Click += new System.EventHandler(this.miClose_Click);
//
// cmCloseAllButThis
//
this.cmCloseAllButThis.Name = "cmCloseAllButThis";
this.cmCloseAllButThis.Size = new System.Drawing.Size(206, 38);
this.cmCloseAllButThis.Text = "M_CLOSEALLBUTTHIS";
this.cmCloseAllButThis.Click += new System.EventHandler(this.miCloseNonActive_Click);
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cmClose,
this.cmCloseAllButThis,
this.cmSave,
this.cmSetActive});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(207, 156);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
//
// cmSave
//
this.cmSave.Image = global::VisualPascalABC.Properties.Resources.save;
this.cmSave.ImageTransparentColor = System.Drawing.Color.Maroon;
this.cmSave.Name = "cmSave";
this.cmSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.cmSave.Size = new System.Drawing.Size(206, 38);
this.cmSave.Text = "M_SAVE";
this.cmSave.Click += new System.EventHandler(this.miSave_Click);
//
// cmSetActive
//
this.cmSetActive.Name = "cmSetActive";
this.cmSetActive.Size = new System.Drawing.Size(206, 38);
this.cmSetActive.Text = "M_SET_ACTIVE";
this.cmSetActive.ToolTipText = "M_SET_ACTIVE";
this.cmSetActive.Click += new System.EventHandler(this.cmSetActive_Click);
//
// cmEditor
//
this.cmEditor.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cmGotoDefinition,
this.cmGotoRealization,
this.cmFindAllReferences,
this.cmGenerateRealization,
this.cmFormat,
this.cmCollapseRegions,
this.mNEWASPToolStripMenuItem,
this.cmsCodeCompletion,
this.cmCut,
this.cmCopy,
this.cmPaste,
this.toolStripSeparator5,
this.cmRun,
this.toolStripSeparator12,
this.cntxt_miAddExpr,
this.toolStripSeparator15,
this.cmHelp,
this.cmSamples});
this.cmEditor.Name = "cmEditor";
this.cmEditor.Size = new System.Drawing.Size(222, 336);
this.cmEditor.Opening += new System.ComponentModel.CancelEventHandler(this.cmEditor_Opening);
//
// cmGotoDefinition
//
this.cmGotoDefinition.Enabled = false;
this.cmGotoDefinition.Image = ((System.Drawing.Image)(resources.GetObject("cmGotoDefinition.Image")));
this.cmGotoDefinition.Name = "cmGotoDefinition";
this.cmGotoDefinition.Size = new System.Drawing.Size(221, 22);
this.cmGotoDefinition.Text = "M_GOTO_DEFINITION";
//
// cmGotoRealization
//
this.cmGotoRealization.Enabled = false;
this.cmGotoRealization.Image = ((System.Drawing.Image)(resources.GetObject("cmGotoRealization.Image")));
this.cmGotoRealization.Name = "cmGotoRealization";
this.cmGotoRealization.Size = new System.Drawing.Size(221, 22);
this.cmGotoRealization.Text = "M_GOTO_REALIZATION";
//
// cmFindAllReferences
//
this.cmFindAllReferences.Enabled = false;
this.cmFindAllReferences.Name = "cmFindAllReferences";
this.cmFindAllReferences.Size = new System.Drawing.Size(221, 22);
this.cmFindAllReferences.Text = "M_FIND_ALL_REFERENCES";
this.cmFindAllReferences.Click += new System.EventHandler(this.cmFindAllReferences_Click);
//
// cmGenerateRealization
//
this.cmGenerateRealization.Image = ((System.Drawing.Image)(resources.GetObject("cmGenerateRealization.Image")));
this.cmGenerateRealization.Name = "cmGenerateRealization";
this.cmGenerateRealization.Size = new System.Drawing.Size(221, 22);
this.cmGenerateRealization.Text = "M_GENERATE_REALIZATION";
this.cmGenerateRealization.Visible = false;
this.cmGenerateRealization.Click += new System.EventHandler(this.mGENERATEREALIZATIONToolStripMenuItem_Click);
//
// cmFormat
//
this.cmFormat.Image = ((System.Drawing.Image)(resources.GetObject("cmFormat.Image")));
this.cmFormat.Name = "cmFormat";
this.cmFormat.Size = new System.Drawing.Size(221, 22);
this.cmFormat.Text = "M_FORMAT";
this.cmFormat.Click += new System.EventHandler(this.cmFormat_Click);
//
// cmCollapseRegions
//
this.cmCollapseRegions.Name = "cmCollapseRegions";
this.cmCollapseRegions.Size = new System.Drawing.Size(221, 22);
this.cmCollapseRegions.Text = "M_COLLAPSE_REGIONS";
this.cmCollapseRegions.Click += new System.EventHandler(this.cmCollapseRegions_Click);
//
// mNEWASPToolStripMenuItem
//
this.mNEWASPToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("mNEWASPToolStripMenuItem.Image")));
this.mNEWASPToolStripMenuItem.Name = "mNEWASPToolStripMenuItem";
this.mNEWASPToolStripMenuItem.Size = new System.Drawing.Size(221, 22);
this.mNEWASPToolStripMenuItem.Text = "M_NEW_ASP";
this.mNEWASPToolStripMenuItem.ToolTipText = "M_NEW_ASP";
this.mNEWASPToolStripMenuItem.Click += new System.EventHandler(this.mNEWASPToolStripMenuItem_Click);
//
// cmsCodeCompletion
//
this.cmsCodeCompletion.Name = "cmsCodeCompletion";
this.cmsCodeCompletion.Size = new System.Drawing.Size(218, 6);
//
// cmCut
//
this.cmCut.Image = global::VisualPascalABC.Properties.Resources.cut;
this.cmCut.ImageTransparentColor = System.Drawing.Color.Maroon;
this.cmCut.Name = "cmCut";
this.cmCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
this.cmCut.Size = new System.Drawing.Size(221, 22);
this.cmCut.Text = "M_CUT";
this.cmCut.Click += new System.EventHandler(this.miCurt_Click);
//
// cmCopy
//
this.cmCopy.Image = global::VisualPascalABC.Properties.Resources.copy;
this.cmCopy.ImageTransparentColor = System.Drawing.Color.Maroon;
this.cmCopy.Name = "cmCopy";
this.cmCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.cmCopy.Size = new System.Drawing.Size(221, 22);
this.cmCopy.Text = "M_COPY";
this.cmCopy.Click += new System.EventHandler(this.miCopy_Click);
//
// cmPaste
//
this.cmPaste.Image = global::VisualPascalABC.Properties.Resources.paste;
this.cmPaste.ImageTransparentColor = System.Drawing.Color.Maroon;
this.cmPaste.Name = "cmPaste";
this.cmPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
this.cmPaste.Size = new System.Drawing.Size(221, 22);
this.cmPaste.Text = "M_PASTE";
this.cmPaste.Click += new System.EventHandler(this.miPaste_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(218, 6);
//
// cmRun
//
this.cmRun.Image = global::VisualPascalABC.Properties.Resources.start;
this.cmRun.ImageTransparentColor = System.Drawing.Color.Maroon;
this.cmRun.Name = "cmRun";
this.cmRun.ShortcutKeys = System.Windows.Forms.Keys.F9;
this.cmRun.Size = new System.Drawing.Size(221, 22);
this.cmRun.Text = "M_RUN_DEBUG";
this.cmRun.Click += new System.EventHandler(this.StartMenuItem_Click);
//
// toolStripSeparator12
//
this.toolStripSeparator12.Name = "toolStripSeparator12";
this.toolStripSeparator12.Size = new System.Drawing.Size(218, 6);
//
// cntxt_miAddExpr
//
this.cntxt_miAddExpr.Name = "cntxt_miAddExpr";
this.cntxt_miAddExpr.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F5)));
this.cntxt_miAddExpr.Size = new System.Drawing.Size(221, 22);
this.cntxt_miAddExpr.Text = "M_ADD_EXPR";
this.cntxt_miAddExpr.Click += new System.EventHandler(this.miAddExpr_Click);
//
// toolStripSeparator15
//
this.toolStripSeparator15.Name = "toolStripSeparator15";
this.toolStripSeparator15.Size = new System.Drawing.Size(218, 6);
//
// cmHelp
//
this.cmHelp.Name = "cmHelp";
this.cmHelp.Size = new System.Drawing.Size(221, 22);
this.cmHelp.Text = "M_HELP";
this.cmHelp.Click += new System.EventHandler(this.cmHelp_Click);
//
// cmSamples
//
this.cmSamples.Name = "cmSamples";
this.cmSamples.Size = new System.Drawing.Size(221, 22);
this.cmSamples.Text = "M_SAMPLES";
this.cmSamples.Click += new System.EventHandler(this.cmSamples_Click);
//
// columnHeader1
//
this.columnHeader1.Text = "";
this.columnHeader1.Width = 22;
//
// columnHeader2
//
this.columnHeader2.Text = "Строка";
this.columnHeader2.Width = 16;
//
// columnHeader3
//
this.columnHeader3.Text = "Ошибка";
this.columnHeader3.Width = 269;
//
// columnHeader4
//
this.columnHeader4.Text = "Файл";
this.columnHeader4.Width = 95;
//
// columnHeader5
//
this.columnHeader5.Text = "Путь к файлу";
//
// MainDockPanel
//
this.MainDockPanel.BackColor = System.Drawing.SystemColors.Control;
this.MainDockPanel.ContextMenuStrip = this.contextMenuStrip1;
this.MainDockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.MainDockPanel.DockBottomPortion = 0.35D;
this.MainDockPanel.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.MainDockPanel.Location = new System.Drawing.Point(0, 49);
this.MainDockPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MainDockPanel.Name = "MainDockPanel";
this.MainDockPanel.RightToLeftLayout = true;
this.MainDockPanel.Size = new System.Drawing.Size(876, 491);
this.MainDockPanel.TabIndex = 10;
//
// toolStripPanel
//
this.toolStripPanel.Controls.Add(this.toolStrip1);
this.toolStripPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.toolStripPanel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(204)));
this.toolStripPanel.Location = new System.Drawing.Point(0, 24);
this.toolStripPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.toolStripPanel.Name = "toolStripPanel";
this.toolStripPanel.Size = new System.Drawing.Size(876, 25);
this.toolStripPanel.TabIndex = 13;
//
// cmBreakpointCondition
//
this.cmBreakpointCondition.ImageScalingSize = new System.Drawing.Size(32, 32);
this.cmBreakpointCondition.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mDELETEBREAKPOINTToolStripMenuItem,
this.mBREAKPOINTCONDITIONToolStripMenuItem1});
this.cmBreakpointCondition.Name = "cmBreakpointCondition";
this.cmBreakpointCondition.Size = new System.Drawing.Size(229, 48);
//
// mDELETEBREAKPOINTToolStripMenuItem
//
this.mDELETEBREAKPOINTToolStripMenuItem.Name = "mDELETEBREAKPOINTToolStripMenuItem";
this.mDELETEBREAKPOINTToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
this.mDELETEBREAKPOINTToolStripMenuItem.Text = "M_DELETE_BREAKPOINT";
this.mDELETEBREAKPOINTToolStripMenuItem.Click += new System.EventHandler(this.mDELETEBREAKPOINTToolStripMenuItem_Click);
//
// mBREAKPOINTCONDITIONToolStripMenuItem1
//
this.mBREAKPOINTCONDITIONToolStripMenuItem1.Name = "mBREAKPOINTCONDITIONToolStripMenuItem1";
this.mBREAKPOINTCONDITIONToolStripMenuItem1.Size = new System.Drawing.Size(228, 22);
this.mBREAKPOINTCONDITIONToolStripMenuItem1.Text = "M_BREAKPOINT_CONDITION";
this.mBREAKPOINTCONDITIONToolStripMenuItem1.Click += new System.EventHandler(this.mBREAKPOINTCONDITIONToolStripMenuItem1_Click);
//
// openProjectDialog
//
this.openProjectDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.openProjectDialog_FileOk);
//
// mRUNPARAMETERSToolStripMenuItem
//
this.mRUNPARAMETERSToolStripMenuItem.Name = "mRUNPARAMETERSToolStripMenuItem";
this.mRUNPARAMETERSToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
this.mRUNPARAMETERSToolStripMenuItem.Text = "M_RUN_PARAMETERS";
//
// cm_Designer
//
this.cm_Designer.ImageScalingSize = new System.Drawing.Size(32, 32);
this.cm_Designer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cmViewCode,
this.cmiDelete,
this.cmiCopy,
this.cmiCut,
this.cmiPaste,
this.cmiAlign,
this.cmiCenter,
this.cmiSizeTo,
this.cmiZOrder,
this.cmiTabOrder,
this.cmiProperties});
this.cm_Designer.Name = "cm_Designer";
this.cm_Designer.Size = new System.Drawing.Size(210, 422);
//
// cmViewCode
//
this.cmViewCode.Image = ((System.Drawing.Image)(resources.GetObject("cmViewCode.Image")));
this.cmViewCode.Name = "cmViewCode";
this.cmViewCode.Size = new System.Drawing.Size(209, 38);
this.cmViewCode.Text = "M_VIEW_CODE";
this.cmViewCode.Click += new System.EventHandler(this.cmViewCode_Click);
//
// cmiDelete
//
this.cmiDelete.Image = global::VisualPascalABC.Properties.Resources.Delete3;
this.cmiDelete.ImageTransparentColor = System.Drawing.Color.White;
this.cmiDelete.Name = "cmiDelete";
this.cmiDelete.Size = new System.Drawing.Size(209, 38);
this.cmiDelete.Text = "M_DELETE";
this.cmiDelete.Click += new System.EventHandler(this.cmiDelete_Click);
//
// cmiCopy
//
this.cmiCopy.Image = global::VisualPascalABC.Properties.Resources.copy;
this.cmiCopy.ImageTransparentColor = System.Drawing.Color.Maroon;
this.cmiCopy.Name = "cmiCopy";
this.cmiCopy.Size = new System.Drawing.Size(209, 38);
this.cmiCopy.Text = "M_COPY";
this.cmiCopy.Click += new System.EventHandler(this.cmiCopy_Click);
//
// cmiCut
//
this.cmiCut.Image = global::VisualPascalABC.Properties.Resources.cut;
this.cmiCut.ImageTransparentColor = System.Drawing.Color.Maroon;
this.cmiCut.Name = "cmiCut";
this.cmiCut.Size = new System.Drawing.Size(209, 38);
this.cmiCut.Text = "M_CUT";
this.cmiCut.Click += new System.EventHandler(this.cmiCut_Click);
//
// cmiPaste
//
this.cmiPaste.Image = global::VisualPascalABC.Properties.Resources.paste;
this.cmiPaste.ImageTransparentColor = System.Drawing.Color.Maroon;
this.cmiPaste.Name = "cmiPaste";
this.cmiPaste.Size = new System.Drawing.Size(209, 38);
this.cmiPaste.Text = "M_PASTE";
this.cmiPaste.Click += new System.EventHandler(this.cmiPaste_Click);
//
// cmiAlign
//
this.cmiAlign.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cmiAlignLefts,
this.cmiAlignRights,
this.cmiAlignTops,
this.cmiAlignBottoms,
this.cmiAlignMiddles,
this.cmiAlignCenters,
this.cmiAlignToGrid});
this.cmiAlign.Name = "cmiAlign";
this.cmiAlign.Size = new System.Drawing.Size(209, 38);
this.cmiAlign.Text = "M_ALIGN";
//
// cmiAlignLefts
//
this.cmiAlignLefts.Image = global::VisualPascalABC.Properties.Resources.AlignObjectsLeftHS;
this.cmiAlignLefts.Name = "cmiAlignLefts";
this.cmiAlignLefts.Size = new System.Drawing.Size(181, 22);
this.cmiAlignLefts.Text = "M_ALIGN_LEFTS";
this.cmiAlignLefts.Click += new System.EventHandler(this.cmiAlignLefts_Click);
//
// cmiAlignRights
//
this.cmiAlignRights.Image = global::VisualPascalABC.Properties.Resources.AlignObjectsRightHS;
this.cmiAlignRights.Name = "cmiAlignRights";
this.cmiAlignRights.Size = new System.Drawing.Size(181, 22);
this.cmiAlignRights.Text = "M_ALIGN_RIGHTS";
this.cmiAlignRights.Click += new System.EventHandler(this.cmiAlignRights_Click);
//
// cmiAlignTops
//
this.cmiAlignTops.Image = global::VisualPascalABC.Properties.Resources.AlignObjectsTopHS;
this.cmiAlignTops.Name = "cmiAlignTops";
this.cmiAlignTops.Size = new System.Drawing.Size(181, 22);
this.cmiAlignTops.Text = "M_ALIGN_TOPS";
this.cmiAlignTops.Click += new System.EventHandler(this.cmiAlignTops_Click);
//
// cmiAlignBottoms
//
this.cmiAlignBottoms.Image = global::VisualPascalABC.Properties.Resources.AlignObjectsBottomHS;
this.cmiAlignBottoms.Name = "cmiAlignBottoms";
this.cmiAlignBottoms.Size = new System.Drawing.Size(181, 22);
this.cmiAlignBottoms.Text = "M_ALIGN_BOTTOMS";
this.cmiAlignBottoms.Click += new System.EventHandler(this.cmiAlignBottoms_Click);
//
// cmiAlignMiddles
//
this.cmiAlignMiddles.Image = global::VisualPascalABC.Properties.Resources.AlignObjectsCenteredHorizontalHS;
this.cmiAlignMiddles.Name = "cmiAlignMiddles";
this.cmiAlignMiddles.Size = new System.Drawing.Size(181, 22);
this.cmiAlignMiddles.Text = "M_ALIGN_MIDDLES";
this.cmiAlignMiddles.Click += new System.EventHandler(this.cmiAlignMiddles_Click);
//
// cmiAlignCenters
//
this.cmiAlignCenters.Image = global::VisualPascalABC.Properties.Resources.AlignObjectsCenteredVerticalHS;
this.cmiAlignCenters.Name = "cmiAlignCenters";
this.cmiAlignCenters.Size = new System.Drawing.Size(181, 22);
this.cmiAlignCenters.Text = "M_ALIGN_CENTERS";
this.cmiAlignCenters.Click += new System.EventHandler(this.cmiAlignCenters_Click);
//
// cmiAlignToGrid
//
this.cmiAlignToGrid.Image = global::VisualPascalABC.Properties.Resources.AlignToGridHS;
this.cmiAlignToGrid.Name = "cmiAlignToGrid";
this.cmiAlignToGrid.Size = new System.Drawing.Size(181, 22);
this.cmiAlignToGrid.Text = "M_ALIGN_TO_GRID";
this.cmiAlignToGrid.Click += new System.EventHandler(this.cmiAlignToGrid_Click);
//
// cmiCenter
//
this.cmiCenter.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cmiCenterHorizontally,
this.cmiCenterVertically});
this.cmiCenter.Name = "cmiCenter";
this.cmiCenter.Size = new System.Drawing.Size(209, 38);
this.cmiCenter.Text = "M_CENTER";
//
// cmiCenterHorizontally
//
this.cmiCenterHorizontally.Name = "cmiCenterHorizontally";
this.cmiCenterHorizontally.Size = new System.Drawing.Size(221, 22);
this.cmiCenterHorizontally.Text = "M_CENTER_HORIZONTALLY";
this.cmiCenterHorizontally.Click += new System.EventHandler(this.cmiCenterHorizontally_Click);
//
// cmiCenterVertically
//
this.cmiCenterVertically.Name = "cmiCenterVertically";
this.cmiCenterVertically.Size = new System.Drawing.Size(221, 22);
this.cmiCenterVertically.Text = "M_CENTER_VERTICALLY";
this.cmiCenterVertically.Click += new System.EventHandler(this.cmiCenterVertically_Click);
//
// cmiSizeTo
//
this.cmiSizeTo.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cmiSizeToControl,
this.cmiSizeToControlWidth,
this.cmiSizeToControlHeight,
this.cmiSizeToGrid});
this.cmiSizeTo.Name = "cmiSizeTo";
this.cmiSizeTo.Size = new System.Drawing.Size(209, 38);
this.cmiSizeTo.Text = "M_SIZE_TO";
//
// cmiSizeToControl
//
this.cmiSizeToControl.Name = "cmiSizeToControl";
this.cmiSizeToControl.Size = new System.Drawing.Size(236, 22);
this.cmiSizeToControl.Text = "M_SIZE_TO_CONTROL";
this.cmiSizeToControl.Click += new System.EventHandler(this.cmiSizeToControl_Click);
//
// cmiSizeToControlWidth
//
this.cmiSizeToControlWidth.Name = "cmiSizeToControlWidth";
this.cmiSizeToControlWidth.Size = new System.Drawing.Size(236, 22);
this.cmiSizeToControlWidth.Text = "M_SIZE_TO_CONTROL_WIDTH";
this.cmiSizeToControlWidth.Click += new System.EventHandler(this.cmiSizeToControlWidth_Click);
//
// cmiSizeToControlHeight
//
this.cmiSizeToControlHeight.Name = "cmiSizeToControlHeight";
this.cmiSizeToControlHeight.Size = new System.Drawing.Size(236, 22);
this.cmiSizeToControlHeight.Text = "M_SIZE_TO_CONTROL_HEIGHT";
this.cmiSizeToControlHeight.Click += new System.EventHandler(this.cmiSizeToControlHeight_Click);
//
// cmiSizeToGrid
//
this.cmiSizeToGrid.Name = "cmiSizeToGrid";
this.cmiSizeToGrid.Size = new System.Drawing.Size(236, 22);
this.cmiSizeToGrid.Text = "M_SIZE_TO_GRID";
//
// cmiZOrder
//
this.cmiZOrder.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cmiBringToFront,
this.cmiSendToBack});
this.cmiZOrder.Name = "cmiZOrder";
this.cmiZOrder.Size = new System.Drawing.Size(209, 38);
this.cmiZOrder.Text = "M_Z_ORDER";
//
// cmiBringToFront
//
this.cmiBringToFront.Image = global::VisualPascalABC.Properties.Resources.BringToFrontHS;
this.cmiBringToFront.Name = "cmiBringToFront";
this.cmiBringToFront.Size = new System.Drawing.Size(185, 22);
this.cmiBringToFront.Text = "M_BRING_TO_FRONT";
this.cmiBringToFront.Click += new System.EventHandler(this.cmiBringToFront_Click);
//
// cmiSendToBack
//
this.cmiSendToBack.Image = global::VisualPascalABC.Properties.Resources.SendToBackHS;
this.cmiSendToBack.Name = "cmiSendToBack";
this.cmiSendToBack.Size = new System.Drawing.Size(185, 22);
this.cmiSendToBack.Text = "M_SEND_TO_BACK";
this.cmiSendToBack.Click += new System.EventHandler(this.cmiSendToBack_Click);
//
// cmiTabOrder
//
this.cmiTabOrder.Name = "cmiTabOrder";
this.cmiTabOrder.Size = new System.Drawing.Size(209, 38);
this.cmiTabOrder.Text = "M_TAB_ORDER";
this.cmiTabOrder.Click += new System.EventHandler(this.cmiTabOrder_Click);
//
// cmiProperties
//
this.cmiProperties.Image = ((System.Drawing.Image)(resources.GetObject("cmiProperties.Image")));
this.cmiProperties.Name = "cmiProperties";
this.cmiProperties.Size = new System.Drawing.Size(209, 38);
this.cmiProperties.Text = "M_SHOW_PROPERTIES";
this.cmiProperties.Click += new System.EventHandler(this.cmiProperties_Click);
//
// Form1
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(876, 562);
this.Controls.Add(this.MainDockPanel);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStripPanel);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.KeyPreview = true;
this.MainMenuStrip = this.menuStrip1;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MinimumSize = new System.Drawing.Size(458, 431);
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PascalABC.NET";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
this.Load += new System.EventHandler(this.Form1_Load);
this.Shown += new System.EventHandler(this.Form1_Shown);
this.LocationChanged += new System.EventHandler(this.Form1_LocationChanged);
this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyUp);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.cmEditor.ResumeLayout(false);
this.toolStripPanel.ResumeLayout(false);
this.toolStripPanel.PerformLayout();
this.cmBreakpointCondition.ResumeLayout(false);
this.cm_Designer.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.ToolStripMenuItem tsImmediateWindow;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem12;
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tbNew;
private System.Windows.Forms.ToolStripButton tbOpen;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem mrFile;
private System.Windows.Forms.ToolStripMenuItem miOpen;
private System.Windows.Forms.ToolStripMenuItem miSave;
private System.Windows.Forms.ToolStripMenuItem mrEdit;
private System.Windows.Forms.ToolStripMenuItem mrView;
private System.Windows.Forms.ToolStripMenuItem mrProgram;
private System.Windows.Forms.ToolStripMenuItem mrService;
private System.Windows.Forms.ToolStripMenuItem mrHelp;
private System.Windows.Forms.ToolStripButton tbSave;
private System.Windows.Forms.ToolStripButton tbSaveAll;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsCut;
private System.Windows.Forms.ToolStripButton tsCopy;
private System.Windows.Forms.ToolStripButton tsPaste;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tsUndo;
private System.Windows.Forms.ToolStripButton tsRedo;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton StartButton;
private System.Windows.Forms.ToolStripButton stopButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton toolStripButton16;
private System.Windows.Forms.ToolStripButton toolStripButton17;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.ToolStripMenuItem miSaveAs;
private System.Windows.Forms.ToolStripMenuItem miClose;
private System.Windows.Forms.ToolStripMenuItem miCloseAllButThis;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem miRecentFiles;
private System.Windows.Forms.ToolStripMenuItem miRecentProjects;
private System.Windows.Forms.ToolStripMenuItem miExit;
private System.Windows.Forms.ToolStripMenuItem miUndo;
private System.Windows.Forms.ToolStripMenuItem miRedo;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem miCut;
private System.Windows.Forms.ToolStripMenuItem miCopy;
private System.Windows.Forms.ToolStripMenuItem miPaste;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem miFind;
private System.Windows.Forms.ToolStripMenuItem miReplace;
private System.Windows.Forms.ToolStripMenuItem miFindNext;
private System.Windows.Forms.ToolStripMenuItem miOutputWindow;
private System.Windows.Forms.ToolStripMenuItem miClearOutput;
private System.Windows.Forms.ToolStripMenuItem miStop;
private System.Windows.Forms.ToolStripMenuItem miAbout;
private System.Windows.Forms.ToolStripButton toolStripButton19;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.ToolStripMenuItem miNew;
private System.Windows.Forms.PrintDialog printDialog1;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolStripMenuItem miRun;
private System.Windows.Forms.FontDialog fontDialog1;
private System.Windows.Forms.ToolStripMenuItem cmClose;
private System.Windows.Forms.ToolStripMenuItem cmCloseAllButThis;
private System.Windows.Forms.ToolStripMenuItem cmSave;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripButton CompileButton;
private System.Windows.Forms.ToolStripButton ReCompileButton;
private System.Windows.Forms.ToolStripMenuItem miBuild;
private System.Windows.Forms.ToolStripMenuItem miRebuild;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
public System.Windows.Forms.ToolStripStatusLabel slLine;
public System.Windows.Forms.ToolStripStatusLabel slCol;
private System.Windows.Forms.ToolStripMenuItem miPlugins;
private System.Windows.Forms.ToolStripMenuItem miSaveAll;
private System.Windows.Forms.ToolStripDropDownButton tstaSelect;
private System.Windows.Forms.ToolStripMenuItem tsatConsoleApplication;
private System.Windows.Forms.ToolStripMenuItem tsatWindowsApplication;
private System.Windows.Forms.ToolStripMenuItem tsatDll;
public System.Windows.Forms.ContextMenuStrip cmEditor;
private System.Windows.Forms.ToolStripMenuItem cmCut;
private System.Windows.Forms.ToolStripMenuItem cmCopy;
private System.Windows.Forms.ToolStripMenuItem cmPaste;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripMenuItem cmRun;
private System.Windows.Forms.ToolStripMenuItem miNavigBack;
private System.Windows.Forms.ToolStripMenuItem miNavigForw;
private System.Windows.Forms.ToolStripButton tsNavigBack;
private System.Windows.Forms.ToolStripButton tsNavigForw;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripMenuItem cmSetActive;
private System.Windows.Forms.ToolStripSeparator tssRunStopSeparator;
private System.Windows.Forms.ToolStripButton tsOutputWindow;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem7;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem8;
private System.Windows.Forms.ToolStripMenuItem mGOTONEXTBOOKMARKToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mGOTOPREVBOOKMARKToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mCLEARBOOKMARKSToolStripMenuItem;
private System.Windows.Forms.ToolStripButton StartNoDebugButton;
private System.Windows.Forms.ToolStripMenuItem miRunNoDebug;
private System.Windows.Forms.ToolStripMenuItem tsHelp;
private System.Windows.Forms.ToolStripMenuItem cmGotoDefinition;
private System.Windows.Forms.ToolStripSeparator cmsCodeCompletion;
private System.Windows.Forms.ToolStripMenuItem cmGotoRealization;
private System.Windows.Forms.ToolStripMenuItem cmFindAllReferences;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ToolStripMenuItem cmGenerateRealization;
private System.Windows.Forms.ToolStripSeparator tssmIntellisence;
private System.Windows.Forms.ToolStripMenuItem tsGotoDefinition;
private System.Windows.Forms.ToolStripMenuItem tsGotoRealization;
private System.Windows.Forms.ToolStripMenuItem tsFindAllReferences;
private System.Windows.Forms.ToolStripMenuItem miGenerateRealization;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripMenuItem tsSelectAll;
private System.Windows.Forms.ToolStripMenuItem tsGotoLine;
public WeifenLuo.WinFormsUI.Docking.DockPanel MainDockPanel;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
private System.Windows.Forms.ToolStripMenuItem tsShowCompilerConsoleWindow;
private System.Windows.Forms.ToolStripMenuItem tsShowDebugVariablesListWindow;
private System.Windows.Forms.ToolStripMenuItem tsShowErrorsListWindow;
private System.Windows.Forms.ToolStripMenuItem tsShowDebugWatchListWindow;
private System.Windows.Forms.ToolStripMenuItem tsShowFindSymbolsResultWindow;
private System.Windows.Forms.ToolStripMenuItem tsShowOutputWindow;
private System.Windows.Forms.ToolStripMenuItem mOPTIONSToolStripMenuItem;
private System.Windows.Forms.Panel toolStripPanel;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.ToolStripMenuItem tsViewIntellisensePanel;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripMenuItem miAddExpr;
private System.Windows.Forms.ToolStripMenuItem cntxt_miAddExpr;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
private System.Windows.Forms.ContextMenuStrip cmBreakpointCondition;
private System.Windows.Forms.ToolStripMenuItem mDELETEBREAKPOINTToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mBREAKPOINTCONDITIONToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem miNewAdv;
private System.Windows.Forms.ToolStripMenuItem miUnitWithForm;
private System.Windows.Forms.ToolStripMenuItem miToolBox;
private System.Windows.Forms.ToolStripMenuItem miProperties;
private System.Windows.Forms.ToolStripMenuItem miFormProgram;
private System.Windows.Forms.ToolStripMenuItem mrDesigner;
private System.Windows.Forms.ToolStripMenuItem miShowGrid;
private System.Windows.Forms.ToolStripMenuItem miSnapToGrid;
private System.Windows.Forms.ToolStripMenuItem miAlign;
private System.Windows.Forms.ToolStripMenuItem miCenter;
private System.Windows.Forms.ToolStripMenuItem miSizeTo;
private System.Windows.Forms.ToolStripMenuItem miZOrder;
private System.Windows.Forms.ToolStripMenuItem miTabOrder;
private System.Windows.Forms.ToolStripMenuItem miAlignLefts;
private System.Windows.Forms.ToolStripMenuItem miAlignRights;
private System.Windows.Forms.ToolStripMenuItem miAlignTops;
private System.Windows.Forms.ToolStripMenuItem miAlignBottoms;
private System.Windows.Forms.ToolStripMenuItem miAlignMiddles;
private System.Windows.Forms.ToolStripMenuItem miAlignCenters;
private System.Windows.Forms.ToolStripMenuItem miAlignToGrid;
private System.Windows.Forms.ToolStripMenuItem miCenterHorizontally;
private System.Windows.Forms.ToolStripMenuItem miCenterVertically;
private System.Windows.Forms.ToolStripMenuItem miSizeToControl;
private System.Windows.Forms.ToolStripMenuItem miSizeToControlWidth;
private System.Windows.Forms.ToolStripMenuItem miSizeToControlHeight;
private System.Windows.Forms.ToolStripMenuItem miSizeToGrid;
private System.Windows.Forms.ToolStripMenuItem miBringToFront;
private System.Windows.Forms.ToolStripMenuItem miSendToBack;
private System.Windows.Forms.ToolStripMenuItem miDelete;
private System.Windows.Forms.ToolStripMenuItem mMAINFEATURESToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem miNewProject;
private System.Windows.Forms.ToolStripMenuItem miCloseProject;
private System.Windows.Forms.ToolStripMenuItem miOpenProject;
private System.Windows.Forms.OpenFileDialog openProjectDialog;
private System.Windows.Forms.ToolStripMenuItem mRPROJECTToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mADDFORMToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mADDFILEToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
private System.Windows.Forms.ToolStripMenuItem mADDREFERENCEToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mPROPERTIESToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mADDEXISTFILEToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem9;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem10;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem11;
private System.Windows.Forms.ToolStripMenuItem mRUNPARAMETERSToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mRUNPARAMETERSToolStripMenuItem1;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem13;
public System.Windows.Forms.ContextMenuStrip cm_Designer;
private System.Windows.Forms.ToolStripMenuItem cmiDelete;
private System.Windows.Forms.ToolStripMenuItem cmiAlign;
private System.Windows.Forms.ToolStripMenuItem cmiCenter;
private System.Windows.Forms.ToolStripMenuItem cmiSizeTo;
private System.Windows.Forms.ToolStripMenuItem cmiZOrder;
private System.Windows.Forms.ToolStripMenuItem cmiTabOrder;
private System.Windows.Forms.ToolStripMenuItem cmiCopy;
private System.Windows.Forms.ToolStripMenuItem cmiCut;
private System.Windows.Forms.ToolStripMenuItem cmiPaste;
private System.Windows.Forms.ToolStripMenuItem cmiAlignLefts;
private System.Windows.Forms.ToolStripMenuItem cmiAlignRights;
private System.Windows.Forms.ToolStripMenuItem cmiAlignTops;
private System.Windows.Forms.ToolStripMenuItem cmiAlignBottoms;
private System.Windows.Forms.ToolStripMenuItem cmiAlignMiddles;
private System.Windows.Forms.ToolStripMenuItem cmiAlignCenters;
private System.Windows.Forms.ToolStripMenuItem cmiAlignToGrid;
private System.Windows.Forms.ToolStripMenuItem cmiCenterHorizontally;
private System.Windows.Forms.ToolStripMenuItem cmiCenterVertically;
private System.Windows.Forms.ToolStripMenuItem cmiSizeToControl;
private System.Windows.Forms.ToolStripMenuItem cmiSizeToControlWidth;
private System.Windows.Forms.ToolStripMenuItem cmiSizeToControlHeight;
private System.Windows.Forms.ToolStripMenuItem cmiSizeToGrid;
private System.Windows.Forms.ToolStripMenuItem cmiBringToFront;
private System.Windows.Forms.ToolStripMenuItem cmiSendToBack;
private System.Windows.Forms.ToolStripMenuItem mFORMATToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cmFormat;
private System.Windows.Forms.ToolStripButton tsFormat;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
private System.Windows.Forms.ToolStripMenuItem mNEWASPToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mDOTNETHELPToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cmViewCode;
private System.Windows.Forms.ToolStripMenuItem cmiProperties;
private System.Windows.Forms.ToolStripMenuItem miPrint;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator14;
private System.Windows.Forms.ToolStripMenuItem miProjectExplorer;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator15;
private System.Windows.Forms.ToolStripMenuItem cmHelp;
private System.Windows.Forms.ToolStripMenuItem cmSamples;
private System.Windows.Forms.ToolStripMenuItem miCheckUpdates;
private System.Windows.Forms.ToolStripMenuItem cmCollapseRegions;
private System.Windows.Forms.ToolStripMenuItem tsDisassembly;
private System.Windows.Forms.ToolStripButton tsAutoInsertCode;
private System.Windows.Forms.ToolStripMenuItem mAUTOINSERTToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mUNITTESTSToolStripMenuItem;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripStatusLabel HealthLabel;
}
}