Ignore:
Timestamp:
Nov 30, 2009, 6:09:16 AM (14 years ago)
Author:
Sam Habiel
Message:

Removed references to "View EHR" from ctxCalendarGrid and DAppointPage.

File:
1 edited

Legend:

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

    r614 r616  
    127127            this.lstClip.Size = new System.Drawing.Size(120, 407);
    128128            this.lstClip.TabIndex = 0;
    129             this.lstClip.DragEnter += new System.Windows.Forms.DragEventHandler(this.lstClip_DragEnter);
    130129            this.lstClip.DragDrop += new System.Windows.Forms.DragEventHandler(this.lstClip_DragDrop);
    131130            this.lstClip.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lstClip_MouseMove);
    132131            this.lstClip.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lstClip_MouseDown);
     132            this.lstClip.DragEnter += new System.Windows.Forms.DragEventHandler(this.lstClip_DragEnter);
    133133            //
    134134            // ctxApptClipMenu
     
    478478            this.Name = "CGAVView";
    479479            this.Text = "CGAVView";
     480            this.Load += new System.EventHandler(this.CGAVView_Load);
    480481            this.Closing += new System.ComponentModel.CancelEventHandler(this.CGAVView_Closing);
    481             this.Load += new System.EventHandler(this.CGAVView_Load);
    482482            this.panelRight.ResumeLayout(false);
    483483            this.panelClip.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.