home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 January / GSSH0104TT.iso / Programme / Seck / _SETUP.1 / Seck.exe / 0 / RCDATA / TEDEMENU2 / TEDEMENU2.txt
Text File  |  1998-03-15  |  1KB  |  48 lines

  1. object Edemenu2: TEdemenu2
  2.   Left = 236
  3.   Top = 168
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Komponenten plazieren'
  7.   ClientHeight = 137
  8.   ClientWidth = 234
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poDefaultSizeOnly
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ListBox1: TListBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 234
  21.     Height = 137
  22.     Align = alClient
  23.     Color = clGreen
  24.     DragMode = dmAutomatic
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ItemHeight = 13
  30.     Items.Strings = (
  31.       'Wertefeld                  ( Werte einf∩┐╜gen )'
  32.       'Werte - Schalter        ( An/Aus Optionen )'
  33.       'Text                          ( Text plazieren )'
  34.       'Multi-Schalter            ( Mehrere Adressen )'
  35.       'Form                          ( graphische Form )'
  36.       '(BMP) Grafik             ( Grafik einf∩┐╜gen )'
  37.       'OK-Schalter              ( Patchen starten )'
  38.       'Beenden-Schalter     ( Trainer beenden )'
  39.       'Auswahl-Schalter      ( Savegames ausw∩┐╜hlen )'
  40.       'Spezial                      ( Einstellungen )')
  41.     ParentFont = False
  42.     TabOrder = 0
  43.     OnClick = ListBox1Click
  44.     OnDblClick = ListBox1DblClick
  45.     OnStartDrag = ListBox1StartDrag
  46.   end
  47. end
  48.