object frmStorageDialog: TfrmStorageDialog Left = 360 Top = 250 BorderStyle = bsDialog Caption = 'Select Connection' ClientHeight = 118 ClientWidth = 276 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object cbConnections: TComboBox Left = 16 Top = 20 Width = 249 Height = 21 ItemHeight = 13 TabOrder = 0 Text = '' Items.Strings = ( '') end object btnOk: TButton Left = 54 Top = 70 Width = 75 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 OnClick = btnOkClick end object btnCancel: TButton Left = 148 Top = 70 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = btnCancelClick end object FormStorage1: TFormStorage IniFileName = 'Software\AKTIS a.s.\Nexus' IniSection = 'ScriptEngine' Options = [] UseRegistry = True OnRestorePlacement = FormStorage1RestorePlacement StoredProps.Strings = ( 'cbConnections.Text') StoredValues = <> Left = 12 Top = 80 end end