home *** CD-ROM | disk | FTP | other *** search
- object Options: TOptions
- Left = 192
- Top = 107
- Width = 357
- Height = 332
- Caption = 'Options'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 241
- Height = 281
- Caption = 'Display:'
- TabOrder = 0
- object ComboBox1: TComboBox
- Left = 16
- Top = 24
- Width = 209
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'Simplified dialog'
- 'Normal dialog')
- TabOrder = 0
- end
- object ListBox1: TListBox
- Left = 16
- Top = 56
- Width = 209
- Height = 129
- ItemHeight = 13
- TabOrder = 1
- end
- object MoveUpButton: TButton
- Left = 32
- Top = 200
- Width = 75
- Height = 25
- Caption = 'Move Up'
- TabOrder = 2
- OnClick = MoveUpButtonClick
- end
- object MoveDownButton: TButton
- Left = 136
- Top = 200
- Width = 75
- Height = 25
- Caption = 'Move Down'
- TabOrder = 3
- OnClick = MoveDownButtonClick
- end
- object DefaultButton: TButton
- Left = 32
- Top = 240
- Width = 75
- Height = 25
- Caption = 'Default'
- TabOrder = 4
- OnClick = DefaultButtonClick
- end
- object UndoButton: TButton
- Left = 136
- Top = 240
- Width = 75
- Height = 25
- Caption = 'Undo'
- TabOrder = 5
- OnClick = UndoButtonClick
- end
- end
- object OKButton: TButton
- Left = 264
- Top = 16
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 264
- Top = 56
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-