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

  1. object t_menu: Tt_menu
  2.   Left = 137
  3.   Top = 95
  4.   Width = 648
  5.   Height = 488
  6.   Caption = 'LETTRIX'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poScreenCenter
  14.   Visible = True
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 8
  20.     Top = 8
  21.     Width = 617
  22.     Height = 417
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25.   object l_scores: TListBox
  26.     Left = 72
  27.     Top = 0
  28.     Width = 201
  29.     Height = 17
  30.     Columns = 1
  31.     ItemHeight = 13
  32.     Sorted = True
  33.     TabOrder = 0
  34.     Visible = False
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 128
  38.     Top = 120
  39.     Width = 433
  40.     Height = 121
  41.     BevelInner = bvLowered
  42.     Caption = 'Panel1'
  43.     TabOrder = 1
  44.     object Label1: TLabel
  45.       Left = 24
  46.       Top = 8
  47.       Width = 377
  48.       Height = 105
  49.       Alignment = taCenter
  50.       AutoSize = False
  51.       Caption = 'LETTRIX'
  52.       Font.Charset = ANSI_CHARSET
  53.       Font.Color = clNavy
  54.       Font.Height = -96
  55.       Font.Name = 'Balloon'
  56.       Font.Style = [fsItalic]
  57.       ParentFont = False
  58.     end
  59.   end
  60.   object Panel2: TPanel
  61.     Left = 16
  62.     Top = 384
  63.     Width = 121
  64.     Height = 33
  65.     BevelInner = bvLowered
  66.     Caption = 'Panel1'
  67.     TabOrder = 2
  68.     object Label2: TLabel
  69.       Left = 8
  70.       Top = 8
  71.       Width = 105
  72.       Height = 17
  73.       Alignment = taCenter
  74.       AutoSize = False
  75.       Caption = '1998 -1999'
  76.       Font.Charset = ANSI_CHARSET
  77.       Font.Color = clNavy
  78.       Font.Height = -13
  79.       Font.Name = 'Balloon'
  80.       Font.Style = [fsItalic]
  81.       ParentFont = False
  82.     end
  83.   end
  84.   object Panel3: TPanel
  85.     Left = 456
  86.     Top = 384
  87.     Width = 161
  88.     Height = 33
  89.     BevelInner = bvLowered
  90.     Caption = 'Panel1'
  91.     TabOrder = 3
  92.     object Label3: TLabel
  93.       Left = 8
  94.       Top = 8
  95.       Width = 145
  96.       Height = 17
  97.       Alignment = taCenter
  98.       AutoSize = False
  99.       Caption = 'Cr∩┐╜∩┐╜ par C∩┐╜cile COPERE'
  100.       Font.Charset = ANSI_CHARSET
  101.       Font.Color = clNavy
  102.       Font.Height = -13
  103.       Font.Name = 'Balloon'
  104.       Font.Style = [fsItalic]
  105.       ParentFont = False
  106.     end
  107.   end
  108.   object Panel4: TPanel
  109.     Left = 224
  110.     Top = 360
  111.     Width = 193
  112.     Height = 57
  113.     BevelInner = bvLowered
  114.     TabOrder = 4
  115.     object Label4: TLabel
  116.       Left = 8
  117.       Top = 8
  118.       Width = 177
  119.       Height = 17
  120.       Alignment = taCenter
  121.       AutoSize = False
  122.       Caption = 'e-mail : guicecal@online.fr'
  123.       Font.Charset = ANSI_CHARSET
  124.       Font.Color = clNavy
  125.       Font.Height = -13
  126.       Font.Name = 'Arial'
  127.       Font.Style = [fsBold]
  128.       ParentFont = False
  129.     end
  130.     object Label5: TLabel
  131.       Left = 8
  132.       Top = 32
  133.       Width = 169
  134.       Height = 17
  135.       Alignment = taCenter
  136.       AutoSize = False
  137.       Caption = 'http:\\guicecal.free.fr'
  138.       Font.Charset = ANSI_CHARSET
  139.       Font.Color = clNavy
  140.       Font.Height = -13
  141.       Font.Name = 'Arial'
  142.       Font.Style = [fsBold]
  143.       ParentFont = False
  144.     end
  145.   end
  146.   object MainMenu1: TMainMenu
  147.     object LETTRIX: TMenuItem
  148.       Caption = 'LETTRIX'
  149.       object Nouvelle: TMenuItem
  150.         Caption = 'Nouvelle partie'
  151.         OnClick = NouvelleClick
  152.       end
  153.       object N1: TMenuItem
  154.         Caption = '-'
  155.       end
  156.       object ENREGISTRER: TMenuItem
  157.         Caption = 'Enregistrer Lettrix'
  158.         OnClick = ENREGISTRERClick
  159.       end
  160.       object Dsenregistrer: TMenuItem
  161.         Caption = 'D∩┐╜senregistrer Lettrix'
  162.         OnClick = DsenregistrerClick
  163.       end
  164.       object N2: TMenuItem
  165.         Caption = '-'
  166.       end
  167.       object Statistiques: TMenuItem
  168.         Caption = 'Statistiques'
  169.         OnClick = StatistiquesClick
  170.       end
  171.       object N5: TMenuItem
  172.         Caption = '-'
  173.       end
  174.       object Quitter: TMenuItem
  175.         Caption = 'Quitter'
  176.         ShortCut = 16465
  177.         OnClick = QuitterClick
  178.       end
  179.     end
  180.     object OPTIONS: TMenuItem
  181.       Caption = 'OPTIONS'
  182.       object Limitation: TMenuItem
  183.         Caption = 'Limitation du temps'
  184.         object L3mn: TMenuItem
  185.           Caption = '3 mn'
  186.           Checked = True
  187.           OnClick = L3mnClick
  188.         end
  189.         object L5mn: TMenuItem
  190.           Caption = '5 mn'
  191.           OnClick = L5mnClick
  192.         end
  193.         object Illimit: TMenuItem
  194.           Caption = 'Illimit∩┐╜'
  195.           OnClick = IllimitClick
  196.         end
  197.       end
  198.       object N3: TMenuItem
  199.         Caption = '-'
  200.       end
  201.       object Dictionnaires: TMenuItem
  202.         Caption = 'Dictionnaires'
  203.         OnClick = DictionnairesClick
  204.       end
  205.       object N4: TMenuItem
  206.         Caption = '-'
  207.       end
  208.       object Couleurs: TMenuItem
  209.         Caption = 'Couleurs'
  210.         OnClick = CouleursClick
  211.       end
  212.     end
  213.     object SCORES: TMenuItem
  214.       Caption = 'SCORES'
  215.       object S3mn: TMenuItem
  216.         Caption = '3 mn'
  217.         OnClick = S3mnClick
  218.       end
  219.       object S5mn: TMenuItem
  220.         Caption = '5 mn'
  221.         OnClick = S5mnClick
  222.       end
  223.       object SIllimit: TMenuItem
  224.         Caption = 'Illimit∩┐╜'
  225.         OnClick = SIllimitClick
  226.       end
  227.     end
  228.     object aidep: TMenuItem
  229.       Caption = '?'
  230.       object Aide: TMenuItem
  231.         Caption = 'Aide'
  232.         OnClick = AideClick
  233.       end
  234.       object Apropos: TMenuItem
  235.         Caption = 'A propos'
  236.         OnClick = AproposClick
  237.       end
  238.     end
  239.   end
  240. end
  241.