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

  1. object PolygoneDlg: TPolygoneDlg
  2.   Left = 13
  3.   Top = 420
  4.   HelpContext = 417
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Polygone'
  8.   ClientHeight = 119
  9.   ClientWidth = 241
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 9
  19.     Top = 8
  20.     Width = 222
  21.     Height = 73
  22.     Style = bsRaised
  23.     IsControl = True
  24.   end
  25.   object LabelTypePolygone: TLabel
  26.     Left = 58
  27.     Top = 18
  28.     Width = 125
  29.     Height = 13
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'Polygone Quelconque'
  33.   end
  34.   object Bevel2: TBevel
  35.     Left = 66
  36.     Top = 34
  37.     Width = 108
  38.     Height = 8
  39.     Shape = bsTopLine
  40.   end
  41.   object Label2: TLabel
  42.     Left = 31
  43.     Top = 49
  44.     Width = 102
  45.     Height = 13
  46.     Caption = 'Nombre de sommets :'
  47.   end
  48.   object OKBtn: TBitBtn
  49.     Left = 38
  50.     Top = 85
  51.     Width = 77
  52.     Height = 27
  53.     TabOrder = 0
  54.     Kind = bkOK
  55.     Margin = 2
  56.     Style = bsNew
  57.     Spacing = -1
  58.     IsControl = True
  59.   end
  60.   object CancelBtn: TBitBtn
  61.     Left = 121
  62.     Top = 85
  63.     Width = 77
  64.     Height = 27
  65.     TabOrder = 1
  66.     Kind = bkCancel
  67.     Margin = 2
  68.     Style = bsNew
  69.     Spacing = -1
  70.     IsControl = True
  71.   end
  72.   object SpinEditNombre: TSpinEdit
  73.     Left = 159
  74.     Top = 45
  75.     Width = 50
  76.     Height = 22
  77.     AutoSize = False
  78.     MaxLength = 2
  79.     MaxValue = 45
  80.     MinValue = 3
  81.     ParentShowHint = False
  82.     ShowHint = False
  83.     TabOrder = 2
  84.     Value = 3
  85.   end
  86. end
  87.