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

  1. object FormSendEMailStatus: TFormSendEMailStatus
  2.   Left = 422
  3.   Top = 340
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sending E-Mail..'
  7.   ClientHeight = 124
  8.   ClientWidth = 333
  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.   OnShow = FormShow
  20.   DesignSize = (
  21.     333
  22.     124)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object LblSendStatus: TLabel
  26.     Left = 8
  27.     Top = 1
  28.     Width = 317
  29.     Height = 63
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = '<NA>'
  33.     Layout = tlCenter
  34.     WordWrap = True
  35.   end
  36.   object BtnCancel: TButton
  37.     Left = 128
  38.     Top = 92
  39.     Width = 75
  40.     Height = 25
  41.     Anchors = [akLeft, akBottom]
  42.     Caption = 'Cancel'
  43.     Default = True
  44.     TabOrder = 0
  45.     OnClick = BtnCancelClick
  46.   end
  47.   object ProgressBar1: TProgressBar
  48.     Left = 8
  49.     Top = 66
  50.     Width = 317
  51.     Height = 15
  52.     Anchors = [akLeft, akRight, akBottom]
  53.     Smooth = True
  54.     TabOrder = 1
  55.   end
  56.   object TimerUpdStatus: TTimer
  57.     Enabled = False
  58.     Interval = 100
  59.     OnTimer = TimerUpdStatusTimer
  60.     Left = 288
  61.     Top = 64
  62.   end
  63. end
  64.