home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / DELPHIX.ZIP / Samples / d3drm / SelectDriver / Config.dfm / Config.txt
Encoding:
Text File  |  1998-10-06  |  2.5 KB  |  141 lines

  1. object ConfigForm: TConfigForm
  2.   Left = 272
  3.   Top = 191
  4.   BorderStyle = bsDialog
  5.   Caption = 'Config'
  6.   ClientHeight = 238
  7.   ClientWidth = 361
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 34
  20.     Width = 345
  21.     Height = 167
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 96
  27.     Width = 69
  28.     Height = 12
  29.     Caption = 'Display mode'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 24
  33.     Top = 48
  34.     Width = 73
  35.     Height = 12
  36.     Caption = 'Display Driver'
  37.   end
  38.   object Bevel2: TBevel
  39.     Left = 168
  40.     Top = 144
  41.     Width = 2
  42.     Height = 49
  43.   end
  44.   object AutomaticButton: TRadioButton
  45.     Left = 16
  46.     Top = 8
  47.     Width = 73
  48.     Height = 17
  49.     Caption = 'Automatic'
  50.     Checked = True
  51.     TabOrder = 0
  52.     TabStop = True
  53.   end
  54.   object ManualButton: TRadioButton
  55.     Left = 16
  56.     Top = 24
  57.     Width = 65
  58.     Height = 25
  59.     Caption = 'Manual'
  60.     TabOrder = 1
  61.   end
  62.   object DriverBox: TComboBox
  63.     Left = 24
  64.     Top = 64
  65.     Width = 313
  66.     Height = 20
  67.     Style = csDropDownList
  68.     ItemHeight = 12
  69.     TabOrder = 2
  70.     OnClick = DriverBoxClick
  71.   end
  72.   object DisplayModeBox: TComboBox
  73.     Left = 24
  74.     Top = 112
  75.     Width = 313
  76.     Height = 20
  77.     Style = csDropDownList
  78.     ItemHeight = 12
  79.     TabOrder = 3
  80.     OnClick = DisplayModeBoxClick
  81.   end
  82.   object HardwareCheckBox: TCheckBox
  83.     Left = 176
  84.     Top = 144
  85.     Width = 97
  86.     Height = 17
  87.     Caption = 'Hardware'
  88.     State = cbChecked
  89.     TabOrder = 4
  90.     OnClick = DriverBoxClick
  91.   end
  92.   object RGBCheckBox: TCheckBox
  93.     Left = 176
  94.     Top = 160
  95.     Width = 97
  96.     Height = 17
  97.     Caption = 'RGB'
  98.     State = cbChecked
  99.     TabOrder = 5
  100.     OnClick = DriverBoxClick
  101.   end
  102.   object MonoCheckBox: TCheckBox
  103.     Left = 176
  104.     Top = 176
  105.     Width = 97
  106.     Height = 17
  107.     Caption = 'MONO'
  108.     TabOrder = 6
  109.     OnClick = DriverBoxClick
  110.   end
  111.   object Button1: TButton
  112.     Left = 192
  113.     Top = 208
  114.     Width = 75
  115.     Height = 25
  116.     Caption = 'OK'
  117.     Default = True
  118.     TabOrder = 7
  119.     OnClick = Button1Click
  120.   end
  121.   object Button2: TButton
  122.     Left = 272
  123.     Top = 208
  124.     Width = 75
  125.     Height = 25
  126.     Cancel = True
  127.     Caption = 'Cancel'
  128.     TabOrder = 8
  129.     OnClick = Button2Click
  130.   end
  131.   object FullScreenButton: TCheckBox
  132.     Left = 24
  133.     Top = 144
  134.     Width = 97
  135.     Height = 17
  136.     Caption = 'FullScreen'
  137.     TabOrder = 9
  138.     OnClick = DriverBoxClick
  139.   end
  140. end
  141.