home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Delphi.5 / Samples / sourceD5 / browutil.exe / BROWSER / MAILING.DFM / MAILING.txt < prev   
Encoding:
Text File  |  2000-01-02  |  1.9 KB  |  93 lines

  1. object FrmMailing: TFrmMailing
  2.   Left = 183
  3.   Top = 177
  4.   Width = 460
  5.   Height = 280
  6.   Caption = 'Editor'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Visible = True
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object RichEdit1: TRichEdit
  24.     Left = 0
  25.     Top = 0
  26.     Width = 452
  27.     Height = 253
  28.     Align = alClient
  29.     Lines.Strings = (
  30.       'RichEdit1')
  31.     PlainText = True
  32.     PopupMenu = PopupMenu1
  33.     TabOrder = 0
  34.   end
  35.   object PopupMenu1: TPopupMenu
  36.     Left = 192
  37.     Top = 48
  38.     object Print1: TMenuItem
  39.       Caption = 'Print'
  40.       OnClick = Print1Click
  41.     end
  42.     object FindText1: TMenuItem
  43.       Caption = 'Find Text'
  44.       OnClick = FindText1Click
  45.     end
  46.     object N1: TMenuItem
  47.       Caption = '-'
  48.     end
  49.     object Upper1: TMenuItem
  50.       Caption = 'Upper'
  51.       OnClick = Upper1Click
  52.     end
  53.     object Lower1: TMenuItem
  54.       Caption = 'Lower'
  55.     end
  56.     object UpperLower1: TMenuItem
  57.       Caption = 'Upper-Lower'
  58.     end
  59.     object N2: TMenuItem
  60.       Caption = '-'
  61.     end
  62.     object Font1: TMenuItem
  63.       Caption = '&Font'
  64.       OnClick = Font1Click
  65.     end
  66.   end
  67.   object FindDialog1: TFindDialog
  68.     OnFind = FindDialog1Find
  69.     Left = 200
  70.     Top = 176
  71.   end
  72.   object SaveDialog1: TSaveDialog
  73.     DefaultExt = 'TXT'
  74.     Filter = 'Text Doctument (*.txt)|*.txt|All Files (*.*)|*.*'
  75.     Title = 'Save As File'
  76.     Left = 336
  77.     Top = 96
  78.   end
  79.   object FontDialog1: TFontDialog
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clWindowText
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     MinFontSize = 0
  86.     MaxFontSize = 0
  87.     Options = [fdEffects, fdApplyButton]
  88.     OnApply = FontDialog1Apply
  89.     Left = 56
  90.     Top = 96
  91.   end
  92. end
  93.