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

  1. object Master_oeffnen: TMaster_oeffnen
  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.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 15
  16.     Top = 22
  17.     Width = 50
  18.     Height = 13
  19.     Caption = 'Laufwerk :'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 14
  23.     Top = 49
  24.     Width = 60
  25.     Height = 13
  26.     Caption = 'Verzeichnis :'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 206
  30.     Top = 48
  31.     Width = 57
  32.     Height = 13
  33.     Caption = 'Dateiname :'
  34.   end
  35.   object FileListBox1: TFileListBox
  36.     Left = 206
  37.     Top = 72
  38.     Width = 145
  39.     Height = 120
  40.     ItemHeight = 13
  41.     TabOrder = 0
  42.     OnDblClick = FileListBox1DblClick
  43.   end
  44.   object DirectoryListBox1: TDirectoryListBox
  45.     Left = 14
  46.     Top = 72
  47.     Width = 145
  48.     Height = 119
  49.     FileList = FileListBox1
  50.     ItemHeight = 16
  51.     TabOrder = 1
  52.     OnChange = DirectoryListBox1Change
  53.   end
  54.   object DriveComboBox1: TDriveComboBox
  55.     Left = 82
  56.     Top = 18
  57.     Width = 145
  58.     Height = 19
  59.     TabOrder = 2
  60.     OnChange = DriveComboBox1Change
  61.   end
  62.   object Button1: TButton
  63.     Left = 15
  64.     Top = 203
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'Ausw∩┐╜hlen'
  68.     TabOrder = 3
  69.     OnClick = Button1Click
  70.   end
  71.   object Button2: TButton
  72.     Left = 178
  73.     Top = 202
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'OK'
  77.     TabOrder = 4
  78.     OnClick = Button2Click
  79.   end
  80.   object Button3: TButton
  81.     Left = 96
  82.     Top = 203
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'Entfernen'
  86.     TabOrder = 5
  87.     OnClick = Button3Click
  88.   end
  89. end
  90.