object SaveSession: TSaveSession Left = 490 Top = 109 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Save Session' ClientHeight = 103 ClientWidth = 317 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnShow = FormShow TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 117 Height = 13 Caption = 'Save current settings as:' end object OKBtn: TBitBtn Left = 112 Top = 64 Width = 81 Height = 26 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 NumGlyphs = 2 end object CancelBtn: TBitBtn Left = 200 Top = 64 Width = 81 Height = 26 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 NumGlyphs = 2 end object SessionNameEdit: TComboBox Left = 16 Top = 32 Width = 289 Height = 21 ItemHeight = 13 TabOrder = 2 end end