source: platform/trunk/LDPlatform.FormMain.dfm

Last change on this file was 11, checked in by chronos, 10 years ago
  • Added: Some new concept forms and actions.
File size: 1.8 KB
Line 
1object FormMain: TFormMain
2 Left = 0
3 Top = 0
4 Caption = 'LibreDevelop'
5 ClientHeight = 503
6 ClientWidth = 771
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'Tahoma'
12 Font.Style = []
13 Menu = MainMenu1
14 OldCreateOrder = False
15 PixelsPerInch = 96
16 TextHeight = 13
17 object StatusBar1: TStatusBar
18 Left = 0
19 Top = 484
20 Width = 771
21 Height = 19
22 Panels = <>
23 end
24 object MainMenu1: TMainMenu
25 Images = Core.ImageList1
26 Left = 224
27 Top = 152
28 object File1: TMenuItem
29 Caption = 'File'
30 object MenuItemNew: TMenuItem
31 Caption = 'New'
32 object N1: TMenuItem
33 Caption = '-'
34 end
35 object Options2: TMenuItem
36 Action = Core.ANew
37 end
38 end
39 object Open1: TMenuItem
40 Action = Core.AFileOpen
41 end
42 object Reopen1: TMenuItem
43 Caption = 'Reopen'
44 object TMenuItem
45 end
46 end
47 object Save1: TMenuItem
48 Action = Core.AFileSave
49 end
50 object Saveas1: TMenuItem
51 Action = Core.AFileSaveAs
52 end
53 object Saveall1: TMenuItem
54 Action = Core.AFileSaveAll
55 end
56 object Close1: TMenuItem
57 Action = Core.AFileClose
58 end
59 object Closeall1: TMenuItem
60 Action = Core.AFileCloseAll
61 end
62 object N2: TMenuItem
63 Caption = '-'
64 end
65 object Quit1: TMenuItem
66 Action = Core.AQuit
67 end
68 end
69 object ools1: TMenuItem
70 Caption = 'Tools'
71 object Options1: TMenuItem
72 Action = Core.AOptions
73 end
74 end
75 object Help1: TMenuItem
76 Caption = 'Help'
77 object About1: TMenuItem
78 Action = Core.AHelpAbout
79 end
80 end
81 end
82end
Note: See TracBrowser for help on using the repository browser.