Changeset 101 for trunk/Forms/FormHistory.lfm
- Timestamp:
- Dec 9, 2024, 10:31:28 AM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormHistory.lfm
r86 r101 1 1 object FormHistory: TFormHistory 2 Left = 6 593 Height = 36 04 Top = 5 605 Width = 4802 Left = 670 3 Height = 367 4 Top = 572 5 Width = 526 6 6 Caption = 'Moves history' 7 ClientHeight = 36 08 ClientWidth = 4807 ClientHeight = 367 8 ClientWidth = 526 9 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 12 OnShow = FormShow 13 LCLVersion = '3. 4.0.0'13 LCLVersion = '3.6.0.0' 14 14 object PaintBox1: TPaintBox 15 Left = 016 Height = 2 8515 Left = 8 16 Height = 244 17 17 Top = 75 18 Width = 480 19 Align = alClient 18 Width = 511 19 Align = alCustom 20 Anchors = [akTop, akLeft, akRight, akBottom] 20 21 OnPaint = PaintBox1Paint 21 22 end … … 24 25 Height = 75 25 26 Top = 0 26 Width = 48027 Width = 526 27 28 Align = alTop 28 29 BevelOuter = bvNone 29 30 ClientHeight = 75 30 ClientWidth = 48031 ClientWidth = 526 31 32 TabOrder = 0 32 33 object TrackBar1: TTrackBar … … 34 35 Height = 58 35 36 Top = 8 36 Width = 4 4837 Width = 494 37 38 OnChange = TrackBar1Change 38 39 Position = 0 … … 40 41 TabOrder = 0 41 42 end 43 end 44 object ButtonClose: TButton 45 Left = 406 46 Height = 38 47 Top = 327 48 Width = 113 49 Anchors = [akRight, akBottom] 50 Caption = 'Close' 51 ModalResult = 11 52 TabOrder = 1 42 53 end 43 54 object Timer1: TTimer
Note:
See TracChangeset
for help on using the changeset viewer.