This commit is contained in:
2018-08-30 15:33:01 +00:00
parent 65b7bf1567
commit b415edd2ef
11 changed files with 11 additions and 11 deletions

View File

@@ -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;

View File

@@ -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);

View File

@@ -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;

View File

@@ -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);

View File

@@ -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();

View File

@@ -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);

View File

@@ -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;

View File

@@ -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);

View File

@@ -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;

View File

@@ -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");

View File

@@ -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;