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 / TETEXTLISTDLG / TETEXTLISTDLG.txt
Text File  |  2002-07-15  |  5KB  |  214 lines

  1. object ETextListDlg: TETextListDlg
  2.   Left = 416
  3.   Top = 259
  4.   Width = 538
  5.   Height = 445
  6.   Caption = 'Text Properties'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 364
  9.   Constraints.MinWidth = 448
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PrintScale = poNone
  14.   Scaled = False
  15.   OnHide = FormHide
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 380
  21.     Width = 530
  22.     Height = 32
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object CancelBtn: TButton
  27.       Left = 432
  28.       Top = 3
  29.       Width = 96
  30.       Height = 27
  31.       Anchors = [akTop, akRight]
  32.       Cancel = True
  33.       Caption = 'Cancel'
  34.       ModalResult = 2
  35.       TabOrder = 0
  36.     end
  37.     object OKBtn: TButton
  38.       Left = 321
  39.       Top = 3
  40.       Width = 96
  41.       Height = 27
  42.       Anchors = [akTop, akRight]
  43.       Caption = 'OK'
  44.       ModalResult = 1
  45.       TabOrder = 1
  46.       OnClick = OKBtnClick
  47.     end
  48.   end
  49.   object MainPC: TPageControl
  50.     Left = 4
  51.     Top = 3
  52.     Width = 523
  53.     Height = 373
  54.     ActivePage = MainSheet
  55.     Anchors = [akLeft, akTop, akRight, akBottom]
  56.     TabOrder = 1
  57.     object MainSheet: TTabSheet
  58.       Caption = 'Main'
  59.       TabVisible = False
  60.       object Splitter1: TSplitter
  61.         Left = 129
  62.         Top = 0
  63.         Width = 6
  64.         Height = 363
  65.         Cursor = crHSplit
  66.       end
  67.       object ClientPnl: TPanel
  68.         Left = 135
  69.         Top = 0
  70.         Width = 380
  71.         Height = 363
  72.         Align = alClient
  73.         BevelOuter = bvNone
  74.         TabOrder = 0
  75.         object TextPC: TPageControl
  76.           Left = 0
  77.           Top = 0
  78.           Width = 380
  79.           Height = 333
  80.           ActivePage = TextMainSheet
  81.           Align = alClient
  82.           Style = tsFlatButtons
  83.           TabOrder = 0
  84.           object TextMainSheet: TTabSheet
  85.             Caption = 'Main'
  86.             object TextMainPnl: TPanel
  87.               Left = 0
  88.               Top = 0
  89.               Width = 372
  90.               Height = 299
  91.               Align = alClient
  92.               BevelOuter = bvNone
  93.               TabOrder = 0
  94.               object HeaderLbl: TLabel
  95.                 Left = 4
  96.                 Top = 10
  97.                 Width = 49
  98.                 Height = 16
  99.                 Caption = 'Header:'
  100.               end
  101.               object IDLbl: TLabel
  102.                 Left = 4
  103.                 Top = 39
  104.                 Width = 16
  105.                 Height = 16
  106.                 Caption = 'ID:'
  107.               end
  108.               object Bevel2: TBevel
  109.                 Left = 7
  110.                 Top = 59
  111.                 Width = 408
  112.                 Height = 4
  113.                 Anchors = [akLeft, akTop, akRight]
  114.                 Shape = bsBottomLine
  115.               end
  116.               object HeaderEdit: TEdit
  117.                 Left = 72
  118.                 Top = 7
  119.                 Width = 298
  120.                 Height = 24
  121.                 Anchors = [akLeft, akTop, akRight]
  122.                 TabOrder = 0
  123.                 OnChange = HeaderEditChange
  124.               end
  125.               object IDEdit: TESpinEdit
  126.                 Left = 72
  127.                 Top = 33
  128.                 Width = 69
  129.                 Height = 26
  130.                 MaxValue = 268435455
  131.                 MinValue = -999999
  132.                 TabOrder = 1
  133.                 Value = 0
  134.                 OnChange = IDEditChange
  135.               end
  136.               object TextMemo: TMemo
  137.                 Left = 4
  138.                 Top = 72
  139.                 Width = 366
  140.                 Height = 226
  141.                 Anchors = [akLeft, akTop, akRight, akBottom]
  142.                 TabOrder = 2
  143.                 OnChange = TextMemoChange
  144.               end
  145.             end
  146.           end
  147.           object Settings: TTabSheet
  148.             Caption = 'Settings'
  149.             ImageIndex = 1
  150.             object TextOI: TEObjectInspector
  151.               Left = 0
  152.               Top = 0
  153.               Width = 293
  154.               Height = 248
  155.               SplitterPos = 125
  156.               RowHeight = 18
  157.               Mode = []
  158.               Align = alClient
  159.             end
  160.           end
  161.         end
  162.         object ClientBottomPnl: TPanel
  163.           Left = 0
  164.           Top = 333
  165.           Width = 380
  166.           Height = 30
  167.           Align = alBottom
  168.           BevelOuter = bvNone
  169.           TabOrder = 1
  170.           object NewBtn: TButton
  171.             Left = 28
  172.             Top = 2
  173.             Width = 96
  174.             Height = 27
  175.             Anchors = [akLeft, akBottom]
  176.             Caption = 'New'
  177.             TabOrder = 0
  178.             OnClick = NewBtnClick
  179.           end
  180.           object DeleteBtn: TButton
  181.             Left = 256
  182.             Top = 2
  183.             Width = 96
  184.             Height = 27
  185.             Anchors = [akRight, akBottom]
  186.             Caption = 'Delete'
  187.             TabOrder = 1
  188.             OnClick = DeleteBtnClick
  189.           end
  190.         end
  191.       end
  192.       object TextGrid: TDrawGrid
  193.         Left = 0
  194.         Top = 0
  195.         Width = 129
  196.         Height = 363
  197.         Align = alLeft
  198.         ColCount = 1
  199.         DefaultColWidth = 200
  200.         DefaultRowHeight = 18
  201.         FixedCols = 0
  202.         RowCount = 20
  203.         FixedRows = 0
  204.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected]
  205.         ScrollBars = ssVertical
  206.         TabOrder = 1
  207.         OnDrawCell = TextGridDrawCell
  208.         OnKeyDown = TextGridKeyDown
  209.         OnSelectCell = TextGridSelectCell
  210.       end
  211.     end
  212.   end
  213. end
  214.