コード例 #1
0
ファイル: FrmOutEarth.cs プロジェクト: StarU/qkKL6Dgf12
 public FrmOutEarth(GSOGlobeControl globeControl, DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX11, ToolStripStatusLabel toolStripNumbers1)
 {
     InitializeComponent();
     globeControl1 = globeControl;
     dataGridViewX1 = dataGridViewX11;
     toolStripNumbers = toolStripNumbers1;
 }
コード例 #2
0
 public FrmSpecialEffects()
 {
     InitializeComponent();
     _glbControl      = new GSOGlobeControl();
     _glbControl.Dock = DockStyle.Fill;
     panel1.Controls.Add(_glbControl);
 }
コード例 #3
0
        public CtrlParticleParamPage(GSOGeometry geometry,GSOGlobeControl globeControl)
        {
            InitializeComponent();

            mGlobeControl = globeControl;
            mGeometry = geometry;
        }
コード例 #4
0
        public CtrlLineStylePage(GSOGeometry geometry, GSOGlobeControl globeControl)
        {
            InitializeComponent();

            m_GlobeControl = globeControl;
            m_Geometry     = geometry;
        }
コード例 #5
0
        public CtrlParticleParamPage(GSOGeometry geometry, GSOGlobeControl globeControl)
        {
            InitializeComponent();

            mGlobeControl = globeControl;
            mGeometry     = geometry;
        }
コード例 #6
0
        public FrmAnalysisProfileBaseLine(GSOGlobeControl _globeControl1, GSOGeoPolyline3D _geopolyline)
        {
            InitializeComponent();

            globeControl1 = _globeControl1;
            m_geopolyline = _geopolyline;
        }
コード例 #7
0
 private FrmShowValvesNeedClose(GSOGlobeControl globe, GSOFeatures features, ArrayList list)
 {
     InitializeComponent();
     globeControl1 = globe;
     m_CloseValvesAnalyResFeatures = features;
     m_CloseValvesList             = list;
 }
コード例 #8
0
 public CtrlPolygonStylePage(GSOFeature feature, GSOGlobeControl globeControl)
 {
     InitializeComponent();
      m_GlobeControl = globeControl;
      m_Geometry = feature.Geometry;
     mfeature = feature;
 }
コード例 #9
0
 public FrmAtrributeMapping1(GSOGlobeControl globeControl, GSOLayer layer, GSOFeature feature)
 {
     InitializeComponent();
     m_globeControl = globeControl;
     m_feature      = feature;
     m_layer        = layer;
 }
コード例 #10
0
 private FrmEditLayerAttributesByTable(GSOLayer layer, GSOFeatures selectFeatures, GSOGlobeControl globeControl)
 {
     InitializeComponent();
     geoLayer      = layer;
     m_features    = selectFeatures;
     globeControl1 = globeControl;
 }
コード例 #11
0
 private FrmShowValvesNeedClose(GSOGlobeControl globe,GSOFeatures features,ArrayList list)
 {
     InitializeComponent();
         globeControl1 = globe;
         m_CloseValvesAnalyResFeatures = features;
         m_CloseValvesList = list;
 }
コード例 #12
0
 //public GSOGeometry m_feature.Geometry = null;
 public CtrlEntitySpaceInfo(GSOFeature feature, GSOGlobeControl globeControl)//(GSOGeometry geometry, GSOGlobeControl globeControl)
 {
     InitializeComponent();
     m_GlobeControl = globeControl;
     //m_feature.Geometry = geometry;
     m_feature = feature;
 }
コード例 #13
0
ファイル: FrmElevateLayer.cs プロジェクト: StarU/qkKL6Dgf12
 public FrmElevateLayer(GSOGlobeControl _ctl)
 {
     ctl = _ctl;
     InitializeComponent();
     this.MaximizeBox = false;
     this.FormBorderStyle = FormBorderStyle.FixedSingle;
 }
コード例 #14
0
 private FrmShowFeatureAttributesByTable(DataTable importDt, GSOLayer layer, GSOGlobeControl globeControl)
 {
     InitializeComponent();
     dt            = importDt;
     geoLayer      = layer;
     globeControl1 = globeControl;
 }
コード例 #15
0
 private FrmShowFeatureAttributesByTable(DataTable importDt, GSOLayer layer, GSOGlobeControl globeControl)
 {
     InitializeComponent();
     dt = importDt;
     geoLayer = layer;
     globeControl1 = globeControl;
 }
コード例 #16
0
 //(GSOGeometry geometry, GSOGlobeControl globeControl)
 //public GSOGeometry m_feature.Geometry = null;
 public CtrlEntitySpaceInfo(GSOFeature feature, GSOGlobeControl globeControl)
 {
     InitializeComponent();
     m_GlobeControl = globeControl;
     //m_feature.Geometry = geometry;
     m_feature = feature;
 }
コード例 #17
0
 public FrmOutEarth(GSOGlobeControl globeControl, DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX11, ToolStripStatusLabel toolStripNumbers1)
 {
     InitializeComponent();
     globeControl1    = globeControl;
     dataGridViewX1   = dataGridViewX11;
     toolStripNumbers = toolStripNumbers1;
 }
コード例 #18
0
 public FrmElectric()
 {
     InitializeComponent();
     _glbControl      = new GSOGlobeControl();
     _glbControl.Dock = DockStyle.Fill;
     this.panel1.Controls.Add(_glbControl);
 }
コード例 #19
0
 public FrmLayerOperate()
 {
     InitializeComponent();
     _glbControl      = new GSOGlobeControl();
     _glbControl.Dock = DockStyle.Fill;
     panel1.Controls.Add(_glbControl);
 }
コード例 #20
0
ファイル: CtrlLineStylePage.cs プロジェクト: StarU/qkKL6Dgf12
        public CtrlLineStylePage(GSOGeometry geometry, GSOGlobeControl globeControl)
        {
            InitializeComponent();

            m_GlobeControl = globeControl;
            m_Geometry = geometry;
        }
コード例 #21
0
 public CtrlPolygonStylePage(GSOFeature feature, GSOGlobeControl globeControl)
 {
     InitializeComponent();
     m_GlobeControl = globeControl;
     m_Geometry     = feature.Geometry;
     mfeature       = feature;
 }
コード例 #22
0
 public FrmAttriTable(GSOGlobeControl glbControl, GSOLayer layer)
 {
     InitializeComponent();
     _glbControl = glbControl;
     _layer      = layer;
     InitialTable();
 }
コード例 #23
0
 public FrmAttriTableEdit()
 {
     InitializeComponent();
     _glbControl      = new GSOGlobeControl();
     _glbControl.Dock = DockStyle.Fill;
     panel1.Controls.Add(_glbControl);
 }
コード例 #24
0
 public FrmAtrributeMapping1(GSOGlobeControl globeControl,GSOLayer layer,GSOFeature feature)
 {
     InitializeComponent();
     m_globeControl = globeControl;
     m_feature = feature;
     m_layer = layer;
 }
コード例 #25
0
 public FrmElevateLayer(GSOGlobeControl _ctl)
 {
     ctl = _ctl;
     InitializeComponent();
     this.MaximizeBox     = false;
     this.FormBorderStyle = FormBorderStyle.FixedSingle;
 }
コード例 #26
0
 private FrmEditLayerAttributesByTable(GSOLayer layer,GSOFeatures selectFeatures, GSOGlobeControl globeControl)
 {
     InitializeComponent();
     geoLayer = layer;
     m_features = selectFeatures;
     globeControl1 = globeControl;
 }
コード例 #27
0
 public FrmSceneCondition()
 {
     InitializeComponent();
     _glbControl      = new GSOGlobeControl();
     _glbControl.Dock = DockStyle.Fill;
     panel1.Controls.Add(_glbControl);
 }
コード例 #28
0
 public FrmAnalysisHengDuanMian(ArrayList arraylistP, ArrayList arraylistF, GSOGeoPolyline3D _line,GSOGlobeControl _ctl)
 {
     InitializeComponent();
     this.listPoint = arraylistP;
     this.listFeat = arraylistF;
     line = _line;
     globeControl1 = _ctl;
 }
コード例 #29
0
 public FrmSunlight()
 {
     InitializeComponent();
     //初始化球控件
     _glbControl      = new GSOGlobeControl();
     _glbControl.Dock = DockStyle.Fill;
     this.panel1.Controls.Add(_glbControl);
 }
コード例 #30
0
        public FrmAnalysisDigFillOfTerrain(GSOGlobeControl _globeControl1, GSOGeoPolygon3D _polygon3D)
        {
            InitializeComponent();

            //从主窗口引入两个值,一个球,一个画的范围
            globeControl1 = _globeControl1;
            m_polygon3D   = _polygon3D;
        }
コード例 #31
0
        GSOFeature feature; //创建一个全局变量
        public Form1()
        {
            InitializeComponent();

            globeControl1 = new GSOGlobeControl();
            panel1.Controls.Add(globeControl1);
            globeControl1.Dock = DockStyle.Fill;
        }
コード例 #32
0
 public FrmAnalysisHengDuanMian(ArrayList arraylistP, ArrayList arraylistF, GSOGeoPolyline3D _line, GSOGlobeControl _ctl)
 {
     InitializeComponent();
     this.listPoint = arraylistP;
     this.listFeat  = arraylistF;
     line           = _line;
     globeControl1  = _ctl;
 }
コード例 #33
0
        public CtrlLineFieldsValuePage(GSOFeature feature,GSOLayer layer, GSOGlobeControl globeControl)
        {
            InitializeComponent();
            mGlobeControl = globeControl;
            m_feature = feature;

            mlayer = layer;
        }
コード例 #34
0
 public static FrmFeatureInfo GetForm(GSOFeature feature, GSOLayer layer, GSOGlobeControl globeControl)
 {
     if (featureInfo == null)
     {
         featureInfo = new FrmFeatureInfo(feature, layer, globeControl);
     }
     return(featureInfo);
 }
コード例 #35
0
        public CtrlLineFieldsValuePage(GSOFeature feature, GSOLayer layer, GSOGlobeControl globeControl)
        {
            InitializeComponent();
            mGlobeControl = globeControl;
            m_feature     = feature;

            mlayer = layer;
        }
コード例 #36
0
 public static void removeLayer(GSOGlobeControl globeControl1, GSOLayer layer)
 {
     if (globeControl1 != null && layer != null)
     {
         layer.Dataset.DataSource.RemoveDataset(layer.Dataset);
         globeControl1.Globe.Layers.Remove(layer);
     }
 }
コード例 #37
0
ファイル: FrmAdjustLayer.cs プロジェクト: StarU/qkKL6Dgf12
        public FrmAdjustLayer(GSOGlobeControl _ctl)
        {
            ctl = _ctl;

            ctl.MouseClick += new MouseEventHandler(ctl_MouseClick);
            this.FormBorderStyle = FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            InitializeComponent();
        }
コード例 #38
0
        public FrmAdjustLayer(GSOGlobeControl _ctl)
        {
            ctl = _ctl;

            ctl.MouseClick      += new MouseEventHandler(ctl_MouseClick);
            this.FormBorderStyle = FormBorderStyle.FixedSingle;
            this.MaximizeBox     = false;
            InitializeComponent();
        }
コード例 #39
0
 /// <summary>
 /// 初始化加载
 /// </summary>
 public LDBSurpport()
 {
     InitializeComponent();
     _glbControl      = new GSOGlobeControl();
     _glbControl.Dock = DockStyle.Fill;
     panel1.Controls.Add(_glbControl);
     _glbControl.AfterLayerAddEvent += new AfterLayerAddEventHandler(globeControl1_AfterLayerAddEvent);
     InitNode();
 }
コード例 #40
0
        public FrmAnalysisFloodSubmerge(GSOGlobeControl _globeControl1, GSOGeoPolygon3D _polygon3D)
        {
            InitializeComponent();
            //默认20次每秒
            textBoxFrequency.Text = "20";

            globeControl1 = _globeControl1;
            m_polygon3D   = _polygon3D;
        }
コード例 #41
0
        public CtrlPolylineSpaceInfo(GSOGeometry geometry,GSOFeature feature,GSOLayer layer,GSOGlobeControl globeControl)
        {
            InitializeComponent();
            m_GlobeControl = globeControl;
            m_Geometry = geometry;

            mlayer = layer;
            mfeature = feature;
        }
コード例 #42
0
        public CtrlPolylineSpaceInfo(GSOGeometry geometry, GSOFeature feature, GSOLayer layer, GSOGlobeControl globeControl)
        {
            InitializeComponent();
            m_GlobeControl = globeControl;
            m_Geometry     = geometry;

            mlayer   = layer;
            mfeature = feature;
        }
コード例 #43
0
        public Form1()
        {
            InitializeComponent();

            //添加球
            globeControl1 = new GSOGlobeControl();
            this.splitContainer1.Panel2.Controls.Add(globeControl1);
            globeControl1.Dock = DockStyle.Fill;
        }
コード例 #44
0
ファイル: FrmFeatureInfo.cs プロジェクト: StarU/qkKL6Dgf12
        public static FrmFeatureInfo GetForm(GSOFeature feature, GSOLayer layer, GSOGlobeControl globeControl)
        {
            if (featureInfo == null)
            {
                featureInfo = new FrmFeatureInfo(feature, layer, globeControl);

            }
            return featureInfo;
        }
コード例 #45
0
 public FrmAddPipeFitting(GSOGlobeControl ctl, GSOPoint3d p, GSOLayer _layer)
 {
     InitializeComponent();
     this.globeControl1 = ctl;
     this.point         = p;
     layer          = _layer;
     plane3DControl = new GSOPlane3DControl();
     panel1.Controls.Add(plane3DControl);
     plane3DControl.Dock = DockStyle.Fill;
 }
コード例 #46
0
 public FrmAddPipeFitting(GSOGlobeControl ctl, GSOPoint3d p,GSOLayer _layer)
 {
     InitializeComponent();
     this.globeControl1 = ctl;
     this.point = p;
     layer = _layer;
     plane3DControl = new GSOPlane3DControl();
     panel1.Controls.Add(plane3DControl);
     plane3DControl.Dock = DockStyle.Fill;
 }
コード例 #47
0
ファイル: CtrlDataGridView.cs プロジェクト: StarU/qkKL6Dgf12
 public CtrlDataGridView(GSOGlobeControl globeControl,GSOLayer layer1, DataTable dt)
 {
     InitializeComponent();
     globeControl1 = globeControl;
     layer = layer1;
     mDataTable = dt;
     countLog = dt.Rows.Count;
     dataGridView1.DataSource = mDataTable;
     dataGridView1.ReadOnly = true;
 }
コード例 #48
0
ファイル: Utility.cs プロジェクト: StarU/qkKL6Dgf12
 public static DatabaseConnectParams getConnectParamsByDatasourceName(GSOGlobeControl globeControl1, string dataSourceName)
 {
     foreach (DatabaseConnectParams connectParmas in Utility.connectParamsOfDatabase)
     {
         if (connectParmas != null && connectParmas.dataSourceName == dataSourceName)
         {
             return connectParmas;
         }
     }
     return null;
 }
コード例 #49
0
ファイル: Utility.cs プロジェクト: StarU/qkKL6Dgf12
 public static GSODataSource getDataSourceByFullName(GSOGlobeControl globeControl1, string dataSourceFullName)
 {
     foreach (DatabaseConnectParams connectParmas in Utility.connectParamsOfDatabase)
     {
         if (connectParmas != null && connectParmas.dataSourceFullName == dataSourceFullName)
         {
             return globeControl1.Globe.DataManager.GetDataSourceByName(connectParmas.dataSourceName);
         }
     }
     return null;
 }
コード例 #50
0
 public CtrlExtentSectionlineStyleSetting(GSOStyle style, GSOGlobeControl globeControl)
 {
     InitializeComponent();
     m_GlobeControl = globeControl;
     // 如果m_OldStyle不存在,先备份一个
     if (style != null)
     {
         m_OldStyle = style.Clone();
     }
     m_Style = style;
 }
コード例 #51
0
ファイル: FrmSetLineStyle.cs プロジェクト: StarU/qkKL6Dgf12
 public FrmSetLineStyle(GSOStyle style, GSOGlobeControl globeControl)
 {
     InitializeComponent();
     m_GlobeControl = globeControl;
     // 如果m_OldStyle不存在,先备份一个
     if (style != null)
     {
         m_OldStyle = style.Clone();
     }
     m_Style = style;
 }
コード例 #52
0
 public FrmBatchExportLayerByZ(GSOGlobeControl globeControl1)
 {
     InitializeComponent();
     this.globeControl1 = globeControl1;
     for (int i = 0; i < globeControl1.Globe.Layers.Count; i++)
     {
         TreeNode node = new TreeNode();
         node.Text = globeControl1.Globe.Layers[i].Caption;
         node.Tag = globeControl1.Globe.Layers[i];
         treeView1.Nodes.Add(node);
     }
 }
コード例 #53
0
        public FrmUpdateLayerFieldValues(GSOGlobeControl ctl)
        {
            InitializeComponent();
            this.ctl = ctl;

            for (int j = 0; j < ctl.Globe.Layers.Count; j++)
            {
                comboBoxLayerSource.Items.Add(ctl.Globe.Layers[j].Caption);
                comboBoxLayerTarget.Items.Add(ctl.Globe.Layers[j].Caption);
            }
            comboBoxChangeSource1.Name = "comboBoxChangeSource1";
            comboBoxChangeTarget1.Name = "comboBoxChangeTarget1";
        }
コード例 #54
0
 public static FrmShowValvesNeedClose getForm(GSOGlobeControl globe, GSOFeatures features, ArrayList list)
 {
     if (form == null)
     {
         form = new FrmShowValvesNeedClose(globe, features, list);
     }
     else
     {
         form.m_CloseValvesAnalyResFeatures = features;
         form.m_CloseValvesList = list;
     }
     return form;
 }
コード例 #55
0
        public FrmSetOutlineStyle(GSOLineStyle3D style, GSOGeoPolygon3D polygon, GSOFeature feature, GSOGlobeControl globeControl)
        {
            InitializeComponent();
            m_GlobeControl = globeControl;
            mfeature = feature;
            mpolygon = polygon;

            // 如果m_OldStyle不存在,先备份一个
            if (style != null)
            {
                m_OldStyle = (GSOLineStyle3D)style.Clone();
            }
            simpleLineStyle3D = (GSOSimpleLineStyle3D)style;
        }
コード例 #56
0
 public static FrmShowFeatureAttributesByTable GetForm(DataTable importDt, GSOLayer layer, GSOGlobeControl globeControl)
 {
     if (tableAttribute == null)
     {
         tableAttribute = new FrmShowFeatureAttributesByTable(importDt, layer, globeControl);
     }
     else
     {
         dt = importDt;
         geoLayer = layer;
         globeControl1 = globeControl;
     }
     return tableAttribute;
 }
コード例 #57
0
ファイル: FrmSetLineStyle.cs プロジェクト: StarU/qkKL6Dgf12
        public FrmSetLineStyle(GSOStyle 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;
        }
コード例 #58
0
 public static FrmEditLayerAttributesByTable GetForm(GSOLayer layer, GSOFeatures selectFeatures, GSOGlobeControl globeControl)
 {
     if (tableAttribute == null)
     {
         tableAttribute = new FrmEditLayerAttributesByTable(layer, selectFeatures, globeControl);
     }
     else
     {
         geoLayer = layer;
         m_features = selectFeatures;
         globeControl1 = globeControl;
     }
     tableAttribute.isShow = true;
     return tableAttribute;
 }
コード例 #59
0
ファイル: FrmFeatureInfo.cs プロジェクト: StarU/qkKL6Dgf12
 public FrmFeatureInfo(GSOFeature feature, GSOLayer layer, GSOGlobeControl globeControl)
 {
     InitializeComponent();
     if (layer != null)
     {
         mlayer = layer;
     }
     m_Feature = feature;
     // 先备份一个
     if (feature != null)
     {
         m_OldFeture = feature.Clone();
     }
     m_GlobeControl = globeControl;
 }
コード例 #60
0
        public CtrlPipelineStyleSetting(GSOStyle style, GSOFeature feature, GSOLayer layer, GSOGlobeControl globeControl)
        {
            InitializeComponent();
            m_GlobeControl = globeControl;
            mlayer = layer;
            mfeature = feature;
            altituMode = feature.Geometry.AltitudeMode;

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