2015-05-14 22:35:07 +03:00
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 . 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 ( ) ;
2019-07-26 12:27:20 +03:00
this . tsAutoInsertCode = new System . Windows . Forms . ToolStripButton ( ) ;
2020-09-05 20:39:31 +03:00
this . toolStripButton1 = new System . Windows . Forms . ToolStripButton ( ) ;
2015-05-14 22:35:07 +03:00
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 . 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 ( ) ;
2017-06-16 18:10:36 +03:00
this . tsDisassembly = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2015-05-14 22:35:07 +03:00
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 ( ) ;
2019-07-26 12:27:20 +03:00
this . mAUTOINSERTToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2015-05-14 22:35:07 +03:00
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 ( ) ;
2020-08-26 08:53:11 +03:00
this . mUNITTESTSToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2015-05-14 22:35:07 +03:00
this . miPlugins = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . mrHelp = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . tsHelp = 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 ( ) ;
2017-04-11 22:53:44 +03:00
this . miCheckUpdates = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2015-05-14 22:35:07 +03:00
this . miAbout = new System . Windows . Forms . ToolStripMenuItem ( ) ;
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 ( ) ;
2020-09-06 17:36:17 +03:00
this . HealthLabel = new System . Windows . Forms . ToolStripStatusLabel ( ) ;
2015-05-14 22:35:07 +03:00
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 ( ) ;
2017-04-11 22:53:44 +03:00
this . cmCollapseRegions = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2015-05-14 22:35:07 +03:00
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 . toolStrip1 . SuspendLayout ( ) ;
this . menuStrip1 . SuspendLayout ( ) ;
this . statusStrip1 . SuspendLayout ( ) ;
this . contextMenuStrip1 . SuspendLayout ( ) ;
this . cmEditor . SuspendLayout ( ) ;
this . toolStripPanel . SuspendLayout ( ) ;
this . cmBreakpointCondition . SuspendLayout ( ) ;
this . cm_Designer . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// 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 ,
2019-07-06 19:00:03 +03:00
this . tsAutoInsertCode ,
2020-09-05 20:39:31 +03:00
this . toolStripButton1 ,
2015-05-14 22:35:07 +03:00
this . toolStripSeparator13 ,
this . tsFormat ,
this . toolStripSeparator4 ,
this . tstaSelect ,
this . toolStripButton16 ,
this . toolStripButton17 ,
this . toolStripButton19 ,
this . toolStripSeparator7 } ) ;
this . toolStrip1 . LayoutStyle = System . Windows . Forms . ToolStripLayoutStyle . HorizontalStackWithOverflow ;
this . toolStrip1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . toolStrip1 . Name = "toolStrip1" ;
2018-12-30 13:00:32 +03:00
this . toolStrip1 . Size = new System . Drawing . Size ( 1156 , 25 ) ;
2015-05-14 22:35:07 +03:00
this . toolStrip1 . TabIndex = 2 ;
this . toolStrip1 . Text = "toolStrip1" ;
//
// 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" ;
2018-12-30 13:00:32 +03:00
this . tbNew . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tbOpen . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tbSave . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tbSaveAll . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . tbSaveAll . ToolTipText = "M_SAVEALL" ;
this . tbSaveAll . Click + = new System . EventHandler ( this . miSaveAll_Click_1 ) ;
//
// toolStripSeparator1
//
this . toolStripSeparator1 . Name = "toolStripSeparator1" ;
2018-12-30 13:00:32 +03:00
this . toolStripSeparator1 . Size = new System . Drawing . Size ( 6 , 25 ) ;
2015-05-14 22:35:07 +03:00
//
// 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" ;
2018-12-30 13:00:32 +03:00
this . tsCut . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tsCopy . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-12-28 14:25:15 +03:00
this . tsCopy . Text = "Копировать(Ctrl+C)" ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tsPaste . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-12-28 14:25:15 +03:00
this . tsPaste . Text = "Вставить(Ctrl+V)" ;
2015-05-14 22:35:07 +03:00
this . tsPaste . ToolTipText = "M_PASTE" ;
this . tsPaste . Click + = new System . EventHandler ( this . miPaste_Click ) ;
//
// toolStripSeparator2
//
this . toolStripSeparator2 . Name = "toolStripSeparator2" ;
2018-12-30 13:00:32 +03:00
this . toolStripSeparator2 . Size = new System . Drawing . Size ( 6 , 25 ) ;
2015-05-14 22:35:07 +03:00
//
// 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" ;
2018-12-30 13:00:32 +03:00
this . tsUndo . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-12-28 14:25:15 +03:00
this . tsUndo . Text = "Отменить(Ctrl+Z)" ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tsRedo . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-12-28 14:25:15 +03:00
this . tsRedo . Text = "Восстановить(Shift+Ctrl+Z)" ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tsNavigBack . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tsNavigForw . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . tsNavigForw . Text = "toolStripButton3" ;
this . tsNavigForw . ToolTipText = "M_NAVIGFORW" ;
this . tsNavigForw . Click + = new System . EventHandler ( this . tsNavigForw_Click ) ;
//
// toolStripSeparator3
//
this . toolStripSeparator3 . Name = "toolStripSeparator3" ;
2018-12-30 13:00:32 +03:00
this . toolStripSeparator3 . Size = new System . Drawing . Size ( 6 , 25 ) ;
2015-05-14 22:35:07 +03:00
//
// 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" ;
2018-12-30 13:00:32 +03:00
this . StartButton . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-12-28 14:25:15 +03:00
this . StartButton . Text = "Выполнить программу(F9)" ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . StartNoDebugButton . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . stopButton . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . CompileButton . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-12-28 14:25:15 +03:00
this . CompileButton . Text = "Компилировать" ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . ReCompileButton . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-12-28 14:25:15 +03:00
this . ReCompileButton . Text = "Перекомпилировать" ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tssRunStopSeparator . Size = new System . Drawing . Size ( 6 , 25 ) ;
2015-05-14 22:35:07 +03:00
//
// 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" ;
2018-12-30 13:00:32 +03:00
this . tsOutputWindow . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . tsOutputWindow . Text = "M_OUTPUTWINDOW" ;
this . tsOutputWindow . Click + = new System . EventHandler ( this . miOutputWindow_Click ) ;
//
2019-07-26 12:27:20 +03:00
// 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 , 22 ) ;
this . tsAutoInsertCode . Text = "M_AUTOINSERT_CODE" ;
this . tsAutoInsertCode . ToolTipText = "M_AUTOINSERT_CODE" ;
this . tsAutoInsertCode . Click + = new System . EventHandler ( this . tsAutoInsertCode_Click ) ;
//
2020-09-05 20:39:31 +03:00
// toolStripButton1
//
this . toolStripButton1 . DisplayStyle = System . Windows . Forms . ToolStripItemDisplayStyle . Image ;
2022-07-10 14:51:51 +03:00
this . toolStripButton1 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "toolStripButton1.Image" ) ) ) ;
2020-09-05 20:39:31 +03:00
this . toolStripButton1 . ImageTransparentColor = System . Drawing . Color . Magenta ;
this . toolStripButton1 . Name = "toolStripButton1" ;
this . toolStripButton1 . Size = new System . Drawing . Size ( 23 , 22 ) ;
this . toolStripButton1 . Text = "Здоровье PascalABC.NET программы" ;
this . toolStripButton1 . Click + = new System . EventHandler ( this . toolStripButton1_Click ) ;
//
2015-05-14 22:35:07 +03:00
// toolStripSeparator13
//
this . toolStripSeparator13 . Name = "toolStripSeparator13" ;
2018-12-30 13:00:32 +03:00
this . toolStripSeparator13 . Size = new System . Drawing . Size ( 6 , 25 ) ;
2015-05-14 22:35:07 +03:00
//
// 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" ;
2018-12-30 13:00:32 +03:00
this . tsFormat . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . tsFormat . Text = "M_FORMAT" ;
this . tsFormat . Click + = new System . EventHandler ( this . tsFormat_Click ) ;
//
// toolStripSeparator4
//
this . toolStripSeparator4 . Name = "toolStripSeparator4" ;
2018-12-30 13:00:32 +03:00
this . toolStripSeparator4 . Size = new System . Drawing . Size ( 6 , 25 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tstaSelect . Size = new System . Drawing . Size ( 29 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . tsatConsoleApplication . Size = new System . Drawing . Size ( 149 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . tsatWindowsApplication . Size = new System . Drawing . Size ( 149 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . tsatDll . Size = new System . Drawing . Size ( 149 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . toolStripButton16 . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-12-28 14:25:15 +03:00
this . toolStripButton16 . Text = "Окно вывода(F5)" ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . toolStripButton17 . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-12-28 14:25:15 +03:00
this . toolStripButton17 . Text = "Окно выполненной программы(F6)" ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . toolStripButton19 . Size = new System . Drawing . Size ( 23 , 22 ) ;
2015-12-28 14:25:15 +03:00
this . toolStripButton19 . Text = "Очистить вывод(Ctrl+Del)" ;
2015-05-14 22:35:07 +03:00
this . toolStripButton19 . Visible = false ;
this . toolStripButton19 . Click + = new System . EventHandler ( this . toolStripButton19_Click ) ;
//
// toolStripSeparator7
//
this . toolStripSeparator7 . Name = "toolStripSeparator7" ;
2018-12-30 13:00:32 +03:00
this . toolStripSeparator7 . Size = new System . Drawing . Size ( 6 , 25 ) ;
2015-05-14 22:35:07 +03:00
//
// menuStrip1
//
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 . LayoutStyle = System . Windows . Forms . ToolStripLayoutStyle . HorizontalStackWithOverflow ;
this . menuStrip1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . menuStrip1 . Name = "menuStrip1" ;
2018-12-30 13:00:32 +03:00
this . menuStrip1 . Size = new System . Drawing . Size ( 1156 , 24 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2019-01-04 23:09:13 +03:00
this . mrFile . Size = new System . Drawing . Size ( 61 , 20 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miNew . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miNew . Text = "M_NEW" ;
this . miNew . Click + = new System . EventHandler ( this . miNew_Click ) ;
//
// miNewProject
//
this . miNewProject . Name = "miNewProject" ;
2018-12-30 13:00:32 +03:00
this . miNewProject . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . miNewAdv . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miNewAdv . Text = "M_NEW_ADV" ;
this . miNewAdv . Visible = false ;
//
// miUnitWithForm
//
this . miUnitWithForm . Name = "miUnitWithForm" ;
2018-12-30 13:00:32 +03:00
this . miUnitWithForm . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miUnitWithForm . Text = "M_UNIT_WITH_FORM" ;
this . miUnitWithForm . Click + = new System . EventHandler ( this . miUnitWithForm_Click ) ;
//
// miFormProgram
//
this . miFormProgram . Name = "miFormProgram" ;
2018-12-30 13:00:32 +03:00
this . miFormProgram . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miFormProgram . Text = "M_FORM_PROGRAM" ;
this . miFormProgram . Click + = new System . EventHandler ( this . miFormProgram_Click ) ;
//
// toolStripMenuItem9
//
this . toolStripMenuItem9 . Name = "toolStripMenuItem9" ;
2018-12-30 13:00:32 +03:00
this . toolStripMenuItem9 . Size = new System . Drawing . Size ( 191 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// 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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miOpen . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miOpen . Text = "M_OPEN" ;
this . miOpen . Click + = new System . EventHandler ( this . OpenToolStripMenuItem1_Click_1 ) ;
//
// miOpenProject
//
this . miOpenProject . Name = "miOpenProject" ;
2018-12-30 13:00:32 +03:00
this . miOpenProject . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miOpenProject . Text = "M_OPEN_PROJECT" ;
this . miOpenProject . Visible = false ;
this . miOpenProject . Click + = new System . EventHandler ( this . miOpenProject_Click ) ;
//
// toolStripMenuItem10
//
this . toolStripMenuItem10 . Name = "toolStripMenuItem10" ;
2018-12-30 13:00:32 +03:00
this . toolStripMenuItem10 . Size = new System . Drawing . Size ( 191 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// 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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miSave . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miSaveAs . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . miSaveAll . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miSaveAll . Text = "M_SAVEALL" ;
this . miSaveAll . Click + = new System . EventHandler ( this . miSaveAll_Click_1 ) ;
//
// toolStripMenuItem11
//
this . toolStripMenuItem11 . Name = "toolStripMenuItem11" ;
2018-12-30 13:00:32 +03:00
this . toolStripMenuItem11 . Size = new System . Drawing . Size ( 191 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// miClose
//
this . miClose . Enabled = false ;
this . miClose . Name = "miClose" ;
2018-12-30 13:00:32 +03:00
this . miClose . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miClose . Text = "M_CLOSE" ;
this . miClose . Click + = new System . EventHandler ( this . miClose_Click ) ;
//
// miCloseProject
//
this . miCloseProject . Name = "miCloseProject" ;
2018-12-30 13:00:32 +03:00
this . miCloseProject . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . miCloseAllButThis . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miCloseAllButThis . Text = "M_CLOSEALLBUTTHIS" ;
this . miCloseAllButThis . Click + = new System . EventHandler ( this . miCloseNonActive_Click ) ;
//
// toolStripMenuItem2
//
this . toolStripMenuItem2 . Name = "toolStripMenuItem2" ;
2018-12-30 13:00:32 +03:00
this . toolStripMenuItem2 . Size = new System . Drawing . Size ( 191 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// 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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miPrint . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miPrint . Text = "M_PRINT" ;
this . miPrint . Click + = new System . EventHandler ( this . miPrint_Click ) ;
//
// toolStripSeparator14
//
this . toolStripSeparator14 . Name = "toolStripSeparator14" ;
2018-12-30 13:00:32 +03:00
this . toolStripSeparator14 . Size = new System . Drawing . Size ( 191 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// miRecentFiles
//
this . miRecentFiles . Name = "miRecentFiles" ;
2018-12-30 13:00:32 +03:00
this . miRecentFiles . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miRecentFiles . Text = "M_RECENTFILES" ;
//
// miRecentProjects
//
this . miRecentProjects . Name = "miRecentProjects" ;
2018-12-30 13:00:32 +03:00
this . miRecentProjects . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . miExit . Size = new System . Drawing . Size ( 194 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2019-01-04 23:09:13 +03:00
this . mrEdit . Size = new System . Drawing . Size ( 63 , 20 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miUndo . Size = new System . Drawing . Size ( 186 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miRedo . Size = new System . Drawing . Size ( 186 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miRedo . Text = "M_REDO" ;
this . miRedo . Click + = new System . EventHandler ( this . RedoToolStripMenuItem_Click ) ;
//
// toolStripMenuItem3
//
this . toolStripMenuItem3 . Name = "toolStripMenuItem3" ;
2018-12-30 13:00:32 +03:00
this . toolStripMenuItem3 . Size = new System . Drawing . Size ( 183 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// 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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miCut . Size = new System . Drawing . Size ( 186 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miCopy . Size = new System . Drawing . Size ( 186 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miPaste . Size = new System . Drawing . Size ( 186 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . miDelete . Size = new System . Drawing . Size ( 186 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miDelete . Text = "M_DELETE" ;
this . miDelete . Visible = false ;
this . miDelete . Click + = new System . EventHandler ( this . miDelete_Click ) ;
//
// toolStripMenuItem4
//
this . toolStripMenuItem4 . Name = "toolStripMenuItem4" ;
2018-12-30 13:00:32 +03:00
this . toolStripMenuItem4 . Size = new System . Drawing . Size ( 183 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// 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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miFind . Size = new System . Drawing . Size ( 186 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miFindNext . Size = new System . Drawing . Size ( 186 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miReplace . Size = new System . Drawing . Size ( 186 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . tsGotoLine . Size = new System . Drawing . Size ( 186 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . tsGotoLine . Text = "M_GOTO_LINE" ;
this . tsGotoLine . Click + = new System . EventHandler ( this . tsGotoLine_Click ) ;
//
// toolStripSeparator8
//
this . toolStripSeparator8 . Name = "toolStripSeparator8" ;
2018-12-30 13:00:32 +03:00
this . toolStripSeparator8 . Size = new System . Drawing . Size ( 183 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// tsSelectAll
//
this . tsSelectAll . Name = "tsSelectAll" ;
this . tsSelectAll . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . A ) ) ) ;
2018-12-30 13:00:32 +03:00
this . tsSelectAll . Size = new System . Drawing . Size ( 186 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . tsSelectAll . Text = "M_SELECT_ALL" ;
this . tsSelectAll . Click + = new System . EventHandler ( this . tsSelectAll_Click ) ;
//
// toolStripSeparator9
//
this . toolStripSeparator9 . Name = "toolStripSeparator9" ;
2018-12-30 13:00:32 +03:00
this . toolStripSeparator9 . Size = new System . Drawing . Size ( 183 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// toolStripMenuItem7
//
this . toolStripMenuItem7 . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . toolStripMenuItem8 ,
this . mGOTONEXTBOOKMARKToolStripMenuItem ,
this . mGOTOPREVBOOKMARKToolStripMenuItem ,
this . mCLEARBOOKMARKSToolStripMenuItem } ) ;
this . toolStripMenuItem7 . Name = "toolStripMenuItem7" ;
2018-12-30 13:00:32 +03:00
this . toolStripMenuItem7 . Size = new System . Drawing . Size ( 186 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . toolStripMenuItem8 . Size = new System . Drawing . Size ( 238 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ;
2018-12-30 13:00:32 +03:00
this . mGOTONEXTBOOKMARKToolStripMenuItem . Size = new System . Drawing . Size ( 238 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . mGOTOPREVBOOKMARKToolStripMenuItem . Size = new System . Drawing . Size ( 238 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . mCLEARBOOKMARKSToolStripMenuItem . Size = new System . Drawing . Size ( 238 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ,
2017-06-16 18:10:36 +03:00
this . tsDisassembly ,
2015-05-14 22:35:07 +03:00
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 ;
2019-01-04 23:09:13 +03:00
this . mrView . Size = new System . Drawing . Size ( 66 , 20 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miClearOutput . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miClearOutput . Text = "M_CLEAROUTPUT" ;
this . miClearOutput . Click + = new System . EventHandler ( this . miClearOutputWindow_Click ) ;
//
// toolStripSeparator10
//
this . toolStripSeparator10 . Name = "toolStripSeparator10" ;
2018-12-30 13:00:32 +03:00
this . toolStripSeparator10 . Size = new System . Drawing . Size ( 213 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// 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 ;
2018-12-30 13:00:32 +03:00
this . miOutputWindow . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tsShowOutputWindow . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tsShowErrorsListWindow . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tsShowCompilerConsoleWindow . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tsShowFindSymbolsResultWindow . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tsShowDebugVariablesListWindow . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tsShowDebugWatchListWindow . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . tsShowDebugWatchListWindow . Text = "TP_WATCHLIST" ;
this . tsShowDebugWatchListWindow . Click + = new System . EventHandler ( this . tsShowDebugWatchListWindow_Click ) ;
//
2017-06-16 18:10:36 +03:00
// tsDisassembly
//
this . tsDisassembly . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "tsDisassembly.Image" ) ) ) ;
this . tsDisassembly . Name = "tsDisassembly" ;
2018-12-30 13:00:32 +03:00
this . tsDisassembly . Size = new System . Drawing . Size ( 216 , 22 ) ;
2017-06-16 18:10:36 +03:00
this . tsDisassembly . Text = "TP_DISASSEMBLY" ;
this . tsDisassembly . Visible = false ;
this . tsDisassembly . Click + = new System . EventHandler ( this . tsDisassembly_Click ) ;
//
2015-05-14 22:35:07 +03:00
// tsImmediateWindow
//
this . tsImmediateWindow . Image = global :: VisualPascalABC . Properties . Resources . Icons_16x16_Window_Immediate ;
this . tsImmediateWindow . Name = "tsImmediateWindow" ;
2018-12-30 13:00:32 +03:00
this . tsImmediateWindow . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . tsImmediateWindow . Text = "TP_IMMEDIATE_WINDOW" ;
this . tsImmediateWindow . Click + = new System . EventHandler ( this . TsImmediateWindowClick ) ;
//
// toolStripMenuItem12
//
this . toolStripMenuItem12 . Name = "toolStripMenuItem12" ;
2018-12-30 13:00:32 +03:00
this . toolStripMenuItem12 . Size = new System . Drawing . Size ( 213 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// tsViewIntellisensePanel
//
this . tsViewIntellisensePanel . CheckOnClick = true ;
this . tsViewIntellisensePanel . Name = "tsViewIntellisensePanel" ;
2018-12-30 13:00:32 +03:00
this . tsViewIntellisensePanel . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . tsViewIntellisensePanel . Text = "M_INTELLISENSEPANEL" ;
this . tsViewIntellisensePanel . CheckedChanged + = new System . EventHandler ( this . tsViewIntellisensePanel_CheckedChanged ) ;
//
// miProjectExplorer
//
this . miProjectExplorer . Name = "miProjectExplorer" ;
2018-12-30 13:00:32 +03:00
this . miProjectExplorer . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miProjectExplorer . Text = "M_PROJECTEXPLORER" ;
this . miProjectExplorer . Visible = false ;
this . miProjectExplorer . Click + = new System . EventHandler ( this . miProjectExplorer_Click ) ;
//
// miToolBox
//
this . miToolBox . Name = "miToolBox" ;
2018-12-30 13:00:32 +03:00
this . miToolBox . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miToolBox . Text = "M_TOOLBOX" ;
this . miToolBox . Visible = false ;
this . miToolBox . Click + = new System . EventHandler ( this . miToolBox_Click ) ;
//
// miProperties
//
this . miProperties . Name = "miProperties" ;
2018-12-30 13:00:32 +03:00
this . miProperties . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miProperties . Text = "M_PROPERTIES" ;
this . miProperties . Visible = false ;
this . miProperties . Click + = new System . EventHandler ( this . miProperties_Click ) ;
//
// toolStripSeparator11
//
this . toolStripSeparator11 . Name = "toolStripSeparator11" ;
2018-12-30 13:00:32 +03:00
this . toolStripSeparator11 . Size = new System . Drawing . Size ( 213 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// 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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miNavigBack . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miNavigForw . Size = new System . Drawing . Size ( 216 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2019-01-04 23:09:13 +03:00
this . mRPROJECTToolStripMenuItem . Size = new System . Drawing . Size ( 85 , 20 ) ;
2015-05-14 22:35:07 +03:00
this . mRPROJECTToolStripMenuItem . Text = "MR_PROJECT" ;
//
// mADDFILEToolStripMenuItem
//
this . mADDFILEToolStripMenuItem . Name = "mADDFILEToolStripMenuItem" ;
2018-12-30 13:00:32 +03:00
this . mADDFILEToolStripMenuItem . Size = new System . Drawing . Size ( 201 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . mADDFILEToolStripMenuItem . Text = "M_ADD_NEW_FILE" ;
this . mADDFILEToolStripMenuItem . Click + = new System . EventHandler ( this . mADDFILEToolStripMenuItem_Click ) ;
//
// mADDEXISTFILEToolStripMenuItem
//
this . mADDEXISTFILEToolStripMenuItem . Name = "mADDEXISTFILEToolStripMenuItem" ;
2018-12-30 13:00:32 +03:00
this . mADDEXISTFILEToolStripMenuItem . Size = new System . Drawing . Size ( 201 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . mADDEXISTFILEToolStripMenuItem . Text = "M_ADD_EXIST_FILE" ;
this . mADDEXISTFILEToolStripMenuItem . Click + = new System . EventHandler ( this . mADDEXISTFILEToolStripMenuItem_Click ) ;
//
// mADDFORMToolStripMenuItem
//
this . mADDFORMToolStripMenuItem . Name = "mADDFORMToolStripMenuItem" ;
2018-12-30 13:00:32 +03:00
this . mADDFORMToolStripMenuItem . Size = new System . Drawing . Size ( 201 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . mADDFORMToolStripMenuItem . Text = "M_ADD_FORM" ;
this . mADDFORMToolStripMenuItem . Click + = new System . EventHandler ( this . mADDFORMToolStripMenuItem_Click ) ;
//
// toolStripMenuItem6
//
this . toolStripMenuItem6 . Name = "toolStripMenuItem6" ;
2018-12-30 13:00:32 +03:00
this . toolStripMenuItem6 . Size = new System . Drawing . Size ( 198 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// mADDREFERENCEToolStripMenuItem
//
this . mADDREFERENCEToolStripMenuItem . Name = "mADDREFERENCEToolStripMenuItem" ;
2018-12-30 13:00:32 +03:00
this . mADDREFERENCEToolStripMenuItem . Size = new System . Drawing . Size ( 201 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . mADDREFERENCEToolStripMenuItem . Text = "M_ADD_REFERENCE" ;
this . mADDREFERENCEToolStripMenuItem . Click + = new System . EventHandler ( this . mADDREFERENCEToolStripMenuItem_Click ) ;
//
// mPROPERTIESToolStripMenuItem
//
this . mPROPERTIESToolStripMenuItem . Name = "mPROPERTIESToolStripMenuItem" ;
2018-12-30 13:00:32 +03:00
this . mPROPERTIESToolStripMenuItem . Size = new System . Drawing . Size ( 201 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ;
2019-01-04 23:09:13 +03:00
this . mrProgram . Size = new System . Drawing . Size ( 90 , 20 ) ;
2015-05-14 22:35:07 +03:00
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 ;
2018-12-30 13:00:32 +03:00
this . miRun . Size = new System . Drawing . Size ( 212 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miRunNoDebug . Size = new System . Drawing . Size ( 212 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miRunNoDebug . Text = "M_RUN_NODEBUG" ;
this . miRunNoDebug . Click + = new System . EventHandler ( this . miRunNoDebug_Click ) ;
//
// mRUNPARAMETERSToolStripMenuItem1
//
this . mRUNPARAMETERSToolStripMenuItem1 . Name = "mRUNPARAMETERSToolStripMenuItem1" ;
2018-12-30 13:00:32 +03:00
this . mRUNPARAMETERSToolStripMenuItem1 . Size = new System . Drawing . Size ( 212 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miStop . Size = new System . Drawing . Size ( 212 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miStop . Text = "M_STOP" ;
this . miStop . Click + = new System . EventHandler ( this . miStop_Click ) ;
//
// toolStripMenuItem13
//
this . toolStripMenuItem13 . Name = "toolStripMenuItem13" ;
2018-12-30 13:00:32 +03:00
this . toolStripMenuItem13 . Size = new System . Drawing . Size ( 209 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// 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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miBuild . Size = new System . Drawing . Size ( 212 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miRebuild . Size = new System . Drawing . Size ( 212 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miAddExpr . Size = new System . Drawing . Size ( 212 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2019-01-04 23:09:13 +03:00
this . mrDesigner . Size = new System . Drawing . Size ( 90 , 20 ) ;
2015-05-14 22:35:07 +03:00
this . mrDesigner . Text = "MR_DESIGNER" ;
this . mrDesigner . Visible = false ;
//
// miShowGrid
//
this . miShowGrid . Name = "miShowGrid" ;
2022-07-10 14:51:51 +03:00
this . miShowGrid . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miShowGrid . Text = "M_SHOW_GRID" ;
this . miShowGrid . Visible = false ;
this . miShowGrid . Click + = new System . EventHandler ( this . miShowGrid_Click ) ;
//
// miSnapToGrid
//
this . miSnapToGrid . Name = "miSnapToGrid" ;
2022-07-10 14:51:51 +03:00
this . miSnapToGrid . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . miAlign . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miAlign . Text = "M_ALIGN" ;
//
// miAlignLefts
//
this . miAlignLefts . Name = "miAlignLefts" ;
2018-12-30 13:00:32 +03:00
this . miAlignLefts . Size = new System . Drawing . Size ( 172 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miAlignLefts . Text = "M_ALIGN_LEFTS" ;
this . miAlignLefts . Click + = new System . EventHandler ( this . miAlignLefts_Click ) ;
//
// miAlignRights
//
this . miAlignRights . Name = "miAlignRights" ;
2018-12-30 13:00:32 +03:00
this . miAlignRights . Size = new System . Drawing . Size ( 172 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miAlignRights . Text = "M_ALIGN_RIGHTS" ;
this . miAlignRights . Click + = new System . EventHandler ( this . miAlignRights_Click ) ;
//
// miAlignTops
//
this . miAlignTops . Name = "miAlignTops" ;
2018-12-30 13:00:32 +03:00
this . miAlignTops . Size = new System . Drawing . Size ( 172 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miAlignTops . Text = "M_ALIGN_TOPS" ;
this . miAlignTops . Click + = new System . EventHandler ( this . miAlignTops_Click ) ;
//
// miAlignBottoms
//
this . miAlignBottoms . Name = "miAlignBottoms" ;
2018-12-30 13:00:32 +03:00
this . miAlignBottoms . Size = new System . Drawing . Size ( 172 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miAlignBottoms . Text = "M_ALIGN_BOTTOMS" ;
this . miAlignBottoms . Click + = new System . EventHandler ( this . miAlignBottoms_Click ) ;
//
// miAlignMiddles
//
this . miAlignMiddles . Name = "miAlignMiddles" ;
2018-12-30 13:00:32 +03:00
this . miAlignMiddles . Size = new System . Drawing . Size ( 172 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miAlignMiddles . Text = "M_ALIGN_MIDDLES" ;
this . miAlignMiddles . Click + = new System . EventHandler ( this . miAlignMiddles_Click ) ;
//
// miAlignCenters
//
this . miAlignCenters . Name = "miAlignCenters" ;
2018-12-30 13:00:32 +03:00
this . miAlignCenters . Size = new System . Drawing . Size ( 172 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miAlignCenters . Text = "M_ALIGN_CENTERS" ;
this . miAlignCenters . Click + = new System . EventHandler ( this . miAlignCenters_Click ) ;
//
// miAlignToGrid
//
this . miAlignToGrid . Name = "miAlignToGrid" ;
2018-12-30 13:00:32 +03:00
this . miAlignToGrid . Size = new System . Drawing . Size ( 172 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miAlignToGrid . Text = "M_ALIGN_TO_GRID" ;
this . miAlignToGrid . Click + = new System . EventHandler ( this . miAlignToGrid_Click ) ;
//
// miCenter
//
this . miCenter . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . miCenterHorizontally ,
this . miCenterVertically } ) ;
this . miCenter . Name = "miCenter" ;
2022-07-10 14:51:51 +03:00
this . miCenter . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miCenter . Text = "M_CENTER" ;
//
// miCenterHorizontally
//
this . miCenterHorizontally . Name = "miCenterHorizontally" ;
2018-12-30 13:00:32 +03:00
this . miCenterHorizontally . Size = new System . Drawing . Size ( 209 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miCenterHorizontally . Text = "M_CENTER_HORIZONTALLY" ;
this . miCenterHorizontally . Click + = new System . EventHandler ( this . miCenterHorizontally_Click ) ;
//
// miCenterVertically
//
this . miCenterVertically . Name = "miCenterVertically" ;
2018-12-30 13:00:32 +03:00
this . miCenterVertically . Size = new System . Drawing . Size ( 209 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miCenterVertically . Text = "M_CENTER_VERTICALLY" ;
this . miCenterVertically . Click + = new System . EventHandler ( this . miCenterVertically_Click ) ;
//
// miSizeTo
//
this . miSizeTo . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . miSizeToControl ,
this . miSizeToControlWidth ,
this . miSizeToControlHeight ,
this . miSizeToGrid } ) ;
this . miSizeTo . Name = "miSizeTo" ;
2022-07-10 14:51:51 +03:00
this . miSizeTo . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miSizeTo . Text = "M_SIZE_TO" ;
//
// miSizeToControl
//
this . miSizeToControl . Name = "miSizeToControl" ;
2018-12-30 13:00:32 +03:00
this . miSizeToControl . Size = new System . Drawing . Size ( 227 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miSizeToControl . Text = "M_SIZE_TO_CONTROL" ;
this . miSizeToControl . Click + = new System . EventHandler ( this . miSizeToControl_Click ) ;
//
// miSizeToControlWidth
//
this . miSizeToControlWidth . Name = "miSizeToControlWidth" ;
2018-12-30 13:00:32 +03:00
this . miSizeToControlWidth . Size = new System . Drawing . Size ( 227 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miSizeToControlWidth . Text = "M_SIZE_TO_CONTROL_WIDTH" ;
this . miSizeToControlWidth . Click + = new System . EventHandler ( this . miSizeToControlWidth_Click ) ;
//
// miSizeToControlHeight
//
this . miSizeToControlHeight . Name = "miSizeToControlHeight" ;
2018-12-30 13:00:32 +03:00
this . miSizeToControlHeight . Size = new System . Drawing . Size ( 227 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miSizeToControlHeight . Text = "M_SIZE_TO_CONTROL_HEIGHT" ;
this . miSizeToControlHeight . Click + = new System . EventHandler ( this . miSizeToControlHeight_Click ) ;
//
// miSizeToGrid
//
this . miSizeToGrid . Name = "miSizeToGrid" ;
2018-12-30 13:00:32 +03:00
this . miSizeToGrid . Size = new System . Drawing . Size ( 227 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miSizeToGrid . Text = "M_SIZE_TO_GRID" ;
this . miSizeToGrid . Click + = new System . EventHandler ( this . miSizeToGrid_Click ) ;
//
// miZOrder
//
this . miZOrder . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . miBringToFront ,
this . miSendToBack } ) ;
this . miZOrder . Name = "miZOrder" ;
2022-07-10 14:51:51 +03:00
this . miZOrder . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miZOrder . Text = "M_Z_ORDER" ;
//
// miBringToFront
//
this . miBringToFront . Name = "miBringToFront" ;
2018-12-30 13:00:32 +03:00
this . miBringToFront . Size = new System . Drawing . Size ( 179 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miBringToFront . Text = "M_BRING_TO_FRONT" ;
this . miBringToFront . Click + = new System . EventHandler ( this . miBringToFront_Click ) ;
//
// miSendToBack
//
this . miSendToBack . Name = "miSendToBack" ;
2018-12-30 13:00:32 +03:00
this . miSendToBack . Size = new System . Drawing . Size ( 179 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miSendToBack . Text = "M_SEND_TO_BACK" ;
this . miSendToBack . Click + = new System . EventHandler ( this . miSendToBack_Click ) ;
//
// miTabOrder
//
this . miTabOrder . Name = "miTabOrder" ;
2022-07-10 14:51:51 +03:00
this . miTabOrder . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ,
2019-07-06 19:00:03 +03:00
this . mAUTOINSERTToolStripMenuItem ,
2015-05-14 22:35:07 +03:00
this . tsGotoDefinition ,
this . tsGotoRealization ,
this . tsFindAllReferences ,
this . miGenerateRealization ,
2020-08-26 08:53:11 +03:00
this . mFORMATToolStripMenuItem ,
this . mUNITTESTSToolStripMenuItem } ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2019-01-04 23:09:13 +03:00
this . mrService . Size = new System . Drawing . Size ( 82 , 20 ) ;
2015-05-14 22:35:07 +03:00
this . mrService . Text = "MR_SERVICE" ;
//
// mOPTIONSToolStripMenuItem
//
this . mOPTIONSToolStripMenuItem . Image = global :: VisualPascalABC . Properties . Resources . Icons_16x16_Options ;
this . mOPTIONSToolStripMenuItem . Name = "mOPTIONSToolStripMenuItem" ;
2018-12-30 13:00:32 +03:00
this . mOPTIONSToolStripMenuItem . Size = new System . Drawing . Size ( 282 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . mOPTIONSToolStripMenuItem . Text = "M_OPTIONS" ;
this . mOPTIONSToolStripMenuItem . Click + = new System . EventHandler ( this . mOPTIONSToolStripMenuItem_Click ) ;
//
// tssmIntellisence
//
this . tssmIntellisence . Name = "tssmIntellisence" ;
2018-12-30 13:00:32 +03:00
this . tssmIntellisence . Size = new System . Drawing . Size ( 279 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
2019-07-26 12:27:20 +03:00
// 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 ) ;
//
2015-05-14 22:35:07 +03:00
// tsGotoDefinition
//
this . tsGotoDefinition . Enabled = false ;
this . tsGotoDefinition . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "tsGotoDefinition.Image" ) ) ) ;
this . tsGotoDefinition . Name = "tsGotoDefinition" ;
this . tsGotoDefinition . ShortcutKeyDisplayString = "Ctrl+Enter" ;
2018-12-30 13:00:32 +03:00
this . tsGotoDefinition . Size = new System . Drawing . Size ( 282 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2018-12-30 13:00:32 +03:00
this . tsGotoRealization . Size = new System . Drawing . Size ( 282 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . tsGotoRealization . Text = "M_GOTO_REALIZATION" ;
//
// tsFindAllReferences
//
this . tsFindAllReferences . Name = "tsFindAllReferences" ;
2018-12-30 13:00:32 +03:00
this . tsFindAllReferences . Size = new System . Drawing . Size ( 282 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2020-08-26 08:53:11 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . miGenerateRealization . Size = new System . Drawing . Size ( 282 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . mFORMATToolStripMenuItem . Size = new System . Drawing . Size ( 282 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . mFORMATToolStripMenuItem . Text = "M_FORMAT" ;
this . mFORMATToolStripMenuItem . Click + = new System . EventHandler ( this . mFORMATToolStripMenuItem_Click ) ;
//
2020-08-26 08:53:11 +03:00
// 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 ) ;
//
2015-05-14 22:35:07 +03:00
// miPlugins
//
this . miPlugins . Name = "miPlugins" ;
2019-01-04 23:09:13 +03:00
this . miPlugins . Size = new System . Drawing . Size ( 82 , 20 ) ;
2015-05-14 22:35:07 +03:00
this . miPlugins . Text = "MR_PLUGINS" ;
this . miPlugins . Visible = false ;
//
// mrHelp
//
this . mrHelp . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . tsHelp ,
this . mMAINFEATURESToolStripMenuItem ,
this . toolStripMenuItem1 ,
this . toolStripMenuItem5 ,
this . toolStripSeparator6 ,
2016-09-16 22:14:49 +03:00
this . miCheckUpdates ,
2015-05-14 22:35:07 +03:00
this . miAbout } ) ;
this . mrHelp . Name = "mrHelp" ;
2019-01-04 23:09:13 +03:00
this . mrHelp . Size = new System . Drawing . Size ( 64 , 20 ) ;
2015-05-14 22:35:07 +03:00
this . mrHelp . Text = "MR_HELP" ;
//
// tsHelp
//
this . tsHelp . Name = "tsHelp" ;
this . tsHelp . ShortcutKeyDisplayString = "F1" ;
2022-07-10 14:51:51 +03:00
this . tsHelp . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . tsHelp . Text = "M_HELP" ;
this . tsHelp . Click + = new System . EventHandler ( this . tsHelp_Click ) ;
//
// mMAINFEATURESToolStripMenuItem
//
this . mMAINFEATURESToolStripMenuItem . Name = "mMAINFEATURESToolStripMenuItem" ;
2022-07-10 14:51:51 +03:00
this . mMAINFEATURESToolStripMenuItem . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . mMAINFEATURESToolStripMenuItem . Text = "M_MAINFEATURES" ;
this . mMAINFEATURESToolStripMenuItem . Click + = new System . EventHandler ( this . mMAINFEATURESToolStripMenuItem_Click ) ;
//
// toolStripMenuItem1
//
this . toolStripMenuItem1 . Name = "toolStripMenuItem1" ;
2022-07-10 14:51:51 +03:00
this . toolStripMenuItem1 . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . toolStripMenuItem1 . Text = "M_OPENSAMPLES" ;
this . toolStripMenuItem1 . Click + = new System . EventHandler ( this . toolStripMenuItem1_Click_1 ) ;
//
// toolStripMenuItem5
//
this . toolStripMenuItem5 . Name = "toolStripMenuItem5" ;
2022-07-10 14:51:51 +03:00
this . toolStripMenuItem5 . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . toolStripMenuItem5 . Text = "M_OPENTUTORIAL" ;
this . toolStripMenuItem5 . Click + = new System . EventHandler ( this . toolStripMenuItem5_Click ) ;
//
// toolStripSeparator6
//
this . toolStripSeparator6 . Name = "toolStripSeparator6" ;
2022-07-10 14:51:51 +03:00
this . toolStripSeparator6 . Size = new System . Drawing . Size ( 177 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
2017-04-11 22:53:44 +03:00
// miCheckUpdates
//
this . miCheckUpdates . Name = "miCheckUpdates" ;
2022-07-10 14:51:51 +03:00
this . miCheckUpdates . Size = new System . Drawing . Size ( 180 , 22 ) ;
2017-04-11 22:53:44 +03:00
this . miCheckUpdates . Text = "M_CHECKUPDATES" ;
this . miCheckUpdates . Click + = new System . EventHandler ( this . miCheckUpdates_Click ) ;
//
2015-05-14 22:35:07 +03:00
// miAbout
//
this . miAbout . Name = "miAbout" ;
2022-07-10 14:51:51 +03:00
this . miAbout . Size = new System . Drawing . Size ( 180 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . miAbout . Text = "M_ABOUT" ;
this . miAbout . Click + = new System . EventHandler ( this . miAboutToolStripMenuItem_Click ) ;
//
// statusStrip1
//
this . statusStrip1 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . toolStripStatusLabel5 ,
this . toolStripStatusLabel1 ,
this . slLine ,
this . toolStripStatusLabel2 ,
2020-09-06 17:36:17 +03:00
this . slCol ,
this . HealthLabel } ) ;
2018-12-30 13:00:32 +03:00
this . statusStrip1 . Location = new System . Drawing . Point ( 0 , 801 ) ;
2015-05-14 22:35:07 +03:00
this . statusStrip1 . Name = "statusStrip1" ;
this . statusStrip1 . Padding = new System . Windows . Forms . Padding ( 1 , 0 , 21 , 0 ) ;
2018-12-30 13:00:32 +03:00
this . statusStrip1 . Size = new System . Drawing . Size ( 1156 , 24 ) ;
2015-05-14 22:35:07 +03:00
this . statusStrip1 . TabIndex = 4 ;
this . statusStrip1 . Text = "statusStrip1" ;
//
// toolStripStatusLabel5
//
this . toolStripStatusLabel5 . Name = "toolStripStatusLabel5" ;
2022-07-10 14:51:51 +03:00
this . toolStripStatusLabel5 . Size = new System . Drawing . Size ( 939 , 19 ) ;
2015-05-14 22:35:07 +03:00
this . toolStripStatusLabel5 . Spring = true ;
this . toolStripStatusLabel5 . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// toolStripStatusLabel1
//
this . toolStripStatusLabel1 . Name = "toolStripStatusLabel1" ;
2018-12-30 13:00:32 +03:00
this . toolStripStatusLabel1 . Size = new System . Drawing . Size ( 40 , 19 ) ;
2015-05-14 22:35:07 +03:00
this . toolStripStatusLabel1 . Text = "SB_LN" ;
//
// slLine
//
this . slLine . Name = "slLine" ;
2018-12-30 13:00:32 +03:00
this . slLine . Size = new System . Drawing . Size ( 42 , 19 ) ;
2015-05-14 22:35:07 +03:00
this . slLine . Text = " numb" ;
this . slLine . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// toolStripStatusLabel2
//
this . toolStripStatusLabel2 . Name = "toolStripStatusLabel2" ;
2018-12-30 13:00:32 +03:00
this . toolStripStatusLabel2 . Size = new System . Drawing . Size ( 48 , 19 ) ;
2015-05-14 22:35:07 +03:00
this . toolStripStatusLabel2 . Text = "SB_COL" ;
//
// slCol
//
this . slCol . AutoSize = false ;
this . slCol . AutoToolTip = true ;
this . slCol . Name = "slCol" ;
2020-09-06 17:36:17 +03:00
this . slCol . Size = new System . Drawing . Size ( 46 , 19 ) ;
2015-05-14 22:35:07 +03:00
this . slCol . Text = " numb" ;
this . slCol . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
2020-09-06 17:36:17 +03:00
// HealthLabel
//
2020-09-14 21:14:08 +03:00
this . HealthLabel . AutoToolTip = true ;
2020-09-06 17:36:17 +03:00
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 , 19 ) ;
this . HealthLabel . Text = " " ;
2020-09-14 21:14:08 +03:00
this . HealthLabel . ToolTipText = "Здоровье PascalABC.NET программы" ;
2020-09-06 17:36:17 +03:00
this . HealthLabel . Click + = new System . EventHandler ( this . HealthLabel_Click ) ;
//
2015-05-14 22:35:07 +03:00
// 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" ;
2022-07-10 14:51:51 +03:00
this . cmClose . Size = new System . Drawing . Size ( 190 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmClose . Text = "M_CLOSE" ;
this . cmClose . Click + = new System . EventHandler ( this . miClose_Click ) ;
//
// cmCloseAllButThis
//
this . cmCloseAllButThis . Name = "cmCloseAllButThis" ;
2022-07-10 14:51:51 +03:00
this . cmCloseAllButThis . Size = new System . Drawing . Size ( 190 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmCloseAllButThis . Text = "M_CLOSEALLBUTTHIS" ;
this . cmCloseAllButThis . Click + = new System . EventHandler ( this . miCloseNonActive_Click ) ;
//
// contextMenuStrip1
//
this . contextMenuStrip1 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . cmClose ,
this . cmCloseAllButThis ,
this . cmSave ,
this . cmSetActive } ) ;
this . contextMenuStrip1 . Name = "contextMenuStrip1" ;
2022-07-10 14:51:51 +03:00
this . contextMenuStrip1 . Size = new System . Drawing . Size ( 191 , 92 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2022-07-10 14:51:51 +03:00
this . cmSave . Size = new System . Drawing . Size ( 190 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmSave . Text = "M_SAVE" ;
this . cmSave . Click + = new System . EventHandler ( this . miSave_Click ) ;
//
// cmSetActive
//
this . cmSetActive . Name = "cmSetActive" ;
2022-07-10 14:51:51 +03:00
this . cmSetActive . Size = new System . Drawing . Size ( 190 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ,
2017-04-11 22:53:44 +03:00
this . cmCollapseRegions ,
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmEditor . Size = new System . Drawing . Size ( 222 , 336 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmGotoDefinition . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmGotoRealization . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmGotoRealization . Text = "M_GOTO_REALIZATION" ;
//
// cmFindAllReferences
//
this . cmFindAllReferences . Enabled = false ;
this . cmFindAllReferences . Name = "cmFindAllReferences" ;
2022-07-10 14:51:51 +03:00
this . cmFindAllReferences . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmGenerateRealization . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmFormat . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmFormat . Text = "M_FORMAT" ;
this . cmFormat . Click + = new System . EventHandler ( this . cmFormat_Click ) ;
//
2017-04-11 22:53:44 +03:00
// cmCollapseRegions
//
this . cmCollapseRegions . Name = "cmCollapseRegions" ;
2022-07-10 14:51:51 +03:00
this . cmCollapseRegions . Size = new System . Drawing . Size ( 221 , 22 ) ;
2017-04-11 22:53:44 +03:00
this . cmCollapseRegions . Text = "M_COLLAPSE_REGIONS" ;
this . cmCollapseRegions . Click + = new System . EventHandler ( this . cmCollapseRegions_Click ) ;
//
2015-05-14 22:35:07 +03:00
// mNEWASPToolStripMenuItem
//
this . mNEWASPToolStripMenuItem . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "mNEWASPToolStripMenuItem.Image" ) ) ) ;
this . mNEWASPToolStripMenuItem . Name = "mNEWASPToolStripMenuItem" ;
2022-07-10 14:51:51 +03:00
this . mNEWASPToolStripMenuItem . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmsCodeCompletion . Size = new System . Drawing . Size ( 218 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// 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 ) ) ) ;
2022-07-10 14:51:51 +03:00
this . cmCut . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2022-07-10 14:51:51 +03:00
this . cmCopy . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2022-07-10 14:51:51 +03:00
this . cmPaste . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmPaste . Text = "M_PASTE" ;
this . cmPaste . Click + = new System . EventHandler ( this . miPaste_Click ) ;
//
// toolStripSeparator5
//
this . toolStripSeparator5 . Name = "toolStripSeparator5" ;
2022-07-10 14:51:51 +03:00
this . toolStripSeparator5 . Size = new System . Drawing . Size ( 218 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// 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 ;
2022-07-10 14:51:51 +03:00
this . cmRun . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmRun . Text = "M_RUN_DEBUG" ;
this . cmRun . Click + = new System . EventHandler ( this . StartMenuItem_Click ) ;
//
// toolStripSeparator12
//
this . toolStripSeparator12 . Name = "toolStripSeparator12" ;
2022-07-10 14:51:51 +03:00
this . toolStripSeparator12 . Size = new System . Drawing . Size ( 218 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// 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 ) ) ) ;
2022-07-10 14:51:51 +03:00
this . cntxt_miAddExpr . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cntxt_miAddExpr . Text = "M_ADD_EXPR" ;
this . cntxt_miAddExpr . Click + = new System . EventHandler ( this . miAddExpr_Click ) ;
//
// toolStripSeparator15
//
this . toolStripSeparator15 . Name = "toolStripSeparator15" ;
2022-07-10 14:51:51 +03:00
this . toolStripSeparator15 . Size = new System . Drawing . Size ( 218 , 6 ) ;
2015-05-14 22:35:07 +03:00
//
// cmHelp
//
this . cmHelp . Name = "cmHelp" ;
2022-07-10 14:51:51 +03:00
this . cmHelp . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmHelp . Text = "M_HELP" ;
this . cmHelp . Click + = new System . EventHandler ( this . cmHelp_Click ) ;
//
// cmSamples
//
this . cmSamples . Name = "cmSamples" ;
2022-07-10 14:51:51 +03:00
this . cmSamples . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmSamples . Text = "M_SAMPLES" ;
this . cmSamples . Click + = new System . EventHandler ( this . cmSamples_Click ) ;
//
// columnHeader1
//
this . columnHeader1 . Text = "" ;
this . columnHeader1 . Width = 22 ;
//
// columnHeader2
//
2015-12-28 14:25:15 +03:00
this . columnHeader2 . Text = "Строка" ;
2015-05-14 22:35:07 +03:00
this . columnHeader2 . Width = 16 ;
//
// columnHeader3
//
2015-12-28 14:25:15 +03:00
this . columnHeader3 . Text = "Ошибка" ;
2015-05-14 22:35:07 +03:00
this . columnHeader3 . Width = 269 ;
//
// columnHeader4
//
2015-12-28 14:25:15 +03:00
this . columnHeader4 . Text = "Файл" ;
2015-05-14 22:35:07 +03:00
this . columnHeader4 . Width = 95 ;
//
// columnHeader5
//
2015-12-28 14:25:15 +03:00
this . columnHeader5 . Text = "Путь к файлу" ;
2015-05-14 22:35:07 +03:00
//
// MainDockPanel
//
this . MainDockPanel . ActiveAutoHideContent = null ;
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . MainDockPanel . Location = new System . Drawing . Point ( 0 , 63 ) ;
2015-05-14 22:35:07 +03:00
this . MainDockPanel . Margin = new System . Windows . Forms . Padding ( 4 , 5 , 4 , 5 ) ;
this . MainDockPanel . Name = "MainDockPanel" ;
this . MainDockPanel . RightToLeftLayout = true ;
2018-12-30 13:00:32 +03:00
this . MainDockPanel . Size = new System . Drawing . Size ( 1156 , 738 ) ;
2015-05-14 22:35:07 +03:00
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 ) ) ) ;
2018-12-30 13:00:32 +03:00
this . toolStripPanel . Location = new System . Drawing . Point ( 0 , 24 ) ;
2015-05-14 22:35:07 +03:00
this . toolStripPanel . Margin = new System . Windows . Forms . Padding ( 3 , 2 , 3 , 2 ) ;
this . toolStripPanel . Name = "toolStripPanel" ;
this . toolStripPanel . Size = new System . Drawing . Size ( 1156 , 39 ) ;
this . toolStripPanel . TabIndex = 13 ;
//
// cmBreakpointCondition
//
this . cmBreakpointCondition . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . mDELETEBREAKPOINTToolStripMenuItem ,
this . mBREAKPOINTCONDITIONToolStripMenuItem1 } ) ;
this . cmBreakpointCondition . Name = "cmBreakpointCondition" ;
2022-07-10 14:51:51 +03:00
this . cmBreakpointCondition . Size = new System . Drawing . Size ( 229 , 48 ) ;
2015-05-14 22:35:07 +03:00
//
// mDELETEBREAKPOINTToolStripMenuItem
//
this . mDELETEBREAKPOINTToolStripMenuItem . Name = "mDELETEBREAKPOINTToolStripMenuItem" ;
2022-07-10 14:51:51 +03:00
this . mDELETEBREAKPOINTToolStripMenuItem . Size = new System . Drawing . Size ( 228 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . mDELETEBREAKPOINTToolStripMenuItem . Text = "M_DELETE_BREAKPOINT" ;
this . mDELETEBREAKPOINTToolStripMenuItem . Click + = new System . EventHandler ( this . mDELETEBREAKPOINTToolStripMenuItem_Click ) ;
//
// mBREAKPOINTCONDITIONToolStripMenuItem1
//
this . mBREAKPOINTCONDITIONToolStripMenuItem1 . Name = "mBREAKPOINTCONDITIONToolStripMenuItem1" ;
2022-07-10 14:51:51 +03:00
this . mBREAKPOINTCONDITIONToolStripMenuItem1 . Size = new System . Drawing . Size ( 228 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 . 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" ;
2022-07-10 14:51:51 +03:00
this . cm_Designer . Size = new System . Drawing . Size ( 194 , 246 ) ;
2015-05-14 22:35:07 +03:00
//
// cmViewCode
//
this . cmViewCode . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "cmViewCode.Image" ) ) ) ;
this . cmViewCode . Name = "cmViewCode" ;
2022-07-10 14:51:51 +03:00
this . cmViewCode . Size = new System . Drawing . Size ( 193 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiDelete . Size = new System . Drawing . Size ( 193 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiCopy . Size = new System . Drawing . Size ( 193 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiCut . Size = new System . Drawing . Size ( 193 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiPaste . Size = new System . Drawing . Size ( 193 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiAlign . Size = new System . Drawing . Size ( 193 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmiAlign . Text = "M_ALIGN" ;
//
// cmiAlignLefts
//
this . cmiAlignLefts . Image = global :: VisualPascalABC . Properties . Resources . AlignObjectsLeftHS ;
this . cmiAlignLefts . Name = "cmiAlignLefts" ;
2022-07-10 14:51:51 +03:00
this . cmiAlignLefts . Size = new System . Drawing . Size ( 181 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiAlignRights . Size = new System . Drawing . Size ( 181 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiAlignTops . Size = new System . Drawing . Size ( 181 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiAlignBottoms . Size = new System . Drawing . Size ( 181 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiAlignMiddles . Size = new System . Drawing . Size ( 181 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiAlignCenters . Size = new System . Drawing . Size ( 181 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiAlignToGrid . Size = new System . Drawing . Size ( 181 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiCenter . Size = new System . Drawing . Size ( 193 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmiCenter . Text = "M_CENTER" ;
//
// cmiCenterHorizontally
//
this . cmiCenterHorizontally . Name = "cmiCenterHorizontally" ;
2022-07-10 14:51:51 +03:00
this . cmiCenterHorizontally . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmiCenterHorizontally . Text = "M_CENTER_HORIZONTALLY" ;
this . cmiCenterHorizontally . Click + = new System . EventHandler ( this . cmiCenterHorizontally_Click ) ;
//
// cmiCenterVertically
//
this . cmiCenterVertically . Name = "cmiCenterVertically" ;
2022-07-10 14:51:51 +03:00
this . cmiCenterVertically . Size = new System . Drawing . Size ( 221 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiSizeTo . Size = new System . Drawing . Size ( 193 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmiSizeTo . Text = "M_SIZE_TO" ;
//
// cmiSizeToControl
//
this . cmiSizeToControl . Name = "cmiSizeToControl" ;
2022-07-10 14:51:51 +03:00
this . cmiSizeToControl . Size = new System . Drawing . Size ( 236 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmiSizeToControl . Text = "M_SIZE_TO_CONTROL" ;
this . cmiSizeToControl . Click + = new System . EventHandler ( this . cmiSizeToControl_Click ) ;
//
// cmiSizeToControlWidth
//
this . cmiSizeToControlWidth . Name = "cmiSizeToControlWidth" ;
2022-07-10 14:51:51 +03:00
this . cmiSizeToControlWidth . Size = new System . Drawing . Size ( 236 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmiSizeToControlWidth . Text = "M_SIZE_TO_CONTROL_WIDTH" ;
this . cmiSizeToControlWidth . Click + = new System . EventHandler ( this . cmiSizeToControlWidth_Click ) ;
//
// cmiSizeToControlHeight
//
this . cmiSizeToControlHeight . Name = "cmiSizeToControlHeight" ;
2022-07-10 14:51:51 +03:00
this . cmiSizeToControlHeight . Size = new System . Drawing . Size ( 236 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmiSizeToControlHeight . Text = "M_SIZE_TO_CONTROL_HEIGHT" ;
this . cmiSizeToControlHeight . Click + = new System . EventHandler ( this . cmiSizeToControlHeight_Click ) ;
//
// cmiSizeToGrid
//
this . cmiSizeToGrid . Name = "cmiSizeToGrid" ;
2022-07-10 14:51:51 +03:00
this . cmiSizeToGrid . Size = new System . Drawing . Size ( 236 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiZOrder . Size = new System . Drawing . Size ( 193 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmiZOrder . Text = "M_Z_ORDER" ;
//
// cmiBringToFront
//
this . cmiBringToFront . Image = global :: VisualPascalABC . Properties . Resources . BringToFrontHS ;
this . cmiBringToFront . Name = "cmiBringToFront" ;
2022-07-10 14:51:51 +03:00
this . cmiBringToFront . Size = new System . Drawing . Size ( 185 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiSendToBack . Size = new System . Drawing . Size ( 185 , 22 ) ;
2015-05-14 22:35:07 +03:00
this . cmiSendToBack . Text = "M_SEND_TO_BACK" ;
this . cmiSendToBack . Click + = new System . EventHandler ( this . cmiSendToBack_Click ) ;
//
// cmiTabOrder
//
this . cmiTabOrder . Name = "cmiTabOrder" ;
2022-07-10 14:51:51 +03:00
this . cmiTabOrder . Size = new System . Drawing . Size ( 193 , 22 ) ;
2015-05-14 22:35:07 +03:00
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" ;
2022-07-10 14:51:51 +03:00
this . cmiProperties . Size = new System . Drawing . Size ( 193 , 22 ) ;
2015-05-14 22:35:07 +03:00
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 ( 1156 , 825 ) ;
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 . toolStrip1 . ResumeLayout ( false ) ;
this . toolStrip1 . PerformLayout ( ) ;
this . menuStrip1 . ResumeLayout ( false ) ;
this . menuStrip1 . 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 ;
2019-07-28 23:53:15 +03:00
public WeifenLuo . WinFormsUI . Docking . DockPanel MainDockPanel ;
2015-05-14 22:35:07 +03:00
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 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 ;
2016-09-16 22:14:49 +03:00
private System . Windows . Forms . ToolStripMenuItem miCheckUpdates ;
2017-04-11 22:53:44 +03:00
private System . Windows . Forms . ToolStripMenuItem cmCollapseRegions ;
2017-06-16 18:10:36 +03:00
private System . Windows . Forms . ToolStripMenuItem tsDisassembly ;
2019-07-06 19:00:03 +03:00
private System . Windows . Forms . ToolStripButton tsAutoInsertCode ;
private System . Windows . Forms . ToolStripMenuItem mAUTOINSERTToolStripMenuItem ;
2020-08-26 08:53:11 +03:00
private System . Windows . Forms . ToolStripMenuItem mUNITTESTSToolStripMenuItem ;
2020-09-05 20:39:31 +03:00
private System . Windows . Forms . ToolStripButton toolStripButton1 ;
2020-09-06 17:36:17 +03:00
private System . Windows . Forms . ToolStripStatusLabel HealthLabel ;
2015-05-14 22:35:07 +03:00
}
}