home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 213
- Top = 218
- BorderStyle = bsDialog
- Caption = 'Attributes'
- ClientHeight = 63
- ClientWidth = 185
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object SpeedButton1: TSpeedButton
- Left = 0
- Top = 40
- Width = 89
- Height = 22
- Caption = 'Foreground'
- OnClick = SpeedButton1Click
- end
- object SpeedButton2: TSpeedButton
- Left = 96
- Top = 40
- Width = 89
- Height = 22
- Caption = 'Background'
- OnClick = SpeedButton2Click
- end
- object CheckBox1: TCheckBox
- Left = 0
- Top = 0
- Width = 89
- Height = 17
- Caption = 'Bold'
- TabOrder = 0
- end
- object CheckBox2: TCheckBox
- Left = 0
- Top = 16
- Width = 89
- Height = 17
- Caption = 'Italic'
- TabOrder = 1
- end
- object CheckBox3: TCheckBox
- Left = 96
- Top = 0
- Width = 89
- Height = 17
- Caption = 'Underline'
- TabOrder = 2
- end
- object CheckBox4: TCheckBox
- Left = 96
- Top = 16
- Width = 89
- Height = 17
- Caption = 'StrikeOut'
- TabOrder = 3
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Left = 72
- end
- end
-