home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / CYBERCON / _SETUP.1 / Ccontact.exe / 0 / RCDATA / TMSGFORM / TMSGFORM.txt < prev   
Text File  |  1997-08-26  |  2KB  |  107 lines

  1. object Msgform: TMsgform
  2.   Left = 68
  3.   Top = 104
  4.   Width = 576
  5.   Height = 425
  6.   Cursor = crHourGlass
  7.   BorderIcons = [biSystemMenu, biMaximize]
  8.   Caption = 'Compress Messages'
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel2: TPanel
  19.     Left = 0
  20.     Top = 364
  21.     Width = 568
  22.     Height = 34
  23.     Cursor = crHourGlass
  24.     Align = alBottom
  25.     TabOrder = 0
  26.     object TLabel
  27.       Left = 86
  28.       Top = 24
  29.       Width = 3
  30.       Height = 13
  31.     end
  32.     object DismissBut: TButton
  33.       Left = 359
  34.       Top = 7
  35.       Width = 60
  36.       Height = 20
  37.       Hint = 'Hide'
  38.       Caption = '&Dismiss'
  39.       ParentShowHint = False
  40.       ShowHint = True
  41.       TabOrder = 0
  42.       OnClick = DismissButClick
  43.     end
  44.     object CancelBut: TButton
  45.       Left = 439
  46.       Top = 7
  47.       Width = 104
  48.       Height = 20
  49.       Caption = '&Cancel Operation'
  50.       TabOrder = 1
  51.       OnClick = CancelButClick
  52.     end
  53.   end
  54.   object Memo1: TMemo
  55.     Left = 0
  56.     Top = 57
  57.     Width = 568
  58.     Height = 307
  59.     Cursor = crHourGlass
  60.     Align = alClient
  61.     Lines.Strings = (
  62.       '')
  63.     ScrollBars = ssVertical
  64.     TabOrder = 1
  65.   end
  66.   object Panel1: TPanel
  67.     Left = 0
  68.     Top = 0
  69.     Width = 568
  70.     Height = 57
  71.     Cursor = crHourGlass
  72.     Align = alTop
  73.     TabOrder = 2
  74.     object FileBeingZipped: TLabel
  75.       Left = 192
  76.       Top = 33
  77.       Width = 113
  78.       Height = 15
  79.       Alignment = taRightJustify
  80.       Caption = 'File being manipulated'
  81.     end
  82.     object Label1: TLabel
  83.       Left = 8
  84.       Top = 8
  85.       Width = 321
  86.       Height = 13
  87.       Caption = 
  88.         'Please wait for the operation to start, this may take a few seco' +
  89.         'nds ...'
  90.       Font.Color = clBlack
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.     end
  96.     object ProgressBar1: TProgressBar
  97.       Left = 318
  98.       Top = 34
  99.       Width = 237
  100.       Height = 13
  101.       Min = 0
  102.       Max = 100
  103.       TabOrder = 0
  104.     end
  105.   end
  106. end
  107.