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

  1. object dico: Tdico
  2.   Left = 200
  3.   Top = 106
  4.   Width = 292
  5.   Height = 338
  6.   Caption = 'Dictionnaires'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 16
  17.     Top = 16
  18.     Width = 97
  19.     Height = 13
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = 'Mots de 4 lettres'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clNavy
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 136
  32.     Top = 16
  33.     Width = 97
  34.     Height = 13
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.     Caption = 'Mots de 5 lettres'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clPurple
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object l_mots4: TListBox
  46.     Left = 16
  47.     Top = 40
  48.     Width = 97
  49.     Height = 161
  50.     ItemHeight = 13
  51.     Sorted = True
  52.     TabOrder = 0
  53.   end
  54.   object e_4lettres: TEdit
  55.     Left = 16
  56.     Top = 208
  57.     Width = 57
  58.     Height = 21
  59.     CharCase = ecUpperCase
  60.     MaxLength = 4
  61.     TabOrder = 1
  62.   end
  63.   object b_ajout4: TButton
  64.     Left = 16
  65.     Top = 232
  66.     Width = 41
  67.     Height = 25
  68.     Caption = 'Ajouter'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clYellow
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     TabOrder = 2
  76.     OnClick = b_ajout4Click
  77.   end
  78.   object l_mots5: TListBox
  79.     Left = 136
  80.     Top = 40
  81.     Width = 97
  82.     Height = 161
  83.     ItemHeight = 13
  84.     Sorted = True
  85.     TabOrder = 3
  86.   end
  87.   object e_5lettres: TEdit
  88.     Left = 136
  89.     Top = 208
  90.     Width = 57
  91.     Height = 21
  92.     CharCase = ecUpperCase
  93.     MaxLength = 5
  94.     TabOrder = 4
  95.   end
  96.   object b_ajout5: TButton
  97.     Left = 136
  98.     Top = 232
  99.     Width = 41
  100.     Height = 25
  101.     Caption = 'Ajouter'
  102.     TabOrder = 5
  103.     OnClick = b_ajout5Click
  104.   end
  105.   object sauver: TBitBtn
  106.     Left = 16
  107.     Top = 272
  108.     Width = 73
  109.     Height = 25
  110.     Caption = 'Sauver'
  111.     TabOrder = 6
  112.     OnClick = sauverClick
  113.     Kind = bkOK
  114.   end
  115.   object annuler: TBitBtn
  116.     Left = 104
  117.     Top = 272
  118.     Width = 73
  119.     Height = 25
  120.     TabOrder = 7
  121.     OnClick = annulerClick
  122.     Kind = bkCancel
  123.   end
  124.   object b_suppr4: TButton
  125.     Left = 72
  126.     Top = 232
  127.     Width = 41
  128.     Height = 25
  129.     Caption = 'Suppr.'
  130.     Font.Charset = DEFAULT_CHARSET
  131.     Font.Color = clYellow
  132.     Font.Height = -11
  133.     Font.Name = 'MS Sans Serif'
  134.     Font.Style = []
  135.     ParentFont = False
  136.     TabOrder = 8
  137.     OnClick = b_suppr4Click
  138.   end
  139.   object b_suppr5: TButton
  140.     Left = 192
  141.     Top = 232
  142.     Width = 41
  143.     Height = 25
  144.     Caption = 'Suppr.'
  145.     Font.Charset = DEFAULT_CHARSET
  146.     Font.Color = clYellow
  147.     Font.Height = -11
  148.     Font.Name = 'MS Sans Serif'
  149.     Font.Style = []
  150.     ParentFont = False
  151.     TabOrder = 9
  152.     OnClick = b_suppr5Click
  153.   end
  154. end
  155.