Ignore:
Timestamp:
Mar 29, 2019, 11:26:28 AM (6 years ago)
Author:
chronos
Message:
  • Modified: .lrt files replaced by .lrj.
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        88backup
        99xtactics.exe
        10 *.lrj
         10*.lrt
  • trunk/Forms

    • Property svn:ignore deleted
  • trunk/Forms/UFormAbout.lfm

    r115 r295  
    11object FormAbout: TFormAbout
    22  Left = 1014
    3   Height = 358
     3  Height = 448
    44  Top = 442
    5   Width = 564
     5  Width = 705
    66  Caption = 'About'
    7   ClientHeight = 358
    8   ClientWidth = 564
     7  ClientHeight = 448
     8  ClientWidth = 705
     9  DesignTimePPI = 120
    910  OnCreate = FormCreate
    1011  OnShow = FormShow
    1112  Position = poScreenCenter
    12   LCLVersion = '1.6.0.4'
     13  LCLVersion = '2.0.0.4'
    1314  object LabelDescription: TLabel
    14     Left = 20
    15     Height = 72
    16     Top = 110
    17     Width = 524
     15    Left = 25
     16    Height = 40
     17    Top = 137
     18    Width = 655
    1819    Align = alTop
    19     BorderSpacing.Around = 20
     20    BorderSpacing.Around = 25
    2021    Caption = 'Turn-based strategy game inspired by classic Risk board game. The game is highly configurable to allow to adjust battle field and game rules.'
    2122    ParentColor = False
     23    ParentFont = False
    2224    WordWrap = True
    2325  end
    2426  object ButtonClose: TButton
    25     Left = 451
    26     Height = 25
    27     Top = 318
    28     Width = 93
     27    Left = 564
     28    Height = 31
     29    Top = 398
     30    Width = 116
    2931    Anchors = [akRight, akBottom]
    3032    Caption = 'Close'
    3133    ModalResult = 1
     34    ParentFont = False
    3235    TabOrder = 0
    3336  end
    3437  object LabelContent: TLabel
    35     Left = 20
    36     Height = 24
     38    Left = 25
     39    Height = 20
    3740    Top = 202
    38     Width = 524
     41    Width = 655
    3942    Align = alTop
    40     BorderSpacing.Around = 20
     43    BorderSpacing.Around = 25
    4144    Caption = '   '
    4245    ParentColor = False
     46    ParentFont = False
    4347  end
    4448  object ButtonHomePage: TButton
    45     Left = 16
    46     Height = 25
    47     Top = 318
    48     Width = 176
     49    Left = 20
     50    Height = 31
     51    Top = 398
     52    Width = 220
    4953    Anchors = [akLeft, akBottom]
    5054    Caption = 'Home page'
    5155    OnClick = ButtonHomePageClick
     56    ParentFont = False
    5257    TabOrder = 1
    5358  end
    5459  object Panel1: TPanel
    5560    Left = 0
    56     Height = 90
     61    Height = 112
    5762    Top = 0
    58     Width = 564
     63    Width = 705
    5964    Align = alTop
    6065    BevelOuter = bvNone
    61     ClientHeight = 90
    62     ClientWidth = 564
     66    ClientHeight = 112
     67    ClientWidth = 705
    6368    FullRepaint = False
     69    ParentFont = False
    6470    TabOrder = 2
    6571    object LabelAppName: TLabel
    6672      Left = 96
    67       Height = 55
     73      Height = 67
    6874      Top = 20
    69       Width = 144
     75      Width = 170
    7076      Align = alCustom
    71       BorderSpacing.Around = 20
     77      BorderSpacing.Around = 25
    7278      Caption = 'xTactics'
    73       Font.Height = -40
     79      Font.Height = -50
    7480      ParentColor = False
    7581      ParentFont = False
     
    7783    end
    7884    object Image1: TImage
    79       Left = 16
    80       Height = 66
    81       Top = 20
    82       Width = 66
     85      Left = 20
     86      Height = 82
     87      Top = 25
     88      Width = 82
    8389      Picture.Data = {
    8490        1754506F727461626C654E6574776F726B47726170686963CF01000089504E47
Note: See TracChangeset for help on using the changeset viewer.