Changeset 12 for trunk/Start.lfm


Ignore:
Timestamp:
Jan 7, 2017, 8:25:59 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Various memory leaks.
  • Fixed: Exceptions during browsing in help.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Start.lfm

    r9 r12  
    11object StartDlg: TStartDlg
    22  Left = 246
     3  Height = 326
    34  Top = 109
     5  Width = 556
    46  BorderIcons = []
    57  BorderStyle = bsNone
     
    810  ClientWidth = 556
    911  Color = clBtnFace
    10   Font.Charset = DEFAULT_CHARSET
    1112  Font.Color = clWindowText
    1213  Font.Height = -13
    1314  Font.Name = 'MS Sans Serif'
    14   Font.Style = []
    1515  FormStyle = fsStayOnTop
    1616  OnClose = FormClose
     
    2424  OnPaint = FormPaint
    2525  OnShow = FormShow
    26   PixelsPerInch = 96
     26  LCLVersion = '1.6.2.0'
    2727  object StartBtn: TButtonA
    2828    Tag = 15104
    2929    Left = 389
     30    Height = 25
    3031    Top = 286
    3132    Width = 100
    32     Height = 25
    3333    Down = False
    3434    Permanent = False
    3535    OnClick = StartBtnClick
    36     Caption = ''
    3736  end
    3837  object Down1Btn: TButtonC
    3938    Tag = 4096
    4039    Left = 522
     40    Height = 12
    4141    Top = 111
    4242    Width = 12
    43     Height = 12
    4443    Down = False
    4544    Permanent = False
     
    5049    Tag = 4096
    5150    Left = 522
     51    Height = 12
    5252    Top = 99
    5353    Width = 12
    54     Height = 12
    5554    Down = False
    5655    Permanent = False
     
    6160    Tag = 10240
    6261    Left = 412
     62    Height = 25
    6363    Top = 98
    6464    Width = 25
    65     Height = 25
    6665    Visible = False
    6766    Down = False
     
    7372    Tag = 10240
    7473    Left = 441
     74    Height = 25
    7575    Top = 98
    7676    Width = 25
    77     Height = 25
    7877    Visible = False
    7978    Down = False
     
    8584    Tag = 6912
    8685    Left = 522
     86    Height = 12
    8787    Top = 249
    8888    Width = 12
    89     Height = 12
    9089    Visible = False
    9190    Down = False
     
    9796    Tag = 6912
    9897    Left = 522
     98    Height = 12
    9999    Top = 237
    100100    Width = 12
    101     Height = 12
    102101    Visible = False
    103102    Down = False
     
    109108    Tag = 268435200
    110109    Left = 530
     110    Height = 25
    111111    Top = 7
    112112    Width = 25
    113     Height = 25
    114113    Down = False
    115114    Permanent = False
     
    120119    Tag = 768
    121120    Left = 120
     121    Height = 12
    122122    Top = 302
    123123    Width = 12
    124     Height = 12
    125124    Down = False
    126125    Permanent = False
     
    130129  object AutoDiffUpBtn: TButtonC
    131130    Left = 280
     131    Height = 12
    132132    Top = 237
    133133    Width = 12
    134     Height = 12
    135134    Down = False
    136135    Permanent = False
     
    140139  object AutoDiffDownBtn: TButtonC
    141140    Left = 280
     141    Height = 12
    142142    Top = 249
    143143    Width = 12
    144     Height = 12
    145144    Down = False
    146145    Permanent = False
     
    150149  object AutoEnemyUpBtn: TButtonC
    151150    Left = 206
     151    Height = 12
    152152    Top = 152
    153153    Width = 12
    154     Height = 12
    155154    Down = False
    156155    Permanent = False
     
    160159  object AutoEnemyDownBtn: TButtonC
    161160    Left = 206
     161    Height = 12
    162162    Top = 164
    163163    Width = 12
    164     Height = 12
    165164    Down = False
    166165    Permanent = False
     
    171170    Tag = 2048
    172171    Left = 352
     172    Height = 25
    173173    Top = 286
    174174    Width = 25
    175     Height = 25
    176175    Down = False
    177176    Permanent = False
     
    182181    Tag = 15360
    183182    Left = 45
     183    Height = 238
    184184    Top = 64
    185185    Width = 266
    186     Height = 238
    187     TabStop = False
    188186    BorderStyle = bsNone
    189187    Color = clBlack
    190188    ExtendedSelect = False
    191     Font.Charset = DEFAULT_CHARSET
    192189    Font.Color = 4176863
    193190    Font.Height = -15
     
    195192    Font.Style = [fsBold]
    196193    IntegralHeight = True
    197     ItemHeight = 17
     194    ItemHeight = 0
     195    OnClick = ListClick
    198196    ParentFont = False
    199197    TabOrder = 0
    200     Visible = False
    201     OnClick = ListClick
     198    TabStop = False
     199    Visible = False
    202200  end
    203201  object PopupMenu1: TPopupMenu
    204     Left = 8
    205     Top = 8
     202    left = 8
     203    top = 8
    206204  end
    207205end
Note: See TracChangeset for help on using the changeset viewer.