home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2002 October / Gamestar_44_2002-10_cd2.bin / patche / AOW2_Euro_Patch_V1_1.exe / AoW2.exe / 0 / RCDATA / TESTRINGSEDITORDLG / TESTRINGSEDITORDLG.txt
Text File  |  2002-07-15  |  830b  |  46 lines

  1. object EStringsEditorDlg: TEStringsEditorDlg
  2.   Left = 227
  3.   Top = 108
  4.   ActiveControl = Memo
  5.   BorderStyle = bsDialog
  6.   Caption = 'Strings Editor'
  7.   ClientHeight = 280
  8.   ClientWidth = 417
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PrintScale = poNone
  14.   Scaled = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object OKBtn: TButton
  18.     Left = 221
  19.     Top = 246
  20.     Width = 93
  21.     Height = 31
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object CancelBtn: TButton
  28.     Left = 317
  29.     Top = 246
  30.     Width = 93
  31.     Height = 31
  32.     Cancel = True
  33.     Caption = 'Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object Memo: TMemo
  38.     Left = 8
  39.     Top = 8
  40.     Width = 401
  41.     Height = 233
  42.     ScrollBars = ssVertical
  43.     TabOrder = 2
  44.   end
  45. end
  46.