Sfall-ScriptEditor

Форк
0
/
TextEditor.Designer.cs 
3035 строк · 195.2 Кб
1
namespace ScriptEditor {
2
    partial class TextEditor {
3
        /// <summary>
4
        /// Required designer variable.
5
        /// </summary>
6
        private System.ComponentModel.IContainer components = null;
7

8
        /// <summary>
9
        /// Clean up any resources being used.
10
        /// </summary>
11
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12
        protected override void Dispose(bool disposing) {
13
            if(disposing && (components != null)) {
14
                components.Dispose();
15
            }
16
            base.Dispose(disposing);
17
        }
18

19
        #region Windows Form Designer generated code
20

21
        /// <summary>
22
        /// Required method for Designer support - do not modify
23
        /// the contents of this method with the code editor.
24
        /// </summary>
25
        private void InitializeComponent() {
26
            this.components = new System.ComponentModel.Container();
27
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextEditor));
28
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
29
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
30
            this.panel1 = new System.Windows.Forms.Panel();
31
            this.splitContainer3 = new System.Windows.Forms.SplitContainer();
32
            this.FunctionTreeLeft = new System.Windows.Forms.TreeView();
33
            this.cmsFunctions = new System.Windows.Forms.ContextMenuStrip(this.components);
34
            this.addUserFunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35
            this.editFunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36
            this.toolStripSeparator51 = new System.Windows.Forms.ToolStripSeparator();
37
            this.addTreeNodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38
            this.renameTreeNodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39
            this.toolStripSeparator52 = new System.Windows.Forms.ToolStripSeparator();
40
            this.deleteNodeFuncToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
42
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
43
            this.TabClose_button = new System.Windows.Forms.Button();
44
            this.Split_button = new System.Windows.Forms.Button();
45
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
46
            this.SearchToolStrip = new System.Windows.Forms.ToolStrip();
47
            this.CaseButton = new System.Windows.Forms.ToolStripButton();
48
            this.WholeWordButton = new System.Windows.Forms.ToolStripButton();
49
            this.toolStripSeparator23 = new System.Windows.Forms.ToolStripSeparator();
50
            this.SendtoolStripButton = new System.Windows.Forms.ToolStripButton();
51
            this.SearchTextComboBox = new System.Windows.Forms.ToolStripComboBox();
52
            this.FindForwardButton = new System.Windows.Forms.ToolStripButton();
53
            this.FindBackButton = new System.Windows.Forms.ToolStripButton();
54
            this.toolStripSeparator22 = new System.Windows.Forms.ToolStripSeparator();
55
            this.ReplaceButton = new System.Windows.Forms.ToolStripButton();
56
            this.ReplaceTextBox = new System.Windows.Forms.ToolStripTextBox();
57
            this.ReplaceAllButton = new System.Windows.Forms.ToolStripButton();
58
            this.SearchHideStripButton = new System.Windows.Forms.ToolStripButton();
59
            this.minimizelog_button = new System.Windows.Forms.Button();
60
            this.tabControl2 = new System.Windows.Forms.TabControl();
61
            this.tabPageParse = new System.Windows.Forms.TabPage();
62
            this.tbOutputParse = new System.Windows.Forms.TextBox();
63
            this.tabPageBuild = new System.Windows.Forms.TabPage();
64
            this.tbOutput = new System.Windows.Forms.TextBox();
65
            this.tabPageError = new System.Windows.Forms.TabPage();
66
            this.cmsError = new System.Windows.Forms.ContextMenuStrip(this.components);
67
            this.tsmCopyLogText = new System.Windows.Forms.ToolStripMenuItem();
68
            this.toolStripSeparator44 = new System.Windows.Forms.ToolStripSeparator();
69
            this.refreshLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
70
            this.autoRefreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
71
            this.toolStripSeparator47 = new System.Windows.Forms.ToolStripSeparator();
72
            this.tsmShowParserLog = new System.Windows.Forms.ToolStripMenuItem();
73
            this.tsmShowBuildLog = new System.Windows.Forms.ToolStripMenuItem();
74
            this.toolStripSeparator43 = new System.Windows.Forms.ToolStripSeparator();
75
            this.tsmiClearAllLog = new System.Windows.Forms.ToolStripMenuItem();
76
            this.dgvErrors = new System.Windows.Forms.DataGridView();
77
            this.cType = new System.Windows.Forms.DataGridViewTextBoxColumn();
78
            this.cFile = new System.Windows.Forms.DataGridViewTextBoxColumn();
79
            this.cLine = new System.Windows.Forms.DataGridViewTextBoxColumn();
80
            this.cMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
81
            this.tabControl3 = new System.Windows.Forms.TabControl();
82
            this.tabPage4 = new System.Windows.Forms.TabPage();
83
            this.ProcTree = new System.Windows.Forms.TreeView();
84
            this.ProcMnContext = new System.Windows.Forms.ContextMenuStrip(this.components);
85
            this.editNodeCodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
86
            this.toolStripSeparator38 = new System.Windows.Forms.ToolStripSeparator();
87
            this.createProcedureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
88
            this.renameProcedureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
89
            this.toolStripSeparator20 = new System.Windows.Forms.ToolStripSeparator();
90
            this.moveProcedureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
91
            this.deleteProcedureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
92
            this.toolStripProcedures = new System.Windows.Forms.ToolStrip();
93
            this.GoBeginStripButton = new System.Windows.Forms.ToolStripButton();
94
            this.OnlyProcStripButton = new System.Windows.Forms.ToolStripButton();
95
            this.toolStripSeparator19 = new System.Windows.Forms.ToolStripSeparator();
96
            this.NewProcStripButton = new System.Windows.Forms.ToolStripButton();
97
            this.toolStripSeparator31 = new System.Windows.Forms.ToolStripSeparator();
98
            this.toolStripSeparator32 = new System.Windows.Forms.ToolStripSeparator();
99
            this.ViewArgsStripButton = new System.Windows.Forms.ToolStripButton();
100
            this.toolStripSeparator35 = new System.Windows.Forms.ToolStripSeparator();
101
            this.tabPage6 = new System.Windows.Forms.TabPage();
102
            this.FunctionsTree = new System.Windows.Forms.TreeView();
103
            this.tpExplorerFiles = new System.Windows.Forms.TabPage();
104
            this.treeProjectFiles = new System.Windows.Forms.TreeView();
105
            this.toolStripSolution = new System.Windows.Forms.ToolStrip();
106
            this.tsbSetProjectFolder = new System.Windows.Forms.ToolStripButton();
107
            this.toolStripSeparator57 = new System.Windows.Forms.ToolStripSeparator();
108
            this.statusStrip = new System.Windows.Forms.StatusStrip();
109
            this.EmptyStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
110
            this.LineStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
111
            this.ColStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
112
            this.FontSizeStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
113
            this.ToolStripMain = new System.Windows.Forms.ToolStrip();
114
            this.FunctionButton = new System.Windows.Forms.ToolStripButton();
115
            this.toolStripSeparator27 = new System.Windows.Forms.ToolStripSeparator();
116
            this.New_toolStripDropDownButton = new System.Windows.Forms.ToolStripSplitButton();
117
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
118
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
119
            this.Open_toolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
120
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
121
            this.recentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
122
            this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
123
            this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
124
            this.Save_toolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
125
            this.Save_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
126
            this.SaveAll_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
127
            this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
128
            this.SaveAs_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
129
            this.saveAsTemplateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
130
            this.toolStripSeparator48 = new System.Windows.Forms.ToolStripSeparator();
131
            this.saveUTF8ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
132
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
133
            this.tsbSaveAll = new System.Windows.Forms.ToolStripButton();
134
            this.toolStripSeparator55 = new System.Windows.Forms.ToolStripSeparator();
135
            this.Outline_toolStripButton = new System.Windows.Forms.ToolStripButton();
136
            this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
137
            this.Undo_toolStripButton = new System.Windows.Forms.ToolStripButton();
138
            this.Redo_ToolStripButton = new System.Windows.Forms.ToolStripButton();
139
            this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
140
            this.DecIndentStripButton = new System.Windows.Forms.ToolStripButton();
141
            this.CommentStripButton = new System.Windows.Forms.ToolStripButton();
142
            this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
143
            this.Search_toolStripButton = new System.Windows.Forms.ToolStripSplitButton();
144
            this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
145
            this.findNextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
146
            this.findPreviousToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
147
            this.toolStripSeparator33 = new System.Windows.Forms.ToolStripSeparator();
148
            this.quickFindToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
149
            this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
150
            this.Back_toolStripButton = new System.Windows.Forms.ToolStripButton();
151
            this.Forward_toolStripButton = new System.Windows.Forms.ToolStripButton();
152
            this.GotoProc_StripButton = new System.Windows.Forms.ToolStripSplitButton();
153
            this.gotoToLineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
154
            this.toolStripSeparator21 = new System.Windows.Forms.ToolStripSeparator();
155
            this.Edit_toolStripButton = new System.Windows.Forms.ToolStripDropDownButton();
156
            this.splitDocumentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
157
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
158
            this.ToggleBlockCommentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
159
            this.capitalizeCaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
160
            this.toolStripSeparator40 = new System.Windows.Forms.ToolStripSeparator();
161
            this.leadingTabsSpacesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
162
            this.allTabsSpacesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
163
            this.toolStripSeparator39 = new System.Windows.Forms.ToolStripSeparator();
164
            this.trailingSpacesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
165
            this.formatCodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
166
            this.toolStripSeparator45 = new System.Windows.Forms.ToolStripSeparator();
167
            this.tsmMessageTextChecker = new System.Windows.Forms.ToolStripMenuItem();
168
            this.showAutocompleteWordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
169
            this.toolStripSeparator41 = new System.Windows.Forms.ToolStripSeparator();
170
            this.showTabsAndSpacesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
171
            this.toolStripSeparator42 = new System.Windows.Forms.ToolStripSeparator();
172
            this.Script_toolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
173
            this.editRegisteredScriptsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
174
            this.toolStripSeparator26 = new System.Windows.Forms.ToolStripSeparator();
175
            this.defineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
176
            this.Headers_toolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
177
            this.includeFileToCodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
178
            this.openAllIncludesScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
179
            this.toolStripSeparator50 = new System.Windows.Forms.ToolStripSeparator();
180
            this.openHeaderFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
181
            this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
182
            this.MSG_toolStripButton = new System.Windows.Forms.ToolStripSplitButton();
183
            this.msgFileEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
184
            this.dialogNodesDiagramToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
185
            this.previewDialogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
186
            this.toolStripSeparator24 = new System.Windows.Forms.ToolStripSeparator();
187
            this.dialogFunctionConfigToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
188
            this.toolStripSeparator53 = new System.Windows.Forms.ToolStripSeparator();
189
            this.msgAutoOpenEditorStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
190
            this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
191
            this.qCompile_toolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
192
            this.Compile_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
193
            this.CompileAllOpen_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
194
            this.toolStripSeparator34 = new System.Windows.Forms.ToolStripSeparator();
195
            this.MassCompile_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
196
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
197
            this.Preprocess_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
198
            this.roundtripToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
199
            this.toolStripSeparator25 = new System.Windows.Forms.ToolStripSeparator();
200
            this.decompileF1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
201
            this.oldDecompileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
202
            this.toolStripSeparator49 = new System.Windows.Forms.ToolStripSeparator();
203
            this.pDefineStripComboBox = new System.Windows.Forms.ToolStripComboBox();
204
            this.Help_toolStripButton = new System.Windows.Forms.ToolStripSplitButton();
205
            this.About_toolStripButton = new System.Windows.Forms.ToolStripMenuItem();
206
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
207
            this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
208
            this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
209
            this.tsmSetProjectFolder = new System.Windows.Forms.ToolStripMenuItem();
210
            this.Settings_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
211
            this.encodingMessagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
212
            this.windowsDefaultMenuItem = new System.Windows.Forms.ToolStripMenuItem();
213
            this.EncodingDOSmenuItem = new System.Windows.Forms.ToolStripMenuItem();
214
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
215
            this.win32RenderTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
216
            this.caretSoftwareModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
217
            this.toolStripSeparator30 = new System.Windows.Forms.ToolStripSeparator();
218
            this.ParsingErrorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
219
            this.showIndentLineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
220
            this.textLineNumberToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
221
            this.toolStripSeparator46 = new System.Windows.Forms.ToolStripSeparator();
222
            this.browserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
223
            this.showLogWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
224
            this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
225
            this.decIndentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
226
            this.funcToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
227
            this.gotoProcToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
228
            this.createProcToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
229
            this.tsbUpdateParserData = new System.Windows.Forms.ToolStripButton();
230
            this.toolStripSeparator56 = new System.Windows.Forms.ToolStripSeparator();
231
            this.tslProject = new System.Windows.Forms.ToolStripLabel();
232
            this.cmsTabControls = new System.Windows.Forms.ContextMenuStrip(this.components);
233
            this.openFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
234
            this.openInExternalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
235
            this.toolStripSeparator37 = new System.Windows.Forms.ToolStripSeparator();
236
            this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
237
            this.closeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
238
            this.closeAllButThisToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
239
            this.ofdScripts = new System.Windows.Forms.OpenFileDialog();
240
            this.sfdScripts = new System.Windows.Forms.SaveFileDialog();
241
            this.fbdMassCompile = new System.Windows.Forms.FolderBrowserDialog();
242
            this.bwSyntaxParser = new System.ComponentModel.BackgroundWorker();
243
            this.editorMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
244
            this.highlightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
245
            this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
246
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
247
            this.findDeclerationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
248
            this.findDefinitionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
249
            this.findReferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
250
            this.toolStripSeparator36 = new System.Windows.Forms.ToolStripSeparator();
251
            this.openIncludeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
252
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
253
            this.convertHexDecToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
254
            this.toolStripSeparator54 = new System.Windows.Forms.ToolStripSeparator();
255
            this.UpperCaseToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
256
            this.LowerCaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
257
            this.toolStripSeparator29 = new System.Windows.Forms.ToolStripSeparator();
258
            this.cutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
259
            this.copyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
260
            this.pasteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
261
            this.toolStripSeparator28 = new System.Windows.Forms.ToolStripSeparator();
262
            this.commentTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
263
            this.uncommentTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
264
            this.AlignToLeftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
265
            this.formatingCodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
266
            this.toolTips = new System.Windows.Forms.ToolTip(this.components);
267
            this.fbdProjectFolder = new System.Windows.Forms.FolderBrowserDialog();
268
            this.tabControl1 = new DraggableTabControl();
269
            this.panel1.SuspendLayout();
270
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
271
            this.splitContainer3.Panel1.SuspendLayout();
272
            this.splitContainer3.Panel2.SuspendLayout();
273
            this.splitContainer3.SuspendLayout();
274
            this.cmsFunctions.SuspendLayout();
275
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
276
            this.splitContainer2.Panel1.SuspendLayout();
277
            this.splitContainer2.Panel2.SuspendLayout();
278
            this.splitContainer2.SuspendLayout();
279
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
280
            this.splitContainer1.Panel1.SuspendLayout();
281
            this.splitContainer1.Panel2.SuspendLayout();
282
            this.splitContainer1.SuspendLayout();
283
            this.SearchToolStrip.SuspendLayout();
284
            this.tabControl2.SuspendLayout();
285
            this.tabPageParse.SuspendLayout();
286
            this.tabPageBuild.SuspendLayout();
287
            this.tabPageError.SuspendLayout();
288
            this.cmsError.SuspendLayout();
289
            ((System.ComponentModel.ISupportInitialize)(this.dgvErrors)).BeginInit();
290
            this.tabControl3.SuspendLayout();
291
            this.tabPage4.SuspendLayout();
292
            this.ProcMnContext.SuspendLayout();
293
            this.toolStripProcedures.SuspendLayout();
294
            this.tabPage6.SuspendLayout();
295
            this.tpExplorerFiles.SuspendLayout();
296
            this.toolStripSolution.SuspendLayout();
297
            this.statusStrip.SuspendLayout();
298
            this.ToolStripMain.SuspendLayout();
299
            this.cmsTabControls.SuspendLayout();
300
            this.editorMenuStrip.SuspendLayout();
301
            this.SuspendLayout();
302
            // 
303
            // panel1
304
            // 
305
            this.panel1.Controls.Add(this.splitContainer3);
306
            this.panel1.Controls.Add(this.ToolStripMain);
307
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
308
            this.panel1.Location = new System.Drawing.Point(0, 0);
309
            this.panel1.Name = "panel1";
310
            this.panel1.Size = new System.Drawing.Size(1290, 707);
311
            this.panel1.TabIndex = 2;
312
            // 
313
            // splitContainer3
314
            // 
315
            this.splitContainer3.BackColor = System.Drawing.SystemColors.Control;
316
            this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
317
            this.splitContainer3.Location = new System.Drawing.Point(0, 25);
318
            this.splitContainer3.Name = "splitContainer3";
319
            // 
320
            // splitContainer3.Panel1
321
            // 
322
            this.splitContainer3.Panel1.Controls.Add(this.FunctionTreeLeft);
323
            this.splitContainer3.Panel1.Padding = new System.Windows.Forms.Padding(3, 2, 1, 4);
324
            // 
325
            // splitContainer3.Panel2
326
            // 
327
            this.splitContainer3.Panel2.Controls.Add(this.splitContainer2);
328
            this.splitContainer3.Size = new System.Drawing.Size(1290, 682);
329
            this.splitContainer3.SplitterDistance = 28;
330
            this.splitContainer3.TabIndex = 6;
331
            this.splitContainer3.TabStop = false;
332
            // 
333
            // FunctionTreeLeft
334
            // 
335
            this.FunctionTreeLeft.BackColor = System.Drawing.Color.GhostWhite;
336
            this.FunctionTreeLeft.ContextMenuStrip = this.cmsFunctions;
337
            this.FunctionTreeLeft.Dock = System.Windows.Forms.DockStyle.Fill;
338
            this.FunctionTreeLeft.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
339
            this.FunctionTreeLeft.ForeColor = System.Drawing.SystemColors.WindowText;
340
            this.FunctionTreeLeft.Indent = 18;
341
            this.FunctionTreeLeft.LineColor = System.Drawing.Color.Silver;
342
            this.FunctionTreeLeft.Location = new System.Drawing.Point(3, 2);
343
            this.FunctionTreeLeft.Name = "FunctionTreeLeft";
344
            this.FunctionTreeLeft.ShowNodeToolTips = true;
345
            this.FunctionTreeLeft.Size = new System.Drawing.Size(24, 676);
346
            this.FunctionTreeLeft.TabIndex = 0;
347
            this.FunctionTreeLeft.TabStop = false;
348
            this.FunctionTreeLeft.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.FunctionsTree_NodeMouseClick);
349
            this.FunctionTreeLeft.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FunctionTree_MouseMove);
350
            // 
351
            // cmsFunctions
352
            // 
353
            this.cmsFunctions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
354
            this.addUserFunctionToolStripMenuItem,
355
            this.editFunctionToolStripMenuItem,
356
            this.toolStripSeparator51,
357
            this.addTreeNodeToolStripMenuItem,
358
            this.renameTreeNodeToolStripMenuItem,
359
            this.toolStripSeparator52,
360
            this.deleteNodeFuncToolStripMenuItem});
361
            this.cmsFunctions.Name = "cmsFunctions";
362
            this.cmsFunctions.ShowImageMargin = false;
363
            this.cmsFunctions.Size = new System.Drawing.Size(164, 126);
364
            this.cmsFunctions.Opening += new System.ComponentModel.CancelEventHandler(this.cmsFunctions_Opening);
365
            // 
366
            // addUserFunctionToolStripMenuItem
367
            // 
368
            this.addUserFunctionToolStripMenuItem.Name = "addUserFunctionToolStripMenuItem";
369
            this.addUserFunctionToolStripMenuItem.ShowShortcutKeys = false;
370
            this.addUserFunctionToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
371
            this.addUserFunctionToolStripMenuItem.Text = "Add User Function";
372
            this.addUserFunctionToolStripMenuItem.Click += new System.EventHandler(this.addUserFunctionToolStripMenuItem_Click);
373
            // 
374
            // editFunctionToolStripMenuItem
375
            // 
376
            this.editFunctionToolStripMenuItem.Name = "editFunctionToolStripMenuItem";
377
            this.editFunctionToolStripMenuItem.ShowShortcutKeys = false;
378
            this.editFunctionToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
379
            this.editFunctionToolStripMenuItem.Text = "Edit User Function";
380
            this.editFunctionToolStripMenuItem.Click += new System.EventHandler(this.editDescriptionToolStripMenuItem_Click);
381
            // 
382
            // toolStripSeparator51
383
            // 
384
            this.toolStripSeparator51.Name = "toolStripSeparator51";
385
            this.toolStripSeparator51.Size = new System.Drawing.Size(160, 6);
386
            // 
387
            // addTreeNodeToolStripMenuItem
388
            // 
389
            this.addTreeNodeToolStripMenuItem.Name = "addTreeNodeToolStripMenuItem";
390
            this.addTreeNodeToolStripMenuItem.ShowShortcutKeys = false;
391
            this.addTreeNodeToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
392
            this.addTreeNodeToolStripMenuItem.Text = "Add Tree Node";
393
            this.addTreeNodeToolStripMenuItem.Click += new System.EventHandler(this.addTreeNodeToolStripMenuItem_Click);
394
            // 
395
            // renameTreeNodeToolStripMenuItem
396
            // 
397
            this.renameTreeNodeToolStripMenuItem.Name = "renameTreeNodeToolStripMenuItem";
398
            this.renameTreeNodeToolStripMenuItem.ShowShortcutKeys = false;
399
            this.renameTreeNodeToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
400
            this.renameTreeNodeToolStripMenuItem.Text = "Rename Tree Node";
401
            this.renameTreeNodeToolStripMenuItem.Click += new System.EventHandler(this.renameTreeNodeToolStripMenuItem_Click);
402
            // 
403
            // toolStripSeparator52
404
            // 
405
            this.toolStripSeparator52.Name = "toolStripSeparator52";
406
            this.toolStripSeparator52.Size = new System.Drawing.Size(160, 6);
407
            // 
408
            // deleteNodeFuncToolStripMenuItem
409
            // 
410
            this.deleteNodeFuncToolStripMenuItem.Name = "deleteNodeFuncToolStripMenuItem";
411
            this.deleteNodeFuncToolStripMenuItem.ShowShortcutKeys = false;
412
            this.deleteNodeFuncToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
413
            this.deleteNodeFuncToolStripMenuItem.Text = "Delete Node/Function";
414
            this.deleteNodeFuncToolStripMenuItem.Click += new System.EventHandler(this.deleteNodeFuncToolStripMenuItem_Click);
415
            // 
416
            // splitContainer2
417
            // 
418
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
419
            this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
420
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
421
            this.splitContainer2.Name = "splitContainer2";
422
            // 
423
            // splitContainer2.Panel1
424
            // 
425
            this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
426
            this.splitContainer2.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
427
            // 
428
            // splitContainer2.Panel2
429
            // 
430
            this.splitContainer2.Panel2.Controls.Add(this.tabControl3);
431
            this.splitContainer2.Panel2.Controls.Add(this.statusStrip);
432
            this.splitContainer2.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
433
            this.splitContainer2.Size = new System.Drawing.Size(1258, 682);
434
            this.splitContainer2.SplitterDistance = 987;
435
            this.splitContainer2.SplitterWidth = 3;
436
            this.splitContainer2.TabIndex = 4;
437
            this.splitContainer2.TabStop = false;
438
            // 
439
            // splitContainer1
440
            // 
441
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
442
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
443
            this.splitContainer1.Name = "splitContainer1";
444
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
445
            // 
446
            // splitContainer1.Panel1
447
            // 
448
            this.splitContainer1.Panel1.Controls.Add(this.TabClose_button);
449
            this.splitContainer1.Panel1.Controls.Add(this.Split_button);
450
            this.splitContainer1.Panel1.Controls.Add(this.tabControl1);
451
            this.splitContainer1.Panel1.Controls.Add(this.SearchToolStrip);
452
            this.splitContainer1.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
453
            this.splitContainer1.Panel1MinSize = 200;
454
            // 
455
            // splitContainer1.Panel2
456
            // 
457
            this.splitContainer1.Panel2.Controls.Add(this.minimizelog_button);
458
            this.splitContainer1.Panel2.Controls.Add(this.tabControl2);
459
            this.splitContainer1.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
460
            this.splitContainer1.Size = new System.Drawing.Size(987, 682);
461
            this.splitContainer1.SplitterDistance = 626;
462
            this.splitContainer1.SplitterWidth = 2;
463
            this.splitContainer1.TabIndex = 3;
464
            this.splitContainer1.TabStop = false;
465
            // 
466
            // TabClose_button
467
            // 
468
            this.TabClose_button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
469
            this.TabClose_button.BackColor = System.Drawing.SystemColors.ButtonFace;
470
            this.TabClose_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
471
            this.TabClose_button.ForeColor = System.Drawing.Color.Black;
472
            this.TabClose_button.Image = ((System.Drawing.Image)(resources.GetObject("TabClose_button.Image")));
473
            this.TabClose_button.Location = new System.Drawing.Point(965, 28);
474
            this.TabClose_button.Name = "TabClose_button";
475
            this.TabClose_button.Size = new System.Drawing.Size(18, 18);
476
            this.TabClose_button.TabIndex = 0;
477
            this.TabClose_button.TabStop = false;
478
            this.TabClose_button.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
479
            this.toolTips.SetToolTip(this.TabClose_button, "Close this document");
480
            this.TabClose_button.UseVisualStyleBackColor = true;
481
            this.TabClose_button.Visible = false;
482
            this.TabClose_button.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
483
            // 
484
            // Split_button
485
            // 
486
            this.Split_button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
487
            this.Split_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
488
            this.Split_button.ForeColor = System.Drawing.Color.Black;
489
            this.Split_button.Image = ((System.Drawing.Image)(resources.GetObject("Split_button.Image")));
490
            this.Split_button.Location = new System.Drawing.Point(966, 606);
491
            this.Split_button.Name = "Split_button";
492
            this.Split_button.Size = new System.Drawing.Size(16, 16);
493
            this.Split_button.TabIndex = 2;
494
            this.Split_button.TabStop = false;
495
            this.toolTips.SetToolTip(this.Split_button, "Split document");
496
            this.Split_button.UseVisualStyleBackColor = true;
497
            this.Split_button.Visible = false;
498
            this.Split_button.Click += new System.EventHandler(this.SplitDoc_Click);
499
            // 
500
            // imageList1
501
            // 
502
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
503
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
504
            this.imageList1.Images.SetKeyName(0, "save.png");
505
            this.imageList1.Images.SetKeyName(1, "nosave.png");
506
            // 
507
            // SearchToolStrip
508
            // 
509
            this.SearchToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
510
            this.CaseButton,
511
            this.WholeWordButton,
512
            this.toolStripSeparator23,
513
            this.SendtoolStripButton,
514
            this.SearchTextComboBox,
515
            this.FindForwardButton,
516
            this.FindBackButton,
517
            this.toolStripSeparator22,
518
            this.ReplaceButton,
519
            this.ReplaceTextBox,
520
            this.ReplaceAllButton,
521
            this.SearchHideStripButton});
522
            this.SearchToolStrip.Location = new System.Drawing.Point(0, 0);
523
            this.SearchToolStrip.Name = "SearchToolStrip";
524
            this.SearchToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
525
            this.SearchToolStrip.Size = new System.Drawing.Size(987, 25);
526
            this.SearchToolStrip.TabIndex = 3;
527
            this.SearchToolStrip.Resize += new System.EventHandler(this.SearchToolStrip_Resize);
528
            // 
529
            // CaseButton
530
            // 
531
            this.CaseButton.CheckOnClick = true;
532
            this.CaseButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
533
            this.CaseButton.Image = ((System.Drawing.Image)(resources.GetObject("CaseButton.Image")));
534
            this.CaseButton.ImageTransparentColor = System.Drawing.Color.Magenta;
535
            this.CaseButton.Name = "CaseButton";
536
            this.CaseButton.Size = new System.Drawing.Size(23, 22);
537
            this.CaseButton.Text = "Match case";
538
            // 
539
            // WholeWordButton
540
            // 
541
            this.WholeWordButton.CheckOnClick = true;
542
            this.WholeWordButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
543
            this.WholeWordButton.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
544
            this.WholeWordButton.ForeColor = System.Drawing.Color.RoyalBlue;
545
            this.WholeWordButton.Image = ((System.Drawing.Image)(resources.GetObject("WholeWordButton.Image")));
546
            this.WholeWordButton.ImageTransparentColor = System.Drawing.Color.Magenta;
547
            this.WholeWordButton.Name = "WholeWordButton";
548
            this.WholeWordButton.Size = new System.Drawing.Size(27, 22);
549
            this.WholeWordButton.Text = "W";
550
            this.WholeWordButton.ToolTipText = "Whole word";
551
            // 
552
            // toolStripSeparator23
553
            // 
554
            this.toolStripSeparator23.Name = "toolStripSeparator23";
555
            this.toolStripSeparator23.Size = new System.Drawing.Size(6, 25);
556
            // 
557
            // SendtoolStripButton
558
            // 
559
            this.SendtoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
560
            this.SendtoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("SendtoolStripButton.Image")));
561
            this.SendtoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
562
            this.SendtoolStripButton.Name = "SendtoolStripButton";
563
            this.SendtoolStripButton.Size = new System.Drawing.Size(23, 22);
564
            this.SendtoolStripButton.ToolTipText = "Send word under cursor.";
565
            this.SendtoolStripButton.Click += new System.EventHandler(this.SendtoolStripButton_Click);
566
            // 
567
            // SearchTextComboBox
568
            // 
569
            this.SearchTextComboBox.AutoSize = false;
570
            this.SearchTextComboBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(255)))));
571
            this.SearchTextComboBox.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
572
            this.SearchTextComboBox.MaxDropDownItems = 16;
573
            this.SearchTextComboBox.Name = "SearchTextComboBox";
574
            this.SearchTextComboBox.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
575
            this.SearchTextComboBox.Size = new System.Drawing.Size(150, 22);
576
            this.SearchTextComboBox.ToolTipText = "Search text";
577
            // 
578
            // FindForwardButton
579
            // 
580
            this.FindForwardButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
581
            this.FindForwardButton.Image = ((System.Drawing.Image)(resources.GetObject("FindForwardButton.Image")));
582
            this.FindForwardButton.ImageTransparentColor = System.Drawing.Color.Magenta;
583
            this.FindForwardButton.Name = "FindForwardButton";
584
            this.FindForwardButton.Size = new System.Drawing.Size(23, 22);
585
            this.FindForwardButton.Text = "Find Forward";
586
            this.FindForwardButton.ToolTipText = "Find Forward [F3]";
587
            this.FindForwardButton.Click += new System.EventHandler(this.FindForwardButton_Click);
588
            // 
589
            // FindBackButton
590
            // 
591
            this.FindBackButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
592
            this.FindBackButton.Image = ((System.Drawing.Image)(resources.GetObject("FindBackButton.Image")));
593
            this.FindBackButton.ImageTransparentColor = System.Drawing.Color.Magenta;
594
            this.FindBackButton.Name = "FindBackButton";
595
            this.FindBackButton.Size = new System.Drawing.Size(23, 22);
596
            this.FindBackButton.Text = "Find Back [Ctrl+F3]";
597
            this.FindBackButton.ToolTipText = "Find Back [Shift+F3]";
598
            this.FindBackButton.Click += new System.EventHandler(this.FindBackButton_Click);
599
            // 
600
            // toolStripSeparator22
601
            // 
602
            this.toolStripSeparator22.AutoSize = false;
603
            this.toolStripSeparator22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
604
            this.toolStripSeparator22.Name = "toolStripSeparator22";
605
            this.toolStripSeparator22.Size = new System.Drawing.Size(6, 25);
606
            // 
607
            // ReplaceButton
608
            // 
609
            this.ReplaceButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
610
            this.ReplaceButton.Image = ((System.Drawing.Image)(resources.GetObject("ReplaceButton.Image")));
611
            this.ReplaceButton.ImageTransparentColor = System.Drawing.Color.Black;
612
            this.ReplaceButton.Name = "ReplaceButton";
613
            this.ReplaceButton.Size = new System.Drawing.Size(23, 22);
614
            this.ReplaceButton.Text = "Replace";
615
            this.ReplaceButton.Click += new System.EventHandler(this.ReplaceButton_Click);
616
            // 
617
            // ReplaceTextBox
618
            // 
619
            this.ReplaceTextBox.AutoSize = false;
620
            this.ReplaceTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(255)))));
621
            this.ReplaceTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
622
            this.ReplaceTextBox.HideSelection = false;
623
            this.ReplaceTextBox.Name = "ReplaceTextBox";
624
            this.ReplaceTextBox.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
625
            this.ReplaceTextBox.Size = new System.Drawing.Size(150, 22);
626
            this.ReplaceTextBox.ToolTipText = "Replace text";
627
            // 
628
            // ReplaceAllButton
629
            // 
630
            this.ReplaceAllButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
631
            this.ReplaceAllButton.Image = ((System.Drawing.Image)(resources.GetObject("ReplaceAllButton.Image")));
632
            this.ReplaceAllButton.ImageTransparentColor = System.Drawing.Color.Magenta;
633
            this.ReplaceAllButton.Name = "ReplaceAllButton";
634
            this.ReplaceAllButton.Size = new System.Drawing.Size(23, 22);
635
            this.ReplaceAllButton.Text = "Replace All";
636
            this.ReplaceAllButton.Click += new System.EventHandler(this.ReplaceAllButton_Click);
637
            // 
638
            // SearchHideStripButton
639
            // 
640
            this.SearchHideStripButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
641
            this.SearchHideStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
642
            this.SearchHideStripButton.Image = ((System.Drawing.Image)(resources.GetObject("SearchHideStripButton.Image")));
643
            this.SearchHideStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
644
            this.SearchHideStripButton.Name = "SearchHideStripButton";
645
            this.SearchHideStripButton.Size = new System.Drawing.Size(23, 22);
646
            this.SearchHideStripButton.Text = "Hide panel";
647
            this.SearchHideStripButton.Click += new System.EventHandler(this.Search_Panel);
648
            // 
649
            // minimizelog_button
650
            // 
651
            this.minimizelog_button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
652
            this.minimizelog_button.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
653
            this.minimizelog_button.Image = ((System.Drawing.Image)(resources.GetObject("minimizelog_button.Image")));
654
            this.minimizelog_button.Location = new System.Drawing.Point(964, -1);
655
            this.minimizelog_button.Name = "minimizelog_button";
656
            this.minimizelog_button.Size = new System.Drawing.Size(20, 20);
657
            this.minimizelog_button.TabIndex = 6;
658
            this.minimizelog_button.TabStop = false;
659
            this.minimizelog_button.Tag = "0";
660
            this.toolTips.SetToolTip(this.minimizelog_button, "Minimize Log");
661
            this.minimizelog_button.UseVisualStyleBackColor = true;
662
            this.minimizelog_button.Click += new System.EventHandler(this.minimize_log_button_Click);
663
            // 
664
            // tabControl2
665
            // 
666
            this.tabControl2.Controls.Add(this.tabPageParse);
667
            this.tabControl2.Controls.Add(this.tabPageBuild);
668
            this.tabControl2.Controls.Add(this.tabPageError);
669
            this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
670
            this.tabControl2.ItemSize = new System.Drawing.Size(75, 18);
671
            this.tabControl2.Location = new System.Drawing.Point(0, 0);
672
            this.tabControl2.Name = "tabControl2";
673
            this.tabControl2.SelectedIndex = 0;
674
            this.tabControl2.ShowToolTips = true;
675
            this.tabControl2.Size = new System.Drawing.Size(987, 54);
676
            this.tabControl2.TabIndex = 1;
677
            this.tabControl2.TabStop = false;
678
            this.tabControl2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tabControl2_MouseClick);
679
            // 
680
            // tabPageParse
681
            // 
682
            this.tabPageParse.Controls.Add(this.tbOutputParse);
683
            this.tabPageParse.Location = new System.Drawing.Point(4, 22);
684
            this.tabPageParse.Name = "tabPageParse";
685
            this.tabPageParse.Size = new System.Drawing.Size(979, 28);
686
            this.tabPageParse.TabIndex = 2;
687
            this.tabPageParse.Text = "Parser";
688
            this.tabPageParse.ToolTipText = "Parser output log";
689
            this.tabPageParse.UseVisualStyleBackColor = true;
690
            // 
691
            // tbOutputParse
692
            // 
693
            this.tbOutputParse.AcceptsReturn = true;
694
            this.tbOutputParse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(35)))));
695
            this.tbOutputParse.Dock = System.Windows.Forms.DockStyle.Fill;
696
            this.tbOutputParse.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
697
            this.tbOutputParse.ForeColor = System.Drawing.Color.Cornsilk;
698
            this.tbOutputParse.Location = new System.Drawing.Point(0, 0);
699
            this.tbOutputParse.Margin = new System.Windows.Forms.Padding(0);
700
            this.tbOutputParse.MaxLength = 327670000;
701
            this.tbOutputParse.Multiline = true;
702
            this.tbOutputParse.Name = "tbOutputParse";
703
            this.tbOutputParse.ReadOnly = true;
704
            this.tbOutputParse.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
705
            this.tbOutputParse.Size = new System.Drawing.Size(979, 28);
706
            this.tbOutputParse.TabIndex = 1;
707
            this.tbOutputParse.TabStop = false;
708
            // 
709
            // tabPageBuild
710
            // 
711
            this.tabPageBuild.Controls.Add(this.tbOutput);
712
            this.tabPageBuild.Location = new System.Drawing.Point(4, 22);
713
            this.tabPageBuild.Name = "tabPageBuild";
714
            this.tabPageBuild.Size = new System.Drawing.Size(979, 28);
715
            this.tabPageBuild.TabIndex = 0;
716
            this.tabPageBuild.Text = "Build";
717
            this.tabPageBuild.ToolTipText = "Build output log";
718
            this.tabPageBuild.UseVisualStyleBackColor = true;
719
            // 
720
            // tbOutput
721
            // 
722
            this.tbOutput.AcceptsReturn = true;
723
            this.tbOutput.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(35)))));
724
            this.tbOutput.Dock = System.Windows.Forms.DockStyle.Fill;
725
            this.tbOutput.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
726
            this.tbOutput.ForeColor = System.Drawing.Color.Cornsilk;
727
            this.tbOutput.Location = new System.Drawing.Point(0, 0);
728
            this.tbOutput.Multiline = true;
729
            this.tbOutput.Name = "tbOutput";
730
            this.tbOutput.ReadOnly = true;
731
            this.tbOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
732
            this.tbOutput.Size = new System.Drawing.Size(979, 28);
733
            this.tbOutput.TabIndex = 0;
734
            this.tbOutput.TabStop = false;
735
            // 
736
            // tabPageError
737
            // 
738
            this.tabPageError.ContextMenuStrip = this.cmsError;
739
            this.tabPageError.Controls.Add(this.dgvErrors);
740
            this.tabPageError.Location = new System.Drawing.Point(4, 22);
741
            this.tabPageError.Name = "tabPageError";
742
            this.tabPageError.Size = new System.Drawing.Size(979, 28);
743
            this.tabPageError.TabIndex = 1;
744
            this.tabPageError.Text = "Errors";
745
            this.tabPageError.UseVisualStyleBackColor = true;
746
            // 
747
            // cmsError
748
            // 
749
            this.cmsError.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
750
            this.tsmCopyLogText,
751
            this.toolStripSeparator44,
752
            this.refreshLogToolStripMenuItem,
753
            this.autoRefreshToolStripMenuItem,
754
            this.toolStripSeparator47,
755
            this.tsmShowParserLog,
756
            this.tsmShowBuildLog,
757
            this.toolStripSeparator43,
758
            this.tsmiClearAllLog});
759
            this.cmsError.Name = "cmsError";
760
            this.cmsError.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
761
            this.cmsError.Size = new System.Drawing.Size(158, 154);
762
            // 
763
            // tsmCopyLogText
764
            // 
765
            this.tsmCopyLogText.Name = "tsmCopyLogText";
766
            this.tsmCopyLogText.ShowShortcutKeys = false;
767
            this.tsmCopyLogText.Size = new System.Drawing.Size(157, 22);
768
            this.tsmCopyLogText.Text = "Copy select text";
769
            this.tsmCopyLogText.Click += new System.EventHandler(this.tsmCopyLogText_Click);
770
            // 
771
            // toolStripSeparator44
772
            // 
773
            this.toolStripSeparator44.Name = "toolStripSeparator44";
774
            this.toolStripSeparator44.Size = new System.Drawing.Size(154, 6);
775
            // 
776
            // refreshLogToolStripMenuItem
777
            // 
778
            this.refreshLogToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("refreshLogToolStripMenuItem.Image")));
779
            this.refreshLogToolStripMenuItem.Name = "refreshLogToolStripMenuItem";
780
            this.refreshLogToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
781
            this.refreshLogToolStripMenuItem.Text = "Refresh log";
782
            this.refreshLogToolStripMenuItem.Click += new System.EventHandler(this.RefreshLog_Click);
783
            // 
784
            // autoRefreshToolStripMenuItem
785
            // 
786
            this.autoRefreshToolStripMenuItem.CheckOnClick = true;
787
            this.autoRefreshToolStripMenuItem.Name = "autoRefreshToolStripMenuItem";
788
            this.autoRefreshToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
789
            this.autoRefreshToolStripMenuItem.Text = "Auto Refresh";
790
            // 
791
            // toolStripSeparator47
792
            // 
793
            this.toolStripSeparator47.Name = "toolStripSeparator47";
794
            this.toolStripSeparator47.Size = new System.Drawing.Size(154, 6);
795
            // 
796
            // tsmShowParserLog
797
            // 
798
            this.tsmShowParserLog.Checked = true;
799
            this.tsmShowParserLog.CheckOnClick = true;
800
            this.tsmShowParserLog.CheckState = System.Windows.Forms.CheckState.Checked;
801
            this.tsmShowParserLog.Name = "tsmShowParserLog";
802
            this.tsmShowParserLog.ShowShortcutKeys = false;
803
            this.tsmShowParserLog.Size = new System.Drawing.Size(157, 22);
804
            this.tsmShowParserLog.Text = "Show parser log";
805
            this.tsmShowParserLog.Click += new System.EventHandler(this.RefreshLog_Click);
806
            // 
807
            // tsmShowBuildLog
808
            // 
809
            this.tsmShowBuildLog.Checked = true;
810
            this.tsmShowBuildLog.CheckOnClick = true;
811
            this.tsmShowBuildLog.CheckState = System.Windows.Forms.CheckState.Checked;
812
            this.tsmShowBuildLog.Name = "tsmShowBuildLog";
813
            this.tsmShowBuildLog.ShowShortcutKeys = false;
814
            this.tsmShowBuildLog.Size = new System.Drawing.Size(157, 22);
815
            this.tsmShowBuildLog.Text = "Show build log";
816
            this.tsmShowBuildLog.Click += new System.EventHandler(this.RefreshLog_Click);
817
            // 
818
            // toolStripSeparator43
819
            // 
820
            this.toolStripSeparator43.Name = "toolStripSeparator43";
821
            this.toolStripSeparator43.Size = new System.Drawing.Size(154, 6);
822
            // 
823
            // tsmiClearAllLog
824
            // 
825
            this.tsmiClearAllLog.Name = "tsmiClearAllLog";
826
            this.tsmiClearAllLog.ShowShortcutKeys = false;
827
            this.tsmiClearAllLog.Size = new System.Drawing.Size(157, 22);
828
            this.tsmiClearAllLog.Text = "Clear All";
829
            this.tsmiClearAllLog.Click += new System.EventHandler(this.tsmiClearAllLog_Click);
830
            // 
831
            // dgvErrors
832
            // 
833
            this.dgvErrors.AllowUserToAddRows = false;
834
            this.dgvErrors.AllowUserToDeleteRows = false;
835
            this.dgvErrors.AllowUserToResizeRows = false;
836
            this.dgvErrors.BackgroundColor = System.Drawing.SystemColors.Control;
837
            this.dgvErrors.BorderStyle = System.Windows.Forms.BorderStyle.None;
838
            this.dgvErrors.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
839
            this.dgvErrors.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
840
            this.cType,
841
            this.cFile,
842
            this.cLine,
843
            this.cMessage});
844
            this.dgvErrors.Dock = System.Windows.Forms.DockStyle.Fill;
845
            this.dgvErrors.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
846
            this.dgvErrors.Location = new System.Drawing.Point(0, 0);
847
            this.dgvErrors.MultiSelect = false;
848
            this.dgvErrors.Name = "dgvErrors";
849
            this.dgvErrors.ReadOnly = true;
850
            this.dgvErrors.RowHeadersVisible = false;
851
            this.dgvErrors.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
852
            this.dgvErrors.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
853
            this.dgvErrors.Size = new System.Drawing.Size(979, 28);
854
            this.dgvErrors.TabIndex = 0;
855
            this.dgvErrors.TabStop = false;
856
            this.dgvErrors.DoubleClick += new System.EventHandler(this.dgvErrors_DoubleClick);
857
            // 
858
            // cType
859
            // 
860
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
861
            this.cType.DefaultCellStyle = dataGridViewCellStyle3;
862
            this.cType.HeaderText = "Type";
863
            this.cType.Name = "cType";
864
            this.cType.ReadOnly = true;
865
            this.cType.Width = 55;
866
            // 
867
            // cFile
868
            // 
869
            this.cFile.HeaderText = "File";
870
            this.cFile.Name = "cFile";
871
            this.cFile.ReadOnly = true;
872
            // 
873
            // cLine
874
            // 
875
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
876
            this.cLine.DefaultCellStyle = dataGridViewCellStyle4;
877
            this.cLine.HeaderText = "Line";
878
            this.cLine.Name = "cLine";
879
            this.cLine.ReadOnly = true;
880
            this.cLine.Width = 40;
881
            // 
882
            // cMessage
883
            // 
884
            this.cMessage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
885
            this.cMessage.HeaderText = "Message";
886
            this.cMessage.Name = "cMessage";
887
            this.cMessage.ReadOnly = true;
888
            // 
889
            // tabControl3
890
            // 
891
            this.tabControl3.Controls.Add(this.tabPage4);
892
            this.tabControl3.Controls.Add(this.tabPage6);
893
            this.tabControl3.Controls.Add(this.tpExplorerFiles);
894
            this.tabControl3.Dock = System.Windows.Forms.DockStyle.Fill;
895
            this.tabControl3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
896
            this.tabControl3.ImageList = this.imageList1;
897
            this.tabControl3.ItemSize = new System.Drawing.Size(60, 18);
898
            this.tabControl3.Location = new System.Drawing.Point(0, 0);
899
            this.tabControl3.Name = "tabControl3";
900
            this.tabControl3.Padding = new System.Drawing.Point(0, 0);
901
            this.tabControl3.SelectedIndex = 0;
902
            this.tabControl3.ShowToolTips = true;
903
            this.tabControl3.Size = new System.Drawing.Size(265, 654);
904
            this.tabControl3.TabIndex = 1;
905
            this.tabControl3.TabStop = false;
906
            // 
907
            // tabPage4
908
            // 
909
            this.tabPage4.BackColor = System.Drawing.SystemColors.ControlLightLight;
910
            this.tabPage4.Controls.Add(this.ProcTree);
911
            this.tabPage4.Controls.Add(this.toolStripProcedures);
912
            this.tabPage4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
913
            this.tabPage4.ForeColor = System.Drawing.SystemColors.ControlText;
914
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
915
            this.tabPage4.Name = "tabPage4";
916
            this.tabPage4.Padding = new System.Windows.Forms.Padding(0, 0, 2, 2);
917
            this.tabPage4.Size = new System.Drawing.Size(257, 628);
918
            this.tabPage4.TabIndex = 0;
919
            this.tabPage4.Text = "Procedures";
920
            this.tabPage4.ToolTipText = "List of script procedures";
921
            // 
922
            // ProcTree
923
            // 
924
            this.ProcTree.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(255)))));
925
            this.ProcTree.ContextMenuStrip = this.ProcMnContext;
926
            this.ProcTree.Cursor = System.Windows.Forms.Cursors.Hand;
927
            this.ProcTree.Dock = System.Windows.Forms.DockStyle.Fill;
928
            this.ProcTree.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
929
            this.ProcTree.HotTracking = true;
930
            this.ProcTree.Indent = 18;
931
            this.ProcTree.ItemHeight = 16;
932
            this.ProcTree.Location = new System.Drawing.Point(0, 25);
933
            this.ProcTree.Name = "ProcTree";
934
            this.ProcTree.ShowNodeToolTips = true;
935
            this.ProcTree.ShowRootLines = false;
936
            this.ProcTree.Size = new System.Drawing.Size(255, 601);
937
            this.ProcTree.TabIndex = 0;
938
            this.ProcTree.TabStop = false;
939
            this.ProcTree.BeforeCollapse += new System.Windows.Forms.TreeViewCancelEventHandler(this.ProcTree_BeforeExpandCollapse);
940
            this.ProcTree.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.Tree_AfterExpandCollapse);
941
            this.ProcTree.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.ProcTree_BeforeExpandCollapse);
942
            this.ProcTree.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.Tree_AfterExpandCollapse);
943
            this.ProcTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView_AfterSelect);
944
            this.ProcTree.Leave += new System.EventHandler(this.ProcTree_Leave);
945
            this.ProcTree.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ProcTree_MouseClick);
946
            this.ProcTree.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TreeView_DClickMouse);
947
            this.ProcTree.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ProcTree_MouseDown);
948
            this.ProcTree.MouseLeave += new System.EventHandler(this.ProcTree_MouseLeave);
949
            this.ProcTree.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ProcTree_MouseMove);
950
            // 
951
            // ProcMnContext
952
            // 
953
            this.ProcMnContext.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
954
            this.editNodeCodeToolStripMenuItem,
955
            this.toolStripSeparator38,
956
            this.createProcedureToolStripMenuItem,
957
            this.renameProcedureToolStripMenuItem,
958
            this.toolStripSeparator20,
959
            this.moveProcedureToolStripMenuItem,
960
            this.deleteProcedureToolStripMenuItem});
961
            this.ProcMnContext.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
962
            this.ProcMnContext.Name = "ProcMnContext";
963
            this.ProcMnContext.Size = new System.Drawing.Size(220, 126);
964
            this.ProcMnContext.Opening += new System.ComponentModel.CancelEventHandler(this.ProcMnContext_Opening);
965
            // 
966
            // editNodeCodeToolStripMenuItem
967
            // 
968
            this.editNodeCodeToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
969
            this.editNodeCodeToolStripMenuItem.Name = "editNodeCodeToolStripMenuItem";
970
            this.editNodeCodeToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
971
            this.editNodeCodeToolStripMenuItem.Text = "Edit Node code";
972
            this.editNodeCodeToolStripMenuItem.Click += new System.EventHandler(this.editNodeCodeToolStripMenuItem_Click);
973
            // 
974
            // toolStripSeparator38
975
            // 
976
            this.toolStripSeparator38.Name = "toolStripSeparator38";
977
            this.toolStripSeparator38.Size = new System.Drawing.Size(216, 6);
978
            // 
979
            // createProcedureToolStripMenuItem
980
            // 
981
            this.createProcedureToolStripMenuItem.Name = "createProcedureToolStripMenuItem";
982
            this.createProcedureToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
983
            this.createProcedureToolStripMenuItem.Text = "Create Procedure    Ctrl+P";
984
            this.createProcedureToolStripMenuItem.Click += new System.EventHandler(this.createProcedureToolStripMenuItem_Click);
985
            // 
986
            // renameProcedureToolStripMenuItem
987
            // 
988
            this.renameProcedureToolStripMenuItem.Enabled = false;
989
            this.renameProcedureToolStripMenuItem.Name = "renameProcedureToolStripMenuItem";
990
            this.renameProcedureToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
991
            this.renameProcedureToolStripMenuItem.Text = "Rename Procedure";
992
            this.renameProcedureToolStripMenuItem.Click += new System.EventHandler(this.renameProcedureToolStripMenuItem_Click);
993
            // 
994
            // toolStripSeparator20
995
            // 
996
            this.toolStripSeparator20.Name = "toolStripSeparator20";
997
            this.toolStripSeparator20.Size = new System.Drawing.Size(216, 6);
998
            // 
999
            // moveProcedureToolStripMenuItem
1000
            // 
1001
            this.moveProcedureToolStripMenuItem.Enabled = false;
1002
            this.moveProcedureToolStripMenuItem.Name = "moveProcedureToolStripMenuItem";
1003
            this.moveProcedureToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
1004
            this.moveProcedureToolStripMenuItem.Text = "Move Procedure";
1005
            this.moveProcedureToolStripMenuItem.Click += new System.EventHandler(this.moveProcedureToolStripMenuItem_Click);
1006
            // 
1007
            // deleteProcedureToolStripMenuItem
1008
            // 
1009
            this.deleteProcedureToolStripMenuItem.Enabled = false;
1010
            this.deleteProcedureToolStripMenuItem.Name = "deleteProcedureToolStripMenuItem";
1011
            this.deleteProcedureToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
1012
            this.deleteProcedureToolStripMenuItem.Text = "Delete Procedure";
1013
            this.deleteProcedureToolStripMenuItem.Click += new System.EventHandler(this.deleteProcedureToolStripMenuItem_Click);
1014
            // 
1015
            // toolStripProcedures
1016
            // 
1017
            this.toolStripProcedures.BackColor = System.Drawing.Color.Transparent;
1018
            this.toolStripProcedures.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
1019
            this.toolStripProcedures.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1020
            this.GoBeginStripButton,
1021
            this.OnlyProcStripButton,
1022
            this.toolStripSeparator19,
1023
            this.NewProcStripButton,
1024
            this.toolStripSeparator31,
1025
            this.toolStripSeparator32,
1026
            this.ViewArgsStripButton,
1027
            this.toolStripSeparator35});
1028
            this.toolStripProcedures.Location = new System.Drawing.Point(0, 0);
1029
            this.toolStripProcedures.Name = "toolStripProcedures";
1030
            this.toolStripProcedures.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
1031
            this.toolStripProcedures.Size = new System.Drawing.Size(258, 25);
1032
            this.toolStripProcedures.TabIndex = 1;
1033
            // 
1034
            // GoBeginStripButton
1035
            // 
1036
            this.GoBeginStripButton.AutoSize = false;
1037
            this.GoBeginStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1038
            this.GoBeginStripButton.Image = ((System.Drawing.Image)(resources.GetObject("GoBeginStripButton.Image")));
1039
            this.GoBeginStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1040
            this.GoBeginStripButton.Margin = new System.Windows.Forms.Padding(3, 1, 0, 2);
1041
            this.GoBeginStripButton.Name = "GoBeginStripButton";
1042
            this.GoBeginStripButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
1043
            this.GoBeginStripButton.Size = new System.Drawing.Size(26, 22);
1044
            this.GoBeginStripButton.Text = "Begin";
1045
            this.GoBeginStripButton.ToolTipText = "Goto definitions script section.";
1046
            this.GoBeginStripButton.Click += new System.EventHandler(this.GoBeginStripButton_Click);
1047
            // 
1048
            // OnlyProcStripButton
1049
            // 
1050
            this.OnlyProcStripButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
1051
            this.OnlyProcStripButton.CheckOnClick = true;
1052
            this.OnlyProcStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1053
            this.OnlyProcStripButton.Image = ((System.Drawing.Image)(resources.GetObject("OnlyProcStripButton.Image")));
1054
            this.OnlyProcStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1055
            this.OnlyProcStripButton.Name = "OnlyProcStripButton";
1056
            this.OnlyProcStripButton.Size = new System.Drawing.Size(23, 22);
1057
            this.OnlyProcStripButton.ToolTipText = "Closing procedure folders when going to selected procedure.";
1058
            // 
1059
            // toolStripSeparator19
1060
            // 
1061
            this.toolStripSeparator19.Name = "toolStripSeparator19";
1062
            this.toolStripSeparator19.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
1063
            this.toolStripSeparator19.Size = new System.Drawing.Size(6, 25);
1064
            // 
1065
            // NewProcStripButton
1066
            // 
1067
            this.NewProcStripButton.Image = ((System.Drawing.Image)(resources.GetObject("NewProcStripButton.Image")));
1068
            this.NewProcStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1069
            this.NewProcStripButton.Name = "NewProcStripButton";
1070
            this.NewProcStripButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
1071
            this.NewProcStripButton.Size = new System.Drawing.Size(63, 22);
1072
            this.NewProcStripButton.Text = "Create";
1073
            this.NewProcStripButton.ToolTipText = "Create new procedure [Ctrl+P]";
1074
            this.NewProcStripButton.Click += new System.EventHandler(this.createProcedureToolStripMenuItem_Click);
1075
            // 
1076
            // toolStripSeparator31
1077
            // 
1078
            this.toolStripSeparator31.Name = "toolStripSeparator31";
1079
            this.toolStripSeparator31.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
1080
            this.toolStripSeparator31.Size = new System.Drawing.Size(6, 25);
1081
            // 
1082
            // toolStripSeparator32
1083
            // 
1084
            this.toolStripSeparator32.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
1085
            this.toolStripSeparator32.Name = "toolStripSeparator32";
1086
            this.toolStripSeparator32.Size = new System.Drawing.Size(6, 25);
1087
            // 
1088
            // ViewArgsStripButton
1089
            // 
1090
            this.ViewArgsStripButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
1091
            this.ViewArgsStripButton.CheckOnClick = true;
1092
            this.ViewArgsStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1093
            this.ViewArgsStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ViewArgsStripButton.Image")));
1094
            this.ViewArgsStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1095
            this.ViewArgsStripButton.Name = "ViewArgsStripButton";
1096
            this.ViewArgsStripButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
1097
            this.ViewArgsStripButton.Size = new System.Drawing.Size(23, 22);
1098
            this.ViewArgsStripButton.ToolTipText = "Show variables arguments in a procedure name.";
1099
            this.ViewArgsStripButton.CheckedChanged += new System.EventHandler(this.ViewArgsStripButton_CheckedChanged);
1100
            // 
1101
            // toolStripSeparator35
1102
            // 
1103
            this.toolStripSeparator35.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
1104
            this.toolStripSeparator35.Name = "toolStripSeparator35";
1105
            this.toolStripSeparator35.Size = new System.Drawing.Size(6, 25);
1106
            // 
1107
            // tabPage6
1108
            // 
1109
            this.tabPage6.BackColor = System.Drawing.SystemColors.ControlLightLight;
1110
            this.tabPage6.Controls.Add(this.FunctionsTree);
1111
            this.tabPage6.Location = new System.Drawing.Point(4, 22);
1112
            this.tabPage6.Name = "tabPage6";
1113
            this.tabPage6.Padding = new System.Windows.Forms.Padding(0, 2, 2, 2);
1114
            this.tabPage6.Size = new System.Drawing.Size(260, 628);
1115
            this.tabPage6.TabIndex = 2;
1116
            this.tabPage6.Text = "Functions";
1117
            this.tabPage6.ToolTipText = "All list of macros and opcodes";
1118
            // 
1119
            // FunctionsTree
1120
            // 
1121
            this.FunctionsTree.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(255)))));
1122
            this.FunctionsTree.Dock = System.Windows.Forms.DockStyle.Fill;
1123
            this.FunctionsTree.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
1124
            this.FunctionsTree.ForeColor = System.Drawing.SystemColors.WindowText;
1125
            this.FunctionsTree.Indent = 18;
1126
            this.FunctionsTree.ItemHeight = 16;
1127
            this.FunctionsTree.LineColor = System.Drawing.Color.Gainsboro;
1128
            this.FunctionsTree.Location = new System.Drawing.Point(0, 2);
1129
            this.FunctionsTree.Name = "FunctionsTree";
1130
            this.FunctionsTree.ShowNodeToolTips = true;
1131
            this.FunctionsTree.Size = new System.Drawing.Size(258, 624);
1132
            this.FunctionsTree.TabIndex = 0;
1133
            this.FunctionsTree.TabStop = false;
1134
            this.FunctionsTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.FunctionsTree_NodeMouseClick);
1135
            this.FunctionsTree.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FunctionTree_MouseMove);
1136
            // 
1137
            // tpExplorerFiles
1138
            // 
1139
            this.tpExplorerFiles.BackColor = System.Drawing.SystemColors.ControlLightLight;
1140
            this.tpExplorerFiles.Controls.Add(this.treeProjectFiles);
1141
            this.tpExplorerFiles.Controls.Add(this.toolStripSolution);
1142
            this.tpExplorerFiles.Location = new System.Drawing.Point(4, 22);
1143
            this.tpExplorerFiles.Name = "tpExplorerFiles";
1144
            this.tpExplorerFiles.Padding = new System.Windows.Forms.Padding(1);
1145
            this.tpExplorerFiles.Size = new System.Drawing.Size(260, 628);
1146
            this.tpExplorerFiles.TabIndex = 3;
1147
            this.tpExplorerFiles.Text = "Solution";
1148
            this.tpExplorerFiles.ToolTipText = "Folder of project files.";
1149
            // 
1150
            // treeProjectFiles
1151
            // 
1152
            this.treeProjectFiles.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(255)))));
1153
            this.treeProjectFiles.Dock = System.Windows.Forms.DockStyle.Fill;
1154
            this.treeProjectFiles.Location = new System.Drawing.Point(1, 26);
1155
            this.treeProjectFiles.Name = "treeProjectFiles";
1156
            this.treeProjectFiles.Size = new System.Drawing.Size(258, 601);
1157
            this.treeProjectFiles.TabIndex = 1;
1158
            // 
1159
            // toolStripSolution
1160
            // 
1161
            this.toolStripSolution.BackColor = System.Drawing.Color.Transparent;
1162
            this.toolStripSolution.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
1163
            this.toolStripSolution.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1164
            this.tsbSetProjectFolder,
1165
            this.toolStripSeparator57});
1166
            this.toolStripSolution.Location = new System.Drawing.Point(1, 1);
1167
            this.toolStripSolution.Name = "toolStripSolution";
1168
            this.toolStripSolution.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
1169
            this.toolStripSolution.Size = new System.Drawing.Size(258, 25);
1170
            this.toolStripSolution.TabIndex = 0;
1171
            // 
1172
            // tsbSetProjectFolder
1173
            // 
1174
            this.tsbSetProjectFolder.Image = ((System.Drawing.Image)(resources.GetObject("tsbSetProjectFolder.Image")));
1175
            this.tsbSetProjectFolder.ImageTransparentColor = System.Drawing.Color.Magenta;
1176
            this.tsbSetProjectFolder.Name = "tsbSetProjectFolder";
1177
            this.tsbSetProjectFolder.Size = new System.Drawing.Size(66, 22);
1178
            this.tsbSetProjectFolder.Text = "Project";
1179
            this.tsbSetProjectFolder.ToolTipText = "Set project folder.";
1180
            // 
1181
            // toolStripSeparator57
1182
            // 
1183
            this.toolStripSeparator57.Name = "toolStripSeparator57";
1184
            this.toolStripSeparator57.Size = new System.Drawing.Size(6, 25);
1185
            // 
1186
            // statusStrip
1187
            // 
1188
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1189
            this.EmptyStripStatusLabel,
1190
            this.LineStripStatusLabel,
1191
            this.ColStripStatusLabel,
1192
            this.FontSizeStripStatusLabel});
1193
            this.statusStrip.Location = new System.Drawing.Point(0, 654);
1194
            this.statusStrip.Name = "statusStrip";
1195
            this.statusStrip.Size = new System.Drawing.Size(268, 28);
1196
            this.statusStrip.SizingGrip = false;
1197
            this.statusStrip.TabIndex = 2;
1198
            // 
1199
            // EmptyStripStatusLabel
1200
            // 
1201
            this.EmptyStripStatusLabel.AutoSize = false;
1202
            this.EmptyStripStatusLabel.Name = "EmptyStripStatusLabel";
1203
            this.EmptyStripStatusLabel.Size = new System.Drawing.Size(5, 23);
1204
            // 
1205
            // LineStripStatusLabel
1206
            // 
1207
            this.LineStripStatusLabel.AutoSize = false;
1208
            this.LineStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) 
1209
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) 
1210
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
1211
            this.LineStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
1212
            this.LineStripStatusLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
1213
            this.LineStripStatusLabel.Name = "LineStripStatusLabel";
1214
            this.LineStripStatusLabel.Size = new System.Drawing.Size(99, 23);
1215
            this.LineStripStatusLabel.Spring = true;
1216
            this.LineStripStatusLabel.Text = "Line:1";
1217
            this.LineStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
1218
            // 
1219
            // ColStripStatusLabel
1220
            // 
1221
            this.ColStripStatusLabel.AutoSize = false;
1222
            this.ColStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) 
1223
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) 
1224
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
1225
            this.ColStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
1226
            this.ColStripStatusLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
1227
            this.ColStripStatusLabel.Name = "ColStripStatusLabel";
1228
            this.ColStripStatusLabel.Size = new System.Drawing.Size(99, 23);
1229
            this.ColStripStatusLabel.Spring = true;
1230
            this.ColStripStatusLabel.Text = "Col:1";
1231
            this.ColStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
1232
            // 
1233
            // FontSizeStripStatusLabel
1234
            // 
1235
            this.FontSizeStripStatusLabel.AutoSize = false;
1236
            this.FontSizeStripStatusLabel.AutoToolTip = true;
1237
            this.FontSizeStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) 
1238
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) 
1239
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
1240
            this.FontSizeStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
1241
            this.FontSizeStripStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
1242
            this.FontSizeStripStatusLabel.IsLink = true;
1243
            this.FontSizeStripStatusLabel.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
1244
            this.FontSizeStripStatusLabel.Name = "FontSizeStripStatusLabel";
1245
            this.FontSizeStripStatusLabel.Size = new System.Drawing.Size(50, 23);
1246
            this.FontSizeStripStatusLabel.Text = "100%";
1247
            this.FontSizeStripStatusLabel.ToolTipText = "The text font size. Hold key Ctrl + Mouse click decrease size.";
1248
            this.FontSizeStripStatusLabel.VisitedLinkColor = System.Drawing.Color.Blue;
1249
            this.FontSizeStripStatusLabel.Click += new System.EventHandler(this.FontSizeStripStatusLabel_Click);
1250
            // 
1251
            // ToolStripMain
1252
            // 
1253
            this.ToolStripMain.AutoSize = false;
1254
            this.ToolStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1255
            this.FunctionButton,
1256
            this.toolStripSeparator27,
1257
            this.New_toolStripDropDownButton,
1258
            this.toolStripSeparator7,
1259
            this.Open_toolStripSplitButton,
1260
            this.toolStripSeparator13,
1261
            this.Save_toolStripSplitButton,
1262
            this.toolStripSeparator8,
1263
            this.tsbSaveAll,
1264
            this.toolStripSeparator55,
1265
            this.Outline_toolStripButton,
1266
            this.toolStripSeparator17,
1267
            this.Undo_toolStripButton,
1268
            this.Redo_ToolStripButton,
1269
            this.toolStripSeparator11,
1270
            this.DecIndentStripButton,
1271
            this.CommentStripButton,
1272
            this.toolStripSeparator10,
1273
            this.Search_toolStripButton,
1274
            this.toolStripSeparator12,
1275
            this.Back_toolStripButton,
1276
            this.Forward_toolStripButton,
1277
            this.GotoProc_StripButton,
1278
            this.toolStripSeparator21,
1279
            this.Edit_toolStripButton,
1280
            this.toolStripSeparator42,
1281
            this.Script_toolStripSplitButton,
1282
            this.Headers_toolStripSplitButton,
1283
            this.toolStripSeparator16,
1284
            this.MSG_toolStripButton,
1285
            this.toolStripSeparator9,
1286
            this.qCompile_toolStripSplitButton,
1287
            this.Help_toolStripButton,
1288
            this.toolStripSeparator4,
1289
            this.toolStripSeparator14,
1290
            this.toolStripDropDownButton2,
1291
            this.toolStripDropDownButton1,
1292
            this.tsbUpdateParserData,
1293
            this.toolStripSeparator56,
1294
            this.tslProject});
1295
            this.ToolStripMain.Location = new System.Drawing.Point(0, 0);
1296
            this.ToolStripMain.Name = "ToolStripMain";
1297
            this.ToolStripMain.Size = new System.Drawing.Size(1290, 25);
1298
            this.ToolStripMain.TabIndex = 2;
1299
            this.ToolStripMain.Text = "toolStrip2";
1300
            // 
1301
            // FunctionButton
1302
            // 
1303
            this.FunctionButton.CheckOnClick = true;
1304
            this.FunctionButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1305
            this.FunctionButton.Image = ((System.Drawing.Image)(resources.GetObject("FunctionButton.Image")));
1306
            this.FunctionButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1307
            this.FunctionButton.Name = "FunctionButton";
1308
            this.FunctionButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
1309
            this.FunctionButton.Size = new System.Drawing.Size(23, 22);
1310
            this.FunctionButton.Text = "Function Tree";
1311
            this.FunctionButton.ToolTipText = "Show/Hide function tree [Alt+E]";
1312
            this.FunctionButton.Click += new System.EventHandler(this.FunctionButton_Click);
1313
            // 
1314
            // toolStripSeparator27
1315
            // 
1316
            this.toolStripSeparator27.Name = "toolStripSeparator27";
1317
            this.toolStripSeparator27.Size = new System.Drawing.Size(6, 25);
1318
            // 
1319
            // New_toolStripDropDownButton
1320
            // 
1321
            this.New_toolStripDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1322
            this.newToolStripMenuItem});
1323
            this.New_toolStripDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("New_toolStripDropDownButton.Image")));
1324
            this.New_toolStripDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1325
            this.New_toolStripDropDownButton.Name = "New_toolStripDropDownButton";
1326
            this.New_toolStripDropDownButton.Size = new System.Drawing.Size(64, 22);
1327
            this.New_toolStripDropDownButton.Text = "New";
1328
            this.New_toolStripDropDownButton.ToolTipText = "Create new script [Ctrl+N]";
1329
            this.New_toolStripDropDownButton.ButtonClick += new System.EventHandler(this.newToolStripMenuItem_Click);
1330
            // 
1331
            // newToolStripMenuItem
1332
            // 
1333
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
1334
            this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
1335
            this.newToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
1336
            this.newToolStripMenuItem.Text = "New Script";
1337
            this.newToolStripMenuItem.ToolTipText = "Create new empty script file.";
1338
            this.newToolStripMenuItem.Visible = false;
1339
            this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
1340
            // 
1341
            // toolStripSeparator7
1342
            // 
1343
            this.toolStripSeparator7.AutoSize = false;
1344
            this.toolStripSeparator7.Name = "toolStripSeparator7";
1345
            this.toolStripSeparator7.Size = new System.Drawing.Size(8, 25);
1346
            // 
1347
            // Open_toolStripSplitButton
1348
            // 
1349
            this.Open_toolStripSplitButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1350
            this.openToolStripMenuItem,
1351
            this.recentToolStripMenuItem,
1352
            this.toolStripSeparator18});
1353
            this.Open_toolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("Open_toolStripSplitButton.Image")));
1354
            this.Open_toolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1355
            this.Open_toolStripSplitButton.Name = "Open_toolStripSplitButton";
1356
            this.Open_toolStripSplitButton.Size = new System.Drawing.Size(69, 22);
1357
            this.Open_toolStripSplitButton.Text = "Open";
1358
            this.Open_toolStripSplitButton.ToolTipText = "Open script [Ctrl+O]";
1359
            this.Open_toolStripSplitButton.ButtonClick += new System.EventHandler(this.openToolStripMenuItem_Click);
1360
            // 
1361
            // openToolStripMenuItem
1362
            // 
1363
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
1364
            this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
1365
            this.openToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
1366
            this.openToolStripMenuItem.Text = "Open";
1367
            this.openToolStripMenuItem.Visible = false;
1368
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
1369
            // 
1370
            // recentToolStripMenuItem
1371
            // 
1372
            this.recentToolStripMenuItem.Name = "recentToolStripMenuItem";
1373
            this.recentToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
1374
            this.recentToolStripMenuItem.Text = "Clear recent files";
1375
            this.recentToolStripMenuItem.Click += new System.EventHandler(this.recentToolStripMenuItem_Click);
1376
            // 
1377
            // toolStripSeparator18
1378
            // 
1379
            this.toolStripSeparator18.Name = "toolStripSeparator18";
1380
            this.toolStripSeparator18.Size = new System.Drawing.Size(161, 6);
1381
            // 
1382
            // toolStripSeparator13
1383
            // 
1384
            this.toolStripSeparator13.AutoSize = false;
1385
            this.toolStripSeparator13.Name = "toolStripSeparator13";
1386
            this.toolStripSeparator13.Size = new System.Drawing.Size(8, 25);
1387
            // 
1388
            // Save_toolStripSplitButton
1389
            // 
1390
            this.Save_toolStripSplitButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1391
            this.Save_ToolStripMenuItem,
1392
            this.SaveAll_ToolStripMenuItem,
1393
            this.toolStripSeparator15,
1394
            this.SaveAs_ToolStripMenuItem,
1395
            this.saveAsTemplateToolStripMenuItem,
1396
            this.toolStripSeparator48,
1397
            this.saveUTF8ToolStripMenuItem});
1398
            this.Save_toolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("Save_toolStripSplitButton.Image")));
1399
            this.Save_toolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1400
            this.Save_toolStripSplitButton.Name = "Save_toolStripSplitButton";
1401
            this.Save_toolStripSplitButton.Size = new System.Drawing.Size(65, 22);
1402
            this.Save_toolStripSplitButton.Text = "Save";
1403
            this.Save_toolStripSplitButton.ToolTipText = "Save current script [Ctrl+S]";
1404
            this.Save_toolStripSplitButton.ButtonClick += new System.EventHandler(this.saveToolStripMenuItem_Click);
1405
            // 
1406
            // Save_ToolStripMenuItem
1407
            // 
1408
            this.Save_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("Save_ToolStripMenuItem.Image")));
1409
            this.Save_ToolStripMenuItem.Name = "Save_ToolStripMenuItem";
1410
            this.Save_ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
1411
            this.Save_ToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
1412
            this.Save_ToolStripMenuItem.Text = "Save";
1413
            this.Save_ToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
1414
            // 
1415
            // SaveAll_ToolStripMenuItem
1416
            // 
1417
            this.SaveAll_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("SaveAll_ToolStripMenuItem.Image")));
1418
            this.SaveAll_ToolStripMenuItem.Name = "SaveAll_ToolStripMenuItem";
1419
            this.SaveAll_ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
1420
            | System.Windows.Forms.Keys.S)));
1421
            this.SaveAll_ToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
1422
            this.SaveAll_ToolStripMenuItem.Text = "Save All";
1423
            this.SaveAll_ToolStripMenuItem.Click += new System.EventHandler(this.saveAllToolStripMenuItem_Click);
1424
            // 
1425
            // toolStripSeparator15
1426
            // 
1427
            this.toolStripSeparator15.Name = "toolStripSeparator15";
1428
            this.toolStripSeparator15.Size = new System.Drawing.Size(186, 6);
1429
            // 
1430
            // SaveAs_ToolStripMenuItem
1431
            // 
1432
            this.SaveAs_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("SaveAs_ToolStripMenuItem.Image")));
1433
            this.SaveAs_ToolStripMenuItem.Name = "SaveAs_ToolStripMenuItem";
1434
            this.SaveAs_ToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
1435
            this.SaveAs_ToolStripMenuItem.Text = "Save as...";
1436
            this.SaveAs_ToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
1437
            // 
1438
            // saveAsTemplateToolStripMenuItem
1439
            // 
1440
            this.saveAsTemplateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveAsTemplateToolStripMenuItem.Image")));
1441
            this.saveAsTemplateToolStripMenuItem.Name = "saveAsTemplateToolStripMenuItem";
1442
            this.saveAsTemplateToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
1443
            this.saveAsTemplateToolStripMenuItem.Text = "Save as Template";
1444
            this.saveAsTemplateToolStripMenuItem.Click += new System.EventHandler(this.saveAsTemplateToolStripMenuItem_Click);
1445
            // 
1446
            // toolStripSeparator48
1447
            // 
1448
            this.toolStripSeparator48.Name = "toolStripSeparator48";
1449
            this.toolStripSeparator48.Size = new System.Drawing.Size(186, 6);
1450
            // 
1451
            // saveUTF8ToolStripMenuItem
1452
            // 
1453
            this.saveUTF8ToolStripMenuItem.CheckOnClick = true;
1454
            this.saveUTF8ToolStripMenuItem.Name = "saveUTF8ToolStripMenuItem";
1455
            this.saveUTF8ToolStripMenuItem.ShowShortcutKeys = false;
1456
            this.saveUTF8ToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
1457
            this.saveUTF8ToolStripMenuItem.Text = "Save in UTF-8";
1458
            this.saveUTF8ToolStripMenuItem.ToolTipText = "Always save the script file in UTF-8 encoding, otherwise used the Windows ANSI en" +
1459
    "coding page.";
1460
            this.saveUTF8ToolStripMenuItem.Click += new System.EventHandler(this.saveUTF8ToolStripMenuItem_Click);
1461
            // 
1462
            // toolStripSeparator8
1463
            // 
1464
            this.toolStripSeparator8.AutoSize = false;
1465
            this.toolStripSeparator8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
1466
            this.toolStripSeparator8.Name = "toolStripSeparator8";
1467
            this.toolStripSeparator8.Size = new System.Drawing.Size(8, 25);
1468
            // 
1469
            // tsbSaveAll
1470
            // 
1471
            this.tsbSaveAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1472
            this.tsbSaveAll.Image = ((System.Drawing.Image)(resources.GetObject("tsbSaveAll.Image")));
1473
            this.tsbSaveAll.ImageTransparentColor = System.Drawing.Color.Magenta;
1474
            this.tsbSaveAll.Name = "tsbSaveAll";
1475
            this.tsbSaveAll.Size = new System.Drawing.Size(23, 22);
1476
            this.tsbSaveAll.Text = "Save All";
1477
            this.tsbSaveAll.ToolTipText = "Save all scrips [Ctrl+Shift+S]";
1478
            this.tsbSaveAll.Click += new System.EventHandler(this.saveAllToolStripMenuItem_Click);
1479
            // 
1480
            // toolStripSeparator55
1481
            // 
1482
            this.toolStripSeparator55.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
1483
            this.toolStripSeparator55.Name = "toolStripSeparator55";
1484
            this.toolStripSeparator55.Size = new System.Drawing.Size(6, 25);
1485
            // 
1486
            // Outline_toolStripButton
1487
            // 
1488
            this.Outline_toolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1489
            this.Outline_toolStripButton.Enabled = false;
1490
            this.Outline_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Outline_toolStripButton.Image")));
1491
            this.Outline_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1492
            this.Outline_toolStripButton.Name = "Outline_toolStripButton";
1493
            this.Outline_toolStripButton.Size = new System.Drawing.Size(23, 22);
1494
            this.Outline_toolStripButton.ToolTipText = "Folding Expand/Collapse";
1495
            this.Outline_toolStripButton.Click += new System.EventHandler(this.outlineToolStripMenuItem_Click);
1496
            // 
1497
            // toolStripSeparator17
1498
            // 
1499
            this.toolStripSeparator17.Name = "toolStripSeparator17";
1500
            this.toolStripSeparator17.Size = new System.Drawing.Size(6, 25);
1501
            // 
1502
            // Undo_toolStripButton
1503
            // 
1504
            this.Undo_toolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1505
            this.Undo_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Undo_toolStripButton.Image")));
1506
            this.Undo_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1507
            this.Undo_toolStripButton.Name = "Undo_toolStripButton";
1508
            this.Undo_toolStripButton.Size = new System.Drawing.Size(23, 22);
1509
            this.Undo_toolStripButton.Text = "Undo";
1510
            this.Undo_toolStripButton.ToolTipText = "Undo [Ctrl+Z]";
1511
            this.Undo_toolStripButton.Click += new System.EventHandler(this.undoToolStripMenuItem_Click);
1512
            // 
1513
            // Redo_ToolStripButton
1514
            // 
1515
            this.Redo_ToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1516
            this.Redo_ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Redo_ToolStripButton.Image")));
1517
            this.Redo_ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1518
            this.Redo_ToolStripButton.Name = "Redo_ToolStripButton";
1519
            this.Redo_ToolStripButton.Size = new System.Drawing.Size(23, 22);
1520
            this.Redo_ToolStripButton.Text = "Redo";
1521
            this.Redo_ToolStripButton.ToolTipText = "Redo [Ctrl+Y]";
1522
            this.Redo_ToolStripButton.Click += new System.EventHandler(this.redoToolStripMenuItem_Click);
1523
            // 
1524
            // toolStripSeparator11
1525
            // 
1526
            this.toolStripSeparator11.Name = "toolStripSeparator11";
1527
            this.toolStripSeparator11.Size = new System.Drawing.Size(6, 25);
1528
            // 
1529
            // DecIndentStripButton
1530
            // 
1531
            this.DecIndentStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1532
            this.DecIndentStripButton.Enabled = false;
1533
            this.DecIndentStripButton.Image = ((System.Drawing.Image)(resources.GetObject("DecIndentStripButton.Image")));
1534
            this.DecIndentStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1535
            this.DecIndentStripButton.Name = "DecIndentStripButton";
1536
            this.DecIndentStripButton.Size = new System.Drawing.Size(23, 22);
1537
            this.DecIndentStripButton.ToolTipText = "Decrease text indent [Alt+Q]\r\nDecrease indent of selected text with left alignmen" +
1538
    "t [Shift-Tab]\r\n(use Tab key for increase text indent)";
1539
            this.DecIndentStripButton.Click += new System.EventHandler(this.DecIndentStripButton_Click);
1540
            // 
1541
            // CommentStripButton
1542
            // 
1543
            this.CommentStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1544
            this.CommentStripButton.Enabled = false;
1545
            this.CommentStripButton.Image = ((System.Drawing.Image)(resources.GetObject("CommentStripButton.Image")));
1546
            this.CommentStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1547
            this.CommentStripButton.Name = "CommentStripButton";
1548
            this.CommentStripButton.Size = new System.Drawing.Size(23, 22);
1549
            this.CommentStripButton.ToolTipText = "Comment/Uncomment selected block text [Ctrl+Devide]";
1550
            this.CommentStripButton.Click += new System.EventHandler(this.CommentStripButton_Click);
1551
            // 
1552
            // toolStripSeparator10
1553
            // 
1554
            this.toolStripSeparator10.Name = "toolStripSeparator10";
1555
            this.toolStripSeparator10.Size = new System.Drawing.Size(6, 25);
1556
            // 
1557
            // Search_toolStripButton
1558
            // 
1559
            this.Search_toolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1560
            this.searchToolStripMenuItem,
1561
            this.findNextToolStripMenuItem,
1562
            this.findPreviousToolStripMenuItem,
1563
            this.toolStripSeparator33,
1564
            this.quickFindToolStripMenuItem});
1565
            this.Search_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Search_toolStripButton.Image")));
1566
            this.Search_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1567
            this.Search_toolStripButton.Name = "Search_toolStripButton";
1568
            this.Search_toolStripButton.Size = new System.Drawing.Size(61, 22);
1569
            this.Search_toolStripButton.Text = "Find";
1570
            this.Search_toolStripButton.ToolTipText = "Search & Replace";
1571
            this.Search_toolStripButton.ButtonClick += new System.EventHandler(this.Search_Panel);
1572
            // 
1573
            // searchToolStripMenuItem
1574
            // 
1575
            this.searchToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("searchToolStripMenuItem.Image")));
1576
            this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
1577
            this.searchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
1578
            this.searchToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
1579
            this.searchToolStripMenuItem.Text = "Advanced Search";
1580
            this.searchToolStripMenuItem.ToolTipText = "Advanced Search and Replace.";
1581
            this.searchToolStripMenuItem.Click += new System.EventHandler(this.findToolStripMenuItem_Click);
1582
            // 
1583
            // findNextToolStripMenuItem
1584
            // 
1585
            this.findNextToolStripMenuItem.Name = "findNextToolStripMenuItem";
1586
            this.findNextToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3;
1587
            this.findNextToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
1588
            this.findNextToolStripMenuItem.Text = "Find Next";
1589
            this.findNextToolStripMenuItem.Click += new System.EventHandler(this.FindForwardButton_Click);
1590
            // 
1591
            // findPreviousToolStripMenuItem
1592
            // 
1593
            this.findPreviousToolStripMenuItem.Name = "findPreviousToolStripMenuItem";
1594
            this.findPreviousToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F3)));
1595
            this.findPreviousToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
1596
            this.findPreviousToolStripMenuItem.Text = "Find Previous";
1597
            this.findPreviousToolStripMenuItem.Click += new System.EventHandler(this.FindBackButton_Click);
1598
            // 
1599
            // toolStripSeparator33
1600
            // 
1601
            this.toolStripSeparator33.Name = "toolStripSeparator33";
1602
            this.toolStripSeparator33.Size = new System.Drawing.Size(205, 6);
1603
            // 
1604
            // quickFindToolStripMenuItem
1605
            // 
1606
            this.quickFindToolStripMenuItem.Name = "quickFindToolStripMenuItem";
1607
            this.quickFindToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F3)));
1608
            this.quickFindToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
1609
            this.quickFindToolStripMenuItem.Text = "Quick Find";
1610
            this.quickFindToolStripMenuItem.ToolTipText = "Find word under the cursor.";
1611
            this.quickFindToolStripMenuItem.Click += new System.EventHandler(this.quickFindToolStripMenuItem_Click);
1612
            // 
1613
            // toolStripSeparator12
1614
            // 
1615
            this.toolStripSeparator12.Name = "toolStripSeparator12";
1616
            this.toolStripSeparator12.Size = new System.Drawing.Size(6, 25);
1617
            // 
1618
            // Back_toolStripButton
1619
            // 
1620
            this.Back_toolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1621
            this.Back_toolStripButton.Enabled = false;
1622
            this.Back_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Back_toolStripButton.Image")));
1623
            this.Back_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1624
            this.Back_toolStripButton.Name = "Back_toolStripButton";
1625
            this.Back_toolStripButton.Size = new System.Drawing.Size(23, 22);
1626
            this.Back_toolStripButton.Text = "Back";
1627
            this.Back_toolStripButton.ToolTipText = "Navigation Back ";
1628
            this.Back_toolStripButton.Click += new System.EventHandler(this.Back_toolStripButton_Click);
1629
            // 
1630
            // Forward_toolStripButton
1631
            // 
1632
            this.Forward_toolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1633
            this.Forward_toolStripButton.Enabled = false;
1634
            this.Forward_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Forward_toolStripButton.Image")));
1635
            this.Forward_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1636
            this.Forward_toolStripButton.Name = "Forward_toolStripButton";
1637
            this.Forward_toolStripButton.Size = new System.Drawing.Size(23, 22);
1638
            this.Forward_toolStripButton.Text = "Forward";
1639
            this.Forward_toolStripButton.ToolTipText = "Navigation Forward ";
1640
            this.Forward_toolStripButton.Click += new System.EventHandler(this.Forward_toolStripButton_Click);
1641
            // 
1642
            // GotoProc_StripButton
1643
            // 
1644
            this.GotoProc_StripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1645
            this.GotoProc_StripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1646
            this.gotoToLineToolStripMenuItem});
1647
            this.GotoProc_StripButton.Enabled = false;
1648
            this.GotoProc_StripButton.Image = ((System.Drawing.Image)(resources.GetObject("GotoProc_StripButton.Image")));
1649
            this.GotoProc_StripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1650
            this.GotoProc_StripButton.Name = "GotoProc_StripButton";
1651
            this.GotoProc_StripButton.Size = new System.Drawing.Size(32, 22);
1652
            this.GotoProc_StripButton.Tag = "Button";
1653
            this.GotoProc_StripButton.Text = "Goto Procedure";
1654
            this.GotoProc_StripButton.ToolTipText = "Goto procedure under cursor[Alt+P]";
1655
            this.GotoProc_StripButton.ButtonClick += new System.EventHandler(this.findDefinitionToolStripMenuItem_Click);
1656
            // 
1657
            // gotoToLineToolStripMenuItem
1658
            // 
1659
            this.gotoToLineToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("gotoToLineToolStripMenuItem.Image")));
1660
            this.gotoToLineToolStripMenuItem.Name = "gotoToLineToolStripMenuItem";
1661
            this.gotoToLineToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
1662
            this.gotoToLineToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
1663
            this.gotoToLineToolStripMenuItem.Text = "Goto Line";
1664
            this.gotoToLineToolStripMenuItem.ToolTipText = "Goto line document";
1665
            this.gotoToLineToolStripMenuItem.Click += new System.EventHandler(this.GoToLineToolStripMenuItemClick);
1666
            // 
1667
            // toolStripSeparator21
1668
            // 
1669
            this.toolStripSeparator21.Name = "toolStripSeparator21";
1670
            this.toolStripSeparator21.Size = new System.Drawing.Size(6, 25);
1671
            // 
1672
            // Edit_toolStripButton
1673
            // 
1674
            this.Edit_toolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1675
            this.splitDocumentToolStripMenuItem,
1676
            this.toolStripSeparator1,
1677
            this.ToggleBlockCommentToolStripMenuItem,
1678
            this.capitalizeCaseToolStripMenuItem,
1679
            this.toolStripSeparator40,
1680
            this.leadingTabsSpacesToolStripMenuItem,
1681
            this.allTabsSpacesToolStripMenuItem,
1682
            this.toolStripSeparator39,
1683
            this.trailingSpacesToolStripMenuItem,
1684
            this.formatCodeToolStripMenuItem,
1685
            this.toolStripSeparator45,
1686
            this.tsmMessageTextChecker,
1687
            this.showAutocompleteWordToolStripMenuItem,
1688
            this.toolStripSeparator41,
1689
            this.showTabsAndSpacesToolStripMenuItem});
1690
            this.Edit_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Edit_toolStripButton.Image")));
1691
            this.Edit_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1692
            this.Edit_toolStripButton.Name = "Edit_toolStripButton";
1693
            this.Edit_toolStripButton.Size = new System.Drawing.Size(64, 22);
1694
            this.Edit_toolStripButton.Text = "Code";
1695
            this.Edit_toolStripButton.ToolTipText = "Code text tool";
1696
            // 
1697
            // splitDocumentToolStripMenuItem
1698
            // 
1699
            this.splitDocumentToolStripMenuItem.Enabled = false;
1700
            this.splitDocumentToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("splitDocumentToolStripMenuItem.Image")));
1701
            this.splitDocumentToolStripMenuItem.Name = "splitDocumentToolStripMenuItem";
1702
            this.splitDocumentToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
1703
            this.splitDocumentToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
1704
            this.splitDocumentToolStripMenuItem.Text = "Split Document";
1705
            this.splitDocumentToolStripMenuItem.ToolTipText = "Split document viewer";
1706
            this.splitDocumentToolStripMenuItem.Click += new System.EventHandler(this.SplitDoc_Click);
1707
            // 
1708
            // toolStripSeparator1
1709
            // 
1710
            this.toolStripSeparator1.Name = "toolStripSeparator1";
1711
            this.toolStripSeparator1.Size = new System.Drawing.Size(275, 6);
1712
            // 
1713
            // ToggleBlockCommentToolStripMenuItem
1714
            // 
1715
            this.ToggleBlockCommentToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("ToggleBlockCommentToolStripMenuItem.Image")));
1716
            this.ToggleBlockCommentToolStripMenuItem.Name = "ToggleBlockCommentToolStripMenuItem";
1717
            this.ToggleBlockCommentToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+Multiply";
1718
            this.ToggleBlockCommentToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
1719
            this.ToggleBlockCommentToolStripMenuItem.Text = "Region Comment";
1720
            this.ToggleBlockCommentToolStripMenuItem.ToolTipText = "Toggle selected text region comment.";
1721
            this.ToggleBlockCommentToolStripMenuItem.Click += new System.EventHandler(this.ToggleBlockCommentToolStripMenuItem_Click);
1722
            // 
1723
            // capitalizeCaseToolStripMenuItem
1724
            // 
1725
            this.capitalizeCaseToolStripMenuItem.Name = "capitalizeCaseToolStripMenuItem";
1726
            this.capitalizeCaseToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
1727
            | System.Windows.Forms.Keys.W)));
1728
            this.capitalizeCaseToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
1729
            this.capitalizeCaseToolStripMenuItem.Text = "Capitalize Word Case";
1730
            this.capitalizeCaseToolStripMenuItem.Click += new System.EventHandler(this.capitalizeCaseToolStripMenuItem_Click);
1731
            // 
1732
            // toolStripSeparator40
1733
            // 
1734
            this.toolStripSeparator40.Name = "toolStripSeparator40";
1735
            this.toolStripSeparator40.Size = new System.Drawing.Size(275, 6);
1736
            // 
1737
            // leadingTabsSpacesToolStripMenuItem
1738
            // 
1739
            this.leadingTabsSpacesToolStripMenuItem.Name = "leadingTabsSpacesToolStripMenuItem";
1740
            this.leadingTabsSpacesToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
1741
            this.leadingTabsSpacesToolStripMenuItem.Text = "Convert leading Tabs to Spaces";
1742
            this.leadingTabsSpacesToolStripMenuItem.Click += new System.EventHandler(this.leadingTabsSpacesToolStripMenuItem_Click);
1743
            // 
1744
            // allTabsSpacesToolStripMenuItem
1745
            // 
1746
            this.allTabsSpacesToolStripMenuItem.Name = "allTabsSpacesToolStripMenuItem";
1747
            this.allTabsSpacesToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
1748
            this.allTabsSpacesToolStripMenuItem.Text = "Convert all Tabs to Spaces";
1749
            this.allTabsSpacesToolStripMenuItem.Click += new System.EventHandler(this.allTabsSpacesToolStripMenuItem_Click);
1750
            // 
1751
            // toolStripSeparator39
1752
            // 
1753
            this.toolStripSeparator39.Name = "toolStripSeparator39";
1754
            this.toolStripSeparator39.Size = new System.Drawing.Size(275, 6);
1755
            // 
1756
            // trailingSpacesToolStripMenuItem
1757
            // 
1758
            this.trailingSpacesToolStripMenuItem.CheckOnClick = true;
1759
            this.trailingSpacesToolStripMenuItem.Name = "trailingSpacesToolStripMenuItem";
1760
            this.trailingSpacesToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
1761
            this.trailingSpacesToolStripMenuItem.Text = "Auto Trailing Spaces/Tabs";
1762
            this.trailingSpacesToolStripMenuItem.ToolTipText = "Automatically remove the spaces and tabs at the end of each line when you save th" +
1763
    "e document.\r\nNote: This will not work only for message files (.msg).";
1764
            this.trailingSpacesToolStripMenuItem.Click += new System.EventHandler(this.trailingSpacesToolStripMenuItem_Click);
1765
            // 
1766
            // formatCodeToolStripMenuItem
1767
            // 
1768
            this.formatCodeToolStripMenuItem.CheckOnClick = true;
1769
            this.formatCodeToolStripMenuItem.Name = "formatCodeToolStripMenuItem";
1770
            this.formatCodeToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
1771
            this.formatCodeToolStripMenuItem.Text = "Auto Formatting Code";
1772
            this.formatCodeToolStripMenuItem.ToolTipText = resources.GetString("formatCodeToolStripMenuItem.ToolTipText");
1773
            // 
1774
            // toolStripSeparator45
1775
            // 
1776
            this.toolStripSeparator45.Name = "toolStripSeparator45";
1777
            this.toolStripSeparator45.Size = new System.Drawing.Size(275, 6);
1778
            // 
1779
            // tsmMessageTextChecker
1780
            // 
1781
            this.tsmMessageTextChecker.Enabled = false;
1782
            this.tsmMessageTextChecker.Name = "tsmMessageTextChecker";
1783
            this.tsmMessageTextChecker.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.M)));
1784
            this.tsmMessageTextChecker.Size = new System.Drawing.Size(278, 22);
1785
            this.tsmMessageTextChecker.Text = "Check message text structure";
1786
            this.tsmMessageTextChecker.ToolTipText = "Checks the current open message file, for errors in the parentheses structure.";
1787
            this.tsmMessageTextChecker.Click += new System.EventHandler(this.tsmMessageTextChecker_Click);
1788
            // 
1789
            // showAutocompleteWordToolStripMenuItem
1790
            // 
1791
            this.showAutocompleteWordToolStripMenuItem.Name = "showAutocompleteWordToolStripMenuItem";
1792
            this.showAutocompleteWordToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Space)));
1793
            this.showAutocompleteWordToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
1794
            this.showAutocompleteWordToolStripMenuItem.Text = "Autocomplete Word";
1795
            this.showAutocompleteWordToolStripMenuItem.Click += new System.EventHandler(this.showAutocompleteWordToolStripMenuItem_Click);
1796
            // 
1797
            // toolStripSeparator41
1798
            // 
1799
            this.toolStripSeparator41.Name = "toolStripSeparator41";
1800
            this.toolStripSeparator41.Size = new System.Drawing.Size(275, 6);
1801
            // 
1802
            // showTabsAndSpacesToolStripMenuItem
1803
            // 
1804
            this.showTabsAndSpacesToolStripMenuItem.CheckOnClick = true;
1805
            this.showTabsAndSpacesToolStripMenuItem.Name = "showTabsAndSpacesToolStripMenuItem";
1806
            this.showTabsAndSpacesToolStripMenuItem.Size = new System.Drawing.Size(278, 22);
1807
            this.showTabsAndSpacesToolStripMenuItem.Text = "Show Tabs and Spaces";
1808
            this.showTabsAndSpacesToolStripMenuItem.Click += new System.EventHandler(this.showTabsAndSpacesToolStripMenuItem_Click);
1809
            // 
1810
            // toolStripSeparator42
1811
            // 
1812
            this.toolStripSeparator42.Name = "toolStripSeparator42";
1813
            this.toolStripSeparator42.Size = new System.Drawing.Size(6, 25);
1814
            // 
1815
            // Script_toolStripSplitButton
1816
            // 
1817
            this.Script_toolStripSplitButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1818
            this.editRegisteredScriptsToolStripMenuItem,
1819
            this.toolStripSeparator26,
1820
            this.defineToolStripMenuItem});
1821
            this.Script_toolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("Script_toolStripSplitButton.Image")));
1822
            this.Script_toolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1823
            this.Script_toolStripSplitButton.Name = "Script_toolStripSplitButton";
1824
            this.Script_toolStripSplitButton.Size = new System.Drawing.Size(57, 22);
1825
            this.Script_toolStripSplitButton.Text = "List";
1826
            this.Script_toolStripSplitButton.ToolTipText = "Register current script to script.lst.";
1827
            this.Script_toolStripSplitButton.ButtonClick += new System.EventHandler(this.registerScriptToolStripMenuItem_Click);
1828
            // 
1829
            // editRegisteredScriptsToolStripMenuItem
1830
            // 
1831
            this.editRegisteredScriptsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("editRegisteredScriptsToolStripMenuItem.Image")));
1832
            this.editRegisteredScriptsToolStripMenuItem.Name = "editRegisteredScriptsToolStripMenuItem";
1833
            this.editRegisteredScriptsToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F7;
1834
            this.editRegisteredScriptsToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
1835
            this.editRegisteredScriptsToolStripMenuItem.Text = "Scripts List Editor";
1836
            this.editRegisteredScriptsToolStripMenuItem.ToolTipText = "Open script registered editor.";
1837
            this.editRegisteredScriptsToolStripMenuItem.Click += new System.EventHandler(this.editRegisteredScriptsToolStripMenuItem_Click);
1838
            // 
1839
            // toolStripSeparator26
1840
            // 
1841
            this.toolStripSeparator26.Name = "toolStripSeparator26";
1842
            this.toolStripSeparator26.Size = new System.Drawing.Size(185, 6);
1843
            // 
1844
            // defineToolStripMenuItem
1845
            // 
1846
            this.defineToolStripMenuItem.CheckOnClick = true;
1847
            this.defineToolStripMenuItem.Name = "defineToolStripMenuItem";
1848
            this.defineToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
1849
            this.defineToolStripMenuItem.Text = "Define to Scripts.h";
1850
            this.defineToolStripMenuItem.ToolTipText = "Also register definitions for script in the file \"Scripts.h\".";
1851
            this.defineToolStripMenuItem.Click += new System.EventHandler(this.defineToolStripMenuItem_Click);
1852
            // 
1853
            // Headers_toolStripSplitButton
1854
            // 
1855
            this.Headers_toolStripSplitButton.DropDownButtonWidth = 12;
1856
            this.Headers_toolStripSplitButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1857
            this.includeFileToCodeToolStripMenuItem,
1858
            this.openAllIncludesScriptToolStripMenuItem,
1859
            this.toolStripSeparator50,
1860
            this.openHeaderFileToolStripMenuItem});
1861
            this.Headers_toolStripSplitButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
1862
            this.Headers_toolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("Headers_toolStripSplitButton.Image")));
1863
            this.Headers_toolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1864
            this.Headers_toolStripSplitButton.MergeAction = System.Windows.Forms.MergeAction.Remove;
1865
            this.Headers_toolStripSplitButton.Name = "Headers_toolStripSplitButton";
1866
            this.Headers_toolStripSplitButton.Size = new System.Drawing.Size(75, 22);
1867
            this.Headers_toolStripSplitButton.Text = "Include";
1868
            this.Headers_toolStripSplitButton.ToolTipText = "Quick open include header files.";
1869
            this.Headers_toolStripSplitButton.ButtonClick += new System.EventHandler(this.Headers_toolStripSplitButton_ButtonClick);
1870
            // 
1871
            // includeFileToCodeToolStripMenuItem
1872
            // 
1873
            this.includeFileToCodeToolStripMenuItem.Enabled = false;
1874
            this.includeFileToCodeToolStripMenuItem.Name = "includeFileToCodeToolStripMenuItem";
1875
            this.includeFileToCodeToolStripMenuItem.ShowShortcutKeys = false;
1876
            this.includeFileToCodeToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
1877
            this.includeFileToCodeToolStripMenuItem.Text = "Include file to Code";
1878
            this.includeFileToCodeToolStripMenuItem.Click += new System.EventHandler(this.includeFileToCodeToolStripMenuItem_Click);
1879
            // 
1880
            // openAllIncludesScriptToolStripMenuItem
1881
            // 
1882
            this.openAllIncludesScriptToolStripMenuItem.Enabled = false;
1883
            this.openAllIncludesScriptToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openAllIncludesScriptToolStripMenuItem.Image")));
1884
            this.openAllIncludesScriptToolStripMenuItem.Name = "openAllIncludesScriptToolStripMenuItem";
1885
            this.openAllIncludesScriptToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Shift) 
1886
            | System.Windows.Forms.Keys.G)));
1887
            this.openAllIncludesScriptToolStripMenuItem.ShowShortcutKeys = false;
1888
            this.openAllIncludesScriptToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
1889
            this.openAllIncludesScriptToolStripMenuItem.Text = "Open all include files";
1890
            this.openAllIncludesScriptToolStripMenuItem.ToolTipText = "Open all include file in this script. [Alt+Shift+G]";
1891
            this.openAllIncludesScriptToolStripMenuItem.Click += new System.EventHandler(this.openIncludesScriptToolStripMenuItem_Click);
1892
            // 
1893
            // toolStripSeparator50
1894
            // 
1895
            this.toolStripSeparator50.Name = "toolStripSeparator50";
1896
            this.toolStripSeparator50.Size = new System.Drawing.Size(161, 6);
1897
            // 
1898
            // openHeaderFileToolStripMenuItem
1899
            // 
1900
            this.openHeaderFileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openHeaderFileToolStripMenuItem.Image")));
1901
            this.openHeaderFileToolStripMenuItem.Name = "openHeaderFileToolStripMenuItem";
1902
            this.openHeaderFileToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
1903
            this.openHeaderFileToolStripMenuItem.Text = "Open Header file";
1904
            this.openHeaderFileToolStripMenuItem.Click += new System.EventHandler(this.openHeaderFileToolStripMenuItem_Click);
1905
            // 
1906
            // toolStripSeparator16
1907
            // 
1908
            this.toolStripSeparator16.Name = "toolStripSeparator16";
1909
            this.toolStripSeparator16.Size = new System.Drawing.Size(6, 25);
1910
            // 
1911
            // MSG_toolStripButton
1912
            // 
1913
            this.MSG_toolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1914
            this.msgFileEditorToolStripMenuItem,
1915
            this.dialogNodesDiagramToolStripMenuItem,
1916
            this.previewDialogToolStripMenuItem,
1917
            this.toolStripSeparator24,
1918
            this.dialogFunctionConfigToolStripMenuItem,
1919
            this.toolStripSeparator53,
1920
            this.msgAutoOpenEditorStripMenuItem});
1921
            this.MSG_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("MSG_toolStripButton.Image")));
1922
            this.MSG_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1923
            this.MSG_toolStripButton.Name = "MSG_toolStripButton";
1924
            this.MSG_toolStripButton.Size = new System.Drawing.Size(71, 22);
1925
            this.MSG_toolStripButton.Text = "Dialog";
1926
            this.MSG_toolStripButton.ToolTipText = "Open associate MSG file";
1927
            this.MSG_toolStripButton.ButtonClick += new System.EventHandler(this.associateMsgToolStripMenuItem_Click);
1928
            // 
1929
            // msgFileEditorToolStripMenuItem
1930
            // 
1931
            this.msgFileEditorToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("msgFileEditorToolStripMenuItem.Image")));
1932
            this.msgFileEditorToolStripMenuItem.Name = "msgFileEditorToolStripMenuItem";
1933
            this.msgFileEditorToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
1934
            this.msgFileEditorToolStripMenuItem.Text = "Message file editor";
1935
            this.msgFileEditorToolStripMenuItem.Click += new System.EventHandler(this.msgFileEditorToolStripMenuItem_Click);
1936
            // 
1937
            // dialogNodesDiagramToolStripMenuItem
1938
            // 
1939
            this.dialogNodesDiagramToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("dialogNodesDiagramToolStripMenuItem.Image")));
1940
            this.dialogNodesDiagramToolStripMenuItem.Name = "dialogNodesDiagramToolStripMenuItem";
1941
            this.dialogNodesDiagramToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
1942
            this.dialogNodesDiagramToolStripMenuItem.Text = "Nodes Flowchart ";
1943
            this.dialogNodesDiagramToolStripMenuItem.Click += new System.EventHandler(this.dialogNodesDiagramToolStripMenuItem_Click);
1944
            // 
1945
            // previewDialogToolStripMenuItem
1946
            // 
1947
            this.previewDialogToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("previewDialogToolStripMenuItem.Image")));
1948
            this.previewDialogToolStripMenuItem.Name = "previewDialogToolStripMenuItem";
1949
            this.previewDialogToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
1950
            this.previewDialogToolStripMenuItem.Text = "Preview and testing";
1951
            this.previewDialogToolStripMenuItem.Click += new System.EventHandler(this.previewDialogToolStripMenuItem_Click);
1952
            // 
1953
            // toolStripSeparator24
1954
            // 
1955
            this.toolStripSeparator24.Name = "toolStripSeparator24";
1956
            this.toolStripSeparator24.Size = new System.Drawing.Size(194, 6);
1957
            // 
1958
            // dialogFunctionConfigToolStripMenuItem
1959
            // 
1960
            this.dialogFunctionConfigToolStripMenuItem.Name = "dialogFunctionConfigToolStripMenuItem";
1961
            this.dialogFunctionConfigToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
1962
            this.dialogFunctionConfigToolStripMenuItem.Text = "Functions Config";
1963
            this.dialogFunctionConfigToolStripMenuItem.Click += new System.EventHandler(this.dialogFunctionConfigToolStripMenuItem_Click);
1964
            // 
1965
            // toolStripSeparator53
1966
            // 
1967
            this.toolStripSeparator53.Name = "toolStripSeparator53";
1968
            this.toolStripSeparator53.Size = new System.Drawing.Size(194, 6);
1969
            // 
1970
            // msgAutoOpenEditorStripMenuItem
1971
            // 
1972
            this.msgAutoOpenEditorStripMenuItem.Checked = true;
1973
            this.msgAutoOpenEditorStripMenuItem.CheckOnClick = true;
1974
            this.msgAutoOpenEditorStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1975
            this.msgAutoOpenEditorStripMenuItem.Name = "msgAutoOpenEditorStripMenuItem";
1976
            this.msgAutoOpenEditorStripMenuItem.ShowShortcutKeys = false;
1977
            this.msgAutoOpenEditorStripMenuItem.Size = new System.Drawing.Size(197, 22);
1978
            this.msgAutoOpenEditorStripMenuItem.Text = "Open in message editor";
1979
            this.msgAutoOpenEditorStripMenuItem.ToolTipText = "Open associated MSG files in the message editor, instead of a text document.";
1980
            // 
1981
            // toolStripSeparator9
1982
            // 
1983
            this.toolStripSeparator9.Name = "toolStripSeparator9";
1984
            this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
1985
            // 
1986
            // qCompile_toolStripSplitButton
1987
            // 
1988
            this.qCompile_toolStripSplitButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1989
            this.Compile_ToolStripMenuItem,
1990
            this.CompileAllOpen_ToolStripMenuItem,
1991
            this.toolStripSeparator34,
1992
            this.MassCompile_ToolStripMenuItem,
1993
            this.toolStripSeparator3,
1994
            this.Preprocess_ToolStripMenuItem,
1995
            this.roundtripToolStripMenuItem,
1996
            this.toolStripSeparator25,
1997
            this.decompileF1ToolStripMenuItem,
1998
            this.oldDecompileToolStripMenuItem,
1999
            this.toolStripSeparator49,
2000
            this.pDefineStripComboBox});
2001
            this.qCompile_toolStripSplitButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
2002
            this.qCompile_toolStripSplitButton.ForeColor = System.Drawing.SystemColors.ControlText;
2003
            this.qCompile_toolStripSplitButton.Image = ((System.Drawing.Image)(resources.GetObject("qCompile_toolStripSplitButton.Image")));
2004
            this.qCompile_toolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
2005
            this.qCompile_toolStripSplitButton.Name = "qCompile_toolStripSplitButton";
2006
            this.qCompile_toolStripSplitButton.Size = new System.Drawing.Size(84, 22);
2007
            this.qCompile_toolStripSplitButton.Text = "Compile";
2008
            this.qCompile_toolStripSplitButton.ToolTipText = "Quick Compile Script [F8]";
2009
            this.qCompile_toolStripSplitButton.ButtonClick += new System.EventHandler(this.compileToolStripMenuItem1_Click);
2010
            // 
2011
            // Compile_ToolStripMenuItem
2012
            // 
2013
            this.Compile_ToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
2014
            this.Compile_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("Compile_ToolStripMenuItem.Image")));
2015
            this.Compile_ToolStripMenuItem.Name = "Compile_ToolStripMenuItem";
2016
            this.Compile_ToolStripMenuItem.ShortcutKeyDisplayString = "";
2017
            this.Compile_ToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F8;
2018
            this.Compile_ToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
2019
            this.Compile_ToolStripMenuItem.Text = "Compile Script";
2020
            this.Compile_ToolStripMenuItem.Click += new System.EventHandler(this.compileToolStripMenuItem1_Click);
2021
            // 
2022
            // CompileAllOpen_ToolStripMenuItem
2023
            // 
2024
            this.CompileAllOpen_ToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
2025
            this.CompileAllOpen_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("CompileAllOpen_ToolStripMenuItem.Image")));
2026
            this.CompileAllOpen_ToolStripMenuItem.Name = "CompileAllOpen_ToolStripMenuItem";
2027
            this.CompileAllOpen_ToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
2028
            this.CompileAllOpen_ToolStripMenuItem.Text = "Compile All Open";
2029
            this.CompileAllOpen_ToolStripMenuItem.Click += new System.EventHandler(this.compileAllOpenToolStripMenuItem_Click);
2030
            // 
2031
            // toolStripSeparator34
2032
            // 
2033
            this.toolStripSeparator34.Name = "toolStripSeparator34";
2034
            this.toolStripSeparator34.Size = new System.Drawing.Size(185, 6);
2035
            // 
2036
            // MassCompile_ToolStripMenuItem
2037
            // 
2038
            this.MassCompile_ToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
2039
            this.MassCompile_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("MassCompile_ToolStripMenuItem.Image")));
2040
            this.MassCompile_ToolStripMenuItem.Name = "MassCompile_ToolStripMenuItem";
2041
            this.MassCompile_ToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
2042
            this.MassCompile_ToolStripMenuItem.Text = "Mass Compile";
2043
            this.MassCompile_ToolStripMenuItem.Click += new System.EventHandler(this.massCompileToolStripMenuItem_Click);
2044
            // 
2045
            // toolStripSeparator3
2046
            // 
2047
            this.toolStripSeparator3.Name = "toolStripSeparator3";
2048
            this.toolStripSeparator3.Size = new System.Drawing.Size(185, 6);
2049
            // 
2050
            // Preprocess_ToolStripMenuItem
2051
            // 
2052
            this.Preprocess_ToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
2053
            this.Preprocess_ToolStripMenuItem.Name = "Preprocess_ToolStripMenuItem";
2054
            this.Preprocess_ToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F4;
2055
            this.Preprocess_ToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
2056
            this.Preprocess_ToolStripMenuItem.Text = "Preprocess";
2057
            this.Preprocess_ToolStripMenuItem.ToolTipText = "Open script file after preprocessor.";
2058
            this.Preprocess_ToolStripMenuItem.Click += new System.EventHandler(this.preprocessToolStripMenuItem_Click);
2059
            // 
2060
            // roundtripToolStripMenuItem
2061
            // 
2062
            this.roundtripToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
2063
            this.roundtripToolStripMenuItem.Name = "roundtripToolStripMenuItem";
2064
            this.roundtripToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
2065
            this.roundtripToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
2066
            this.roundtripToolStripMenuItem.Text = "Roundtrip";
2067
            this.roundtripToolStripMenuItem.ToolTipText = "Compile script into output folder and open decompiled script file.";
2068
            this.roundtripToolStripMenuItem.Click += new System.EventHandler(this.roundtripToolStripMenuItem_Click);
2069
            // 
2070
            // toolStripSeparator25
2071
            // 
2072
            this.toolStripSeparator25.Name = "toolStripSeparator25";
2073
            this.toolStripSeparator25.Size = new System.Drawing.Size(185, 6);
2074
            // 
2075
            // decompileF1ToolStripMenuItem
2076
            // 
2077
            this.decompileF1ToolStripMenuItem.CheckOnClick = true;
2078
            this.decompileF1ToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
2079
            this.decompileF1ToolStripMenuItem.Name = "decompileF1ToolStripMenuItem";
2080
            this.decompileF1ToolStripMenuItem.ShowShortcutKeys = false;
2081
            this.decompileF1ToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
2082
            this.decompileF1ToolStripMenuItem.Text = "Decompile mode Fallout 1";
2083
            this.decompileF1ToolStripMenuItem.ToolTipText = "Forced to decompile scripts of the format Fallout 1.\r\n(used option -1 for int2ssl" +
2084
    ".exe)";
2085
            this.decompileF1ToolStripMenuItem.Click += new System.EventHandler(this.decompileF1ToolStripMenuItem_Click);
2086
            // 
2087
            // oldDecompileToolStripMenuItem
2088
            // 
2089
            this.oldDecompileToolStripMenuItem.CheckOnClick = true;
2090
            this.oldDecompileToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
2091
            this.oldDecompileToolStripMenuItem.Name = "oldDecompileToolStripMenuItem";
2092
            this.oldDecompileToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
2093
            this.oldDecompileToolStripMenuItem.Text = "Use old decompiler";
2094
            this.oldDecompileToolStripMenuItem.ToolTipText = "When decompiling a script, forced used the earlier version of the decompiler (int" +
2095
    "2ssl v3.5).\r\nThis option allows to solve some problems that are present in the l" +
2096
    "ater versions of the decompiler.";
2097
            this.oldDecompileToolStripMenuItem.Click += new System.EventHandler(this.oldDecompileToolStripMenuItem_Click);
2098
            // 
2099
            // toolStripSeparator49
2100
            // 
2101
            this.toolStripSeparator49.Name = "toolStripSeparator49";
2102
            this.toolStripSeparator49.Size = new System.Drawing.Size(185, 6);
2103
            // 
2104
            // pDefineStripComboBox
2105
            // 
2106
            this.pDefineStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2107
            this.pDefineStripComboBox.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
2108
            this.pDefineStripComboBox.Items.AddRange(new object[] {
2109
            "<Not Preset>",
2110
            "DEBUG",
2111
            "RELEASE"});
2112
            this.pDefineStripComboBox.Name = "pDefineStripComboBox";
2113
            this.pDefineStripComboBox.Size = new System.Drawing.Size(121, 22);
2114
            this.pDefineStripComboBox.ToolTipText = "Definition of conditional compilation constant for preprocessor #if directives.\r\n" +
2115
    "You can add custom defines to file PreprocDefine.ini";
2116
            this.pDefineStripComboBox.SelectedIndexChanged += new System.EventHandler(this.pDefineStripComboBox_SelectedIndexChanged);
2117
            // 
2118
            // Help_toolStripButton
2119
            // 
2120
            this.Help_toolStripButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
2121
            this.Help_toolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2122
            this.Help_toolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
2123
            this.About_toolStripButton});
2124
            this.Help_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Help_toolStripButton.Image")));
2125
            this.Help_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
2126
            this.Help_toolStripButton.MergeIndex = 1;
2127
            this.Help_toolStripButton.Name = "Help_toolStripButton";
2128
            this.Help_toolStripButton.Size = new System.Drawing.Size(32, 22);
2129
            this.Help_toolStripButton.Text = "Help";
2130
            this.Help_toolStripButton.ToolTipText = "Open the scripting document folder.";
2131
            this.Help_toolStripButton.ButtonClick += new System.EventHandler(this.helpToolStripMenuItem_Click);
2132
            // 
2133
            // About_toolStripButton
2134
            // 
2135
            this.About_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("About_toolStripButton.Image")));
2136
            this.About_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
2137
            this.About_toolStripButton.Name = "About_toolStripButton";
2138
            this.About_toolStripButton.Size = new System.Drawing.Size(152, 22);
2139
            this.About_toolStripButton.Text = "About Editor";
2140
            this.About_toolStripButton.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
2141
            // 
2142
            // toolStripSeparator4
2143
            // 
2144
            this.toolStripSeparator4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
2145
            this.toolStripSeparator4.Name = "toolStripSeparator4";
2146
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
2147
            // 
2148
            // toolStripSeparator14
2149
            // 
2150
            this.toolStripSeparator14.Name = "toolStripSeparator14";
2151
            this.toolStripSeparator14.Size = new System.Drawing.Size(6, 25);
2152
            // 
2153
            // toolStripDropDownButton2
2154
            // 
2155
            this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
2156
            this.Settings_ToolStripMenuItem,
2157
            this.tsmSetProjectFolder,
2158
            this.encodingMessagesToolStripMenuItem,
2159
            this.toolStripSeparator5,
2160
            this.win32RenderTextToolStripMenuItem,
2161
            this.caretSoftwareModeToolStripMenuItem,
2162
            this.toolStripSeparator30,
2163
            this.ParsingErrorsToolStripMenuItem,
2164
            this.showIndentLineToolStripMenuItem,
2165
            this.textLineNumberToolStripMenuItem,
2166
            this.toolStripSeparator46,
2167
            this.browserToolStripMenuItem,
2168
            this.showLogWindowToolStripMenuItem});
2169
            this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
2170
            this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
2171
            this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
2172
            this.toolStripDropDownButton2.ShowDropDownArrow = false;
2173
            this.toolStripDropDownButton2.Size = new System.Drawing.Size(69, 22);
2174
            this.toolStripDropDownButton2.Text = "Options";
2175
            // 
2176
            // Settings_ToolStripMenuItem
2177
            // 
2178
            this.Settings_ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("Settings_ToolStripMenuItem.Image")));
2179
            this.Settings_ToolStripMenuItem.Name = "Settings_ToolStripMenuItem";
2180
            this.Settings_ToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
2181
            this.Settings_ToolStripMenuItem.Text = "Settings";
2182
            this.Settings_ToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
2183
            // 
2184
            // tsmSetProjectFolder
2185
            // 
2186
            this.tsmSetProjectFolder.Image = ((System.Drawing.Image)(resources.GetObject("tsmSetProjectFolder.Image")));
2187
            this.tsmSetProjectFolder.Name = "tsmSetProjectFolder";
2188
            this.tsmSetProjectFolder.Size = new System.Drawing.Size(192, 22);
2189
            this.tsmSetProjectFolder.Text = "Set Project folder";
2190
            this.tsmSetProjectFolder.ToolTipText = "Sets the path to your project folder with .ssl and .h files.\r\n������������� ���� " +
2191
    "� ����� ����� ������� � .ssl � .h �������.";
2192
            this.tsmSetProjectFolder.Click += new System.EventHandler(this.tsmSetProjectFolder_Click);
2193
            // 
2194
            // encodingMessagesToolStripMenuItem
2195
            // 
2196
            this.encodingMessagesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
2197
            this.windowsDefaultMenuItem,
2198
            this.EncodingDOSmenuItem});
2199
            this.encodingMessagesToolStripMenuItem.Name = "encodingMessagesToolStripMenuItem";
2200
            this.encodingMessagesToolStripMenuItem.ShortcutKeyDisplayString = "";
2201
            this.encodingMessagesToolStripMenuItem.ShowShortcutKeys = false;
2202
            this.encodingMessagesToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
2203
            this.encodingMessagesToolStripMenuItem.Text = "Encoding messages file";
2204
            this.encodingMessagesToolStripMenuItem.ToolTipText = "Saving and reading dialog message files in the selected encoding.";
2205
            // 
2206
            // windowsDefaultMenuItem
2207
            // 
2208
            this.windowsDefaultMenuItem.Checked = true;
2209
            this.windowsDefaultMenuItem.CheckOnClick = true;
2210
            this.windowsDefaultMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
2211
            this.windowsDefaultMenuItem.Name = "windowsDefaultMenuItem";
2212
            this.windowsDefaultMenuItem.Size = new System.Drawing.Size(182, 22);
2213
            this.windowsDefaultMenuItem.Text = "Windows Default";
2214
            this.windowsDefaultMenuItem.ToolTipText = "Use the encoding of the specified Windows operating system.";
2215
            this.windowsDefaultMenuItem.Click += new System.EventHandler(this.EncodingMenuItem_Click);
2216
            // 
2217
            // EncodingDOSmenuItem
2218
            // 
2219
            this.EncodingDOSmenuItem.Name = "EncodingDOSmenuItem";
2220
            this.EncodingDOSmenuItem.Size = new System.Drawing.Size(182, 22);
2221
            this.EncodingDOSmenuItem.Tag = "dos";
2222
            this.EncodingDOSmenuItem.Text = "OEM-866 (Dos/Rus)";
2223
            this.EncodingDOSmenuItem.Click += new System.EventHandler(this.EncodingMenuItem_Click);
2224
            // 
2225
            // toolStripSeparator5
2226
            // 
2227
            this.toolStripSeparator5.Name = "toolStripSeparator5";
2228
            this.toolStripSeparator5.Size = new System.Drawing.Size(189, 6);
2229
            // 
2230
            // win32RenderTextToolStripMenuItem
2231
            // 
2232
            this.win32RenderTextToolStripMenuItem.Checked = true;
2233
            this.win32RenderTextToolStripMenuItem.CheckOnClick = true;
2234
            this.win32RenderTextToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
2235
            this.win32RenderTextToolStripMenuItem.Name = "win32RenderTextToolStripMenuItem";
2236
            this.win32RenderTextToolStripMenuItem.ShowShortcutKeys = false;
2237
            this.win32RenderTextToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
2238
            this.win32RenderTextToolStripMenuItem.Text = "WinAPI Render Text";
2239
            this.win32RenderTextToolStripMenuItem.ToolTipText = "Use WinAPI functions to output display text.\r\n(this works faster than the graphic" +
2240
    "s GDI method).";
2241
            this.win32RenderTextToolStripMenuItem.Click += new System.EventHandler(this.win32RenderTextToolStripMenuItem_Click);
2242
            // 
2243
            // caretSoftwareModeToolStripMenuItem
2244
            // 
2245
            this.caretSoftwareModeToolStripMenuItem.Checked = true;
2246
            this.caretSoftwareModeToolStripMenuItem.CheckOnClick = true;
2247
            this.caretSoftwareModeToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Indeterminate;
2248
            this.caretSoftwareModeToolStripMenuItem.Name = "caretSoftwareModeToolStripMenuItem";
2249
            this.caretSoftwareModeToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
2250
            this.caretSoftwareModeToolStripMenuItem.Text = "Caret software mode";
2251
            this.caretSoftwareModeToolStripMenuItem.Click += new System.EventHandler(this.caretModeToolStripMenuItem_Click);
2252
            // 
2253
            // toolStripSeparator30
2254
            // 
2255
            this.toolStripSeparator30.Name = "toolStripSeparator30";
2256
            this.toolStripSeparator30.Size = new System.Drawing.Size(189, 6);
2257
            // 
2258
            // ParsingErrorsToolStripMenuItem
2259
            // 
2260
            this.ParsingErrorsToolStripMenuItem.Checked = true;
2261
            this.ParsingErrorsToolStripMenuItem.CheckOnClick = true;
2262
            this.ParsingErrorsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
2263
            this.ParsingErrorsToolStripMenuItem.Name = "ParsingErrorsToolStripMenuItem";
2264
            this.ParsingErrorsToolStripMenuItem.ShowShortcutKeys = false;
2265
            this.ParsingErrorsToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
2266
            this.ParsingErrorsToolStripMenuItem.Text = "Highlight parsing errors";
2267
            this.ParsingErrorsToolStripMenuItem.ToolTipText = "Highlight (underscore) parser errors in the script code.";
2268
            this.ParsingErrorsToolStripMenuItem.Click += new System.EventHandler(this.ParsingErrorsToolStripMenuItem_Click);
2269
            // 
2270
            // showIndentLineToolStripMenuItem
2271
            // 
2272
            this.showIndentLineToolStripMenuItem.Checked = true;
2273
            this.showIndentLineToolStripMenuItem.CheckOnClick = true;
2274
            this.showIndentLineToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
2275
            this.showIndentLineToolStripMenuItem.Name = "showIndentLineToolStripMenuItem";
2276
            this.showIndentLineToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
2277
            this.showIndentLineToolStripMenuItem.Text = "Show indent line";
2278
            this.showIndentLineToolStripMenuItem.ToolTipText = "Show the vertical indent line.";
2279
            this.showIndentLineToolStripMenuItem.Click += new System.EventHandler(this.showIndentLineToolStripMenuItem_Click);
2280
            // 
2281
            // textLineNumberToolStripMenuItem
2282
            // 
2283
            this.textLineNumberToolStripMenuItem.Checked = true;
2284
            this.textLineNumberToolStripMenuItem.CheckOnClick = true;
2285
            this.textLineNumberToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
2286
            this.textLineNumberToolStripMenuItem.Name = "textLineNumberToolStripMenuItem";
2287
            this.textLineNumberToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
2288
            this.textLineNumberToolStripMenuItem.Text = "Line Numbers";
2289
            this.textLineNumberToolStripMenuItem.ToolTipText = "Show/Hide line text numbers.";
2290
            this.textLineNumberToolStripMenuItem.Click += new System.EventHandler(this.ShowLineNumbers);
2291
            // 
2292
            // toolStripSeparator46
2293
            // 
2294
            this.toolStripSeparator46.Name = "toolStripSeparator46";
2295
            this.toolStripSeparator46.Size = new System.Drawing.Size(189, 6);
2296
            // 
2297
            // browserToolStripMenuItem
2298
            // 
2299
            this.browserToolStripMenuItem.Checked = true;
2300
            this.browserToolStripMenuItem.CheckOnClick = true;
2301
            this.browserToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
2302
            this.browserToolStripMenuItem.Name = "browserToolStripMenuItem";
2303
            this.browserToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.R)));
2304
            this.browserToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
2305
            this.browserToolStripMenuItem.Text = "Right Browser";
2306
            this.browserToolStripMenuItem.Click += new System.EventHandler(this.browserToolStripMenuItem_Click);
2307
            // 
2308
            // showLogWindowToolStripMenuItem
2309
            // 
2310
            this.showLogWindowToolStripMenuItem.Checked = true;
2311
            this.showLogWindowToolStripMenuItem.CheckOnClick = true;
2312
            this.showLogWindowToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
2313
            this.showLogWindowToolStripMenuItem.Name = "showLogWindowToolStripMenuItem";
2314
            this.showLogWindowToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.L)));
2315
            this.showLogWindowToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
2316
            this.showLogWindowToolStripMenuItem.Text = "Log Window";
2317
            this.showLogWindowToolStripMenuItem.ToolTipText = "Show/Hide log window";
2318
            this.showLogWindowToolStripMenuItem.Click += new System.EventHandler(this.showLogWindowToolStripMenuItem_Click);
2319
            // 
2320
            // toolStripDropDownButton1
2321
            // 
2322
            this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2323
            this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
2324
            this.decIndentToolStripMenuItem,
2325
            this.funcToolStripMenuItem,
2326
            this.gotoProcToolStripMenuItem,
2327
            this.createProcToolStripMenuItem});
2328
            this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
2329
            this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
2330
            this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
2331
            this.toolStripDropDownButton1.Overflow = System.Windows.Forms.ToolStripItemOverflow.Always;
2332
            this.toolStripDropDownButton1.Size = new System.Drawing.Size(29, 20);
2333
            this.toolStripDropDownButton1.Text = "toolStripDropDownButton1";
2334
            this.toolStripDropDownButton1.Visible = false;
2335
            this.toolStripDropDownButton1.Click += new System.EventHandler(this.DecIndentStripButton_Click);
2336
            // 
2337
            // decIndentToolStripMenuItem
2338
            // 
2339
            this.decIndentToolStripMenuItem.Name = "decIndentToolStripMenuItem";
2340
            this.decIndentToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Q)));
2341
            this.decIndentToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
2342
            this.decIndentToolStripMenuItem.Text = "DecIndent";
2343
            this.decIndentToolStripMenuItem.Click += new System.EventHandler(this.DecIndentStripButton_Click);
2344
            // 
2345
            // funcToolStripMenuItem
2346
            // 
2347
            this.funcToolStripMenuItem.Name = "funcToolStripMenuItem";
2348
            this.funcToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.E)));
2349
            this.funcToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
2350
            this.funcToolStripMenuItem.Text = "func";
2351
            this.funcToolStripMenuItem.Click += new System.EventHandler(this.funcToolStripMenuItem_Click);
2352
            // 
2353
            // gotoProcToolStripMenuItem
2354
            // 
2355
            this.gotoProcToolStripMenuItem.Name = "gotoProcToolStripMenuItem";
2356
            this.gotoProcToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.P)));
2357
            this.gotoProcToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
2358
            this.gotoProcToolStripMenuItem.Tag = "Button";
2359
            this.gotoProcToolStripMenuItem.Text = "gotoProc";
2360
            this.gotoProcToolStripMenuItem.Click += new System.EventHandler(this.findDefinitionToolStripMenuItem_Click);
2361
            // 
2362
            // createProcToolStripMenuItem
2363
            // 
2364
            this.createProcToolStripMenuItem.Name = "createProcToolStripMenuItem";
2365
            this.createProcToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
2366
            this.createProcToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
2367
            this.createProcToolStripMenuItem.Text = "createProc";
2368
            this.createProcToolStripMenuItem.Click += new System.EventHandler(this.createProcedureToolStripMenuItem_Click);
2369
            // 
2370
            // tsbUpdateParserData
2371
            // 
2372
            this.tsbUpdateParserData.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
2373
            this.tsbUpdateParserData.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
2374
            this.tsbUpdateParserData.ForeColor = System.Drawing.SystemColors.ControlText;
2375
            this.tsbUpdateParserData.Image = ((System.Drawing.Image)(resources.GetObject("tsbUpdateParserData.Image")));
2376
            this.tsbUpdateParserData.ImageTransparentColor = System.Drawing.Color.Magenta;
2377
            this.tsbUpdateParserData.Name = "tsbUpdateParserData";
2378
            this.tsbUpdateParserData.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
2379
            this.tsbUpdateParserData.Size = new System.Drawing.Size(23, 22);
2380
            this.tsbUpdateParserData.ToolTipText = "Update parser data.";
2381
            this.tsbUpdateParserData.Click += new System.EventHandler(this.tsbUpdateParserData_Click);
2382
            // 
2383
            // toolStripSeparator56
2384
            // 
2385
            this.toolStripSeparator56.Name = "toolStripSeparator56";
2386
            this.toolStripSeparator56.Size = new System.Drawing.Size(6, 25);
2387
            // 
2388
            // tslProject
2389
            // 
2390
            this.tslProject.ActiveLinkColor = System.Drawing.Color.RoyalBlue;
2391
            this.tslProject.Enabled = false;
2392
            this.tslProject.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
2393
            this.tslProject.IsLink = true;
2394
            this.tslProject.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
2395
            this.tslProject.LinkColor = System.Drawing.Color.MediumBlue;
2396
            this.tslProject.MergeAction = System.Windows.Forms.MergeAction.Remove;
2397
            this.tslProject.MergeIndex = 1;
2398
            this.tslProject.Name = "tslProject";
2399
            this.tslProject.Size = new System.Drawing.Size(94, 22);
2400
            this.tslProject.Text = "Project:  <unset>";
2401
            this.tslProject.ToolTipText = "Click to open the project folder in the Explorer window.\r\n��������, ����� �������" +
2402
    " ����� ������� � ���� ����������.";
2403
            this.tslProject.Click += new System.EventHandler(this.tslProject_Click);
2404
            // 
2405
            // cmsTabControls
2406
            // 
2407
            this.cmsTabControls.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
2408
            this.openFolderToolStripMenuItem,
2409
            this.openInExternalToolStripMenuItem,
2410
            this.toolStripSeparator37,
2411
            this.closeToolStripMenuItem,
2412
            this.closeAllToolStripMenuItem,
2413
            this.closeAllButThisToolStripMenuItem});
2414
            this.cmsTabControls.Name = "cmsTabControls";
2415
            this.cmsTabControls.ShowImageMargin = false;
2416
            this.cmsTabControls.Size = new System.Drawing.Size(173, 120);
2417
            // 
2418
            // openFolderToolStripMenuItem
2419
            // 
2420
            this.openFolderToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
2421
            this.openFolderToolStripMenuItem.Name = "openFolderToolStripMenuItem";
2422
            this.openFolderToolStripMenuItem.ShowShortcutKeys = false;
2423
            this.openFolderToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
2424
            this.openFolderToolStripMenuItem.Text = "Open Folder in Explorer";
2425
            this.openFolderToolStripMenuItem.Click += new System.EventHandler(this.openFolderToolStripMenuItem_Click);
2426
            // 
2427
            // openInExternalToolStripMenuItem
2428
            // 
2429
            this.openInExternalToolStripMenuItem.Name = "openInExternalToolStripMenuItem";
2430
            this.openInExternalToolStripMenuItem.ShowShortcutKeys = false;
2431
            this.openInExternalToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
2432
            this.openInExternalToolStripMenuItem.Text = "Open in External Editor";
2433
            this.openInExternalToolStripMenuItem.Click += new System.EventHandler(this.openInExternalToolStripMenuItem_Click);
2434
            // 
2435
            // toolStripSeparator37
2436
            // 
2437
            this.toolStripSeparator37.Name = "toolStripSeparator37";
2438
            this.toolStripSeparator37.Size = new System.Drawing.Size(169, 6);
2439
            // 
2440
            // closeToolStripMenuItem
2441
            // 
2442
            this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
2443
            this.closeToolStripMenuItem.ShortcutKeyDisplayString = "MMB";
2444
            this.closeToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
2445
            this.closeToolStripMenuItem.Text = "Close";
2446
            this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem1_Click);
2447
            // 
2448
            // closeAllToolStripMenuItem
2449
            // 
2450
            this.closeAllToolStripMenuItem.Name = "closeAllToolStripMenuItem";
2451
            this.closeAllToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
2452
            this.closeAllToolStripMenuItem.Text = "Close All";
2453
            this.closeAllToolStripMenuItem.Click += new System.EventHandler(this.CloseAllToolStripMenuItemClick);
2454
            // 
2455
            // closeAllButThisToolStripMenuItem
2456
            // 
2457
            this.closeAllButThisToolStripMenuItem.Name = "closeAllButThisToolStripMenuItem";
2458
            this.closeAllButThisToolStripMenuItem.ShowShortcutKeys = false;
2459
            this.closeAllButThisToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
2460
            this.closeAllButThisToolStripMenuItem.Text = "Close All But This";
2461
            this.closeAllButThisToolStripMenuItem.Click += new System.EventHandler(this.CloseAllButThisToolStripMenuItemClick);
2462
            // 
2463
            // ofdScripts
2464
            // 
2465
            this.ofdScripts.Filter = "All supported files|*.ssl;*.int;*.h;*.msg|Script files|*.ssl|Header files|*.h|Com" +
2466
    "piled scripts|*.int|Message files|*.msg|All files|*.*";
2467
            this.ofdScripts.Multiselect = true;
2468
            this.ofdScripts.RestoreDirectory = true;
2469
            this.ofdScripts.Title = "Select script or header to open";
2470
            // 
2471
            // sfdScripts
2472
            // 
2473
            this.sfdScripts.DefaultExt = "ssl";
2474
            this.sfdScripts.Filter = "Script file (.ssl)|*.ssl|Header file (.h)|*.h|Message files (.msg)|*.msg|All file" +
2475
    "s|*.*";
2476
            this.sfdScripts.RestoreDirectory = true;
2477
            this.sfdScripts.Title = "Save file as";
2478
            // 
2479
            // fbdMassCompile
2480
            // 
2481
            this.fbdMassCompile.Description = "Select folder to compile";
2482
            this.fbdMassCompile.RootFolder = System.Environment.SpecialFolder.MyComputer;
2483
            this.fbdMassCompile.ShowNewFolderButton = false;
2484
            // 
2485
            // bwSyntaxParser
2486
            // 
2487
            this.bwSyntaxParser.WorkerSupportsCancellation = true;
2488
            this.bwSyntaxParser.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bwSyntaxParser_DoWork);
2489
            this.bwSyntaxParser.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bwSyntaxParser_RunWorkerCompleted);
2490
            // 
2491
            // editorMenuStrip
2492
            // 
2493
            this.editorMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
2494
            this.highlightToolStripMenuItem,
2495
            this.renameToolStripMenuItem,
2496
            this.toolStripSeparator2,
2497
            this.findDeclerationToolStripMenuItem,
2498
            this.findDefinitionToolStripMenuItem,
2499
            this.findReferencesToolStripMenuItem,
2500
            this.toolStripSeparator36,
2501
            this.openIncludeToolStripMenuItem,
2502
            this.toolStripSeparator6,
2503
            this.convertHexDecToolStripMenuItem,
2504
            this.toolStripSeparator54,
2505
            this.UpperCaseToolStripMenuItem1,
2506
            this.LowerCaseToolStripMenuItem,
2507
            this.toolStripSeparator29,
2508
            this.cutToolStripMenuItem1,
2509
            this.copyToolStripMenuItem1,
2510
            this.pasteToolStripMenuItem1,
2511
            this.toolStripSeparator28,
2512
            this.commentTextToolStripMenuItem,
2513
            this.uncommentTextToolStripMenuItem,
2514
            this.AlignToLeftToolStripMenuItem,
2515
            this.formatingCodeToolStripMenuItem});
2516
            this.editorMenuStrip.Name = "editorMenuStrip1";
2517
            this.editorMenuStrip.Size = new System.Drawing.Size(226, 392);
2518
            this.editorMenuStrip.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.editorMenuStrip_Closed);
2519
            this.editorMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.editorMenuStrip_Opening);
2520
            // 
2521
            // highlightToolStripMenuItem
2522
            // 
2523
            this.highlightToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("highlightToolStripMenuItem.Image")));
2524
            this.highlightToolStripMenuItem.Name = "highlightToolStripMenuItem";
2525
            this.highlightToolStripMenuItem.ShortcutKeyDisplayString = "Middle Mouse";
2526
            this.highlightToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
2527
            this.highlightToolStripMenuItem.Text = "Highlight";
2528
            this.highlightToolStripMenuItem.ToolTipText = "Highlight selected text [click middle mouse button]";
2529
            this.highlightToolStripMenuItem.Visible = false;
2530
            this.highlightToolStripMenuItem.Click += new System.EventHandler(this.highlightToolStripMenuItem_Click);
2531
            // 
2532
            // renameToolStripMenuItem
2533
            // 
2534
            this.renameToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("renameToolStripMenuItem.Image")));
2535
            this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
2536
            this.renameToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
2537
            this.renameToolStripMenuItem.Text = "Rename";
2538
            this.renameToolStripMenuItem.Visible = false;
2539
            this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
2540
            // 
2541
            // toolStripSeparator2
2542
            // 
2543
            this.toolStripSeparator2.Name = "toolStripSeparator2";
2544
            this.toolStripSeparator2.Size = new System.Drawing.Size(222, 6);
2545
            // 
2546
            // findDeclerationToolStripMenuItem
2547
            // 
2548
            this.findDeclerationToolStripMenuItem.Name = "findDeclerationToolStripMenuItem";
2549
            this.findDeclerationToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F12)));
2550
            this.findDeclerationToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
2551
            this.findDeclerationToolStripMenuItem.Text = "Goto declaration";
2552
            this.findDeclerationToolStripMenuItem.Click += new System.EventHandler(this.findDeclerationToolStripMenuItem_Click);
2553
            // 
2554
            // findDefinitionToolStripMenuItem
2555
            // 
2556
            this.findDefinitionToolStripMenuItem.Name = "findDefinitionToolStripMenuItem";
2557
            this.findDefinitionToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F12;
2558
            this.findDefinitionToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
2559
            this.findDefinitionToolStripMenuItem.Text = "Goto definition";
2560
            this.findDefinitionToolStripMenuItem.Click += new System.EventHandler(this.findDefinitionToolStripMenuItem_Click);
2561
            // 
2562
            // findReferencesToolStripMenuItem
2563
            // 
2564
            this.findReferencesToolStripMenuItem.Name = "findReferencesToolStripMenuItem";
2565
            this.findReferencesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F12)));
2566
            this.findReferencesToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
2567
            this.findReferencesToolStripMenuItem.Text = "Find references";
2568
            this.findReferencesToolStripMenuItem.Click += new System.EventHandler(this.findReferencesToolStripMenuItem_Click);
2569
            // 
2570
            // toolStripSeparator36
2571
            // 
2572
            this.toolStripSeparator36.Name = "toolStripSeparator36";
2573
            this.toolStripSeparator36.Size = new System.Drawing.Size(222, 6);
2574
            // 
2575
            // openIncludeToolStripMenuItem
2576
            // 
2577
            this.openIncludeToolStripMenuItem.Name = "openIncludeToolStripMenuItem";
2578
            this.openIncludeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.G)));
2579
            this.openIncludeToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
2580
            this.openIncludeToolStripMenuItem.Text = "Open include";
2581
            this.openIncludeToolStripMenuItem.Click += new System.EventHandler(this.openIncludeToolStripMenuItem_Click);
2582
            // 
2583
            // toolStripSeparator6
2584
            // 
2585
            this.toolStripSeparator6.Name = "toolStripSeparator6";
2586
            this.toolStripSeparator6.Size = new System.Drawing.Size(222, 6);
2587
            // 
2588
            // convertHexDecToolStripMenuItem
2589
            // 
2590
            this.convertHexDecToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("convertHexDecToolStripMenuItem.Image")));
2591
            this.convertHexDecToolStripMenuItem.Name = "convertHexDecToolStripMenuItem";
2592
            this.convertHexDecToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
2593
            this.convertHexDecToolStripMenuItem.Text = "Convert value: Hex <> Dec";
2594
            this.convertHexDecToolStripMenuItem.Click += new System.EventHandler(this.convertHexDecToolStripMenuItem_Click);
2595
            // 
2596
            // toolStripSeparator54
2597
            // 
2598
            this.toolStripSeparator54.Name = "toolStripSeparator54";
2599
            this.toolStripSeparator54.Size = new System.Drawing.Size(222, 6);
2600
            // 
2601
            // UpperCaseToolStripMenuItem1
2602
            // 
2603
            this.UpperCaseToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("UpperCaseToolStripMenuItem1.Image")));
2604
            this.UpperCaseToolStripMenuItem1.Name = "UpperCaseToolStripMenuItem1";
2605
            this.UpperCaseToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
2606
            | System.Windows.Forms.Keys.A)));
2607
            this.UpperCaseToolStripMenuItem1.Size = new System.Drawing.Size(225, 22);
2608
            this.UpperCaseToolStripMenuItem1.Text = "Upper Case";
2609
            this.UpperCaseToolStripMenuItem1.Click += new System.EventHandler(this.UPPERCASEToolStripMenuItemClick);
2610
            // 
2611
            // LowerCaseToolStripMenuItem
2612
            // 
2613
            this.LowerCaseToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("LowerCaseToolStripMenuItem.Image")));
2614
            this.LowerCaseToolStripMenuItem.Name = "LowerCaseToolStripMenuItem";
2615
            this.LowerCaseToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
2616
            | System.Windows.Forms.Keys.Z)));
2617
            this.LowerCaseToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
2618
            this.LowerCaseToolStripMenuItem.Text = "Lower Case";
2619
            this.LowerCaseToolStripMenuItem.Click += new System.EventHandler(this.LowecaseToolStripMenuItemClick);
2620
            // 
2621
            // toolStripSeparator29
2622
            // 
2623
            this.toolStripSeparator29.Name = "toolStripSeparator29";
2624
            this.toolStripSeparator29.Size = new System.Drawing.Size(222, 6);
2625
            // 
2626
            // cutToolStripMenuItem1
2627
            // 
2628
            this.cutToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem1.Image")));
2629
            this.cutToolStripMenuItem1.Name = "cutToolStripMenuItem1";
2630
            this.cutToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
2631
            this.cutToolStripMenuItem1.Size = new System.Drawing.Size(225, 22);
2632
            this.cutToolStripMenuItem1.Text = "Cut";
2633
            this.cutToolStripMenuItem1.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
2634
            // 
2635
            // copyToolStripMenuItem1
2636
            // 
2637
            this.copyToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem1.Image")));
2638
            this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1";
2639
            this.copyToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
2640
            this.copyToolStripMenuItem1.Size = new System.Drawing.Size(225, 22);
2641
            this.copyToolStripMenuItem1.Text = "Copy";
2642
            this.copyToolStripMenuItem1.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
2643
            // 
2644
            // pasteToolStripMenuItem1
2645
            // 
2646
            this.pasteToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem1.Image")));
2647
            this.pasteToolStripMenuItem1.Name = "pasteToolStripMenuItem1";
2648
            this.pasteToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
2649
            this.pasteToolStripMenuItem1.Size = new System.Drawing.Size(225, 22);
2650
            this.pasteToolStripMenuItem1.Text = "Paste";
2651
            this.pasteToolStripMenuItem1.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
2652
            // 
2653
            // toolStripSeparator28
2654
            // 
2655
            this.toolStripSeparator28.Name = "toolStripSeparator28";
2656
            this.toolStripSeparator28.Size = new System.Drawing.Size(222, 6);
2657
            // 
2658
            // commentTextToolStripMenuItem
2659
            // 
2660
            this.commentTextToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("commentTextToolStripMenuItem.Image")));
2661
            this.commentTextToolStripMenuItem.Name = "commentTextToolStripMenuItem";
2662
            this.commentTextToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.C)));
2663
            this.commentTextToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
2664
            this.commentTextToolStripMenuItem.Text = "Comment text";
2665
            this.commentTextToolStripMenuItem.Click += new System.EventHandler(this.CommentTextStripButton_Click);
2666
            // 
2667
            // uncommentTextToolStripMenuItem
2668
            // 
2669
            this.uncommentTextToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("uncommentTextToolStripMenuItem.Image")));
2670
            this.uncommentTextToolStripMenuItem.Name = "uncommentTextToolStripMenuItem";
2671
            this.uncommentTextToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.X)));
2672
            this.uncommentTextToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
2673
            this.uncommentTextToolStripMenuItem.Text = "Uncomment text";
2674
            this.uncommentTextToolStripMenuItem.Click += new System.EventHandler(this.UnCommentTextStripButton_Click);
2675
            // 
2676
            // AlignToLeftToolStripMenuItem
2677
            // 
2678
            this.AlignToLeftToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("AlignToLeftToolStripMenuItem.Image")));
2679
            this.AlignToLeftToolStripMenuItem.Name = "AlignToLeftToolStripMenuItem";
2680
            this.AlignToLeftToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.A)));
2681
            this.AlignToLeftToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
2682
            this.AlignToLeftToolStripMenuItem.Text = "Align selected text";
2683
            this.AlignToLeftToolStripMenuItem.ToolTipText = "Align selected block text to left.";
2684
            this.AlignToLeftToolStripMenuItem.Click += new System.EventHandler(this.AlignToLeftToolStripMenuItem_Click);
2685
            // 
2686
            // formatingCodeToolStripMenuItem
2687
            // 
2688
            this.formatingCodeToolStripMenuItem.Name = "formatingCodeToolStripMenuItem";
2689
            this.formatingCodeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F)));
2690
            this.formatingCodeToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
2691
            this.formatingCodeToolStripMenuItem.Text = "Formating code";
2692
            this.formatingCodeToolStripMenuItem.ToolTipText = "Formatting selected text code, inserting missing dividing spaces between arithmet" +
2693
    "ic and logical operations.";
2694
            this.formatingCodeToolStripMenuItem.Click += new System.EventHandler(this.formatingCodeToolStripMenuItem_Click);
2695
            // 
2696
            // toolTips
2697
            // 
2698
            this.toolTips.AutoPopDelay = 50000;
2699
            this.toolTips.InitialDelay = 500;
2700
            this.toolTips.OwnerDraw = true;
2701
            this.toolTips.ReshowDelay = 100;
2702
            // 
2703
            // fbdProjectFolder
2704
            // 
2705
            this.fbdProjectFolder.Description = "Select the folder containing .ssl and .h files of your project.";
2706
            this.fbdProjectFolder.RootFolder = System.Environment.SpecialFolder.MyComputer;
2707
            // 
2708
            // tabControl1
2709
            // 
2710
            this.tabControl1.AllowDrop = true;
2711
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
2712
            this.tabControl1.ImageList = this.imageList1;
2713
            this.tabControl1.Location = new System.Drawing.Point(0, 25);
2714
            this.tabControl1.Name = "tabControl1";
2715
            this.tabControl1.SelectedIndex = 0;
2716
            this.tabControl1.ShowToolTips = true;
2717
            this.tabControl1.Size = new System.Drawing.Size(984, 601);
2718
            this.tabControl1.TabIndex = 1;
2719
            this.tabControl1.TabStop = false;
2720
            this.tabControl1.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected);
2721
            this.tabControl1.DragDrop += new System.Windows.Forms.DragEventHandler(this.TextEditorDragDrop);
2722
            this.tabControl1.DragEnter += new System.Windows.Forms.DragEventHandler(this.TextEditorDragEnter);
2723
            this.tabControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tabControl1_MouseClick);
2724
            // 
2725
            // TextEditor
2726
            // 
2727
            this.AllowDrop = true;
2728
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2729
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2730
            this.ClientSize = new System.Drawing.Size(1290, 707);
2731
            this.Controls.Add(this.panel1);
2732
            this.DoubleBuffered = true;
2733
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
2734
            this.KeyPreview = true;
2735
            this.Name = "TextEditor";
2736
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
2737
            this.Text = "Sfall Script Editor";
2738
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TextEditor_FormClosing);
2739
            this.Load += new System.EventHandler(this.TextEditor_Load);
2740
            this.Shown += new System.EventHandler(this.TextEditor_Shown);
2741
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.TextEditorDragDrop);
2742
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.TextEditorDragEnter);
2743
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextEditor_KeyDown);
2744
            this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.TextEditor_KeyUp);
2745
            this.Resize += new System.EventHandler(this.TextEditor_Resize);
2746
            this.panel1.ResumeLayout(false);
2747
            this.splitContainer3.Panel1.ResumeLayout(false);
2748
            this.splitContainer3.Panel2.ResumeLayout(false);
2749
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
2750
            this.splitContainer3.ResumeLayout(false);
2751
            this.cmsFunctions.ResumeLayout(false);
2752
            this.splitContainer2.Panel1.ResumeLayout(false);
2753
            this.splitContainer2.Panel2.ResumeLayout(false);
2754
            this.splitContainer2.Panel2.PerformLayout();
2755
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
2756
            this.splitContainer2.ResumeLayout(false);
2757
            this.splitContainer1.Panel1.ResumeLayout(false);
2758
            this.splitContainer1.Panel1.PerformLayout();
2759
            this.splitContainer1.Panel2.ResumeLayout(false);
2760
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
2761
            this.splitContainer1.ResumeLayout(false);
2762
            this.SearchToolStrip.ResumeLayout(false);
2763
            this.SearchToolStrip.PerformLayout();
2764
            this.tabControl2.ResumeLayout(false);
2765
            this.tabPageParse.ResumeLayout(false);
2766
            this.tabPageParse.PerformLayout();
2767
            this.tabPageBuild.ResumeLayout(false);
2768
            this.tabPageBuild.PerformLayout();
2769
            this.tabPageError.ResumeLayout(false);
2770
            this.cmsError.ResumeLayout(false);
2771
            ((System.ComponentModel.ISupportInitialize)(this.dgvErrors)).EndInit();
2772
            this.tabControl3.ResumeLayout(false);
2773
            this.tabPage4.ResumeLayout(false);
2774
            this.tabPage4.PerformLayout();
2775
            this.ProcMnContext.ResumeLayout(false);
2776
            this.toolStripProcedures.ResumeLayout(false);
2777
            this.toolStripProcedures.PerformLayout();
2778
            this.tabPage6.ResumeLayout(false);
2779
            this.tpExplorerFiles.ResumeLayout(false);
2780
            this.tpExplorerFiles.PerformLayout();
2781
            this.toolStripSolution.ResumeLayout(false);
2782
            this.toolStripSolution.PerformLayout();
2783
            this.statusStrip.ResumeLayout(false);
2784
            this.statusStrip.PerformLayout();
2785
            this.ToolStripMain.ResumeLayout(false);
2786
            this.ToolStripMain.PerformLayout();
2787
            this.cmsTabControls.ResumeLayout(false);
2788
            this.editorMenuStrip.ResumeLayout(false);
2789
            this.ResumeLayout(false);
2790

2791
        }
2792
        private System.Windows.Forms.ToolTip toolTips;
2793
        private System.Windows.Forms.TabPage tabPageParse;
2794
        private System.Windows.Forms.ToolStripMenuItem closeAllToolStripMenuItem;
2795
        private System.Windows.Forms.ToolStripMenuItem closeAllButThisToolStripMenuItem;
2796

2797
        #endregion
2798

2799
        private System.Windows.Forms.Panel panel1;
2800
        private System.Windows.Forms.SplitContainer splitContainer1;
2801
        private System.Windows.Forms.OpenFileDialog ofdScripts;
2802
        private System.Windows.Forms.SaveFileDialog sfdScripts;
2803
        private DraggableTabControl tabControl1;
2804
        private System.Windows.Forms.FolderBrowserDialog fbdMassCompile;
2805
        private System.Windows.Forms.TabControl tabControl2;
2806
        private System.Windows.Forms.TabPage tabPageBuild;
2807
        private System.Windows.Forms.TabPage tabPageError;
2808
        private System.Windows.Forms.DataGridView dgvErrors;
2809
        private System.ComponentModel.BackgroundWorker bwSyntaxParser;
2810
        private System.Windows.Forms.SplitContainer splitContainer2;
2811
        private System.Windows.Forms.ContextMenuStrip editorMenuStrip;
2812
        private System.Windows.Forms.ToolStripMenuItem findReferencesToolStripMenuItem;
2813
        private System.Windows.Forms.ToolStripMenuItem findDeclerationToolStripMenuItem;
2814
        private System.Windows.Forms.ToolStripMenuItem findDefinitionToolStripMenuItem;
2815
        private System.Windows.Forms.ToolStripMenuItem openIncludeToolStripMenuItem;
2816
        private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem1;
2817
        private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem1;
2818
        private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem1;
2819
        private System.Windows.Forms.ContextMenuStrip cmsTabControls;
2820
        private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
2821
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
2822
        private System.Windows.Forms.ToolStripMenuItem UpperCaseToolStripMenuItem1;
2823
        private System.Windows.Forms.ToolStripMenuItem LowerCaseToolStripMenuItem;
2824
        private System.Windows.Forms.ToolStrip ToolStripMain;
2825
        private System.Windows.Forms.TabControl tabControl3;
2826
        private System.Windows.Forms.TabPage tabPage4;
2827
        private System.Windows.Forms.TabPage tabPage6;
2828
        private System.Windows.Forms.Button minimizelog_button;
2829
        private System.Windows.Forms.ToolStripButton Undo_toolStripButton;
2830
        private System.Windows.Forms.ToolStripButton Redo_ToolStripButton;
2831
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
2832
        private System.Windows.Forms.ToolStripSplitButton Open_toolStripSplitButton;
2833
        private System.Windows.Forms.ToolStripSplitButton Save_toolStripSplitButton;
2834
        private System.Windows.Forms.ToolStripMenuItem SaveAs_ToolStripMenuItem;
2835
        private System.Windows.Forms.ToolStripMenuItem SaveAll_ToolStripMenuItem;
2836
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
2837
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
2838
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
2839
        private System.Windows.Forms.ToolStripButton Back_toolStripButton;
2840
        private System.Windows.Forms.ToolStripButton Forward_toolStripButton;
2841
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
2842
        private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
2843
        private System.Windows.Forms.ToolStripSplitButton New_toolStripDropDownButton;
2844
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
2845
        private System.Windows.Forms.ToolStripSplitButton qCompile_toolStripSplitButton;
2846
        private System.Windows.Forms.ToolStripMenuItem CompileAllOpen_ToolStripMenuItem;
2847
        private System.Windows.Forms.ToolStripMenuItem MassCompile_ToolStripMenuItem;
2848
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
2849
        private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
2850
        private System.Windows.Forms.ToolStripMenuItem Save_ToolStripMenuItem;
2851
        private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
2852
        private System.Windows.Forms.ToolStripMenuItem recentToolStripMenuItem;
2853
        private System.Windows.Forms.ToolStripMenuItem Settings_ToolStripMenuItem;
2854
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
2855
        private System.Windows.Forms.ToolStripMenuItem Preprocess_ToolStripMenuItem;
2856
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
2857
        private System.Windows.Forms.ToolStripMenuItem showLogWindowToolStripMenuItem;
2858
        private System.Windows.Forms.ToolStripMenuItem Compile_ToolStripMenuItem;
2859
        private System.Windows.Forms.ToolStripSplitButton Script_toolStripSplitButton;
2860
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator14;
2861
        private System.Windows.Forms.ToolStripMenuItem editRegisteredScriptsToolStripMenuItem;
2862
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator15;
2863
        private System.Windows.Forms.ToolStripMenuItem saveAsTemplateToolStripMenuItem;
2864
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator16;
2865
        private System.Windows.Forms.ToolStripMenuItem roundtripToolStripMenuItem;
2866
        private System.Windows.Forms.ToolStripButton Outline_toolStripButton;
2867
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator17;
2868
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator18;
2869
        private System.Windows.Forms.Button TabClose_button;
2870
        private System.Windows.Forms.ToolStripSplitButton Headers_toolStripSplitButton;
2871
        private System.Windows.Forms.ToolStripMenuItem openAllIncludesScriptToolStripMenuItem;
2872
        private System.Windows.Forms.ToolStripMenuItem openHeaderFileToolStripMenuItem;
2873
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
2874
        private System.Windows.Forms.Button Split_button;
2875
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
2876
        private System.Windows.Forms.ToolStripSplitButton GotoProc_StripButton;
2877
        private System.Windows.Forms.ToolStripMenuItem gotoToLineToolStripMenuItem;
2878
        private System.Windows.Forms.StatusStrip statusStrip;
2879
        private System.Windows.Forms.ToolStripStatusLabel LineStripStatusLabel;
2880
        private System.Windows.Forms.ToolStripStatusLabel ColStripStatusLabel;
2881
        private System.Windows.Forms.ToolStripStatusLabel EmptyStripStatusLabel;
2882
        private System.Windows.Forms.ContextMenuStrip ProcMnContext;
2883
        private System.Windows.Forms.ToolStripMenuItem createProcedureToolStripMenuItem;
2884
        private System.Windows.Forms.ToolStripMenuItem renameProcedureToolStripMenuItem;
2885
        private System.Windows.Forms.ToolStripMenuItem moveProcedureToolStripMenuItem;
2886
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator20;
2887
        private System.Windows.Forms.ToolStripMenuItem deleteProcedureToolStripMenuItem;
2888
        private System.Windows.Forms.ToolStripMenuItem textLineNumberToolStripMenuItem;
2889
        private System.Windows.Forms.ToolStripButton FunctionButton;
2890
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator21;
2891
        private System.Windows.Forms.ToolStripSplitButton MSG_toolStripButton;
2892
        private System.Windows.Forms.ToolStripMenuItem previewDialogToolStripMenuItem;
2893
        private System.Windows.Forms.ToolStripMenuItem msgFileEditorToolStripMenuItem;
2894
        private System.Windows.Forms.ToolStrip SearchToolStrip;
2895
        private System.Windows.Forms.ToolStripButton CaseButton;
2896
        private System.Windows.Forms.ToolStripButton FindForwardButton;
2897
        private System.Windows.Forms.ToolStripButton FindBackButton;
2898
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator22;
2899
        private System.Windows.Forms.ToolStripButton ReplaceButton;
2900
        private System.Windows.Forms.ToolStripTextBox ReplaceTextBox;
2901
        private System.Windows.Forms.ToolStripButton ReplaceAllButton;
2902
        private System.Windows.Forms.ToolStripSplitButton Search_toolStripButton;
2903
        private System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem;
2904
        private System.Windows.Forms.ToolStripButton SearchHideStripButton;
2905
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator23;
2906
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator24;
2907
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator26;
2908
        private System.Windows.Forms.ToolStripMenuItem defineToolStripMenuItem;
2909
        private System.Windows.Forms.ToolStripButton SendtoolStripButton;
2910
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator27;
2911
        private System.Windows.Forms.ToolStripButton DecIndentStripButton;
2912
        private System.Windows.Forms.ToolStripButton CommentStripButton;
2913
        private System.Windows.Forms.ToolStripMenuItem AlignToLeftToolStripMenuItem;
2914
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator29;
2915
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator28;
2916
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator30;
2917
        private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
2918
        private System.Windows.Forms.ToolStripMenuItem decIndentToolStripMenuItem;
2919
        protected internal System.Windows.Forms.ToolStripMenuItem msgAutoOpenEditorStripMenuItem;
2920
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator25;
2921
        protected internal System.Windows.Forms.ToolStripComboBox SearchTextComboBox;
2922
        private System.Windows.Forms.ToolStripComboBox pDefineStripComboBox;
2923
        private System.Windows.Forms.DataGridViewTextBoxColumn cType;
2924
        private System.Windows.Forms.DataGridViewTextBoxColumn cFile;
2925
        private System.Windows.Forms.DataGridViewTextBoxColumn cLine;
2926
        private System.Windows.Forms.DataGridViewTextBoxColumn cMessage;
2927
        private System.Windows.Forms.ToolStripMenuItem browserToolStripMenuItem;
2928
        private System.Windows.Forms.SplitContainer splitContainer3;
2929
        private System.Windows.Forms.ToolStripMenuItem funcToolStripMenuItem;
2930
        private System.Windows.Forms.ToolStripMenuItem commentTextToolStripMenuItem;
2931
        private System.Windows.Forms.ToolStripMenuItem uncommentTextToolStripMenuItem;
2932
        private System.Windows.Forms.ToolStripMenuItem gotoProcToolStripMenuItem;
2933
        private System.Windows.Forms.ToolStripMenuItem formatCodeToolStripMenuItem;
2934
        private System.Windows.Forms.ToolStripMenuItem formatingCodeToolStripMenuItem;
2935
        private System.Windows.Forms.ToolStrip toolStripProcedures;
2936
        private System.Windows.Forms.ToolStripButton OnlyProcStripButton;
2937
        private System.Windows.Forms.ToolStripButton GoBeginStripButton;
2938
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator19;
2939
        private System.Windows.Forms.ToolStripButton NewProcStripButton;
2940
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator31;
2941
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator32;
2942
        private System.Windows.Forms.ToolStripMenuItem findNextToolStripMenuItem;
2943
        private System.Windows.Forms.ToolStripMenuItem findPreviousToolStripMenuItem;
2944
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator33;
2945
        private System.Windows.Forms.ToolStripMenuItem quickFindToolStripMenuItem;
2946
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator34;
2947
        private System.Windows.Forms.ToolStripButton ViewArgsStripButton;
2948
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator35;
2949
        private System.Windows.Forms.ToolStripMenuItem renameToolStripMenuItem;
2950
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator36;
2951
        private System.Windows.Forms.ToolStripButton WholeWordButton;
2952
        private System.Windows.Forms.ToolStripMenuItem highlightToolStripMenuItem;
2953
        private System.Windows.Forms.ToolStripMenuItem ParsingErrorsToolStripMenuItem;
2954
        private System.Windows.Forms.ToolStripMenuItem dialogNodesDiagramToolStripMenuItem;
2955
        private System.Windows.Forms.ToolStripMenuItem encodingMessagesToolStripMenuItem;
2956
        private System.Windows.Forms.ToolStripMenuItem windowsDefaultMenuItem;
2957
        private System.Windows.Forms.ToolStripMenuItem EncodingDOSmenuItem;
2958
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator37;
2959
        private System.Windows.Forms.ToolStripMenuItem openFolderToolStripMenuItem;
2960
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator38;
2961
        private System.Windows.Forms.ToolStripMenuItem editNodeCodeToolStripMenuItem;
2962
        private System.Windows.Forms.ImageList imageList1;
2963
        private System.Windows.Forms.ToolStripDropDownButton Edit_toolStripButton;
2964
        private System.Windows.Forms.ToolStripMenuItem ToggleBlockCommentToolStripMenuItem;
2965
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator40;
2966
        private System.Windows.Forms.ToolStripMenuItem capitalizeCaseToolStripMenuItem;
2967
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator39;
2968
        private System.Windows.Forms.ToolStripMenuItem trailingSpacesToolStripMenuItem;
2969
        private System.Windows.Forms.ToolStripMenuItem leadingTabsSpacesToolStripMenuItem;
2970
        private System.Windows.Forms.ToolStripMenuItem allTabsSpacesToolStripMenuItem;
2971
        private System.Windows.Forms.ToolStripMenuItem showTabsAndSpacesToolStripMenuItem;
2972
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator41;
2973
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator42;
2974
        private System.Windows.Forms.ContextMenuStrip cmsError;
2975
        private System.Windows.Forms.ToolStripMenuItem tsmShowParserLog;
2976
        private System.Windows.Forms.ToolStripMenuItem tsmShowBuildLog;
2977
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator43;
2978
        private System.Windows.Forms.ToolStripMenuItem tsmCopyLogText;
2979
        private System.Windows.Forms.ToolStripMenuItem tsmiClearAllLog;
2980
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator44;
2981
        private System.Windows.Forms.ToolStripMenuItem tsmMessageTextChecker;
2982
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator45;
2983
        private System.Windows.Forms.ToolStripSplitButton Help_toolStripButton;
2984
        private System.Windows.Forms.ToolStripMenuItem About_toolStripButton;
2985
        private System.Windows.Forms.ToolStripMenuItem showIndentLineToolStripMenuItem;
2986
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator46;
2987
        private System.Windows.Forms.ToolStripMenuItem refreshLogToolStripMenuItem;
2988
        private System.Windows.Forms.ToolStripMenuItem autoRefreshToolStripMenuItem;
2989
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator47;
2990
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator48;
2991
        private System.Windows.Forms.ToolStripMenuItem saveUTF8ToolStripMenuItem;
2992
        internal System.Windows.Forms.TextBox tbOutputParse;
2993
        private System.Windows.Forms.ToolStripStatusLabel FontSizeStripStatusLabel;
2994
        private System.Windows.Forms.ToolStripMenuItem decompileF1ToolStripMenuItem;
2995
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator49;
2996
        private System.Windows.Forms.ToolStripMenuItem win32RenderTextToolStripMenuItem;
2997
        private System.Windows.Forms.ToolStripMenuItem openInExternalToolStripMenuItem;
2998
        private System.Windows.Forms.ToolStripMenuItem includeFileToCodeToolStripMenuItem;
2999
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator50;
3000
        private System.Windows.Forms.ContextMenuStrip cmsFunctions;
3001
        private System.Windows.Forms.ToolStripMenuItem addUserFunctionToolStripMenuItem;
3002
        private System.Windows.Forms.ToolStripMenuItem addTreeNodeToolStripMenuItem;
3003
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator51;
3004
        private System.Windows.Forms.ToolStripMenuItem editFunctionToolStripMenuItem;
3005
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator52;
3006
        private System.Windows.Forms.ToolStripMenuItem renameTreeNodeToolStripMenuItem;
3007
        private System.Windows.Forms.ToolStripMenuItem deleteNodeFuncToolStripMenuItem;
3008
        internal System.Windows.Forms.TreeView FunctionTreeLeft;
3009
        internal System.Windows.Forms.TreeView FunctionsTree;
3010
        internal System.Windows.Forms.TreeView ProcTree;
3011
        private System.Windows.Forms.ToolStripMenuItem oldDecompileToolStripMenuItem;
3012
        private System.Windows.Forms.ToolStripMenuItem showAutocompleteWordToolStripMenuItem;
3013
        private System.Windows.Forms.ToolStripMenuItem dialogFunctionConfigToolStripMenuItem;
3014
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator53;
3015
        private System.Windows.Forms.ToolStripMenuItem convertHexDecToolStripMenuItem;
3016
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator54;
3017
        private System.Windows.Forms.ToolStripMenuItem splitDocumentToolStripMenuItem;
3018
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
3019
        private System.Windows.Forms.ToolStripMenuItem caretSoftwareModeToolStripMenuItem;
3020
        private System.Windows.Forms.ToolStripButton tsbSaveAll;
3021
        private System.Windows.Forms.TextBox tbOutput;
3022
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator55;
3023
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator56;
3024
        private System.Windows.Forms.ToolStripButton tsbUpdateParserData;
3025
        private System.Windows.Forms.TabPage tpExplorerFiles;
3026
        private System.Windows.Forms.TreeView treeProjectFiles;
3027
        private System.Windows.Forms.ToolStrip toolStripSolution;
3028
        private System.Windows.Forms.ToolStripButton tsbSetProjectFolder;
3029
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator57;
3030
        private System.Windows.Forms.FolderBrowserDialog fbdProjectFolder;
3031
        private System.Windows.Forms.ToolStripMenuItem tsmSetProjectFolder;
3032
        private System.Windows.Forms.ToolStripLabel tslProject;
3033
        private System.Windows.Forms.ToolStripMenuItem createProcToolStripMenuItem;
3034
    }
3035
}

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.