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

  1. object SendImage: TSendImage
  2.   Left = 180
  3.   Top = 166
  4.   ActiveControl = eTo
  5.   BorderStyle = bsDialog
  6.   Caption = '20/20 Send Image'
  7.   ClientHeight = 292
  8.   ClientWidth = 430
  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.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 53
  23.     Top = 84
  24.     Width = 36
  25.     Height = 13
  26.     Caption = 'Subject'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 46
  30.     Top = 111
  31.     Width = 43
  32.     Height = 13
  33.     Caption = 'Message'
  34.   end
  35.   object Button1: TButton
  36.     Left = 136
  37.     Top = 263
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Send'
  41.     ModalResult = 1
  42.     TabOrder = 0
  43.   end
  44.   object Button2: TButton
  45.     Left = 220
  46.     Top = 263
  47.     Width = 75
  48.     Height = 25
  49.     Cancel = True
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 1
  53.   end
  54.   object Button3: TButton
  55.     Left = 14
  56.     Top = 19
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'To ...'
  60.     TabOrder = 2
  61.     TabStop = False
  62.     OnClick = Button3Click
  63.   end
  64.   object eTo: TEdit
  65.     Left = 100
  66.     Top = 21
  67.     Width = 322
  68.     Height = 21
  69.     TabOrder = 3
  70.     OnExit = eToExit
  71.   end
  72.   object Button4: TButton
  73.     Left = 14
  74.     Top = 49
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'CC ...'
  78.     TabOrder = 4
  79.     TabStop = False
  80.     OnClick = Button3Click
  81.   end
  82.   object eCC: TEdit
  83.     Left = 100
  84.     Top = 51
  85.     Width = 322
  86.     Height = 21
  87.     TabOrder = 5
  88.   end
  89.   object eSubject: TEdit
  90.     Left = 100
  91.     Top = 80
  92.     Width = 322
  93.     Height = 21
  94.     TabOrder = 6
  95.   end
  96.   object Memo1: TMemo
  97.     Left = 100
  98.     Top = 109
  99.     Width = 322
  100.     Height = 142
  101.     TabOrder = 7
  102.   end
  103.   object Panel1: TPanel
  104.     Left = 4
  105.     Top = 140
  106.     Width = 92
  107.     Height = 81
  108.     BevelInner = bvLowered
  109.     TabOrder = 8
  110.     object Image1: TImage
  111.       Left = 2
  112.       Top = 2
  113.       Width = 88
  114.       Height = 77
  115.       Align = alClient
  116.     end
  117.   end
  118.   object Email1: TEmail
  119.     DownLoadFirst = False
  120.     NewSession = False
  121.     UnreadOnly = False
  122.     Left = 35
  123.     Top = 244
  124.   end
  125. end
  126.