Needed to adjust the Help About dialog so that it appear properly at the smaller (normal) screen resolution.
This commit is contained in:
parent
896e9744fb
commit
10c8ba5eab
148
PROMS/VEPROMS User Interface/AboutVEPROMS.Designer.cs
generated
148
PROMS/VEPROMS User Interface/AboutVEPROMS.Designer.cs
generated
@ -37,14 +37,14 @@ namespace VEPROMS
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.labelVersionDateTime = new System.Windows.Forms.Label();
|
||||
this.labelServer = new System.Windows.Forms.Label();
|
||||
this.labelDatabase = new System.Windows.Forms.Label();
|
||||
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.labelDatabase = new System.Windows.Forms.Label();
|
||||
this.labelServer = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
@ -61,9 +61,8 @@ namespace VEPROMS
|
||||
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(0, 0);
|
||||
this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.logoPictureBox.Name = "logoPictureBox";
|
||||
this.logoPictureBox.Size = new System.Drawing.Size(437, 152);
|
||||
this.logoPictureBox.Size = new System.Drawing.Size(433, 141);
|
||||
this.logoPictureBox.TabIndex = 25;
|
||||
this.logoPictureBox.TabStop = false;
|
||||
this.logoPictureBox.Click += new System.EventHandler(this.logoPictureBox_Click);
|
||||
@ -73,10 +72,10 @@ namespace VEPROMS
|
||||
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.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
|
||||
this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
|
||||
this.labelProductName.Name = "labelProductName";
|
||||
this.labelProductName.Size = new System.Drawing.Size(437, 21);
|
||||
this.labelProductName.Size = new System.Drawing.Size(433, 17);
|
||||
this.labelProductName.TabIndex = 19;
|
||||
this.labelProductName.Text = "Proms 2010";
|
||||
this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@ -86,10 +85,10 @@ namespace VEPROMS
|
||||
this.labelVersion.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
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.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
|
||||
this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
|
||||
this.labelVersion.Name = "labelVersion";
|
||||
this.labelVersion.Size = new System.Drawing.Size(437, 21);
|
||||
this.labelVersion.Size = new System.Drawing.Size(433, 17);
|
||||
this.labelVersion.TabIndex = 0;
|
||||
this.labelVersion.Text = "Version 1 Beta Release";
|
||||
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@ -99,10 +98,10 @@ namespace VEPROMS
|
||||
this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
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.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
|
||||
this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
|
||||
this.labelCopyright.Name = "labelCopyright";
|
||||
this.labelCopyright.Size = new System.Drawing.Size(437, 21);
|
||||
this.labelCopyright.Size = new System.Drawing.Size(433, 17);
|
||||
this.labelCopyright.TabIndex = 21;
|
||||
this.labelCopyright.Text = "Copyright 2008";
|
||||
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@ -112,10 +111,10 @@ namespace VEPROMS
|
||||
this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
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.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
|
||||
this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
|
||||
this.labelCompanyName.Name = "labelCompanyName";
|
||||
this.labelCompanyName.Size = new System.Drawing.Size(437, 21);
|
||||
this.labelCompanyName.Size = new System.Drawing.Size(433, 17);
|
||||
this.labelCompanyName.TabIndex = 22;
|
||||
this.labelCompanyName.TabStop = true;
|
||||
this.labelCompanyName.Text = "Volian Enterprises Inc.";
|
||||
@ -127,11 +126,11 @@ namespace VEPROMS
|
||||
this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
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.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
|
||||
this.textBoxDescription.Multiline = true;
|
||||
this.textBoxDescription.Name = "textBoxDescription";
|
||||
this.textBoxDescription.ReadOnly = true;
|
||||
this.textBoxDescription.Size = new System.Drawing.Size(437, 154);
|
||||
this.textBoxDescription.Size = new System.Drawing.Size(433, 97);
|
||||
this.textBoxDescription.TabIndex = 23;
|
||||
this.textBoxDescription.TabStop = false;
|
||||
this.textBoxDescription.Text = "Thank you for choosing PROMS for your procedure maintenance solution.\r\n\r\nPROMS is" +
|
||||
@ -142,18 +141,20 @@ namespace VEPROMS
|
||||
//
|
||||
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.Location = new System.Drawing.Point(9, 9);
|
||||
this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(437, 152);
|
||||
this.panel1.Size = new System.Drawing.Size(433, 141);
|
||||
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.Location = new System.Drawing.Point(9, 150);
|
||||
this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(437, 33);
|
||||
this.panel2.Size = new System.Drawing.Size(433, 25);
|
||||
this.panel2.TabIndex = 27;
|
||||
//
|
||||
// panel3
|
||||
@ -163,49 +164,79 @@ namespace VEPROMS
|
||||
this.panel3.Controls.Add(this.labelDatabase);
|
||||
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.Location = new System.Drawing.Point(9, 175);
|
||||
this.panel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(437, 90);
|
||||
this.panel3.Size = new System.Drawing.Size(433, 67);
|
||||
this.panel3.TabIndex = 28;
|
||||
//
|
||||
// labelVersionDateTime
|
||||
//
|
||||
this.labelVersionDateTime.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.labelVersionDateTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelVersionDateTime.Location = new System.Drawing.Point(0, 27);
|
||||
this.labelVersionDateTime.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
|
||||
this.labelVersionDateTime.MaximumSize = new System.Drawing.Size(0, 21);
|
||||
this.labelVersionDateTime.Location = new System.Drawing.Point(0, 16);
|
||||
this.labelVersionDateTime.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
|
||||
this.labelVersionDateTime.MaximumSize = new System.Drawing.Size(0, 17);
|
||||
this.labelVersionDateTime.Name = "labelVersionDateTime";
|
||||
this.labelVersionDateTime.Size = new System.Drawing.Size(437, 21);
|
||||
this.labelVersionDateTime.Size = new System.Drawing.Size(433, 17);
|
||||
this.labelVersionDateTime.TabIndex = 1;
|
||||
this.labelVersionDateTime.Text = "Version Date/Time";
|
||||
this.labelVersionDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// labelServer
|
||||
//
|
||||
this.labelServer.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.labelServer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelServer.Location = new System.Drawing.Point(0, 33);
|
||||
this.labelServer.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
|
||||
this.labelServer.MaximumSize = new System.Drawing.Size(0, 17);
|
||||
this.labelServer.Name = "labelServer";
|
||||
this.labelServer.Size = new System.Drawing.Size(433, 17);
|
||||
this.labelServer.TabIndex = 3;
|
||||
this.labelServer.Text = "SQL Server Name";
|
||||
this.labelServer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// labelDatabase
|
||||
//
|
||||
this.labelDatabase.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.labelDatabase.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelDatabase.Location = new System.Drawing.Point(0, 50);
|
||||
this.labelDatabase.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
|
||||
this.labelDatabase.MaximumSize = new System.Drawing.Size(0, 17);
|
||||
this.labelDatabase.Name = "labelDatabase";
|
||||
this.labelDatabase.Size = new System.Drawing.Size(433, 17);
|
||||
this.labelDatabase.TabIndex = 2;
|
||||
this.labelDatabase.Text = "Database Name";
|
||||
this.labelDatabase.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.Controls.Add(this.labelCopyright);
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel4.Location = new System.Drawing.Point(12, 286);
|
||||
this.panel4.Location = new System.Drawing.Point(9, 242);
|
||||
this.panel4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Size = new System.Drawing.Size(437, 33);
|
||||
this.panel4.Size = new System.Drawing.Size(433, 23);
|
||||
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, 319);
|
||||
this.panel5.Location = new System.Drawing.Point(9, 265);
|
||||
this.panel5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.panel5.Name = "panel5";
|
||||
this.panel5.Size = new System.Drawing.Size(437, 33);
|
||||
this.panel5.Size = new System.Drawing.Size(433, 23);
|
||||
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, 352);
|
||||
this.panel6.Location = new System.Drawing.Point(9, 288);
|
||||
this.panel6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.panel6.Name = "panel6";
|
||||
this.panel6.Size = new System.Drawing.Size(437, 154);
|
||||
this.panel6.Size = new System.Drawing.Size(433, 97);
|
||||
this.panel6.TabIndex = 31;
|
||||
//
|
||||
// panel7
|
||||
@ -213,9 +244,10 @@ namespace VEPROMS
|
||||
this.panel7.Controls.Add(this.btnEULA);
|
||||
this.panel7.Controls.Add(this.btnOK);
|
||||
this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel7.Location = new System.Drawing.Point(12, 506);
|
||||
this.panel7.Location = new System.Drawing.Point(9, 385);
|
||||
this.panel7.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.panel7.Name = "panel7";
|
||||
this.panel7.Size = new System.Drawing.Size(437, 47);
|
||||
this.panel7.Size = new System.Drawing.Size(433, 38);
|
||||
this.panel7.TabIndex = 32;
|
||||
//
|
||||
// btnEULA
|
||||
@ -225,9 +257,10 @@ namespace VEPROMS
|
||||
this.btnEULA.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnEULA.FocusOnLeftMouseButtonDown = true;
|
||||
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.Location = new System.Drawing.Point(232, 11);
|
||||
this.btnEULA.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.btnEULA.Name = "btnEULA";
|
||||
this.btnEULA.Size = new System.Drawing.Size(91, 29);
|
||||
this.btnEULA.Size = new System.Drawing.Size(68, 24);
|
||||
this.btnEULA.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnEULA.TabIndex = 27;
|
||||
this.btnEULA.Text = "&View EULA";
|
||||
@ -241,45 +274,20 @@ namespace VEPROMS
|
||||
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.btnOK.FocusOnLeftMouseButtonDown = true;
|
||||
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.Location = new System.Drawing.Point(374, 11);
|
||||
this.btnOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.btnOK.Name = "btnOK";
|
||||
this.btnOK.Size = new System.Drawing.Size(75, 29);
|
||||
this.btnOK.Size = new System.Drawing.Size(56, 24);
|
||||
this.btnOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnOK.TabIndex = 26;
|
||||
this.btnOK.Text = "&OK";
|
||||
//
|
||||
// labelDatabase
|
||||
//
|
||||
this.labelDatabase.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.labelDatabase.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelDatabase.Location = new System.Drawing.Point(0, 69);
|
||||
this.labelDatabase.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
|
||||
this.labelDatabase.MaximumSize = new System.Drawing.Size(0, 21);
|
||||
this.labelDatabase.Name = "labelDatabase";
|
||||
this.labelDatabase.Size = new System.Drawing.Size(437, 21);
|
||||
this.labelDatabase.TabIndex = 2;
|
||||
this.labelDatabase.Text = "Database Name";
|
||||
this.labelDatabase.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// labelServer
|
||||
//
|
||||
this.labelServer.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.labelServer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelServer.Location = new System.Drawing.Point(0, 48);
|
||||
this.labelServer.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
|
||||
this.labelServer.MaximumSize = new System.Drawing.Size(0, 21);
|
||||
this.labelServer.Name = "labelServer";
|
||||
this.labelServer.Size = new System.Drawing.Size(437, 21);
|
||||
this.labelServer.TabIndex = 3;
|
||||
this.labelServer.Text = "SQL Server Name";
|
||||
this.labelServer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// AboutVEPROMS
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
||||
this.ClientSize = new System.Drawing.Size(461, 560);
|
||||
this.ClientSize = new System.Drawing.Size(451, 430);
|
||||
this.Controls.Add(this.panel7);
|
||||
this.Controls.Add(this.panel6);
|
||||
this.Controls.Add(this.panel5);
|
||||
@ -287,12 +295,12 @@ namespace VEPROMS
|
||||
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;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "AboutVEPROMS";
|
||||
this.Padding = new System.Windows.Forms.Padding(12, 11, 12, 11);
|
||||
this.Padding = new System.Windows.Forms.Padding(9, 9, 9, 9);
|
||||
this.ShowIcon = false;
|
||||
this.ShowInTaskbar = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user