3650
This commit is contained in:
@@ -479,7 +479,7 @@ namespace AyaNova
|
||||
//
|
||||
// helpProvider1
|
||||
//
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "Viewing_a_Customer_Service_Req.htm";
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "viewing_a_customer_service_req.htm";
|
||||
Cursor.Current = Cursors.WaitCursor;
|
||||
this.Visible=false;
|
||||
this.Icon = Resource1.CSR16icon;
|
||||
|
||||
@@ -203,7 +203,7 @@ namespace AyaNova
|
||||
//
|
||||
// helpProvider1
|
||||
//
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "Custom_Field_Designer.htm";
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "custom_field_designer.htm";
|
||||
|
||||
Util.LoadFormCustomization("CustomizableObjects", this, this.ToolBarManager, true);
|
||||
|
||||
|
||||
@@ -236,7 +236,7 @@ namespace AyaNova
|
||||
//
|
||||
// helpProvider1
|
||||
//
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "Documents.htm";
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "documents.htm";
|
||||
Cursor.Current = Cursors.WaitCursor;
|
||||
this.Visible=false;
|
||||
|
||||
|
||||
@@ -223,7 +223,7 @@ namespace AyaNova
|
||||
//
|
||||
// helpProvider1
|
||||
//
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "Localized_Text_Designer.htm";
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "localized_text_designer.htm";
|
||||
|
||||
//case 1039 //log.Debug("Form_Load");
|
||||
Util.LoadFormCustomization("LocalesForm", this, ToolBarManager, true);
|
||||
|
||||
@@ -126,7 +126,7 @@ namespace AyaNova
|
||||
//
|
||||
// helpProvider1
|
||||
//
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "Adding_editing_and_deleting_da.htm";
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "adding_editing_and_deleting_da.htm";
|
||||
|
||||
//GridCalendar.MaskInput = Util.LocaleDateTimeMask();
|
||||
|
||||
|
||||
@@ -254,7 +254,7 @@ namespace AyaNova
|
||||
//
|
||||
// helpProvider1
|
||||
//
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "What_do_I_use_Notifications_fo.htm";
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "what_do_i_use_notifications_fo.htm";
|
||||
|
||||
//case 1039 //log.Debug("Form_Load");
|
||||
Util.LoadFormCustomization("NotifySubscriptionsForm", this, ToolBarManager, true);
|
||||
|
||||
@@ -222,7 +222,7 @@ namespace AyaNova
|
||||
//
|
||||
// helpProvider1
|
||||
//
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "Rates.htm";
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "rates.htm";
|
||||
|
||||
//case 1039 //log.Debug("RatesForm_Load");
|
||||
this.Icon = Resource1.Rates16icon;
|
||||
|
||||
@@ -216,7 +216,7 @@ namespace AyaNova
|
||||
//
|
||||
// helpProvider1
|
||||
//
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "Security_Groups_grid.htm";
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "security_groups_grid.htm";
|
||||
|
||||
Util.LoadFormCustomization("SecurityGroupsForm", this, ToolBarManager, true);
|
||||
|
||||
|
||||
@@ -263,7 +263,7 @@ namespace AyaNova
|
||||
//
|
||||
// helpProvider1
|
||||
//
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "Banked_Service.htm";
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "banked_service.htm";
|
||||
|
||||
//case 1039 //log.Debug("ServiceBankForm_Load");
|
||||
tbManager.Tools["LT:UI.Toolbar.New"].SharedProps.Visible=AyaBizUtils.Right("Object.ServiceBank")> (int)SecurityLevelTypes.ReadOnly;
|
||||
|
||||
@@ -217,7 +217,7 @@ namespace AyaNova
|
||||
//
|
||||
// helpProvider1
|
||||
//
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "Tax_Codes.htm";
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "tax_codes.htm";
|
||||
|
||||
//case 1039 //log.Debug("TaxCodesForm_Load");
|
||||
|
||||
|
||||
@@ -260,7 +260,7 @@ namespace AyaNova
|
||||
//
|
||||
// helpProvider1
|
||||
//
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "Unit_Meter_Reading.htm";
|
||||
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "unit_meter_reading.htm";
|
||||
|
||||
//case 1039 //log.Debug("UnitMeterReadingForm_Load");
|
||||
tbManager.Tools["LT:UI.Toolbar.New"].SharedProps.Visible=AyaBizUtils.Right("Object.UnitMeterReading")> (int)SecurityLevelTypes.ReadOnly;
|
||||
|
||||
Reference in New Issue
Block a user