Ignore:
Timestamp:
Jul 9, 2010, 5:32:10 PM (14 years ago)
Author:
Sam Habiel
Message:

Dialogs now say 'VISTA' instead of 'RPMS'.
Updated AssemblyInfo.cs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/DLoginInfo.cs

    r815 r847  
    3939                private void InitializeComponent()
    4040                {
    41                         this.pnlPageBottom = new System.Windows.Forms.Panel();
    42                         this.cmdCancel = new System.Windows.Forms.Button();
    43                         this.cmdOK = new System.Windows.Forms.Button();
    44                         this.pnlDescription = new System.Windows.Forms.Panel();
    45                         this.grpDescriptionResourceGroup = new System.Windows.Forms.GroupBox();
    46                         this.lblDescriptionResourceGroup = new System.Windows.Forms.Label();
    47                         this.txtVerify = new System.Windows.Forms.TextBox();
    48                         this.txtAccess = new System.Windows.Forms.TextBox();
    49                         this.label2 = new System.Windows.Forms.Label();
    50                         this.label1 = new System.Windows.Forms.Label();
    51                         this.pnlPageBottom.SuspendLayout();
    52                         this.pnlDescription.SuspendLayout();
    53                         this.grpDescriptionResourceGroup.SuspendLayout();
    54                         this.SuspendLayout();
    55                         //
    56                         // pnlPageBottom
    57                         //
    58                         this.pnlPageBottom.Controls.Add(this.cmdCancel);
    59                         this.pnlPageBottom.Controls.Add(this.cmdOK);
    60                         this.pnlPageBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
    61                         this.pnlPageBottom.Location = new System.Drawing.Point(0, 174);
    62                         this.pnlPageBottom.Name = "pnlPageBottom";
    63                         this.pnlPageBottom.Size = new System.Drawing.Size(448, 40);
    64                         this.pnlPageBottom.TabIndex = 6;
    65                         //
    66                         // cmdCancel
    67                         //
    68                         this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    69                         this.cmdCancel.Location = new System.Drawing.Point(376, 8);
    70                         this.cmdCancel.Name = "cmdCancel";
    71                         this.cmdCancel.Size = new System.Drawing.Size(56, 24);
    72                         this.cmdCancel.TabIndex = 4;
    73                         this.cmdCancel.Text = "Cancel";
    74                         //
    75                         // cmdOK
    76                         //
    77                         this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
    78                         this.cmdOK.Location = new System.Drawing.Point(296, 8);
    79                         this.cmdOK.Name = "cmdOK";
    80                         this.cmdOK.Size = new System.Drawing.Size(64, 24);
    81                         this.cmdOK.TabIndex = 3;
    82                         this.cmdOK.Text = "OK";
    83                         this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
    84                         //
    85                         // pnlDescription
    86                         //
    87                         this.pnlDescription.Controls.Add(this.grpDescriptionResourceGroup);
    88                         this.pnlDescription.Dock = System.Windows.Forms.DockStyle.Bottom;
    89                         this.pnlDescription.Location = new System.Drawing.Point(0, 102);
    90                         this.pnlDescription.Name = "pnlDescription";
    91                         this.pnlDescription.Size = new System.Drawing.Size(448, 72);
    92                         this.pnlDescription.TabIndex = 7;
    93                         //
    94                         // grpDescriptionResourceGroup
    95                         //
    96                         this.grpDescriptionResourceGroup.Controls.Add(this.lblDescriptionResourceGroup);
    97                         this.grpDescriptionResourceGroup.Dock = System.Windows.Forms.DockStyle.Fill;
    98                         this.grpDescriptionResourceGroup.Location = new System.Drawing.Point(0, 0);
    99                         this.grpDescriptionResourceGroup.Name = "grpDescriptionResourceGroup";
    100                         this.grpDescriptionResourceGroup.Size = new System.Drawing.Size(448, 72);
    101                         this.grpDescriptionResourceGroup.TabIndex = 1;
    102                         this.grpDescriptionResourceGroup.TabStop = false;
    103                         this.grpDescriptionResourceGroup.Text = "Description";
    104                         //
    105                         // lblDescriptionResourceGroup
    106                         //
    107                         this.lblDescriptionResourceGroup.Dock = System.Windows.Forms.DockStyle.Fill;
    108                         this.lblDescriptionResourceGroup.Location = new System.Drawing.Point(3, 16);
    109                         this.lblDescriptionResourceGroup.Name = "lblDescriptionResourceGroup";
    110                         this.lblDescriptionResourceGroup.Size = new System.Drawing.Size(442, 53);
    111                         this.lblDescriptionResourceGroup.TabIndex = 0;
    112                         this.lblDescriptionResourceGroup.Text = "Use this panel to enter the Access and Verify codes that you use to log in to the" +
    113                                 " RPMS server. ";
    114                         //
    115                         // txtVerify
    116                         //
    117                         this.txtVerify.Location = new System.Drawing.Point(160, 56);
    118                         this.txtVerify.Name = "txtVerify";
    119                         this.txtVerify.PasswordChar = '*';
    120                         this.txtVerify.Size = new System.Drawing.Size(160, 20);
    121                         this.txtVerify.TabIndex = 2;
    122                         this.txtVerify.Text = "";
    123                         //
    124                         // txtAccess
    125                         //
    126                         this.txtAccess.Location = new System.Drawing.Point(160, 24);
    127                         this.txtAccess.Name = "txtAccess";
    128                         this.txtAccess.PasswordChar = '*';
    129                         this.txtAccess.Size = new System.Drawing.Size(160, 20);
    130                         this.txtAccess.TabIndex = 1;
    131                         this.txtAccess.Text = "";
    132                         //
    133                         // label2
    134                         //
    135                         this.label2.Location = new System.Drawing.Point(24, 56);
    136                         this.label2.Name = "label2";
    137                         this.label2.Size = new System.Drawing.Size(128, 16);
    138                         this.label2.TabIndex = 12;
    139                         this.label2.Text = "RPMS Verify Code:";
    140                         //
    141                         // label1
    142                         //
    143                         this.label1.Location = new System.Drawing.Point(24, 24);
    144                         this.label1.Name = "label1";
    145                         this.label1.Size = new System.Drawing.Size(128, 16);
    146                         this.label1.TabIndex = 11;
    147                         this.label1.Text = "RPMS Access Code:";
    148                         //
    149                         // DLoginInfo
    150                         //
    151                         this.AcceptButton = this.cmdOK;
    152                         this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
    153                         this.ClientSize = new System.Drawing.Size(448, 214);
    154                         this.Controls.Add(this.txtVerify);
    155                         this.Controls.Add(this.txtAccess);
    156                         this.Controls.Add(this.label2);
    157                         this.Controls.Add(this.label1);
    158                         this.Controls.Add(this.pnlDescription);
    159                         this.Controls.Add(this.pnlPageBottom);
    160                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    161                         this.Name = "DLoginInfo";
    162                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
    163                         this.Text = "RPMS Login";
    164                         this.Load += new System.EventHandler(this.DLoginInfo_Load);
    165                         this.Activated += new System.EventHandler(this.DLoginInfo_Activated);
    166                         this.pnlPageBottom.ResumeLayout(false);
    167                         this.pnlDescription.ResumeLayout(false);
    168                         this.grpDescriptionResourceGroup.ResumeLayout(false);
    169                         this.ResumeLayout(false);
     41            this.pnlPageBottom = new System.Windows.Forms.Panel();
     42            this.cmdCancel = new System.Windows.Forms.Button();
     43            this.cmdOK = new System.Windows.Forms.Button();
     44            this.pnlDescription = new System.Windows.Forms.Panel();
     45            this.grpDescriptionResourceGroup = new System.Windows.Forms.GroupBox();
     46            this.lblDescriptionResourceGroup = new System.Windows.Forms.Label();
     47            this.txtVerify = new System.Windows.Forms.TextBox();
     48            this.txtAccess = new System.Windows.Forms.TextBox();
     49            this.label2 = new System.Windows.Forms.Label();
     50            this.label1 = new System.Windows.Forms.Label();
     51            this.pnlPageBottom.SuspendLayout();
     52            this.pnlDescription.SuspendLayout();
     53            this.grpDescriptionResourceGroup.SuspendLayout();
     54            this.SuspendLayout();
     55            //
     56            // pnlPageBottom
     57            //
     58            this.pnlPageBottom.Controls.Add(this.cmdCancel);
     59            this.pnlPageBottom.Controls.Add(this.cmdOK);
     60            this.pnlPageBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     61            this.pnlPageBottom.Location = new System.Drawing.Point(0, 174);
     62            this.pnlPageBottom.Name = "pnlPageBottom";
     63            this.pnlPageBottom.Size = new System.Drawing.Size(448, 40);
     64            this.pnlPageBottom.TabIndex = 6;
     65            //
     66            // cmdCancel
     67            //
     68            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     69            this.cmdCancel.Location = new System.Drawing.Point(376, 8);
     70            this.cmdCancel.Name = "cmdCancel";
     71            this.cmdCancel.Size = new System.Drawing.Size(56, 24);
     72            this.cmdCancel.TabIndex = 4;
     73            this.cmdCancel.Text = "Cancel";
     74            //
     75            // cmdOK
     76            //
     77            this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     78            this.cmdOK.Location = new System.Drawing.Point(296, 8);
     79            this.cmdOK.Name = "cmdOK";
     80            this.cmdOK.Size = new System.Drawing.Size(64, 24);
     81            this.cmdOK.TabIndex = 3;
     82            this.cmdOK.Text = "OK";
     83            this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
     84            //
     85            // pnlDescription
     86            //
     87            this.pnlDescription.Controls.Add(this.grpDescriptionResourceGroup);
     88            this.pnlDescription.Dock = System.Windows.Forms.DockStyle.Bottom;
     89            this.pnlDescription.Location = new System.Drawing.Point(0, 102);
     90            this.pnlDescription.Name = "pnlDescription";
     91            this.pnlDescription.Size = new System.Drawing.Size(448, 72);
     92            this.pnlDescription.TabIndex = 7;
     93            //
     94            // grpDescriptionResourceGroup
     95            //
     96            this.grpDescriptionResourceGroup.Controls.Add(this.lblDescriptionResourceGroup);
     97            this.grpDescriptionResourceGroup.Dock = System.Windows.Forms.DockStyle.Fill;
     98            this.grpDescriptionResourceGroup.Location = new System.Drawing.Point(0, 0);
     99            this.grpDescriptionResourceGroup.Name = "grpDescriptionResourceGroup";
     100            this.grpDescriptionResourceGroup.Size = new System.Drawing.Size(448, 72);
     101            this.grpDescriptionResourceGroup.TabIndex = 1;
     102            this.grpDescriptionResourceGroup.TabStop = false;
     103            this.grpDescriptionResourceGroup.Text = "Description";
     104            //
     105            // lblDescriptionResourceGroup
     106            //
     107            this.lblDescriptionResourceGroup.Dock = System.Windows.Forms.DockStyle.Fill;
     108            this.lblDescriptionResourceGroup.Location = new System.Drawing.Point(3, 16);
     109            this.lblDescriptionResourceGroup.Name = "lblDescriptionResourceGroup";
     110            this.lblDescriptionResourceGroup.Size = new System.Drawing.Size(442, 53);
     111            this.lblDescriptionResourceGroup.TabIndex = 0;
     112            this.lblDescriptionResourceGroup.Text = "Use this panel to enter the Access and Verify codes that you use to log in to the" +
     113                " VISTA server. ";
     114            //
     115            // txtVerify
     116            //
     117            this.txtVerify.Location = new System.Drawing.Point(160, 56);
     118            this.txtVerify.Name = "txtVerify";
     119            this.txtVerify.PasswordChar = '*';
     120            this.txtVerify.Size = new System.Drawing.Size(160, 20);
     121            this.txtVerify.TabIndex = 2;
     122            //
     123            // txtAccess
     124            //
     125            this.txtAccess.Location = new System.Drawing.Point(160, 24);
     126            this.txtAccess.Name = "txtAccess";
     127            this.txtAccess.PasswordChar = '*';
     128            this.txtAccess.Size = new System.Drawing.Size(160, 20);
     129            this.txtAccess.TabIndex = 1;
     130            //
     131            // label2
     132            //
     133            this.label2.Location = new System.Drawing.Point(24, 56);
     134            this.label2.Name = "label2";
     135            this.label2.Size = new System.Drawing.Size(128, 16);
     136            this.label2.TabIndex = 12;
     137            this.label2.Text = "VISTA Verify Code:";
     138            //
     139            // label1
     140            //
     141            this.label1.Location = new System.Drawing.Point(24, 24);
     142            this.label1.Name = "label1";
     143            this.label1.Size = new System.Drawing.Size(128, 16);
     144            this.label1.TabIndex = 11;
     145            this.label1.Text = "VISTA Access Code:";
     146            //
     147            // DLoginInfo
     148            //
     149            this.AcceptButton = this.cmdOK;
     150            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     151            this.ClientSize = new System.Drawing.Size(448, 214);
     152            this.Controls.Add(this.txtVerify);
     153            this.Controls.Add(this.txtAccess);
     154            this.Controls.Add(this.label2);
     155            this.Controls.Add(this.label1);
     156            this.Controls.Add(this.pnlDescription);
     157            this.Controls.Add(this.pnlPageBottom);
     158            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     159            this.Name = "DLoginInfo";
     160            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     161            this.Text = "VISTA Login";
     162            this.Load += new System.EventHandler(this.DLoginInfo_Load);
     163            this.Activated += new System.EventHandler(this.DLoginInfo_Activated);
     164            this.pnlPageBottom.ResumeLayout(false);
     165            this.pnlDescription.ResumeLayout(false);
     166            this.grpDescriptionResourceGroup.ResumeLayout(false);
     167            this.ResumeLayout(false);
     168            this.PerformLayout();
    170169
    171170                }
Note: See TracChangeset for help on using the changeset viewer.