object Form1: TForm1 Left = 245 Top = 164 BorderStyle = bsDialog Caption = 'Select Directory' ClientHeight = 268 ClientWidth = 352 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnShow = FormActivate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 18 Width = 350 Height = 250 AutoSize = True OnMouseMove = Image1MouseMove end object Image2: TImage Left = 312 Top = 70 Width = 25 Height = 27 OnMouseMove = Image2MouseMove end object Image3: TImage Left = 309 Top = 67 Width = 33 Height = 32 Hint = '|D' AutoSize = True Visible = False OnClick = Image3Click end object Image4: TImage Left = 35 Top = 224 Width = 121 Height = 28 OnMouseMove = Image4MouseMove end object Image5: TImage Left = 27 Top = 218 Width = 134 Height = 37 Hint = '|C' AutoSize = True Visible = False OnClick = Image5Click end object Image6: TImage Left = 221 Top = 227 Width = 80 Height = 22 OnMouseMove = Image6MouseMove end object Image7: TImage Left = 213 Top = 218 Width = 97 Height = 37 Hint = '|Z' AutoSize = True Visible = False OnClick = Image7Click end object Label1: TLabel Left = 24 Top = 126 Width = 118 Height = 13 AutoSize = False Transparent = True Visible = False end object Label2: TLabel Left = 184 Top = 124 Width = 138 Height = 13 AutoSize = False Transparent = True end object Gauge1: TGauge Left = 24 Top = 171 Width = 295 Height = 13 ShowText = False BackColor = clGreen Progress = 0 end object Label3: TLabel Left = 24 Top = 37 Width = 289 Height = 13 AutoSize = False Transparent = True end object Label4: TLabel Left = 141 Top = 171 Width = 71 Height = 13 Alignment = taCenter AutoSize = False Transparent = True end object Label5: TLabel Left = 32 Top = 152 Width = 32 Height = 13 Caption = 'Label5' Transparent = True end object Panel1: TPanel Left = 0 Top = 0 Width = 368 Height = 18 BevelOuter = bvNone TabOrder = 0 object Gradient1: TGradient Left = 0 Top = 0 Width = 368 Height = 18 BackColor = clGreen end object Image8: TImage Left = 0 Top = 0 Width = 368 Height = 18 OnMouseDown = Image8MouseDown OnMouseMove = Image8MouseMove end object RxLabel1: TRxLabel Left = 5 Top = 1 Width = 49 Height = 14 Transparent = True Caption = 'Kop�rovat' OnMouseDown = Image8MouseDown OnMouseMove = Image8MouseMove end end object Edit1: TEdit Left = 24 Top = 77 Width = 281 Height = 16 BorderStyle = bsNone Color = clGreen Ctl3D = False ParentCtl3D = False ParentShowHint = False ShowHint = True TabOrder = 1 end object Timer1: TTimer Enabled = False Interval = 10 OnTimer = Timer1Timer Left = 176 Top = 232 end end