home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 100
- Width = 386
- Height = 293
- ActiveControl = Button1
- Caption = 'Shape Demo Precursor'
- Color = clNavy
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- Scaled = False
- TextHeight = 16
- object Button1: TButton
- Left = 16
- Top = 112
- Width = 137
- Height = 38
- Caption = 'Create Shape'
- TabOrder = 0
- OnClick = Button1Click
- end
- object GroupBox1: TGroupBox
- Left = 216
- Top = 104
- Width = 142
- Height = 148
- Caption = 'GroupBox1'
- Color = clNavy
- ParentColor = False
- TabOrder = 1
- object CircleBtn: TRadioButton
- Left = 16
- Top = 40
- Width = 106
- Height = 20
- Caption = 'CircleBtn'
- Color = clNavy
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 0
- OnClick = CircleBtnClick
- end
- object RectBtn: TRadioButton
- Left = 16
- Top = 80
- Width = 114
- Height = 20
- Caption = 'Rectangle'
- Color = clNavy
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 1
- OnClick = RectBtnClick
- end
- object RoundRectBtn: TRadioButton
- Left = 16
- Top = 120
- Width = 122
- Height = 20
- Caption = 'RoundRect'
- Color = clNavy
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 2
- OnClick = RoundRectBtnClick
- end
- end
- object Button2: TButton
- Left = 16
- Top = 160
- Width = 137
- Height = 38
- Caption = 'Interior Color'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 16
- Top = 208
- Width = 137
- Height = 38
- Caption = 'Border Color'
- TabOrder = 3
- OnClick = Button3Click
- end
- object ColorDialog1: TColorDialog
- Left = 344
- Top = 8
- end
- end
-