home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 355
- Top = 248
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Properties'
- ClientHeight = 126
- ClientWidth = 361
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 161
- Height = 49
- Caption = 'Background Color'
- TabOrder = 0
- object Panel1: TPanel
- Left = 8
- Top = 16
- Width = 145
- Height = 25
- TabOrder = 0
- OnClick = Panel1Click
- end
- end
- object Font: TGroupBox
- Left = 176
- Top = 8
- Width = 177
- Height = 49
- Caption = 'Font'
- TabOrder = 1
- OnClick = FontClick
- object Label1: TLabel
- Left = 6
- Top = 16
- Width = 77
- Height = 13
- Caption = 'abcABC123$%^'
- OnClick = FontClick
- end
- end
- object CheckBox1: TCheckBox
- Left = 176
- Top = 72
- Width = 97
- Height = 17
- Caption = 'Always on top'
- TabOrder = 2
- end
- object Button1: TButton
- Left = 280
- Top = 64
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 280
- Top = 96
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 4
- OnClick = Button2Click
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 72
- Width = 161
- Height = 49
- Caption = 'Title'
- TabOrder = 5
- object Edit1: TEdit
- Left = 8
- Top = 16
- Width = 145
- Height = 21
- TabOrder = 0
- end
- end
- object Button3: TButton
- Left = 200
- Top = 96
- Width = 75
- Height = 25
- Caption = 'Set Default'
- TabOrder = 6
- OnClick = Button3Click
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Left = 352
- Top = 168
- end
- object FontDialog1: TFontDialog
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 288
- Top = 168
- end
- end
-