home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2002 October / Gamestar_44_2002-10_cd2.bin / patche / AOW2_Euro_Patch_V1_1.exe / AoW2Ed.exe / 0 / RCDATA / TSIGNDLG / TSIGNDLG.txt
Text File  |  2002-07-11  |  991b  |  63 lines

  1. inherited SignDlg: TSignDlg
  2.   Left = 585
  3.   Top = 276
  4.   Caption = 'Sign'
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 16
  8.   inherited ClientPnl: TPanel
  9.     inherited MainPageControl: TPageControl
  10.       inherited GeneralSheet: TTabSheet
  11.         object SignText: TMemo
  12.           Left = 8
  13.           Top = 9
  14.           Width = 235
  15.           Height = 166
  16.           TabOrder = 0
  17.         end
  18.       end
  19.     end
  20.   end
  21.   inherited ButtonPnl: TPanel
  22.     inherited OKBtn: TButton
  23.       OnClick = OKBtnClick
  24.     end
  25.   end
  26.   object Translator: TIvTranslator
  27.     DictionaryName = 'aow2ed'
  28.     Left = 12
  29.     Top = 8
  30.     TargetsData = (
  31.       1
  32.       7
  33.       (
  34.         ''
  35.         'Hint'
  36.         0)
  37.       (
  38.         ''
  39.         'Caption'
  40.         0)
  41.       (
  42.         'TMemo'
  43.         'Text'
  44.         0)
  45.       (
  46.         ''
  47.         'Lines'
  48.         0)
  49.       (
  50.         ''
  51.         'Items'
  52.         0)
  53.       (
  54.         ''
  55.         'Text'
  56.         0)
  57.       (
  58.         ''
  59.         'ToolTipText'
  60.         0))
  61.   end
  62. end
  63.