Changeset 212 for GraphicTest/UMainForm.lfm
- Timestamp:
- Mar 20, 2011, 7:18:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/UMainForm.lfm
r211 r212 1 1 object MainForm: TMainForm 2 2 Left = 214 3 Height = 3 383 Height = 393 4 4 Top = 106 5 5 Width = 680 6 6 Caption = 'Graphic test' 7 ClientHeight = 3 387 ClientHeight = 393 8 8 ClientWidth = 680 9 9 OnClose = FormClose … … 13 13 object PageControl1: TPageControl 14 14 Left = 312 15 Height = 3 1815 Height = 373 16 16 Top = 16 17 17 Width = 365 … … 22 22 object TabSheet1: TTabSheet 23 23 Caption = 'TImage' 24 ClientHeight = 29124 ClientHeight = 346 25 25 ClientWidth = 361 26 26 object Image1: TImage … … 34 34 object TabSheet2: TTabSheet 35 35 Caption = 'TPaintBox' 36 ClientHeight = 29136 ClientHeight = 346 37 37 ClientWidth = 361 38 38 object PaintBox1: TPaintBox … … 101 101 object ListView1: TListView 102 102 Left = 8 103 Height = 166104 Top = 1 68103 Height = 253 104 Top = 136 105 105 Width = 296 106 106 Anchors = [akTop, akLeft, akBottom] … … 122 122 end 123 123 object ButtonBenchmark: TButton 124 Left = 9124 Left = 229 125 125 Height = 25 126 Top = 1 36126 Top = 101 127 127 Width = 75 128 128 Caption = 'Benchmark' … … 147 147 ParentColor = False 148 148 end 149 object FloatSpinEdit1: TFloatSpinEdit 150 Left = 175 151 Height = 21 152 Top = 103 153 Width = 50 154 Increment = 1 155 MaxValue = 100 156 MinValue = 0 157 TabOrder = 6 158 Value = 1 159 end 149 160 object Timer1: TTimer 161 Interval = 500 150 162 OnTimer = Timer1Timer 151 163 left = 209
Note:
See TracChangeset
for help on using the changeset viewer.