object Msgform: TMsgform Left = 224 Top = 180 BorderStyle = bsDialog Caption = 'Zip Messages' ClientHeight = 318 ClientWidth = 250 Color = clGreen Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 18 Width = 250 Height = 300 AutoSize = True OnMouseMove = Image1MouseMove end object Image2: TImage Left = 34 Top = 287 Width = 68 Height = 19 OnMouseMove = Image2MouseMove end object Image3: TImage Left = 30 Top = 283 Width = 74 Height = 26 AutoSize = True Visible = False OnClick = CancelButClick end object Image4: TImage Left = 144 Top = 287 Width = 68 Height = 20 OnMouseMove = Image4MouseMove end object Image5: TImage Left = 139 Top = 283 Width = 74 Height = 25 AutoSize = True Visible = False OnClick = DismissButClick end object FileBeingZipped: TLabel Left = 21 Top = 40 Width = 206 Height = 13 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Label2: TLabel Left = 21 Top = 124 Width = 205 Height = 13 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Memo1: TMemo Left = 21 Top = 163 Width = 206 Height = 99 BorderStyle = bsNone Color = clGreen Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( '') ParentFont = False ScrollBars = ssVertical TabOrder = 0 OnClick = Memo1Click OnMouseMove = Image1MouseMove end object ProgressBar1: TProgressBar Left = 19 Top = 80 Width = 209 Height = 16 Min = 0 Max = 100 TabOrder = 1 end object Panel1: TPanel Left = 0 Top = 0 Width = 509 Height = 18 BevelOuter = bvNone TabOrder = 2 object Gradient1: TGradient Left = 0 Top = 0 Width = 509 Height = 18 BackColor = clGreen end object RxLabel1: TRxLabel Left = 6 Top = 2 Width = 49 Height = 14 Transparent = True Caption = 'Rozbaluji ' end object Image6: TImage Left = 0 Top = 0 Width = 513 Height = 18 OnMouseDown = Image6MouseDown OnMouseMove = Image6MouseMove end end object Timer1: TTimer Enabled = False Interval = 500 OnTimer = Timer1Timer Left = 22 Top = 179 end object Timer2: TTimer Enabled = False OnTimer = Timer2Timer Left = 50 Top = 179 end end