Ignore:
Timestamp:
May 9, 2020, 4:02:07 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Improved HighDPI branch. Imported new changes from trunk branch.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/Start.lfm

    r193 r210  
    2626  BorderStyle = bsNone
    2727  BorderIcons = []
    28   LCLVersion = '2.0.2.0'
     28  LCLVersion = '2.0.8.0'
    2929  OnShow = FormShow
    3030  OnHide = FormHide
     
    4040    Width = 100
    4141    Height = 25
    42     Visible = True
    4342    Enabled = True
    4443    ShowHint = False
     
    4847    Color = clBtnFace
    4948    OnClick = StartBtnClick
     49    Visible = True
    5050    Down = False
    5151    Permanent = False
     
    5959    Width = 12
    6060    Height = 12
    61     Visible = True
    6261    Enabled = True
    6362    ShowHint = True
     
    6766    Color = clBtnFace
    6867    OnClick = Down1BtnClick
     68    Visible = True
    6969    Down = False
    7070    Permanent = False
     
    7979    Width = 12
    8080    Height = 12
    81     Visible = True
    8281    Enabled = True
    8382    ShowHint = True
     
    8786    Color = clBtnFace
    8887    OnClick = Up1BtnClick
     88    Visible = True
    8989    Down = False
    9090    Permanent = False
     
    9999    Width = 25
    100100    Height = 25
    101     Visible = False
    102101    Enabled = True
    103102    ShowHint = True
     
    107106    Color = clBtnFace
    108107    OnClick = RenameBtnClick
     108    Visible = False
    109109    Down = False
    110110    Permanent = False
     
    119119    Width = 25
    120120    Height = 25
    121     Visible = False
    122121    Enabled = True
    123122    ShowHint = True
     
    127126    Color = clBtnFace
    128127    OnClick = DeleteBtnClick
     128    Visible = False
    129129    Down = False
    130130    Permanent = False
     
    139139    Width = 12
    140140    Height = 12
    141     Visible = False
    142141    Enabled = True
    143142    ShowHint = True
     
    147146    Color = clBtnFace
    148147    OnClick = Down2BtnClick
     148    Visible = False
    149149    Down = False
    150150    Permanent = False
     
    159159    Width = 12
    160160    Height = 12
    161     Visible = False
    162161    Enabled = True
    163162    ShowHint = True
     
    167166    Color = clBtnFace
    168167    OnClick = Up2BtnClick
     168    Visible = False
    169169    Down = False
    170170    Permanent = False
     
    179179    Width = 25
    180180    Height = 25
    181     Visible = True
    182181    Enabled = True
    183182    ShowHint = True
     
    187186    Color = clBtnFace
    188187    OnClick = QuitBtnClick
     188    Visible = True
    189189    Down = False
    190190    Permanent = False
     
    199199    Width = 12
    200200    Height = 12
    201     Visible = True
    202201    Enabled = True
    203202    ShowHint = True
     
    207206    Color = clBtnFace
    208207    OnClick = CustomizeBtnClick
     208    Visible = True
    209209    Down = False
    210210    Permanent = False
     
    218218    Width = 12
    219219    Height = 12
    220     Visible = True
    221220    Enabled = True
    222221    ShowHint = True
     
    226225    Color = clBtnFace
    227226    OnClick = AutoDiffUpBtnClick
     227    Visible = True
    228228    Down = False
    229229    Permanent = False
     
    237237    Width = 12
    238238    Height = 12
    239     Visible = True
    240239    Enabled = True
    241240    ShowHint = True
     
    245244    Color = clBtnFace
    246245    OnClick = AutoDiffDownBtnClick
     246    Visible = True
    247247    Down = False
    248248    Permanent = False
     
    256256    Width = 12
    257257    Height = 12
    258     Visible = True
    259258    Enabled = True
    260259    ShowHint = True
     
    264263    Color = clBtnFace
    265264    OnClick = AutoEnemyUpBtnClick
     265    Visible = True
    266266    Down = False
    267267    Permanent = False
     
    275275    Width = 12
    276276    Height = 12
    277     Visible = True
    278277    Enabled = True
    279278    ShowHint = True
     
    283282    Color = clBtnFace
    284283    OnClick = AutoEnemyDownBtnClick
     284    Visible = True
    285285    Down = False
    286286    Permanent = False
     
    295295    Width = 25
    296296    Height = 25
    297     Visible = True
    298297    Enabled = True
    299298    ShowHint = True
     
    303302    Color = clBtnFace
    304303    OnClick = ReplayBtnClick
     304    Visible = True
    305305    Down = False
    306306    Permanent = False
     
    310310    Tag = 15360
    311311    ClientHeight = 238
    312     ClientWidth = 265
     312    ClientWidth = 266
    313313    Top = 64
    314314    Left = 45
    315315    Width = 266
    316316    Height = 238
    317     Visible = False
    318317    Enabled = True
    319318    ShowHint = False
     
    326325    Color = clBlack
    327326    OnClick = ListClick
     327    TabOrder = 0
     328    TabStop = True
     329    TopIndex = -1
     330    ScrollWidth = 266
     331    ParentFont = False
     332    ItemHeight = 0
     333    IntegralHeight = True
     334    ExtendedSelect = False
     335    BorderStyle = bsSingle
     336    Visible = False
    328337  end
    329338  object PopupMenu1: TPopupMenu
    330     left = 112
    331     top = 232
     339    left = 8
     340    top = 8
    332341  end
    333342end
Note: See TracChangeset for help on using the changeset viewer.