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 / TSPELLSELECTIONDLG / TSPELLSELECTIONDLG.txt
Text File  |  2002-07-11  |  3KB  |  127 lines

  1. object SpellSelectionDlg: TSpellSelectionDlg
  2.   Left = 547
  3.   Top = 229
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spell Selection'
  6.   ClientHeight = 298
  7.   ClientWidth = 380
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnDestroy = FormDestroy
  13.   OnShow = FormShow
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object ClientPnl: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 369
  20.     Height = 249
  21.     BevelOuter = bvNone
  22.     BevelWidth = 2
  23.     TabOrder = 0
  24.     object MainPageControl: TPageControl
  25.       Left = 0
  26.       Top = 0
  27.       Width = 369
  28.       Height = 249
  29.       ActivePage = GeneralSheet
  30.       Align = alClient
  31.       TabOrder = 0
  32.       object GeneralSheet: TTabSheet
  33.         Caption = 'General'
  34.         TabVisible = False
  35.         object AddBtn: TButton
  36.           Left = 183
  37.           Top = 198
  38.           Width = 65
  39.           Height = 25
  40.           Caption = 'Add'
  41.           TabOrder = 0
  42.           OnClick = AddBtnClick
  43.         end
  44.         object DeleteBtn: TButton
  45.           Left = 108
  46.           Top = 198
  47.           Width = 65
  48.           Height = 25
  49.           Caption = 'Delete'
  50.           TabOrder = 1
  51.           OnClick = DeleteBtnClick
  52.         end
  53.         object SelectedSpellsLB: TListBox
  54.           Left = 12
  55.           Top = 24
  56.           Width = 161
  57.           Height = 169
  58.           Color = clBtnFace
  59.           ItemHeight = 16
  60.           Sorted = True
  61.           TabOrder = 2
  62.           OnClick = SelectedSpellsLBClick
  63.         end
  64.         object AvailableSpellsLB: TListBox
  65.           Left = 184
  66.           Top = 24
  67.           Width = 161
  68.           Height = 169
  69.           Color = clBtnFace
  70.           ItemHeight = 16
  71.           Sorted = True
  72.           TabOrder = 3
  73.           OnClick = AvailableSpellsLBClick
  74.         end
  75.         object Panel2: TPanel
  76.           Left = 188
  77.           Top = 4
  78.           Width = 157
  79.           Height = 17
  80.           Alignment = taLeftJustify
  81.           BevelOuter = bvNone
  82.           Caption = 'Available Spells:'
  83.           TabOrder = 4
  84.         end
  85.         object Panel3: TPanel
  86.           Left = 12
  87.           Top = 4
  88.           Width = 153
  89.           Height = 17
  90.           Alignment = taLeftJustify
  91.           BevelOuter = bvNone
  92.           Caption = 'Selected Spells:'
  93.           TabOrder = 5
  94.         end
  95.       end
  96.     end
  97.   end
  98.   object BottomPnl: TPanel
  99.     Left = 0
  100.     Top = 262
  101.     Width = 380
  102.     Height = 36
  103.     Align = alBottom
  104.     BevelOuter = bvNone
  105.     TabOrder = 1
  106.     object OKBtn: TButton
  107.       Left = 191
  108.       Top = 6
  109.       Width = 90
  110.       Height = 27
  111.       Caption = 'OK'
  112.       ModalResult = 1
  113.       TabOrder = 0
  114.       OnClick = OKBtnClick
  115.     end
  116.     object CancelBtn: TButton
  117.       Left = 286
  118.       Top = 6
  119.       Width = 90
  120.       Height = 27
  121.       Caption = 'Cancel'
  122.       ModalResult = 2
  123.       TabOrder = 1
  124.     end
  125.   end
  126. end
  127.