home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMACCTSTATUS / TFORMACCTSTATUS.txt
Encoding:
Text File  |  2004-04-06  |  4.8 KB  |  234 lines

  1. object FormAcctStatus: TFormAcctStatus
  2.   Left = 442
  3.   Top = 232
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Account Status'
  7.   ClientHeight = 215
  8.   ClientWidth = 352
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object pcStatus: TPageControl
  24.     Left = 0
  25.     Top = 49
  26.     Width = 352
  27.     Height = 125
  28.     ActivePage = tsOk
  29.     Align = alClient
  30.     Style = tsFlatButtons
  31.     TabOrder = 0
  32.     object tsOk: TTabSheet
  33.       TabVisible = False
  34.       object Label1: TLabel
  35.         Left = 19
  36.         Top = 37
  37.         Width = 69
  38.         Height = 13
  39.         Caption = 'Currently using'
  40.       end
  41.       object LblEndDate: TLabel
  42.         Left = 19
  43.         Top = 63
  44.         Width = 60
  45.         Height = 13
  46.         Caption = 'Paid through'
  47.       end
  48.       object LblMaxSpace: TLabel
  49.         Left = 19
  50.         Top = 88
  51.         Width = 36
  52.         Height = 13
  53.         Caption = 'Paid for'
  54.       end
  55.       object LblStatus: TLabel
  56.         Left = 19
  57.         Top = 14
  58.         Width = 45
  59.         Height = 13
  60.         Caption = 'Status for'
  61.         Font.Charset = DEFAULT_CHARSET
  62.         Font.Color = clWindowText
  63.         Font.Height = -11
  64.         Font.Name = 'MS Sans Serif'
  65.         Font.Style = []
  66.         ParentFont = False
  67.       end
  68.       object EditEMail: TEdit
  69.         Left = 108
  70.         Top = 10
  71.         Width = 165
  72.         Height = 21
  73.         Color = clMenu
  74.         MaxLength = 100
  75.         ReadOnly = True
  76.         TabOrder = 0
  77.       end
  78.       object EditCurUsage: TEdit
  79.         Left = 108
  80.         Top = 34
  81.         Width = 120
  82.         Height = 21
  83.         Color = clMenu
  84.         MaxLength = 100
  85.         ReadOnly = True
  86.         TabOrder = 1
  87.       end
  88.       object EditPaidFor: TEdit
  89.         Left = 108
  90.         Top = 83
  91.         Width = 120
  92.         Height = 21
  93.         Color = clMenu
  94.         MaxLength = 100
  95.         ReadOnly = True
  96.         TabOrder = 2
  97.       end
  98.       object EditPaidThrough: TEdit
  99.         Left = 108
  100.         Top = 59
  101.         Width = 120
  102.         Height = 21
  103.         Color = clMenu
  104.         MaxLength = 100
  105.         ReadOnly = True
  106.         TabOrder = 3
  107.       end
  108.     end
  109.     object tsErr: TTabSheet
  110.       Caption = 'tsErr'
  111.       ImageIndex = 1
  112.       TabVisible = False
  113.       DesignSize = (
  114.         344
  115.         115)
  116.       object BtnErr: TButton
  117.         Left = 8
  118.         Top = 89
  119.         Width = 75
  120.         Height = 25
  121.         Anchors = [akLeft, akBottom]
  122.         Caption = 'BtnErr'
  123.         TabOrder = 0
  124.         OnClick = BtnErrClick
  125.       end
  126.       object MemoErr: TMemo
  127.         Left = 5
  128.         Top = 7
  129.         Width = 334
  130.         Height = 74
  131.         Anchors = [akLeft, akTop, akRight, akBottom]
  132.         Lines.Strings = (
  133.           'MemoErr')
  134.         TabOrder = 1
  135.       end
  136.     end
  137.     object tsGetting: TTabSheet
  138.       Caption = 'tsGetting'
  139.       ImageIndex = 2
  140.       TabVisible = False
  141.       object lblRetrieving: TLabel
  142.         Left = 88
  143.         Top = 64
  144.         Width = 130
  145.         Height = 13
  146.         Caption = 'Retrieving account status ..'
  147.       end
  148.     end
  149.   end
  150.   object Panel1: TPanel
  151.     Left = 0
  152.     Top = 174
  153.     Width = 352
  154.     Height = 41
  155.     Align = alBottom
  156.     BevelOuter = bvNone
  157.     TabOrder = 1
  158.     DesignSize = (
  159.       352
  160.       41)
  161.     object Bevel2: TBevel
  162.       Left = 0
  163.       Top = 0
  164.       Width = 352
  165.       Height = 50
  166.       Align = alTop
  167.       Shape = bsTopLine
  168.     end
  169.     object BtnClose: TButton
  170.       Left = 32
  171.       Top = 12
  172.       Width = 75
  173.       Height = 25
  174.       Anchors = [akLeft, akBottom]
  175.       Caption = 'Close'
  176.       Default = True
  177.       TabOrder = 0
  178.       OnClick = BtnCloseClick
  179.     end
  180.   end
  181.   object Panel2: TPanel
  182.     Left = 0
  183.     Top = 0
  184.     Width = 352
  185.     Height = 49
  186.     Align = alTop
  187.     BevelOuter = bvNone
  188.     Color = clBtnHighlight
  189.     TabOrder = 2
  190.     object Label2: TLabel
  191.       Left = 15
  192.       Top = 10
  193.       Width = 92
  194.       Height = 13
  195.       Caption = 'Account Status:'
  196.       Font.Charset = DEFAULT_CHARSET
  197.       Font.Color = clWindowText
  198.       Font.Height = -11
  199.       Font.Name = 'MS Sans Serif'
  200.       Font.Style = [fsBold]
  201.       ParentFont = False
  202.     end
  203.     object Label3: TLabel
  204.       Left = 114
  205.       Top = 10
  206.       Width = 200
  207.       Height = 13
  208.       Caption = 'The following displays the current status of'
  209.     end
  210.     object Label4: TLabel
  211.       Left = 114
  212.       Top = 26
  213.       Width = 112
  214.       Height = 13
  215.       Caption = 'your FotoTime account.'
  216.     end
  217.     object Bevel1: TBevel
  218.       Left = 0
  219.       Top = -1
  220.       Width = 352
  221.       Height = 50
  222.       Align = alBottom
  223.       Shape = bsBottomLine
  224.     end
  225.   end
  226.   object Timer1: TTimer
  227.     Enabled = False
  228.     Interval = 2000
  229.     OnTimer = Timer1Timer
  230.     Left = 320
  231.     Top = 8
  232.   end
  233. end
  234.