diff --git a/PROMS/VEPROMS User Interface/AboutVEPROMS.Designer.cs b/PROMS/VEPROMS User Interface/AboutVEPROMS.Designer.cs
index af776fd1..9ab5bc13 100644
--- a/PROMS/VEPROMS User Interface/AboutVEPROMS.Designer.cs
+++ b/PROMS/VEPROMS User Interface/AboutVEPROMS.Designer.cs
@@ -27,7 +27,6 @@ namespace VEPROMS
///
private void InitializeComponent()
{
- this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.logoPictureBox = new System.Windows.Forms.PictureBox();
this.labelProductName = new System.Windows.Forms.Label();
this.labelVersion = new System.Windows.Forms.Label();
@@ -35,67 +34,48 @@ namespace VEPROMS
this.labelCompanyName = new System.Windows.Forms.LinkLabel();
this.textBoxDescription = new System.Windows.Forms.TextBox();
this.okButton = new System.Windows.Forms.Button();
- this.tableLayoutPanel.SuspendLayout();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.panel2 = new System.Windows.Forms.Panel();
+ this.panel3 = new System.Windows.Forms.Panel();
+ this.panel4 = new System.Windows.Forms.Panel();
+ this.panel5 = new System.Windows.Forms.Panel();
+ this.panel6 = new System.Windows.Forms.Panel();
+ 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();
+ this.panel3.SuspendLayout();
+ this.panel4.SuspendLayout();
+ this.panel5.SuspendLayout();
+ this.panel6.SuspendLayout();
+ this.panel7.SuspendLayout();
this.SuspendLayout();
//
- // tableLayoutPanel
- //
- this.tableLayoutPanel.ColumnCount = 1;
- this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
- this.tableLayoutPanel.Controls.Add(this.labelProductName, 0, 1);
- this.tableLayoutPanel.Controls.Add(this.labelVersion, 0, 2);
- this.tableLayoutPanel.Controls.Add(this.labelCopyright, 0, 3);
- this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 0, 4);
- this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 0, 5);
- this.tableLayoutPanel.Controls.Add(this.okButton, 0, 6);
- this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel.Location = new System.Drawing.Point(12, 11);
- this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(4);
- this.tableLayoutPanel.Name = "tableLayoutPanel";
- this.tableLayoutPanel.RowCount = 7;
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 31.88406F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.609808F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.823028F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.249467F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.102345F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 31.39785F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.944445F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel.Size = new System.Drawing.Size(441, 504);
- this.tableLayoutPanel.TabIndex = 0;
- //
// logoPictureBox
//
this.logoPictureBox.Cursor = System.Windows.Forms.Cursors.Hand;
this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.logoPictureBox.Image = global::VEPROMS.Properties.Resources.Red_V_txt_NB_bur_1984;
- this.logoPictureBox.Location = new System.Drawing.Point(4, 4);
+ this.logoPictureBox.Location = new System.Drawing.Point(0, 0);
this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4);
this.logoPictureBox.Name = "logoPictureBox";
- this.logoPictureBox.Size = new System.Drawing.Size(433, 154);
+ this.logoPictureBox.Size = new System.Drawing.Size(437, 152);
this.logoPictureBox.TabIndex = 25;
this.logoPictureBox.TabStop = false;
this.logoPictureBox.Click += new System.EventHandler(this.logoPictureBox_Click);
//
// labelProductName
//
- this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelProductName.Location = new System.Drawing.Point(8, 162);
+ this.labelProductName.Dock = System.Windows.Forms.DockStyle.Top;
+ this.labelProductName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.labelProductName.Location = new System.Drawing.Point(0, 0);
this.labelProductName.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
this.labelProductName.MaximumSize = new System.Drawing.Size(0, 21);
this.labelProductName.Name = "labelProductName";
- this.labelProductName.Size = new System.Drawing.Size(429, 21);
+ this.labelProductName.Size = new System.Drawing.Size(437, 21);
this.labelProductName.TabIndex = 19;
this.labelProductName.Text = "Proms 2010";
this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -103,11 +83,12 @@ namespace VEPROMS
// labelVersion
//
this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelVersion.Location = new System.Drawing.Point(8, 195);
+ this.labelVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.labelVersion.Location = new System.Drawing.Point(0, 0);
this.labelVersion.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
this.labelVersion.MaximumSize = new System.Drawing.Size(0, 21);
this.labelVersion.Name = "labelVersion";
- this.labelVersion.Size = new System.Drawing.Size(429, 21);
+ this.labelVersion.Size = new System.Drawing.Size(437, 21);
this.labelVersion.TabIndex = 0;
this.labelVersion.Text = "Version 1 Beta Release";
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -115,11 +96,12 @@ namespace VEPROMS
// labelCopyright
//
this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelCopyright.Location = new System.Drawing.Point(8, 229);
+ this.labelCopyright.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.labelCopyright.Location = new System.Drawing.Point(0, 0);
this.labelCopyright.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 21);
this.labelCopyright.Name = "labelCopyright";
- this.labelCopyright.Size = new System.Drawing.Size(429, 21);
+ this.labelCopyright.Size = new System.Drawing.Size(437, 21);
this.labelCopyright.TabIndex = 21;
this.labelCopyright.Text = "Copyright 2008";
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -127,11 +109,12 @@ namespace VEPROMS
// labelCompanyName
//
this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelCompanyName.Location = new System.Drawing.Point(8, 265);
+ this.labelCompanyName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.labelCompanyName.Location = new System.Drawing.Point(0, 0);
this.labelCompanyName.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 21);
this.labelCompanyName.Name = "labelCompanyName";
- this.labelCompanyName.Size = new System.Drawing.Size(429, 21);
+ this.labelCompanyName.Size = new System.Drawing.Size(437, 21);
this.labelCompanyName.TabIndex = 22;
this.labelCompanyName.TabStop = true;
this.labelCompanyName.Text = "Volian Enterprises Inc.";
@@ -141,27 +124,139 @@ namespace VEPROMS
// textBoxDescription
//
this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBoxDescription.Location = new System.Drawing.Point(8, 310);
+ this.textBoxDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.textBoxDescription.Location = new System.Drawing.Point(0, 0);
this.textBoxDescription.Margin = new System.Windows.Forms.Padding(8, 4, 4, 4);
this.textBoxDescription.Multiline = true;
this.textBoxDescription.Name = "textBoxDescription";
this.textBoxDescription.ReadOnly = true;
- this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBoxDescription.Size = new System.Drawing.Size(429, 151);
+ this.textBoxDescription.Size = new System.Drawing.Size(437, 154);
this.textBoxDescription.TabIndex = 23;
this.textBoxDescription.TabStop = false;
- this.textBoxDescription.Text = "Created, Edit, Maintain Procedure Documents.";
+ this.textBoxDescription.Text = "Thank you for choosing PROMS for your procedure maintenance solution.\r\n\r\nPROMS is" +
+ " 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.Location = new System.Drawing.Point(337, 475);
+ 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(100, 25);
+ 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);
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel1.Location = new System.Drawing.Point(12, 11);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(437, 152);
+ this.panel1.TabIndex = 26;
+ //
+ // panel2
+ //
+ this.panel2.Controls.Add(this.labelProductName);
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel2.Location = new System.Drawing.Point(12, 163);
+ this.panel2.Name = "panel2";
+ this.panel2.Size = new System.Drawing.Size(437, 33);
+ this.panel2.TabIndex = 27;
+ //
+ // panel3
+ //
+ this.panel3.Controls.Add(this.labelVersion);
+ this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel3.Location = new System.Drawing.Point(12, 196);
+ this.panel3.Name = "panel3";
+ this.panel3.Size = new System.Drawing.Size(437, 33);
+ this.panel3.TabIndex = 28;
+ //
+ // panel4
+ //
+ this.panel4.Controls.Add(this.labelCopyright);
+ this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel4.Location = new System.Drawing.Point(12, 229);
+ this.panel4.Name = "panel4";
+ this.panel4.Size = new System.Drawing.Size(437, 33);
+ this.panel4.TabIndex = 29;
+ //
+ // panel5
+ //
+ this.panel5.Controls.Add(this.labelCompanyName);
+ this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel5.Location = new System.Drawing.Point(12, 262);
+ this.panel5.Name = "panel5";
+ this.panel5.Size = new System.Drawing.Size(437, 33);
+ this.panel5.TabIndex = 30;
+ //
+ // panel6
+ //
+ this.panel6.Controls.Add(this.textBoxDescription);
+ this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel6.Location = new System.Drawing.Point(12, 295);
+ this.panel6.Name = "panel6";
+ this.panel6.Size = new System.Drawing.Size(437, 154);
+ this.panel6.TabIndex = 31;
+ //
+ // panel7
+ //
+ 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";
+ this.panel7.Size = new System.Drawing.Size(437, 47);
+ this.panel7.TabIndex = 32;
+ //
+ // btnEULA
+ //
+ this.btnEULA.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnEULA.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnEULA.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnEULA.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.btnEULA.Location = new System.Drawing.Point(169, 13);
+ this.btnEULA.Name = "btnEULA";
+ this.btnEULA.Size = new System.Drawing.Size(91, 29);
+ this.btnEULA.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.btnEULA.TabIndex = 27;
+ this.btnEULA.Text = "&View EULA";
+ this.btnEULA.Click += new System.EventHandler(this.btnViewEULA_Click);
+ //
+ // btnOK
+ //
+ this.btnOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+ this.btnOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.btnOK.Location = new System.Drawing.Point(359, 13);
+ this.btnOK.Name = "btnOK";
+ this.btnOK.Size = new System.Drawing.Size(75, 29);
+ this.btnOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ 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
//
@@ -169,8 +264,15 @@ namespace VEPROMS
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
- this.ClientSize = new System.Drawing.Size(465, 526);
- this.Controls.Add(this.tableLayoutPanel);
+ this.ClientSize = new System.Drawing.Size(461, 500);
+ this.Controls.Add(this.panel7);
+ this.Controls.Add(this.panel6);
+ this.Controls.Add(this.panel5);
+ this.Controls.Add(this.panel4);
+ this.Controls.Add(this.panel3);
+ this.Controls.Add(this.panel2);
+ this.Controls.Add(this.panel1);
+ this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
@@ -181,16 +283,21 @@ namespace VEPROMS
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "About Proms 2010";
- this.tableLayoutPanel.ResumeLayout(false);
- this.tableLayoutPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
+ this.panel1.ResumeLayout(false);
+ this.panel2.ResumeLayout(false);
+ this.panel3.ResumeLayout(false);
+ this.panel4.ResumeLayout(false);
+ this.panel5.ResumeLayout(false);
+ this.panel6.ResumeLayout(false);
+ this.panel6.PerformLayout();
+ this.panel7.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
private System.Windows.Forms.Label labelProductName;
private System.Windows.Forms.Label labelVersion;
private System.Windows.Forms.Label labelCopyright;
@@ -198,5 +305,15 @@ namespace VEPROMS
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;
+ private System.Windows.Forms.Panel panel3;
+ private System.Windows.Forms.Panel panel4;
+ 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;
}
}
diff --git a/PROMS/VEPROMS User Interface/AboutVEPROMS.cs b/PROMS/VEPROMS User Interface/AboutVEPROMS.cs
index ab436d35..cfcfc603 100644
--- a/PROMS/VEPROMS User Interface/AboutVEPROMS.cs
+++ b/PROMS/VEPROMS User Interface/AboutVEPROMS.cs
@@ -4,10 +4,11 @@ using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
using System.Reflection;
+using Volian.Controls.Library;
namespace VEPROMS
{
- partial class AboutVEPROMS : Form
+ partial class AboutVEPROMS : DevComponents.DotNetBar.Office2007Form //Form
{
public AboutVEPROMS()
{
@@ -22,7 +23,7 @@ namespace VEPROMS
this.labelVersion.Text = String.Format("Version {0}", AssemblyVersion);
this.labelCopyright.Text = AssemblyCopyright;
this.labelCompanyName.Text = AssemblyCompany;
- this.textBoxDescription.Text = AssemblyDescription;
+// this.textBoxDescription.Text = AssemblyDescription;
this.labelCompanyName.Links[0].LinkData = "Volian Enterprises Inc.";
this.labelCompanyName.Links.Add(0,23,"www.volian.com");
}
@@ -130,5 +131,13 @@ namespace VEPROMS
{
System.Diagnostics.Process.Start(labelCompanyName.Links[0].LinkData as string); // this should start the default web browser
}
+
+ private void btnViewEULA_Click(object sender, EventArgs e)
+ {
+ string strEULA = System.Environment.CurrentDirectory + "\\EULA.TXT";
+ frmViewTextFile ViewFile = new frmViewTextFile(strEULA,RichTextBoxStreamType.PlainText);
+ ViewFile.ShowDialog();
+ }
+
}
}
diff --git a/PROMS/Volian.Controls.Library/frmViewTextFile.Designer.cs b/PROMS/Volian.Controls.Library/frmViewTextFile.Designer.cs
new file mode 100644
index 00000000..094a8ec6
--- /dev/null
+++ b/PROMS/Volian.Controls.Library/frmViewTextFile.Designer.cs
@@ -0,0 +1,81 @@
+namespace Volian.Controls.Library
+{
+ partial class frmViewTextFile
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.rtbViewFile = new System.Windows.Forms.RichTextBox();
+ this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
+ this.SuspendLayout();
+ //
+ // rtbViewFile
+ //
+ this.rtbViewFile.Dock = System.Windows.Forms.DockStyle.Top;
+ this.rtbViewFile.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.rtbViewFile.Location = new System.Drawing.Point(0, 0);
+ this.rtbViewFile.Name = "rtbViewFile";
+ this.rtbViewFile.ReadOnly = true;
+ this.rtbViewFile.Size = new System.Drawing.Size(634, 678);
+ this.rtbViewFile.TabIndex = 0;
+ this.rtbViewFile.Text = "";
+ //
+ // buttonX1
+ //
+ this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.buttonX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.buttonX1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+ this.buttonX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.buttonX1.Location = new System.Drawing.Point(559, 691);
+ this.buttonX1.Name = "buttonX1";
+ this.buttonX1.Size = new System.Drawing.Size(75, 23);
+ this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.buttonX1.TabIndex = 1;
+ this.buttonX1.Text = "OK";
+ //
+ // frmViewTextFile
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(634, 715);
+ this.Controls.Add(this.buttonX1);
+ this.Controls.Add(this.rtbViewFile);
+ this.DoubleBuffered = true;
+ this.Name = "frmViewTextFile";
+ this.ShowIcon = false;
+ this.Text = "frmViewTextFile";
+ this.Load += new System.EventHandler(this.frmViewTextFile_Load);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.RichTextBox rtbViewFile;
+ private DevComponents.DotNetBar.ButtonX buttonX1;
+ }
+}
\ No newline at end of file
diff --git a/PROMS/Volian.Controls.Library/frmViewTextFile.cs b/PROMS/Volian.Controls.Library/frmViewTextFile.cs
new file mode 100644
index 00000000..3435e491
--- /dev/null
+++ b/PROMS/Volian.Controls.Library/frmViewTextFile.cs
@@ -0,0 +1,38 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Text;
+using System.Windows.Forms;
+using System.IO;
+
+namespace Volian.Controls.Library
+{
+ public partial class frmViewTextFile : DevComponents.DotNetBar.Office2007Form //Form
+ {
+ string _FileName;
+ RichTextBoxStreamType _RTBType;
+
+ //public string FileName
+ //{
+ // get { return _FileName; }
+ // set { _FileName = value; }
+ //}
+
+ public frmViewTextFile(string filename, RichTextBoxStreamType rtbtype)
+ {
+ _FileName = filename;
+ _RTBType = rtbtype;
+ InitializeComponent();
+ }
+
+ private void frmViewTextFile_Load(object sender, EventArgs e)
+ {
+ if (File.Exists(_FileName))
+ rtbViewFile.LoadFile(_FileName,_RTBType);
+ else
+ MessageBox.Show(string.Format("File Note found: {0}", _FileName), "Error Displaying File", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ }
+ }
+}
\ No newline at end of file
diff --git a/PROMS/Volian.Controls.Library/frmViewTextFile.resx b/PROMS/Volian.Controls.Library/frmViewTextFile.resx
new file mode 100644
index 00000000..19dc0dd8
--- /dev/null
+++ b/PROMS/Volian.Controls.Library/frmViewTextFile.resx
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file