Ignore:
Timestamp:
Jan 1, 2025, 1:04:50 AM (5 days ago)
Author:
chronos
Message:
  • Modified: Added more action icons to main toolbar and main menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormHelp.lfm

    r362 r364  
    11object FormHelp: TFormHelp
    22  Left = 514
    3   Height = 360
     3  Height = 445
    44  Top = 267
    5   Width = 485
     5  Width = 607
    66  Caption = 'Help'
    7   ClientHeight = 360
    8   ClientWidth = 485
    9   Constraints.MinHeight = 100
    10   Constraints.MinWidth = 100
    11   DesignTimePPI = 120
     7  ClientHeight = 445
     8  ClientWidth = 607
     9  Constraints.MinHeight = 120
     10  Constraints.MinWidth = 120
     11  DesignTimePPI = 144
    1212  OnCreate = FormCreate
    1313  Position = poMainFormCenter
    1414  LCLVersion = '3.6.0.0'
    1515  object Memo1: TMemo
    16     Left = 8
    17     Height = 304
    18     Top = 8
    19     Width = 469
     16    Left = 10
     17    Height = 379
     18    Top = 10
     19    Width = 587
    2020    Align = alTop
    2121    Anchors = [akTop, akLeft, akRight, akBottom]
    22     BorderSpacing.Around = 8
     22    BorderSpacing.Around = 10
    2323    ReadOnly = True
    2424    ScrollBars = ssAutoBoth
     
    2626  end
    2727  object ButtonClose: TButton
    28     Left = 383
    29     Height = 31
    30     Top = 320
    31     Width = 94
     28    Left = 484
     29    Height = 37
     30    Top = 397
     31    Width = 113
    3232    Anchors = [akRight, akBottom]
    3333    Caption = 'Close'
Note: See TracChangeset for help on using the changeset viewer.