Ignore:
Timestamp:
Apr 30, 2016, 12:16:19 AM (8 years ago)
Author:
chronos
Message:
  • Added: TFileStreamEx experimental class to support flags O_DIRECT and O_SYNC under Linux.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Form/UFormProject.lfm

    r13 r31  
    99  LCLVersion = '1.7'
    1010  object SpinEditSectorSize: TSpinEdit
    11     Left = 192
     11    Left = 224
    1212    Height = 34
    1313    Top = 152
    1414    Width = 101
    15     MaxValue = 100000
    16     MinValue = 1
     15    MaxValue = 63
     16    OnChange = SpinEditSectorSizeChange
    1717    TabOrder = 0
    1818    Value = 1
     
    9292    ParentColor = False
    9393  end
     94  object Label5: TLabel
     95    Left = 192
     96    Height = 24
     97    Top = 160
     98    Width = 22
     99    Caption = '2^'
     100    ParentColor = False
     101  end
     102  object Label6: TLabel
     103    Left = 341
     104    Height = 24
     105    Top = 160
     106    Width = 11
     107    Caption = '='
     108    ParentColor = False
     109  end
    94110end
Note: See TracChangeset for help on using the changeset viewer.