Changeset 443 for GraphicTest/UMainForm.lfm
- Timestamp:
- Nov 22, 2012, 12:28:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/UMainForm.lfm
r338 r443 1 1 object MainForm: TMainForm 2 2 Left = 187 3 Height = 4 214 Top = 685 Width = 7353 Height = 440 4 Top = 107 5 Width = 549 6 6 Caption = 'Graphic test' 7 ClientHeight = 4 218 ClientWidth = 7357 ClientHeight = 440 8 ClientWidth = 549 9 9 OnClose = FormClose 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 12 OnShow = FormShow 13 LCLVersion = '0.9.31' 14 object PageControl1: TPageControl 15 Left = 384 16 Height = 401 17 Top = 16 18 Width = 348 19 ActivePage = TabSheet1 20 Anchors = [akTop, akRight, akBottom] 21 TabIndex = 0 22 TabOrder = 0 23 object TabSheet1: TTabSheet 24 Caption = 'TImage' 25 ClientHeight = 368 26 ClientWidth = 342 27 object Image1: TImage 28 Left = 6 29 Height = 300 30 Top = 7 31 Width = 332 32 Anchors = [akTop, akLeft, akRight, akBottom] 33 end 34 end 35 object TabSheet2: TTabSheet 36 Caption = 'TPaintBox' 37 ClientHeight = 368 38 ClientWidth = 342 39 object PaintBox1: TPaintBox 40 Left = 6 41 Height = 279 42 Top = 7 43 Width = 350 44 Anchors = [akTop, akLeft, akRight, akBottom] 45 end 46 end 47 object TabSheet3: TTabSheet 48 Caption = 'OpenGL' 49 end 50 end 13 LCLVersion = '1.1' 51 14 object ListViewMethods: TListView 52 15 Left = 8 53 Height = 3 4516 Height = 364 54 17 Top = 8 55 Width = 36818 Width = 537 56 19 Anchors = [akTop, akLeft, akRight, akBottom] 57 20 Columns = < … … 79 42 ReadOnly = True 80 43 RowSelect = True 81 TabOrder = 144 TabOrder = 0 82 45 ViewStyle = vsReport 83 46 OnData = ListViewMethodsData … … 87 50 Left = 8 88 51 Height = 25 89 Top = 3 6052 Top = 379 90 53 Width = 115 91 54 Anchors = [akLeft, akBottom] 92 55 Caption = 'Test one method' 93 56 OnClick = ButtonSingleTestClick 94 TabOrder = 257 TabOrder = 1 95 58 end 96 59 object ButtonBenchmark: TButton 97 60 Left = 136 98 61 Height = 25 99 Top = 3 6062 Top = 379 100 63 Width = 112 101 64 Anchors = [akLeft, akBottom] 102 65 Caption = 'Test all methods' 103 66 OnClick = ButtonBenchmarkClick 104 TabOrder = 367 TabOrder = 2 105 68 end 106 69 object FloatSpinEdit1: TFloatSpinEdit 107 70 Left = 88 108 Height = 2 5109 Top = 38871 Height = 21 72 Top = 411 110 73 Width = 58 111 74 Anchors = [akLeft, akBottom] … … 113 76 MaxValue = 100 114 77 MinValue = 0 115 TabOrder = 478 TabOrder = 3 116 79 Value = 1 117 80 end … … 119 82 Left = 256 120 83 Height = 25 121 Top = 3 6084 Top = 379 122 85 Width = 75 123 86 Anchors = [akLeft, akBottom] 124 87 Caption = 'Stop' 125 88 OnClick = ButtonStopClick 126 TabOrder = 589 TabOrder = 4 127 90 end 128 91 object Label1: TLabel 129 92 Left = 8 130 Height = 1 6131 Top = 393132 Width = 9293 Height = 13 94 Top = 415 95 Width = 69 133 96 Anchors = [akLeft, akBottom] 134 97 Caption = 'Step duration:' … … 137 100 object Label2: TLabel 138 101 Left = 152 139 Height = 1 6140 Top = 393141 Width = 8102 Height = 13 103 Top = 415 104 Width = 5 142 105 Anchors = [akLeft, akBottom] 143 106 Caption = 's'
Note:
See TracChangeset
for help on using the changeset viewer.