Ignore:
Timestamp:
Dec 4, 2009, 3:04:47 AM (14 years ago)
Author:
Sam Habiel
Message:

Removed user-interface references to RPMS.

File:
1 edited

Legend:

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

    r620 r627  
    5555                private void InitializeComponent()
    5656                {
    57                         this.label1 = new System.Windows.Forms.Label();
    58             //this.lblVersion = new System.Windows.Forms.Label();
    59                         this.lnkMail = new System.Windows.Forms.LinkLabel();
    60                         this.lblStatus = new System.Windows.Forms.Label();
    61                         this.SuspendLayout();
    62                         //
    63                         // label1
    64                         //
    65                         this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
    66                         this.label1.Location = new System.Drawing.Point(24, 32);
    67                         this.label1.Name = "label1";
    68                         this.label1.Size = new System.Drawing.Size(448, 40);
    69                         this.label1.TabIndex = 0;
    70                         this.label1.Text = "Clinical Scheduling";
    71                         this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    72                         //
    73                         // lblVersion
    74                         //
    75             //this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
    76             //this.lblVersion.Location = new System.Drawing.Point(88, 88);
    77             //this.lblVersion.Name = "lblVersion";
    78             //this.lblVersion.Size = new System.Drawing.Size(328, 32);
    79             //this.lblVersion.TabIndex = 1;
    80             //this.lblVersion.Text = "Version ";
    81             //this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    82                         //
    83                         // lnkMail
    84                         //
    85             //this.lnkMail.Location = new System.Drawing.Point(328, 224);
    86             //this.lnkMail.Name = "lnkMail";
    87             //this.lnkMail.Size = new System.Drawing.Size(144, 16);
    88             //this.lnkMail.TabIndex = 2;
    89             //this.lnkMail.TabStop = true;
    90             //this.lnkMail.Text = "Horace.Whitt@mail.ihs.gov";
    91                         //
    92                         // lblStatus
    93                         //
    94                         this.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    95                         this.lblStatus.Location = new System.Drawing.Point(88, 160);
    96                         this.lblStatus.Name = "lblStatus";
    97                         this.lblStatus.Size = new System.Drawing.Size(328, 16);
    98                         this.lblStatus.TabIndex = 3;
    99                         this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    100                         //
    101                         // DSplash
    102                         //
    103                         this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
    104                         this.ClientSize = new System.Drawing.Size(488, 252);
    105                         this.ControlBox = false;
    106                         this.Controls.Add(this.lblStatus);
    107                         this.Controls.Add(this.lnkMail);
    108             //this.Controls.Add(this.lblVersion);
    109                         this.Controls.Add(this.label1);
    110                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
    111                         this.Name = "DSplash";
    112                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
    113                         this.Text = "Clinical Scheduling";
    114                         this.Load += new System.EventHandler(this.DSplash_Load);
    115                         this.ResumeLayout(false);
     57            this.label1 = new System.Windows.Forms.Label();
     58            this.lnkMail = new System.Windows.Forms.LinkLabel();
     59            this.lblStatus = new System.Windows.Forms.Label();
     60            this.SuspendLayout();
     61            //
     62            // label1
     63            //
     64            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     65            this.label1.Location = new System.Drawing.Point(24, 32);
     66            this.label1.Name = "label1";
     67            this.label1.Size = new System.Drawing.Size(448, 40);
     68            this.label1.TabIndex = 0;
     69            this.label1.Text = "VistA Clinical Scheduling";
     70            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     71            //
     72            // lnkMail
     73            //
     74            this.lnkMail.Location = new System.Drawing.Point(0, 0);
     75            this.lnkMail.Name = "lnkMail";
     76            this.lnkMail.Size = new System.Drawing.Size(100, 23);
     77            this.lnkMail.TabIndex = 4;
     78            //
     79            // lblStatus
     80            //
     81            this.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     82            this.lblStatus.Location = new System.Drawing.Point(88, 160);
     83            this.lblStatus.Name = "lblStatus";
     84            this.lblStatus.Size = new System.Drawing.Size(328, 16);
     85            this.lblStatus.TabIndex = 3;
     86            this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     87            //
     88            // DSplash
     89            //
     90            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     91            this.ClientSize = new System.Drawing.Size(488, 252);
     92            this.ControlBox = false;
     93            this.Controls.Add(this.lblStatus);
     94            this.Controls.Add(this.lnkMail);
     95            this.Controls.Add(this.label1);
     96            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     97            this.Name = "DSplash";
     98            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     99            this.Text = "Clinical Scheduling";
     100            this.Load += new System.EventHandler(this.DSplash_Load);
     101            this.ResumeLayout(false);
    116102
    117103                }
Note: See TracChangeset for help on using the changeset viewer.