home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Logique / Winbrique / Winbrique.exe / 0 / RCDATA / TFRMNOUVEAU / TFRMNOUVEAU.txt
Text File  |  2000-09-20  |  2KB  |  105 lines

  1. object FrmNouveau: TFrmNouveau
  2.   Left = 356
  3.   Top = 247
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nouveau Plateau'
  6.   ClientHeight = 87
  7.   ClientWidth = 297
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 22
  23.     Height = 13
  24.     Caption = 'Nom'
  25.   end
  26.   object Hauteur: TLabel
  27.     Left = 112
  28.     Top = 56
  29.     Width = 38
  30.     Height = 13
  31.     Caption = 'Hauteur'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 16
  35.     Top = 56
  36.     Width = 36
  37.     Height = 13
  38.     Caption = 'Largeur'
  39.   end
  40.   object EdNomPlateau: TEdit
  41.     Left = 8
  42.     Top = 24
  43.     Width = 185
  44.     Height = 21
  45.     MaxLength = 15
  46.     TabOrder = 0
  47.   end
  48.   object EdHauteur: TEdit
  49.     Left = 160
  50.     Top = 56
  51.     Width = 25
  52.     Height = 21
  53.     TabOrder = 1
  54.     Text = '3'
  55.   end
  56.   object EdLargeur: TEdit
  57.     Left = 56
  58.     Top = 56
  59.     Width = 25
  60.     Height = 21
  61.     TabOrder = 2
  62.     Text = '3'
  63.   end
  64.   object BtOk: TBitBtn
  65.     Left = 216
  66.     Top = 16
  67.     Width = 75
  68.     Height = 25
  69.     TabOrder = 5
  70.     Kind = bkOK
  71.   end
  72.   object BtCancel: TBitBtn
  73.     Left = 216
  74.     Top = 48
  75.     Width = 75
  76.     Height = 25
  77.     TabOrder = 6
  78.     Kind = bkCancel
  79.   end
  80.   object UDHauteur: TUpDown
  81.     Left = 185
  82.     Top = 56
  83.     Width = 15
  84.     Height = 21
  85.     Associate = EdHauteur
  86.     Min = 3
  87.     Max = 16
  88.     Position = 3
  89.     TabOrder = 3
  90.     Wrap = False
  91.   end
  92.   object UDLargeur: TUpDown
  93.     Left = 81
  94.     Top = 56
  95.     Width = 15
  96.     Height = 21
  97.     Associate = EdLargeur
  98.     Min = 3
  99.     Max = 16
  100.     Position = 3
  101.     TabOrder = 4
  102.     Wrap = False
  103.   end
  104. end
  105.