Changeset 9 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Jan 25, 2015, 9:41:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r7 r9 11 11 OnClose = FormClose 12 12 OnShow = FormShow 13 LCLVersion = '1. 3'13 LCLVersion = '1.5' 14 14 object StatusBar1: TStatusBar 15 15 Left = 0 … … 26 26 Caption = 'Database' 27 27 object MenuItem2: TMenuItem 28 Caption = 'Connect'28 Action = Core.ADatabaseConnect 29 29 end 30 30 object MenuItem4: TMenuItem 31 Caption = 'Disconnect'31 Action = Core.ADatabaseDisconnect 32 32 end 33 33 object MenuItem5: TMenuItem
Note:
See TracChangeset
for help on using the changeset viewer.