Ignore:
Timestamp:
Jan 13, 2017, 7:45:16 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Replaced ScanLine access be linux supported pixel access.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Draft.lfm

    r9 r62  
    11object DraftDlg: TDraftDlg
    22  Left = 325
     3  Height = 511
    34  Top = 206
     5  Width = 315
    46  BorderIcons = []
    57  BorderStyle = bsNone
     
    79  ClientWidth = 315
    810  Color = clBtnFace
    9   Font.Charset = DEFAULT_CHARSET
    1011  Font.Color = clWindowText
    1112  Font.Height = -13
    1213  Font.Name = 'MS Sans Serif'
    13   Font.Style = []
    1414  FormStyle = fsStayOnTop
    1515  OnCreate = FormCreate
     
    1818  OnMouseUp = PaintBox1MouseUp
    1919  OnShow = FormShow
    20   PixelsPerInch = 96
     20  LCLVersion = '1.6.0.4'
    2121  object OKBtn: TButtonA
    2222    Left = 196
     23    Height = 25
    2324    Top = 477
    2425    Width = 100
    25     Height = 25
    2626    Down = False
    2727    Permanent = False
    2828    OnClick = OKBtnClick
    29     Caption = ''
    3029  end
    3130  object CloseBtn: TButtonB
    3231    Left = 284
     32    Height = 25
    3333    Top = 6
    3434    Width = 25
    35     Height = 25
    3635    Down = False
    3736    Permanent = False
     
    4140  object GroundArea: TArea
    4241    Left = 30
     42    Height = 36
    4343    Top = 464
    4444    Width = 36
    45     Height = 36
    4645  end
    4746  object SeaArea: TArea
    4847    Left = 70
     48    Height = 36
    4949    Top = 464
    5050    Width = 36
    51     Height = 36
    5251  end
    5352  object AirArea: TArea
    5453    Left = 110
     54    Height = 36
    5555    Top = 464
    5656    Width = 36
    57     Height = 36
    5857  end
    5958end
Note: See TracChangeset for help on using the changeset viewer.