home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Edukacja / WinPertbl / Pertbl.exe / 0 / RCDATA / TOPTIONS / TOPTIONS.txt
Encoding:
Text File  |  1999-06-15  |  1.9 KB  |  101 lines

  1. object Options: TOptions
  2.   Left = 192
  3.   Top = 107
  4.   Width = 357
  5.   Height = 332
  6.   Caption = 'Options'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 241
  21.     Height = 281
  22.     Caption = 'Display:'
  23.     TabOrder = 0
  24.     object ComboBox1: TComboBox
  25.       Left = 16
  26.       Top = 24
  27.       Width = 209
  28.       Height = 21
  29.       ItemHeight = 13
  30.       Items.Strings = (
  31.         'Simplified dialog'
  32.         'Normal dialog')
  33.       TabOrder = 0
  34.     end
  35.     object ListBox1: TListBox
  36.       Left = 16
  37.       Top = 56
  38.       Width = 209
  39.       Height = 129
  40.       ItemHeight = 13
  41.       TabOrder = 1
  42.     end
  43.     object MoveUpButton: TButton
  44.       Left = 32
  45.       Top = 200
  46.       Width = 75
  47.       Height = 25
  48.       Caption = 'Move Up'
  49.       TabOrder = 2
  50.       OnClick = MoveUpButtonClick
  51.     end
  52.     object MoveDownButton: TButton
  53.       Left = 136
  54.       Top = 200
  55.       Width = 75
  56.       Height = 25
  57.       Caption = 'Move Down'
  58.       TabOrder = 3
  59.       OnClick = MoveDownButtonClick
  60.     end
  61.     object DefaultButton: TButton
  62.       Left = 32
  63.       Top = 240
  64.       Width = 75
  65.       Height = 25
  66.       Caption = 'Default'
  67.       TabOrder = 4
  68.       OnClick = DefaultButtonClick
  69.     end
  70.     object UndoButton: TButton
  71.       Left = 136
  72.       Top = 240
  73.       Width = 75
  74.       Height = 25
  75.       Caption = 'Undo'
  76.       TabOrder = 5
  77.       OnClick = UndoButtonClick
  78.     end
  79.   end
  80.   object OKButton: TButton
  81.     Left = 264
  82.     Top = 16
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'OK'
  86.     Default = True
  87.     ModalResult = 1
  88.     TabOrder = 1
  89.     OnClick = OKButtonClick
  90.   end
  91.   object CancelButton: TButton
  92.     Left = 264
  93.     Top = 56
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'Cancel'
  97.     ModalResult = 2
  98.     TabOrder = 2
  99.   end
  100. end
  101.