public MapChangeForm()
        {
            InitializeComponent();

            this.N_InputFormRef = N_Init(this);
            this.InputFormRef   = Init(this);

            MapPictureBox.HideCommandBar2();

            this.N_InputFormRef.MakeGeneralAddressListContextMenu(true);
            this.N_InputFormRef.AddressListExpandsEvent += N_AddressListExpandsEvent;
            this.N_InputFormRef.PostWriteHandler        += N_PostWriteEvent;

            InputFormRef.markupJumpLabel(X_MAPEDITOR_LINK);
        }