Changeset 201 for GraphicTest/UMainForm.lfm
- Timestamp:
- Mar 17, 2011, 7:40:35 AM (14 years ago)
- Location:
- GraphicTest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest
- Property svn:ignore
-
old new 1 1 lib 2 2 GraphicTest 3 GraphicTest.exe
-
- Property svn:ignore
-
GraphicTest/UMainForm.lfm
r200 r201 1 1 object MainForm: TMainForm 2 Left = 3572 Left = 291 3 3 Height = 452 4 4 Top = 127 5 Width = 6275 Width = 731 6 6 Caption = 'Graphic test' 7 7 ClientHeight = 452 8 ClientWidth = 627 8 ClientWidth = 731 9 OnClose = FormClose 9 10 OnCreate = FormCreate 10 11 OnDestroy = FormDestroy 11 12 LCLVersion = '0.9.31' 12 13 object PageControl1: TPageControl 13 Left = 24814 Left = 312 14 15 Height = 432 15 16 Top = 16 16 Width = 37617 Width = 416 17 18 ActivePage = TabSheet1 18 19 Anchors = [akTop, akLeft, akRight, akBottom] … … 21 22 object TabSheet1: TTabSheet 22 23 Caption = 'TImage' 23 ClientHeight = 40 524 ClientWidth = 37224 ClientHeight = 406 25 ClientWidth = 408 25 26 object Image1: TImage 26 27 Left = 6 27 Height = 39 228 Height = 393 28 29 Top = 7 29 Width = 3 6230 Width = 398 30 31 Anchors = [akTop, akLeft, akRight, akBottom] 31 32 end … … 57 58 Height = 14 58 59 Top = 95 59 Width = 2 460 Width = 23 60 61 Caption = 'FPS:' 61 62 ParentColor = False … … 65 66 Height = 14 66 67 Top = 95 67 Width = 3868 Caption = ' Label2'68 Width = 10 69 Caption = ' ' 69 70 ParentColor = False 70 71 end … … 83 84 Height = 14 84 85 Top = 112 85 Width = 8386 Width = 74 86 87 Caption = 'Frame duration' 87 88 ParentColor = False … … 91 92 Height = 14 92 93 Top = 112 93 Width = 3894 Caption = ' Label4'94 Width = 10 95 Caption = ' ' 95 96 ParentColor = False 96 97 end … … 99 100 Height = 240 100 101 Top = 208 101 Width = 232 102 Width = 296 103 Anchors = [akTop, akLeft, akBottom] 102 104 Columns = < 103 105 item … … 107 109 item 108 110 Caption = 'Duration' 109 Width = 111 111 Width = 60 112 end 113 item 114 Caption = 'FPS' 115 Width = 60 110 116 end> 111 117 TabOrder = 3 112 118 ViewStyle = vsReport 113 119 end 114 object Button 1: TButton120 object ButtonBenchmark: TButton 115 121 Left = 11 116 122 Height = 25 … … 118 124 Width = 75 119 125 Caption = 'Benchmark' 120 OnClick = Button 1Click126 OnClick = ButtonBenchmarkClick 121 127 TabOrder = 4 122 128 end 123 129 object ComboBox1: TComboBox 124 130 Left = 7 125 Height = 2 5131 Height = 21 126 132 Top = 64 127 133 Width = 233 128 ItemHeight = 0134 ItemHeight = 13 129 135 Items.Strings = ( 130 136 'TBitmap.Canvas.Pixels' … … 142 148 Height = 14 143 149 Top = 47 144 Width = 4 6150 Width = 41 145 151 Caption = 'Method:' 146 152 ParentColor = False … … 149 155 OnTimer = Timer1Timer 150 156 left = 209 151 top = 37157 top = 16 152 158 end 153 159 end
Note:
See TracChangeset
for help on using the changeset viewer.