1 | object FormMain: TFormMain
|
---|
2 | Left = 240
|
---|
3 | Height = 520
|
---|
4 | Top = 108
|
---|
5 | Width = 747
|
---|
6 | Caption = 'LibreDevelop Studio'
|
---|
7 | ClientHeight = 495
|
---|
8 | ClientWidth = 747
|
---|
9 | Menu = MainMenu
|
---|
10 | OnClose = FormClose
|
---|
11 | OnCreate = FormCreate
|
---|
12 | OnDestroy = FormDestroy
|
---|
13 | OnShow = FormShow
|
---|
14 | LCLVersion = '1.1'
|
---|
15 | WindowState = wsMaximized
|
---|
16 | object StatusBar1: TStatusBar
|
---|
17 | Left = 0
|
---|
18 | Height = 21
|
---|
19 | Top = 474
|
---|
20 | Width = 747
|
---|
21 | Panels = <>
|
---|
22 | end
|
---|
23 | object ToolBar1: TToolBar
|
---|
24 | Left = 0
|
---|
25 | Height = 26
|
---|
26 | Top = 0
|
---|
27 | Width = 747
|
---|
28 | Caption = 'ToolBar1'
|
---|
29 | TabOrder = 1
|
---|
30 | object ToolButton1: TToolButton
|
---|
31 | Left = 1
|
---|
32 | Top = 2
|
---|
33 | Action = AFileNew
|
---|
34 | end
|
---|
35 | object ToolButton2: TToolButton
|
---|
36 | Left = 24
|
---|
37 | Top = 2
|
---|
38 | Action = AFileOpen
|
---|
39 | DropdownMenu = PopupMenuRecentFiles
|
---|
40 | Style = tbsDropDown
|
---|
41 | end
|
---|
42 | object ToolButton3: TToolButton
|
---|
43 | Left = 59
|
---|
44 | Top = 2
|
---|
45 | Action = AFileSaveAs
|
---|
46 | end
|
---|
47 | object ToolButton4: TToolButton
|
---|
48 | Left = 82
|
---|
49 | Top = 2
|
---|
50 | Action = AFileClose
|
---|
51 | end
|
---|
52 | end
|
---|
53 | object PageControlRight: TPageControl
|
---|
54 | Left = 547
|
---|
55 | Height = 343
|
---|
56 | Top = 26
|
---|
57 | Width = 200
|
---|
58 | Align = alRight
|
---|
59 | TabOrder = 2
|
---|
60 | TabPosition = tpRight
|
---|
61 | end
|
---|
62 | object PageControlLeft: TPageControl
|
---|
63 | Left = 0
|
---|
64 | Height = 343
|
---|
65 | Top = 26
|
---|
66 | Width = 200
|
---|
67 | Align = alLeft
|
---|
68 | TabOrder = 3
|
---|
69 | TabPosition = tpLeft
|
---|
70 | end
|
---|
71 | object PageControlBottom: TPageControl
|
---|
72 | Left = 0
|
---|
73 | Height = 105
|
---|
74 | Top = 369
|
---|
75 | Width = 747
|
---|
76 | Align = alBottom
|
---|
77 | TabOrder = 4
|
---|
78 | end
|
---|
79 | object Splitter1: TSplitter
|
---|
80 | Left = 200
|
---|
81 | Height = 343
|
---|
82 | Top = 26
|
---|
83 | Width = 5
|
---|
84 | end
|
---|
85 | object Splitter2: TSplitter
|
---|
86 | Left = 542
|
---|
87 | Height = 343
|
---|
88 | Top = 26
|
---|
89 | Width = 5
|
---|
90 | Align = alRight
|
---|
91 | ResizeAnchor = akRight
|
---|
92 | end
|
---|
93 | object PageControlCenter: TPageControl
|
---|
94 | Left = 205
|
---|
95 | Height = 343
|
---|
96 | Top = 26
|
---|
97 | Width = 337
|
---|
98 | Align = alClient
|
---|
99 | TabOrder = 7
|
---|
100 | end
|
---|
101 | object MainMenu: TMainMenu
|
---|
102 | left = 80
|
---|
103 | top = 48
|
---|
104 | object MenuItem26: TMenuItem
|
---|
105 | Caption = 'File'
|
---|
106 | object MenuItem27: TMenuItem
|
---|
107 | Action = AFileNew
|
---|
108 | end
|
---|
109 | object MenuItem28: TMenuItem
|
---|
110 | Action = AFileOpen
|
---|
111 | end
|
---|
112 | object MenuItemFileOpenRecent: TMenuItem
|
---|
113 | Caption = 'Open recent'
|
---|
114 | ImageIndex = 8
|
---|
115 | OnClick = MenuItemFileOpenRecentClick
|
---|
116 | end
|
---|
117 | object MenuItem30: TMenuItem
|
---|
118 | Action = AFileSave
|
---|
119 | end
|
---|
120 | object MenuItem31: TMenuItem
|
---|
121 | Action = AFileSaveAs
|
---|
122 | end
|
---|
123 | object MenuItem32: TMenuItem
|
---|
124 | Action = AFileClose
|
---|
125 | end
|
---|
126 | object MenuItem33: TMenuItem
|
---|
127 | Caption = '-'
|
---|
128 | end
|
---|
129 | object MenuItem34: TMenuItem
|
---|
130 | Action = AExit
|
---|
131 | end
|
---|
132 | end
|
---|
133 | object MenuItem2: TMenuItem
|
---|
134 | Caption = 'Edit'
|
---|
135 | object MenuItem36: TMenuItem
|
---|
136 | Action = AUndo
|
---|
137 | end
|
---|
138 | object MenuItem35: TMenuItem
|
---|
139 | Action = ARedo
|
---|
140 | end
|
---|
141 | object MenuItem18: TMenuItem
|
---|
142 | Caption = '-'
|
---|
143 | end
|
---|
144 | object MenuItem4: TMenuItem
|
---|
145 | Action = AClipboardCopy
|
---|
146 | end
|
---|
147 | object MenuItem5: TMenuItem
|
---|
148 | Action = AClipboardPaste
|
---|
149 | end
|
---|
150 | object MenuItem6: TMenuItem
|
---|
151 | Action = AClipboardCut
|
---|
152 | end
|
---|
153 | object MenuItem47: TMenuItem
|
---|
154 | Action = ADelete
|
---|
155 | end
|
---|
156 | object MenuItem7: TMenuItem
|
---|
157 | Action = ASelectAll
|
---|
158 | end
|
---|
159 | end
|
---|
160 | object MenuItem37: TMenuItem
|
---|
161 | Caption = 'Search'
|
---|
162 | object MenuItem38: TMenuItem
|
---|
163 | Action = ASearch
|
---|
164 | end
|
---|
165 | object MenuItem39: TMenuItem
|
---|
166 | Action = ASearchInFiles
|
---|
167 | end
|
---|
168 | object MenuItem40: TMenuItem
|
---|
169 | Action = AFindNext
|
---|
170 | end
|
---|
171 | object MenuItem41: TMenuItem
|
---|
172 | Action = AFindPrevious
|
---|
173 | end
|
---|
174 | object MenuItem42: TMenuItem
|
---|
175 | Caption = '-'
|
---|
176 | end
|
---|
177 | object MenuItem43: TMenuItem
|
---|
178 | Action = AReplace
|
---|
179 | end
|
---|
180 | object MenuItem44: TMenuItem
|
---|
181 | Action = AReplaceInFiles
|
---|
182 | end
|
---|
183 | object MenuItem45: TMenuItem
|
---|
184 | Caption = '-'
|
---|
185 | end
|
---|
186 | object MenuItem46: TMenuItem
|
---|
187 | Action = AGoToLineNumber
|
---|
188 | end
|
---|
189 | end
|
---|
190 | object MenuItem20: TMenuItem
|
---|
191 | Caption = 'Build'
|
---|
192 | object MenuItem21: TMenuItem
|
---|
193 | Action = ABuild
|
---|
194 | end
|
---|
195 | object MenuItem22: TMenuItem
|
---|
196 | Action = ARun
|
---|
197 | end
|
---|
198 | object MenuItem23: TMenuItem
|
---|
199 | Action = AStop
|
---|
200 | end
|
---|
201 | object MenuItem24: TMenuItem
|
---|
202 | Action = ARebuild
|
---|
203 | end
|
---|
204 | object MenuItem25: TMenuItem
|
---|
205 | Action = ABuildClean
|
---|
206 | end
|
---|
207 | end
|
---|
208 | object MenuItem16: TMenuItem
|
---|
209 | Caption = 'Tools'
|
---|
210 | object MenuItem19: TMenuItem
|
---|
211 | Action = AViewSettings
|
---|
212 | end
|
---|
213 | object MenuItem48: TMenuItem
|
---|
214 | Action = AViewModules
|
---|
215 | end
|
---|
216 | end
|
---|
217 | object MenuItem17: TMenuItem
|
---|
218 | Caption = 'View'
|
---|
219 | end
|
---|
220 | object MenuItem15: TMenuItem
|
---|
221 | Caption = 'Help'
|
---|
222 | end
|
---|
223 | end
|
---|
224 | object ActionListMain: TActionList
|
---|
225 | left = 80
|
---|
226 | top = 104
|
---|
227 | object AClipboardCopy: TAction
|
---|
228 | Category = 'Edit'
|
---|
229 | Caption = 'Copy'
|
---|
230 | Hint = 'Copy to clipboard'
|
---|
231 | ImageIndex = 17
|
---|
232 | ShortCut = 16451
|
---|
233 | end
|
---|
234 | object AClipboardPaste: TAction
|
---|
235 | Category = 'Edit'
|
---|
236 | Caption = 'Paste'
|
---|
237 | Hint = 'Paste from clipboard'
|
---|
238 | ImageIndex = 19
|
---|
239 | ShortCut = 16470
|
---|
240 | end
|
---|
241 | object AClipboardCut: TAction
|
---|
242 | Category = 'Edit'
|
---|
243 | Caption = 'Cut'
|
---|
244 | Hint = 'Cut to clipboard'
|
---|
245 | ImageIndex = 18
|
---|
246 | ShortCut = 16472
|
---|
247 | end
|
---|
248 | object ASelectAll: TAction
|
---|
249 | Category = 'Edit'
|
---|
250 | Caption = 'Select all'
|
---|
251 | Hint = 'Select all'
|
---|
252 | ShortCut = 16449
|
---|
253 | end
|
---|
254 | object AExit: TAction
|
---|
255 | Caption = 'Exit'
|
---|
256 | Hint = 'Exit application'
|
---|
257 | ImageIndex = 5
|
---|
258 | OnExecute = AExitExecute
|
---|
259 | ShortCut = 16499
|
---|
260 | end
|
---|
261 | object AViewProjectManager: TAction
|
---|
262 | Category = 'View'
|
---|
263 | Caption = 'Project manager'
|
---|
264 | end
|
---|
265 | object AViewSettings: TAction
|
---|
266 | Category = 'View'
|
---|
267 | Caption = 'Settings'
|
---|
268 | ImageIndex = 10
|
---|
269 | OnExecute = AViewSettingsExecute
|
---|
270 | end
|
---|
271 | object ABuild: TAction
|
---|
272 | Category = 'Build'
|
---|
273 | Caption = 'Build'
|
---|
274 | end
|
---|
275 | object ARun: TAction
|
---|
276 | Category = 'Build'
|
---|
277 | Caption = 'Run'
|
---|
278 | end
|
---|
279 | object AStop: TAction
|
---|
280 | Category = 'Build'
|
---|
281 | Caption = 'Stop'
|
---|
282 | end
|
---|
283 | object ARebuild: TAction
|
---|
284 | Category = 'Build'
|
---|
285 | Caption = 'Rebuild'
|
---|
286 | end
|
---|
287 | object ABuildClean: TAction
|
---|
288 | Category = 'Build'
|
---|
289 | Caption = 'Clean'
|
---|
290 | end
|
---|
291 | object AFileNew: TAction
|
---|
292 | Category = 'File'
|
---|
293 | Caption = 'New...'
|
---|
294 | ImageIndex = 4
|
---|
295 | OnExecute = AFileNewExecute
|
---|
296 | ShortCut = 16462
|
---|
297 | end
|
---|
298 | object AFileOpen: TAction
|
---|
299 | Category = 'File'
|
---|
300 | Caption = 'Open...'
|
---|
301 | ImageIndex = 8
|
---|
302 | OnExecute = AFileOpenExecute
|
---|
303 | ShortCut = 16463
|
---|
304 | end
|
---|
305 | object AFileOpenRecent: TAction
|
---|
306 | Category = 'File'
|
---|
307 | Caption = 'Open recent'
|
---|
308 | ImageIndex = 8
|
---|
309 | OnExecute = AFileOpenRecentExecute
|
---|
310 | end
|
---|
311 | object AFileSave: TAction
|
---|
312 | Category = 'File'
|
---|
313 | Caption = 'Save'
|
---|
314 | ImageIndex = 13
|
---|
315 | OnExecute = AFileSaveExecute
|
---|
316 | ShortCut = 16467
|
---|
317 | end
|
---|
318 | object AFileSaveAs: TAction
|
---|
319 | Category = 'File'
|
---|
320 | Caption = 'Save as...'
|
---|
321 | ImageIndex = 13
|
---|
322 | OnExecute = AFileSaveAsExecute
|
---|
323 | ShortCut = 24659
|
---|
324 | end
|
---|
325 | object AFileClose: TAction
|
---|
326 | Category = 'File'
|
---|
327 | Caption = 'Close'
|
---|
328 | ImageIndex = 3
|
---|
329 | OnExecute = AFileCloseExecute
|
---|
330 | end
|
---|
331 | object AUndo: TAction
|
---|
332 | Category = 'File'
|
---|
333 | Caption = 'Undo'
|
---|
334 | end
|
---|
335 | object ARedo: TAction
|
---|
336 | Category = 'File'
|
---|
337 | Caption = 'Redo'
|
---|
338 | end
|
---|
339 | object ASearch: TAction
|
---|
340 | Category = 'Search'
|
---|
341 | Caption = 'Search'
|
---|
342 | end
|
---|
343 | object AReplace: TAction
|
---|
344 | Category = 'Search'
|
---|
345 | Caption = 'Replace'
|
---|
346 | end
|
---|
347 | object ASearchInFiles: TAction
|
---|
348 | Category = 'Search'
|
---|
349 | Caption = 'Search in files'
|
---|
350 | end
|
---|
351 | object AGoToLineNumber: TAction
|
---|
352 | Category = 'Search'
|
---|
353 | Caption = 'Go to line number...'
|
---|
354 | end
|
---|
355 | object AReplaceInFiles: TAction
|
---|
356 | Category = 'Search'
|
---|
357 | Caption = 'Replace in files'
|
---|
358 | end
|
---|
359 | object AFindNext: TAction
|
---|
360 | Category = 'Search'
|
---|
361 | Caption = 'Find next'
|
---|
362 | ShortCut = 114
|
---|
363 | end
|
---|
364 | object AFindPrevious: TAction
|
---|
365 | Category = 'Search'
|
---|
366 | Caption = 'Find previous'
|
---|
367 | ShortCut = 8306
|
---|
368 | end
|
---|
369 | object ADelete: TAction
|
---|
370 | Category = 'Edit'
|
---|
371 | Caption = 'Delete'
|
---|
372 | end
|
---|
373 | object AViewModules: TAction
|
---|
374 | Caption = 'Modules'
|
---|
375 | OnExecute = AViewModulesExecute
|
---|
376 | end
|
---|
377 | end
|
---|
378 | object OpenDialogFile: TOpenDialog
|
---|
379 | left = 82
|
---|
380 | top = 210
|
---|
381 | end
|
---|
382 | object SaveDialogFile: TSaveDialog
|
---|
383 | left = 82
|
---|
384 | top = 272
|
---|
385 | end
|
---|
386 | object LastOpenedList1: TLastOpenedList
|
---|
387 | MaxCount = 10
|
---|
388 | OnChange = LastOpenedList1Change
|
---|
389 | left = 80
|
---|
390 | top = 160
|
---|
391 | end
|
---|
392 | object PopupMenuRecentFiles: TPopupMenu
|
---|
393 | left = 259
|
---|
394 | top = 69
|
---|
395 | end
|
---|
396 | end
|
---|