1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
object fFiles: TfFiles
Left = 0
Height = 281
Top = 0
Width = 395
ClientHeight = 281
ClientWidth = 395
OnResize = FrameResize
TabOrder = 0
DesignLeft = 495
DesignTop = 342
object lblStatus: TLabel
Left = 8
Height = 15
Top = 56
Width = 53
Caption = 'lblStatus'
ParentColor = False
end
object lblDate: TLabel
Left = 8
Height = 15
Top = 78
Width = 43
Caption = 'lblDate'
ParentColor = False
end
object lblVersion: TLabel
Left = 8
Height = 15
Top = 102
Width = 59
Caption = 'lblVersion'
ParentColor = False
end
object lblDescription: TLabel
Left = 8
Height = 15
Top = 128
Width = 73
Caption = 'Description:'
ParentColor = False
end
object lblSettingsFileName: TLabel
Left = 8
Height = 15
Top = 35
Width = 119
Caption = 'lblSettingsFileName'
ParentColor = False
end
object mDescription: TMemo
Left = 8
Height = 89
Top = 148
Width = 301
TabOrder = 2
end
object cbConfirmFormat: TCheckBox
Left = 8
Height = 20
Top = 2
Width = 268
Caption = 'Show confirmation dialog before format'
TabOrder = 0
end
object edFormatFile: TEdit
Left = 128
Height = 29
Top = 32
Width = 152
Color = clBtnFace
ReadOnly = True
TabOrder = 1
end
object bOpenFolder: TButton
Left = 296
Height = 25
Top = 31
Width = 91
Caption = 'Open folder'
OnClick = bOpenFolderClick
TabOrder = 3
end
end
|