Ignore:
Timestamp:
Mar 29, 2011, 5:38:18 AM (13 years ago)
Author:
Sam Habiel
Message:

CGAVDocument: Don't Update Grid. Leave that to CGAVView.
CGAVView: When updating grid, make a copy of appointments, and use the copy, so there won't be clashes when updating appointments in the background.
CGDocument: Minor Changes in AppointmentNoShow; New method AppointmentUndoCheckIn
CGDocumentManager: Resequenced load order b/c UserPreferences now talks to DB.
DAL: New Methods to save autoprint preferences; new delegate to enable some async stuff
DCheckIn & DAppointPage: _myCodeIsFiringIstheCheckBoxChangedEvent added to protect against firing event when setting checkbox in the code.
DPatientLetter: No changes.
UserPreferences: Now gets and saves user preferences from DB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DPatientLetter.cs

    r1110 r1117  
    6868            //
    6969            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
    70             this.ClientSize = new System.Drawing.Size(648, 398);
     70            this.ClientSize = new System.Drawing.Size(748, 443);
    7171            this.Name = "DPatientLetter";
    7272            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     
    404404            _currentApptPrinting = 0;
    405405        }
     406
    406407        }
    407408}
Note: See TracChangeset for help on using the changeset viewer.