Changeset 206 for GraphicTest/UMainForm.lfm
- Timestamp:
- Mar 18, 2011, 9:34:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/UMainForm.lfm
r202 r206 1 1 object MainForm: TMainForm 2 2 Left = 214 3 Height = 4523 Height = 338 4 4 Top = 106 5 Width = 7315 Width = 680 6 6 Caption = 'Graphic test' 7 ClientHeight = 4528 ClientWidth = 7317 ClientHeight = 338 8 ClientWidth = 680 9 9 OnClose = FormClose 10 10 OnCreate = FormCreate … … 13 13 object PageControl1: TPageControl 14 14 Left = 312 15 Height = 43215 Height = 318 16 16 Top = 16 17 Width = 41617 Width = 365 18 18 ActivePage = TabSheet1 19 19 Anchors = [akTop, akLeft, akRight, akBottom] … … 22 22 object TabSheet1: TTabSheet 23 23 Caption = 'TImage' 24 ClientHeight = 40625 ClientWidth = 40824 ClientHeight = 292 25 ClientWidth = 357 26 26 object Image1: TImage 27 27 Left = 6 28 Height = 39328 Height = 279 29 29 Top = 7 30 Width = 3 9830 Width = 347 31 31 Anchors = [akTop, akLeft, akRight, akBottom] 32 32 end 33 33 end 34 34 object TabSheet2: TTabSheet 35 Caption = ' Direct Canvas'36 ClientHeight = 40 537 ClientWidth = 37235 Caption = 'TPaintBox' 36 ClientHeight = 406 37 ClientWidth = 408 38 38 object PaintBox1: TPaintBox 39 39 Left = 6 40 Height = 39 340 Height = 394 41 41 Top = 7 42 Width = 3 6142 Width = 397 43 43 Anchors = [akTop, akLeft, akRight, akBottom] 44 44 end … … 98 98 object ListView1: TListView 99 99 Left = 8 100 Height = 240101 Top = 208100 Height = 166 101 Top = 168 102 102 Width = 296 103 103 Anchors = [akTop, akLeft, akBottom] … … 105 105 item 106 106 Caption = 'Method' 107 Width = 1 00107 Width = 140 108 108 end 109 109 item … … 119 119 end 120 120 object ButtonBenchmark: TButton 121 Left = 11121 Left = 9 122 122 Height = 25 123 Top = 1 76123 Top = 136 124 124 Width = 75 125 125 Caption = 'Benchmark'
Note:
See TracChangeset
for help on using the changeset viewer.