Changeset 14 for os/trunk/Applications
- Timestamp:
- Feb 29, 2016, 5:23:37 PM (9 years ago)
- Location:
- os/trunk/Applications
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
os/trunk/Applications/TestApplication.pas
r8 r14 38 38 Form1.Caption := 'Test application'; 39 39 Form1.Screen := Screen; 40 Form1.Application := Self; 40 41 Form2 := TForm.Create; 41 42 Form2.Owner := Self; … … 44 45 Form2.Caption := 'Some form'; 45 46 Form2.Screen := Screen; 47 Form2.Application := Self; 46 48 Timer1 := TTimer.Create; 47 49 Timer1.Interval := 1000; -
os/trunk/Applications/UDesktop.pas
r8 r14 83 83 MainBar.Caption := 'fdfdfd'; 84 84 MainBar.Screen := Screen; 85 MainBar.Application := Self; 85 86 TaskBar := TPanel.Create; 86 87 TaskBar.Parent := MainBar;
Note:
See TracChangeset
for help on using the changeset viewer.