home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TFRMPOSTSTATUS / TFRMPOSTSTATUS.txt
Encoding:
Text File  |  2004-09-23  |  2.0 KB  |  96 lines

  1. object frmPostStatus: TfrmPostStatus
  2.   Left = 212
  3.   Top = 140
  4.   Width = 366
  5.   Height = 263
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Posting Status'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 263
  10.   Constraints.MinWidth = 366
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object memStatus: TMemo
  23.     Left = 0
  24.     Top = 0
  25.     Width = 358
  26.     Height = 184
  27.     Align = alClient
  28.     ReadOnly = True
  29.     ScrollBars = ssBoth
  30.     TabOrder = 0
  31.   end
  32.   object ProgressBar1: TProgressBar
  33.     Left = 12
  34.     Top = 147
  35.     Width = 313
  36.     Height = 16
  37.     Min = 0
  38.     Max = 100
  39.     TabOrder = 1
  40.   end
  41.   object fcStatusBar1: TfcStatusBar
  42.     Left = 0
  43.     Top = 209
  44.     Width = 358
  45.     Height = 20
  46.     Panels = <
  47.       item
  48.         Font.Charset = DEFAULT_CHARSET
  49.         Font.Color = clWindowText
  50.         Font.Height = -11
  51.         Font.Name = 'MS Sans Serif'
  52.         Font.Style = []
  53.         Name = 'Panel0'
  54.         Tag = 0
  55.         TextOptions.Alignment = taLeftJustify
  56.         TextOptions.VAlignment = vaVCenter
  57.         Width = '50'
  58.       end>
  59.     SimplePanel = False
  60.     SizeGrip = False
  61.     StatusBarText.CapsLock = 'Caps'
  62.     StatusBarText.Overwrite = 'Overwrite'
  63.     StatusBarText.NumLock = 'Num'
  64.     StatusBarText.ScrollLock = 'Scroll'
  65.   end
  66.   object Panel1: TPanel
  67.     Left = 0
  68.     Top = 184
  69.     Width = 358
  70.     Height = 25
  71.     Align = alBottom
  72.     BevelOuter = bvNone
  73.     Ctl3D = False
  74.     ParentCtl3D = False
  75.     TabOrder = 3
  76.     object btnClose: TButton
  77.       Left = 231
  78.       Top = 0
  79.       Width = 75
  80.       Height = 25
  81.       Caption = 'Close'
  82.       TabOrder = 1
  83.       OnClick = btnCloseClick
  84.     end
  85.     object btnAbort: TButton
  86.       Left = 72
  87.       Top = 0
  88.       Width = 75
  89.       Height = 25
  90.       Caption = '&Abort'
  91.       TabOrder = 0
  92.       OnClick = btnAbortClick
  93.     end
  94.   end
  95. end
  96.