source: Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj.user@ 1143

Last change on this file since 1143 was 1143, checked in by Sam Habiel, 13 years ago

CalendarGrid: Many changes:

  1. Dragover handler to handle auto scrolling when dragging. Also highlights destination cell in dragging.
  2. Solution for the click-right click problem by better handling of right click issues.
  3. New method OnRButtonDown()
  4. Extra comments everywhere.
  5. Fix for single column being enabled when there are multiple resources. Columns property now calls this.SetColumnInfo() to rectify that problem.

CGDocument:

  1. EditAppoitment Used to send request a refresh from the DB and update the view itself, rather than letting the view handle that. That's now changed.

CGDocumentManager:

  1. MessageBox displayed during login splash now are shown BY the splash form.

CGView:

  1. Shortcuts and some display text updated.
  2. Splash screen when updating now removed.
  3. If print appointment slip checkbox is checked when EditAppointment is chosen, now it will print the routing slip.
  4. Tiny change in appointment structure generated during drag and drop (added Patient member, as it was causing a crash)

DApptSearch:

  1. Change of name of Appointment to Slot, for better user understanding.

DSplash:

  1. RemoteMessage box methods and associated delegates for mickey mousing the form from another thread.

Updated release exes and dlls

File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <LastOpenVersion>7.10.3077</LastOpenVersion>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ReferencePath>
8 </ReferencePath>
9 <CopyProjectDestinationFolder>
10 </CopyProjectDestinationFolder>
11 <CopyProjectUncPath>
12 </CopyProjectUncPath>
13 <CopyProjectOption>0</CopyProjectOption>
14 <ProjectView>ProjectFiles</ProjectView>
15 <ProjectTrust>0</ProjectTrust>
16 <PublishUrlHistory>publish\</PublishUrlHistory>
17 <InstallUrlHistory>
18 </InstallUrlHistory>
19 <SupportUrlHistory>
20 </SupportUrlHistory>
21 <UpdateUrlHistory>
22 </UpdateUrlHistory>
23 <BootstrapperUrlHistory>
24 </BootstrapperUrlHistory>
25 <ErrorReportUrlHistory>
26 </ErrorReportUrlHistory>
27 <FallbackCulture>en-US</FallbackCulture>
28 <VerifyUploadedFiles>false</VerifyUploadedFiles>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <EnableASPDebugging>false</EnableASPDebugging>
32 <EnableASPXDebugging>false</EnableASPXDebugging>
33 <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
34 <EnableSQLServerDebugging>false</EnableSQLServerDebugging>
35 <RemoteDebugEnabled>false</RemoteDebugEnabled>
36 <RemoteDebugMachine>
37 </RemoteDebugMachine>
38 <StartAction>Project</StartAction>
39 <StartArguments>/s=172.16.16.108 /p=9250 /a=s.habiel /v=catdog.66</StartArguments>
40 <StartPage>
41 </StartPage>
42 <StartProgram>C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\IEExec.exe</StartProgram>
43 <StartURL>
44 </StartURL>
45 <StartWorkingDirectory>
46 </StartWorkingDirectory>
47 <StartWithIE>false</StartWithIE>
48 </PropertyGroup>
49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50 <EnableASPDebugging>false</EnableASPDebugging>
51 <EnableASPXDebugging>false</EnableASPXDebugging>
52 <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
53 <EnableSQLServerDebugging>false</EnableSQLServerDebugging>
54 <RemoteDebugEnabled>false</RemoteDebugEnabled>
55 <RemoteDebugMachine>
56 </RemoteDebugMachine>
57 <StartAction>Project</StartAction>
58 <StartArguments>
59 </StartArguments>
60 <StartPage>
61 </StartPage>
62 <StartProgram>
63 </StartProgram>
64 <StartURL>
65 </StartURL>
66 <StartWorkingDirectory>
67 </StartWorkingDirectory>
68 <StartWithIE>false</StartWithIE>
69 </PropertyGroup>
70</Project>
Note: See TracBrowser for help on using the repository browser.