home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #9 / K-CD_2001-09.iso / Tools / InterCent / _setup.1 / Intercent99.exe / 0 / RCDATA / TFRMMESSAGE / TFRMMESSAGE.txt
Text File  |  1999-06-01  |  2KB  |  113 lines

  1. object FrmMessage: TFrmMessage
  2.   Left = 206
  3.   Top = 95
  4.   HelpContext = 9110
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Intercent bericht'
  8.   ClientHeight = 289
  9.   ClientWidth = 361
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BtnOk: TBitBtn
  21.     Left = 164
  22.     Top = 256
  23.     Width = 90
  24.     Height = 25
  25.     HelpContext = 9112
  26.     Caption = 'Op&halen'
  27.     Default = True
  28.     TabOrder = 1
  29.     OnClick = BtnOkClick
  30.     NumGlyphs = 2
  31.   end
  32.   object BtnCancel: TBitBtn
  33.     Left = 64
  34.     Top = 256
  35.     Width = 90
  36.     Height = 25
  37.     HelpContext = 9910
  38.     Cancel = True
  39.     Caption = '&Sluiten'
  40.     TabOrder = 0
  41.     OnClick = BtnCancelClick
  42.     NumGlyphs = 2
  43.   end
  44.   object BtnSave: TBitBtn
  45.     Left = 264
  46.     Top = 256
  47.     Width = 90
  48.     Height = 25
  49.     HelpContext = 9111
  50.     Cancel = True
  51.     Caption = '&Opslaan'
  52.     TabOrder = 2
  53.     OnClick = BtnSaveClick
  54.     NumGlyphs = 2
  55.   end
  56.   object Red: TRichEdit
  57.     Left = 8
  58.     Top = 8
  59.     Width = 345
  60.     Height = 233
  61.     HelpContext = 9110
  62.     Color = clNavy
  63.     Font.Color = clWhite
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     PlainText = True
  69.     ReadOnly = True
  70.     ScrollBars = ssVertical
  71.     TabOrder = 3
  72.     WordWrap = False
  73.   end
  74.   object RedPreview: TRichEdit
  75.     Left = 8
  76.     Top = 80
  77.     Width = 345
  78.     Height = 89
  79.     Lines.Strings = (
  80.       'RedPreview')
  81.     PlainText = True
  82.     TabOrder = 4
  83.     Visible = False
  84.   end
  85.   object PanStatus: TPanel
  86.     Left = 10
  87.     Top = 208
  88.     Width = 343
  89.     Height = 33
  90.     HelpContext = 9110
  91.     BevelOuter = bvLowered
  92.     Caption = 'Controleren op nieuwe berichten...'
  93.     TabOrder = 5
  94.     Visible = False
  95.   end
  96.   object DlgSave: TSaveDialog
  97.     DefaultExt = '*.txt'
  98.     FileEditStyle = fsEdit
  99.     Filter = 'Tekstbestanden|*.txt'
  100.     Options = [ofHideReadOnly]
  101.     Title = 'Bericht opslaan als...'
  102.     Left = 32
  103.     Top = 232
  104.   end
  105.   object Web: T_HTTP
  106.     URL = 'http://www.xs4all.nl/~finiware/intercent.msg'
  107.     NoCache = True
  108.     ContentTypePost = 'application/x-www-form-urlencoded'
  109.     Left = 32
  110.     Top = 256
  111.   end
  112. end
  113.