object Form_BaseTemplate: TForm_BaseTemplate Left = 0 Top = 0 Caption = 'Form_BaseTemplate' ClientHeight = 557 ClientWidth = 598 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsMDIChild OldCreateOrder = False Visible = True WindowState = wsMaximized OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object panel_connection: TPanel Left = 0 Top = 0 Width = 598 Height = 25 Align = alTop BevelOuter = bvNone TabOrder = 0 ExplicitWidth = 200 DesignSize = ( 598 25) object label_connection: TLabel Left = 3 Top = 6 Width = 61 Height = 13 Caption = '&Connection: ' FocusControl = combo_connection end object combo_connection: TComboBox Left = 64 Top = 3 Width = 532 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] DropDownCount = 12 ItemHeight = 13 TabOrder = 0 OnChange = combo_connectionChange ExplicitWidth = 134 end end object panel_basecontent: TPanel Left = 0 Top = 25 Width = 598 Height = 532 Align = alClient BevelOuter = bvNone TabOrder = 1 ExplicitLeft = 212 ExplicitTop = 272 ExplicitWidth = 185 ExplicitHeight = 41 end end