home *** CD-ROM | disk | FTP | other *** search
- object FormAcctStatus: TFormAcctStatus
- Left = 442
- Top = 232
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Account Status'
- ClientHeight = 215
- ClientWidth = 352
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pcStatus: TPageControl
- Left = 0
- Top = 49
- Width = 352
- Height = 125
- ActivePage = tsOk
- Align = alClient
- Style = tsFlatButtons
- TabOrder = 0
- object tsOk: TTabSheet
- TabVisible = False
- object Label1: TLabel
- Left = 19
- Top = 37
- Width = 69
- Height = 13
- Caption = 'Currently using'
- end
- object LblEndDate: TLabel
- Left = 19
- Top = 63
- Width = 60
- Height = 13
- Caption = 'Paid through'
- end
- object LblMaxSpace: TLabel
- Left = 19
- Top = 88
- Width = 36
- Height = 13
- Caption = 'Paid for'
- end
- object LblStatus: TLabel
- Left = 19
- Top = 14
- Width = 45
- Height = 13
- Caption = 'Status for'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object EditEMail: TEdit
- Left = 108
- Top = 10
- Width = 165
- Height = 21
- Color = clMenu
- MaxLength = 100
- ReadOnly = True
- TabOrder = 0
- end
- object EditCurUsage: TEdit
- Left = 108
- Top = 34
- Width = 120
- Height = 21
- Color = clMenu
- MaxLength = 100
- ReadOnly = True
- TabOrder = 1
- end
- object EditPaidFor: TEdit
- Left = 108
- Top = 83
- Width = 120
- Height = 21
- Color = clMenu
- MaxLength = 100
- ReadOnly = True
- TabOrder = 2
- end
- object EditPaidThrough: TEdit
- Left = 108
- Top = 59
- Width = 120
- Height = 21
- Color = clMenu
- MaxLength = 100
- ReadOnly = True
- TabOrder = 3
- end
- end
- object tsErr: TTabSheet
- Caption = 'tsErr'
- ImageIndex = 1
- TabVisible = False
- DesignSize = (
- 344
- 115)
- object BtnErr: TButton
- Left = 8
- Top = 89
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'BtnErr'
- TabOrder = 0
- OnClick = BtnErrClick
- end
- object MemoErr: TMemo
- Left = 5
- Top = 7
- Width = 334
- Height = 74
- Anchors = [akLeft, akTop, akRight, akBottom]
- Lines.Strings = (
- 'MemoErr')
- TabOrder = 1
- end
- end
- object tsGetting: TTabSheet
- Caption = 'tsGetting'
- ImageIndex = 2
- TabVisible = False
- object lblRetrieving: TLabel
- Left = 88
- Top = 64
- Width = 130
- Height = 13
- Caption = 'Retrieving account status ..'
- end
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 174
- Width = 352
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 352
- 41)
- object Bevel2: TBevel
- Left = 0
- Top = 0
- Width = 352
- Height = 50
- Align = alTop
- Shape = bsTopLine
- end
- object BtnClose: TButton
- Left = 32
- Top = 12
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Close'
- Default = True
- TabOrder = 0
- OnClick = BtnCloseClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 352
- Height = 49
- Align = alTop
- BevelOuter = bvNone
- Color = clBtnHighlight
- TabOrder = 2
- object Label2: TLabel
- Left = 15
- Top = 10
- Width = 92
- Height = 13
- Caption = 'Account Status:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 114
- Top = 10
- Width = 200
- Height = 13
- Caption = 'The following displays the current status of'
- end
- object Label4: TLabel
- Left = 114
- Top = 26
- Width = 112
- Height = 13
- Caption = 'your FotoTime account.'
- end
- object Bevel1: TBevel
- Left = 0
- Top = -1
- Width = 352
- Height = 50
- Align = alBottom
- Shape = bsBottomLine
- end
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 2000
- OnTimer = Timer1Timer
- Left = 320
- Top = 8
- end
- end
-