home *** CD-ROM | disk | FTP | other *** search
- object CompForm: TCompForm
- Left = 126
- Top = 94
- Width = 328
- Height = 198
- Caption = 'CompForm'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- object BitBtn1: TBitBtn
- Left = 24
- Top = 104
- Width = 89
- Height = 33
- TabOrder = 0
- OnClick = BitBtn1Click
- Kind = bkCancel
- end
- object BitBtn2: TBitBtn
- Left = 200
- Top = 104
- Width = 89
- Height = 33
- TabOrder = 1
- OnClick = BitBtn2Click
- Kind = bkOK
- end
- object Panel1: TPanel
- Left = 64
- Top = 16
- Width = 185
- Height = 73
- Caption = 'Panel1'
- TabOrder = 2
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 153
- Height = 55
- AutoSize = False
- Caption = 'Label1'
- Font.Color = clBlack
- Font.Height = -48
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- end
- end
-