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

  1. object FormSendDebug: TFormSendDebug
  2.   Left = 368
  3.   Top = 249
  4.   Width = 278
  5.   Height = 176
  6.   BorderIcons = []
  7.   Caption = 'Please wait..'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     270
  22.     149)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object LblInfo: TLabel
  26.     Left = 1
  27.     Top = 29
  28.     Width = 267
  29.     Height = 44
  30.     Alignment = taCenter
  31.     Anchors = [akLeft, akTop, akRight]
  32.     AutoSize = False
  33.     Caption = 'Lblinfo'
  34.   end
  35.   object BtnCancel: TButton
  36.     Left = 101
  37.     Top = 115
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Cancel'
  41.     TabOrder = 0
  42.     OnClick = BtnCancelClick
  43.   end
  44.   object TimerSend: TTimer
  45.     Enabled = False
  46.     Interval = 50
  47.     OnTimer = TimerSendTimer
  48.     Left = 40
  49.     Top = 16
  50.   end
  51. end
  52.