home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / ctenari / Kadanik / Acep / Autorun.exe / 0 / RCDATA / TMSGFORM / TMSGFORM.txt
Text File  |  1998-12-02  |  3KB  |  161 lines

  1. object Msgform: TMsgform
  2.   Left = 224
  3.   Top = 180
  4.   BorderStyle = bsDialog
  5.   Caption = 'Zip Messages'
  6.   ClientHeight = 318
  7.   ClientWidth = 250
  8.   Color = clGreen
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnKeyPress = FormKeyPress
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 18
  22.     Width = 250
  23.     Height = 300
  24.     AutoSize = True
  25.     OnMouseMove = Image1MouseMove
  26.   end
  27.   object Image2: TImage
  28.     Left = 34
  29.     Top = 287
  30.     Width = 68
  31.     Height = 19
  32.     OnMouseMove = Image2MouseMove
  33.   end
  34.   object Image3: TImage
  35.     Left = 30
  36.     Top = 283
  37.     Width = 74
  38.     Height = 26
  39.     AutoSize = True
  40.     Visible = False
  41.     OnClick = CancelButClick
  42.   end
  43.   object Image4: TImage
  44.     Left = 144
  45.     Top = 287
  46.     Width = 68
  47.     Height = 20
  48.     OnMouseMove = Image4MouseMove
  49.   end
  50.   object Image5: TImage
  51.     Left = 139
  52.     Top = 283
  53.     Width = 74
  54.     Height = 25
  55.     AutoSize = True
  56.     Visible = False
  57.     OnClick = DismissButClick
  58.   end
  59.   object FileBeingZipped: TLabel
  60.     Left = 21
  61.     Top = 40
  62.     Width = 206
  63.     Height = 13
  64.     AutoSize = False
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clBlack
  67.     Font.Height = -10
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     Transparent = True
  72.   end
  73.   object Label2: TLabel
  74.     Left = 21
  75.     Top = 124
  76.     Width = 205
  77.     Height = 13
  78.     AutoSize = False
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clBlack
  81.     Font.Height = -10
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     Transparent = True
  86.   end
  87.   object Memo1: TMemo
  88.     Left = 21
  89.     Top = 163
  90.     Width = 206
  91.     Height = 99
  92.     BorderStyle = bsNone
  93.     Color = clGreen
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBlack
  96.     Font.Height = -10
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     Lines.Strings = (
  100.       '')
  101.     ParentFont = False
  102.     ScrollBars = ssVertical
  103.     TabOrder = 0
  104.     OnClick = Memo1Click
  105.     OnMouseMove = Image1MouseMove
  106.   end
  107.   object ProgressBar1: TProgressBar
  108.     Left = 19
  109.     Top = 80
  110.     Width = 209
  111.     Height = 16
  112.     Min = 0
  113.     Max = 100
  114.     TabOrder = 1
  115.   end
  116.   object Panel1: TPanel
  117.     Left = 0
  118.     Top = 0
  119.     Width = 509
  120.     Height = 18
  121.     BevelOuter = bvNone
  122.     TabOrder = 2
  123.     object Gradient1: TGradient
  124.       Left = 0
  125.       Top = 0
  126.       Width = 509
  127.       Height = 18
  128.       BackColor = clGreen
  129.     end
  130.     object RxLabel1: TRxLabel
  131.       Left = 6
  132.       Top = 2
  133.       Width = 49
  134.       Height = 14
  135.       Transparent = True
  136.       Caption = 'Rozbaluji '
  137.     end
  138.     object Image6: TImage
  139.       Left = 0
  140.       Top = 0
  141.       Width = 513
  142.       Height = 18
  143.       OnMouseDown = Image6MouseDown
  144.       OnMouseMove = Image6MouseMove
  145.     end
  146.   end
  147.   object Timer1: TTimer
  148.     Enabled = False
  149.     Interval = 500
  150.     OnTimer = Timer1Timer
  151.     Left = 22
  152.     Top = 179
  153.   end
  154.   object Timer2: TTimer
  155.     Enabled = False
  156.     OnTimer = Timer2Timer
  157.     Left = 50
  158.     Top = 179
  159.   end
  160. end
  161.