Changeset 72 for Generics/TemplateGenerics/Demo/UMainForm.lfm
- Timestamp:
- Oct 28, 2010, 4:52:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/TemplateGenerics/Demo/UMainForm.lfm
r71 r72 1 1 object MainForm: TMainForm 2 2 Left = 379 3 Height = 3 223 Height = 397 4 4 Top = 129 5 Width = 4 335 Width = 478 6 6 ActiveControl = ButtonIntegerList 7 7 Caption = 'Template generics demo' 8 ClientHeight = 3 229 ClientWidth = 4 338 ClientHeight = 397 9 ClientWidth = 478 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy … … 15 15 Height = 25 16 16 Top = 8 17 Width = 7518 Caption = ' IntegerList'17 Width = 112 18 Caption = 'TListInteger' 19 19 OnClick = ButtonIntegerListClick 20 20 TabOrder = 0 21 21 end 22 22 object MemoOutput: TMemo 23 Left = 9524 Height = 3 0625 Top = 626 Width = 3 2923 Left = 128 24 Height = 384 25 Top = 8 26 Width = 344 27 27 Anchors = [akTop, akLeft, akRight, akBottom] 28 28 ReadOnly = True … … 34 34 Height = 25 35 35 Top = 40 36 Width = 7537 Caption = ' StringList'36 Width = 112 37 Caption = 'TListString' 38 38 OnClick = ButtonStringListClick 39 39 TabOrder = 2 40 40 end 41 object ButtonDictionaryString: TButton 42 Left = 8 43 Height = 25 44 Top = 72 45 Width = 112 46 Caption = 'TDictionaryString' 47 OnClick = ButtonDictionaryStringClick 48 TabOrder = 3 49 end 41 50 end
Note:
See TracChangeset
for help on using the changeset viewer.