Changeset 16 for trunk/Forms
- Timestamp:
- Mar 22, 2018, 8:52:29 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 4 4 data.xml 5 5 Config.xml 6 *.lrj 7 heaptrclog.trc
-
- Property svn:ignore
-
trunk/Forms
-
Property svn:ignore
set to
*.lrj
-
Property svn:ignore
set to
-
trunk/Forms/UFormMain.lfm
r15 r16 45 45 end 46 46 end 47 object MenuItem7: TMenuItem 48 Caption = 'Help' 49 object MenuItem8: TMenuItem 50 Action = Core.AAbout 51 end 52 end 47 53 end 48 54 end -
trunk/Forms/UFormMain.pas
r15 r16 21 21 MenuItem5: TMenuItem; 22 22 MenuItem6: TMenuItem; 23 MenuItem7: TMenuItem; 24 MenuItem8: TMenuItem; 23 25 MenuItemPreferences: TMenuItem; 24 26 StatusBar1: TStatusBar; … … 72 74 begin 73 75 NewCaption := Application.Title; 74 if Assigned(Core.Database) then NewCaption := NewCaption + ' - ' + Core.Database.Name;76 if Assigned(Core.Database) then NewCaption := Core.Database.Name + ' - ' + NewCaption; 75 77 FormMain.Caption := NewCaption; 76 78 end; -
trunk/Forms/UFormRecord.lfm
r13 r16 11 11 OnShow = FormShow 12 12 Position = poMainFormCenter 13 LCLVersion = '1. 5'13 LCLVersion = '1.8.0.4' 14 14 object Panel1: TPanel 15 15 Left = 4
Note:
See TracChangeset
for help on using the changeset viewer.