/jcl/examples/windows/filesummary/FileSummaryDemoMain.dfm
Unknown | 56 lines | 56 code | 0 blank | 0 comment | 0 complexity | d67651a8f62341805d2c8d2185e5d5c3 MD5 | raw file
Possible License(s): BSD-3-Clause
1object FormMain: TFormMain 2 Left = 0 3 Top = 0 4 Width = 440 5 Height = 552 6 Caption = ';' 7 Color = clBtnFace 8 Font.Charset = DEFAULT_CHARSET 9 Font.Color = clWindowText 10 Font.Height = -11 11 Font.Name = 'Tahoma' 12 Font.Style = [] 13 OldCreateOrder = False 14 PixelsPerInch = 96 15 TextHeight = 13 16 object DriveComboBox1: TDriveComboBox 17 Left = 8 18 Top = 8 19 Width = 193 20 Height = 19 21 Anchors = [akLeft, akTop, akRight] 22 DirList = DirectoryListBox1 23 TabOrder = 0 24 end 25 object Memo1: TMemo 26 Left = 8 27 Top = 248 28 Width = 416 29 Height = 269 30 Anchors = [akLeft, akTop, akRight, akBottom] 31 Lines.Strings = ( 32 'Select a file to have its properties') 33 ScrollBars = ssBoth 34 TabOrder = 1 35 end 36 object FileListBox1: TFileListBox 37 Left = 207 38 Top = 8 39 Width = 217 40 Height = 234 41 Anchors = [akTop, akRight] 42 ItemHeight = 13 43 TabOrder = 2 44 OnChange = FileListBox1Change 45 end 46 object DirectoryListBox1: TDirectoryListBox 47 Left = 8 48 Top = 33 49 Width = 193 50 Height = 209 51 Anchors = [akLeft, akTop, akRight] 52 FileList = FileListBox1 53 ItemHeight = 16 54 TabOrder = 3 55 end 56end