public override void OnApplyTemplate()
    {
        if (MapDetailsControl != null)
        {
            MapDetailsControl.MapDetailsChanged -= RaiseMapDetailsChanged;
            MapDetailsControl.MapSelectedForOpening -= RaiseMapSelectedForOpening;
        }

        if (ResultsListBox != null)
            ResultsListBox.SelectionChanged -= ResultListBox_SelectionChanged;

        base.OnApplyTemplate();

        MapDetailsControl = GetTemplateChild("MapDetailsControl") as MapDetailsControl;
        ResultsListBox = GetTemplateChild("ResultsListBox") as ListBox;
        SearchResultsTextBlock = GetTemplateChild("SearchResultsTextBlock") as TextBlock;
        DataPager = GetTemplateChild("DataPager") as DataPager;

        if (MapDetailsControl != null)
        {
            MapDetailsControl.MapDetailsChanged += RaiseMapDetailsChanged;
            MapDetailsControl.MapSelectedForOpening += RaiseMapSelectedForOpening;
        }

        if (ResultsListBox != null)
        {
            ResultsListBox.SelectionChanged += ResultListBox_SelectionChanged;
            ResultsListBox.DataContext = this;
        }
        if (_isDirty)
            GenerateResults();
    }
 /// <summary>
 /// Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.DataPagerAutomationPeer" /> class.
 /// </summary>
 /// <param name="owner">
 /// The <see cref="T:System.Windows.Controls.DataPager" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.DataPagerAutomationPeer" />.
 /// </param>
 public DataPagerAutomationPeer(DataPager owner)
     : base(owner)
 {
     if (owner == null)
     {
         throw new ArgumentNullException("owner");
     }
     this.InitializeProperties();
 }
Beispiel #3
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/bing;component/StiriDesign.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Canvas)(this.FindName("LayoutRoot")));
     this.dataGrid1 = ((System.Windows.Controls.DataGrid)(this.FindName("dataGrid1")));
     this.dataPager1 = ((System.Windows.Controls.DataPager)(this.FindName("dataPager1")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E7%94%A8%E6%88%B7%E5%B9%B4%E7%94%A8%E6%B0%94%E9%87%8F%E8%A1%A8.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.search = ((Com.Aote.ObjectTools.SearchObject)(this.FindName("search")));
     this.userfileslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfileslist")));
     this.userfilesearch = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.userfiles = ((System.Windows.Controls.DataGrid)(this.FindName("userfiles")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightApplication1;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.StackPanel)(this.FindName("LayoutRoot")));
     this.searchSalesData = ((System.Windows.Controls.AutoCompleteBox)(this.FindName("searchSalesData")));
     this.dgSales = ((System.Windows.Controls.DataGrid)(this.FindName("dgSales")));
     this.dgSalesPager = ((System.Windows.Controls.DataPager)(this.FindName("dgSalesPager")));
     this.sliderPager = ((System.Windows.Controls.Slider)(this.FindName("sliderPager")));
     this.sliderSalesAmount = ((System.Windows.Controls.Slider)(this.FindName("sliderSalesAmount")));
     this.sliderSalesForecast = ((System.Windows.Controls.Slider)(this.FindName("sliderSalesForecast")));
     this.gdWrap = ((System.Windows.Controls.Grid)(this.FindName("gdWrap")));
     this.wrapPanelSales = ((System.Windows.Controls.WrapPanel)(this.FindName("wrapPanelSales")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E6%9F%A5%E8%AF%A2.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pageResource = ((Com.Aote.Marks.ResourceLoad)(this.FindName("pageResource")));
     this.areafileslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("areafileslist")));
     this.conditionlist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("conditionlist")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.areafilesearch = ((System.Windows.Controls.DockPanel)(this.FindName("areafilesearch")));
     this.condition = ((System.Windows.Controls.ComboBox)(this.FindName("condition")));
     this.areasearchbutton = ((System.Windows.Controls.Button)(this.FindName("areasearchbutton")));
     this.areafiles = ((System.Windows.Controls.DataGrid)(this.FindName("areafiles")));
 }
Beispiel #7
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Segator.Loms.Modules.Dispatcher.Silverlight;component/Silverlight/Reservations/R" +
                 "eservationsView.xaml", System.UriKind.Relative));
     this.PageLoadEvent = ((System.Windows.Interactivity.InvokeCommandAction)(this.FindName("PageLoadEvent")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.popUpSettings = ((System.Windows.Controls.Primitives.Popup)(this.FindName("popUpSettings")));
     this.popUpSearch = ((System.Windows.Controls.Primitives.Popup)(this.FindName("popUpSearch")));
     this.dgDispatch = ((System.Windows.Controls.DataGrid)(this.FindName("dgDispatch")));
     this.pagerDispatch = ((System.Windows.Controls.DataPager)(this.FindName("pagerDispatch")));
     this.btnPrint = ((System.Windows.Controls.Button)(this.FindName("btnPrint")));
     this.btnAlerts = ((System.Windows.Controls.Button)(this.FindName("btnAlerts")));
     this.btnReservation = ((System.Windows.Controls.Button)(this.FindName("btnReservation")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E5%85%AC%E5%91%8A%E6%9F%A5%E7%9C%8B.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.gonggao = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("gonggao")));
     this.annexlist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("annexlist")));
     this.pipelinesearch = ((System.Windows.Controls.DockPanel)(this.FindName("pipelinesearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.pipelines = ((System.Windows.Controls.DataGrid)(this.FindName("pipelines")));
     this.pipelineslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("pipelineslist")));
     this.pipeline = ((System.Windows.Controls.Grid)(this.FindName("pipeline")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E7%94%A8%E6%B0%94%E5%9C%B0%E5%9D%80%E5%89%AF%E6%9C%AC.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pageResource = ((Com.Aote.Marks.ResourceLoad)(this.FindName("pageResource")));
     this.openchild = ((Com.Aote.ObjectTools.ChildWindowObj)(this.FindName("openchild")));
     this.applysearch = ((System.Windows.Controls.Grid)(this.FindName("applysearch")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.applys = ((System.Windows.Controls.DataGrid)(this.FindName("applys")));
     this.applyslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("applyslist")));
     this.apply = ((System.Windows.Controls.DockPanel)(this.FindName("apply")));
     this.applygo = ((Com.Aote.ObjectTools.GasADObject)(this.FindName("applygo")));
     this.save = ((System.Windows.Controls.Button)(this.FindName("save")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E6%8A%84%E8%A1%A8%E5%BD%95%E5%85%A5%E4%BF%AE%E6%94%B9.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.scbdw = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("scbdw")));
     this.SaveAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.searchHandUserUnit = ((System.Windows.Controls.StackPanel)(this.FindName("searchHandUserUnit")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.handUserUnits = ((System.Windows.Controls.DataGrid)(this.FindName("handUserUnits")));
     this.personlist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("personlist")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.handUserUnit = ((System.Windows.Controls.Grid)(this.FindName("handUserUnit")));
     this.deletettip = ((Com.Aote.Controls.MessageTipObj)(this.FindName("deletettip")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E9%9D%9E%E6%B0%91%E7%94%A8%E6%8A%84%E8%A1%A8%E4%BF%A1%E6%81%AF%E5%88" +
                 "%97%E8%A1%A8.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.zonggongsi = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.userfilesearch = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.fmylist = ((System.Windows.Controls.DataGrid)(this.FindName("fmylist")));
     this.userfilesgo = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfilesgo")));
     this.userfile = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.userfilego = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ERP;component/CRUDServicoMedico.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.servicoMedicoSetDomainDataSource = ((System.Windows.Controls.DomainDataSource)(this.FindName("servicoMedicoSetDomainDataSource")));
     this.lblTitulo = ((System.Windows.Controls.Label)(this.FindName("lblTitulo")));
     this.servicoMedicoSetDataGrid = ((System.Windows.Controls.DataGrid)(this.FindName("servicoMedicoSetDataGrid")));
     this.codigoColumn = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("codigoColumn")));
     this.descricaoColumn = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("descricaoColumn")));
     this.nomeColumn = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("nomeColumn")));
     this.precoColumn = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("precoColumn")));
     this.pgrServicoMedico = ((System.Windows.Controls.DataPager)(this.FindName("pgrServicoMedico")));
     this.btnRegistrar = ((System.Windows.Controls.Button)(this.FindName("btnRegistrar")));
     this.dfrServico = ((System.Windows.Controls.DataForm)(this.FindName("dfrServico")));
     this.btnDeletar = ((System.Windows.Controls.Button)(this.FindName("btnDeletar")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E6%A0%A1%E8%A1%A8.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.rect = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("rect")));
     this.SaveAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.DeleteAction = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteAction")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.rectifysearch = ((System.Windows.Controls.Grid)(this.FindName("rectifysearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.rectifies = ((System.Windows.Controls.DataGrid)(this.FindName("rectifies")));
     this.rectifieslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("rectifieslist")));
     this.rectifyinfo = ((System.Windows.Controls.DockPanel)(this.FindName("rectifyinfo")));
     this.rectifyItem = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("rectifyItem")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E7%BB%B4%E4%BF%AE%E8%B4%B9.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.SaveAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.userfiles = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfiles")));
     this.applysearch = ((System.Windows.Controls.DockPanel)(this.FindName("applysearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.applys = ((System.Windows.Controls.DataGrid)(this.FindName("applys")));
     this.applyslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("applyslist")));
     this.apply = ((System.Windows.Controls.Grid)(this.FindName("apply")));
     this.applygo = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("applygo")));
     this.save = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E5%8F%91%E7%A5%A8%E4%BF%A1%E6%81%AF%E6%9F%A5%E7%9C%8B.xaml", System.UriKind.Relative));
     this.fgslist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fgslist")));
     this.zonggongsi = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.fpinfossearch = ((System.Windows.Controls.DockPanel)(this.FindName("fpinfossearch")));
     this.zhikong = ((System.Windows.Controls.Button)(this.FindName("zhikong")));
     this.Comboxfx = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxfx")));
     this.fpinfossearchbutton_Copy = ((System.Windows.Controls.Button)(this.FindName("fpinfossearchbutton_Copy")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.fpinfos = ((System.Windows.Controls.DataGrid)(this.FindName("fpinfos")));
     this.fpinfoslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("fpinfoslist")));
     this.fpinfo = ((System.Windows.Controls.Grid)(this.FindName("fpinfo")));
     this.fpinfosgo = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fpinfosgo")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E7%A8%BD%E6%9F%A5%E6%9C%AA%E4%BD%8F%E7%BD%AE%E7%A9%BA.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.fgslist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fgslist")));
     this.zonggongsi = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.jicha = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("jicha")));
     this.jichalist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("jichalist")));
     this.UpdateAction = ((Com.Aote.Behaviors.HQLAction)(this.FindName("UpdateAction")));
     this.daninfosearch = ((System.Windows.Controls.Grid)(this.FindName("daninfosearch")));
     this.dansearchbutton = ((System.Windows.Controls.Button)(this.FindName("dansearchbutton")));
     this.jichatj = ((System.Windows.Controls.DataGrid)(this.FindName("jichatj")));
     this.pager2 = ((System.Windows.Controls.DataPager)(this.FindName("pager2")));
     this.daninfos = ((System.Windows.Controls.DataGrid)(this.FindName("daninfos")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E7%94%A8%E6%88%B7%E5%92%8CPAD%E5%85%B3%E8%81%94.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.roadlist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("roadlist")));
     this.qulist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("qulist")));
     this.userfilesearch = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.userfiles = ((System.Windows.Controls.DataGrid)(this.FindName("userfiles")));
     this.userfileslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfileslist")));
     this.userfile = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.userfilego = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.CoboxPinp = ((System.Windows.Controls.ComboBox)(this.FindName("CoboxPinp")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E4%BF%AE%E6%94%B9%E5%8F%91%E7%A5%A8%E7%8A%B6%E6%80%81.xaml", System.UriKind.Relative));
     this.fpinfosgo = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fpinfosgo")));
     this.fgslist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fgslist")));
     this.zonggongsi = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.SaveAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.fpinfossearch = ((System.Windows.Controls.DockPanel)(this.FindName("fpinfossearch")));
     this.fpinfossearchbutton = ((System.Windows.Controls.Button)(this.FindName("fpinfossearchbutton")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.fpinfos = ((System.Windows.Controls.DataGrid)(this.FindName("fpinfos")));
     this.fpinfoslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("fpinfoslist")));
     this.fpinfo = ((System.Windows.Controls.Grid)(this.FindName("fpinfo")));
     this.save = ((System.Windows.Controls.Button)(this.FindName("save")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E9%9D%9E%E6%B0%91%E7%94%A8%E6%8A%84%E8%A1%A8%E5%BD%95%E5%85%A5.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.zonggongsi = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.input = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("input")));
     this.userfiles = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfiles")));
     this.SaveAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.inputinfo = ((System.Windows.Controls.Grid)(this.FindName("inputinfo")));
     this.save = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.usersearch = ((System.Windows.Controls.Grid)(this.FindName("usersearch")));
     this.dasearchbutton = ((System.Windows.Controls.Button)(this.FindName("dasearchbutton")));
     this.inputs = ((System.Windows.Controls.DataGrid)(this.FindName("inputs")));
     this.inputlist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("inputlist")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E6%89%B9%E9%87%8F%E4%BF%AE%E6%94%B9%E6%9F%A5%E8%AF%A2.xaml", System.UriKind.Relative));
     this.fgslist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fgslist")));
     this.zonggongsi = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.biangeng = ((System.Windows.Controls.Grid)(this.FindName("biangeng")));
     this.userfileslist = ((System.Windows.Controls.DataGrid)(this.FindName("userfileslist")));
     this.fileschange = ((System.Windows.Controls.DataGrid)(this.FindName("fileschange")));
     this.bkinfosearch = ((System.Windows.Controls.DockPanel)(this.FindName("bkinfosearch")));
     this.danbginfosearch = ((System.Windows.Controls.Grid)(this.FindName("danbginfosearch")));
     this.Combox3 = ((System.Windows.Controls.ComboBox)(this.FindName("Combox3")));
     this.dabgsearchbutton = ((System.Windows.Controls.Button)(this.FindName("dabgsearchbutton")));
     this.pager0 = ((System.Windows.Controls.DataPager)(this.FindName("pager0")));
     this.bkinfos = ((System.Windows.Controls.DataGrid)(this.FindName("bkinfos")));
     this.danbginfoslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("danbginfoslist")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E6%BC%8F%E6%B0%94%E9%87%8F%E6%9F%A5%E8%AF%A2.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.areafileslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("areafileslist")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.areafilesearch = ((System.Windows.Controls.DockPanel)(this.FindName("areafilesearch")));
     this.areasearchbutton = ((System.Windows.Controls.Button)(this.FindName("areasearchbutton")));
     this.areafiles = ((System.Windows.Controls.DataGrid)(this.FindName("areafiles")));
     this.userfile = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.picture1 = ((System.Windows.Controls.Image)(this.FindName("picture1")));
     this.picture2 = ((System.Windows.Controls.Image)(this.FindName("picture2")));
     this.picture3 = ((System.Windows.Controls.Image)(this.FindName("picture3")));
     this.picture4 = ((System.Windows.Controls.Image)(this.FindName("picture4")));
     this.picture5 = ((System.Windows.Controls.Image)(this.FindName("picture5")));
     this.image = ((System.Windows.Controls.Image)(this.FindName("image")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E9%93%B6%E8%A1%8C%E5%86%B2%E6%AD%A3%E8%AE%B0%E5%BD%95.xaml", System.UriKind.Relative));
     this.LayoutRoot      = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.excel           = ((Com.Aote.ObjectTools.ExcelObj)(this.FindName("excel")));
     this.czylist         = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("czylist")));
     this.wangdianlist    = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("wangdianlist")));
     this.fgslist         = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fgslist")));
     this.usertypelist    = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("usertypelist")));
     this.zonggongsi      = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.qblist          = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("qblist")));
     this.qjlist          = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("qjlist")));
     this.payfeetypelist  = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("payfeetypelist")));
     this.youxiaolist     = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("youxiaolist")));
     this.daninfosearch   = ((System.Windows.Controls.Grid)(this.FindName("daninfosearch")));
     this.tj1             = ((System.Windows.Controls.TextBox)(this.FindName("tj1")));
     this.tj2             = ((System.Windows.Controls.TextBox)(this.FindName("tj2")));
     this.tj7             = ((System.Windows.Controls.TextBox)(this.FindName("tj7")));
     this.tj9             = ((System.Windows.Controls.ComboBox)(this.FindName("tj9")));
     this.dansearchbutton = ((System.Windows.Controls.Button)(this.FindName("dansearchbutton")));
     this.tj5             = ((System.Windows.Controls.ComboBox)(this.FindName("tj5")));
     this.tj6             = ((System.Windows.Controls.ComboBox)(this.FindName("tj6")));
     this.tj4             = ((System.Windows.Controls.DatePicker)(this.FindName("tj4")));
     this.tj8             = ((System.Windows.Controls.DatePicker)(this.FindName("tj8")));
     this.tja             = ((System.Windows.Controls.ComboBox)(this.FindName("tja")));
     this.tjb             = ((System.Windows.Controls.ComboBox)(this.FindName("tjb")));
     this.tjc             = ((System.Windows.Controls.ComboBox)(this.FindName("tjc")));
     this.tjwangdian      = ((System.Windows.Controls.ComboBox)(this.FindName("tjwangdian")));
     this.tjczy           = ((System.Windows.Controls.ComboBox)(this.FindName("tjczy")));
     this.tjwhf           = ((System.Windows.Controls.TextBox)(this.FindName("tjwhf")));
     this.pager2          = ((System.Windows.Controls.DataPager)(this.FindName("pager2")));
     this.daninfos        = ((System.Windows.Controls.DataGrid)(this.FindName("daninfos")));
     this.daninfoslist    = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("daninfoslist")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Galatee.Silverlight;component/Tarification/FrmListeTarif.xaml", System.UriKind.Relative));
     this.LayoutRoot              = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.groupBox1_Copy1         = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1_Copy1")));
     this.groupBox1_Copy2         = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1_Copy2")));
     this.groupBox1_Copy3         = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1_Copy3")));
     this.CancelButton            = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.NewButton               = ((System.Windows.Controls.Button)(this.FindName("NewButton")));
     this.dgListeTarifFacturation = ((System.Windows.Controls.DataGrid)(this.FindName("dgListeTarifFacturation")));
     this.datapager               = ((System.Windows.Controls.DataPager)(this.FindName("datapager")));
     this.dg_Detail               = ((System.Windows.Controls.DataGrid)(this.FindName("dg_Detail")));
     this.DeleteButton            = ((System.Windows.Controls.Button)(this.FindName("DeleteButton")));
     this.lbl_id_centre           = ((System.Windows.Controls.Label)(this.FindName("lbl_id_centre")));
     this.label3                    = ((System.Windows.Controls.Label)(this.FindName("label3")));
     this.Txt_CodeCentre            = ((System.Windows.Controls.TextBox)(this.FindName("Txt_CodeCentre")));
     this.btn_Centre1               = ((System.Windows.Controls.Button)(this.FindName("btn_Centre1")));
     this.Txt_LibelleCentre1        = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleCentre1")));
     this.label6                    = ((System.Windows.Controls.Label)(this.FindName("label6")));
     this.Txt_CodeRedevence         = ((System.Windows.Controls.TextBox)(this.FindName("Txt_CodeRedevence")));
     this.btn_Redevence             = ((System.Windows.Controls.Button)(this.FindName("btn_Redevence")));
     this.Txt_LibelleRedevence      = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleRedevence")));
     this.label16                   = ((System.Windows.Controls.Label)(this.FindName("label16")));
     this.Txt_CodeProduit           = ((System.Windows.Controls.TextBox)(this.FindName("Txt_CodeProduit")));
     this.btn_Produit               = ((System.Windows.Controls.Button)(this.FindName("btn_Produit")));
     this.Txt_LibelleProduit        = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleProduit")));
     this.label1                    = ((System.Windows.Controls.Label)(this.FindName("label1")));
     this.Txt_CodeRechercheTarif    = ((System.Windows.Controls.TextBox)(this.FindName("Txt_CodeRechercheTarif")));
     this.btn_RechercheTarif        = ((System.Windows.Controls.Button)(this.FindName("btn_RechercheTarif")));
     this.Txt_LibelleRechercheTarif = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleRechercheTarif")));
     this.label16_Copy              = ((System.Windows.Controls.Label)(this.FindName("label16_Copy")));
     this.Txt_CodeSite              = ((System.Windows.Controls.TextBox)(this.FindName("Txt_CodeSite")));
     this.btn_Site                  = ((System.Windows.Controls.Button)(this.FindName("btn_Site")));
     this.Txt_LibelleSite           = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleSite")));
 }
Beispiel #24
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E5%85%B6%E4%BB%96%E6%8A%A5%E8%A1%A8%E4%B8%8A%E4%BC%A0.xaml", System.UriKind.Relative));
     this.LayoutRoot      = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.otheruploadlist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("otheruploadlist")));
     this.loadlist        = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("loadlist")));
     this.SaveAction      = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.uplistsearch    = ((System.Windows.Controls.DockPanel)(this.FindName("uplistsearch")));
     this.searchbutton    = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.uplists         = ((System.Windows.Controls.DataGrid)(this.FindName("uplists")));
     this.infoslist       = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("infoslist")));
     this.fileup          = ((Com.Aote.ObjectTools.SearchObject)(this.FindName("fileup")));
     this.main            = ((System.Windows.Controls.ListBox)(this.FindName("main")));
     this.Save            = ((System.Windows.Controls.Button)(this.FindName("Save")));
     this.pager           = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
 }
Beispiel #25
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Galatee.Silverlight;component/Devis/UcFraixParticipation.xaml", System.UriKind.Relative));
     this.LayoutRoot                 = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.CancelButton               = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton                   = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.groupBox1_Copy2            = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1_Copy2")));
     this.btn_ajouter                = ((System.Windows.Controls.Button)(this.FindName("btn_ajouter")));
     this.txt_refClient              = ((System.Windows.Controls.TextBox)(this.FindName("txt_refClient")));
     this.btn_editer                 = ((System.Windows.Controls.Button)(this.FindName("btn_editer")));
     this.btn_supprimer              = ((System.Windows.Controls.Button)(this.FindName("btn_supprimer")));
     this.dgListeFraixParicipation   = ((System.Windows.Controls.DataGrid)(this.FindName("dgListeFraixParicipation")));
     this.datapager                  = ((System.Windows.Controls.DataPager)(this.FindName("datapager")));
     this.chk_exonere                = ((System.Windows.Controls.CheckBox)(this.FindName("chk_exonere")));
     this.txt_montant                = ((System.Windows.Controls.TextBox)(this.FindName("txt_montant")));
     this.hyperlinkButtonPropScannee = ((System.Windows.Controls.HyperlinkButton)(this.FindName("hyperlinkButtonPropScannee")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E9%9D%9E%E6%B0%91%E7%94%A8%E6%8A%84%E8%A1%A8%E5%BD%95%E5%85%A5.xaml", System.UriKind.Relative));
     this.LayoutRoot     = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.zonggongsi     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.input          = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("input")));
     this.userfiles      = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfiles")));
     this.SaveAction     = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.inputinfo      = ((System.Windows.Controls.Grid)(this.FindName("inputinfo")));
     this.save           = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.pager          = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.usersearch     = ((System.Windows.Controls.Grid)(this.FindName("usersearch")));
     this.dasearchbutton = ((System.Windows.Controls.Button)(this.FindName("dasearchbutton")));
     this.inputs         = ((System.Windows.Controls.DataGrid)(this.FindName("inputs")));
     this.inputlist      = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("inputlist")));
 }
Beispiel #27
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Galatee.Silverlight;component/Recouvrement/GrandCompte/FrmSaisePaiementCampagneG" +
                                                                   "C.xaml", System.UriKind.Relative));
     this.LayoutRoot             = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.groupBox1_Copy2        = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1_Copy2")));
     this.groupBox1_Copy         = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1_Copy")));
     this.groupBox1_Copy1        = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1_Copy1")));
     this.groupBox1_Copy3        = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1_Copy3")));
     this.OKButton               = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.dg_Campagne            = ((System.Windows.Controls.DataGrid)(this.FindName("dg_Campagne")));
     this.dg_facture             = ((System.Windows.Controls.DataGrid)(this.FindName("dg_facture")));
     this.txt_Numdeataire        = ((System.Windows.Controls.TextBox)(this.FindName("txt_Numdeataire")));
     this.txt_Montant_Restant    = ((System.Windows.Controls.TextBox)(this.FindName("txt_Montant_Restant")));
     this.txt_Montant_Regle      = ((System.Windows.Controls.TextBox)(this.FindName("txt_Montant_Regle")));
     this.datapager              = ((System.Windows.Controls.DataPager)(this.FindName("datapager")));
     this.txt_MontantMandatement = ((System.Windows.Controls.TextBox)(this.FindName("txt_MontantMandatement")));
     this.chbx_ToutValider       = ((System.Windows.Controls.CheckBox)(this.FindName("chbx_ToutValider")));
     this.txt_Campagne           = ((System.Windows.Controls.TextBox)(this.FindName("txt_Campagne")));
     this.txt_regroupement       = ((System.Windows.Controls.TextBox)(this.FindName("txt_regroupement")));
     this.dg_Paiement            = ((System.Windows.Controls.DataGrid)(this.FindName("dg_Paiement")));
     this.btn_Actualiser         = ((System.Windows.Controls.Button)(this.FindName("btn_Actualiser")));
     this.btn_trasmettre         = ((System.Windows.Controls.Button)(this.FindName("btn_trasmettre")));
     this.txt_Montant_Paiement   = ((System.Windows.Controls.TextBox)(this.FindName("txt_Montant_Paiement")));
     this.lbl_TotalePaiement     = ((System.Windows.Controls.Label)(this.FindName("lbl_TotalePaiement")));
     this.rbt_ht          = ((System.Windows.Controls.RadioButton)(this.FindName("rbt_ht")));
     this.rbt_tva         = ((System.Windows.Controls.RadioButton)(this.FindName("rbt_tva")));
     this.rbt_ttc         = ((System.Windows.Controls.RadioButton)(this.FindName("rbt_ttc")));
     this.txt_Montant_HT  = ((System.Windows.Controls.TextBox)(this.FindName("txt_Montant_HT")));
     this.txt_Montant_TVA = ((System.Windows.Controls.TextBox)(this.FindName("txt_Montant_TVA")));
     this.txt_Montant_TTC = ((System.Windows.Controls.TextBox)(this.FindName("txt_Montant_TTC")));
     this.txt_Avis_Credit = ((System.Windows.Controls.TextBox)(this.FindName("txt_Avis_Credit")));
     this.lbl_Avis_Credit = ((System.Windows.Controls.Label)(this.FindName("lbl_Avis_Credit")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E5%85%B6%E4%BB%96%E8%A1%A5%E6%B0%94%E7%AE%A1%E7%90%86.xaml", System.UriKind.Relative));
     this.LayoutRoot     = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.card           = ((Com.Aote.ObjectTools.NewGeneralICCard)(this.FindName("card")));
     this.users          = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("users")));
     this.userfilego     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.SaveAction     = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.userfilesearch = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     this.searchbutton   = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.userfiles      = ((System.Windows.Controls.DataGrid)(this.FindName("userfiles")));
     this.userfileslist  = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfileslist")));
     this.save           = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.userfile       = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.pager          = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Galatee.Silverlight;component/Shared/UcRechercheParNumFacture.xaml", System.UriKind.Relative));
     this.container        = ((System.Windows.Controls.Viewbox)(this.FindName("container")));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.dgrdroute        = ((System.Windows.Controls.DataGrid)(this.FindName("dgrdroute")));
     this.btnSearch        = ((System.Windows.Controls.Button)(this.FindName("btnSearch")));
     this.btnOk            = ((System.Windows.Controls.Button)(this.FindName("btnOk")));
     this.btnCancel        = ((System.Windows.Controls.Button)(this.FindName("btnCancel")));
     this.dgrdamount       = ((System.Windows.Controls.DataGrid)(this.FindName("dgrdamount")));
     this.datapager        = ((System.Windows.Controls.DataPager)(this.FindName("datapager")));
     this.btnView          = ((System.Windows.Controls.Button)(this.FindName("btnView")));
     this.txt_PeriodeDebut = ((System.Windows.Controls.TextBox)(this.FindName("txt_PeriodeDebut")));
     this.txt_NumFactDebut = ((System.Windows.Controls.TextBox)(this.FindName("txt_NumFactDebut")));
     this.txt_PeriodeFin   = ((System.Windows.Controls.TextBox)(this.FindName("txt_PeriodeFin")));
     this.txt_NumFactFin   = ((System.Windows.Controls.TextBox)(this.FindName("txt_NumFactFin")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E6%89%B9%E9%87%8F%E4%BF%AE%E6%94%B9%E6%9F%A5%E8%AF%A2.xaml", System.UriKind.Relative));
     this.fgslist          = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fgslist")));
     this.zonggongsi       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.biangeng         = ((System.Windows.Controls.Grid)(this.FindName("biangeng")));
     this.userfileslist    = ((System.Windows.Controls.DataGrid)(this.FindName("userfileslist")));
     this.fileschange      = ((System.Windows.Controls.DataGrid)(this.FindName("fileschange")));
     this.bkinfosearch     = ((System.Windows.Controls.DockPanel)(this.FindName("bkinfosearch")));
     this.danbginfosearch  = ((System.Windows.Controls.Grid)(this.FindName("danbginfosearch")));
     this.Combox3          = ((System.Windows.Controls.ComboBox)(this.FindName("Combox3")));
     this.dabgsearchbutton = ((System.Windows.Controls.Button)(this.FindName("dabgsearchbutton")));
     this.pager0           = ((System.Windows.Controls.DataPager)(this.FindName("pager0")));
     this.bkinfos          = ((System.Windows.Controls.DataGrid)(this.FindName("bkinfos")));
     this.danbginfoslist   = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("danbginfoslist")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E6%B0%91%E7%94%A8%E4%B8%80%E6%AD%A5%E5%BB%BA%E6%A1%A3.xaml", System.UriKind.Relative));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.zonggongsi       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.pinpailist       = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("pinpailist")));
     this.usegaslist       = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("usegaslist")));
     this.mylimitgas       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("mylimitgas")));
     this.openkafei        = ((Com.Aote.ObjectTools.ChildWindowObj)(this.FindName("openkafei")));
     this.openxiangou      = ((Com.Aote.ObjectTools.ChildWindowObj)(this.FindName("openxiangou")));
     this.userfilego       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.areafileslist    = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("areafileslist")));
     this.areas            = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("areas")));
     this.updategasad      = ((Com.Aote.Behaviors.HQLAction)(this.FindName("updategasad")));
     this.ksnumobj         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("ksnumobj")));
     this.xiangou          = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("xiangou")));
     this.SaveAction       = ((Com.Aote.Behaviors.SyncActionFactory)(this.FindName("SaveAction")));
     this.saveu            = ((Com.Aote.Behaviors.CallMethodAction)(this.FindName("saveu")));
     this.useridno         = ((Com.Aote.ObjectTools.SeriaNumber)(this.FindName("useridno")));
     this.pager            = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.areafilesearch   = ((System.Windows.Controls.DockPanel)(this.FindName("areafilesearch")));
     this.areasearchbutton = ((System.Windows.Controls.Button)(this.FindName("areasearchbutton")));
     this.areafiles        = ((System.Windows.Controls.DataGrid)(this.FindName("areafiles")));
     this.save             = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.cancel           = ((System.Windows.Controls.Button)(this.FindName("cancel")));
     this.userfile         = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.f_username       = ((System.Windows.Controls.TextBox)(this.FindName("f_username")));
     this.CoboxPinp        = ((System.Windows.Controls.ComboBox)(this.FindName("CoboxPinp")));
     this.CoboxGasPro      = ((System.Windows.Controls.ComboBox)(this.FindName("CoboxGasPro")));
     this.CoboxGas         = ((System.Windows.Controls.ComboBox)(this.FindName("CoboxGas")));
     this.CoboxPinpai      = ((System.Windows.Controls.ComboBox)(this.FindName("CoboxPinpai")));
     this.DaXiaoKa         = ((System.Windows.Controls.ComboBox)(this.FindName("DaXiaoKa")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E5%88%9D%E5%A7%8B%E5%8C%96%E8%B4%AD%E6%B0%94.xaml", System.UriKind.Relative));
     this.LayoutRoot     = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.card           = ((Com.Aote.ObjectTools.NewGeneralICCard)(this.FindName("card")));
     this.users          = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("users")));
     this.pipelineslist  = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("pipelineslist")));
     this.pipelinesearch = ((System.Windows.Controls.DockPanel)(this.FindName("pipelinesearch")));
     this.searchbutton   = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.pipelines      = ((System.Windows.Controls.DataGrid)(this.FindName("pipelines")));
     this.userfile       = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.save           = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.cancel         = ((System.Windows.Controls.Button)(this.FindName("cancel")));
     this.f_userid       = ((System.Windows.Controls.TextBox)(this.FindName("f_userid")));
     this.pager          = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E5%8D%95%E4%BD%8D%E4%BF%A1%E6%81%AF.xaml", System.UriKind.Relative));
     this.LayoutRoot     = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.roadlist       = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("roadlist")));
     this.qulist         = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("qulist")));
     this.userfilesearch = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     this.searchbutton   = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.pager          = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.userfiles      = ((System.Windows.Controls.DataGrid)(this.FindName("userfiles")));
     this.userfileslist  = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfileslist")));
     this.save           = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.userfile       = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.userfilego     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.CoboxPinp      = ((System.Windows.Controls.ComboBox)(this.FindName("CoboxPinp")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Galatee.Silverlight;component/Tarification/FrmRedevance.xaml", System.UriKind.Relative));
     this.LayoutRoot             = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.groupBox1_Copy1        = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1_Copy1")));
     this.groupBox1_Copy2        = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1_Copy2")));
     this.btn_ajouter            = ((System.Windows.Controls.Button)(this.FindName("btn_ajouter")));
     this.CancelButton           = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton               = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.txt_code               = ((System.Windows.Controls.TextBox)(this.FindName("txt_code")));
     this.stackPanel5            = ((System.Windows.Controls.StackPanel)(this.FindName("stackPanel5")));
     this.label3                 = ((System.Windows.Controls.Label)(this.FindName("label3")));
     this.Txt_CodeProduit        = ((System.Windows.Controls.TextBox)(this.FindName("Txt_CodeProduit")));
     this.btn_Produit            = ((System.Windows.Controls.Button)(this.FindName("btn_Produit")));
     this.Txt_LibelleProduit     = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleProduit")));
     this.stackPanel_TypeLien    = ((System.Windows.Controls.StackPanel)(this.FindName("stackPanel_TypeLien")));
     this.label3_                = ((System.Windows.Controls.Label)(this.FindName("label3_")));
     this.Txt_CodeTypeLienRed    = ((System.Windows.Controls.TextBox)(this.FindName("Txt_CodeTypeLienRed")));
     this.btn_TypeLienRed        = ((System.Windows.Controls.Button)(this.FindName("btn_TypeLienRed")));
     this.Txt_LibelleTypeLienRed = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleTypeLienRed")));
     this.stackPanel_TypeRed     = ((System.Windows.Controls.StackPanel)(this.FindName("stackPanel_TypeRed")));
     this.label3__               = ((System.Windows.Controls.Label)(this.FindName("label3__")));
     this.Txt_CodeTypeRed        = ((System.Windows.Controls.TextBox)(this.FindName("Txt_CodeTypeRed")));
     this.btn_TypeRed            = ((System.Windows.Controls.Button)(this.FindName("btn_TypeRed")));
     this.Txt_LibelleTypeRed     = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleTypeRed")));
     this.txt_libelle            = ((System.Windows.Controls.TextBox)(this.FindName("txt_libelle")));
     this.txt_tranche            = ((System.Windows.Controls.TextBox)(this.FindName("txt_tranche")));
     this.btn_editer             = ((System.Windows.Controls.Button)(this.FindName("btn_editer")));
     this.btn_supprimer          = ((System.Windows.Controls.Button)(this.FindName("btn_supprimer")));
     this.dgListeRedevence       = ((System.Windows.Controls.DataGrid)(this.FindName("dgListeRedevence")));
     this.datapager              = ((System.Windows.Controls.DataPager)(this.FindName("datapager")));
     this.chk_gratuit            = ((System.Windows.Controls.CheckBox)(this.FindName("chk_gratuit")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E6%8D%A2%E5%8D%A1%E7%AE%A1%E7%90%86.xaml", System.UriKind.Relative));
     this.LayoutRoot     = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.zonggongsi     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.makecardtypes  = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("makecardtypes")));
     this.fapiaogeshi    = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fapiaogeshi")));
     this.card           = ((Com.Aote.ObjectTools.ScriptObj)(this.FindName("card")));
     this.fakafei        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fakafei")));
     this.openkafei      = ((Com.Aote.ObjectTools.ChildWindowObj)(this.FindName("openkafei")));
     this.openxiangou    = ((Com.Aote.ObjectTools.ChildWindowObj)(this.FindName("openxiangou")));
     this.userfilego     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.userfiles1     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfiles1")));
     this.zzobj          = ((Com.Aote.ObjectTools.ScriptObj)(this.FindName("zzobj")));
     this.print          = ((Com.Aote.Behaviors.SyncActionFactory)(this.FindName("print")));
     this.printfapiao    = ((Com.Aote.Behaviors.CallMethodAction)(this.FindName("printfapiao")));
     this.printfapiao1   = ((Com.Aote.Behaviors.CallMethodAction)(this.FindName("printfapiao1")));
     this.SaveAction     = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.userfile       = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.save           = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.pager          = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.usersearch     = ((System.Windows.Controls.Grid)(this.FindName("usersearch")));
     this.dasearchbutton = ((System.Windows.Controls.Button)(this.FindName("dasearchbutton")));
     this.users          = ((System.Windows.Controls.DataGrid)(this.FindName("users")));
     this.userslist      = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userslist")));
     this.guoshuiprint   = ((System.Windows.Controls.Grid)(this.FindName("guoshuiprint")));
     this.fkprint        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fkprint")));
     this.aofengprint    = ((System.Windows.Controls.Grid)(this.FindName("aofengprint")));
     this.sjprint1       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("sjprint1")));
     this.printaf        = ((Com.Aote.Controls.PrintObj)(this.FindName("printaf")));
     this.printgs        = ((Com.Aote.Controls.PrintObj)(this.FindName("printgs")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E6%89%B9%E9%87%8F%E5%8F%98%E6%9B%B4.xaml", System.UriKind.Relative));
     this.LayoutRoot    = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.tempobj       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("tempobj")));
     this.tobj          = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("tobj")));
     this.personslist2  = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("personslist2")));
     this.tempobj1      = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("tempobj1")));
     this.tobj1         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("tobj1")));
     this.personslist1  = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("personslist1")));
     this.fgslist       = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fgslist")));
     this.zonggongsi    = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.codelist      = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("codelist")));
     this.biangenggo    = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("biangenggo")));
     this.biangenglist  = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("biangenglist")));
     this.tempgo        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("tempgo")));
     this.UpdateAction  = ((Com.Aote.Behaviors.HQLAction)(this.FindName("UpdateAction")));
     this.biangeng      = ((System.Windows.Controls.Grid)(this.FindName("biangeng")));
     this.save          = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.userfileslist = ((System.Windows.Controls.DataGrid)(this.FindName("userfileslist")));
     this.userfiles1    = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("userfiles1")));
     this.fileschange   = ((System.Windows.Controls.DataGrid)(this.FindName("fileschange")));
     this.userfile      = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.fileschanges  = ((System.Windows.Controls.DataGrid)(this.FindName("fileschanges")));
     this.userfilelist  = ((System.Windows.Controls.Grid)(this.FindName("userfilelist")));
     this.bkinfosearch  = ((System.Windows.Controls.DockPanel)(this.FindName("bkinfosearch")));
     this.Combox9       = ((System.Windows.Controls.ComboBox)(this.FindName("Combox9")));
     this.searchbutton1 = ((System.Windows.Controls.Button)(this.FindName("searchbutton1")));
     this.pager5        = ((System.Windows.Controls.DataPager)(this.FindName("pager5")));
     this.bkinfos       = ((System.Windows.Controls.DataGrid)(this.FindName("bkinfos")));
     this.bkinfoslist   = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("bkinfoslist")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E6%BC%8F%E6%B0%94%E9%87%8F%E6%9F%A5%E8%AF%A2.xaml", System.UriKind.Relative));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.areafileslist    = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("areafileslist")));
     this.pager            = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.areafilesearch   = ((System.Windows.Controls.DockPanel)(this.FindName("areafilesearch")));
     this.areasearchbutton = ((System.Windows.Controls.Button)(this.FindName("areasearchbutton")));
     this.areafiles        = ((System.Windows.Controls.DataGrid)(this.FindName("areafiles")));
     this.userfile         = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.picture1         = ((System.Windows.Controls.Image)(this.FindName("picture1")));
     this.picture2         = ((System.Windows.Controls.Image)(this.FindName("picture2")));
     this.picture3         = ((System.Windows.Controls.Image)(this.FindName("picture3")));
     this.picture4         = ((System.Windows.Controls.Image)(this.FindName("picture4")));
     this.picture5         = ((System.Windows.Controls.Image)(this.FindName("picture5")));
     this.image            = ((System.Windows.Controls.Image)(this.FindName("image")));
 }
Beispiel #38
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E6%9C%BA%E8%A1%A8%E5%86%B2%E6%AD%A3.xaml", System.UriKind.Relative));
     this.LayoutRoot     = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.zzobj          = ((Com.Aote.ObjectTools.XYZZObj)(this.FindName("zzobj")));
     this.kbusers        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kbusers")));
     this.sellinggas     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("sellinggas")));
     this.userfilego     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.fapiao         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fapiao")));
     this.UpdateUser     = ((Com.Aote.Behaviors.HQLAction)(this.FindName("UpdateUser")));
     this.UpdateSellgas  = ((Com.Aote.Behaviors.HQLAction)(this.FindName("UpdateSellgas")));
     this.Updatefapiao   = ((Com.Aote.Behaviors.HQLAction)(this.FindName("Updatefapiao")));
     this.UpdateHandplan = ((Com.Aote.Behaviors.HQLAction)(this.FindName("UpdateHandplan")));
     this.SaveAction     = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.search         = ((Com.Aote.ObjectTools.SearchObject)(this.FindName("search")));
     this.userfileslist  = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfileslist")));
     this.userfilesearch = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     this.searchbutton   = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.pager          = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.userfiles      = ((System.Windows.Controls.DataGrid)(this.FindName("userfiles")));
     this.userfile       = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.save           = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.cancle         = ((System.Windows.Controls.Button)(this.FindName("cancle")));
     this.kbfee1         = ((System.Windows.Controls.Grid)(this.FindName("kbfee1")));
     this.f_userid       = ((System.Windows.Controls.TextBox)(this.FindName("f_userid")));
     this.whfdate        = ((System.Windows.Controls.DatePicker)(this.FindName("whfdate")));
     this.zheziprint     = ((System.Windows.Controls.Grid)(this.FindName("zheziprint")));
     this.zheprint       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zheprint")));
     this.zzprint        = ((Com.Aote.Controls.PrintObj)(this.FindName("zzprint")));
     this.nouser         = ((Com.Aote.Controls.MessageTipObj)(this.FindName("nouser")));
 }
Beispiel #39
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E6%8D%A2%E8%A1%A8%E7%AE%A1%E7%90%86.xaml", System.UriKind.Relative));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.fakafei          = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fakafei")));
     this.watchtype        = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("watchtype")));
     this.replacewatchtype = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("replacewatchtype")));
     this.cardid1          = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("cardid1")));
     this.pipelinego       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("pipelinego")));
     this.pipelineslist    = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("pipelineslist")));
     this.userfiles        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfiles")));
     this.card             = ((Com.Aote.ObjectTools.NewGeneralICCard)(this.FindName("card")));
     this.SaveAction       = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.pipelinesearch   = ((System.Windows.Controls.DockPanel)(this.FindName("pipelinesearch")));
     this.searchbutton     = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.pipelines        = ((System.Windows.Controls.DataGrid)(this.FindName("pipelines")));
     this.pipeline         = ((System.Windows.Controls.Grid)(this.FindName("pipeline")));
     this.save             = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.onlySave         = ((System.Windows.Controls.Button)(this.FindName("onlySave")));
     this.CoboxPinpai      = ((System.Windows.Controls.ComboBox)(this.FindName("CoboxPinpai")));
     this.DaXiaoKa         = ((System.Windows.Controls.ComboBox)(this.FindName("DaXiaoKa")));
     this.caozuo           = ((System.Windows.Controls.ComboBox)(this.FindName("caozuo")));
     this.pager            = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.submit           = ((Com.Aote.Controls.MessageTipObj)(this.FindName("submit")));
     this.guoshuiprint     = ((System.Windows.Controls.Grid)(this.FindName("guoshuiprint")));
     this.fkprint          = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fkprint")));
     this.zheziprint       = ((System.Windows.Controls.Grid)(this.FindName("zheziprint")));
     this.zheprint         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zheprint")));
     this.print1           = ((Com.Aote.Controls.PrintObj)(this.FindName("print1")));
     this.zzprint          = ((Com.Aote.Controls.PrintObj)(this.FindName("zzprint")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E6%B0%91%E7%94%A8%E5%B0%8F%E5%8C%BA%E7%AE%A1%E7%90%86.xaml", System.UriKind.Relative));
     this.LayoutRoot        = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.openchild         = ((Com.Aote.ObjectTools.ChildWindowObj)(this.FindName("openchild")));
     this.zonggongsi        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.fgslist           = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fgslist")));
     this.jshs              = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("jshs")));
     this.DeleteArea2       = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteArea2")));
     this.DeleteGasaddress2 = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteGasaddress2")));
     this.DeleteArea        = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteArea")));
     this.DeleteGasaddress  = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteGasaddress")));
     this.DeleteAction      = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("DeleteAction")));
     this.SaveAction        = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.pager             = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.userfilesearch    = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     this.ComboBox_gui      = ((System.Windows.Controls.ComboBox)(this.FindName("ComboBox_gui")));
     this.searchbutton      = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.userfiles         = ((System.Windows.Controls.DataGrid)(this.FindName("userfiles")));
     this.userfileslist     = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfileslist")));
     this.ybuserfile        = ((System.Windows.Controls.Grid)(this.FindName("ybuserfile")));
     this.ybuserfilego      = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("ybuserfilego")));
     this.popup             = ((System.Windows.Controls.Button)(this.FindName("popup")));
     this.ComboBox_guikou   = ((System.Windows.Controls.ComboBox)(this.FindName("ComboBox_guikou")));
     this.ComboBox_grid     = ((System.Windows.Controls.ComboBox)(this.FindName("ComboBox_grid")));
     this.save              = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.add          = ((System.Windows.Controls.Button)(this.FindName("add")));
     this.deletebutton = ((System.Windows.Controls.Button)(this.FindName("deletebutton")));
     this.deletettip   = ((Com.Aote.Controls.MessageTipObj)(this.FindName("deletettip")));
     this.deletettip1  = ((Com.Aote.Controls.MessageTipObj)(this.FindName("deletettip1")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Galatee.Silverlight;component/Recouvrement/GrandCompte/FrmSaiseMandatement.xaml", System.UriKind.Relative));
     this.LayoutRoot              = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.groupBox1_Copy2         = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1_Copy2")));
     this.groupBox1_Copy          = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1_Copy")));
     this.groupBox1_Copy1         = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1_Copy1")));
     this.CancelButton            = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton                = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.dg_Campagne             = ((System.Windows.Controls.DataGrid)(this.FindName("dg_Campagne")));
     this.dg_facture              = ((System.Windows.Controls.DataGrid)(this.FindName("dg_facture")));
     this.txt_Numdeataire         = ((System.Windows.Controls.TextBox)(this.FindName("txt_Numdeataire")));
     this.txt_Montant_Mandatement = ((System.Windows.Controls.TextBox)(this.FindName("txt_Montant_Mandatement")));
     this.datapager               = ((System.Windows.Controls.DataPager)(this.FindName("datapager")));
     this.txt_MontantMandatement  = ((System.Windows.Controls.TextBox)(this.FindName("txt_MontantMandatement")));
     this.txt_BE = ((System.Windows.Controls.TextBox)(this.FindName("txt_BE")));
     this.txt_CF = ((System.Windows.Controls.TextBox)(this.FindName("txt_CF")));
     this.txt_Numdeataire_Finale = ((System.Windows.Controls.TextBox)(this.FindName("txt_Numdeataire_Finale")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E5%85%AC%E5%91%8A%E7%AE%A1%E7%90%86.xaml", System.UriKind.Relative));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.DeleteActionInfo = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteActionInfo")));
     this.zonggongsi       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.SaveAction       = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.DeleteAction     = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("DeleteAction")));
     this.gonggao          = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("gonggao")));
     this.annexlist        = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("annexlist")));
     this.pager            = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.pipelinesearch   = ((System.Windows.Controls.DockPanel)(this.FindName("pipelinesearch")));
     this.searchbutton     = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.pipelines        = ((System.Windows.Controls.DataGrid)(this.FindName("pipelines")));
     this.pipelineslist    = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("pipelineslist")));
     this.pipeline         = ((System.Windows.Controls.Grid)(this.FindName("pipeline")));
     this.save             = ((System.Windows.Controls.Button)(this.FindName("save")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E6%8D%A2%E8%A1%A8%E6%94%B6%E8%B4%B9.xaml", System.UriKind.Relative));
     this.LayoutRoot   = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.DeleteAction = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteAction")));
     this.SubmitAction = ((Com.Aote.Behaviors.HQLAction)(this.FindName("SubmitAction")));
     this.userfiles    = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfiles")));
     this.SaveAction   = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.applysearch  = ((System.Windows.Controls.DockPanel)(this.FindName("applysearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.applys       = ((System.Windows.Controls.DataGrid)(this.FindName("applys")));
     this.applyslist   = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("applyslist")));
     this.apply        = ((System.Windows.Controls.Grid)(this.FindName("apply")));
     this.applygo      = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("applygo")));
     this.save         = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.qbnumber     = ((System.Windows.Controls.TextBox)(this.FindName("qbnumber")));
     this.pager        = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
 }
Beispiel #44
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ERP;component/Views/QualidadeCliente/QualidadeFuncionario.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.satisfacaoFuncionarioSetDomainDataSource = ((System.Windows.Controls.DomainDataSource)(this.FindName("satisfacaoFuncionarioSetDomainDataSource")));
     this.satisfacaoFuncionarioSetDataGrid         = ((System.Windows.Controls.DataGrid)(this.FindName("satisfacaoFuncionarioSetDataGrid")));
     this.codigo_funcionarioColumn = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("codigo_funcionarioColumn")));
     this.comentariosColumn        = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("comentariosColumn")));
     this.data_avaliacaoColumn     = ((System.Windows.Controls.DataGridTemplateColumn)(this.FindName("data_avaliacaoColumn")));
     this.idColumn = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("idColumn")));
     this.nome_funcionarioColumn        = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("nome_funcionarioColumn")));
     this.nota_ambiente_trabalhoColumn  = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("nota_ambiente_trabalhoColumn")));
     this.nota_colegas_trabalhoColumn   = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("nota_colegas_trabalhoColumn")));
     this.nota_finalColumn              = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("nota_finalColumn")));
     this.nota_satisfacao_pessoalColumn = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("nota_satisfacao_pessoalColumn")));
     this.pgrSatisfacaoFuncionario      = ((System.Windows.Controls.DataPager)(this.FindName("pgrSatisfacaoFuncionario")));
     this.button1 = ((System.Windows.Controls.Button)(this.FindName("button1")));
     this.dfrSatisfacaoFuncionario = ((System.Windows.Controls.DataForm)(this.FindName("dfrSatisfacaoFuncionario")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Galatee.Silverlight;component/Accueil/FrmSuppressionDemande.xaml", System.UriKind.Relative));
     this.LayoutRoot           = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.gbo_typefact_Copy    = ((SilverlightContrib.Controls.GroupBox)(this.FindName("gbo_typefact_Copy")));
     this.gbo_typefact_Copy1   = ((SilverlightContrib.Controls.GroupBox)(this.FindName("gbo_typefact_Copy1")));
     this.CancelButton         = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton             = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.OKSupprimer          = ((System.Windows.Controls.Button)(this.FindName("OKSupprimer")));
     this.lbl_Centre           = ((System.Windows.Controls.Label)(this.FindName("lbl_Centre")));
     this.lbl_produit          = ((System.Windows.Controls.Label)(this.FindName("lbl_produit")));
     this.Txt_CodeCentre       = ((System.Windows.Controls.TextBox)(this.FindName("Txt_CodeCentre")));
     this.Txt_LibelleCentre    = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleCentre")));
     this.btn_Centre           = ((System.Windows.Controls.Button)(this.FindName("btn_Centre")));
     this.Txt_CodeProduit      = ((System.Windows.Controls.TextBox)(this.FindName("Txt_CodeProduit")));
     this.Txt_LibelleProduit   = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleProduit")));
     this.btn_Produit          = ((System.Windows.Controls.Button)(this.FindName("btn_Produit")));
     this.btn_Rechercher       = ((System.Windows.Controls.Button)(this.FindName("btn_Rechercher")));
     this.Txt_NumDemande       = ((System.Windows.Controls.TextBox)(this.FindName("Txt_NumDemande")));
     this.lbl_numdemande       = ((System.Windows.Controls.Label)(this.FindName("lbl_numdemande")));
     this.Txt_Client           = ((System.Windows.Controls.TextBox)(this.FindName("Txt_Client")));
     this.lbl_Client           = ((System.Windows.Controls.Label)(this.FindName("lbl_Client")));
     this.Txt_Ordre            = ((System.Windows.Controls.TextBox)(this.FindName("Txt_Ordre")));
     this.lbl_Ordre            = ((System.Windows.Controls.Label)(this.FindName("lbl_Ordre")));
     this.dtp_DateDemande      = ((System.Windows.Controls.DatePicker)(this.FindName("dtp_DateDemande")));
     this.lbl_numdemande_Copy  = ((System.Windows.Controls.Label)(this.FindName("lbl_numdemande_Copy")));
     this.lbl_numdemande_Copy1 = ((System.Windows.Controls.Label)(this.FindName("lbl_numdemande_Copy1")));
     this.cbo_TypeDemande      = ((System.Windows.Controls.ComboBox)(this.FindName("cbo_TypeDemande")));
     this.dtg_Demande          = ((System.Windows.Controls.DataGrid)(this.FindName("dtg_Demande")));
     this.datapager            = ((System.Windows.Controls.DataPager)(this.FindName("datapager")));
 }
Beispiel #46
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ERP;component/Views/QualidadeCliente/QualidadeCliente.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.satisfacaoClienteSetDomainDataSource = ((System.Windows.Controls.DomainDataSource)(this.FindName("satisfacaoClienteSetDomainDataSource")));
     this.satisfacaoClienteSetDataGrid         = ((System.Windows.Controls.DataGrid)(this.FindName("satisfacaoClienteSetDataGrid")));
     this.comentariosColumn           = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("comentariosColumn")));
     this.data_avaliacaoColumn        = ((System.Windows.Controls.DataGridTemplateColumn)(this.FindName("data_avaliacaoColumn")));
     this.idColumn                    = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("idColumn")));
     this.nomeColumn                  = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("nomeColumn")));
     this.nota_finalColumn            = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("nota_finalColumn")));
     this.outra_opiniaoColumn         = ((System.Windows.Controls.DataGridCheckBoxColumn)(this.FindName("outra_opiniaoColumn")));
     this.qualidade_atendimentoColumn = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("qualidade_atendimentoColumn")));
     this.tempo_esperaColumn          = ((System.Windows.Controls.DataGridTextColumn)(this.FindName("tempo_esperaColumn")));
     this.pgrSatisfacaoCliente        = ((System.Windows.Controls.DataPager)(this.FindName("pgrSatisfacaoCliente")));
     this.button1 = ((System.Windows.Controls.Button)(this.FindName("button1")));
     this.dfrSatisfacaoCliente = ((System.Windows.Controls.DataForm)(this.FindName("dfrSatisfacaoCliente")));
     this.Remover = ((System.Windows.Controls.Button)(this.FindName("Remover")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E6%9C%BA%E8%A1%A8%E7%A5%A8%E8%AF%81%E8%A1%A5%E6%89%93.xaml", System.UriKind.Relative));
     this.LayoutRoot     = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.gongsitypelist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("gongsitypelist")));
     this.fapiaogeshi    = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fapiaogeshi")));
     this.DeleteAction   = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteAction")));
     this.SubmitAction   = ((Com.Aote.Behaviors.HQLAction)(this.FindName("SubmitAction")));
     this.fapiao         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fapiao")));
     this.fpinfosobj     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fpinfosobj")));
     this.loadfapiao     = ((Com.Aote.Behaviors.ScriptAction)(this.FindName("loadfapiao")));
     this.userfilego     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.sellinggas     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("sellinggas")));
     this.SaveAction     = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.userfilesearch = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     this.tjczy_Copy     = ((System.Windows.Controls.ComboBox)(this.FindName("tjczy_Copy")));
     this.searchbutton   = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.userfiles      = ((System.Windows.Controls.DataGrid)(this.FindName("userfiles")));
     this.userfileslist  = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfileslist")));
     this.userfile       = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.save           = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.userid         = ((System.Windows.Controls.TextBox)(this.FindName("userid")));
     this.pager          = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.guoshuiprint   = ((System.Windows.Controls.Grid)(this.FindName("guoshuiprint")));
     this.fkprint        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fkprint")));
     this.aofengprint    = ((System.Windows.Controls.Grid)(this.FindName("aofengprint")));
     this.fkprint1       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fkprint1")));
     this.print          = ((Com.Aote.Controls.PrintObj)(this.FindName("print")));
     this.print1         = ((Com.Aote.Controls.PrintObj)(this.FindName("print1")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ISEstimate;component/Pages/UIEstimateList.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.mnuClose = ((System.Windows.Controls.MenuItem)(this.FindName("mnuClose")));
     this.iconClose = ((System.Windows.Controls.Image)(this.FindName("iconClose")));
     this.ControlRoot = ((System.Windows.Controls.Grid)(this.FindName("ControlRoot")));
     this.label3 = ((System.Windows.Controls.Label)(this.FindName("label3")));
     this.label1 = ((System.Windows.Controls.Label)(this.FindName("label1")));
     this.label4 = ((System.Windows.Controls.Label)(this.FindName("label4")));
     this.label2 = ((System.Windows.Controls.Label)(this.FindName("label2")));
     this.label10 = ((System.Windows.Controls.Label)(this.FindName("label10")));
     this.label11 = ((System.Windows.Controls.Label)(this.FindName("label11")));
     this.label5 = ((System.Windows.Controls.Label)(this.FindName("label5")));
     this.cboExpire = ((ISEstimate.ISCMBBox)(this.FindName("cboExpire")));
     this.chkFinish = ((System.Windows.Controls.CheckBox)(this.FindName("chkFinish")));
     this.cboCustomer = ((ISEstimate.ISCMBBox)(this.FindName("cboCustomer")));
     this.cboSupplier = ((ISEstimate.ISCMBBox)(this.FindName("cboSupplier")));
     this.chkFrom = ((System.Windows.Controls.CheckBox)(this.FindName("chkFrom")));
     this.chkTo = ((System.Windows.Controls.CheckBox)(this.FindName("chkTo")));
     this.cboTantou = ((ISEstimate.ISCMBBox)(this.FindName("cboTantou")));
     this.cboType = ((ISEstimate.ISCMBBox)(this.FindName("cboType")));
     this.dtpFrom = ((ISEstimate.ISEDatePicker)(this.FindName("dtpFrom")));
     this.dtpTo = ((ISEstimate.ISEDatePicker)(this.FindName("dtpTo")));
     this.btnSearch = ((System.Windows.Controls.Button)(this.FindName("btnSearch")));
     this.btnExcel = ((System.Windows.Controls.Button)(this.FindName("btnExcel")));
     this.btnClear = ((System.Windows.Controls.Button)(this.FindName("btnClear")));
     this.btnClose = ((System.Windows.Controls.Button)(this.FindName("btnClose")));
     this.dgEDetails = ((ISEstimate.ISDataGrid)(this.FindName("dgEDetails")));
     this.dpEDetails = ((System.Windows.Controls.DataPager)(this.FindName("dpEDetails")));
     this.imgFvt = ((System.Windows.Controls.Image)(this.FindName("imgFvt")));
 }
Beispiel #49
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/GeoSearch;component/Pages/SearchingResultPage.xaml", System.UriKind.Relative));
     this.LayoutRoot                   = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.border_Header                = ((System.Windows.Controls.Border)(this.FindName("border_Header")));
     this.stackPanel1                  = ((System.Windows.Controls.StackPanel)(this.FindName("stackPanel1")));
     this.image1                       = ((System.Windows.Controls.Image)(this.FindName("image1")));
     this.SearchContentTextBox         = ((System.Windows.Controls.TextBox)(this.FindName("SearchContentTextBox")));
     this.SearchButton                 = ((System.Windows.Controls.Button)(this.FindName("SearchButton")));
     this.AdvancedSearchButton         = ((System.Windows.Controls.HyperlinkButton)(this.FindName("AdvancedSearchButton")));
     this.stackPanel_SearchStatus      = ((System.Windows.Controls.StackPanel)(this.FindName("stackPanel_SearchStatus")));
     this.SearchStatusTextBlock0       = ((System.Windows.Controls.TextBlock)(this.FindName("SearchStatusTextBlock0")));
     this.SearchStatusTextBlock        = ((System.Windows.Controls.TextBlock)(this.FindName("SearchStatusTextBlock")));
     this.SearchSummaryTextBlock       = ((System.Windows.Controls.TextBlock)(this.FindName("SearchSummaryTextBlock")));
     this.SearchSummaryViewer          = ((System.Windows.Controls.HyperlinkButton)(this.FindName("SearchSummaryViewer")));
     this.NormalViewer_HyperlinkButton = ((System.Windows.Controls.HyperlinkButton)(this.FindName("NormalViewer_HyperlinkButton")));
     this.PivotViewer_HyperlinkButton  = ((System.Windows.Controls.HyperlinkButton)(this.FindName("PivotViewer_HyperlinkButton")));
     this.PivotViewer_Container        = ((GeoSearch.Widgets.PivotViewerContainer)(this.FindName("PivotViewer_Container")));
     this.Results_Container            = ((System.Windows.Controls.Grid)(this.FindName("Results_Container")));
     this.Grid_UnclassifiedContainer   = ((System.Windows.Controls.Grid)(this.FindName("Grid_UnclassifiedContainer")));
     this.StackPanel_SortBy            = ((System.Windows.Controls.StackPanel)(this.FindName("StackPanel_SortBy")));
     this.TextBlock_SortBy             = ((System.Windows.Controls.TextBlock)(this.FindName("TextBlock_SortBy")));
     this.ComboBox_SortBy              = ((System.Windows.Controls.ComboBox)(this.FindName("ComboBox_SortBy")));
     this.ContentContainer             = ((System.Windows.Controls.StackPanel)(this.FindName("ContentContainer")));
     this.RecordsList                  = ((System.Windows.Controls.ListBox)(this.FindName("RecordsList")));
     this.Map_Container_Container      = ((System.Windows.Controls.StackPanel)(this.FindName("Map_Container_Container")));
     this.MetaDateDetail_Container     = ((System.Windows.Controls.Border)(this.FindName("MetaDateDetail_Container")));
     this._FormTabItTem                = ((System.Windows.Controls.TabItem)(this.FindName("_FormTabItTem")));
     this.myMetadataPanel              = ((GeoSearch.MetadataPanel)(this.FindName("myMetadataPanel")));
     this._XMLTabItTem                 = ((System.Windows.Controls.TabItem)(this.FindName("_XMLTabItTem")));
     this._Grid = ((System.Windows.Controls.Grid)(this.FindName("_Grid")));
     this.textBlock_metadataDetail_XML = ((System.Windows.Controls.TextBox)(this.FindName("textBlock_metadataDetail_XML")));
     this.Button_HideMetaDataDetail    = ((System.Windows.Controls.Button)(this.FindName("Button_HideMetaDataDetail")));
     this.button_Container             = ((System.Windows.Controls.Grid)(this.FindName("button_Container")));
     this.button_HideOrShowBingMap     = ((System.Windows.Controls.Button)(this.FindName("button_HideOrShowBingMap")));
     this.button_HideOrShowRecordsList = ((System.Windows.Controls.Button)(this.FindName("button_HideOrShowRecordsList")));
     this.Map_Container                               = ((System.Windows.Controls.Grid)(this.FindName("Map_Container")));
     this.myBingMap                                   = ((Microsoft.Maps.MapControl.Map)(this.FindName("myBingMap")));
     this.button_BingMapsFullScreen                   = ((System.Windows.Controls.Button)(this.FindName("button_BingMapsFullScreen")));
     this.button_BingMapsExitFullScreent              = ((System.Windows.Controls.Button)(this.FindName("button_BingMapsExitFullScreent")));
     this.button_ShowWMSLayersControl                 = ((System.Windows.Controls.Button)(this.FindName("button_ShowWMSLayersControl")));
     this.button_ShowWMSAnimationControl              = ((System.Windows.Controls.Button)(this.FindName("button_ShowWMSAnimationControl")));
     this.button_ClearAllWMSLayers                    = ((System.Windows.Controls.Button)(this.FindName("button_ClearAllWMSLayers")));
     this.txtLatitude                                 = ((System.Windows.Controls.TextBox)(this.FindName("txtLatitude")));
     this.txtLongitude                                = ((System.Windows.Controls.TextBox)(this.FindName("txtLongitude")));
     this.LeftContainerOnTopOfBingMaps_StackPanel     = ((System.Windows.Controls.StackPanel)(this.FindName("LeftContainerOnTopOfBingMaps_StackPanel")));
     this.LayerBorder                                 = ((System.Windows.Controls.Border)(this.FindName("LayerBorder")));
     this.Title_TextBlock                             = ((System.Windows.Controls.TextBlock)(this.FindName("Title_TextBlock")));
     this.button_CloseLayerBorder                     = ((System.Windows.Controls.Button)(this.FindName("button_CloseLayerBorder")));
     this.WMSLayersOpacity_TextBlock                  = ((System.Windows.Controls.TextBlock)(this.FindName("WMSLayersOpacity_TextBlock")));
     this.WMSLayersOpacity_Slider                     = ((System.Windows.Controls.Slider)(this.FindName("WMSLayersOpacity_Slider")));
     this.WMSLayers_BingMaps_ScrollViewer             = ((System.Windows.Controls.ScrollViewer)(this.FindName("WMSLayers_BingMaps_ScrollViewer")));
     this.Layers_Treeview                             = ((System.Windows.Controls.TreeView)(this.FindName("Layers_Treeview")));
     this.AnimationControlBorder                      = ((System.Windows.Controls.Border)(this.FindName("AnimationControlBorder")));
     this.AnimatiobTitle_TextBlock                    = ((System.Windows.Controls.TextBlock)(this.FindName("AnimatiobTitle_TextBlock")));
     this.button_CloseAnimationControlBorder          = ((System.Windows.Controls.Button)(this.FindName("button_CloseAnimationControlBorder")));
     this.Timespan_From_TextBlock                     = ((System.Windows.Controls.TextBlock)(this.FindName("Timespan_From_TextBlock")));
     this.datePicker_From_ForAnimation                = ((System.Windows.Controls.DatePicker)(this.FindName("datePicker_From_ForAnimation")));
     this.AnimationDateFrom_Slider                    = ((System.Windows.Controls.Slider)(this.FindName("AnimationDateFrom_Slider")));
     this.Timespan_To_TextBlock                       = ((System.Windows.Controls.TextBlock)(this.FindName("Timespan_To_TextBlock")));
     this.datePicker_To_ForAnimation                  = ((System.Windows.Controls.DatePicker)(this.FindName("datePicker_To_ForAnimation")));
     this.AnimationDateTo_Slider                      = ((System.Windows.Controls.Slider)(this.FindName("AnimationDateTo_Slider")));
     this.AnimationTimeInterval_Slider                = ((System.Windows.Controls.Slider)(this.FindName("AnimationTimeInterval_Slider")));
     this.WMSAnimationLayersOpacity_Slider            = ((System.Windows.Controls.Slider)(this.FindName("WMSAnimationLayersOpacity_Slider")));
     this.button_Animation_Start                      = ((System.Windows.Controls.Button)(this.FindName("button_Animation_Start")));
     this.button_Animation_Pause                      = ((System.Windows.Controls.Button)(this.FindName("button_Animation_Pause")));
     this.button_Animation_Stop                       = ((System.Windows.Controls.Button)(this.FindName("button_Animation_Stop")));
     this.button_Animation_Previous                   = ((System.Windows.Controls.Button)(this.FindName("button_Animation_Previous")));
     this.button_Animation_Next                       = ((System.Windows.Controls.Button)(this.FindName("button_Animation_Next")));
     this.CurrentTimeName_TextBlock                   = ((System.Windows.Controls.TextBlock)(this.FindName("CurrentTimeName_TextBlock")));
     this.RightContainerOnTopOfBingMaps_StackPanel    = ((System.Windows.Controls.StackPanel)(this.FindName("RightContainerOnTopOfBingMaps_StackPanel")));
     this.dataPager1                                  = ((System.Windows.Controls.DataPager)(this.FindName("dataPager1")));
     this.TabControl_CategoryPage                     = ((System.Windows.Controls.TabControl)(this.FindName("TabControl_CategoryPage")));
     this.TabItem_Datasets                            = ((System.Windows.Controls.TabItem)(this.FindName("TabItem_Datasets")));
     this.TabItem_WebServices                         = ((System.Windows.Controls.TabItem)(this.FindName("TabItem_WebServices")));
     this.TabItem_MonitoringAndObservationSystems     = ((System.Windows.Controls.TabItem)(this.FindName("TabItem_MonitoringAndObservationSystems")));
     this.TabItem_ComputationalModel                  = ((System.Windows.Controls.TabItem)(this.FindName("TabItem_ComputationalModel")));
     this.TabItem_Initiatives                         = ((System.Windows.Controls.TabItem)(this.FindName("TabItem_Initiatives")));
     this.TabItem_WebsitesAndDocuments                = ((System.Windows.Controls.TabItem)(this.FindName("TabItem_WebsitesAndDocuments")));
     this.TabItem_SoftwareAndApplications             = ((System.Windows.Controls.TabItem)(this.FindName("TabItem_SoftwareAndApplications")));
     this.border_Bottom                               = ((System.Windows.Controls.Border)(this.FindName("border_Bottom")));
     this.ContainerForMetadataDetail_FloatableWindows = ((System.Windows.Controls.Grid)(this.FindName("ContainerForMetadataDetail_FloatableWindows")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E9%93%B6%E8%A1%8C%E5%94%AE%E6%B0%94%E6%94%B6%E8%B4%B9.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.xgys = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("xgys")));
     this.gsxiangou = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("gsxiangou")));
     this.cainuanji = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("cainuanji")));
     this.kbsellgas = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("kbsellgas")));
     this.kbbysellgas = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("kbbysellgas")));
     this.card = ((Com.Aote.ObjectTools.NewGeneralICCard)(this.FindName("card")));
     this.paylist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("paylist")));
     this.openxiangou = ((Com.Aote.ObjectTools.ChildWindowObj)(this.FindName("openxiangou")));
     this.hunhes = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("hunhes")));
     this.fbffobj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fbffobj")));
     this.mwhfobj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("mwhfobj")));
     this.fwhfobj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fwhfobj")));
     this.mxggasobj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("mxggasobj")));
     this.mzdgasobj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("mzdgasobj")));
     this.fzdgasobj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fzdgasobj")));
     this.mygqlobj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("mygqlobj")));
     this.fapiaogeshi = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fapiaogeshi")));
     this.kbusers = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kbusers")));
     this.kbfee = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kbfee")));
     this.UpdateSellgas = ((Com.Aote.Behaviors.HQLAction)(this.FindName("UpdateSellgas")));
     this.Updatefapiao = ((Com.Aote.Behaviors.HQLAction)(this.FindName("Updatefapiao")));
     this.UpdateUserfile = ((Com.Aote.Behaviors.HQLAction)(this.FindName("UpdateUserfile")));
     this.RollbackAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("RollbackAction")));
     this.UpdateBeginFeeAction = ((Com.Aote.Behaviors.HQLAction)(this.FindName("UpdateBeginFeeAction")));
     this.SaveAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.fpinfosobj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fpinfosobj")));
     this.userfilesearch = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.userfiles = ((System.Windows.Controls.DataGrid)(this.FindName("userfiles")));
     this.userfileslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfileslist")));
     this.kbfee1 = ((System.Windows.Controls.Grid)(this.FindName("kbfee1")));
     this.f_userid = ((System.Windows.Controls.TextBox)(this.FindName("f_userid")));
     this.whfdate = ((System.Windows.Controls.DatePicker)(this.FindName("whfdate")));
     this.save2 = ((System.Windows.Controls.Button)(this.FindName("save2")));
     this.kbgaslist = ((System.Windows.Controls.DataGrid)(this.FindName("kbgaslist")));
     this.guoshuiprint = ((System.Windows.Controls.Grid)(this.FindName("guoshuiprint")));
     this.fkprint = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fkprint")));
     this.aofengprint = ((System.Windows.Controls.Grid)(this.FindName("aofengprint")));
     this.fkprint1 = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fkprint1")));
     this.submittip = ((Com.Aote.Controls.MessageTipObj)(this.FindName("submittip")));
     this.print = ((Com.Aote.Controls.PrintObj)(this.FindName("print")));
     this.print1 = ((Com.Aote.Controls.PrintObj)(this.FindName("print1")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E6%B0%91%E7%94%A8%E8%90%A5%E4%B8%9A%E5%8E%85%E5%8F%91%E5%8D%A1%E5%94" +
                 "%AE%E6%B0%94.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.qbpplist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("qbpplist")));
     this.usegaslist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("usegaslist")));
     this.fakafei = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fakafei")));
     this.gsxiangou = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("gsxiangou")));
     this.payfeetypelist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("payfeetypelist")));
     this.paylist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("paylist")));
     this.openkafei = ((Com.Aote.ObjectTools.ChildWindowObj)(this.FindName("openkafei")));
     this.openxiangou = ((Com.Aote.ObjectTools.ChildWindowObj)(this.FindName("openxiangou")));
     this.hunhes = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("hunhes")));
     this.userfiles1 = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfiles1")));
     this.sellgasobj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("sellgasobj")));
     this.userfilego = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.card = ((Com.Aote.ObjectTools.ScriptObj)(this.FindName("card")));
     this.print = ((Com.Aote.ObjectTools.ScriptObj)(this.FindName("print")));
     this.UpdateFaka = ((Com.Aote.Behaviors.HQLAction)(this.FindName("UpdateFaka")));
     this.UpdateSellgas = ((Com.Aote.Behaviors.HQLAction)(this.FindName("UpdateSellgas")));
     this.UpdateUserfile = ((Com.Aote.Behaviors.HQLAction)(this.FindName("UpdateUserfile")));
     this.RollbackAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("RollbackAction")));
     this.SaveAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.userfilesearch = ((System.Windows.Controls.Grid)(this.FindName("userfilesearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.userfiles = ((System.Windows.Controls.DataGrid)(this.FindName("userfiles")));
     this.userfileslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfileslist")));
     this.userfile = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.save = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.CoboxPinp = ((System.Windows.Controls.ComboBox)(this.FindName("CoboxPinp")));
     this.DaXiaoKa = ((System.Windows.Controls.ComboBox)(this.FindName("DaXiaoKa")));
     this.CoboxGasPro = ((System.Windows.Controls.ComboBox)(this.FindName("CoboxGasPro")));
     this.times = ((System.Windows.Controls.TextBox)(this.FindName("times")));
     this.CoboxGas = ((System.Windows.Controls.ComboBox)(this.FindName("CoboxGas")));
     this.guoshuiprint = ((System.Windows.Controls.Grid)(this.FindName("guoshuiprint")));
     this.fkprint = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fkprint")));
     this.aofengprint = ((System.Windows.Controls.Grid)(this.FindName("aofengprint")));
     this.fkprint1 = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fkprint1")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E5%AE%89%E6%A3%80%E7%BB%93%E6%9E%9C%E6%9F%A5%E7%9C%8B.xaml", System.UriKind.Relative));
     this.LayoutRoot            = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pageResource          = ((Com.Aote.Marks.ResourceLoad)(this.FindName("pageResource")));
     this.repairManList         = ((Com.Aote.ObjectTools.PagedList)(this.FindName("repairManList")));
     this.areafileslist         = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("areafileslist")));
     this.pager                 = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.areafilesearch        = ((System.Windows.Controls.DockPanel)(this.FindName("areafilesearch")));
     this.areasearchbutton      = ((System.Windows.Controls.Button)(this.FindName("areasearchbutton")));
     this.areafiles             = ((System.Windows.Controls.DataGrid)(this.FindName("areafiles")));
     this.slipPaper             = ((System.Windows.Controls.ContentControl)(this.FindName("slipPaper")));
     this.userfile              = ((System.Windows.Controls.TabControl)(this.FindName("userfile")));
     this.BasicTab              = ((System.Windows.Controls.TabItem)(this.FindName("BasicTab")));
     this.CurrentArchiveAddress = ((System.Windows.Controls.TextBox)(this.FindName("CurrentArchiveAddress")));
     this.WARM             = ((System.Windows.Controls.ComboBox)(this.FindName("WARM")));
     this.WARM_OTHER       = ((System.Windows.Controls.TextBox)(this.FindName("WARM_OTHER")));
     this.MeterDefectsPane = ((System.Windows.Controls.StackPanel)(this.FindName("MeterDefectsPane")));
     this.RQB                        = ((System.Windows.Controls.CheckBox)(this.FindName("RQB")));
     this.JB_METER_NAME              = ((System.Windows.Controls.ComboBox)(this.FindName("JB_METER_NAME")));
     this.JB_METER_NAME_OTHER        = ((System.Windows.Controls.TextBox)(this.FindName("JB_METER_NAME_OTHER")));
     this.IC_METER_NAME              = ((System.Windows.Controls.ComboBox)(this.FindName("IC_METER_NAME")));
     this.IC_METER_NAME_OTHER        = ((System.Windows.Controls.TextBox)(this.FindName("IC_METER_NAME_OTHER")));
     this.PlumbingDefectsPane        = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingDefectsPane")));
     this.STANDPIPE                  = ((System.Windows.Controls.CheckBox)(this.FindName("STANDPIPE")));
     this.cbEroded                   = ((System.Windows.Controls.CheckBox)(this.FindName("cbEroded")));
     this.rbErodedSevere             = ((System.Windows.Controls.RadioButton)(this.FindName("rbErodedSevere")));
     this.rbErodedModerate           = ((System.Windows.Controls.RadioButton)(this.FindName("rbErodedModerate")));
     this.rbErodedSlight             = ((System.Windows.Controls.RadioButton)(this.FindName("rbErodedSlight")));
     this.PlumbingProofPane          = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingProofPane")));
     this.cbRIGIDITYNormal           = ((System.Windows.Controls.CheckBox)(this.FindName("cbRIGIDITYNormal")));
     this.cbRIGIDITYLeakage          = ((System.Windows.Controls.CheckBox)(this.FindName("cbRIGIDITYLeakage")));
     this.PlumbingPressurePane       = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingPressurePane")));
     this.cbPressureNormal           = ((System.Windows.Controls.CheckBox)(this.FindName("cbPressureNormal")));
     this.cbPressureAbnormal         = ((System.Windows.Controls.CheckBox)(this.FindName("cbPressureAbnormal")));
     this.PlumbingMeterValvePane     = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingMeterValvePane")));
     this.TABLE_TAP                  = ((System.Windows.Controls.CheckBox)(this.FindName("TABLE_TAP")));
     this.PlumbingCookerValvePane    = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingCookerValvePane")));
     this.COOK_TAP                   = ((System.Windows.Controls.CheckBox)(this.FindName("COOK_TAP")));
     this.PlumbingAutomaticValvePane = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingAutomaticValvePane")));
     this.CLOSE_TAP                  = ((System.Windows.Controls.CheckBox)(this.FindName("CLOSE_TAP")));
     this.PlumbingPipePane           = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingPipePane")));
     this.INDOOR                     = ((System.Windows.Controls.CheckBox)(this.FindName("INDOOR")));
     this.PlumbingLeakagePane        = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingLeakagePane")));
     this.cbLEAKAGE_COOKER           = ((System.Windows.Controls.CheckBox)(this.FindName("cbLEAKAGE_COOKER")));
     this.cbLEAKAGE_HEATER           = ((System.Windows.Controls.CheckBox)(this.FindName("cbLEAKAGE_HEATER")));
     this.cbLEAKAGE_BOILER           = ((System.Windows.Controls.CheckBox)(this.FindName("cbLEAKAGE_BOILER")));
     this.cbLEAKAGE_NOTIFIED         = ((System.Windows.Controls.CheckBox)(this.FindName("cbLEAKAGE_NOTIFIED")));
     this.GasDeviceTab               = ((System.Windows.Controls.TabItem)(this.FindName("GasDeviceTab")));
     this.CookerPipePane             = ((System.Windows.Controls.StackPanel)(this.FindName("CookerPipePane")));
     this.COOKPIPE_NORMAL            = ((System.Windows.Controls.CheckBox)(this.FindName("COOKPIPE_NORMAL")));
     this.BoilerPipePane             = ((System.Windows.Controls.StackPanel)(this.FindName("BoilerPipePane")));
     this.WATER_PIPE                 = ((System.Windows.Controls.CheckBox)(this.FindName("WATER_PIPE")));
     this.BoilerDefectsPane          = ((System.Windows.Controls.StackPanel)(this.FindName("BoilerDefectsPane")));
     this.WATER_HIDDEN               = ((System.Windows.Controls.CheckBox)(this.FindName("WATER_HIDDEN")));
     this.WHEDefectsPane             = ((System.Windows.Controls.StackPanel)(this.FindName("WHEDefectsPane")));
     this.WHE_HIDDEN                 = ((System.Windows.Controls.CheckBox)(this.FindName("WHE_HIDDEN")));
     this.NEEDS_REPAIR               = ((System.Windows.Controls.CheckBox)(this.FindName("NEEDS_REPAIR")));
     this.cmbRepair                  = ((System.Windows.Controls.ComboBox)(this.FindName("cmbRepair")));
     this.PrecautionTab              = ((System.Windows.Controls.TabItem)(this.FindName("PrecautionTab")));
     this.precautionCheckPane        = ((System.Windows.Controls.WrapPanel)(this.FindName("precautionCheckPane")));
     this.picture1                   = ((System.Windows.Controls.Image)(this.FindName("picture1")));
     this.picture2                   = ((System.Windows.Controls.Image)(this.FindName("picture2")));
     this.picture3                   = ((System.Windows.Controls.Image)(this.FindName("picture3")));
     this.picture4                   = ((System.Windows.Controls.Image)(this.FindName("picture4")));
     this.picture5                   = ((System.Windows.Controls.Image)(this.FindName("picture5")));
     this.picture6                   = ((System.Windows.Controls.Image)(this.FindName("picture6")));
     this.picture7                   = ((System.Windows.Controls.Image)(this.FindName("picture7")));
     this.bigPic                     = ((System.Windows.Controls.Image)(this.FindName("bigPic")));
     this.SignatureTab               = ((System.Windows.Controls.TabItem)(this.FindName("SignatureTab")));
     this.image                      = ((System.Windows.Controls.Image)(this.FindName("image")));
     this.RepairPhotoTab             = ((System.Windows.Controls.TabItem)(this.FindName("RepairPhotoTab")));
     this.bigPic2                    = ((System.Windows.Controls.Image)(this.FindName("bigPic2")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E9%93%B6%E8%A1%8C%E5%86%B2%E6%AD%A3%E8%AE%B0%E5%BD%95.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.excel = ((Com.Aote.ObjectTools.ExcelObj)(this.FindName("excel")));
     this.czylist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("czylist")));
     this.wangdianlist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("wangdianlist")));
     this.fgslist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fgslist")));
     this.usertypelist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("usertypelist")));
     this.zonggongsi = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.qblist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("qblist")));
     this.qjlist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("qjlist")));
     this.payfeetypelist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("payfeetypelist")));
     this.youxiaolist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("youxiaolist")));
     this.daninfosearch = ((System.Windows.Controls.Grid)(this.FindName("daninfosearch")));
     this.tj1 = ((System.Windows.Controls.TextBox)(this.FindName("tj1")));
     this.tj2 = ((System.Windows.Controls.TextBox)(this.FindName("tj2")));
     this.tj7 = ((System.Windows.Controls.TextBox)(this.FindName("tj7")));
     this.tj9 = ((System.Windows.Controls.ComboBox)(this.FindName("tj9")));
     this.dansearchbutton = ((System.Windows.Controls.Button)(this.FindName("dansearchbutton")));
     this.tj5 = ((System.Windows.Controls.ComboBox)(this.FindName("tj5")));
     this.tj6 = ((System.Windows.Controls.ComboBox)(this.FindName("tj6")));
     this.tj4 = ((System.Windows.Controls.DatePicker)(this.FindName("tj4")));
     this.tj8 = ((System.Windows.Controls.DatePicker)(this.FindName("tj8")));
     this.tja = ((System.Windows.Controls.ComboBox)(this.FindName("tja")));
     this.tjb = ((System.Windows.Controls.ComboBox)(this.FindName("tjb")));
     this.tjc = ((System.Windows.Controls.ComboBox)(this.FindName("tjc")));
     this.tjwangdian = ((System.Windows.Controls.ComboBox)(this.FindName("tjwangdian")));
     this.tjczy = ((System.Windows.Controls.ComboBox)(this.FindName("tjczy")));
     this.tjwhf = ((System.Windows.Controls.TextBox)(this.FindName("tjwhf")));
     this.pager2 = ((System.Windows.Controls.DataPager)(this.FindName("pager2")));
     this.daninfos = ((System.Windows.Controls.DataGrid)(this.FindName("daninfos")));
     this.daninfoslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("daninfoslist")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E6%8E%89%E6%B0%94%E7%99%BB%E8%AE%B0.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.card = ((Com.Aote.ObjectTools.NewGeneralICCard)(this.FindName("card")));
     this.zhikashibailist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("zhikashibailist")));
     this.losttypelist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("losttypelist")));
     this.DeleteAction = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteAction")));
     this.userfiles = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfiles")));
     this.SaveAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.SubmitAction = ((Com.Aote.Behaviors.HQLAction)(this.FindName("SubmitAction")));
     this.pipelinesearch = ((System.Windows.Controls.DockPanel)(this.FindName("pipelinesearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.pipelines = ((System.Windows.Controls.DataGrid)(this.FindName("pipelines")));
     this.pipelineslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("pipelineslist")));
     this.pipeline = ((System.Windows.Controls.Grid)(this.FindName("pipeline")));
     this.pipelinego = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("pipelinego")));
     this.save = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.caozuo = ((System.Windows.Controls.ComboBox)(this.FindName("caozuo")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.submittip = ((Com.Aote.Controls.MessageTipObj)(this.FindName("submittip")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E9%83%A8%E9%97%A8%E7%BB%8F%E7%90%86%E5%AE%A1%E6%A0%B8.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.minshgasnum = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("minshgasnum")));
     this.feishgasnum = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("feishgasnum")));
     this.DeleteAction = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteAction")));
     this.SaveAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.SubmitAction = ((Com.Aote.Behaviors.HQLAction)(this.FindName("SubmitAction")));
     this.pipelinesearch = ((System.Windows.Controls.DockPanel)(this.FindName("pipelinesearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.pipelines = ((System.Windows.Controls.DataGrid)(this.FindName("pipelines")));
     this.pipelineslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("pipelineslist")));
     this.pipeline = ((System.Windows.Controls.Grid)(this.FindName("pipeline")));
     this.pipelinego = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("pipelinego")));
     this.save = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.submittip = ((Com.Aote.Controls.MessageTipObj)(this.FindName("submittip")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E5%AE%89%E6%A3%80%E8%AE%A1%E5%88%92%E6%9F%A5%E8%AF%A2.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pageResource = ((Com.Aote.Marks.ResourceLoad)(this.FindName("pageResource")));
     this.planDialog = ((Com.Aote.ObjectTools.ChildWindowObj)(this.FindName("planDialog")));
     this.repairManList = ((Com.Aote.ObjectTools.PagedList)(this.FindName("repairManList")));
     this.criteriaPanel = ((System.Windows.Controls.Grid)(this.FindName("criteriaPanel")));
     this.cmbState = ((System.Windows.Controls.ComboBox)(this.FindName("cmbState")));
     this.duplicateInspection = ((System.Windows.Controls.CheckBox)(this.FindName("duplicateInspection")));
     this.btnSearch = ((System.Windows.Controls.Button)(this.FindName("btnSearch")));
     this.paperPager = ((System.Windows.Controls.DataPager)(this.FindName("paperPager")));
     this.paperGrid = ((System.Windows.Controls.DataGrid)(this.FindName("paperGrid")));
     this.paperList = ((Com.Aote.ObjectTools.PagedList)(this.FindName("paperList")));
     this.btnWriteBack = ((System.Windows.Controls.Button)(this.FindName("btnWriteBack")));
     this.btnSave = ((System.Windows.Controls.Button)(this.FindName("btnSave")));
     this.btnDelete = ((System.Windows.Controls.Button)(this.FindName("btnDelete")));
     this.checkPager = ((System.Windows.Controls.DataPager)(this.FindName("checkPager")));
     this.checkGrid = ((System.Windows.Controls.DataGrid)(this.FindName("checkGrid")));
     this.checkList = ((Com.Aote.ObjectTools.PagedList)(this.FindName("checkList")));
     this.userfile = ((System.Windows.Controls.ContentControl)(this.FindName("userfile")));
     this.BasicTab = ((System.Windows.Controls.StackPanel)(this.FindName("BasicTab")));
     this.CurrentArchiveAddress = ((System.Windows.Controls.TextBox)(this.FindName("CurrentArchiveAddress")));
     this.WARM = ((System.Windows.Controls.ComboBox)(this.FindName("WARM")));
     this.WARM_OTHER = ((System.Windows.Controls.TextBox)(this.FindName("WARM_OTHER")));
     this.MeterDefectsPane = ((System.Windows.Controls.StackPanel)(this.FindName("MeterDefectsPane")));
     this.RQB = ((System.Windows.Controls.CheckBox)(this.FindName("RQB")));
     this.JB_METER_NAME = ((System.Windows.Controls.ComboBox)(this.FindName("JB_METER_NAME")));
     this.JB_METER_NAME_OTHER = ((System.Windows.Controls.TextBox)(this.FindName("JB_METER_NAME_OTHER")));
     this.IC_METER_NAME = ((System.Windows.Controls.ComboBox)(this.FindName("IC_METER_NAME")));
     this.IC_METER_NAME_OTHER = ((System.Windows.Controls.TextBox)(this.FindName("IC_METER_NAME_OTHER")));
     this.PlumbingDefectsPane = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingDefectsPane")));
     this.STANDPIPE = ((System.Windows.Controls.CheckBox)(this.FindName("STANDPIPE")));
     this.cbEroded = ((System.Windows.Controls.CheckBox)(this.FindName("cbEroded")));
     this.rbErodedSevere = ((System.Windows.Controls.RadioButton)(this.FindName("rbErodedSevere")));
     this.rbErodedModerate = ((System.Windows.Controls.RadioButton)(this.FindName("rbErodedModerate")));
     this.rbErodedSlight = ((System.Windows.Controls.RadioButton)(this.FindName("rbErodedSlight")));
     this.PlumbingProofPane = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingProofPane")));
     this.cbRIGIDITYNormal = ((System.Windows.Controls.CheckBox)(this.FindName("cbRIGIDITYNormal")));
     this.cbRIGIDITYLeakage = ((System.Windows.Controls.CheckBox)(this.FindName("cbRIGIDITYLeakage")));
     this.PlumbingPressurePane = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingPressurePane")));
     this.cbPressureNormal = ((System.Windows.Controls.CheckBox)(this.FindName("cbPressureNormal")));
     this.cbPressureAbnormal = ((System.Windows.Controls.CheckBox)(this.FindName("cbPressureAbnormal")));
     this.PlumbingMeterValvePane = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingMeterValvePane")));
     this.TABLE_TAP = ((System.Windows.Controls.CheckBox)(this.FindName("TABLE_TAP")));
     this.PlumbingCookerValvePane = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingCookerValvePane")));
     this.COOK_TAP = ((System.Windows.Controls.CheckBox)(this.FindName("COOK_TAP")));
     this.PlumbingAutomaticValvePane = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingAutomaticValvePane")));
     this.CLOSE_TAP = ((System.Windows.Controls.CheckBox)(this.FindName("CLOSE_TAP")));
     this.PlumbingPipePane = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingPipePane")));
     this.INDOOR = ((System.Windows.Controls.CheckBox)(this.FindName("INDOOR")));
     this.PlumbingLeakagePane = ((System.Windows.Controls.StackPanel)(this.FindName("PlumbingLeakagePane")));
     this.cbLEAKAGE_COOKER = ((System.Windows.Controls.CheckBox)(this.FindName("cbLEAKAGE_COOKER")));
     this.cbLEAKAGE_HEATER = ((System.Windows.Controls.CheckBox)(this.FindName("cbLEAKAGE_HEATER")));
     this.cbLEAKAGE_BOILER = ((System.Windows.Controls.CheckBox)(this.FindName("cbLEAKAGE_BOILER")));
     this.cbLEAKAGE_NOTIFIED = ((System.Windows.Controls.CheckBox)(this.FindName("cbLEAKAGE_NOTIFIED")));
     this.GasDeviceTab = ((System.Windows.Controls.StackPanel)(this.FindName("GasDeviceTab")));
     this.CookerPipePane = ((System.Windows.Controls.StackPanel)(this.FindName("CookerPipePane")));
     this.COOKPIPE_NORMAL = ((System.Windows.Controls.CheckBox)(this.FindName("COOKPIPE_NORMAL")));
     this.BoilerPipePane = ((System.Windows.Controls.StackPanel)(this.FindName("BoilerPipePane")));
     this.WATER_PIPE = ((System.Windows.Controls.CheckBox)(this.FindName("WATER_PIPE")));
     this.BoilerDefectsPane = ((System.Windows.Controls.StackPanel)(this.FindName("BoilerDefectsPane")));
     this.WATER_HIDDEN = ((System.Windows.Controls.CheckBox)(this.FindName("WATER_HIDDEN")));
     this.WHEDefectsPane = ((System.Windows.Controls.StackPanel)(this.FindName("WHEDefectsPane")));
     this.WHE_HIDDEN = ((System.Windows.Controls.CheckBox)(this.FindName("WHE_HIDDEN")));
     this.NEEDS_REPAIR = ((System.Windows.Controls.CheckBox)(this.FindName("NEEDS_REPAIR")));
     this.cmbRepair = ((System.Windows.Controls.ComboBox)(this.FindName("cmbRepair")));
     this.PrecautionTab = ((System.Windows.Controls.StackPanel)(this.FindName("PrecautionTab")));
     this.precautionCheckPane = ((System.Windows.Controls.WrapPanel)(this.FindName("precautionCheckPane")));
     this.picture1 = ((System.Windows.Controls.Image)(this.FindName("picture1")));
     this.picture2 = ((System.Windows.Controls.Image)(this.FindName("picture2")));
     this.picture3 = ((System.Windows.Controls.Image)(this.FindName("picture3")));
     this.picture4 = ((System.Windows.Controls.Image)(this.FindName("picture4")));
     this.picture5 = ((System.Windows.Controls.Image)(this.FindName("picture5")));
     this.picture6 = ((System.Windows.Controls.Image)(this.FindName("picture6")));
     this.picture7 = ((System.Windows.Controls.Image)(this.FindName("picture7")));
     this.bigPic = ((System.Windows.Controls.Image)(this.FindName("bigPic")));
     this.SignatureTab = ((System.Windows.Controls.StackPanel)(this.FindName("SignatureTab")));
     this.image = ((System.Windows.Controls.Image)(this.FindName("image")));
 }
Beispiel #57
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ISEstimate;component/Pages/UIMaster.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.txtTitle = ((System.Windows.Controls.TextBlock)(this.FindName("txtTitle")));
     this.mnuClose = ((System.Windows.Controls.MenuItem)(this.FindName("mnuClose")));
     this.iconClose = ((System.Windows.Controls.Image)(this.FindName("iconClose")));
     this.ControlRoot = ((System.Windows.Controls.Grid)(this.FindName("ControlRoot")));
     this.btnClose = ((System.Windows.Controls.Button)(this.FindName("btnClose")));
     this.btnClear = ((System.Windows.Controls.Button)(this.FindName("btnClear")));
     this.btnUpdate = ((System.Windows.Controls.Button)(this.FindName("btnUpdate")));
     this.btnAdd = ((System.Windows.Controls.Button)(this.FindName("btnAdd")));
     this.btnSave = ((System.Windows.Controls.Button)(this.FindName("btnSave")));
     this.lblMaster = ((System.Windows.Controls.Label)(this.FindName("lblMaster")));
     this.cmbMaster = ((ISEstimate.ISCMBBox)(this.FindName("cmbMaster")));
     this.TaxRoot = ((System.Windows.Controls.Grid)(this.FindName("TaxRoot")));
     this.lblDate = ((System.Windows.Controls.Label)(this.FindName("lblDate")));
     this.lblRate = ((System.Windows.Controls.Label)(this.FindName("lblRate")));
     this.lblDelete = ((System.Windows.Controls.Label)(this.FindName("lblDelete")));
     this.dtpStartDate = ((ISEstimate.ISEDatePicker)(this.FindName("dtpStartDate")));
     this.txtRate = ((System.Windows.Controls.TextBox)(this.FindName("txtRate")));
     this.chkTaxDel = ((System.Windows.Controls.CheckBox)(this.FindName("chkTaxDel")));
     this.MasterRoot = ((System.Windows.Controls.Grid)(this.FindName("MasterRoot")));
     this.lblName = ((System.Windows.Controls.Label)(this.FindName("lblName")));
     this.lblDelete1 = ((System.Windows.Controls.Label)(this.FindName("lblDelete1")));
     this.lblOrder = ((System.Windows.Controls.Label)(this.FindName("lblOrder")));
     this.txtName = ((System.Windows.Controls.TextBox)(this.FindName("txtName")));
     this.chkMasterDel = ((System.Windows.Controls.CheckBox)(this.FindName("chkMasterDel")));
     this.txtOrder = ((System.Windows.Controls.TextBox)(this.FindName("txtOrder")));
     this.dgSupplier = ((System.Windows.Controls.DataGrid)(this.FindName("dgSupplier")));
     this.dpSupplier = ((System.Windows.Controls.DataPager)(this.FindName("dpSupplier")));
     this.dgCategory = ((System.Windows.Controls.DataGrid)(this.FindName("dgCategory")));
     this.dpCategory = ((System.Windows.Controls.DataPager)(this.FindName("dpCategory")));
     this.dgUnit = ((System.Windows.Controls.DataGrid)(this.FindName("dgUnit")));
     this.dpUnit = ((System.Windows.Controls.DataPager)(this.FindName("dpUnit")));
     this.dgEX = ((System.Windows.Controls.DataGrid)(this.FindName("dgEX")));
     this.dpEx = ((System.Windows.Controls.DataPager)(this.FindName("dpEx")));
     this.dgPayCond = ((System.Windows.Controls.DataGrid)(this.FindName("dgPayCond")));
     this.dpPayCond = ((System.Windows.Controls.DataPager)(this.FindName("dpPayCond")));
     this.dgTax = ((System.Windows.Controls.DataGrid)(this.FindName("dgTax")));
     this.dpTax = ((System.Windows.Controls.DataPager)(this.FindName("dpTax")));
     this.imgFvt = ((System.Windows.Controls.Image)(this.FindName("imgFvt")));
 }
Beispiel #58
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E4%BF%A1%E6%81%AF%E5%88%97%E8%A1%A8%E6%9F%A5%E8%AF%A2.xaml", System.UriKind.Relative));
     this.LayoutRoot         = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.regionlist         = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("regionlist")));
     this.danobj             = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("danobj")));
     this.fgslist            = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fgslist")));
     this.userfilego         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.zonggongsi         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.qblist             = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("qblist")));
     this.qjlist             = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("qjlist")));
     this.devicelist         = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("devicelist")));
     this.daninfosearch      = ((System.Windows.Controls.Grid)(this.FindName("daninfosearch")));
     this.Combox1            = ((System.Windows.Controls.ComboBox)(this.FindName("Combox1")));
     this.region             = ((System.Windows.Controls.ComboBox)(this.FindName("region")));
     this.dansearchbutton    = ((System.Windows.Controls.Button)(this.FindName("dansearchbutton")));
     this.Comboxfx           = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxfx")));
     this.Comboxqj           = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxqj")));
     this.tj4                = ((System.Windows.Controls.DatePicker)(this.FindName("tj4")));
     this.tj8                = ((System.Windows.Controls.DatePicker)(this.FindName("tj8")));
     this.pager2             = ((System.Windows.Controls.DataPager)(this.FindName("pager2")));
     this.daninfos           = ((System.Windows.Controls.DataGrid)(this.FindName("daninfos")));
     this.daninfoslist       = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("daninfoslist")));
     this.userfile           = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.feidaninfosearch   = ((System.Windows.Controls.Grid)(this.FindName("feidaninfosearch")));
     this.Combox2            = ((System.Windows.Controls.ComboBox)(this.FindName("Combox2")));
     this.feidansearchbutton = ((System.Windows.Controls.Button)(this.FindName("feidansearchbutton")));
     this.Comboxfx1          = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxfx1")));
     this.Comboxqj1          = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxqj1")));
     this.fmy                = ((System.Windows.Controls.DatePicker)(this.FindName("fmy")));
     this.fmy1               = ((System.Windows.Controls.DatePicker)(this.FindName("fmy1")));
     this.pager9             = ((System.Windows.Controls.DataPager)(this.FindName("pager9")));
     this.feidaninfos        = ((System.Windows.Controls.DataGrid)(this.FindName("feidaninfos")));
     this.feidaninfoslist    = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("feidaninfoslist")));
     this.userfile1          = ((System.Windows.Controls.Grid)(this.FindName("userfile1")));
     this.userfilego1        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego1")));
     this.devices            = ((System.Windows.Controls.DataGrid)(this.FindName("devices")));
     this.danbginfosearch    = ((System.Windows.Controls.Grid)(this.FindName("danbginfosearch")));
     this.dabg               = ((System.Windows.Controls.DatePicker)(this.FindName("dabg")));
     this.dabg1              = ((System.Windows.Controls.DatePicker)(this.FindName("dabg1")));
     this.Combox3            = ((System.Windows.Controls.ComboBox)(this.FindName("Combox3")));
     this.dabgsearchbutton   = ((System.Windows.Controls.Button)(this.FindName("dabgsearchbutton")));
     this.pager0             = ((System.Windows.Controls.DataPager)(this.FindName("pager0")));
     this.danbginfos         = ((System.Windows.Controls.DataGrid)(this.FindName("danbginfos")));
     this.danbginfoslist     = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("danbginfoslist")));
     this.biangeng           = ((System.Windows.Controls.Grid)(this.FindName("biangeng")));
     this.biangenggo         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("biangenggo")));
     this.fileschange        = ((System.Windows.Controls.DataGrid)(this.FindName("fileschange")));
     this.fkinfosearch       = ((System.Windows.Controls.DockPanel)(this.FindName("fkinfosearch")));
     this.Combox4            = ((System.Windows.Controls.ComboBox)(this.FindName("Combox4")));
     this.searchbutton0      = ((System.Windows.Controls.Button)(this.FindName("searchbutton0")));
     this.fkrq               = ((System.Windows.Controls.DatePicker)(this.FindName("fkrq")));
     this.fkrq1              = ((System.Windows.Controls.DatePicker)(this.FindName("fkrq1")));
     this.pager1             = ((System.Windows.Controls.DataPager)(this.FindName("pager1")));
     this.fkinfos            = ((System.Windows.Controls.DataGrid)(this.FindName("fkinfos")));
     this.fkinfoslist        = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("fkinfoslist")));
     this.userfilefk         = ((System.Windows.Controls.Grid)(this.FindName("userfilefk")));
     this.fkuser             = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fkuser")));
     this.qbnumber           = ((System.Windows.Controls.TextBox)(this.FindName("qbnumber")));
     this.sqinfosearch       = ((System.Windows.Controls.DockPanel)(this.FindName("sqinfosearch")));
     this.sqrq               = ((System.Windows.Controls.DatePicker)(this.FindName("sqrq")));
     this.sqrq1              = ((System.Windows.Controls.DatePicker)(this.FindName("sqrq1")));
     this.Combox5            = ((System.Windows.Controls.ComboBox)(this.FindName("Combox5")));
     this.searchbuttonsq     = ((System.Windows.Controls.Button)(this.FindName("searchbuttonsq")));
     this.pager10            = ((System.Windows.Controls.DataPager)(this.FindName("pager10")));
     this.sqinfosin          = ((System.Windows.Controls.DataGrid)(this.FindName("sqinfosin")));
     this.sqinfoslistsq      = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("sqinfoslistsq")));
     this.kb                 = ((System.Windows.Controls.Grid)(this.FindName("kb")));
     this.kbgo               = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kbgo")));
     this.f_userid           = ((System.Windows.Controls.TextBox)(this.FindName("f_userid")));
     this.hbinfosearch       = ((System.Windows.Controls.DockPanel)(this.FindName("hbinfosearch")));
     this.hbdj               = ((System.Windows.Controls.DatePicker)(this.FindName("hbdj")));
     this.hbdj1              = ((System.Windows.Controls.DatePicker)(this.FindName("hbdj1")));
     this.Combox6            = ((System.Windows.Controls.ComboBox)(this.FindName("Combox6")));
     this.hbsearchbutton     = ((System.Windows.Controls.Button)(this.FindName("hbsearchbutton")));
     this.pager3             = ((System.Windows.Controls.DataPager)(this.FindName("pager3")));
     this.hbinfos            = ((System.Windows.Controls.DataGrid)(this.FindName("hbinfos")));
     this.hbinfoslist        = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("hbinfoslist")));
     this.pipeline           = ((System.Windows.Controls.Grid)(this.FindName("pipeline")));
     this.pipelinego         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("pipelinego")));
     this.bqinfosearch       = ((System.Windows.Controls.DockPanel)(this.FindName("bqinfosearch")));
     this.bqrq               = ((System.Windows.Controls.DatePicker)(this.FindName("bqrq")));
     this.bqrq1              = ((System.Windows.Controls.DatePicker)(this.FindName("bqrq1")));
     this.Combox7            = ((System.Windows.Controls.ComboBox)(this.FindName("Combox7")));
     this.bqsearchbutton     = ((System.Windows.Controls.Button)(this.FindName("bqsearchbutton")));
     this.pager4             = ((System.Windows.Controls.DataPager)(this.FindName("pager4")));
     this.bqinfos            = ((System.Windows.Controls.DataGrid)(this.FindName("bqinfos")));
     this.bqinfoslist        = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("bqinfoslist")));
     this.apply              = ((System.Windows.Controls.Grid)(this.FindName("apply")));
     this.pipelinegobq       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("pipelinegobq")));
     this.bkinfosearch       = ((System.Windows.Controls.DockPanel)(this.FindName("bkinfosearch")));
     this.bkrq               = ((System.Windows.Controls.DatePicker)(this.FindName("bkrq")));
     this.bkrq1              = ((System.Windows.Controls.DatePicker)(this.FindName("bkrq1")));
     this.Combox9            = ((System.Windows.Controls.ComboBox)(this.FindName("Combox9")));
     this.searchbutton1      = ((System.Windows.Controls.Button)(this.FindName("searchbutton1")));
     this.pager5             = ((System.Windows.Controls.DataPager)(this.FindName("pager5")));
     this.bkinfos            = ((System.Windows.Controls.DataGrid)(this.FindName("bkinfos")));
     this.bkinfoslist        = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("bkinfoslist")));
     this.buka               = ((System.Windows.Controls.Grid)(this.FindName("buka")));
     this.bukago             = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("bukago")));
     this.kfinfosearch       = ((System.Windows.Controls.DockPanel)(this.FindName("kfinfosearch")));
     this.kfxgrq             = ((System.Windows.Controls.DatePicker)(this.FindName("kfxgrq")));
     this.kfxgrq1            = ((System.Windows.Controls.DatePicker)(this.FindName("kfxgrq1")));
     this.Combox10           = ((System.Windows.Controls.ComboBox)(this.FindName("Combox10")));
     this.kfsearchbutton     = ((System.Windows.Controls.Button)(this.FindName("kfsearchbutton")));
     this.pager7             = ((System.Windows.Controls.DataPager)(this.FindName("pager7")));
     this.kfinfos            = ((System.Windows.Controls.DataGrid)(this.FindName("kfinfos")));
     this.kfinfoslist        = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("kfinfoslist")));
     this.xgkf               = ((System.Windows.Controls.Grid)(this.FindName("xgkf")));
     this.xgkfgo             = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("xgkfgo")));
     this.xgqlinfosearch     = ((System.Windows.Controls.DockPanel)(this.FindName("xgqlinfosearch")));
     this.xgxgrq             = ((System.Windows.Controls.DatePicker)(this.FindName("xgxgrq")));
     this.xgxgrq1            = ((System.Windows.Controls.DatePicker)(this.FindName("xgxgrq1")));
     this.Combox11           = ((System.Windows.Controls.ComboBox)(this.FindName("Combox11")));
     this.xgqlsearchbutton   = ((System.Windows.Controls.Button)(this.FindName("xgqlsearchbutton")));
     this.pager8             = ((System.Windows.Controls.DataPager)(this.FindName("pager8")));
     this.xgqlinfos          = ((System.Windows.Controls.DataGrid)(this.FindName("xgqlinfos")));
     this.xgqlinfoslist      = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("xgqlinfoslist")));
     this.xgxg               = ((System.Windows.Controls.Grid)(this.FindName("xgxg")));
     this.xgxggo             = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("xgxggo")));
     this.whfsearch          = ((System.Windows.Controls.DockPanel)(this.FindName("whfsearch")));
     this.wxpjfrq            = ((System.Windows.Controls.DatePicker)(this.FindName("wxpjfrq")));
     this.wxpjfrq1           = ((System.Windows.Controls.DatePicker)(this.FindName("wxpjfrq1")));
     this.Combox12           = ((System.Windows.Controls.ComboBox)(this.FindName("Combox12")));
     this.whfsearchbutton    = ((System.Windows.Controls.Button)(this.FindName("whfsearchbutton")));
     this.pager13            = ((System.Windows.Controls.DataPager)(this.FindName("pager13")));
     this.whfinfos           = ((System.Windows.Controls.DataGrid)(this.FindName("whfinfos")));
     this.whfinfoslist       = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("whfinfoslist")));
     this.weihufeimain       = ((System.Windows.Controls.Grid)(this.FindName("weihufeimain")));
     this.whfgo              = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("whfgo")));
     this.bzxssearch         = ((System.Windows.Controls.DockPanel)(this.FindName("bzxssearch")));
     this.bzxsfrq            = ((System.Windows.Controls.DatePicker)(this.FindName("bzxsfrq")));
     this.bzxsfrq1           = ((System.Windows.Controls.DatePicker)(this.FindName("bzxsfrq1")));
     this.Combox13           = ((System.Windows.Controls.ComboBox)(this.FindName("Combox13")));
     this.bzxssearchbutton   = ((System.Windows.Controls.Button)(this.FindName("bzxssearchbutton")));
     this.pager14            = ((System.Windows.Controls.DataPager)(this.FindName("pager14")));
     this.bzxsinfos          = ((System.Windows.Controls.DataGrid)(this.FindName("bzxsinfos")));
     this.bzxsinfoslist      = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("bzxsinfoslist")));
     this.bzxsmain           = ((System.Windows.Controls.Grid)(this.FindName("bzxsmain")));
     this.bzgo               = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("bzgo")));
     this.czinfo             = ((System.Windows.Controls.Grid)(this.FindName("czinfo")));
     this.czinfogo           = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("czinfogo")));
     this.f_userid1          = ((System.Windows.Controls.TextBox)(this.FindName("f_userid1")));
     this.czinfosearch       = ((System.Windows.Controls.DockPanel)(this.FindName("czinfosearch")));
     this.czrq               = ((System.Windows.Controls.DatePicker)(this.FindName("czrq")));
     this.czrq1              = ((System.Windows.Controls.DatePicker)(this.FindName("czrq1")));
     this.Combox14           = ((System.Windows.Controls.ComboBox)(this.FindName("Combox14")));
     this.searchbutton       = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.pager15            = ((System.Windows.Controls.DataPager)(this.FindName("pager15")));
     this.czinfos            = ((System.Windows.Controls.DataGrid)(this.FindName("czinfos")));
     this.czinfoslist        = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("czinfoslist")));
     this.userfilesearch     = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     this.Combox15           = ((System.Windows.Controls.ComboBox)(this.FindName("Combox15")));
     this.xqrq               = ((System.Windows.Controls.DatePicker)(this.FindName("xqrq")));
     this.xqrq1              = ((System.Windows.Controls.DatePicker)(this.FindName("xqrq1")));
     this.chaxun             = ((System.Windows.Controls.Button)(this.FindName("chaxun")));
     this.pager16            = ((System.Windows.Controls.DataPager)(this.FindName("pager16")));
     this.userfiles          = ((System.Windows.Controls.DataGrid)(this.FindName("userfiles")));
     this.userfileslist      = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfileslist")));
     this.xiaoqu             = ((System.Windows.Controls.Grid)(this.FindName("xiaoqu")));
     this.xiaoqucha          = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("xiaoqucha")));
     this.unitcx             = ((System.Windows.Controls.DockPanel)(this.FindName("unitcx")));
     this.dwxxrq             = ((System.Windows.Controls.DatePicker)(this.FindName("dwxxrq")));
     this.dwxxrq1            = ((System.Windows.Controls.DatePicker)(this.FindName("dwxxrq1")));
     this.dwsearchbutton     = ((System.Windows.Controls.Button)(this.FindName("dwsearchbutton")));
     this.Combox1_Copy       = ((System.Windows.Controls.ComboBox)(this.FindName("Combox1_Copy")));
     this.pager33            = ((System.Windows.Controls.DataPager)(this.FindName("pager33")));
     this.unitinfos          = ((System.Windows.Controls.DataGrid)(this.FindName("unitinfos")));
     this.unitinfoslist      = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("unitinfoslist")));
     this.unit               = ((System.Windows.Controls.Grid)(this.FindName("unit")));
     this.unitgo             = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("unitgo")));
     this.danlist            = ((System.Windows.Controls.DataGrid)(this.FindName("danlist")));
     this.pipelinesearch     = ((System.Windows.Controls.DockPanel)(this.FindName("pipelinesearch")));
     this.qjlxbgrq           = ((System.Windows.Controls.DatePicker)(this.FindName("qjlxbgrq")));
     this.qjlxbgrq1          = ((System.Windows.Controls.DatePicker)(this.FindName("qjlxbgrq1")));
     this.Comboxfx16         = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxfx16")));
     this.searchbutto        = ((System.Windows.Controls.Button)(this.FindName("searchbutto")));
     this.pipelines          = ((System.Windows.Controls.DataGrid)(this.FindName("pipelines")));
     this.pipelineslist      = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("pipelineslist")));
     this.pipeline1          = ((System.Windows.Controls.Grid)(this.FindName("pipeline1")));
     this.pipelinego1        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("pipelinego1")));
     this.pagery             = ((System.Windows.Controls.DataPager)(this.FindName("pagery")));
     this.pipelinesearchy    = ((System.Windows.Controls.DockPanel)(this.FindName("pipelinesearchy")));
     this.dzqbpprq           = ((System.Windows.Controls.DatePicker)(this.FindName("dzqbpprq")));
     this.dzqbpprq1          = ((System.Windows.Controls.DatePicker)(this.FindName("dzqbpprq1")));
     this.Comboxfxy          = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxfxy")));
     this.searchbuttony      = ((System.Windows.Controls.Button)(this.FindName("searchbuttony")));
     this.pipelinesy         = ((System.Windows.Controls.DataGrid)(this.FindName("pipelinesy")));
     this.pipelineslisty     = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("pipelineslisty")));
     this.pipeliney          = ((System.Windows.Controls.Grid)(this.FindName("pipeliney")));
     this.pipelinegoy        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("pipelinegoy")));
     this.pager              = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.lostgasinfo1       = ((System.Windows.Controls.DockPanel)(this.FindName("lostgasinfo1")));
     this.dqdjrq             = ((System.Windows.Controls.DatePicker)(this.FindName("dqdjrq")));
     this.dqdjrq1            = ((System.Windows.Controls.DatePicker)(this.FindName("dqdjrq1")));
     this.Comboxfxy1         = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxfxy1")));
     this.pipelines1         = ((System.Windows.Controls.DataGrid)(this.FindName("pipelines1")));
     this.pager20            = ((System.Windows.Controls.DataPager)(this.FindName("pager20")));
     this.applysearch        = ((System.Windows.Controls.DockPanel)(this.FindName("applysearch")));
     this.ghrq               = ((System.Windows.Controls.DatePicker)(this.FindName("ghrq")));
     this.ghrq1              = ((System.Windows.Controls.DatePicker)(this.FindName("ghrq1")));
     this.Comboxfxy21        = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxfxy21")));
     this.searchbutton21     = ((System.Windows.Controls.Button)(this.FindName("searchbutton21")));
     this.applys             = ((System.Windows.Controls.DataGrid)(this.FindName("applys")));
     this.pager21            = ((System.Windows.Controls.DataPager)(this.FindName("pager21")));
     this.pipelinesearch1    = ((System.Windows.Controls.DockPanel)(this.FindName("pipelinesearch1")));
     this.tyrq               = ((System.Windows.Controls.DatePicker)(this.FindName("tyrq")));
     this.tyrq1              = ((System.Windows.Controls.DatePicker)(this.FindName("tyrq1")));
     this.Comboxfx22         = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxfx22")));
     this.searchbutton22     = ((System.Windows.Controls.Button)(this.FindName("searchbutton22")));
     this.pipelines22        = ((System.Windows.Controls.DataGrid)(this.FindName("pipelines22")));
     this.pipelineslist22    = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("pipelineslist22")));
     this.pipeline22         = ((System.Windows.Controls.Grid)(this.FindName("pipeline22")));
     this.pipelinego22       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("pipelinego22")));
     this.pager22            = ((System.Windows.Controls.DataPager)(this.FindName("pager22")));
     this.pipelinesearch23   = ((System.Windows.Controls.DockPanel)(this.FindName("pipelinesearch23")));
     this.qyrq               = ((System.Windows.Controls.DatePicker)(this.FindName("qyrq")));
     this.qyrq1              = ((System.Windows.Controls.DatePicker)(this.FindName("qyrq1")));
     this.Comboxfx23         = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxfx23")));
     this.searchbutton23     = ((System.Windows.Controls.Button)(this.FindName("searchbutton23")));
     this.pipelines23        = ((System.Windows.Controls.DataGrid)(this.FindName("pipelines23")));
     this.pipelineslist23    = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("pipelineslist23")));
     this.pipeline23         = ((System.Windows.Controls.Grid)(this.FindName("pipeline23")));
     this.pipelinego23       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("pipelinego23")));
     this.pager23            = ((System.Windows.Controls.DataPager)(this.FindName("pager23")));
     this.pipelinesearch24   = ((System.Windows.Controls.DockPanel)(this.FindName("pipelinesearch24")));
     this.xhrq               = ((System.Windows.Controls.DatePicker)(this.FindName("xhrq")));
     this.xhrq1              = ((System.Windows.Controls.DatePicker)(this.FindName("xhrq1")));
     this.Comboxfx24         = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxfx24")));
     this.searchbutton24     = ((System.Windows.Controls.Button)(this.FindName("searchbutton24")));
     this.pipelines24        = ((System.Windows.Controls.DataGrid)(this.FindName("pipelines24")));
     this.pipelineslist24    = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("pipelineslist24")));
     this.pipeline24         = ((System.Windows.Controls.Grid)(this.FindName("pipeline24")));
     this.pipelinego24       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("pipelinego24")));
     this.pager24            = ((System.Windows.Controls.DataPager)(this.FindName("pager24")));
     this.fgslist25          = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fgslist25")));
     this.zonggongsi25       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi25")));
     this.biangeng25         = ((System.Windows.Controls.Grid)(this.FindName("biangeng25")));
     this.userfileslist25    = ((System.Windows.Controls.DataGrid)(this.FindName("userfileslist25")));
     this.fileschange25      = ((System.Windows.Controls.DataGrid)(this.FindName("fileschange25")));
     this.bkinfosearch25     = ((System.Windows.Controls.DockPanel)(this.FindName("bkinfosearch25")));
     this.bgrq               = ((System.Windows.Controls.DatePicker)(this.FindName("bgrq")));
     this.bgrq1              = ((System.Windows.Controls.DatePicker)(this.FindName("bgrq1")));
     this.Combox25           = ((System.Windows.Controls.ComboBox)(this.FindName("Combox25")));
     this.searchbutton25     = ((System.Windows.Controls.Button)(this.FindName("searchbutton25")));
     this.pager25            = ((System.Windows.Controls.DataPager)(this.FindName("pager25")));
     this.bkinfos25          = ((System.Windows.Controls.DataGrid)(this.FindName("bkinfos25")));
     this.danbginfoslist25   = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("danbginfoslist25")));
     this.pipelinesearch23fz = ((System.Windows.Controls.DockPanel)(this.FindName("pipelinesearch23fz")));
     this.qyrqfz             = ((System.Windows.Controls.DatePicker)(this.FindName("qyrqfz")));
     this.qyrq1fz            = ((System.Windows.Controls.DatePicker)(this.FindName("qyrq1fz")));
     this.Comboxfx23fz       = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxfx23fz")));
     this.searchbutton23fz   = ((System.Windows.Controls.Button)(this.FindName("searchbutton23fz")));
     this.pipelines23fz      = ((System.Windows.Controls.DataGrid)(this.FindName("pipelines23fz")));
     this.pipelineslist23fz  = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("pipelineslist23fz")));
     this.pipeline23fz       = ((System.Windows.Controls.Grid)(this.FindName("pipeline23fz")));
     this.pipelinego23fz     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("pipelinego23fz")));
     this.pager23fz          = ((System.Windows.Controls.DataPager)(this.FindName("pager23fz")));
     this.pipelinesearch23bz = ((System.Windows.Controls.DockPanel)(this.FindName("pipelinesearch23bz")));
     this.qyrqbz             = ((System.Windows.Controls.DatePicker)(this.FindName("qyrqbz")));
     this.qyrq1bz            = ((System.Windows.Controls.DatePicker)(this.FindName("qyrq1bz")));
     this.Comboxfx23bz       = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxfx23bz")));
     this.searchbutton23bz   = ((System.Windows.Controls.Button)(this.FindName("searchbutton23bz")));
     this.pipelines23bz      = ((System.Windows.Controls.DataGrid)(this.FindName("pipelines23bz")));
     this.pipelineslist23bz  = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("pipelineslist23bz")));
     this.pipeline23bz       = ((System.Windows.Controls.Grid)(this.FindName("pipeline23bz")));
     this.pipelinego23bz     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("pipelinego23bz")));
     this.pager23bz          = ((System.Windows.Controls.DataPager)(this.FindName("pager23bz")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                 "nent/Pages/%E9%9D%9E%E6%B0%91%E7%94%A8%E6%8A%84%E8%A1%A8.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.feimychaobiao = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("feimychaobiao")));
     this.userfiles = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfiles")));
     this.SaveAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.zonggongsi = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.userfilesearch = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.fmylist = ((System.Windows.Controls.DataGrid)(this.FindName("fmylist")));
     this.userfilesgo = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfilesgo")));
     this.save = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.userfile = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.f_userid = ((System.Windows.Controls.TextBox)(this.FindName("f_userid")));
     this.f_cbren = ((System.Windows.Controls.TextBox)(this.FindName("f_cbren")));
     this.f_thistimenum = ((System.Windows.Controls.TextBox)(this.FindName("f_thistimenum")));
     this.pager = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Galatee.Silverlight;component/Accueil/FrmClasseurClientRegroupe.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.tabControl1 = ((System.Windows.Controls.TabControl)(this.FindName("tabControl1")));
     this.tabItem1 = ((System.Windows.Controls.TabItem)(this.FindName("tabItem1")));
     this.tab1_Txt_Centre = ((System.Windows.Controls.TextBox)(this.FindName("tab1_Txt_Centre")));
     this.label9 = ((System.Windows.Controls.Label)(this.FindName("label9")));
     this.tab1_txt_LibelleCentre = ((System.Windows.Controls.TextBox)(this.FindName("tab1_txt_LibelleCentre")));
     this.tab1_txt_Client = ((System.Windows.Controls.TextBox)(this.FindName("tab1_txt_Client")));
     this.label10 = ((System.Windows.Controls.Label)(this.FindName("label10")));
     this.tab_txt_Ordre = ((System.Windows.Controls.TextBox)(this.FindName("tab_txt_Ordre")));
     this.label11 = ((System.Windows.Controls.Label)(this.FindName("label11")));
     this.tabControl2 = ((System.Windows.Controls.TabControl)(this.FindName("tabControl2")));
     this.tabItem6 = ((System.Windows.Controls.TabItem)(this.FindName("tabItem6")));
     this.label13 = ((System.Windows.Controls.Label)(this.FindName("label13")));
     this.tab12_txt_NomClient = ((System.Windows.Controls.TextBox)(this.FindName("tab12_txt_NomClient")));
     this.label14 = ((System.Windows.Controls.Label)(this.FindName("label14")));
     this.label15 = ((System.Windows.Controls.Label)(this.FindName("label15")));
     this.txt_NINA = ((System.Windows.Controls.TextBox)(this.FindName("txt_NINA")));
     this.rdb_Owner = ((System.Windows.Controls.RadioButton)(this.FindName("rdb_Owner")));
     this.rdb_Tenant = ((System.Windows.Controls.RadioButton)(this.FindName("rdb_Tenant")));
     this.tab12_txt_addresse = ((System.Windows.Controls.TextBox)(this.FindName("tab12_txt_addresse")));
     this.tab12_txt_addresse2 = ((System.Windows.Controls.TextBox)(this.FindName("tab12_txt_addresse2")));
     this.lbl_CodeConsomateur = ((System.Windows.Controls.Label)(this.FindName("lbl_CodeConsomateur")));
     this.lbl_CodeRelance = ((System.Windows.Controls.Label)(this.FindName("lbl_CodeRelance")));
     this.lbl_categoie = ((System.Windows.Controls.Label)(this.FindName("lbl_categoie")));
     this.tab12_Txt_LibelleCodeConso = ((System.Windows.Controls.TextBox)(this.FindName("tab12_Txt_LibelleCodeConso")));
     this.tab12_Txt_LibelleEtatClient = ((System.Windows.Controls.TextBox)(this.FindName("tab12_Txt_LibelleEtatClient")));
     this.tab12_Txt_LibelleCategorie = ((System.Windows.Controls.TextBox)(this.FindName("tab12_Txt_LibelleCategorie")));
     this.lbl_CodeRegroupement = ((System.Windows.Controls.Label)(this.FindName("lbl_CodeRegroupement")));
     this.lbl_Nationnalite = ((System.Windows.Controls.Label)(this.FindName("lbl_Nationnalite")));
     this.tab12_Txt_LibelleGroupeCode = ((System.Windows.Controls.TextBox)(this.FindName("tab12_Txt_LibelleGroupeCode")));
     this.tab12_Txt_Nationnalite = ((System.Windows.Controls.TextBox)(this.FindName("tab12_Txt_Nationnalite")));
     this.lbl_RegroupementCompteur_Copy12 = ((System.Windows.Controls.Label)(this.FindName("lbl_RegroupementCompteur_Copy12")));
     this.tab12_Txt_Datecreate = ((System.Windows.Controls.TextBox)(this.FindName("tab12_Txt_Datecreate")));
     this.lbl_RegroupementCompteur_Copy13 = ((System.Windows.Controls.Label)(this.FindName("lbl_RegroupementCompteur_Copy13")));
     this.tab12_Txt_DateModif = ((System.Windows.Controls.TextBox)(this.FindName("tab12_Txt_DateModif")));
     this.tab12_txt_Telephone1 = ((System.Windows.Controls.TextBox)(this.FindName("tab12_txt_Telephone1")));
     this.label13_Copy = ((System.Windows.Controls.Label)(this.FindName("label13_Copy")));
     this.tab12_txt_NomProprietaire = ((System.Windows.Controls.TextBox)(this.FindName("tab12_txt_NomProprietaire")));
     this.tabItem2 = ((System.Windows.Controls.TabItem)(this.FindName("tabItem2")));
     this.groupBox4 = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox4")));
     this.groupBox5 = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox5")));
     this.gbo_typefact = ((SilverlightContrib.Controls.GroupBox)(this.FindName("gbo_typefact")));
     this.tab2_txt_centre = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_centre")));
     this.label12 = ((System.Windows.Controls.Label)(this.FindName("label12")));
     this.tab2_txt_LibelleCentre = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_LibelleCentre")));
     this.tab2_txt_client = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_client")));
     this.lbl_Client = ((System.Windows.Controls.Label)(this.FindName("lbl_Client")));
     this.tab2_txt_Ordre = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_Ordre")));
     this.lbl_Ordre = ((System.Windows.Controls.Label)(this.FindName("lbl_Ordre")));
     this.tab2_cbo_produit = ((System.Windows.Controls.ComboBox)(this.FindName("tab2_cbo_produit")));
     this.tab2_txt_LibelleProduit = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_LibelleProduit")));
     this.label26 = ((System.Windows.Controls.Label)(this.FindName("label26")));
     this.lbl_CodeTarif = ((System.Windows.Controls.Label)(this.FindName("lbl_CodeTarif")));
     this.tab_txt_CodePussanceSoucrite = ((System.Windows.Controls.TextBox)(this.FindName("tab_txt_CodePussanceSoucrite")));
     this.lbl_PuissanceSouscrite = ((System.Windows.Controls.Label)(this.FindName("lbl_PuissanceSouscrite")));
     this.tab2_txt_puissanceutilise = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_puissanceutilise")));
     this.lbl_PuissanceUtilise = ((System.Windows.Controls.Label)(this.FindName("lbl_PuissanceUtilise")));
     this.tab2_txt_Ristourne = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_Ristourne")));
     this.lbl_Ristourne = ((System.Windows.Controls.Label)(this.FindName("lbl_Ristourne")));
     this.tab2_txt_NombreFoyer = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_NombreFoyer")));
     this.lbl_Forfait = ((System.Windows.Controls.Label)(this.FindName("lbl_Forfait")));
     this.textBox23 = ((System.Windows.Controls.TextBox)(this.FindName("textBox23")));
     this.lbl_ForfaitPersonaliseAnnuel = ((System.Windows.Controls.Label)(this.FindName("lbl_ForfaitPersonaliseAnnuel")));
     this.lbl_NbreFoyer = ((System.Windows.Controls.Label)(this.FindName("lbl_NbreFoyer")));
     this.tab_txt_LibellePrimeFixe = ((System.Windows.Controls.TextBox)(this.FindName("tab_txt_LibellePrimeFixe")));
     this.tab2_txt_CodeTarif = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_CodeTarif")));
     this.lbl_Periodicite = ((System.Windows.Controls.Label)(this.FindName("lbl_Periodicite")));
     this.lbl_MoisFact = ((System.Windows.Controls.Label)(this.FindName("lbl_MoisFact")));
     this.lbl_ApplicationTax = ((System.Windows.Controls.Label)(this.FindName("lbl_ApplicationTax")));
     this.lbl_MoisReleve = ((System.Windows.Controls.Label)(this.FindName("lbl_MoisReleve")));
     this.label37 = ((System.Windows.Controls.Label)(this.FindName("label37")));
     this.tab2_txt_LibelleFrequence = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_LibelleFrequence")));
     this.tab2_txt_LibMoisFact = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_LibMoisFact")));
     this.tab2_txt_LibelleExigibilite = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_LibelleExigibilite")));
     this.tab2_txt_LibelleMoisIndex = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_LibelleMoisIndex")));
     this.tab2_txt_Avance = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_Avance")));
     this.rdb_gprInvoiceYes = ((System.Windows.Controls.RadioButton)(this.FindName("rdb_gprInvoiceYes")));
     this.rdb_GprInvoiceNo = ((System.Windows.Controls.RadioButton)(this.FindName("rdb_GprInvoiceNo")));
     this.label38 = ((System.Windows.Controls.Label)(this.FindName("label38")));
     this.tab2_txt_NbreFacture = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_NbreFacture")));
     this.lbl_DateAbonnement = ((System.Windows.Controls.Label)(this.FindName("lbl_DateAbonnement")));
     this.tab2_txt_dateAbon = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_dateAbon")));
     this.tab2_txt_dateresile = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_dateresile")));
     this.lbl_DateResiliation = ((System.Windows.Controls.Label)(this.FindName("lbl_DateResiliation")));
     this.lbl_dateCreation = ((System.Windows.Controls.Label)(this.FindName("lbl_dateCreation")));
     this.tab2_txt_DateMisaJour = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_DateMisaJour")));
     this.lbl_dateModif = ((System.Windows.Controls.Label)(this.FindName("lbl_dateModif")));
     this.tab2_txt_DateModif = ((System.Windows.Controls.TextBox)(this.FindName("tab2_txt_DateModif")));
     this.tabItem8 = ((System.Windows.Controls.TabItem)(this.FindName("tabItem8")));
     this.groupBox6 = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox6")));
     this.groupBox7 = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox7")));
     this.tab3_txt_NomClientBrt = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_NomClientBrt")));
     this.lbl_NomProprietaire = ((System.Windows.Controls.Label)(this.FindName("lbl_NomProprietaire")));
     this.lbl_Commune = ((System.Windows.Controls.Label)(this.FindName("lbl_Commune")));
     this.lbl_Quartier = ((System.Windows.Controls.Label)(this.FindName("lbl_Quartier")));
     this.lbl_Secteur = ((System.Windows.Controls.Label)(this.FindName("lbl_Secteur")));
     this.lbl_Rue = ((System.Windows.Controls.Label)(this.FindName("lbl_Rue")));
     this.tab3_txt_LibelleCommune = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_LibelleCommune")));
     this.tab3_txt_LibelleQuartier = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_LibelleQuartier")));
     this.tab3_txt_Secteur = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_Secteur")));
     this.tab3_txt_NomRue = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_NomRue")));
     this.tab3_txt_NumRue = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_NumRue")));
     this.lbl_NumRue = ((System.Windows.Controls.Label)(this.FindName("lbl_NumRue")));
     this.tab3_txt_etage = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_etage")));
     this.lbl_Etage = ((System.Windows.Controls.Label)(this.FindName("lbl_Etage")));
     this.textBox24 = ((System.Windows.Controls.TextBox)(this.FindName("textBox24")));
     this.lbl_autresInfo = ((System.Windows.Controls.Label)(this.FindName("lbl_autresInfo")));
     this.textBox26 = ((System.Windows.Controls.TextBox)(this.FindName("textBox26")));
     this.label51 = ((System.Windows.Controls.Label)(this.FindName("label51")));
     this.tab3_txt_NumLot = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_NumLot")));
     this.lbl_Lot = ((System.Windows.Controls.Label)(this.FindName("lbl_Lot")));
     this.textBox28 = ((System.Windows.Controls.TextBox)(this.FindName("textBox28")));
     this.label53 = ((System.Windows.Controls.Label)(this.FindName("label53")));
     this.tab3_txt_Telephone = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_Telephone")));
     this.lbl_Telephone = ((System.Windows.Controls.Label)(this.FindName("lbl_Telephone")));
     this.tab3_txt_tournee = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_tournee")));
     this.lbl_Tournee = ((System.Windows.Controls.Label)(this.FindName("lbl_Tournee")));
     this.tab3_txt_OrdreTour = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_OrdreTour")));
     this.lbl_Sequence = ((System.Windows.Controls.Label)(this.FindName("lbl_Sequence")));
     this.tab3_txt_Centre = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_Centre")));
     this.label60 = ((System.Windows.Controls.Label)(this.FindName("label60")));
     this.tab3_txt_LibelleCentre = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_LibelleCentre")));
     this.tab3_txt_Client = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_Client")));
     this.lbl_adresse = ((System.Windows.Controls.Label)(this.FindName("lbl_adresse")));
     this.tab3_txt_Ordre = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_Ordre")));
     this.label62 = ((System.Windows.Controls.Label)(this.FindName("label62")));
     this.lbl_RegroupementCompteur_Copy = ((System.Windows.Controls.Label)(this.FindName("lbl_RegroupementCompteur_Copy")));
     this.tab3_txt_DateCreate = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_DateCreate")));
     this.lbl_RegroupementCompteur_Copy1 = ((System.Windows.Controls.Label)(this.FindName("lbl_RegroupementCompteur_Copy1")));
     this.tab3_txt_DateModif = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_DateModif")));
     this.tab3_txt_porte = ((System.Windows.Controls.TextBox)(this.FindName("tab3_txt_porte")));
     this.lbl_Telephone_Copy = ((System.Windows.Controls.Label)(this.FindName("lbl_Telephone_Copy")));
     this.tabItem3 = ((System.Windows.Controls.TabItem)(this.FindName("tabItem3")));
     this.tab4_txt_Centre = ((System.Windows.Controls.TextBox)(this.FindName("tab4_txt_Centre")));
     this.lbl_CentreCptClient = ((System.Windows.Controls.Label)(this.FindName("lbl_CentreCptClient")));
     this.tab4_txt_LibelleCentre = ((System.Windows.Controls.TextBox)(this.FindName("tab4_txt_LibelleCentre")));
     this.tab4_txt_Client = ((System.Windows.Controls.TextBox)(this.FindName("tab4_txt_Client")));
     this.lbl_ClientCptClient = ((System.Windows.Controls.Label)(this.FindName("lbl_ClientCptClient")));
     this.tab4_txt_Ordre = ((System.Windows.Controls.TextBox)(this.FindName("tab4_txt_Ordre")));
     this.lbl_OrdreCptClient = ((System.Windows.Controls.Label)(this.FindName("lbl_OrdreCptClient")));
     this.tab4_cbo_Operation = ((System.Windows.Controls.ComboBox)(this.FindName("tab4_cbo_Operation")));
     this.label66 = ((System.Windows.Controls.Label)(this.FindName("label66")));
     this.btn_Editer_Copy = ((System.Windows.Controls.Button)(this.FindName("btn_Editer_Copy")));
     this.tab4_dataGridFacture = ((System.Windows.Controls.DataGrid)(this.FindName("tab4_dataGridFacture")));
     this.tab4_dataGridReglement = ((System.Windows.Controls.DataGrid)(this.FindName("tab4_dataGridReglement")));
     this.tab4_txt_TotalDebit = ((System.Windows.Controls.TextBox)(this.FindName("tab4_txt_TotalDebit")));
     this.tab4_txt_TotalCredit = ((System.Windows.Controls.TextBox)(this.FindName("tab4_txt_TotalCredit")));
     this.tab4_txt_balance = ((System.Windows.Controls.TextBox)(this.FindName("tab4_txt_balance")));
     this.label68 = ((System.Windows.Controls.Label)(this.FindName("label68")));
     this.label69 = ((System.Windows.Controls.Label)(this.FindName("label69")));
     this.label70 = ((System.Windows.Controls.Label)(this.FindName("label70")));
     this.tab4_dataGridAllCompteClient = ((System.Windows.Controls.DataGrid)(this.FindName("tab4_dataGridAllCompteClient")));
     this.btn_periode = ((System.Windows.Controls.Button)(this.FindName("btn_periode")));
     this.tab4_dataGridImpaye = ((System.Windows.Controls.DataGrid)(this.FindName("tab4_dataGridImpaye")));
     this.tab4_dataGridMandatement = ((System.Windows.Controls.DataGrid)(this.FindName("tab4_dataGridMandatement")));
     this.tabItem4 = ((System.Windows.Controls.TabItem)(this.FindName("tabItem4")));
     this.tabControl3 = ((System.Windows.Controls.TabControl)(this.FindName("tabControl3")));
     this.tabItem9 = ((System.Windows.Controls.TabItem)(this.FindName("tabItem9")));
     this.tab5_txt_NumCompteur = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_NumCompteur")));
     this.tab5_txt_MarqueCompteur = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_MarqueCompteur")));
     this.tab5_txt_LibelleDigit = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_LibelleDigit")));
     this.tab5_Chk_CoefMultiplication = ((System.Windows.Controls.CheckBox)(this.FindName("tab5_Chk_CoefMultiplication")));
     this.tab5_txt_CoefDeMultiplication = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_CoefDeMultiplication")));
     this.tab5_txt_localisationCompteur = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_localisationCompteur")));
     this.lbl_NumeroCompteur = ((System.Windows.Controls.Label)(this.FindName("lbl_NumeroCompteur")));
     this.lbl_AnneFabrication = ((System.Windows.Controls.Label)(this.FindName("lbl_AnneFabrication")));
     this.tab5_txt_AnnefabricCompteur = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_AnnefabricCompteur")));
     this.lbl_typeCompteur = ((System.Windows.Controls.Label)(this.FindName("lbl_typeCompteur")));
     this.lbl_Marque = ((System.Windows.Controls.Label)(this.FindName("lbl_Marque")));
     this.label76 = ((System.Windows.Controls.Label)(this.FindName("label76")));
     this.lbl_Localisation = ((System.Windows.Controls.Label)(this.FindName("lbl_Localisation")));
     this.tab5_txt_LibelleTypeCompteur = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_LibelleTypeCompteur")));
     this.lbl_Diametre = ((System.Windows.Controls.Label)(this.FindName("lbl_Diametre")));
     this.tab5_txt_LibelleDiametreCompteur = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_LibelleDiametreCompteur")));
     this.lbl_RegroupementCompteur_Copy4 = ((System.Windows.Controls.Label)(this.FindName("lbl_RegroupementCompteur_Copy4")));
     this.lbl_RegroupementCompteur_Copy5 = ((System.Windows.Controls.Label)(this.FindName("lbl_RegroupementCompteur_Copy5")));
     this.tab5_txt_DateMiseEnService = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_DateMiseEnService")));
     this.tab5_txt_DateFinServce = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_DateFinServce")));
     this.lbl_RegroupementCompteur_Copy2 = ((System.Windows.Controls.Label)(this.FindName("lbl_RegroupementCompteur_Copy2")));
     this.lbl_RegroupementCompteur_Copy3 = ((System.Windows.Controls.Label)(this.FindName("lbl_RegroupementCompteur_Copy3")));
     this.tab5_txt_DateCreate = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_DateCreate")));
     this.tab5_txt_DateModif = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_DateModif")));
     this.tabItem10 = ((System.Windows.Controls.TabItem)(this.FindName("tabItem10")));
     this.tab5_Stab2dataGrid2 = ((System.Windows.Controls.DataGrid)(this.FindName("tab5_Stab2dataGrid2")));
     this.Btn_ImprimerEvt = ((System.Windows.Controls.Button)(this.FindName("Btn_ImprimerEvt")));
     this.tab5_dataGrid1 = ((System.Windows.Controls.DataGrid)(this.FindName("tab5_dataGrid1")));
     this.tab5_Txt_Centre = ((System.Windows.Controls.TextBox)(this.FindName("tab5_Txt_Centre")));
     this.label78 = ((System.Windows.Controls.Label)(this.FindName("label78")));
     this.tab5_txt_LibelleCentre = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_LibelleCentre")));
     this.tab5_txt_Client = ((System.Windows.Controls.TextBox)(this.FindName("tab5_txt_Client")));
     this.label79 = ((System.Windows.Controls.Label)(this.FindName("label79")));
     this.tab6_txt_centre = ((System.Windows.Controls.TabItem)(this.FindName("tab6_txt_centre")));
     this.tabControl4 = ((System.Windows.Controls.TabControl)(this.FindName("tabControl4")));
     this.tabItem11 = ((System.Windows.Controls.TabItem)(this.FindName("tabItem11")));
     this.groupBox1 = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox1")));
     this.tab6_stab1_txt_dateracordement = ((System.Windows.Controls.TextBox)(this.FindName("tab6_stab1_txt_dateracordement")));
     this.tab6_stab1_rdb_InService = ((System.Windows.Controls.RadioButton)(this.FindName("tab6_stab1_rdb_InService")));
     this.tab6_stab1_rdb_deconnecter = ((System.Windows.Controls.RadioButton)(this.FindName("tab6_stab1_rdb_deconnecter")));
     this.tab6_stab1_txt_dateresil = ((System.Windows.Controls.TextBox)(this.FindName("tab6_stab1_txt_dateresil")));
     this.lbl_DateFermeture = ((System.Windows.Controls.Label)(this.FindName("lbl_DateFermeture")));
     this.lbl_DateConnectionbrt = ((System.Windows.Controls.Label)(this.FindName("lbl_DateConnectionbrt")));
     this.lbl_RegroupementCompteur_Copy8 = ((System.Windows.Controls.Label)(this.FindName("lbl_RegroupementCompteur_Copy8")));
     this.lbl_RegroupementCompteur_Copy9 = ((System.Windows.Controls.Label)(this.FindName("lbl_RegroupementCompteur_Copy9")));
     this.tab6_stab1_txt_Datecreat = ((System.Windows.Controls.TextBox)(this.FindName("tab6_stab1_txt_Datecreat")));
     this.tab6_stab1_txt_DateModif = ((System.Windows.Controls.TextBox)(this.FindName("tab6_stab1_txt_DateModif")));
     this.lDistance = ((System.Windows.Controls.Label)(this.FindName("lDistance")));
     this.label7_Copy1 = ((System.Windows.Controls.Label)(this.FindName("label7_Copy1")));
     this.Txt_BranchementProche = ((System.Windows.Controls.TextBox)(this.FindName("Txt_BranchementProche")));
     this.tab6_stab1_txt_LongueurBrt = ((System.Windows.Controls.TextBox)(this.FindName("tab6_stab1_txt_LongueurBrt")));
     this.lbl_QuartierDuPoste = ((System.Windows.Controls.Label)(this.FindName("lbl_QuartierDuPoste")));
     this.Txt_LibelleQuartierPoste = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleQuartierPoste")));
     this.lbl_Depart = ((System.Windows.Controls.Label)(this.FindName("lbl_Depart")));
     this.Txt_LibelleDepartHTA = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleDepartHTA")));
     this.tab6_stab1_txt_AdresseReseau = ((System.Windows.Controls.TextBox)(this.FindName("tab6_stab1_txt_AdresseReseau")));
     this.lbl_Codification = ((System.Windows.Controls.Label)(this.FindName("lbl_Codification")));
     this.tab6_stab1_txt_Longitude = ((System.Windows.Controls.TextBox)(this.FindName("tab6_stab1_txt_Longitude")));
     this.lbl_longitude = ((System.Windows.Controls.Label)(this.FindName("lbl_longitude")));
     this.tab6_stab1_txt_Latitude = ((System.Windows.Controls.TextBox)(this.FindName("tab6_stab1_txt_Latitude")));
     this.lbl_latitude = ((System.Windows.Controls.Label)(this.FindName("lbl_latitude")));
     this.lbl_Depart_Copy = ((System.Windows.Controls.Label)(this.FindName("lbl_Depart_Copy")));
     this.Txt_LibellePosteSource = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibellePosteSource")));
     this.lbl_QuartierDuPoste_Copy = ((System.Windows.Controls.Label)(this.FindName("lbl_QuartierDuPoste_Copy")));
     this.Txt_LibellePosteTransformateur = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibellePosteTransformateur")));
     this.lbl_QuartierDuPoste_Copy1 = ((System.Windows.Controls.Label)(this.FindName("lbl_QuartierDuPoste_Copy1")));
     this.Txt_LibelleDepartBt = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleDepartBt")));
     this.Txt_NeoudFinal = ((System.Windows.Controls.TextBox)(this.FindName("Txt_NeoudFinal")));
     this.lbl_NoeudFinal = ((System.Windows.Controls.Label)(this.FindName("lbl_NoeudFinal")));
     this.lbl_diametre = ((System.Windows.Controls.Label)(this.FindName("lbl_diametre")));
     this.tab6_stab1_Txt_LibelleTypeBrt = ((System.Windows.Controls.TextBox)(this.FindName("tab6_stab1_Txt_LibelleTypeBrt")));
     this.tab6_stab1_txt_NbPoint = ((System.Windows.Controls.TextBox)(this.FindName("tab6_stab1_txt_NbPoint")));
     this.lbl_longitude_Copy = ((System.Windows.Controls.Label)(this.FindName("lbl_longitude_Copy")));
     this.tabItemScelle = ((System.Windows.Controls.TabItem)(this.FindName("tabItemScelle")));
     this.tab4_dataScelle = ((System.Windows.Controls.DataGrid)(this.FindName("tab4_dataScelle")));
     this.tab4_dataScelle_Copy = ((System.Windows.Controls.DataGrid)(this.FindName("tab4_dataScelle_Copy")));
     this.mapCanvas = ((System.Windows.Controls.Grid)(this.FindName("mapCanvas")));
     this.Map = ((Microsoft.Maps.MapControl.Map)(this.FindName("Map")));
     this.PushpinsLayer = ((Microsoft.Maps.MapControl.MapLayer)(this.FindName("PushpinsLayer")));
     this.MessageContent = ((System.Windows.Controls.Border)(this.FindName("MessageContent")));
     this.StatusMessage = ((System.Windows.Controls.TextBlock)(this.FindName("StatusMessage")));
     this.tab6_Txt_Centre = ((System.Windows.Controls.TextBox)(this.FindName("tab6_Txt_Centre")));
     this.label89 = ((System.Windows.Controls.Label)(this.FindName("label89")));
     this.tab6_txt_LibelleCentre = ((System.Windows.Controls.TextBox)(this.FindName("tab6_txt_LibelleCentre")));
     this.tab6_txt_Client = ((System.Windows.Controls.TextBox)(this.FindName("tab6_txt_Client")));
     this.label90 = ((System.Windows.Controls.Label)(this.FindName("label90")));
     this.tab6_txt_Ordre = ((System.Windows.Controls.TextBox)(this.FindName("tab6_txt_Ordre")));
     this.label91 = ((System.Windows.Controls.Label)(this.FindName("label91")));
     this.tab6_cbo_produit = ((System.Windows.Controls.ComboBox)(this.FindName("tab6_cbo_produit")));
     this.tab6_txt_LibelleProduit = ((System.Windows.Controls.TextBox)(this.FindName("tab6_txt_LibelleProduit")));
     this.label92 = ((System.Windows.Controls.Label)(this.FindName("label92")));
     this.tb_SuivieDemande = ((System.Windows.Controls.TabItem)(this.FindName("tb_SuivieDemande")));
     this.dtg_Demande = ((System.Windows.Controls.DataGrid)(this.FindName("dtg_Demande")));
     this.Btn_Consultation = ((System.Windows.Controls.Button)(this.FindName("Btn_Consultation")));
     this.dataGrid1 = ((System.Windows.Controls.DataGrid)(this.FindName("dataGrid1")));
     this.datapager = ((System.Windows.Controls.DataPager)(this.FindName("datapager")));
     this.Quit = ((System.Windows.Controls.Button)(this.FindName("Quit")));
     this.button4 = ((System.Windows.Controls.Button)(this.FindName("button4")));
     this.btn_Imprimer = ((System.Windows.Controls.Button)(this.FindName("btn_Imprimer")));
     this.lbl_Centre = ((System.Windows.Controls.Label)(this.FindName("lbl_Centre")));
     this.btn_Centre = ((System.Windows.Controls.Button)(this.FindName("btn_Centre")));
     this.Txt_LibelleCentre = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleCentre")));
     this.txt_Regroupement = ((System.Windows.Controls.TextBox)(this.FindName("txt_Regroupement")));
     this.btn_Regroupement = ((System.Windows.Controls.Button)(this.FindName("btn_Regroupement")));
     this.Txt_LibelleRegroupement = ((System.Windows.Controls.TextBox)(this.FindName("Txt_LibelleRegroupement")));
 }