object SpellSelectionDlg: TSpellSelectionDlg Left = 547 Top = 229 BorderStyle = bsDialog Caption = 'Spell Selection' ClientHeight = 298 ClientWidth = 380 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object ClientPnl: TPanel Left = 8 Top = 8 Width = 369 Height = 249 BevelOuter = bvNone BevelWidth = 2 TabOrder = 0 object MainPageControl: TPageControl Left = 0 Top = 0 Width = 369 Height = 249 ActivePage = GeneralSheet Align = alClient TabOrder = 0 object GeneralSheet: TTabSheet Caption = 'General' TabVisible = False object AddBtn: TButton Left = 183 Top = 198 Width = 65 Height = 25 Caption = 'Add' TabOrder = 0 OnClick = AddBtnClick end object DeleteBtn: TButton Left = 108 Top = 198 Width = 65 Height = 25 Caption = 'Delete' TabOrder = 1 OnClick = DeleteBtnClick end object SelectedSpellsLB: TListBox Left = 12 Top = 24 Width = 161 Height = 169 Color = clBtnFace ItemHeight = 16 Sorted = True TabOrder = 2 OnClick = SelectedSpellsLBClick end object AvailableSpellsLB: TListBox Left = 184 Top = 24 Width = 161 Height = 169 Color = clBtnFace ItemHeight = 16 Sorted = True TabOrder = 3 OnClick = AvailableSpellsLBClick end object Panel2: TPanel Left = 188 Top = 4 Width = 157 Height = 17 Alignment = taLeftJustify BevelOuter = bvNone Caption = 'Available Spells:' TabOrder = 4 end object Panel3: TPanel Left = 12 Top = 4 Width = 153 Height = 17 Alignment = taLeftJustify BevelOuter = bvNone Caption = 'Selected Spells:' TabOrder = 5 end end end end object BottomPnl: TPanel Left = 0 Top = 262 Width = 380 Height = 36 Align = alBottom BevelOuter = bvNone TabOrder = 1 object OKBtn: TButton Left = 191 Top = 6 Width = 90 Height = 27 Caption = 'OK' ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 286 Top = 6 Width = 90 Height = 27 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end end