object MapObjectDlg: TMapObjectDlg Left = 718 Top = 259 BorderStyle = bsDialog Caption = 'MapObjectDlg' ClientHeight = 266 ClientWidth = 290 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PrintScale = poNone Scaled = False OnHide = FormHide OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object ClientPnl: TPanel Left = 0 Top = 0 Width = 290 Height = 230 Align = alClient BevelOuter = bvNone TabOrder = 0 object MainPageControl: TPageControl Left = 8 Top = 8 Width = 261 Height = 217 ActivePage = GeneralSheet TabOrder = 0 object GeneralSheet: TTabSheet Caption = 'General' end end end object ButtonPnl: TPanel Left = 0 Top = 230 Width = 290 Height = 36 Align = alBottom BevelOuter = bvNone TabOrder = 1 object OKBtn: TButton Left = 79 Top = 4 Width = 90 Height = 27 Caption = 'OK' ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 179 Top = 4 Width = 90 Height = 27 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end end