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 = {
- 0000010001002020100000000000E80200001600000028000000200000004000
- 0000010004000000000000020000000000000000000000000000000000000000
- 0000000080000080000000808000800000008000800080800000C0C0C0008080
- 80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
- 00000000000000000000000000000ECECC0FFFFFFFFF880000CCCC0C0FF00EEC
- CCC08FFFF00000CCCCCCCC0C08800CCCCCC00FFF00CEECEECCCCC00C0F800CEC
- ECCC088FF00CCECECCCCC0000F800EECCC000F8FF8000EECCCCCC0C088800CC0
- 00CE0F8FFFF00CCECCCCC0C0FFF00C0EEC00088FFFF800EECECC0000F88000CE
- 000FFFFFFFF8F0CCECCC0C0888F00E000FFFF8888FF8FF0CCECC000FFFF0000F
- FF8888FF8FF888800CEC008FF880088FFF8FFFFF8FFFFFFF00C0008888F00000
- 0F8FF8888FFFF88880000FFFFFF00440000888FFFFFFF8FFFF000FFF88800C5C
- 0000FFF8888FF8FF88FFFFFF8FF00CC5C5500888FF8FF8888FFFFFFF8FF00CCC
- 5C450FFFFF8FFFFFFF8888FF88800CCCC5C440F8888FFFF8888FF8FFFFF00CCC
- CCCC5088FFFFFFF8FFFFF8FFFFF00CCCCCC5C0FFF8888FF8FF00000FF8800CCC
- CCCC408888FF8FF8804C445088800CECCCCCC08FFFFF8FFF0CC5C5C409500ECE
- CCCC0F8FF8888FFF0CCCCC5405900EECECCC0F8888FFFFF80CCCCCC505500EEE
- CCC0FFFFFFFFFFF80CECCCCC05500CCCC008FFFFFFFFF8850CCEECCC05500000
- 0888FFFFF888895950CECEC055500FFFFFFFFF88889595959500000595500FFF
- F888889999599955595555555550088885959595959555559595959555500999
- 9999595559595555555555555550000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000}
- 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
-