Changeset 7 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Jan 20, 2015, 11:33:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r6 r7 5 5 Width = 1250 6 6 Caption = 'MyData' 7 ClientHeight = 820 8 ClientWidth = 1250 9 Menu = MainMenu1 7 10 OnActivate = FormActivate 8 11 OnClose = FormClose 9 12 OnShow = FormShow 10 13 LCLVersion = '1.3' 14 object StatusBar1: TStatusBar 15 Left = 0 16 Height = 29 17 Top = 791 18 Width = 1250 19 Panels = <> 20 end 21 object MainMenu1: TMainMenu 22 Images = Core.ImageList1 23 left = 870 24 top = 200 25 object MenuItem1: TMenuItem 26 Caption = 'Database' 27 object MenuItem2: TMenuItem 28 Caption = 'Connect' 29 end 30 object MenuItem4: TMenuItem 31 Caption = 'Disconnect' 32 end 33 object MenuItem5: TMenuItem 34 Caption = '-' 35 end 36 object MenuItem6: TMenuItem 37 Action = Core.AExit 38 end 39 end 40 object MenuItemPreferences: TMenuItem 41 Caption = 'Tools' 42 object MenuItem3: TMenuItem 43 Action = Core.APreferences 44 end 45 end 46 end 11 47 end
Note:
See TracChangeset
for help on using the changeset viewer.