Ignore:
Timestamp:
Nov 30, 2009, 11:54:57 PM (14 years ago)
Author:
Sam Habiel
Message:

Remove references to IHS; typically "IHS Clinical Scheduling" becomes "Clinical Scheduling"
Deleted Debug folder--no need to version this.

File:
1 edited

Legend:

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

    r614 r620  
    6868                        this.label1.Size = new System.Drawing.Size(448, 40);
    6969                        this.label1.TabIndex = 0;
    70                         this.label1.Text = "IHS Clinical Scheduling";
     70                        this.label1.Text = "Clinical Scheduling";
    7171                        this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    7272                        //
     
    111111                        this.Name = "DSplash";
    112112                        this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
    113                         this.Text = "IHS Clinical Scheduling";
     113                        this.Text = "Clinical Scheduling";
    114114                        this.Load += new System.EventHandler(this.DSplash_Load);
    115115                        this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.