home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Reflexion / Kikoo / Kikoo14.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2000-03-17  |  4KB  |  176 lines

  1. object Form1: TForm1
  2.   Left = 398
  3.   Top = 155
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Form1'
  7.   ClientHeight = 409
  8.   ClientWidth = 213
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Menu = MainMenu1
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel1: TPanel
  25.     Left = 6
  26.     Top = 2
  27.     Width = 202
  28.     Height = 402
  29.     BevelInner = bvLowered
  30.     BevelOuter = bvNone
  31.     TabOrder = 0
  32.     object Plateau: TImage
  33.       Left = 1
  34.       Top = 1
  35.       Width = 200
  36.       Height = 400
  37.       OnMouseDown = PlateauMouseDown
  38.     end
  39.     object Pions1: TImage
  40.       Left = 8
  41.       Top = 48
  42.       Width = 100
  43.       Height = 20
  44.       Picture.Data = {<image000.bmp>}
  45.       Transparent = True
  46.       Visible = False
  47.     end
  48.     object Pions2: TImage
  49.       Left = 8
  50.       Top = 72
  51.       Width = 100
  52.       Height = 20
  53.       Picture.Data = {<image001.bmp>}
  54.       Transparent = True
  55.       Visible = False
  56.     end
  57.   end
  58.   object MainMenu1: TMainMenu
  59.     Left = 16
  60.     Top = 16
  61.     object Fichier1: TMenuItem
  62.       Caption = 'Fichier'
  63.       object NouvellePartie: TMenuItem
  64.         Caption = 'Nouvelle Partie'
  65.         ShortCut = 16462
  66.         OnClick = NouvellePartieClick
  67.       end
  68.       object Niveau1: TMenuItem
  69.         Caption = 'Nb. de couleurs '
  70.         object N2c: TMenuItem
  71.           Caption = '2'
  72.           Checked = True
  73.           RadioItem = True
  74.           ShortCut = 16434
  75.           OnClick = N2cClick
  76.         end
  77.         object N3c: TMenuItem
  78.           Caption = '3'
  79.           RadioItem = True
  80.           ShortCut = 16435
  81.           OnClick = N3cClick
  82.         end
  83.         object N4c: TMenuItem
  84.           Caption = '4'
  85.           RadioItem = True
  86.           ShortCut = 16436
  87.           OnClick = N4cClick
  88.         end
  89.         object N5c: TMenuItem
  90.           Caption = '5'
  91.           RadioItem = True
  92.           ShortCut = 16437
  93.           OnClick = N5cClick
  94.         end
  95.       end
  96.       object ReglagesFins: TMenuItem
  97.         Caption = 'R∩┐╜glages fins...'
  98.         ShortCut = 16466
  99.         OnClick = ReglagesFinsClick
  100.       end
  101.       object N3: TMenuItem
  102.         Caption = '-'
  103.       end
  104.       object Demo: TMenuItem
  105.         Caption = 'D∩┐╜mo'
  106.         ShortCut = 16452
  107.         OnClick = DemoClick
  108.       end
  109.       object N1: TMenuItem
  110.         Caption = '-'
  111.       end
  112.       object Quitter: TMenuItem
  113.         Caption = 'Quitter'
  114.         ShortCut = 16465
  115.         OnClick = QuitterClick
  116.       end
  117.     end
  118.     object Edition1: TMenuItem
  119.       Caption = 'Edition'
  120.       object Annuler1: TMenuItem
  121.         Caption = 'Annuler'
  122.         ShortCut = 16474
  123.         OnClick = Annuler1Click
  124.       end
  125.     end
  126.     object Options: TMenuItem
  127.       Caption = 'Options'
  128.       object Animations: TMenuItem
  129.         Caption = 'Animations'
  130.         Checked = True
  131.         ShortCut = 16449
  132.         OnClick = AnimationsClick
  133.       end
  134.       object EffetsSonores: TMenuItem
  135.         Caption = 'Effets sonores'
  136.         Checked = True
  137.         ShortCut = 16453
  138.         OnClick = EffetsSonoresClick
  139.       end
  140.       object ImageDeFond: TMenuItem
  141.         Caption = 'Image de fond'
  142.         Checked = True
  143.         ShortCut = 16454
  144.         OnClick = ImageDeFondClick
  145.       end
  146.       object N2: TMenuItem
  147.         Caption = '-'
  148.       end
  149.       object VoirStats: TMenuItem
  150.         Caption = 'Informations'
  151.         ShortCut = 16457
  152.         OnClick = VoirStatsClick
  153.       end
  154.       object Scores: TMenuItem
  155.         Caption = 'Tableau des scores'
  156.         ShortCut = 16467
  157.         OnClick = ScoresClick
  158.       end
  159.     end
  160.     object Aide1: TMenuItem
  161.       Caption = 'Aide'
  162.       object AproposdeKikoo1: TMenuItem
  163.         Caption = 'A propos de Kikoo...'
  164.         OnClick = AproposdeKikoo1Click
  165.       end
  166.       object N4: TMenuItem
  167.         Caption = '-'
  168.       end
  169.       object Questcequilfautfaire1: TMenuItem
  170.         Caption = 'Qu'#39'est-ce qu'#39'il faut faire ?'
  171.         OnClick = Questcequilfautfaire1Click
  172.       end
  173.     end
  174.   end
  175. end
  176.