home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / nastroje / SENDMAIL.ZIP / sendmail.exe / RCDATA / TFRMSWITCHHELP / TFRMSWITCHHELP.txt
Text File  |  2002-07-15  |  948b  |  47 lines

  1. object frmSwitchHelp: TfrmSwitchHelp
  2.   Left = 236
  3.   Top = 155
  4.   Width = 625
  5.   Height = 489
  6.   Caption = 'Liste der registrierten Schalter'
  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.   OldCreateOrder = False
  14.   DesignSize = (
  15.     617
  16.     462)
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object mlRegistredSwitches: TMemo
  20.     Left = 8
  21.     Top = 22
  22.     Width = 600
  23.     Height = 391
  24.     Anchors = [akLeft, akTop, akRight, akBottom]
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -9
  28.     Font.Name = 'Small Fonts'
  29.     Font.Style = []
  30.     Lines.Strings = (
  31.       '')
  32.     ParentFont = False
  33.     ReadOnly = True
  34.     ScrollBars = ssVertical
  35.     TabOrder = 0
  36.   end
  37.   object pbOk: TBitBtn
  38.     Left = 535
  39.     Top = 426
  40.     Width = 75
  41.     Height = 25
  42.     Anchors = [akRight, akBottom]
  43.     TabOrder = 1
  44.     Kind = bkOK
  45.   end
  46. end
  47.