object AddCodeTDialog: TAddCodeTDialog Left = 200 Top = 109 ActiveControl = ShortName BorderStyle = bsDialog Caption = 'AddCodeTDialog' ClientHeight = 106 ClientWidth = 307 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 2 Top = 5 Width = 297 Height = 65 Shape = bsFrame end object Label1: TLabel Left = 13 Top = 18 Width = 74 Height = 13 Caption = '&Shortcut Name:' FocusControl = ShortName end object Label2: TLabel Left = 13 Top = 44 Width = 56 Height = 13 Caption = '&Description:' FocusControl = Desc end object OKBtn: TButton Left = 144 Top = 77 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 224 Top = 77 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ShortName: TEdit Left = 93 Top = 14 Width = 190 Height = 21 TabOrder = 2 end object Desc: TEdit Left = 93 Top = 41 Width = 190 Height = 21 TabOrder = 3 end end