Ignore:
Timestamp:
Feb 17, 2016, 1:17:21 PM (9 years ago)
Author:
chronos
Message:
  • Added: Form constraintes which are also scaled for High DPI.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormHelp.lfm

    r98 r107  
    11object FormHelp: TFormHelp
    22  Left = 560
    3   Height = 683
     3  Height = 223
    44  Top = 144
    5   Width = 850
     5  Width = 424
    66  Caption = 'Help'
    7   ClientHeight = 683
    8   ClientWidth = 850
     7  ClientHeight = 223
     8  ClientWidth = 424
     9  Constraints.MinHeight = 223
     10  Constraints.MinWidth = 424
    911  OnCreate = FormCreate
    1012  Position = poMainFormCenter
    11   LCLVersion = '1.3'
     13  LCLVersion = '1.4.4.0'
    1214  object Memo1: TMemo
    1315    Left = 6
    14     Height = 671
     16    Height = 211
    1517    Top = 6
    16     Width = 838
     18    Width = 412
    1719    Align = alClient
    1820    BorderSpacing.Around = 6
    1921    Lines.Strings = (
    20       'xTactics is a risk based strategic game. Main focus of the game is to offer player various possibilities to configure game conditions. Map for game is generated randomly for each play. Game is multiplayer so single player can play with other human opponents or with many computer opponents.'
     22      'xTactics is a risk based strategic game. Main '
     23      'focus of the game is to offer player various '
     24      'possibilities to configure game conditions. '
     25      'Map for game is generated randomly for each '
     26      'play. Game is multiplayer so single player can '
     27      'play with other human opponents or with '
     28      'many computer opponents.'
    2129    )
    2230    ReadOnly = True
Note: See TracChangeset for help on using the changeset viewer.