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

  1. object BaryDlg: TBaryDlg
  2.   Left = 263
  3.   Top = 115
  4.   HelpContext = 307
  5.   ActiveControl = OKBtn
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Barycentre'
  9.   ClientHeight = 117
  10.   ClientWidth = 272
  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 Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 253
  23.     Height = 68
  24.     Style = bsRaised
  25.     IsControl = True
  26.   end
  27.   object Label1: TLabel
  28.     Left = 25
  29.     Top = 30
  30.     Width = 150
  31.     Height = 30
  32.     AutoSize = False
  33.     Caption = 'Saisir le nombre de points pour cr∩┐╜er le barycentre :'
  34.   end
  35.   object OKBtn: TBitBtn
  36.     Left = 58
  37.     Top = 84
  38.     Width = 77
  39.     Height = 27
  40.     TabOrder = 0
  41.     Kind = bkOK
  42.     Margin = 2
  43.     Style = bsNew
  44.     Spacing = -1
  45.     IsControl = True
  46.   end
  47.   object CancelBtn: TBitBtn
  48.     Left = 142
  49.     Top = 84
  50.     Width = 77
  51.     Height = 27
  52.     TabOrder = 1
  53.     Kind = bkCancel
  54.     Margin = 2
  55.     Style = bsNew
  56.     Spacing = -1
  57.     IsControl = True
  58.   end
  59.   object SpinEditBarycentre: TSpinEdit
  60.     Left = 182
  61.     Top = 33
  62.     Width = 53
  63.     Height = 22
  64.     MaxValue = 15
  65.     MinValue = 2
  66.     TabOrder = 2
  67.     Value = 3
  68.   end
  69. end
  70.