Changeset 5 for os/trunk/Applications
- Timestamp:
- Jun 2, 2013, 2:34:55 PM (12 years ago)
- Location:
- os/trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
os/trunk
- Property svn:ignore
-
old new 1 1 Win32 2 2 *.~dsk 3 __history
-
- Property svn:ignore
-
os/trunk/Applications/TestApplication.pas
r3 r5 20 20 21 21 uses 22 Xvcl.Kernel;22 LDOS.Kernel; 23 23 24 24 { TTestApplication } … … 32 32 procedure TTestApplication.Run; 33 33 begin 34 Caption := 'TestApp'; 34 35 Form1 := TForm.Create; 35 36 Form1.Bounds := TRectangle.Create(50, 80, 200, 120);
Note:
See TracChangeset
for help on using the changeset viewer.