home *** CD-ROM | disk | FTP | other *** search
/ Freelog 1 / Freelog001.iso / Logs / Educatif / Declic / Declic32.exe / 0 / RCDATA / TPOIDSPOINTDLG / TPOIDSPOINTDLG.txt
Text File  |  1998-12-20  |  2KB  |  97 lines

  1. object PoidsPointDlg: TPoidsPointDlg
  2.   Left = 263
  3.   Top = 117
  4.   HelpContext = 209
  5.   ActiveControl = OKBtn
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Poids'
  9.   ClientHeight = 144
  10.   ClientWidth = 288
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BevelDecor: TBevel
  20.     Left = 9
  21.     Top = 9
  22.     Width = 270
  23.     Height = 95
  24.     Style = bsRaised
  25.     IsControl = True
  26.   end
  27.   object LabelNomDesc: TLabel
  28.     Left = 28
  29.     Top = 21
  30.     Width = 85
  31.     Height = 13
  32.     Caption = 'Le point s'#39'appelle '
  33.   end
  34.   object LabelNom: TLabel
  35.     Left = 135
  36.     Top = 21
  37.     Width = 48
  38.     Height = 13
  39.     Caption = 'LabelNom'
  40.   end
  41.   object LabelOldPoidsDesc: TLabel
  42.     Left = 28
  43.     Top = 46
  44.     Width = 99
  45.     Height = 13
  46.     Caption = 'Son poids actuel est '
  47.   end
  48.   object LabelOldPoids: TLabel
  49.     Left = 151
  50.     Top = 46
  51.     Width = 68
  52.     Height = 13
  53.     Caption = 'LabelOldPoids'
  54.   end
  55.   object LabelNewPoidsDesc: TLabel
  56.     Left = 28
  57.     Top = 71
  58.     Width = 118
  59.     Height = 13
  60.     Caption = 'Son nouveau poids sera '
  61.   end
  62.   object OKBtn: TBitBtn
  63.     Left = 64
  64.     Top = 111
  65.     Width = 77
  66.     Height = 27
  67.     TabOrder = 0
  68.     Kind = bkOK
  69.     Margin = 2
  70.     Style = bsNew
  71.     Spacing = -1
  72.     IsControl = True
  73.   end
  74.   object CancelBtn: TBitBtn
  75.     Left = 148
  76.     Top = 111
  77.     Width = 77
  78.     Height = 27
  79.     TabOrder = 1
  80.     Kind = bkCancel
  81.     Margin = 2
  82.     Style = bsNew
  83.     Spacing = -1
  84.     IsControl = True
  85.   end
  86.   object EditPoids: TEdit
  87.     Left = 171
  88.     Top = 68
  89.     Width = 88
  90.     Height = 21
  91.     TabOrder = 2
  92.     Text = 'EditPoids'
  93.     OnChange = EditPoidsChange
  94.     OnKeyPress = EditPoidsKeyPress
  95.   end
  96. end
  97.