home *** CD-ROM | disk | FTP | other *** search
- object frmPostStatus: TfrmPostStatus
- Left = 212
- Top = 140
- Width = 366
- Height = 263
- BorderIcons = [biSystemMenu, biMaximize]
- Caption = 'Posting Status'
- Color = clBtnFace
- Constraints.MinHeight = 263
- Constraints.MinWidth = 366
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object memStatus: TMemo
- Left = 0
- Top = 0
- Width = 358
- Height = 184
- Align = alClient
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- end
- object ProgressBar1: TProgressBar
- Left = 12
- Top = 147
- Width = 313
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 1
- end
- object fcStatusBar1: TfcStatusBar
- Left = 0
- Top = 209
- Width = 358
- Height = 20
- Panels = <
- item
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Name = 'Panel0'
- Tag = 0
- TextOptions.Alignment = taLeftJustify
- TextOptions.VAlignment = vaVCenter
- Width = '50'
- end>
- SimplePanel = False
- SizeGrip = False
- StatusBarText.CapsLock = 'Caps'
- StatusBarText.Overwrite = 'Overwrite'
- StatusBarText.NumLock = 'Num'
- StatusBarText.ScrollLock = 'Scroll'
- end
- object Panel1: TPanel
- Left = 0
- Top = 184
- Width = 358
- Height = 25
- Align = alBottom
- BevelOuter = bvNone
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 3
- object btnClose: TButton
- Left = 231
- Top = 0
- Width = 75
- Height = 25
- Caption = 'Close'
- TabOrder = 1
- OnClick = btnCloseClick
- end
- object btnAbort: TButton
- Left = 72
- Top = 0
- Width = 75
- Height = 25
- Caption = '&Abort'
- TabOrder = 0
- OnClick = btnAbortClick
- end
- end
- end
-