object frmOptionsNewList: TfrmOptionsNewList Left = 841 Top = 101 HelpContext = 9085 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'New Personal List' ClientHeight = 115 ClientWidth = 175 Color = clBtnFace ParentFont = True HelpFile = 'CPRSWT.HLP' OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object lblEnter: TLabel Left = 10 Top = 8 Width = 93 Height = 13 Caption = 'Enter the name of a' end object lblNew: TLabel Left = 10 Top = 24 Width = 81 Height = 13 Caption = 'new personal list.' end object pnlBottom: TPanel Left = 0 Top = 81 Width = 175 Height = 34 HelpContext = 9085 Align = alBottom BevelOuter = bvNone ParentColor = True TabOrder = 1 object btnOK: TButton Left = 11 Top = 7 Width = 75 Height = 22 HelpContext = 9997 Caption = 'OK' Default = True Enabled = False TabOrder = 0 OnClick = btnOKClick end object btnCancel: TButton Left = 91 Top = 7 Width = 75 Height = 22 HelpContext = 9996 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end object txtNewList: TCaptionEdit Left = 10 Top = 45 Width = 153 Height = 21 HelpContext = 9086 MaxLength = 30 TabOrder = 0 OnChange = txtNewListChange OnKeyPress = txtNewListKeyPress Caption = 'Enter the name of a new personal list' end object DKLanguageController1: TDKLanguageController Left = 80 Top = 64 LangData = { 110066726D4F7074696F6E734E65774C69737401020000000100000007004361 7074696F6E02000000080048656C7046696C65010600000008006C626C456E74 6572010100000003000000070043617074696F6E0006006C626C4E6577010100 000004000000070043617074696F6E000900706E6C426F74746F6D0000050062 746E4F4B010100000005000000070043617074696F6E00090062746E43616E63 656C010100000006000000070043617074696F6E000A007478744E65774C6973 74010100000007000000070043617074696F6E00} end end