home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 October / JOY141_CD2.iso / Data / Joylist.exe / RCDATA / TNEWREPFORM / TNEWREPFORM.txt
Text File  |  1999-08-08  |  2KB  |  74 lines

  1. object NewrepForm: TNewrepForm
  2.   Left = 438
  3.   Top = 513
  4.   Width = 257
  5.   Height = 113
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Nouveau r∩┐╜pertoire :'
  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 = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 233
  24.     Height = 17
  25.     AutoSize = False
  26.     Caption = 'Nom :'
  27.   end
  28.   object BitBtn1: TBitBtn
  29.     Left = 168
  30.     Top = 56
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'OK'
  34.     Default = True
  35.     TabOrder = 2
  36.     OnClick = BitBtn1Click
  37.     Glyph.Data = {
  38.       DE010000424DDE01000000000000760000002800000024000000120000000100
  39.       0400000000006801000000000000000000001000000010000000000000000000
  40.       80000080000000808000800000008000800080800000C0C0C000808080000000
  41.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  42.       3333333333333333333333330000333333333333333333333333F33333333333
  43.       00003333344333333333333333388F3333333333000033334224333333333333
  44.       338338F3333333330000333422224333333333333833338F3333333300003342
  45.       222224333333333383333338F3333333000034222A22224333333338F338F333
  46.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  47.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  48.       0000333333333A222433333333333338F338F33300003333333333A222433333
  49.       333333338F338F33000033333333333A222433333333333338F338F300003333
  50.       33333333A222433333333333338F338F00003333333333333A22433333333333
  51.       3338F38F000033333333333333A223333333333333338F830000333333333333
  52.       333A333333333333333338330000333333333333333333333333333333333333
  53.       0000}
  54.     NumGlyphs = 2
  55.   end
  56.   object BitBtn2: TBitBtn
  57.     Left = 88
  58.     Top = 56
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'Abandon'
  62.     TabOrder = 1
  63.     Kind = bkCancel
  64.   end
  65.   object Edit1: TEdit
  66.     Left = 8
  67.     Top = 24
  68.     Width = 233
  69.     Height = 21
  70.     TabOrder = 0
  71.     OnKeyPress = Edit1KeyPress
  72.   end
  73. end
  74.