home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Français / Lettrix / _SETUP.1 / LETTRIX.exe / 0 / RCDATA / TNEWMOT / TNEWMOT.txt
Text File  |  1999-10-10  |  963b  |  48 lines

  1. object newmot: Tnewmot
  2.   Left = 187
  3.   Top = 108
  4.   Width = 154
  5.   Height = 106
  6.   BorderIcons = []
  7.   Caption = 'Nouveau mot'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object e_mot: TEdit
  18.     Left = 24
  19.     Top = 8
  20.     Width = 97
  21.     Height = 21
  22.     CharCase = ecUpperCase
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clNavy
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     MaxLength = 5
  29.     ParentFont = False
  30.     TabOrder = 0
  31.   end
  32.   object BitBtn1: TBitBtn
  33.     Left = 32
  34.     Top = 40
  35.     Width = 81
  36.     Height = 25
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clNavy
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     TabOrder = 1
  44.     OnClick = BitBtn1Click
  45.     Kind = bkOK
  46.   end
  47. end
  48.