object Form2: TForm2 Left = 297 Top = 208 BorderStyle = bsToolWindow Caption = 'Setup' ClientHeight = 286 ClientWidth = 348 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 228 Width = 341 Height = 21 Shape = bsFrame end object Label1: TLabel Left = 7 Top = 232 Width = 334 Height = 13 Alignment = taCenter AutoSize = False Caption = 'C:' Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object dirtree: TRzDirectoryTree Left = 4 Top = 4 Width = 341 Height = 217 DirLabel = Label1 DriveTypes = [dtUnknown, dtFixed, dtNetwork] FrameStyle = fsStatus FrameVisible = True HideSelection = False Indent = 19 SelectionPen.Color = clBtnShadow TabOrder = 0 OnChange = dirtreeChange end object BitBtn1: TBitBtn Left = 66 Top = 256 Width = 100 Height = 25 TabOrder = 1 Kind = bkCancel end object BitBtn2: TBitBtn Left = 182 Top = 256 Width = 100 Height = 25 TabOrder = 2 Kind = bkOK end end