Changeset 317 for GraphicTest/UMainForm.lfm
- Timestamp:
- Feb 1, 2012, 3:02:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/UMainForm.lfm
r212 r317 1 1 object MainForm: TMainForm 2 Left = 2143 Height = 3934 Top = 1065 Width = 6802 Left = 187 3 Height = 421 4 Top = 68 5 Width = 735 6 6 Caption = 'Graphic test' 7 ClientHeight = 3938 ClientWidth = 6807 ClientHeight = 421 8 ClientWidth = 735 9 9 OnClose = FormClose 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 OnShow = FormShow 12 13 LCLVersion = '0.9.31' 13 14 object PageControl1: TPageControl 14 Left = 3 1215 Height = 37315 Left = 360 16 Height = 401 16 17 Top = 16 17 Width = 3 6518 ActivePage = TabSheet 318 Width = 372 19 ActivePage = TabSheet1 19 20 Anchors = [akTop, akLeft, akRight, akBottom] 20 TabIndex = 221 TabIndex = 0 21 22 TabOrder = 0 22 23 object TabSheet1: TTabSheet 23 24 Caption = 'TImage' 24 ClientHeight = 3 4625 ClientWidth = 36 125 ClientHeight = 375 26 ClientWidth = 364 26 27 object Image1: TImage 27 28 Left = 6 28 Height = 27829 Height = 307 29 30 Top = 7 30 Width = 35 131 Width = 354 31 32 Anchors = [akTop, akLeft, akRight, akBottom] 32 33 end … … 48 49 end 49 50 end 50 object ButtonStart: TButton 51 Left = 7 52 Height = 25 53 Top = 9 54 Width = 75 55 Caption = 'Start' 56 OnClick = ButtonStartClick 57 TabOrder = 1 58 end 59 object Label1: TLabel 60 Left = 9 61 Height = 14 62 Top = 95 63 Width = 24 64 Caption = 'FPS:' 65 ParentColor = False 66 end 67 object Label2: TLabel 68 Left = 128 69 Height = 14 70 Top = 95 71 Width = 10 72 Caption = ' ' 73 ParentColor = False 74 end 75 object ButtonStop: TButton 76 Left = 95 77 Height = 25 78 Top = 9 79 Width = 75 80 Caption = 'Stop' 81 Enabled = False 82 OnClick = ButtonStopClick 83 TabOrder = 2 84 end 85 object Label3: TLabel 86 Left = 9 87 Height = 14 88 Top = 112 89 Width = 83 90 Caption = 'Frame duration' 91 ParentColor = False 92 end 93 object Label4: TLabel 94 Left = 128 95 Height = 14 96 Top = 112 97 Width = 10 98 Caption = ' ' 99 ParentColor = False 100 end 101 object ListView1: TListView 51 object ListViewMethods: TListView 102 52 Left = 8 103 Height = 253104 Top = 136105 Width = 29653 Height = 345 54 Top = 8 55 Width = 344 106 56 Anchors = [akTop, akLeft, akBottom] 107 57 Columns = < 108 58 item 109 59 Caption = 'Method' 110 Width = 14060 Width = 200 111 61 end 112 62 item … … 118 68 Width = 75 119 69 end> 120 TabOrder = 3 70 OwnerData = True 71 ReadOnly = True 72 RowSelect = True 73 TabOrder = 1 121 74 ViewStyle = vsReport 75 OnData = ListViewMethodsData 76 OnSelectItem = ListViewMethodsSelectItem 77 end 78 object ButtonSingleTest: TButton 79 Left = 8 80 Height = 25 81 Top = 360 82 Width = 115 83 Anchors = [akLeft, akBottom] 84 Caption = 'Test one method' 85 OnClick = ButtonSingleTestClick 86 TabOrder = 2 122 87 end 123 88 object ButtonBenchmark: TButton 124 Left = 22989 Left = 136 125 90 Height = 25 126 Top = 101 127 Width = 75 128 Caption = 'Benchmark' 91 Top = 360 92 Width = 112 93 Anchors = [akLeft, akBottom] 94 Caption = 'Test all methods' 129 95 OnClick = ButtonBenchmarkClick 130 TabOrder = 4 131 end 132 object ComboBox1: TComboBox 133 Left = 7 134 Height = 25 135 Top = 64 136 Width = 297 137 ItemHeight = 0 138 Style = csDropDownList 139 TabOrder = 5 140 end 141 object Label5: TLabel 142 Left = 9 143 Height = 14 144 Top = 47 145 Width = 46 146 Caption = 'Method:' 147 ParentColor = False 96 TabOrder = 3 148 97 end 149 98 object FloatSpinEdit1: TFloatSpinEdit 150 Left = 1 7599 Left = 160 151 100 Height = 21 152 Top = 103 153 Width = 50 101 Top = 392 102 Width = 58 103 Anchors = [akLeft, akBottom] 154 104 Increment = 1 155 105 MaxValue = 100 156 106 MinValue = 0 157 TabOrder = 6107 TabOrder = 4 158 108 Value = 1 109 end 110 object ButtonStop: TButton 111 Left = 256 112 Height = 25 113 Top = 360 114 Width = 75 115 Anchors = [akLeft, akBottom] 116 Caption = 'Stop' 117 OnClick = ButtonStopClick 118 TabOrder = 5 119 end 120 object Label1: TLabel 121 Left = 8 122 Height = 14 123 Top = 395 124 Width = 137 125 Anchors = [akLeft, akBottom] 126 Caption = 'Single method test duration:' 127 ParentColor = False 128 end 129 object Label2: TLabel 130 Left = 224 131 Height = 14 132 Top = 395 133 Width = 6 134 Anchors = [akLeft, akBottom] 135 Caption = 's' 136 ParentColor = False 159 137 end 160 138 object Timer1: TTimer 161 139 Interval = 500 162 140 OnTimer = Timer1Timer 163 left = 2 09164 top = 1 6141 left = 238 142 top = 136 165 143 end 166 144 end
Note:
See TracChangeset
for help on using the changeset viewer.