예제 #1
0
 public FrmSetArrowStyle(GSOArrowStyle style, GSOGlobeControl globeControl)
 {
     InitializeComponent();
     m_GlobeControl = globeControl;
     // 如果m_OldStyle不存在,先备份一个
     if (style != null)
     {
         m_OldStyle = style.Clone();
     }
     m_Style = style;
 }
예제 #2
0
 public FrmSetArrowStyle(GSOArrowStyle style, GSOGlobeControl globeControl)
 {
     InitializeComponent();
     m_GlobeControl = globeControl;
     // 如果m_OldStyle不存在,先备份一个
     if (style != null)
     {
         m_OldStyle = style.Clone();
     }
     m_Style = style;
 }
예제 #3
0
        public FrmSetArrowStyle(GSOArrowStyle style, GSOFeature feature, GSOLayer layer, GSOGlobeControl globeControl)
        {
            InitializeComponent();
            m_GlobeControl = globeControl;
            mlayer = layer;
            mfeature = feature;

            // 如果m_OldStyle不存在,先备份一个
            if (style != null)
            {
                m_OldStyle = style.Clone();
            }
            m_Style = style;
        }
예제 #4
0
        public FrmSetArrowStyle(GSOArrowStyle style, GSOFeature feature, GSOLayer layer, GSOGlobeControl globeControl)
        {
            InitializeComponent();
            m_GlobeControl = globeControl;
            mlayer         = layer;
            mfeature       = feature;

            // 如果m_OldStyle不存在,先备份一个
            if (style != null)
            {
                m_OldStyle = style.Clone();
            }
            m_Style = style;
        }