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

  1. object SMTPImage: TSMTPImage
  2.   Left = 184
  3.   Top = 158
  4.   ActiveControl = eTo
  5.   BorderStyle = bsDialog
  6.   Caption = '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.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 53
  22.     Top = 84
  23.     Width = 36
  24.     Height = 13
  25.     Caption = 'Subject'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 46
  29.     Top = 111
  30.     Width = 43
  31.     Height = 13
  32.     Caption = 'Message'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 76
  36.     Top = 25
  37.     Width = 13
  38.     Height = 13
  39.     Caption = 'To'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 75
  43.     Top = 55
  44.     Width = 14
  45.     Height = 13
  46.     Caption = 'CC'
  47.   end
  48.   object Button1: TButton
  49.     Left = 136
  50.     Top = 263
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Send'
  54.     ModalResult = 1
  55.     TabOrder = 0
  56.   end
  57.   object Button2: TButton
  58.     Left = 220
  59.     Top = 263
  60.     Width = 75
  61.     Height = 25
  62.     Cancel = True
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 1
  66.   end
  67.   object eTo: TEdit
  68.     Left = 100
  69.     Top = 21
  70.     Width = 322
  71.     Height = 21
  72.     TabOrder = 2
  73.     OnExit = eToExit
  74.   end
  75.   object eCC: TEdit
  76.     Left = 100
  77.     Top = 51
  78.     Width = 322
  79.     Height = 21
  80.     TabOrder = 3
  81.     OnExit = eCCExit
  82.   end
  83.   object eSubject: TEdit
  84.     Left = 100
  85.     Top = 80
  86.     Width = 322
  87.     Height = 21
  88.     TabOrder = 4
  89.   end
  90.   object Memo1: TMemo
  91.     Left = 100
  92.     Top = 109
  93.     Width = 322
  94.     Height = 142
  95.     TabOrder = 5
  96.   end
  97.   object Panel1: TPanel
  98.     Left = 4
  99.     Top = 140
  100.     Width = 92
  101.     Height = 81
  102.     BevelInner = bvLowered
  103.     Caption = 'Panel1'
  104.     TabOrder = 6
  105.     object Image1: TImage
  106.       Left = 2
  107.       Top = 2
  108.       Width = 88
  109.       Height = 77
  110.       Align = alClient
  111.     end
  112.   end
  113. end
  114.