Exemplo n.º 1
0
 public DialogDocumentFinanceYears(Window pSourceWindow, GenericTreeViewXPO pTreeView, DialogFlags pFlags, DialogMode pDialogMode, XPGuidObject pXPGuidObject)
     : base(pSourceWindow, pTreeView, pFlags, pDialogMode, pXPGuidObject)
 {
     this.Title = Utils.GetWindowTitle(Resx.window_title_edit_documentfinanceseries);
     SetSizeRequest(500, 288);
     InitUI();
     //InitNotes();
     ShowAll();
 }
Exemplo n.º 2
0
 public DialogCustomer(Window pSourceWindow, GenericTreeViewXPO pTreeView, DialogFlags pFlags, DialogMode pDialogMode, XPGuidObject pXPGuidObject)
     : base(pSourceWindow, pTreeView, pFlags, pDialogMode, pXPGuidObject)
 {
     this.Title = Utils.GetWindowTitle(resources.CustomResources.GetCustomResources(GlobalFramework.Settings["customCultureResourceDefinition"], "window_title_edit_customer"));
     SetSize(400, 566);
     InitUI();
     InitNotes();
     ShowAll();
 }
Exemplo n.º 3
0
        public void UpdateModel(CriteriaOperator pCriteria, XPGuidObject pCurrentValue)
        {
            XPCollection xpCollection = new XPCollection(_xpoSession, _xpoObjectType, pCriteria);

            CreateModel(xpCollection, pCurrentValue);
        }
 public DialogDocumentFinanceYearSerieTerminal(Window pSourceWindow, GenericTreeViewXPO pTreeView, DialogFlags pFlags, DialogMode pDialogMode, XPGuidObject pXPGuidObject)
     : base(pSourceWindow, pTreeView, pFlags, pDialogMode, pXPGuidObject)
 {
     this.Title = Utils.GetWindowTitle(resources.CustomResources.GetCustomResources(GlobalFramework.Settings["customCultureResourceDefinition"], "window_title_edit_documentfinanceseries"));
     SetSizeRequest(500, 550);
     InitUI();
     InitNotes();
     ShowAll();
 }
Exemplo n.º 5
0
        public DialogConfigurationHolidays(Window pSourceWindow, GenericTreeViewXPO pTreeView, DialogFlags pFlags, DialogMode pDialogMode, XPGuidObject pXPGuidObject)
            : base(pSourceWindow, pTreeView, pFlags, pDialogMode, pXPGuidObject)
        {
            this.Title = Utils.GetWindowTitle(resources.CustomResources.GetCustomResources(GlobalFramework.Settings["customCultureResourceDefinition"], "window_title_edit_dialog_configuration_holydays"));

            if (Utils.IsLinux)
            {
                SetSizeRequest(400, 508);
            }
            else
            {
                SetSizeRequest(400, 488);
            }
            InitUI();
            InitNotes();
            ShowAll();
        }
Exemplo n.º 6
0
 public XPOComboBox(Session pXpoSession, Type pXPGuidObjectType, XPGuidObject pCurrentValue, String pFieldLabel, CriteriaOperator pCriteria, SortProperty[] pSortProperty = null)
 {
     InitComboBox(pXpoSession, pXPGuidObjectType, pCurrentValue, pFieldLabel, pCriteria, pSortProperty);
 }
Exemplo n.º 7
0
 public DialogConfigurationPrinters(Window pSourceWindow, GenericTreeViewXPO pTreeView, DialogFlags pFlags, DialogMode pDialogMode, XPGuidObject pXPGuidObject)
     : base(pSourceWindow, pTreeView, pFlags, pDialogMode, pXPGuidObject)
 {
     this.Title = Utils.GetWindowTitle(resources.CustomResources.GetCustomResources(GlobalFramework.Settings["customCultureResourceDefinition"], "window_title_edit_dialogconfigurationprinters"));
     SetSizeRequest(500, 448);
     InitUI();
     InitNotes();
     ShowAll();
     //Tab Visibility Require to be after ShowAll, else always is Visible
     _configurationPrinter = (_dataSourceRow as sys_configurationprinters);
     _vboxTab2.Visible     = (_configurationPrinter.PrinterType != null && _configurationPrinter.PrinterType.ThermalPrinter);
 }
Exemplo n.º 8
0
 public DialogConfigurationPlaceTerminal(Window pSourceWindow, GenericTreeViewXPO pTreeView, DialogFlags pFlags, DialogMode pDialogMode, XPGuidObject pXPGuidObject)
     : base(pSourceWindow, pTreeView, pFlags, pDialogMode, pXPGuidObject)
 {
     this.Title = Utils.GetWindowTitle(Resx.window_title_edit_configurationplaceterminal);
     SetSizeRequest(500, 422);
     InitUI();
     InitNotes();
     ShowAll();
 }
Exemplo n.º 9
0
 public DialogConfigurationPrintersTemplates(Window pSourceWindow, GenericTreeViewXPO pTreeView, DialogFlags pFlags, DialogMode pDialogMode, XPGuidObject pXPGuidObject)
     : base(pSourceWindow, pTreeView, pFlags, pDialogMode, pXPGuidObject)
 {
     this.Title = Utils.GetWindowTitle(resources.CustomResources.GetCustomResources(GlobalFramework.Settings["customCultureResourceDefinition"], "window_title_edit_dialogconfigurationprinterstype"));
     SetSizeRequest(500, 500);
     InitUI();
     InitNotes();
     ShowAll();
 }
        public DialogConfigurationPlaceMovementType(Window pSourceWindow, GenericTreeViewXPO pTreeView, DialogFlags pFlags, DialogMode pDialogMode, XPGuidObject pXPGuidObject)
            : base(pSourceWindow, pTreeView, pFlags, pDialogMode, pXPGuidObject)
        {
            /* IN009039 */

            if (Utils.IsLinux)
            {
                SetSizeRequest(500, 373);
            }
            else
            {
                SetSizeRequest(500, 353);
            }
            this.Title = Utils.GetWindowTitle(resources.CustomResources.GetCustomResources(GlobalFramework.Settings["customCultureResourceDefinition"], "window_title_edit_configurationplacemovementtype"), pDialogMode);
            InitUI();
            InitNotes();
            ShowAll();
        }
Exemplo n.º 11
0
 public DialogConfigurationPrintersType(Window pSourceWindow, GenericTreeViewXPO pTreeView, DialogFlags pFlags, DialogMode pDialogMode, XPGuidObject pXPGuidObject)
     : base(pSourceWindow, pTreeView, pFlags, pDialogMode, pXPGuidObject)
 {
     _dialogMode = pDialogMode;
     this.Title  = Utils.GetWindowTitle(Resx.window_title_edit_dialogconfigurationprinterstype);
     SetSizeRequest(500, 383);
     InitUI();
     InitNotes();
     ShowAll();
 }