home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / lib2020.dll / 0 / RCDATA / TSENDMSG / TSENDMSG.txt
Encoding:
Text File  |  2000-09-13  |  881 b   |  44 lines

  1. object SendMsg: TSendMsg
  2.   Left = 183
  3.   Top = 226
  4.   Cursor = crAppStart
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sending Image'
  7.   ClientHeight = 67
  8.   ClientWidth = 382
  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.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lStatus: TLabel
  21.     Left = 4
  22.     Top = 10
  23.     Width = 374
  24.     Height = 13
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     Caption = 'Status'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clNavy
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Button1: TButton
  36.     Left = 153
  37.     Top = 38
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Cancel'
  41.     TabOrder = 0
  42.   end
  43. end
  44.