home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / Start_95.exe / 0 / RCDATA / TDIRECTX / TDIRECTX.txt < prev   
Text File  |  1998-09-09  |  1KB  |  50 lines

  1. object DirectX: TDirectX
  2.   Left = 485
  3.   Top = 286
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'DirectX-Auswahl'
  7.   ClientHeight = 104
  8.   ClientWidth = 187
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 8
  21.     Top = 8
  22.     Width = 169
  23.     Height = 41
  24.     Caption = 'DirectX 6 / Windows 95'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnClick = Button1Click
  33.   end
  34.   object Button2: TButton
  35.     Left = 8
  36.     Top = 56
  37.     Width = 169
  38.     Height = 41
  39.     Caption = 'DirectX 6 / Windows 98'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     TabOrder = 1
  47.     OnClick = Button2Click
  48.   end
  49. end
  50.