Ignore:
Timestamp:
Dec 3, 2014, 9:09:42 PM (9 years ago)
Author:
chronos
Message:
  • Added: Support for high DPI screens. If not detected automatically correctly then user can specify desired values.
  • Updated: Common package to newer version.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r52 r59  
    11object MainForm: TMainForm
    2   Left = 223
    3   Height = 430
    4   Top = 176
    5   Width = 670
     2  Left = 408
     3  Height = 586
     4  Top = 311
     5  Width = 860
    66  Caption = 'LazFuck'
    7   ClientHeight = 411
    8   ClientWidth = 670
     7  ClientHeight = 557
     8  ClientWidth = 860
    99  Menu = MainMenu1
    1010  OnCloseQuery = FormCloseQuery
     
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '1.1'
     14  LCLVersion = '1.3'
    1515  WindowState = wsMaximized
    1616  object StatusBarMain: TStatusBar
    1717    Left = 0
    18     Height = 20
    19     Top = 391
    20     Width = 670
     18    Height = 29
     19    Top = 528
     20    Width = 860
    2121    Panels = <   
    2222      item
     
    3535    Height = 26
    3636    Top = 0
    37     Width = 670
     37    Width = 860
    3838    Images = ImageListMain
    3939    ParentShowHint = False
     
    128128  end
    129129  object PageControlRight: TPageControl
    130     Left = 277
    131     Height = 365
     130    Left = 467
     131    Height = 502
    132132    Top = 26
    133133    Width = 393
     
    139139    object TabSheetDebug: TTabSheet
    140140      Caption = 'Debug'
    141       ClientHeight = 357
    142       ClientWidth = 365
     141      ClientHeight = 496
     142      ClientWidth = 315
    143143      object PanelInput: TPanel
    144144        Left = 0
    145145        Height = 64
    146146        Top = 0
    147         Width = 365
     147        Width = 315
    148148        Align = alTop
    149149        BevelOuter = bvNone
     
    155155        Height = 5
    156156        Top = 64
    157         Width = 365
     157        Width = 315
    158158        Align = alTop
    159159        ResizeAnchor = akTop
     
    163163        Height = 259
    164164        Top = 69
    165         Width = 365
     165        Width = 315
    166166        Align = alTop
    167167        BevelOuter = bvNone
     
    173173        Height = 5
    174174        Top = 328
    175         Width = 365
     175        Width = 315
    176176        Align = alTop
    177177        ResizeAnchor = akTop
     
    181181        Height = 86
    182182        Top = 333
    183         Width = 365
     183        Width = 315
    184184        Align = alTop
    185185        BevelOuter = bvNone
     
    190190        Left = 0
    191191        Height = 5
    192         Top = 357
    193         Width = 365
     192        Top = 419
     193        Width = 315
    194194        Align = alTop
    195195        ResizeAnchor = akTop
     
    197197      object PanelMemory: TPanel
    198198        Left = 0
    199         Height = 0
    200         Top = 357
    201         Width = 365
     199        Height = 72
     200        Top = 424
     201        Width = 315
    202202        Align = alClient
    203203        BevelOuter = bvNone
     
    207207  end
    208208  object Splitter1: TSplitter
    209     Left = 272
    210     Height = 365
     209    Left = 462
     210    Height = 502
    211211    Top = 26
    212212    Width = 5
     
    216216  object PanelLeft: TPanel
    217217    Left = 0
    218     Height = 365
     218    Height = 502
    219219    Top = 26
    220     Width = 272
     220    Width = 462
    221221    Align = alClient
    222222    BevelOuter = bvNone
    223     ClientHeight = 365
    224     ClientWidth = 272
     223    ClientHeight = 502
     224    ClientWidth = 462
    225225    TabOrder = 4
    226226    object PageControlMain: TPageControl
    227227      Left = 0
    228       Height = 242
     228      Height = 379
    229229      Top = 0
    230       Width = 272
     230      Width = 462
    231231      ActivePage = TabSheetSource
    232232      Align = alClient
     
    244244      Left = 0
    245245      Height = 118
    246       Top = 247
    247       Width = 272
     246      Top = 384
     247      Width = 462
    248248      ActivePage = TabSheetMessages
    249249      Align = alBottom
     
    259259      Left = 0
    260260      Height = 5
    261       Top = 242
    262       Width = 272
     261      Top = 379
     262      Width = 462
    263263      Align = alBottom
    264264      ResizeAnchor = akBottom
Note: See TracChangeset for help on using the changeset viewer.