home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / n2p.xpi / net2phone / Net2fone.exe / 0 / RCDATA / TMAILFORM / TMAILFORM.txt
Encoding:
Text File  |  2001-06-19  |  2.3 KB  |  141 lines

  1. object MailForm: TMailForm
  2.   Left = 299
  3.   Top = 118
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'MailForm'
  7.   ClientHeight = 245
  8.   ClientWidth = 352
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   ShowHint = True
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object mTolabel: TLabel
  18.     Left = 43
  19.     Top = 43
  20.     Width = 16
  21.     Height = 13
  22.     Caption = 'To:'
  23.   end
  24.   object mCCLabel: TLabel
  25.     Left = 43
  26.     Top = 78
  27.     Width = 16
  28.     Height = 13
  29.     Caption = 'Cc:'
  30.   end
  31.   object mBccLabel: TLabel
  32.     Left = 37
  33.     Top = 113
  34.     Width = 22
  35.     Height = 13
  36.     Caption = 'Bcc:'
  37.   end
  38.   object mSubjectLabel: TLabel
  39.     Left = 20
  40.     Top = 148
  41.     Width = 39
  42.     Height = 13
  43.     Caption = 'Subject:'
  44.   end
  45.   object mFromLabel: TLabel
  46.     Left = 32
  47.     Top = 8
  48.     Width = 26
  49.     Height = 13
  50.     Caption = 'From:'
  51.   end
  52.   object mFrom: TLabel
  53.     Left = 72
  54.     Top = 8
  55.     Width = 28
  56.     Height = 13
  57.     Caption = 'Name'
  58.   end
  59.   object LPages: TLabel
  60.     Left = 264
  61.     Top = 184
  62.     Width = 33
  63.     Height = 13
  64.     Caption = 'Pages:'
  65.   end
  66.   object mTo: TEdit
  67.     Left = 72
  68.     Top = 40
  69.     Width = 273
  70.     Height = 21
  71.     TabOrder = 0
  72.     Text = 'mTo'
  73.     OnChange = mToChange
  74.   end
  75.   object mSubject: TEdit
  76.     Left = 72
  77.     Top = 144
  78.     Width = 273
  79.     Height = 21
  80.     TabOrder = 3
  81.     Text = 'mSubject'
  82.     OnChange = mToChange
  83.   end
  84.   object mCC: TEdit
  85.     Left = 72
  86.     Top = 75
  87.     Width = 273
  88.     Height = 21
  89.     TabOrder = 1
  90.     Text = 'mCc'
  91.     OnChange = mCCChange
  92.   end
  93.   object mBCC: TEdit
  94.     Left = 72
  95.     Top = 109
  96.     Width = 273
  97.     Height = 21
  98.     TabOrder = 2
  99.     Text = 'mBCC'
  100.     OnChange = mBCCChange
  101.   end
  102.   object bOk: TButton
  103.     Left = 176
  104.     Top = 212
  105.     Width = 75
  106.     Height = 25
  107.     Caption = 'Ok'
  108.     TabOrder = 4
  109.     OnClick = bOkClick
  110.   end
  111.   object bCancel: TButton
  112.     Left = 272
  113.     Top = 212
  114.     Width = 75
  115.     Height = 25
  116.     Caption = 'Cancel'
  117.     ModalResult = 2
  118.     TabOrder = 5
  119.   end
  120.   object bChange: TButton
  121.     Left = 8
  122.     Top = 212
  123.     Width = 75
  124.     Height = 25
  125.     Caption = 'Change'
  126.     TabOrder = 6
  127.     OnClick = bChangeClick
  128.   end
  129.   object mCoverSheet: TCheckBox
  130.     Left = 8
  131.     Top = 184
  132.     Width = 241
  133.     Height = 17
  134.     Caption = 'Include Cover Sheet'
  135.     Checked = True
  136.     State = cbChecked
  137.     TabOrder = 7
  138.     OnClick = mCoverSheetClick
  139.   end
  140. end
  141.