close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Ignore:
Timestamp:
Nov 12, 2017, 1:47:20 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Do not create settings form on application start but just if form is opened.
  • Fixed: Removed various compilation warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r132 r145  
    55  Width = 775
    66  Caption = 'xTactics'
    7   ClientHeight = 596
     7  ClientHeight = 587
    88  ClientWidth = 775
    99  Menu = MainMenu1
     
    1313  OnKeyUp = FormKeyUp
    1414  OnShow = FormShow
    15   LCLVersion = '1.6.2.0'
     15  LCLVersion = '1.8.0.4'
    1616  WindowState = wsMaximized
    1717  object StatusBar1: TStatusBar
    1818    Left = 0
    19     Height = 28
    20     Top = 568
     19    Height = 30
     20    Top = 557
    2121    Width = 775
    2222    Panels = <   
     
    3434  object ToolBar1: TToolBar
    3535    Left = 0
    36     Height = 568
     36    Height = 557
    3737    Top = 0
    3838    Width = 80
     
    7272    object ToolButton6: TToolButton
    7373      Left = 1
    74       Top = 194
     74      Top = 170
    7575      Action = AZoomIn
    7676    end
    7777    object ToolButton7: TToolButton
    7878      Left = 1
    79       Top = 226
     79      Top = 202
    8080      Action = AZoomOut
    8181    end
    8282    object ToolButton8: TToolButton
    8383      Left = 1
    84       Top = 258
     84      Top = 234
    8585      Action = AZoomAll
    8686    end
    8787    object ToolButton9: TToolButton
    8888      Left = 1
    89       Height = 32
    9089      Top = 162
    9190      Width = 32
     
    9493    object ToolButton10: TToolButton
    9594      Left = 1
    96       Height = 32
    97       Top = 290
     95      Top = 266
    9896      Width = 32
    9997      Style = tbsSeparator
     
    10199    object ToolButton11: TToolButton
    102100      Left = 1
    103       Top = 322
     101      Top = 274
    104102      Action = Core.AGameLoad
    105103    end
    106104    object ToolButton12: TToolButton
    107105      Left = 1
    108       Top = 354
     106      Top = 306
    109107      Action = Core.AGameSave
    110108    end
    111109    object ToolButton13: TToolButton
    112110      Left = 1
    113       Top = 386
     111      Top = 338
    114112      Action = Core.AExit
    115113    end
     
    117115  object PaintBox1: TPaintBox
    118116    Left = 80
    119     Height = 568
     117    Height = 557
    120118    Top = 0
    121119    Width = 695
Note: See TracChangeset for help on using the changeset viewer.