home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 26 / LogicielsPC_26.iso / Accuses / Nouveau / Labimath / labimath.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  2002-07-05  |  1KB  |  52 lines

  1. object Form4: TForm4
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Nouvelle partie'
  7.   ClientHeight = 86
  8.   ClientWidth = 200
  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.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 8
  23.     Width = 167
  24.     Height = 28
  25.     Caption = 'Nouvelle partie'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = 28
  29.     Font.Name = 'Arial'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Button1: TButton
  34.     Left = 32
  35.     Top = 48
  36.     Width = 49
  37.     Height = 25
  38.     Caption = '&Oui'
  39.     TabOrder = 0
  40.     OnClick = Button1Click
  41.   end
  42.   object Button2: TButton
  43.     Left = 112
  44.     Top = 48
  45.     Width = 49
  46.     Height = 25
  47.     Caption = '&Non'
  48.     TabOrder = 1
  49.     OnClick = Button2Click
  50.   end
  51. end
  52.