modifiche x versione 1.0 iniziate a concordare oggi

This commit is contained in:
Samuele E. Locatelli
2015-05-20 19:01:06 +02:00
parent 465ed18fb0
commit 252d88eef2
13 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
using System.Reflection;
[assembly: AssemblyVersion("0.9.030.43")]
[assembly: AssemblyFileVersion("0.9.030.43")]
[assembly: AssemblyVersion("1.0.031.49")]
[assembly: AssemblyFileVersion("1.0.031.49")]
[assembly: AssemblyCopyright("Steamware © 2015-2015")]
[assembly: AssemblyCompany("Steamware")]
+2 -2
View File
@@ -6,8 +6,8 @@
using System.Reflection;
[assembly: AssemblyVersion("0.9.030.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("0.9.030.<#= this.RevisionNumber #>")]
[assembly: AssemblyVersion("1.0.031.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("1.0.031.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Steamware © 2015-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<NameOfLastUsedPublishProfile>WinLab-Rigamonti</NameOfLastUsedPublishProfile>
<NameOfLastUsedPublishProfile>IIS02</NameOfLastUsedPublishProfile>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
+5 -4
View File
@@ -37,9 +37,10 @@
DataEndField="Fine"
TimeFormat="Clock24Hours"
ViewType="Day"
HeightSpec="BusinessHours"
BusinessBeginsHour="8"
BusinessEndsHour="20"
ToolTip="NomeImpegno"
HeightSpec="Full"
BusinessBeginsHour="07"
BusinessEndsHour="21"
ScrollPositionHour="13"
ShowEventStartEnd="True"
CellHeight="15"
@@ -49,7 +50,7 @@
EventClickJavaScript="eventClick(e)"
Theme="calendar_white"
OnBeforeEventRender="DayPilotCalendar1_BeforeEventRender"
OnEventClick="DayPilotCalendar1_EventClick" Width="95%">
OnEventClick="DayPilotCalendar1_EventClick" Width="95%" HourFontSize="6">
</DayPilot:DayPilotCalendar>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByDate" TypeName="WebSCR_data.DS_ApplicazioneTableAdapters.v_ImpegniCalTableAdapter">
<SelectParameters>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.