home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Internet / Addweb / ADDWEB.EXE / %MAINDIR% / addweb.exe / 0 / RCDATA / TPAUSE / TPAUSE.txt
Encoding:
Text File  |  1998-01-12  |  2.4 KB  |  86 lines

  1. object Pause: TPause
  2.   Left = 309
  3.   Top = 129
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'AddWeb Paused'
  7.   ClientHeight = 81
  8.   ClientWidth = 193
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 184
  21.     Height = 26
  22.     Caption = 
  23.       'The current submission run is paused.  Press '#39'Resume'#39' to continu' +
  24.       'e.'
  25.     WordWrap = True
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 193
  31.     Height = 41
  32.     Style = bsRaised
  33.   end
  34.   object Bevel2: TBevel
  35.     Left = 0
  36.     Top = 40
  37.     Width = 193
  38.     Height = 41
  39.   end
  40.   object BitBtn1: TBitBtn
  41.     Left = 8
  42.     Top = 48
  43.     Width = 179
  44.     Height = 25
  45.     Caption = 'Resume'
  46.     Default = True
  47.     TabOrder = 0
  48.     OnClick = BitBtn1Click
  49.     Glyph.Data = {
  50.       76010000424D7601000000000000760000002800000020000000100000000100
  51.       04000000000000010000120B0000120B00001000000000000000000000000000
  52.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  53.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  54.       3333333333FFFFF3333333333700000733333333F777773FF3333333007F0F70
  55.       0333333773373377FF3333300FFF7FFF003333773F3333377FF33300F0FFFFF0
  56.       F00337737333F37377F33707FFFF0FFFF70737F33337F33337FF300FFFFF0FFF
  57.       FF00773F3337F333377F30707FFF0FFF70707F733337F333737F300FFFF09FFF
  58.       FF0077F33377F33337733707FF0F9FFFF70737FF3737F33F37F33300F0FF9FF0
  59.       F003377F7337F373773333300FFF9FFF00333377FF37F3377FF33300007F9F70
  60.       000337777FF7FF77773333703070007030733373777777737333333333330333
  61.       333333333337FF33333333333330003333333333337773333333}
  62.     NumGlyphs = 2
  63.   end
  64.   object MarsCaption1: TMarsCaption
  65.     ActiveBeginColor = clBlack
  66.     ActiveEndColor = clNavy
  67.     ActiveFontColor = clWhite
  68.     InactiveBeginColor = clBlack
  69.     InactiveEndColor = clRed
  70.     InactiveFontColor = clSilver
  71.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  72.     ApplicationNameFont.Color = clWindowText
  73.     ApplicationNameFont.Height = -11
  74.     ApplicationNameFont.Name = 'MS Sans Serif'
  75.     ApplicationNameFont.Style = [fsBold]
  76.     CaptionFont.Charset = DEFAULT_CHARSET
  77.     CaptionFont.Color = clWindowText
  78.     CaptionFont.Height = -11
  79.     CaptionFont.Name = 'MS Sans Serif'
  80.     CaptionFont.Style = []
  81.     NumColors = 64
  82.     AutoSize = False
  83.     Left = 400
  84.   end
  85. end
  86.