Changeset 620 for Scheduling/trunk/cs/bsdx0200GUISourceCode/DSplash.cs
- Timestamp:
- Nov 30, 2009, 11:54:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/DSplash.cs
r614 r620 68 68 this.label1.Size = new System.Drawing.Size(448, 40); 69 69 this.label1.TabIndex = 0; 70 this.label1.Text = " IHSClinical Scheduling";70 this.label1.Text = "Clinical Scheduling"; 71 71 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 72 72 // … … 111 111 this.Name = "DSplash"; 112 112 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 113 this.Text = " IHSClinical Scheduling";113 this.Text = "Clinical Scheduling"; 114 114 this.Load += new System.EventHandler(this.DSplash_Load); 115 115 this.ResumeLayout(false);
Note:
See TracChangeset
for help on using the changeset viewer.