home *** CD-ROM | disk | FTP | other *** search
/ Freelog 34 / Freelog034.iso / Bas / Internet / Netedit / _SETUP.1 / netedit.exe / 0 / RCDATA / TRADIO / TRADIO.txt
Encoding:
Text File  |  2002-01-17  |  3.1 KB  |  151 lines

  1. object radio: Tradio
  2.   Left = 67
  3.   Top = 51
  4.   Hint = 'Param∩┐╜tre Name'
  5.   ActiveControl = OKBtn
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Bouton radio'
  9.   ClientHeight = 110
  10.   ClientWidth = 305
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clBlack
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = [fsBold]
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   ShowHint = True
  20.   OnActivate = FormActivate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object jk: TBevel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 201
  27.     Height = 97
  28.     Shape = bsFrame
  29.     IsControl = True
  30.   end
  31.   object Label1: TLabel
  32.     Left = 24
  33.     Top = 24
  34.     Width = 25
  35.     Height = 13
  36.     Caption = 'Nom:'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object Label2: TLabel
  45.     Left = 24
  46.     Top = 56
  47.     Width = 33
  48.     Height = 13
  49.     Caption = 'Valeur:'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57.   object OKBtn: TBitBtn
  58.     Left = 220
  59.     Top = 8
  60.     Width = 77
  61.     Height = 27
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clBlack
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     TabOrder = 3
  69.     OnClick = OKBtnClick
  70.     Kind = bkOK
  71.     Margin = 2
  72.     Spacing = -1
  73.     IsControl = True
  74.   end
  75.   object CancelBtn: TBitBtn
  76.     Left = 220
  77.     Top = 40
  78.     Width = 77
  79.     Height = 27
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clBlack
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 4
  87.     Kind = bkCancel
  88.     Margin = 2
  89.     Spacing = -1
  90.     IsControl = True
  91.   end
  92.   object Edit1: TEdit
  93.     Left = 72
  94.     Top = 16
  95.     Width = 121
  96.     Height = 21
  97.     Hint = 'Nom du composant'
  98.     Font.Charset = DEFAULT_CHARSET
  99.     Font.Color = clBlack
  100.     Font.Height = -11
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     ParentFont = False
  104.     TabOrder = 0
  105.   end
  106.   object Edit2: TEdit
  107.     Left = 72
  108.     Top = 48
  109.     Width = 121
  110.     Height = 21
  111.     Hint = 'Ce qui s'#39'affiche ∩┐╜ c∩┐╜t∩┐╜ du bouton'
  112.     Font.Charset = DEFAULT_CHARSET
  113.     Font.Color = clBlack
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = []
  117.     ParentFont = False
  118.     TabOrder = 1
  119.   end
  120.   object CheckBox1: TCheckBox
  121.     Left = 72
  122.     Top = 80
  123.     Width = 97
  124.     Height = 17
  125.     Hint = 'S∩┐╜lectionn∩┐╜e dans le formulaire si coch∩┐╜e ici'
  126.     Caption = 'Coch∩┐╜e'
  127.     Font.Charset = DEFAULT_CHARSET
  128.     Font.Color = clBlack
  129.     Font.Height = -11
  130.     Font.Name = 'MS Sans Serif'
  131.     Font.Style = []
  132.     ParentFont = False
  133.     TabOrder = 2
  134.   end
  135.   object RadioButton1: TRadioButton
  136.     Left = 224
  137.     Top = 80
  138.     Width = 57
  139.     Height = 17
  140.     Caption = 'Radio'
  141.     Enabled = False
  142.     Font.Charset = DEFAULT_CHARSET
  143.     Font.Color = clBlack
  144.     Font.Height = -11
  145.     Font.Name = 'MS Sans Serif'
  146.     Font.Style = []
  147.     ParentFont = False
  148.     TabOrder = 5
  149.   end
  150. end
  151.