This commit is contained in:
John Jenko 2010-12-03 17:58:45 +00:00
parent 7f1bf28bd4
commit 1d0ea3e52b

View File

@ -33,7 +33,6 @@ namespace VEPROMS
this.labelCopyright = new System.Windows.Forms.Label();
this.labelCompanyName = new System.Windows.Forms.LinkLabel();
this.textBoxDescription = new System.Windows.Forms.TextBox();
this.okButton = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
@ -43,7 +42,6 @@ namespace VEPROMS
this.panel7 = new System.Windows.Forms.Panel();
this.btnEULA = new DevComponents.DotNetBar.ButtonX();
this.btnOK = new DevComponents.DotNetBar.ButtonX();
this.btnViewEULAold = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
@ -137,19 +135,6 @@ namespace VEPROMS
" protected under the copyright laws.\r\n\r\nPlease refer the the End User Licence Ag" +
"reement (EULA) for the terms of use.\r\n";
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.okButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.okButton.Location = new System.Drawing.Point(81, 18);
this.okButton.Margin = new System.Windows.Forms.Padding(4);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(33, 25);
this.okButton.TabIndex = 24;
this.okButton.Text = "&OK";
this.okButton.Visible = false;
//
// panel1
//
this.panel1.Controls.Add(this.logoPictureBox);
@ -208,8 +193,6 @@ namespace VEPROMS
//
this.panel7.Controls.Add(this.btnEULA);
this.panel7.Controls.Add(this.btnOK);
this.panel7.Controls.Add(this.btnViewEULAold);
this.panel7.Controls.Add(this.okButton);
this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
this.panel7.Location = new System.Drawing.Point(12, 449);
this.panel7.Name = "panel7";
@ -244,23 +227,8 @@ namespace VEPROMS
this.btnOK.TabIndex = 26;
this.btnOK.Text = "&OK";
//
// btnViewEULAold
//
this.btnViewEULAold.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnViewEULAold.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnViewEULAold.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnViewEULAold.Location = new System.Drawing.Point(15, 19);
this.btnViewEULAold.Margin = new System.Windows.Forms.Padding(4);
this.btnViewEULAold.Name = "btnViewEULAold";
this.btnViewEULAold.Size = new System.Drawing.Size(39, 25);
this.btnViewEULAold.TabIndex = 25;
this.btnViewEULAold.Text = "&View EULA";
this.btnViewEULAold.Visible = false;
this.btnViewEULAold.Click += new System.EventHandler(this.btnViewEULA_Click);
//
// AboutVEPROMS
//
this.AcceptButton = this.okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
@ -303,7 +271,6 @@ namespace VEPROMS
private System.Windows.Forms.Label labelCopyright;
private System.Windows.Forms.LinkLabel labelCompanyName;
private System.Windows.Forms.TextBox textBoxDescription;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.PictureBox logoPictureBox;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
@ -312,7 +279,6 @@ namespace VEPROMS
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Button btnViewEULAold;
private DevComponents.DotNetBar.ButtonX btnOK;
private DevComponents.DotNetBar.ButtonX btnEULA;
}