public GL501000_BatchRelease()
 {
     ScreenId    = "GL501000";
     ScreenUrl   = "/Pages/GL/GL501000.aspx";
     ToolBar     = new PxToolBar(null);
     QuickSearch = new QuickSearch("ctl00_phDS_ds_ToolBar_fb", "QuickSearch", null, null);
 }
 public c_batchlist_grid(string locator, string name) :
     base(locator, name)
 {
     ToolBar           = new PxToolBar("ctl00_phL_grid");
     DataMemberName    = "BatchList";
     FilterForm        = new c_grid_filter("ctl00_phL_grid_fe_gf", "FilterForm");
     FilesUploadDialog = new SmartPanel_AttachFile(locator);
     NotePanel         = new Note(locator);
 }
Beispiel #3
0
 public c_rentals_grid(String locator, String name) :
     base(locator, name)
 {
     gridfilter     = new c_grid_filter_ex("ctl00_phG_grid_fe_gf", null, null, null, "VX301000");
     gridupload     = new c_grid_upload("ctl00_phG_grid_upldr", "Files Upload", null, null, "VX301000");
     ToolBar        = new PxToolBar();
     ContextSearch  = new Selector("ctl00_phG_grid_ab_tlb_fb", "ContextSearch", "ctl00_phG_grid", null, "VX301000");
     ContainerType  = "U";
     DataMemberName = "Rentals";
 }
Beispiel #4
0
 public VX301000_ToolManagement()
 {
     ScreenId   = "VX301000";
     ScreenUrl  = "/Pages/VX/VX301000.aspx";
     ToolBar    = new PxToolBar();
     tools_form = new c_tools_form("ctl00_phF_form", "Tools_form", null, null, "VX301000");
     firstselect_formactions                = new c_firstselect_formactions("ctl00_usrCaption_CustomizationDialogs_PXSmartPanel1_FormActions", "FirstSelect_FormActions", null, null, "VX301000");
     vieweleminfo_formeleminfo              = new c_vieweleminfo_formeleminfo("ctl00_usrCaption_CustomizationDialogs_PanelElemInfo_FormElemInfo", "ViewElemInfo_FormElemInfo", null, null, "VX301000");
     filterworkingproject_formnewproject    = new c_filterworkingproject_formnewproject("ctl00_usrCaption_CustomizationDialogs_DlgNewProject_FormNewProject", "FilterWorkingProject_FormNewProject", null, null, "VX301000");
     filterworkingproject_formselectproject = new c_filterworkingproject_formselectproject("ctl00_usrCaption_CustomizationDialogs_WizardSelectProject_FormSelectProject", "FilterWorkingProject_FormSelectProject", null, null, "VX301000");
     rentals_lv0  = new c_rentals_lv0("ctl00_phG_grid_lv0", "Rentals_lv0", null, null, "VX301000");
     rentals_grid = new c_rentals_grid(c_rentals_grid.GridLocator, c_rentals_grid.GridName);
 }