home *** CD-ROM | disk | FTP | other *** search
- object VrPaletteDlg: TVrPaletteDlg
- Left = 192
- Top = 107
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'VrPalette Editor'
- ClientHeight = 199
- ClientWidth = 376
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object OkButton: TButton
- Left = 216
- Top = 168
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- OnClick = OkButtonClick
- end
- object CancelButton: TButton
- Left = 296
- Top = 168
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- object GroupBox1: TGroupBox
- Left = 4
- Top = 4
- Width = 365
- Height = 157
- Caption = 'Default Palettes'
- TabOrder = 2
- object Shape1: TShape
- Left = 88
- Top = 28
- Width = 37
- Height = 21
- Brush.Color = clGreen
- end
- object Shape2: TShape
- Left = 132
- Top = 28
- Width = 37
- Height = 21
- Brush.Color = clLime
- end
- object Shape3: TShape
- Left = 88
- Top = 56
- Width = 37
- Height = 21
- Brush.Color = clMaroon
- end
- object Shape4: TShape
- Left = 132
- Top = 56
- Width = 37
- Height = 21
- Brush.Color = clRed
- end
- object Shape5: TShape
- Left = 88
- Top = 84
- Width = 37
- Height = 21
- Brush.Color = clNavy
- end
- object Shape6: TShape
- Left = 132
- Top = 84
- Width = 37
- Height = 21
- Brush.Color = clBlue
- end
- object Shape7: TShape
- Left = 268
- Top = 28
- Width = 37
- Height = 21
- Brush.Color = clTeal
- end
- object Shape8: TShape
- Left = 312
- Top = 28
- Width = 37
- Height = 21
- Brush.Color = clAqua
- end
- object Shape9: TShape
- Left = 268
- Top = 56
- Width = 37
- Height = 21
- Brush.Color = clPurple
- end
- object Shape10: TShape
- Left = 312
- Top = 56
- Width = 37
- Height = 21
- Brush.Color = clFuchsia
- end
- object Shape11: TShape
- Left = 268
- Top = 84
- Width = 37
- Height = 21
- Brush.Color = clOlive
- end
- object Shape12: TShape
- Left = 312
- Top = 84
- Width = 37
- Height = 21
- Brush.Color = clYellow
- end
- object Label7: TLabel
- Left = 12
- Top = 126
- Width = 20
- Height = 13
- Caption = 'Low'
- end
- object Shape13: TShape
- Left = 60
- Top = 122
- Width = 37
- Height = 21
- Brush.Color = clGreen
- end
- object Label8: TLabel
- Left = 140
- Top = 126
- Width = 22
- Height = 13
- Caption = 'High'
- end
- object Shape14: TShape
- Left = 188
- Top = 122
- Width = 37
- Height = 21
- Brush.Color = clLime
- end
- object RadioButton1: TRadioButton
- Tag = 1
- Left = 12
- Top = 32
- Width = 65
- Height = 17
- Caption = 'Green'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = RadioButton1Click
- end
- object Button3: TButton
- Left = 276
- Top = 120
- Width = 81
- Height = 25
- Caption = 'Apply'
- TabOrder = 1
- OnClick = Button3Click
- end
- object RadioButton2: TRadioButton
- Tag = 2
- Left = 12
- Top = 60
- Width = 65
- Height = 17
- Caption = 'Red'
- TabOrder = 2
- OnClick = RadioButton1Click
- end
- object RadioButton3: TRadioButton
- Tag = 3
- Left = 12
- Top = 88
- Width = 65
- Height = 17
- Caption = 'Blue'
- TabOrder = 3
- OnClick = RadioButton1Click
- end
- object RadioButton4: TRadioButton
- Tag = 4
- Left = 192
- Top = 32
- Width = 65
- Height = 17
- Caption = 'Cyan'
- TabOrder = 4
- OnClick = RadioButton1Click
- end
- object RadioButton5: TRadioButton
- Tag = 5
- Left = 192
- Top = 60
- Width = 65
- Height = 17
- Caption = 'Purple'
- TabOrder = 5
- OnClick = RadioButton1Click
- end
- object RadioButton6: TRadioButton
- Tag = 6
- Left = 192
- Top = 88
- Width = 65
- Height = 17
- Caption = 'Yellow'
- TabOrder = 6
- OnClick = RadioButton1Click
- end
- object Button4: TButton
- Left = 104
- Top = 120
- Width = 21
- Height = 25
- Caption = '...'
- TabOrder = 7
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 232
- Top = 120
- Width = 21
- Height = 25
- Caption = '...'
- TabOrder = 8
- OnClick = Button5Click
- end
- end
- object ColorDialog: TColorDialog
- Ctl3D = True
- Left = 332
- end
- end
-