Exemple #1
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ChartingWidget;component/MainPage.xaml", System.UriKind.Relative));
     this.PanelAttributeQuery = ((System.Windows.Controls.StackPanel)(this.FindName("PanelAttributeQuery")));
     this.lstAttQueryLayer    = ((System.Windows.Controls.ComboBox)(this.FindName("lstAttQueryLayer")));
     this.lstAttQueryField    = ((System.Windows.Controls.ListBox)(this.FindName("lstAttQueryField")));
     this.txtAttQueryWhere    = ((System.Windows.Controls.TextBox)(this.FindName("txtAttQueryWhere")));
     this.btnAttWhereClear    = ((System.Windows.Controls.Button)(this.FindName("btnAttWhereClear")));
     this.OperatorsGrid       = ((System.Windows.Controls.Grid)(this.FindName("OperatorsGrid")));
     this.btnOperLike         = ((System.Windows.Controls.Button)(this.FindName("btnOperLike")));
     this.btnOperAnd          = ((System.Windows.Controls.Button)(this.FindName("btnOperAnd")));
     this.btnOperOr           = ((System.Windows.Controls.Button)(this.FindName("btnOperOr")));
     this.btnOperNot          = ((System.Windows.Controls.Button)(this.FindName("btnOperNot")));
     this.btnOperIs           = ((System.Windows.Controls.Button)(this.FindName("btnOperIs")));
     this.btnOperNULL         = ((System.Windows.Controls.Button)(this.FindName("btnOperNULL")));
     this.btnOperEqual        = ((System.Windows.Controls.Button)(this.FindName("btnOperEqual")));
     this.btnOperNotEqual     = ((System.Windows.Controls.Button)(this.FindName("btnOperNotEqual")));
     this.btnOperGreater      = ((System.Windows.Controls.Button)(this.FindName("btnOperGreater")));
     this.btnOperLess         = ((System.Windows.Controls.Button)(this.FindName("btnOperLess")));
     this.btnOperGtEqual      = ((System.Windows.Controls.Button)(this.FindName("btnOperGtEqual")));
     this.btnOperLtEqual      = ((System.Windows.Controls.Button)(this.FindName("btnOperLtEqual")));
     this.btnSubmitAttQuery   = ((System.Windows.Controls.Button)(this.FindName("btnSubmitAttQuery")));
     this.PanelChartOutput    = ((System.Windows.Controls.Grid)(this.FindName("PanelChartOutput")));
     this.ChartResultMessage  = ((System.Windows.Controls.TextBlock)(this.FindName("ChartResultMessage")));
     this.ChartResultGrid     = ((ESRI.SilverlightViewer.Controls.SplitGrid)(this.FindName("ChartResultGrid")));
     this.LeftResultStack     = ((System.Windows.Controls.StackPanel)(this.FindName("LeftResultStack")));
     this.RightChartStack     = ((System.Windows.Controls.StackPanel)(this.FindName("RightChartStack")));
 }
Exemple #2
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ESRI.SilverlightViewer;component/Widgets/IncidentWidget.xaml", System.UriKind.Relative));
     this.gridFeatureFilter = ((ESRI.SilverlightViewer.Controls.SplitGrid)(this.FindName("gridFeatureFilter")));
     this.listQueryFields   = ((System.Windows.Controls.ListBox)(this.FindName("listQueryFields")));
     this.listFieldValues   = ((System.Windows.Controls.ListBox)(this.FindName("listFieldValues")));
     this.borderTimeSlider  = ((System.Windows.Controls.Border)(this.FindName("borderTimeSlider")));
     this.timeExtentSlider  = ((ESRI.ArcGIS.Client.Toolkit.TimeSlider)(this.FindName("timeExtentSlider")));
 }