home *** CD-ROM | disk | FTP | other *** search
- object lien: Tlien
- Left = 192
- Top = 107
- Width = 544
- Height = 204
- Caption = 'lien'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 433
- Height = 161
- Caption = 'Type'
- TabOrder = 0
- object RadioButton1: TRadioButton
- Left = 32
- Top = 32
- Width = 113
- Height = 17
- Caption = 'URL'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = RadioButton1Click
- end
- object RadioButton2: TRadioButton
- Left = 32
- Top = 64
- Width = 113
- Height = 17
- Caption = 'Mailto'
- TabOrder = 1
- OnClick = RadioButton2Click
- end
- object RadioButton3: TRadioButton
- Left = 32
- Top = 96
- Width = 113
- Height = 17
- Caption = 'Fichier'
- TabOrder = 2
- OnClick = RadioButton3Click
- end
- object RadioButton4: TRadioButton
- Left = 32
- Top = 128
- Width = 113
- Height = 17
- Caption = 'Lien hypertexte'
- TabOrder = 3
- OnClick = RadioButton4Click
- end
- object Edit1: TEdit
- Left = 152
- Top = 30
- Width = 265
- Height = 21
- TabOrder = 4
- end
- object Edit2: TEdit
- Left = 152
- Top = 62
- Width = 265
- Height = 21
- Enabled = False
- TabOrder = 5
- end
- object Edit3: TEdit
- Left = 152
- Top = 94
- Width = 185
- Height = 21
- Enabled = False
- TabOrder = 6
- end
- object Edit4: TEdit
- Left = 152
- Top = 126
- Width = 265
- Height = 21
- Enabled = False
- TabOrder = 7
- end
- object Button1: TButton
- Left = 344
- Top = 92
- Width = 75
- Height = 25
- Caption = 'Parcourir'
- Enabled = False
- TabOrder = 8
- OnClick = Button1Click
- end
- end
- object BitBtn1: TBitBtn
- Left = 456
- Top = 16
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 456
- Top = 48
- Width = 75
- Height = 25
- TabOrder = 2
- OnClick = BitBtn2Click
- Kind = bkHelp
- end
- object OpenDialog1: TOpenDialog
- Filter = 'Fichier HTML|*.htm;*.html'
- Left = 448
- Top = 104
- end
- end
-