home *** CD-ROM | disk | FTP | other *** search
- object radio: Tradio
- Left = 67
- Top = 51
- Hint = 'Param�tre Name'
- ActiveControl = OKBtn
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Bouton radio'
- ClientHeight = 110
- ClientWidth = 305
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- OldCreateOrder = True
- Position = poScreenCenter
- ShowHint = True
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object jk: TBevel
- Left = 8
- Top = 8
- Width = 201
- Height = 97
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 24
- Top = 24
- Width = 25
- Height = 13
- Caption = 'Nom:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 24
- Top = 56
- Width = 33
- Height = 13
- Caption = 'Valeur:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object OKBtn: TBitBtn
- Left = 220
- Top = 8
- Width = 77
- Height = 27
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 220
- Top = 40
- Width = 77
- Height = 27
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Edit1: TEdit
- Left = 72
- Top = 16
- Width = 121
- Height = 21
- Hint = 'Nom du composant'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 72
- Top = 48
- Width = 121
- Height = 21
- Hint = 'Ce qui s'#39'affiche � c�t� du bouton'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object CheckBox1: TCheckBox
- Left = 72
- Top = 80
- Width = 97
- Height = 17
- Hint = 'S�lectionn�e dans le formulaire si coch�e ici'
- Caption = 'Coch�e'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object RadioButton1: TRadioButton
- Left = 224
- Top = 80
- Width = 57
- Height = 17
- Caption = 'Radio'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- end
- end
-