diff --git a/AboutBoxForm.Designer.cs b/AboutBoxForm.Designer.cs
index 91eaada..034013e 100644
--- a/AboutBoxForm.Designer.cs
+++ b/AboutBoxForm.Designer.cs
@@ -60,20 +60,20 @@ private void InitializeComponent()
this.textBoxDescription.AccessibleName = "description";
this.textBoxDescription.AccessibleRole = System.Windows.Forms.AccessibleRole.Text;
this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBoxDescription.Location = new System.Drawing.Point(112, 55);
+ this.textBoxDescription.Location = new System.Drawing.Point(131, 59);
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.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBoxDescription.Size = new System.Drawing.Size(209, 47);
+ this.textBoxDescription.Size = new System.Drawing.Size(246, 52);
this.textBoxDescription.TabIndex = 4;
this.textBoxDescription.Text = "description";
this.toolTip.SetToolTip(this.textBoxDescription, "description of the application");
- this.textBoxDescription.Enter += new System.EventHandler(this.TextBoxDescription_Enter);
- this.textBoxDescription.Leave += new System.EventHandler(this.TextBoxDescription_Leave);
- this.textBoxDescription.MouseEnter += new System.EventHandler(this.TextBoxDescription_MouseEnter);
- this.textBoxDescription.MouseLeave += new System.EventHandler(this.TextBoxDescription_MouseLeave);
+ this.textBoxDescription.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDescription.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxDescription.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDescription.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCompanyName
//
@@ -81,19 +81,19 @@ private void InitializeComponent()
this.labelCompanyName.AccessibleName = "company name";
this.labelCompanyName.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelCompanyName.Location = new System.Drawing.Point(112, 39);
+ this.labelCompanyName.Location = new System.Drawing.Point(131, 42);
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(209, 13);
+ this.labelCompanyName.Size = new System.Drawing.Size(246, 14);
this.labelCompanyName.TabIndex = 3;
this.labelCompanyName.Text = "company name";
this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCompanyName, "company name of the application");
- this.labelCompanyName.Enter += new System.EventHandler(this.LabelCompanyName_Enter);
- this.labelCompanyName.Leave += new System.EventHandler(this.LabelCompanyName_Leave);
- this.labelCompanyName.MouseEnter += new System.EventHandler(this.LabelCompanyName_MouseEnter);
- this.labelCompanyName.MouseLeave += new System.EventHandler(this.LabelCompanyName_MouseLeave);
+ this.labelCompanyName.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCompanyName.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCompanyName.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCompanyName.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCopyright
//
@@ -101,19 +101,19 @@ private void InitializeComponent()
this.labelCopyright.AccessibleName = "copyright";
this.labelCopyright.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelCopyright.Location = new System.Drawing.Point(112, 26);
+ this.labelCopyright.Location = new System.Drawing.Point(131, 28);
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(209, 13);
+ this.labelCopyright.Size = new System.Drawing.Size(246, 14);
this.labelCopyright.TabIndex = 2;
this.labelCopyright.Text = "copyright";
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCopyright, "copyright of the application");
- this.labelCopyright.Enter += new System.EventHandler(this.LabelCopyright_Enter);
- this.labelCopyright.Leave += new System.EventHandler(this.LabelCopyright_Leave);
- this.labelCopyright.MouseEnter += new System.EventHandler(this.LabelCopyright_MouseEnter);
- this.labelCopyright.MouseLeave += new System.EventHandler(this.LabelCopyright_MouseLeave);
+ this.labelCopyright.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCopyright.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCopyright.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCopyright.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVersion
//
@@ -121,19 +121,19 @@ private void InitializeComponent()
this.labelVersion.AccessibleName = "version";
this.labelVersion.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelVersion.Location = new System.Drawing.Point(112, 13);
+ this.labelVersion.Location = new System.Drawing.Point(131, 14);
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(209, 13);
+ this.labelVersion.Size = new System.Drawing.Size(246, 14);
this.labelVersion.TabIndex = 1;
this.labelVersion.Text = "version";
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelVersion, "version of the application");
- this.labelVersion.Enter += new System.EventHandler(this.LabelVersion_Enter);
- this.labelVersion.Leave += new System.EventHandler(this.LabelVersion_Leave);
- this.labelVersion.MouseEnter += new System.EventHandler(this.LabelVersion_MouseEnter);
- this.labelVersion.MouseLeave += new System.EventHandler(this.LabelVersion_MouseLeave);
+ this.labelVersion.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVersion.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelVersion.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVersion.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProductName
//
@@ -141,39 +141,40 @@ private void InitializeComponent()
this.labelProductName.AccessibleName = "product name";
this.labelProductName.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelProductName.Location = new System.Drawing.Point(112, 0);
+ this.labelProductName.Location = new System.Drawing.Point(131, 0);
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(209, 13);
+ this.labelProductName.Size = new System.Drawing.Size(246, 14);
this.labelProductName.TabIndex = 0;
this.labelProductName.Text = "product name";
this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelProductName, "product name of the application");
- this.labelProductName.Enter += new System.EventHandler(this.LabelProductName_Enter);
- this.labelProductName.Leave += new System.EventHandler(this.LabelProductName_Leave);
- this.labelProductName.MouseEnter += new System.EventHandler(this.LabelProductName_MouseEnter);
- this.labelProductName.MouseLeave += new System.EventHandler(this.LabelProductName_MouseLeave);
+ this.labelProductName.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProductName.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelProductName.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProductName.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// okButton
//
- this.okButton.AccessibleDescription = "Clock to close the dialog";
- this.okButton.AccessibleName = "okay button";
+ this.okButton.AccessibleDescription = "Click to close the dialog";
+ this.okButton.AccessibleName = "Okay button";
this.okButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Image = global::Hipparcos_DB.Properties.Resources.fugue_tick_button_16px_shadowless;
- this.okButton.Location = new System.Drawing.Point(246, 111);
+ this.okButton.Location = new System.Drawing.Point(302, 124);
this.okButton.Name = "okButton";
- this.okButton.Size = new System.Drawing.Size(75, 23);
+ this.okButton.Size = new System.Drawing.Size(75, 22);
this.okButton.TabIndex = 5;
this.okButton.Text = "&OK";
this.okButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.okButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.toolTip.SetToolTip(this.okButton, "OK");
- this.okButton.Enter += new System.EventHandler(this.OkButton_Enter);
- this.okButton.MouseEnter += new System.EventHandler(this.OkButton_MouseEnter);
- this.okButton.MouseLeave += new System.EventHandler(this.OkButton_MouseLeave);
+ this.okButton.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.okButton.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.okButton.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.okButton.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// BottomToolStripPanel
//
@@ -199,7 +200,7 @@ private void InitializeComponent()
this.statusStrip.Name = "statusStrip";
this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
this.statusStrip.ShowItemToolTips = true;
- this.statusStrip.Size = new System.Drawing.Size(324, 22);
+ this.statusStrip.Size = new System.Drawing.Size(380, 22);
this.statusStrip.SizingGrip = false;
this.statusStrip.TabIndex = 0;
this.statusStrip.Text = "statusStrip";
@@ -215,8 +216,8 @@ private void InitializeComponent()
this.toolStripStatusLabelInfo.Name = "toolStripStatusLabelInfo";
this.toolStripStatusLabelInfo.Size = new System.Drawing.Size(66, 17);
this.toolStripStatusLabelInfo.Text = "info text";
- this.toolStripStatusLabelInfo.MouseEnter += new System.EventHandler(this.ToolStripStatusLabel_MouseEnter);
- this.toolStripStatusLabelInfo.MouseLeave += new System.EventHandler(this.ToolStripStatusLabel_MouseLeave);
+ this.toolStripStatusLabelInfo.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.toolStripStatusLabelInfo.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// TopToolStripPanel
//
@@ -286,7 +287,7 @@ private void InitializeComponent()
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40.14598F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 21.89781F));
- this.tableLayoutPanel.Size = new System.Drawing.Size(324, 137);
+ this.tableLayoutPanel.Size = new System.Drawing.Size(380, 149);
this.tableLayoutPanel.TabIndex = 0;
this.tableLayoutPanel.TabStop = true;
//
@@ -300,11 +301,12 @@ private void InitializeComponent()
this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
this.logoPictureBox.Name = "logoPictureBox";
this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
- this.logoPictureBox.Size = new System.Drawing.Size(100, 131);
+ this.logoPictureBox.Size = new System.Drawing.Size(119, 143);
this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.logoPictureBox.TabIndex = 12;
this.logoPictureBox.TabStop = false;
- this.logoPictureBox.MouseEnter += new System.EventHandler(this.LogoPictureBox_MouseEnter);
+ this.logoPictureBox.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.logoPictureBox.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// toolStripContainer
//
@@ -325,7 +327,7 @@ private void InitializeComponent()
this.toolStripContainer.ContentPanel.AccessibleName = "content panel of the container";
this.toolStripContainer.ContentPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane;
this.toolStripContainer.ContentPanel.Controls.Add(this.tableLayoutPanel);
- this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(324, 137);
+ this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(380, 149);
this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill;
//
// toolStripContainer.LeftToolStripPanel
@@ -341,7 +343,7 @@ private void InitializeComponent()
this.toolStripContainer.RightToolStripPanel.AccessibleDescription = "right part of the container";
this.toolStripContainer.RightToolStripPanel.AccessibleName = "right part of the container";
this.toolStripContainer.RightToolStripPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane;
- this.toolStripContainer.Size = new System.Drawing.Size(324, 159);
+ this.toolStripContainer.Size = new System.Drawing.Size(380, 171);
this.toolStripContainer.TabIndex = 3;
this.toolStripContainer.Text = "toolStripContainer";
//
@@ -359,7 +361,7 @@ private void InitializeComponent()
this.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(324, 159);
+ this.ClientSize = new System.Drawing.Size(380, 171);
this.Controls.Add(this.toolStripContainer);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
diff --git a/AboutBoxForm.cs b/AboutBoxForm.cs
index feac563..0deb21c 100644
--- a/AboutBoxForm.cs
+++ b/AboutBoxForm.cs
@@ -27,241 +27,117 @@ internal partial class AboutBoxForm : Form
public AboutBoxForm()
{
InitializeComponent();
- Text = string.Format(provider: culture, format: "info about {0}", args: AssemblyInfo.AssemblyTitle);
+ Text = string.Format(provider: culture, format: "Info about {0}", args: AssemblyInfo.AssemblyTitle);
labelProductName.Text = AssemblyInfo.AssemblyProduct;
labelVersion.Text = AssemblyInfo.AssemblyVersion;
labelCompanyName.Text = AssemblyInfo.AssemblyCompany;
labelCopyright.Text = AssemblyInfo.AssemblyCopyright;
textBoxDescription.Text = AssemblyInfo.AssemblyDescription;
-
switch (settings.UserStartPosition)
{
- case 0: StartPosition = FormStartPosition.CenterParent; break;
- case 1: StartPosition = FormStartPosition.CenterScreen; break;
default: StartPosition = FormStartPosition.CenterParent; break;
+ case 1: StartPosition = FormStartPosition.CenterScreen; break;
}
}
- private void SetStatusbar(string text)
- {
- toolStripStatusLabelInfo.Text = text;
- toolStripStatusLabelInfo.Visible = true;
- }
+ ///
+ /// Set the information text in the status bar
+ ///
+ /// text to show
+ private void SetStatusbar(string text) => toolStripStatusLabelInfo.Text = text;
+
+ ///
+ /// Clear the information text in the status bar
+ ///
+ private void ClearStatusbar() => toolStripStatusLabelInfo.Text = string.Empty;
+
+ ///
+ /// Load the window
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
+ private void AboutBoxForm_Load(object sender, EventArgs e) => ClearStatusbar();
+
+ #region Enter event handlers
- private void SetStatusbar(object sender, EventArgs e)
+ ///
+ /// Set the information text in the status bar while entering a control
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameter is not needed, but must be indicated.
+ private void SetStatusbar_Enter(object sender, EventArgs e)
{
if (sender is Control control)
{
- SetStatusbar(text: (control).AccessibleDescription);
+ SetStatusbar(text: control.AccessibleDescription);
}
else if (sender is ToolStripButton toolStripButton)
{
- SetStatusbar(text: (toolStripButton).AccessibleDescription);
+ SetStatusbar(text: toolStripButton.AccessibleDescription);
}
else if (sender is ToolStripMenuItem toolStripMenuItem)
{
- SetStatusbar(text: (toolStripMenuItem).AccessibleDescription);
+ SetStatusbar(text: toolStripMenuItem.AccessibleDescription);
}
else if (sender is ToolStripLabel toolStripLabel)
{
- SetStatusbar(text: (toolStripLabel).AccessibleDescription);
+ SetStatusbar(text: toolStripLabel.AccessibleDescription);
}
else if (sender is ToolStripComboBox toolStripComboBox)
{
- SetStatusbar(text: (toolStripComboBox).AccessibleDescription);
+ SetStatusbar(text: toolStripComboBox.AccessibleDescription);
}
else if (sender is ToolStripDropDown toolStripDropDown)
{
- SetStatusbar(text: (toolStripDropDown).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDown.AccessibleDescription);
}
else if (sender is ToolStripDropDownButton toolStripDropDownButton)
{
- SetStatusbar(text: (toolStripDropDownButton).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownButton.AccessibleDescription);
}
else if (sender is ToolStripDropDownItem toolStripDropDownItem)
{
- SetStatusbar(text: (toolStripDropDownItem).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownItem.AccessibleDescription);
}
else if (sender is ToolStripDropDownMenu toolStripDropDownMenu)
{
- SetStatusbar(text: (toolStripDropDownMenu).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownMenu.AccessibleDescription);
}
else if (sender is ToolStripProgressBar toolStripProgressBar)
{
- SetStatusbar(text: (toolStripProgressBar).AccessibleDescription);
+ SetStatusbar(text: toolStripProgressBar.AccessibleDescription);
}
else if (sender is ToolStripSplitButton toolStripSplitButton)
{
- SetStatusbar(text: (toolStripSplitButton).AccessibleDescription);
+ SetStatusbar(text: toolStripSplitButton.AccessibleDescription);
}
else if (sender is ToolStripSeparator toolStripSeparator)
{
- SetStatusbar(text: (toolStripSeparator).AccessibleDescription);
+ SetStatusbar(text: toolStripSeparator.AccessibleDescription);
}
else if (sender is ToolStripStatusLabel toolStripStatusLabel)
{
- SetStatusbar(text: (toolStripStatusLabel).AccessibleDescription);
+ SetStatusbar(text: toolStripStatusLabel.AccessibleDescription);
}
else if (sender is ToolStripTextBox toolStripTextBox)
{
- SetStatusbar(text: (toolStripTextBox).AccessibleDescription);
+ SetStatusbar(text: toolStripTextBox.AccessibleDescription);
}
}
- private void ClearStatusbar()
- {
- toolStripStatusLabelInfo.Text = string.Empty;
- toolStripStatusLabelInfo.Visible = false;
- }
-
- private void AboutBoxForm_Load(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- #region Enter event handlers
-
- private void LabelProductName_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelVersion_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelCopyright_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelCompanyName_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void TextBoxDescription_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void OkButton_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- #endregion
-
- #region MouseEnter event handlers
-
- private void LogoPictureBox_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelProductName_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelVersion_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelCopyright_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelCompanyName_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void TextBoxDescription_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void OkButton_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ToolStripStatusLabel_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
#endregion
#region Leave event handlers
- private void LabelProductName_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelVersion_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelCopyright_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelCompanyName_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void TextBoxDescription_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- #endregion
-
- #region MouseLeave event handlers
-
- private void OkButton_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ToolStripStatusLabel_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelProductName_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelVersion_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelCopyright_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelCompanyName_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void TextBoxDescription_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
+ ///
+ /// Clear the information text in the status bar while leaving a control
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
+ private void ClearStatusbar_Leave(object sender, EventArgs e) => ClearStatusbar();
#endregion
}
diff --git a/CatalogChooserForm.cs b/CatalogChooserForm.cs
index 9aff358..7b2a63e 100644
--- a/CatalogChooserForm.cs
+++ b/CatalogChooserForm.cs
@@ -4,6 +4,7 @@
using System.IO;
using System.Windows.Forms;
using Hipparcos_DB.Properties;
+using Office2007Rendering;
namespace Hipparcos_DB
{
@@ -174,7 +175,11 @@ private void MissingDownloadFiles()
/// object sender
/// event arguments
/// The parameters and are not needed, but must be indicated.
- private void CatalogChooserForm_Load(object sender, EventArgs e) => ClearStatusbar();
+ private void CatalogChooserForm_Load(object sender, EventArgs e)
+ {
+ ClearStatusbar();
+ ToolStripManager.Renderer = new Office2007Renderer();
+ }
#endregion
@@ -330,59 +335,59 @@ private void SetStatusbar_Enter(object sender, EventArgs e)
{
if (sender is Control control)
{
- SetStatusbar(text: (control).AccessibleDescription);
+ SetStatusbar(text: control.AccessibleDescription);
}
else if (sender is ToolStripButton toolStripButton)
{
- SetStatusbar(text: (toolStripButton).AccessibleDescription);
+ SetStatusbar(text: toolStripButton.AccessibleDescription);
}
else if (sender is ToolStripMenuItem toolStripMenuItem)
{
- SetStatusbar(text: (toolStripMenuItem).AccessibleDescription);
+ SetStatusbar(text: toolStripMenuItem.AccessibleDescription);
}
else if (sender is ToolStripLabel toolStripLabel)
{
- SetStatusbar(text: (toolStripLabel).AccessibleDescription);
+ SetStatusbar(text: toolStripLabel.AccessibleDescription);
}
else if (sender is ToolStripComboBox toolStripComboBox)
{
- SetStatusbar(text: (toolStripComboBox).AccessibleDescription);
+ SetStatusbar(text: toolStripComboBox.AccessibleDescription);
}
else if (sender is ToolStripDropDown toolStripDropDown)
{
- SetStatusbar(text: (toolStripDropDown).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDown.AccessibleDescription);
}
else if (sender is ToolStripDropDownButton toolStripDropDownButton)
{
- SetStatusbar(text: (toolStripDropDownButton).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownButton.AccessibleDescription);
}
else if (sender is ToolStripDropDownItem toolStripDropDownItem)
{
- SetStatusbar(text: (toolStripDropDownItem).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownItem.AccessibleDescription);
}
else if (sender is ToolStripDropDownMenu toolStripDropDownMenu)
{
- SetStatusbar(text: (toolStripDropDownMenu).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownMenu.AccessibleDescription);
}
else if (sender is ToolStripProgressBar toolStripProgressBar)
{
- SetStatusbar(text: (toolStripProgressBar).AccessibleDescription);
+ SetStatusbar(text: toolStripProgressBar.AccessibleDescription);
}
else if (sender is ToolStripSplitButton toolStripSplitButton)
{
- SetStatusbar(text: (toolStripSplitButton).AccessibleDescription);
+ SetStatusbar(text: toolStripSplitButton.AccessibleDescription);
}
else if (sender is ToolStripSeparator toolStripSeparator)
{
- SetStatusbar(text: (toolStripSeparator).AccessibleDescription);
+ SetStatusbar(text: toolStripSeparator.AccessibleDescription);
}
else if (sender is ToolStripStatusLabel toolStripStatusLabel)
{
- SetStatusbar(text: (toolStripStatusLabel).AccessibleDescription);
+ SetStatusbar(text: toolStripStatusLabel.AccessibleDescription);
}
else if (sender is ToolStripTextBox toolStripTextBox)
{
- SetStatusbar(text: (toolStripTextBox).AccessibleDescription);
+ SetStatusbar(text: toolStripTextBox.AccessibleDescription);
}
}
diff --git a/CatalogChooserForm.resx b/CatalogChooserForm.resx
index f32405c..daf8b88 100644
--- a/CatalogChooserForm.resx
+++ b/CatalogChooserForm.resx
@@ -538,10 +538,10 @@
1
- Illustrated image of the Hipparcos space probe
+ Illustrated image of the Hipparcos space probe
- Illustrated image of the Hipparcos space probe
+ Illustrated image of the Hipparcos space probe
NoControl
@@ -559,7 +559,7 @@
4
- Illustrated image of the Hipparcos space probe
+ Illustrated image of the Hipparcos space probe
pictureBox
@@ -582,18 +582,6 @@
information status bar
-
- Text with some information
-
-
- information text
-
-
- 66, 17
-
-
- info text
-
0, 217
@@ -618,12 +606,72 @@
5
+
+ Text with some information
+
+
+ information text
+
+
+ 66, 17
+
+
+ info text
+
Group the catalogs
catalog chooser grouping
+
+ labelTychoCatalog
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBoxChooseCatalog
+
+
+ 4
+
+
+ labelHipparcosCatalog
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBoxChooseCatalog
+
+
+ 7
+
+
+ 177, 57
+
+
+ 307, 76
+
+
+ 1
+
+
+ Catalogs
+
+
+ groupBoxChooseCatalog
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 4
+
True
@@ -684,30 +732,6 @@
7
-
- 177, 57
-
-
- 307, 76
-
-
- 1
-
-
- Catalogs
-
-
- groupBoxChooseCatalog
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 4
-
True
diff --git a/DownloaderForm.cs b/DownloaderForm.cs
index b3673cc..07b5b7f 100644
--- a/DownloaderForm.cs
+++ b/DownloaderForm.cs
@@ -301,59 +301,59 @@ private void SetStatusbar_Enter(object sender, EventArgs e)
{
if (sender is Control control)
{
- SetStatusbar(text: (control).AccessibleDescription);
+ SetStatusbar(text: control.AccessibleDescription);
}
else if (sender is ToolStripButton toolStripButton)
{
- SetStatusbar(text: (toolStripButton).AccessibleDescription);
+ SetStatusbar(text: toolStripButton.AccessibleDescription);
}
else if (sender is ToolStripMenuItem toolStripMenuItem)
{
- SetStatusbar(text: (toolStripMenuItem).AccessibleDescription);
+ SetStatusbar(text: toolStripMenuItem.AccessibleDescription);
}
else if (sender is ToolStripLabel toolStripLabel)
{
- SetStatusbar(text: (toolStripLabel).AccessibleDescription);
+ SetStatusbar(text: toolStripLabel.AccessibleDescription);
}
else if (sender is ToolStripComboBox toolStripComboBox)
{
- SetStatusbar(text: (toolStripComboBox).AccessibleDescription);
+ SetStatusbar(text: toolStripComboBox.AccessibleDescription);
}
else if (sender is ToolStripDropDown toolStripDropDown)
{
- SetStatusbar(text: (toolStripDropDown).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDown.AccessibleDescription);
}
else if (sender is ToolStripDropDownButton toolStripDropDownButton)
{
- SetStatusbar(text: (toolStripDropDownButton).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownButton.AccessibleDescription);
}
else if (sender is ToolStripDropDownItem toolStripDropDownItem)
{
- SetStatusbar(text: (toolStripDropDownItem).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownItem.AccessibleDescription);
}
else if (sender is ToolStripDropDownMenu toolStripDropDownMenu)
{
- SetStatusbar(text: (toolStripDropDownMenu).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownMenu.AccessibleDescription);
}
else if (sender is ToolStripProgressBar toolStripProgressBar)
{
- SetStatusbar(text: (toolStripProgressBar).AccessibleDescription);
+ SetStatusbar(text: toolStripProgressBar.AccessibleDescription);
}
else if (sender is ToolStripSplitButton toolStripSplitButton)
{
- SetStatusbar(text: (toolStripSplitButton).AccessibleDescription);
+ SetStatusbar(text: toolStripSplitButton.AccessibleDescription);
}
else if (sender is ToolStripSeparator toolStripSeparator)
{
- SetStatusbar(text: (toolStripSeparator).AccessibleDescription);
+ SetStatusbar(text: toolStripSeparator.AccessibleDescription);
}
else if (sender is ToolStripStatusLabel toolStripStatusLabel)
{
- SetStatusbar(text: (toolStripStatusLabel).AccessibleDescription);
+ SetStatusbar(text: toolStripStatusLabel.AccessibleDescription);
}
else if (sender is ToolStripTextBox toolStripTextBox)
{
- SetStatusbar(text: (toolStripTextBox).AccessibleDescription);
+ SetStatusbar(text: toolStripTextBox.AccessibleDescription);
}
}
diff --git a/Hipparcos-DB.csproj b/Hipparcos-DB.csproj
index 9b101fd..0a425aa 100644
--- a/Hipparcos-DB.csproj
+++ b/Hipparcos-DB.csproj
@@ -138,6 +138,9 @@
HipparcosCatalogViewerForm.cs
+
+
+
Form
diff --git a/HipparcosCatalogFilterForm.Designer.cs b/HipparcosCatalogFilterForm.Designer.cs
index b92159b..e7b1b04 100644
--- a/HipparcosCatalogFilterForm.Designer.cs
+++ b/HipparcosCatalogFilterForm.Designer.cs
@@ -454,8 +454,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelLightCurveAnnexDesc, "Light curve Annex");
this.labelLightCurveAnnexDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelLightCurveAnnexDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelLightCurveAnnexDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelLightCurveAnnexDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelLightCurveAnnexDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelLightCurveAnnexDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMedianMagnitudeInHipparcosSystemDesc
//
@@ -474,8 +474,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelMedianMagnitudeInHipparcosSystemDesc, "Median magnitude in Hipparcos system");
this.labelMedianMagnitudeInHipparcosSystemDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMedianMagnitudeInHipparcosSystemDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMedianMagnitudeInHipparcosSystemDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMedianMagnitudeInHipparcosSystemDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMedianMagnitudeInHipparcosSystemDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMedianMagnitudeInHipparcosSystemDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfBvColorDesc
//
@@ -494,8 +494,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelSourceOfBvColorDesc, "Source of B-V from Ground or Tycho");
this.labelSourceOfBvColorDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSourceOfBvColorDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSourceOfBvColorDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSourceOfBvColorDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSourceOfBvColorDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfBvColorDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorJohnsonBvColorDesc
//
@@ -514,8 +514,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelStandardErrorJohnsonBvColorDesc, "Standard error on B-V");
this.labelStandardErrorJohnsonBvColorDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorJohnsonBvColorDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorJohnsonBvColorDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorJohnsonBvColorDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorJohnsonBvColorDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorJohnsonBvColorDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelColorIndexInCousinsSystemDesc
//
@@ -534,8 +534,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelColorIndexInCousinsSystemDesc, "Color index in Cousins\' system");
this.labelColorIndexInCousinsSystemDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelColorIndexInCousinsSystemDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelColorIndexInCousinsSystemDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelColorIndexInCousinsSystemDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelColorIndexInCousinsSystemDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelColorIndexInCousinsSystemDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorViDesc
//
@@ -554,8 +554,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelStandardErrorViDesc, "Standard error on V-I");
this.labelStandardErrorViDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorViDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorViDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorViDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorViDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorViDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelJohnsonBvColorDesc
//
@@ -574,8 +574,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelJohnsonBvColorDesc, "Johnson B-V color");
this.labelJohnsonBvColorDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelJohnsonBvColorDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelJohnsonBvColorDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelJohnsonBvColorDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelJohnsonBvColorDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelJohnsonBvColorDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMeanVtMagnitudeDesc
//
@@ -594,8 +594,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelStandardErrorMeanVtMagnitudeDesc, "Standard error on VTmag");
this.labelStandardErrorMeanVtMagnitudeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorMeanVtMagnitudeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorMeanVtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorMeanVtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorMeanVtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanVtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfViDesc
//
@@ -614,8 +614,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelSourceOfViDesc, "Source of V-I");
this.labelSourceOfViDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSourceOfViDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSourceOfViDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSourceOfViDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSourceOfViDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfViDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMeanVtMagnitudeDesc
//
@@ -634,8 +634,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelMeanVtMagnitudeDesc, "Mean VT magnitude");
this.labelMeanVtMagnitudeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMeanVtMagnitudeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMeanVtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMeanVtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMeanVtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanVtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMeanBtMagnitudeDesc
//
@@ -654,8 +654,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelStandardErrorMeanBtMagnitudeDesc, "Standard error on BTmag");
this.labelStandardErrorMeanBtMagnitudeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorMeanBtMagnitudeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorMeanBtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorMeanBtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorMeanBtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanBtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMeanBtMagnitudeDesc
//
@@ -674,8 +674,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelMeanBtMagnitudeDesc, "Mean BT magnitude");
this.labelMeanBtMagnitudeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMeanBtMagnitudeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMeanBtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMeanBtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMeanBtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanBtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelGoodnessOfFitParameterDesc
//
@@ -694,8 +694,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelGoodnessOfFitParameterDesc, "Goodness-of-fit parameter");
this.labelGoodnessOfFitParameterDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelGoodnessOfFitParameterDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelGoodnessOfFitParameterDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelGoodnessOfFitParameterDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelGoodnessOfFitParameterDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelGoodnessOfFitParameterDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMedianMagnitudeInHipparcosSystemDesc
//
@@ -714,8 +714,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelStandardErrorMedianMagnitudeInHipparcosSystemDesc, "Standard error on Hpmag");
this.labelStandardErrorMedianMagnitudeInHipparcosSystemDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorMedianMagnitudeInHipparcosSystemDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorMedianMagnitudeInHipparcosSystemDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorMedianMagnitudeInHipparcosSystemDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorMedianMagnitudeInHipparcosSystemDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMedianMagnitudeInHipparcosSystemDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelPercentageOfRejectedDataDesc
//
@@ -734,8 +734,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelPercentageOfRejectedDataDesc, "Percentage of rejected data");
this.labelPercentageOfRejectedDataDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelPercentageOfRejectedDataDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelPercentageOfRejectedDataDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelPercentageOfRejectedDataDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelPercentageOfRejectedDataDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelPercentageOfRejectedDataDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelScatterMedianMagnitudeInHipparcosSystemDesc
//
@@ -754,8 +754,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelScatterMedianMagnitudeInHipparcosSystemDesc, "Scatter on Hpmag");
this.labelScatterMedianMagnitudeInHipparcosSystemDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelScatterMedianMagnitudeInHipparcosSystemDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelScatterMedianMagnitudeInHipparcosSystemDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelScatterMedianMagnitudeInHipparcosSystemDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelScatterMedianMagnitudeInHipparcosSystemDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelScatterMedianMagnitudeInHipparcosSystemDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc
//
@@ -774,8 +774,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, "Correlation, pmDE/pmRA");
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc
//
@@ -794,8 +794,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc, "Number of observations for Hpmag");
this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc
//
@@ -814,8 +814,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, "Correlation, pmDE/Plx");
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByDeclinationDesc
//
@@ -834,8 +834,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCorrelationProperMotionDeclinationByDeclinationDesc, "Correlation, pmDE/DE");
this.labelCorrelationProperMotionDeclinationByDeclinationDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionDeclinationByDeclinationDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionDeclinationByDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionDeclinationByDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionDeclinationByDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMedianMagnitudeInHipparcosSystemAtMaximumDesc
//
@@ -854,8 +854,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelMedianMagnitudeInHipparcosSystemAtMaximumDesc, "Hpmag at maximum (5th percentile)");
this.labelMedianMagnitudeInHipparcosSystemAtMaximumDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMedianMagnitudeInHipparcosSystemAtMaximumDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMedianMagnitudeInHipparcosSystemAtMaximumDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMedianMagnitudeInHipparcosSystemAtMaximumDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMedianMagnitudeInHipparcosSystemAtMaximumDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMedianMagnitudeInHipparcosSystemAtMaximumDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByRightAscensionDesc
//
@@ -874,8 +874,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCorrelationProperMotionDeclinationByRightAscensionDesc, "Correlation, pmDE/RA*cos(delta)");
this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc
//
@@ -894,8 +894,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, "Correlation, pmRA/Plx");
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMedianMagnitudeInHipparcosSystemAtMinimumDesc
//
@@ -914,8 +914,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelMedianMagnitudeInHipparcosSystemAtMinimumDesc, "Hpmag at minimum (95th percentile)");
this.labelMedianMagnitudeInHipparcosSystemAtMinimumDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMedianMagnitudeInHipparcosSystemAtMinimumDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMedianMagnitudeInHipparcosSystemAtMinimumDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMedianMagnitudeInHipparcosSystemAtMinimumDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMedianMagnitudeInHipparcosSystemAtMinimumDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMedianMagnitudeInHipparcosSystemAtMinimumDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByDeclinationDesc
//
@@ -934,8 +934,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCorrelationProperMotionRightAscensionByDeclinationDesc, "Correlation, pmRA/DE");
this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVariabilityPeriodDesc
//
@@ -954,8 +954,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelVariabilityPeriodDesc, "Variability period (days)");
this.labelVariabilityPeriodDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelVariabilityPeriodDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelVariabilityPeriodDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelVariabilityPeriodDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelVariabilityPeriodDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVariabilityPeriodDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByRightAscensionDesc
//
@@ -974,8 +974,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc, "Correlation, pmRA/RA*cos(delta)");
this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVariabilityTypeDesc
//
@@ -994,8 +994,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelVariabilityTypeDesc, "Variability type");
this.labelVariabilityTypeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelVariabilityTypeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelVariabilityTypeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelVariabilityTypeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelVariabilityTypeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVariabilityTypeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationTrigonomicParallaxByDeclinationDesc
//
@@ -1014,8 +1014,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCorrelationTrigonomicParallaxByDeclinationDesc, "Correlation, Plx/DE");
this.labelCorrelationTrigonomicParallaxByDeclinationDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationTrigonomicParallaxByDeclinationDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationTrigonomicParallaxByDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationTrigonomicParallaxByDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationTrigonomicParallaxByDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAdditionalDataAboutVariabilityDesc
//
@@ -1034,8 +1034,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelAdditionalDataAboutVariabilityDesc, "Additional data about variability");
this.labelAdditionalDataAboutVariabilityDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelAdditionalDataAboutVariabilityDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelAdditionalDataAboutVariabilityDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelAdditionalDataAboutVariabilityDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelAdditionalDataAboutVariabilityDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAdditionalDataAboutVariabilityDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationTrigonomicParallaxByRightAscensionDesc
//
@@ -1054,8 +1054,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCorrelationTrigonomicParallaxByRightAscensionDesc, "Correlation, Plx/RA*cos(delta)");
this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCcdmIdentifierDesc
//
@@ -1074,8 +1074,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCcdmIdentifierDesc, "CCDM identifier");
this.labelCcdmIdentifierDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCcdmIdentifierDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCcdmIdentifierDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCcdmIdentifierDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCcdmIdentifierDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCcdmIdentifierDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationDeclinationByRightAscensionDesc
//
@@ -1094,8 +1094,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCorrelationDeclinationByRightAscensionDesc, "Correlation, DE/RA*cos(delta)");
this.labelCorrelationDeclinationByRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationDeclinationByRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationDeclinationByRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationDeclinationByRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationDeclinationByRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationDeclinationByRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorProperMotionDeclinationDesc
//
@@ -1114,8 +1114,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelStandardErrorProperMotionDeclinationDesc, "Standard error in pmDE");
this.labelStandardErrorProperMotionDeclinationDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorProperMotionDeclinationDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorProperMotionDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorProperMotionDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorProperMotionDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorProperMotionRightAscensionDesc
//
@@ -1134,8 +1134,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelStandardErrorProperMotionRightAscensionDesc, "Standard error in pmRA");
this.labelStandardErrorProperMotionRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorProperMotionRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorProperMotionRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorProperMotionRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorProperMotionRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorTrigonomicParallaxDesc
//
@@ -1154,8 +1154,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelStandardErrorTrigonomicParallaxDesc, "Standard error in Plx");
this.labelStandardErrorTrigonomicParallaxDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorTrigonomicParallaxDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberEntriesWithSameCcdmDesc
//
@@ -1174,8 +1174,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelNumberEntriesWithSameCcdmDesc, "Number of entries with same CCDM");
this.labelNumberEntriesWithSameCcdmDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelNumberEntriesWithSameCcdmDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelNumberEntriesWithSameCcdmDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelNumberEntriesWithSameCcdmDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelNumberEntriesWithSameCcdmDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberEntriesWithSameCcdmDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorDeclinationDesc
//
@@ -1194,8 +1194,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelStandardErrorDeclinationDesc, "Standard error in DE");
this.labelStandardErrorDeclinationDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorDeclinationDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberComponentsInThisEntryDesc
//
@@ -1214,8 +1214,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelNumberComponentsInThisEntryDesc, "Number of components in this entry");
this.labelNumberComponentsInThisEntryDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelNumberComponentsInThisEntryDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelNumberComponentsInThisEntryDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelNumberComponentsInThisEntryDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelNumberComponentsInThisEntryDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberComponentsInThisEntryDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorRightAscensionDesc
//
@@ -1234,8 +1234,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelStandardErrorRightAscensionDesc, "Standard error in RA*cos(DEdeg)");
this.labelStandardErrorRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMultipleSystemsFlagDesc
//
@@ -1254,8 +1254,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelMultipleSystemsFlagDesc, "Double/Multiple Systems flag");
this.labelMultipleSystemsFlagDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMultipleSystemsFlagDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMultipleSystemsFlagDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMultipleSystemsFlagDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMultipleSystemsFlagDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMultipleSystemsFlagDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProperMotionDeltaDesc
//
@@ -1274,8 +1274,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelProperMotionDeltaDesc, "Proper motion mu_delta, ICRS");
this.labelProperMotionDeltaDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelProperMotionDeltaDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelProperMotionDeltaDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelProperMotionDeltaDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelProperMotionDeltaDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionDeltaDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAstrometricSourceFlagDesc
//
@@ -1294,8 +1294,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelAstrometricSourceFlagDesc, "Astrometric source flag");
this.labelAstrometricSourceFlagDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelAstrometricSourceFlagDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelAstrometricSourceFlagDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelAstrometricSourceFlagDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelAstrometricSourceFlagDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAstrometricSourceFlagDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProperMotionAlphaDesc
//
@@ -1314,8 +1314,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelProperMotionAlphaDesc, "Proper motion mu_alpha.cos(delta), ICRS");
this.labelProperMotionAlphaDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelProperMotionAlphaDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelProperMotionAlphaDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelProperMotionAlphaDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelProperMotionAlphaDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionAlphaDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSolutionQualityDesc
//
@@ -1334,8 +1334,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelSolutionQualityDesc, "Solution quality");
this.labelSolutionQualityDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSolutionQualityDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSolutionQualityDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSolutionQualityDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSolutionQualityDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSolutionQualityDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelComponentIdentifiersDesc
//
@@ -1354,8 +1354,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelComponentIdentifiersDesc, "Component identifiers");
this.labelComponentIdentifiersDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelComponentIdentifiersDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelComponentIdentifiersDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelComponentIdentifiersDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelComponentIdentifiersDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelComponentIdentifiersDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelTrigonomicParallaxDesc
//
@@ -1374,8 +1374,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelTrigonomicParallaxDesc, "Trigonometric parallax");
this.labelTrigonomicParallaxDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelTrigonomicParallaxDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelPositionAngleBetweenComponentsDesc
//
@@ -1394,8 +1394,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelPositionAngleBetweenComponentsDesc, "Position angle between components");
this.labelPositionAngleBetweenComponentsDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelPositionAngleBetweenComponentsDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelPositionAngleBetweenComponentsDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelPositionAngleBetweenComponentsDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelPositionAngleBetweenComponentsDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelPositionAngleBetweenComponentsDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDeltaDesc
//
@@ -1414,8 +1414,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelDeltaDesc, "delta, degrees (ICRS, Epoch=J1991.25)");
this.labelDeltaDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelDeltaDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelDeltaDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelDeltaDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelDeltaDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeltaDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAngularSeparationBetweenComponentsDesc
//
@@ -1434,8 +1434,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelAngularSeparationBetweenComponentsDesc, "Angular separation between components");
this.labelAngularSeparationBetweenComponentsDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelAngularSeparationBetweenComponentsDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelAngularSeparationBetweenComponentsDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelAngularSeparationBetweenComponentsDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelAngularSeparationBetweenComponentsDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAngularSeparationBetweenComponentsDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAlphaDesc
//
@@ -1454,8 +1454,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelAlphaDesc, "alpha, degrees (ICRS, Epoch=J1991.25)");
this.labelAlphaDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelAlphaDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelAlphaDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelAlphaDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelAlphaDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAlphaDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorRhoDesc
//
@@ -1474,8 +1474,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelStandardErrorRhoDesc, "Standard error on rho");
this.labelStandardErrorRhoDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorRhoDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorRhoDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorRhoDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorRhoDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorRhoDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfMagnitudeDesc
//
@@ -1494,8 +1494,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelSourceOfMagnitudeDesc, "Source of magnitude");
this.labelSourceOfMagnitudeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSourceOfMagnitudeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSourceOfMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSourceOfMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSourceOfMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMagnitudeDifferenceBetweenComponentsDesc
//
@@ -1514,8 +1514,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelMagnitudeDifferenceBetweenComponentsDesc, "Magnitude difference of components");
this.labelMagnitudeDifferenceBetweenComponentsDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMagnitudeDifferenceBetweenComponentsDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMagnitudeDifferenceBetweenComponentsDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMagnitudeDifferenceBetweenComponentsDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMagnitudeDifferenceBetweenComponentsDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMagnitudeDifferenceBetweenComponentsDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMagnitudeJohnsonDesc
//
@@ -1534,8 +1534,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelMagnitudeJohnsonDesc, "Magnitude in Johnson V");
this.labelMagnitudeJohnsonDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMagnitudeJohnsonDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMagnitudeJohnsonDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMagnitudeJohnsonDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMagnitudeJohnsonDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMagnitudeJohnsonDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc
//
@@ -1554,8 +1554,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc, "Standard error on dHp");
this.labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCoarseVariabilityFlagDesc
//
@@ -1574,8 +1574,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCoarseVariabilityFlagDesc, "Coarse variability flag");
this.labelCoarseVariabilityFlagDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCoarseVariabilityFlagDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCoarseVariabilityFlagDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCoarseVariabilityFlagDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCoarseVariabilityFlagDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCoarseVariabilityFlagDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelFlagIndicatingSurveyStarDesc
//
@@ -1594,8 +1594,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelFlagIndicatingSurveyStarDesc, "Flag indicating a Survey Star");
this.labelFlagIndicatingSurveyStarDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelFlagIndicatingSurveyStarDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelFlagIndicatingSurveyStarDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelFlagIndicatingSurveyStarDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelFlagIndicatingSurveyStarDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelFlagIndicatingSurveyStarDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelReferenceFlagForAstrometryDesc
//
@@ -1614,8 +1614,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelReferenceFlagForAstrometryDesc, "Reference flag for astrometry");
this.labelReferenceFlagForAstrometryDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelReferenceFlagForAstrometryDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelReferenceFlagForAstrometryDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelReferenceFlagForAstrometryDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelReferenceFlagForAstrometryDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForAstrometryDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelIdentificationChartDesc
//
@@ -1632,6 +1632,10 @@ private void InitializeComponent()
this.labelIdentificationChartDesc.Text = "Identification Chart";
this.labelIdentificationChartDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelIdentificationChartDesc, "Identification Chart");
+ this.labelIdentificationChartDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelIdentificationChartDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelIdentificationChartDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelIdentificationChartDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDeclinationDesc
//
@@ -1650,8 +1654,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelDeclinationDesc, "Declination in deg \' \", ICRS (J1991.25)");
this.labelDeclinationDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelDeclinationDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelExistenceOfNotesDesc
//
@@ -1670,8 +1674,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelExistenceOfNotesDesc, "Existence of notes");
this.labelExistenceOfNotesDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelExistenceOfNotesDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelExistenceOfNotesDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelExistenceOfNotesDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelExistenceOfNotesDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelExistenceOfNotesDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelRightAscensionDesc
//
@@ -1690,8 +1694,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelRightAscensionDesc, "Right ascension in h m s, ICRS (J1991.25)");
this.labelRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHdNumberDesc
//
@@ -1710,8 +1714,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelHdNumberDesc, "HD number");
this.labelHdNumberDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelHdNumberDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelHdNumberDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelHdNumberDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelHdNumberDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHdNumberDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelIdentifierDesc
//
@@ -1730,8 +1734,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelIdentifierDesc, "Identifier (HIP number)");
this.labelIdentifierDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelIdentifierDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelIdentifierDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelIdentifierDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelIdentifierDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelIdentifierDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelBonnerDmDesc
//
@@ -1750,8 +1754,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelBonnerDmDesc, "Bonner Durchmusterung (DM)");
this.labelBonnerDmDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelBonnerDmDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelBonnerDmDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelBonnerDmDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelBonnerDmDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelBonnerDmDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelReferenceFlagForBtAndVtMagnitudeDesc
//
@@ -1770,8 +1774,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelReferenceFlagForBtAndVtMagnitudeDesc, "Reference flag for BT and VTmag");
this.labelReferenceFlagForBtAndVtMagnitudeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelReferenceFlagForBtAndVtMagnitudeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelReferenceFlagForBtAndVtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelReferenceFlagForBtAndVtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelReferenceFlagForBtAndVtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForBtAndVtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCordobaDmDesc
//
@@ -1790,8 +1794,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCordobaDmDesc, "Cordoba Durchmusterung (DM)");
this.labelCordobaDmDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCordobaDmDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCordobaDmDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCordobaDmDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCordobaDmDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCordobaDmDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProximityFlagDesc
//
@@ -1810,8 +1814,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelProximityFlagDesc, "Proximity flag");
this.labelProximityFlagDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelProximityFlagDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelProximityFlagDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelProximityFlagDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelProximityFlagDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProximityFlagDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCapePhotographicDmDesc
//
@@ -1830,8 +1834,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCapePhotographicDmDesc, "Cape Photographic DM");
this.labelCapePhotographicDmDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCapePhotographicDmDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCapePhotographicDmDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCapePhotographicDmDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCapePhotographicDmDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCapePhotographicDmDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc
//
@@ -1850,8 +1854,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc, "Reference flag for Hpmag");
this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelViUsedForReductionsDesc
//
@@ -1870,8 +1874,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelViUsedForReductionsDesc, "V-I used for reductions");
this.labelViUsedForReductionsDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelViUsedForReductionsDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelViUsedForReductionsDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelViUsedForReductionsDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelViUsedForReductionsDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelViUsedForReductionsDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelFlagForCombinedMagnitudesDesc
//
@@ -1890,8 +1894,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelFlagForCombinedMagnitudesDesc, "Flag for combined Vmag, B-V, V-I");
this.labelFlagForCombinedMagnitudesDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelFlagForCombinedMagnitudesDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelFlagForCombinedMagnitudesDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelFlagForCombinedMagnitudesDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelFlagForCombinedMagnitudesDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelFlagForCombinedMagnitudesDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSpectralTypeDesc
//
@@ -1910,8 +1914,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelSpectralTypeDesc, "Spectral type");
this.labelSpectralTypeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSpectralTypeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSpectralTypeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSpectralTypeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSpectralTypeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSpectralTypeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHistoricalStatusFlagDesc
//
@@ -1930,8 +1934,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelHistoricalStatusFlagDesc, "Historical status flag");
this.labelHistoricalStatusFlagDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelHistoricalStatusFlagDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelHistoricalStatusFlagDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelHistoricalStatusFlagDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelHistoricalStatusFlagDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHistoricalStatusFlagDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfSpectralTypeDesc
//
@@ -1950,8 +1954,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelSourceOfSpectralTypeDesc, "Source of spectral type");
this.labelSourceOfSpectralTypeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSourceOfSpectralTypeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSourceOfSpectralTypeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSourceOfSpectralTypeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSourceOfSpectralTypeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfSpectralTypeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCatalogDesc
//
@@ -1971,8 +1975,8 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.labelCatalogDesc, "Catalogue (H=Hipparcos)");
this.labelCatalogDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCatalogDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCatalogDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCatalogDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCatalogDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCatalogDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// progressBar
//
@@ -2014,6 +2018,8 @@ private void InitializeComponent()
this.toolStripStatusLabelInfo.Name = "toolStripStatusLabelInfo";
this.toolStripStatusLabelInfo.Size = new System.Drawing.Size(66, 17);
this.toolStripStatusLabelInfo.Text = "info text";
+ this.toolStripStatusLabelInfo.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.toolStripStatusLabelInfo.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// toolStrip
//
@@ -2041,8 +2047,8 @@ private void InitializeComponent()
this.toolStripButtonApplyFilterSettings.Size = new System.Drawing.Size(129, 22);
this.toolStripButtonApplyFilterSettings.Text = "&Apply filter settings";
this.toolStripButtonApplyFilterSettings.Click += new System.EventHandler(this.ToolStripButtonApplyFilterSettings_Click);
- this.toolStripButtonApplyFilterSettings.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.toolStripButtonApplyFilterSettings.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.toolStripButtonApplyFilterSettings.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.toolStripButtonApplyFilterSettings.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// toolStripButtonCancel
//
@@ -2053,8 +2059,8 @@ private void InitializeComponent()
this.toolStripButtonCancel.Size = new System.Drawing.Size(63, 22);
this.toolStripButtonCancel.Text = "&Cancel";
this.toolStripButtonCancel.Click += new System.EventHandler(this.ToolStripButtonCancel_Click);
- this.toolStripButtonCancel.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.toolStripButtonCancel.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.toolStripButtonCancel.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.toolStripButtonCancel.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// toolStripButtonRestoreToDefault
//
@@ -2065,8 +2071,8 @@ private void InitializeComponent()
this.toolStripButtonRestoreToDefault.Size = new System.Drawing.Size(120, 22);
this.toolStripButtonRestoreToDefault.Text = "Restore to default";
this.toolStripButtonRestoreToDefault.Click += new System.EventHandler(this.ToolStripButtonRestoreToDefault_Click);
- this.toolStripButtonRestoreToDefault.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.toolStripButtonRestoreToDefault.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.toolStripButtonRestoreToDefault.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.toolStripButtonRestoreToDefault.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// toolStripContainer
//
@@ -2555,8 +2561,8 @@ private void InitializeComponent()
this.labelSourceOfSpectralTypemax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelSourceOfSpectralTypemax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSourceOfSpectralTypemax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSourceOfSpectralTypemax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSourceOfSpectralTypemax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSourceOfSpectralTypemax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfSpectralTypemax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSourceOfSpectralTypeMax
//
@@ -2570,8 +2576,8 @@ private void InitializeComponent()
this.textBoxSourceOfSpectralTypeMax.TabIndex = 21;
this.textBoxSourceOfSpectralTypeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxSourceOfSpectralTypeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxSourceOfSpectralTypeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxSourceOfSpectralTypeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxSourceOfSpectralTypeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfSpectralTypeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfSpectralTypeMin
//
@@ -2589,8 +2595,8 @@ private void InitializeComponent()
this.labelSourceOfSpectralTypeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelSourceOfSpectralTypeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSourceOfSpectralTypeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSourceOfSpectralTypeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSourceOfSpectralTypeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSourceOfSpectralTypeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfSpectralTypeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSourceOfSpectralTypeMin
//
@@ -2604,8 +2610,8 @@ private void InitializeComponent()
this.textBoxSourceOfSpectralTypeMin.TabIndex = 19;
this.textBoxSourceOfSpectralTypeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxSourceOfSpectralTypeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxSourceOfSpectralTypeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxSourceOfSpectralTypeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxSourceOfSpectralTypeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfSpectralTypeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSpectralTypeMax
//
@@ -2623,8 +2629,8 @@ private void InitializeComponent()
this.labelSpectralTypeMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelSpectralTypeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSpectralTypeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSpectralTypeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSpectralTypeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSpectralTypeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSpectralTypeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSpectralTypeMax
//
@@ -2638,8 +2644,8 @@ private void InitializeComponent()
this.textBoxSpectralTypeMax.TabIndex = 11;
this.textBoxSpectralTypeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxSpectralTypeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxSpectralTypeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxSpectralTypeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxSpectralTypeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSpectralTypeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSpectralTypeMin
//
@@ -2657,8 +2663,8 @@ private void InitializeComponent()
this.labelSpectralTypeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelSpectralTypeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSpectralTypeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSpectralTypeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSpectralTypeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSpectralTypeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSpectralTypeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSpectralTypeMin
//
@@ -2672,8 +2678,8 @@ private void InitializeComponent()
this.textBoxSpectralTypeMin.TabIndex = 9;
this.textBoxSpectralTypeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxSpectralTypeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxSpectralTypeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxSpectralTypeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxSpectralTypeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSpectralTypeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelViUsedForReductionsMax
//
@@ -2691,8 +2697,8 @@ private void InitializeComponent()
this.labelViUsedForReductionsMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelViUsedForReductionsMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelViUsedForReductionsMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelViUsedForReductionsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelViUsedForReductionsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelViUsedForReductionsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelViUsedForReductionsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxViUsedForReductionsmax
//
@@ -2706,8 +2712,8 @@ private void InitializeComponent()
this.textBoxViUsedForReductionsmax.TabIndex = 1;
this.textBoxViUsedForReductionsmax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxViUsedForReductionsmax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxViUsedForReductionsmax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxViUsedForReductionsmax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxViUsedForReductionsmax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxViUsedForReductionsmax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelViUsedForReductionsMin
//
@@ -2725,8 +2731,8 @@ private void InitializeComponent()
this.labelViUsedForReductionsMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelViUsedForReductionsMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelViUsedForReductionsMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelViUsedForReductionsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelViUsedForReductionsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelViUsedForReductionsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelViUsedForReductionsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxViUsedForReductionsMin
//
@@ -2740,8 +2746,8 @@ private void InitializeComponent()
this.textBoxViUsedForReductionsMin.TabIndex = 384;
this.textBoxViUsedForReductionsMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxViUsedForReductionsMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxViUsedForReductionsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxViUsedForReductionsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxViUsedForReductionsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxViUsedForReductionsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCapePhotographicDmMax
//
@@ -2759,8 +2765,8 @@ private void InitializeComponent()
this.labelCapePhotographicDmMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCapePhotographicDmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCapePhotographicDmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCapePhotographicDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCapePhotographicDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCapePhotographicDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCapePhotographicDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCapePhotographicDmMax
//
@@ -2774,8 +2780,8 @@ private void InitializeComponent()
this.textBoxCapePhotographicDmMax.TabIndex = 376;
this.textBoxCapePhotographicDmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCapePhotographicDmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCapePhotographicDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCapePhotographicDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCapePhotographicDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCapePhotographicDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCapePhotographicDmMin
//
@@ -2793,8 +2799,8 @@ private void InitializeComponent()
this.labelCapePhotographicDmMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCapePhotographicDmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCapePhotographicDmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCapePhotographicDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCapePhotographicDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCapePhotographicDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCapePhotographicDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCapePhotographicDmMin
//
@@ -2808,8 +2814,8 @@ private void InitializeComponent()
this.textBoxCapePhotographicDmMin.TabIndex = 374;
this.textBoxCapePhotographicDmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCapePhotographicDmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCapePhotographicDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCapePhotographicDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCapePhotographicDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCapePhotographicDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCordobaDmMax
//
@@ -2827,8 +2833,8 @@ private void InitializeComponent()
this.labelCordobaDmMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCordobaDmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCordobaDmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCordobaDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCordobaDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCordobaDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCordobaDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCordobaDmMax
//
@@ -2842,8 +2848,8 @@ private void InitializeComponent()
this.textBoxCordobaDmMax.TabIndex = 366;
this.textBoxCordobaDmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCordobaDmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCordobaDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCordobaDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCordobaDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCordobaDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCordobaDmMin
//
@@ -2861,8 +2867,8 @@ private void InitializeComponent()
this.labelCordobaDmMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCordobaDmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCordobaDmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCordobaDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCordobaDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCordobaDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCordobaDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCordobaDmMin
//
@@ -2876,8 +2882,8 @@ private void InitializeComponent()
this.textBoxCordobaDmMin.TabIndex = 364;
this.textBoxCordobaDmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCordobaDmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCordobaDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCordobaDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCordobaDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCordobaDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelBonnerDmMax
//
@@ -2895,8 +2901,8 @@ private void InitializeComponent()
this.labelBonnerDmMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelBonnerDmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelBonnerDmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelBonnerDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelBonnerDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelBonnerDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelBonnerDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxBonnerDmMax
//
@@ -2910,8 +2916,8 @@ private void InitializeComponent()
this.textBoxBonnerDmMax.TabIndex = 356;
this.textBoxBonnerDmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxBonnerDmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxBonnerDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxBonnerDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxBonnerDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxBonnerDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelBonnerDmMin
//
@@ -2929,8 +2935,8 @@ private void InitializeComponent()
this.labelBonnerDmMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelBonnerDmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelBonnerDmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelBonnerDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelBonnerDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelBonnerDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelBonnerDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxBonnerDmMin
//
@@ -2944,8 +2950,8 @@ private void InitializeComponent()
this.textBoxBonnerDmMin.TabIndex = 354;
this.textBoxBonnerDmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxBonnerDmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxBonnerDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxBonnerDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxBonnerDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxBonnerDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHdNumberMax
//
@@ -2963,8 +2969,8 @@ private void InitializeComponent()
this.labelHdNumberMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelHdNumberMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelHdNumberMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelHdNumberMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelHdNumberMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelHdNumberMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHdNumberMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxHdNumberMax
//
@@ -2978,8 +2984,8 @@ private void InitializeComponent()
this.textBoxHdNumberMax.TabIndex = 346;
this.textBoxHdNumberMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxHdNumberMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxHdNumberMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxHdNumberMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxHdNumberMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHdNumberMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHdNumberMin
//
@@ -2997,8 +3003,8 @@ private void InitializeComponent()
this.labelHdNumberMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelHdNumberMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelHdNumberMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelHdNumberMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelHdNumberMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelHdNumberMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHdNumberMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxHdNumberMin
//
@@ -3012,8 +3018,8 @@ private void InitializeComponent()
this.textBoxHdNumberMin.TabIndex = 344;
this.textBoxHdNumberMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxHdNumberMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxHdNumberMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxHdNumberMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxHdNumberMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHdNumberMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelExistenceOfNotesMax
//
@@ -3031,8 +3037,8 @@ private void InitializeComponent()
this.labelExistenceOfNotesMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelExistenceOfNotesMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelExistenceOfNotesMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelExistenceOfNotesMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelExistenceOfNotesMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelExistenceOfNotesMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelExistenceOfNotesMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxExistenceOfNotesMax
//
@@ -3046,8 +3052,8 @@ private void InitializeComponent()
this.textBoxExistenceOfNotesMax.TabIndex = 336;
this.textBoxExistenceOfNotesMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxExistenceOfNotesMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxExistenceOfNotesMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxExistenceOfNotesMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxExistenceOfNotesMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxExistenceOfNotesMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelExistenceOfNotesMin
//
@@ -3065,8 +3071,8 @@ private void InitializeComponent()
this.labelExistenceOfNotesMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelExistenceOfNotesMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelExistenceOfNotesMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelExistenceOfNotesMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelExistenceOfNotesMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelExistenceOfNotesMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelExistenceOfNotesMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxExistenceOfNotesmin
//
@@ -3080,8 +3086,8 @@ private void InitializeComponent()
this.textBoxExistenceOfNotesmin.TabIndex = 334;
this.textBoxExistenceOfNotesmin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxExistenceOfNotesmin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxExistenceOfNotesmin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxExistenceOfNotesmin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxExistenceOfNotesmin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxExistenceOfNotesmin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelIdentificationChartMax
//
@@ -3099,8 +3105,8 @@ private void InitializeComponent()
this.labelIdentificationChartMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelIdentificationChartMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelIdentificationChartMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelIdentificationChartMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelIdentificationChartMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelIdentificationChartMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelIdentificationChartMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxIdentificationChartMax
//
@@ -3114,8 +3120,8 @@ private void InitializeComponent()
this.textBoxIdentificationChartMax.TabIndex = 326;
this.textBoxIdentificationChartMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxIdentificationChartMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxIdentificationChartMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxIdentificationChartMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxIdentificationChartMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxIdentificationChartMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelIdentificationChartMin
//
@@ -3133,8 +3139,8 @@ private void InitializeComponent()
this.labelIdentificationChartMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelIdentificationChartMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelIdentificationChartMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelIdentificationChartMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelIdentificationChartMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelIdentificationChartMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelIdentificationChartMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxIdentificationChartMin
//
@@ -3148,8 +3154,8 @@ private void InitializeComponent()
this.textBoxIdentificationChartMin.TabIndex = 324;
this.textBoxIdentificationChartMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxIdentificationChartMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxIdentificationChartMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxIdentificationChartMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxIdentificationChartMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxIdentificationChartMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelFlagIndicatingSurveyStarMax
//
@@ -3167,8 +3173,8 @@ private void InitializeComponent()
this.labelFlagIndicatingSurveyStarMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelFlagIndicatingSurveyStarMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelFlagIndicatingSurveyStarMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelFlagIndicatingSurveyStarMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelFlagIndicatingSurveyStarMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelFlagIndicatingSurveyStarMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelFlagIndicatingSurveyStarMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxFlagIndicatingSurveyStarMax
//
@@ -3182,8 +3188,8 @@ private void InitializeComponent()
this.textBoxFlagIndicatingSurveyStarMax.TabIndex = 316;
this.textBoxFlagIndicatingSurveyStarMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxFlagIndicatingSurveyStarMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxFlagIndicatingSurveyStarMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxFlagIndicatingSurveyStarMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxFlagIndicatingSurveyStarMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxFlagIndicatingSurveyStarMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelFlagIndicatingSurveyStarMin
//
@@ -3201,8 +3207,8 @@ private void InitializeComponent()
this.labelFlagIndicatingSurveyStarMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelFlagIndicatingSurveyStarMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelFlagIndicatingSurveyStarMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelFlagIndicatingSurveyStarMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelFlagIndicatingSurveyStarMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelFlagIndicatingSurveyStarMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelFlagIndicatingSurveyStarMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxFlagIndicatingSurveyStarMin
//
@@ -3216,8 +3222,8 @@ private void InitializeComponent()
this.textBoxFlagIndicatingSurveyStarMin.TabIndex = 307;
this.textBoxFlagIndicatingSurveyStarMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxFlagIndicatingSurveyStarMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxFlagIndicatingSurveyStarMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxFlagIndicatingSurveyStarMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxFlagIndicatingSurveyStarMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxFlagIndicatingSurveyStarMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMagnitudeDifferenceBetweenComponentsMax
//
@@ -3235,8 +3241,8 @@ private void InitializeComponent()
this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMax
//
@@ -3250,8 +3256,8 @@ private void InitializeComponent()
this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMax.TabIndex = 299;
this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMagnitudeDifferenceBetweenComponentsMin
//
@@ -3269,8 +3275,8 @@ private void InitializeComponent()
this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMagnitudeDifferenceBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMin
//
@@ -3284,8 +3290,8 @@ private void InitializeComponent()
this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMin.TabIndex = 297;
this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMagnitudeDifferenceBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMagnitudeDifferenceBetweenComponentsMax
//
@@ -3303,8 +3309,8 @@ private void InitializeComponent()
this.labelMagnitudeDifferenceBetweenComponentsMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMagnitudeDifferenceBetweenComponentsMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMagnitudeDifferenceBetweenComponentsMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMagnitudeDifferenceBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMagnitudeDifferenceBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMagnitudeDifferenceBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMagnitudeDifferenceBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMagnitudeDifferenceBetweenComponentsMax
//
@@ -3318,8 +3324,8 @@ private void InitializeComponent()
this.textBoxMagnitudeDifferenceBetweenComponentsMax.TabIndex = 289;
this.textBoxMagnitudeDifferenceBetweenComponentsMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMagnitudeDifferenceBetweenComponentsMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMagnitudeDifferenceBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMagnitudeDifferenceBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMagnitudeDifferenceBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMagnitudeDifferenceBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMagnitudeDifferenceBetweenComponentsMin
//
@@ -3337,8 +3343,8 @@ private void InitializeComponent()
this.labelMagnitudeDifferenceBetweenComponentsMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMagnitudeDifferenceBetweenComponentsMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMagnitudeDifferenceBetweenComponentsMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMagnitudeDifferenceBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMagnitudeDifferenceBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMagnitudeDifferenceBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMagnitudeDifferenceBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMagnitudeDifferenceBetweenComponentsMin
//
@@ -3352,8 +3358,8 @@ private void InitializeComponent()
this.textBoxMagnitudeDifferenceBetweenComponentsMin.TabIndex = 287;
this.textBoxMagnitudeDifferenceBetweenComponentsMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMagnitudeDifferenceBetweenComponentsMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMagnitudeDifferenceBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMagnitudeDifferenceBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMagnitudeDifferenceBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMagnitudeDifferenceBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorRhoMax
//
@@ -3371,8 +3377,8 @@ private void InitializeComponent()
this.labelStandardErrorRhoMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorRhoMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorRhoMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorRhoMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorRhoMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorRhoMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorRhoMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorRhoMax
//
@@ -3386,8 +3392,8 @@ private void InitializeComponent()
this.textBoxStandardErrorRhoMax.TabIndex = 279;
this.textBoxStandardErrorRhoMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorRhoMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorRhoMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorRhoMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorRhoMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorRhoMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorRhoMin
//
@@ -3405,8 +3411,8 @@ private void InitializeComponent()
this.labelStandardErrorRhoMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorRhoMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorRhoMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorRhoMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorRhoMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorRhoMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorRhoMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorRhoMin
//
@@ -3420,8 +3426,8 @@ private void InitializeComponent()
this.textBoxStandardErrorRhoMin.TabIndex = 275;
this.textBoxStandardErrorRhoMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorRhoMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorRhoMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorRhoMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorRhoMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorRhoMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAngularSeparationBetweenComponentsMax
//
@@ -3439,8 +3445,8 @@ private void InitializeComponent()
this.labelAngularSeparationBetweenComponentsMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelAngularSeparationBetweenComponentsMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelAngularSeparationBetweenComponentsMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelAngularSeparationBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelAngularSeparationBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelAngularSeparationBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAngularSeparationBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxAngularSeparationBetweenComponentsMax
//
@@ -3454,8 +3460,8 @@ private void InitializeComponent()
this.textBoxAngularSeparationBetweenComponentsMax.TabIndex = 267;
this.textBoxAngularSeparationBetweenComponentsMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxAngularSeparationBetweenComponentsMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxAngularSeparationBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxAngularSeparationBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxAngularSeparationBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAngularSeparationBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAngularSeparationBetweenComponentsMin
//
@@ -3473,8 +3479,8 @@ private void InitializeComponent()
this.labelAngularSeparationBetweenComponentsMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelAngularSeparationBetweenComponentsMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelAngularSeparationBetweenComponentsMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelAngularSeparationBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelAngularSeparationBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelAngularSeparationBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAngularSeparationBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxAngularSeparationBetweenComponentsMin
//
@@ -3488,8 +3494,8 @@ private void InitializeComponent()
this.textBoxAngularSeparationBetweenComponentsMin.TabIndex = 265;
this.textBoxAngularSeparationBetweenComponentsMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxAngularSeparationBetweenComponentsMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxAngularSeparationBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxAngularSeparationBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxAngularSeparationBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAngularSeparationBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelPositionAngleBetweenComponentsMax
//
@@ -3507,8 +3513,8 @@ private void InitializeComponent()
this.labelPositionAngleBetweenComponentsMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelPositionAngleBetweenComponentsMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelPositionAngleBetweenComponentsMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelPositionAngleBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelPositionAngleBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelPositionAngleBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelPositionAngleBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxPositionAngleBetweenComponentsMax
//
@@ -3522,8 +3528,8 @@ private void InitializeComponent()
this.textBoxPositionAngleBetweenComponentsMax.TabIndex = 257;
this.textBoxPositionAngleBetweenComponentsMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxPositionAngleBetweenComponentsMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxPositionAngleBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxPositionAngleBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxPositionAngleBetweenComponentsMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxPositionAngleBetweenComponentsMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelPositionAngleBetweenComponentsMin
//
@@ -3541,8 +3547,8 @@ private void InitializeComponent()
this.labelPositionAngleBetweenComponentsMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelPositionAngleBetweenComponentsMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelPositionAngleBetweenComponentsMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelPositionAngleBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelPositionAngleBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelPositionAngleBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelPositionAngleBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxPositionAngleBetweenComponentsMin
//
@@ -3556,8 +3562,8 @@ private void InitializeComponent()
this.textBoxPositionAngleBetweenComponentsMin.TabIndex = 255;
this.textBoxPositionAngleBetweenComponentsMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxPositionAngleBetweenComponentsMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxPositionAngleBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxPositionAngleBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxPositionAngleBetweenComponentsMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxPositionAngleBetweenComponentsMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelComponentIdentifiersMax
//
@@ -3575,8 +3581,8 @@ private void InitializeComponent()
this.labelComponentIdentifiersMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelComponentIdentifiersMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelComponentIdentifiersMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelComponentIdentifiersMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelComponentIdentifiersMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelComponentIdentifiersMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelComponentIdentifiersMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxComponentIdentifiersMax
//
@@ -3590,8 +3596,8 @@ private void InitializeComponent()
this.textBoxComponentIdentifiersMax.TabIndex = 247;
this.textBoxComponentIdentifiersMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxComponentIdentifiersMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxComponentIdentifiersMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxComponentIdentifiersMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxComponentIdentifiersMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxComponentIdentifiersMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelComponentIdentifiersMin
//
@@ -3609,8 +3615,8 @@ private void InitializeComponent()
this.labelComponentIdentifiersMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelComponentIdentifiersMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelComponentIdentifiersMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelComponentIdentifiersMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelComponentIdentifiersMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelComponentIdentifiersMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelComponentIdentifiersMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxComponentIdentifiersMin
//
@@ -3624,8 +3630,8 @@ private void InitializeComponent()
this.textBoxComponentIdentifiersMin.TabIndex = 245;
this.textBoxComponentIdentifiersMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxComponentIdentifiersMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxComponentIdentifiersMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxComponentIdentifiersMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxComponentIdentifiersMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxComponentIdentifiersMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSolutionQualityMax
//
@@ -3643,8 +3649,8 @@ private void InitializeComponent()
this.labelSolutionQualityMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelSolutionQualityMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSolutionQualityMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSolutionQualityMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSolutionQualityMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSolutionQualityMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSolutionQualityMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSolutionQualityMax
//
@@ -3658,8 +3664,8 @@ private void InitializeComponent()
this.textBoxSolutionQualityMax.TabIndex = 237;
this.textBoxSolutionQualityMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxSolutionQualityMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxSolutionQualityMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxSolutionQualityMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxSolutionQualityMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSolutionQualityMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSolutionQualityMin
//
@@ -3677,8 +3683,8 @@ private void InitializeComponent()
this.labelSolutionQualityMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelSolutionQualityMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSolutionQualityMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSolutionQualityMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSolutionQualityMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSolutionQualityMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSolutionQualityMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSolutionQualityMin
//
@@ -3692,8 +3698,8 @@ private void InitializeComponent()
this.textBoxSolutionQualityMin.TabIndex = 235;
this.textBoxSolutionQualityMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxSolutionQualityMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxSolutionQualityMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxSolutionQualityMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxSolutionQualityMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSolutionQualityMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAstrometricSourceFlagMax
//
@@ -3711,8 +3717,8 @@ private void InitializeComponent()
this.labelAstrometricSourceFlagMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelAstrometricSourceFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelAstrometricSourceFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelAstrometricSourceFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelAstrometricSourceFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelAstrometricSourceFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAstrometricSourceFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxAstrometricSourceFlagMax
//
@@ -3726,8 +3732,8 @@ private void InitializeComponent()
this.textBoxAstrometricSourceFlagMax.TabIndex = 227;
this.textBoxAstrometricSourceFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxAstrometricSourceFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxAstrometricSourceFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxAstrometricSourceFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxAstrometricSourceFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAstrometricSourceFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAstrometricSourceFlagMin
//
@@ -3745,8 +3751,8 @@ private void InitializeComponent()
this.labelAstrometricSourceFlagMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelAstrometricSourceFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelAstrometricSourceFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelAstrometricSourceFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelAstrometricSourceFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelAstrometricSourceFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAstrometricSourceFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxAstrometricSourceFlagMin
//
@@ -3760,8 +3766,8 @@ private void InitializeComponent()
this.textBoxAstrometricSourceFlagMin.TabIndex = 225;
this.textBoxAstrometricSourceFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxAstrometricSourceFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxAstrometricSourceFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxAstrometricSourceFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxAstrometricSourceFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAstrometricSourceFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMultipleSystemsFlagMax
//
@@ -3779,8 +3785,8 @@ private void InitializeComponent()
this.labelMultipleSystemsFlagMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMultipleSystemsFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMultipleSystemsFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMultipleSystemsFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMultipleSystemsFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMultipleSystemsFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMultipleSystemsFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMultipleSystemsFlagMax
//
@@ -3794,8 +3800,8 @@ private void InitializeComponent()
this.textBoxMultipleSystemsFlagMax.TabIndex = 217;
this.textBoxMultipleSystemsFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMultipleSystemsFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMultipleSystemsFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMultipleSystemsFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMultipleSystemsFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMultipleSystemsFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMultipleSystemsFlagMin
//
@@ -3813,8 +3819,8 @@ private void InitializeComponent()
this.labelMultipleSystemsFlagMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMultipleSystemsFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMultipleSystemsFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMultipleSystemsFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMultipleSystemsFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMultipleSystemsFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMultipleSystemsFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMultipleSystemsFlagMin
//
@@ -3828,8 +3834,8 @@ private void InitializeComponent()
this.textBoxMultipleSystemsFlagMin.TabIndex = 215;
this.textBoxMultipleSystemsFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMultipleSystemsFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMultipleSystemsFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMultipleSystemsFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMultipleSystemsFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMultipleSystemsFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberComponentsInThisEntryMax
//
@@ -3847,8 +3853,8 @@ private void InitializeComponent()
this.labelNumberComponentsInThisEntryMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelNumberComponentsInThisEntryMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelNumberComponentsInThisEntryMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelNumberComponentsInThisEntryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelNumberComponentsInThisEntryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelNumberComponentsInThisEntryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberComponentsInThisEntryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxNumberComponentsInThisEntryMax
//
@@ -3862,8 +3868,8 @@ private void InitializeComponent()
this.textBoxNumberComponentsInThisEntryMax.TabIndex = 207;
this.textBoxNumberComponentsInThisEntryMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxNumberComponentsInThisEntryMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxNumberComponentsInThisEntryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxNumberComponentsInThisEntryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxNumberComponentsInThisEntryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberComponentsInThisEntryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberComponentsInThisEntryMin
//
@@ -3881,8 +3887,8 @@ private void InitializeComponent()
this.labelNumberComponentsInThisEntryMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelNumberComponentsInThisEntryMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelNumberComponentsInThisEntryMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelNumberComponentsInThisEntryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelNumberComponentsInThisEntryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelNumberComponentsInThisEntryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberComponentsInThisEntryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxNumberComponentsInThisEntryMin
//
@@ -3896,8 +3902,8 @@ private void InitializeComponent()
this.textBoxNumberComponentsInThisEntryMin.TabIndex = 205;
this.textBoxNumberComponentsInThisEntryMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxNumberComponentsInThisEntryMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxNumberComponentsInThisEntryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxNumberComponentsInThisEntryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxNumberComponentsInThisEntryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberComponentsInThisEntryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberEntriesWithSameCcdmMax
//
@@ -3915,8 +3921,8 @@ private void InitializeComponent()
this.labelNumberEntriesWithSameCcdmMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelNumberEntriesWithSameCcdmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelNumberEntriesWithSameCcdmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelNumberEntriesWithSameCcdmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelNumberEntriesWithSameCcdmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelNumberEntriesWithSameCcdmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberEntriesWithSameCcdmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxNumberEntriesWithSameCcdmMax
//
@@ -3930,8 +3936,8 @@ private void InitializeComponent()
this.textBoxNumberEntriesWithSameCcdmMax.TabIndex = 197;
this.textBoxNumberEntriesWithSameCcdmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxNumberEntriesWithSameCcdmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxNumberEntriesWithSameCcdmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxNumberEntriesWithSameCcdmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxNumberEntriesWithSameCcdmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberEntriesWithSameCcdmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberEntriesWithSameCcdm
//
@@ -3949,8 +3955,8 @@ private void InitializeComponent()
this.labelNumberEntriesWithSameCcdm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelNumberEntriesWithSameCcdm.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelNumberEntriesWithSameCcdm.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelNumberEntriesWithSameCcdm.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelNumberEntriesWithSameCcdm.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelNumberEntriesWithSameCcdm.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberEntriesWithSameCcdm.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxNumberEntriesWithSameCcdmMin
//
@@ -3964,8 +3970,8 @@ private void InitializeComponent()
this.textBoxNumberEntriesWithSameCcdmMin.TabIndex = 195;
this.textBoxNumberEntriesWithSameCcdmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxNumberEntriesWithSameCcdmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxNumberEntriesWithSameCcdmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxNumberEntriesWithSameCcdmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxNumberEntriesWithSameCcdmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberEntriesWithSameCcdmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHistoricalStatusFlagMax
//
@@ -3983,8 +3989,8 @@ private void InitializeComponent()
this.labelHistoricalStatusFlagMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelHistoricalStatusFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelHistoricalStatusFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelHistoricalStatusFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelHistoricalStatusFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelHistoricalStatusFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHistoricalStatusFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxHistoricalStatusFlagMax
//
@@ -3998,8 +4004,8 @@ private void InitializeComponent()
this.textBoxHistoricalStatusFlagMax.TabIndex = 187;
this.textBoxHistoricalStatusFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxHistoricalStatusFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxHistoricalStatusFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxHistoricalStatusFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxHistoricalStatusFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHistoricalStatusFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHistoricalStatusFlagMin
//
@@ -4017,8 +4023,8 @@ private void InitializeComponent()
this.labelHistoricalStatusFlagMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelHistoricalStatusFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelHistoricalStatusFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelHistoricalStatusFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelHistoricalStatusFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelHistoricalStatusFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHistoricalStatusFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxHistoricalStatusFlagMin
//
@@ -4032,8 +4038,8 @@ private void InitializeComponent()
this.textBoxHistoricalStatusFlagMin.TabIndex = 185;
this.textBoxHistoricalStatusFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxHistoricalStatusFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxHistoricalStatusFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxHistoricalStatusFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxHistoricalStatusFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHistoricalStatusFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCcdmIdentifierMax
//
@@ -4051,8 +4057,8 @@ private void InitializeComponent()
this.labelCcdmIdentifierMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCcdmIdentifierMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCcdmIdentifierMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCcdmIdentifierMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCcdmIdentifierMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCcdmIdentifierMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCcdmIdentifierMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCcdmIdentifierMax
//
@@ -4066,8 +4072,8 @@ private void InitializeComponent()
this.textBoxCcdmIdentifierMax.TabIndex = 177;
this.textBoxCcdmIdentifierMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCcdmIdentifierMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCcdmIdentifierMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCcdmIdentifierMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCcdmIdentifierMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCcdmIdentifierMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCcdmIdentifierMin
//
@@ -4085,8 +4091,8 @@ private void InitializeComponent()
this.labelCcdmIdentifierMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCcdmIdentifierMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCcdmIdentifierMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCcdmIdentifierMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCcdmIdentifierMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCcdmIdentifierMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCcdmIdentifierMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCcdmIdentifierMin
//
@@ -4100,8 +4106,8 @@ private void InitializeComponent()
this.textBoxCcdmIdentifierMin.TabIndex = 175;
this.textBoxCcdmIdentifierMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCcdmIdentifierMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCcdmIdentifierMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCcdmIdentifierMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCcdmIdentifierMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCcdmIdentifierMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelLightCurveAnnexMax
//
@@ -4119,8 +4125,8 @@ private void InitializeComponent()
this.labelLightCurveAnnexMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelLightCurveAnnexMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelLightCurveAnnexMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelLightCurveAnnexMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelLightCurveAnnexMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelLightCurveAnnexMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelLightCurveAnnexMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxLightCurveAnnexMax
//
@@ -4134,8 +4140,8 @@ private void InitializeComponent()
this.textBoxLightCurveAnnexMax.TabIndex = 167;
this.textBoxLightCurveAnnexMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxLightCurveAnnexMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxLightCurveAnnexMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxLightCurveAnnexMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxLightCurveAnnexMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxLightCurveAnnexMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelLightCurveAnnexMin
//
@@ -4153,8 +4159,8 @@ private void InitializeComponent()
this.labelLightCurveAnnexMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelLightCurveAnnexMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelLightCurveAnnexMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelLightCurveAnnexMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelLightCurveAnnexMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelLightCurveAnnexMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelLightCurveAnnexMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxLightCurveAnnexMin
//
@@ -4168,8 +4174,8 @@ private void InitializeComponent()
this.textBoxLightCurveAnnexMin.TabIndex = 165;
this.textBoxLightCurveAnnexMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxLightCurveAnnexMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxLightCurveAnnexMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxLightCurveAnnexMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxLightCurveAnnexMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxLightCurveAnnexMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAdditionalDataAboutVariabilityMax
//
@@ -4187,8 +4193,8 @@ private void InitializeComponent()
this.labelAdditionalDataAboutVariabilityMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelAdditionalDataAboutVariabilityMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelAdditionalDataAboutVariabilityMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelAdditionalDataAboutVariabilityMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelAdditionalDataAboutVariabilityMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelAdditionalDataAboutVariabilityMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAdditionalDataAboutVariabilityMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxAdditionalDataAboutVariabilityMax
//
@@ -4202,8 +4208,8 @@ private void InitializeComponent()
this.textBoxAdditionalDataAboutVariabilityMax.TabIndex = 157;
this.textBoxAdditionalDataAboutVariabilityMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxAdditionalDataAboutVariabilityMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxAdditionalDataAboutVariabilityMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxAdditionalDataAboutVariabilityMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxAdditionalDataAboutVariabilityMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAdditionalDataAboutVariabilityMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAdditionalDataAboutVariabilityMin
//
@@ -4221,8 +4227,8 @@ private void InitializeComponent()
this.labelAdditionalDataAboutVariabilityMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelAdditionalDataAboutVariabilityMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelAdditionalDataAboutVariabilityMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelAdditionalDataAboutVariabilityMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelAdditionalDataAboutVariabilityMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelAdditionalDataAboutVariabilityMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAdditionalDataAboutVariabilityMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxAdditionalDataAboutVariabilityMin
//
@@ -4236,8 +4242,8 @@ private void InitializeComponent()
this.textBoxAdditionalDataAboutVariabilityMin.TabIndex = 155;
this.textBoxAdditionalDataAboutVariabilityMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxAdditionalDataAboutVariabilityMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxAdditionalDataAboutVariabilityMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxAdditionalDataAboutVariabilityMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxAdditionalDataAboutVariabilityMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAdditionalDataAboutVariabilityMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVariabilityTypeMax
//
@@ -4255,8 +4261,8 @@ private void InitializeComponent()
this.labelVariabilityTypeMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelVariabilityTypeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelVariabilityTypeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelVariabilityTypeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelVariabilityTypeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelVariabilityTypeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVariabilityTypeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxVariabilityTypeMax
//
@@ -4270,8 +4276,8 @@ private void InitializeComponent()
this.textBoxVariabilityTypeMax.TabIndex = 147;
this.textBoxVariabilityTypeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxVariabilityTypeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxVariabilityTypeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxVariabilityTypeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxVariabilityTypeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVariabilityTypeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVariabilityTypeMin
//
@@ -4289,8 +4295,8 @@ private void InitializeComponent()
this.labelVariabilityTypeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelVariabilityTypeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelVariabilityTypeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelVariabilityTypeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelVariabilityTypeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelVariabilityTypeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVariabilityTypeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxVariabilityTypeMin
//
@@ -4304,8 +4310,8 @@ private void InitializeComponent()
this.textBoxVariabilityTypeMin.TabIndex = 145;
this.textBoxVariabilityTypeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxVariabilityTypeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxVariabilityTypeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxVariabilityTypeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxVariabilityTypeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVariabilityTypeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVariabilityPeriodMax
//
@@ -4323,8 +4329,8 @@ private void InitializeComponent()
this.labelVariabilityPeriodMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelVariabilityPeriodMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelVariabilityPeriodMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelVariabilityPeriodMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelVariabilityPeriodMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelVariabilityPeriodMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVariabilityPeriodMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxVariabilityPeriodMax
//
@@ -4338,8 +4344,8 @@ private void InitializeComponent()
this.textBoxVariabilityPeriodMax.TabIndex = 137;
this.textBoxVariabilityPeriodMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxVariabilityPeriodMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxVariabilityPeriodMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxVariabilityPeriodMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxVariabilityPeriodMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVariabilityPeriodMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVariabilityPeriodMin
//
@@ -4357,8 +4363,8 @@ private void InitializeComponent()
this.labelVariabilityPeriodMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelVariabilityPeriodMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelVariabilityPeriodMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelVariabilityPeriodMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelVariabilityPeriodMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelVariabilityPeriodMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVariabilityPeriodMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxVariabilityPeriodMin
//
@@ -4372,8 +4378,8 @@ private void InitializeComponent()
this.textBoxVariabilityPeriodMin.TabIndex = 135;
this.textBoxVariabilityPeriodMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxVariabilityPeriodMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxVariabilityPeriodMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxVariabilityPeriodMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxVariabilityPeriodMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVariabilityPeriodMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMedianMagnitudeInHipparcosSystemAtMinimumMax
//
@@ -4391,8 +4397,8 @@ private void InitializeComponent()
this.labelMedianMagnitudeInHipparcosSystemAtMinimumMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMedianMagnitudeInHipparcosSystemAtMinimumMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMedianMagnitudeInHipparcosSystemAtMinimumMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMedianMagnitudeInHipparcosSystemAtMinimumMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMedianMagnitudeInHipparcosSystemAtMinimumMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMedianMagnitudeInHipparcosSystemAtMinimumMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMedianMagnitudeInHipparcosSystemAtMinimumMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMedianMagnitudeInHipparcosSystemAtMinimumMax
//
@@ -4406,8 +4412,8 @@ private void InitializeComponent()
this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMax.TabIndex = 127;
this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMedianMagnitudeInHipparcosSystemAtMinimumMin
//
@@ -4425,8 +4431,8 @@ private void InitializeComponent()
this.labelMedianMagnitudeInHipparcosSystemAtMinimumMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMedianMagnitudeInHipparcosSystemAtMinimumMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMedianMagnitudeInHipparcosSystemAtMinimumMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMedianMagnitudeInHipparcosSystemAtMinimumMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMedianMagnitudeInHipparcosSystemAtMinimumMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMedianMagnitudeInHipparcosSystemAtMinimumMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMedianMagnitudeInHipparcosSystemAtMinimumMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMedianMagnitudeInHipparcosSystemAtMinimumMin
//
@@ -4440,8 +4446,8 @@ private void InitializeComponent()
this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMin.TabIndex = 125;
this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMedianMagnitudeInHipparcosSystemAtMinimumMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMedianMagnitudeInHipparcosSystemAtMaximumMax
//
@@ -4459,8 +4465,8 @@ private void InitializeComponent()
this.labelMedianMagnitudeInHipparcosSystemAtMaximumMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMedianMagnitudeInHipparcosSystemAtMaximumMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMedianMagnitudeInHipparcosSystemAtMaximumMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMedianMagnitudeInHipparcosSystemAtMaximumMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMedianMagnitudeInHipparcosSystemAtMaximumMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMedianMagnitudeInHipparcosSystemAtMaximumMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMedianMagnitudeInHipparcosSystemAtMaximumMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMedianMagnitudeInHipparcosSystemAtMaximumMax
//
@@ -4474,8 +4480,8 @@ private void InitializeComponent()
this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMax.TabIndex = 117;
this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMedianMagnitudeInHipparcosSystemAtMaximumMin
//
@@ -4493,8 +4499,8 @@ private void InitializeComponent()
this.labelMedianMagnitudeInHipparcosSystemAtMaximumMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMedianMagnitudeInHipparcosSystemAtMaximumMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMedianMagnitudeInHipparcosSystemAtMaximumMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMedianMagnitudeInHipparcosSystemAtMaximumMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMedianMagnitudeInHipparcosSystemAtMaximumMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMedianMagnitudeInHipparcosSystemAtMaximumMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMedianMagnitudeInHipparcosSystemAtMaximumMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMedianMagnitudeInHipparcosSystemAtMaximumMin
//
@@ -4508,8 +4514,8 @@ private void InitializeComponent()
this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMin.TabIndex = 115;
this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMedianMagnitudeInHipparcosSystemAtMaximumMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelReferenceFlagForMedianMagnitudeInHipparcosSystemMax
//
@@ -4527,8 +4533,8 @@ private void InitializeComponent()
this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMax
//
@@ -4542,8 +4548,8 @@ private void InitializeComponent()
this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMax.TabIndex = 107;
this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelReferenceFlagForMedianMagnitudeInHipparcosSystemMin
//
@@ -4561,8 +4567,8 @@ private void InitializeComponent()
this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMin
//
@@ -4576,8 +4582,8 @@ private void InitializeComponent()
this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMin.TabIndex = 105;
this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxReferenceFlagForMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberObservationsForMedianMagnitudeInHipparcosSysteMax
//
@@ -4595,8 +4601,8 @@ private void InitializeComponent()
this.labelNumberObservationsForMedianMagnitudeInHipparcosSysteMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelNumberObservationsForMedianMagnitudeInHipparcosSysteMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelNumberObservationsForMedianMagnitudeInHipparcosSysteMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelNumberObservationsForMedianMagnitudeInHipparcosSysteMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelNumberObservationsForMedianMagnitudeInHipparcosSysteMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelNumberObservationsForMedianMagnitudeInHipparcosSysteMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberObservationsForMedianMagnitudeInHipparcosSysteMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMax
//
@@ -4610,8 +4616,8 @@ private void InitializeComponent()
this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMax.TabIndex = 97;
this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberObservationsForMedianMagnitudeInHipparcosSystemMin
//
@@ -4629,8 +4635,8 @@ private void InitializeComponent()
this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberObservationsForMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMin
//
@@ -4644,8 +4650,8 @@ private void InitializeComponent()
this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMin.TabIndex = 95;
this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberObservationsForMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelScatterMedianMagnitudeInHipparcosSystemMax
//
@@ -4663,8 +4669,8 @@ private void InitializeComponent()
this.labelScatterMedianMagnitudeInHipparcosSystemMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelScatterMedianMagnitudeInHipparcosSystemMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelScatterMedianMagnitudeInHipparcosSystemMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelScatterMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelScatterMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelScatterMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelScatterMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxScatterMedianMagnitudeInHipparcosSystemMax
//
@@ -4678,8 +4684,8 @@ private void InitializeComponent()
this.textBoxScatterMedianMagnitudeInHipparcosSystemMax.TabIndex = 87;
this.textBoxScatterMedianMagnitudeInHipparcosSystemMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxScatterMedianMagnitudeInHipparcosSystemMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxScatterMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxScatterMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxScatterMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxScatterMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelScatterMedianMagnitudeInHipparcosSystemMin
//
@@ -4697,8 +4703,8 @@ private void InitializeComponent()
this.labelScatterMedianMagnitudeInHipparcosSystemMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelScatterMedianMagnitudeInHipparcosSystemMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelScatterMedianMagnitudeInHipparcosSystemMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelScatterMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelScatterMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelScatterMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelScatterMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxScatterMedianMagnitudeInHipparcosSystemMin
//
@@ -4712,8 +4718,8 @@ private void InitializeComponent()
this.textBoxScatterMedianMagnitudeInHipparcosSystemMin.TabIndex = 85;
this.textBoxScatterMedianMagnitudeInHipparcosSystemMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxScatterMedianMagnitudeInHipparcosSystemMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxScatterMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxScatterMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxScatterMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxScatterMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMedianMagnitudeInHipparcosSystemMax
//
@@ -4731,8 +4737,8 @@ private void InitializeComponent()
this.labelStandardErrorMedianMagnitudeInHipparcosSystemMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorMedianMagnitudeInHipparcosSystemMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorMedianMagnitudeInHipparcosSystemMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorMedianMagnitudeInHipparcosSystemMax
//
@@ -4746,8 +4752,8 @@ private void InitializeComponent()
this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMax.TabIndex = 70;
this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMedianMagnitudeInHipparcosSystemMin
//
@@ -4765,8 +4771,8 @@ private void InitializeComponent()
this.labelStandardErrorMedianMagnitudeInHipparcosSystemMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorMedianMagnitudeInHipparcosSystemMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorMedianMagnitudeInHipparcosSystemMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorMedianMagnitudeInHipparcosSystemMin
//
@@ -4780,8 +4786,8 @@ private void InitializeComponent()
this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMin.TabIndex = 68;
this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMedianMagnitudeInHipparcosSystemMax
//
@@ -4799,8 +4805,8 @@ private void InitializeComponent()
this.labelMedianMagnitudeInHipparcosSystemMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMedianMagnitudeInHipparcosSystemMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMedianMagnitudeInHipparcosSystemMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMedianMagnitudeInHipparcosSystemMax
//
@@ -4814,8 +4820,8 @@ private void InitializeComponent()
this.textBoxMedianMagnitudeInHipparcosSystemMax.TabIndex = 60;
this.textBoxMedianMagnitudeInHipparcosSystemMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMedianMagnitudeInHipparcosSystemMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMedianMagnitudeInHipparcosSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMedianMagnitudeInHipparcosSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMedianMagnitudeInHipparcosSystemMin
//
@@ -4833,8 +4839,8 @@ private void InitializeComponent()
this.labelMedianMagnitudeInHipparcosSystemMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMedianMagnitudeInHipparcosSystemMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMedianMagnitudeInHipparcosSystemMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMedianMagnitudeInHipparcosSystemMin
//
@@ -4848,8 +4854,8 @@ private void InitializeComponent()
this.textBoxMedianMagnitudeInHipparcosSystemMin.TabIndex = 58;
this.textBoxMedianMagnitudeInHipparcosSystemMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMedianMagnitudeInHipparcosSystemMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMedianMagnitudeInHipparcosSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMedianMagnitudeInHipparcosSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelFlagForCombinedMagnitudesMax
//
@@ -4867,8 +4873,8 @@ private void InitializeComponent()
this.labelFlagForCombinedMagnitudesMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelFlagForCombinedMagnitudesMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelFlagForCombinedMagnitudesMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelFlagForCombinedMagnitudesMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelFlagForCombinedMagnitudesMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelFlagForCombinedMagnitudesMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelFlagForCombinedMagnitudesMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxFlagForCombinedMagnitudesMax
//
@@ -4882,8 +4888,8 @@ private void InitializeComponent()
this.textBoxFlagForCombinedMagnitudesMax.TabIndex = 39;
this.textBoxFlagForCombinedMagnitudesMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxFlagForCombinedMagnitudesMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxFlagForCombinedMagnitudesMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxFlagForCombinedMagnitudesMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxFlagForCombinedMagnitudesMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxFlagForCombinedMagnitudesMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelFlagForCombinedMagnitudesMin
//
@@ -4901,8 +4907,8 @@ private void InitializeComponent()
this.labelFlagForCombinedMagnitudesMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelFlagForCombinedMagnitudesMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelFlagForCombinedMagnitudesMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelFlagForCombinedMagnitudesMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelFlagForCombinedMagnitudesMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelFlagForCombinedMagnitudesMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelFlagForCombinedMagnitudesMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxFlagForCombinedMagnitudesMin
//
@@ -4916,8 +4922,8 @@ private void InitializeComponent()
this.textBoxFlagForCombinedMagnitudesMin.TabIndex = 37;
this.textBoxFlagForCombinedMagnitudesMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxFlagForCombinedMagnitudesMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxFlagForCombinedMagnitudesMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxFlagForCombinedMagnitudesMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxFlagForCombinedMagnitudesMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxFlagForCombinedMagnitudesMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfViMax
//
@@ -4935,8 +4941,8 @@ private void InitializeComponent()
this.labelSourceOfViMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelSourceOfViMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSourceOfViMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSourceOfViMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSourceOfViMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSourceOfViMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfViMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSourceOfViMax
//
@@ -4950,8 +4956,8 @@ private void InitializeComponent()
this.textBoxSourceOfViMax.TabIndex = 29;
this.textBoxSourceOfViMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxSourceOfViMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxSourceOfViMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxSourceOfViMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxSourceOfViMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfViMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfViMin
//
@@ -4969,8 +4975,8 @@ private void InitializeComponent()
this.labelSourceOfViMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelSourceOfViMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSourceOfViMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSourceOfViMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSourceOfViMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSourceOfViMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfViMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSourceOfViMin
//
@@ -4984,8 +4990,8 @@ private void InitializeComponent()
this.textBoxSourceOfViMin.TabIndex = 27;
this.textBoxSourceOfViMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxSourceOfViMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxSourceOfViMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxSourceOfViMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxSourceOfViMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfViMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorViMax
//
@@ -5003,8 +5009,8 @@ private void InitializeComponent()
this.labelStandardErrorViMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorViMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorViMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorViMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorViMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorViMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorViMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorViMax
//
@@ -5018,8 +5024,8 @@ private void InitializeComponent()
this.textBoxStandardErrorViMax.TabIndex = 19;
this.textBoxStandardErrorViMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorViMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorViMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorViMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorViMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorViMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorViMin
//
@@ -5037,8 +5043,8 @@ private void InitializeComponent()
this.labelStandardErrorViMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorViMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorViMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorViMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorViMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorViMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorViMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorViMin
//
@@ -5052,8 +5058,8 @@ private void InitializeComponent()
this.textBoxStandardErrorViMin.TabIndex = 17;
this.textBoxStandardErrorViMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorViMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorViMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorViMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorViMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorViMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelColorIndexInCousinsSystemMax
//
@@ -5071,8 +5077,8 @@ private void InitializeComponent()
this.labelColorIndexInCousinsSystemMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelColorIndexInCousinsSystemMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelColorIndexInCousinsSystemMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelColorIndexInCousinsSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelColorIndexInCousinsSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelColorIndexInCousinsSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelColorIndexInCousinsSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxColorIndexInCousinsSystemMax
//
@@ -5086,8 +5092,8 @@ private void InitializeComponent()
this.textBoxColorIndexInCousinsSystemMax.TabIndex = 9;
this.textBoxColorIndexInCousinsSystemMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxColorIndexInCousinsSystemMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxColorIndexInCousinsSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxColorIndexInCousinsSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxColorIndexInCousinsSystemMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxColorIndexInCousinsSystemMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelColorIndexInCousinsSystemMin
//
@@ -5105,8 +5111,8 @@ private void InitializeComponent()
this.labelColorIndexInCousinsSystemMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelColorIndexInCousinsSystemMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelColorIndexInCousinsSystemMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelColorIndexInCousinsSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelColorIndexInCousinsSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelColorIndexInCousinsSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelColorIndexInCousinsSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxColorIndexInCousinsSystemMin
//
@@ -5120,8 +5126,8 @@ private void InitializeComponent()
this.textBoxColorIndexInCousinsSystemMin.TabIndex = 7;
this.textBoxColorIndexInCousinsSystemMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxColorIndexInCousinsSystemMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxColorIndexInCousinsSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxColorIndexInCousinsSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxColorIndexInCousinsSystemMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxColorIndexInCousinsSystemMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSourceOfBvColorMin
//
@@ -5135,8 +5141,8 @@ private void InitializeComponent()
this.textBoxSourceOfBvColorMin.TabIndex = 24;
this.textBoxSourceOfBvColorMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxSourceOfBvColorMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxSourceOfBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxSourceOfBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxSourceOfBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxReferenceFlagForBtAndVtMagnitudeMax
//
@@ -5150,8 +5156,8 @@ private void InitializeComponent()
this.textBoxReferenceFlagForBtAndVtMagnitudeMax.TabIndex = 16;
this.textBoxReferenceFlagForBtAndVtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxReferenceFlagForBtAndVtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxReferenceFlagForBtAndVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxReferenceFlagForBtAndVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxReferenceFlagForBtAndVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxReferenceFlagForBtAndVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorJohnsonBvColorMax
//
@@ -5165,8 +5171,8 @@ private void InitializeComponent()
this.textBoxStandardErrorJohnsonBvColorMax.TabIndex = 6;
this.textBoxStandardErrorJohnsonBvColorMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorJohnsonBvColorMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorJohnsonBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorJohnsonBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorJohnsonBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorJohnsonBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxReferenceFlagForBtAndVtMagnitudeMin
//
@@ -5180,8 +5186,8 @@ private void InitializeComponent()
this.textBoxReferenceFlagForBtAndVtMagnitudeMin.TabIndex = 14;
this.textBoxReferenceFlagForBtAndVtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxReferenceFlagForBtAndVtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxReferenceFlagForBtAndVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxReferenceFlagForBtAndVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxReferenceFlagForBtAndVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxReferenceFlagForBtAndVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorJohnsonBvColorMin
//
@@ -5195,8 +5201,8 @@ private void InitializeComponent()
this.textBoxStandardErrorJohnsonBvColorMin.TabIndex = 4;
this.textBoxStandardErrorJohnsonBvColorMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorJohnsonBvColorMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorJohnsonBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorJohnsonBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorJohnsonBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorJohnsonBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxJohnsonBvColorMax
//
@@ -5210,8 +5216,8 @@ private void InitializeComponent()
this.textBoxJohnsonBvColorMax.TabIndex = 381;
this.textBoxJohnsonBvColorMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxJohnsonBvColorMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxJohnsonBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxJohnsonBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxJohnsonBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxJohnsonBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorMeanVtMagnitudeMax
//
@@ -5225,8 +5231,8 @@ private void InitializeComponent()
this.textBoxStandardErrorMeanVtMagnitudeMax.TabIndex = 371;
this.textBoxStandardErrorMeanVtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorMeanVtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorMeanVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorMeanVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorMeanVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMeanVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxJohnsonBvColorMin
//
@@ -5240,8 +5246,8 @@ private void InitializeComponent()
this.textBoxJohnsonBvColorMin.TabIndex = 379;
this.textBoxJohnsonBvColorMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxJohnsonBvColorMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxJohnsonBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxJohnsonBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxJohnsonBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxJohnsonBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorMeanVtMagnitudeMin
//
@@ -5255,8 +5261,8 @@ private void InitializeComponent()
this.textBoxStandardErrorMeanVtMagnitudeMin.TabIndex = 369;
this.textBoxStandardErrorMeanVtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorMeanVtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorMeanVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorMeanVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorMeanVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMeanVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMeanVtMagnitudeMax
//
@@ -5270,8 +5276,8 @@ private void InitializeComponent()
this.textBoxMeanVtMagnitudeMax.TabIndex = 361;
this.textBoxMeanVtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMeanVtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMeanVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMeanVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMeanVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMeanVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorMeanBtMagnitudeMax
//
@@ -5285,8 +5291,8 @@ private void InitializeComponent()
this.textBoxStandardErrorMeanBtMagnitudeMax.TabIndex = 351;
this.textBoxStandardErrorMeanBtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorMeanBtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorMeanBtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorMeanBtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorMeanBtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMeanBtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMeanVtMagnitudeMin
//
@@ -5300,8 +5306,8 @@ private void InitializeComponent()
this.textBoxMeanVtMagnitudeMin.TabIndex = 359;
this.textBoxMeanVtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMeanVtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMeanVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMeanVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMeanVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMeanVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorMeanBtMagnitudeMin
//
@@ -5315,8 +5321,8 @@ private void InitializeComponent()
this.textBoxStandardErrorMeanBtMagnitudeMin.TabIndex = 349;
this.textBoxStandardErrorMeanBtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorMeanBtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorMeanBtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorMeanBtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorMeanBtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMeanBtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMeanBtMagnitudeMax
//
@@ -5330,8 +5336,8 @@ private void InitializeComponent()
this.textBoxMeanBtMagnitudeMax.TabIndex = 341;
this.textBoxMeanBtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMeanBtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMeanBtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMeanBtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMeanBtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMeanBtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMeanBtMagnitudeMin
//
@@ -5345,8 +5351,8 @@ private void InitializeComponent()
this.textBoxMeanBtMagnitudeMin.TabIndex = 339;
this.textBoxMeanBtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMeanBtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMeanBtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMeanBtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMeanBtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMeanBtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxGoodnessOfFitParameterMin
//
@@ -5360,8 +5366,8 @@ private void InitializeComponent()
this.textBoxGoodnessOfFitParameterMin.TabIndex = 329;
this.textBoxGoodnessOfFitParameterMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxGoodnessOfFitParameterMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxGoodnessOfFitParameterMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxGoodnessOfFitParameterMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxGoodnessOfFitParameterMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxGoodnessOfFitParameterMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxGoodnessOfFitParameterMax
//
@@ -5375,8 +5381,8 @@ private void InitializeComponent()
this.textBoxGoodnessOfFitParameterMax.TabIndex = 331;
this.textBoxGoodnessOfFitParameterMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxGoodnessOfFitParameterMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxGoodnessOfFitParameterMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxGoodnessOfFitParameterMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxGoodnessOfFitParameterMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxGoodnessOfFitParameterMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxPercentageOfRejectedDataMin
//
@@ -5390,8 +5396,8 @@ private void InitializeComponent()
this.textBoxPercentageOfRejectedDataMin.TabIndex = 319;
this.textBoxPercentageOfRejectedDataMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxPercentageOfRejectedDataMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxPercentageOfRejectedDataMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxPercentageOfRejectedDataMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxPercentageOfRejectedDataMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxPercentageOfRejectedDataMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxPercentageOfRejectedDataMax
//
@@ -5405,8 +5411,8 @@ private void InitializeComponent()
this.textBoxPercentageOfRejectedDataMax.TabIndex = 321;
this.textBoxPercentageOfRejectedDataMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxPercentageOfRejectedDataMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxPercentageOfRejectedDataMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxPercentageOfRejectedDataMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxPercentageOfRejectedDataMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxPercentageOfRejectedDataMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin
//
@@ -5420,8 +5426,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.TabIndex = 302;
this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax
//
@@ -5435,8 +5441,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.TabIndex = 304;
this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin
//
@@ -5450,8 +5456,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.TabIndex = 292;
this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax
//
@@ -5465,8 +5471,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.TabIndex = 294;
this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByDeclinationMin
//
@@ -5480,8 +5486,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.TabIndex = 282;
this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByDeclinationMax
//
@@ -5495,8 +5501,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.TabIndex = 284;
this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByRightAscensionMin
//
@@ -5510,8 +5516,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.TabIndex = 270;
this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByRightAscensionMax
//
@@ -5525,8 +5531,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.TabIndex = 272;
this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin
//
@@ -5540,8 +5546,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.TabIndex = 260;
this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax
//
@@ -5555,8 +5561,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.TabIndex = 262;
this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionRightAscensionByDeclinationMin
//
@@ -5570,8 +5576,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.TabIndex = 250;
this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionRightAscensionByDeclinationMax
//
@@ -5585,8 +5591,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.TabIndex = 252;
this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionRightAscensionByRightAscensionMax
//
@@ -5600,8 +5606,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.TabIndex = 242;
this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionRightAscensionByRightAscensionMin
//
@@ -5615,8 +5621,8 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.TabIndex = 240;
this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationTrigonomicParallaxByDeclinationMax
//
@@ -5630,8 +5636,8 @@ private void InitializeComponent()
this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.TabIndex = 232;
this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationTrigonomicParallaxByDeclinationMin
//
@@ -5645,8 +5651,8 @@ private void InitializeComponent()
this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.TabIndex = 230;
this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationTrigonomicParallaxByRightAscensionMax
//
@@ -5660,8 +5666,8 @@ private void InitializeComponent()
this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.TabIndex = 222;
this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationTrigonomicParallaxByRightAscensionMin
//
@@ -5675,8 +5681,8 @@ private void InitializeComponent()
this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.TabIndex = 220;
this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationDeclinationByRightAscensionMax
//
@@ -5690,8 +5696,8 @@ private void InitializeComponent()
this.textBoxCorrelationDeclinationByRightAscensionMax.TabIndex = 212;
this.textBoxCorrelationDeclinationByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationDeclinationByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationDeclinationByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationDeclinationByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationDeclinationByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationDeclinationByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationDeclinationByRightAscensionMin
//
@@ -5705,8 +5711,8 @@ private void InitializeComponent()
this.textBoxCorrelationDeclinationByRightAscensionMin.TabIndex = 210;
this.textBoxCorrelationDeclinationByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCorrelationDeclinationByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCorrelationDeclinationByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCorrelationDeclinationByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCorrelationDeclinationByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationDeclinationByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxlStandardErrorProperMotionDeclinationMax
//
@@ -5720,8 +5726,8 @@ private void InitializeComponent()
this.textBoxlStandardErrorProperMotionDeclinationMax.TabIndex = 202;
this.textBoxlStandardErrorProperMotionDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxlStandardErrorProperMotionDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxlStandardErrorProperMotionDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxlStandardErrorProperMotionDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxlStandardErrorProperMotionDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlStandardErrorProperMotionDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxlStandardErrorProperMotionDeclinationMin
//
@@ -5735,8 +5741,8 @@ private void InitializeComponent()
this.textBoxlStandardErrorProperMotionDeclinationMin.TabIndex = 200;
this.textBoxlStandardErrorProperMotionDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxlStandardErrorProperMotionDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxlStandardErrorProperMotionDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxlStandardErrorProperMotionDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxlStandardErrorProperMotionDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlStandardErrorProperMotionDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorProperMotionRightAscensionMax
//
@@ -5750,8 +5756,8 @@ private void InitializeComponent()
this.textBoxStandardErrorProperMotionRightAscensionMax.TabIndex = 192;
this.textBoxStandardErrorProperMotionRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorProperMotionRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorProperMotionRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorProperMotionRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorProperMotionRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorProperMotionRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorProperMotionRightAscensionMin
//
@@ -5765,8 +5771,8 @@ private void InitializeComponent()
this.textBoxStandardErrorProperMotionRightAscensionMin.TabIndex = 190;
this.textBoxStandardErrorProperMotionRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorProperMotionRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorProperMotionRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorProperMotionRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorProperMotionRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorProperMotionRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorTrigonomicParallaxMax
//
@@ -5780,8 +5786,8 @@ private void InitializeComponent()
this.textBoxStandardErrorTrigonomicParallaxMax.TabIndex = 182;
this.textBoxStandardErrorTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorTrigonomicParallaxMin
//
@@ -5795,8 +5801,8 @@ private void InitializeComponent()
this.textBoxStandardErrorTrigonomicParallaxMin.TabIndex = 180;
this.textBoxStandardErrorTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorDeclinationMax
//
@@ -5810,8 +5816,8 @@ private void InitializeComponent()
this.textBoxStandardErrorDeclinationMax.TabIndex = 172;
this.textBoxStandardErrorDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorDeclinationMin
//
@@ -5825,8 +5831,8 @@ private void InitializeComponent()
this.textBoxStandardErrorDeclinationMin.TabIndex = 170;
this.textBoxStandardErrorDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorRightAscensionMax
//
@@ -5840,8 +5846,8 @@ private void InitializeComponent()
this.textBoxStandardErrorRightAscensionMax.TabIndex = 162;
this.textBoxStandardErrorRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorRightAscensionMin
//
@@ -5855,8 +5861,8 @@ private void InitializeComponent()
this.textBoxStandardErrorRightAscensionMin.TabIndex = 160;
this.textBoxStandardErrorRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxStandardErrorRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxStandardErrorRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxStandardErrorRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxStandardErrorRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxProperMotionDeltaMax
//
@@ -5870,8 +5876,8 @@ private void InitializeComponent()
this.textBoxProperMotionDeltaMax.TabIndex = 152;
this.textBoxProperMotionDeltaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxProperMotionDeltaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxProperMotionDeltaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxProperMotionDeltaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxProperMotionDeltaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProperMotionDeltaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxProperMotionDeltaMin
//
@@ -5885,8 +5891,8 @@ private void InitializeComponent()
this.textBoxProperMotionDeltaMin.TabIndex = 150;
this.textBoxProperMotionDeltaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxProperMotionDeltaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxProperMotionDeltaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxProperMotionDeltaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxProperMotionDeltaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProperMotionDeltaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxProperMotionAlphaMax
//
@@ -5900,8 +5906,8 @@ private void InitializeComponent()
this.textBoxProperMotionAlphaMax.TabIndex = 142;
this.textBoxProperMotionAlphaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxProperMotionAlphaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxProperMotionAlphaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxProperMotionAlphaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxProperMotionAlphaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProperMotionAlphaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxProperMotionAlphaMin
//
@@ -5915,8 +5921,8 @@ private void InitializeComponent()
this.textBoxProperMotionAlphaMin.TabIndex = 140;
this.textBoxProperMotionAlphaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxProperMotionAlphaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxProperMotionAlphaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxProperMotionAlphaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxProperMotionAlphaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProperMotionAlphaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxTrigonomicParallaxMax
//
@@ -5930,8 +5936,8 @@ private void InitializeComponent()
this.textBoxTrigonomicParallaxMax.TabIndex = 132;
this.textBoxTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxTrigonomicParallaxMin
//
@@ -5945,8 +5951,8 @@ private void InitializeComponent()
this.textBoxTrigonomicParallaxMin.TabIndex = 130;
this.textBoxTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxReferenceFlagForAstrometryMax
//
@@ -5960,8 +5966,8 @@ private void InitializeComponent()
this.textBoxReferenceFlagForAstrometryMax.TabIndex = 122;
this.textBoxReferenceFlagForAstrometryMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxReferenceFlagForAstrometryMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxReferenceFlagForAstrometryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxReferenceFlagForAstrometryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxReferenceFlagForAstrometryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxReferenceFlagForAstrometryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxReferenceFlagForAstrometryMin
//
@@ -5975,8 +5981,8 @@ private void InitializeComponent()
this.textBoxReferenceFlagForAstrometryMin.TabIndex = 120;
this.textBoxReferenceFlagForAstrometryMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxReferenceFlagForAstrometryMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxReferenceFlagForAstrometryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxReferenceFlagForAstrometryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxReferenceFlagForAstrometryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxReferenceFlagForAstrometryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxDeltaMax
//
@@ -5990,8 +5996,8 @@ private void InitializeComponent()
this.textBoxDeltaMax.TabIndex = 112;
this.textBoxDeltaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxDeltaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxDeltaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxDeltaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxDeltaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDeltaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxDeltaMin
//
@@ -6005,8 +6011,8 @@ private void InitializeComponent()
this.textBoxDeltaMin.TabIndex = 110;
this.textBoxDeltaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxDeltaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxDeltaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxDeltaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxDeltaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDeltaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxlAlphaMax
//
@@ -6020,8 +6026,8 @@ private void InitializeComponent()
this.textBoxlAlphaMax.TabIndex = 102;
this.textBoxlAlphaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxlAlphaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxlAlphaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxlAlphaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxlAlphaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlAlphaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxlAlphaMin
//
@@ -6035,8 +6041,8 @@ private void InitializeComponent()
this.textBoxlAlphaMin.TabIndex = 100;
this.textBoxlAlphaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxlAlphaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxlAlphaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxlAlphaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxlAlphaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlAlphaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSourceOfMagnitudeMax
//
@@ -6050,8 +6056,8 @@ private void InitializeComponent()
this.textBoxSourceOfMagnitudeMax.TabIndex = 92;
this.textBoxSourceOfMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxSourceOfMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxSourceOfMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxSourceOfMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxSourceOfMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSourceOfMagnitudeMin
//
@@ -6065,8 +6071,8 @@ private void InitializeComponent()
this.textBoxSourceOfMagnitudeMin.TabIndex = 90;
this.textBoxSourceOfMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxSourceOfMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxSourceOfMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxSourceOfMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxSourceOfMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCoarseVariabilityFlagMax
//
@@ -6080,8 +6086,8 @@ private void InitializeComponent()
this.textBoxCoarseVariabilityFlagMax.TabIndex = 82;
this.textBoxCoarseVariabilityFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCoarseVariabilityFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCoarseVariabilityFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCoarseVariabilityFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCoarseVariabilityFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCoarseVariabilityFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCoarseVariabilityFlagMin
//
@@ -6095,8 +6101,8 @@ private void InitializeComponent()
this.textBoxCoarseVariabilityFlagMin.TabIndex = 80;
this.textBoxCoarseVariabilityFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxCoarseVariabilityFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxCoarseVariabilityFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxCoarseVariabilityFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxCoarseVariabilityFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCoarseVariabilityFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMagnitudeJohnsonMax
//
@@ -6110,8 +6116,8 @@ private void InitializeComponent()
this.textBoxMagnitudeJohnsonMax.TabIndex = 65;
this.textBoxMagnitudeJohnsonMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMagnitudeJohnsonMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMagnitudeJohnsonMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMagnitudeJohnsonMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMagnitudeJohnsonMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMagnitudeJohnsonMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMagnitudeJohnsonMin
//
@@ -6125,8 +6131,8 @@ private void InitializeComponent()
this.textBoxMagnitudeJohnsonMin.TabIndex = 63;
this.textBoxMagnitudeJohnsonMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxMagnitudeJohnsonMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxMagnitudeJohnsonMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxMagnitudeJohnsonMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxMagnitudeJohnsonMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMagnitudeJohnsonMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxDeclinationMax
//
@@ -6140,8 +6146,8 @@ private void InitializeComponent()
this.textBoxDeclinationMax.TabIndex = 55;
this.textBoxDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxDeclinationMin
//
@@ -6155,8 +6161,8 @@ private void InitializeComponent()
this.textBoxDeclinationMin.TabIndex = 53;
this.textBoxDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBox11
//
@@ -6170,8 +6176,8 @@ private void InitializeComponent()
this.textBox11.TabIndex = 34;
this.textBox11.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBox11.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBox11.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBox11.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBox11.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBox11.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxRightAscensionMax
//
@@ -6185,8 +6191,8 @@ private void InitializeComponent()
this.textBoxRightAscensionMax.TabIndex = 32;
this.textBoxRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxProximityFlagMax
//
@@ -6200,8 +6206,8 @@ private void InitializeComponent()
this.textBoxProximityFlagMax.TabIndex = 24;
this.textBoxProximityFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxProximityFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxProximityFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxProximityFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxProximityFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProximityFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxProximityFlagMin
//
@@ -6215,8 +6221,8 @@ private void InitializeComponent()
this.textBoxProximityFlagMin.TabIndex = 22;
this.textBoxProximityFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxProximityFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxProximityFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxProximityFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxProximityFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProximityFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxIdentifierMax
//
@@ -6230,8 +6236,8 @@ private void InitializeComponent()
this.textBoxIdentifierMax.TabIndex = 14;
this.textBoxIdentifierMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxIdentifierMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxIdentifierMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxIdentifierMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxIdentifierMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxIdentifierMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxIdentifierMin
//
@@ -6245,8 +6251,8 @@ private void InitializeComponent()
this.textBoxIdentifierMin.TabIndex = 12;
this.textBoxIdentifierMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxIdentifierMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxIdentifierMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxIdentifierMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxIdentifierMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxIdentifierMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxlCatalogMax
//
@@ -6260,8 +6266,8 @@ private void InitializeComponent()
this.textBoxlCatalogMax.TabIndex = 4;
this.textBoxlCatalogMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxlCatalogMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxlCatalogMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxlCatalogMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxlCatalogMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlCatalogMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labellCatalogMax
//
@@ -6279,8 +6285,8 @@ private void InitializeComponent()
this.labellCatalogMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labellCatalogMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labellCatalogMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labellCatalogMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labellCatalogMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labellCatalogMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labellCatalogMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfBvColorMin
//
@@ -6298,8 +6304,8 @@ private void InitializeComponent()
this.labelSourceOfBvColorMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelSourceOfBvColorMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSourceOfBvColorMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSourceOfBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSourceOfBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSourceOfBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelReferenceFlagForBtAndVtMagnitudeMin
//
@@ -6317,8 +6323,8 @@ private void InitializeComponent()
this.labelReferenceFlagForBtAndVtMagnitudeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelReferenceFlagForBtAndVtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelReferenceFlagForBtAndVtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelReferenceFlagForBtAndVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelReferenceFlagForBtAndVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelReferenceFlagForBtAndVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForBtAndVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorJohnsonBvColorMin
//
@@ -6336,8 +6342,8 @@ private void InitializeComponent()
this.labelStandardErrorJohnsonBvColorMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorJohnsonBvColorMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorJohnsonBvColorMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorJohnsonBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorJohnsonBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorJohnsonBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorJohnsonBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelJohnsonBvColorMin
//
@@ -6355,8 +6361,8 @@ private void InitializeComponent()
this.labelJohnsonBvColorMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelJohnsonBvColorMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelJohnsonBvColorMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelJohnsonBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelJohnsonBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelJohnsonBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelJohnsonBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMeanVtMagnitudeMin
//
@@ -6374,8 +6380,8 @@ private void InitializeComponent()
this.labelStandardErrorMeanVtMagnitudeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorMeanVtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorMeanVtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorMeanVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorMeanVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorMeanVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMeanVtMagnitudeMin
//
@@ -6393,8 +6399,8 @@ private void InitializeComponent()
this.labelMeanVtMagnitudeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMeanVtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMeanVtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMeanVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMeanVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMeanVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMeanBtMagnitudeMin
//
@@ -6412,8 +6418,8 @@ private void InitializeComponent()
this.labelStandardErrorMeanBtMagnitudeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorMeanBtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorMeanBtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorMeanBtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorMeanBtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorMeanBtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanBtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMeanBtMagnitudeMin
//
@@ -6431,8 +6437,8 @@ private void InitializeComponent()
this.labelMeanBtMagnitudeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMeanBtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMeanBtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMeanBtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMeanBtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMeanBtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanBtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelGoodnessOfFitParameterMin
//
@@ -6450,8 +6456,8 @@ private void InitializeComponent()
this.labelGoodnessOfFitParameterMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelGoodnessOfFitParameterMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelGoodnessOfFitParameterMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelGoodnessOfFitParameterMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelGoodnessOfFitParameterMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelGoodnessOfFitParameterMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelGoodnessOfFitParameterMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelPercentageOfRejectedDataMin
//
@@ -6469,8 +6475,8 @@ private void InitializeComponent()
this.labelPercentageOfRejectedDataMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelPercentageOfRejectedDataMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelPercentageOfRejectedDataMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelPercentageOfRejectedDataMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelPercentageOfRejectedDataMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelPercentageOfRejectedDataMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelPercentageOfRejectedDataMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin
//
@@ -6488,8 +6494,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin
//
@@ -6507,8 +6513,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByDeclinationMin
//
@@ -6526,8 +6532,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByDeclinationMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionDeclinationByDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionDeclinationByDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionDeclinationByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionDeclinationByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionDeclinationByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByRightAscensionMin
//
@@ -6545,8 +6551,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionDeclinationByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionDeclinationByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionDeclinationByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionDeclinationByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin
//
@@ -6564,8 +6570,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByDeclinationMin
//
@@ -6583,8 +6589,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByDeclinationMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionRightAscensionByDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionRightAscensionByDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionRightAscensionByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionRightAscensionByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByRightAscensionMin
//
@@ -6602,8 +6608,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationTrigonomicParallaxByDeclinationMin
//
@@ -6621,8 +6627,8 @@ private void InitializeComponent()
this.labelCorrelationTrigonomicParallaxByDeclinationMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationTrigonomicParallaxByDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationTrigonomicParallaxByDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationTrigonomicParallaxByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationTrigonomicParallaxByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationTrigonomicParallaxByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationTrigonomicParallaxByRightAscensionMin
//
@@ -6640,8 +6646,8 @@ private void InitializeComponent()
this.labelCorrelationTrigonomicParallaxByRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationTrigonomicParallaxByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationTrigonomicParallaxByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationTrigonomicParallaxByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationTrigonomicParallaxByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationDeclinationByRightAscensionMin
//
@@ -6659,8 +6665,8 @@ private void InitializeComponent()
this.labelCorrelationDeclinationByRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationDeclinationByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationDeclinationByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationDeclinationByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationDeclinationByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationDeclinationByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationDeclinationByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorProperMotionDeclinationmMin
//
@@ -6678,8 +6684,8 @@ private void InitializeComponent()
this.labelStandardErrorProperMotionDeclinationmMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorProperMotionDeclinationmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorProperMotionDeclinationmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorProperMotionDeclinationmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorProperMotionDeclinationmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorProperMotionDeclinationmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionDeclinationmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorProperMotionRightAscensionMin
//
@@ -6697,8 +6703,8 @@ private void InitializeComponent()
this.labelStandardErrorProperMotionRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorProperMotionRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorProperMotionRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorProperMotionRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorProperMotionRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorProperMotionRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorTrigonomicParallaxMin
//
@@ -6716,8 +6722,8 @@ private void InitializeComponent()
this.labelStandardErrorTrigonomicParallaxMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorDeclinationMin
//
@@ -6735,8 +6741,8 @@ private void InitializeComponent()
this.labelStandardErrorDeclinationMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorRightAscensionMin
//
@@ -6754,8 +6760,8 @@ private void InitializeComponent()
this.labelStandardErrorRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProperMotionDeltaMin
//
@@ -6773,8 +6779,8 @@ private void InitializeComponent()
this.labelProperMotionDeltaMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelProperMotionDeltaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelProperMotionDeltaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelProperMotionDeltaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelProperMotionDeltaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelProperMotionDeltaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionDeltaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProperMotionAlphaMin
//
@@ -6792,8 +6798,8 @@ private void InitializeComponent()
this.labelProperMotionAlphaMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelProperMotionAlphaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelProperMotionAlphaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelProperMotionAlphaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelProperMotionAlphaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelProperMotionAlphaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionAlphaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelTrigonomicParallaxMin
//
@@ -6811,8 +6817,8 @@ private void InitializeComponent()
this.labelTrigonomicParallaxMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelReferenceFlagForAstrometryMin
//
@@ -6830,8 +6836,8 @@ private void InitializeComponent()
this.labelReferenceFlagForAstrometryMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelReferenceFlagForAstrometryMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelReferenceFlagForAstrometryMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelReferenceFlagForAstrometryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelReferenceFlagForAstrometryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelReferenceFlagForAstrometryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForAstrometryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDeltaMin
//
@@ -6849,8 +6855,8 @@ private void InitializeComponent()
this.labelDeltaMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelDeltaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelDeltaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelDeltaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelDeltaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelDeltaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeltaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAlphaMin
//
@@ -6868,8 +6874,8 @@ private void InitializeComponent()
this.labelAlphaMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelAlphaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelAlphaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelAlphaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelAlphaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelAlphaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAlphaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfMagnitudeMin
//
@@ -6887,8 +6893,8 @@ private void InitializeComponent()
this.labelSourceOfMagnitudeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelSourceOfMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSourceOfMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSourceOfMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSourceOfMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSourceOfMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCoarseVariabilityFlagMin
//
@@ -6906,8 +6912,8 @@ private void InitializeComponent()
this.labelCoarseVariabilityFlagMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCoarseVariabilityFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCoarseVariabilityFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCoarseVariabilityFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCoarseVariabilityFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCoarseVariabilityFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCoarseVariabilityFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMagnitudeJohnsonMin
//
@@ -6925,8 +6931,8 @@ private void InitializeComponent()
this.labelMagnitudeJohnsonMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMagnitudeJohnsonMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMagnitudeJohnsonMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMagnitudeJohnsonMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMagnitudeJohnsonMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMagnitudeJohnsonMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMagnitudeJohnsonMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDeclinationMin
//
@@ -6944,8 +6950,8 @@ private void InitializeComponent()
this.labelDeclinationMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelRightAscensionMin
//
@@ -6963,8 +6969,8 @@ private void InitializeComponent()
this.labelRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProximityFlagMin
//
@@ -6982,8 +6988,8 @@ private void InitializeComponent()
this.labelProximityFlagMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelProximityFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelProximityFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelProximityFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelProximityFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelProximityFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProximityFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelIdentifierMin
//
@@ -7001,8 +7007,8 @@ private void InitializeComponent()
this.labelIdentifierMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelIdentifierMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelIdentifierMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelIdentifierMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelIdentifierMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelIdentifierMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelIdentifierMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCatalogMin
//
@@ -7020,8 +7026,8 @@ private void InitializeComponent()
this.labelCatalogMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCatalogMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCatalogMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCatalogMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCatalogMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCatalogMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCatalogMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxlCatalogMin
//
@@ -7035,8 +7041,8 @@ private void InitializeComponent()
this.textBoxlCatalogMin.TabIndex = 2;
this.textBoxlCatalogMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxlCatalogMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxlCatalogMin.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxlCatalogMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxlCatalogMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlCatalogMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSourceOfBvColorMax
//
@@ -7050,8 +7056,8 @@ private void InitializeComponent()
this.textBoxSourceOfBvColorMax.TabIndex = 26;
this.textBoxSourceOfBvColorMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.textBoxSourceOfBvColorMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.textBoxSourceOfBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.textBoxSourceOfBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.textBoxSourceOfBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelIdentifierMax
//
@@ -7067,8 +7073,8 @@ private void InitializeComponent()
this.labelIdentifierMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelIdentifierMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelIdentifierMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelIdentifierMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelIdentifierMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelIdentifierMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelIdentifierMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProximityFlagMax
//
@@ -7084,8 +7090,8 @@ private void InitializeComponent()
this.labelProximityFlagMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelProximityFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelProximityFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelProximityFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelProximityFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelProximityFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProximityFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelRightAscensionMax
//
@@ -7101,8 +7107,8 @@ private void InitializeComponent()
this.labelRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDeclinationMax
//
@@ -7118,8 +7124,8 @@ private void InitializeComponent()
this.labelDeclinationMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMagnitudeJohnsonMax
//
@@ -7135,8 +7141,8 @@ private void InitializeComponent()
this.labelMagnitudeJohnsonMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMagnitudeJohnsonMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMagnitudeJohnsonMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMagnitudeJohnsonMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMagnitudeJohnsonMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMagnitudeJohnsonMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMagnitudeJohnsonMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCoarseVariabilityFlagMax
//
@@ -7152,8 +7158,8 @@ private void InitializeComponent()
this.labelCoarseVariabilityFlagMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCoarseVariabilityFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCoarseVariabilityFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCoarseVariabilityFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCoarseVariabilityFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCoarseVariabilityFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCoarseVariabilityFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfMagnitudeMax
//
@@ -7169,8 +7175,8 @@ private void InitializeComponent()
this.labelSourceOfMagnitudeMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelSourceOfMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSourceOfMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSourceOfMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSourceOfMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSourceOfMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labellAlphaMax
//
@@ -7186,8 +7192,8 @@ private void InitializeComponent()
this.labellAlphaMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labellAlphaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labellAlphaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labellAlphaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labellAlphaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labellAlphaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labellAlphaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDeltaMax
//
@@ -7203,8 +7209,8 @@ private void InitializeComponent()
this.labelDeltaMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelDeltaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelDeltaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelDeltaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelDeltaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelDeltaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeltaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// label1ReferenceFlagForAstrometryMax
//
@@ -7220,8 +7226,8 @@ private void InitializeComponent()
this.label1ReferenceFlagForAstrometryMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label1ReferenceFlagForAstrometryMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.label1ReferenceFlagForAstrometryMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.label1ReferenceFlagForAstrometryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.label1ReferenceFlagForAstrometryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.label1ReferenceFlagForAstrometryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.label1ReferenceFlagForAstrometryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelTrigonomicParallaxMax
//
@@ -7237,8 +7243,8 @@ private void InitializeComponent()
this.labelTrigonomicParallaxMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProperMotionAlphaMax
//
@@ -7254,8 +7260,8 @@ private void InitializeComponent()
this.labelProperMotionAlphaMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelProperMotionAlphaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelProperMotionAlphaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelProperMotionAlphaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelProperMotionAlphaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelProperMotionAlphaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionAlphaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProperMotionDeltaMax
//
@@ -7271,8 +7277,8 @@ private void InitializeComponent()
this.labelProperMotionDeltaMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelProperMotionDeltaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelProperMotionDeltaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelProperMotionDeltaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelProperMotionDeltaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelProperMotionDeltaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionDeltaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorRightAscensionMax
//
@@ -7288,8 +7294,8 @@ private void InitializeComponent()
this.labelStandardErrorRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorDeclinationMax
//
@@ -7305,8 +7311,8 @@ private void InitializeComponent()
this.labelStandardErrorDeclinationMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorTrigonomicParallaxMax
//
@@ -7322,8 +7328,8 @@ private void InitializeComponent()
this.labelStandardErrorTrigonomicParallaxMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorProperMotionRightAscensionMax
//
@@ -7339,8 +7345,8 @@ private void InitializeComponent()
this.labelStandardErrorProperMotionRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorProperMotionRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorProperMotionRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorProperMotionRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorProperMotionRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorProperMotionRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labellStandardErrorProperMotionDeclinationMax
//
@@ -7356,8 +7362,8 @@ private void InitializeComponent()
this.labellStandardErrorProperMotionDeclinationMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labellStandardErrorProperMotionDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labellStandardErrorProperMotionDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labellStandardErrorProperMotionDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labellStandardErrorProperMotionDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labellStandardErrorProperMotionDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labellStandardErrorProperMotionDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationDeclinationByRightAscensionMax
//
@@ -7373,8 +7379,8 @@ private void InitializeComponent()
this.labelCorrelationDeclinationByRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationDeclinationByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationDeclinationByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationDeclinationByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationDeclinationByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationDeclinationByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationDeclinationByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationTrigonomicParallaxByRightAscensionMax
//
@@ -7390,8 +7396,8 @@ private void InitializeComponent()
this.labelCorrelationTrigonomicParallaxByRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationTrigonomicParallaxByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationTrigonomicParallaxByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationTrigonomicParallaxByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationTrigonomicParallaxByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationTrigonomicParallaxByDeclinationMax
//
@@ -7407,8 +7413,8 @@ private void InitializeComponent()
this.labelCorrelationTrigonomicParallaxByDeclinationMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationTrigonomicParallaxByDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationTrigonomicParallaxByDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationTrigonomicParallaxByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationTrigonomicParallaxByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationTrigonomicParallaxByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByRightAscensionMax
//
@@ -7424,8 +7430,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByDeclinationMax
//
@@ -7441,8 +7447,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByDeclinationMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionRightAscensionByDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionRightAscensionByDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionRightAscensionByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionRightAscensionByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax
//
@@ -7458,8 +7464,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByRightAscensionMax
//
@@ -7475,8 +7481,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionDeclinationByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionDeclinationByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionDeclinationByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionDeclinationByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByDeclinationMax
//
@@ -7492,8 +7498,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByDeclinationMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionDeclinationByDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionDeclinationByDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionDeclinationByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionDeclinationByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionDeclinationByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax
//
@@ -7509,8 +7515,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax
//
@@ -7526,8 +7532,8 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfBvColorMax
//
@@ -7543,8 +7549,8 @@ private void InitializeComponent()
this.labelSourceOfBvColorMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelSourceOfBvColorMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelSourceOfBvColorMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelSourceOfBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelSourceOfBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelSourceOfBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelReferenceFlagForBtAndVtMagnitudeMax
//
@@ -7560,8 +7566,8 @@ private void InitializeComponent()
this.labelReferenceFlagForBtAndVtMagnitudeMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelReferenceFlagForBtAndVtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelReferenceFlagForBtAndVtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelReferenceFlagForBtAndVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelReferenceFlagForBtAndVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelReferenceFlagForBtAndVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForBtAndVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorJohnsonBvColorMax
//
@@ -7577,8 +7583,8 @@ private void InitializeComponent()
this.labelStandardErrorJohnsonBvColorMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorJohnsonBvColorMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorJohnsonBvColorMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorJohnsonBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorJohnsonBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorJohnsonBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorJohnsonBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelJohnsonBvColorMax
//
@@ -7594,8 +7600,8 @@ private void InitializeComponent()
this.labelJohnsonBvColorMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelJohnsonBvColorMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelJohnsonBvColorMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelJohnsonBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelJohnsonBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelJohnsonBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelJohnsonBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMeanVtMagnitudeMax
//
@@ -7611,8 +7617,8 @@ private void InitializeComponent()
this.labelStandardErrorMeanVtMagnitudeMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorMeanVtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorMeanVtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorMeanVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorMeanVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorMeanVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMeanVtMagnitudeMax
//
@@ -7628,8 +7634,8 @@ private void InitializeComponent()
this.labelMeanVtMagnitudeMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMeanVtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMeanVtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMeanVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMeanVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMeanVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMeanBtMagnitudeMax
//
@@ -7645,8 +7651,8 @@ private void InitializeComponent()
this.labelStandardErrorMeanBtMagnitudeMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelStandardErrorMeanBtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelStandardErrorMeanBtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelStandardErrorMeanBtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelStandardErrorMeanBtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelStandardErrorMeanBtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanBtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMeanBtMagnitudeMax
//
@@ -7662,8 +7668,8 @@ private void InitializeComponent()
this.labelMeanBtMagnitudeMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelMeanBtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelMeanBtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelMeanBtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelMeanBtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelMeanBtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanBtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelGoodnessOfFitParameterMax
//
@@ -7679,8 +7685,8 @@ private void InitializeComponent()
this.labelGoodnessOfFitParameterMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelGoodnessOfFitParameterMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelGoodnessOfFitParameterMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelGoodnessOfFitParameterMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelGoodnessOfFitParameterMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelGoodnessOfFitParameterMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelGoodnessOfFitParameterMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelPercentageOfRejectedDataMax
//
@@ -7696,8 +7702,8 @@ private void InitializeComponent()
this.labelPercentageOfRejectedDataMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelPercentageOfRejectedDataMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
this.labelPercentageOfRejectedDataMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
- this.labelPercentageOfRejectedDataMax.MouseEnter += new System.EventHandler(this.SetStatusbar_MouseEnter);
- this.labelPercentageOfRejectedDataMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_MouseLeave);
+ this.labelPercentageOfRejectedDataMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelPercentageOfRejectedDataMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// HipparcosCatalogFilterForm
//
diff --git a/HipparcosCatalogFilterForm.cs b/HipparcosCatalogFilterForm.cs
index ed7d20d..0a77f2b 100644
--- a/HipparcosCatalogFilterForm.cs
+++ b/HipparcosCatalogFilterForm.cs
@@ -25,14 +25,6 @@ private void ClearStatusbar_Leave(object sender, EventArgs e)
{
}
- private void SetStatusbar_MouseEnter(object sender, EventArgs e)
- {
- }
-
- private void ClearStatusbar_MouseLeave(object sender, EventArgs e)
- {
- }
-
private void ToolStripButtonApplyFilterSettings_Click(object sender, EventArgs e)
{
}
diff --git a/HipparcosCatalogViewerForm.cs b/HipparcosCatalogViewerForm.cs
index 78edf52..382a587 100644
--- a/HipparcosCatalogViewerForm.cs
+++ b/HipparcosCatalogViewerForm.cs
@@ -13,6 +13,9 @@ namespace Hipparcos_DB
///
public partial class HipparcosCatalogViewerForm : Form
{
+ ///
+ /// AstroElement
+ ///
private enum AstroElement
{
None = 0,
@@ -172,38 +175,35 @@ private enum AstroElement
SourceOfSpectralTypeDesc
}
+ ///
+ /// Settings
+ ///
private readonly Settings settings = new Settings();
- private readonly string[] filesHipparcosCatalog =
- {
- "h_dm_com.dat.gz",
- "h_dm_cor.dat.gz",
- "hd_notes.doc.gz",
- "hg_notes.doc.gz",
- "h_dm_cor.dat.gz",
- "hip_dm_g.dat.gz",
- "hip_dm_o.dat.gz",
- "hip_dm_v.dat.gz",
- "hip_dm_x.dat.gz",
- "hip_main.dat.gz",
- "hip_va_1.dat.gz",
- "hip_va_2.dat.gz",
- "hp_auth.doc.gz",
- "hp_notes.doc.gz",
- "hp_refs.doc.gz",
- "solar_ha.dat.gz",
- "solar_hp.dat.gz",
- "solar_t.dat.gz"
- };
-
+ ///
+ /// True if database is loading
+ ///
private bool isDatabaseLoading = true;
+ ///
+ /// Catalog entries
+ ///
private string[] catalogEntries;
- private uint
- astrophysicalElement = 0,
- index = 0,
- maxIndex = 0;
+ ///
+ /// Value of the enum of the astrophysical elements
+ ///
+ private uint astrophysicalElement = 0;
+
+ ///
+ /// Index variable
+ ///
+ private uint index = 0;
+
+ ///
+ /// Maximal value of the index variable
+ ///
+ private uint maxIndex = 0;
///
/// Culture info
@@ -212,8 +212,11 @@ private uint
#region Local methods
- private string RemoveFileExtension(string filename) => filename.Substring(startIndex: 0, length: filename.LastIndexOf(value: ".", comparisonType: StringComparison.CurrentCulture));
-
+ ///
+ /// Copy a text to the clipbpard
+ ///
+ /// text to copy
+ [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions")]
private void CopyToClipboard(string text)
{
Clipboard.SetText(text: text);
@@ -223,142 +226,160 @@ private void CopyToClipboard(string text)
caption: Resources.copiedToClipboardTitle,
buttons: MessageBoxButtons.OK,
icon: MessageBoxIcon.Information,
- defaultButton: MessageBoxDefaultButton.Button1,
- options: MessageBoxOptions.DefaultDesktopOnly);
+ defaultButton: MessageBoxDefaultButton.Button1);
}
+ ///
+ /// Copy a text to the clipboard while entering a control
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameter is not needed, but must be indicated.
private void CopyToClipboard(object sender, EventArgs e)
{
if (sender is Control control)
{
- CopyToClipboard(text: (control).Text);
+ CopyToClipboard(text: control.Text);
}
else if (sender is ToolStripButton toolStripButton)
{
- CopyToClipboard(text: (toolStripButton).Text);
+ CopyToClipboard(text: toolStripButton.Text);
}
else if (sender is ToolStripMenuItem toolStripMenuItem)
{
- CopyToClipboard(text: (toolStripMenuItem).Text);
+ CopyToClipboard(text: toolStripMenuItem.Text);
}
else if (sender is ToolStripLabel toolStripLabel)
{
- CopyToClipboard(text: (toolStripLabel).Text);
+ CopyToClipboard(text: toolStripLabel.Text);
}
else if (sender is ToolStripComboBox toolStripComboBox)
{
- CopyToClipboard(text: (toolStripComboBox).Text);
+ CopyToClipboard(text: toolStripComboBox.Text);
}
else if (sender is ToolStripDropDown toolStripDropDown)
{
- CopyToClipboard(text: (toolStripDropDown).Text);
+ CopyToClipboard(text: toolStripDropDown.Text);
}
else if (sender is ToolStripDropDownButton toolStripDropDownButton)
{
- CopyToClipboard(text: (toolStripDropDownButton).Text);
+ CopyToClipboard(text: toolStripDropDownButton.Text);
}
else if (sender is ToolStripDropDownItem toolStripDropDownItem)
{
- CopyToClipboard(text: (toolStripDropDownItem).Text);
+ CopyToClipboard(text: toolStripDropDownItem.Text);
}
else if (sender is ToolStripDropDownMenu toolStripDropDownMenu)
{
- CopyToClipboard(text: (toolStripDropDownMenu).Text);
+ CopyToClipboard(text: toolStripDropDownMenu.Text);
}
else if (sender is ToolStripProgressBar toolStripProgressBar)
{
- CopyToClipboard(text: (toolStripProgressBar).Text);
+ CopyToClipboard(text: toolStripProgressBar.Text);
}
else if (sender is ToolStripSplitButton toolStripSplitButton)
{
- CopyToClipboard(text: (toolStripSplitButton).Text);
+ CopyToClipboard(text: toolStripSplitButton.Text);
}
else if (sender is ToolStripSeparator toolStripSeparator)
{
- CopyToClipboard(text: (toolStripSeparator).Text);
+ CopyToClipboard(text: toolStripSeparator.Text);
}
else if (sender is ToolStripStatusLabel toolStripStatusLabel)
{
- CopyToClipboard(text: (toolStripStatusLabel).Text);
+ CopyToClipboard(text: toolStripStatusLabel.Text);
}
else if (sender is ToolStripTextBox toolStripTextBox)
{
- CopyToClipboard(text: (toolStripTextBox).Text);
+ CopyToClipboard(text: toolStripTextBox.Text);
}
}
- private void SetStatusbar(string text)
- {
- toolStripStatusLabelInfo.Visible = true;
- toolStripStatusLabelInfo.Text = text;
- }
+ ///
+ /// Set the information text in the status bar
+ ///
+ /// text to show
+ private void SetStatusbar(string text) => toolStripStatusLabelInfo.Text = text;
+ ///
+ /// Set the information text in the status bar while entering a control
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameter is not needed, but must be indicated.
private void SetStatusbar(object sender, EventArgs e)
{
if (sender is Control control)
{
- SetStatusbar(text: (control).AccessibleDescription);
+ SetStatusbar(text: control.AccessibleDescription);
}
else if (sender is ToolStripButton toolStripButton)
{
- SetStatusbar(text: (toolStripButton).AccessibleDescription);
+ SetStatusbar(text: toolStripButton.AccessibleDescription);
}
else if (sender is ToolStripMenuItem toolStripMenuItem)
{
- SetStatusbar(text: (toolStripMenuItem).AccessibleDescription);
+ SetStatusbar(text: toolStripMenuItem.AccessibleDescription);
}
else if (sender is ToolStripLabel toolStripLabel)
{
- SetStatusbar(text: (toolStripLabel).AccessibleDescription);
+ SetStatusbar(text: toolStripLabel.AccessibleDescription);
}
else if (sender is ToolStripComboBox toolStripComboBox)
{
- SetStatusbar(text: (toolStripComboBox).AccessibleDescription);
+ SetStatusbar(text: toolStripComboBox.AccessibleDescription);
}
else if (sender is ToolStripDropDown toolStripDropDown)
{
- SetStatusbar(text: (toolStripDropDown).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDown.AccessibleDescription);
}
else if (sender is ToolStripDropDownButton toolStripDropDownButton)
{
- SetStatusbar(text: (toolStripDropDownButton).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownButton.AccessibleDescription);
}
else if (sender is ToolStripDropDownItem toolStripDropDownItem)
{
- SetStatusbar(text: (toolStripDropDownItem).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownItem.AccessibleDescription);
}
else if (sender is ToolStripDropDownMenu toolStripDropDownMenu)
{
- SetStatusbar(text: (toolStripDropDownMenu).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownMenu.AccessibleDescription);
}
else if (sender is ToolStripProgressBar toolStripProgressBar)
{
- SetStatusbar(text: (toolStripProgressBar).AccessibleDescription);
+ SetStatusbar(text: toolStripProgressBar.AccessibleDescription);
}
else if (sender is ToolStripSplitButton toolStripSplitButton)
{
- SetStatusbar(text: (toolStripSplitButton).AccessibleDescription);
+ SetStatusbar(text: toolStripSplitButton.AccessibleDescription);
}
else if (sender is ToolStripSeparator toolStripSeparator)
{
- SetStatusbar(text: (toolStripSeparator).AccessibleDescription);
+ SetStatusbar(text: toolStripSeparator.AccessibleDescription);
}
else if (sender is ToolStripStatusLabel toolStripStatusLabel)
{
- SetStatusbar(text: (toolStripStatusLabel).AccessibleDescription);
+ SetStatusbar(text: toolStripStatusLabel.AccessibleDescription);
}
else if (sender is ToolStripTextBox toolStripTextBox)
{
- SetStatusbar(text: (toolStripTextBox).AccessibleDescription);
+ SetStatusbar(text: toolStripTextBox.AccessibleDescription);
}
}
- private void ClearStatusbar()
- {
- toolStripStatusLabelInfo.Text = string.Empty;
- toolStripStatusLabelInfo.Visible = false;
- }
+ ///
+ /// Clear the information text in the status bar
+ ///
+ private void ClearStatusbar() => toolStripStatusLabelInfo.Text = string.Empty;
+ ///
+ /// Set the highlight color to itself and set the information text in the status bar while entering the control
+ ///
+ /// id of the astrophysical element
+ /// label of the astrophysical element
+ /// highlight color
+ /// object sender
+ /// event arguments
private void SetColorSelfAndSetStatusbar(uint astroElemId, ref Label labelSelf, Color color, object sender, EventArgs e)
{
if (!isDatabaseLoading)
@@ -372,6 +393,11 @@ private void SetColorSelfAndSetStatusbar(uint astroElemId, ref Label labelSelf,
}
}
+ ///
+ /// Set the color to itself and clear the information text in the status bar while leaving the control
+ ///
+ /// label of the astrophysical element
+ /// color
private void SetColorSelfAndClearStatusbar(ref Label labelSelf, Color color)
{
if (!isDatabaseLoading)
@@ -384,7 +410,16 @@ private void SetColorSelfAndClearStatusbar(ref Label labelSelf, Color color)
}
}
- private void SetColorSelfAndNeighbourAndSetStatusbar(uint astroElemId, ref Label labelSelf, ref Label labelNeighbour, Color color, object sender, EventArgs e)
+ ///
+ /// Set the highlight color to itself and the neighbor field and set the information text in the status bar while entering the control
+ ///
+ /// id of the astrophysical element
+ /// label of the astrophysical element
+ /// label of the astrophysical element in the neighbor field
+ /// highlight color
+ /// object sender
+ /// event arguments
+ private void SetColorSelfAndNeighborAndSetStatusbar(uint astroElemId, ref Label labelSelf, ref Label labelNeighbor, Color color, object sender, EventArgs e)
{
if (!isDatabaseLoading)
{
@@ -392,29 +427,52 @@ private void SetColorSelfAndNeighbourAndSetStatusbar(uint astroElemId, ref Label
SetStatusbar(sender: sender, e: e);
if (settings.UserEnableHoverEffect)
{
- SetColorSelfAndNeighbour(labelSelf: ref labelSelf, labelNeighbour: ref labelNeighbour, color: color);
+ SetColorSelfAndNeighbor(labelSelf: ref labelSelf, labelNeighbor: ref labelNeighbor, color: color);
}
}
}
- private void SetColorSelfAndNeighbourAndClearStatusbar(ref Label labelSelf, ref Label labelNeighbour, Color color)
+ ///
+ /// Set the color to itself and the neighbor field and clear the information text in the status bar while leaving the control
+ ///
+ /// label of the astrophysical element
+ /// label of the astrophysical element in the neighbor field
+ /// color
+ private void SetColorSelfAndNeighborAndClearStatusbar(ref Label labelSelf, ref Label labelNeighbor, Color color)
{
if (!isDatabaseLoading)
{
ClearStatusbar();
if (settings.UserEnableHoverEffect)
{
- SetColorSelfAndNeighbour(labelSelf: ref labelSelf, labelNeighbour: ref labelNeighbour, color: color);
+ SetColorSelfAndNeighbor(labelSelf: ref labelSelf, labelNeighbor: ref labelNeighbor, color: color);
}
}
}
+ ///
+ /// Set the color to itself
+ ///
+ /// label of the astrophysical element
+ /// color
private static void SetColorSelf(ref Label labelSelf, Color color) => labelSelf.BackColor = color;
- private static void SetColorSelfAndNeighbour(ref Label labelSelf, ref Label labelNeighbour, Color color) => labelSelf.BackColor = labelNeighbour.BackColor = color;
+ ///
+ /// Set the color to itself and the neighbor field
+ ///
+ /// label of the astrophysical element
+ /// label of the astrophysical element in the neighbor field
+ /// color
+ private static void SetColorSelfAndNeighbor(ref Label labelSelf, ref Label labelNeighbor, Color color) => labelSelf.BackColor = labelNeighbor.BackColor = color;
+ ///
+ /// Update the index label
+ ///
private void UpdateIndexLabel() => toolStripTextBoxGoToIndex.Text = index.ToString(provider: culture);
+ ///
+ /// Check if the index is the minimum
+ ///
private void CheckIndexMinimum()
{
if (index < 1 || index > maxIndex)
@@ -423,6 +481,9 @@ private void CheckIndexMinimum()
}
}
+ ///
+ /// Check if the index is the maximum
+ ///
private void CheckIndexMaximum()
{
if (index > maxIndex)
@@ -431,6 +492,9 @@ private void CheckIndexMaximum()
}
}
+ ///
+ /// Show all astrophysical elements of the index
+ ///
private void ShowEntriesOnIndex()
{
labelCatalogData.Text = catalogEntries[index - 1].Substring(startIndex: 0, length: 1);//.Trim();
@@ -512,6 +576,10 @@ private void ShowEntriesOnIndex()
labelSourceOfSpectralTypeData.Text = catalogEntries[index - 1].Substring(startIndex: 448, length: 1);//.Trim();
}
+ ///
+ /// Go the a specified index number
+ ///
+ [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions")]
private void GoToIndex()
{
if (int.TryParse(s: toolStripTextBoxGoToIndex.Text, result: out int tempIndex))
@@ -524,8 +592,7 @@ private void GoToIndex()
caption: Resources.numberOutOfRangeTitle,
buttons: MessageBoxButtons.OK,
icon: MessageBoxIcon.Error,
- defaultButton: MessageBoxDefaultButton.Button1,
- options: MessageBoxOptions.DefaultDesktopOnly);
+ defaultButton: MessageBoxDefaultButton.Button1);
}
else
{
@@ -542,11 +609,14 @@ private void GoToIndex()
caption: Resources.wrongNumberFormatTitle,
buttons: MessageBoxButtons.OK,
icon: MessageBoxIcon.Error,
- defaultButton: MessageBoxDefaultButton.Button1,
- options: MessageBoxOptions.DefaultDesktopOnly);
+ defaultButton: MessageBoxDefaultButton.Button1);
}
}
+ ///
+ /// Set a double buffer to a specified control
+ ///
+ /// double buffered control
private static void SetDoubleBuffered(Control control)
{
if (SystemInformation.TerminalServerSession)
@@ -585,11 +655,16 @@ public HipparcosCatalogViewerForm()
#region Form* event handlers
+ ///
+ /// Load the window
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
private void HipparcosCatalogViewerForm_Load(object sender, EventArgs e)
{
switch (settings.UserEnableHoverEffect)
{
- case true:
default:
toolStripButtonChangeHoverEffect.Checked = true;
toolStripButtonChangeHoverEffect.Image = Resources.fugue_table_select_row_16px_shadowless;
@@ -601,7 +676,6 @@ private void HipparcosCatalogViewerForm_Load(object sender, EventArgs e)
}
switch (settings.UserDataTableStyle)
{
- case 0:
default:
tableLayoutPanel.CellBorderStyle = TableLayoutPanelCellBorderStyle.OutsetDouble;
break;
@@ -613,12 +687,25 @@ private void HipparcosCatalogViewerForm_Load(object sender, EventArgs e)
backgroundWorker.RunWorkerAsync();
}
+ ///
+ /// Save the settings while closing the window
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
private void HipparcosCatalogViewerForm_FormClosing(object sender, FormClosingEventArgs e) => settings.Save();
#endregion
#region BackgroundWorker event handler
+ ///
+ /// Load the Hipparcos-DB in background
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
+ [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions")]
private void BackgroundWorker_DoWork(object sender, System.ComponentModel.DoWorkEventArgs e)
{
string dataFile = settings.UserHipparcosCatalogDirectory + "hip_main.dat";
@@ -645,8 +732,7 @@ private void BackgroundWorker_DoWork(object sender, System.ComponentModel.DoWork
caption: Resources.missingDownloadFilesTitle,
buttons: MessageBoxButtons.OK,
icon: MessageBoxIcon.Error,
- defaultButton: MessageBoxDefaultButton.Button1,
- options: MessageBoxOptions.DefaultDesktopOnly);
+ defaultButton: MessageBoxDefaultButton.Button1);
Close();
}
}
@@ -723,7 +809,7 @@ private void ToolStripMenuItemCopyData_Click(object sender, EventArgs e)
{
switch (astrophysicalElement)
{
- case (uint)AstroElement.None: break;
+ default: break;
case (uint)AstroElement.CatalogData: CopyToClipboard(text: labelCatalogData.Text); break;
case (uint)AstroElement.IdentifierData: CopyToClipboard(text: labelIdentifierData.Text); break;
case (uint)AstroElement.ProximityFlagData: CopyToClipboard(text: labelProximityFlagData.Text); break;
@@ -878,21 +964,21 @@ private void ToolStripMenuItemCopyData_Click(object sender, EventArgs e)
case (uint)AstroElement.ViUsedForReductionsDesc: CopyToClipboard(text: labelViUsedForReductionsDesc.Text); break;
case (uint)AstroElement.SpectralTypeDesc: CopyToClipboard(text: labelSpectralTypeDesc.Text); break;
case (uint)AstroElement.SourceOfSpectralTypeDesc: CopyToClipboard(text: labelSourceOfSpectralTypeDesc.Text); break;
- default: break;
}
}
private void ToolStripButtonChangeDataTableStyle_Click(object sender, EventArgs e)
{
- if (tableLayoutPanel.CellBorderStyle == TableLayoutPanelCellBorderStyle.InsetDouble)
- {
- tableLayoutPanel.CellBorderStyle = TableLayoutPanelCellBorderStyle.OutsetDouble;
- settings.UserDataTableStyle = 0;
- }
- else if (tableLayoutPanel.CellBorderStyle == TableLayoutPanelCellBorderStyle.OutsetDouble)
+ switch (tableLayoutPanel.CellBorderStyle)
{
- tableLayoutPanel.CellBorderStyle = TableLayoutPanelCellBorderStyle.InsetDouble;
- settings.UserDataTableStyle = 1;
+ case TableLayoutPanelCellBorderStyle.InsetDouble:
+ tableLayoutPanel.CellBorderStyle = TableLayoutPanelCellBorderStyle.OutsetDouble;
+ settings.UserDataTableStyle = 0;
+ break;
+ case TableLayoutPanelCellBorderStyle.OutsetDouble:
+ tableLayoutPanel.CellBorderStyle = TableLayoutPanelCellBorderStyle.InsetDouble;
+ settings.UserDataTableStyle = 1;
+ break;
}
}
@@ -900,16 +986,12 @@ private void ToolStripButtonChangeHoverEffect_Click(object sender, EventArgs e)
{
toolStripButtonChangeHoverEffect.Checked = !toolStripButtonChangeHoverEffect.Checked;
settings.UserEnableHoverEffect = !settings.UserEnableHoverEffect;
- if (toolStripButtonChangeHoverEffect.Checked)
- {
- toolStripButtonChangeHoverEffect.Image = Resources.fugue_table_select_row_16px_shadowless;
- }
- else if (!toolStripButtonChangeHoverEffect.Checked)
- {
- toolStripButtonChangeHoverEffect.Image = Resources.fugue_table_16px_shadowless;
- }
+ toolStripButtonChangeHoverEffect.Image = toolStripButtonChangeHoverEffect.Checked
+ ? Resources.fugue_table_select_row_16px_shadowless
+ : Resources.fugue_table_16px_shadowless;
}
+ [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions")]
private void ProgressBar_Click(object sender, EventArgs e)
{
MessageBox.Show(
@@ -918,8 +1000,7 @@ private void ProgressBar_Click(object sender, EventArgs e)
caption: Resources.jokeLoadingTitle,
buttons: MessageBoxButtons.OK,
icon: MessageBoxIcon.Exclamation,
- defaultButton: MessageBoxDefaultButton.Button1,
- options: MessageBoxOptions.DefaultDesktopOnly);
+ defaultButton: MessageBoxDefaultButton.Button1);
}
#endregion
@@ -1268,313 +1349,313 @@ private void CopyToClipboard_DoubleClick(object sender, EventArgs e)
private void ToolStripButtonStepToEnd_MouseEnter(object sender, EventArgs e) => SetStatusbar(sender: sender, e: e);
- private void LabelCatalogDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CatalogDesc, labelSelf: ref labelCatalogDesc, labelNeighbour: ref labelCatalogData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCatalogDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CatalogDesc, labelSelf: ref labelCatalogDesc, labelNeighbor: ref labelCatalogData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCatalogData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CatalogData, labelSelf: ref labelCatalogDesc, labelNeighbour: ref labelCatalogData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCatalogData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CatalogData, labelSelf: ref labelCatalogDesc, labelNeighbor: ref labelCatalogData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelIdentifierDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.IdentifierDesc, labelSelf: ref labelIdentifierDesc, labelNeighbour: ref labelIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelIdentifierDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.IdentifierDesc, labelSelf: ref labelIdentifierDesc, labelNeighbor: ref labelIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelIdentifierData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.IdentifierData, labelSelf: ref labelIdentifierDesc, labelNeighbour: ref labelIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelIdentifierData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.IdentifierData, labelSelf: ref labelIdentifierDesc, labelNeighbor: ref labelIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelProximityFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ProximityFlagDesc, labelSelf: ref labelProximityFlagDesc, labelNeighbour: ref labelProximityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelProximityFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ProximityFlagDesc, labelSelf: ref labelProximityFlagDesc, labelNeighbor: ref labelProximityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelProximityFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ProximityFlagData, labelSelf: ref labelProximityFlagDesc, labelNeighbour: ref labelProximityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelProximityFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ProximityFlagData, labelSelf: ref labelProximityFlagDesc, labelNeighbor: ref labelProximityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.RightAscensionDesc, labelSelf: ref labelRightAscensionDesc, labelNeighbour: ref labelRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.RightAscensionDesc, labelSelf: ref labelRightAscensionDesc, labelNeighbor: ref labelRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.RightAscensionData, labelSelf: ref labelRightAscensionDesc, labelNeighbour: ref labelRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.RightAscensionData, labelSelf: ref labelRightAscensionDesc, labelNeighbor: ref labelRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.DeclinationDesc, labelSelf: ref labelDeclinationDesc, labelNeighbour: ref labelDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.DeclinationDesc, labelSelf: ref labelDeclinationDesc, labelNeighbor: ref labelDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.DeclinationData, labelSelf: ref labelDeclinationDesc, labelNeighbour: ref labelDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.DeclinationData, labelSelf: ref labelDeclinationDesc, labelNeighbor: ref labelDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMagnitudeJohnsonDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MagnitudeJohnsonDesc, labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbour: ref labelMagnitudeJohnsonData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMagnitudeJohnsonDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MagnitudeJohnsonDesc, labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbor: ref labelMagnitudeJohnsonData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMagnitudeJohnsonData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MagnitudeJohnsonData, labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbour: ref labelMagnitudeJohnsonData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMagnitudeJohnsonData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MagnitudeJohnsonData, labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbor: ref labelMagnitudeJohnsonData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCoarseVariabilityFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CoarseVariabilityFlagDesc, labelSelf: ref labelCoarseVariabilityFlagDesc, labelNeighbour: ref labelCoarseVariabilityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCoarseVariabilityFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CoarseVariabilityFlagDesc, labelSelf: ref labelCoarseVariabilityFlagDesc, labelNeighbor: ref labelCoarseVariabilityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCoarseVariabilityFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CoarseVariabilityFlagData, labelSelf: ref labelCoarseVariabilityFlagDesc, labelNeighbour: ref labelCoarseVariabilityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCoarseVariabilityFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CoarseVariabilityFlagData, labelSelf: ref labelCoarseVariabilityFlagDesc, labelNeighbor: ref labelCoarseVariabilityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfMagnitudeDesc, labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbour: ref labelSourceOfMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfMagnitudeDesc, labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbor: ref labelSourceOfMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfMagnitudeData, labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbour: ref labelSourceOfMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfMagnitudeData, labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbor: ref labelSourceOfMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelAlphaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.AlphaDesc, labelSelf: ref labelAlphaDesc, labelNeighbour: ref labelAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelAlphaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.AlphaDesc, labelSelf: ref labelAlphaDesc, labelNeighbor: ref labelAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelAlphaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.AlphaData, labelSelf: ref labelAlphaDesc, labelNeighbour: ref labelAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelAlphaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.AlphaData, labelSelf: ref labelAlphaDesc, labelNeighbor: ref labelAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelDeltaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.DeltaDesc, labelSelf: ref labelDeltaDesc, labelNeighbour: ref labelDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelDeltaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.DeltaDesc, labelSelf: ref labelDeltaDesc, labelNeighbor: ref labelDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelDeltaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.DeltaData, labelSelf: ref labelDeltaDesc, labelNeighbour: ref labelDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelDeltaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.DeltaData, labelSelf: ref labelDeltaDesc, labelNeighbor: ref labelDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelReferenceFlagForAstrometryDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForAstrometryDesc, labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbour: ref labelReferenceFlagForAstrometryData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelReferenceFlagForAstrometryDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForAstrometryDesc, labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbor: ref labelReferenceFlagForAstrometryData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelReferenceFlagForAstrometryData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForAstrometryData, labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbour: ref labelReferenceFlagForAstrometryData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelReferenceFlagForAstrometryData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForAstrometryData, labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbor: ref labelReferenceFlagForAstrometryData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.TrigonomicParallaxDesc, labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbour: ref labelTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.TrigonomicParallaxDesc, labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbor: ref labelTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.TrigonomicParallaxData, labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbour: ref labelTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.TrigonomicParallaxData, labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbor: ref labelTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelProperMotionAlphaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionAlphaDesc, labelSelf: ref labelProperMotionAlphaDesc, labelNeighbour: ref labelProperMotionAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelProperMotionAlphaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionAlphaDesc, labelSelf: ref labelProperMotionAlphaDesc, labelNeighbor: ref labelProperMotionAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelProperMotionAlphaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionAlphaData, labelSelf: ref labelProperMotionAlphaDesc, labelNeighbour: ref labelProperMotionAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelProperMotionAlphaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionAlphaData, labelSelf: ref labelProperMotionAlphaDesc, labelNeighbor: ref labelProperMotionAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelProperMotionDeltaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionDeltaDesc, labelSelf: ref labelProperMotionDeltaDesc, labelNeighbour: ref labelProperMotionDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelProperMotionDeltaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionDeltaDesc, labelSelf: ref labelProperMotionDeltaDesc, labelNeighbor: ref labelProperMotionDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelProperMotionDeltaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionDeltaData, labelSelf: ref labelProperMotionDeltaDesc, labelNeighbour: ref labelProperMotionDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelProperMotionDeltaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionDeltaData, labelSelf: ref labelProperMotionDeltaDesc, labelNeighbor: ref labelProperMotionDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorRightAscensionDesc, labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbour: ref labelStandardErrorRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorRightAscensionDesc, labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbor: ref labelStandardErrorRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorRightAscensionData, labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbour: ref labelStandardErrorRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorRightAscensionData, labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbor: ref labelStandardErrorRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorDeclinationDesc, labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbour: ref labelStandardErrorDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorDeclinationDesc, labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbor: ref labelStandardErrorDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorDeclinationData, labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbour: ref labelStandardErrorDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorDeclinationData, labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbor: ref labelStandardErrorDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorTrigonomicParallaxDesc, labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbour: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorTrigonomicParallaxDesc, labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbor: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorTrigonomicParallaxData, labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbour: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorTrigonomicParallaxData, labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbor: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorProperMotionRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionRightAscensionDesc, labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbour: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorProperMotionRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionRightAscensionDesc, labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbor: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorProperMotionRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionRightAscensionData, labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbour: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorProperMotionRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionRightAscensionData, labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbor: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorProperMotionDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionDeclinationDesc, labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbour: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorProperMotionDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionDeclinationDesc, labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbor: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorProperMotionDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionDeclinationData, labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbour: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorProperMotionDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionDeclinationData, labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbor: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationDeclinationByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationDeclinationByRightAscensionDesc, labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationDeclinationByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationDeclinationByRightAscensionDesc, labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationDeclinationByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationDeclinationByRightAscensionData, labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationDeclinationByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationDeclinationByRightAscensionData, labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionDesc, labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionDesc, labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionData, labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionData, labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationDesc, labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationDesc, labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationTrigonomicParallaxByDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationData, labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationTrigonomicParallaxByDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationData, labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionDesc, labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionDesc, labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionData, labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionData, labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationDesc, labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationDesc, labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationData, labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationData, labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxData, labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxData, labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionData, labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionData, labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationData, labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationData, labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxData, labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxData, labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionData, labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionData, labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelPercentageOfRejectedDataDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.PercentageOfRejectedDataDesc, labelSelf: ref labelPercentageOfRejectedDataDesc, labelNeighbour: ref labelPercentageOfRejectedDataData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelPercentageOfRejectedDataDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.PercentageOfRejectedDataDesc, labelSelf: ref labelPercentageOfRejectedDataDesc, labelNeighbor: ref labelPercentageOfRejectedDataData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelPercentageOfRejectedDataData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.PercentageOfRejectedDataData, labelSelf: ref labelPercentageOfRejectedDataDesc, labelNeighbour: ref labelPercentageOfRejectedDataData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelPercentageOfRejectedDataData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.PercentageOfRejectedDataData, labelSelf: ref labelPercentageOfRejectedDataDesc, labelNeighbor: ref labelPercentageOfRejectedDataData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelGoodnessOfFitParameterDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.GoodnessOfFitParameterDesc, labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbour: ref labelGoodnessOfFitParameterData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelGoodnessOfFitParameterDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.GoodnessOfFitParameterDesc, labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbor: ref labelGoodnessOfFitParameterData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelGoodnessOfFitParameterData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.GoodnessOfFitParameterData, labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbour: ref labelGoodnessOfFitParameterData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelGoodnessOfFitParameterData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.GoodnessOfFitParameterData, labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbor: ref labelGoodnessOfFitParameterData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMeanBtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MeanBtMagnitudeDesc, labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbour: ref labelMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMeanBtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MeanBtMagnitudeDesc, labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbor: ref labelMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMeanBtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MeanBtMagnitudeData, labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbour: ref labelMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMeanBtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MeanBtMagnitudeData, labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbor: ref labelMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorMeanBtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanBtMagnitudeDesc, labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorMeanBtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanBtMagnitudeDesc, labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorMeanBtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanBtMagnitudeData, labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorMeanBtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanBtMagnitudeData, labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMeanVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanVtMagnitudeDesc, labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbour: ref labelMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMeanVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanVtMagnitudeDesc, labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbor: ref labelMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMeanVtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanVtMagnitudeData, labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbour: ref labelMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMeanVtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanVtMagnitudeData, labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbor: ref labelMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorMeanVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanVtMagnitudeDesc, labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorMeanVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanVtMagnitudeDesc, labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorMeanVtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanVtMagnitudeData, labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorMeanVtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanVtMagnitudeData, labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelJohnsonBvColorDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.JohnsonBvColorDesc, labelSelf: ref labelJohnsonBvColorDesc, labelNeighbour: ref labelJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelJohnsonBvColorDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.JohnsonBvColorDesc, labelSelf: ref labelJohnsonBvColorDesc, labelNeighbor: ref labelJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelJohnsonBvColorData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.JohnsonBvColorData, labelSelf: ref labelJohnsonBvColorDesc, labelNeighbour: ref labelJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelJohnsonBvColorData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.JohnsonBvColorData, labelSelf: ref labelJohnsonBvColorDesc, labelNeighbor: ref labelJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorJohnsonBvColorDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorJohnsonBvColorDesc, labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbour: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorJohnsonBvColorDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorJohnsonBvColorDesc, labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbor: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorJohnsonBvColorData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorJohnsonBvColorData, labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbour: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorJohnsonBvColorData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorJohnsonBvColorData, labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbor: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelColorIndexInCousinsSystemDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ColorIndexInCousinsSystemDesc, labelSelf: ref labelColorIndexInCousinsSystemDesc, labelNeighbour: ref labelColorIndexInCousinsSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelColorIndexInCousinsSystemDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ColorIndexInCousinsSystemDesc, labelSelf: ref labelColorIndexInCousinsSystemDesc, labelNeighbor: ref labelColorIndexInCousinsSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelColorIndexInCousinsSystemData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ColorIndexInCousinsSystemData, labelSelf: ref labelColorIndexInCousinsSystemDesc, labelNeighbour: ref labelColorIndexInCousinsSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelColorIndexInCousinsSystemData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ColorIndexInCousinsSystemData, labelSelf: ref labelColorIndexInCousinsSystemDesc, labelNeighbor: ref labelColorIndexInCousinsSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorViDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorViDesc, labelSelf: ref labelStandardErrorViDesc, labelNeighbour: ref labelStandardErrorViData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorViDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorViDesc, labelSelf: ref labelStandardErrorViDesc, labelNeighbor: ref labelStandardErrorViData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorViData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorViData, labelSelf: ref labelStandardErrorViDesc, labelNeighbour: ref labelStandardErrorViData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorViData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorViData, labelSelf: ref labelStandardErrorViDesc, labelNeighbor: ref labelStandardErrorViData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfViDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfViDesc, labelSelf: ref labelSourceOfViDesc, labelNeighbour: ref labelSourceOfViData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfViDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfViDesc, labelSelf: ref labelSourceOfViDesc, labelNeighbor: ref labelSourceOfViData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfViData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfViData, labelSelf: ref labelSourceOfViDesc, labelNeighbour: ref labelSourceOfViData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfViData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfViData, labelSelf: ref labelSourceOfViDesc, labelNeighbor: ref labelSourceOfViData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelFlagForCombinedMagnitudesDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.FlagForCombinedMagnitudesDesc, labelSelf: ref labelFlagForCombinedMagnitudesDesc, labelNeighbour: ref labelFlagForCombinedMagnitudesData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelFlagForCombinedMagnitudesDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.FlagForCombinedMagnitudesDesc, labelSelf: ref labelFlagForCombinedMagnitudesDesc, labelNeighbor: ref labelFlagForCombinedMagnitudesData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelFlagForCombinedMagnitudesData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.FlagForCombinedMagnitudesData, labelSelf: ref labelFlagForCombinedMagnitudesDesc, labelNeighbour: ref labelFlagForCombinedMagnitudesData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelFlagForCombinedMagnitudesData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.FlagForCombinedMagnitudesData, labelSelf: ref labelFlagForCombinedMagnitudesDesc, labelNeighbor: ref labelFlagForCombinedMagnitudesData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MedianMagnitudeInHipparcosSystemDesc, labelSelf: ref labelMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MedianMagnitudeInHipparcosSystemDesc, labelSelf: ref labelMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MedianMagnitudeInHipparcosSystemData, labelSelf: ref labelMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MedianMagnitudeInHipparcosSystemData, labelSelf: ref labelMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMedianMagnitudeInHipparcosSystemDesc, labelSelf: ref labelStandardErrorMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelStandardErrorMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMedianMagnitudeInHipparcosSystemDesc, labelSelf: ref labelStandardErrorMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelStandardErrorMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMedianMagnitudeInHipparcosSystemData, labelSelf: ref labelStandardErrorMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelStandardErrorMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMedianMagnitudeInHipparcosSystemData, labelSelf: ref labelStandardErrorMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelStandardErrorMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelScatterMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ScatterMedianMagnitudeInHipparcosSystemDesc, labelSelf: ref labelScatterMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelScatterMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelScatterMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ScatterMedianMagnitudeInHipparcosSystemDesc, labelSelf: ref labelScatterMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelScatterMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelScatterMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ScatterMedianMagnitudeInHipparcosSystemData, labelSelf: ref labelScatterMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelScatterMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelScatterMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ScatterMedianMagnitudeInHipparcosSystemData, labelSelf: ref labelScatterMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelScatterMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.NumberObservationsForMedianMagnitudeInHipparcosSystemDesc, labelSelf: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.NumberObservationsForMedianMagnitudeInHipparcosSystemDesc, labelSelf: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.NumberObservationsForMedianMagnitudeInHipparcosSystemData, labelSelf: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.NumberObservationsForMedianMagnitudeInHipparcosSystemData, labelSelf: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemDesc, labelSelf: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemDesc, labelSelf: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemData, labelSelf: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemData, labelSelf: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelReferenceFlagForBtAndVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeData, labelSelf: ref labelReferenceFlagForBtAndVtMagnitudeDesc, labelNeighbour: ref labelReferenceFlagForBtAndVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelReferenceFlagForBtAndVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeData, labelSelf: ref labelReferenceFlagForBtAndVtMagnitudeDesc, labelNeighbor: ref labelReferenceFlagForBtAndVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelReferenceFlagForBtAndVtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeDesc, labelSelf: ref labelReferenceFlagForBtAndVtMagnitudeDesc, labelNeighbour: ref labelReferenceFlagForBtAndVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelReferenceFlagForBtAndVtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeDesc, labelSelf: ref labelReferenceFlagForBtAndVtMagnitudeDesc, labelNeighbor: ref labelReferenceFlagForBtAndVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfBvColorDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeDesc, labelSelf: ref labelSourceOfBvColorDesc, labelNeighbour: ref labelSourceOfBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfBvColorDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeDesc, labelSelf: ref labelSourceOfBvColorDesc, labelNeighbor: ref labelSourceOfBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfBvColorData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeData, labelSelf: ref labelSourceOfBvColorDesc, labelNeighbour: ref labelSourceOfBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfBvColorData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeData, labelSelf: ref labelSourceOfBvColorDesc, labelNeighbor: ref labelSourceOfBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMedianMagnitudeInHipparcosSystemAtMaximumDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMaximumDesc, labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMaximumDesc, labelNeighbour: ref labelMedianMagnitudeInHipparcosSystemAtMaximumData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMedianMagnitudeInHipparcosSystemAtMaximumDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMaximumDesc, labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMaximumDesc, labelNeighbor: ref labelMedianMagnitudeInHipparcosSystemAtMaximumData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMedianMagnitudeInHipparcosSystemAtMaximumData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMaximumData, labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMaximumDesc, labelNeighbour: ref labelMedianMagnitudeInHipparcosSystemAtMaximumData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMedianMagnitudeInHipparcosSystemAtMaximumData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMaximumData, labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMaximumDesc, labelNeighbor: ref labelMedianMagnitudeInHipparcosSystemAtMaximumData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMedianMagnitudeInHipparcosSystemAtMinimumDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMinimumDesc, labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMinimumDesc, labelNeighbour: ref labelMedianMagnitudeInHipparcosSystemAtMinimumData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMedianMagnitudeInHipparcosSystemAtMinimumDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMinimumDesc, labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMinimumDesc, labelNeighbor: ref labelMedianMagnitudeInHipparcosSystemAtMinimumData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMedianMagnitudeInHipparcosSystemAtMinimumData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMinimumData, labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMinimumDesc, labelNeighbour: ref labelMedianMagnitudeInHipparcosSystemAtMinimumData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMedianMagnitudeInHipparcosSystemAtMinimumData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMinimumData, labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMinimumDesc, labelNeighbor: ref labelMedianMagnitudeInHipparcosSystemAtMinimumData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelVariabilityPeriodDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.VariabilityTypeData, labelSelf: ref labelVariabilityPeriodDesc, labelNeighbour: ref labelVariabilityPeriodData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelVariabilityPeriodDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.VariabilityTypeData, labelSelf: ref labelVariabilityPeriodDesc, labelNeighbor: ref labelVariabilityPeriodData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelVariabilityPeriodData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.VariabilityPeriodData, labelSelf: ref labelVariabilityPeriodDesc, labelNeighbour: ref labelVariabilityPeriodData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelVariabilityPeriodData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.VariabilityPeriodData, labelSelf: ref labelVariabilityPeriodDesc, labelNeighbor: ref labelVariabilityPeriodData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelVariabilityTypeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.VariabilityTypeDesc, labelSelf: ref labelVariabilityTypeDesc, labelNeighbour: ref labelVariabilityTypeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelVariabilityTypeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.VariabilityTypeDesc, labelSelf: ref labelVariabilityTypeDesc, labelNeighbor: ref labelVariabilityTypeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelVariabilityTypeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.VariabilityTypeData, labelSelf: ref labelVariabilityTypeDesc, labelNeighbour: ref labelVariabilityTypeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelVariabilityTypeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.VariabilityTypeData, labelSelf: ref labelVariabilityTypeDesc, labelNeighbor: ref labelVariabilityTypeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelAdditionalDataAboutVariabilityDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.AdditionalDataAboutVariabilityDesc, labelSelf: ref labelAdditionalDataAboutVariabilityDesc, labelNeighbour: ref labelAdditionalDataAboutVariabilityData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelAdditionalDataAboutVariabilityDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.AdditionalDataAboutVariabilityDesc, labelSelf: ref labelAdditionalDataAboutVariabilityDesc, labelNeighbor: ref labelAdditionalDataAboutVariabilityData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelAdditionalDataAboutVariabilityData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.AdditionalDataAboutVariabilityData, labelSelf: ref labelAdditionalDataAboutVariabilityDesc, labelNeighbour: ref labelAdditionalDataAboutVariabilityData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelAdditionalDataAboutVariabilityData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.AdditionalDataAboutVariabilityData, labelSelf: ref labelAdditionalDataAboutVariabilityDesc, labelNeighbor: ref labelAdditionalDataAboutVariabilityData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelLightCurveAnnexDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.LightCurveAnnexDesc, labelSelf: ref labelLightCurveAnnexDesc, labelNeighbour: ref labelLightCurveAnnexData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelLightCurveAnnexDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.LightCurveAnnexDesc, labelSelf: ref labelLightCurveAnnexDesc, labelNeighbor: ref labelLightCurveAnnexData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelLightCurveAnnexData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.LightCurveAnnexData, labelSelf: ref labelLightCurveAnnexDesc, labelNeighbour: ref labelLightCurveAnnexData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelLightCurveAnnexData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.LightCurveAnnexData, labelSelf: ref labelLightCurveAnnexDesc, labelNeighbor: ref labelLightCurveAnnexData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCcdmIdentifierDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CcdmIdentifierDesc, labelSelf: ref labelCcdmIdentifierDesc, labelNeighbour: ref labelCcdmIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCcdmIdentifierDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CcdmIdentifierDesc, labelSelf: ref labelCcdmIdentifierDesc, labelNeighbor: ref labelCcdmIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCcdmIdentifierData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CcdmIdentifierData, labelSelf: ref labelCcdmIdentifierDesc, labelNeighbour: ref labelCcdmIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCcdmIdentifierData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CcdmIdentifierData, labelSelf: ref labelCcdmIdentifierDesc, labelNeighbor: ref labelCcdmIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelHistoricalStatusFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.HistoricalStatusFlagDesc, labelSelf: ref labelHistoricalStatusFlagDesc, labelNeighbour: ref labelHistoricalStatusFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelHistoricalStatusFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.HistoricalStatusFlagDesc, labelSelf: ref labelHistoricalStatusFlagDesc, labelNeighbor: ref labelHistoricalStatusFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelHistoricalStatusFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.HistoricalStatusFlagData, labelSelf: ref labelHistoricalStatusFlagDesc, labelNeighbour: ref labelHistoricalStatusFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelHistoricalStatusFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.HistoricalStatusFlagData, labelSelf: ref labelHistoricalStatusFlagDesc, labelNeighbor: ref labelHistoricalStatusFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelNumberEntriesWithSameCcdmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.NumberEntriesWithSameCcdmDesc, labelSelf: ref labelNumberEntriesWithSameCcdmDesc, labelNeighbour: ref labelNumberEntriesWithSameCcdmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelNumberEntriesWithSameCcdmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.NumberEntriesWithSameCcdmDesc, labelSelf: ref labelNumberEntriesWithSameCcdmDesc, labelNeighbor: ref labelNumberEntriesWithSameCcdmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelNumberEntriesWithSameCcdmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.NumberEntriesWithSameCcdmData, labelSelf: ref labelNumberEntriesWithSameCcdmDesc, labelNeighbour: ref labelNumberEntriesWithSameCcdmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelNumberEntriesWithSameCcdmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.NumberEntriesWithSameCcdmData, labelSelf: ref labelNumberEntriesWithSameCcdmDesc, labelNeighbor: ref labelNumberEntriesWithSameCcdmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelNumberComponentsInThisEntryDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.NumberComponentsInThisEntryDesc, labelSelf: ref labelNumberComponentsInThisEntryDesc, labelNeighbour: ref labelNumberComponentsInThisEntryData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelNumberComponentsInThisEntryDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.NumberComponentsInThisEntryDesc, labelSelf: ref labelNumberComponentsInThisEntryDesc, labelNeighbor: ref labelNumberComponentsInThisEntryData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelNumberComponentsInThisEntryData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.NumberComponentsInThisEntryData, labelSelf: ref labelNumberComponentsInThisEntryDesc, labelNeighbour: ref labelNumberComponentsInThisEntryData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelNumberComponentsInThisEntryData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.NumberComponentsInThisEntryData, labelSelf: ref labelNumberComponentsInThisEntryDesc, labelNeighbor: ref labelNumberComponentsInThisEntryData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMultipleSystemsFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MultipleSystemsFlagDesc, labelSelf: ref labelMultipleSystemsFlagDesc, labelNeighbour: ref labelMultipleSystemsFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMultipleSystemsFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MultipleSystemsFlagDesc, labelSelf: ref labelMultipleSystemsFlagDesc, labelNeighbor: ref labelMultipleSystemsFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMultipleSystemsFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MultipleSystemsFlagData, labelSelf: ref labelMultipleSystemsFlagDesc, labelNeighbour: ref labelMultipleSystemsFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMultipleSystemsFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MultipleSystemsFlagData, labelSelf: ref labelMultipleSystemsFlagDesc, labelNeighbor: ref labelMultipleSystemsFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelAstrometricSourceFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.AstrometricSourceFlagDesc, labelSelf: ref labelAstrometricSourceFlagDesc, labelNeighbour: ref labelAstrometricSourceFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelAstrometricSourceFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.AstrometricSourceFlagDesc, labelSelf: ref labelAstrometricSourceFlagDesc, labelNeighbor: ref labelAstrometricSourceFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelAstrometricSourceFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.AstrometricSourceFlagData, labelSelf: ref labelAstrometricSourceFlagDesc, labelNeighbour: ref labelAstrometricSourceFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelAstrometricSourceFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.AstrometricSourceFlagData, labelSelf: ref labelAstrometricSourceFlagDesc, labelNeighbor: ref labelAstrometricSourceFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSolutionQualityDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SolutionQualityDesc, labelSelf: ref labelSolutionQualityDesc, labelNeighbour: ref labelSolutionQualityData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSolutionQualityDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SolutionQualityDesc, labelSelf: ref labelSolutionQualityDesc, labelNeighbor: ref labelSolutionQualityData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSolutionQualityData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SolutionQualityData, labelSelf: ref labelSolutionQualityDesc, labelNeighbour: ref labelSolutionQualityData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSolutionQualityData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SolutionQualityData, labelSelf: ref labelSolutionQualityDesc, labelNeighbor: ref labelSolutionQualityData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelComponentIdentifiersDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ComponentIdentifiersDesc, labelSelf: ref labelComponentIdentifiersDesc, labelNeighbour: ref labelComponentIdentifiersData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelComponentIdentifiersDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ComponentIdentifiersDesc, labelSelf: ref labelComponentIdentifiersDesc, labelNeighbor: ref labelComponentIdentifiersData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelComponentIdentifiersData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ComponentIdentifiersData, labelSelf: ref labelComponentIdentifiersDesc, labelNeighbour: ref labelComponentIdentifiersData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelComponentIdentifiersData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ComponentIdentifiersData, labelSelf: ref labelComponentIdentifiersDesc, labelNeighbor: ref labelComponentIdentifiersData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelPositionAngleBetweenComponentsDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.PositionAngleBetweenComponentsDesc, labelSelf: ref labelPositionAngleBetweenComponentsDesc, labelNeighbour: ref labelPositionAngleBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelPositionAngleBetweenComponentsDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.PositionAngleBetweenComponentsDesc, labelSelf: ref labelPositionAngleBetweenComponentsDesc, labelNeighbor: ref labelPositionAngleBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelPositionAngleBetweenComponentsData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.PositionAngleBetweenComponentsData, labelSelf: ref labelPositionAngleBetweenComponentsDesc, labelNeighbour: ref labelPositionAngleBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelPositionAngleBetweenComponentsData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.PositionAngleBetweenComponentsData, labelSelf: ref labelPositionAngleBetweenComponentsDesc, labelNeighbor: ref labelPositionAngleBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelAngularSeparationBetweenComponentsDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.AngularSeparationBetweenComponentsData, labelSelf: ref labelAngularSeparationBetweenComponentsDesc, labelNeighbour: ref labelAngularSeparationBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelAngularSeparationBetweenComponentsDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.AngularSeparationBetweenComponentsData, labelSelf: ref labelAngularSeparationBetweenComponentsDesc, labelNeighbor: ref labelAngularSeparationBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelAngularSeparationBetweenComponentsData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.AngularSeparationBetweenComponentsData, labelSelf: ref labelAngularSeparationBetweenComponentsDesc, labelNeighbour: ref labelAngularSeparationBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelAngularSeparationBetweenComponentsData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.AngularSeparationBetweenComponentsData, labelSelf: ref labelAngularSeparationBetweenComponentsDesc, labelNeighbor: ref labelAngularSeparationBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorRhoDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorRhoDesc, labelSelf: ref labelStandardErrorRhoDesc, labelNeighbour: ref labelStandardErrorRhoData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorRhoDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorRhoDesc, labelSelf: ref labelStandardErrorRhoDesc, labelNeighbor: ref labelStandardErrorRhoData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorRhoData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorRhoData, labelSelf: ref labelStandardErrorRhoDesc, labelNeighbour: ref labelStandardErrorRhoData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorRhoData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorRhoData, labelSelf: ref labelStandardErrorRhoDesc, labelNeighbor: ref labelStandardErrorRhoData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMagnitudeDifferenceBetweenComponentsDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MagnitudeDifferenceBetweenComponentsDesc, labelSelf: ref labelMagnitudeDifferenceBetweenComponentsDesc, labelNeighbour: ref labelMagnitudeDifferenceBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMagnitudeDifferenceBetweenComponentsDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MagnitudeDifferenceBetweenComponentsDesc, labelSelf: ref labelMagnitudeDifferenceBetweenComponentsDesc, labelNeighbor: ref labelMagnitudeDifferenceBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMagnitudeDifferenceBetweenComponentsData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MagnitudeDifferenceBetweenComponentsData, labelSelf: ref labelMagnitudeDifferenceBetweenComponentsDesc, labelNeighbour: ref labelMagnitudeDifferenceBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMagnitudeDifferenceBetweenComponentsData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MagnitudeDifferenceBetweenComponentsData, labelSelf: ref labelMagnitudeDifferenceBetweenComponentsDesc, labelNeighbor: ref labelMagnitudeDifferenceBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMagnitudeDifferenceBetweenComponentsDesc, labelSelf: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc, labelNeighbour: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMagnitudeDifferenceBetweenComponentsDesc, labelSelf: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc, labelNeighbor: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMagnitudeDifferenceBetweenComponentsData, labelSelf: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc, labelNeighbour: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMagnitudeDifferenceBetweenComponentsData, labelSelf: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc, labelNeighbor: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelFlagIndicatingSurveyStarDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.FlagIndicatingSurveyStarDesc, labelSelf: ref labelFlagIndicatingSurveyStarDesc, labelNeighbour: ref labelFlagIndicatingSurveyStarData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelFlagIndicatingSurveyStarDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.FlagIndicatingSurveyStarDesc, labelSelf: ref labelFlagIndicatingSurveyStarDesc, labelNeighbor: ref labelFlagIndicatingSurveyStarData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelFlagIndicatingSurveyStarData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.FlagIndicatingSurveyStarData, labelSelf: ref labelFlagIndicatingSurveyStarDesc, labelNeighbour: ref labelFlagIndicatingSurveyStarData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelFlagIndicatingSurveyStarData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.FlagIndicatingSurveyStarData, labelSelf: ref labelFlagIndicatingSurveyStarDesc, labelNeighbor: ref labelFlagIndicatingSurveyStarData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelIdentificationChartDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.IdentificationChartDesc, labelSelf: ref labelIdentificationChartDesc, labelNeighbour: ref labelIdentificationChartData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelIdentificationChartDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.IdentificationChartDesc, labelSelf: ref labelIdentificationChartDesc, labelNeighbor: ref labelIdentificationChartData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelIdentificationChartData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.IdentificationChartData, labelSelf: ref labelIdentificationChartDesc, labelNeighbour: ref labelIdentificationChartData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelIdentificationChartData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.IdentificationChartData, labelSelf: ref labelIdentificationChartDesc, labelNeighbor: ref labelIdentificationChartData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelExistenceOfNotesDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ExistenceOfNotesDesc, labelSelf: ref labelExistenceOfNotesDesc, labelNeighbour: ref labelExistenceOfNotesData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelExistenceOfNotesDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ExistenceOfNotesDesc, labelSelf: ref labelExistenceOfNotesDesc, labelNeighbor: ref labelExistenceOfNotesData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelExistenceOfNotesData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ExistenceOfNotesData, labelSelf: ref labelExistenceOfNotesDesc, labelNeighbour: ref labelExistenceOfNotesData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelExistenceOfNotesData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ExistenceOfNotesData, labelSelf: ref labelExistenceOfNotesDesc, labelNeighbor: ref labelExistenceOfNotesData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelHdNumberDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.HdNumberDesc, labelSelf: ref labelHdNumberDesc, labelNeighbour: ref labelHdNumberData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelHdNumberDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.HdNumberDesc, labelSelf: ref labelHdNumberDesc, labelNeighbor: ref labelHdNumberData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelHdNumberData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.HdNumberData, labelSelf: ref labelHdNumberDesc, labelNeighbour: ref labelHdNumberData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelHdNumberData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.HdNumberData, labelSelf: ref labelHdNumberDesc, labelNeighbor: ref labelHdNumberData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelBonnerDmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.BonnerDmDesc, labelSelf: ref labelBonnerDmDesc, labelNeighbour: ref labelBonnerDmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelBonnerDmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.BonnerDmDesc, labelSelf: ref labelBonnerDmDesc, labelNeighbor: ref labelBonnerDmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelBonnerDmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.BonnerDmData, labelSelf: ref labelBonnerDmDesc, labelNeighbour: ref labelBonnerDmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelBonnerDmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.BonnerDmData, labelSelf: ref labelBonnerDmDesc, labelNeighbor: ref labelBonnerDmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCordobaDmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CordobaDmDesc, labelSelf: ref labelCordobaDmDesc, labelNeighbour: ref labelCordobaDmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCordobaDmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CordobaDmDesc, labelSelf: ref labelCordobaDmDesc, labelNeighbor: ref labelCordobaDmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCordobaDmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CordobaDmData, labelSelf: ref labelCordobaDmDesc, labelNeighbour: ref labelCordobaDmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCordobaDmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CordobaDmData, labelSelf: ref labelCordobaDmDesc, labelNeighbor: ref labelCordobaDmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCapePhotographicDmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CapePhotographicDmDesc, labelSelf: ref labelCapePhotographicDmDesc, labelNeighbour: ref labelCapePhotographicDmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCapePhotographicDmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CapePhotographicDmDesc, labelSelf: ref labelCapePhotographicDmDesc, labelNeighbor: ref labelCapePhotographicDmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCapePhotographicDmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CapePhotographicDmData, labelSelf: ref labelCapePhotographicDmDesc, labelNeighbour: ref labelCapePhotographicDmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCapePhotographicDmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CapePhotographicDmData, labelSelf: ref labelCapePhotographicDmDesc, labelNeighbor: ref labelCapePhotographicDmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelViUsedForReductionsDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ViUsedForReductionsDesc, labelSelf: ref labelViUsedForReductionsDesc, labelNeighbour: ref labelViUsedForReductionsData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelViUsedForReductionsDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ViUsedForReductionsDesc, labelSelf: ref labelViUsedForReductionsDesc, labelNeighbor: ref labelViUsedForReductionsData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelViUsedForReductionsData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ViUsedForReductionsData, labelSelf: ref labelViUsedForReductionsDesc, labelNeighbour: ref labelViUsedForReductionsData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelViUsedForReductionsData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ViUsedForReductionsData, labelSelf: ref labelViUsedForReductionsDesc, labelNeighbor: ref labelViUsedForReductionsData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSpectralTypeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SpectralTypeDesc, labelSelf: ref labelSpectralTypeDesc, labelNeighbour: ref labelSpectralTypeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSpectralTypeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SpectralTypeDesc, labelSelf: ref labelSpectralTypeDesc, labelNeighbor: ref labelSpectralTypeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSpectralTypeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SpectralTypeData, labelSelf: ref labelSpectralTypeDesc, labelNeighbour: ref labelSpectralTypeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSpectralTypeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SpectralTypeData, labelSelf: ref labelSpectralTypeDesc, labelNeighbor: ref labelSpectralTypeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfSpectralTypeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfSpectralTypeDesc, labelSelf: ref labelSourceOfSpectralTypeDesc, labelNeighbour: ref labelSourceOfSpectralTypeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfSpectralTypeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfSpectralTypeDesc, labelSelf: ref labelSourceOfSpectralTypeDesc, labelNeighbor: ref labelSourceOfSpectralTypeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfSpectralTypeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfSpectralTypeData, labelSelf: ref labelSourceOfSpectralTypeDesc, labelNeighbour: ref labelSourceOfSpectralTypeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfSpectralTypeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfSpectralTypeData, labelSelf: ref labelSourceOfSpectralTypeDesc, labelNeighbor: ref labelSourceOfSpectralTypeData, color: SystemColors.ControlLight, sender: sender, e: e);
private void ToolStripButtonGoToIndex_MouseEnter(object sender, EventArgs e) => SetStatusbar(sender: sender, e: e);
@@ -1918,313 +1999,313 @@ private void CopyToClipboard_DoubleClick(object sender, EventArgs e)
private void ToolStripButtonStepToEnd_MouseLeave(object sender, EventArgs e) => ClearStatusbar();
- private void LabelCatalogDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCatalogDesc, labelNeighbour: ref labelCatalogData, color: SystemColors.Control);
+ private void LabelCatalogDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCatalogDesc, labelNeighbor: ref labelCatalogData, color: SystemColors.Control);
- private void LabelCatalogData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCatalogDesc, labelNeighbour: ref labelCatalogData, color: SystemColors.Control);
+ private void LabelCatalogData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCatalogDesc, labelNeighbor: ref labelCatalogData, color: SystemColors.Control);
- private void LabelIdentifierDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelIdentifierDesc, labelNeighbour: ref labelIdentifierData, color: SystemColors.Control);
+ private void LabelIdentifierDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelIdentifierDesc, labelNeighbor: ref labelIdentifierData, color: SystemColors.Control);
- private void LabelIdentifierData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelIdentifierDesc, labelNeighbour: ref labelIdentifierData, color: SystemColors.Control);
+ private void LabelIdentifierData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelIdentifierDesc, labelNeighbor: ref labelIdentifierData, color: SystemColors.Control);
- private void LabelProximityFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelProximityFlagDesc, labelNeighbour: ref labelProximityFlagData, color: SystemColors.Control);
+ private void LabelProximityFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelProximityFlagDesc, labelNeighbor: ref labelProximityFlagData, color: SystemColors.Control);
- private void LabelProximityFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelProximityFlagDesc, labelNeighbour: ref labelProximityFlagData, color: SystemColors.Control);
+ private void LabelProximityFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelProximityFlagDesc, labelNeighbor: ref labelProximityFlagData, color: SystemColors.Control);
- private void LabelRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelRightAscensionDesc, labelNeighbour: ref labelRightAscensionData, color: SystemColors.Control);
+ private void LabelRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelRightAscensionDesc, labelNeighbor: ref labelRightAscensionData, color: SystemColors.Control);
- private void LabelRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelRightAscensionDesc, labelNeighbour: ref labelRightAscensionData, color: SystemColors.Control);
+ private void LabelRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelRightAscensionDesc, labelNeighbor: ref labelRightAscensionData, color: SystemColors.Control);
- private void LabelDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelDeclinationDesc, labelNeighbour: ref labelDeclinationData, color: SystemColors.Control);
+ private void LabelDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelDeclinationDesc, labelNeighbor: ref labelDeclinationData, color: SystemColors.Control);
- private void LabelDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelDeclinationDesc, labelNeighbour: ref labelDeclinationData, color: SystemColors.Control);
+ private void LabelDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelDeclinationDesc, labelNeighbor: ref labelDeclinationData, color: SystemColors.Control);
- private void LabelMagnitudeJohnsonDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbour: ref labelMagnitudeJohnsonData, color: SystemColors.Control);
+ private void LabelMagnitudeJohnsonDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbor: ref labelMagnitudeJohnsonData, color: SystemColors.Control);
- private void LabelMagnitudeJohnsonData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbour: ref labelMagnitudeJohnsonData, color: SystemColors.Control);
+ private void LabelMagnitudeJohnsonData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbor: ref labelMagnitudeJohnsonData, color: SystemColors.Control);
- private void LabelCoarseVariabilityFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCoarseVariabilityFlagDesc, labelNeighbour: ref labelCoarseVariabilityFlagData, color: SystemColors.Control);
+ private void LabelCoarseVariabilityFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCoarseVariabilityFlagDesc, labelNeighbor: ref labelCoarseVariabilityFlagData, color: SystemColors.Control);
- private void LabelCoarseVariabilityFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCoarseVariabilityFlagDesc, labelNeighbour: ref labelCoarseVariabilityFlagData, color: SystemColors.Control);
+ private void LabelCoarseVariabilityFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCoarseVariabilityFlagDesc, labelNeighbor: ref labelCoarseVariabilityFlagData, color: SystemColors.Control);
- private void LabelSourceOfMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbour: ref labelSourceOfMagnitudeData, color: SystemColors.Control);
+ private void LabelSourceOfMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbor: ref labelSourceOfMagnitudeData, color: SystemColors.Control);
- private void LabelSourceOfMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbour: ref labelSourceOfMagnitudeData, color: SystemColors.Control);
+ private void LabelSourceOfMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbor: ref labelSourceOfMagnitudeData, color: SystemColors.Control);
- private void LabelAlphaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelAlphaDesc, labelNeighbour: ref labelAlphaData, color: SystemColors.Control);
+ private void LabelAlphaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelAlphaDesc, labelNeighbor: ref labelAlphaData, color: SystemColors.Control);
- private void LabelAlphaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelAlphaDesc, labelNeighbour: ref labelAlphaData, color: SystemColors.Control);
+ private void LabelAlphaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelAlphaDesc, labelNeighbor: ref labelAlphaData, color: SystemColors.Control);
- private void LabelDeltaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelDeltaDesc, labelNeighbour: ref labelDeltaData, color: SystemColors.Control);
+ private void LabelDeltaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelDeltaDesc, labelNeighbor: ref labelDeltaData, color: SystemColors.Control);
- private void LabelDeltaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelDeltaDesc, labelNeighbour: ref labelDeltaData, color: SystemColors.Control);
+ private void LabelDeltaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelDeltaDesc, labelNeighbor: ref labelDeltaData, color: SystemColors.Control);
- private void LabelReferenceFlagForAstrometryDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbour: ref labelReferenceFlagForAstrometryData, color: SystemColors.Control);
+ private void LabelReferenceFlagForAstrometryDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbor: ref labelReferenceFlagForAstrometryData, color: SystemColors.Control);
- private void LabelReferenceFlagForAstrometryData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbour: ref labelReferenceFlagForAstrometryData, color: SystemColors.Control);
+ private void LabelReferenceFlagForAstrometryData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbor: ref labelReferenceFlagForAstrometryData, color: SystemColors.Control);
- private void LabelTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbour: ref labelTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbor: ref labelTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbour: ref labelTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbor: ref labelTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelProperMotionAlphaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelProperMotionAlphaDesc, labelNeighbour: ref labelProperMotionAlphaData, color: SystemColors.Control);
+ private void LabelProperMotionAlphaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelProperMotionAlphaDesc, labelNeighbor: ref labelProperMotionAlphaData, color: SystemColors.Control);
- private void LabelProperMotionAlphaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelProperMotionAlphaDesc, labelNeighbour: ref labelProperMotionAlphaData, color: SystemColors.Control);
+ private void LabelProperMotionAlphaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelProperMotionAlphaDesc, labelNeighbor: ref labelProperMotionAlphaData, color: SystemColors.Control);
- private void LabelProperMotionDeltaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelProperMotionDeltaDesc, labelNeighbour: ref labelProperMotionDeltaData, color: SystemColors.Control);
+ private void LabelProperMotionDeltaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelProperMotionDeltaDesc, labelNeighbor: ref labelProperMotionDeltaData, color: SystemColors.Control);
- private void LabelProperMotionDeltaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelProperMotionDeltaDesc, labelNeighbour: ref labelProperMotionDeltaData, color: SystemColors.Control);
+ private void LabelProperMotionDeltaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelProperMotionDeltaDesc, labelNeighbor: ref labelProperMotionDeltaData, color: SystemColors.Control);
- private void LabelStandardErrorRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbour: ref labelStandardErrorRightAscensionData, color: SystemColors.Control);
+ private void LabelStandardErrorRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbor: ref labelStandardErrorRightAscensionData, color: SystemColors.Control);
- private void LabelStandardErrorRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbour: ref labelStandardErrorRightAscensionData, color: SystemColors.Control);
+ private void LabelStandardErrorRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbor: ref labelStandardErrorRightAscensionData, color: SystemColors.Control);
- private void LabelStandardErrorDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbour: ref labelStandardErrorDeclinationData, color: SystemColors.Control);
+ private void LabelStandardErrorDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbor: ref labelStandardErrorDeclinationData, color: SystemColors.Control);
- private void LabelStandardErrorDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbour: ref labelStandardErrorDeclinationData, color: SystemColors.Control);
+ private void LabelStandardErrorDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbor: ref labelStandardErrorDeclinationData, color: SystemColors.Control);
- private void LabelStandardErrorTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbour: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelStandardErrorTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbor: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelStandardErrorTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbour: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelStandardErrorTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbor: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelStandardErrorProperMotionRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbour: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.Control);
+ private void LabelStandardErrorProperMotionRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbor: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.Control);
- private void LabelStandardErrorProperMotionRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbour: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.Control);
+ private void LabelStandardErrorProperMotionRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbor: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.Control);
- private void LabelStandardErrorProperMotionDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbour: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.Control);
+ private void LabelStandardErrorProperMotionDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbor: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.Control);
- private void LabelStandardErrorProperMotionDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbour: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.Control);
+ private void LabelStandardErrorProperMotionDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbor: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationDeclinationByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationDeclinationByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationDeclinationByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationDeclinationByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.Control);
+ private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationTrigonomicParallaxByDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.Control);
+ private void LabelCorrelationTrigonomicParallaxByDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.Control);
- private void LabelPercentageOfRejectedDataDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelPercentageOfRejectedDataDesc, labelNeighbour: ref labelPercentageOfRejectedDataData, color: SystemColors.Control);
+ private void LabelPercentageOfRejectedDataDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelPercentageOfRejectedDataDesc, labelNeighbor: ref labelPercentageOfRejectedDataData, color: SystemColors.Control);
- private void LabelPercentageOfRejectedDataData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelPercentageOfRejectedDataDesc, labelNeighbour: ref labelPercentageOfRejectedDataData, color: SystemColors.Control);
+ private void LabelPercentageOfRejectedDataData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelPercentageOfRejectedDataDesc, labelNeighbor: ref labelPercentageOfRejectedDataData, color: SystemColors.Control);
- private void LabelGoodnessOfFitParameterDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbour: ref labelGoodnessOfFitParameterData, color: SystemColors.Control);
+ private void LabelGoodnessOfFitParameterDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbor: ref labelGoodnessOfFitParameterData, color: SystemColors.Control);
- private void LabelGoodnessOfFitParameterData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbour: ref labelGoodnessOfFitParameterData, color: SystemColors.Control);
+ private void LabelGoodnessOfFitParameterData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbor: ref labelGoodnessOfFitParameterData, color: SystemColors.Control);
- private void LabelMeanBtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbour: ref labelMeanBtMagnitudeData, color: SystemColors.Control);
+ private void LabelMeanBtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbor: ref labelMeanBtMagnitudeData, color: SystemColors.Control);
- private void LabelMeanBtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbour: ref labelMeanBtMagnitudeData, color: SystemColors.Control);
+ private void LabelMeanBtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbor: ref labelMeanBtMagnitudeData, color: SystemColors.Control);
- private void LabelStandardErrorMeanBtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.Control);
+ private void LabelStandardErrorMeanBtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.Control);
- private void LabelStandardErrorMeanBtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.Control);
+ private void LabelStandardErrorMeanBtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.Control);
- private void LabelMeanVtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbour: ref labelMeanVtMagnitudeData, color: SystemColors.Control);
+ private void LabelMeanVtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbor: ref labelMeanVtMagnitudeData, color: SystemColors.Control);
- private void LabelMeanVtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbour: ref labelMeanVtMagnitudeData, color: SystemColors.Control);
+ private void LabelMeanVtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbor: ref labelMeanVtMagnitudeData, color: SystemColors.Control);
- private void LabelStandardErrorMeanVtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.Control);
+ private void LabelStandardErrorMeanVtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.Control);
- private void LabelStandardErrorMeanVtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.Control);
+ private void LabelStandardErrorMeanVtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.Control);
- private void LabelJohnsonBvColorDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelJohnsonBvColorDesc, labelNeighbour: ref labelJohnsonBvColorData, color: SystemColors.Control);
+ private void LabelJohnsonBvColorDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelJohnsonBvColorDesc, labelNeighbor: ref labelJohnsonBvColorData, color: SystemColors.Control);
- private void LabelJohnsonBvColorData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelJohnsonBvColorDesc, labelNeighbour: ref labelJohnsonBvColorData, color: SystemColors.Control);
+ private void LabelJohnsonBvColorData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelJohnsonBvColorDesc, labelNeighbor: ref labelJohnsonBvColorData, color: SystemColors.Control);
- private void LabelStandardErrorJohnsonBvColorDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbour: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.Control);
+ private void LabelStandardErrorJohnsonBvColorDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbor: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.Control);
- private void LabelStandardErrorJohnsonBvColorData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbour: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.Control);
+ private void LabelStandardErrorJohnsonBvColorData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbor: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.Control);
- private void LabelReferenceFlagForBtAndVtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelReferenceFlagForBtAndVtMagnitudeDesc, labelNeighbour: ref labelReferenceFlagForBtAndVtMagnitudeData, color: SystemColors.Control);
+ private void LabelReferenceFlagForBtAndVtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelReferenceFlagForBtAndVtMagnitudeDesc, labelNeighbor: ref labelReferenceFlagForBtAndVtMagnitudeData, color: SystemColors.Control);
- private void LabelReferenceFlagForBtAndVtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelReferenceFlagForBtAndVtMagnitudeDesc, labelNeighbour: ref labelReferenceFlagForBtAndVtMagnitudeData, color: SystemColors.Control);
+ private void LabelReferenceFlagForBtAndVtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelReferenceFlagForBtAndVtMagnitudeDesc, labelNeighbor: ref labelReferenceFlagForBtAndVtMagnitudeData, color: SystemColors.Control);
- private void LabelSourceOfBvColorDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfBvColorDesc, labelNeighbour: ref labelSourceOfBvColorData, color: SystemColors.Control);
+ private void LabelSourceOfBvColorDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfBvColorDesc, labelNeighbor: ref labelSourceOfBvColorData, color: SystemColors.Control);
- private void LabelSourceOfBvColorData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfBvColorDesc, labelNeighbour: ref labelSourceOfBvColorData, color: SystemColors.Control);
+ private void LabelSourceOfBvColorData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfBvColorDesc, labelNeighbor: ref labelSourceOfBvColorData, color: SystemColors.Control);
- private void LabelColorIndexInCousinsSystemDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelColorIndexInCousinsSystemDesc, labelNeighbour: ref labelColorIndexInCousinsSystemData, color: SystemColors.Control);
+ private void LabelColorIndexInCousinsSystemDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelColorIndexInCousinsSystemDesc, labelNeighbor: ref labelColorIndexInCousinsSystemData, color: SystemColors.Control);
- private void LabelColorIndexInCousinsSystemData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelColorIndexInCousinsSystemDesc, labelNeighbour: ref labelColorIndexInCousinsSystemData, color: SystemColors.Control);
+ private void LabelColorIndexInCousinsSystemData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelColorIndexInCousinsSystemDesc, labelNeighbor: ref labelColorIndexInCousinsSystemData, color: SystemColors.Control);
- private void LabelStandardErrorViDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorViDesc, labelNeighbour: ref labelStandardErrorViData, color: SystemColors.Control);
+ private void LabelStandardErrorViDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorViDesc, labelNeighbor: ref labelStandardErrorViData, color: SystemColors.Control);
- private void LabelStandardErrorViData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorViDesc, labelNeighbour: ref labelStandardErrorViData, color: SystemColors.Control);
+ private void LabelStandardErrorViData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorViDesc, labelNeighbor: ref labelStandardErrorViData, color: SystemColors.Control);
- private void LabelSourceOfViDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfViDesc, labelNeighbour: ref labelSourceOfViData, color: SystemColors.Control);
+ private void LabelSourceOfViDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfViDesc, labelNeighbor: ref labelSourceOfViData, color: SystemColors.Control);
- private void LabelSourceOfViData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfViDesc, labelNeighbour: ref labelSourceOfViData, color: SystemColors.Control);
+ private void LabelSourceOfViData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfViDesc, labelNeighbor: ref labelSourceOfViData, color: SystemColors.Control);
- private void LabelFlagForCombinedMagnitudesDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelFlagForCombinedMagnitudesDesc, labelNeighbour: ref labelFlagForCombinedMagnitudesData, color: SystemColors.Control);
+ private void LabelFlagForCombinedMagnitudesDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelFlagForCombinedMagnitudesDesc, labelNeighbor: ref labelFlagForCombinedMagnitudesData, color: SystemColors.Control);
- private void LabelFlagForCombinedMagnitudesData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelFlagForCombinedMagnitudesDesc, labelNeighbour: ref labelFlagForCombinedMagnitudesData, color: SystemColors.Control);
+ private void LabelFlagForCombinedMagnitudesData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelFlagForCombinedMagnitudesDesc, labelNeighbor: ref labelFlagForCombinedMagnitudesData, color: SystemColors.Control);
- private void LabelMedianMagnitudeInHipparcosSystemDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
+ private void LabelMedianMagnitudeInHipparcosSystemDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
- private void LabelMedianMagnitudeInHipparcosSystemData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
+ private void LabelMedianMagnitudeInHipparcosSystemData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
- private void LabelStandardErrorMedianMagnitudeInHipparcosSystemDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelStandardErrorMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
+ private void LabelStandardErrorMedianMagnitudeInHipparcosSystemDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelStandardErrorMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
- private void LabelStandardErrorMedianMagnitudeInHipparcosSystemData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelStandardErrorMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
+ private void LabelStandardErrorMedianMagnitudeInHipparcosSystemData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelStandardErrorMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
- private void LabelScatterMedianMagnitudeInHipparcosSystemDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelScatterMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelScatterMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
+ private void LabelScatterMedianMagnitudeInHipparcosSystemDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelScatterMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelScatterMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
- private void LabelScatterMedianMagnitudeInHipparcosSystemData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelScatterMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelScatterMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
+ private void LabelScatterMedianMagnitudeInHipparcosSystemData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelScatterMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelScatterMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
- private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
+ private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
- private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
+ private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelNumberObservationsForMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
- private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
+ private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
- private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc, labelNeighbour: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
+ private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc, labelNeighbor: ref labelReferenceFlagForMedianMagnitudeInHipparcosSystemData, color: SystemColors.Control);
- private void LabelMedianMagnitudeInHipparcosSystemAtMaximumDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMaximumDesc, labelNeighbour: ref labelMedianMagnitudeInHipparcosSystemAtMaximumData, color: SystemColors.Control);
+ private void LabelMedianMagnitudeInHipparcosSystemAtMaximumDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMaximumDesc, labelNeighbor: ref labelMedianMagnitudeInHipparcosSystemAtMaximumData, color: SystemColors.Control);
- private void LabelMedianMagnitudeInHipparcosSystemAtMaximumData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMaximumDesc, labelNeighbour: ref labelMedianMagnitudeInHipparcosSystemAtMaximumData, color: SystemColors.Control);
+ private void LabelMedianMagnitudeInHipparcosSystemAtMaximumData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMaximumDesc, labelNeighbor: ref labelMedianMagnitudeInHipparcosSystemAtMaximumData, color: SystemColors.Control);
- private void LabelMedianMagnitudeInHipparcosSystemAtMinimumDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMinimumDesc, labelNeighbour: ref labelMedianMagnitudeInHipparcosSystemAtMinimumData, color: SystemColors.Control);
+ private void LabelMedianMagnitudeInHipparcosSystemAtMinimumDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMinimumDesc, labelNeighbor: ref labelMedianMagnitudeInHipparcosSystemAtMinimumData, color: SystemColors.Control);
- private void LabelMedianMagnitudeInHipparcosSystemAtMinimumData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMinimumDesc, labelNeighbour: ref labelMedianMagnitudeInHipparcosSystemAtMinimumData, color: SystemColors.Control);
+ private void LabelMedianMagnitudeInHipparcosSystemAtMinimumData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMedianMagnitudeInHipparcosSystemAtMinimumDesc, labelNeighbor: ref labelMedianMagnitudeInHipparcosSystemAtMinimumData, color: SystemColors.Control);
- private void LabelVariabilityPeriodDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelVariabilityPeriodDesc, labelNeighbour: ref labelVariabilityPeriodData, color: SystemColors.Control);
+ private void LabelVariabilityPeriodDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelVariabilityPeriodDesc, labelNeighbor: ref labelVariabilityPeriodData, color: SystemColors.Control);
- private void LabelVariabilityPeriodData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelVariabilityPeriodDesc, labelNeighbour: ref labelVariabilityPeriodData, color: SystemColors.Control);
+ private void LabelVariabilityPeriodData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelVariabilityPeriodDesc, labelNeighbor: ref labelVariabilityPeriodData, color: SystemColors.Control);
- private void LabelVariabilityTypeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelVariabilityTypeDesc, labelNeighbour: ref labelVariabilityTypeData, color: SystemColors.Control);
+ private void LabelVariabilityTypeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelVariabilityTypeDesc, labelNeighbor: ref labelVariabilityTypeData, color: SystemColors.Control);
- private void LabelVariabilityTypeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelVariabilityTypeDesc, labelNeighbour: ref labelVariabilityTypeData, color: SystemColors.Control);
+ private void LabelVariabilityTypeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelVariabilityTypeDesc, labelNeighbor: ref labelVariabilityTypeData, color: SystemColors.Control);
- private void LabelAdditionalDataAboutVariabilityDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelAdditionalDataAboutVariabilityDesc, labelNeighbour: ref labelAdditionalDataAboutVariabilityData, color: SystemColors.Control);
+ private void LabelAdditionalDataAboutVariabilityDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelAdditionalDataAboutVariabilityDesc, labelNeighbor: ref labelAdditionalDataAboutVariabilityData, color: SystemColors.Control);
- private void LabelAdditionalDataAboutVariabilityData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelAdditionalDataAboutVariabilityDesc, labelNeighbour: ref labelAdditionalDataAboutVariabilityData, color: SystemColors.Control);
+ private void LabelAdditionalDataAboutVariabilityData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelAdditionalDataAboutVariabilityDesc, labelNeighbor: ref labelAdditionalDataAboutVariabilityData, color: SystemColors.Control);
- private void LabelLightCurveAnnexDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelLightCurveAnnexDesc, labelNeighbour: ref labelLightCurveAnnexData, color: SystemColors.Control);
+ private void LabelLightCurveAnnexDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelLightCurveAnnexDesc, labelNeighbor: ref labelLightCurveAnnexData, color: SystemColors.Control);
- private void LabelLightCurveAnnexData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelLightCurveAnnexDesc, labelNeighbour: ref labelLightCurveAnnexData, color: SystemColors.Control);
+ private void LabelLightCurveAnnexData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelLightCurveAnnexDesc, labelNeighbor: ref labelLightCurveAnnexData, color: SystemColors.Control);
- private void LabelCcdmIdentifierDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCcdmIdentifierDesc, labelNeighbour: ref labelCcdmIdentifierData, color: SystemColors.Control);
+ private void LabelCcdmIdentifierDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCcdmIdentifierDesc, labelNeighbor: ref labelCcdmIdentifierData, color: SystemColors.Control);
- private void LabelCcdmIdentifierData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCcdmIdentifierDesc, labelNeighbour: ref labelCcdmIdentifierData, color: SystemColors.Control);
+ private void LabelCcdmIdentifierData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCcdmIdentifierDesc, labelNeighbor: ref labelCcdmIdentifierData, color: SystemColors.Control);
- private void LabelHistoricalStatusFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelHistoricalStatusFlagDesc, labelNeighbour: ref labelHistoricalStatusFlagData, color: SystemColors.Control);
+ private void LabelHistoricalStatusFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelHistoricalStatusFlagDesc, labelNeighbor: ref labelHistoricalStatusFlagData, color: SystemColors.Control);
- private void LabelHistoricalStatusFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelHistoricalStatusFlagDesc, labelNeighbour: ref labelHistoricalStatusFlagData, color: SystemColors.Control);
+ private void LabelHistoricalStatusFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelHistoricalStatusFlagDesc, labelNeighbor: ref labelHistoricalStatusFlagData, color: SystemColors.Control);
- private void LabelNumberEntriesWithSameCcdmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelNumberEntriesWithSameCcdmDesc, labelNeighbour: ref labelNumberEntriesWithSameCcdmData, color: SystemColors.Control);
+ private void LabelNumberEntriesWithSameCcdmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelNumberEntriesWithSameCcdmDesc, labelNeighbor: ref labelNumberEntriesWithSameCcdmData, color: SystemColors.Control);
- private void LabelNumberEntriesWithSameCcdmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelNumberEntriesWithSameCcdmDesc, labelNeighbour: ref labelNumberEntriesWithSameCcdmData, color: SystemColors.Control);
+ private void LabelNumberEntriesWithSameCcdmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelNumberEntriesWithSameCcdmDesc, labelNeighbor: ref labelNumberEntriesWithSameCcdmData, color: SystemColors.Control);
- private void LabelNumberComponentsInThisEntryDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelNumberComponentsInThisEntryDesc, labelNeighbour: ref labelNumberComponentsInThisEntryData, color: SystemColors.Control);
+ private void LabelNumberComponentsInThisEntryDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelNumberComponentsInThisEntryDesc, labelNeighbor: ref labelNumberComponentsInThisEntryData, color: SystemColors.Control);
- private void LabelNumberComponentsInThisEntryData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelNumberComponentsInThisEntryDesc, labelNeighbour: ref labelNumberComponentsInThisEntryData, color: SystemColors.Control);
+ private void LabelNumberComponentsInThisEntryData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelNumberComponentsInThisEntryDesc, labelNeighbor: ref labelNumberComponentsInThisEntryData, color: SystemColors.Control);
- private void LabelMultipleSystemsFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMultipleSystemsFlagDesc, labelNeighbour: ref labelMultipleSystemsFlagData, color: SystemColors.Control);
+ private void LabelMultipleSystemsFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMultipleSystemsFlagDesc, labelNeighbor: ref labelMultipleSystemsFlagData, color: SystemColors.Control);
- private void LabelMultipleSystemsFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMultipleSystemsFlagDesc, labelNeighbour: ref labelMultipleSystemsFlagData, color: SystemColors.Control);
+ private void LabelMultipleSystemsFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMultipleSystemsFlagDesc, labelNeighbor: ref labelMultipleSystemsFlagData, color: SystemColors.Control);
- private void LabelAstrometricSourceFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelAstrometricSourceFlagDesc, labelNeighbour: ref labelAstrometricSourceFlagData, color: SystemColors.Control);
+ private void LabelAstrometricSourceFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelAstrometricSourceFlagDesc, labelNeighbor: ref labelAstrometricSourceFlagData, color: SystemColors.Control);
- private void LabelAstrometricSourceFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelAstrometricSourceFlagDesc, labelNeighbour: ref labelAstrometricSourceFlagData, color: SystemColors.Control);
+ private void LabelAstrometricSourceFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelAstrometricSourceFlagDesc, labelNeighbor: ref labelAstrometricSourceFlagData, color: SystemColors.Control);
- private void LabelSolutionQualityDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSolutionQualityDesc, labelNeighbour: ref labelSolutionQualityData, color: SystemColors.Control);
+ private void LabelSolutionQualityDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSolutionQualityDesc, labelNeighbor: ref labelSolutionQualityData, color: SystemColors.Control);
- private void LabelSolutionQualityData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSolutionQualityDesc, labelNeighbour: ref labelSolutionQualityData, color: SystemColors.Control);
+ private void LabelSolutionQualityData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSolutionQualityDesc, labelNeighbor: ref labelSolutionQualityData, color: SystemColors.Control);
- private void LabelComponentIdentifiersDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelComponentIdentifiersDesc, labelNeighbour: ref labelComponentIdentifiersData, color: SystemColors.Control);
+ private void LabelComponentIdentifiersDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelComponentIdentifiersDesc, labelNeighbor: ref labelComponentIdentifiersData, color: SystemColors.Control);
- private void LabelComponentIdentifiersData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelComponentIdentifiersDesc, labelNeighbour: ref labelComponentIdentifiersData, color: SystemColors.Control);
+ private void LabelComponentIdentifiersData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelComponentIdentifiersDesc, labelNeighbor: ref labelComponentIdentifiersData, color: SystemColors.Control);
- private void LabelPositionAngleBetweenComponentsDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelPositionAngleBetweenComponentsDesc, labelNeighbour: ref labelPositionAngleBetweenComponentsData, color: SystemColors.Control);
+ private void LabelPositionAngleBetweenComponentsDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelPositionAngleBetweenComponentsDesc, labelNeighbor: ref labelPositionAngleBetweenComponentsData, color: SystemColors.Control);
- private void LabelPositionAngleBetweenComponentsData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelPositionAngleBetweenComponentsDesc, labelNeighbour: ref labelPositionAngleBetweenComponentsData, color: SystemColors.Control);
+ private void LabelPositionAngleBetweenComponentsData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelPositionAngleBetweenComponentsDesc, labelNeighbor: ref labelPositionAngleBetweenComponentsData, color: SystemColors.Control);
- private void LabelAngularSeparationBetweenComponentsDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelAngularSeparationBetweenComponentsDesc, labelNeighbour: ref labelAngularSeparationBetweenComponentsData, color: SystemColors.Control);
+ private void LabelAngularSeparationBetweenComponentsDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelAngularSeparationBetweenComponentsDesc, labelNeighbor: ref labelAngularSeparationBetweenComponentsData, color: SystemColors.Control);
- private void LabelAngularSeparationBetweenComponentsData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelAngularSeparationBetweenComponentsDesc, labelNeighbour: ref labelAngularSeparationBetweenComponentsData, color: SystemColors.Control);
+ private void LabelAngularSeparationBetweenComponentsData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelAngularSeparationBetweenComponentsDesc, labelNeighbor: ref labelAngularSeparationBetweenComponentsData, color: SystemColors.Control);
- private void LabelStandardErrorRhoDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorRhoDesc, labelNeighbour: ref labelStandardErrorRhoData, color: SystemColors.Control);
+ private void LabelStandardErrorRhoDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorRhoDesc, labelNeighbor: ref labelStandardErrorRhoData, color: SystemColors.Control);
- private void LabelStandardErrorRhoData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorRhoDesc, labelNeighbour: ref labelStandardErrorRhoData, color: SystemColors.Control);
+ private void LabelStandardErrorRhoData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorRhoDesc, labelNeighbor: ref labelStandardErrorRhoData, color: SystemColors.Control);
- private void LabelMagnitudeDifferenceBetweenComponentsDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMagnitudeDifferenceBetweenComponentsDesc, labelNeighbour: ref labelMagnitudeDifferenceBetweenComponentsData, color: SystemColors.Control);
+ private void LabelMagnitudeDifferenceBetweenComponentsDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMagnitudeDifferenceBetweenComponentsDesc, labelNeighbor: ref labelMagnitudeDifferenceBetweenComponentsData, color: SystemColors.Control);
- private void LabelMagnitudeDifferenceBetweenComponentsData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMagnitudeDifferenceBetweenComponentsDesc, labelNeighbour: ref labelMagnitudeDifferenceBetweenComponentsData, color: SystemColors.Control);
+ private void LabelMagnitudeDifferenceBetweenComponentsData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMagnitudeDifferenceBetweenComponentsDesc, labelNeighbor: ref labelMagnitudeDifferenceBetweenComponentsData, color: SystemColors.Control);
- private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc, labelNeighbour: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsData, color: SystemColors.Control);
+ private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc, labelNeighbor: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsData, color: SystemColors.Control);
- private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc, labelNeighbour: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsData, color: SystemColors.Control);
+ private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc, labelNeighbor: ref labelStandardErrorMagnitudeDifferenceBetweenComponentsData, color: SystemColors.Control);
- private void LabelFlagIndicatingSurveyStarDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelFlagIndicatingSurveyStarDesc, labelNeighbour: ref labelFlagIndicatingSurveyStarData, color: SystemColors.Control);
+ private void LabelFlagIndicatingSurveyStarDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelFlagIndicatingSurveyStarDesc, labelNeighbor: ref labelFlagIndicatingSurveyStarData, color: SystemColors.Control);
- private void LabelFlagIndicatingSurveyStarData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelFlagIndicatingSurveyStarDesc, labelNeighbour: ref labelFlagIndicatingSurveyStarData, color: SystemColors.Control);
+ private void LabelFlagIndicatingSurveyStarData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelFlagIndicatingSurveyStarDesc, labelNeighbor: ref labelFlagIndicatingSurveyStarData, color: SystemColors.Control);
- private void LabelIdentificationChartDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelIdentificationChartDesc, labelNeighbour: ref labelIdentificationChartData, color: SystemColors.Control);
+ private void LabelIdentificationChartDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelIdentificationChartDesc, labelNeighbor: ref labelIdentificationChartData, color: SystemColors.Control);
- private void LabelIdentificationChartData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelIdentificationChartDesc, labelNeighbour: ref labelIdentificationChartData, color: SystemColors.Control);
+ private void LabelIdentificationChartData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelIdentificationChartDesc, labelNeighbor: ref labelIdentificationChartData, color: SystemColors.Control);
- private void LabelExistenceOfNotesDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelExistenceOfNotesDesc, labelNeighbour: ref labelExistenceOfNotesData, color: SystemColors.Control);
+ private void LabelExistenceOfNotesDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelExistenceOfNotesDesc, labelNeighbor: ref labelExistenceOfNotesData, color: SystemColors.Control);
- private void LabelExistenceOfNotesData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelExistenceOfNotesDesc, labelNeighbour: ref labelExistenceOfNotesData, color: SystemColors.Control);
+ private void LabelExistenceOfNotesData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelExistenceOfNotesDesc, labelNeighbor: ref labelExistenceOfNotesData, color: SystemColors.Control);
- private void LabelHdNumberDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelHdNumberDesc, labelNeighbour: ref labelHdNumberData, color: SystemColors.Control);
+ private void LabelHdNumberDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelHdNumberDesc, labelNeighbor: ref labelHdNumberData, color: SystemColors.Control);
- private void LabelHdNumberData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelHdNumberDesc, labelNeighbour: ref labelHdNumberData, color: SystemColors.Control);
+ private void LabelHdNumberData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelHdNumberDesc, labelNeighbor: ref labelHdNumberData, color: SystemColors.Control);
- private void LabelBonnerDmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelBonnerDmDesc, labelNeighbour: ref labelBonnerDmData, color: SystemColors.Control);
+ private void LabelBonnerDmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelBonnerDmDesc, labelNeighbor: ref labelBonnerDmData, color: SystemColors.Control);
- private void LabelBonnerDmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelBonnerDmDesc, labelNeighbour: ref labelBonnerDmData, color: SystemColors.Control);
+ private void LabelBonnerDmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelBonnerDmDesc, labelNeighbor: ref labelBonnerDmData, color: SystemColors.Control);
- private void LabelCordobaDmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCordobaDmDesc, labelNeighbour: ref labelCordobaDmData, color: SystemColors.Control);
+ private void LabelCordobaDmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCordobaDmDesc, labelNeighbor: ref labelCordobaDmData, color: SystemColors.Control);
- private void LabelCordobaDmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCordobaDmDesc, labelNeighbour: ref labelCordobaDmData, color: SystemColors.Control);
+ private void LabelCordobaDmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCordobaDmDesc, labelNeighbor: ref labelCordobaDmData, color: SystemColors.Control);
- private void LabelCapePhotographicDmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCapePhotographicDmDesc, labelNeighbour: ref labelCapePhotographicDmData, color: SystemColors.Control);
+ private void LabelCapePhotographicDmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCapePhotographicDmDesc, labelNeighbor: ref labelCapePhotographicDmData, color: SystemColors.Control);
- private void LabelCapePhotographicDmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCapePhotographicDmDesc, labelNeighbour: ref labelCapePhotographicDmData, color: SystemColors.Control);
+ private void LabelCapePhotographicDmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCapePhotographicDmDesc, labelNeighbor: ref labelCapePhotographicDmData, color: SystemColors.Control);
- private void LabelViUsedForReductionsDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelViUsedForReductionsDesc, labelNeighbour: ref labelViUsedForReductionsData, color: SystemColors.Control);
+ private void LabelViUsedForReductionsDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelViUsedForReductionsDesc, labelNeighbor: ref labelViUsedForReductionsData, color: SystemColors.Control);
- private void LabelViUsedForReductionsData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelViUsedForReductionsDesc, labelNeighbour: ref labelViUsedForReductionsData, color: SystemColors.Control);
+ private void LabelViUsedForReductionsData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelViUsedForReductionsDesc, labelNeighbor: ref labelViUsedForReductionsData, color: SystemColors.Control);
- private void LabelSpectralTypeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSpectralTypeDesc, labelNeighbour: ref labelSpectralTypeData, color: SystemColors.Control);
+ private void LabelSpectralTypeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSpectralTypeDesc, labelNeighbor: ref labelSpectralTypeData, color: SystemColors.Control);
- private void LabelSpectralTypeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSpectralTypeDesc, labelNeighbour: ref labelSpectralTypeData, color: SystemColors.Control);
+ private void LabelSpectralTypeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSpectralTypeDesc, labelNeighbor: ref labelSpectralTypeData, color: SystemColors.Control);
- private void LabelSourceOfSpectralTypeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfSpectralTypeDesc, labelNeighbour: ref labelSourceOfSpectralTypeData, color: SystemColors.Control);
+ private void LabelSourceOfSpectralTypeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfSpectralTypeDesc, labelNeighbor: ref labelSourceOfSpectralTypeData, color: SystemColors.Control);
- private void LabelSourceOfSpectralTypeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfSpectralTypeDesc, labelNeighbour: ref labelSourceOfSpectralTypeData, color: SystemColors.Control);
+ private void LabelSourceOfSpectralTypeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfSpectralTypeDesc, labelNeighbor: ref labelSourceOfSpectralTypeData, color: SystemColors.Control);
private void ToolStripButtonGoToIndex_MouseLeave(object sender, EventArgs e) => ClearStatusbar();
@@ -2254,38 +2335,28 @@ private void HipparcosCatalogViewerForm_PreviewKeyDown(object sender, PreviewKey
case Keys.Left:
index--;
CheckIndexMinimum();
- UpdateIndexLabel();
- ShowEntriesOnIndex();
break;
case Keys.Right:
index++;
CheckIndexMaximum();
- UpdateIndexLabel();
- ShowEntriesOnIndex();
break;
case Keys.PageUp:
index -= 1000;
CheckIndexMinimum();
- UpdateIndexLabel();
- ShowEntriesOnIndex();
break;
case Keys.PageDown:
index += 1000;
CheckIndexMinimum();
- UpdateIndexLabel();
- ShowEntriesOnIndex();
break;
case Keys.Home:
index = 1;
- UpdateIndexLabel();
- ShowEntriesOnIndex();
break;
case Keys.End:
index = maxIndex;
- UpdateIndexLabel();
- ShowEntriesOnIndex();
break;
}
+ UpdateIndexLabel();
+ ShowEntriesOnIndex();
}
#endregion
diff --git a/LICENSE b/LICENSE
index f288702..cf1ab25 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,674 +1,24 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- Copyright (C)
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
+This is free and unencumbered software released into the public domain.
+
+Anyone is free to copy, modify, publish, use, compile, sell, or
+distribute this software, either in source code form or as a compiled
+binary, for any purpose, commercial or non-commercial, and by any
+means.
+
+In jurisdictions that recognize copyright laws, the author or authors
+of this software dedicate any and all copyright interest in the
+software to the public domain. We make this dedication for the benefit
+of the public at large and to the detriment of our heirs and
+successors. We intend this dedication to be an overt act of
+relinquishment in perpetuity of all present and future rights to this
+software under copyright law.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+For more information, please refer to
diff --git a/Office2007ColorTable.cs b/Office2007ColorTable.cs
new file mode 100644
index 0000000..70ad620
--- /dev/null
+++ b/Office2007ColorTable.cs
@@ -0,0 +1,386 @@
+/********************************************************************/
+/* Office 2007 Renderer Project */
+/* */
+/* Use the Office2007Renderer class as a custom renderer by */
+/* providing it to the ToolStripManager.Renderer property. Then */
+/* all tool strips, menu strips, status strips etc will be drawn */
+/* using the Office 2007 style renderer in your application. */
+/* */
+/* Author: Phil Wright */
+/* Website: www.componentfactory.com */
+/* Contact: phil.wright@componentfactory.com */
+/********************************************************************/
+
+using System.Drawing;
+using System.Windows.Forms;
+
+namespace Office2007Rendering
+{
+ ///
+ /// Provide Office 2007 Blue Theme colors
+ ///
+ public class Office2007ColorTable : ProfessionalColorTable
+ {
+ #region Static Fixed Colors - Blue Color Scheme
+ private static readonly Color _contextMenuBack = Color.FromArgb(red: 250, green: 250, blue: 250);
+ private static readonly Color _buttonPressedBegin = Color.FromArgb(red: 248, green: 181, blue: 106);
+ private static readonly Color _buttonPressedEnd = Color.FromArgb(red: 255, green: 208, blue: 134);
+ private static readonly Color _buttonPressedMiddle = Color.FromArgb(red: 251, green: 140, blue: 60);
+ private static readonly Color _buttonSelectedBegin = Color.FromArgb(red: 255, green: 255, blue: 222);
+ private static readonly Color _buttonSelectedEnd = Color.FromArgb(red: 255, green: 203, blue: 136);
+ private static readonly Color _buttonSelectedMiddle = Color.FromArgb(red: 255, green: 225, blue: 172);
+ private static readonly Color _menuItemSelectedBegin = Color.FromArgb(red: 255, green: 213, blue: 103);
+ private static readonly Color _menuItemSelectedEnd = Color.FromArgb(red: 255, green: 228, blue: 145);
+ private static readonly Color _checkBack = Color.FromArgb(red: 255, green: 227, blue: 149);
+ private static readonly Color _gripDark = Color.FromArgb(red: 111, green: 157, blue: 217);
+ private static readonly Color _gripLight = Color.FromArgb(red: 255, green: 255, blue: 255);
+ private static readonly Color _imageMargin = Color.FromArgb(red: 233, green: 238, blue: 238);
+ private static readonly Color _menuBorder = Color.FromArgb(red: 134, green: 134, blue: 134);
+ private static readonly Color _overflowBegin = Color.FromArgb(red: 167, green: 204, blue: 251);
+ private static readonly Color _overflowEnd = Color.FromArgb(red: 101, green: 147, blue: 207);
+ private static readonly Color _overflowMiddle = Color.FromArgb(red: 167, green: 204, blue: 251);
+ private static readonly Color _menuToolBack = Color.FromArgb(red: 191, green: 219, blue: 255);
+ private static readonly Color _separatorDark = Color.FromArgb(red: 154, green: 198, blue: 255);
+ private static readonly Color _separatorLight = Color.FromArgb(red: 255, green: 255, blue: 255);
+ private static readonly Color _statusStripLight = Color.FromArgb(red: 215, green: 229, blue: 247);
+ private static readonly Color _statusStripDark = Color.FromArgb(red: 172, green: 201, blue: 238);
+ private static readonly Color _toolStripBorder = Color.FromArgb(red: 111, green: 157, blue: 217);
+ private static readonly Color _toolStripContentEnd = Color.FromArgb(red: 164, green: 195, blue: 235);
+ private static readonly Color _toolStripBegin = Color.FromArgb(red: 227, green: 239, blue: 255);
+ private static readonly Color _toolStripEnd = Color.FromArgb(red: 152, green: 186, blue: 230);
+ private static readonly Color _toolStripMiddle = Color.FromArgb(red: 222, green: 236, blue: 255);
+ private static readonly Color _buttonBorder = Color.FromArgb(red: 121, green: 153, blue: 194);
+ #endregion
+
+ #region Identity
+ ///
+ /// Initialize a new instance of the Office2007ColorTable class.
+ ///
+ public Office2007ColorTable()
+ {
+ }
+ #endregion
+
+ #region ButtonPressed
+ ///
+ /// Gets the starting color of the gradient used when the button is pressed down.
+ ///
+ public override Color ButtonPressedGradientBegin
+ {
+ get { return _buttonPressedBegin; }
+ }
+
+ ///
+ /// Gets the end color of the gradient used when the button is pressed down.
+ ///
+ public override Color ButtonPressedGradientEnd
+ {
+ get { return _buttonPressedEnd; }
+ }
+
+ ///
+ /// Gets the middle color of the gradient used when the button is pressed down.
+ ///
+ public override Color ButtonPressedGradientMiddle
+ {
+ get { return _buttonPressedMiddle; }
+ }
+ #endregion
+
+ #region ButtonSelected
+ ///
+ /// Gets the starting color of the gradient used when the button is selected.
+ ///
+ public override Color ButtonSelectedGradientBegin
+ {
+ get { return _buttonSelectedBegin; }
+ }
+
+ ///
+ /// Gets the end color of the gradient used when the button is selected.
+ ///
+ public override Color ButtonSelectedGradientEnd
+ {
+ get { return _buttonSelectedEnd; }
+ }
+
+ ///
+ /// Gets the middle color of the gradient used when the button is selected.
+ ///
+ public override Color ButtonSelectedGradientMiddle
+ {
+ get { return _buttonSelectedMiddle; }
+ }
+
+ ///
+ /// Gets the border color to use with ButtonSelectedHighlight.
+ ///
+ public override Color ButtonSelectedHighlightBorder
+ {
+ get { return _buttonBorder; }
+ }
+ #endregion
+
+ #region Check
+ ///
+ /// Gets the solid color to use when the check box is selected and gradients are being used.
+ ///
+ public override Color CheckBackground
+ {
+ get { return _checkBack; }
+ }
+ #endregion
+
+ #region Grip
+ ///
+ /// Gets the color to use for shadow effects on the grip or move handle.
+ ///
+ public override Color GripDark
+ {
+ get { return _gripDark; }
+ }
+
+ ///
+ /// Gets the color to use for highlight effects on the grip or move handle.
+ ///
+ public override Color GripLight
+ {
+ get { return _gripLight; }
+ }
+ #endregion
+
+ #region ImageMargin
+ ///
+ /// Gets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu.
+ ///
+ public override Color ImageMarginGradientBegin
+ {
+ get { return _imageMargin; }
+ }
+ #endregion
+
+ #region MenuBorder
+ ///
+ /// Gets the border color or a MenuStrip.
+ ///
+ public override Color MenuBorder
+ {
+ get { return _menuBorder; }
+ }
+ #endregion
+
+ #region MenuItem
+ ///
+ /// Gets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed down.
+ ///
+ public override Color MenuItemPressedGradientBegin
+ {
+ get { return _toolStripBegin; }
+ }
+
+ ///
+ /// Gets the end color of the gradient used when a top-level ToolStripMenuItem is pressed down.
+ ///
+ public override Color MenuItemPressedGradientEnd
+ {
+ get { return _toolStripEnd; }
+ }
+
+ ///
+ /// Gets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed down.
+ ///
+ public override Color MenuItemPressedGradientMiddle
+ {
+ get { return _toolStripMiddle; }
+ }
+
+ ///
+ /// Gets the starting color of the gradient used when the ToolStripMenuItem is selected.
+ ///
+ public override Color MenuItemSelectedGradientBegin
+ {
+ get { return _menuItemSelectedBegin; }
+ }
+
+ ///
+ /// Gets the end color of the gradient used when the ToolStripMenuItem is selected.
+ ///
+ public override Color MenuItemSelectedGradientEnd
+ {
+ get { return _menuItemSelectedEnd; }
+ }
+ #endregion
+
+ #region MenuStrip
+ ///
+ /// Gets the starting color of the gradient used in the MenuStrip.
+ ///
+ public override Color MenuStripGradientBegin
+ {
+ get { return _menuToolBack; }
+ }
+
+ ///
+ /// Gets the end color of the gradient used in the MenuStrip.
+ ///
+ public override Color MenuStripGradientEnd
+ {
+ get { return _menuToolBack; }
+ }
+ #endregion
+
+ #region OverflowButton
+ ///
+ /// Gets the starting color of the gradient used in the ToolStripOverflowButton.
+ ///
+ public override Color OverflowButtonGradientBegin
+ {
+ get { return _overflowBegin; }
+ }
+
+ ///
+ /// Gets the end color of the gradient used in the ToolStripOverflowButton.
+ ///
+ public override Color OverflowButtonGradientEnd
+ {
+ get { return _overflowEnd; }
+ }
+
+ ///
+ /// Gets the middle color of the gradient used in the ToolStripOverflowButton.
+ ///
+ public override Color OverflowButtonGradientMiddle
+ {
+ get { return _overflowMiddle; }
+ }
+ #endregion
+
+ #region RaftingContainer
+ ///
+ /// Gets the starting color of the gradient used in the ToolStripContainer.
+ ///
+ public override Color RaftingContainerGradientBegin
+ {
+ get { return _menuToolBack; }
+ }
+
+ ///
+ /// Gets the end color of the gradient used in the ToolStripContainer.
+ ///
+ public override Color RaftingContainerGradientEnd
+ {
+ get { return _menuToolBack; }
+ }
+ #endregion
+
+ #region Separator
+ ///
+ /// Gets the color to use to for shadow effects on the ToolStripSeparator.
+ ///
+ public override Color SeparatorDark
+ {
+ get { return _separatorDark; }
+ }
+
+ ///
+ /// Gets the color to use to for highlight effects on the ToolStripSeparator.
+ ///
+ public override Color SeparatorLight
+ {
+ get { return _separatorLight; }
+ }
+ #endregion
+
+ #region StatusStrip
+ ///
+ /// Gets the starting color of the gradient used on the StatusStrip.
+ ///
+ public override Color StatusStripGradientBegin
+ {
+ get { return _statusStripLight; }
+ }
+
+ ///
+ /// Gets the end color of the gradient used on the StatusStrip.
+ ///
+ public override Color StatusStripGradientEnd
+ {
+ get { return _statusStripDark; }
+ }
+ #endregion
+
+ #region ToolStrip
+ ///
+ /// Gets the border color to use on the bottom edge of the ToolStrip.
+ ///
+ public override Color ToolStripBorder
+ {
+ get { return _toolStripBorder; }
+ }
+
+ ///
+ /// Gets the starting color of the gradient used in the ToolStripContentPanel.
+ ///
+ public override Color ToolStripContentPanelGradientBegin
+ {
+ get { return _toolStripContentEnd; }
+ }
+
+ ///
+ /// Gets the end color of the gradient used in the ToolStripContentPanel.
+ ///
+ public override Color ToolStripContentPanelGradientEnd
+ {
+ get { return _menuToolBack; }
+ }
+
+ ///
+ /// Gets the solid background color of the ToolStripDropDown.
+ ///
+ public override Color ToolStripDropDownBackground
+ {
+ get { return _contextMenuBack; }
+ }
+
+ ///
+ /// Gets the starting color of the gradient used in the ToolStrip background.
+ ///
+ public override Color ToolStripGradientBegin
+ {
+ get { return _toolStripBegin; }
+ }
+
+ ///
+ /// Gets the end color of the gradient used in the ToolStrip background.
+ ///
+ public override Color ToolStripGradientEnd
+ {
+ get { return _toolStripEnd; }
+ }
+
+ ///
+ /// Gets the middle color of the gradient used in the ToolStrip background.
+ ///
+ public override Color ToolStripGradientMiddle
+ {
+ get { return _toolStripMiddle; }
+ }
+
+ ///
+ /// Gets the starting color of the gradient used in the ToolStripPanel.
+ ///
+ public override Color ToolStripPanelGradientBegin
+ {
+ get { return _menuToolBack; }
+ }
+
+ ///
+ /// Gets the end color of the gradient used in the ToolStripPanel.
+ ///
+ public override Color ToolStripPanelGradientEnd
+ {
+ get { return _menuToolBack; }
+ }
+ #endregion
+ }
+}
diff --git a/Office2007Helpers.cs b/Office2007Helpers.cs
new file mode 100644
index 0000000..213f236
--- /dev/null
+++ b/Office2007Helpers.cs
@@ -0,0 +1,133 @@
+/********************************************************************/
+/* Office 2007 Renderer Project */
+/* */
+/* Use the Office2007Renderer class as a custom renderer by */
+/* providing it to the ToolStripManager.Renderer property. Then */
+/* all tool strips, menu strips, status strips etc will be drawn */
+/* using the Office 2007 style renderer in your application. */
+/* */
+/* Author: Phil Wright */
+/* Website: www.componentfactory.com */
+/* Contact: phil.wright@componentfactory.com */
+/********************************************************************/
+
+using System;
+using System.Drawing;
+using System.Drawing.Drawing2D;
+using System.Drawing.Text;
+
+namespace Office2007Rendering
+{
+ ///
+ /// Set the SmoothingMode=AntiAlias until instance disposed.
+ ///
+ public class UseAntiAlias : IDisposable
+ {
+ #region Instance Fields
+ private Graphics _g;
+ private readonly SmoothingMode _old;
+ #endregion
+
+ #region Identity
+ ///
+ /// Initialize a new instance of the UseAntiAlias class.
+ ///
+ /// Graphics instance.
+ public UseAntiAlias(Graphics g)
+ {
+ _g = g;
+ _old = _g.SmoothingMode;
+ _g.SmoothingMode = SmoothingMode.AntiAlias;
+ }
+
+ ///
+ /// Revert the SmoothingMode back to original setting.
+ ///
+ public void Dispose()
+ {
+ _g.SmoothingMode = _old;
+ }
+ #endregion
+ }
+
+ ///
+ /// Set the TextRenderingHint.ClearTypeGridFit until instance disposed.
+ ///
+ public class UseClearTypeGridFit : IDisposable
+ {
+ #region Instance Fields
+ private Graphics _g;
+ private readonly TextRenderingHint _old;
+ #endregion
+
+ #region Identity
+ ///
+ /// Initialize a new instance of the UseClearTypeGridFit class.
+ ///
+ /// Graphics instance.
+ public UseClearTypeGridFit(Graphics g)
+ {
+ _g = g;
+ _old = _g.TextRenderingHint;
+ _g.TextRenderingHint = TextRenderingHint.ClearTypeGridFit;
+ }
+
+ ///
+ /// Revert the TextRenderingHint back to original setting.
+ ///
+ public void Dispose()
+ {
+ _g.TextRenderingHint = _old;
+ }
+ #endregion
+ }
+
+ ///
+ /// Set the clipping region until instance disposed.
+ ///
+ public class UseClipping : IDisposable
+ {
+ #region Instance Fields
+ private Graphics _g;
+ private Region _old;
+ #endregion
+
+ #region Identity
+ ///
+ /// Initialize a new instance of the UseClipping class.
+ ///
+ /// Graphics instance.
+ /// Clipping path.
+ public UseClipping(Graphics g, GraphicsPath path)
+ {
+ _g = g;
+ _old = g.Clip;
+ Region clip = _old.Clone();
+ clip.Intersect(path: path);
+ _g.Clip = clip;
+ }
+
+ ///
+ /// Initialize a new instance of the UseClipping class.
+ ///
+ /// Graphics instance.
+ /// Clipping region.
+ public UseClipping(Graphics g, Region region)
+ {
+ _g = g;
+ _old = g.Clip;
+ Region clip = _old.Clone();
+ clip.Intersect(region: region);
+ _g.Clip = clip;
+ }
+
+ ///
+ /// Revert clipping back to origina setting.
+ ///
+ public void Dispose()
+ {
+ _g.Clip = _old;
+ }
+ #endregion
+ }
+}
diff --git a/Office2007Renderer.cs b/Office2007Renderer.cs
new file mode 100644
index 0000000..1525af1
--- /dev/null
+++ b/Office2007Renderer.cs
@@ -0,0 +1,1566 @@
+// Must call base class, otherwise the subsequent drawing does not appear!
+/********************************************************************/
+/* Office 2007 Renderer Project */
+/* */
+/* Use the Office2007Renderer class as a custom renderer by */
+/* providing it to the ToolStripManager.Renderer property. Then */
+/* all tool strips, menu strips, status strips etc will be drawn */
+/* using the Office 2007 style renderer in your application. */
+/* */
+/* Author: Phil Wright */
+/* Website: www.componentfactory.com */
+/* Contact: phil.wright@componentfactory.com */
+/********************************************************************/
+
+using System.Collections.Generic;
+using System.Drawing;
+using System.Drawing.Drawing2D;
+using System.Windows.Forms;
+
+namespace Office2007Rendering
+{
+ ///
+ /// Draw ToolStrips using the Office 2007 themed appearance.
+ ///
+ public class Office2007Renderer : ToolStripProfessionalRenderer
+ {
+ #region GradientItemColors
+ ///
+ ///
+ ///
+ private class GradientItemColors
+ {
+ #region Public Fields
+ ///
+ ///
+ ///
+ public Color InsideTop1;
+
+ ///
+ ///
+ ///
+ public Color InsideTop2;
+
+ ///
+ ///
+ ///
+ public Color InsideBottom1;
+
+ ///
+ ///
+ ///
+ public Color InsideBottom2;
+
+ ///
+ ///
+ ///
+ public Color FillTop1;
+
+ ///
+ ///
+ ///
+ public Color FillTop2;
+
+ ///
+ ///
+ ///
+ public Color FillBottom1;
+
+ ///
+ ///
+ ///
+ public Color FillBottom2;
+
+ ///
+ ///
+ ///
+ public Color Border1;
+
+ ///
+ ///
+ ///
+ public Color Border2;
+ #endregion
+
+ #region Identity
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ public GradientItemColors(Color insideTop1, Color insideTop2,
+ Color insideBottom1, Color insideBottom2,
+ Color fillTop1, Color fillTop2,
+ Color fillBottom1, Color fillBottom2,
+ Color border1, Color border2)
+ {
+ InsideTop1 = insideTop1;
+ InsideTop2 = insideTop2;
+ InsideBottom1 = insideBottom1;
+ InsideBottom2 = insideBottom2;
+ FillTop1 = fillTop1;
+ FillTop2 = fillTop2;
+ FillBottom1 = fillBottom1;
+ FillBottom2 = fillBottom2;
+ Border1 = border1;
+ Border2 = border2;
+ }
+ #endregion
+ }
+ #endregion
+
+ #region Static Metrics
+ private const int _gripOffset = 1;
+ private const int _gripSquare = 2;
+ private const int _gripSize = 3;
+ private const int _gripMove = 4;
+ private const int _gripLines = 3;
+ private const int _checkInset = 1;
+ private const int _marginInset = 2;
+ private const int _separatorInset = 31;
+ private const float _cutToolItemMenu = 1.0f;
+ private const float _cutContextMenu = 0f;
+ private const float _cutMenuItemBack = 1.2f;
+ private const float _contextCheckTickThickness = 1.6f;
+ private static readonly Blend _statusStripBlend;
+ #endregion
+
+ #region Static Colors
+ private static readonly Color _c1 = Color.FromArgb(red: 167, green: 167, blue: 167);
+ private static readonly Color _c2 = Color.FromArgb(red: 21, green: 66, blue: 139);
+ private static readonly Color _c3 = Color.FromArgb(red: 76, green: 83, blue: 92);
+ private static readonly Color _c4 = Color.FromArgb(red: 250, green: 250, blue: 250);
+ private static readonly Color _c5 = Color.FromArgb(red: 248, green: 248, blue: 248);
+ private static readonly Color _c6 = Color.FromArgb(red: 243, green: 243, blue: 243);
+ private static readonly Color _r1 = Color.FromArgb(red: 255, green: 255, blue: 251);
+ private static readonly Color _r2 = Color.FromArgb(red: 255, green: 249, blue: 227);
+ private static readonly Color _r3 = Color.FromArgb(red: 255, green: 242, blue: 201);
+ private static readonly Color _r4 = Color.FromArgb(red: 255, green: 248, blue: 181);
+ private static readonly Color _r5 = Color.FromArgb(red: 255, green: 252, blue: 229);
+ private static readonly Color _r6 = Color.FromArgb(red: 255, green: 235, blue: 166);
+ private static readonly Color _r7 = Color.FromArgb(red: 255, green: 213, blue: 103);
+ private static readonly Color _r8 = Color.FromArgb(red: 255, green: 228, blue: 145);
+ private static readonly Color _r9 = Color.FromArgb(red: 160, green: 188, blue: 228);
+ private static readonly Color _rA = Color.FromArgb(red: 121, green: 153, blue: 194);
+ private static readonly Color _rB = Color.FromArgb(red: 182, green: 190, blue: 192);
+ private static readonly Color _rC = Color.FromArgb(red: 155, green: 163, blue: 167);
+ private static readonly Color _rD = Color.FromArgb(red: 233, green: 168, blue: 97);
+ private static readonly Color _rE = Color.FromArgb(red: 247, green: 164, blue: 39);
+ private static readonly Color _rF = Color.FromArgb(red: 246, green: 156, blue: 24);
+ private static readonly Color _rG = Color.FromArgb(red: 253, green: 173, blue: 17);
+ private static readonly Color _rH = Color.FromArgb(red: 254, green: 185, blue: 108);
+ private static readonly Color _rI = Color.FromArgb(red: 253, green: 164, blue: 97);
+ private static readonly Color _rJ = Color.FromArgb(red: 252, green: 143, blue: 61);
+ private static readonly Color _rK = Color.FromArgb(red: 255, green: 208, blue: 134);
+ private static readonly Color _rL = Color.FromArgb(red: 249, green: 192, blue: 103);
+ private static readonly Color _rM = Color.FromArgb(red: 250, green: 195, blue: 93);
+ private static readonly Color _rN = Color.FromArgb(red: 248, green: 190, blue: 81);
+ private static readonly Color _rO = Color.FromArgb(red: 255, green: 208, blue: 49);
+ private static readonly Color _rP = Color.FromArgb(red: 254, green: 214, blue: 168);
+ private static readonly Color _rQ = Color.FromArgb(red: 252, green: 180, blue: 100);
+ private static readonly Color _rR = Color.FromArgb(red: 252, green: 161, blue: 54);
+ private static readonly Color _rS = Color.FromArgb(red: 254, green: 238, blue: 170);
+ private static readonly Color _rT = Color.FromArgb(red: 249, green: 202, blue: 113);
+ private static readonly Color _rU = Color.FromArgb(red: 250, green: 205, blue: 103);
+ private static readonly Color _rV = Color.FromArgb(red: 248, green: 200, blue: 91);
+ private static readonly Color _rW = Color.FromArgb(red: 255, green: 218, blue: 59);
+ private static readonly Color _rX = Color.FromArgb(red: 254, green: 185, blue: 108);
+ private static readonly Color _rY = Color.FromArgb(red: 252, green: 161, blue: 54);
+ private static readonly Color _rZ = Color.FromArgb(red: 254, green: 238, blue: 170);
+
+ // Color scheme values
+ private static readonly Color _textDisabled = _c1;
+ private static readonly Color _textMenuStripItem = _c2;
+ private static readonly Color _textStatusStripItem = _c2;
+ private static readonly Color _textContextMenuItem = _c2;
+ private static readonly Color _arrowDisabled = _c1;
+ private static readonly Color _arrowLight = Color.FromArgb(red: 106, green: 126, blue: 197);
+ private static readonly Color _arrowDark = Color.FromArgb(red: 64, green: 70, blue: 90);
+ private static readonly Color _separatorMenuLight = Color.FromArgb(red: 245, green: 245, blue: 245);
+ private static readonly Color _separatorMenuDark = Color.FromArgb(red: 197, green: 197, blue: 197);
+ private static readonly Color _contextMenuBack = _c4;
+ private static readonly Color _contextCheckBorder = Color.FromArgb(red: 242, green: 149, blue: 54);
+ private static readonly Color _contextCheckTick = Color.FromArgb(red: 66, green: 75, blue: 138);
+ private static readonly Color _statusStripBorderDark = Color.FromArgb(red: 86, green: 125, blue: 176);
+ private static readonly Color _statusStripBorderLight = Color.White;
+ private static readonly Color _gripDark = Color.FromArgb(red: 114, green: 152, blue: 204);
+ private static readonly Color _gripLight = _c5;
+ private static readonly GradientItemColors _itemContextItemEnabledColors = new GradientItemColors(insideTop1: _r1, insideTop2: _r2, insideBottom1: _r3, insideBottom2: _r4, fillTop1: _r5, fillTop2: _r6, fillBottom1: _r7, fillBottom2: _r8, border1: Color.FromArgb(red: 217, green: 203, blue: 150), border2: Color.FromArgb(red: 192, green: 167, blue: 118));
+ private static readonly GradientItemColors _itemDisabledColors = new GradientItemColors(insideTop1: _c4, insideTop2: _c6, insideBottom1: Color.FromArgb(red: 236, green: 236, blue: 236), insideBottom2: Color.FromArgb(red: 230, green: 230, blue: 230), fillTop1: _c6, fillTop2: Color.FromArgb(red: 224, green: 224, blue: 224), fillBottom1: Color.FromArgb(red: 200, green: 200, blue: 200), fillBottom2: Color.FromArgb(red: 210, green: 210, blue: 210), border1: Color.FromArgb(red: 212, green: 212, blue: 212), border2: Color.FromArgb(red: 195, green: 195, blue: 195));
+ private static readonly GradientItemColors _itemToolItemSelectedColors = new GradientItemColors(insideTop1: _r1, insideTop2: _r2, insideBottom1: _r3, insideBottom2: _r4, fillTop1: _r5, fillTop2: _r6, fillBottom1: _r7, fillBottom2: _r8, border1: _r9, border2: _rA);
+ private static readonly GradientItemColors _itemToolItemPressedColors = new GradientItemColors(insideTop1: _rD, insideTop2: _rE, insideBottom1: _rF, insideBottom2: _rG, fillTop1: _rH, fillTop2: _rI, fillBottom1: _rJ, fillBottom2: _rK, border1: _r9, border2: _rA);
+ private static readonly GradientItemColors _itemToolItemCheckedColors = new GradientItemColors(insideTop1: _rL, insideTop2: _rM, insideBottom1: _rN, insideBottom2: _rO, fillTop1: _rP, fillTop2: _rQ, fillBottom1: _rR, fillBottom2: _rS, border1: _r9, border2: _rA);
+ private static readonly GradientItemColors _itemToolItemCheckPressColors = new GradientItemColors(insideTop1: _rT, insideTop2: _rU, insideBottom1: _rV, insideBottom2: _rW, fillTop1: _rX, fillTop2: _rI, fillBottom1: _rY, fillBottom2: _rZ, border1: _r9, border2: _rA);
+ #endregion
+
+ #region Identity
+ ///
+ ///
+ ///
+ static Office2007Renderer()
+ {
+ // One time creation of the blend for the status strip gradient brush
+ _statusStripBlend = new Blend
+ {
+ Positions = new float[] { 0.0f, 0.25f, 0.25f, 0.57f, 0.86f, 1.0f },
+ Factors = new float[] { 0.1f, 0.6f, 1.0f, 0.4f, 0.0f, 0.95f }
+ };
+ }
+
+ ///
+ /// Initialize a new instance of the Office2007Renderer class.
+ ///
+ public Office2007Renderer() : base(professionalColorTable: new Office2007ColorTable())
+ {
+ }
+ #endregion
+
+ #region OnRenderArrow
+ ///
+ /// Raises the RenderArrow event.
+ ///
+ /// An ToolStripArrowRenderEventArgs containing the event data.
+ protected override void OnRenderArrow(ToolStripArrowRenderEventArgs e)
+ {
+ // Cannot paint a zero sized area
+ if ((e.ArrowRectangle.Width > 0) && (e.ArrowRectangle.Height > 0))
+ {
+ // Create a path that is used to fill the arrow
+ using (GraphicsPath arrowPath = CreateArrowPath(item: e.Item, rect: e.ArrowRectangle, direction: e.Direction))
+ {
+ // Get the rectangle that encloses the arrow and expand slightly
+ // so that the gradient is always within the expanding bounds
+ RectangleF boundsF = arrowPath.GetBounds();
+ boundsF.Inflate(x: 1f, y: 1f);
+ Color color1 = (e.Item.Enabled ? _arrowLight : _arrowDisabled);
+ Color color2 = (e.Item.Enabled ? _arrowDark : _arrowDisabled);
+ float angle = 0;
+
+ // Use gradient angle to match the arrow direction
+ switch (e.Direction)
+ {
+ case ArrowDirection.Right:
+ angle = 0;
+ break;
+ case ArrowDirection.Left:
+ angle = 180f;
+ break;
+ case ArrowDirection.Down:
+ angle = 90f;
+ break;
+ case ArrowDirection.Up:
+ angle = 270f;
+ break;
+ }
+
+ // Draw the actual arrow using a gradient
+ using (LinearGradientBrush arrowBrush = new LinearGradientBrush(rect: boundsF, color1: color1, color2: color2, angle: angle))
+ {
+ e.Graphics.FillPath(brush: arrowBrush, path: arrowPath);
+ }
+ }
+ }
+ }
+ #endregion
+
+ #region OnRenderButtonBackground
+ ///
+ /// Raises the RenderButtonBackground event.
+ ///
+ /// An ToolStripItemRenderEventArgs containing the event data.
+ protected override void OnRenderButtonBackground(ToolStripItemRenderEventArgs e)
+ {
+ // Cast to correct type
+ ToolStripButton button = (ToolStripButton)e.Item;
+ if (button.Selected || button.Pressed || button.Checked)
+ {
+ RenderToolButtonBackground(g: e.Graphics, button: button, toolstrip: e.ToolStrip);
+ }
+ }
+ #endregion
+
+ #region OnRenderDropDownButtonBackground
+ ///
+ /// Raises the RenderDropDownButtonBackground event.
+ ///
+ /// An ToolStripItemRenderEventArgs containing the event data.
+ protected override void OnRenderDropDownButtonBackground(ToolStripItemRenderEventArgs e)
+ {
+ if (e.Item.Selected || e.Item.Pressed)
+ {
+ RenderToolDropButtonBackground(g: e.Graphics, item: e.Item, toolstrip: e.ToolStrip);
+ }
+ }
+ #endregion
+
+ #region OnRenderItemCheck
+ ///
+ /// Raises the RenderItemCheck event.
+ ///
+ /// An ToolStripItemImageRenderEventArgs containing the event data.
+ protected override void OnRenderItemCheck(ToolStripItemImageRenderEventArgs e)
+ {
+ // Staring size of the checkbox is the image rectangle
+ Rectangle checkBox = e.ImageRectangle;
+
+ // Make the border of the check box 1 pixel bigger on all sides, as a minimum
+ checkBox.Inflate(width: 1, height: 1);
+
+ // Can we extend upwards?
+ if (checkBox.Top > _checkInset)
+ {
+ int diff = checkBox.Top - _checkInset;
+ checkBox.Y -= diff;
+ checkBox.Height += diff;
+ }
+
+ // Can we extend downwards?
+ if (checkBox.Height <= (e.Item.Bounds.Height - (_checkInset * 2)))
+ {
+ int diff = e.Item.Bounds.Height - (_checkInset * 2) - checkBox.Height;
+ checkBox.Height += diff;
+ }
+
+ // Drawing with anti aliasing to create smoother appearance
+ using (UseAntiAlias uaa = new UseAntiAlias(g: e.Graphics))
+ {
+ // Create border path for the check box
+ using (GraphicsPath borderPath = CreateBorderPath(rect: checkBox, cut: _cutMenuItemBack))
+ {
+ // Fill the background in a solid color
+ using (SolidBrush fillBrush = new SolidBrush(color: ColorTable.CheckBackground))
+ {
+ e.Graphics.FillPath(fillBrush, borderPath);
+ }
+
+ // Draw the border around the check box
+ using (Pen borderPen = new Pen(color: _contextCheckBorder))
+ {
+ e.Graphics.DrawPath(borderPen, borderPath);
+ }
+
+ // If there is not an image, then we can draw the tick, square etc...
+ if (e.Image != null)
+ {
+ CheckState checkState = CheckState.Unchecked;
+
+ // Extract the check state from the item
+ if (e.Item is ToolStripMenuItem item) // old if (e.Item is ToolStripMenuItem)
+ {
+ //old: ToolStripMenuItem item = (ToolStripMenuItem)e.Item;
+ checkState = item.CheckState;
+ }
+
+ // Decide what graphic to draw
+ switch (checkState)
+ {
+ case CheckState.Checked:
+ // Create a path for the tick
+ using (GraphicsPath tickPath = CreateTickPath(rect: checkBox))
+ {
+ // Draw the tick with a thickish brush
+ using (Pen tickPen = new Pen(color: _contextCheckTick, width: _contextCheckTickThickness))
+ {
+ e.Graphics.DrawPath(tickPen, tickPath);
+ }
+ }
+ break;
+ case CheckState.Indeterminate:
+ // Create a path for the indeterminate diamond
+ using (GraphicsPath tickPath = CreateIndeterminatePath(rect: checkBox))
+ {
+ // Draw the tick with a thickish brush
+ using (SolidBrush tickBrush = new SolidBrush(color: _contextCheckTick))
+ {
+ e.Graphics.FillPath(brush: tickBrush, path: tickPath);
+ }
+ }
+ break;
+ }
+ }
+ }
+ }
+ }
+ #endregion
+
+ #region OnRenderItemText
+ ///
+ /// Raises the RenderItemText event.
+ ///
+ /// An ToolStripItemTextRenderEventArgs containing the event data.
+ protected override void OnRenderItemText(ToolStripItemTextRenderEventArgs e)
+ {
+ if ((e.ToolStrip is MenuStrip)
+ || (e.ToolStrip is ToolStrip)
+ || (e.ToolStrip is ContextMenuStrip)
+ || (e.ToolStrip is ToolStripDropDownMenu))
+ {
+ // We set the color depending on the enabled state
+ if (!e.Item.Enabled)
+ {
+ e.TextColor = _textDisabled;
+ }
+ else
+ {
+ if ((e.ToolStrip is MenuStrip) && !e.Item.Pressed && !e.Item.Selected)
+ {
+ e.TextColor = _textMenuStripItem;
+ }
+ else if ((e.ToolStrip is StatusStrip) && !e.Item.Pressed && !e.Item.Selected)
+ {
+ e.TextColor = _textStatusStripItem;
+ }
+ else
+ {
+ e.TextColor = _textContextMenuItem;
+ }
+ }
+
+ // All text is draw using the ClearTypeGridFit text rendering hint
+ using (UseClearTypeGridFit clearTypeGridFit = new UseClearTypeGridFit(g: e.Graphics))
+ {
+ base.OnRenderItemText(e);
+ }
+ }
+ else
+ {
+ base.OnRenderItemText(e);
+ }
+ }
+ #endregion
+
+ #region OnRenderItemImage
+ ///
+ /// Raises the RenderItemImage event.
+ ///
+ /// An ToolStripItemImageRenderEventArgs containing the event data.
+ protected override void OnRenderItemImage(ToolStripItemImageRenderEventArgs e)
+ {
+ // We only override the image drawing for context menus
+ if ((e.ToolStrip is ContextMenuStrip)
+ || (e.ToolStrip is ToolStripDropDownMenu))
+ {
+ if (e.Image != null)
+ {
+ if (e.Item.Enabled)
+ {
+ e.Graphics.DrawImage(e.Image, e.ImageRectangle);
+ }
+ else
+ {
+ ControlPaint.DrawImageDisabled(graphics: e.Graphics, image: e.Image, x: e.ImageRectangle.X, y: e.ImageRectangle.Y, background: Color.Transparent);
+ }
+ }
+ }
+ else
+ {
+ base.OnRenderItemImage(e);
+ }
+ }
+ #endregion
+
+ #region OnRenderMenuItemBackground
+ ///
+ /// Raises the RenderMenuItemBackground event.
+ ///
+ /// An ToolStripItemRenderEventArgs containing the event data.
+ protected override void OnRenderMenuItemBackground(ToolStripItemRenderEventArgs e)
+ {
+ if ((e.ToolStrip is MenuStrip)
+ || (e.ToolStrip is ContextMenuStrip)
+ || (e.ToolStrip is ToolStripDropDownMenu))
+ {
+ if ((e.Item.Pressed) && (e.ToolStrip is MenuStrip))
+ {
+ // Draw the menu/tool strip as a header for a context menu item
+ DrawContextMenuHeader(g: e.Graphics, item: e.Item);
+ }
+ else
+ {
+ // We only draw a background if the item is selected and enabled
+ if (e.Item.Selected)
+ {
+ if (e.Item.Enabled)
+ {
+ // Do we draw as a menu strip or context menu item?
+ if (e.ToolStrip is MenuStrip)
+ {
+ DrawGradientToolItem(g: e.Graphics, item: e.Item, colors: _itemToolItemSelectedColors);
+ }
+ else
+ {
+ DrawGradientContextMenuItem(g: e.Graphics, item: e.Item, colors: _itemContextItemEnabledColors);
+ }
+ }
+ else
+ {
+ // Get the mouse position in tool strip coordinates
+ Point mousePos = e.ToolStrip.PointToClient(p: Control.MousePosition);
+
+ // If the mouse is not in the item area, then draw disabled
+ if (!e.Item.Bounds.Contains(pt: mousePos))
+ {
+ // Do we draw as a menu strip or context menu item?
+ if (e.ToolStrip is MenuStrip)
+ {
+ DrawGradientToolItem(g: e.Graphics, item: e.Item, colors: _itemDisabledColors);
+ }
+ else
+ {
+ DrawGradientContextMenuItem(g: e.Graphics, item: e.Item, colors: _itemDisabledColors);
+ }
+ }
+ }
+ }
+ }
+ }
+ else
+ {
+ base.OnRenderMenuItemBackground(e);
+ }
+ }
+ #endregion
+
+ #region OnRenderSplitButtonBackground
+ ///
+ /// Raises the RenderSplitButtonBackground event.
+ ///
+ /// An ToolStripItemRenderEventArgs containing the event data.
+ protected override void OnRenderSplitButtonBackground(ToolStripItemRenderEventArgs e)
+ {
+ if (e.Item.Selected || e.Item.Pressed)
+ {
+ // Cast to correct type
+ ToolStripSplitButton splitButton = (ToolStripSplitButton)e.Item;
+
+ // Draw the border and background
+ RenderToolSplitButtonBackground(g: e.Graphics, splitButton: splitButton, toolstrip: e.ToolStrip);
+
+ // Get the rectangle that needs to show the arrow
+ Rectangle arrowBounds = splitButton.DropDownButtonBounds;
+
+ // Draw the arrow on top of the background
+ OnRenderArrow(new ToolStripArrowRenderEventArgs(g: e.Graphics,
+ toolStripItem: splitButton,
+ arrowRectangle: arrowBounds,
+ arrowColor: SystemColors.ControlText,
+ arrowDirection: ArrowDirection.Down));
+ }
+ else
+ {
+ base.OnRenderSplitButtonBackground(e);
+ }
+ }
+ #endregion
+
+ #region OnRenderStatusStripSizingGrip
+ ///
+ /// Raises the RenderStatusStripSizingGrip event.
+ ///
+ /// An ToolStripRenderEventArgs containing the event data.
+ protected override void OnRenderStatusStripSizingGrip(ToolStripRenderEventArgs e)
+ {
+ using (SolidBrush darkBrush = new SolidBrush(_gripDark),
+ lightBrush = new SolidBrush(_gripLight))
+ {
+ // Do we need to invert the drawing edge?
+ bool rtl = (e.ToolStrip.RightToLeft == RightToLeft.Yes);
+
+ // Find vertical position of the lowest grip line
+ int y = e.AffectedBounds.Bottom - (_gripSize * 2) + 1;
+
+ // Draw three lines of grips
+ for (int i = _gripLines; i >= 1; i--)
+ {
+ // Find the rightmost grip position on the line
+ int x = (rtl ? e.AffectedBounds.Left + 1 :
+ e.AffectedBounds.Right - (_gripSize * 2) + 1);
+
+ // Draw grips from right to left on line
+ for (int j = 0; j < i; j++)
+ {
+ // Just the single grip glyph
+ DrawGripGlyph(g: e.Graphics, x: x, y: y, darkBrush: darkBrush, lightBrush: lightBrush);
+
+ // Move left to next grip position
+ x -= (rtl ? -_gripMove : _gripMove);
+ }
+
+ // Move upwards to next grip line
+ y -= _gripMove;
+ }
+ }
+ }
+ #endregion
+
+ #region OnRenderToolStripContentPanelBackground
+ ///
+ /// Raises the RenderToolStripContentPanelBackground event.
+ ///
+ /// An ToolStripContentPanelRenderEventArgs containing the event data.
+ protected override void OnRenderToolStripContentPanelBackground(ToolStripContentPanelRenderEventArgs e)
+ {
+ // Must call base class, otherwise the subsequent drawing does not appear!
+ base.OnRenderToolStripContentPanelBackground(e);
+
+ // Cannot paint a zero sized area
+ if ((e.ToolStripContentPanel.Width > 0)
+ && (e.ToolStripContentPanel.Height > 0))
+ {
+ using (LinearGradientBrush backBrush = new LinearGradientBrush(rect: e.ToolStripContentPanel.ClientRectangle,
+ color1: ColorTable.ToolStripContentPanelGradientEnd,
+ color2: ColorTable.ToolStripContentPanelGradientBegin,
+ angle: 90f))
+ {
+ e.Graphics.FillRectangle(brush: backBrush, rect: e.ToolStripContentPanel.ClientRectangle);
+ }
+ }
+ }
+ #endregion
+
+ #region OnRenderSeparator
+ ///
+ /// Raises the RenderSeparator event.
+ ///
+ /// An ToolStripSeparatorRenderEventArgs containing the event data.
+ protected override void OnRenderSeparator(ToolStripSeparatorRenderEventArgs e)
+ {
+ if ((e.ToolStrip is ContextMenuStrip)
+ || (e.ToolStrip is ToolStripDropDownMenu))
+ {
+ // Create the light and dark line pens
+ using (Pen lightPen = new Pen(_separatorMenuLight),
+ darkPen = new Pen(_separatorMenuDark))
+ {
+ DrawSeparator(g: e.Graphics, vertical: e.Vertical, rect: e.Item.Bounds,
+ lightPen: lightPen, darkPen: darkPen, horizontalInset: _separatorInset,
+ rtl: e.ToolStrip.RightToLeft == RightToLeft.Yes);
+ }
+ }
+ else if (e.ToolStrip is StatusStrip)
+ {
+ // Create the light and dark line pens
+ using (Pen lightPen = new Pen(color: ColorTable.SeparatorLight),
+ darkPen = new Pen(color: ColorTable.SeparatorDark))
+ {
+ DrawSeparator(g: e.Graphics, vertical: e.Vertical, rect: e.Item.Bounds,
+ lightPen: lightPen, darkPen: darkPen, horizontalInset: 0, rtl: false);
+ }
+ }
+ else
+ {
+ base.OnRenderSeparator(e);
+ }
+ }
+ #endregion
+
+ #region OnRenderToolStripBackground
+ ///
+ /// Raises the RenderToolStripBackground event.
+ ///
+ /// An ToolStripRenderEventArgs containing the event data.
+ protected override void OnRenderToolStripBackground(ToolStripRenderEventArgs e)
+ {
+ if ((e.ToolStrip is ContextMenuStrip)
+ || (e.ToolStrip is ToolStripDropDownMenu))
+ {
+ // Create border and clipping paths
+ using (GraphicsPath borderPath = CreateBorderPath(rect: e.AffectedBounds, cut: _cutContextMenu),
+ clipPath = CreateClipBorderPath(rect: e.AffectedBounds, cut: _cutContextMenu))
+ {
+ // Clip all drawing to within the border path
+ using (UseClipping clipping = new UseClipping(g: e.Graphics, path: clipPath))
+ {
+ // Create the background brush
+ using (SolidBrush backBrush = new SolidBrush(color: _contextMenuBack))
+ {
+ e.Graphics.FillPath(brush: backBrush, path: borderPath);
+ }
+ }
+ }
+ }
+ else if (e.ToolStrip is StatusStrip)
+ {
+ // We do not paint the top two pixel lines, so are drawn by the status strip border render method
+ RectangleF backRect = new RectangleF(x: 0, y: 1.5f, width: e.ToolStrip.Width, height: e.ToolStrip.Height - 2);
+
+ // Cannot paint a zero sized area
+ if ((backRect.Width > 0) && (backRect.Height > 0))
+ {
+ using (LinearGradientBrush backBrush = new LinearGradientBrush(rect: backRect,
+ color1: ColorTable.StatusStripGradientBegin,
+ color2: ColorTable.StatusStripGradientEnd,
+ angle: 90f))
+ {
+ backBrush.Blend = _statusStripBlend;
+ e.Graphics.FillRectangle(brush: backBrush, rect: backRect);
+ }
+ }
+ }
+ else
+ {
+ base.OnRenderToolStripBackground(e);
+ }
+ }
+ #endregion
+
+ #region OnRenderImageMargin
+ ///
+ /// Raises the RenderImageMargin event.
+ ///
+ /// An ToolStripRenderEventArgs containing the event data.
+ protected override void OnRenderImageMargin(ToolStripRenderEventArgs e)
+ {
+ if ((e.ToolStrip is ContextMenuStrip)
+ || (e.ToolStrip is ToolStripDropDownMenu))
+ {
+ // Start with the total margin area
+ Rectangle marginRect = e.AffectedBounds;
+
+ // Do we need to draw with separator on the opposite edge?
+ bool rtl = (e.ToolStrip.RightToLeft == RightToLeft.Yes);
+
+ marginRect.Y += _marginInset;
+ marginRect.Height -= _marginInset * 2;
+
+ // Reduce so it is inside the border
+ if (!rtl)
+ marginRect.X += _marginInset;
+ else
+ marginRect.X += _marginInset / 2;
+
+ // Draw the entire margin area in a solid color
+ using (SolidBrush backBrush = new SolidBrush(color: ColorTable.ImageMarginGradientBegin))
+ {
+ e.Graphics.FillRectangle(backBrush, marginRect);
+ }
+
+ // Create the light and dark line pens
+ using (Pen lightPen = new Pen(color: _separatorMenuLight),
+ darkPen = new Pen(color: _separatorMenuDark))
+ {
+ if (!rtl)
+ {
+ // Draw the light and dark lines on the right hand side
+ e.Graphics.DrawLine(pen: lightPen, x1: marginRect.Right, y1: marginRect.Top, x2: marginRect.Right, y2: marginRect.Bottom);
+ e.Graphics.DrawLine(pen: darkPen, x1: marginRect.Right - 1, y1: marginRect.Top, x2: marginRect.Right - 1, y2: marginRect.Bottom);
+ }
+ else
+ {
+ // Draw the light and dark lines on the left hand side
+ e.Graphics.DrawLine(pen: lightPen, x1: marginRect.Left - 1, y1: marginRect.Top, x2: marginRect.Left - 1, y2: marginRect.Bottom);
+ e.Graphics.DrawLine(pen: darkPen, x1: marginRect.Left, y1: marginRect.Top, x2: marginRect.Left, y2: marginRect.Bottom);
+ }
+ }
+ }
+ else
+ {
+ base.OnRenderImageMargin(e);
+ }
+ }
+ #endregion
+
+ #region OnRenderToolStripBorder
+ ///
+ /// Raises the RenderToolStripBorder event.
+ ///
+ /// An ToolStripRenderEventArgs containing the event data.
+ protected override void OnRenderToolStripBorder(ToolStripRenderEventArgs e)
+ {
+ if ((e.ToolStrip is ContextMenuStrip)
+ || (e.ToolStrip is ToolStripDropDownMenu))
+ {
+ // If there is a connected area to be drawn
+ if (!e.ConnectedArea.IsEmpty)
+ {
+ using (SolidBrush excludeBrush = new SolidBrush(color: _contextMenuBack))
+ {
+ e.Graphics.FillRectangle(excludeBrush, e.ConnectedArea);
+ }
+ }
+
+ // Create border and clipping paths
+ using (GraphicsPath borderPath = CreateBorderPath(e.AffectedBounds, exclude: e.ConnectedArea, cut: _cutContextMenu),
+ insidePath = CreateInsideBorderPath(rect: e.AffectedBounds, exclude: e.ConnectedArea, cut: _cutContextMenu),
+ clipPath = CreateClipBorderPath(rect: e.AffectedBounds, exclude: e.ConnectedArea, cut: _cutContextMenu))
+ {
+ // Create the different pen colors we need
+ using (Pen borderPen = new Pen(color: ColorTable.MenuBorder),
+ insidePen = new Pen(color: _separatorMenuLight))
+ {
+ // Clip all drawing to within the border path
+ using (UseClipping clipping = new UseClipping(g: e.Graphics, path: clipPath))
+ {
+ // Drawing with anti aliasing to create smoother appearance
+ using (UseAntiAlias uaa = new UseAntiAlias(g: e.Graphics))
+ {
+ // Draw the inside area first
+ e.Graphics.DrawPath(insidePen, path: insidePath);
+
+ // Draw the border area second, so any overlapping gives it priority
+ e.Graphics.DrawPath(borderPen, path: borderPath);
+ }
+
+ // Draw the pixel at the bottom right of the context menu
+ e.Graphics.DrawLine(pen: borderPen, x1: e.AffectedBounds.Right, y1: e.AffectedBounds.Bottom,
+ x2: e.AffectedBounds.Right - 1, y2: e.AffectedBounds.Bottom - 1);
+ }
+ }
+ }
+ }
+ else if (e.ToolStrip is StatusStrip)
+ {
+ // Draw two lines at top of the status strip
+ using (Pen darkBorder = new Pen(color: _statusStripBorderDark),
+ lightBorder = new Pen(color: _statusStripBorderLight))
+ {
+ e.Graphics.DrawLine(pen: darkBorder, x1: 0, y1: 0, x2: e.ToolStrip.Width, y2: 0);
+ e.Graphics.DrawLine(pen: lightBorder, x1: 0, y1: 1, x2: e.ToolStrip.Width, y2: 1);
+ }
+ }
+ else
+ {
+ base.OnRenderToolStripBorder(e);
+ }
+ }
+ #endregion
+
+ #region Implementation
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private void RenderToolButtonBackground(Graphics g,
+ ToolStripButton button,
+ ToolStrip toolstrip)
+ {
+ // We only draw a background if the item is selected or being pressed
+ if (button.Enabled)
+ {
+ if (button.Checked)
+ {
+ if (button.Pressed)
+ {
+ DrawGradientToolItem(g: g, item: button, colors: _itemToolItemPressedColors);
+ }
+ else if (button.Selected)
+ {
+ DrawGradientToolItem(g: g, item: button, colors: _itemToolItemCheckPressColors);
+ }
+ else
+ {
+ DrawGradientToolItem(g: g, item: button, colors: _itemToolItemCheckedColors);
+ }
+ }
+ else
+ {
+ if (button.Pressed)
+ {
+ DrawGradientToolItem(g: g, item: button, colors: _itemToolItemPressedColors);
+ }
+ else if (button.Selected)
+ {
+ DrawGradientToolItem(g: g, item: button, colors: _itemToolItemSelectedColors);
+ }
+ }
+ }
+ else
+ {
+ if (button.Selected)
+ {
+ // Get the mouse position in tool strip coordinates
+ Point mousePos = toolstrip.PointToClient(p: Control.MousePosition);
+
+ // If the mouse is not in the item area, then draw disabled
+ if (!button.Bounds.Contains(pt: mousePos))
+ {
+ DrawGradientToolItem(g: g, item: button, colors: _itemDisabledColors);
+ }
+ }
+ }
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private void RenderToolDropButtonBackground(Graphics g,
+ ToolStripItem item,
+ ToolStrip toolstrip)
+ {
+ // We only draw a background if the item is selected or being pressed
+ if (item.Selected || item.Pressed)
+ {
+ if (item.Enabled)
+ {
+ if (item.Pressed)
+ {
+ DrawContextMenuHeader(g: g, item: item);
+ }
+ else
+ {
+ DrawGradientToolItem(g: g, item: item, colors: _itemToolItemSelectedColors);
+ }
+ }
+ else
+ {
+ // Get the mouse position in tool strip coordinates
+ Point mousePos = toolstrip.PointToClient(p: Control.MousePosition);
+
+ // If the mouse is not in the item area, then draw disabled
+ if (!item.Bounds.Contains(pt: mousePos))
+ {
+ DrawGradientToolItem(g: g, item: item, colors: _itemDisabledColors);
+ }
+ }
+ }
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private void RenderToolSplitButtonBackground(Graphics g,
+ ToolStripSplitButton splitButton,
+ ToolStrip toolstrip)
+ {
+ // We only draw a background if the item is selected or being pressed
+ if (splitButton.Selected || splitButton.Pressed)
+ {
+ if (splitButton.Enabled)
+ {
+ if (!splitButton.Pressed && splitButton.ButtonPressed)
+ {
+ DrawGradientToolSplitItem(g: g, splitButton: splitButton,
+ colorsButton: _itemToolItemPressedColors,
+ colorsDrop: _itemToolItemSelectedColors,
+ colorsSplit: _itemContextItemEnabledColors);
+ }
+ else if (splitButton.Pressed && !splitButton.ButtonPressed)
+ {
+ DrawContextMenuHeader(g: g, item: splitButton);
+ }
+ else
+ {
+ DrawGradientToolSplitItem(g: g, splitButton: splitButton,
+ colorsButton: _itemToolItemSelectedColors,
+ colorsDrop: _itemToolItemSelectedColors,
+ colorsSplit: _itemContextItemEnabledColors);
+ }
+ }
+ else
+ {
+ // Get the mouse position in tool strip coordinates
+ Point mousePos = toolstrip.PointToClient(p: Control.MousePosition);
+
+ // If the mouse is not in the item area, then draw disabled
+ if (!splitButton.Bounds.Contains(pt: mousePos))
+ {
+ DrawGradientToolItem(g: g, item: splitButton, colors: _itemDisabledColors);
+ }
+ }
+ }
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private void DrawGradientToolItem(Graphics g,
+ ToolStripItem item,
+ GradientItemColors colors) =>
+ // Perform drawing into the entire background of the item
+ DrawGradientItem(g, new Rectangle(location: Point.Empty, size: item.Bounds.Size), colors);
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private void DrawGradientToolSplitItem(Graphics g,
+ ToolStripSplitButton splitButton,
+ GradientItemColors colorsButton,
+ GradientItemColors colorsDrop,
+ GradientItemColors colorsSplit)
+ {
+ // Create entire area and just the drop button area rectangles
+ Rectangle backRect = new Rectangle(location: Point.Empty, size: splitButton.Bounds.Size);
+ Rectangle backRectDrop = splitButton.DropDownButtonBounds;
+
+ // Cannot paint zero sized areas
+ if ((backRect.Width > 0) && (backRectDrop.Width > 0)
+ && (backRect.Height > 0) && (backRectDrop.Height > 0))
+ {
+ // Area that is the normal button starts as everything
+ Rectangle backRectButton = backRect;
+
+ // The X offset to draw the split line
+ int splitOffset;
+
+ // Is the drop button on the right hand side of entire area?
+ if (backRectDrop.X > 0)
+ {
+ backRectButton.Width = backRectDrop.Left;
+ backRectDrop.X--;
+ backRectDrop.Width++;
+ splitOffset = backRectDrop.X;
+ }
+ else
+ {
+ backRectButton.Width -= backRectDrop.Width - 2;
+ backRectButton.X = backRectDrop.Right - 1;
+ backRectDrop.Width++;
+ splitOffset = backRectDrop.Right - 1;
+ }
+
+ // Create border path around the item
+ using (GraphicsPath borderPath = CreateBorderPath(rect: backRect, cut: _cutMenuItemBack))
+ {
+ // Draw the normal button area background
+ DrawGradientBack(g: g, backRect: backRectButton, colors: colorsButton);
+
+ // Draw the drop button area background
+ DrawGradientBack(g: g, backRect: backRectDrop, colors: colorsDrop);
+
+ // Draw the split line between the areas
+ using (LinearGradientBrush splitBrush = new LinearGradientBrush(rect: new Rectangle(x: backRect.X + splitOffset, y: backRect.Top, width: 1, height: backRect.Height + 1),
+ color1: colorsSplit.Border1, color2: colorsSplit.Border2, angle: 90f))
+ {
+ // Sigma curve, so go from color1 to color2 and back to color1 again
+ splitBrush.SetSigmaBellShape(focus: 0.5f);
+
+ // Convert the brush to a pen for DrawPath call
+ using (Pen splitPen = new Pen(brush: splitBrush))
+ {
+ g.DrawLine(pen: splitPen, x1: backRect.X + splitOffset, y1: backRect.Top + 1, x2: backRect.X + splitOffset, y2: backRect.Bottom - 1);
+ }
+ }
+
+ // Draw the border of the entire item
+ DrawGradientBorder(g: g, backRect: backRect, colors: colorsButton);
+ }
+ }
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ private void DrawContextMenuHeader(Graphics g, ToolStripItem item)
+ {
+ // Get the rectangle the is the items area
+ Rectangle itemRect = new Rectangle(location: Point.Empty, size: item.Bounds.Size);
+
+ // Create border and clipping paths
+ using (GraphicsPath borderPath = CreateBorderPath(rect: itemRect, cut: _cutToolItemMenu),
+ insidePath = CreateInsideBorderPath(rect: itemRect, cut: _cutToolItemMenu),
+ clipPath = CreateClipBorderPath(rect: itemRect, cut: _cutToolItemMenu))
+ {
+ // Clip all drawing to within the border path
+ using (UseClipping clipping = new UseClipping(g: g, path: clipPath))
+ {
+ // Draw the entire background area first
+ using (SolidBrush backBrush = new SolidBrush(color: _separatorMenuLight))
+ {
+ g.FillPath(brush: backBrush, path: borderPath);
+ }
+
+ // Draw the border
+ using (Pen borderPen = new Pen(color: ColorTable.MenuBorder))
+ {
+ g.DrawPath(pen: borderPen, path: borderPath);
+ }
+ }
+ }
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private void DrawGradientContextMenuItem(Graphics g,
+ ToolStripItem item,
+ GradientItemColors colors)
+ {
+ // Do we need to draw with separator on the opposite edge?
+ Rectangle backRect = new Rectangle(x: 2, y: 0, width: item.Bounds.Width - 3, height: item.Bounds.Height);
+
+ // Perform actual drawing into the background
+ DrawGradientItem(g: g, backRect: backRect, colors: colors);
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private void DrawGradientItem(Graphics g,
+ Rectangle backRect,
+ GradientItemColors colors)
+ {
+ // Cannot paint a zero sized area
+ if ((backRect.Width > 0) && (backRect.Height > 0))
+ {
+ // Draw the background of the entire item
+ DrawGradientBack(g: g, backRect: backRect, colors: colors);
+
+ // Draw the border of the entire item
+ DrawGradientBorder(g: g, backRect: backRect, colors: colors);
+ }
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private void DrawGradientBack(Graphics g,
+ Rectangle backRect,
+ GradientItemColors colors)
+ {
+ // Reduce rect draw drawing inside the border
+ backRect.Inflate(width: -1, height: -1);
+
+ int y2 = backRect.Height / 2;
+ Rectangle backRect1 = new Rectangle(x: backRect.X, y: backRect.Y, width: backRect.Width, height: y2);
+ Rectangle backRect2 = new Rectangle(x: backRect.X, y: backRect.Y + y2, width: backRect.Width, height: backRect.Height - y2);
+ Rectangle backRect1I = backRect1;
+ Rectangle backRect2I = backRect2;
+ backRect1I.Inflate(width: 1, height: 1);
+ backRect2I.Inflate(width: 1, height: 1);
+
+ using (LinearGradientBrush insideBrush1 = new LinearGradientBrush(rect: backRect1I, color1: colors.InsideTop1, color2: colors.InsideTop2, angle: 90f),
+ insideBrush2 = new LinearGradientBrush(rect: backRect2I, color1: colors.InsideBottom1, color2: colors.InsideBottom2, angle: 90f))
+ {
+ g.FillRectangle(brush: insideBrush1, rect: backRect1);
+ g.FillRectangle(brush: insideBrush2, rect: backRect2);
+ }
+
+ y2 = backRect.Height / 2;
+ backRect1 = new Rectangle(x: backRect.X, y: backRect.Y, width: backRect.Width, height: y2);
+ backRect2 = new Rectangle(x: backRect.X, y: backRect.Y + y2, width: backRect.Width, height: backRect.Height - y2);
+ backRect1I = backRect1;
+ backRect2I = backRect2;
+ backRect1I.Inflate(width: 1, height: 1);
+ backRect2I.Inflate(width: 1, height: 1);
+
+ using (LinearGradientBrush fillBrush1 = new LinearGradientBrush(rect: backRect1I, color1: colors.FillTop1, color2: colors.FillTop2, angle: 90f),
+ fillBrush2 = new LinearGradientBrush(rect: backRect2I, color1: colors.FillBottom1, color2: colors.FillBottom2, angle: 90f))
+ {
+ // Reduce rect one more time for the innermost drawing
+ backRect.Inflate(width: -1, height: -1);
+
+ y2 = backRect.Height / 2;
+ backRect1 = new Rectangle(x: backRect.X, y: backRect.Y, width: backRect.Width, height: y2);
+ backRect2 = new Rectangle(x: backRect.X, y: backRect.Y + y2, width: backRect.Width, height: backRect.Height - y2);
+
+ g.FillRectangle(brush: fillBrush1, rect: backRect1);
+ g.FillRectangle(brush: fillBrush2, rect: backRect2);
+ }
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private void DrawGradientBorder(Graphics g,
+ Rectangle backRect,
+ GradientItemColors colors)
+ {
+ // Drawing with anti aliasing to create smoother appearance
+ using (UseAntiAlias uaa = new UseAntiAlias(g))
+ {
+ Rectangle backRectI = backRect;
+ backRectI.Inflate(width: 1, height: 1);
+
+ // Finally draw the border around the menu item
+ using (LinearGradientBrush borderBrush = new LinearGradientBrush(rect: backRectI, color1: colors.Border1, color2: colors.Border2, angle: 90f))
+ {
+ // Sigma curve, so go from color1 to color2 and back to color1 again
+ borderBrush.SetSigmaBellShape(focus: 0.5f);
+
+ // Convert the brush to a pen for DrawPath call
+ using (Pen borderPen = new Pen(brush: borderBrush))
+ {
+ // Create border path around the entire item
+ using (GraphicsPath borderPath = CreateBorderPath(rect: backRect, cut: _cutMenuItemBack))
+ {
+ g.DrawPath(pen: borderPen, path: borderPath);
+ }
+ }
+ }
+ }
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private void DrawGripGlyph(Graphics g,
+ int x,
+ int y,
+ Brush darkBrush,
+ Brush lightBrush)
+ {
+ g.FillRectangle(brush: lightBrush, x: x + _gripOffset, y: y + _gripOffset, width: _gripSquare, height: _gripSquare);
+ g.FillRectangle(brush: darkBrush, x: x, y: y, width: _gripSquare, height: _gripSquare);
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private void DrawSeparator(Graphics g,
+ bool vertical,
+ Rectangle rect,
+ Pen lightPen,
+ Pen darkPen,
+ int horizontalInset,
+ bool rtl)
+ {
+ if (vertical)
+ {
+ int l = rect.Width / 2;
+ int t = rect.Y;
+ int b = rect.Bottom;
+
+ // Draw vertical lines centered
+ g.DrawLine(pen: darkPen, x1: l, y1: t, x2: l, y2: b);
+ g.DrawLine(pen: lightPen, x1: l + 1, y1: t, x2: l + 1, y2: b);
+ }
+ else
+ {
+ int y = rect.Height / 2;
+ int l = rect.X + (rtl ? 0 : horizontalInset);
+ int r = rect.Right - (rtl ? horizontalInset : 0);
+
+ // Draw horizontal lines centered
+ g.DrawLine(pen: darkPen, x1: l, y1: y, x2: r, y2: y);
+ g.DrawLine(pen: lightPen, x1: l, y1: y + 1, x2: r, y2: y + 1);
+ }
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private GraphicsPath CreateBorderPath(Rectangle rect,
+ Rectangle exclude,
+ float cut)
+ {
+ // If nothing to exclude, then use quicker method
+ if (exclude.IsEmpty)
+ {
+ return CreateBorderPath(rect: rect, cut: cut);
+ }
+
+ // Drawing lines requires we draw inside the area we want
+ rect.Width--;
+ rect.Height--;
+
+ // Create an array of points to draw lines between
+ List pts = new List();
+
+ float l = rect.X;
+ float t = rect.Y;
+ float r = rect.Right;
+ float b = rect.Bottom;
+ float x0 = rect.X + cut;
+ float x3 = rect.Right - cut;
+ float y0 = rect.Y + cut;
+ float y3 = rect.Bottom - cut;
+ float cutBack = (cut == 0f ? 1 : cut);
+
+ // Does the exclude intercept the top line
+ if ((rect.Y >= exclude.Top) && (rect.Y <= exclude.Bottom))
+ {
+ float x1 = exclude.X - 1 - cut;
+ float x2 = exclude.Right + cut;
+
+ if (x0 <= x1)
+ {
+ pts.Add(new PointF(x: x0, y: t));
+ pts.Add(new PointF(x: x1, y: t));
+ pts.Add(new PointF(x: x1 + cut, y: t - cutBack));
+ }
+ else
+ {
+ x1 = exclude.X - 1;
+ pts.Add(new PointF(x: x1, y: t));
+ pts.Add(new PointF(x: x1, y: t - cutBack));
+ }
+
+ if (x3 > x2)
+ {
+ pts.Add(new PointF(x: x2 - cut, y: t - cutBack));
+ pts.Add(new PointF(x: x2, y: t));
+ pts.Add(new PointF(x: x3, y: t));
+ }
+ else
+ {
+ x2 = exclude.Right;
+ pts.Add(new PointF(x: x2, y: t - cutBack));
+ pts.Add(new PointF(x: x2, y: t));
+ }
+ }
+ else
+ {
+ pts.Add(new PointF(x: x0, y: t));
+ pts.Add(new PointF(x: x3, y: t));
+ }
+
+ pts.Add(new PointF(x: r, y: y0));
+ pts.Add(new PointF(x: r, y: y3));
+ pts.Add(new PointF(x: x3, y: b));
+ pts.Add(new PointF(x: x0, y: b));
+ pts.Add(new PointF(x: l, y: y3));
+ pts.Add(new PointF(x: l, y: y0));
+
+ // Create path using a simple set of lines that cut the corner
+ GraphicsPath path = new GraphicsPath();
+
+ // Add a line between each set of points
+ for (int i = 1; i < pts.Count; i++)
+ {
+ path.AddLine(pt1: pts[i - 1], pt2: pts[i]);
+ }
+
+ // Add a line to join the last to the first
+ path.AddLine(pt1: pts[pts.Count - 1], pt2: pts[0]);
+
+ return path;
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private GraphicsPath CreateBorderPath(Rectangle rect, float cut)
+ {
+ // Drawing lines requires we draw inside the area we want
+ rect.Width--;
+ rect.Height--;
+
+ // Create path using a simple set of lines that cut the corner
+ GraphicsPath path = new GraphicsPath();
+ path.AddLine(x1: rect.Left + cut, y1: rect.Top, x2: rect.Right - cut, y2: rect.Top);
+ path.AddLine(x1: rect.Right - cut, y1: rect.Top, x2: rect.Right, y2: rect.Top + cut);
+ path.AddLine(x1: rect.Right, y1: rect.Top + cut, x2: rect.Right, y2: rect.Bottom - cut);
+ path.AddLine(x1: rect.Right, y1: rect.Bottom - cut, x2: rect.Right - cut, y2: rect.Bottom);
+ path.AddLine(x1: rect.Right - cut, y1: rect.Bottom, x2: rect.Left + cut, y2: rect.Bottom);
+ path.AddLine(x1: rect.Left + cut, y1: rect.Bottom, x2: rect.Left, y2: rect.Bottom - cut);
+ path.AddLine(x1: rect.Left, y1: rect.Bottom - cut, x2: rect.Left, y2: rect.Top + cut);
+ path.AddLine(x1: rect.Left, y1: rect.Top + cut, x2: rect.Left + cut, y2: rect.Top);
+ return path;
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private GraphicsPath CreateInsideBorderPath(Rectangle rect, float cut)
+ {
+ // Adjust rectangle to be 1 pixel inside the original area
+ rect.Inflate(width: -1, height: -1);
+
+ // Now create a path based on this inner rectangle
+ return CreateBorderPath(rect: rect, cut: cut);
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private GraphicsPath CreateInsideBorderPath(Rectangle rect,
+ Rectangle exclude,
+ float cut)
+ {
+ // Adjust rectangle to be 1 pixel inside the original area
+ rect.Inflate(width: -1, height: -1);
+
+ // Now create a path based on this inner rectangle
+ return CreateBorderPath(rect: rect, exclude: exclude, cut: cut);
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private GraphicsPath CreateClipBorderPath(Rectangle rect, float cut)
+ {
+ // Clipping happens inside the rect, so make 1 wider and taller
+ rect.Width++;
+ rect.Height++;
+
+ // Now create a path based on this inner rectangle
+ return CreateBorderPath(rect: rect, cut: cut);
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private GraphicsPath CreateClipBorderPath(Rectangle rect,
+ Rectangle exclude,
+ float cut)
+ {
+ // Clipping happens inside the rect, so make 1 wider and taller
+ rect.Width++;
+ rect.Height++;
+
+ // Now create a path based on this inner rectangle
+ return CreateBorderPath(rect: rect, exclude: exclude, cut: cut);
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ private GraphicsPath CreateArrowPath(ToolStripItem item,
+ Rectangle rect,
+ ArrowDirection direction)
+ {
+ int x, y;
+
+ // Find the correct starting position, which depends on direction
+ if ((direction == ArrowDirection.Left)
+ || (direction == ArrowDirection.Right))
+ {
+ x = rect.Right - ((rect.Width - 4) / 2);
+ y = rect.Y + (rect.Height / 2);
+ }
+ else
+ {
+ x = rect.X + (rect.Width / 2);
+ y = rect.Bottom - ((rect.Height - 3) / 2);
+
+ // The drop down button is position 1 pixel incorrectly when in RTL
+ if ((item is ToolStripDropDownButton)
+ && (item.RightToLeft == RightToLeft.Yes))
+ {
+ x++;
+ }
+ }
+
+ // Create triangle using a series of lines
+ GraphicsPath path = new GraphicsPath();
+
+ switch (direction)
+ {
+ case ArrowDirection.Right:
+ path.AddLine(x1: x, y1: y, x2: x - 4, y2: y - 4);
+ path.AddLine(x1: x - 4, y1: y - 4, x2: x - 4, y2: y + 4);
+ path.AddLine(x1: x - 4, y1: y + 4, x2: x, y2: y);
+ break;
+ case ArrowDirection.Left:
+ path.AddLine(x1: x - 4, y1: y, x2: x, y2: y - 4);
+ path.AddLine(x1: x, y1: y - 4, x2: x, y2: y + 4);
+ path.AddLine(x1: x, y1: y + 4, x2: x - 4, y2: y);
+ break;
+ case ArrowDirection.Down:
+ path.AddLine(x1: x + 3f, y1: y - 3f, x2: x - 2f, y2: y - 3f);
+ path.AddLine(x1: x - 2f, y1: y - 3f, x2: x, y2: y);
+ path.AddLine(x1: x, y1: y, x2: x + 3f, y2: y - 3f);
+ break;
+ case ArrowDirection.Up:
+ path.AddLine(x1: x + 3f, y1: y, x2: x - 3f, y2: y);
+ path.AddLine(x1: x - 3f, y1: y, x2: x, y2: y - 4f);
+ path.AddLine(x1: x, y1: y - 4f, x2: x + 3f, y2: y);
+ break;
+ }
+
+ return path;
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ private GraphicsPath CreateTickPath(Rectangle rect)
+ {
+ // Get the center point of the rect
+ int x = rect.X + (rect.Width / 2);
+ int y = rect.Y + (rect.Height / 2);
+
+ GraphicsPath path = new GraphicsPath();
+ path.AddLine(x1: x - 4, y1: y, x2: x - 2, y2: y + 4);
+ path.AddLine(x1: x - 2, y1: y + 4, x2: x + 3, y2: y - 5);
+ return path;
+ }
+
+ ///
+ ///
+ ///
+ ///
+ ///
+ private GraphicsPath CreateIndeterminatePath(Rectangle rect)
+ {
+ // Get the center point of the rect
+ int x = rect.X + (rect.Width / 2);
+ int y = rect.Y + (rect.Height / 2);
+
+ GraphicsPath path = new GraphicsPath();
+ path.AddLine(x1: x - 3, y1: y, x2: x, y2: y - 3);
+ path.AddLine(x1: x, y1: y - 3, x2: x + 3, y2: y);
+ path.AddLine(x1: x + 3, y1: y, x2: x, y2: y + 3);
+ path.AddLine(x1: x, y1: y + 3, x2: x - 3, y2: y);
+ return path;
+ }
+ #endregion
+ }
+}
diff --git a/OptionsForm.Designer.cs b/OptionsForm.Designer.cs
index 3136a02..65d81b8 100644
--- a/OptionsForm.Designer.cs
+++ b/OptionsForm.Designer.cs
@@ -101,8 +101,8 @@ private void InitializeComponent()
this.toolStripStatusLabelInfo.Name = "toolStripStatusLabelInfo";
this.toolStripStatusLabelInfo.Size = new System.Drawing.Size(66, 17);
this.toolStripStatusLabelInfo.Text = "info text";
- this.toolStripStatusLabelInfo.MouseEnter += new System.EventHandler(this.ToolStripStatusLabelInfo_MouseEnter);
- this.toolStripStatusLabelInfo.MouseLeave += new System.EventHandler(this.ToolStripStatusLabelInfo_MouseLeave);
+ this.toolStripStatusLabelInfo.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.toolStripStatusLabelInfo.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxTychoDirectory
//
@@ -116,10 +116,10 @@ private void InitializeComponent()
this.textBoxTychoDirectory.TabIndex = 4;
this.textBoxTychoDirectory.Text = "catalog/i239/";
this.toolTip.SetToolTip(this.textBoxTychoDirectory, "Tycho catalog directory");
- this.textBoxTychoDirectory.Enter += new System.EventHandler(this.TextBoxTychoDirectory_Enter);
- this.textBoxTychoDirectory.Leave += new System.EventHandler(this.TextBoxTychoDirectory_Leave);
- this.textBoxTychoDirectory.MouseEnter += new System.EventHandler(this.TextBoxTychoDirectory_MouseEnter);
- this.textBoxTychoDirectory.MouseLeave += new System.EventHandler(this.TextBoxTychoDirectory_MouseLeave);
+ this.textBoxTychoDirectory.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxTychoDirectory.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxTychoDirectory.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxTychoDirectory.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelTychoDirectory
//
@@ -133,10 +133,10 @@ private void InitializeComponent()
this.labelTychoDirectory.TabIndex = 3;
this.labelTychoDirectory.Text = "&Tycho catalog:";
this.toolTip.SetToolTip(this.labelTychoDirectory, "Tycho catalog directory");
- this.labelTychoDirectory.Enter += new System.EventHandler(this.LabelTychoDirectory_Enter);
- this.labelTychoDirectory.Leave += new System.EventHandler(this.LabelTychoDirectory_Leave);
- this.labelTychoDirectory.MouseEnter += new System.EventHandler(this.LabelTychoDirectory_MouseEnter);
- this.labelTychoDirectory.MouseLeave += new System.EventHandler(this.LabelTychoDirectory_MouseLeave);
+ this.labelTychoDirectory.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelTychoDirectory.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelTychoDirectory.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelTychoDirectory.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxHipparcosDirectory
//
@@ -150,10 +150,10 @@ private void InitializeComponent()
this.textBoxHipparcosDirectory.TabIndex = 1;
this.textBoxHipparcosDirectory.Text = "catalog/i239/";
this.toolTip.SetToolTip(this.textBoxHipparcosDirectory, "Hipparcos catalog directory");
- this.textBoxHipparcosDirectory.Enter += new System.EventHandler(this.TextBoxHipparcosDirectory_Enter);
- this.textBoxHipparcosDirectory.Leave += new System.EventHandler(this.TextBoxHipparcosDirectory_Leave);
- this.textBoxHipparcosDirectory.MouseEnter += new System.EventHandler(this.TextBoxHipparcosDirectory_MouseEnter);
- this.textBoxHipparcosDirectory.MouseLeave += new System.EventHandler(this.TextBoxHipparcosDirectory_MouseLeave);
+ this.textBoxHipparcosDirectory.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHipparcosDirectory.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxHipparcosDirectory.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHipparcosDirectory.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHipparcosDirectory
//
@@ -167,10 +167,10 @@ private void InitializeComponent()
this.labelHipparcosDirectory.TabIndex = 0;
this.labelHipparcosDirectory.Text = "&Hippparcos catalog:";
this.toolTip.SetToolTip(this.labelHipparcosDirectory, "Hipparcos catalog directory");
- this.labelHipparcosDirectory.Enter += new System.EventHandler(this.LabelHipparcosDirectory_Enter);
- this.labelHipparcosDirectory.Leave += new System.EventHandler(this.LabelHipparcosDirectory_Leave);
- this.labelHipparcosDirectory.MouseEnter += new System.EventHandler(this.LabelHipparcosDirectory_MouseEnter);
- this.labelHipparcosDirectory.MouseLeave += new System.EventHandler(this.LabelHipparcosDirectory_MouseLeave);
+ this.labelHipparcosDirectory.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHipparcosDirectory.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelHipparcosDirectory.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHipparcosDirectory.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// checkBoxEnableHoverEffect
//
@@ -187,10 +187,10 @@ private void InitializeComponent()
this.checkBoxEnableHoverEffect.Text = "&Enable hover effect";
this.toolTip.SetToolTip(this.checkBoxEnableHoverEffect, "Check to enable hover effect");
this.checkBoxEnableHoverEffect.UseVisualStyleBackColor = true;
- this.checkBoxEnableHoverEffect.Enter += new System.EventHandler(this.CheckBoxEnableHoverEffect_Enter);
- this.checkBoxEnableHoverEffect.Leave += new System.EventHandler(this.CheckBoxEnableHoverEffect_Leave);
- this.checkBoxEnableHoverEffect.MouseEnter += new System.EventHandler(this.CheckBoxEnableHoverEffect_MouseEnter);
- this.checkBoxEnableHoverEffect.MouseLeave += new System.EventHandler(this.CheckBoxEnableHoverEffect_MouseLeave);
+ this.checkBoxEnableHoverEffect.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.checkBoxEnableHoverEffect.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.checkBoxEnableHoverEffect.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.checkBoxEnableHoverEffect.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// comboBoxDataTableStyle
//
@@ -207,10 +207,10 @@ private void InitializeComponent()
this.comboBoxDataTableStyle.Size = new System.Drawing.Size(131, 21);
this.comboBoxDataTableStyle.TabIndex = 1;
this.toolTip.SetToolTip(this.comboBoxDataTableStyle, "Data table style");
- this.comboBoxDataTableStyle.Enter += new System.EventHandler(this.ComboBoxDataTableStyle_Enter);
- this.comboBoxDataTableStyle.Leave += new System.EventHandler(this.ComboBoxDataTableStyle_Leave);
- this.comboBoxDataTableStyle.MouseEnter += new System.EventHandler(this.ComboBoxDataTableStyle_MouseEnter);
- this.comboBoxDataTableStyle.MouseLeave += new System.EventHandler(this.ComboBoxDataTableStyle_MouseLeave);
+ this.comboBoxDataTableStyle.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.comboBoxDataTableStyle.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.comboBoxDataTableStyle.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.comboBoxDataTableStyle.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDataTableStyle
//
@@ -224,10 +224,10 @@ private void InitializeComponent()
this.labelDataTableStyle.TabIndex = 0;
this.labelDataTableStyle.Text = "&Style:";
this.toolTip.SetToolTip(this.labelDataTableStyle, "Data table style");
- this.labelDataTableStyle.Enter += new System.EventHandler(this.LabelDataTableStyle_Enter);
- this.labelDataTableStyle.Leave += new System.EventHandler(this.LabelDataTableStyle_Leave);
- this.labelDataTableStyle.MouseEnter += new System.EventHandler(this.LabelDataTableStyle_MouseEnter);
- this.labelDataTableStyle.MouseLeave += new System.EventHandler(this.LabelDataTableStyle_MouseLeave);
+ this.labelDataTableStyle.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDataTableStyle.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelDataTableStyle.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDataTableStyle.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxHost
//
@@ -241,10 +241,10 @@ private void InitializeComponent()
this.textBoxHost.TabIndex = 1;
this.textBoxHost.Text = "http://cdsarc.u-strasbg.fr/ftp/I/239/";
this.toolTip.SetToolTip(this.textBoxHost, "URL of the host");
- this.textBoxHost.Enter += new System.EventHandler(this.TextBoxHost_Enter);
- this.textBoxHost.Leave += new System.EventHandler(this.TextBoxHost_Leave);
- this.textBoxHost.MouseEnter += new System.EventHandler(this.TextBoxDefaultHost_MouseEnter);
- this.textBoxHost.MouseLeave += new System.EventHandler(this.TextBoxDefaultHost_MouseLeave);
+ this.textBoxHost.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHost.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxHost.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHost.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHost
//
@@ -258,10 +258,10 @@ private void InitializeComponent()
this.labelHost.TabIndex = 0;
this.labelHost.Text = "H&ost:";
this.toolTip.SetToolTip(this.labelHost, "URL of the host");
- this.labelHost.Enter += new System.EventHandler(this.LabelHost_Enter);
- this.labelHost.Leave += new System.EventHandler(this.LabelHost_Leave);
- this.labelHost.MouseEnter += new System.EventHandler(this.LabelDefaultHost_MouseEnter);
- this.labelHost.MouseLeave += new System.EventHandler(this.LabelDefaultHost_MouseLeave);
+ this.labelHost.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHost.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelHost.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHost.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// checkBoxEnableQuickDownload
//
@@ -276,10 +276,10 @@ private void InitializeComponent()
this.checkBoxEnableQuickDownload.Text = "Enable &quick download of catalog files";
this.toolTip.SetToolTip(this.checkBoxEnableQuickDownload, "Check to enable quick download of catalog files");
this.checkBoxEnableQuickDownload.UseVisualStyleBackColor = true;
- this.checkBoxEnableQuickDownload.Enter += new System.EventHandler(this.CheckBoxEnableQuickDownload_Enter);
- this.checkBoxEnableQuickDownload.Leave += new System.EventHandler(this.CheckBoxEnableQuickDownload_Leave);
- this.checkBoxEnableQuickDownload.MouseEnter += new System.EventHandler(this.CheckBoxEnableQuickDownload_MouseEnter);
- this.checkBoxEnableQuickDownload.MouseLeave += new System.EventHandler(this.CheckBoxEnableQuickDownload_MouseLeave);
+ this.checkBoxEnableQuickDownload.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.checkBoxEnableQuickDownload.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.checkBoxEnableQuickDownload.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.checkBoxEnableQuickDownload.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// comboBoxStartPosition
//
@@ -296,10 +296,10 @@ private void InitializeComponent()
this.comboBoxStartPosition.Size = new System.Drawing.Size(118, 21);
this.comboBoxStartPosition.TabIndex = 1;
this.toolTip.SetToolTip(this.comboBoxStartPosition, "Start position");
- this.comboBoxStartPosition.Enter += new System.EventHandler(this.ComboBoxStartPosition_Enter);
- this.comboBoxStartPosition.Leave += new System.EventHandler(this.ComboBoxStartPosition_Leave);
- this.comboBoxStartPosition.MouseEnter += new System.EventHandler(this.ComboBoxStartPosition_MouseEnter);
- this.comboBoxStartPosition.MouseLeave += new System.EventHandler(this.ComboBoxStartPosition_MouseLeave);
+ this.comboBoxStartPosition.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.comboBoxStartPosition.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.comboBoxStartPosition.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.comboBoxStartPosition.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStartPosition
//
@@ -313,10 +313,10 @@ private void InitializeComponent()
this.labelStartPosition.TabIndex = 0;
this.labelStartPosition.Text = "&Position:";
this.toolTip.SetToolTip(this.labelStartPosition, "Start position");
- this.labelStartPosition.Enter += new System.EventHandler(this.LabelStartPosition_Enter);
- this.labelStartPosition.Leave += new System.EventHandler(this.LabelStartPosition_Leave);
- this.labelStartPosition.MouseEnter += new System.EventHandler(this.LabelStartPosition_MouseEnter);
- this.labelStartPosition.MouseLeave += new System.EventHandler(this.LabelStartPosition_MouseLeave);
+ this.labelStartPosition.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStartPosition.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStartPosition.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStartPosition.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// buttonApply
//
@@ -335,10 +335,10 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.buttonApply, "Apply");
this.buttonApply.UseVisualStyleBackColor = true;
this.buttonApply.Click += new System.EventHandler(this.ButtonApply_Click);
- this.buttonApply.Enter += new System.EventHandler(this.ButtonApply_Enter);
- this.buttonApply.Leave += new System.EventHandler(this.ButtonApply_Leave);
- this.buttonApply.MouseEnter += new System.EventHandler(this.ButtonApply_MouseEnter);
- this.buttonApply.MouseLeave += new System.EventHandler(this.ButtonApply_MouseLeave);
+ this.buttonApply.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.buttonApply.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.buttonApply.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.buttonApply.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// buttonCancel
//
@@ -356,10 +356,10 @@ private void InitializeComponent()
this.buttonCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.toolTip.SetToolTip(this.buttonCancel, "Cancel");
this.buttonCancel.UseVisualStyleBackColor = true;
- this.buttonCancel.Enter += new System.EventHandler(this.ButtonCancel_Enter);
- this.buttonCancel.Leave += new System.EventHandler(this.ButtonCancel_Leave);
- this.buttonCancel.MouseEnter += new System.EventHandler(this.ButtonCancel_MouseEnter);
- this.buttonCancel.MouseLeave += new System.EventHandler(this.ButtonCancel_MouseLeave);
+ this.buttonCancel.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.buttonCancel.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.buttonCancel.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.buttonCancel.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// buttonRestoreHost
//
@@ -375,10 +375,10 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.buttonRestoreHost, "Restore the host url");
this.buttonRestoreHost.UseVisualStyleBackColor = true;
this.buttonRestoreHost.Click += new System.EventHandler(this.ButtonRestoreHost_Click);
- this.buttonRestoreHost.Enter += new System.EventHandler(this.ButtonRestoreHost_Enter);
- this.buttonRestoreHost.Leave += new System.EventHandler(this.ButtonRestoreHost_Leave);
- this.buttonRestoreHost.MouseEnter += new System.EventHandler(this.ButtonRestoreHost_MouseEnter);
- this.buttonRestoreHost.MouseLeave += new System.EventHandler(this.ButtonRestoreHost_MouseLeave);
+ this.buttonRestoreHost.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.buttonRestoreHost.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.buttonRestoreHost.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.buttonRestoreHost.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// buttonDefaultSettings
//
@@ -396,10 +396,10 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.buttonDefaultSettings, "Default settings");
this.buttonDefaultSettings.UseVisualStyleBackColor = true;
this.buttonDefaultSettings.Click += new System.EventHandler(this.ButtonDefaultSettings_Click);
- this.buttonDefaultSettings.Enter += new System.EventHandler(this.ButtonDefaultSettings_Enter);
- this.buttonDefaultSettings.Leave += new System.EventHandler(this.ButtonDefaultSettings_Leave);
- this.buttonDefaultSettings.MouseEnter += new System.EventHandler(this.ButtonDefaultSettings_MouseEnter);
- this.buttonDefaultSettings.MouseLeave += new System.EventHandler(this.ButtonDefaultSettings_MouseLeave);
+ this.buttonDefaultSettings.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.buttonDefaultSettings.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.buttonDefaultSettings.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.buttonDefaultSettings.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// buttonRestoreTychoDirectory
//
@@ -415,10 +415,10 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.buttonRestoreTychoDirectory, "Restore Tycho catalog directory");
this.buttonRestoreTychoDirectory.UseVisualStyleBackColor = true;
this.buttonRestoreTychoDirectory.Click += new System.EventHandler(this.ButtonRestoreTychoDirectory_Click);
- this.buttonRestoreTychoDirectory.Enter += new System.EventHandler(this.ButtonRestoreTychoDirectory_Enter);
- this.buttonRestoreTychoDirectory.Leave += new System.EventHandler(this.ButtonRestoreTychoDirectory_Leave);
- this.buttonRestoreTychoDirectory.MouseEnter += new System.EventHandler(this.ButtonRestoreTychoDirectory_MouseEnter);
- this.buttonRestoreTychoDirectory.MouseLeave += new System.EventHandler(this.ButtonRestoreTychoDirectory_MouseLeave);
+ this.buttonRestoreTychoDirectory.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.buttonRestoreTychoDirectory.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.buttonRestoreTychoDirectory.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.buttonRestoreTychoDirectory.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// buttonRestoreHipparcosDirectory
//
@@ -434,10 +434,10 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.buttonRestoreHipparcosDirectory, "Restore the Hipparcos catalog directory");
this.buttonRestoreHipparcosDirectory.UseVisualStyleBackColor = true;
this.buttonRestoreHipparcosDirectory.Click += new System.EventHandler(this.ButtonRestoreHipparcosDirectory_Click);
- this.buttonRestoreHipparcosDirectory.Enter += new System.EventHandler(this.ButtonRestoreHipparcosDirectory_Enter);
- this.buttonRestoreHipparcosDirectory.Leave += new System.EventHandler(this.ButtonRestoreHipparcosDirectory_Leave);
- this.buttonRestoreHipparcosDirectory.MouseEnter += new System.EventHandler(this.ButtonRestoreHipparcosDirectory_MouseEnter);
- this.buttonRestoreHipparcosDirectory.MouseLeave += new System.EventHandler(this.ButtonRestoreHipparcosDirectory_MouseLeave);
+ this.buttonRestoreHipparcosDirectory.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.buttonRestoreHipparcosDirectory.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.buttonRestoreHipparcosDirectory.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.buttonRestoreHipparcosDirectory.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// checkBoxEnableDoubleClickCopy
//
@@ -454,10 +454,10 @@ private void InitializeComponent()
this.checkBoxEnableDoubleClickCopy.Text = "Enable double-click ©";
this.toolTip.SetToolTip(this.checkBoxEnableDoubleClickCopy, "Check to enable hover effect");
this.checkBoxEnableDoubleClickCopy.UseVisualStyleBackColor = true;
- this.checkBoxEnableDoubleClickCopy.Enter += new System.EventHandler(this.CheckBoxEnableDoubleClickCopy_Enter);
- this.checkBoxEnableDoubleClickCopy.Leave += new System.EventHandler(this.CheckBoxEnableDoubleClickCopy_Leave);
- this.checkBoxEnableDoubleClickCopy.MouseEnter += new System.EventHandler(this.CheckBoxEnableDoubleClickCopy_MouseEnter);
- this.checkBoxEnableDoubleClickCopy.MouseLeave += new System.EventHandler(this.CheckBoxEnableDoubleClickCopy_MouseLeave);
+ this.checkBoxEnableDoubleClickCopy.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.checkBoxEnableDoubleClickCopy.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.checkBoxEnableDoubleClickCopy.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.checkBoxEnableDoubleClickCopy.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// toolStripContainer
//
diff --git a/OptionsForm.cs b/OptionsForm.cs
index 3f58bb0..43f5cce 100644
--- a/OptionsForm.cs
+++ b/OptionsForm.cs
@@ -9,6 +9,9 @@ namespace Hipparcos_DB
///
public partial class OptionsForm : Form
{
+ ///
+ /// Settings
+ ///
private readonly Settings settings = new Settings();
///
@@ -33,496 +36,118 @@ public OptionsForm()
}
}
+ ///
+ /// Set the information text in the status bar
+ ///
+ /// text to show
private void SetStatusbar(string text)
{
toolStripStatusLabelInfo.Text = text;
- toolStripStatusLabelInfo.Visible = true;
}
- private void SetStatusbar(object sender, EventArgs e)
+ ///
+ /// Clear the information text in the status bar
+ ///
+ private void ClearStatusbar() => toolStripStatusLabelInfo.Text = string.Empty;
+
+ ///
+ /// Load the window
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
+ private void OptionsForm_Load(object sender, EventArgs e) => ClearStatusbar();
+
+ #region Enter event handlers
+
+ ///
+ /// Set the information text in the status bar while entering a control
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameter is not needed, but must be indicated.
+ private void SetStatusbar_Enter(object sender, EventArgs e)
{
if (sender is Control control)
{
- SetStatusbar(text: (control).AccessibleDescription);
+ SetStatusbar(text: control.AccessibleDescription);
}
else if (sender is ToolStripButton toolStripButton)
{
- SetStatusbar(text: (toolStripButton).AccessibleDescription);
+ SetStatusbar(text: toolStripButton.AccessibleDescription);
}
else if (sender is ToolStripMenuItem toolStripMenuItem)
{
- SetStatusbar(text: (toolStripMenuItem).AccessibleDescription);
+ SetStatusbar(text: toolStripMenuItem.AccessibleDescription);
}
else if (sender is ToolStripLabel toolStripLabel)
{
- SetStatusbar(text: (toolStripLabel).AccessibleDescription);
+ SetStatusbar(text: toolStripLabel.AccessibleDescription);
}
else if (sender is ToolStripComboBox toolStripComboBox)
{
- SetStatusbar(text: (toolStripComboBox).AccessibleDescription);
+ SetStatusbar(text: toolStripComboBox.AccessibleDescription);
}
else if (sender is ToolStripDropDown toolStripDropDown)
{
- SetStatusbar(text: (toolStripDropDown).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDown.AccessibleDescription);
}
else if (sender is ToolStripDropDownButton toolStripDropDownButton)
{
- SetStatusbar(text: (toolStripDropDownButton).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownButton.AccessibleDescription);
}
else if (sender is ToolStripDropDownItem toolStripDropDownItem)
{
- SetStatusbar(text: (toolStripDropDownItem).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownItem.AccessibleDescription);
}
else if (sender is ToolStripDropDownMenu toolStripDropDownMenu)
{
- SetStatusbar(text: (toolStripDropDownMenu).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownMenu.AccessibleDescription);
}
else if (sender is ToolStripProgressBar toolStripProgressBar)
{
- SetStatusbar(text: (toolStripProgressBar).AccessibleDescription);
+ SetStatusbar(text: toolStripProgressBar.AccessibleDescription);
}
else if (sender is ToolStripSplitButton toolStripSplitButton)
{
- SetStatusbar(text: (toolStripSplitButton).AccessibleDescription);
+ SetStatusbar(text: toolStripSplitButton.AccessibleDescription);
}
else if (sender is ToolStripSeparator toolStripSeparator)
{
- SetStatusbar(text: (toolStripSeparator).AccessibleDescription);
+ SetStatusbar(text: toolStripSeparator.AccessibleDescription);
}
else if (sender is ToolStripStatusLabel toolStripStatusLabel)
{
- SetStatusbar(text: (toolStripStatusLabel).AccessibleDescription);
+ SetStatusbar(text: toolStripStatusLabel.AccessibleDescription);
}
else if (sender is ToolStripTextBox toolStripTextBox)
{
- SetStatusbar(text: (toolStripTextBox).AccessibleDescription);
+ SetStatusbar(text: toolStripTextBox.AccessibleDescription);
}
}
- private void ClearStatusbar()
- {
- toolStripStatusLabelInfo.Text = string.Empty;
- toolStripStatusLabelInfo.Visible = false;
- }
-
- private void OptionsForm_Load(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- #region Enter event handlers
-
- private void ButtonApply_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ButtonCancel_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void CheckBoxEnableHoverEffect_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelDataTableStyle_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ComboBoxDataTableStyle_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void CheckBoxEnableQuickDownload_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelHost_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void TextBoxHost_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelHipparcosDirectory_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void TextBoxHipparcosDirectory_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelTychoDirectory_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void TextBoxTychoDirectory_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelStartPosition_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ComboBoxStartPosition_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ButtonRestoreHost_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ButtonRestoreHipparcosDirectory_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ButtonRestoreTychoDirectory_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ButtonDefaultSettings_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void CheckBoxEnableDoubleClickCopy_Enter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- #endregion
-
- #region MouseEnter event handlers
-
- private void ButtonApply_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ButtonCancel_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void CheckBoxEnableHoverEffect_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ComboBoxCopyDataMethod_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelDataTableStyle_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ComboBoxDataTableStyle_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void CheckBoxEnableQuickDownload_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelDefaultHost_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void TextBoxDefaultHost_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelHipparcosDirectory_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void TextBoxHipparcosDirectory_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelTychoDirectory_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void TextBoxTychoDirectory_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ToolStripStatusLabelInfo_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void LabelStartPosition_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ComboBoxStartPosition_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ButtonRestoreHost_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ButtonRestoreHipparcosDirectory_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ButtonRestoreTychoDirectory_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void ButtonDefaultSettings_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
- private void CheckBoxEnableDoubleClickCopy_MouseEnter(object sender, EventArgs e)
- {
- SetStatusbar(sender: sender, e: e);
- }
-
#endregion
#region Leave event handlers
- private void ButtonApply_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ButtonCancel_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void CheckBoxEnableHoverEffect_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelDataTableStyle_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ComboBoxDataTableStyle_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void CheckBoxEnableQuickDownload_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelHost_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void TextBoxHost_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelHipparcosDirectory_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void TextBoxHipparcosDirectory_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelTychoDirectory_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void TextBoxTychoDirectory_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelStartPosition_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ComboBoxStartPosition_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ButtonApply_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ButtonCancel_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ButtonRestoreHost_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ButtonRestoreHipparcosDirectory_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ButtonRestoreTychoDirectory_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ButtonDefaultSettings_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void CheckBoxEnableDoubleClickCopy_Leave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- #endregion
-
- #region MouseLeave event handlers
-
- private void CheckBoxEnableHoverEffect_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelDataTableStyle_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ComboBoxDataTableStyle_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void CheckBoxEnableQuickDownload_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelDefaultHost_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void TextBoxDefaultHost_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelHipparcosDirectory_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void TextBoxHipparcosDirectory_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelTychoDirectory_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void TextBoxTychoDirectory_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ToolStripStatusLabelInfo_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void LabelStartPosition_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ComboBoxStartPosition_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ButtonRestoreHost_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ButtonRestoreHipparcosDirectory_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ButtonRestoreTychoDirectory_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void ButtonDefaultSettings_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
-
- private void CheckBoxEnableDoubleClickCopy_MouseLeave(object sender, EventArgs e)
- {
- ClearStatusbar();
- }
+ ///
+ /// Clear the information text in the status bar while leaving a control
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
+ private void ClearStatusbar_Leave(object sender, EventArgs e) => ClearStatusbar();
#endregion
#region Click event handlers
+ ///
+ /// Apply the settings
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
private void ButtonApply_Click(object sender, EventArgs e)
{
settings.UserEnableHoverEffect = checkBoxEnableHoverEffect.Checked;
@@ -536,6 +161,12 @@ private void ButtonApply_Click(object sender, EventArgs e)
settings.Save();
}
+ ///
+ /// Load the default settings
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
private void ButtonDefaultSettings_Click(object sender, EventArgs e)
{
checkBoxEnableHoverEffect.Checked = settings.DefaultEnableHoverEffect;
@@ -548,20 +179,29 @@ private void ButtonDefaultSettings_Click(object sender, EventArgs e)
textBoxTychoDirectory.Text = settings.DefaultTychoCatalogDirectory;
}
- private void ButtonRestoreHost_Click(object sender, EventArgs e)
- {
- textBoxHost.Text = settings.DefaultHostName;
- }
+ ///
+ /// Restore the default host
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
+ private void ButtonRestoreHost_Click(object sender, EventArgs e) => textBoxHost.Text = settings.DefaultHostName;
- private void ButtonRestoreHipparcosDirectory_Click(object sender, EventArgs e)
- {
- textBoxHipparcosDirectory.Text = settings.DefaultHipparcosCatalogDirectory;
- }
+ ///
+ /// Restore the default Hipparcos directory
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
+ private void ButtonRestoreHipparcosDirectory_Click(object sender, EventArgs e) => textBoxHipparcosDirectory.Text = settings.DefaultHipparcosCatalogDirectory;
- private void ButtonRestoreTychoDirectory_Click(object sender, EventArgs e)
- {
- textBoxTychoDirectory.Text = settings.DefaultTychoCatalogDirectory;
- }
+ ///
+ /// Restore the default Tycho directory
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
+ private void ButtonRestoreTychoDirectory_Click(object sender, EventArgs e) => textBoxTychoDirectory.Text = settings.DefaultTychoCatalogDirectory;
#endregion
}
diff --git a/OptionsForm.resx b/OptionsForm.resx
index a24d8e3..71e03d2 100644
--- a/OptionsForm.resx
+++ b/OptionsForm.resx
@@ -121,7 +121,10 @@
12, 17
- 106, 20
+ 108, 19
+
+
+ 65
@@ -130,279 +133,279 @@
CACoCAAAngYAABgYAAABAAgAyAYAAEYPAAAQEAAAAQAIAGgFAAAOFgAAICAAAAEAIACoEAAAdhsAABgY
AAABACAAiAkAAB4sAAAUFAAAAQAgALgGAACmNQAAEBAAAAEAIABoBAAAXjwAACgAAAAgAAAAQAAAAAEA
BAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAgICAAMDA
- wAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAAAAAAAiLi4AAAAAAAAAAAAAAAAAIAAAACLgAAA
- AAAAAAAIsAAAAAAAAIiAAAAAAAAAiAAACACIgAAAiwAAAAAAC4AAi4gAAIuIAAAAAAAAAIAAC4AAAAAA
- CAAAAAAAAAAAAIAAAAAAAAAAAACAAAAAAAAAAAi7m4AAAIgAiAAAgACwAAubmLm7gAALAAsACIAIAAC3
- t7m3ubkAAIAIgAsAiwALm5ube5i3sACIALAIALAAiYt7e5t7m5gACwCAiACAALubm5t7m3u5AAAAAIAA
- AAibe3t7m3m5i4AAAAAAAAALO5ubmLm7e5uQAIAIAAAAC5i3t7m3ubm3sACAC4AIAAe5ubm3uYt7e5AA
- sAiwCAALm3t7m5ubm5uAAIAIgAiACLebmLe3t7e5gAiAC4AAsACbt7m5ubm5iwALAIgIAIAAt5ube3t7
- e5sAAAAACwCIAAt7e5ubm5twAAAAAAAAAAAAube3t7e5AACAAAAAAAAAAAibm5uYcAAIAAgAAAgACAAA
- CLe3gAAAiwCIAAAIgAiwAAAAAAAAC4AIsAAAALAACIAAAAAAAIAACAAAAAAIgACLAAAAiwAAAIAAAAAA
- AIgAAACIuIAAAAAAAAAAAAAAAAAAAAAAAIsAAAAAAAAAAACIAAAAAIuAAAAAAAAAAAAAAIi4AIgAAAAA
- AAD/8D////fx//5//H/8+x8/+cPD//ef+///f//3//gfM93gB7ubwAPZs4ABzbcAAO03AAD/fgAAf/4A
- AHb+AAB2bgAAdm4AAHZmAABmdwAA7LcAAP+zgAH//8AD3//gB7vu+B8z5n/+Z/ef/e/5z8/f/Pwf////
- /P//z/H///DP/ygAAAAYAAAAMAAAAAEABAAAAAAAIAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACA
- AAAAgIAAgAAAAIAAgACAgAAAgICAAMDAwAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAAAAAiI
- sAAAAAAAAAAAAAAAAACIAAAAAAAIAAAAAAAAgAAAAACAAIgAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAACL
- iAAAgAgACACAALubm7gACACACAAACJt7e5twAACAAAgAu3ubm3m4AIAAgAgAm5t7ebubAAAAAAAIt7m5
- uJt7gAAAAAALe5i3ube5gAgIgIAIm7m5t7mzgAgIgAAIuYt7m3ubgAAIgAgAs7m5i5t7AIAIAAgAibe3
- ubeYAAAAAAAAC3m5t7mwAAAAAAAAAIs4m5gACAAAAIAIAACLiAAAgAgAAAgAgAAAAAAIAIAAAACAAIAA
- AIAAAAAAAAAPAAAIgAAAAAAAAAAAAAAAAAD4AAAAAAAAAAiLAIAAAAAA/4f/AP//PwD7/98A9zz/AP//
- /wD/w9sAtwDtAL4AfQDsADcAbAA/APgAHwD4ABoAWAAaAHgAHgBsADYA7AA/AP4AfwD/AO8A28PbAO3/
- twD3ff8A++f/AP//PwD/jf8AKAAAABAAAAAgAAAAAQAEAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ wAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AQEJEJEYEZEZGRkZEJEZEJAYEBkBgRgYEJAYEJEJA
+ YEZAQkBGBGBEJEZEZGBkZAZABkBkJEJGBkBgZGRkQkZGBkJGQEZEBGBCRGQkZGR0BkREYEYEJkYEBAYG
+ RWBkZGBGZGRkZEZAYGBAdCRkZGRkYEZGQkZkZUBCQkBGRmRkZAZkZGR0Z3eGBARGh4RmRkdEQAZmxkh2
+ hCQkJ3aGxmVkJGRkbmZnZXcEBkhojGZGRkYEJGxkSHaGBkRnzo5sZkZkQkRGVmdGdUBgaHeMZkZkZgQC
+ RkZIdXZkZEhnhmRsZs5CQEJAaGdnd3eHZoRkZsZnBAYEZGhld3Z2Z0eGRkbs7EJAZGRndnZ3Z1d3hEBk
+ Zs4EBgBGSHaIh3h4foQkZGbmQkBGAGd3hERESGeEBARHRgRgAGQIZIQgIChXdCQgZEZABkAEKEh2QEBH
+ Z3QAQEIEBgBCQEd2gEBgB3aAYGBAYAQGBAJHd3QgBAh3gAQCQEBCQEJABHZwQEAkBAQCQAYEBCQkBCAA
+ BAIAQAIAQAQAAkJAQCBAQEAEBAJEBgQgZAQEBgQEACAGACBABgAAQABgQkAGAAQEAEBAJABAYEJAAABC
+ QAQgAkAgQEAEIEAAQEBABAAAQEAAQCAGAEAGBCAkBgAGBCAEIAQEAEIEAAAEAAQkJQJQYUQ0JDQFJDRh
+ YEIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAACgAAAAYAAAAMAAAAAEABAAAAAAAIAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACA
+ AAAAgIAAgAAAAIAAgACAgAAAgICAAMDAwAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AQEJEJEYE
+ ZGRkBkRgBgQkQkBkBgQGRCQGQGRCRGQGRkZGBkZEZAYEYEJARkZGRkBgRkRkRkBgBgRkZGRkZGQmQkYE
+ QGRkdGQkQkZGSHdCQleGZkZGRGbGaHgEBneGRkZEJEZmR0hCRH6MZmRmQGRlZ2dEJnyObGZGBgRkZ3hn
+ dIaEZGxuQEJEaEd0dnaGRmbHBgQkZ3d2d4d0BGbmQEJEaGh3ZHeGQkRsBgQCR3dEBHd0BAZGQEJAR3gE
+ IHZ2BgQEBgBCCHdABHd1AEJCQGBARnYEIGVgQgQABgQkAABABAACBABgQEAABAQgQAYEAGBABgYEIABA
+ IEBAYAQABABABCAEBCAABABgAGACQAQCAEBgQCQAQgQEBhJAQkBCBABgAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAKAAAABAAAAAgAAAAAQAEAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAIAAAIAAAACAgACAAAAAgACAAICAAACAgIAAwMDAAAAA/wAA/wAAAP//AP8AAAD/AP8A//8AAP//
- /wAAAACIgAAAAAAIAAAAAIAAAIAIAACAAAAAAAAAAAAAgAAAC7e7gAAAgICJubm4CAAAALt7e5sAAAAA
- m5uYuQAIgAC3t7m3AAiAALm5t7kACICAi3ubmAAAAAAIm3uAAAAAAAAAAAAA8ACACAAAAAgAAAAAAAAA
- AAAAAAiIAIAAAPx/AADv9wAA298AAP/9AAD4HwAAUAsAAPAPAADwDgAAcA4AAHAOAABQDwAA+B8AAP/9
- AADb+wAA//8AAPjfAAAoAAAAIAAAAEAAAAABAAgAAAAAAAAEAAAAAAAAAAAAAAABAAAAAQAAAAAAACOc
- 8AAknPAAKp7wACug8AA1pPEAOabyAEms8gBNrvIAULP1AFK09QBVtPUAWLb2AFq49gBcuPYAYbr1AGS7
- 9gBlvPYAaLr0AGm89QBsvfUAYrv6AGO8+gBlvfoAar/6AG2/+QBuwPoAcMH2AHrG9wBwwfoAesX6AH3G
- +AB+yPsAhcr3AILH+ACByPoAhsr7AIfM+wCIzPoAk8/5AJbR+QCZ0voAndP5AJvU+wCd1PoAndb8AKDW
- /ACl1/wAp9n7AKXY/ACp2vsArdr7AKvc+wCu3PsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAA
- AAAAAAAAAAAAADEjHRYWHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAAAAxFi4AAAAAAAAA
- AAAAAAAAAAAAMxYAAAAAAAAAAAAAAAAAMRYzAAAAAAAAAAAAAAAAAB4jAAAAAAAqAAAnHi4AAAAAACUe
- AAAAAAAAAAAAAAAaMwAAACoKECgAAAAAKBAKKgAAAAAAAAAAAAAAAAAAIwAAAAAKIgAAAAAAAAAAAAAj
- AAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAABQGAgIG
- FAAAAAAAECoAACUzAAAAABYAAAAKAAAAAAgCAgICAgICAggAAAAACgAAABYAAAAuMQAACgAAAAAEAgIC
- AgICAgICAgQAAAAACgAALioAABYAACojAAAABAICAgICAgICAgICAgQAAAAjKgAAFgAAIwAACgAAAAgC
- AgICAgICAgICAgICAggAAAANAAAqAC4zAAAQAAAAAgICAgICAgICAgICAgICAgAAAAAAAAAAMQAAAAAA
- ABQCAgICAgICAgICAgICAgICFAAAAAAAAAAAAAAAAAAABQICAgICAgICAgICAgICAgIFAAAAIgAAGgAA
- AAAAAAACAgICAgICAgICAgICAgICAgIAAAAbAAAWFgAAGwAAAAICAgICAgICAgICAgICAgICAgAAABsA
- ABYYAAAeAAAABQICAgICAgICAgICAgICAgIFAAAAIwAAGiMAACoqAAAUAgICAgICAgICAgICAgICAhQA
- ACoqAAAjKgAAABAAAAACAgICAgICAgICAgICAgICAAAAEAAAMy4AIwAACgAAAAgBAQEBAQEBAQEBAQEB
- AQcAAAAAAAAAAAAWAAAqJQAAAAQCAQEBAQEBAQEBAQECAAAAAAAAAAAAAAAAAAAAAAAAAAQCAQEBAQEB
- AQEBAgAAAAAcAAAAAAAAAAAAAAAAAAAAAAcCAQEBAQEBAQcAAAAADAAAABYAAAAAACgAAAAQAAAAAAAQ
- BQICBRAAAAAAABAqAAAjMwAAAAAAHjMAACoKAAAAAAAAAAAAAAAAAAAMKgAAMyAAAAAAAAAAGAAAAAAK
- IQAAAAAAAAAAAAAADQAAAAAaAAAAAAAAAAAAGDMAAAAqHgAAAAAAACoQAAAAAAAAHgAAAAAAAAAAAAAA
- HigAAAAAAAAeFBkcKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALhgAAAAAAAAAAAAA
- AAAAAAAAAAAWIwAAAAAAAAAAIxYuAAAAAAAAAAAAAAAAAAAAAAAAAAAAKiAYFgAAKioAAAAAAAAAAAAA
- AAD/8D////fx//5//H/8+x8/+cPD//ef+///f//3//gfM93gB7ubwAPZs4ABzbcAAO03AAD/fgAAf/4A
- AHb+AAB2bgAAdm4AAHZmAABmdwAA7LcAAP+zgAH//8AD3//gB7vu+B8z5n/+Z/ef/e/5z8/f/Pwf////
- /P//z/H///DP/ygAAAAYAAAAMAAAAAEACAAAAAAAQAIAAAAAAAAAAAAAAAEAAAABAAAAAAAAIpvvACOb
- 8AAjnPAAJJzwAE2u8gBZtPMAXbXzAF+39ABgt/QAYbj0AH7E9gB8xfgAgMX2AIXJ9wCByPgAhsv6AIfM
- /ACIy/oAiMz6AI3N+QCIy/wAkc74AJLQ+gCV0PgAmtL5AJ7U+gCe1fwAotb7AKTX+wCi1/wApdj7AKXY
- /AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AAAAAAAAA
- AAAAHhcSEgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4fAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAA
- FwAAAAAAAAAAABoAAAAMFwAAAAAXDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAA0KCg0AAAAADgAAFwAAAB8AABIAAAAHAwMDAwMDBwAAABIAAB8AAB4AAAAAAAUBAwEDAQEBAwUA
- AAAAAB8AAAAADAAABwEBAwEDAQEBAwEHAAAPAAAAHwAAGgAAAwMDAwMDAwMDAwMDAAAAAAAAAAAAAAAM
- AQEBAwEDAQEBAwEBDAAAAAAAAAAAAAAKAwMDAwMDAwMDAwMDCQAAFwASDwAXAAAKAwEBAwEDAQEBAwEB
- BwAAGQAPFwAAAAAMAQEBAwEDAQEBAwEBDAAAAAAXGgAAFwAAAwEBAwEDAQEBAwEBAAAXAAAeAAAADAAA
- BwMDAwMDAwMDAwMHAAAAAAAAAAAAAAAAAAUBAwEDAQEBAwUAAAAAAAAAAAAAAAAAAAAHAwEDAQEBBwAA
- ABcAAAAAAAAeAAAPAAAAAAwHCQwAAAAADwAAFwAAAAAAGgAAEgAAAAAAAAAAAAASAAAaAAAAAAAAABoA
- AAAXAAAAAAAXAAAAAAAAAAAAAAAAAAAfAAAAAAAXGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4f
- AAAAAAAAAAAAAAAAAAAAGhISAAAfAAAAAAAAAAAA/4f/AP//PwD7/98A9zz/AP///wD/w9sAtwDtAL4A
- fQDsADcAbAA/APgAHwD4ABoAWAAaAHgAHgBsADYA7AA/AP4AfwD/AO8A28PbAO3/twD3ff8A++f/AP//
- PwD/jf8AKAAAABAAAAAgAAAAAQAIAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAEAAAAAAAAjnPAAWrTzAFy1
- 8wCTz/kAlND5AJ7U+gCh1vsAp9n7AKfZ/ACo2fsAqdn8AKjc/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wAAAAAAAAAKCgoA
- AAAAAAAAAAAACAAAAAAAAAAACgAAAAAABwAABAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAAAAAD
- AQEBAQMAAAAAAAoABAADAQEBAQEBAwAFAAAAAAAAAQEBAQEBAQEAAAAAAAAAAAEBAQEBAQEBAAAACgoA
- AAABAQEBAQEBAQAAAAoIAAAAAQEBAQEBAQEAAAAICgAFAAMBAQEBAQEDAAAAAAAAAAAAAwEBAQEDAAAA
- AAAAAAAAAAAAAAAAAAAAAAoAAAAGAAAGAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoICgAA
- CgAAAAAA/H8AAO/3AADb3wAA//0AAPgfAABQCwAA8A8AAPAOAABwDgAAcA4AAFAPAAD4HwAA//0AANv7
- AAD//wAA+N8AACgAAAAgAAAAQAAAAAEAIAAAAAAAgBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF+4+SteuvqQXrn6xl66+uJeuvr0Xrr69F66
- +uJcufs6AAAAAF259yFduf8LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWr33H1+6+0MAAAAAW7z5Kl66+YJfuvhOX7j5K2C3
- 9yBduf8WX7j5K2az/woAAAAAXrv5il67+vJfuvqXXbn3IQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbbb/B1+5+YReuvrzXbr7fgAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXLj4JF67+pVeu/ryXrr5hVXG/wkAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFq99x9euvrPXrr6wWC6+CUAAAAAAAAAAFWq
- /wZGr/VJRa71hU6x6w0AAAAARa71lESt9a9GrvWERq/1SVWq/wYAAAAAAAAAAFy4+CReuvq8Xrr6z125
- 9yEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABfuPkrX7r66F26+YaAgP8CAAAAAEeq
- 8RJFrfWGRa717EWu9dRFrvSRR6rxEgAAAABHsPc9Rq/1Y0Wu9JFFrvXURa717EWt9YZDrvITAAAAAICA
- /wJeuvt3Wr33HwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF65+sZfufpuAAAAAAAA
- AABFrvZVRa717Eat9axHrfUyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABErPUxRa71q0au
- 9UwAAAAAAAAAAAAAAAAAAAAAWrT/EVq99x8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVcb/CQAA
- AAAAAAAAAAAAAEWv9oxFr/RGAAAAAAAAAAAAAAAAAAAAAAAAAABAgP8EQID/BAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAFWq/wZErvVlAAAAAAAAAABdu/pwXrr6z1XG/wkAAAAAAAAAAAAAAAAAAAAAXrn6X1q9
- 9x8AAAAAAAAAAEOs9C4AAAAAAAAAAAAAAAAAAAAAAID/AiKd8FMjm/CpI5zx5SOc8P0jnPD9I5zx5SOb
- 8KkinfBTAID/AgAAAAAAAAAARq7zFkWu9NlGrvaHAAAAAICA/wJeuvq9Xbr5hgAAAAAAAAAAAAAAAF+9
- +CNeu/ryXLj4JAAAAABFrvZVRa715k2z/woAAAAAAAAAACSc7zEjnPDOI5zw/yOc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPDOJJzvMQAAAAAAAAAASa32HEau9edEr/ZWAAAAAFy4+CReuvrxX734IwAA
- AAAAAAAAX7r6l166+pMAAAAAS7TwEUWu9epErfREAAAAAAAAAAAimvJMIpzw9COc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD1JJzuTQAAAAAAAAAARK30REWu9epLtPARAAAAAF+6
- +pRdu/qZAAAAAFW//wxeuvrzXLj4JAAAAABGrvaHRa71qgAAAAAAAAAAJJzvMSKc8PQjnPD/I5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD1JJzvMQAAAAAAAAAARa71qkWu
- 9ogAAAAAYrz4Il66+vNVv/8MXbr5VV66+sgAAAAAQJ//CEWu9etHrfUyAAAAAACA/wIjm/DNI5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8knPDQAID/AgAA
- AABErPUxRa/14VWq/wMAAAAAXrn6mlu8+SpeufqWXrn5gAAAAABErPRHRa710gAAAAAAAAAAJJvwVCOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc
- 8P8km/BUAAAAAAAAAABAn/8IAAAAAAAAAAAAAAAAAAAAAF+6+oxeuPtBAAAAAEau80JGrvViAAAAAAAA
- AAAjnPCqI5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5zw/yOb8KkAAAAAAAAAAAAAAACAgP8CAAAAAGbM/wVguvglAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAACOc8OcjnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw6AAAAAAAAAAARK30Wkat9awAAAAAXbn5LF66++NatP8RAP//AQAA
- AABFrvc/Q67yEwAAAABAgP8EI5zw/SOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD9M5n/BQAAAABFrfVORK70wgAAAABiuvUaXrr69l66
- +vhgv/8YAAAAAEWu9cNGsPVNAAAAADOZ/wUjnPD9I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P4rqv8GAAAAAESu9U9FrvTBAAAAAGK6
- 9Rpeuvr3Xrr66mC5+SgAAAAARq71sEau9WIAAAAAAAAAACOc8OgjnPD/I5zw/yOc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw6AAAAAAAAAAARq/1ZkWu
- 9aoAAAAAXbn5LF66++ReuvrHXrn8TAAAAABFrfWGRq/0jwAAAAAAAAAAI5zwrSOc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8knPCsAAAAAAAA
- AABGr/SPRq72hwAAAABeufxMXrr6yF27+plduvt+AAAAAESt9UtFrvXSAAAAAAAAAAAknfBWI5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/ySd
- 8FYAAAAAAAAAAEWu9dVFr/RDAAAAAF27+YNeufqSX7v5Vl66+sUAAAAASbb/B0Wu9e9DrPQuAAAAAACA
- /wIinPDPI5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc
- 8P8jm/DSAKr/AwAAAAAAAAAARK/2U0m2/wcAAAAAXrz7OV26+jRbtv8OXrv68ly4+CQAAAAARq72h0Wv
- 9qIAAAAAAAAAACOb8DMjm/D2I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5vw9iKd8DQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABeufpfXrv3HgAA
- AABLtPARQ7H0FwAAAAAAAAAAAAAAACSb708jm/D2I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5zw/yOb8PYjnO9QAAAAAAAAAABFr/RDRa/1tQAAAAAAAAAAX7n6cWC7+jgAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAR7H4JEKq9hsAAAAAAAAAACKd8DQjm/DSI5zw/yOc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jm/DSIp3wNAAAAAAAAAAASa32HEWu9eRGrvZYAAAAAGK8+CJeuvrzYrz4IgAA
- AAAAAAAAAAAAAFy4+i9eufqlgID/AgAAAABFrvV+Ra711kWx9RoAAAAAAAAAAACq/wMjnPFYI5vwriOc
- 8OojnPD/I5zw/yOc8OojnPCtI5zxWACq/wMAAAAAAAAAAEmt9hxFrvXURa72iAAAAAAA//8BXrv6vl26
- +YkAAAAAAAAAAAAAAAAAAAAAbbb/B166+tBeufmAAAAAAAD//wFErvaKRa715ket80EAAAAAAAAAAAAA
- AAAAAAAAAAAAACuq/wYrqv8GAAAAAAAAAAAAAAAAAAAAAAAAAABGrvNCRa715EWt9okA//8BAAAAAF+6
- +YFeuvrSYL//CAAAAAAAAAAAAAAAAAAAAAAAAAAAX734I165+edfu/ppAAAAAAAAAABFr/ZZRa7160Wu
- 9KZHrvQvAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASbbtDkWu9d9ErfRaAAAAAAAA
- AABfu/ppXrr66V259yEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXLj6L165+edeufmAgID/AgAA
- AABAs/IURa32iUWu9bEAAAAAQK/vEESu9GFErPRHRa/0Rkau9WJFr/aMRa71z0Wx9RoAAAAAM5n/BQAA
- AAAAAAAAZrv/D166+tRevPkuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAX734I165
- +tFdu/qkAAAAAAAAAAAAAAAAAAAAAAAAAABHsfgkRa71sUWu9clFrvXHRq71sESu9opGr/VJSbb/BwAA
- AAAAAAAAYrz4ImG2/xUAAAAAVar/AwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAYL//CFy4+i8AAAAAXrv3Hly4+CQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAXbn3IV+5+o9eu/ryXbn5WAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABduvpgXrr68166+sReuvt9Xrn8SV68+CZduf8WAAAAAAAA
- AABfuvtDXrr7fV66+sVeuvr0Xrn6mmC6+CUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABbtv8OXrn5V166+ptduvrKXrr66166
- +vcAAAAAAAAAAF66+p5du/qZXrn5V1u2/w4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAA/+AT//8gEP/8P/g/+GEGH/CBAR/zD/Hn9z5+Y83gBiOIwAMRkYABiRMAAMgiAABEJgAAbyYA
- AHT+AABkJAAAJCQAACQmAABkJgAAZCYAAGQiAABkEwAA/5OAAZn8wAMRxGAGI8Q+fCPjD/jH8IgFj/j4
- Bl/8n/h//4DA///Aw/8oAAAAGAAAADAAAAABACAAAAAAAGAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAUrX2ClCz9ghat/ggXrr6k165+a5eufm8Xbn7ul64+3FQsvcLXbn5PVi3
- +jVStPcPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEyx9gFTs/cyXLv5f1K0
- +DBNs/YPULL2Ok+x9h5QsfURT7H4DVGw9w1IrfUBU7X3Vl25+ZBduviMVLf4M062+AIAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAATrP2BVe491pcufmsWrf4Skau9Q9Bq/QDRK70Qkeu8DZAq/ECQ630dEOs
- 9HNErfRBQav0BUiu9RdXtvdKXbr6qlq5+FtNsvYGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXrj5b1q4
- +ZdIr/UaQ6z0IkWs82xFrfWyQqz0kkKq8j07p/IDQq31NEKs9FtBrPSSRK31sUSt9FhBrPQIR672F1W3
- +DhNsvcJTbL2BQAAAAAAAAAAAAAAAAAAAAAAAAAAV7z7W0mu9RsAAAAARa71ekKs9HdAqvMoAAAAAAAA
- AAA2pfIBNaXyAQAAAAAAAAAAPqn0Jz+q8z0+qfMLQaz0JQAAAABUtPowWLv5Wky1+AIAAAAAAAAAAFKz
- 9yNWuPcjRrD2AUGr9BE/qvMIPqr0Hjuo8wg3pvIBJ57wTied8JUnnvC6J57wuied8JUnnvBONqbzAQAA
- AABBq/MNRK30pkGr9DJFrfUWXbr6qlG2+DMAAAAAUrX3EF67+Y1XtvhKQ630IUSt9ZxHr/o0OKbzBCuf
- 8TojnO+8I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zwvCuf8Do3pvIERaz1P0Su9ZxCrfMhV7b4Sl67
- +Y1Os/YQVLn6NV25+ZBJr/UWR7Dza0Gs9HU7qPMIK5/xOiKb8Mwim+/9I5zw/yKb7/4jnPD/Ipvv/iKb
- 7/4im+/+I5zw/SOb780rn/A6OafzCEGr9HZHsPNrR671Fl66+ZBSuPo1W7v6ZlO0921CpfoGRa31sT+q
- 8yc4pvIBI5vvuyKb7/0im+/+I5zw/yKb7/4jnPD/Ipvv/iKb7/4im+/+I5zw/yKb7/0jm++9NKXyATyo
- 8ydErvWrPqnzA1Kz91xau/pFXrn6ik+y9zhDrPQ0Qqz0iAAAAAAonvBPI5zw/yOc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/J53wTwAAAAA7ofkEAAAAAAAAAABHrvUHVLT4PEmu
- 9hBBq/MYPanzJAAAAAAnnvCWI5zw/yKb7/4im+/+I5zw/yKb7/4jnPD/Ipvv/iKb7/4im+/+I5zw/yKb
- 7/4im+/+Jp3wlgAAAAA6p/IhPanzQUOs9Axat/hpUrL7CQAAAABCrPYjPqvyCjal8wEnnvC6I5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/Jp3wujCi8QE/qvQ8Qaz0jUyw
- 9A9euvm8Xrv7vk+0+A1DrfSOQq30PTSl8gEnnvC6I5zw/yKb7/4im+/+I5zw/yKb7/4jnPD/Ipvv/iKb
- 7/4im+/+I5zw/yKb7/4im+/+Jp3wuzCi8QI/q/Q/Qqz0jEyw9A9eufm9Xrn6sE+x9xxErPR0Qqz0WgAA
- AAAnnvCXI5zw/yKb7/4im+/+I5zw/yKb7/4jnPD/Ipvv/iKb7/4im+/+I5zw/yKb7/4im+/+Jp3wlwAA
- AABAq/NbQqz1ckuv9h5dufqvXbr6l06y9zhDrPRDQaz0kAAAAAAonvBQI5zw/yKb7/4im+/+I5zw/yKb
- 7/4jnPD/Ipvv/iKb7/4im+/+I5zw/yKb7/4im+/+J57wUAAAAABAq/SSQq30P0ux9jpdufmUXrr6Z1O0
- +GxBq/QGRK31sj2p8yU1pfIBIpvwvSOb8P4jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOb
- 8P4im/C/MqTyAQAAAAA+q/QuOqfzA0mw9hVXt/knVrX6L125+GRHrvQIR7DzUD6r8y4AAAAAKp/xOyOb
- 784im+/9I5zw/yKb7/4jnPD/Ipvv/iKb7/4im+/+I5vw/iKb784pn/A8N6byCD2q8z46qPMWQar0Dk+y
- 9ipJr/UGTrL3BU2x9g9ErfQBQqzzBEGt9RBAqvUVN6byBCqf8Dwim++/I5zw/yKb7/4jnPD/Ipvv/iKb
- 7/4im+/+Ipvwvymf8Dw0pPIERKz1PkWu9ZU/qvQbWrj3R1+6+XxPsvYJAAAAAFGz9xJcuPmNRq71GUGs
- 9C9ErfWqQq70PTim8gg0pfIBJ53xUiad8JkmnfC8Jp3wvCad8JgmnfFRMqPyATem8ghEq/U+RK31qkCr
- 9DNErPUYXrv6rFK0+DQAAAAAAAAAAEqw9QFZuPhbWrf4k0eu9RpAq/QzRa71nUGr83Q+qfMmAAAAAAAA
- AAAwovECMKLxAgAAAAAAAAAANqbxAUKt8UtErfSbP6r0M0Wt9RpauPiUW7j5XE6y9wEAAAAAAAAAAAAA
- AABMsvYGXbj5d1q3+JNFrfQZQKz0I0Ov9GxFrfSQOKfyAz6r8So/qvM6QKvzOUCr9FlAq/SOQK3zDz2q
- 8h8+qfMfRa32Al24+2Jeu/lzSrD1BgAAAAAAAAAAAAAAAAAAAAAAAAAATLL2Blu6+VxduvqMQqz0AUWt
- 9Ag9qfMCPKn0BkKt9U9BrPSSQqz0kEKs9XVCrfRCPKjzBkSs9BZauPdJWLT7HEOs9QEAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE6z9wFStPgSSrD2D125+GVRs/dsTLH3OEuw9htKsPgNAAAAAEOs
- 9RBMsPY3UbP3bF25+Y9euvmNT7L2IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAASbD2BlS0+S9duPpnXbr6mV26+bFduvq9AAAAAE+y90NduvqPXbj6Z1S0+TZOsfYQAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAA/AA/APAADwDgAAcA4AADAORmEQCAAIEAAAAAAAAAAAAAAAAACAAWAAgA
- EABAAAAAAAAAAAgAEAAIABAAAAAQAAQAAAAAAAAAgAABAIBmAQDAAAMA4AAPAPAIHwD8CD8AKAAAABQA
- AAAoAAAAAQAgAAAAAACQBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVLb3EFGz
- 9gtduflaXrn5mF65+aFdufufXLb7QFS19iRbuPtUVLX3HAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAATrL2ClW1905cufmKS7H2GUmw9RpJr/QeSK70CUiu9htJrfYVRq70Fle291hcufmXV7r5Tk+1
- 9woAAAAAAAAAAAAAAAAAAAAAAAAAAFCz9gpbuvh/VbX4fEyw9Q5DrPQ7RK30g0at8mxAqvEFRa71dEWu
- 9IpDrfSDQqz0O0qw9Q5Vtfh4Wbn3PAAAAAAAAAAAAAAAAAAAAAAAAAAAUrX4QVO0+FFDq/QGRK31dUOs
- 9H4/qfMrOafyDzem8gE4pvIJOKbyET2p9CtCrPRhQKr0E0Ks9BVGrvUKWLf6Nk219woAAAAAAAAAAFO0
- 9ydOtvcLQqz0Bz+q8wo/qvQqOqfyBjCj8Roqn/FsKZ/wmSmf8Jkpn/BsMKPyGgAAAAA/qvMKRK30i0Gr
- 9BpUtfd3Vrr5TgAAAABUtvcdXLr5l0uw9A5ErfWDRa74Qzal8gomnfBvI5zw7yOc8P8jnPD/I5zw/yOc
- 8P8jnPDvJp3vbzWl8gpDq/RKRK70g0qw9A5cufmXUbT2HVi6+1tXtvhaRKz1O0Os9H06p/IGJp3wbyKb
- 8PAjnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jm+/wJp3vbzem8gZCrPR9Qaz0Olm391hWuvtWXbn5h0mu
- 9i1DqfeDPqnzKzGi8Rojm/DvI5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOb8P8jnPDwL6HxGjun
- 8x0+p/Y6Qav0E0+z9ilZtvlXR631FEOs80Q4p/MKKp/wbSOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5vw/yOb8P4onvBsM6TyAjqn8yE9qfMJU7T3N0+x+QZCq/UFQKv0GTem8gIpn/CZI5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jm/D/I5vw/iee8JozpPILRK30hkOs9B9eufihXrv7okiv
- 9h9FrvWIN6bzCymf8JojnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOb8P8jm/D+J57wmjOk
- 8gtErvSIRKz0H165+KJeufqZSK71I0Wt9Io4pvMRKZ/wbiOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc
- 8P8jnPD/I5vw/yOb8P4onvBuNKTyEUWu9IpDrPUjXbn6mV26+odIr/YtQ6z0hDyo8yowovEbIpzw8COc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5vw8C2h8Rs1pfISQaz0XESt9BxduvlhWrf7V1e2
- 90RDrfQ7Qa30VQAAAAAmnPBwI5vv8SOb8P8jm/D/I5vw/yOb8P8jm/D/I5zw/yKb7/ElnfBxNaXyBjmn
- 8yE7qPMFRq31F0qw9QtPs/cNTrL2D0Ot8wNBrfQLP6r1EzWl8gslnfBxI5vw8COb8P4jm/D+I5vw/iOb
- 8P4jm/DwJZ3wcTOk8QtDq/RJRK31dkiu9QpdufmGUrT2DwAAAABTtPgqVbX4c0Ks9BlDrfSRQq30STem
- 8gYuovEcKJ7wbyee8JsonvCbKJ7wbi2h8Rw2pfIGQ6v0SUOt9ZJAqvQbVLX3e1i4+U8AAAAAAAAAAEyx
- 9gpcufiAU7T3VUGr9BtErvSEQqzzezuo8hk0pfEEM6TyCzOk8gs0pfIRNaXyDkGu8C1DrPSBQKr0FlK0
- 91FcufiATrL3CgAAAAAAAAAAAAAAAE2x9gtcufiAVLX3cz+r8wNAq/Q4O6jzLEKu8zJErfSIRa70h0Su
- 9YpCrfROO6jzAkiu9QtRsfkJUbP4R0yx9gsAAAAAAAAAAAAAAAAAAAAAAAAAAE+z9wpXt/kqS7D1EFa2
- 90RErfUoRK31GkOs9R46qPMXQqv0H0Ss9S1WtfdZXbn5llGy9yMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAABKsPUNWbb6V125+YddufqaXbn6ogAAAABWtvhfXbn5h1m2+lxRsvYeAAAAAAAA
- AAAAAAAAAAAAAAAAAAD4AfAA4ABwAMAAcADAABAAgAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAACAAAAAAAAACAABAAgAAQAMAAMADgAPAA+CHwACgAAAAQAAAAIAAAAAEAIAAAAAAAQAQAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVrf3GFS19xVeufmJXrj5iF65+4VVsvkRXbr6ala2
- 9y4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPtPYHWbf4hle2+GVCrPQBQ630M0Os8QNCrPRQQ630M0eu
- 9QpWtvhqW737hk+z9ggAAAAAAAAAAAAAAAAAAAAAXrn5kUmv9SJErPRURa31lD+q81k7p/IEPqr0KD6q
- 81lErfWTQqz0F0iv9h5Ps/gMTrP2BwAAAAAAAAAAUrX3H0ey9wJAq/QLQKv0NAAAAAAsoPE/LKDxeSyg
- 8XksoPE/AAAAAD2p8wdDrfRxRq71HFu9+4YAAAAAVrf4Lla2+GpFrvRURK32TTSk8hMjnO+8I5zw/yOc
- 8P8jnPD/I5zw/yOc77wzpPETQ6v0UUSu81RWtfhqU7b3L1u7+4dIrPgLRa31kwAAAAAjm++8I5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zvvQAAAABErfWRRq30CVu7+3Beufp4Q6z0Ij+q9E0toPE/I5zw/yOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8rn/E/N6P1AgAAAABIrvUKTLD4BEGr9Q86qPIELKDxeiOc
- 8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/KZ/wejuo8yo+qvNbXrn4h1+7+4hCrPRcPqr0Kyug
- 8XojnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/ymf8Hs7qPMtP6rzWl65+IhduvqKQqz0ND6q
- 81gsoPFAI5zw/yOc8P8jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8qn/FAPKnzWT+r9DJdufqKXbn7hkeu
- 9QpErfWRAAAAACKb8L0jnPD/I5zw/yOc8P8jnPD/I5zw/yOc8P8im/C+AAAAADqo8xQ7qPMBULP3G1Gz
- 9xdKsPUHQ67zCj6q9Q8zo/ITIpvwviOc8P8jnPD/I5zw/yOc8P8im/C+MaPxFEKs9FBBq/RDV7b4YVW1
- 9xYAAAAAWLb5akiu9SBDrfV3Qqz0UAAAAAArn/FBKZ/weymf8Hsqn/FBAAAAAEKr9FBCrPV5Rq31IF67
- +4gAAAAAAAAAAE+z9ghdufmZR671IEKu9FZFrfSDN6fxBDqo8yo7qfMqO6nzVj+s8QpAq/RPR672A166
- +ZVMsfUIAAAAAAAAAAAAAAAATrL2CF26+2tIr/UHRKz0CT2q9Ak+qvReP6r0XT+r9DRDrPQKV7b4aFGy
- +BsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATLH2GF24+4ddufqKXbr6hwAAAABeuvp9Xbj7h1O0
- 9y8AAAAAAAAAAAAAAAAAAAAA8A8AAMADAADAAQAAhCEAAAAAAAAQCAAAAAIAAAAAAAAAAAAAAAAAABAI
- AAAAAAAAhCEAAIABAADABwAA8I8AAA==
+ /wAEBkQkRkQkRkJEJEJGBkYERgZCRAZGRGBkRkQkBGRmRkZmd3Bnd2RkBGx2dAZ+RkZCRnR0Z8hmbARk
+ dndnZ0bGQgR3d3h3RG4EQmdkRnZCREIEdHAHVwQkBABncEJgQARCQABABAAkAgQkBAJAYEBABAACBAAE
+ AgQCQkBAJAJAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAoAAAAIAAAAEAAAAABAAgAAAAAAAAEAAAAAAAAAAAAAAABAAAAAQAAAAAAACQT
+ AAAqFQAALRgBADIaAQA5HQEAPR4BADkfBAAxHw0ANyAHADogAgA9IQEAPSEEADwgCQA1JBMAOSYTAEAf
+ AwBAIgIARSEBAEIkAgBGJQEAQCIFAEEkBABFJgUASCIAAEklAgBNJgEARigFAEopAgBOKQIASikGAE4r
+ BABAIgsAQiUKAEkoCgBNKQoAUSYBAFIpAgBVKgEAUS0CAFUtAgBRKgQAUi0FAFYtBABYKwIAWS0CAFwu
+ AgBZLQQAUCsJAFIsCwBVLgoAWC8LAFYwBABaMQIAXTECAFowBQBdMQQAXTQFAFEwCwBWMAkAWjILAFwz
+ CwBZMQwAXDMOAEItFgBPNxwAVzwfAFk+HwBgLwIAYC8FAGIxAgBlMgMAYjQCAGU0AgBhMgQAYTUFAGU1
+ BABpNgIAaTYEAGU4AgBpOQIAbjkCAG49AQBpOAUAbjoFAGs8BwBgNgsAZTsLAGI5DQBlOgwAajgKAGo9
+ CQBwOAIAcT4CAHU8AgByOwQAcT0FAHU9BABxPQgAejwLAGYuEABkOhIAZjwaAHM9EAB9OhAAQDIjAEg7
+ KwBYPyUAakAMAHVCAwB7QgQAf0kHAHRBCAB4QggAdUAWAH9KFQBhQiAAZ0orAGpNLQBwTiUAZk42AGtO
+ MQBrUTYAY1A7AHxcNABzVzkAc1k8AGBTRQBnWEgAa1xLAHZdQwBwXkoAZ1xQAGleUwB8YUIAdmJLAHpn
+ VAB0aFoAeGpbAH5wYQB9dGsAgkUEAIRJBACKSwQAhUsIAItMCQCQTgUAk1IEAJtVBQCbWAUAklQIAJlW
+ DACXXQwAnlgLAINVHgCkWwQAqV0EAKFdCQCeYg0ApWAFAKphBACwYwQAu2cDALRoBAC6bQQAvXQHAIlj
+ NACCZD8AjWk7AMVuBADDbgkAynQEAMZ4BQDMfgcAzncJANF9BACCZkYAimpCAIlvTgCLcEwAlnZPAIJs
+ VACJb1UAjXRWAIlyWACSel0ArX5DAKR+UwCJdmIAinllAJN8YgDLiAUA04QDANKMBgDTggsA3IkNANKW
+ BQDNii4AxYczANWkOgCbgF8Au4tLALSMXACVgGUAnIRnAJ6HagCPg3UAlIRyAJqJcgCai3oAoYdpALaS
+ YgCrln8AtZdxALWbdwC0m3kAvqB5AMeSSgDBoXoAnpOHAJaQiACfmZAAopSDAKqZhACnmYsArJ6LALef
+ hAC2oYUAtaKMAK6hkgCvqJ8AtqSQALuqlACzqJsArqihALOtpAC4rqAAv7WnALWxqwDJq4YA1rWGAMK1
+ owDJu6YAwbmtAMO+tgDZx6kAy8G1AMTAuwDLw7gA0sa0AODLrgDs27wAAAAAAAAAAAAAAAAA////ACAg
+ IiIiMTExMTMzMzMzM2VWWFhYWGYzMzMzMzMzMzMzBRAQEBgYGCYlJSYuOSY5Ji5KSk5KOS4mLiYuOSYu
+ Li4FEBAYMRguJiUmLi4mJiYmJkpUTk5KSkouLkouLjMuJhglGCYmJiYmLiY5LjQmJh85VF9UX2JUTkpO
+ Wko5Li4uLi4uLiYmJjNKJjkmHyYmEB9UVFRUYl9fX2dyTko5LjkuSkpHLi4mSkpKSjMfEBYFECZKSkpU
+ cXFubl9fSkouOUpfXl9OR0dKTl9TLh8QEAUWEGgmOV5ubpCNbl9fY1YuXo1ujV9Kc5FiX1RWLhsWBQUQ
+ GBg5jZGRkZGOkV5aLi5UX1+Sj4+ZlF/i1L72EBAWBRAfeeG72pGSlJGRcUouSiYfJpGUqa6cVOS2guxr
+ FhYQHznStMrvlJSTkY1uVE5UOSY5kZzDwpFY5HmH4XgFEB80X9jJ8PqkoZ+RjW5ubm4mHyZUlpyhjlTo
+ fnnseRgiJjld1cbF+62klZORjpGTkxAQFhBKcW9xU+R5dul5HzQ0bF3Xutn7rKCOk5uVlJuhFgoWEDRK
+ VFM5335+0HYmOTlTU+ia0/Wflo6do6CcoqsWBRYQJjk5U1P2sLW83ri+vszk8bGm+XFdXZafoJypxxYF
+ FhAbNDldb/Kzhr2IvH6zp3ezfLP4NDk5b5WkqavBFhYFEB8fXXFv1qjL0YeH0Lm5huG5t/E7HydTb5+v
+ wMQWBRYWFh80bG3jyLDl+PPe4d/h88/h8zsWGx85caTBvxAWBQUWFhsmNOjQhu10Gx8WFhb2e87zEBsQ
+ Gx85mJ2WEAVkEAUFFhYb1L6C4XQbEAoDA+qAi+sWIhYWFh8nNDUWBQUFBQUFChbzQ9HldBYKAwMC3X+E
+ 5gUKCgQKFhYbGwUFBQUFAwMDCt6Bg+ZBAwMDAgLciYTrCQMDAwoWFgoWBRYFFgUWBQMDi4nO3kAFAwMB
+ Au6FjPgBAwUDAwoKBQUWFhAbFhYFAwUPg4qKAwMCAgIBDmlqCAEBAwMFAwMDBRAQGxYWBQMDAwMDAgMB
+ AwICAgECAQMBAQMDAwMDBQMDFhYWFgoDAwMDAgICAgICAgIBAgEPIAUCAgMDAwMDAwUWBRYFAwMDAwEB
+ AgEBAQIBAQIBAwMIAgMCAwMDAwMDAgUFBQoDAwMBAQEBAQEBAQMBCAMDAwICBQIDAwICAwICBQMDCgMC
+ AgEBAQEBAQEBCAIDAgICAgICAgIDAgICAgIDAwMBAgEBAQEBAQEBAQEBAQEDAQMDBQECAgICAgIBAQIC
+ AgIBAQEBAQEBAQEBAQEBAQMCAgIBAgEBAgEBAQEBDw8PDw8ODg4ODg4ODg4ODmkODw8PaQ8ODw4ODg4O
+ Dg4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAACgAAAAYAAAAMAAAAAEACAAAAAAAQAIAAAAAAAAAAAAAAAEAAAABAAAAAAAAIhIAACQT
+ AAAmFAEAKRUBACwWAAAtGAEALRsIAC8fDwAxGgEANBsBADIcAgA1HAEANR0GADkdAQA8HgEAMB8PADke
+ CQA6IAEAPiEBAD0gBAAxIA8ANCIPADkkEABAIgIARCIBAEEkAgBFJQIAQiMFAEciBQBCJAQARiYFAEgj
+ AgBJJQIATCYBAEwnBQBHKAYATigCAEwqBABAIggARSUIAEgmCABMKAgASS0PAFEnAgBRKAIAVSoCAFIt
+ AgBWLQIAUSsEAFItBABVLQUAWCsCAFktAgBcLgIAWCwEAFEnCABQKggAUC8IAFUsCABYLgkAVzACAFow
+ AgBdMQIAWjIFAF0xBABfNgQAWTAKAFwyCABfNQgASS8TAEgxGgBfNRAAWTsZAGEyAgBhNgMAZDUDAGEy
+ BABkMwQAYzUFAGY1BABpNgMAbTYCAGk1BQBsNwQAZjkGAGg6AwBvPAIAajgEAG06BQBsPwcAZjIIAGA1
+ DQBoNggAYzgLAGU5CgBiOA8AcToDAHU9AwByOgQAcT0EAHQ9BQByPQgAYzwQAGlADQBxQQUAd0MFAH1C
+ BAB/RQcAfkgDAHRECQB4QwgAe0QJAGtBEQBlRB4AdkAVAE5BMQBUQjEAWUg2AG5KIQBlSCkAa00uAGZN
+ MABzWDcAe1w1AHBVOgBbT0QAZFdKAHNeSABqX1IAemFGAH1iRAB3YkgAfGRIAHxkTABvYFAAbWJWAHJk
+ VQB9alUAeGpbAHlvYwB+dWsAgUYGAIRIAwCCSAQAhkkFAIVNBACJSwUAiU0FAIxNBQCGRggAhkkIAINO
+ CQCKSwgAkEsEAJJQBgCUUQUAllQFAJxVBwCZWAcAnlsEAJNRCgCTVQ8Am1gJAJxaCQCESxAAhVMYAKJY
+ AwChWQUAo1wHAKZeBQCoXwQAqWMEAK5hBwCuZgQAs2ECALBnBAC8awMAtXMKAINcKgCXZicAgmM8ALBx
+ IgCpeDsAwWsEAMFyBwDAeQoAgWRBAIdpRQCIaEAAgWhJAIJqTQCGclkAiXVbAJN7XgCEdGEAhXZkAIh2
+ YQCOfmsAknpiAJV/ZQCGfXQA0oEDANmEDADSkwQA1I4QANCHGgDEgysAz40pAMmKLACjgVcAo4RdAKiF
+ WACtiVwAloBkAJmAYgCahm8Ak4Z3AJqLegCqkncAo5J+ALubdQCYjoQAmZGHAJ2ThgCglIYAppeGAKeY
+ hwC2n4AAqp+QAKyfkACon5QAraCPALSgiACxoYwAt6WOALimjgCxopAAsaWXALqpkgCzqJwAv7SkANu6
+ iADAsJ8AyLWaANS4kgDBtqkA4sKTAMjCuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AJycqKjk5
+ OTxDQzxcQ19fX0hDPDxDQ0NDDxkZIyMuLi41NS41P05OTj81NTU1NTU1IyMjLC4uNTU1NS4uP1lkWVld
+ Tl1OPzU1LjU1NSxOPzU/Iy4ZI1lZWV1kZHNdTj8/Tl1SSjU1XVlDIxQPFE4/TmpsbGpkXV0/ZGxrUl2Z
+ ZllOLhkUFCMjTpCQlZVsYk41Tl2amp6pZPPH4xQUDxl5292inKGVZk5ONSNsr8uqXe2G8BQZGUPS1fW2
+ qZxsamRkLi5ko7mVVdx97RkkOlnSz/fQr6OVkJWcGRQZP2pqcdh44yMuP1rTt/LQpJSrqZ6vFBQZLlVO
+ Z+2C5oK8vLzps/S0bZCwqq/OFBQZIz9Zpu+/ioB7vHzXtex3P2qjsbjNFBQUJkJumOnCxcbF1tbx1upy
+ Ji9qq8rMGRQUFCY/aOq89sDAhHjjw/hJJiYjarqyFBkuFBQaJuuG6CMZFAveiedGGRQaJkJVFAsPCwsS
+ RtrF6BQSBgaMf99HEgsUFCYUDwsUDwsLC9/F2RIGBAPJfo11BgYSEhIUFBkZFBQLC3aLhwYGBAN0h4cH
+ BgYGCxIGGRkUFBIGBQYFBQMGAwMDEQcDBQYLBgYLFBQaEgYFBQMDAwMFAwMFEQUGBQYFBgYGDxQSBgYD
+ AwMDAwMDBQYDBQUFBQUFBQUFCwYLBgMDAQEBAwMFAwUFBQUFBQUFBQMDBQUFAwMDAQEBAQMDAwMFBQUF
+ AwMDAwMDFhYWCAcICAgICAcICBYWFhYWFhYIEQgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAKAAAABAAAAAgAAAAAQAIAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAEAAAAAAAAhEgEAJBMAACYU
+ AQApFQAALBcAAC0YAQArGwoALRwKADAZAQA0GwEAMxwDADYcAQA5HgEAOB0GADEeCgA6IAIAPSABAD4h
+ BQBBIQEARSIBAEAkAgBFJgMARCUEAEkjAQBMJwIASyUFAEooAwBMKAMASykEAFMqAgBVKgIAUiwDAFUs
+ AwBQKQQAVSsFAFQuBABZKwIAWS0CAFguBgBcLwQAXzECAFwxBQBcMggARzMeAGAvAgBhMgIAYzcDAGQ0
+ AwBgMwQAZDMFAGI2BABlNQQAaTYEAGc4AwBmOgQAazkFAGw5BABpPAcAZDcIAGE2DABvOwgAcjsDAHE7
+ BgBxPgUAdT4HAHo/BAByOwgAcz0JAE0/MAB3RgYAeUAFAFBCMgBtTCgAblI0AGJRPgBxVzsAXFBDAGFV
+ RwBoXFAAc2FLAHZjTQB1ZVUAfmtWAHlpWQB6bV0AgUYFAIZKBgCISwYAik0FAJBTBACXUwcAllYGAJ9W
+ BgCjWgMAol0FAKRgBwCqYQYAqmUEAK9mCAC3ZQMAtmYEAIdmPgCVbTwAgWZHAIlqRwCDaUkAkm5FAI9w
+ TQCZc0IAh3BVAIhwUwCPc1EAj3VVAIFwWwCIcloAi3RZAIx3XgCse0MAq35DAIh1YACLemcAjHllAJB4
+ YADQiwUAzYUUAJuAXQChgVoAl4RsAJ2FaACdi3IAnY56AKeHYQDJlE0Ay55dANWlXgCmloIAopWFAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wASFxoiIicnKys7
+ OycnJycnFxoiIicnJyIuOTkuLjsnJyctJycuKxoXIjk5QUFDLis+QjU+Pi4iERciPldXVkMnLkJdYWt7
+ eBcTSYR2W1g+LiI5Y2BsTHoXImeFh2FZVlkXFy5BaUp4IjdrdoZaX19kERIiN39qem9vgWZ+N1pkfRIS
+ Ijdtb4iDgoiAeCI3YXwSGhIXaG91IhBUUlMXFzdBEQoKClFRcgoFTk9SCgoXFxIXEgosVEsFA0VNSAUK
+ CgoSEhIFBQUFBQMEEQQFBQUKEhAFBQMDAwQFBAQFBQUFBAoFBQMBAQMDAwQEBQQEBAQPDw8HDwcHDw8P
+ Dw8PDw8PAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAACgAAAAgAAAAQAAAAAEAIAAAAAAAgBAAAAAAAAAAAAAAAAAAAAAAAAA5GwL1PB0B9UIg
+ AvVDIAH1RiEA9UokAvVNJQL1TiUC9VAmAfVRJwH1UicC9VYrAvVUKgL1USgC9VQpA/VeMgn1Wi4C9Vsw
+ A/VdMQP1XzID9V0yBvVgNRH1VCsC9VUrBfVSJwL1UygD9VInAvVSKQP1VSsE9VYrBfVVKgL1VCoD9Toc
+ Af9AHwP+Px8B/0QhAP5IIgD/SiQC/k4mAf9QJgH+UicC/1IoAf5WKgL/WC0D/lowBf9WKwH+WS4E/1gt
+ Av5YLQH/YTMF/mU1Bf9lNQX+XzIE/1wvA/5YLQH/VysC/lcsBP9XKgL+Wi0C/1ouBP5WKgH/VSoC/lgr
+ A/9YLAT+PR4A/0IgAf9EIQH/RyIA/1ArCf9LJQH/UykD/1MpA/9UKQL/VysC/1kuAv9YLQL/Vy0E/1Qq
+ Av9UKgL/VCoB/1kuAf9kNAP/aTgF/2o3A/9oNwX/ZTUE/18xAv9hMwb/XC4C/14vAv9jMwT/XS8C/1ot
+ A/9gLwX/VysD/1YrAv9KJQL/TCUB/kskAf9PJgH+UigB/1MpA/5VKgL/WC0D/lktAv9WKwL+WzAD/1ov
+ A/5ZLwP/Vy0E/lUrAv9OJwL+Wi8D/205A/5xPAT/bzsF/m86BP9zPQj+ajgE/2k3Bf5lNAL/ZzUG/ms5
+ Cv9iMgL+XjAE/1wwA/5bMAT/WS4D/lYtBf9ZLAL/WiwD/1krAv9YLAL/VCgB/1QqA/9gMwT/XzIC/1Ys
+ Af9fMgT/VS0G/04oA/9WLAL/UysE/0ckAP9MJwH/ajkF/3A8Bf9tOwb/bjsF/3A9CP9zPQf/cjsE/3A4
+ Av9zPRD/dUAW/2Y0Av9gNAb/XjIF/1ouAv9dMQT/XTAE/2QzA/5oNAP/YzEC/l0tAv9bLQP+VysD/2Ey
+ Bf5lNAP/YTIC/mAzBP9aMgv+SycC/0IiAP4+IAL/Ox0A/kAhAv9YLgP+ZDID/2E0Bv5jNAP/azcC/nhB
+ B/95Qgj+e0IG/3lBBf52PgP/bjkD/mU1BP9eMQP+XC8D/10xBf5mNQL/bzkC/3Y8A/9zPAb/ZzMD/2Av
+ A/9hLwL/YzED/2s2Bf9vOgX/ZjcG/1kuAv9QKQT/QSIC/0AiBf87HQL/PB4C/0QhAf99OhD/UykC/14x
+ Av97QQP/ekEF/31DBP+DSQj/gkcG/3tBAv9zPAL/bzoF/3o8C/9iNAf/Wi8F/3Y+Bf9+QgT+fkIF/4JE
+ A/52PQX/aDQE/n9KFf+ISwv+dUAK/3Q9BP5pOAb/YzYG/lguBP9HJQP+PiAD/zweAv4+HwP/QSID/kUj
+ Af9JJgL+WjEH/39EBf6HSwj/ikwH/opMBv+KSwT+hkgF/49KDP53PAT/aTgK/lotAf9fMAT+aTgE/3Q8
+ Av9zPAT/kU4G/4xIA/+LSQb/nlgL/5dSBP90PQP/t5+E/6uWf/+UfGX/ysG2/0YmBf8/Igb/PR8D/z0f
+ A/8/IQL/SiYD/2xPMf+unIf/pH5T/8Ghev+NTQb/kE4E/5lWDP+LTQn/iUsK/3dBCP9lNgb/XC4C/2U0
+ BP9YLwL/SiYC/lIrBP+MTAj+nlYG/8ZvBv7Odwn/qV8G/mw6Bf+3o43+iW9V/3deRf64rqH/WD8l/j0g
+ A/8/IgT+QCID/0spBf5dMwT/oYdp/pZ2T/+0jFz+yauG/5hUBP6ZVQb/l1QF/oxNBP9/RgT+eEMI/2o6
+ Bf5nNgT/aTgC/lwxA/9RKgP/YjQD/4lMB/+pXgb/3IkN/9OCC/+ISwP/ZTsL/7akkP9rTjH/d15F/6eZ
+ i/9mTjb/PyAC/0MkBP9HJQL/VjEI/3E/BP++oHn/u4tL/9a1hv/gy67/u24G/7BmB/+jXAj/jU8G/39F
+ A/96QwP/e0MF/3tDBv98QgP/VC0C/08pA/5RLAX/cD0F/o5PCf+qYQX+tWkG/4BIBv5nOAL/vKuW/nRa
+ Pv9tUzf+ua6g/2pQNf5GJgX/SioH/lItBv9gNQH+cD8D/7WXcf7FhzP/zYou/uzbvv/Mfgf+uW4E/5lY
+ Bf6RUQf/i0wE/oZKBf+KSwL+lFMJ/5dSBP5BIwP/QyMC/z0fAf9JJgP/XjIC/3E/Bf9/SQf/dUEE/2s8
+ B/+zoo3/bU8v/2dKK/+2qZv/aEwt/0wpAf9SLQP/WjID/2pADv9tPQL/tJt5/61+Q//Hkkr/7du6/8Z4
+ Bf+pYgT/hEsC/5BRA/+kXgb/nVgE/51WBP+kWQP/sWEC/zwgAf86HgL+PSAC/0UkAv5WLwT/YjYE/mo7
+ A/9oOQP+XDMF/6mYg/5zVzn/cVg8/peGc/9rTi3+VS8D/141Bf5cMwH/ZTgC/mc5A/+7qpL+g1Ue/7aS
+ Yv7Zx6n/oF4M/pBTBP+ETAb+oF4J/7NoA/6pYAL/qFsB/rtnA//LdQP+PSAB/zwgAf8/IQD/RCMB/08q
+ Av9bMgT/YTcH/2M1Av9oOgb/zMK0/4JmRv+CbFT/indj/6CRgP+Jclj/lH1g/5V9X/+chGf/tqOM/8O0
+ oP+KakL/iWM0/9LGtP91QwX/cD8D/28+Af+SVAP/qGIF/65kBv+sXAP/w24J/9WkOv8+IQL/PSAB/j8h
+ Af9DIwD+RyUB/1MuBf5iNgL/dEAC/oZNCP/Ju6b+jHBK/3pgQv6KeWX/emdU/oh2Yv92Wzv+iW9O/4Jk
+ P/5wTiX/i3BO/nxcNP+McU3+zsa4/1cwBP5dNAX/YTcF/oRMCf+bWAb+umsD/8VuA/7KdAb/1I8H/kAi
+ Av9AJAX/PSAB/z8iAf9JJwP/VC4E/2o9Cf92RAb/iE4E/7Wbd/+NaTv/lYBl/5yNev92ZE//dmBI/5qJ
+ cv+QeVv/jXVW/31iQf+un4v/kXpe/410Vv/Ctqb/VjEH/0knAf9RLQP/ZDgD/3pHB/+lYAX/0X0E/9OE
+ A//SlgX/QCMD/zoeAP47HgL/PiED/kMlA/9OKwT+WTED/2tAC/5yQwj/tqGF/puAX/9+ZEb+r6KT/8jB
+ uP7Cuq7/pJWC/q+ikf+pmob+rJ+N/8G6r/6WhXL/qpyL/sO5rP9RMAv+RCYH/0cmAf5RLAD/WzIC/nVD
+ Av+9dAf+0YkG/8uIBf5BJAP/PB8C/z8fAv8+IQP/PSAD/0IkA/9IJwL/UCsB/1cwAf+8q5b/nodq/3th
+ Qv+/taf/YEEg/0gmAv9KKgb/QiUE/z8jAv9CJwv/w762/2NQO/+QgnH/wbmu/0UlA/9GKAX/QiQC/0gn
+ A/9OKgP/YTcE/5ddDP+eYg3/kFYI/0EjAv86HgH+Zi4Q/0ciA/47HwL/OB4C/jwhBP9BJAT+RyYC/6mY
+ g/6SfGH/dV1B/q6hkv9iQyH+SCYB/0IkAf44HwL/MRoA/jAZAv+uqKH+Z1hI/31wYf60raL/PiIF/koq
+ Cv89IQH+PiID/0AjA/5KKQL/Uy8C/lUvAv9ZMwP+PSED/zofBP86HQL/OBwB/zkdAv82HAH/NRwB/zke
+ Av8+IgL/wbis/1c8H/+Yinr/raKU/1k+H/8/IwL/OB8C/zIcAv8rFgH/KRUA/5+ZkP9gU0X/aFpM/6+o
+ n/82HgP/NRwD/zcgB/82HgT/Oh8C/z8iAP9DJQD/RSYC/0YnAv84HQH/NhwC/jMbAf83HQP+NxwC/zQb
+ AP4xGgH/MhsB/jceAf+ilof+bl1K/3BeSv6xqJz/Tzcc/jUcAP8wGgH+LBcB/ygVAf4nFQP/lpCI/nJp
+ Xv9nXFD+s66n/zwgCf4wGQH/LxkA/jEbAP85HgH+OyAC/z4iA/49IgL/PCEA/jkeAv89IAH/PSEB/z0i
+ Bf85HgH/PSEA/zYdAf8xGwL/MhsD/39xYv91aFj/j4N1/56Th/9ELxb/MBkB/y0XAP8rGAL/JxMB/ygW
+ BP+1sav/aV5T/310a//EwLv/JxUB/ywXAf8zHQT/MBkA/zMcAf83HgL/OR8B/zkeAf85HgH/PyIB/0Mk
+ Av5HJwT/QiQE/j4iAv8/IgL+OB0A/zEZAP4vGAH/PCcR/mxdTf94alv+dmhZ/zAbBP4uGAH/KxgD/ikW
+ Av8kFAH+JRQB/zIiEP5AMiP/SDsr/jEfDf8mEwD+KRUA/y8aAv4wGQH/MRoB/jEaAP8zHAH+MxwA/zEa
+ AP5CJQP/QCIB/0IkA/89IQL/QCMC/zkfAf80HAH/LxkA/y0XAf8tGAL/LBcB/ysXAf8rGAL/KhUA/ywX
+ A/8qFgL/JxQA/ycVAf8pFgT/JxQC/ywVAf8vGAP/KhcD/ycUAP8qFgD/LRcA/y4ZAP8wGQL/LxgA/zAZ
+ Af8xGgD/MRoA/z8iAf8+IgH+RCcG/z4jAv46IQL/MRsA/i8YAP8tFwH+KhYA/yoYA/4oFgH/JxUA/icW
+ Av8nFAD+KBUA/yoWAv4nFQD/JxUB/iYUAP8oFQH+QSIL/0IkCv4rFgD/KxYA/isWAP8tGAD+LBgA/y4Y
+ Af4uGAD/LxgA/jAZAP8vGAD+PCAC/zsfAf88IAD/Ox8B/zIbAP8vGgL/LxoF/ygVAP8oFgP/JRMB/yUU
+ Af8kFAH/JhUC/yYVAf8pFgL/KhYC/ygVAf8oFAD/KhYB/yoVAf8uGgX/MBgD/zEZAv8vGQL/LhcB/y0X
+ AP8tFwH/LRcA/y4YAf8uGAH/LRcA/ywYAf84HQH/OR0B/jofA/84HwT+MBoB/y4aA/4oFgH/JhQB/iQS
+ AP8lEwL+IhIA/yMTAP4mFAH/KBYC/icVAf8pFgH+KRQA/y0ZBf4rFgH/KxYB/i0XAf8tFwH+LBYA/y4Y
+ Af4tFwH/LRcB/i0XAP8tFwD+LBYA/ysWAP4qFQD/KhUA/jMaAf8zGwH/MxsB/zQdBP8vGgP/KRYB/yYU
+ AP8lFAH/IxIB/yESAf8hEQH/IhIB/yQUAf8nFQL/KBUC/ywXA/8pFQD/LRgD/ysWAf8qFQH/KxYB/ysW
+ AP8rFwH/KxYA/yoWAP8qFQD/LhkE/ysWAf8qFQD/KRUA/ykVAf8oFAD/MRkC/y8YA/4tFwD/KxYB/icU
+ AP8kEwD+JBMA/yQTAP4hEQD/IBEA/iERAP8kFAP+IxIB/yMSAP4kEgD/JhMB/icUAf8oFgH+KRUA/yoV
+ AP4qFgD/KxcA/i8ZAv8qFgD+KhUB/ygUAP4oFQD/KBQA/igVAP8pFgL+JhQA/yYTAP4sFgD/LBYB/yoV
+ Af8oFAD/JBMA/yUTAf8kEwD/JBMA/yQUAf8lFAL/JRQB/yQTAP8jEgD/JBIA/yMRAP8kEwD/JRMB/ycV
+ Af8oFQD/KBUA/yoWAP8qFgD/KRUA/ygVAP8nFAD/JxQA/ycUAP8nFAD/JhMA/yUTAP8kEwD/JBMA/ygU
+ AOsqFQDrKBUA6yUUAeskEwDrIxIA6yQTAOskEwDrJBMA6yQTAOslFADrJhUC6yQTAOsjEgDrIxIB6yMR
+ AOslFAHrJRMB6ycUAOsnFQDrKBQA6zEZBOspFQDrJxQA6ycUAOslEwDrJBMA6yQTAOsjEgDrJRMB6yMR
+ AOsjEQDrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAoAAAAGAAAADAAAAABACAAAAAAAGAJAAAAAAAAAAAAAAAAAAAAAAAAOhsB9z8e
+ AfdDIAH3RyIB90skAfdPJgL3UCYB91EnAfdVKgL3VCoC91MpAvdbLwb3Wi4C914yBPdgMwT3XTII91ov
+ CfdVKwT3UycC91QpA/dUKgT3VSsE91UqA/dVKgL3PB0B/0IgAv5FIQH+TCcF/00mAv5SKAL/UygC/lcr
+ Av5YLAL+WC4E/1csA/5WLAL+Wi8C/2Q0BP5nNgT+YjME/14wAv5aLQL+Wi0D/10vA/5bLgL/WCsC/los
+ BP5YLAT+SCMC/0okAf5NJQH+UScC/1MpA/5WKwP/WC0C/lgsAv5bLwP+WC0D/1UrA/5QKAL+XTAC/247
+ Bf5vOgT+bzsF/2s4BP5pOAb+YzMC/2g3CP5kMwT/XTAE/lsvA/5ZLgP+WC0F/1wtAv9bLAL/WCsC/1Uq
+ A/9fMgX/XjEC/1svA/9XLgb/TygC/1EqA/9GJAH/TykC/206Bf9pOAX/azkE/3I9CP9zPAT/cjoE/3ZA
+ Ff9pNgP/YDMF/1wwBP9bMAP/YjMD/202Av5sNwT+YTAD/1wtAv5eLgL/aDUD/mc3Bf5cMgj+SiYC/z8h
+ BP47HQH+PiAC/2YyCP5hMQT+ZDUD/3U9A/57RAn+f0UH/3xDBP5yOwP/bDgF/mk2CP5dMQb+dT0E/3xB
+ BP9/QwX/cTkD/2k1Bf+ESxD/dD4H/206Bv9jNQX/VCwE/0EhAv89IAT/PiAC/0gkA/9LJgL/YzUF/4RI
+ Bv+HSgb/iUwG/4dJBP+GRgj/dDwG/2EyBP9cLwP/ZTUD/2s3A/6KSwj+kEsE/5xVB/6iWQb/cTsD/sCw
+ n/6SemL+p5iH/z8hA/49HwP+PSAD/0gmA/5rTS7+qpJ3/7ubdf6TVQ/+lFEF/5NRCv6GSQj/cz8H/mAy
+ A/5jMwP+Vi0C/0wnAv6BRgb+rmEH/9mEDP6nXgX/ZzkJ/rGhkP58ZEz+s6ic/z8hBP5CIwX+RiUE/1oy
+ Bf6jgVf+rYlc/9S4kv6wcSL+o1wH/5ZUBf6CSAT/eEMI/nE8BP5yPQT+Vy4D/1ErBP5wPQX+m1gJ/8Fy
+ B/6KTgX/ZjkG/qOSfv5wVTr+saWX/0QjA/5HJwX+Ui0E/2g6A/6ohVj+xIMr/+LCk/7PjSn+sGcE/5lY
+ B/6JSwX/hEgD/oxNBf6SUAb+QCEC/z8hAv9FJAL/XTEC/3dDBf93Qwb/a0ER/5qGb/9lSCn/ppeG/0wp
+ A/9TLQP/XDMD/2w/B/+jhF3/qXg7/9u6iP/Jiiz/nlsE/4lOBP+mXwX/oVoE/6JYA/+zYgL/PCAC/zwf
+ Af5EIwH+Vi4D/2M3Bv5iNgP/YzwQ/rGjkf56YUb+rJ+Q/31iRP6HaUb+h2lE/4hoQP60oIj+g1wq/8i1
+ mv6XZif+fkgD/4VNBP6uZgT/qF8E/rNhA/7Qhxr+PSAB/z0hAf5DIwD+SScB/1wzBf5vPAL/hVMY/rqp
+ kv6Cak3+fWpV/3NeSP5zWDf+gWRB/3tcNf6ZgGL+gmM8/7imjv5uSiH+XzUF/3FBBf6cWgn/vGsD/sFr
+ BP7UjhD+PyIC/z4iA/8/IgH/SCcD/182CP90RAn/g04J/7afgP+Te17/iHZh/45+a/+JdVv/loFl/5aA
+ ZP+/tKT/lX9l/7CgjP9lRB7/RyYC/1cwAv9xQQX/qWME/9KBA//SkwT/QCMD/zodAf49IQT+QSMD/00r
+ BP5ZMQL/aUAN/reljv6BaEn+wbap/4ZxWf6Hc1r+d2JI/2ZNMP6glIb+hHRh/8jCuP5ZOxn+RygG/0gn
+ Av5TLQL/cUEF/sB5Cv61cwr+PiEB/0ciBf5RJwj+Oh4C/zsfAv5DJQP/UC8I/rOijf58ZEj+raCP/0wp
+ BP5EJgL+OB8C/zQcAv6YjoT+cmRV/6iflP5JLxP+RicG/0AjA/5BJAL/US0C/l83BP5gNgP+PSEE/zcd
+ Af84HQH/OB0C/zQbAf82HQH/SS0P/5qLev+Hd2T/qp+Q/z8iAf83HwL/LxoB/yoVAf95b2P/ZFdK/5mR
+ h/9IMRr/NR4F/zMcAv86HwL/QCMB/0IlAf9EJgP/OB0B/zcdAf45HwP+OB0C/zcdAP4yGwL/MxsB/p2T
+ hv6EdmX+k4Z3/zUdAf4vGgH+KhYB/ycUAv6GfXT+W09E/351a/5UQjH+LhgB/zEbAv41HAD/OiAC/jsg
+ Af47IAH+PyIC/0UlAv5CJAT+PiIB/zsgAf4yGgD/MBkB/llINv54alv+b2BQ/y4YAf4sFwL+KRYC/yUU
+ Af5OQTH+bWJW/2pfUv4tGwj+KxcB/zAaAv4xGgH/MxsB/jQdAf4zGwD+QSQC/0AiAv8/IwP/PiIC/zQc
+ Af8wGQH/LBcB/ywYAv8rFwH/KhcC/yoWAf8qFgL/JxQA/yYUAf8oFQP/OR4J/y4YA/8oFQD/KhYA/y4Y
+ AP8vGQH/LxgA/zAZAP8xGgD/PSEB/z8jAv4+IgL+NR0B/y8ZAv4sFwH/KRYC/icVAf4mFQH+JhUC/ycV
+ AP4rFgL+KBUB/ygVAf4pFQH+Nh0H/zEZAv4uGAL+LRcA/y0YAP4tFwD/LhgA/i4YAP4uGAH+OR0B/zoe
+ Av85HwP/MhwD/yoXAf8mFQH/JBMB/yMSAP8jEwD/JhQB/ygWA/8oFQD/KRUA/ywYA/8qFQH/LRgC/ywW
+ AP8tFwH/LRcB/y0XAP8tFwD/LBYA/ysWAf8qFgD/MxoB/zIaAf4zGwP+LRgB/yYUAP4lFAH/IhIB/iES
+ Af4iEgH+JRQB/yUUAf4rFgL+KBUA/ysXAv4qFQD+KxYB/ysWAP4sFwH+KhYA/ywXAv4rFgD/KhUA/igV
+ AP4nFAD+LRcB/y0XAv4qFQD+JRMA/yQTAf4kEwD/IhIA/iISAP4kFAL+IxIB/yMSAP4lEwH+JhQA/ykW
+ Af4pFQH+KxYA/ysWAP4qFgH+KBUA/ycVAP4nFQD/KBUB/iYUAP4lEwD+KRUA8CkVAPAmFAHwJBMB8CQS
+ APAkEwDwJBQB8CUUAfAlFAHwJBMA8CMSAfAjEQDwJRQB8CYUAPAoFQDwKRUA8C0XAvAnFADwJxQA8CUT
+ APAkEwDwJBIA8CQTAfAjEQDwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKAAAABQA
+ AAAoAAAAAQAgAAAAAACQBgAAAAAAAAAAAAAAAAAAAAAAADocAfhAHwL4RSEA+EokAvhOJgL4USYB+FIo
+ AfhWKwL4UykC+FouBfhaLgL4YDMF+F4yBPhcMQn4VSsD+FQoA/hUKQL4ViwE+FQqA/hWKgP4Px8B/0Qh
+ Af9LJgP/TSUC/1MpA/9VKQL/WC0C/lkvBP5VKwL/VSsC/10wA/9nNgP/aTcF/2MzA/9fMQP/XC4C/2Ey
+ BP9bLgL/Wy0D/1gsBP9RKQP/UigC/1UpAf9UKQP/WS4C/1ouAv9bLwP+VSwE/lYsA/9PKAL/XDAD/3E8
+ BP9wPAb/cDwG/286Bf9qNgP/cDwS/2IzBP9cMAP/WzAE/2AyBP9pNAL/YjAD/1stA/9dLwT/ZDQD/2Q3
+ CP5QKgT+RCMC/z0fAv9FJAL/aDQG/2EzA/9vOgT/eEEH/3tCBv92PgP/ajgD/2U1Bv9cMAT/czwD/3xB
+ BP94PgT/ZzMD/3xFDP9zPQb/aTgF/lswBP5EIwL/PR8D/z4gAv9RKAX/UCoD/35EBv+FSQb/iEsG/4JG
+ BP9+QQf/bDgI/1svA/9jNAP/ajgE/5RPBv+eVgj/plwG/3xMGv+1o5H/n457/ltBJf8+IAT/PyED/00o
+ Av+YgWj/rYph/6NuMf+WUwb/jU0H/4BGCf9lNQT/YjMD/1guA/5bMAP+llMI/taDC/6oXwX+cksg/5WC
+ bf6Ba1T+b1hB/kAiAv5LKAT+bDwF/rqWZv7Pqnb+xpFK/qhgBv6RUgf+fUUE/nlCBv56QQT+SicD/kcl
+ A/5oOAT+jE8F/oRLB/5/WS3+inRb/o15Y/5zWj/+TCoF/lw1CP5uPgL+v5tr/tKfVv7Yokz+o18E/pJS
+ Bf6UUgT+lFEE/qJYBf49IAL/PR8B/0wpAv9jNwX/aDkC/3xbNv+BZ0v+gWtT/oNqTv9kPxT/Zz8Q/2tA
+ DP+mimb/tJNm/7WITv+ITgT/mFgF/65kBP+rXQL/x3UI/z0gAf8/IQH/RiUB/1YwBP9qOgL/lm4+/6CK
+ bf6Aa1L+inln/4dwVf+VfV//mIBi/5Z8W/+YfFn/iWtH/2E2BP+DTAf/qmIE/71pBP/SjRb/PyIC/z0h
+ A/9CJAL/VjEG/29AB/+VaTD/oodj/pF9Zv6fkoL/mYhz/6ubhP+unon/pJN+/6GOdv99Y0T/SCcD/100
+ Av+ASgT/y3wF/9KQBP8/IQL/QB8D/z4hA/9EJQP/TysB/3hXL/+fiGv+l4Rt/n5nTf9gRSX/SzAQ/1pC
+ Jv+PgnL/qJ6Q/29YPf9EJgT/RycC/1cwA/+WXAn/ml4I/z4iA/9LJAf/Ox4B/zgdAv88IAP/a1M4/4p2
+ Xv6OfWj+bFI0/0AjAv8yGwL/QC0Z/3twZP+Dd2v/Yk86/z8kB/86IAP/QCMC/0kpAf9OLAP/OB0C/zUc
+ Af84HgT/NhwB/zMbAf9NNh3/lId5/pOFdv5eSTH/MRoB/ysXAf88LBv/bmRZ/2hdUf9xYFD/LxkB/zIb
+ Af85HwH/PSIC/zwhAf8+IgL/RCUC/z0iA/8+IQH/MhoB/zEZAv9wYlL+d2lZ/kIuGf8sGAL/KBYC/yoZ
+ B/9qYFP/a2BU/z4uHf8sFwH/MBoB/zIbAf81HQH/NBwB/0AjAv9CJQT/PiIC/zYdAf8wGQH/LBcB/ysX
+ Av4pFgH+KhYB/ykWAv8nFQH/JxUC/y4YBP83HQf/KRUB/ysXAP8uGAD/LxgB/zAYAP8xGgD/OyAB/z0h
+ Af83HgH/LxoC/ysXAv8nFQL/JRQB/iUUAf4oFgL/KhYC/ygVAP8pFQH/LBcC/zEZAv8uGAH/LRcA/y0X
+ Af8tFwD/LhgA/y0YAf81GwH/Nx0C/zMcA/8rFwH/JhQB/yMSAf8hEgD+JBMB/icUAf8qFgL/KhUB/ywX
+ A/8rFgH/LBcB/ywXAf8rFgD/LRgC/ywWAP8qFQD/KRUA/y8YAf8uGAH/KRUB/yUTAP8kEwD/IhIA/yIS
+ Af4jEwH+JBIA/yUTAf8nFAD/KRYB/yoVAP8rFgD/LBcB/ykVAP8oFQD/KBUA/ygVAf8mEwD/KhUA8ikV
+ APIlFAHyJBMB8iQTAPIkEwDyJhUC8iQTAPIjEgDyJBIB8iYUAfInFADyKBUA8i0XAvIoFQDyJxQA8iUU
+ APIkEwDyJBMB8iMSAPIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAQAAAAIAAAAAEAIAAAAAAAQAQAAAAA
+ AAAAAAAAAAAAAAAAAAA8HQL6QiAB+kgjAfpOJgH6UScB+lUqAvpVKwP6WS4E+lsvA/phMwT6XjII+lYr
+ A/pVKQP6VisD+lUrA/pWKwP6RSIB/0kjAf9QKAT/VSoD/1YrAv9aLgL/VywD/1MqAv9hMgL/bTkE/2w5
+ Bf9lNQT/YjID/2QzBf9dLwT/WC0D/1wvBP9gLwL/WSsC/1suBP9fMQL/XDEG/0wnAv9FIwL/UywD/2k3
+ Bf9rOQX/dT8H/3Y+B/9vOwj/YDME/1wwBP9yOwP/ej8E/2k1BP9zPQn/cTsG/2M1Bf9MKAP/PSAD/0Ag
+ Av9XKwX/bToE/4JHBv+GSgb/gUQG/3I7CP9dMAT/YDIC/3lABf+fVgb/q2AH/5NuRv+QeGD/iHVg/z4h
+ BP9CIgP/bUwo/6eHYf+se0P/l1MH/4hLB/9wPQf/ZDQD/1QsA/9rOgX/r2YI/6RgB/+PcE3/cVc7/4x5
+ Zf9FJQT/VC4E/5VtPP/JlE3/1aVe/6liBv+KTQX/gUcE/4lLBv8/IQL/QiIC/2I2BP9yPwT/iWpH/25S
+ NP+Iclr/VC4D/2E3Bf+Rb0T/q35D/8ueXf+QUwT/ol0F/6NaA/+3ZQP/PSAB/0EiAf9RLAP/ZzgD/6GB
+ Wv+DaUn/i3pn/4dwVf+PdVX/nYVo/4dmPv+bgF3/ZzoE/5ZWBv+2ZgT/zYUU/z4iAv89IQL/SykE/2k8
+ B/+Zc0L/j3NR/6KVhf+djnr/nYty/6aWgv+XhGz/i3RZ/0ooA/9jNwP/qmUE/9CLBf8+IQL/SyQG/z0g
+ A/9FJgP/gWZH/4hwU/+Md17/RycD/zogAv95aVn/dmZV/35rVv9EJgT/RSYD/2U7Bf93Rgb/OR4C/zcc
+ Af83HAH/NBsB/3ZjTf9zYUv/gXBb/zceAf8sGAH/YVVH/2hcUP91ZVX/MxwD/zceAv8/IgH/QSQC/z4h
+ Af9BJAP/PSEB/zQcAf9HMx7/em1d/2JRPv8tGAL/KBUB/00/MP9cUEP/UEIy/y4ZAv8xGgH/NR0B/zUd
+ Af9AIwH/QCQD/zkfAv8wGQH/LBcC/yoWAf8pFgH/KhYC/ycVAf8oFQL/OB0G/yoWAf8sFwD/LhgB/y8Y
+ AP8wGQD/Oh4B/zofAv8wGgL/KRYC/yUUAf8kEwD/JxUC/ykWAf8qFgH/KxYB/y4YAv8uGAH/LRcB/y0X
+ AP8tFwD/KxYA/zIaAv8wGQH/KRYB/yUTAP8hEgH/IhIB/yQTAf8nFAH/KRYB/yoVAf8rFgD/LBcB/ykV
+ AP8qFgH/KRUA/ycUAP8qFQD1KBQA9SQTAfUkEwD1JBQB9SUUAfUjEgD1IxIA9SYUAfUnFQD1KxYB9SgV
+ APUnFAD1JRQA9SUTAPUjEgD1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
\ No newline at end of file
diff --git a/README.md b/README.md
index cb94e01..09abdbc 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1 @@
-Viewer for the Hipparcos catalog and the Tycho catalog
-
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/mjohne/Hipparcos-DB?include_prereleases&style=flat-square)
diff --git a/SubsetCatalogExporterForm.cs b/SubsetCatalogExporterForm.cs
index 63976ca..0d697de 100644
--- a/SubsetCatalogExporterForm.cs
+++ b/SubsetCatalogExporterForm.cs
@@ -3,13 +3,16 @@
namespace Hipparcos_DB.Properties
{
+ ///
+ /// SubsetCatalogExporterForm : Form
+ ///
public partial class SubsetCatalogExporterForm : Form
{
#region Local methods
#endregion
- #region Con- and destructor
+ #region Constructor
///
/// Constructor
diff --git a/TychoCatalogFilterForm.Designer.cs b/TychoCatalogFilterForm.Designer.cs
index acb31f7..d63841b 100644
--- a/TychoCatalogFilterForm.Designer.cs
+++ b/TychoCatalogFilterForm.Designer.cs
@@ -354,6 +354,9 @@ private void InitializeComponent()
this.toolStripButtonApplyFilterSettings.Name = "toolStripButtonApplyFilterSettings";
this.toolStripButtonApplyFilterSettings.Size = new System.Drawing.Size(129, 22);
this.toolStripButtonApplyFilterSettings.Text = "&Apply filter settings";
+ this.toolStripButtonApplyFilterSettings.Click += new System.EventHandler(this.ToolStripButtonApplyFilterSettings_Click);
+ this.toolStripButtonApplyFilterSettings.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.toolStripButtonApplyFilterSettings.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// toolStripButtonCancel
//
@@ -363,6 +366,9 @@ private void InitializeComponent()
this.toolStripButtonCancel.Name = "toolStripButtonCancel";
this.toolStripButtonCancel.Size = new System.Drawing.Size(63, 22);
this.toolStripButtonCancel.Text = "&Cancel";
+ this.toolStripButtonCancel.Click += new System.EventHandler(this.ToolStripButtonCancel_Click);
+ this.toolStripButtonCancel.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.toolStripButtonCancel.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// toolStripButtonRestoreToDefault
//
@@ -372,6 +378,9 @@ private void InitializeComponent()
this.toolStripButtonRestoreToDefault.Name = "toolStripButtonRestoreToDefault";
this.toolStripButtonRestoreToDefault.Size = new System.Drawing.Size(120, 22);
this.toolStripButtonRestoreToDefault.Text = "Restore to default";
+ this.toolStripButtonRestoreToDefault.Click += new System.EventHandler(this.ToolStripButtonRestoreToDefault_Click);
+ this.toolStripButtonRestoreToDefault.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.toolStripButtonRestoreToDefault.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCatalogDesc
//
@@ -388,6 +397,10 @@ private void InitializeComponent()
this.labelCatalogDesc.Text = "Catalog (T=Tycho)";
this.labelCatalogDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCatalogDesc, "Catalog (T=Tycho)");
+ this.labelCatalogDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCatalogDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCatalogDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCatalogDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProximityFlagDesc
//
@@ -404,6 +417,10 @@ private void InitializeComponent()
this.labelProximityFlagDesc.Text = "Proximity flag";
this.labelProximityFlagDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelProximityFlagDesc, "Proximity flag");
+ this.labelProximityFlagDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProximityFlagDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelProximityFlagDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProximityFlagDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelIdentifierDesc
//
@@ -420,6 +437,10 @@ private void InitializeComponent()
this.labelIdentifierDesc.Text = "Identifier (TYC number)";
this.labelIdentifierDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelIdentifierDesc, "Identifier (TYC number)");
+ this.labelIdentifierDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelIdentifierDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelIdentifierDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelIdentifierDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelRightAscensionDesc
//
@@ -436,6 +457,10 @@ private void InitializeComponent()
this.labelRightAscensionDesc.Text = "Right ascension in h m s, ICRS (J1991.25)";
this.labelRightAscensionDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelRightAscensionDesc, "Right ascension in h m s, ICRS (J1991.25)");
+ this.labelRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDeclinationDesc
//
@@ -452,6 +477,10 @@ private void InitializeComponent()
this.labelDeclinationDesc.Text = "Declination in deg \' \", ICRS (J1991.25)";
this.labelDeclinationDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelDeclinationDesc, "Declination in deg \' \", ICRS (J1991.25)");
+ this.labelDeclinationDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeclinationDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMagnitudeJohnsonDesc
//
@@ -468,6 +497,10 @@ private void InitializeComponent()
this.labelMagnitudeJohnsonDesc.Text = "Magnitude in Johnson V";
this.labelMagnitudeJohnsonDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelMagnitudeJohnsonDesc, "Magnitude in Johnson V");
+ this.labelMagnitudeJohnsonDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMagnitudeJohnsonDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelMagnitudeJohnsonDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMagnitudeJohnsonDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfMagnitudeDesc
//
@@ -484,6 +517,10 @@ private void InitializeComponent()
this.labelSourceOfMagnitudeDesc.Text = "Source of magnitude";
this.labelSourceOfMagnitudeDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelSourceOfMagnitudeDesc, "Source of magnitude");
+ this.labelSourceOfMagnitudeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfMagnitudeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelSourceOfMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAlphaDesc
//
@@ -500,6 +537,10 @@ private void InitializeComponent()
this.labelAlphaDesc.Text = "alpha, degrees (ICRS, Epoch=J1991.25)";
this.labelAlphaDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelAlphaDesc, "alpha, degrees (ICRS, Epoch=J1991.25)");
+ this.labelAlphaDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAlphaDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelAlphaDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAlphaDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDeltaDesc
//
@@ -516,6 +557,10 @@ private void InitializeComponent()
this.labelDeltaDesc.Text = "delta, degrees (ICRS, Epoch=J1991.25)";
this.labelDeltaDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelDeltaDesc, "delta, degrees (ICRS, Epoch=J1991.25)");
+ this.labelDeltaDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeltaDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelDeltaDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeltaDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelReferenceFlagForAstrometryDesc
//
@@ -532,6 +577,10 @@ private void InitializeComponent()
this.labelReferenceFlagForAstrometryDesc.Text = "Reference flag for astrometry";
this.labelReferenceFlagForAstrometryDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelReferenceFlagForAstrometryDesc, "Reference flag for astrometry");
+ this.labelReferenceFlagForAstrometryDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForAstrometryDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelReferenceFlagForAstrometryDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForAstrometryDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelTrigonomicParallaxDesc
//
@@ -548,6 +597,10 @@ private void InitializeComponent()
this.labelTrigonomicParallaxDesc.Text = "Trigonometric parallax";
this.labelTrigonomicParallaxDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelTrigonomicParallaxDesc, "Trigonometric parallax");
+ this.labelTrigonomicParallaxDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelTrigonomicParallaxDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProperMotionAlphaDesc
//
@@ -564,6 +617,10 @@ private void InitializeComponent()
this.labelProperMotionAlphaDesc.Text = "Proper motion mu_alpha.cos(delta), ICRS";
this.labelProperMotionAlphaDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelProperMotionAlphaDesc, "Proper motion mu_alpha.cos(delta), ICRS");
+ this.labelProperMotionAlphaDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionAlphaDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelProperMotionAlphaDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionAlphaDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProperMotionDeltaDesc
//
@@ -580,6 +637,10 @@ private void InitializeComponent()
this.labelProperMotionDeltaDesc.Text = "Proper motion mu_delta, ICRS";
this.labelProperMotionDeltaDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelProperMotionDeltaDesc, "Proper motion mu_delta, ICRS");
+ this.labelProperMotionDeltaDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionDeltaDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelProperMotionDeltaDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionDeltaDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorRightAscensionDesc
//
@@ -596,6 +657,10 @@ private void InitializeComponent()
this.labelStandardErrorRightAscensionDesc.Text = "Standard error in RA*cos(delta)";
this.labelStandardErrorRightAscensionDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelStandardErrorRightAscensionDesc, "Standard error in RA*cos(delta)");
+ this.labelStandardErrorRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorDeclinationDesc
//
@@ -612,6 +677,10 @@ private void InitializeComponent()
this.labelStandardErrorDeclinationDesc.Text = "Standard error in DE";
this.labelStandardErrorDeclinationDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelStandardErrorDeclinationDesc, "Standard error in DE");
+ this.labelStandardErrorDeclinationDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorDeclinationDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorTrigonomicParallaxDesc
//
@@ -628,6 +697,10 @@ private void InitializeComponent()
this.labelStandardErrorTrigonomicParallaxDesc.Text = "Standard error in Plx";
this.labelStandardErrorTrigonomicParallaxDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelStandardErrorTrigonomicParallaxDesc, "Standard error in Plx");
+ this.labelStandardErrorTrigonomicParallaxDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorTrigonomicParallaxDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorProperMotionRightAscensionDesc
//
@@ -644,6 +717,10 @@ private void InitializeComponent()
this.labelStandardErrorProperMotionRightAscensionDesc.Text = "Standard error in pmRA";
this.labelStandardErrorProperMotionRightAscensionDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelStandardErrorProperMotionRightAscensionDesc, "Standard error in pmRA");
+ this.labelStandardErrorProperMotionRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorProperMotionRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorProperMotionDeclinationDesc
//
@@ -660,6 +737,10 @@ private void InitializeComponent()
this.labelStandardErrorProperMotionDeclinationDesc.Text = "Standard error in pmDE";
this.labelStandardErrorProperMotionDeclinationDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelStandardErrorProperMotionDeclinationDesc, "Standard error in pmDE");
+ this.labelStandardErrorProperMotionDeclinationDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionDeclinationDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorProperMotionDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationDeclinationByRightAscensionDesc
//
@@ -676,6 +757,10 @@ private void InitializeComponent()
this.labelCorrelationDeclinationByRightAscensionDesc.Text = "Correlation, DE/RA*cos(delta)";
this.labelCorrelationDeclinationByRightAscensionDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCorrelationDeclinationByRightAscensionDesc, "Correlation, DE/RA*cos(delta)");
+ this.labelCorrelationDeclinationByRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationDeclinationByRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationDeclinationByRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationDeclinationByRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationTrigonomicParallaxByRightAscensionDesc
//
@@ -692,6 +777,10 @@ private void InitializeComponent()
this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.Text = "Correlation, Plx/RA*cos(delta)";
this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCorrelationTrigonomicParallaxByRightAscensionDesc, "Correlation, Plx/RA*cos(delta)");
+ this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationTrigonomicParallaxByDeclinationDesc
//
@@ -708,6 +797,10 @@ private void InitializeComponent()
this.labelCorrelationTrigonomicParallaxByDeclinationDesc.Text = "Correlation, Plx/DE";
this.labelCorrelationTrigonomicParallaxByDeclinationDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCorrelationTrigonomicParallaxByDeclinationDesc, "Correlation, Plx/DE");
+ this.labelCorrelationTrigonomicParallaxByDeclinationDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByDeclinationDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationTrigonomicParallaxByDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByRightAscensionDesc
//
@@ -724,6 +817,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Text = "Correlation, pmRA/RA*cos(delta)";
this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc, "Correlation, pmRA/RA*cos(delta)");
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByDeclinationDesc
//
@@ -740,6 +837,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.Text = "Correlation, pmRA/DE";
this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCorrelationProperMotionRightAscensionByDeclinationDesc, "Correlation, pmRA/DE");
+ this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc
//
@@ -756,6 +857,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Text = "Correlation, pmRA/Plx";
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, "Correlation, pmRA/Plx");
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByRightAscensionDesc
//
@@ -772,6 +877,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.Text = "Correlation, pmDE/RA*cos(delta)";
this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCorrelationProperMotionDeclinationByRightAscensionDesc, "Correlation, pmDE/RA*cos(delta)");
+ this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc
//
@@ -788,6 +897,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Text = "Correlation, pmDE/Plx";
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, "Correlation, pmDE/Plx");
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByDeclinationDesc
//
@@ -804,6 +917,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByDeclinationDesc.Text = "Correlation, pmDE/DE";
this.labelCorrelationProperMotionDeclinationByDeclinationDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCorrelationProperMotionDeclinationByDeclinationDesc, "Correlation, pmDE/DE");
+ this.labelCorrelationProperMotionDeclinationByDeclinationDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByDeclinationDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionDeclinationByDeclinationDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByDeclinationDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc
//
@@ -820,6 +937,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Text = "Correlation, pmDE/pmRA";
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, "Correlation, pmDE/pmRA");
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVtmagAtMinimumDesc
//
@@ -836,6 +957,10 @@ private void InitializeComponent()
this.labelVtmagAtMinimumDesc.Text = "VTmag at minimum (85th percentile)";
this.labelVtmagAtMinimumDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelVtmagAtMinimumDesc, "VTmag at minimum (85th percentile)");
+ this.labelVtmagAtMinimumDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVtmagAtMinimumDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelVtmagAtMinimumDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVtmagAtMinimumDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelKnownVariabilityFromGcvsNsvDesc
//
@@ -852,6 +977,10 @@ private void InitializeComponent()
this.labelKnownVariabilityFromGcvsNsvDesc.Text = "Known variability from GCVS/NSV";
this.labelKnownVariabilityFromGcvsNsvDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelKnownVariabilityFromGcvsNsvDesc, "Known variability from GCVS/NSV");
+ this.labelKnownVariabilityFromGcvsNsvDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelKnownVariabilityFromGcvsNsvDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelKnownVariabilityFromGcvsNsvDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelKnownVariabilityFromGcvsNsvDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVariabilityFromTychoDesc
//
@@ -868,6 +997,10 @@ private void InitializeComponent()
this.labelVariabilityFromTychoDesc.Text = "Variability from Tycho";
this.labelVariabilityFromTychoDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelVariabilityFromTychoDesc, "Variability from Tycho");
+ this.labelVariabilityFromTychoDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVariabilityFromTychoDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelVariabilityFromTychoDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVariabilityFromTychoDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDuplicityFromTychoDesc
//
@@ -884,6 +1017,10 @@ private void InitializeComponent()
this.labelDuplicityFromTychoDesc.Text = "Duplicity from Tycho";
this.labelDuplicityFromTychoDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelDuplicityFromTychoDesc, "Duplicity from Tycho");
+ this.labelDuplicityFromTychoDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDuplicityFromTychoDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelDuplicityFromTychoDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDuplicityFromTychoDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelEpochPhotometryInAnnexDesc
//
@@ -900,6 +1037,10 @@ private void InitializeComponent()
this.labelEpochPhotometryInAnnexDesc.Text = "Epoch photometry in Annex A or B";
this.labelEpochPhotometryInAnnexDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelEpochPhotometryInAnnexDesc, "Epoch photometry in Annex A or B");
+ this.labelEpochPhotometryInAnnexDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelEpochPhotometryInAnnexDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelEpochPhotometryInAnnexDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelEpochPhotometryInAnnexDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCcdmComponentIdentifierDesc
//
@@ -916,6 +1057,10 @@ private void InitializeComponent()
this.labelCcdmComponentIdentifierDesc.Text = "CCDM component identifier";
this.labelCcdmComponentIdentifierDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCcdmComponentIdentifierDesc, "CCDM component identifier");
+ this.labelCcdmComponentIdentifierDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCcdmComponentIdentifierDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCcdmComponentIdentifierDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCcdmComponentIdentifierDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelPpmAndSupplementDesc
//
@@ -932,6 +1077,10 @@ private void InitializeComponent()
this.labelPpmAndSupplementDesc.Text = "PPM and Supplement";
this.labelPpmAndSupplementDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelPpmAndSupplementDesc, "PPM and Supplement");
+ this.labelPpmAndSupplementDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelPpmAndSupplementDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelPpmAndSupplementDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelPpmAndSupplementDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHdNumberDesc
//
@@ -948,6 +1097,10 @@ private void InitializeComponent()
this.labelHdNumberDesc.Text = "HD number";
this.labelHdNumberDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelHdNumberDesc, "HD number");
+ this.labelHdNumberDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHdNumberDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelHdNumberDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHdNumberDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelBonnerDmDesc
//
@@ -964,6 +1117,10 @@ private void InitializeComponent()
this.labelBonnerDmDesc.Text = "Bonner Durchmusterung (DM)";
this.labelBonnerDmDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelBonnerDmDesc, "Bonner Durchmusterung (DM)");
+ this.labelBonnerDmDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelBonnerDmDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelBonnerDmDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelBonnerDmDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCordobaDmDesc
//
@@ -980,6 +1137,10 @@ private void InitializeComponent()
this.labelCordobaDmDesc.Text = "Cordoba Durchmusterung (DM)";
this.labelCordobaDmDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCordobaDmDesc, "Cordoba Durchmusterung (DM)");
+ this.labelCordobaDmDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCordobaDmDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCordobaDmDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCordobaDmDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCapePhotographicDmDesc
//
@@ -996,6 +1157,10 @@ private void InitializeComponent()
this.labelCapePhotographicDmDesc.Text = "Cape Photographic DM";
this.labelCapePhotographicDmDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelCapePhotographicDmDesc, "Cape Photographic DM");
+ this.labelCapePhotographicDmDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCapePhotographicDmDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCapePhotographicDmDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCapePhotographicDmDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNotesDesc
//
@@ -1012,6 +1177,10 @@ private void InitializeComponent()
this.labelNotesDesc.Text = "Notes";
this.labelNotesDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelNotesDesc, "Notes");
+ this.labelNotesDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNotesDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelNotesDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNotesDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVtmagAtMaximumDesc
//
@@ -1028,6 +1197,10 @@ private void InitializeComponent()
this.labelVtmagAtMaximumDesc.Text = "VTmag at maximum (15th percentile)";
this.labelVtmagAtMaximumDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelVtmagAtMaximumDesc, "VTmag at maximum (15th percentile)");
+ this.labelVtmagAtMaximumDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVtmagAtMaximumDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelVtmagAtMaximumDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVtmagAtMaximumDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelEstimateOfVtmagScatterDesc
//
@@ -1044,6 +1217,10 @@ private void InitializeComponent()
this.labelEstimateOfVtmagScatterDesc.Text = "Estimate of VTmag scatter";
this.labelEstimateOfVtmagScatterDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelEstimateOfVtmagScatterDesc, "Estimate of VTmag scatter");
+ this.labelEstimateOfVtmagScatterDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelEstimateOfVtmagScatterDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelEstimateOfVtmagScatterDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelEstimateOfVtmagScatterDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberOfTransitsForPhotometryDesc
//
@@ -1060,6 +1237,10 @@ private void InitializeComponent()
this.labelNumberOfTransitsForPhotometryDesc.Text = "Number of transits for photometry";
this.labelNumberOfTransitsForPhotometryDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelNumberOfTransitsForPhotometryDesc, "Number of transits for photometry");
+ this.labelNumberOfTransitsForPhotometryDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberOfTransitsForPhotometryDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelNumberOfTransitsForPhotometryDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberOfTransitsForPhotometryDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfAstrometricDataDesc
//
@@ -1076,6 +1257,10 @@ private void InitializeComponent()
this.labelSourceOfAstrometricDataDesc.Text = "Source of astrometric data";
this.labelSourceOfAstrometricDataDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelSourceOfAstrometricDataDesc, "Source of astrometric data");
+ this.labelSourceOfAstrometricDataDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfAstrometricDataDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelSourceOfAstrometricDataDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfAstrometricDataDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSignalToNoiseRatioOfTheStarImageDesc
//
@@ -1092,6 +1277,10 @@ private void InitializeComponent()
this.labelSignalToNoiseRatioOfTheStarImageDesc.Text = "Signal-to-noise ratio of the star image";
this.labelSignalToNoiseRatioOfTheStarImageDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelSignalToNoiseRatioOfTheStarImageDesc, "Signal-to-noise ratio of the star image");
+ this.labelSignalToNoiseRatioOfTheStarImageDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSignalToNoiseRatioOfTheStarImageDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelSignalToNoiseRatioOfTheStarImageDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSignalToNoiseRatioOfTheStarImageDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAstrometricQualityFlagDesc
//
@@ -1108,6 +1297,10 @@ private void InitializeComponent()
this.labelAstrometricQualityFlagDesc.Text = "Astrometric quality flag";
this.labelAstrometricQualityFlagDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelAstrometricQualityFlagDesc, "Astrometric quality flag");
+ this.labelAstrometricQualityFlagDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAstrometricQualityFlagDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelAstrometricQualityFlagDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAstrometricQualityFlagDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorJohnsonBvColorDesc
//
@@ -1124,6 +1317,10 @@ private void InitializeComponent()
this.labelStandardErrorJohnsonBvColorDesc.Text = "Standard error on B-V";
this.labelStandardErrorJohnsonBvColorDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelStandardErrorJohnsonBvColorDesc, "Standard error on B-V");
+ this.labelStandardErrorJohnsonBvColorDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorJohnsonBvColorDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorJohnsonBvColorDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorJohnsonBvColorDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelJohnsonBvColorDesc
//
@@ -1140,6 +1337,10 @@ private void InitializeComponent()
this.labelJohnsonBvColorDesc.Text = "Johnson B-V color";
this.labelJohnsonBvColorDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelJohnsonBvColorDesc, "Johnson B-V color");
+ this.labelJohnsonBvColorDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelJohnsonBvColorDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelJohnsonBvColorDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelJohnsonBvColorDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfPhotometryDesc
//
@@ -1156,6 +1357,10 @@ private void InitializeComponent()
this.labelSourceOfPhotometryDesc.Text = "Source of photometry";
this.labelSourceOfPhotometryDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelSourceOfPhotometryDesc, "Source of photometry");
+ this.labelSourceOfPhotometryDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfPhotometryDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelSourceOfPhotometryDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfPhotometryDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMeanVtMagnitudeDesc
//
@@ -1172,6 +1377,10 @@ private void InitializeComponent()
this.labelStandardErrorMeanVtMagnitudeDesc.Text = "Standard error on VTmag";
this.labelStandardErrorMeanVtMagnitudeDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelStandardErrorMeanVtMagnitudeDesc, "Standard error on VTmag");
+ this.labelStandardErrorMeanVtMagnitudeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanVtMagnitudeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorMeanVtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanVtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMeanVtMagnitudeDesc
//
@@ -1188,6 +1397,10 @@ private void InitializeComponent()
this.labelMeanVtMagnitudeDesc.Text = "Mean VT magnitude";
this.labelMeanVtMagnitudeDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelMeanVtMagnitudeDesc, "Mean VT magnitude");
+ this.labelMeanVtMagnitudeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanVtMagnitudeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelMeanVtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanVtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMeanBtMagnitudeDesc
//
@@ -1204,6 +1417,10 @@ private void InitializeComponent()
this.labelStandardErrorMeanBtMagnitudeDesc.Text = "Standard error on BTmag";
this.labelStandardErrorMeanBtMagnitudeDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelStandardErrorMeanBtMagnitudeDesc, "Standard error on BTmag");
+ this.labelStandardErrorMeanBtMagnitudeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanBtMagnitudeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorMeanBtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanBtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMeanBtMagnitudeDesc
//
@@ -1220,6 +1437,10 @@ private void InitializeComponent()
this.labelMeanBtMagnitudeDesc.Text = "Mean BT magnitude";
this.labelMeanBtMagnitudeDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelMeanBtMagnitudeDesc, "Mean BT magnitude");
+ this.labelMeanBtMagnitudeDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanBtMagnitudeDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelMeanBtMagnitudeDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanBtMagnitudeDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHipparcosNumberDesc
//
@@ -1236,6 +1457,10 @@ private void InitializeComponent()
this.labelHipparcosNumberDesc.Text = "Hipparcos HIP number";
this.labelHipparcosNumberDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelHipparcosNumberDesc, "Hipparcos HIP number");
+ this.labelHipparcosNumberDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHipparcosNumberDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelHipparcosNumberDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHipparcosNumberDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelGoodnessOfFitParameterDesc
//
@@ -1252,6 +1477,10 @@ private void InitializeComponent()
this.labelGoodnessOfFitParameterDesc.Text = "Goodness-of-fit parameter";
this.labelGoodnessOfFitParameterDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelGoodnessOfFitParameterDesc, "Goodness-of-fit parameter");
+ this.labelGoodnessOfFitParameterDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelGoodnessOfFitParameterDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelGoodnessOfFitParameterDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelGoodnessOfFitParameterDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberOfTransitsForAstrometryDesc
//
@@ -1268,6 +1497,10 @@ private void InitializeComponent()
this.labelNumberOfTransitsForAstrometryDesc.Text = "Number of transits for astrometry";
this.labelNumberOfTransitsForAstrometryDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(this.labelNumberOfTransitsForAstrometryDesc, "Number of transits for astrometry");
+ this.labelNumberOfTransitsForAstrometryDesc.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberOfTransitsForAstrometryDesc.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelNumberOfTransitsForAstrometryDesc.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberOfTransitsForAstrometryDesc.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// statusStrip
//
@@ -1298,6 +1531,8 @@ private void InitializeComponent()
this.toolStripStatusLabelInfo.Name = "toolStripStatusLabelInfo";
this.toolStripStatusLabelInfo.Size = new System.Drawing.Size(66, 17);
this.toolStripStatusLabelInfo.Text = "info text";
+ this.toolStripStatusLabelInfo.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.toolStripStatusLabelInfo.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// progressBar
//
@@ -1676,6 +1911,10 @@ private void InitializeComponent()
this.labelCatalogMin.TabIndex = 1;
this.labelCatalogMin.Text = "min.:";
this.labelCatalogMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCatalogMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCatalogMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCatalogMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCatalogMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelIdentifierMin
//
@@ -1689,6 +1928,10 @@ private void InitializeComponent()
this.labelIdentifierMin.TabIndex = 11;
this.labelIdentifierMin.Text = "min.:";
this.labelIdentifierMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelIdentifierMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelIdentifierMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelIdentifierMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelIdentifierMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProximityFlagMin
//
@@ -1702,6 +1945,10 @@ private void InitializeComponent()
this.labelProximityFlagMin.TabIndex = 21;
this.labelProximityFlagMin.Text = "min.:";
this.labelProximityFlagMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelProximityFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProximityFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelProximityFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProximityFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelRightAscensionMin
//
@@ -1715,6 +1962,10 @@ private void InitializeComponent()
this.labelRightAscensionMin.TabIndex = 31;
this.labelRightAscensionMin.Text = "min.:";
this.labelRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDeclinationMin
//
@@ -1728,6 +1979,10 @@ private void InitializeComponent()
this.labelDeclinationMin.TabIndex = 41;
this.labelDeclinationMin.Text = "min.:";
this.labelDeclinationMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin
//
@@ -1741,6 +1996,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.TabIndex = 12;
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.Text = "min.:";
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByDeclinationMin
//
@@ -1754,6 +2013,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByDeclinationMin.TabIndex = 2;
this.labelCorrelationProperMotionDeclinationByDeclinationMin.Text = "min.:";
this.labelCorrelationProperMotionDeclinationByDeclinationMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionDeclinationByDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionDeclinationByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin
//
@@ -1767,6 +2030,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.TabIndex = 270;
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.Text = "min.:";
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByRightAscensionMin
//
@@ -1780,6 +2047,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByRightAscensionMin.TabIndex = 260;
this.labelCorrelationProperMotionDeclinationByRightAscensionMin.Text = "min.:";
this.labelCorrelationProperMotionDeclinationByRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionDeclinationByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin
//
@@ -1793,6 +2064,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.TabIndex = 250;
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.Text = "min.:";
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByDeclinationMin
//
@@ -1806,6 +2081,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByDeclinationMin.TabIndex = 240;
this.labelCorrelationProperMotionRightAscensionByDeclinationMin.Text = "min.:";
this.labelCorrelationProperMotionRightAscensionByDeclinationMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionRightAscensionByDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByRightAscensionMin
//
@@ -1819,6 +2098,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.TabIndex = 229;
this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.Text = "min.:";
this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationTrigonomicParallaxByDeclinationMin
//
@@ -1832,6 +2115,10 @@ private void InitializeComponent()
this.labelCorrelationTrigonomicParallaxByDeclinationMin.TabIndex = 219;
this.labelCorrelationTrigonomicParallaxByDeclinationMin.Text = "min.:";
this.labelCorrelationTrigonomicParallaxByDeclinationMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationTrigonomicParallaxByDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationTrigonomicParallaxByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationTrigonomicParallaxByRightAscensionMin
//
@@ -1845,6 +2132,10 @@ private void InitializeComponent()
this.labelCorrelationTrigonomicParallaxByRightAscensionMin.TabIndex = 202;
this.labelCorrelationTrigonomicParallaxByRightAscensionMin.Text = "min.:";
this.labelCorrelationTrigonomicParallaxByRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationTrigonomicParallaxByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationDeclinationByRightAscensionMin
//
@@ -1858,6 +2149,10 @@ private void InitializeComponent()
this.labelCorrelationDeclinationByRightAscensionMin.TabIndex = 192;
this.labelCorrelationDeclinationByRightAscensionMin.Text = "min.:";
this.labelCorrelationDeclinationByRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationDeclinationByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationDeclinationByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationDeclinationByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationDeclinationByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorProperMotionDeclinationMin
//
@@ -1871,6 +2166,10 @@ private void InitializeComponent()
this.labelStandardErrorProperMotionDeclinationMin.TabIndex = 182;
this.labelStandardErrorProperMotionDeclinationMin.Text = "min.:";
this.labelStandardErrorProperMotionDeclinationMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorProperMotionDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorProperMotionDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorProperMotionRightAscensionMin
//
@@ -1884,6 +2183,10 @@ private void InitializeComponent()
this.labelStandardErrorProperMotionRightAscensionMin.TabIndex = 172;
this.labelStandardErrorProperMotionRightAscensionMin.Text = "min.:";
this.labelStandardErrorProperMotionRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorProperMotionRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorProperMotionRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMagnitudeJohnsonMin
//
@@ -1897,6 +2200,10 @@ private void InitializeComponent()
this.labelMagnitudeJohnsonMin.TabIndex = 51;
this.labelMagnitudeJohnsonMin.Text = "min.:";
this.labelMagnitudeJohnsonMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelMagnitudeJohnsonMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMagnitudeJohnsonMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelMagnitudeJohnsonMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMagnitudeJohnsonMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labellSourceOfMagnitudeMin
//
@@ -1910,6 +2217,10 @@ private void InitializeComponent()
this.labellSourceOfMagnitudeMin.TabIndex = 61;
this.labellSourceOfMagnitudeMin.Text = "min.:";
this.labellSourceOfMagnitudeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labellSourceOfMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labellSourceOfMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labellSourceOfMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labellSourceOfMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAlphaMin
//
@@ -1923,6 +2234,10 @@ private void InitializeComponent()
this.labelAlphaMin.TabIndex = 82;
this.labelAlphaMin.Text = "min.:";
this.labelAlphaMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelAlphaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAlphaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelAlphaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAlphaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDeltaMin
//
@@ -1936,6 +2251,10 @@ private void InitializeComponent()
this.labelDeltaMin.TabIndex = 92;
this.labelDeltaMin.Text = "min.:";
this.labelDeltaMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelDeltaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeltaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelDeltaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeltaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelReferenceFlagForAstrometryMin
//
@@ -1949,6 +2268,10 @@ private void InitializeComponent()
this.labelReferenceFlagForAstrometryMin.TabIndex = 102;
this.labelReferenceFlagForAstrometryMin.Text = "min.:";
this.labelReferenceFlagForAstrometryMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelReferenceFlagForAstrometryMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForAstrometryMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelReferenceFlagForAstrometryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForAstrometryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labellTrigonomicParallaxMin
//
@@ -1962,6 +2285,10 @@ private void InitializeComponent()
this.labellTrigonomicParallaxMin.TabIndex = 112;
this.labellTrigonomicParallaxMin.Text = "min.:";
this.labellTrigonomicParallaxMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labellTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labellTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labellTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labellTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProperMotionAlphaMin
//
@@ -1975,6 +2302,10 @@ private void InitializeComponent()
this.labelProperMotionAlphaMin.TabIndex = 122;
this.labelProperMotionAlphaMin.Text = "min.:";
this.labelProperMotionAlphaMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelProperMotionAlphaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionAlphaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelProperMotionAlphaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionAlphaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProperMotionDeltaMin
//
@@ -1988,6 +2319,10 @@ private void InitializeComponent()
this.labelProperMotionDeltaMin.TabIndex = 132;
this.labelProperMotionDeltaMin.Text = "min.:";
this.labelProperMotionDeltaMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelProperMotionDeltaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionDeltaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelProperMotionDeltaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionDeltaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorRightAscensionMin
//
@@ -2001,6 +2336,10 @@ private void InitializeComponent()
this.labelStandardErrorRightAscensionMin.TabIndex = 142;
this.labelStandardErrorRightAscensionMin.Text = "min.:";
this.labelStandardErrorRightAscensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorDeclinationMin
//
@@ -2014,6 +2353,10 @@ private void InitializeComponent()
this.labelStandardErrorDeclinationMin.TabIndex = 152;
this.labelStandardErrorDeclinationMin.Text = "min.:";
this.labelStandardErrorDeclinationMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorTrigonomicParallaxMin
//
@@ -2027,6 +2370,10 @@ private void InitializeComponent()
this.labelStandardErrorTrigonomicParallaxMin.TabIndex = 162;
this.labelStandardErrorTrigonomicParallaxMin.Text = "min.:";
this.labelStandardErrorTrigonomicParallaxMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCatalogMax
//
@@ -2040,6 +2387,10 @@ private void InitializeComponent()
this.labelCatalogMax.TabIndex = 3;
this.labelCatalogMax.Text = "max.:";
this.labelCatalogMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCatalogMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCatalogMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCatalogMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCatalogMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelIdentifierMax
//
@@ -2053,6 +2404,10 @@ private void InitializeComponent()
this.labelIdentifierMax.TabIndex = 13;
this.labelIdentifierMax.Text = "max.:";
this.labelIdentifierMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelIdentifierMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelIdentifierMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelIdentifierMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelIdentifierMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProximityFlagMax
//
@@ -2066,6 +2421,10 @@ private void InitializeComponent()
this.labelProximityFlagMax.TabIndex = 23;
this.labelProximityFlagMax.Text = "max.:";
this.labelProximityFlagMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelProximityFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProximityFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelProximityFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProximityFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelRightAscensionMax
//
@@ -2079,6 +2438,10 @@ private void InitializeComponent()
this.labelRightAscensionMax.TabIndex = 33;
this.labelRightAscensionMax.Text = "max.:";
this.labelRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDeclinationMax
//
@@ -2092,6 +2455,10 @@ private void InitializeComponent()
this.labelDeclinationMax.TabIndex = 43;
this.labelDeclinationMax.Text = "max.:";
this.labelDeclinationMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMagnitudeJohnsonMax
//
@@ -2105,6 +2472,10 @@ private void InitializeComponent()
this.labelMagnitudeJohnsonMax.TabIndex = 53;
this.labelMagnitudeJohnsonMax.Text = "max.:";
this.labelMagnitudeJohnsonMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelMagnitudeJohnsonMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMagnitudeJohnsonMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelMagnitudeJohnsonMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMagnitudeJohnsonMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labellSourceOfMagnitudeMax
//
@@ -2118,6 +2489,10 @@ private void InitializeComponent()
this.labellSourceOfMagnitudeMax.TabIndex = 63;
this.labellSourceOfMagnitudeMax.Text = "max.:";
this.labellSourceOfMagnitudeMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labellSourceOfMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labellSourceOfMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labellSourceOfMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labellSourceOfMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAlphaMax
//
@@ -2131,6 +2506,10 @@ private void InitializeComponent()
this.labelAlphaMax.TabIndex = 84;
this.labelAlphaMax.Text = "max.:";
this.labelAlphaMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelAlphaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAlphaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelAlphaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAlphaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDeltaMax
//
@@ -2144,6 +2523,10 @@ private void InitializeComponent()
this.labelDeltaMax.TabIndex = 94;
this.labelDeltaMax.Text = "max.:";
this.labelDeltaMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelDeltaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeltaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelDeltaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDeltaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelReferenceFlagForAstrometryMax
//
@@ -2157,6 +2540,10 @@ private void InitializeComponent()
this.labelReferenceFlagForAstrometryMax.TabIndex = 104;
this.labelReferenceFlagForAstrometryMax.Text = "max.:";
this.labelReferenceFlagForAstrometryMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelReferenceFlagForAstrometryMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForAstrometryMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelReferenceFlagForAstrometryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelReferenceFlagForAstrometryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labellTrigonomicParallaxMax
//
@@ -2170,6 +2557,10 @@ private void InitializeComponent()
this.labellTrigonomicParallaxMax.TabIndex = 114;
this.labellTrigonomicParallaxMax.Text = "max.:";
this.labellTrigonomicParallaxMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labellTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labellTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labellTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labellTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProperMotionAlphaMax
//
@@ -2183,6 +2574,10 @@ private void InitializeComponent()
this.labelProperMotionAlphaMax.TabIndex = 124;
this.labelProperMotionAlphaMax.Text = "max.:";
this.labelProperMotionAlphaMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelProperMotionAlphaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionAlphaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelProperMotionAlphaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionAlphaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelProperMotionDeltaMax
//
@@ -2196,6 +2591,10 @@ private void InitializeComponent()
this.labelProperMotionDeltaMax.TabIndex = 134;
this.labelProperMotionDeltaMax.Text = "max.:";
this.labelProperMotionDeltaMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelProperMotionDeltaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionDeltaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelProperMotionDeltaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelProperMotionDeltaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorRightAscensionMax
//
@@ -2209,6 +2608,10 @@ private void InitializeComponent()
this.labelStandardErrorRightAscensionMax.TabIndex = 144;
this.labelStandardErrorRightAscensionMax.Text = "max.:";
this.labelStandardErrorRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorDeclinationMax
//
@@ -2222,6 +2625,10 @@ private void InitializeComponent()
this.labelStandardErrorDeclinationMax.TabIndex = 154;
this.labelStandardErrorDeclinationMax.Text = "max.:";
this.labelStandardErrorDeclinationMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorTrigonomicParallaxMax
//
@@ -2235,6 +2642,10 @@ private void InitializeComponent()
this.labelStandardErrorTrigonomicParallaxMax.TabIndex = 164;
this.labelStandardErrorTrigonomicParallaxMax.Text = "max.:";
this.labelStandardErrorTrigonomicParallaxMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorProperMotionRightAscensionMax
//
@@ -2248,6 +2659,10 @@ private void InitializeComponent()
this.labelStandardErrorProperMotionRightAscensionMax.TabIndex = 174;
this.labelStandardErrorProperMotionRightAscensionMax.Text = "max.:";
this.labelStandardErrorProperMotionRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorProperMotionRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorProperMotionRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorProperMotionDeclinationMax
//
@@ -2261,6 +2676,10 @@ private void InitializeComponent()
this.labelStandardErrorProperMotionDeclinationMax.TabIndex = 184;
this.labelStandardErrorProperMotionDeclinationMax.Text = "max.:";
this.labelStandardErrorProperMotionDeclinationMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorProperMotionDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorProperMotionDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorProperMotionDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationDeclinationByRightAscensionMax
//
@@ -2274,6 +2693,10 @@ private void InitializeComponent()
this.labelCorrelationDeclinationByRightAscensionMax.TabIndex = 194;
this.labelCorrelationDeclinationByRightAscensionMax.Text = "max.:";
this.labelCorrelationDeclinationByRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationDeclinationByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationDeclinationByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationDeclinationByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationDeclinationByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationTrigonomicParallaxByRightAscensionMax
//
@@ -2287,6 +2710,10 @@ private void InitializeComponent()
this.labelCorrelationTrigonomicParallaxByRightAscensionMax.TabIndex = 211;
this.labelCorrelationTrigonomicParallaxByRightAscensionMax.Text = "max.:";
this.labelCorrelationTrigonomicParallaxByRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationTrigonomicParallaxByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationTrigonomicParallaxByDeclinationMax
//
@@ -2300,6 +2727,10 @@ private void InitializeComponent()
this.labelCorrelationTrigonomicParallaxByDeclinationMax.TabIndex = 221;
this.labelCorrelationTrigonomicParallaxByDeclinationMax.Text = "max.:";
this.labelCorrelationTrigonomicParallaxByDeclinationMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationTrigonomicParallaxByDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationTrigonomicParallaxByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationTrigonomicParallaxByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByRightAscensionMax
//
@@ -2313,6 +2744,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.TabIndex = 232;
this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.Text = "max.:";
this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByDeclinationMax
//
@@ -2326,6 +2761,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByDeclinationMax.TabIndex = 242;
this.labelCorrelationProperMotionRightAscensionByDeclinationMax.Text = "max.:";
this.labelCorrelationProperMotionRightAscensionByDeclinationMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionRightAscensionByDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax
//
@@ -2339,6 +2778,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.TabIndex = 252;
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.Text = "max.:";
this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByRightAscensionMax
//
@@ -2352,6 +2795,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByRightAscensionMax.TabIndex = 262;
this.labelCorrelationProperMotionDeclinationByRightAscensionMax.Text = "max.:";
this.labelCorrelationProperMotionDeclinationByRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionDeclinationByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax
//
@@ -2365,6 +2812,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.TabIndex = 272;
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.Text = "max.:";
this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByDeclinationMax
//
@@ -2378,6 +2829,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByDeclinationMax.TabIndex = 4;
this.labelCorrelationProperMotionDeclinationByDeclinationMax.Text = "max.:";
this.labelCorrelationProperMotionDeclinationByDeclinationMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionDeclinationByDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionDeclinationByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax
//
@@ -2391,6 +2846,10 @@ private void InitializeComponent()
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.TabIndex = 14;
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.Text = "max.:";
this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberOfTransitsForAstrometryMin
//
@@ -2404,6 +2863,10 @@ private void InitializeComponent()
this.labelNumberOfTransitsForAstrometryMin.TabIndex = 6;
this.labelNumberOfTransitsForAstrometryMin.Text = "min.:";
this.labelNumberOfTransitsForAstrometryMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelNumberOfTransitsForAstrometryMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberOfTransitsForAstrometryMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelNumberOfTransitsForAstrometryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberOfTransitsForAstrometryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelGoodnessOfFitParameterMin
//
@@ -2417,6 +2880,10 @@ private void InitializeComponent()
this.labelGoodnessOfFitParameterMin.TabIndex = 16;
this.labelGoodnessOfFitParameterMin.Text = "min.:";
this.labelGoodnessOfFitParameterMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelGoodnessOfFitParameterMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelGoodnessOfFitParameterMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelGoodnessOfFitParameterMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelGoodnessOfFitParameterMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHipparcosNumberMin
//
@@ -2430,6 +2897,10 @@ private void InitializeComponent()
this.labelHipparcosNumberMin.TabIndex = 26;
this.labelHipparcosNumberMin.Text = "min.:";
this.labelHipparcosNumberMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelHipparcosNumberMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHipparcosNumberMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelHipparcosNumberMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHipparcosNumberMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMeanBtMagnitudeMin
//
@@ -2443,6 +2914,10 @@ private void InitializeComponent()
this.labelMeanBtMagnitudeMin.TabIndex = 36;
this.labelMeanBtMagnitudeMin.Text = "min.:";
this.labelMeanBtMagnitudeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelMeanBtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanBtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelMeanBtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanBtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMeanBtMagnitudeMin
//
@@ -2456,6 +2931,10 @@ private void InitializeComponent()
this.labelStandardErrorMeanBtMagnitudeMin.TabIndex = 46;
this.labelStandardErrorMeanBtMagnitudeMin.Text = "min.:";
this.labelStandardErrorMeanBtMagnitudeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorMeanBtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanBtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorMeanBtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanBtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMeanVtMagnitudeMin
//
@@ -2469,6 +2948,10 @@ private void InitializeComponent()
this.labelMeanVtMagnitudeMin.TabIndex = 56;
this.labelMeanVtMagnitudeMin.Text = "min.:";
this.labelMeanVtMagnitudeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelMeanVtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanVtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelMeanVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMeanVtMagnitudeMin
//
@@ -2482,6 +2965,10 @@ private void InitializeComponent()
this.labelStandardErrorMeanVtMagnitudeMin.TabIndex = 77;
this.labelStandardErrorMeanVtMagnitudeMin.Text = "min.:";
this.labelStandardErrorMeanVtMagnitudeMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorMeanVtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanVtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorMeanVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfPhotometryMin
//
@@ -2495,6 +2982,10 @@ private void InitializeComponent()
this.labelSourceOfPhotometryMin.TabIndex = 87;
this.labelSourceOfPhotometryMin.Text = "min.:";
this.labelSourceOfPhotometryMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelSourceOfPhotometryMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfPhotometryMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelSourceOfPhotometryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfPhotometryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelJohnsonBvColorMin
//
@@ -2508,6 +2999,10 @@ private void InitializeComponent()
this.labelJohnsonBvColorMin.TabIndex = 97;
this.labelJohnsonBvColorMin.Text = "min.:";
this.labelJohnsonBvColorMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelJohnsonBvColorMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelJohnsonBvColorMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelJohnsonBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelJohnsonBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorJohnsonBvColorMin
//
@@ -2521,6 +3016,10 @@ private void InitializeComponent()
this.labelStandardErrorJohnsonBvColorMin.TabIndex = 107;
this.labelStandardErrorJohnsonBvColorMin.Text = "min.:";
this.labelStandardErrorJohnsonBvColorMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorJohnsonBvColorMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorJohnsonBvColorMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorJohnsonBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorJohnsonBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAstrometricQualityFlagMin
//
@@ -2534,6 +3033,10 @@ private void InitializeComponent()
this.labelAstrometricQualityFlagMin.TabIndex = 117;
this.labelAstrometricQualityFlagMin.Text = "min.:";
this.labelAstrometricQualityFlagMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelAstrometricQualityFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAstrometricQualityFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelAstrometricQualityFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAstrometricQualityFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSignalToNoiseRatioOfTheStarImageMin
//
@@ -2547,6 +3050,10 @@ private void InitializeComponent()
this.labelSignalToNoiseRatioOfTheStarImageMin.TabIndex = 127;
this.labelSignalToNoiseRatioOfTheStarImageMin.Text = "min.:";
this.labelSignalToNoiseRatioOfTheStarImageMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelSignalToNoiseRatioOfTheStarImageMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSignalToNoiseRatioOfTheStarImageMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelSignalToNoiseRatioOfTheStarImageMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSignalToNoiseRatioOfTheStarImageMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfAstrometricDataMin
//
@@ -2560,6 +3067,10 @@ private void InitializeComponent()
this.labelSourceOfAstrometricDataMin.TabIndex = 137;
this.labelSourceOfAstrometricDataMin.Text = "min.:";
this.labelSourceOfAstrometricDataMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelSourceOfAstrometricDataMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfAstrometricDataMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelSourceOfAstrometricDataMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfAstrometricDataMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberOfTransitsForPhotometryMin
//
@@ -2573,6 +3084,10 @@ private void InitializeComponent()
this.labelNumberOfTransitsForPhotometryMin.TabIndex = 147;
this.labelNumberOfTransitsForPhotometryMin.Text = "min.:";
this.labelNumberOfTransitsForPhotometryMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelNumberOfTransitsForPhotometryMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberOfTransitsForPhotometryMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelNumberOfTransitsForPhotometryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberOfTransitsForPhotometryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelEstimateOfVtmagScatterMin
//
@@ -2586,6 +3101,10 @@ private void InitializeComponent()
this.labelEstimateOfVtmagScatterMin.TabIndex = 157;
this.labelEstimateOfVtmagScatterMin.Text = "min.:";
this.labelEstimateOfVtmagScatterMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelEstimateOfVtmagScatterMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelEstimateOfVtmagScatterMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelEstimateOfVtmagScatterMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelEstimateOfVtmagScatterMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVtmagAtMaximumMin
//
@@ -2599,6 +3118,10 @@ private void InitializeComponent()
this.labelVtmagAtMaximumMin.TabIndex = 167;
this.labelVtmagAtMaximumMin.Text = "min.:";
this.labelVtmagAtMaximumMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelVtmagAtMaximumMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVtmagAtMaximumMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelVtmagAtMaximumMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVtmagAtMaximumMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVtmagAtMinimumMin
//
@@ -2612,6 +3135,10 @@ private void InitializeComponent()
this.labelVtmagAtMinimumMin.TabIndex = 177;
this.labelVtmagAtMinimumMin.Text = "min.:";
this.labelVtmagAtMinimumMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelVtmagAtMinimumMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVtmagAtMinimumMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelVtmagAtMinimumMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVtmagAtMinimumMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelKnownVariabilityFromGcvsNsvMin
//
@@ -2625,6 +3152,10 @@ private void InitializeComponent()
this.labelKnownVariabilityFromGcvsNsvMin.TabIndex = 187;
this.labelKnownVariabilityFromGcvsNsvMin.Text = "min.:";
this.labelKnownVariabilityFromGcvsNsvMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelKnownVariabilityFromGcvsNsvMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelKnownVariabilityFromGcvsNsvMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelKnownVariabilityFromGcvsNsvMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelKnownVariabilityFromGcvsNsvMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVariabilityFromTychoMin
//
@@ -2638,6 +3169,10 @@ private void InitializeComponent()
this.labelVariabilityFromTychoMin.TabIndex = 197;
this.labelVariabilityFromTychoMin.Text = "min.:";
this.labelVariabilityFromTychoMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelVariabilityFromTychoMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVariabilityFromTychoMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelVariabilityFromTychoMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVariabilityFromTychoMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDuplicityFromTychoMin
//
@@ -2651,6 +3186,10 @@ private void InitializeComponent()
this.labelDuplicityFromTychoMin.TabIndex = 214;
this.labelDuplicityFromTychoMin.Text = "min.:";
this.labelDuplicityFromTychoMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelDuplicityFromTychoMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDuplicityFromTychoMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelDuplicityFromTychoMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDuplicityFromTychoMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelEpochPhotometryInAnnexMin
//
@@ -2664,6 +3203,10 @@ private void InitializeComponent()
this.labelEpochPhotometryInAnnexMin.TabIndex = 224;
this.labelEpochPhotometryInAnnexMin.Text = "min.:";
this.labelEpochPhotometryInAnnexMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelEpochPhotometryInAnnexMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelEpochPhotometryInAnnexMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelEpochPhotometryInAnnexMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelEpochPhotometryInAnnexMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCcdmComponentIdentifier
//
@@ -2677,6 +3220,10 @@ private void InitializeComponent()
this.labelCcdmComponentIdentifier.TabIndex = 235;
this.labelCcdmComponentIdentifier.Text = "min.:";
this.labelCcdmComponentIdentifier.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCcdmComponentIdentifier.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCcdmComponentIdentifier.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCcdmComponentIdentifier.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCcdmComponentIdentifier.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelPpmAndSupplementMin
//
@@ -2690,6 +3237,10 @@ private void InitializeComponent()
this.labelPpmAndSupplementMin.TabIndex = 245;
this.labelPpmAndSupplementMin.Text = "min.:";
this.labelPpmAndSupplementMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelPpmAndSupplementMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelPpmAndSupplementMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelPpmAndSupplementMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelPpmAndSupplementMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHdNumberMin
//
@@ -2703,6 +3254,10 @@ private void InitializeComponent()
this.labelHdNumberMin.TabIndex = 255;
this.labelHdNumberMin.Text = "min.:";
this.labelHdNumberMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelHdNumberMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHdNumberMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelHdNumberMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHdNumberMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelBonnerDmMin
//
@@ -2716,6 +3271,10 @@ private void InitializeComponent()
this.labelBonnerDmMin.TabIndex = 265;
this.labelBonnerDmMin.Text = "min.:";
this.labelBonnerDmMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelBonnerDmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelBonnerDmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelBonnerDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelBonnerDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCordobaDmMin
//
@@ -2729,6 +3288,10 @@ private void InitializeComponent()
this.labelCordobaDmMin.TabIndex = 276;
this.labelCordobaDmMin.Text = "min.:";
this.labelCordobaDmMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCordobaDmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCordobaDmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCordobaDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCordobaDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCapePhotographicDmMin
//
@@ -2742,6 +3305,10 @@ private void InitializeComponent()
this.labelCapePhotographicDmMin.TabIndex = 7;
this.labelCapePhotographicDmMin.Text = "min.:";
this.labelCapePhotographicDmMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCapePhotographicDmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCapePhotographicDmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCapePhotographicDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCapePhotographicDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNotesMin
//
@@ -2755,6 +3322,10 @@ private void InitializeComponent()
this.labelNotesMin.TabIndex = 17;
this.labelNotesMin.Text = "min.:";
this.labelNotesMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelNotesMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNotesMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelNotesMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNotesMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberOfTransitsForAstrometryMax
//
@@ -2768,6 +3339,10 @@ private void InitializeComponent()
this.labelNumberOfTransitsForAstrometryMax.TabIndex = 8;
this.labelNumberOfTransitsForAstrometryMax.Text = "max.:";
this.labelNumberOfTransitsForAstrometryMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelNumberOfTransitsForAstrometryMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberOfTransitsForAstrometryMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelNumberOfTransitsForAstrometryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberOfTransitsForAstrometryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelGoodnessOfFitParameterMax
//
@@ -2781,6 +3356,10 @@ private void InitializeComponent()
this.labelGoodnessOfFitParameterMax.TabIndex = 18;
this.labelGoodnessOfFitParameterMax.Text = "max.:";
this.labelGoodnessOfFitParameterMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelGoodnessOfFitParameterMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelGoodnessOfFitParameterMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelGoodnessOfFitParameterMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelGoodnessOfFitParameterMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHipparcosNumberMax
//
@@ -2794,6 +3373,10 @@ private void InitializeComponent()
this.labelHipparcosNumberMax.TabIndex = 28;
this.labelHipparcosNumberMax.Text = "max.:";
this.labelHipparcosNumberMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelHipparcosNumberMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHipparcosNumberMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelHipparcosNumberMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHipparcosNumberMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMeanBtMagnitudeMax
//
@@ -2807,6 +3390,10 @@ private void InitializeComponent()
this.labelMeanBtMagnitudeMax.TabIndex = 38;
this.labelMeanBtMagnitudeMax.Text = "max.:";
this.labelMeanBtMagnitudeMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelMeanBtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanBtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelMeanBtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanBtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMeanBtMagnitudeMax
//
@@ -2820,6 +3407,10 @@ private void InitializeComponent()
this.labelStandardErrorMeanBtMagnitudeMax.TabIndex = 48;
this.labelStandardErrorMeanBtMagnitudeMax.Text = "max.:";
this.labelStandardErrorMeanBtMagnitudeMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorMeanBtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanBtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorMeanBtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanBtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelMeanVtMagnitudeMax
//
@@ -2833,6 +3424,10 @@ private void InitializeComponent()
this.labelMeanVtMagnitudeMax.TabIndex = 58;
this.labelMeanVtMagnitudeMax.Text = "max.:";
this.labelMeanVtMagnitudeMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelMeanVtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanVtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelMeanVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelMeanVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorMeanVtMagnitudeMax
//
@@ -2846,6 +3441,10 @@ private void InitializeComponent()
this.labelStandardErrorMeanVtMagnitudeMax.TabIndex = 79;
this.labelStandardErrorMeanVtMagnitudeMax.Text = "max.:";
this.labelStandardErrorMeanVtMagnitudeMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorMeanVtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanVtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorMeanVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorMeanVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfPhotometryMax
//
@@ -2859,6 +3458,10 @@ private void InitializeComponent()
this.labelSourceOfPhotometryMax.TabIndex = 89;
this.labelSourceOfPhotometryMax.Text = "max.:";
this.labelSourceOfPhotometryMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelSourceOfPhotometryMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfPhotometryMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelSourceOfPhotometryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfPhotometryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelJohnsonBvColorMax
//
@@ -2872,6 +3475,10 @@ private void InitializeComponent()
this.labelJohnsonBvColorMax.TabIndex = 99;
this.labelJohnsonBvColorMax.Text = "max.:";
this.labelJohnsonBvColorMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelJohnsonBvColorMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelJohnsonBvColorMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelJohnsonBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelJohnsonBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelStandardErrorJohnsonBvColorMax
//
@@ -2885,6 +3492,10 @@ private void InitializeComponent()
this.labelStandardErrorJohnsonBvColorMax.TabIndex = 109;
this.labelStandardErrorJohnsonBvColorMax.Text = "max.:";
this.labelStandardErrorJohnsonBvColorMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelStandardErrorJohnsonBvColorMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorJohnsonBvColorMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelStandardErrorJohnsonBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelStandardErrorJohnsonBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelAstrometricQualityFlagMax
//
@@ -2898,6 +3509,10 @@ private void InitializeComponent()
this.labelAstrometricQualityFlagMax.TabIndex = 119;
this.labelAstrometricQualityFlagMax.Text = "max.:";
this.labelAstrometricQualityFlagMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelAstrometricQualityFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAstrometricQualityFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelAstrometricQualityFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelAstrometricQualityFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSignalToNoiseRatioOfTheStarImageMax
//
@@ -2911,6 +3526,10 @@ private void InitializeComponent()
this.labelSignalToNoiseRatioOfTheStarImageMax.TabIndex = 129;
this.labelSignalToNoiseRatioOfTheStarImageMax.Text = "max.:";
this.labelSignalToNoiseRatioOfTheStarImageMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelSignalToNoiseRatioOfTheStarImageMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSignalToNoiseRatioOfTheStarImageMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelSignalToNoiseRatioOfTheStarImageMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSignalToNoiseRatioOfTheStarImageMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelSourceOfAstrometricDataMax
//
@@ -2924,6 +3543,10 @@ private void InitializeComponent()
this.labelSourceOfAstrometricDataMax.TabIndex = 139;
this.labelSourceOfAstrometricDataMax.Text = "max.:";
this.labelSourceOfAstrometricDataMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelSourceOfAstrometricDataMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfAstrometricDataMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelSourceOfAstrometricDataMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelSourceOfAstrometricDataMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNumberOfTransitsForPhotometryMax
//
@@ -2937,6 +3560,10 @@ private void InitializeComponent()
this.labelNumberOfTransitsForPhotometryMax.TabIndex = 149;
this.labelNumberOfTransitsForPhotometryMax.Text = "max.:";
this.labelNumberOfTransitsForPhotometryMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelNumberOfTransitsForPhotometryMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberOfTransitsForPhotometryMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelNumberOfTransitsForPhotometryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNumberOfTransitsForPhotometryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelEstimateOfVtmagScatterMax
//
@@ -2950,6 +3577,10 @@ private void InitializeComponent()
this.labelEstimateOfVtmagScatterMax.TabIndex = 159;
this.labelEstimateOfVtmagScatterMax.Text = "max.:";
this.labelEstimateOfVtmagScatterMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelEstimateOfVtmagScatterMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelEstimateOfVtmagScatterMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelEstimateOfVtmagScatterMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelEstimateOfVtmagScatterMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVtmagAtMaximumMax
//
@@ -2963,6 +3594,10 @@ private void InitializeComponent()
this.labelVtmagAtMaximumMax.TabIndex = 169;
this.labelVtmagAtMaximumMax.Text = "max.:";
this.labelVtmagAtMaximumMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelVtmagAtMaximumMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVtmagAtMaximumMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelVtmagAtMaximumMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVtmagAtMaximumMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVtmagAtMinimumMax
//
@@ -2976,6 +3611,10 @@ private void InitializeComponent()
this.labelVtmagAtMinimumMax.TabIndex = 179;
this.labelVtmagAtMinimumMax.Text = "max.:";
this.labelVtmagAtMinimumMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelVtmagAtMinimumMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVtmagAtMinimumMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelVtmagAtMinimumMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVtmagAtMinimumMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelKnownVariabilityFromGcvsNsvMax
//
@@ -2989,6 +3628,10 @@ private void InitializeComponent()
this.labelKnownVariabilityFromGcvsNsvMax.TabIndex = 189;
this.labelKnownVariabilityFromGcvsNsvMax.Text = "max.:";
this.labelKnownVariabilityFromGcvsNsvMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelKnownVariabilityFromGcvsNsvMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelKnownVariabilityFromGcvsNsvMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelKnownVariabilityFromGcvsNsvMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelKnownVariabilityFromGcvsNsvMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelVariabilityFromTychoMax
//
@@ -3002,6 +3645,10 @@ private void InitializeComponent()
this.labelVariabilityFromTychoMax.TabIndex = 199;
this.labelVariabilityFromTychoMax.Text = "max.:";
this.labelVariabilityFromTychoMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelVariabilityFromTychoMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVariabilityFromTychoMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelVariabilityFromTychoMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelVariabilityFromTychoMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelDuplicityFromTychoMax
//
@@ -3015,6 +3662,10 @@ private void InitializeComponent()
this.labelDuplicityFromTychoMax.TabIndex = 216;
this.labelDuplicityFromTychoMax.Text = "max.:";
this.labelDuplicityFromTychoMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelDuplicityFromTychoMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDuplicityFromTychoMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelDuplicityFromTychoMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelDuplicityFromTychoMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelEpochPhotometryInAnnexMax
//
@@ -3028,6 +3679,10 @@ private void InitializeComponent()
this.labelEpochPhotometryInAnnexMax.TabIndex = 226;
this.labelEpochPhotometryInAnnexMax.Text = "max.:";
this.labelEpochPhotometryInAnnexMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelEpochPhotometryInAnnexMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelEpochPhotometryInAnnexMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelEpochPhotometryInAnnexMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelEpochPhotometryInAnnexMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCcdmComponentIdentifierMax
//
@@ -3041,6 +3696,10 @@ private void InitializeComponent()
this.labelCcdmComponentIdentifierMax.TabIndex = 237;
this.labelCcdmComponentIdentifierMax.Text = "max.:";
this.labelCcdmComponentIdentifierMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCcdmComponentIdentifierMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCcdmComponentIdentifierMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCcdmComponentIdentifierMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCcdmComponentIdentifierMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelPpmAndSupplementMax
//
@@ -3054,6 +3713,10 @@ private void InitializeComponent()
this.labelPpmAndSupplementMax.TabIndex = 247;
this.labelPpmAndSupplementMax.Text = "max.:";
this.labelPpmAndSupplementMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelPpmAndSupplementMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelPpmAndSupplementMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelPpmAndSupplementMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelPpmAndSupplementMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelHdNumberMax
//
@@ -3067,6 +3730,10 @@ private void InitializeComponent()
this.labelHdNumberMax.TabIndex = 257;
this.labelHdNumberMax.Text = "max.:";
this.labelHdNumberMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelHdNumberMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHdNumberMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelHdNumberMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelHdNumberMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelNotesMax
//
@@ -3080,6 +3747,10 @@ private void InitializeComponent()
this.labelNotesMax.TabIndex = 19;
this.labelNotesMax.Text = "max.:";
this.labelNotesMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelNotesMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNotesMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelNotesMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelNotesMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCapePhotographicDmMax
//
@@ -3093,6 +3764,10 @@ private void InitializeComponent()
this.labelCapePhotographicDmMax.TabIndex = 9;
this.labelCapePhotographicDmMax.Text = "max.:";
this.labelCapePhotographicDmMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCapePhotographicDmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCapePhotographicDmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCapePhotographicDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCapePhotographicDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelCordobaDmMax
//
@@ -3106,6 +3781,10 @@ private void InitializeComponent()
this.labelCordobaDmMax.TabIndex = 279;
this.labelCordobaDmMax.Text = "max.:";
this.labelCordobaDmMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelCordobaDmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCordobaDmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelCordobaDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelCordobaDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// labelBonnerDmMax
//
@@ -3119,6 +3798,10 @@ private void InitializeComponent()
this.labelBonnerDmMax.TabIndex = 267;
this.labelBonnerDmMax.Text = "max.:";
this.labelBonnerDmMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.labelBonnerDmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelBonnerDmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.labelBonnerDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.labelBonnerDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin
//
@@ -3130,6 +3813,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.Name = "textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin";
this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.TabIndex = 13;
+ this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByDeclinationMin
//
@@ -3141,6 +3828,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.Name = "textBoxCorrelationProperMotionDeclinationByDeclinationMin";
this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.TabIndex = 3;
+ this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin
//
@@ -3152,6 +3843,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.Name = "textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin";
this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.TabIndex = 271;
+ this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByRightAscensionMin
//
@@ -3163,6 +3858,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.Name = "textBoxCorrelationProperMotionDeclinationByRightAscensionMin";
this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.TabIndex = 261;
+ this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin
//
@@ -3174,6 +3873,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.Name = "textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin";
this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.TabIndex = 251;
+ this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionRightAscensionByDeclinationMin
//
@@ -3185,6 +3888,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.Name = "textBoxCorrelationProperMotionRightAscensionByDeclinationMin";
this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.TabIndex = 241;
+ this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionRightAscensionByRightAscensionMin
//
@@ -3196,6 +3903,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.Name = "textBoxCorrelationProperMotionRightAscensionByRightAscensionMin";
this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.TabIndex = 231;
+ this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationTrigonomicParallaxByDeclinationMin
//
@@ -3207,6 +3918,10 @@ private void InitializeComponent()
this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.Name = "textBoxCorrelationTrigonomicParallaxByDeclinationMin";
this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.TabIndex = 220;
+ this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationTrigonomicParallaxByDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationTrigonomicParallaxByRightAscensionMin
//
@@ -3218,6 +3933,10 @@ private void InitializeComponent()
this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.Name = "textBoxCorrelationTrigonomicParallaxByRightAscensionMin";
this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.TabIndex = 203;
+ this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationTrigonomicParallaxByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationDeclinationByRightAscensionMin
//
@@ -3229,6 +3948,10 @@ private void InitializeComponent()
this.textBoxCorrelationDeclinationByRightAscensionMin.Name = "textBoxCorrelationDeclinationByRightAscensionMin";
this.textBoxCorrelationDeclinationByRightAscensionMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationDeclinationByRightAscensionMin.TabIndex = 193;
+ this.textBoxCorrelationDeclinationByRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationDeclinationByRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationDeclinationByRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationDeclinationByRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorProperMotionDeclinationMin
//
@@ -3240,6 +3963,10 @@ private void InitializeComponent()
this.textBoxStandardErrorProperMotionDeclinationMin.Name = "textBoxStandardErrorProperMotionDeclinationMin";
this.textBoxStandardErrorProperMotionDeclinationMin.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorProperMotionDeclinationMin.TabIndex = 183;
+ this.textBoxStandardErrorProperMotionDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorProperMotionDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorProperMotionDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorProperMotionDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorProperMotionRightAscensionMin
//
@@ -3251,6 +3978,10 @@ private void InitializeComponent()
this.textBoxStandardErrorProperMotionRightAscensionMin.Name = "textBoxStandardErrorProperMotionRightAscensionMin";
this.textBoxStandardErrorProperMotionRightAscensionMin.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorProperMotionRightAscensionMin.TabIndex = 173;
+ this.textBoxStandardErrorProperMotionRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorProperMotionRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorProperMotionRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorProperMotionRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorTrigonomicParallaxMin
//
@@ -3262,6 +3993,10 @@ private void InitializeComponent()
this.textBoxStandardErrorTrigonomicParallaxMin.Name = "textBoxStandardErrorTrigonomicParallaxMin";
this.textBoxStandardErrorTrigonomicParallaxMin.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorTrigonomicParallaxMin.TabIndex = 163;
+ this.textBoxStandardErrorTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorDeclinationMin
//
@@ -3273,6 +4008,10 @@ private void InitializeComponent()
this.textBoxStandardErrorDeclinationMin.Name = "textBoxStandardErrorDeclinationMin";
this.textBoxStandardErrorDeclinationMin.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorDeclinationMin.TabIndex = 153;
+ this.textBoxStandardErrorDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorRightAscensionMin
//
@@ -3284,6 +4023,10 @@ private void InitializeComponent()
this.textBoxStandardErrorRightAscensionMin.Name = "textBoxStandardErrorRightAscensionMin";
this.textBoxStandardErrorRightAscensionMin.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorRightAscensionMin.TabIndex = 143;
+ this.textBoxStandardErrorRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxProperMotionDeltaMin
//
@@ -3295,6 +4038,10 @@ private void InitializeComponent()
this.textBoxProperMotionDeltaMin.Name = "textBoxProperMotionDeltaMin";
this.textBoxProperMotionDeltaMin.Size = new System.Drawing.Size(50, 18);
this.textBoxProperMotionDeltaMin.TabIndex = 133;
+ this.textBoxProperMotionDeltaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProperMotionDeltaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxProperMotionDeltaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProperMotionDeltaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxProperMotionAlphaMin
//
@@ -3306,6 +4053,10 @@ private void InitializeComponent()
this.textBoxProperMotionAlphaMin.Name = "textBoxProperMotionAlphaMin";
this.textBoxProperMotionAlphaMin.Size = new System.Drawing.Size(50, 18);
this.textBoxProperMotionAlphaMin.TabIndex = 123;
+ this.textBoxProperMotionAlphaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProperMotionAlphaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxProperMotionAlphaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProperMotionAlphaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxlTrigonomicParallaxMin
//
@@ -3317,6 +4068,10 @@ private void InitializeComponent()
this.textBoxlTrigonomicParallaxMin.Name = "textBoxlTrigonomicParallaxMin";
this.textBoxlTrigonomicParallaxMin.Size = new System.Drawing.Size(50, 18);
this.textBoxlTrigonomicParallaxMin.TabIndex = 113;
+ this.textBoxlTrigonomicParallaxMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlTrigonomicParallaxMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxlTrigonomicParallaxMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlTrigonomicParallaxMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxReferenceFlagForAstrometryMin
//
@@ -3328,6 +4083,10 @@ private void InitializeComponent()
this.textBoxReferenceFlagForAstrometryMin.Name = "textBoxReferenceFlagForAstrometryMin";
this.textBoxReferenceFlagForAstrometryMin.Size = new System.Drawing.Size(50, 18);
this.textBoxReferenceFlagForAstrometryMin.TabIndex = 103;
+ this.textBoxReferenceFlagForAstrometryMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxReferenceFlagForAstrometryMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxReferenceFlagForAstrometryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxReferenceFlagForAstrometryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxDeltaMin
//
@@ -3339,6 +4098,10 @@ private void InitializeComponent()
this.textBoxDeltaMin.Name = "textBoxDeltaMin";
this.textBoxDeltaMin.Size = new System.Drawing.Size(50, 18);
this.textBoxDeltaMin.TabIndex = 93;
+ this.textBoxDeltaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDeltaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxDeltaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDeltaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxAlphaMin
//
@@ -3350,6 +4113,10 @@ private void InitializeComponent()
this.textBoxAlphaMin.Name = "textBoxAlphaMin";
this.textBoxAlphaMin.Size = new System.Drawing.Size(50, 18);
this.textBoxAlphaMin.TabIndex = 83;
+ this.textBoxAlphaMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAlphaMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxAlphaMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAlphaMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxlSourceOfMagnitudeMin
//
@@ -3361,6 +4128,10 @@ private void InitializeComponent()
this.textBoxlSourceOfMagnitudeMin.Name = "textBoxlSourceOfMagnitudeMin";
this.textBoxlSourceOfMagnitudeMin.Size = new System.Drawing.Size(50, 18);
this.textBoxlSourceOfMagnitudeMin.TabIndex = 62;
+ this.textBoxlSourceOfMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlSourceOfMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxlSourceOfMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlSourceOfMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMagnitudeJohnsonMin
//
@@ -3372,6 +4143,10 @@ private void InitializeComponent()
this.textBoxMagnitudeJohnsonMin.Name = "textBoxMagnitudeJohnsonMin";
this.textBoxMagnitudeJohnsonMin.Size = new System.Drawing.Size(50, 18);
this.textBoxMagnitudeJohnsonMin.TabIndex = 52;
+ this.textBoxMagnitudeJohnsonMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMagnitudeJohnsonMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxMagnitudeJohnsonMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMagnitudeJohnsonMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxDeclinationMin
//
@@ -3383,6 +4158,10 @@ private void InitializeComponent()
this.textBoxDeclinationMin.Name = "textBoxDeclinationMin";
this.textBoxDeclinationMin.Size = new System.Drawing.Size(50, 18);
this.textBoxDeclinationMin.TabIndex = 42;
+ this.textBoxDeclinationMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDeclinationMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxDeclinationMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDeclinationMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxRightAscensionMin
//
@@ -3394,6 +4173,10 @@ private void InitializeComponent()
this.textBoxRightAscensionMin.Name = "textBoxRightAscensionMin";
this.textBoxRightAscensionMin.Size = new System.Drawing.Size(50, 18);
this.textBoxRightAscensionMin.TabIndex = 32;
+ this.textBoxRightAscensionMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxRightAscensionMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxRightAscensionMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxRightAscensionMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxProximityFlagMin
//
@@ -3405,6 +4188,10 @@ private void InitializeComponent()
this.textBoxProximityFlagMin.Name = "textBoxProximityFlagMin";
this.textBoxProximityFlagMin.Size = new System.Drawing.Size(50, 18);
this.textBoxProximityFlagMin.TabIndex = 22;
+ this.textBoxProximityFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProximityFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxProximityFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProximityFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxIdentifierMin
//
@@ -3416,6 +4203,10 @@ private void InitializeComponent()
this.textBoxIdentifierMin.Name = "textBoxIdentifierMin";
this.textBoxIdentifierMin.Size = new System.Drawing.Size(50, 18);
this.textBoxIdentifierMin.TabIndex = 12;
+ this.textBoxIdentifierMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxIdentifierMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxIdentifierMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxIdentifierMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCatalogMin
//
@@ -3427,6 +4218,10 @@ private void InitializeComponent()
this.textBoxCatalogMin.Name = "textBoxCatalogMin";
this.textBoxCatalogMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCatalogMin.TabIndex = 2;
+ this.textBoxCatalogMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCatalogMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCatalogMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCatalogMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCatalogMax
//
@@ -3438,6 +4233,10 @@ private void InitializeComponent()
this.textBoxCatalogMax.Name = "textBoxCatalogMax";
this.textBoxCatalogMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCatalogMax.TabIndex = 4;
+ this.textBoxCatalogMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCatalogMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCatalogMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCatalogMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax
//
@@ -3449,6 +4248,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.Name = "textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax";
this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.TabIndex = 15;
+ this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByProperMotionRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByDeclinationMax
//
@@ -3460,6 +4263,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.Name = "textBoxCorrelationProperMotionDeclinationByDeclinationMax";
this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.TabIndex = 5;
+ this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax
//
@@ -3471,6 +4278,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.Name = "textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax";
this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.TabIndex = 274;
+ this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionDeclinationByRightAscensionMax
//
@@ -3482,6 +4293,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.Name = "textBoxCorrelationProperMotionDeclinationByRightAscensionMax";
this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.TabIndex = 263;
+ this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionDeclinationByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax
//
@@ -3493,6 +4308,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.Name = "textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax";
this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.TabIndex = 253;
+ this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionRightAscensionByDeclinationMax
//
@@ -3504,6 +4323,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.Name = "textBoxCorrelationProperMotionRightAscensionByDeclinationMax";
this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.TabIndex = 243;
+ this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationProperMotionRightAscensionByRightAscensionMax
//
@@ -3515,6 +4338,10 @@ private void InitializeComponent()
this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.Name = "textBoxCorrelationProperMotionRightAscensionByRightAscensionMax";
this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.TabIndex = 233;
+ this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationProperMotionRightAscensionByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationTrigonomicParallaxByDeclinationMax
//
@@ -3526,6 +4353,10 @@ private void InitializeComponent()
this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.Name = "textBoxCorrelationTrigonomicParallaxByDeclinationMax";
this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.TabIndex = 222;
+ this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationTrigonomicParallaxByDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationTrigonomicParallaxByRightAscensionMax
//
@@ -3537,6 +4368,10 @@ private void InitializeComponent()
this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.Name = "textBoxCorrelationTrigonomicParallaxByRightAscensionMax";
this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.TabIndex = 212;
+ this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationTrigonomicParallaxByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCorrelationDeclinationByRightAscensionMax
//
@@ -3548,6 +4383,10 @@ private void InitializeComponent()
this.textBoxCorrelationDeclinationByRightAscensionMax.Name = "textBoxCorrelationDeclinationByRightAscensionMax";
this.textBoxCorrelationDeclinationByRightAscensionMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCorrelationDeclinationByRightAscensionMax.TabIndex = 195;
+ this.textBoxCorrelationDeclinationByRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationDeclinationByRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCorrelationDeclinationByRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCorrelationDeclinationByRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorProperMotionDeclinationMax
//
@@ -3559,6 +4398,10 @@ private void InitializeComponent()
this.textBoxStandardErrorProperMotionDeclinationMax.Name = "textBoxStandardErrorProperMotionDeclinationMax";
this.textBoxStandardErrorProperMotionDeclinationMax.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorProperMotionDeclinationMax.TabIndex = 185;
+ this.textBoxStandardErrorProperMotionDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorProperMotionDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorProperMotionDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorProperMotionDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorProperMotionRightAscensionMax
//
@@ -3570,6 +4413,10 @@ private void InitializeComponent()
this.textBoxStandardErrorProperMotionRightAscensionMax.Name = "textBoxStandardErrorProperMotionRightAscensionMax";
this.textBoxStandardErrorProperMotionRightAscensionMax.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorProperMotionRightAscensionMax.TabIndex = 175;
+ this.textBoxStandardErrorProperMotionRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorProperMotionRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorProperMotionRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorProperMotionRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorTrigonomicParallaxMax
//
@@ -3581,6 +4428,10 @@ private void InitializeComponent()
this.textBoxStandardErrorTrigonomicParallaxMax.Name = "textBoxStandardErrorTrigonomicParallaxMax";
this.textBoxStandardErrorTrigonomicParallaxMax.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorTrigonomicParallaxMax.TabIndex = 165;
+ this.textBoxStandardErrorTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorDeclinationMax
//
@@ -3592,6 +4443,10 @@ private void InitializeComponent()
this.textBoxStandardErrorDeclinationMax.Name = "textBoxStandardErrorDeclinationMax";
this.textBoxStandardErrorDeclinationMax.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorDeclinationMax.TabIndex = 155;
+ this.textBoxStandardErrorDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorRightAscensionMax
//
@@ -3603,6 +4458,10 @@ private void InitializeComponent()
this.textBoxStandardErrorRightAscensionMax.Name = "textBoxStandardErrorRightAscensionMax";
this.textBoxStandardErrorRightAscensionMax.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorRightAscensionMax.TabIndex = 145;
+ this.textBoxStandardErrorRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxProperMotionDeltaMax
//
@@ -3614,6 +4473,10 @@ private void InitializeComponent()
this.textBoxProperMotionDeltaMax.Name = "textBoxProperMotionDeltaMax";
this.textBoxProperMotionDeltaMax.Size = new System.Drawing.Size(50, 18);
this.textBoxProperMotionDeltaMax.TabIndex = 135;
+ this.textBoxProperMotionDeltaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProperMotionDeltaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxProperMotionDeltaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProperMotionDeltaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxProperMotionAlphamax
//
@@ -3625,6 +4488,10 @@ private void InitializeComponent()
this.textBoxProperMotionAlphamax.Name = "textBoxProperMotionAlphamax";
this.textBoxProperMotionAlphamax.Size = new System.Drawing.Size(50, 18);
this.textBoxProperMotionAlphamax.TabIndex = 125;
+ this.textBoxProperMotionAlphamax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProperMotionAlphamax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxProperMotionAlphamax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProperMotionAlphamax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxlTrigonomicParallaxMax
//
@@ -3636,6 +4503,10 @@ private void InitializeComponent()
this.textBoxlTrigonomicParallaxMax.Name = "textBoxlTrigonomicParallaxMax";
this.textBoxlTrigonomicParallaxMax.Size = new System.Drawing.Size(50, 18);
this.textBoxlTrigonomicParallaxMax.TabIndex = 115;
+ this.textBoxlTrigonomicParallaxMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlTrigonomicParallaxMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxlTrigonomicParallaxMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlTrigonomicParallaxMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxReferenceFlagForAstrometryMax
//
@@ -3647,6 +4518,10 @@ private void InitializeComponent()
this.textBoxReferenceFlagForAstrometryMax.Name = "textBoxReferenceFlagForAstrometryMax";
this.textBoxReferenceFlagForAstrometryMax.Size = new System.Drawing.Size(50, 18);
this.textBoxReferenceFlagForAstrometryMax.TabIndex = 105;
+ this.textBoxReferenceFlagForAstrometryMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxReferenceFlagForAstrometryMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxReferenceFlagForAstrometryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxReferenceFlagForAstrometryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxDeltaMax
//
@@ -3658,6 +4533,10 @@ private void InitializeComponent()
this.textBoxDeltaMax.Name = "textBoxDeltaMax";
this.textBoxDeltaMax.Size = new System.Drawing.Size(50, 18);
this.textBoxDeltaMax.TabIndex = 95;
+ this.textBoxDeltaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDeltaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxDeltaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDeltaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxAlphaMax
//
@@ -3669,6 +4548,10 @@ private void InitializeComponent()
this.textBoxAlphaMax.Name = "textBoxAlphaMax";
this.textBoxAlphaMax.Size = new System.Drawing.Size(50, 18);
this.textBoxAlphaMax.TabIndex = 85;
+ this.textBoxAlphaMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAlphaMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxAlphaMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAlphaMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxlSourceOfMagnitudemax
//
@@ -3680,6 +4563,10 @@ private void InitializeComponent()
this.textBoxlSourceOfMagnitudemax.Name = "textBoxlSourceOfMagnitudemax";
this.textBoxlSourceOfMagnitudemax.Size = new System.Drawing.Size(50, 18);
this.textBoxlSourceOfMagnitudemax.TabIndex = 64;
+ this.textBoxlSourceOfMagnitudemax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlSourceOfMagnitudemax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxlSourceOfMagnitudemax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxlSourceOfMagnitudemax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMagnitudeJohnsonMax
//
@@ -3691,6 +4578,10 @@ private void InitializeComponent()
this.textBoxMagnitudeJohnsonMax.Name = "textBoxMagnitudeJohnsonMax";
this.textBoxMagnitudeJohnsonMax.Size = new System.Drawing.Size(50, 18);
this.textBoxMagnitudeJohnsonMax.TabIndex = 54;
+ this.textBoxMagnitudeJohnsonMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMagnitudeJohnsonMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxMagnitudeJohnsonMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMagnitudeJohnsonMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxDeclinationMax
//
@@ -3702,6 +4593,10 @@ private void InitializeComponent()
this.textBoxDeclinationMax.Name = "textBoxDeclinationMax";
this.textBoxDeclinationMax.Size = new System.Drawing.Size(50, 18);
this.textBoxDeclinationMax.TabIndex = 44;
+ this.textBoxDeclinationMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDeclinationMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxDeclinationMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDeclinationMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxRightAscensionMax
//
@@ -3713,6 +4608,10 @@ private void InitializeComponent()
this.textBoxRightAscensionMax.Name = "textBoxRightAscensionMax";
this.textBoxRightAscensionMax.Size = new System.Drawing.Size(50, 18);
this.textBoxRightAscensionMax.TabIndex = 34;
+ this.textBoxRightAscensionMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxRightAscensionMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxRightAscensionMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxRightAscensionMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxProximityFlagMax
//
@@ -3724,6 +4623,10 @@ private void InitializeComponent()
this.textBoxProximityFlagMax.Name = "textBoxProximityFlagMax";
this.textBoxProximityFlagMax.Size = new System.Drawing.Size(50, 18);
this.textBoxProximityFlagMax.TabIndex = 24;
+ this.textBoxProximityFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProximityFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxProximityFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxProximityFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxIdentifierMax
//
@@ -3735,6 +4638,10 @@ private void InitializeComponent()
this.textBoxIdentifierMax.Name = "textBoxIdentifierMax";
this.textBoxIdentifierMax.Size = new System.Drawing.Size(50, 18);
this.textBoxIdentifierMax.TabIndex = 14;
+ this.textBoxIdentifierMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxIdentifierMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxIdentifierMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxIdentifierMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxNotesMin
//
@@ -3746,6 +4653,10 @@ private void InitializeComponent()
this.textBoxNotesMin.Name = "textBoxNotesMin";
this.textBoxNotesMin.Size = new System.Drawing.Size(50, 18);
this.textBoxNotesMin.TabIndex = 18;
+ this.textBoxNotesMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNotesMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxNotesMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNotesMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCapePhotographicDmMin
//
@@ -3757,6 +4668,10 @@ private void InitializeComponent()
this.textBoxCapePhotographicDmMin.Name = "textBoxCapePhotographicDmMin";
this.textBoxCapePhotographicDmMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCapePhotographicDmMin.TabIndex = 8;
+ this.textBoxCapePhotographicDmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCapePhotographicDmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCapePhotographicDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCapePhotographicDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCordobaDmMin
//
@@ -3768,6 +4683,10 @@ private void InitializeComponent()
this.textBoxCordobaDmMin.Name = "textBoxCordobaDmMin";
this.textBoxCordobaDmMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCordobaDmMin.TabIndex = 277;
+ this.textBoxCordobaDmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCordobaDmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCordobaDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCordobaDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxBonnerDmMin
//
@@ -3779,6 +4698,10 @@ private void InitializeComponent()
this.textBoxBonnerDmMin.Name = "textBoxBonnerDmMin";
this.textBoxBonnerDmMin.Size = new System.Drawing.Size(50, 18);
this.textBoxBonnerDmMin.TabIndex = 266;
+ this.textBoxBonnerDmMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxBonnerDmMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxBonnerDmMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxBonnerDmMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxHdNumberMin
//
@@ -3790,6 +4713,10 @@ private void InitializeComponent()
this.textBoxHdNumberMin.Name = "textBoxHdNumberMin";
this.textBoxHdNumberMin.Size = new System.Drawing.Size(50, 18);
this.textBoxHdNumberMin.TabIndex = 256;
+ this.textBoxHdNumberMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHdNumberMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxHdNumberMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHdNumberMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxPpmAndSupplementMin
//
@@ -3801,6 +4728,10 @@ private void InitializeComponent()
this.textBoxPpmAndSupplementMin.Name = "textBoxPpmAndSupplementMin";
this.textBoxPpmAndSupplementMin.Size = new System.Drawing.Size(50, 18);
this.textBoxPpmAndSupplementMin.TabIndex = 246;
+ this.textBoxPpmAndSupplementMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxPpmAndSupplementMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxPpmAndSupplementMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxPpmAndSupplementMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCcdmComponentIdentifierMin
//
@@ -3812,6 +4743,10 @@ private void InitializeComponent()
this.textBoxCcdmComponentIdentifierMin.Name = "textBoxCcdmComponentIdentifierMin";
this.textBoxCcdmComponentIdentifierMin.Size = new System.Drawing.Size(50, 18);
this.textBoxCcdmComponentIdentifierMin.TabIndex = 236;
+ this.textBoxCcdmComponentIdentifierMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCcdmComponentIdentifierMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCcdmComponentIdentifierMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCcdmComponentIdentifierMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxEpochPhotometryInAnnexMin
//
@@ -3823,6 +4758,10 @@ private void InitializeComponent()
this.textBoxEpochPhotometryInAnnexMin.Name = "textBoxEpochPhotometryInAnnexMin";
this.textBoxEpochPhotometryInAnnexMin.Size = new System.Drawing.Size(50, 18);
this.textBoxEpochPhotometryInAnnexMin.TabIndex = 225;
+ this.textBoxEpochPhotometryInAnnexMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxEpochPhotometryInAnnexMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxEpochPhotometryInAnnexMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxEpochPhotometryInAnnexMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxDuplicityFromTychoMin
//
@@ -3834,6 +4773,10 @@ private void InitializeComponent()
this.textBoxDuplicityFromTychoMin.Name = "textBoxDuplicityFromTychoMin";
this.textBoxDuplicityFromTychoMin.Size = new System.Drawing.Size(50, 18);
this.textBoxDuplicityFromTychoMin.TabIndex = 215;
+ this.textBoxDuplicityFromTychoMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDuplicityFromTychoMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxDuplicityFromTychoMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDuplicityFromTychoMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxVariabilityFromTychoMin
//
@@ -3845,6 +4788,10 @@ private void InitializeComponent()
this.textBoxVariabilityFromTychoMin.Name = "textBoxVariabilityFromTychoMin";
this.textBoxVariabilityFromTychoMin.Size = new System.Drawing.Size(50, 18);
this.textBoxVariabilityFromTychoMin.TabIndex = 198;
+ this.textBoxVariabilityFromTychoMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVariabilityFromTychoMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxVariabilityFromTychoMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVariabilityFromTychoMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxKnownVariabilityFromGcvsNsvMin
//
@@ -3856,6 +4803,10 @@ private void InitializeComponent()
this.textBoxKnownVariabilityFromGcvsNsvMin.Name = "textBoxKnownVariabilityFromGcvsNsvMin";
this.textBoxKnownVariabilityFromGcvsNsvMin.Size = new System.Drawing.Size(50, 18);
this.textBoxKnownVariabilityFromGcvsNsvMin.TabIndex = 188;
+ this.textBoxKnownVariabilityFromGcvsNsvMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxKnownVariabilityFromGcvsNsvMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxKnownVariabilityFromGcvsNsvMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxKnownVariabilityFromGcvsNsvMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxVtmagAtMinimumMin
//
@@ -3867,6 +4818,10 @@ private void InitializeComponent()
this.textBoxVtmagAtMinimumMin.Name = "textBoxVtmagAtMinimumMin";
this.textBoxVtmagAtMinimumMin.Size = new System.Drawing.Size(50, 18);
this.textBoxVtmagAtMinimumMin.TabIndex = 178;
+ this.textBoxVtmagAtMinimumMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVtmagAtMinimumMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxVtmagAtMinimumMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVtmagAtMinimumMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxVtmagAtMaximumMin
//
@@ -3878,6 +4833,10 @@ private void InitializeComponent()
this.textBoxVtmagAtMaximumMin.Name = "textBoxVtmagAtMaximumMin";
this.textBoxVtmagAtMaximumMin.Size = new System.Drawing.Size(50, 18);
this.textBoxVtmagAtMaximumMin.TabIndex = 168;
+ this.textBoxVtmagAtMaximumMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVtmagAtMaximumMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxVtmagAtMaximumMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVtmagAtMaximumMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxEstimateOfVtmagScatterMin
//
@@ -3889,6 +4848,10 @@ private void InitializeComponent()
this.textBoxEstimateOfVtmagScatterMin.Name = "textBoxEstimateOfVtmagScatterMin";
this.textBoxEstimateOfVtmagScatterMin.Size = new System.Drawing.Size(50, 18);
this.textBoxEstimateOfVtmagScatterMin.TabIndex = 158;
+ this.textBoxEstimateOfVtmagScatterMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxEstimateOfVtmagScatterMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxEstimateOfVtmagScatterMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxEstimateOfVtmagScatterMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxNumberOfTransitsForPhotometryMin
//
@@ -3900,6 +4863,10 @@ private void InitializeComponent()
this.textBoxNumberOfTransitsForPhotometryMin.Name = "textBoxNumberOfTransitsForPhotometryMin";
this.textBoxNumberOfTransitsForPhotometryMin.Size = new System.Drawing.Size(50, 18);
this.textBoxNumberOfTransitsForPhotometryMin.TabIndex = 148;
+ this.textBoxNumberOfTransitsForPhotometryMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberOfTransitsForPhotometryMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxNumberOfTransitsForPhotometryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberOfTransitsForPhotometryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSourceOfAstrometricDataMin
//
@@ -3911,6 +4878,10 @@ private void InitializeComponent()
this.textBoxSourceOfAstrometricDataMin.Name = "textBoxSourceOfAstrometricDataMin";
this.textBoxSourceOfAstrometricDataMin.Size = new System.Drawing.Size(50, 18);
this.textBoxSourceOfAstrometricDataMin.TabIndex = 138;
+ this.textBoxSourceOfAstrometricDataMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfAstrometricDataMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxSourceOfAstrometricDataMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfAstrometricDataMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSignalToNoiseRatioOfTheStarImageMin
//
@@ -3922,6 +4893,10 @@ private void InitializeComponent()
this.textBoxSignalToNoiseRatioOfTheStarImageMin.Name = "textBoxSignalToNoiseRatioOfTheStarImageMin";
this.textBoxSignalToNoiseRatioOfTheStarImageMin.Size = new System.Drawing.Size(50, 18);
this.textBoxSignalToNoiseRatioOfTheStarImageMin.TabIndex = 128;
+ this.textBoxSignalToNoiseRatioOfTheStarImageMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSignalToNoiseRatioOfTheStarImageMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxSignalToNoiseRatioOfTheStarImageMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSignalToNoiseRatioOfTheStarImageMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxAstrometricQualityFlagMin
//
@@ -3933,6 +4908,10 @@ private void InitializeComponent()
this.textBoxAstrometricQualityFlagMin.Name = "textBoxAstrometricQualityFlagMin";
this.textBoxAstrometricQualityFlagMin.Size = new System.Drawing.Size(50, 18);
this.textBoxAstrometricQualityFlagMin.TabIndex = 118;
+ this.textBoxAstrometricQualityFlagMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAstrometricQualityFlagMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxAstrometricQualityFlagMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAstrometricQualityFlagMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorJohnsonBvColorMin
//
@@ -3944,6 +4923,10 @@ private void InitializeComponent()
this.textBoxStandardErrorJohnsonBvColorMin.Name = "textBoxStandardErrorJohnsonBvColorMin";
this.textBoxStandardErrorJohnsonBvColorMin.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorJohnsonBvColorMin.TabIndex = 108;
+ this.textBoxStandardErrorJohnsonBvColorMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorJohnsonBvColorMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorJohnsonBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorJohnsonBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxJohnsonBvColorMin
//
@@ -3955,6 +4938,10 @@ private void InitializeComponent()
this.textBoxJohnsonBvColorMin.Name = "textBoxJohnsonBvColorMin";
this.textBoxJohnsonBvColorMin.Size = new System.Drawing.Size(50, 18);
this.textBoxJohnsonBvColorMin.TabIndex = 98;
+ this.textBoxJohnsonBvColorMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxJohnsonBvColorMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxJohnsonBvColorMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxJohnsonBvColorMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSourceOfPhotometryMin
//
@@ -3966,6 +4953,10 @@ private void InitializeComponent()
this.textBoxSourceOfPhotometryMin.Name = "textBoxSourceOfPhotometryMin";
this.textBoxSourceOfPhotometryMin.Size = new System.Drawing.Size(50, 18);
this.textBoxSourceOfPhotometryMin.TabIndex = 88;
+ this.textBoxSourceOfPhotometryMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfPhotometryMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxSourceOfPhotometryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfPhotometryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorMeanVtMagnitudeMin
//
@@ -3977,6 +4968,10 @@ private void InitializeComponent()
this.textBoxStandardErrorMeanVtMagnitudeMin.Name = "textBoxStandardErrorMeanVtMagnitudeMin";
this.textBoxStandardErrorMeanVtMagnitudeMin.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorMeanVtMagnitudeMin.TabIndex = 78;
+ this.textBoxStandardErrorMeanVtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMeanVtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorMeanVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMeanVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMeanVtMagnitudeMin
//
@@ -3988,6 +4983,10 @@ private void InitializeComponent()
this.textBoxMeanVtMagnitudeMin.Name = "textBoxMeanVtMagnitudeMin";
this.textBoxMeanVtMagnitudeMin.Size = new System.Drawing.Size(50, 18);
this.textBoxMeanVtMagnitudeMin.TabIndex = 57;
+ this.textBoxMeanVtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMeanVtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxMeanVtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMeanVtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorMeanBtMagnitudeMin
//
@@ -3999,6 +4998,10 @@ private void InitializeComponent()
this.textBoxStandardErrorMeanBtMagnitudeMin.Name = "textBoxStandardErrorMeanBtMagnitudeMin";
this.textBoxStandardErrorMeanBtMagnitudeMin.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorMeanBtMagnitudeMin.TabIndex = 47;
+ this.textBoxStandardErrorMeanBtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMeanBtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorMeanBtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMeanBtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMeanBtMagnitudeMin
//
@@ -4010,6 +5013,10 @@ private void InitializeComponent()
this.textBoxMeanBtMagnitudeMin.Name = "textBoxMeanBtMagnitudeMin";
this.textBoxMeanBtMagnitudeMin.Size = new System.Drawing.Size(50, 18);
this.textBoxMeanBtMagnitudeMin.TabIndex = 37;
+ this.textBoxMeanBtMagnitudeMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMeanBtMagnitudeMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxMeanBtMagnitudeMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMeanBtMagnitudeMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxHipparcosNumberMin
//
@@ -4021,6 +5028,10 @@ private void InitializeComponent()
this.textBoxHipparcosNumberMin.Name = "textBoxHipparcosNumberMin";
this.textBoxHipparcosNumberMin.Size = new System.Drawing.Size(50, 18);
this.textBoxHipparcosNumberMin.TabIndex = 27;
+ this.textBoxHipparcosNumberMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHipparcosNumberMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxHipparcosNumberMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHipparcosNumberMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxGoodnessOfFitParameterMin
//
@@ -4032,6 +5043,10 @@ private void InitializeComponent()
this.textBoxGoodnessOfFitParameterMin.Name = "textBoxGoodnessOfFitParameterMin";
this.textBoxGoodnessOfFitParameterMin.Size = new System.Drawing.Size(50, 18);
this.textBoxGoodnessOfFitParameterMin.TabIndex = 17;
+ this.textBoxGoodnessOfFitParameterMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxGoodnessOfFitParameterMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxGoodnessOfFitParameterMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxGoodnessOfFitParameterMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxNumberOfTransitsForAstrometryMin
//
@@ -4043,6 +5058,10 @@ private void InitializeComponent()
this.textBoxNumberOfTransitsForAstrometryMin.Name = "textBoxNumberOfTransitsForAstrometryMin";
this.textBoxNumberOfTransitsForAstrometryMin.Size = new System.Drawing.Size(50, 18);
this.textBoxNumberOfTransitsForAstrometryMin.TabIndex = 7;
+ this.textBoxNumberOfTransitsForAstrometryMin.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberOfTransitsForAstrometryMin.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxNumberOfTransitsForAstrometryMin.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberOfTransitsForAstrometryMin.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxNotesmax
//
@@ -4054,6 +5073,10 @@ private void InitializeComponent()
this.textBoxNotesmax.Name = "textBoxNotesmax";
this.textBoxNotesmax.Size = new System.Drawing.Size(50, 18);
this.textBoxNotesmax.TabIndex = 20;
+ this.textBoxNotesmax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNotesmax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxNotesmax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNotesmax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCapePhotographicDmMax
//
@@ -4065,6 +5088,10 @@ private void InitializeComponent()
this.textBoxCapePhotographicDmMax.Name = "textBoxCapePhotographicDmMax";
this.textBoxCapePhotographicDmMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCapePhotographicDmMax.TabIndex = 10;
+ this.textBoxCapePhotographicDmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCapePhotographicDmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCapePhotographicDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCapePhotographicDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCordobaDmMax
//
@@ -4076,6 +5103,10 @@ private void InitializeComponent()
this.textBoxCordobaDmMax.Name = "textBoxCordobaDmMax";
this.textBoxCordobaDmMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCordobaDmMax.TabIndex = 0;
+ this.textBoxCordobaDmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCordobaDmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCordobaDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCordobaDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxBonnerDmMax
//
@@ -4087,6 +5118,10 @@ private void InitializeComponent()
this.textBoxBonnerDmMax.Name = "textBoxBonnerDmMax";
this.textBoxBonnerDmMax.Size = new System.Drawing.Size(50, 18);
this.textBoxBonnerDmMax.TabIndex = 268;
+ this.textBoxBonnerDmMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxBonnerDmMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxBonnerDmMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxBonnerDmMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxHdNumberMax
//
@@ -4098,6 +5133,10 @@ private void InitializeComponent()
this.textBoxHdNumberMax.Name = "textBoxHdNumberMax";
this.textBoxHdNumberMax.Size = new System.Drawing.Size(50, 18);
this.textBoxHdNumberMax.TabIndex = 258;
+ this.textBoxHdNumberMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHdNumberMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxHdNumberMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHdNumberMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxPpmAndSupplementMax
//
@@ -4109,6 +5148,10 @@ private void InitializeComponent()
this.textBoxPpmAndSupplementMax.Name = "textBoxPpmAndSupplementMax";
this.textBoxPpmAndSupplementMax.Size = new System.Drawing.Size(50, 18);
this.textBoxPpmAndSupplementMax.TabIndex = 248;
+ this.textBoxPpmAndSupplementMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxPpmAndSupplementMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxPpmAndSupplementMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxPpmAndSupplementMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxCcdmComponentIdentifierMax
//
@@ -4120,6 +5163,10 @@ private void InitializeComponent()
this.textBoxCcdmComponentIdentifierMax.Name = "textBoxCcdmComponentIdentifierMax";
this.textBoxCcdmComponentIdentifierMax.Size = new System.Drawing.Size(50, 18);
this.textBoxCcdmComponentIdentifierMax.TabIndex = 238;
+ this.textBoxCcdmComponentIdentifierMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCcdmComponentIdentifierMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxCcdmComponentIdentifierMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxCcdmComponentIdentifierMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxEpochPhotometryInAnnexMax
//
@@ -4131,6 +5178,10 @@ private void InitializeComponent()
this.textBoxEpochPhotometryInAnnexMax.Name = "textBoxEpochPhotometryInAnnexMax";
this.textBoxEpochPhotometryInAnnexMax.Size = new System.Drawing.Size(50, 18);
this.textBoxEpochPhotometryInAnnexMax.TabIndex = 227;
+ this.textBoxEpochPhotometryInAnnexMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxEpochPhotometryInAnnexMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxEpochPhotometryInAnnexMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxEpochPhotometryInAnnexMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxDuplicityFromTychoMax
//
@@ -4142,6 +5193,10 @@ private void InitializeComponent()
this.textBoxDuplicityFromTychoMax.Name = "textBoxDuplicityFromTychoMax";
this.textBoxDuplicityFromTychoMax.Size = new System.Drawing.Size(50, 18);
this.textBoxDuplicityFromTychoMax.TabIndex = 217;
+ this.textBoxDuplicityFromTychoMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDuplicityFromTychoMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxDuplicityFromTychoMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxDuplicityFromTychoMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxVariabilityFromTychoMax
//
@@ -4153,6 +5208,10 @@ private void InitializeComponent()
this.textBoxVariabilityFromTychoMax.Name = "textBoxVariabilityFromTychoMax";
this.textBoxVariabilityFromTychoMax.Size = new System.Drawing.Size(50, 18);
this.textBoxVariabilityFromTychoMax.TabIndex = 200;
+ this.textBoxVariabilityFromTychoMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVariabilityFromTychoMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxVariabilityFromTychoMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVariabilityFromTychoMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxKnownVariabilityFromGcvsNsvMax
//
@@ -4164,6 +5223,10 @@ private void InitializeComponent()
this.textBoxKnownVariabilityFromGcvsNsvMax.Name = "textBoxKnownVariabilityFromGcvsNsvMax";
this.textBoxKnownVariabilityFromGcvsNsvMax.Size = new System.Drawing.Size(50, 18);
this.textBoxKnownVariabilityFromGcvsNsvMax.TabIndex = 190;
+ this.textBoxKnownVariabilityFromGcvsNsvMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxKnownVariabilityFromGcvsNsvMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxKnownVariabilityFromGcvsNsvMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxKnownVariabilityFromGcvsNsvMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxVtmagAtMinimumMax
//
@@ -4175,6 +5238,10 @@ private void InitializeComponent()
this.textBoxVtmagAtMinimumMax.Name = "textBoxVtmagAtMinimumMax";
this.textBoxVtmagAtMinimumMax.Size = new System.Drawing.Size(50, 18);
this.textBoxVtmagAtMinimumMax.TabIndex = 180;
+ this.textBoxVtmagAtMinimumMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVtmagAtMinimumMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxVtmagAtMinimumMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVtmagAtMinimumMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxVtmagAtMaximumMax
//
@@ -4186,6 +5253,10 @@ private void InitializeComponent()
this.textBoxVtmagAtMaximumMax.Name = "textBoxVtmagAtMaximumMax";
this.textBoxVtmagAtMaximumMax.Size = new System.Drawing.Size(50, 18);
this.textBoxVtmagAtMaximumMax.TabIndex = 170;
+ this.textBoxVtmagAtMaximumMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVtmagAtMaximumMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxVtmagAtMaximumMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxVtmagAtMaximumMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxEstimateOfVtmagScatterMax
//
@@ -4197,6 +5268,10 @@ private void InitializeComponent()
this.textBoxEstimateOfVtmagScatterMax.Name = "textBoxEstimateOfVtmagScatterMax";
this.textBoxEstimateOfVtmagScatterMax.Size = new System.Drawing.Size(50, 18);
this.textBoxEstimateOfVtmagScatterMax.TabIndex = 160;
+ this.textBoxEstimateOfVtmagScatterMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxEstimateOfVtmagScatterMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxEstimateOfVtmagScatterMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxEstimateOfVtmagScatterMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxNumberOfTransitsForPhotometryMax
//
@@ -4208,6 +5283,10 @@ private void InitializeComponent()
this.textBoxNumberOfTransitsForPhotometryMax.Name = "textBoxNumberOfTransitsForPhotometryMax";
this.textBoxNumberOfTransitsForPhotometryMax.Size = new System.Drawing.Size(50, 18);
this.textBoxNumberOfTransitsForPhotometryMax.TabIndex = 150;
+ this.textBoxNumberOfTransitsForPhotometryMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberOfTransitsForPhotometryMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxNumberOfTransitsForPhotometryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberOfTransitsForPhotometryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSourceOfAstrometricDataMax
//
@@ -4219,6 +5298,10 @@ private void InitializeComponent()
this.textBoxSourceOfAstrometricDataMax.Name = "textBoxSourceOfAstrometricDataMax";
this.textBoxSourceOfAstrometricDataMax.Size = new System.Drawing.Size(50, 18);
this.textBoxSourceOfAstrometricDataMax.TabIndex = 140;
+ this.textBoxSourceOfAstrometricDataMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfAstrometricDataMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxSourceOfAstrometricDataMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfAstrometricDataMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSignalToNoiseRatioOfTheStarImageMax
//
@@ -4230,6 +5313,10 @@ private void InitializeComponent()
this.textBoxSignalToNoiseRatioOfTheStarImageMax.Name = "textBoxSignalToNoiseRatioOfTheStarImageMax";
this.textBoxSignalToNoiseRatioOfTheStarImageMax.Size = new System.Drawing.Size(50, 18);
this.textBoxSignalToNoiseRatioOfTheStarImageMax.TabIndex = 130;
+ this.textBoxSignalToNoiseRatioOfTheStarImageMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSignalToNoiseRatioOfTheStarImageMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxSignalToNoiseRatioOfTheStarImageMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSignalToNoiseRatioOfTheStarImageMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxAstrometricQualityFlagMax
//
@@ -4241,6 +5328,10 @@ private void InitializeComponent()
this.textBoxAstrometricQualityFlagMax.Name = "textBoxAstrometricQualityFlagMax";
this.textBoxAstrometricQualityFlagMax.Size = new System.Drawing.Size(50, 18);
this.textBoxAstrometricQualityFlagMax.TabIndex = 120;
+ this.textBoxAstrometricQualityFlagMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAstrometricQualityFlagMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxAstrometricQualityFlagMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxAstrometricQualityFlagMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorJohnsonBvColorMax
//
@@ -4252,6 +5343,10 @@ private void InitializeComponent()
this.textBoxStandardErrorJohnsonBvColorMax.Name = "textBoxStandardErrorJohnsonBvColorMax";
this.textBoxStandardErrorJohnsonBvColorMax.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorJohnsonBvColorMax.TabIndex = 110;
+ this.textBoxStandardErrorJohnsonBvColorMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorJohnsonBvColorMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorJohnsonBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorJohnsonBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxJohnsonBvColorMax
//
@@ -4263,6 +5358,10 @@ private void InitializeComponent()
this.textBoxJohnsonBvColorMax.Name = "textBoxJohnsonBvColorMax";
this.textBoxJohnsonBvColorMax.Size = new System.Drawing.Size(50, 18);
this.textBoxJohnsonBvColorMax.TabIndex = 100;
+ this.textBoxJohnsonBvColorMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxJohnsonBvColorMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxJohnsonBvColorMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxJohnsonBvColorMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxSourceOfPhotometryMax
//
@@ -4274,6 +5373,10 @@ private void InitializeComponent()
this.textBoxSourceOfPhotometryMax.Name = "textBoxSourceOfPhotometryMax";
this.textBoxSourceOfPhotometryMax.Size = new System.Drawing.Size(50, 18);
this.textBoxSourceOfPhotometryMax.TabIndex = 90;
+ this.textBoxSourceOfPhotometryMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfPhotometryMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxSourceOfPhotometryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxSourceOfPhotometryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorMeanVtMagnitudeMax
//
@@ -4285,6 +5388,10 @@ private void InitializeComponent()
this.textBoxStandardErrorMeanVtMagnitudeMax.Name = "textBoxStandardErrorMeanVtMagnitudeMax";
this.textBoxStandardErrorMeanVtMagnitudeMax.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorMeanVtMagnitudeMax.TabIndex = 80;
+ this.textBoxStandardErrorMeanVtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMeanVtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorMeanVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMeanVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMeanVtMagnitudeMax
//
@@ -4296,6 +5403,10 @@ private void InitializeComponent()
this.textBoxMeanVtMagnitudeMax.Name = "textBoxMeanVtMagnitudeMax";
this.textBoxMeanVtMagnitudeMax.Size = new System.Drawing.Size(50, 18);
this.textBoxMeanVtMagnitudeMax.TabIndex = 59;
+ this.textBoxMeanVtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMeanVtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxMeanVtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMeanVtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxStandardErrorMeanBtMagnitudeMax
//
@@ -4307,6 +5418,10 @@ private void InitializeComponent()
this.textBoxStandardErrorMeanBtMagnitudeMax.Name = "textBoxStandardErrorMeanBtMagnitudeMax";
this.textBoxStandardErrorMeanBtMagnitudeMax.Size = new System.Drawing.Size(50, 18);
this.textBoxStandardErrorMeanBtMagnitudeMax.TabIndex = 49;
+ this.textBoxStandardErrorMeanBtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMeanBtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxStandardErrorMeanBtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxStandardErrorMeanBtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxMeanBtMagnitudeMax
//
@@ -4318,6 +5433,10 @@ private void InitializeComponent()
this.textBoxMeanBtMagnitudeMax.Name = "textBoxMeanBtMagnitudeMax";
this.textBoxMeanBtMagnitudeMax.Size = new System.Drawing.Size(50, 18);
this.textBoxMeanBtMagnitudeMax.TabIndex = 39;
+ this.textBoxMeanBtMagnitudeMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMeanBtMagnitudeMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxMeanBtMagnitudeMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxMeanBtMagnitudeMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxHipparcosNumberMax
//
@@ -4329,6 +5448,10 @@ private void InitializeComponent()
this.textBoxHipparcosNumberMax.Name = "textBoxHipparcosNumberMax";
this.textBoxHipparcosNumberMax.Size = new System.Drawing.Size(50, 18);
this.textBoxHipparcosNumberMax.TabIndex = 29;
+ this.textBoxHipparcosNumberMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHipparcosNumberMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxHipparcosNumberMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxHipparcosNumberMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxGoodnessOfFitParameterMax
//
@@ -4340,6 +5463,10 @@ private void InitializeComponent()
this.textBoxGoodnessOfFitParameterMax.Name = "textBoxGoodnessOfFitParameterMax";
this.textBoxGoodnessOfFitParameterMax.Size = new System.Drawing.Size(50, 18);
this.textBoxGoodnessOfFitParameterMax.TabIndex = 19;
+ this.textBoxGoodnessOfFitParameterMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxGoodnessOfFitParameterMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxGoodnessOfFitParameterMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxGoodnessOfFitParameterMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// textBoxNumberOfTransitsForAstrometryMax
//
@@ -4351,6 +5478,10 @@ private void InitializeComponent()
this.textBoxNumberOfTransitsForAstrometryMax.Name = "textBoxNumberOfTransitsForAstrometryMax";
this.textBoxNumberOfTransitsForAstrometryMax.Size = new System.Drawing.Size(50, 18);
this.textBoxNumberOfTransitsForAstrometryMax.TabIndex = 9;
+ this.textBoxNumberOfTransitsForAstrometryMax.Enter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberOfTransitsForAstrometryMax.Leave += new System.EventHandler(this.ClearStatusbar_Leave);
+ this.textBoxNumberOfTransitsForAstrometryMax.MouseEnter += new System.EventHandler(this.SetStatusbar_Enter);
+ this.textBoxNumberOfTransitsForAstrometryMax.MouseLeave += new System.EventHandler(this.ClearStatusbar_Leave);
//
// TychoCatalogFilterForm
//
diff --git a/TychoCatalogFilterForm.cs b/TychoCatalogFilterForm.cs
index 5e05d58..6ad2c8a 100644
--- a/TychoCatalogFilterForm.cs
+++ b/TychoCatalogFilterForm.cs
@@ -16,5 +16,23 @@ public partial class TychoCatalogFilterForm : Form
private void TychoCatalogFilterForm_Load(object sender, EventArgs e)
{
}
+
+ private void SetStatusbar_Enter(object sender, EventArgs e)
+ {
+ }
+
+ private void ClearStatusbar_Leave(object sender, EventArgs e)
+ {
+ }
+
+ private void ToolStripButtonApplyFilterSettings_Click(object sender, EventArgs e)
+ {
+ }
+
+ private void ToolStripButtonCancel_Click(object sender, EventArgs e) => Close();
+
+ private void ToolStripButtonRestoreToDefault_Click(object sender, EventArgs e)
+ {
+ }
}
}
diff --git a/TychoCatalogViewerForm.cs b/TychoCatalogViewerForm.cs
index 0ae4a9d..9edc354 100644
--- a/TychoCatalogViewerForm.cs
+++ b/TychoCatalogViewerForm.cs
@@ -8,8 +8,14 @@
namespace Hipparcos_DB
{
+ ///
+ /// TychoCatalogViewerForm : Form
+ ///
public partial class TychoCatalogViewerForm : Form
{
+ ///
+ /// AstroElement
+ ///
private enum AstroElement
{
None = 0,
@@ -127,38 +133,35 @@ private enum AstroElement
NotesData
}
+ ///
+ /// Settings
+ ///
private readonly Settings settings = new Settings();
- private readonly string[] filesHipparcosCatalog =
- {
- "h_dm_com.dat.gz",
- "h_dm_cor.dat.gz",
- "hd_notes.doc.gz",
- "hg_notes.doc.gz",
- "h_dm_cor.dat.gz",
- "hip_dm_g.dat.gz",
- "hip_dm_o.dat.gz",
- "hip_dm_v.dat.gz",
- "hip_dm_x.dat.gz",
- "hip_main.dat.gz",
- "hip_va_1.dat.gz",
- "hip_va_2.dat.gz",
- "hp_auth.doc.gz",
- "hp_notes.doc.gz",
- "hp_refs.doc.gz",
- "solar_ha.dat.gz",
- "solar_hp.dat.gz",
- "solar_t.dat.gz"
- };
-
+ ///
+ /// True if database is loading
+ ///
private bool isDatabaseLoading = true;
- private string[] catalogEntries = { "" };
+ ///
+ /// Catalog entries
+ ///
+ private string[] catalogEntries;
+
+ ///
+ /// Value of the enum of the astrophysical elements
+ ///
+ private uint astrophysicalElement = 0;
+
+ ///
+ /// Index variable
+ ///
+ private uint index = 0;
- private uint
- astrophysicalElement = 0,
- index = 0,
- maxIndex = 0;
+ ///
+ /// Maximal value of the index variable
+ ///
+ private uint maxIndex = 0;
///
/// Culture info
@@ -167,8 +170,11 @@ private uint
#region Local methods
- private string RemoveFileExtension(string filename) => filename.Substring(startIndex: 0, length: filename.LastIndexOf(value: ".", comparisonType: StringComparison.CurrentCulture));
-
+ ///
+ /// Copy a text to the clipbpard
+ ///
+ /// text to copy
+ [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions")]
private void CopyToClipboard(string text)
{
Clipboard.SetText(text: text);
@@ -178,142 +184,160 @@ private void CopyToClipboard(string text)
caption: Resources.copiedToClipboardTitle,
buttons: MessageBoxButtons.OK,
icon: MessageBoxIcon.Information,
- defaultButton: MessageBoxDefaultButton.Button1,
- options: MessageBoxOptions.DefaultDesktopOnly);
+ defaultButton: MessageBoxDefaultButton.Button1);
}
+ ///
+ /// Copy a text to the clipboard while entering a control
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameter is not needed, but must be indicated.
private void CopyToClipboard(object sender, EventArgs e)
{
if (sender is Control control)
{
- CopyToClipboard(text: (control).Text);
+ CopyToClipboard(text: control.Text);
}
else if (sender is ToolStripButton toolStripButton)
{
- CopyToClipboard(text: (toolStripButton).Text);
+ CopyToClipboard(text: toolStripButton.Text);
}
else if (sender is ToolStripMenuItem toolStripMenuItem)
{
- CopyToClipboard(text: (toolStripMenuItem).Text);
+ CopyToClipboard(text: toolStripMenuItem.Text);
}
else if (sender is ToolStripLabel toolStripLabel)
{
- CopyToClipboard(text: (toolStripLabel).Text);
+ CopyToClipboard(text: toolStripLabel.Text);
}
else if (sender is ToolStripComboBox toolStripComboBox)
{
- CopyToClipboard(text: (toolStripComboBox).Text);
+ CopyToClipboard(text: toolStripComboBox.Text);
}
else if (sender is ToolStripDropDown toolStripDropDown)
{
- CopyToClipboard(text: (toolStripDropDown).Text);
+ CopyToClipboard(text: toolStripDropDown.Text);
}
else if (sender is ToolStripDropDownButton toolStripDropDownButton)
{
- CopyToClipboard(text: (toolStripDropDownButton).Text);
+ CopyToClipboard(text: toolStripDropDownButton.Text);
}
else if (sender is ToolStripDropDownItem toolStripDropDownItem)
{
- CopyToClipboard(text: (toolStripDropDownItem).Text);
+ CopyToClipboard(text: toolStripDropDownItem.Text);
}
else if (sender is ToolStripDropDownMenu toolStripDropDownMenu)
{
- CopyToClipboard(text: (toolStripDropDownMenu).Text);
+ CopyToClipboard(text: toolStripDropDownMenu.Text);
}
else if (sender is ToolStripProgressBar toolStripProgressBar)
{
- CopyToClipboard(text: (toolStripProgressBar).Text);
+ CopyToClipboard(text: toolStripProgressBar.Text);
}
else if (sender is ToolStripSplitButton toolStripSplitButton)
{
- CopyToClipboard(text: (toolStripSplitButton).Text);
+ CopyToClipboard(text: toolStripSplitButton.Text);
}
else if (sender is ToolStripSeparator toolStripSeparator)
{
- CopyToClipboard(text: (toolStripSeparator).Text);
+ CopyToClipboard(text: toolStripSeparator.Text);
}
else if (sender is ToolStripStatusLabel toolStripStatusLabel)
{
- CopyToClipboard(text: (toolStripStatusLabel).Text);
+ CopyToClipboard(text: toolStripStatusLabel.Text);
}
else if (sender is ToolStripTextBox toolStripTextBox)
{
- CopyToClipboard(text: (toolStripTextBox).Text);
+ CopyToClipboard(text: toolStripTextBox.Text);
}
}
- private void SetStatusbar(string text)
- {
- toolStripStatusLabelInfo.Visible = true;
- toolStripStatusLabelInfo.Text = text;
- }
+ ///
+ /// Set the information text in the status bar
+ ///
+ /// text to show
+ private void SetStatusbar(string text) => toolStripStatusLabelInfo.Text = text;
+ ///
+ /// Set the information text in the status bar while entering a control
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameter is not needed, but must be indicated.
private void SetStatusbar(object sender, EventArgs e)
{
if (sender is Control control)
{
- SetStatusbar(text: (control).AccessibleDescription);
+ SetStatusbar(text: control.AccessibleDescription);
}
else if (sender is ToolStripButton toolStripButton)
{
- SetStatusbar(text: (toolStripButton).AccessibleDescription);
+ SetStatusbar(text: toolStripButton.AccessibleDescription);
}
else if (sender is ToolStripMenuItem toolStripMenuItem)
{
- SetStatusbar(text: (toolStripMenuItem).AccessibleDescription);
+ SetStatusbar(text: toolStripMenuItem.AccessibleDescription);
}
else if (sender is ToolStripLabel toolStripLabel)
{
- SetStatusbar(text: (toolStripLabel).AccessibleDescription);
+ SetStatusbar(text: toolStripLabel.AccessibleDescription);
}
else if (sender is ToolStripComboBox toolStripComboBox)
{
- SetStatusbar(text: (toolStripComboBox).AccessibleDescription);
+ SetStatusbar(text: toolStripComboBox.AccessibleDescription);
}
else if (sender is ToolStripDropDown toolStripDropDown)
{
- SetStatusbar(text: (toolStripDropDown).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDown.AccessibleDescription);
}
else if (sender is ToolStripDropDownButton toolStripDropDownButton)
{
- SetStatusbar(text: (toolStripDropDownButton).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownButton.AccessibleDescription);
}
else if (sender is ToolStripDropDownItem toolStripDropDownItem)
{
- SetStatusbar(text: (toolStripDropDownItem).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownItem.AccessibleDescription);
}
else if (sender is ToolStripDropDownMenu toolStripDropDownMenu)
{
- SetStatusbar(text: (toolStripDropDownMenu).AccessibleDescription);
+ SetStatusbar(text: toolStripDropDownMenu.AccessibleDescription);
}
else if (sender is ToolStripProgressBar toolStripProgressBar)
{
- SetStatusbar(text: (toolStripProgressBar).AccessibleDescription);
+ SetStatusbar(text: toolStripProgressBar.AccessibleDescription);
}
else if (sender is ToolStripSplitButton toolStripSplitButton)
{
- SetStatusbar(text: (toolStripSplitButton).AccessibleDescription);
+ SetStatusbar(text: toolStripSplitButton.AccessibleDescription);
}
else if (sender is ToolStripSeparator toolStripSeparator)
{
- SetStatusbar(text: (toolStripSeparator).AccessibleDescription);
+ SetStatusbar(text: toolStripSeparator.AccessibleDescription);
}
else if (sender is ToolStripStatusLabel toolStripStatusLabel)
{
- SetStatusbar(text: (toolStripStatusLabel).AccessibleDescription);
+ SetStatusbar(text: toolStripStatusLabel.AccessibleDescription);
}
else if (sender is ToolStripTextBox toolStripTextBox)
{
- SetStatusbar(text: (toolStripTextBox).AccessibleDescription);
+ SetStatusbar(text: toolStripTextBox.AccessibleDescription);
}
}
- private void ClearStatusbar()
- {
- toolStripStatusLabelInfo.Text = string.Empty;
- toolStripStatusLabelInfo.Visible = false;
- }
+ ///
+ /// Clear the information text in the status bar
+ ///
+ private void ClearStatusbar() => toolStripStatusLabelInfo.Text = string.Empty;
+ ///
+ /// Set the highlight color to itself and set the information text in the status bar while entering the control
+ ///
+ /// id of the astrophysical element
+ /// label of the astrophysical element
+ /// highlight color
+ /// object sender
+ /// event arguments
private void SetColorSelfAndSetStatusbar(uint astroElemId, ref Label labelSelf, Color color, object sender, EventArgs e)
{
if (!isDatabaseLoading)
@@ -327,6 +351,11 @@ private void SetColorSelfAndSetStatusbar(uint astroElemId, ref Label labelSelf,
}
}
+ ///
+ /// Set the color to itself and clear the information text in the status bar while leaving the control
+ ///
+ /// label of the astrophysical element
+ /// color
private void SetColorSelfAndClearStatusbar(ref Label labelSelf, Color color)
{
if (!isDatabaseLoading)
@@ -339,7 +368,16 @@ private void SetColorSelfAndClearStatusbar(ref Label labelSelf, Color color)
}
}
- private void SetColorSelfAndNeighbourAndSetStatusbar(uint astroElemId, ref Label labelSelf, ref Label labelNeighbour, Color color, object sender, EventArgs e)
+ ///
+ /// Set the highlight color to itself and the neighbor field and set the information text in the status bar while entering the control
+ ///
+ /// id of the astrophysical element
+ /// label of the astrophysical element
+ /// label of the astrophysical element in the neighbor field
+ /// highlight color
+ /// object sender
+ /// event arguments
+ private void SetColorSelfAndNeighborAndSetStatusbar(uint astroElemId, ref Label labelSelf, ref Label labelNeighbor, Color color, object sender, EventArgs e)
{
if (!isDatabaseLoading)
{
@@ -347,29 +385,52 @@ private void SetColorSelfAndNeighbourAndSetStatusbar(uint astroElemId, ref Label
SetStatusbar(sender: sender, e: e);
if (settings.UserEnableHoverEffect)
{
- SetColorSelfAndNeighbour(labelSelf: ref labelSelf, labelNeighbour: ref labelNeighbour, color: color);
+ SetColorSelfAndNeighbor(labelSelf: ref labelSelf, labelNeighbor: ref labelNeighbor, color: color);
}
}
}
- private void SetColorSelfAndNeighbourAndClearStatusbar(ref Label labelSelf, ref Label labelNeighbour, Color color)
+ ///
+ /// Set the color to itself and the neighbor field and clear the information text in the status bar while leaving the control
+ ///
+ /// label of the astrophysical element
+ /// label of the astrophysical element in the neighbor field
+ /// color
+ private void SetColorSelfAndNeighborAndClearStatusbar(ref Label labelSelf, ref Label labelNeighbor, Color color)
{
if (!isDatabaseLoading)
{
ClearStatusbar();
if (settings.UserEnableHoverEffect)
{
- SetColorSelfAndNeighbour(labelSelf: ref labelSelf, labelNeighbour: ref labelNeighbour, color: color);
+ SetColorSelfAndNeighbor(labelSelf: ref labelSelf, labelNeighbor: ref labelNeighbor, color: color);
}
}
}
+ ///
+ /// Set the color to itself
+ ///
+ /// label of the astrophysical element
+ /// color
private static void SetColorSelf(ref Label labelSelf, Color color) => labelSelf.BackColor = color;
- private static void SetColorSelfAndNeighbour(ref Label labelSelf, ref Label labelNeighbour, Color color) => labelSelf.BackColor = labelNeighbour.BackColor = color;
+ ///
+ /// Set the color to itself and the neighbor field
+ ///
+ /// label of the astrophysical element
+ /// label of the astrophysical element in the neighbor field
+ /// color
+ private static void SetColorSelfAndNeighbor(ref Label labelSelf, ref Label labelNeighbor, Color color) => labelSelf.BackColor = labelNeighbor.BackColor = color;
+ ///
+ /// Update the index label
+ ///
private void UpdateIndexLabel() => toolStripTextBoxGoToIndex.Text = index.ToString(provider: culture);
+ ///
+ /// Check if the index is the minimum
+ ///
private void CheckIndexMinimum()
{
if (index < 1 || index > maxIndex)
@@ -378,6 +439,9 @@ private void CheckIndexMinimum()
}
}
+ ///
+ /// Check if the index is the maximum
+ ///
private void CheckIndexMaximum()
{
if (index > maxIndex)
@@ -386,6 +450,9 @@ private void CheckIndexMaximum()
}
}
+ ///
+ /// Show all astrophysical elements of the index
+ ///
private void ShowEntriesOnIndex()
{
labelCatalogData.Text = catalogEntries[index - 1].Substring(startIndex: 0, length: 1); //.Trim();
@@ -446,6 +513,10 @@ private void ShowEntriesOnIndex()
labelNotesData.Text = catalogEntries[index - 1].Substring(startIndex: 349, length: 1); //.Trim();
}
+ ///
+ /// Go the a specified index number
+ ///
+ [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions")]
private void GoToIndex()
{
if (int.TryParse(s: toolStripTextBoxGoToIndex.Text, result: out int tempIndex))
@@ -458,12 +529,11 @@ private void GoToIndex()
caption: Resources.numberOutOfRangeTitle,
buttons: MessageBoxButtons.OK,
icon: MessageBoxIcon.Error,
- defaultButton: MessageBoxDefaultButton.Button1,
- options: MessageBoxOptions.DefaultDesktopOnly);
+ defaultButton: MessageBoxDefaultButton.Button1);
}
else
{
- index = Convert.ToUInt32(tempIndex);
+ index = Convert.ToUInt32(value: tempIndex);
UpdateIndexLabel();
ShowEntriesOnIndex();
}
@@ -476,11 +546,14 @@ private void GoToIndex()
caption: Resources.wrongNumberFormatTitle,
buttons: MessageBoxButtons.OK,
icon: MessageBoxIcon.Error,
- defaultButton: MessageBoxDefaultButton.Button1,
- options: MessageBoxOptions.DefaultDesktopOnly);
+ defaultButton: MessageBoxDefaultButton.Button1);
}
}
+ ///
+ /// Set a double buffer to a specified control
+ ///
+ /// double buffered control
private static void SetDoubleBuffered(Control control)
{
if (SystemInformation.TerminalServerSession)
@@ -519,11 +592,16 @@ public TychoCatalogViewerForm()
#region Form* event handlers
+ ///
+ /// Load the window
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
private void TychoCatalogViewerForm_Load(object sender, EventArgs e)
{
switch (settings.UserEnableHoverEffect)
{
- case true:
default:
toolStripButtonChangeHoverEffect.Checked = true;
toolStripButtonChangeHoverEffect.Image = Resources.fugue_table_select_row_16px_shadowless;
@@ -535,7 +613,6 @@ private void TychoCatalogViewerForm_Load(object sender, EventArgs e)
}
switch (settings.UserDataTableStyle)
{
- case 0:
default:
tableLayoutPanel.CellBorderStyle = TableLayoutPanelCellBorderStyle.OutsetDouble;
break;
@@ -547,12 +624,25 @@ private void TychoCatalogViewerForm_Load(object sender, EventArgs e)
backgroundWorker.RunWorkerAsync();
}
+ ///
+ /// Save the settings while closing the window
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
private void TychoCatalogViewerForm_FormClosing(object sender, FormClosingEventArgs e) => settings.Save();
#endregion
#region BackgroundWorker event handler
+ ///
+ /// Load the Hipparcos-DB in background
+ ///
+ /// object sender
+ /// event arguments
+ /// The parameters and are not needed, but must be indicated.
+ [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions")]
private void BackgroundWorker_DoWork(object sender, System.ComponentModel.DoWorkEventArgs e)
{
string dataFile = settings.UserHipparcosCatalogDirectory + "tyc_main.dat";
@@ -579,8 +669,7 @@ private void BackgroundWorker_DoWork(object sender, System.ComponentModel.DoWork
caption: Resources.missingDownloadFilesTitle,
buttons: MessageBoxButtons.OK,
icon: MessageBoxIcon.Error,
- defaultButton: MessageBoxDefaultButton.Button1,
- options: MessageBoxOptions.DefaultDesktopOnly);
+ defaultButton: MessageBoxDefaultButton.Button1);
Close();
}
}
@@ -1084,229 +1173,229 @@ private void CopyToClipboard_DoubleClick(object sender, EventArgs e)
private void ToolStripButtonChangeHoverEffect_MouseEnter(object sender, EventArgs e) => SetStatusbar(sender: sender, e: e);
- private void LabelCatalogDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CatalogDesc, labelSelf: ref labelCatalogDesc, labelNeighbour: ref labelCatalogData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCatalogDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CatalogDesc, labelSelf: ref labelCatalogDesc, labelNeighbor: ref labelCatalogData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCatalogData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CatalogData, labelSelf: ref labelCatalogDesc, labelNeighbour: ref labelCatalogData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCatalogData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CatalogData, labelSelf: ref labelCatalogDesc, labelNeighbor: ref labelCatalogData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelIdentifierDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.IdentifierDesc, labelSelf: ref labelIdentifierDesc, labelNeighbour: ref labelIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelIdentifierDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.IdentifierDesc, labelSelf: ref labelIdentifierDesc, labelNeighbor: ref labelIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelIdentifierData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.IdentifierData, labelSelf: ref labelIdentifierDesc, labelNeighbour: ref labelIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelIdentifierData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.IdentifierData, labelSelf: ref labelIdentifierDesc, labelNeighbor: ref labelIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelProximityFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ProximityFlagDesc, labelSelf: ref labelProximityFlagDesc, labelNeighbour: ref labelProximityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelProximityFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ProximityFlagDesc, labelSelf: ref labelProximityFlagDesc, labelNeighbor: ref labelProximityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelProximityFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ProximityFlagData, labelSelf: ref labelProximityFlagDesc, labelNeighbour: ref labelProximityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelProximityFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ProximityFlagData, labelSelf: ref labelProximityFlagDesc, labelNeighbor: ref labelProximityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.RightAscensionDesc, labelSelf: ref labelRightAscensionDesc, labelNeighbour: ref labelRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.RightAscensionDesc, labelSelf: ref labelRightAscensionDesc, labelNeighbor: ref labelRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.RightAscensionData, labelSelf: ref labelRightAscensionDesc, labelNeighbour: ref labelRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.RightAscensionData, labelSelf: ref labelRightAscensionDesc, labelNeighbor: ref labelRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.DeclinationDesc, labelSelf: ref labelDeclinationDesc, labelNeighbour: ref labelDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.DeclinationDesc, labelSelf: ref labelDeclinationDesc, labelNeighbor: ref labelDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.DeclinationData, labelSelf: ref labelDeclinationDesc, labelNeighbour: ref labelDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.DeclinationData, labelSelf: ref labelDeclinationDesc, labelNeighbor: ref labelDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMagnitudeJohnsonDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MagnitudeJohnsonDesc, labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbour: ref labelMagnitudeJohnsonData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMagnitudeJohnsonDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MagnitudeJohnsonDesc, labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbor: ref labelMagnitudeJohnsonData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMagnitudeJohnsonData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MagnitudeJohnsonData, labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbour: ref labelMagnitudeJohnsonData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMagnitudeJohnsonData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MagnitudeJohnsonData, labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbor: ref labelMagnitudeJohnsonData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfMagnitudeDesc, labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbour: ref labelSourceOfMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfMagnitudeDesc, labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbor: ref labelSourceOfMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfMagnitudeData, labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbour: ref labelSourceOfMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfMagnitudeData, labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbor: ref labelSourceOfMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelAlphaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.AlphaDesc, labelSelf: ref labelAlphaDesc, labelNeighbour: ref labelAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelAlphaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.AlphaDesc, labelSelf: ref labelAlphaDesc, labelNeighbor: ref labelAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelAlphaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.AlphaData, labelSelf: ref labelAlphaDesc, labelNeighbour: ref labelAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelAlphaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.AlphaData, labelSelf: ref labelAlphaDesc, labelNeighbor: ref labelAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelDeltaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.DeltaDesc, labelSelf: ref labelDeltaDesc, labelNeighbour: ref labelDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelDeltaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.DeltaDesc, labelSelf: ref labelDeltaDesc, labelNeighbor: ref labelDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelDeltaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.DeltaData, labelSelf: ref labelDeltaDesc, labelNeighbour: ref labelDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelDeltaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.DeltaData, labelSelf: ref labelDeltaDesc, labelNeighbor: ref labelDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelReferenceFlagForAstrometryDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForAstrometryDesc, labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbour: ref labelReferenceFlagForAstrometryData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelReferenceFlagForAstrometryDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForAstrometryDesc, labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbor: ref labelReferenceFlagForAstrometryData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelReferenceFlagForAstrometryData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForAstrometryData, labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbour: ref labelReferenceFlagForAstrometryData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelReferenceFlagForAstrometryData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ReferenceFlagForAstrometryData, labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbor: ref labelReferenceFlagForAstrometryData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.TrigonomicParallaxDesc, labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbour: ref labelTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.TrigonomicParallaxDesc, labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbor: ref labelTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.TrigonomicParallaxData, labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbour: ref labelTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.TrigonomicParallaxData, labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbor: ref labelTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelProperMotionAlphaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionAlphaDesc, labelSelf: ref labelProperMotionAlphaDesc, labelNeighbour: ref labelProperMotionAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelProperMotionAlphaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionAlphaDesc, labelSelf: ref labelProperMotionAlphaDesc, labelNeighbor: ref labelProperMotionAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelProperMotionAlphaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionAlphaData, labelSelf: ref labelProperMotionAlphaDesc, labelNeighbour: ref labelProperMotionAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelProperMotionAlphaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionAlphaData, labelSelf: ref labelProperMotionAlphaDesc, labelNeighbor: ref labelProperMotionAlphaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelProperMotionDeltaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionDeltaDesc, labelSelf: ref labelProperMotionDeltaDesc, labelNeighbour: ref labelProperMotionDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelProperMotionDeltaDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionDeltaDesc, labelSelf: ref labelProperMotionDeltaDesc, labelNeighbor: ref labelProperMotionDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelProperMotionDeltaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionDeltaData, labelSelf: ref labelProperMotionDeltaDesc, labelNeighbour: ref labelProperMotionDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelProperMotionDeltaData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.ProperMotionDeltaData, labelSelf: ref labelProperMotionDeltaDesc, labelNeighbor: ref labelProperMotionDeltaData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorRightAscensionDesc, labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbour: ref labelStandardErrorRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorRightAscensionDesc, labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbor: ref labelStandardErrorRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorRightAscensionData, labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbour: ref labelStandardErrorRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorRightAscensionData, labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbor: ref labelStandardErrorRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorDeclinationDesc, labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbour: ref labelStandardErrorDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorDeclinationDesc, labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbor: ref labelStandardErrorDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorDeclinationData, labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbour: ref labelStandardErrorDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorDeclinationData, labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbor: ref labelStandardErrorDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorTrigonomicParallaxDesc, labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbour: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorTrigonomicParallaxDesc, labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbor: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorTrigonomicParallaxData, labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbour: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorTrigonomicParallaxData, labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbor: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorProperMotionRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionRightAscensionDesc, labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbour: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorProperMotionRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionRightAscensionDesc, labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbor: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorProperMotionRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionRightAscensionData, labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbour: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorProperMotionRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionRightAscensionData, labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbor: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorProperMotionDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionDeclinationDesc, labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbour: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorProperMotionDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionDeclinationDesc, labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbor: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorProperMotionDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionDeclinationData, labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbour: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorProperMotionDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorProperMotionDeclinationData, labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbor: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationDeclinationByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationDeclinationByRightAscensionDesc, labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationDeclinationByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationDeclinationByRightAscensionDesc, labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationDeclinationByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationDeclinationByRightAscensionData, labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationDeclinationByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationDeclinationByRightAscensionData, labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionDesc, labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionDesc, labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionData, labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionData, labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationDesc, labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationDesc, labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationTrigonomicParallaxByDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationData, labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationTrigonomicParallaxByDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationData, labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionDesc, labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionDesc, labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionData, labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionData, labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationDesc, labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationDesc, labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationData, labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationData, labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxData, labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxData, labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionData, labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionData, labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxData, labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxData, labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByDeclinationData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationData, labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationData, labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByProperMotionRightAscensionData, labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CorrelationProperMotionDeclinationByProperMotionRightAscensionData, labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelNumberOfTransitsForAstrometryDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.NumberOfTransitsForAstrometryDesc, labelSelf: ref labelNumberOfTransitsForAstrometryDesc, labelNeighbour: ref labelNumberOfTransitsForAstrometryData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelNumberOfTransitsForAstrometryDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.NumberOfTransitsForAstrometryDesc, labelSelf: ref labelNumberOfTransitsForAstrometryDesc, labelNeighbor: ref labelNumberOfTransitsForAstrometryData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelNumberOfTransitsForAstrometryData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.NumberOfTransitsForAstrometryData, labelSelf: ref labelNumberOfTransitsForAstrometryDesc, labelNeighbour: ref labelNumberOfTransitsForAstrometryData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelNumberOfTransitsForAstrometryData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.NumberOfTransitsForAstrometryData, labelSelf: ref labelNumberOfTransitsForAstrometryDesc, labelNeighbor: ref labelNumberOfTransitsForAstrometryData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelGoodnessOfFitParameterDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.GoodnessOfFitParameterDesc, labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbour: ref labelGoodnessOfFitParameterData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelGoodnessOfFitParameterDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.GoodnessOfFitParameterDesc, labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbor: ref labelGoodnessOfFitParameterData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelGoodnessOfFitParameterData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.GoodnessOfFitParameterData, labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbour: ref labelGoodnessOfFitParameterData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelGoodnessOfFitParameterData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.GoodnessOfFitParameterData, labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbor: ref labelGoodnessOfFitParameterData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelHipparcosNumberDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.HipparcosNumberDesc, labelSelf: ref labelHipparcosNumberDesc, labelNeighbour: ref labelHipparcosNumberData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelHipparcosNumberDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.HipparcosNumberDesc, labelSelf: ref labelHipparcosNumberDesc, labelNeighbor: ref labelHipparcosNumberData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelHipparcosNumberData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.HipparcosNumberData, labelSelf: ref labelHipparcosNumberDesc, labelNeighbour: ref labelHipparcosNumberData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelHipparcosNumberData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.HipparcosNumberData, labelSelf: ref labelHipparcosNumberDesc, labelNeighbor: ref labelHipparcosNumberData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMeanBtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MeanBtMagnitudeDesc, labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbour: ref labelMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMeanBtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MeanBtMagnitudeDesc, labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbor: ref labelMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMeanBtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MeanBtMagnitudeData, labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbour: ref labelMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMeanBtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MeanBtMagnitudeData, labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbor: ref labelMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorMeanBtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanBtMagnitudeDesc, labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorMeanBtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanBtMagnitudeDesc, labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorMeanBtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanBtMagnitudeData, labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorMeanBtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanBtMagnitudeData, labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMeanVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MeanVtMagnitudeDesc, labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbour: ref labelMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMeanVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MeanVtMagnitudeDesc, labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbor: ref labelMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelMeanVtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.MeanVtMagnitudeData, labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbour: ref labelMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelMeanVtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.MeanVtMagnitudeData, labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbor: ref labelMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorMeanVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanVtMagnitudeDesc, labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorMeanVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanVtMagnitudeDesc, labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorMeanVtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanVtMagnitudeData, labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorMeanVtMagnitudeData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorMeanVtMagnitudeData, labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfPhotometryDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfPhotometryDesc, labelSelf: ref labelSourceOfPhotometryDesc, labelNeighbour: ref labelSourceOfPhotometryData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfPhotometryDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfPhotometryDesc, labelSelf: ref labelSourceOfPhotometryDesc, labelNeighbor: ref labelSourceOfPhotometryData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfPhotometryData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfPhotometryData, labelSelf: ref labelSourceOfPhotometryDesc, labelNeighbour: ref labelSourceOfPhotometryData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfPhotometryData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfPhotometryData, labelSelf: ref labelSourceOfPhotometryDesc, labelNeighbor: ref labelSourceOfPhotometryData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelJohnsonBvColorDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.JohnsonBvColorDesc, labelSelf: ref labelJohnsonBvColorDesc, labelNeighbour: ref labelJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelJohnsonBvColorDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.JohnsonBvColorDesc, labelSelf: ref labelJohnsonBvColorDesc, labelNeighbor: ref labelJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelJohnsonBvColorData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.JohnsonBvColorData, labelSelf: ref labelJohnsonBvColorDesc, labelNeighbour: ref labelJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelJohnsonBvColorData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.JohnsonBvColorData, labelSelf: ref labelJohnsonBvColorDesc, labelNeighbor: ref labelJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorJohnsonBvColorDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorJohnsonBvColorDesc, labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbour: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorJohnsonBvColorDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorJohnsonBvColorDesc, labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbor: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelStandardErrorJohnsonBvColorData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorJohnsonBvColorData, labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbour: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelStandardErrorJohnsonBvColorData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.StandardErrorJohnsonBvColorData, labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbor: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelAstrometricQualityFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.AstrometricQualityFlagDesc, labelSelf: ref labelAstrometricQualityFlagDesc, labelNeighbour: ref labelAstrometricQualityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelAstrometricQualityFlagDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.AstrometricQualityFlagDesc, labelSelf: ref labelAstrometricQualityFlagDesc, labelNeighbor: ref labelAstrometricQualityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelAstrometricQualityFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.AstrometricQualityFlagData, labelSelf: ref labelAstrometricQualityFlagDesc, labelNeighbour: ref labelAstrometricQualityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelAstrometricQualityFlagData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.AstrometricQualityFlagData, labelSelf: ref labelAstrometricQualityFlagDesc, labelNeighbor: ref labelAstrometricQualityFlagData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSignalToNoiseRatioOfTheStarImageDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SignalToNoiseRatioOfTheStarImageDesc, labelSelf: ref labelSignalToNoiseRatioOfTheStarImageDesc, labelNeighbour: ref labelSignalToNoiseRatioOfTheStarImageData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSignalToNoiseRatioOfTheStarImageDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SignalToNoiseRatioOfTheStarImageDesc, labelSelf: ref labelSignalToNoiseRatioOfTheStarImageDesc, labelNeighbor: ref labelSignalToNoiseRatioOfTheStarImageData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSignalToNoiseRatioOfTheStarImageData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SignalToNoiseRatioOfTheStarImageData, labelSelf: ref labelSignalToNoiseRatioOfTheStarImageDesc, labelNeighbour: ref labelSignalToNoiseRatioOfTheStarImageData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSignalToNoiseRatioOfTheStarImageData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SignalToNoiseRatioOfTheStarImageData, labelSelf: ref labelSignalToNoiseRatioOfTheStarImageDesc, labelNeighbor: ref labelSignalToNoiseRatioOfTheStarImageData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfAstrometricDataDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfAstrometricDataDesc, labelSelf: ref labelSourceOfAstrometricDataDesc, labelNeighbour: ref labelSourceOfAstrometricDataData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfAstrometricDataDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfAstrometricDataDesc, labelSelf: ref labelSourceOfAstrometricDataDesc, labelNeighbor: ref labelSourceOfAstrometricDataData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelSourceOfAstrometricDataData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfAstrometricDataData, labelSelf: ref labelSourceOfAstrometricDataDesc, labelNeighbour: ref labelSourceOfAstrometricDataData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelSourceOfAstrometricDataData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.SourceOfAstrometricDataData, labelSelf: ref labelSourceOfAstrometricDataDesc, labelNeighbor: ref labelSourceOfAstrometricDataData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelNumberOfTransitsForPhotometryDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.NumberOfTransitsForPhotometryDesc, labelSelf: ref labelNumberOfTransitsForPhotometryDesc, labelNeighbour: ref labelNumberOfTransitsForPhotometryData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelNumberOfTransitsForPhotometryDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.NumberOfTransitsForPhotometryDesc, labelSelf: ref labelNumberOfTransitsForPhotometryDesc, labelNeighbor: ref labelNumberOfTransitsForPhotometryData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelNumberOfTransitsForPhotometryData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.NumberOfTransitsForPhotometryData, labelSelf: ref labelNumberOfTransitsForPhotometryDesc, labelNeighbour: ref labelNumberOfTransitsForPhotometryData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelNumberOfTransitsForPhotometryData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.NumberOfTransitsForPhotometryData, labelSelf: ref labelNumberOfTransitsForPhotometryDesc, labelNeighbor: ref labelNumberOfTransitsForPhotometryData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelEstimateOfVtmagScatterDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.EstimateOfVtmagScatterDesc, labelSelf: ref labelEstimateOfVtmagScatterDesc, labelNeighbour: ref labelEstimateOfVtmagScatterData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelEstimateOfVtmagScatterDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.EstimateOfVtmagScatterDesc, labelSelf: ref labelEstimateOfVtmagScatterDesc, labelNeighbor: ref labelEstimateOfVtmagScatterData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelEstimateOfVtmagScatterData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.EstimateOfVtmagScatterData, labelSelf: ref labelEstimateOfVtmagScatterDesc, labelNeighbour: ref labelEstimateOfVtmagScatterData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelEstimateOfVtmagScatterData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.EstimateOfVtmagScatterData, labelSelf: ref labelEstimateOfVtmagScatterDesc, labelNeighbor: ref labelEstimateOfVtmagScatterData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelVtmagAtMaximumDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.VtmagAtMaximumDesc, labelSelf: ref labelVtmagAtMaximumDesc, labelNeighbour: ref labelVtmagAtMaximumData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelVtmagAtMaximumDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.VtmagAtMaximumDesc, labelSelf: ref labelVtmagAtMaximumDesc, labelNeighbor: ref labelVtmagAtMaximumData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelVtmagAtMaximumData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.VtmagAtMaximumData, labelSelf: ref labelVtmagAtMaximumDesc, labelNeighbour: ref labelVtmagAtMaximumData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelVtmagAtMaximumData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.VtmagAtMaximumData, labelSelf: ref labelVtmagAtMaximumDesc, labelNeighbor: ref labelVtmagAtMaximumData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelVtmagAtMinimumDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.VtmagAtMinimumDesc, labelSelf: ref labelVtmagAtMinimumDesc, labelNeighbour: ref labelVtmagAtMinimumData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelVtmagAtMinimumDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.VtmagAtMinimumDesc, labelSelf: ref labelVtmagAtMinimumDesc, labelNeighbor: ref labelVtmagAtMinimumData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelVtmagAtMinimumData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.VtmagAtMinimumData, labelSelf: ref labelVtmagAtMinimumDesc, labelNeighbour: ref labelVtmagAtMinimumData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelVtmagAtMinimumData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.VtmagAtMinimumData, labelSelf: ref labelVtmagAtMinimumDesc, labelNeighbor: ref labelVtmagAtMinimumData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelKnownVariabilityFromGcvsNsvDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.KnownVariabilityFromGcvsNsvDesc, labelSelf: ref labelKnownVariabilityFromGcvsNsvDesc, labelNeighbour: ref labelKnownVariabilityFromGcvsNsvData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelKnownVariabilityFromGcvsNsvDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.KnownVariabilityFromGcvsNsvDesc, labelSelf: ref labelKnownVariabilityFromGcvsNsvDesc, labelNeighbor: ref labelKnownVariabilityFromGcvsNsvData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelKnownVariabilityFromGcvsNsvData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.KnownVariabilityFromGcvsNsvData, labelSelf: ref labelKnownVariabilityFromGcvsNsvDesc, labelNeighbour: ref labelKnownVariabilityFromGcvsNsvData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelKnownVariabilityFromGcvsNsvData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.KnownVariabilityFromGcvsNsvData, labelSelf: ref labelKnownVariabilityFromGcvsNsvDesc, labelNeighbor: ref labelKnownVariabilityFromGcvsNsvData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelVariabilityFromTychoDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.VariabilityFromTychoDesc, labelSelf: ref labelVariabilityFromTychoDesc, labelNeighbour: ref labelVariabilityFromTychoData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelVariabilityFromTychoDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.VariabilityFromTychoDesc, labelSelf: ref labelVariabilityFromTychoDesc, labelNeighbor: ref labelVariabilityFromTychoData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelVariabilityFromTychoData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.VariabilityFromTychoData, labelSelf: ref labelVariabilityFromTychoDesc, labelNeighbour: ref labelVariabilityFromTychoData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelVariabilityFromTychoData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.VariabilityFromTychoData, labelSelf: ref labelVariabilityFromTychoDesc, labelNeighbor: ref labelVariabilityFromTychoData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelDuplicityFromTychoDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.DuplicityFromTychoDesc, labelSelf: ref labelDuplicityFromTychoDesc, labelNeighbour: ref labelDuplicityFromTychoData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelDuplicityFromTychoDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.DuplicityFromTychoDesc, labelSelf: ref labelDuplicityFromTychoDesc, labelNeighbor: ref labelDuplicityFromTychoData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelDuplicityFromTychoData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.DuplicityFromTychoData, labelSelf: ref labelDuplicityFromTychoDesc, labelNeighbour: ref labelDuplicityFromTychoData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelDuplicityFromTychoData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.DuplicityFromTychoData, labelSelf: ref labelDuplicityFromTychoDesc, labelNeighbor: ref labelDuplicityFromTychoData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelEpochPhotometryInAnnexDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.EpochPhotometryInAnnexDesc, labelSelf: ref labelEpochPhotometryInAnnexDesc, labelNeighbour: ref labelEpochPhotometryInAnnexData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelEpochPhotometryInAnnexDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.EpochPhotometryInAnnexDesc, labelSelf: ref labelEpochPhotometryInAnnexDesc, labelNeighbor: ref labelEpochPhotometryInAnnexData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelEpochPhotometryInAnnexData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.EpochPhotometryInAnnexData, labelSelf: ref labelEpochPhotometryInAnnexDesc, labelNeighbour: ref labelEpochPhotometryInAnnexData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelEpochPhotometryInAnnexData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.EpochPhotometryInAnnexData, labelSelf: ref labelEpochPhotometryInAnnexDesc, labelNeighbor: ref labelEpochPhotometryInAnnexData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCcdmComponentIdentifierDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CcdmComponentIdentifierDesc, labelSelf: ref labelCcdmComponentIdentifierDesc, labelNeighbour: ref labelCcdmComponentIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCcdmComponentIdentifierDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CcdmComponentIdentifierDesc, labelSelf: ref labelCcdmComponentIdentifierDesc, labelNeighbor: ref labelCcdmComponentIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCcdmComponentIdentifierData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CcdmComponentIdentifierData, labelSelf: ref labelCcdmComponentIdentifierDesc, labelNeighbour: ref labelCcdmComponentIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCcdmComponentIdentifierData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CcdmComponentIdentifierData, labelSelf: ref labelCcdmComponentIdentifierDesc, labelNeighbor: ref labelCcdmComponentIdentifierData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelPpmAndSupplementDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.PpmAndSupplementDesc, labelSelf: ref labelPpmAndSupplementDesc, labelNeighbour: ref labelPpmAndSupplementData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelPpmAndSupplementDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.PpmAndSupplementDesc, labelSelf: ref labelPpmAndSupplementDesc, labelNeighbor: ref labelPpmAndSupplementData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelPpmAndSupplementData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.PpmAndSupplementData, labelSelf: ref labelPpmAndSupplementDesc, labelNeighbour: ref labelPpmAndSupplementData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelPpmAndSupplementData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.PpmAndSupplementData, labelSelf: ref labelPpmAndSupplementDesc, labelNeighbor: ref labelPpmAndSupplementData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelHdNumberDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.HdNumberDesc, labelSelf: ref labelHdNumberDesc, labelNeighbour: ref labelHdNumberData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelHdNumberDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.HdNumberDesc, labelSelf: ref labelHdNumberDesc, labelNeighbor: ref labelHdNumberData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelHdNumberData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.HdNumberData, labelSelf: ref labelHdNumberDesc, labelNeighbour: ref labelHdNumberData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelHdNumberData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.HdNumberData, labelSelf: ref labelHdNumberDesc, labelNeighbor: ref labelHdNumberData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelBonnerDmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.BonnerDmDesc, labelSelf: ref labelBonnerDmDesc, labelNeighbour: ref labelBonnerDmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelBonnerDmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.BonnerDmDesc, labelSelf: ref labelBonnerDmDesc, labelNeighbor: ref labelBonnerDmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelBonnerDmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.BonnerDmData, labelSelf: ref labelBonnerDmDesc, labelNeighbour: ref labelBonnerDmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelBonnerDmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.BonnerDmData, labelSelf: ref labelBonnerDmDesc, labelNeighbor: ref labelBonnerDmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCordobaDmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CordobaDmDesc, labelSelf: ref labelCordobaDmDesc, labelNeighbour: ref labelCordobaDmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCordobaDmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CordobaDmDesc, labelSelf: ref labelCordobaDmDesc, labelNeighbor: ref labelCordobaDmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCordobaDmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CordobaDmData, labelSelf: ref labelCordobaDmDesc, labelNeighbour: ref labelCordobaDmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCordobaDmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CordobaDmData, labelSelf: ref labelCordobaDmDesc, labelNeighbor: ref labelCordobaDmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCapePhotographicDmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CapePhotographicDmDesc, labelSelf: ref labelCapePhotographicDmDesc, labelNeighbour: ref labelCapePhotographicDmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCapePhotographicDmDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CapePhotographicDmDesc, labelSelf: ref labelCapePhotographicDmDesc, labelNeighbor: ref labelCapePhotographicDmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelCapePhotographicDmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.CapePhotographicDmData, labelSelf: ref labelCapePhotographicDmDesc, labelNeighbour: ref labelCapePhotographicDmData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelCapePhotographicDmData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.CapePhotographicDmData, labelSelf: ref labelCapePhotographicDmDesc, labelNeighbor: ref labelCapePhotographicDmData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelNotesDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.NotesDesc, labelSelf: ref labelNotesDesc, labelNeighbour: ref labelNotesData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelNotesDesc_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.NotesDesc, labelSelf: ref labelNotesDesc, labelNeighbor: ref labelNotesData, color: SystemColors.ControlLight, sender: sender, e: e);
- private void LabelNotesData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighbourAndSetStatusbar(astroElemId: (uint)AstroElement.NotesData, labelSelf: ref labelNotesDesc, labelNeighbour: ref labelNotesData, color: SystemColors.ControlLight, sender: sender, e: e);
+ private void LabelNotesData_MouseEnter(object sender, EventArgs e) => SetColorSelfAndNeighborAndSetStatusbar(astroElemId: (uint)AstroElement.NotesData, labelSelf: ref labelNotesDesc, labelNeighbor: ref labelNotesData, color: SystemColors.ControlLight, sender: sender, e: e);
#endregion
@@ -1566,229 +1655,229 @@ private void CopyToClipboard_DoubleClick(object sender, EventArgs e)
private void ToolStripButtonChangeHoverEffect_MouseLeave(object sender, EventArgs e) => ClearStatusbar();
- private void LabelCatalogDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCatalogDesc, labelNeighbour: ref labelCatalogData, color: SystemColors.Control);
+ private void LabelCatalogDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCatalogDesc, labelNeighbor: ref labelCatalogData, color: SystemColors.Control);
- private void LabelCatalogData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCatalogDesc, labelNeighbour: ref labelCatalogData, color: SystemColors.Control);
+ private void LabelCatalogData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCatalogDesc, labelNeighbor: ref labelCatalogData, color: SystemColors.Control);
- private void LabelIdentifierDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelIdentifierDesc, labelNeighbour: ref labelIdentifierData, color: SystemColors.Control);
+ private void LabelIdentifierDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelIdentifierDesc, labelNeighbor: ref labelIdentifierData, color: SystemColors.Control);
- private void LabelIdentifierData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelIdentifierDesc, labelNeighbour: ref labelIdentifierData, color: SystemColors.Control);
+ private void LabelIdentifierData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelIdentifierDesc, labelNeighbor: ref labelIdentifierData, color: SystemColors.Control);
- private void LabelProximityFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelProximityFlagDesc, labelNeighbour: ref labelProximityFlagData, color: SystemColors.Control);
+ private void LabelProximityFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelProximityFlagDesc, labelNeighbor: ref labelProximityFlagData, color: SystemColors.Control);
- private void LabelProximityFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelProximityFlagDesc, labelNeighbour: ref labelProximityFlagData, color: SystemColors.Control);
+ private void LabelProximityFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelProximityFlagDesc, labelNeighbor: ref labelProximityFlagData, color: SystemColors.Control);
- private void LabelRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelRightAscensionDesc, labelNeighbour: ref labelRightAscensionData, color: SystemColors.Control);
+ private void LabelRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelRightAscensionDesc, labelNeighbor: ref labelRightAscensionData, color: SystemColors.Control);
- private void LabelRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelRightAscensionDesc, labelNeighbour: ref labelRightAscensionData, color: SystemColors.Control);
+ private void LabelRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelRightAscensionDesc, labelNeighbor: ref labelRightAscensionData, color: SystemColors.Control);
- private void LabelDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelDeclinationDesc, labelNeighbour: ref labelDeclinationData, color: SystemColors.Control);
+ private void LabelDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelDeclinationDesc, labelNeighbor: ref labelDeclinationData, color: SystemColors.Control);
- private void LabelDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelDeclinationDesc, labelNeighbour: ref labelDeclinationData, color: SystemColors.Control);
+ private void LabelDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelDeclinationDesc, labelNeighbor: ref labelDeclinationData, color: SystemColors.Control);
- private void LabelMagnitudeJohnsonDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbour: ref labelMagnitudeJohnsonData, color: SystemColors.Control);
+ private void LabelMagnitudeJohnsonDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbor: ref labelMagnitudeJohnsonData, color: SystemColors.Control);
- private void LabelMagnitudeJohnsonData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbour: ref labelMagnitudeJohnsonData, color: SystemColors.Control);
+ private void LabelMagnitudeJohnsonData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMagnitudeJohnsonDesc, labelNeighbor: ref labelMagnitudeJohnsonData, color: SystemColors.Control);
- private void LabelSourceOfMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbour: ref labelSourceOfMagnitudeData, color: SystemColors.Control);
+ private void LabelSourceOfMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbor: ref labelSourceOfMagnitudeData, color: SystemColors.Control);
- private void LabelSourceOfMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbour: ref labelSourceOfMagnitudeData, color: SystemColors.Control);
+ private void LabelSourceOfMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfMagnitudeDesc, labelNeighbor: ref labelSourceOfMagnitudeData, color: SystemColors.Control);
- private void LabelAlphaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelAlphaDesc, labelNeighbour: ref labelAlphaData, color: SystemColors.Control);
+ private void LabelAlphaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelAlphaDesc, labelNeighbor: ref labelAlphaData, color: SystemColors.Control);
- private void LabelAlphaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelAlphaDesc, labelNeighbour: ref labelAlphaData, color: SystemColors.Control);
+ private void LabelAlphaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelAlphaDesc, labelNeighbor: ref labelAlphaData, color: SystemColors.Control);
- private void LabelDeltaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelDeltaDesc, labelNeighbour: ref labelDeltaData, color: SystemColors.Control);
+ private void LabelDeltaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelDeltaDesc, labelNeighbor: ref labelDeltaData, color: SystemColors.Control);
- private void LabelDeltaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelDeltaDesc, labelNeighbour: ref labelDeltaData, color: SystemColors.Control);
+ private void LabelDeltaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelDeltaDesc, labelNeighbor: ref labelDeltaData, color: SystemColors.Control);
- private void LabelReferenceFlagForAstrometryDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbour: ref labelReferenceFlagForAstrometryData, color: SystemColors.Control);
+ private void LabelReferenceFlagForAstrometryDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbor: ref labelReferenceFlagForAstrometryData, color: SystemColors.Control);
- private void LabelReferenceFlagForAstrometryData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbour: ref labelReferenceFlagForAstrometryData, color: SystemColors.Control);
+ private void LabelReferenceFlagForAstrometryData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelReferenceFlagForAstrometryDesc, labelNeighbor: ref labelReferenceFlagForAstrometryData, color: SystemColors.Control);
- private void LabelTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbour: ref labelTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbor: ref labelTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbour: ref labelTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelTrigonomicParallaxDesc, labelNeighbor: ref labelTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelProperMotionAlphaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelProperMotionAlphaDesc, labelNeighbour: ref labelProperMotionAlphaData, color: SystemColors.Control);
+ private void LabelProperMotionAlphaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelProperMotionAlphaDesc, labelNeighbor: ref labelProperMotionAlphaData, color: SystemColors.Control);
- private void LabelProperMotionAlphaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelProperMotionAlphaDesc, labelNeighbour: ref labelProperMotionAlphaData, color: SystemColors.Control);
+ private void LabelProperMotionAlphaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelProperMotionAlphaDesc, labelNeighbor: ref labelProperMotionAlphaData, color: SystemColors.Control);
- private void LabelProperMotionDeltaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelProperMotionDeltaDesc, labelNeighbour: ref labelProperMotionDeltaData, color: SystemColors.Control);
+ private void LabelProperMotionDeltaDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelProperMotionDeltaDesc, labelNeighbor: ref labelProperMotionDeltaData, color: SystemColors.Control);
- private void LabelProperMotionDeltaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelProperMotionDeltaDesc, labelNeighbour: ref labelProperMotionDeltaData, color: SystemColors.Control);
+ private void LabelProperMotionDeltaData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelProperMotionDeltaDesc, labelNeighbor: ref labelProperMotionDeltaData, color: SystemColors.Control);
- private void LabelStandardErrorRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbour: ref labelStandardErrorRightAscensionData, color: SystemColors.Control);
+ private void LabelStandardErrorRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbor: ref labelStandardErrorRightAscensionData, color: SystemColors.Control);
- private void LabelStandardErrorRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbour: ref labelStandardErrorRightAscensionData, color: SystemColors.Control);
+ private void LabelStandardErrorRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorRightAscensionDesc, labelNeighbor: ref labelStandardErrorRightAscensionData, color: SystemColors.Control);
- private void LabelStandardErrorDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbour: ref labelStandardErrorDeclinationData, color: SystemColors.Control);
+ private void LabelStandardErrorDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbor: ref labelStandardErrorDeclinationData, color: SystemColors.Control);
- private void LabelStandardErrorDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbour: ref labelStandardErrorDeclinationData, color: SystemColors.Control);
+ private void LabelStandardErrorDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorDeclinationDesc, labelNeighbor: ref labelStandardErrorDeclinationData, color: SystemColors.Control);
- private void LabelStandardErrorTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbour: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelStandardErrorTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbor: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelStandardErrorTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbour: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelStandardErrorTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorTrigonomicParallaxDesc, labelNeighbor: ref labelStandardErrorTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelStandardErrorProperMotionRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbour: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.Control);
+ private void LabelStandardErrorProperMotionRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbor: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.Control);
- private void LabelStandardErrorProperMotionRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbour: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.Control);
+ private void LabelStandardErrorProperMotionRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionRightAscensionDesc, labelNeighbor: ref labelStandardErrorProperMotionRightAscensionData, color: SystemColors.Control);
- private void LabelStandardErrorProperMotionDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbour: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.Control);
+ private void LabelStandardErrorProperMotionDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbor: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.Control);
- private void LabelStandardErrorProperMotionDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbour: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.Control);
+ private void LabelStandardErrorProperMotionDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorProperMotionDeclinationDesc, labelNeighbor: ref labelStandardErrorProperMotionDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationDeclinationByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationDeclinationByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationDeclinationByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationDeclinationByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationDeclinationByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByRightAscensionDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.Control);
+ private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationTrigonomicParallaxByDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbour: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.Control);
+ private void LabelCorrelationTrigonomicParallaxByDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationTrigonomicParallaxByDeclinationDesc, labelNeighbor: ref labelCorrelationTrigonomicParallaxByDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByDeclinationData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByDeclinationDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByDeclinationData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.Control);
- private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbour: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.Control);
+ private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, labelNeighbor: ref labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, color: SystemColors.Control);
- private void LabelNumberOfTransitsForAstrometryDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelNumberOfTransitsForAstrometryDesc, labelNeighbour: ref labelNumberOfTransitsForAstrometryData, color: SystemColors.Control);
+ private void LabelNumberOfTransitsForAstrometryDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelNumberOfTransitsForAstrometryDesc, labelNeighbor: ref labelNumberOfTransitsForAstrometryData, color: SystemColors.Control);
- private void LabelNumberOfTransitsForAstrometryData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelNumberOfTransitsForAstrometryDesc, labelNeighbour: ref labelNumberOfTransitsForAstrometryData, color: SystemColors.Control);
+ private void LabelNumberOfTransitsForAstrometryData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelNumberOfTransitsForAstrometryDesc, labelNeighbor: ref labelNumberOfTransitsForAstrometryData, color: SystemColors.Control);
- private void LabelGoodnessOfFitParameterDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbour: ref labelGoodnessOfFitParameterData, color: SystemColors.Control);
+ private void LabelGoodnessOfFitParameterDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbor: ref labelGoodnessOfFitParameterData, color: SystemColors.Control);
- private void LabelGoodnessOfFitParameterData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbour: ref labelGoodnessOfFitParameterData, color: SystemColors.Control);
+ private void LabelGoodnessOfFitParameterData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelGoodnessOfFitParameterDesc, labelNeighbor: ref labelGoodnessOfFitParameterData, color: SystemColors.Control);
- private void LabelHipparcosNumberDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelHipparcosNumberDesc, labelNeighbour: ref labelHipparcosNumberData, color: SystemColors.Control);
+ private void LabelHipparcosNumberDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelHipparcosNumberDesc, labelNeighbor: ref labelHipparcosNumberData, color: SystemColors.Control);
- private void LabelHipparcosNumberData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelHipparcosNumberDesc, labelNeighbour: ref labelHipparcosNumberData, color: SystemColors.Control);
+ private void LabelHipparcosNumberData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelHipparcosNumberDesc, labelNeighbor: ref labelHipparcosNumberData, color: SystemColors.Control);
- private void LabelMeanBtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbour: ref labelMeanBtMagnitudeData, color: SystemColors.Control);
+ private void LabelMeanBtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbor: ref labelMeanBtMagnitudeData, color: SystemColors.Control);
- private void LabelMeanBtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbour: ref labelMeanBtMagnitudeData, color: SystemColors.Control);
+ private void LabelMeanBtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMeanBtMagnitudeDesc, labelNeighbor: ref labelMeanBtMagnitudeData, color: SystemColors.Control);
- private void LabelStandardErrorMeanBtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.Control);
+ private void LabelStandardErrorMeanBtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.Control);
- private void LabelStandardErrorMeanBtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.Control);
+ private void LabelStandardErrorMeanBtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorMeanBtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanBtMagnitudeData, color: SystemColors.Control);
- private void LabelMeanVtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbour: ref labelMeanVtMagnitudeData, color: SystemColors.Control);
+ private void LabelMeanVtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbor: ref labelMeanVtMagnitudeData, color: SystemColors.Control);
- private void LabelMeanVtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbour: ref labelMeanVtMagnitudeData, color: SystemColors.Control);
+ private void LabelMeanVtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelMeanVtMagnitudeDesc, labelNeighbor: ref labelMeanVtMagnitudeData, color: SystemColors.Control);
- private void LabelStandardErrorMeanVtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.Control);
+ private void LabelStandardErrorMeanVtMagnitudeDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.Control);
- private void LabelStandardErrorMeanVtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbour: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.Control);
+ private void LabelStandardErrorMeanVtMagnitudeData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorMeanVtMagnitudeDesc, labelNeighbor: ref labelStandardErrorMeanVtMagnitudeData, color: SystemColors.Control);
- private void LabelSourceOfPhotometryDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfPhotometryDesc, labelNeighbour: ref labelSourceOfPhotometryData, color: SystemColors.Control);
+ private void LabelSourceOfPhotometryDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfPhotometryDesc, labelNeighbor: ref labelSourceOfPhotometryData, color: SystemColors.Control);
- private void LabelSourceOfPhotometryData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfPhotometryDesc, labelNeighbour: ref labelSourceOfPhotometryData, color: SystemColors.Control);
+ private void LabelSourceOfPhotometryData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfPhotometryDesc, labelNeighbor: ref labelSourceOfPhotometryData, color: SystemColors.Control);
- private void LabelJohnsonBvColorDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelJohnsonBvColorDesc, labelNeighbour: ref labelJohnsonBvColorData, color: SystemColors.Control);
+ private void LabelJohnsonBvColorDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelJohnsonBvColorDesc, labelNeighbor: ref labelJohnsonBvColorData, color: SystemColors.Control);
- private void LabelJohnsonBvColorData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelJohnsonBvColorDesc, labelNeighbour: ref labelJohnsonBvColorData, color: SystemColors.Control);
+ private void LabelJohnsonBvColorData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelJohnsonBvColorDesc, labelNeighbor: ref labelJohnsonBvColorData, color: SystemColors.Control);
- private void LabelStandardErrorJohnsonBvColorDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbour: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.Control);
+ private void LabelStandardErrorJohnsonBvColorDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbor: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.Control);
- private void LabelStandardErrorJohnsonBvColorData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbour: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.Control);
+ private void LabelStandardErrorJohnsonBvColorData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelStandardErrorJohnsonBvColorDesc, labelNeighbor: ref labelStandardErrorJohnsonBvColorData, color: SystemColors.Control);
- private void LabelAstrometricQualityFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelAstrometricQualityFlagDesc, labelNeighbour: ref labelAstrometricQualityFlagData, color: SystemColors.Control);
+ private void LabelAstrometricQualityFlagDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelAstrometricQualityFlagDesc, labelNeighbor: ref labelAstrometricQualityFlagData, color: SystemColors.Control);
- private void LabelAstrometricQualityFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelAstrometricQualityFlagDesc, labelNeighbour: ref labelAstrometricQualityFlagData, color: SystemColors.Control);
+ private void LabelAstrometricQualityFlagData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelAstrometricQualityFlagDesc, labelNeighbor: ref labelAstrometricQualityFlagData, color: SystemColors.Control);
- private void LabelSignalToNoiseRatioOfTheStarImageDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSignalToNoiseRatioOfTheStarImageDesc, labelNeighbour: ref labelSignalToNoiseRatioOfTheStarImageData, color: SystemColors.Control);
+ private void LabelSignalToNoiseRatioOfTheStarImageDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSignalToNoiseRatioOfTheStarImageDesc, labelNeighbor: ref labelSignalToNoiseRatioOfTheStarImageData, color: SystemColors.Control);
- private void LabelSignalToNoiseRatioOfTheStarImageData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSignalToNoiseRatioOfTheStarImageDesc, labelNeighbour: ref labelSignalToNoiseRatioOfTheStarImageData, color: SystemColors.Control);
+ private void LabelSignalToNoiseRatioOfTheStarImageData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSignalToNoiseRatioOfTheStarImageDesc, labelNeighbor: ref labelSignalToNoiseRatioOfTheStarImageData, color: SystemColors.Control);
- private void LabelSourceOfAstrometricDataDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfAstrometricDataDesc, labelNeighbour: ref labelSourceOfAstrometricDataData, color: SystemColors.Control);
+ private void LabelSourceOfAstrometricDataDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfAstrometricDataDesc, labelNeighbor: ref labelSourceOfAstrometricDataData, color: SystemColors.Control);
- private void LabelSourceOfAstrometricDataData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelSourceOfAstrometricDataDesc, labelNeighbour: ref labelSourceOfAstrometricDataData, color: SystemColors.Control);
+ private void LabelSourceOfAstrometricDataData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelSourceOfAstrometricDataDesc, labelNeighbor: ref labelSourceOfAstrometricDataData, color: SystemColors.Control);
- private void LabelNumberOfTransitsForPhotometryDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelNumberOfTransitsForPhotometryDesc, labelNeighbour: ref labelNumberOfTransitsForPhotometryData, color: SystemColors.Control);
+ private void LabelNumberOfTransitsForPhotometryDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelNumberOfTransitsForPhotometryDesc, labelNeighbor: ref labelNumberOfTransitsForPhotometryData, color: SystemColors.Control);
- private void LabelNumberOfTransitsForPhotometryData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelNumberOfTransitsForPhotometryDesc, labelNeighbour: ref labelNumberOfTransitsForPhotometryData, color: SystemColors.Control);
+ private void LabelNumberOfTransitsForPhotometryData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelNumberOfTransitsForPhotometryDesc, labelNeighbor: ref labelNumberOfTransitsForPhotometryData, color: SystemColors.Control);
- private void LabelEstimateOfVtmagScatterDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelEstimateOfVtmagScatterDesc, labelNeighbour: ref labelEstimateOfVtmagScatterData, color: SystemColors.Control);
+ private void LabelEstimateOfVtmagScatterDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelEstimateOfVtmagScatterDesc, labelNeighbor: ref labelEstimateOfVtmagScatterData, color: SystemColors.Control);
- private void LabelEstimateOfVtmagScatterData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelEstimateOfVtmagScatterDesc, labelNeighbour: ref labelEstimateOfVtmagScatterData, color: SystemColors.Control);
+ private void LabelEstimateOfVtmagScatterData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelEstimateOfVtmagScatterDesc, labelNeighbor: ref labelEstimateOfVtmagScatterData, color: SystemColors.Control);
- private void LabelVtmagAtMaximumDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelVtmagAtMaximumDesc, labelNeighbour: ref labelVtmagAtMaximumData, color: SystemColors.Control);
+ private void LabelVtmagAtMaximumDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelVtmagAtMaximumDesc, labelNeighbor: ref labelVtmagAtMaximumData, color: SystemColors.Control);
- private void LabelVtmagAtMaximumData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelVtmagAtMaximumDesc, labelNeighbour: ref labelVtmagAtMaximumData, color: SystemColors.Control);
+ private void LabelVtmagAtMaximumData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelVtmagAtMaximumDesc, labelNeighbor: ref labelVtmagAtMaximumData, color: SystemColors.Control);
- private void LabelVtmagAtMinimumDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelVtmagAtMinimumDesc, labelNeighbour: ref labelVtmagAtMinimumData, color: SystemColors.Control);
+ private void LabelVtmagAtMinimumDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelVtmagAtMinimumDesc, labelNeighbor: ref labelVtmagAtMinimumData, color: SystemColors.Control);
- private void LabelVtmagAtMinimumData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelVtmagAtMinimumDesc, labelNeighbour: ref labelVtmagAtMinimumData, color: SystemColors.Control);
+ private void LabelVtmagAtMinimumData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelVtmagAtMinimumDesc, labelNeighbor: ref labelVtmagAtMinimumData, color: SystemColors.Control);
- private void LabelKnownVariabilityFromGcvsNsvDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelKnownVariabilityFromGcvsNsvDesc, labelNeighbour: ref labelKnownVariabilityFromGcvsNsvData, color: SystemColors.Control);
+ private void LabelKnownVariabilityFromGcvsNsvDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelKnownVariabilityFromGcvsNsvDesc, labelNeighbor: ref labelKnownVariabilityFromGcvsNsvData, color: SystemColors.Control);
- private void LabelKnownVariabilityFromGcvsNsvData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelKnownVariabilityFromGcvsNsvDesc, labelNeighbour: ref labelKnownVariabilityFromGcvsNsvData, color: SystemColors.Control);
+ private void LabelKnownVariabilityFromGcvsNsvData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelKnownVariabilityFromGcvsNsvDesc, labelNeighbor: ref labelKnownVariabilityFromGcvsNsvData, color: SystemColors.Control);
- private void LabelVariabilityFromTychoDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelVariabilityFromTychoDesc, labelNeighbour: ref labelVariabilityFromTychoData, color: SystemColors.Control);
+ private void LabelVariabilityFromTychoDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelVariabilityFromTychoDesc, labelNeighbor: ref labelVariabilityFromTychoData, color: SystemColors.Control);
- private void LabelVariabilityFromTychoData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelVariabilityFromTychoDesc, labelNeighbour: ref labelVariabilityFromTychoData, color: SystemColors.Control);
+ private void LabelVariabilityFromTychoData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelVariabilityFromTychoDesc, labelNeighbor: ref labelVariabilityFromTychoData, color: SystemColors.Control);
- private void LabelDuplicityFromTychoDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelDuplicityFromTychoDesc, labelNeighbour: ref labelDuplicityFromTychoData, color: SystemColors.Control);
+ private void LabelDuplicityFromTychoDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelDuplicityFromTychoDesc, labelNeighbor: ref labelDuplicityFromTychoData, color: SystemColors.Control);
- private void LabelDuplicityFromTychoData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelDuplicityFromTychoDesc, labelNeighbour: ref labelDuplicityFromTychoData, color: SystemColors.Control);
+ private void LabelDuplicityFromTychoData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelDuplicityFromTychoDesc, labelNeighbor: ref labelDuplicityFromTychoData, color: SystemColors.Control);
- private void LabelEpochPhotometryInAnnexDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelEpochPhotometryInAnnexDesc, labelNeighbour: ref labelEpochPhotometryInAnnexData, color: SystemColors.Control);
+ private void LabelEpochPhotometryInAnnexDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelEpochPhotometryInAnnexDesc, labelNeighbor: ref labelEpochPhotometryInAnnexData, color: SystemColors.Control);
- private void LabelEpochPhotometryInAnnexData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelEpochPhotometryInAnnexDesc, labelNeighbour: ref labelEpochPhotometryInAnnexData, color: SystemColors.Control);
+ private void LabelEpochPhotometryInAnnexData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelEpochPhotometryInAnnexDesc, labelNeighbor: ref labelEpochPhotometryInAnnexData, color: SystemColors.Control);
- private void LabelCcdmComponentIdentifierDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCcdmComponentIdentifierDesc, labelNeighbour: ref labelCcdmComponentIdentifierData, color: SystemColors.Control);
+ private void LabelCcdmComponentIdentifierDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCcdmComponentIdentifierDesc, labelNeighbor: ref labelCcdmComponentIdentifierData, color: SystemColors.Control);
- private void LabelCcdmComponentIdentifierData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCcdmComponentIdentifierDesc, labelNeighbour: ref labelCcdmComponentIdentifierData, color: SystemColors.Control);
+ private void LabelCcdmComponentIdentifierData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCcdmComponentIdentifierDesc, labelNeighbor: ref labelCcdmComponentIdentifierData, color: SystemColors.Control);
- private void LabelPpmAndSupplementDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelPpmAndSupplementDesc, labelNeighbour: ref labelPpmAndSupplementData, color: SystemColors.Control);
+ private void LabelPpmAndSupplementDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelPpmAndSupplementDesc, labelNeighbor: ref labelPpmAndSupplementData, color: SystemColors.Control);
- private void LabelPpmAndSupplementData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelPpmAndSupplementDesc, labelNeighbour: ref labelPpmAndSupplementData, color: SystemColors.Control);
+ private void LabelPpmAndSupplementData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelPpmAndSupplementDesc, labelNeighbor: ref labelPpmAndSupplementData, color: SystemColors.Control);
- private void LabelHdNumberDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelHdNumberDesc, labelNeighbour: ref labelHdNumberData, color: SystemColors.Control);
+ private void LabelHdNumberDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelHdNumberDesc, labelNeighbor: ref labelHdNumberData, color: SystemColors.Control);
- private void LabelHdNumberData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelHdNumberDesc, labelNeighbour: ref labelHdNumberData, color: SystemColors.Control);
+ private void LabelHdNumberData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelHdNumberDesc, labelNeighbor: ref labelHdNumberData, color: SystemColors.Control);
- private void LabelBonnerDmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelBonnerDmDesc, labelNeighbour: ref labelBonnerDmData, color: SystemColors.Control);
+ private void LabelBonnerDmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelBonnerDmDesc, labelNeighbor: ref labelBonnerDmData, color: SystemColors.Control);
- private void LabelBonnerDmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelBonnerDmDesc, labelNeighbour: ref labelBonnerDmData, color: SystemColors.Control);
+ private void LabelBonnerDmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelBonnerDmDesc, labelNeighbor: ref labelBonnerDmData, color: SystemColors.Control);
- private void LabelCordobaDmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCordobaDmDesc, labelNeighbour: ref labelCordobaDmData, color: SystemColors.Control);
+ private void LabelCordobaDmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCordobaDmDesc, labelNeighbor: ref labelCordobaDmData, color: SystemColors.Control);
- private void LabelCordobaDmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCordobaDmDesc, labelNeighbour: ref labelCordobaDmData, color: SystemColors.Control);
+ private void LabelCordobaDmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCordobaDmDesc, labelNeighbor: ref labelCordobaDmData, color: SystemColors.Control);
- private void LabelCapePhotographicDmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCapePhotographicDmDesc, labelNeighbour: ref labelCapePhotographicDmData, color: SystemColors.Control);
+ private void LabelCapePhotographicDmDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCapePhotographicDmDesc, labelNeighbor: ref labelCapePhotographicDmData, color: SystemColors.Control);
- private void LabelCapePhotographicDmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelCapePhotographicDmDesc, labelNeighbour: ref labelCapePhotographicDmData, color: SystemColors.Control);
+ private void LabelCapePhotographicDmData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelCapePhotographicDmDesc, labelNeighbor: ref labelCapePhotographicDmData, color: SystemColors.Control);
- private void LabelNotesDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelNotesDesc, labelNeighbour: ref labelNotesData, color: SystemColors.Control);
+ private void LabelNotesDesc_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelNotesDesc, labelNeighbor: ref labelNotesData, color: SystemColors.Control);
- private void LabelNotesData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighbourAndClearStatusbar(labelSelf: ref labelNotesDesc, labelNeighbour: ref labelNotesData, color: SystemColors.Control);
+ private void LabelNotesData_MouseLeave(object sender, EventArgs e) => SetColorSelfAndNeighborAndClearStatusbar(labelSelf: ref labelNotesDesc, labelNeighbor: ref labelNotesData, color: SystemColors.Control);
#endregion
@@ -1810,26 +1899,18 @@ private void TychoCatalogViewerForm_PreviewKeyDown(object sender, PreviewKeyDown
case Keys.Left:
index--;
CheckIndexMinimum();
- UpdateIndexLabel();
- ShowEntriesOnIndex();
break;
case Keys.Right:
index++;
CheckIndexMaximum();
- UpdateIndexLabel();
- ShowEntriesOnIndex();
break;
case Keys.PageUp:
index -= 1000;
CheckIndexMinimum();
- UpdateIndexLabel();
- ShowEntriesOnIndex();
break;
case Keys.PageDown:
index += 1000;
CheckIndexMinimum();
- UpdateIndexLabel();
- ShowEntriesOnIndex();
break;
case Keys.Home:
index = 1;
@@ -1838,10 +1919,10 @@ private void TychoCatalogViewerForm_PreviewKeyDown(object sender, PreviewKeyDown
break;
case Keys.End:
index = maxIndex;
- UpdateIndexLabel();
- ShowEntriesOnIndex();
break;
}
+ UpdateIndexLabel();
+ ShowEntriesOnIndex();
}
#endregion