home *** CD-ROM | disk | FTP | other *** search
- object ConfigForm: TConfigForm
- Left = 272
- Top = 191
- BorderStyle = bsDialog
- Caption = 'Config'
- ClientHeight = 238
- ClientWidth = 361
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 34
- Width = 345
- Height = 167
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 24
- Top = 96
- Width = 69
- Height = 12
- Caption = 'Display mode'
- end
- object Label2: TLabel
- Left = 24
- Top = 48
- Width = 73
- Height = 12
- Caption = 'Display Driver'
- end
- object Bevel2: TBevel
- Left = 168
- Top = 144
- Width = 2
- Height = 49
- end
- object AutomaticButton: TRadioButton
- Left = 16
- Top = 8
- Width = 73
- Height = 17
- Caption = 'Automatic'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object ManualButton: TRadioButton
- Left = 16
- Top = 24
- Width = 65
- Height = 25
- Caption = 'Manual'
- TabOrder = 1
- end
- object DriverBox: TComboBox
- Left = 24
- Top = 64
- Width = 313
- Height = 20
- Style = csDropDownList
- ItemHeight = 12
- TabOrder = 2
- OnClick = DriverBoxClick
- end
- object DisplayModeBox: TComboBox
- Left = 24
- Top = 112
- Width = 313
- Height = 20
- Style = csDropDownList
- ItemHeight = 12
- TabOrder = 3
- OnClick = DisplayModeBoxClick
- end
- object HardwareCheckBox: TCheckBox
- Left = 176
- Top = 144
- Width = 97
- Height = 17
- Caption = 'Hardware'
- State = cbChecked
- TabOrder = 4
- OnClick = DriverBoxClick
- end
- object RGBCheckBox: TCheckBox
- Left = 176
- Top = 160
- Width = 97
- Height = 17
- Caption = 'RGB'
- State = cbChecked
- TabOrder = 5
- OnClick = DriverBoxClick
- end
- object MonoCheckBox: TCheckBox
- Left = 176
- Top = 176
- Width = 97
- Height = 17
- Caption = 'MONO'
- TabOrder = 6
- OnClick = DriverBoxClick
- end
- object Button1: TButton
- Left = 192
- Top = 208
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 7
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 272
- Top = 208
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 8
- OnClick = Button2Click
- end
- object FullScreenButton: TCheckBox
- Left = 24
- Top = 144
- Width = 97
- Height = 17
- Caption = 'FullScreen'
- TabOrder = 9
- OnClick = DriverBoxClick
- end
- end
-