object Directory: TDirectory Left = 290 Top = 111 BorderStyle = bsDialog Caption = 'Directory' ClientHeight = 313 ClientWidth = 251 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 18 Width = 250 Height = 300 AutoSize = True end object Label2: TLabel Left = 22 Top = 248 Width = 203 Height = 14 Alignment = taRightJustify AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True Transparent = True end object Image2: TImage Left = 56 Top = 284 Width = 35 Height = 22 OnMouseMove = Image2MouseMove end object Image3: TImage Left = 55 Top = 283 Width = 37 Height = 24 Hint = '|DIR' AutoSize = True Visible = False OnClick = Image3Click end object Image4: TImage Left = 146 Top = 284 Width = 55 Height = 21 OnMouseMove = Image4MouseMove end object Image5: TImage Left = 144 Top = 284 Width = 58 Height = 22 Hint = '|DIRZ' AutoSize = True Visible = False OnClick = Image5Click end object Panel1: TPanel Left = 0 Top = 0 Width = 480 Height = 18 BevelOuter = bvNone Caption = 'Panel1' TabOrder = 0 object Gradient1: TGradient Left = 0 Top = 0 Width = 480 Height = 18 BackColor = clGreen end object Image8: TImage Left = 0 Top = 0 Width = 249 Height = 18 OnMouseDown = Image8MouseDown OnMouseMove = RxLabel1MouseMove end object RxLabel1: TRxLabel Left = 4 Top = 1 Width = 40 Height = 14 Transparent = True Caption = 'Adres��' OnMouseDown = Image8MouseDown OnMouseMove = RxLabel1MouseMove end end object Edit1: TEdit Left = 21 Top = 38 Width = 205 Height = 14 BorderStyle = bsNone Color = clGreen Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnChange = DirectoryListBox1Change end object DirectoryListBox1: TDirectoryListBox Left = 21 Top = 76 Width = 207 Height = 106 Color = clGreen Ctl3D = False ItemHeight = 16 ParentCtl3D = False TabOrder = 2 OnChange = DirectoryListBox1Change end object DriveComboBox1: TDriveComboBox Left = 21 Top = 209 Width = 208 Height = 19 Color = clGreen Ctl3D = False DirList = DirectoryListBox1 ParentCtl3D = False TabOrder = 3 TextCase = tcUpperCase end object Timer1: TTimer Enabled = False Interval = 10 OnTimer = Timer1Timer Left = 208 Top = 248 end end