home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / Diverses / SECK / _SETUP.1 / Seck.exe / 0 / RCDATA / TMASTEROEFFNEN / TMASTEROEFFNEN.txt
Text File  |  1998-03-15  |  2KB  |  91 lines

  1. object Masteroeffnen: TMasteroeffnen
  2.   Left = 132
  3.   Top = 161
  4.   BorderStyle = bsDialog
  5.   Caption = 'SECK - Savegames ausw∩┐╜hlen'
  6.   ClientHeight = 243
  7.   ClientWidth = 363
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefaultSizeOnly
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 15
  17.     Top = 22
  18.     Width = 50
  19.     Height = 13
  20.     Caption = 'Laufwerk :'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 14
  24.     Top = 49
  25.     Width = 60
  26.     Height = 13
  27.     Caption = 'Verzeichnis :'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 206
  31.     Top = 48
  32.     Width = 57
  33.     Height = 13
  34.     Caption = 'Dateiname :'
  35.   end
  36.   object FileListBox1: TFileListBox
  37.     Left = 206
  38.     Top = 72
  39.     Width = 145
  40.     Height = 120
  41.     ItemHeight = 13
  42.     TabOrder = 0
  43.     OnDblClick = FileListBox1DblClick
  44.   end
  45.   object DirectoryListBox1: TDirectoryListBox
  46.     Left = 14
  47.     Top = 72
  48.     Width = 145
  49.     Height = 119
  50.     FileList = FileListBox1
  51.     ItemHeight = 16
  52.     TabOrder = 1
  53.     OnChange = DirectoryListBox1Change
  54.   end
  55.   object DriveComboBox1: TDriveComboBox
  56.     Left = 82
  57.     Top = 18
  58.     Width = 145
  59.     Height = 19
  60.     TabOrder = 2
  61.     OnChange = DriveComboBox1Change
  62.   end
  63.   object Button1: TButton
  64.     Left = 15
  65.     Top = 203
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'Ausw∩┐╜hlen'
  69.     TabOrder = 3
  70.     OnClick = Button1Click
  71.   end
  72.   object Button2: TButton
  73.     Left = 178
  74.     Top = 202
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'OK'
  78.     TabOrder = 4
  79.     OnClick = Button2Click
  80.   end
  81.   object Button3: TButton
  82.     Left = 96
  83.     Top = 203
  84.     Width = 75
  85.     Height = 25
  86.     Caption = 'Entfernen'
  87.     TabOrder = 5
  88.     OnClick = Button3Click
  89.   end
  90. end
  91.