Changeset 574 for Generics/TemplateGenerics/Demo/FormMain.lfm
- Timestamp:
- Jun 25, 2024, 11:10:44 AM (4 months ago)
- Location:
- Generics/TemplateGenerics/Demo
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Generics/TemplateGenerics/Demo
- Property svn:ignore
-
old new 3 3 heaptrclog.trc 4 4 Demo 5 backup
-
- Property svn:ignore
-
Generics/TemplateGenerics/Demo/FormMain.lfm
r573 r574 1 object MainForm: TMainForm1 object FormMain: TFormMain 2 2 Left = 261 3 Height = 5203 Height = 780 4 4 Top = 104 5 Width = 6925 Width = 1038 6 6 ActiveControl = ButtonIntegerList 7 7 Caption = 'Template generics demo' 8 ClientHeight = 520 9 ClientWidth = 692 8 ClientHeight = 780 9 ClientWidth = 1038 10 DesignTimePPI = 144 10 11 OnCreate = FormCreate 11 12 OnDestroy = FormDestroy 12 LCLVersion = ' 0.9.31'13 LCLVersion = '3.4.0.0' 13 14 object ButtonIntegerList: TButton 14 Left = 815 Height = 2516 Top = 817 Width = 1 2815 Left = 12 16 Height = 38 17 Top = 12 18 Width = 192 18 19 Caption = 'TListInteger' 20 TabOrder = 0 19 21 OnClick = ButtonIntegerListClick 20 TabOrder = 021 22 end 22 23 object ButtonStringList: TButton 23 Left = 824 Height = 2525 Top = 4026 Width = 1 2824 Left = 12 25 Height = 38 26 Top = 60 27 Width = 192 27 28 Caption = 'TListString' 29 TabOrder = 1 28 30 OnClick = ButtonStringListClick 29 TabOrder = 130 31 end 31 32 object ButtonDictionaryString: TButton 32 Left = 833 Height = 2534 Top = 7235 Width = 1 2833 Left = 12 34 Height = 38 35 Top = 108 36 Width = 192 36 37 Caption = 'TDictionaryString' 38 TabOrder = 2 37 39 OnClick = ButtonDictionaryStringClick 38 TabOrder = 239 40 end 40 41 object ButtonQueueInteger: TButton 41 Left = 842 Height = 2543 Top = 1 0244 Width = 1 2842 Left = 12 43 Height = 38 44 Top = 153 45 Width = 192 45 46 Caption = 'TQueueInteger' 47 TabOrder = 3 46 48 OnClick = ButtonQueueIntegerClick 47 TabOrder = 348 49 end 49 50 object ButtonCharList: TButton 50 Left = 851 Height = 2552 Top = 13453 Width = 1 2851 Left = 12 52 Height = 38 53 Top = 201 54 Width = 192 54 55 Caption = 'TListChar(TString)' 56 TabOrder = 4 55 57 OnClick = ButtonCharListClick 56 TabOrder = 457 58 end 58 59 object ButtonBenchmarkListString: TButton 59 Left = 860 Height = 2461 Top = 45662 Width = 1 2860 Left = 12 61 Height = 36 62 Top = 684 63 Width = 192 63 64 Anchors = [akLeft, akBottom] 64 65 Caption = 'TListString' 66 TabOrder = 5 65 67 OnClick = ButtonBenchmarkListStringClick 66 TabOrder = 567 68 end 68 69 object ButtonListObject: TButton 69 Left = 870 Height = 2571 Top = 16372 Width = 1 2870 Left = 12 71 Height = 38 72 Top = 244 73 Width = 192 73 74 Caption = 'TListObject' 75 TabOrder = 6 74 76 OnClick = ButtonListObjectClick 75 TabOrder = 676 77 end 77 78 object ButtonBenchmarkDictionary: TButton 78 Left = 879 Height = 2580 Top = 42481 Width = 1 2879 Left = 12 80 Height = 38 81 Top = 636 82 Width = 192 82 83 Anchors = [akLeft, akBottom] 83 84 Caption = 'TDictionaryStringString' 85 TabOrder = 7 84 86 OnClick = ButtonBenchmarkDictionaryClick 85 TabOrder = 786 87 end 87 88 object ButtonMatrixInteger: TButton 88 Left = 889 Height = 2590 Top = 19291 Width = 1 2889 Left = 12 90 Height = 38 91 Top = 288 92 Width = 192 92 93 Caption = 'TMatrixInteger' 94 TabOrder = 8 93 95 OnClick = ButtonMatrixIntegerClick 94 TabOrder = 895 96 end 96 97 object ListViewOutput: TListView 97 Left = 14498 Height = 49199 Top = 24100 Width = 54298 Left = 216 99 Height = 736 100 Top = 36 101 Width = 813 101 102 Anchors = [akTop, akLeft, akRight, akBottom] 102 Columns = < 103 Columns = < 103 104 item 104 105 Caption = 'Action' 105 Width = 200106 end 106 Width = 300 107 end 107 108 item 108 109 Caption = 'Value' 109 Width = 321110 Width = 498 110 111 end> 111 112 ReadOnly = True … … 114 115 end 115 116 object LabelTestName: TLabel 116 Left = 144117 Height = 14118 Top = 8119 Width = 1 0117 Left = 216 118 Height = 26 119 Top = 12 120 Width = 15 120 121 Caption = ' ' 121 122 ParentColor = False 122 123 end 123 124 object Label1: TLabel 124 Left = 1 0125 Height = 14126 Top = 408127 Width = 62125 Left = 15 126 Height = 26 127 Top = 607 128 Width = 111 128 129 Anchors = [akLeft, akBottom] 129 130 Caption = 'Benchmarks:' … … 131 132 end 132 133 object ButtonBenchmarkListPointer: TButton 133 Left = 8134 Height = 24135 Top = 488136 Width = 1 28134 Left = 12 135 Height = 36 136 Top = 732 137 Width = 192 137 138 Anchors = [akLeft, akBottom] 138 139 Caption = 'TListPointer' 140 TabOrder = 10 139 141 OnClick = ButtonBenchmarkListPointerClick 140 TabOrder = 10141 142 end 142 143 object ButtonStreamByte: TButton 143 Left = 1 0144 Height = 25145 Top = 224146 Width = 1 28144 Left = 15 145 Height = 38 146 Top = 336 147 Width = 192 147 148 Caption = 'TMemoryStreamByte' 149 TabOrder = 11 148 150 OnClick = ButtonStreamByteClick 149 TabOrder = 11150 151 end 151 152 end
Note:
See TracChangeset
for help on using the changeset viewer.