Changeset 61 for branches/Syntetizer/UMainForm.lfm
- Timestamp:
- Oct 14, 2010, 2:30:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Syntetizer/UMainForm.lfm
r26 r61 1 1 object MainForm: TMainForm 2 Left = 5922 Left = 485 3 3 Height = 365 4 Top = 1 524 Top = 128 5 5 Width = 406 6 6 Caption = 'MainForm' … … 10 10 OnDestroy = FormDestroy 11 11 OnShow = FormShow 12 LCLVersion = '0.9.2 8'12 LCLVersion = '0.9.29' 13 13 object Memo1: TMemo 14 Left = 515 Height = 3 5014 Left = 7 15 Height = 345 16 16 Top = 8 17 17 Width = 393 18 Anchors = [akTop, akLeft, akRight, akBottom] 19 ScrollBars = ssAutoBoth 18 Lines.Strings = ( 19 'Memo1' 20 ) 20 21 TabOrder = 0 21 22 end
Note:
See TracChangeset
for help on using the changeset viewer.