不带翻页的对象列表,一次性把所有对象全部加载进来,一般情况下,尽可能使用这个对象,特别是在进行编辑的情况下 一定不要使用可以翻页的对象。可以翻页的列表对象主要用于大数据量查询的情况。
상속: BaseObjectList
예제 #1
0
 /// <summary>
 /// 初始化时加载小区
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 void pageResource_Loaded(object sender, RoutedEventArgs e)
 {
     pageResource.Loaded -= pageResource_Loaded;
     list = pageResource.Res[0] as ObjectList;
     AreaContext = pageResource.Res[1] as GeneralObject;
     LoadResidentialAreaData();
 }
 void wc_UploadStringCompleted(object sender, UploadStringCompletedEventArgs e)
 {
     if (e.Error == null)
     {
         JsonArray items = JsonValue.Parse(e.Result) as JsonArray;
         ObjectList list = new ObjectList();
         list.EntityType = "T_INSPECTION_LINE";
         foreach(JsonObject row in items)
         {
             GeneralObject go = new GeneralObject();
             go.EntityType = "T_INSPECTION_LINE";
             go.SetPropertyValue("precaution", row["precaution"], true);
             go.SetPropertyValue("road", row["road"], true);
             go.SetPropertyValue("unit_name", row["unit_name"], true);
             go.SetPropertyValue("cus_dom", row["cus_dom"], true);
             go.SetPropertyValue("cus_dy", row["cus_dy"], true);
             go.SetPropertyValue("cus_floor", row["cus_floor"], true);
             go.SetPropertyValue("cus_room", row["cus_room"], true);
             go.SetPropertyValue("user_name", row["user_name"], true);
             go.SetPropertyValue("telphone", row["telphone"], true);
             go.SetPropertyValue("departure_time", row["departure_time"], true);
             go.SetPropertyValue("precaution_notified", row["precaution_notified"], true);
             go.SetPropertyValue("sn", row["sn"], true);
             list.Add(go);
         }
         paperGrid.ItemsSource = list;
     }
 }       
예제 #3
0
 public 用户信息()
 {
     // Required to initialize variables
     InitializeComponent();
     this.Loaded += 用户信息_Loaded;
     kbfee = (ObjectList)(from r in loader.Res where r.Name.Equals("SecondStairlist") select r).First();
     ThirdStairStairlist1 = (ObjectList)(from r in loader.Res where r.Name.Equals("ThirdStairStairlist") select r).First();
     FourthStairlist1 = (ObjectList)(from r in loader.Res where r.Name.Equals("FourthStairlist") select r).First();
     czylistnull1 = (ObjectList)(from r in loader.Res where r.Name.Equals("czylistnull") select r).First();
 }
 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/%E8%BD%AC%E8%B4%B9%E6%94%B6%E8%B4%B9.xaml", System.UriKind.Relative));
     this.LayoutRoot           = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.whf                  = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("whf")));
     this.xgys                 = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("xgys")));
     this.gsxiangou            = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("gsxiangou")));
     this.kbsellgas            = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("kbsellgas")));
     this.shifoulist           = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("shifoulist")));
     this.paylist              = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("paylist")));
     this.xielist              = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("xielist")));
     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.kbusers2             = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kbusers2")));
     this.kbfee                = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kbfee")));
     this.fpinfosobj           = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fpinfosobj")));
     this.SaveAction           = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     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.zzobj                = ((Com.Aote.ObjectTools.XYZZObj)(this.FindName("zzobj")));
     this.card                 = ((Com.Aote.ObjectTools.NewGeneralICCard)(this.FindName("card")));
     this.userfilesearch       = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     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.zheziprint           = ((System.Windows.Controls.Grid)(this.FindName("zheziprint")));
     this.zheprint             = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zheprint")));
     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")));
     this.zzprint              = ((Com.Aote.Controls.PrintObj)(this.FindName("zzprint")));
 }
 private void alltoleft_Click(object sender, RoutedEventArgs e)
 {
     if (userfiles.ItemsSource == null)
     {
         return;
     }
     Com.Aote.ObjectTools.ObjectList c      = userfiles.ItemsSource as Com.Aote.ObjectTools.ObjectList;
     Com.Aote.ObjectTools.ObjectList target = GetTarget();
     target.SelectObject = c;
     c.Clear();
 }
 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/%E8%B4%A2%E5%8A%A1%E6%8A%A5%E8%A1%A8.xaml", System.UriKind.Relative));
     this.fukuanfangshilist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fukuanfangshilist")));
     this.wangdianlist      = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("wangdianlist")));
     this.fgslist           = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fgslist")));
     this.sellmin           = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("sellmin")));
     this.sellfuli          = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("sellfuli")));
     this.sellyingye        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("sellyingye")));
     this.sellgongye        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("sellgongye")));
     this.selllymin         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("selllymin")));
     this.selllyyingye      = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("selllyyingye")));
     this.selllweihu        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("selllweihu")));
     this.infosearch        = ((System.Windows.Controls.DockPanel)(this.FindName("infosearch")));
     this.fukuanfangshi     = ((System.Windows.Controls.ComboBox)(this.FindName("fukuanfangshi")));
     this.Comboxfx          = ((System.Windows.Controls.ComboBox)(this.FindName("Comboxfx")));
     this.wangdian          = ((System.Windows.Controls.ComboBox)(this.FindName("wangdian")));
     this.searchbutton      = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.zhikong           = ((System.Windows.Controls.Button)(this.FindName("zhikong")));
     this.zhikong_Copy      = ((System.Windows.Controls.Button)(this.FindName("zhikong_Copy")));
     this.infosearch1       = ((System.Windows.Controls.DockPanel)(this.FindName("infosearch1")));
     this.Comboxfx1         = ((System.Windows.Controls.TextBox)(this.FindName("Comboxfx1")));
     this.wangdian1         = ((System.Windows.Controls.TextBox)(this.FindName("wangdian1")));
     this.searchbutton1     = ((System.Windows.Controls.Button)(this.FindName("searchbutton1")));
     this.infosearch2       = ((System.Windows.Controls.DockPanel)(this.FindName("infosearch2")));
     this.Comboxfx2         = ((System.Windows.Controls.TextBox)(this.FindName("Comboxfx2")));
     this.wangdian2         = ((System.Windows.Controls.TextBox)(this.FindName("wangdian2")));
     this.searchbutton2     = ((System.Windows.Controls.Button)(this.FindName("searchbutton2")));
     this.infosearch3       = ((System.Windows.Controls.DockPanel)(this.FindName("infosearch3")));
     this.Comboxfx3         = ((System.Windows.Controls.TextBox)(this.FindName("Comboxfx3")));
     this.wangdian3         = ((System.Windows.Controls.TextBox)(this.FindName("wangdian3")));
     this.searchbutton3     = ((System.Windows.Controls.Button)(this.FindName("searchbutton3")));
     this.infosearch4       = ((System.Windows.Controls.DockPanel)(this.FindName("infosearch4")));
     this.Comboxfx4         = ((System.Windows.Controls.TextBox)(this.FindName("Comboxfx4")));
     this.wangdian4         = ((System.Windows.Controls.TextBox)(this.FindName("wangdian4")));
     this.searchbutton4     = ((System.Windows.Controls.Button)(this.FindName("searchbutton4")));
     this.infosearch5       = ((System.Windows.Controls.DockPanel)(this.FindName("infosearch5")));
     this.Comboxfx5         = ((System.Windows.Controls.TextBox)(this.FindName("Comboxfx5")));
     this.wangdian5         = ((System.Windows.Controls.TextBox)(this.FindName("wangdian5")));
     this.searchbutton5     = ((System.Windows.Controls.Button)(this.FindName("searchbutton5")));
     this.infosearch6       = ((System.Windows.Controls.DockPanel)(this.FindName("infosearch6")));
     this.Comboxfx6         = ((System.Windows.Controls.TextBox)(this.FindName("Comboxfx6")));
     this.wangdian6         = ((System.Windows.Controls.TextBox)(this.FindName("wangdian6")));
     this.searchbutton6     = ((System.Windows.Controls.Button)(this.FindName("searchbutton6")));
     this.print             = ((Com.Aote.Controls.PrintObj)(this.FindName("print")));
     this.chaoyongqiprint1  = ((System.Windows.Controls.Grid)(this.FindName("chaoyongqiprint1")));
     this.cyqprint1         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("cyqprint1")));
 }
 public 用户档案信息()
 {
     // Required to initialize variables
     InitializeComponent();
     daninfosearch.DataContext = userSearch;
     daninfos.ItemsSource = userList;
     this.Loaded += 售气收费信息_Loaded;
     kbfee = (ObjectList)(from r in PageResources.Res where r.Name.Equals("SecondStairlist") select r).First();
     ThirdStairStairlist1 = (ObjectList)(from r in PageResources.Res where r.Name.Equals("ThirdStairStairlist") select r).First();
     FourthStairlist1 = (ObjectList)(from r in PageResources.Res where r.Name.Equals("FourthStairlist") select r).First();
 }
예제 #8
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/%E9%9D%9E%E6%B0%91%E7%94%A8%E6%9C%BA%E8%A1%A8%E5%BB%BA%E6%A1%A3.xaml", System.UriKind.Relative));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.units            = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("units")));
     this.unitinfoslist    = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("unitinfoslist")));
     this.pinpailist       = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("pinpailist")));
     this.usegaslist       = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("usegaslist")));
     this.ksnumobj         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("ksnumobj")));
     this.ksnumobj1        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("ksnumobj1")));
     this.openkafei        = ((Com.Aote.ObjectTools.ChildWindowObj)(this.FindName("openkafei")));
     this.whfobj           = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("whfobj")));
     this.dkfobj           = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("dkfobj")));
     this.xkfobj           = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("xkfobj")));
     this.mzdgasobj        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("mzdgasobj")));
     this.fzdgasobj        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fzdgasobj")));
     this.hunhes           = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("hunhes")));
     this.devicelist       = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("devicelist")));
     this.DeleteAction     = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("DeleteAction")));
     this.DeleteApply      = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteApply")));
     this.DeleteDevice     = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteDevice")));
     this.DeleteDirty      = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteDirty")));
     this.BatchSave        = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("BatchSave")));
     this.SubmitAction     = ((Com.Aote.Behaviors.HQLAction)(this.FindName("SubmitAction")));
     this.SaveAction       = ((Com.Aote.Behaviors.SyncActionFactory)(this.FindName("SaveAction")));
     this.getbianhao       = ((Com.Aote.Behaviors.CallMethodAction)(this.FindName("getbianhao")));
     this.saveu            = ((Com.Aote.Behaviors.CallMethodAction)(this.FindName("saveu")));
     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.userfilego       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.save             = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.edite            = ((System.Windows.Controls.Button)(this.FindName("edite")));
     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")));
     this.unitinfosearch   = ((System.Windows.Controls.DockPanel)(this.FindName("unitinfosearch")));
     this.unitsearchbutton = ((System.Windows.Controls.Button)(this.FindName("unitsearchbutton")));
     this.unitinfos        = ((System.Windows.Controls.DataGrid)(this.FindName("unitinfos")));
     this.devices          = ((System.Windows.Controls.DataGrid)(this.FindName("devices")));
     this.pager            = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.submittip        = ((Com.Aote.Controls.MessageTipObj)(this.FindName("submittip")));
     this.deletettip       = ((Com.Aote.Controls.MessageTipObj)(this.FindName("deletettip")));
     this.savedone         = ((Com.Aote.Controls.MessageTipObj)(this.FindName("savedone")));
 }
예제 #9
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%94%AE%E6%B0%94%E6%94%B6%E8%B4%B9%E4%BF%A1%E6%81%AF.xaml", System.UriKind.Relative));
     this.LayoutRoot      = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.regionlist      = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("regionlist")));
     this.excel           = ((Com.Aote.ObjectTools.ExcelObj)(this.FindName("excel")));
     this.czylist         = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("czylist")));
     this.gongsitypelist  = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("gongsitypelist")));
     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.fukuanfangshi   = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("fukuanfangshi")));
     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.heji            = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("heji")));
     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.region          = ((System.Windows.Controls.ComboBox)(this.FindName("region")));
     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.tjczy_Copy      = ((System.Windows.Controls.ComboBox)(this.FindName("tjczy_Copy")));
     this.tj4_Copy        = ((System.Windows.Controls.TextBox)(this.FindName("tj4_Copy")));
     this.tj8_Copy        = ((System.Windows.Controls.TextBox)(this.FindName("tj8_Copy")));
     this.tjwhf_Copy      = ((System.Windows.Controls.TextBox)(this.FindName("tjwhf_Copy")));
     this.tjwhf_Copy1     = ((System.Windows.Controls.TextBox)(this.FindName("tjwhf_Copy1")));
     this.tjc_Copy        = ((System.Windows.Controls.ComboBox)(this.FindName("tjc_Copy")));
     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.print           = ((Com.Aote.Controls.PrintPageObj)(this.FindName("print")));
     this.sqprint1        = ((System.Windows.Controls.Grid)(this.FindName("sqprint1")));
     this.selllist        = ((System.Windows.Controls.DataGrid)(this.FindName("selllist")));
 }
예제 #10
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/%E9%9D%9E%E6%B5%81%E7%A8%8B%E8%B6%85%E7%94%A8%E6%B0%94%E6%94%B6%E8%B4" +
                                                                   "%B9.xaml", System.UriKind.Relative));
     this.LayoutRoot           = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.card                 = ((Com.Aote.ObjectTools.NewGeneralICCard)(this.FindName("card")));
     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.leilist              = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("leilist")));
     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.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.print                = ((Com.Aote.ObjectTools.ScriptObj)(this.FindName("print")));
     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.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.zheziprint           = ((System.Windows.Controls.Grid)(this.FindName("zheziprint")));
     this.zheprint             = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zheprint")));
     this.aofengprint          = ((System.Windows.Controls.Grid)(this.FindName("aofengprint")));
     this.sjprint              = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("sjprint")));
     this.submittip            = ((Com.Aote.Controls.MessageTipObj)(this.FindName("submittip")));
 }
예제 #11
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/%E8%8E%B7%E5%8F%96%E8%AE%A1%E5%88%92.xaml", System.UriKind.Relative));
     this.child = ((Com.Aote.Controls.CustomChildWindow)(this.FindName("child")));
     this.Layout = ((System.Windows.Controls.Grid)(this.FindName("Layout")));
     this.searchPanel = ((System.Windows.Controls.DockPanel)(this.FindName("searchPanel")));
     this.planGrid = ((System.Windows.Controls.DataGrid)(this.FindName("planGrid")));
     this.planList = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("planList")));
 }
예제 #12
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/Excel.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.datalist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("datalist")));
     this.data = ((System.Windows.Controls.StackPanel)(this.FindName("data")));
     this.FileLoad = ((Com.Aote.Controls.FileLoad)(this.FindName("FileLoad")));
     this.DataGrid = ((System.Windows.Controls.DataGrid)(this.FindName("DataGrid")));
 }
예제 #13
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%E4%BA%A4%E8%B4%B9.xaml", System.UriKind.Relative));
     this.LayoutRoot     = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.whf            = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("whf")));
     this.openxiangou    = ((Com.Aote.ObjectTools.ChildWindowObj)(this.FindName("openxiangou")));
     this.openkafei      = ((Com.Aote.ObjectTools.ChildWindowObj)(this.FindName("openkafei")));
     this.paylist        = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("paylist")));
     this.kbsellgas      = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("kbsellgas")));
     this.selected       = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("selected")));
     this.kbusers        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kbusers")));
     this.kbfee          = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kbfee")));
     this.fpinfosobj     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fpinfosobj")));
     this.UpdateHandplan = ((Com.Aote.Behaviors.HQLAction)(this.FindName("UpdateHandplan")));
     this.SaveAction     = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.loadfapiao     = ((Com.Aote.Behaviors.ScriptAction)(this.FindName("loadfapiao")));
     this.search         = ((Com.Aote.ObjectTools.SearchObject)(this.FindName("search")));
     this.userfileslist  = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfileslist")));
     this.zzobj          = ((Com.Aote.ObjectTools.XYZZObj)(this.FindName("zzobj")));
     this.LayoutRoot1    = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot1")));
     this.pager          = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     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.dataGrid1      = ((System.Windows.Controls.DataGrid)(this.FindName("dataGrid1")));
     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.shoukuan       = ((System.Windows.Controls.TextBox)(this.FindName("shoukuan")));
     this.save22         = ((System.Windows.Controls.TextBox)(this.FindName("save22")));
     this.save2          = ((System.Windows.Controls.Button)(this.FindName("save2")));
     this.cancle         = ((System.Windows.Controls.Button)(this.FindName("cancle")));
     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.zheziprint     = ((System.Windows.Controls.Grid)(this.FindName("zheziprint")));
     this.zheprint       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zheprint")));
     this.print          = ((Com.Aote.Controls.PrintObj)(this.FindName("print")));
     this.print1         = ((Com.Aote.Controls.PrintObj)(this.FindName("print1")));
     this.zzprint        = ((Com.Aote.Controls.PrintObj)(this.FindName("zzprint")));
     this.nouser         = ((Com.Aote.Controls.MessageTipObj)(this.FindName("nouser")));
 }
예제 #14
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/MainPage1.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.selected = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("selected")));
     this.tab = ((System.Windows.Controls.TabControl)(this.FindName("tab")));
     this.menu1 = ((System.Windows.Controls.ListBox)(this.FindName("menu1")));
     this.menu2 = ((System.Windows.Controls.ListBox)(this.FindName("menu2")));
     this.start = ((System.Windows.Controls.Primitives.ToggleButton)(this.FindName("start")));
     this.PictureWindow = ((Com.Aote.Controls.ImageView)(this.FindName("PictureWindow")));
 }
예제 #15
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/%E8%8E%B7%E5%8F%96%E8%A1%97%E9%81%93.xaml", System.UriKind.Relative));
     this.child          = ((Com.Aote.Controls.CustomChildWindow)(this.FindName("child")));
     this.Layout         = ((System.Windows.Controls.Grid)(this.FindName("Layout")));
     this.roadsearch     = ((System.Windows.Controls.DockPanel)(this.FindName("roadsearch")));
     this.userfiles1     = ((System.Windows.Controls.DataGrid)(this.FindName("userfiles1")));
     this.userfileslist1 = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("userfileslist1")));
 }
예제 #16
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/Excel.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.datalist   = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("datalist")));
     this.data       = ((System.Windows.Controls.StackPanel)(this.FindName("data")));
     this.FileLoad   = ((Com.Aote.Controls.FileLoad)(this.FindName("FileLoad")));
     this.DataGrid   = ((System.Windows.Controls.DataGrid)(this.FindName("DataGrid")));
 }
 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%E4%B8%8A%E4%BC%A0%E6%8A%A5%E8%A1%A8%E6%9F%A5%E8%AF" +
                 "%A2.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.uplists = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("uplists")));
     this.typeview = ((Com.Aote.ObjectTools.ObjectListView)(this.FindName("typeview")));
     this.uplistsearch = ((System.Windows.Controls.DockPanel)(this.FindName("uplistsearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.uploads = ((System.Windows.Controls.DataGrid)(this.FindName("uploads")));
 }
 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/%E8%8B%8D%E5%8D%97%E6%B0%91%E7%94%A8%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.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.BJICCard)(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.kbusers        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kbusers")));
     this.kbfee          = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kbfee")));
     this.SaveAction     = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.fpinfosobj     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fpinfosobj")));
     this.BackSave       = ((Com.Aote.Behaviors.SyncActionFactory)(this.FindName("BackSave")));
     this.writecard      = ((Com.Aote.Behaviors.CallMethodAction)(this.FindName("writecard")));
     this.kasave         = ((Com.Aote.Behaviors.CallMethodAction)(this.FindName("kasave")));
     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.kabiaoprint    = ((System.Windows.Controls.Grid)(this.FindName("kabiaoprint")));
     this.kbprint        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kbprint")));
     this.submittip      = ((Com.Aote.Controls.MessageTipObj)(this.FindName("submittip")));
     this.print          = ((Com.Aote.Controls.PrintObj)(this.FindName("print")));
 }
 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%E6%8A%84%E8%A1%A8%E4%BF%A1%E6%81%AF.xaml", System.UriKind.Relative));
     this.LayoutRoot      = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.test1           = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("test1")));
     this.regionlist      = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("regionlist")));
     this.daninfoslist    = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("daninfoslist")));
     this.czylist         = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("czylist")));
     this.yhxzlist        = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("yhxzlist")));
     this.zrbmlist        = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("zrbmlist")));
     this.youxiaolist     = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("youxiaolist")));
     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.payfeetypelist  = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("payfeetypelist")));
     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.heji            = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("heji")));
     this.daninfosearch   = ((System.Windows.Controls.Grid)(this.FindName("daninfosearch")));
     this.tj1             = ((System.Windows.Controls.TextBox)(this.FindName("tj1")));
     this.tj7             = ((System.Windows.Controls.TextBox)(this.FindName("tj7")));
     this.tjb             = ((System.Windows.Controls.ComboBox)(this.FindName("tjb")));
     this.tj9             = ((System.Windows.Controls.ComboBox)(this.FindName("tj9")));
     this.region          = ((System.Windows.Controls.ComboBox)(this.FindName("region")));
     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.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.zerenbumen      = ((System.Windows.Controls.ComboBox)(this.FindName("zerenbumen")));
     this.annex           = ((System.Windows.Controls.HyperlinkButton)(this.FindName("annex")));
     this.tjwhf_Copy      = ((System.Windows.Controls.TextBox)(this.FindName("tjwhf_Copy")));
     this.tj4_Copy        = ((System.Windows.Controls.DatePicker)(this.FindName("tj4_Copy")));
     this.tjczy_Copy      = ((System.Windows.Controls.ComboBox)(this.FindName("tjczy_Copy")));
     this.pager           = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     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/%E6%8A%84%E8%A1%A8%E4%BB%BB%E5%8A%A1%E6%89%93%E5%8D%B0.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.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.ObjectList)(this.FindName("applyslist")));
     this.print = ((Com.Aote.Controls.PrintObj)(this.FindName("print")));
 }
 private void userfile_DataContextChanged(object sender, DependencyPropertyChangedEventArgs e)
 {
     //clear up suggestions
     suggestionPane.Children.Clear();
     GeneralObject go = (sender as Grid).DataContext as GeneralObject;
     if (go == null)
         return;
     String id = go.GetPropertyValue("id") as String;
     ObjectList lines = new ObjectList();
     lines.WebClientInfo = Application.Current.Resources["dbclient"] as WebClientInfo;
     lines.EntityType = "T_INSPECTION_LINE";
     lines.LoadOnPathChanged = false;
     lines.Path = "from T_INSPECTION_LINE where INSPECTION_ID='" + id + "'order by EQUIPMENT";
     lines.DataLoaded += lines_DataLoaded;
     lines.Load();
 }
예제 #22
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/%E8%AF%BB%E5%8D%A1.xaml", System.UriKind.Relative));
     this.card = ((Com.Aote.ObjectTools.ScriptObj)(this.FindName("card")));
     this.pinpailist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("pinpailist")));
     this.userfiles = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfiles")));
     this.userfile1 = ((System.Windows.Controls.Grid)(this.FindName("userfile1")));
     this.readsel = ((System.Windows.Controls.Grid)(this.FindName("readsel")));
     this.kaattr = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kaattr")));
     this.readcard = ((System.Windows.Controls.Button)(this.FindName("readcard")));
     this.CoboxPinpai = ((System.Windows.Controls.ComboBox)(this.FindName("CoboxPinpai")));
 }
예제 #23
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%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")));
 }
예제 #24
0
파일: PosObj.cs 프로젝트: DuBin1988/restv2
 //pos 上传
 public void posUpload()
 {
     ObjectList datalist = new ObjectList();
     GetEvent("pcPort").pcPort = PcPort;
     if (GetEvent("OpenComm").OpenComm() != 0)
     {
         MessageBox.Show("打开串口" + PcPort + "失败!");
         return;
     }
     GetEvent("ack").ack = "C";
     GetEvent("RespAckPos").RespAckPos();
     var ret = 0;
     while ((ret = GetEvent("Readdata").Readdata()) == 0)
     {
         var data = GetEvent("strdata").strdata;
         //如果数据内容是ok,传完了,发送ok过去后pos机控件开始清除数据
         if (data == "OK")
         {
             datalist.Completed += (o, a) =>
             {
                 if (a.Error == null)
                 {
                     GetEvent("ack").ack = "C";
                     GetEvent("RespAckPos").RespAckPos();
                 }
             };
             datalist.Save();
             break;
         }
         else
         {
             MessageBox.Show(data);
             //解析,保存数据
             GeneralObject go = parsePos(data);
             datalist.Add(go);
             //校验数据 ,正确 ,数据存储,否则,发送N
             GetEvent("ack").ack = "C";
             GetEvent("RespAckPos").RespAckPos();
         }
     }
     if (ret != 0)
     {
         MessageBox.Show("错误类型" + ret);
     }
     //关串口
     GetEvent("CloseComm").CloseComm();
 }
예제 #25
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%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")));
 }
예제 #26
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/MainPage1.xaml", System.UriKind.Relative));
     this.LayoutRoot    = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.selected      = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("selected")));
     this.tab           = ((System.Windows.Controls.TabControl)(this.FindName("tab")));
     this.menu1         = ((System.Windows.Controls.ListBox)(this.FindName("menu1")));
     this.menu2         = ((System.Windows.Controls.ListBox)(this.FindName("menu2")));
     this.start         = ((System.Windows.Controls.Primitives.ToggleButton)(this.FindName("start")));
     this.PictureWindow = ((Com.Aote.Controls.ImageView)(this.FindName("PictureWindow")));
 }
 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%E4%B8%8A%E4%BC%A0%E6%8A%A5%E8%A1%A8%E6%9F%A5%E8%AF" +
                                                                   "%A2.xaml", System.UriKind.Relative));
     this.LayoutRoot   = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.uplists      = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("uplists")));
     this.typeview     = ((Com.Aote.ObjectTools.ObjectListView)(this.FindName("typeview")));
     this.uplistsearch = ((System.Windows.Controls.DockPanel)(this.FindName("uplistsearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.uploads      = ((System.Windows.Controls.DataGrid)(this.FindName("uploads")));
 }
예제 #28
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%B0%91%E7%94%A8%E4%B8%9A%E5%8A%A1%E5%8F%97%E7%90%86.xaml", System.UriKind.Relative));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.userfilego       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.areas            = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("areas")));
     this.SaveAction       = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     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.save             = ((System.Windows.Controls.Button)(this.FindName("save")));
     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.areafileslist    = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("areafileslist")));
     this.userfile         = ((System.Windows.Controls.Grid)(this.FindName("userfile")));
     this.CoboxGas         = ((System.Windows.Controls.ComboBox)(this.FindName("CoboxGas")));
     this.yqxz             = ((System.Windows.Controls.ComboBox)(this.FindName("yqxz")));
     this.qjlx             = ((System.Windows.Controls.ComboBox)(this.FindName("qjlx")));
     this.qbpp             = ((System.Windows.Controls.ComboBox)(this.FindName("qbpp")));
     this.qbxh             = ((System.Windows.Controls.ComboBox)(this.FindName("qbxh")));
     this.pager            = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.print            = ((Com.Aote.Controls.PrintObj)(this.FindName("print")));
     this.Feiprint         = ((System.Windows.Controls.Grid)(this.FindName("Feiprint")));
     this.F        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("F")));
     this.用户姓名     = ((System.Windows.Controls.TextBlock)(this.FindName("用户姓名")));
     this.受理编号     = ((System.Windows.Controls.TextBlock)(this.FindName("受理编号")));
     this.楼号       = ((System.Windows.Controls.TextBlock)(this.FindName("楼号")));
     this.签合同日期    = ((System.Windows.Controls.DatePicker)(this.FindName("签合同日期")));
     this.电话       = ((System.Windows.Controls.TextBlock)(this.FindName("电话")));
     this.合同编号     = ((System.Windows.Controls.TextBlock)(this.FindName("合同编号")));
     this.受理凭证     = ((System.Windows.Controls.TextBlock)(this.FindName("受理凭证")));
     this.小区       = ((System.Windows.Controls.TextBlock)(this.FindName("小区")));
     this.单元       = ((System.Windows.Controls.TextBlock)(this.FindName("单元")));
     this.室        = ((System.Windows.Controls.TextBlock)(this.FindName("室")));
     this.受理人      = ((System.Windows.Controls.TextBlock)(this.FindName("受理人")));
     this.受理备注     = ((System.Windows.Controls.TextBlock)(this.FindName("受理备注")));
     this.savedone = ((Com.Aote.Controls.MessageTipObj)(this.FindName("savedone")));
 }
예제 #29
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/%E7%94%A8%E6%88%B7%E6%A1%A3%E6%A1%88%E4%BF%A1%E6%81%AF.xaml", System.UriKind.Relative));
     this.LayoutRoot      = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     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.statelist       = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("statelist")));
     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.tj3             = ((System.Windows.Controls.TextBox)(this.FindName("tj3")));
     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.xg           = ((System.Windows.Controls.TextBox)(this.FindName("xg")));
     this.tjwangdian   = ((System.Windows.Controls.ComboBox)(this.FindName("tjwangdian")));
     this.tj5_Copy     = ((System.Windows.Controls.ComboBox)(this.FindName("tj5_Copy")));
     this.tj3_Copy     = ((System.Windows.Controls.TextBox)(this.FindName("tj3_Copy")));
     this.tj3_Copy1    = ((System.Windows.Controls.TextBox)(this.FindName("tj3_Copy1")));
     this.pager2       = ((System.Windows.Controls.DataPager)(this.FindName("pager2")));
     this.daninfos     = ((System.Windows.Controls.DataGrid)(this.FindName("daninfos")));
     this.daninfoslist = ((Com.Aote.ObjectTools.PagedList)(this.FindName("daninfoslist")));
     this.detail       = ((System.Windows.Controls.DockPanel)(this.FindName("detail")));
     this.back         = ((System.Windows.Controls.Button)(this.FindName("back")));
     this.基本信息         = ((System.Windows.Controls.TabControl)(this.FindName("基本信息")));
     this.用气设备         = ((System.Windows.Controls.TabControl)(this.FindName("用气设备")));
     this.气表信息         = ((System.Windows.Controls.TabControl)(this.FindName("气表信息")));
     this.状态信息         = ((System.Windows.Controls.TabControl)(this.FindName("状态信息")));
     this.卡信息          = ((System.Windows.Controls.TabControl)(this.FindName("卡信息")));
 }
 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%80%89%E6%8B%A9%E8%BD%AC%E6%8D%A2.xaml", System.UriKind.Relative));
     this.personsearch = ((System.Windows.Controls.Grid)(this.FindName("personsearch")));
     this.tempobj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("tempobj")));
     this.tobj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("tobj")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.persons = ((System.Windows.Controls.DataGrid)(this.FindName("persons")));
     this.personslist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("personslist")));
     this.right = ((System.Windows.Controls.DataGrid)(this.FindName("right")));
     this.personslist1 = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("personslist1")));
     this.personslist2 = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("personslist2")));
 }
예제 #31
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%B0%91%E7%94%A8%E6%8A%A5%E8%A3%85%E5%BB%BA%E6%A1%A3.xaml", System.UriKind.Relative));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pinpailist       = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("pinpailist")));
     this.usegaslist       = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("usegaslist")));
     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.ksnumobj1        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("ksnumobj1")));
     this.SaveAction       = ((Com.Aote.Behaviors.SyncActionFactory)(this.FindName("SaveAction")));
     this.getbianhao       = ((Com.Aote.Behaviors.CallMethodAction)(this.FindName("getbianhao")));
     this.saveu            = ((Com.Aote.Behaviors.CallMethodAction)(this.FindName("saveu")));
     this.updatead         = ((Com.Aote.Behaviors.CallMethodAction)(this.FindName("updatead")));
     this.search           = ((Com.Aote.ObjectTools.SearchObject)(this.FindName("search")));
     this.userfileslist    = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfileslist")));
     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.userfilesearch   = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     this.searchbutton     = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.pager1           = ((System.Windows.Controls.DataPager)(this.FindName("pager1")));
     this.userfiles        = ((System.Windows.Controls.DataGrid)(this.FindName("userfiles")));
     this.userfile         = ((System.Windows.Controls.DockPanel)(this.FindName("userfile")));
     this.save             = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.save2            = ((System.Windows.Controls.Button)(this.FindName("save2")));
     this.cancel           = ((System.Windows.Controls.Button)(this.FindName("cancel")));
     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")));
     this.savedone         = ((Com.Aote.Controls.MessageTipObj)(this.FindName("savedone")));
     this.huidanprint      = ((System.Windows.Controls.Grid)(this.FindName("huidanprint")));
     this.print            = ((Com.Aote.Controls.PrintObj)(this.FindName("print")));
 }
예제 #32
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%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/%E8%B6%85%E7%94%A8%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.gsxiangou      = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("gsxiangou")));
     this.minshgasnum    = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("minshgasnum")));
     this.feishgasnum    = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("feishgasnum")));
     this.card           = ((Com.Aote.ObjectTools.NewGeneralICCard)(this.FindName("card")));
     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.whfobj         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("whfobj")));
     this.fakafei        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fakafei")));
     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.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.fpinfosobj     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fpinfosobj")));
     this.changmeters    = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("changmeters")));
     this.userfilego     = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.SaveAction     = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.SubmitAction   = ((Com.Aote.Behaviors.HQLAction)(this.FindName("SubmitAction")));
     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.qbnumber       = ((System.Windows.Controls.TextBox)(this.FindName("qbnumber")));
     this.kabiaoprint    = ((System.Windows.Controls.Grid)(this.FindName("kabiaoprint")));
     this.kbprint        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kbprint")));
     this.kabiaoprint1   = ((System.Windows.Controls.Grid)(this.FindName("kabiaoprint1")));
     this.cyqprint1      = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("cyqprint1")));
     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%97%A5%E6%9C%9F%E6%97%B6%E9%97%B4.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.DeleteAction = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteAction")));
     this.personsearch = ((System.Windows.Controls.StackPanel)(this.FindName("personsearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.persons = ((System.Windows.Controls.DataGrid)(this.FindName("persons")));
     this.personslist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("personslist")));
     this.person = ((System.Windows.Controls.DockPanel)(this.FindName("person")));
     this.persongo = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("persongo")));
     this.save = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.deletettip = ((Com.Aote.Controls.MessageTipObj)(this.FindName("deletettip")));
 }
        private void toleft_Click(object sender, RoutedEventArgs e)
        {
            if (userfiles.SelectedItem == null)
                return;
            Com.Aote.ObjectTools.ObjectList c = userfiles.ItemsSource as Com.Aote.ObjectTools.ObjectList;
            IList list = new Com.Aote.ObjectTools.ObjectList();
            foreach (Object obj in userfiles.SelectedItems)
                list.Add(obj);
            Com.Aote.ObjectTools.ObjectList target = GetTarget();
            //if (target.selectObject == null)
                target.SelectObject = list;
            //else
                //(target.selectObject as IList).Add(userfiles.SelectedItem);

            foreach (Object obj in list)
                c.Remove(obj);
            c.OnPropertyChanged("Count");
        }
 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%A1%A3%E6%A1%88%E4%BF%AE%E6%94%B9%E5%AD%97%E6%AE%B5.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.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.ObjectList)(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")));
 }
예제 #37
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/%E8%AF%BB%E5%8D%A1.xaml", System.UriKind.Relative));
     this.card        = ((Com.Aote.ObjectTools.ScriptObj)(this.FindName("card")));
     this.pinpailist  = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("pinpailist")));
     this.userfiles   = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfiles")));
     this.userfile1   = ((System.Windows.Controls.Grid)(this.FindName("userfile1")));
     this.readsel     = ((System.Windows.Controls.Grid)(this.FindName("readsel")));
     this.kaattr      = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("kaattr")));
     this.readcard    = ((System.Windows.Controls.Button)(this.FindName("readcard")));
     this.CoboxPinpai = ((System.Windows.Controls.ComboBox)(this.FindName("CoboxPinpai")));
 }
예제 #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%8A%84%E8%A1%A8%E4%BB%BB%E5%8A%A1%E6%89%93%E5%8D%B0.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.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.ObjectList)(this.FindName("applyslist")));
     this.print        = ((Com.Aote.Controls.PrintObj)(this.FindName("print")));
 }
예제 #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/%E8%B6%85%E7%94%A8%E6%94%B6%E8%B4%B9.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.changmeters      = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("changmeters")));
     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.cyqusers         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("cyqusers")));
     this.cyqfee           = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("cyqfee")));
     this.fpinfosobj       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("fpinfosobj")));
     this.cyqSaveAction    = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("cyqSaveAction")));
     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.cyqfee1          = ((System.Windows.Controls.Grid)(this.FindName("cyqfee1")));
     this.save1            = ((System.Windows.Controls.Button)(this.FindName("save1")));
     this.cygaslist        = ((System.Windows.Controls.DataGrid)(this.FindName("cygaslist")));
     this.cysellgas        = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("cysellgas")));
     this.pager            = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.chaoyongqiprint  = ((System.Windows.Controls.Grid)(this.FindName("chaoyongqiprint")));
     this.cyqprint         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("cyqprint")));
     this.chaoyongqiprint1 = ((System.Windows.Controls.Grid)(this.FindName("chaoyongqiprint1")));
     this.cyqprint1        = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("cyqprint1")));
     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")));
 }
예제 #40
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%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")));
 }
 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/%E9%80%89%E6%8B%A9%E8%BD%AC%E6%8D%A2.xaml", System.UriKind.Relative));
     this.personsearch = ((System.Windows.Controls.Grid)(this.FindName("personsearch")));
     this.tempobj      = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("tempobj")));
     this.tobj         = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("tobj")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.persons      = ((System.Windows.Controls.DataGrid)(this.FindName("persons")));
     this.personslist  = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("personslist")));
     this.right        = ((System.Windows.Controls.DataGrid)(this.FindName("right")));
     this.personslist1 = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("personslist1")));
     this.personslist2 = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("personslist2")));
 }
예제 #43
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/%E9%80%9A%E6%B0%94.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.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.ObjectList)(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.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%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/%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/%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")));
 }
예제 #47
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%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")));
 }
예제 #48
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/%E7%A8%BD%E6%9F%A5%E7%94%9F%E6%88%90.xaml", System.UriKind.Relative));
     this.LayoutRoot      = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.dxlist          = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("dxlist")));
     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.userfiles       = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfiles")));
     this.jichalist       = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("jichalist")));
     this.sourceObj       = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("sourceObj")));
     this.toObj           = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("toObj")));
     this.jicha           = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("jicha")));
     this.trans           = ((Com.Aote.Behaviors.BatchTransformAction)(this.FindName("trans")));
     this.test1           = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("test1")));
     this.daninfosearch   = ((System.Windows.Controls.Grid)(this.FindName("daninfosearch")));
     this.tj9             = ((System.Windows.Controls.ComboBox)(this.FindName("tj9")));
     this.dansearchbutton = ((System.Windows.Controls.Button)(this.FindName("dansearchbutton")));
     this.saveButton      = ((System.Windows.Controls.Button)(this.FindName("saveButton")));
     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.yueshu          = ((System.Windows.Controls.TextBox)(this.FindName("yueshu")));
     this.tj11            = ((System.Windows.Controls.DatePicker)(this.FindName("tj11")));
     this.tj5_Copy        = ((System.Windows.Controls.ComboBox)(this.FindName("tj5_Copy")));
     this.tj5_Copy1       = ((System.Windows.Controls.ComboBox)(this.FindName("tj5_Copy1")));
     this.yueshu_Copy     = ((System.Windows.Controls.TextBox)(this.FindName("yueshu_Copy")));
     this.tj4_Copy        = ((System.Windows.Controls.DatePicker)(this.FindName("tj4_Copy")));
     this.tj4_Copy1       = ((System.Windows.Controls.DatePicker)(this.FindName("tj4_Copy1")));
     this.pager           = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     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/%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/UserControl1.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.userfiles = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("userfiles")));
     this.userfilego = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfilego")));
     this.LoginUser = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("LoginUser")));
     this.sr = ((System.Windows.Controls.Grid)(this.FindName("sr")));
     this.userfilesearch = ((System.Windows.Controls.DockPanel)(this.FindName("userfilesearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.userfile = ((System.Windows.Controls.DataGrid)(this.FindName("userfile")));
     this.userfileslist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfileslist")));
     this.user = ((System.Windows.Controls.DataGrid)(this.FindName("user")));
     this.u = ((System.Windows.Controls.Grid)(this.FindName("u")));
     this.a = ((System.Windows.Controls.ComboBox)(this.FindName("a")));
 }
예제 #51
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%A1%A3%E6%A1%88%E4%BF%AE%E6%94%B9%E5%AD%97%E6%AE%B5.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.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.ObjectList)(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")));
 }
 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")));
 }
예제 #53
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/Frame.xaml", System.UriKind.Relative));
     this.CustomTypes             = ((Com.Aote.ObjectTools.CustomTypes)(this.FindName("CustomTypes")));
     this.SecRefresh              = ((Com.Aote.ObjectTools.Timer)(this.FindName("SecRefresh")));
     this.FiveMinRefresh          = ((Com.Aote.ObjectTools.Timer)(this.FindName("FiveMinRefresh")));
     this.LoginUser               = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("LoginUser")));
     this.Organization            = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("Organization")));
     this.SysTime                 = ((Com.Aote.ObjectTools.SystemTime)(this.FindName("SysTime")));
     this.Seria                   = ((Com.Aote.ObjectTools.SeriaNumber)(this.FindName("Seria")));
     this.Seriab                  = ((Com.Aote.ObjectTools.SeriaNumber)(this.FindName("Seriab")));
     this.Seriadw                 = ((Com.Aote.ObjectTools.SeriaNumber)(this.FindName("Seriadw")));
     this.Seriabj                 = ((Com.Aote.ObjectTools.SeriaNumber)(this.FindName("Seriabj")));
     this.Seriabjf                = ((Com.Aote.ObjectTools.SeriaNumber)(this.FindName("Seriabjf")));
     this.Seriahtm                = ((Com.Aote.ObjectTools.SeriaNumber)(this.FindName("Seriahtm")));
     this.Seriahtfmc              = ((Com.Aote.ObjectTools.SeriaNumber)(this.FindName("Seriahtfmc")));
     this.Seriahtfmg              = ((Com.Aote.ObjectTools.SeriaNumber)(this.FindName("Seriahtfmg")));
     this.Seriahtfmh              = ((Com.Aote.ObjectTools.SeriaNumber)(this.FindName("Seriahtfmh")));
     this.DW                      = ((Com.Aote.ObjectTools.SeriaNumber)(this.FindName("DW")));
     this.arealist                = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("arealist")));
     this.citylist                = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("citylist")));
     this.guikoulist              = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("guikoulist")));
     this.gridlist                = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("gridlist")));
     this.roadlist                = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("roadlist")));
     this.yldjlist                = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("yldjlist")));
     this.buystylelist            = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("buystylelist")));
     this.statelist               = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("statelist")));
     this.installstylelist        = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("installstylelist")));
     this.kitcheninstallstylelist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("kitcheninstallstylelist")));
     this.yesornolist             = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("yesornolist")));
     this.Clipboard               = ((Com.Aote.ObjectTools.ClipboardObj)(this.FindName("Clipboard")));
     this.single                  = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("single")));
     this.@params                 = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("params")));
     this.MainFrame               = ((System.Windows.Controls.ContentControl)(this.FindName("MainFrame")));
 }
 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%E6%8A%84%E8%A1%A8%E6%89%B9%E9%87%8F%E5%BD%95%E5%85" +
                 "%A5.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.jichalist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("jichalist")));
     this.sellgaslist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("sellgaslist")));
     this.sourceObj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("sourceObj")));
     this.toObj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("toObj")));
     this.SaveAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.daninfosearch = ((System.Windows.Controls.StackPanel)(this.FindName("daninfosearch")));
     this.tjwhf_Copy = ((System.Windows.Controls.TextBox)(this.FindName("tjwhf_Copy")));
     this.tjwhf_Copy1 = ((System.Windows.Controls.TextBox)(this.FindName("tjwhf_Copy1")));
     this.dansearchbutton = ((System.Windows.Controls.Button)(this.FindName("dansearchbutton")));
     this.saveButton = ((System.Windows.Controls.Button)(this.FindName("saveButton")));
     this.daninfos = ((Com.Aote.Controls.CustomDataGrid)(this.FindName("daninfos")));
 }
예제 #55
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%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")));
 }
예제 #56
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%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/%E5%A4%A7%E5%8E%85%E6%8A%A5%E5%BB%BA.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.userlist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("userlist")));
     this.DeleteAction = ((Com.Aote.Behaviors.HQLAction)(this.FindName("DeleteAction")));
     this.personsearch = ((System.Windows.Controls.StackPanel)(this.FindName("personsearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.persons = ((System.Windows.Controls.DataGrid)(this.FindName("persons")));
     this.personslist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("personslist")));
     this.person = ((System.Windows.Controls.DockPanel)(this.FindName("person")));
     this.persongo = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("persongo")));
     this.save = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.test = ((System.Windows.Controls.Button)(this.FindName("test")));
     this.testname = ((System.Windows.Controls.TextBox)(this.FindName("testname")));
     this.age = ((System.Windows.Controls.TextBox)(this.FindName("age")));
     this.sex = ((System.Windows.Controls.ComboBox)(this.FindName("sex")));
 }
 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%E5%91%98%E4%BB%BB%E5%8A%A1%E5%AE%8C%E6%88%90%E6%83" +
                 "%85%E5%86%B5.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.conditionlist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("conditionlist")));
     this.areafilesearch = ((System.Windows.Controls.Grid)(this.FindName("areafilesearch")));
     this.btnSearch = ((System.Windows.Controls.Button)(this.FindName("btnSearch")));
     this.paperGrid = ((System.Windows.Controls.DataGrid)(this.FindName("paperGrid")));
     this.paperList = ((Com.Aote.ObjectTools.PagedList)(this.FindName("paperList")));
     this.zonghushu = ((System.Windows.Controls.TextBox)(this.FindName("zonghushu")));
     this.anjianhushu = ((System.Windows.Controls.TextBox)(this.FindName("anjianhushu")));
     this.jujianhushu = ((System.Windows.Controls.TextBox)(this.FindName("jujianhushu")));
     this.wurenhushu = ((System.Windows.Controls.TextBox)(this.FindName("wurenhushu")));
     this.anjianlv = ((System.Windows.Controls.TextBox)(this.FindName("anjianlv")));
 }
 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%E7%BB%93%E6%9E%9C%E5%BD%95%E5%85%A5.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.badwatchresult = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("badwatchresult")));
     this.jichaxxlist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("jichaxxlist")));
     this.zonggongsi = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("zonggongsi")));
     this.jicha = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("jicha")));
     this.userfiles = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("userfiles")));
     this.SaveAction = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("SaveAction")));
     this.jichainfo = ((System.Windows.Controls.Grid)(this.FindName("jichainfo")));
     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.jichas = ((System.Windows.Controls.DataGrid)(this.FindName("jichas")));
     this.jichalist = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("jichalist")));
 }
예제 #60
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%8A%84%E8%A1%A8%E8%AE%A1%E5%88%92.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.personslist2 = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("personslist2")));
     this.tempobj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("tempobj")));
     this.tobj = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("tobj")));
     this.save = ((System.Windows.Controls.Button)(this.FindName("save")));
     this.personsearch = ((System.Windows.Controls.WrapPanel)(this.FindName("personsearch")));
     this.searchbutton = ((System.Windows.Controls.Button)(this.FindName("searchbutton")));
     this.left = ((System.Windows.Controls.DataGrid)(this.FindName("left")));
     this.personslist = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("personslist")));
     this.main = ((System.Windows.Controls.DockPanel)(this.FindName("main")));
     this.persongo = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("persongo")));
     this.personsearch2 = ((System.Windows.Controls.WrapPanel)(this.FindName("personsearch2")));
     this.nopeople = ((System.Windows.Controls.DataGrid)(this.FindName("nopeople")));
     this.personslist1 = ((Com.Aote.ObjectTools.ObjectList)(this.FindName("personslist1")));
     this.print = ((Com.Aote.Controls.PrintObj)(this.FindName("print")));
 }