home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / chip_08_2000.iso / software / astro / starcalc / STARCALC.EXE / 0 / RCDATA / TMODESELECT / TMODESELECT.txt
Text File  |  2000-05-28  |  1KB  |  63 lines

  1. object ModeSelect: TModeSelect
  2.   Left = 193
  3.   Top = 236
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 124
  6.   ClientWidth = 233
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object SelModeOk: TButton
  15.     Left = 72
  16.     Top = 96
  17.     Width = 89
  18.     Height = 22
  19.     Caption = '&Ok'
  20.     ModalResult = 1
  21.     TabOrder = 0
  22.   end
  23.   object GroupBox1: TGroupBox
  24.     Left = 8
  25.     Top = 8
  26.     Width = 217
  27.     Height = 81
  28.     Caption = ' Select view modes: '
  29.     Font.Color = clNavy
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     TabOrder = 1
  35.     object QuickViewCB: TCheckBox
  36.       Left = 64
  37.       Top = 24
  38.       Width = 89
  39.       Height = 17
  40.       Caption = 'Quick view'
  41.       Font.Color = clBlack
  42.       Font.Height = -11
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = []
  45.       ParentFont = False
  46.       TabOrder = 0
  47.     end
  48.     object DetailedViewCB: TCheckBox
  49.       Left = 64
  50.       Top = 48
  51.       Width = 97
  52.       Height = 17
  53.       Caption = 'Detailed view'
  54.       Font.Color = clBlack
  55.       Font.Height = -11
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = []
  58.       ParentFont = False
  59.       TabOrder = 1
  60.     end
  61.   end
  62. end
  63.