Changeset 111 for Generics/TemplateGenerics/Demo/UMainForm.lfm
- Timestamp:
- Jan 3, 2011, 8:23:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/TemplateGenerics/Demo/UMainForm.lfm
r110 r111 56 56 TabOrder = 4 57 57 end 58 object ButtonBenchmarkList : TButton59 Left = 858 object ButtonBenchmarkListString: TButton 59 Left = 10 60 60 Height = 24 61 Top = 4 9161 Top = 456 62 62 Width = 128 63 63 Anchors = [akLeft, akBottom] 64 Caption = ' Benchmark list'65 OnClick = ButtonBenchmarkList Click64 Caption = 'TListString' 65 OnClick = ButtonBenchmarkListStringClick 66 66 TabOrder = 5 67 67 end … … 78 78 Left = 10 79 79 Height = 25 80 Top = 4 5980 Top = 424 81 81 Width = 126 82 82 Anchors = [akLeft, akBottom] 83 Caption = ' Benchmark dictionary'83 Caption = 'TDictionaryStringString' 84 84 OnClick = ButtonBenchmarkDictionaryClick 85 85 TabOrder = 7 … … 121 121 ParentColor = False 122 122 end 123 object Label1: TLabel 124 Left = 10 125 Height = 14 126 Top = 408 127 Width = 62 128 Anchors = [akLeft, akBottom] 129 Caption = 'Benchmarks:' 130 ParentColor = False 131 end 132 object ButtonBenchmarkListPointer: TButton 133 Left = 8 134 Height = 24 135 Top = 488 136 Width = 128 137 Anchors = [akLeft, akBottom] 138 Caption = 'TListPointer' 139 OnClick = ButtonBenchmarkListPointerClick 140 TabOrder = 10 141 end 123 142 end
Note:
See TracChangeset
for help on using the changeset viewer.