Changeset 33 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Mar 5, 2014, 12:01:04 AM (11 years ago)
Author:
chronos
Message:
  • Added: Main application settings form.
  • Added: CoolTranslator component for interface localization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormMain.lfm

    r30 r33  
    5353    ButtonHeight = 32
    5454    ButtonWidth = 32
    55     Caption = 'ToolBar1'
    5655    Images = Core.ImageList1
    5756    ParentShowHint = False
     
    7877      Top = 2
    7978      Action = Core.AGameRestart
     79    end
     80    object ToolButton5: TToolButton
     81      Left = 221
     82      Top = 2
     83      Action = Core.ASettings
    8084    end
    8185  end
     
    105109      end
    106110    end
     111    object MenuItem8: TMenuItem
     112      Caption = 'Tools'
     113      object MenuItem9: TMenuItem
     114        Action = Core.ASettings
     115      end
     116    end
    107117  end
    108118  object Timer1: TTimer
Note: See TracChangeset for help on using the changeset viewer.