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

  1. object Masteropen: TMasteropen
  2.   Left = 138
  3.   Top = 154
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'SECK - Savegames ausw∩┐╜hlen'
  7.   ClientHeight = 258
  8.   ClientWidth = 363
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultSizeOnly
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 13
  18.     Top = 14
  19.     Width = 50
  20.     Height = 13
  21.     Caption = 'Laufwerk :'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 15
  25.     Top = 66
  26.     Width = 60
  27.     Height = 13
  28.     Caption = 'Verzeichnis :'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 207
  32.     Top = 65
  33.     Width = 57
  34.     Height = 13
  35.     Caption = 'Dateiname :'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 13
  39.     Top = 41
  40.     Width = 57
  41.     Height = 13
  42.     Caption = 'Dateiname :'
  43.   end
  44.   object FileListBox1: TFileListBox
  45.     Left = 207
  46.     Top = 89
  47.     Width = 145
  48.     Height = 120
  49.     FileEdit = Edit1
  50.     ItemHeight = 13
  51.     TabOrder = 3
  52.     OnDblClick = FileListBox1DblClick
  53.   end
  54.   object DirectoryListBox1: TDirectoryListBox
  55.     Left = 15
  56.     Top = 89
  57.     Width = 145
  58.     Height = 119
  59.     FileList = FileListBox1
  60.     ItemHeight = 16
  61.     TabOrder = 2
  62.     OnChange = DirectoryListBox1Change
  63.   end
  64.   object DriveComboBox1: TDriveComboBox
  65.     Left = 80
  66.     Top = 10
  67.     Width = 145
  68.     Height = 19
  69.     TabOrder = 1
  70.     OnChange = DriveComboBox1Change
  71.   end
  72.   object Button1: TButton
  73.     Left = 16
  74.     Top = 220
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'Ausw∩┐╜hlen'
  78.     TabOrder = 4
  79.     OnClick = Button1Click
  80.   end
  81.   object Button2: TButton
  82.     Left = 179
  83.     Top = 220
  84.     Width = 75
  85.     Height = 25
  86.     Caption = 'OK'
  87.     TabOrder = 5
  88.     OnClick = Button2Click
  89.   end
  90.   object Button3: TButton
  91.     Left = 97
  92.     Top = 220
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'Entfernen'
  96.     TabOrder = 6
  97.     OnClick = Button3Click
  98.   end
  99.   object Edit1: TEdit
  100.     Left = 80
  101.     Top = 36
  102.     Width = 269
  103.     Height = 21
  104.     TabOrder = 0
  105.     Text = '*.*'
  106.     OnExit = Edit1Exit
  107.     OnKeyPress = Edit1KeyPress
  108.   end
  109. end
  110.