Ignore:
Timestamp:
Apr 2, 2016, 11:08:30 AM (8 years ago)
Author:
chronos
Message:
  • Added: Available block drives detection under Linux.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Form/UFormMain.lfm

    r11 r12  
    173173    TabOrder = 2
    174174  end
    175   object Button1: TButton
    176     Left = 480
    177     Height = 25
    178     Top = 17
    179     Width = 91
    180     Action = ABrowseDisk
    181     TabOrder = 3
    182   end
    183   object EditDrive: TEdit
    184     Left = 16
    185     Height = 34
    186     Top = 8
    187     Width = 448
    188     TabOrder = 4
    189   end
    190175  object Label10: TLabel
    191176    Left = 16
     
    210195    Width = 107
    211196    Action = AScanContinue
    212     TabOrder = 5
     197    TabOrder = 3
    213198  end
    214199  object ListView1: TListView
     
    237222    ReadOnly = True
    238223    RowSelect = True
    239     TabOrder = 6
     224    TabOrder = 4
    240225    ViewStyle = vsReport
    241226    OnData = ListView1Data
     
    256241    Action = AOperationOptions
    257242    Caption = 'Options options'
    258     TabOrder = 7
     243    TabOrder = 5
     244  end
     245  object ComboBoxDrive: TComboBox
     246    Left = 15
     247    Height = 38
     248    Top = 8
     249    Width = 464
     250    ItemHeight = 0
     251    OnChange = ComboBoxDriveChange
     252    Style = csDropDownList
     253    TabOrder = 6
    259254  end
    260255  object Timer1: TTimer
     
    281276    object ABrowseDisk: TAction
    282277      Caption = 'Select...'
    283       OnExecute = ABrowseDiskExecute
    284278    end
    285279    object AExit: TAction
Note: See TracChangeset for help on using the changeset viewer.