home *** CD-ROM | disk | FTP | other *** search
/ Secret Service 54a / SSERVCD_54A.bin / UTILS / CHEATS / PG2EDIT.ZIP / PG2UEdit.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Text File  |  1997-12-03  |  1KB  |  73 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 200
  3.   Top = 108
  4.   Width = 508
  5.   Height = 409
  6.   Caption = 'Panzer General 2 Editor ver 1.5 Main Menu'
  7.   Color = clBlack
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object JPEGImage1: TJPEGImage
  17.     Left = 0
  18.     Top = 48
  19.     Width = 500
  20.     Height = 294
  21.     AutoSize = True
  22.     Picture.Data = {<image000.bmp>}
  23.     NumOfColors = _256
  24.     DCTMethod = Integ
  25.     Dither = FS
  26.     FastProcessing = False
  27.     GrayScale = False
  28.     NoSmooth = False
  29.     OnePass = False
  30.     ProgressStep = 10
  31.   end
  32.   object Label1: TLabel
  33.     Left = 32
  34.     Top = 8
  35.     Width = 437
  36.     Height = 32
  37.     Caption = 'Panzer General 2 Editor version 1.5'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clYellow
  40.     Font.Height = -29
  41.     Font.Name = 'Times New Roman'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.   end
  45.   object btnUEdit: TBitBtn
  46.     Left = 40
  47.     Top = 344
  48.     Width = 129
  49.     Height = 25
  50.     Caption = 'Unit &Attribute Editor'
  51.     TabOrder = 0
  52.     OnClick = btnUEditClick
  53.   end
  54.   object btnSGEdit: TBitBtn
  55.     Left = 216
  56.     Top = 344
  57.     Width = 129
  58.     Height = 25
  59.     Caption = '&Save Game Editor'
  60.     TabOrder = 1
  61.     OnClick = btnSGEditClick
  62.   end
  63.   object btnExit: TBitBtn
  64.     Left = 408
  65.     Top = 344
  66.     Width = 59
  67.     Height = 25
  68.     Caption = 'E&xit'
  69.     TabOrder = 2
  70.     OnClick = btnExitClick
  71.   end
  72. end
  73.