Ignore:
Timestamp:
Nov 25, 2012, 3:29:40 PM (12 years ago)
Author:
chronos
Message:
  • Updated BGRABitmap package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UMainForm.lfm

    r451 r452  
    2323    object TabSheet1: TTabSheet
    2424      Caption = 'Description'
    25       ClientHeight = 385
    26       ClientWidth = 390
     25      ClientHeight = 386
     26      ClientWidth = 394
    2727      object Memo1: TMemo
    2828        Left = 0
    29         Height = 385
     29        Height = 386
    3030        Top = 0
    31         Width = 390
     31        Width = 394
    3232        Align = alClient
    3333        ReadOnly = True
     
    3838    object TabSheet2: TTabSheet
    3939      Caption = 'Code'
    40       ClientHeight = 385
    41       ClientWidth = 294
     40      ClientHeight = 386
     41      ClientWidth = 394
    4242      inline SynMemo1: TSynMemo
    4343        Cursor = crIBeam
    4444        Left = 0
    45         Height = 385
     45        Height = 386
    4646        Top = 0
    47         Width = 294
     47        Width = 394
    4848        Align = alClient
    4949        Font.Height = -13
     
    533533    TabOrder = 1
    534534    object ListViewMethods: TListView
    535       Left = 8
     535      Left = 9
    536536      Height = 335
    537537      Top = 8
     
    597597    object FloatSpinEdit1: TFloatSpinEdit
    598598      Left = 88
    599       Height = 21
    600       Top = 382
     599      Height = 25
     600      Top = 378
    601601      Width = 58
    602602      Anchors = [akLeft, akBottom]
     
    619619    object Label1: TLabel
    620620      Left = 8
    621       Height = 13
    622       Top = 386
    623       Width = 69
     621      Height = 15
     622      Top = 384
     623      Width = 80
    624624      Anchors = [akLeft, akBottom]
    625625      Caption = 'Step duration:'
     
    628628    object Label2: TLabel
    629629      Left = 152
    630       Height = 13
    631       Top = 386
    632       Width = 5
     630      Height = 15
     631      Top = 384
     632      Width = 6
    633633      Anchors = [akLeft, akBottom]
    634634      Caption = 's'
     
    637637    object SpinEditWidth: TSpinEdit
    638638      Left = 204
    639       Height = 21
    640       Top = 382
     639      Height = 25
     640      Top = 378
    641641      Width = 58
    642642      Anchors = [akLeft, akBottom]
     
    648648    object SpinEditHeight: TSpinEdit
    649649      Left = 273
    650       Height = 21
    651       Top = 382
     650      Height = 25
     651      Top = 378
    652652      Width = 58
    653653      Anchors = [akLeft, akBottom]
     
    659659    object Label3: TLabel
    660660      Left = 169
    661       Height = 13
    662       Top = 387
    663       Width = 23
     661      Height = 15
     662      Top = 385
     663      Width = 25
    664664      Anchors = [akLeft, akBottom]
    665665      Caption = 'Size:'
     
    668668    object Label4: TLabel
    669669      Left = 265
    670       Height = 13
    671       Top = 386
     670      Height = 15
     671      Top = 384
    672672      Width = 6
    673673      Anchors = [akLeft, akBottom]
     
    677677    object CheckBoxDoubleBuffered: TCheckBox
    678678      Left = 336
    679       Height = 17
    680       Top = 350
    681       Width = 98
     679      Height = 21
     680      Top = 346
     681      Width = 116
    682682      Anchors = [akLeft, akBottom]
    683683      Caption = 'Double buffered'
     
    687687    object CheckBoxEraseBackground: TCheckBox
    688688      Left = 336
    689       Height = 17
    690       Top = 367
    691       Width = 106
     689      Height = 21
     690      Top = 363
     691      Width = 124
    692692      Anchors = [akLeft, akBottom]
    693693      Caption = 'Erase background'
     
    697697    object CheckBox1: TCheckBox
    698698      Left = 336
    699       Height = 17
    700       Top = 387
    701       Width = 58
     699      Height = 21
     700      Top = 383
     701      Width = 67
    702702      Anchors = [akLeft, akBottom]
    703703      Caption = 'Opaque'
Note: See TracChangeset for help on using the changeset viewer.