From 26c5985c64f581478d8d46782d39406b9043108e Mon Sep 17 00:00:00 2001 From: Michael Johne Date: Sat, 5 Oct 2019 22:33:06 +0200 Subject: [PATCH] update to 0.5.0.19 --- CatalogChooserForm.Designer.cs | 60 +- CatalogChooserForm.cs | 150 +- CatalogChooserForm.resx | 520 +-- DownloaderForm.cs | 5 +- Hipparcos-DB.csproj | 13 + HipparcosCatalogViewerForm.Designer.cs | 49 +- HipparcosCatalogViewerForm.cs | 1015 ++--- OptionsForm.cs | 2 +- Properties/AssemblyInfo.cs | 4 +- Properties/Resources.Designer.cs | 40 + Properties/Resources.resx | 92 +- .../fugue_folder-open_16px_shadowless.png | Bin 0 -> 560 bytes .../fugue_table-paint-can_16px_shadowless.png | Bin 0 -> 709 bytes ...fugue_table-select-row_16px_shadowless.png | Bin 0 -> 592 bytes Properties/fugue_table_16px_shadowless.png | Bin 0 -> 539 bytes TychoCatalogViewerForm.Designer.cs | 3313 +++++++++++++++++ TychoCatalogViewerForm.cs | 3068 +++++++++++++++ TychoCatalogViewerForm.resx | 420 +++ 18 files changed, 7958 insertions(+), 793 deletions(-) create mode 100644 Properties/fugue_folder-open_16px_shadowless.png create mode 100644 Properties/fugue_table-paint-can_16px_shadowless.png create mode 100644 Properties/fugue_table-select-row_16px_shadowless.png create mode 100644 Properties/fugue_table_16px_shadowless.png create mode 100644 TychoCatalogViewerForm.Designer.cs create mode 100644 TychoCatalogViewerForm.cs create mode 100644 TychoCatalogViewerForm.resx diff --git a/CatalogChooserForm.Designer.cs b/CatalogChooserForm.Designer.cs index 74d6fbb..05771f1 100644 --- a/CatalogChooserForm.Designer.cs +++ b/CatalogChooserForm.Designer.cs @@ -36,6 +36,8 @@ private void InitializeComponent() this.labelTychoCatalog = new System.Windows.Forms.Label(); this.labelHipparcosCatalog = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); + this.buttonOpenHipparcosDirectory = new System.Windows.Forms.Button(); + this.buttonOptions = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.buttonInfo = new System.Windows.Forms.Button(); this.buttonDownloadTychoCatalog = new System.Windows.Forms.Button(); @@ -44,7 +46,7 @@ private void InitializeComponent() this.buttonOpenHipparcosCatalog = new System.Windows.Forms.Button(); this.toolStripStatusLabelInfo = new System.Windows.Forms.ToolStripStatusLabel(); this.buttonExit = new System.Windows.Forms.Button(); - this.buttonOptions = new System.Windows.Forms.Button(); + this.buttonOpenTychoDirectory = new System.Windows.Forms.Button(); this.statusStripText.SuspendLayout(); this.groupBoxChooseCatalog.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); @@ -65,6 +67,8 @@ private void InitializeComponent() // resources.ApplyResources(this.groupBoxChooseCatalog, "groupBoxChooseCatalog"); this.groupBoxChooseCatalog.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; + this.groupBoxChooseCatalog.Controls.Add(this.buttonOpenTychoDirectory); + this.groupBoxChooseCatalog.Controls.Add(this.buttonOpenHipparcosDirectory); this.groupBoxChooseCatalog.Controls.Add(this.buttonDownloadTychoCatalog); this.groupBoxChooseCatalog.Controls.Add(this.buttonDownloadHipparcosCatalog); this.groupBoxChooseCatalog.Controls.Add(this.labelTychoCatalog); @@ -89,6 +93,34 @@ private void InitializeComponent() resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // + // buttonOpenHipparcosDirectory + // + resources.ApplyResources(this.buttonOpenHipparcosDirectory, "buttonOpenHipparcosDirectory"); + this.buttonOpenHipparcosDirectory.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.buttonOpenHipparcosDirectory.Image = global::Hipparcos_DB.Properties.Resources.fugue_folder_open_16px_shadowless; + this.buttonOpenHipparcosDirectory.Name = "buttonOpenHipparcosDirectory"; + this.toolTip.SetToolTip(this.buttonOpenHipparcosDirectory, resources.GetString("buttonOpenHipparcosDirectory.ToolTip")); + this.buttonOpenHipparcosDirectory.UseVisualStyleBackColor = true; + this.buttonOpenHipparcosDirectory.Click += new System.EventHandler(this.ButtonOpenHipparcosDirectory_Click); + this.buttonOpenHipparcosDirectory.Enter += new System.EventHandler(this.ButtonOpenHipparcosDirectory_Enter); + this.buttonOpenHipparcosDirectory.Leave += new System.EventHandler(this.ButtonOpenHipparcosDirectory_Leave); + this.buttonOpenHipparcosDirectory.MouseEnter += new System.EventHandler(this.ButtonOpenHipparcosDirectory_MouseEnter); + this.buttonOpenHipparcosDirectory.MouseLeave += new System.EventHandler(this.ButtonOpenHipparcosDirectory_MouseLeave); + // + // buttonOptions + // + resources.ApplyResources(this.buttonOptions, "buttonOptions"); + this.buttonOptions.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.buttonOptions.Image = global::Hipparcos_DB.Properties.Resources.fugue_gear_16px_shadowless; + this.buttonOptions.Name = "buttonOptions"; + this.toolTip.SetToolTip(this.buttonOptions, resources.GetString("buttonOptions.ToolTip")); + this.buttonOptions.UseVisualStyleBackColor = true; + this.buttonOptions.Click += new System.EventHandler(this.ButtonOptions_Click); + this.buttonOptions.Enter += new System.EventHandler(this.ButtonOptions_Enter); + this.buttonOptions.Leave += new System.EventHandler(this.ButtonOptions_Leave); + this.buttonOptions.MouseEnter += new System.EventHandler(this.ButtonOptions_MouseEnter); + this.buttonOptions.MouseLeave += new System.EventHandler(this.ButtonOptions_MouseLeave); + // // pictureBox1 // this.pictureBox1.Image = global::Hipparcos_DB.Properties.Resources.hipparcos1; @@ -181,19 +213,19 @@ private void InitializeComponent() this.buttonExit.MouseEnter += new System.EventHandler(this.ButtonExit_MouseEnter); this.buttonExit.MouseLeave += new System.EventHandler(this.ButtonExit_MouseLeave); // - // buttonOptions + // buttonOpenTychoDirectory // - resources.ApplyResources(this.buttonOptions, "buttonOptions"); - this.buttonOptions.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.buttonOptions.Image = global::Hipparcos_DB.Properties.Resources.fugue_gear_16px_shadowless; - this.buttonOptions.Name = "buttonOptions"; - this.toolTip.SetToolTip(this.buttonOptions, resources.GetString("buttonOptions.ToolTip")); - this.buttonOptions.UseVisualStyleBackColor = true; - this.buttonOptions.Click += new System.EventHandler(this.ButtonOptions_Click); - this.buttonOptions.Enter += new System.EventHandler(this.ButtonOptions_Enter); - this.buttonOptions.Leave += new System.EventHandler(this.ButtonOptions_Leave); - this.buttonOptions.MouseEnter += new System.EventHandler(this.ButtonOptions_MouseEnter); - this.buttonOptions.MouseLeave += new System.EventHandler(this.ButtonOptions_MouseLeave); + resources.ApplyResources(this.buttonOpenTychoDirectory, "buttonOpenTychoDirectory"); + this.buttonOpenTychoDirectory.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.buttonOpenTychoDirectory.Image = global::Hipparcos_DB.Properties.Resources.fugue_folder_open_16px_shadowless; + this.buttonOpenTychoDirectory.Name = "buttonOpenTychoDirectory"; + this.toolTip.SetToolTip(this.buttonOpenTychoDirectory, resources.GetString("buttonOpenTychoDirectory.ToolTip")); + this.buttonOpenTychoDirectory.UseVisualStyleBackColor = true; + this.buttonOpenTychoDirectory.Click += new System.EventHandler(this.ButtonOpenTychoDirectory_Click); + this.buttonOpenTychoDirectory.Enter += new System.EventHandler(this.ButtonOpenTychoDirectory_Enter); + this.buttonOpenTychoDirectory.Leave += new System.EventHandler(this.ButtonOpenTychoDirectory_Leave); + this.buttonOpenTychoDirectory.MouseEnter += new System.EventHandler(this.ButtonOpenTychoDirectory_MouseEnter); + this.buttonOpenTychoDirectory.MouseLeave += new System.EventHandler(this.ButtonOpenTychoDirectory_MouseLeave); // // CatalogChooserForm // @@ -237,6 +269,8 @@ private void InitializeComponent() private System.Windows.Forms.Label labelHipparcosCatalog; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonOptions; + private System.Windows.Forms.Button buttonOpenHipparcosDirectory; + private System.Windows.Forms.Button buttonOpenTychoDirectory; } } diff --git a/CatalogChooserForm.cs b/CatalogChooserForm.cs index bfa1a6c..612c68c 100644 --- a/CatalogChooserForm.cs +++ b/CatalogChooserForm.cs @@ -1,5 +1,6 @@ using Hipparcos_DB.Properties; using System; +using System.Diagnostics; using System.IO; using System.Windows.Forms; @@ -31,11 +32,47 @@ public partial class CatalogChooserForm : Form "solar_t.dat.gz" }; + private readonly string[] filesTychoCatalog = + { + "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", + "tyc_main.dat" + }; + private string RemoveFileExtension(string filename) { return filename.Substring(startIndex: 0, length: filename.LastIndexOf(value: ".")); } + private bool HasFileExtension(string filename, string extension) + { + return Path.GetExtension(path: filename).ToLower() == extension.ToLower(); + } + + private static void OpenExplorer(string path) + { + if (Directory.Exists(path: path)) + { + Process.Start(fileName: @path); + } + } + public CatalogChooserForm() { InitializeComponent(); @@ -46,7 +83,6 @@ public CatalogChooserForm() default: StartPosition = FormStartPosition.CenterParent; break; } */ - buttonDownloadTychoCatalog.Enabled = buttonOpenTychoCatalog.Enabled = false; } private void SetStatusbar(string text) @@ -152,12 +188,6 @@ private void CatalogChooserForm_Load(object sender, EventArgs e) #region Click event handlers - private void ButtonOpenTychoCatalog_Click(object sender, EventArgs e) - { - settings.Reload(); - throw new NotImplementedException(); - } - private void ButtonInfo_Click(object sender, EventArgs e) { settings.Reload(); @@ -198,6 +228,9 @@ private void ButtonDownloadTychoCatalog_Click(object sender, EventArgs e) settings.Reload(); using (DownloaderForm downloaderForm = new DownloaderForm()) { + downloaderForm.SetHost(host: settings.UserHostName); + downloaderForm.SetHostUrls(files: filesTychoCatalog); + downloaderForm.SetCatalogDirectory(directory: settings.UserTychoCatalogDirectory); downloaderForm.ShowDialog(); } } @@ -238,6 +271,66 @@ private void ButtonOpenHipparcosCatalog_Click(object sender, EventArgs e) } } + private void ButtonOpenTychoCatalog_Click(object sender, EventArgs e) + { + settings.Reload(); + bool allFilesFound = true; + foreach (string file in filesTychoCatalog) + { + if (allFilesFound) + { + if (HasFileExtension(filename: file, extension: ".gz")) + { + if (File.Exists(path: settings.UserTychoCatalogDirectory + RemoveFileExtension(filename: file))) + { + allFilesFound = true; + } + else + { + allFilesFound = false; + } + } + else + { + if (File.Exists(path: settings.UserTychoCatalogDirectory + file)) + { + allFilesFound = true; + } + else + { + allFilesFound = false; + } + } + } + } + if (allFilesFound) + { + using (TychoCatalogViewerForm formTychoCatalogViewer = new TychoCatalogViewerForm()) + { + formTychoCatalogViewer.ShowDialog(); + } + } + else + { + MessageBox.Show( + owner: this, + text: "Some files are missing. Please use the download button to download all files.", + caption: "Missing files", + buttons: MessageBoxButtons.OK, + icon: MessageBoxIcon.Error); + } + } + + private void ButtonOpenHipparcosDirectory_Click(object sender, EventArgs e) + { + OpenExplorer(path: Environment.CurrentDirectory + Path.DirectorySeparatorChar + settings.UserHipparcosCatalogDirectory); + } + + private void ButtonOpenTychoDirectory_Click(object sender, EventArgs e) + { + OpenExplorer(path: Environment.CurrentDirectory + Path.DirectorySeparatorChar + settings.UserTychoCatalogDirectory); + } + #endregion #region Enter event handlers @@ -267,6 +360,16 @@ private void ButtonExit_Enter(object sender, EventArgs e) SetStatusbar(sender: sender, e: e); } + private void ButtonOpenHipparcosDirectory_Enter(object sender, EventArgs e) + { + SetStatusbar(sender: sender, e: e); + } + + private void ButtonOpenTychoDirectory_Enter(object sender, EventArgs e) + { + SetStatusbar(sender: sender, e: e); + } + #endregion #region MouseEnter event handlers @@ -280,6 +383,7 @@ private void ButtonOpenTychoCatalog_MouseEnter(object sender, EventArgs e) { SetStatusbar(sender: sender, e: e); } + private void ButtonInfo_MouseEnter(object sender, EventArgs e) { SetStatusbar(sender: sender, e: e); @@ -295,6 +399,16 @@ private void ButtonExit_MouseEnter(object sender, EventArgs e) SetStatusbar(sender: sender, e: e); } + private void ButtonOpenHipparcosDirectory_MouseEnter(object sender, EventArgs e) + { + SetStatusbar(sender: sender, e: e); + } + + private void ButtonOpenTychoDirectory_MouseEnter(object sender, EventArgs e) + { + SetStatusbar(sender: sender, e: e); + } + #endregion #region Leave event handlers @@ -323,6 +437,16 @@ private void ButtonExit_Leave(object sender, EventArgs e) ClearStatusbar(); } + private void ButtonOpenHipparcosDirectory_Leave(object sender, EventArgs e) + { + ClearStatusbar(); + } + + private void ButtonOpenTychoDirectory_Leave(object sender, EventArgs e) + { + ClearStatusbar(); + } + #endregion #region MouseLeave event handlers @@ -352,6 +476,18 @@ private void ButtonExit_MouseLeave(object sender, EventArgs e) ClearStatusbar(); } + private void ButtonOpenHipparcosDirectory_MouseLeave(object sender, EventArgs e) + { + ClearStatusbar(); + } + + private void ButtonOpenTychoDirectory_MouseLeave(object sender, EventArgs e) + { + ClearStatusbar(); + } + + #endregion + } } diff --git a/CatalogChooserForm.resx b/CatalogChooserForm.resx index d3aae31..78f76af 100644 --- a/CatalogChooserForm.resx +++ b/CatalogChooserForm.resx @@ -173,264 +173,84 @@ catalog chooser grouping - - buttonDownloadTychoCatalog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBoxChooseCatalog - - - 0 - - - buttonDownloadHipparcosCatalog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBoxChooseCatalog - - - 1 - - - labelTychoCatalog - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBoxChooseCatalog - - - 2 - - - buttonOpenTychoCatalog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBoxChooseCatalog - - - 3 - - - buttonOpenHipparcosCatalog + + Open the Tycho directory - - System.Windows.Forms.Button, 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 - - - 5 - - - 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 + + Open the Tycho directory - + NoControl - - 6, 47 - - - 79, 13 - - - 3 - - - Tycho Catalog: - - - labelTychoCatalog - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBoxChooseCatalog - - - 2 + + 274, 42 - - True + + 27, 23 - - NoControl + + 7 - - 6, 16 - - - 97, 13 + + MiddleRight - - 0 + + ImageBeforeText - - Hipparcos Catalog: + + Open the Tycho directory - - labelHipparcosCatalog + + buttonOpenTychoDirectory - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBoxChooseCatalog - - 5 - - - True - - - Calibri, 26.25pt, style=Bold, Underline - - - NoControl - - - 170, 12 - - - 217, 42 - - + 0 - - Hipparcos-DB - - - label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Open the Hipparcos directory - - $this + + Open the Hipparcos directory - - 1 - - + NoControl - - 12, 12 + + 274, 11 - - 159, 193 + + 27, 23 - - Zoom - - - 4 - - - pictureBox1 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Information of the application - - - Information - - - NoControl - - - 177, 151 - - - 151, 24 - - - 2 - - - &Info + + 6 - + MiddleRight - + ImageBeforeText - - Information of the application + + Open the Hipparcos directory - - buttonInfo + + buttonOpenHipparcosDirectory - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + groupBoxChooseCatalog - - 3 + + 1 Download the Tycho Catalog @@ -469,7 +289,7 @@ groupBoxChooseCatalog - 0 + 2 Download the Hipparcos Catalog @@ -508,7 +328,37 @@ groupBoxChooseCatalog - 1 + 3 + + + True + + + NoControl + + + 6, 47 + + + 79, 13 + + + 3 + + + Tycho Catalog: + + + labelTychoCatalog + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBoxChooseCatalog + + + 4 Open the Tycho Catalog @@ -523,7 +373,7 @@ 201, 42 - 93, 23 + 68, 23 5 @@ -550,7 +400,7 @@ groupBoxChooseCatalog - 3 + 5 Open the Hipparcos Catalog @@ -565,7 +415,7 @@ 201, 11 - 93, 23 + 68, 23 2 @@ -592,49 +442,94 @@ groupBoxChooseCatalog - 4 - - - Exit the application + 6 - - Exit + + True - + NoControl - - 177, 181 + + 6, 16 - - 307, 24 + + 97, 13 - + + 0 + + + Hipparcos Catalog: + + + 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 - - E&xit + + True - - MiddleRight + + Calibri, 26.25pt, style=Bold, Underline - - ImageBeforeText + + NoControl - - Exit the application + + 170, 12 - - buttonExit + + 217, 42 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - + + Hipparcos-DB + + + label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - - 6 + + 1 Options of the application @@ -678,6 +573,117 @@ 0 + + NoControl + + + 12, 12 + + + 159, 193 + + + Zoom + + + 4 + + + pictureBox1 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + Information of the application + + + Information + + + NoControl + + + 177, 151 + + + 151, 24 + + + 2 + + + &Info + + + MiddleRight + + + ImageBeforeText + + + Information of the application + + + buttonInfo + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + Exit the application + + + Exit + + + NoControl + + + 177, 181 + + + 307, 24 + + + 4 + + + E&xit + + + MiddleRight + + + ImageBeforeText + + + Exit the application + + + buttonExit + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + True diff --git a/DownloaderForm.cs b/DownloaderForm.cs index 8a12d99..b0a893a 100644 --- a/DownloaderForm.cs +++ b/DownloaderForm.cs @@ -218,6 +218,7 @@ public DownloaderForm() private void DownloaderForm_Load(object sender, EventArgs e) { ClearStatusbar(); + labelFilesDownload.Text = string.Empty; if (settings.UserEnableQuickDownload) { ToolStripButtonStartDownload_Click(sender: sender, e: e); @@ -254,7 +255,7 @@ private void ToolStripButtonStartDownload_Click(object sender, EventArgs e) { Directory.CreateDirectory(path: GetCatalogDirectory()); } - progressBarDownloadFiles.Maximum = hostFiles.Length; + progressBarDownloadFiles.Maximum = hostFiles.Length * 3; SetHost(host: toolStripTextBoxHost.Text); backgroundWorker.RunWorkerAsync(); } @@ -534,10 +535,12 @@ private void BackgroundWorker_DoWork(object sender, DoWorkEventArgs e) fileArray = File.ReadAllBytes(path: downloadedFile); labelDownloadStatus.Text = "[" + DateTime.Now.ToString() + "] Decompress: " + downloadedFile + " -> " + decompressedFile; textBox.AppendText(text: labelDownloadStatus.Text + Environment.NewLine); + progressBarDownloadFiles.PerformStep(); File.WriteAllBytes(path: decompressedFile, bytes: Decompress(gzip: fileArray)); labelDownloadStatus.Text = "[" + DateTime.Now.ToString() + "] Delete: " + downloadedFile; textBox.AppendText(text: labelDownloadStatus.Text + Environment.NewLine + Environment.NewLine); File.Delete(path: downloadedFile); + progressBarDownloadFiles.PerformStep(); } else { diff --git a/Hipparcos-DB.csproj b/Hipparcos-DB.csproj index 2c2863a..1b5f997 100644 --- a/Hipparcos-DB.csproj +++ b/Hipparcos-DB.csproj @@ -121,6 +121,12 @@ + + Form + + + TychoCatalogViewerForm.cs + AboutBoxForm.cs @@ -151,6 +157,9 @@ Form + + TychoCatalogViewerForm.cs + SettingsSingleFileGenerator @@ -171,6 +180,10 @@ + + + + diff --git a/HipparcosCatalogViewerForm.Designer.cs b/HipparcosCatalogViewerForm.Designer.cs index dcab236..578005d 100644 --- a/HipparcosCatalogViewerForm.Designer.cs +++ b/HipparcosCatalogViewerForm.Designer.cs @@ -122,6 +122,9 @@ private void InitializeComponent() this.toolStripTextBoxGoToIndex = new System.Windows.Forms.ToolStripTextBox(); this.toolStripLabelMaxIndex = new System.Windows.Forms.ToolStripLabel(); this.toolStripButtonGoToIndex = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparatorOptions = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripButtonChangeDataTableStyle = new System.Windows.Forms.ToolStripButton(); + this.toolStripButtonChangeHoverEffect = new System.Windows.Forms.ToolStripButton(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabelInfo = new System.Windows.Forms.ToolStripStatusLabel(); this.progressBar = new System.Windows.Forms.ToolStripProgressBar(); @@ -1950,7 +1953,10 @@ private void InitializeComponent() this.toolStripLabelGoToIndexDesc, this.toolStripTextBoxGoToIndex, this.toolStripLabelMaxIndex, - this.toolStripButtonGoToIndex}); + this.toolStripButtonGoToIndex, + this.toolStripSeparatorOptions, + this.toolStripButtonChangeDataTableStyle, + this.toolStripButtonChangeHoverEffect}); this.toolStrip.Location = new System.Drawing.Point(0, 24); this.toolStrip.Name = "toolStrip"; this.toolStrip.Size = new System.Drawing.Size(844, 25); @@ -2089,15 +2095,18 @@ private void InitializeComponent() this.toolStripTextBoxGoToIndex.Enter += new System.EventHandler(this.ToolStripTextBoxGoToIndex_Enter); this.toolStripTextBoxGoToIndex.Leave += new System.EventHandler(this.ToolStripTextBoxGoToIndex_Leave); this.toolStripTextBoxGoToIndex.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ToolStripTextBoxGotoIndex_KeyPress); + this.toolStripTextBoxGoToIndex.MouseEnter += new System.EventHandler(this.ToolStripTextBoxGoToIndex_MouseEnter); + this.toolStripTextBoxGoToIndex.MouseLeave += new System.EventHandler(this.ToolStripTextBoxGoToIndex_MouseLeave); // // toolStripLabelMaxIndex // this.toolStripLabelMaxIndex.AccessibleDescription = "Show the maximal value of the entries"; this.toolStripLabelMaxIndex.AccessibleName = "Maximal value of entries"; this.toolStripLabelMaxIndex.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.toolStripLabelMaxIndex.AutoToolTip = true; this.toolStripLabelMaxIndex.Name = "toolStripLabelMaxIndex"; - this.toolStripLabelMaxIndex.Size = new System.Drawing.Size(30, 22); - this.toolStripLabelMaxIndex.Text = "/999"; + this.toolStripLabelMaxIndex.Size = new System.Drawing.Size(39, 22); + this.toolStripLabelMaxIndex.Text = "of 999"; // // toolStripButtonGoToIndex // @@ -2114,6 +2123,36 @@ private void InitializeComponent() this.toolStripButtonGoToIndex.MouseEnter += new System.EventHandler(this.ToolStripButtonGoToIndex_MouseEnter); this.toolStripButtonGoToIndex.MouseLeave += new System.EventHandler(this.ToolStripButtonGoToIndex_MouseLeave); // + // toolStripSeparatorOptions + // + this.toolStripSeparatorOptions.AccessibleDescription = "Separate options from navigation"; + this.toolStripSeparatorOptions.AccessibleName = "Separator"; + this.toolStripSeparatorOptions.AccessibleRole = System.Windows.Forms.AccessibleRole.Separator; + this.toolStripSeparatorOptions.Name = "toolStripSeparatorOptions"; + this.toolStripSeparatorOptions.Size = new System.Drawing.Size(6, 25); + // + // toolStripButtonChangeDataTableStyle + // + this.toolStripButtonChangeDataTableStyle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButtonChangeDataTableStyle.Image = global::Hipparcos_DB.Properties.Resources.fugue_table_paint_can_16px_shadowless; + this.toolStripButtonChangeDataTableStyle.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonChangeDataTableStyle.Name = "toolStripButtonChangeDataTableStyle"; + this.toolStripButtonChangeDataTableStyle.Size = new System.Drawing.Size(23, 22); + this.toolStripButtonChangeDataTableStyle.Text = "Change data table style"; + this.toolStripButtonChangeDataTableStyle.Click += new System.EventHandler(this.ToolStripButtonChangeDataTableStyle_Click); + // + // toolStripButtonChangeHoverEffect + // + this.toolStripButtonChangeHoverEffect.Checked = true; + this.toolStripButtonChangeHoverEffect.CheckState = System.Windows.Forms.CheckState.Checked; + this.toolStripButtonChangeHoverEffect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButtonChangeHoverEffect.Image = global::Hipparcos_DB.Properties.Resources.fugue_table_select_row_16px_shadowless; + this.toolStripButtonChangeHoverEffect.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonChangeHoverEffect.Name = "toolStripButtonChangeHoverEffect"; + this.toolStripButtonChangeHoverEffect.Size = new System.Drawing.Size(23, 22); + this.toolStripButtonChangeHoverEffect.Text = "Change hover effect"; + this.toolStripButtonChangeHoverEffect.Click += new System.EventHandler(this.ToolStripButtonChangeHoverEffect_Click); + // // statusStrip // this.statusStrip.AccessibleDescription = "status bar with some information"; @@ -4118,6 +4157,7 @@ private void InitializeComponent() this.Name = "HipparcosCatalogViewerForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Hipparcos Catalog Viewer"; + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HipparcosCatalogViewerForm_FormClosing); this.Load += new System.EventHandler(this.HipparcosCatalogViewerForm_Load); this.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.HipparcosCatalogViewerForm_PreviewKeyDown); this.contextMenuStripCopyData.ResumeLayout(false); @@ -4312,5 +4352,8 @@ private void InitializeComponent() private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemInfo; private System.Windows.Forms.ContextMenuStrip contextMenuStripCopyData; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemCopyData; + private System.Windows.Forms.ToolStripSeparator toolStripSeparatorOptions; + private System.Windows.Forms.ToolStripButton toolStripButtonChangeDataTableStyle; + private System.Windows.Forms.ToolStripButton toolStripButtonChangeHoverEffect; } } \ No newline at end of file diff --git a/HipparcosCatalogViewerForm.cs b/HipparcosCatalogViewerForm.cs index 36fe20f..8401ba5 100644 --- a/HipparcosCatalogViewerForm.cs +++ b/HipparcosCatalogViewerForm.cs @@ -9,7 +9,7 @@ namespace Hipparcos_DB { public partial class HipparcosCatalogViewerForm : Form { - enum AstrophysicalElement + enum AstroElement { None = 0, CatalogData, @@ -199,6 +199,8 @@ private uint index = 0, maxIndex = 0; + #region Local methods + private string RemoveFileExtension(string filename) { return filename.Substring(startIndex: 0, length: filename.LastIndexOf(value: ".")); @@ -390,7 +392,7 @@ private void ClearStatusbar() toolStripStatusLabelInfo.Text = string.Empty; toolStripStatusLabelInfo.Visible = false; } - + private void UpdateIndexLabel() { toolStripTextBoxGoToIndex.Text = index.ToString(); @@ -534,6 +536,10 @@ private static void SetDoubleBuffered(Control control) aProp.SetValue(obj: control, value: true, index: null); } + #endregion + + #region Con- and destructor + public HipparcosCatalogViewerForm() { InitializeComponent(); @@ -551,16 +557,42 @@ public HipparcosCatalogViewerForm() } } + #endregion + + #region Form* event handlers + private void HipparcosCatalogViewerForm_Load(object sender, EventArgs e) { ClearStatusbar(); + switch (settings.UserEnableHoverEffect) + { + case true: + default: + toolStripButtonChangeHoverEffect.Checked = true; + toolStripButtonChangeHoverEffect.Image = Resources.fugue_table_select_row_16px_shadowless; + break; + case false: + toolStripButtonChangeHoverEffect.Checked = false; + toolStripButtonChangeHoverEffect.Image = Resources.fugue_table_16px_shadowless; + break; + } + switch (settings.UserDataTableStyle) + { + case 0: + default: + tableLayoutPanel.CellBorderStyle = TableLayoutPanelCellBorderStyle.OutsetDouble; + break; + case 1: + tableLayoutPanel.CellBorderStyle = TableLayoutPanelCellBorderStyle.InsetDouble; + break; + } string dataFile = settings.UserHipparcosCatalogDirectory + "hip_main.dat"; if (File.Exists(path: dataFile)) { catalogEntries = File.ReadAllLines(path: dataFile); index = 1; maxIndex = Convert.ToUInt32(value: catalogEntries.Length); - toolStripLabelMaxIndex.Text = "/" + maxIndex.ToString(); + toolStripLabelMaxIndex.Text = "of " + maxIndex.ToString(); progressBar.Visible = false; UpdateIndexLabel(); ShowEntriesOnIndex(); @@ -578,6 +610,13 @@ private void HipparcosCatalogViewerForm_Load(object sender, EventArgs e) SetDoubleBuffered(control: tableLayoutPanel); } + private void HipparcosCatalogViewerForm_FormClosing(object sender, FormClosingEventArgs e) + { + settings.Save(); + } + + #endregion + #region Click event handlers private void MenuitemClose_Click(object sender, EventArgs e) @@ -650,165 +689,193 @@ private void ToolStripMenuItemCopyData_Click(object sender, EventArgs e) { switch (astrophysicalElement) { - case (uint)AstrophysicalElement.None: break; - case (uint)AstrophysicalElement.CatalogData: CopyToClipboard(text: labelCatalogData.Text); break; - case (uint)AstrophysicalElement.IdentifierData: CopyToClipboard(text: labelIdentifierData.Text); break; - case (uint)AstrophysicalElement.ProximityFlagData: CopyToClipboard(text: labelProximityFlagData.Text); break; - case (uint)AstrophysicalElement.RightAscensionData: CopyToClipboard(text: labelRightAscensionData.Text); break; - case (uint)AstrophysicalElement.DeclinationData: CopyToClipboard(text: labelDeclinationData.Text); break; - case (uint)AstrophysicalElement.MagnitudeJohnsonData: CopyToClipboard(text: labelMagnitudeJohnsonData.Text); break; - case (uint)AstrophysicalElement.CoarseVariabilityFlagData: CopyToClipboard(text: labelCoarseVariabilityFlagData.Text); break; - case (uint)AstrophysicalElement.SourceOfMagnitudeData: CopyToClipboard(text: labelSourceOfMagnitudeData.Text); break; - case (uint)AstrophysicalElement.AlphaData: CopyToClipboard(text: labelAlphaData.Text); break; - case (uint)AstrophysicalElement.DeltaData: CopyToClipboard(text: labelDeltaData.Text); break; - case (uint)AstrophysicalElement.ReferenceFlagForAstrometryData: CopyToClipboard(text: labelReferenceFlagForAstrometryData.Text); break; - case (uint)AstrophysicalElement.TrigonomicParallaxData: CopyToClipboard(text: labelTrigonomicParallaxData.Text); break; - case (uint)AstrophysicalElement.ProperMotionAlphaData: CopyToClipboard(text: labelProperMotionAlphaData.Text); break; - case (uint)AstrophysicalElement.ProperMotionDeltaData: CopyToClipboard(text: labelProperMotionDeltaData.Text); break; - case (uint)AstrophysicalElement.StandardErrorRightAscensionData: CopyToClipboard(text: labelStandardErrorRightAscensionData.Text); break; - case (uint)AstrophysicalElement.StandardErrorDeclinationData: CopyToClipboard(text: labelStandardErrorDeclinationData.Text); break; - case (uint)AstrophysicalElement.StandardErrorTrigonomicParallaxData: CopyToClipboard(text: labelStandardErrorTrigonomicParallaxData.Text); break; - case (uint)AstrophysicalElement.StandardErrorProperMotionRightAscensionData: CopyToClipboard(text: labelStandardErrorProperMotionRightAscensionData.Text); break; - case (uint)AstrophysicalElement.StandardErrorProperMotionDeclinationData: CopyToClipboard(text: labelStandardErrorProperMotionDeclinationData.Text); break; - case (uint)AstrophysicalElement.CorrelationDeclinationByRightAscensionData: CopyToClipboard(text: labelCorrelationDeclinationByRightAscensionData.Text); break; - case (uint)AstrophysicalElement.CorrelationTrigonomicParallaxByRightAscensionData: CopyToClipboard(text: labelCorrelationTrigonomicParallaxByRightAscensionData.Text); break; - case (uint)AstrophysicalElement.CorrelationTrigonomicParallaxByDeclinationData: CopyToClipboard(text: labelCorrelationTrigonomicParallaxByDeclinationData.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByRightAscensionData: CopyToClipboard(text: labelCorrelationProperMotionRightAscensionByRightAscensionData.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByDeclinationData: CopyToClipboard(text: labelCorrelationProperMotionRightAscensionByDeclinationData.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxData: CopyToClipboard(text: labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByRightAscensionData: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByRightAscensionData.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByDeclinationData: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByDeclinationData.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByTrigonomicParallaxData: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByProperMotionRightAscensionData: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.Text); break; - case (uint)AstrophysicalElement.PercentageOfRejectedDataData: CopyToClipboard(text: labelPercentageOfRejectedDataData.Text); break; - case (uint)AstrophysicalElement.GoodnessOfFitParameterData: CopyToClipboard(text: labelGoodnessOfFitParameterData.Text); break; - case (uint)AstrophysicalElement.MeanBtMagnitudeData: CopyToClipboard(text: labelMeanBtMagnitudeData.Text); break; - case (uint)AstrophysicalElement.StandardErrorMeanBtMagnitudeData: CopyToClipboard(text: labelStandardErrorMeanBtMagnitudeData.Text); break; - case (uint)AstrophysicalElement.MeanVtMagnitudeData: CopyToClipboard(text: labelMeanVtMagnitudeData.Text); break; - case (uint)AstrophysicalElement.StandardErrorMeanVtMagnitudeData: CopyToClipboard(text: labelStandardErrorMeanVtMagnitudeData.Text); break; - case (uint)AstrophysicalElement.JohnsonBvColorData: CopyToClipboard(text: labelJohnsonBvColorData.Text); break; - case (uint)AstrophysicalElement.StandardErrorJohnsonBvColorData: CopyToClipboard(text: labelStandardErrorJohnsonBvColorData.Text); break; - case (uint)AstrophysicalElement.ReferenceFlagForBtAndVtMagnitudeData: CopyToClipboard(text: labelReferenceFlagForBtAndVtMagnitudeData.Text); break; - case (uint)AstrophysicalElement.SourceOfBvColorData: CopyToClipboard(text: labelSourceOfBvColorData.Text); break; - case (uint)AstrophysicalElement.ColorIndexInCousinsSystemData: CopyToClipboard(text: labelColorIndexInCousinsSystemData.Text); break; - case (uint)AstrophysicalElement.StandardErrorViData: CopyToClipboard(text: labelStandardErrorViData.Text); break; - case (uint)AstrophysicalElement.SourceOfViData: CopyToClipboard(text: labelSourceOfViData.Text); break; - case (uint)AstrophysicalElement.FlagForCombinedMagnitudesData: CopyToClipboard(text: labelFlagForCombinedMagnitudesData.Text); break; - case (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemData: CopyToClipboard(text: labelMedianMagnitudeInHipparcosSystemData.Text); break; - case (uint)AstrophysicalElement.StandardErrorMedianMagnitudeInHipparcosSystemData: CopyToClipboard(text: labelStandardErrorMedianMagnitudeInHipparcosSystemData.Text); break; - case (uint)AstrophysicalElement.ScatterMedianMagnitudeInHipparcosSystemData: CopyToClipboard(text: labelScatterMedianMagnitudeInHipparcosSystemData.Text); break; - case (uint)AstrophysicalElement.NumberObservationsForMedianMagnitudeInHipparcosSystemData: CopyToClipboard(text: labelNumberObservationsForMedianMagnitudeInHipparcosSystemData.Text); break; - case (uint)AstrophysicalElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemData: CopyToClipboard(text: labelReferenceFlagForMedianMagnitudeInHipparcosSystemData.Text); break; - case (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemAtMaximumData: CopyToClipboard(text: labelMedianMagnitudeInHipparcosSystemAtMaximumData.Text); break; - case (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemAtMinimumData: CopyToClipboard(text: labelMedianMagnitudeInHipparcosSystemAtMinimumData.Text); break; - case (uint)AstrophysicalElement.VariabilityPeriodData: CopyToClipboard(text: labelVariabilityPeriodData.Text); break; - case (uint)AstrophysicalElement.VariabilityTypeData: CopyToClipboard(text: labelVariabilityTypeData.Text); break; - case (uint)AstrophysicalElement.AdditionalDataAboutVariabilityData: CopyToClipboard(text: labelAdditionalDataAboutVariabilityData.Text); break; - case (uint)AstrophysicalElement.LightCurveAnnexData: CopyToClipboard(text: labelLightCurveAnnexData.Text); break; - case (uint)AstrophysicalElement.CcdmIdentifierData: CopyToClipboard(text: labelCcdmIdentifierData.Text); break; - case (uint)AstrophysicalElement.HistoricalStatusFlagData: CopyToClipboard(text: labelHistoricalStatusFlagData.Text); break; - case (uint)AstrophysicalElement.NumberEntriesWithSameCcdmData: CopyToClipboard(text: labelNumberEntriesWithSameCcdmData.Text); break; - case (uint)AstrophysicalElement.NumberComponentsInThisEntryData: CopyToClipboard(text: labelNumberComponentsInThisEntryData.Text); break; - case (uint)AstrophysicalElement.MultipleSystemsFlagData: CopyToClipboard(text: labelMultipleSystemsFlagData.Text); break; - case (uint)AstrophysicalElement.AstrometricSourceFlagData: CopyToClipboard(text: labelAstrometricSourceFlagData.Text); break; - case (uint)AstrophysicalElement.SolutionQualityData: CopyToClipboard(text: labelSolutionQualityData.Text); break; - case (uint)AstrophysicalElement.ComponentIdentifiersData: CopyToClipboard(text: labelComponentIdentifiersData.Text); break; - case (uint)AstrophysicalElement.PositionAngleBetweenComponentsData: CopyToClipboard(text: labelPositionAngleBetweenComponentsData.Text); break; - case (uint)AstrophysicalElement.AngularSeparationBetweenComponentsData: CopyToClipboard(text: labelAngularSeparationBetweenComponentsData.Text); break; - case (uint)AstrophysicalElement.StandardErrorRhoData: CopyToClipboard(text: labelStandardErrorRhoData.Text); break; - case (uint)AstrophysicalElement.MagnitudeDifferenceBetweenComponentsData: CopyToClipboard(text: labelMagnitudeDifferenceBetweenComponentsData.Text); break; - case (uint)AstrophysicalElement.StandardErrorMagnitudeDifferenceBetweenComponentsData: CopyToClipboard(text: labelStandardErrorMagnitudeDifferenceBetweenComponentsData.Text); break; - case (uint)AstrophysicalElement.FlagIndicatingSurveyStarData: CopyToClipboard(text: labelFlagIndicatingSurveyStarData.Text); break; - case (uint)AstrophysicalElement.IdentificationChartData: CopyToClipboard(text: labelIdentificationChartData.Text); break; - case (uint)AstrophysicalElement.ExistenceOfNotesData: CopyToClipboard(text: labelExistenceOfNotesData.Text); break; - case (uint)AstrophysicalElement.HdNumberData: CopyToClipboard(text: labelHdNumberData.Text); break; - case (uint)AstrophysicalElement.BonnerDmData: CopyToClipboard(text: labelBonnerDmData.Text); break; - case (uint)AstrophysicalElement.CordobaDmData: CopyToClipboard(text: labelCordobaDmData.Text); break; - case (uint)AstrophysicalElement.CapePhotographicDmData: CopyToClipboard(text: labelCapePhotographicDmData.Text); break; - case (uint)AstrophysicalElement.ViUsedForReductionsData: CopyToClipboard(text: labelViUsedForReductionsData.Text); break; - case (uint)AstrophysicalElement.SpectralTypeData: CopyToClipboard(text: labelSpectralTypeData.Text); break; - case (uint)AstrophysicalElement.SourceOfSpectralTypeData: CopyToClipboard(text: labelSourceOfSpectralTypeData.Text); break; - case (uint)AstrophysicalElement.CatalogDesc: CopyToClipboard(text: labelCatalogDesc.Text); break; - case (uint)AstrophysicalElement.IdentifierDesc: CopyToClipboard(text: labelIdentifierDesc.Text); break; ; - case (uint)AstrophysicalElement.ProximityFlagDesc: CopyToClipboard(text: labelProximityFlagDesc.Text); break; - case (uint)AstrophysicalElement.RightAscensionDesc: CopyToClipboard(text: labelRightAscensionDesc.Text); break; - case (uint)AstrophysicalElement.DeclinationDesc: CopyToClipboard(text: labelDeclinationDesc.Text); break; - case (uint)AstrophysicalElement.MagnitudeJohnsonDesc: CopyToClipboard(text: labelMagnitudeJohnsonDesc.Text); break; - case (uint)AstrophysicalElement.CoarseVariabilityFlagDesc: CopyToClipboard(text: labelCoarseVariabilityFlagDesc.Text); break; - case (uint)AstrophysicalElement.SourceOfMagnitudeDesc: CopyToClipboard(text: labelSourceOfMagnitudeDesc.Text); break; - case (uint)AstrophysicalElement.AlphaDesc: CopyToClipboard(text: labelAlphaDesc.Text); break; - case (uint)AstrophysicalElement.DeltaDesc: CopyToClipboard(text: labelDeltaDesc.Text); break; - case (uint)AstrophysicalElement.ReferenceFlagForAstrometryDesc: CopyToClipboard(text: labelReferenceFlagForAstrometryDesc.Text); break; - case (uint)AstrophysicalElement.TrigonomicParallaxDesc: CopyToClipboard(text: labelTrigonomicParallaxDesc.Text); break; - case (uint)AstrophysicalElement.ProperMotionAlphaDesc: CopyToClipboard(text: labelProperMotionAlphaDesc.Text); break; - case (uint)AstrophysicalElement.ProperMotionDeltaDesc: CopyToClipboard(text: labelProperMotionDeltaDesc.Text); break; - case (uint)AstrophysicalElement.StandardErrorRightAscensionDesc: CopyToClipboard(text: labelStandardErrorRightAscensionDesc.Text); break; - case (uint)AstrophysicalElement.StandardErrorDeclinationDesc: CopyToClipboard(text: labelStandardErrorDeclinationDesc.Text); break; - case (uint)AstrophysicalElement.StandardErrorTrigonomicParallaxDesc: CopyToClipboard(text: labelStandardErrorTrigonomicParallaxDesc.Text); break; - case (uint)AstrophysicalElement.StandardErrorProperMotionRightAscensionDesc: CopyToClipboard(text: labelStandardErrorProperMotionRightAscensionDesc.Text); break; - case (uint)AstrophysicalElement.StandardErrorProperMotionDeclinationDesc: CopyToClipboard(text: labelStandardErrorProperMotionDeclinationDesc.Text); break; - case (uint)AstrophysicalElement.CorrelationDeclinationByRightAscensionDesc: CopyToClipboard(text: labelCorrelationDeclinationByRightAscensionDesc.Text); break; - case (uint)AstrophysicalElement.CorrelationTrigonomicParallaxByRightAscensionDesc: CopyToClipboard(text: labelCorrelationTrigonomicParallaxByRightAscensionDesc.Text); break; - case (uint)AstrophysicalElement.CorrelationTrigonomicParallaxByDeclinationDesc: CopyToClipboard(text: labelCorrelationTrigonomicParallaxByDeclinationDesc.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByRightAscensionDesc: CopyToClipboard(text: labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByDeclinationDesc: CopyToClipboard(text: labelCorrelationProperMotionRightAscensionByDeclinationDesc.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxDesc: CopyToClipboard(text: labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByRightAscensionDesc: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByRightAscensionDesc.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByDeclinationDesc: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByDeclinationDesc.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByTrigonomicParallaxDesc: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Text); break; - case (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByProperMotionRightAscensionDesc: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Text); break; - case (uint)AstrophysicalElement.PercentageOfRejectedDataDesc: CopyToClipboard(text: labelPercentageOfRejectedDataDesc.Text); break; - case (uint)AstrophysicalElement.GoodnessOfFitParameterDesc: CopyToClipboard(text: labelGoodnessOfFitParameterDesc.Text); break; - case (uint)AstrophysicalElement.MeanBtMagnitudeDesc: CopyToClipboard(text: labelMeanBtMagnitudeDesc.Text); break; - case (uint)AstrophysicalElement.StandardErrorMeanBtMagnitudeDesc: CopyToClipboard(text: labelStandardErrorMeanBtMagnitudeDesc.Text); break; - case (uint)AstrophysicalElement.MeanVtMagnitudeDesc: CopyToClipboard(text: labelMeanVtMagnitudeDesc.Text); break; - case (uint)AstrophysicalElement.StandardErrorMeanVtMagnitudeDesc: CopyToClipboard(text: labelStandardErrorMeanVtMagnitudeDesc.Text); break; - case (uint)AstrophysicalElement.JohnsonBvColorDesc: CopyToClipboard(text: labelJohnsonBvColorDesc.Text); break; - case (uint)AstrophysicalElement.StandardErrorJohnsonBvColorDesc: CopyToClipboard(text: labelStandardErrorJohnsonBvColorDesc.Text); break; - case (uint)AstrophysicalElement.ReferenceFlagForBtAndVtMagnitudeDesc: CopyToClipboard(text: labelReferenceFlagForBtAndVtMagnitudeDesc.Text); break; - case (uint)AstrophysicalElement.SourceOfBvColorDesc: CopyToClipboard(text: labelSourceOfBvColorDesc.Text); break; - case (uint)AstrophysicalElement.ColorIndexInCousinsSystemDesc: CopyToClipboard(text: labelColorIndexInCousinsSystemDesc.Text); break; - case (uint)AstrophysicalElement.StandardErrorViDesc: CopyToClipboard(text: labelStandardErrorViDesc.Text); break; - case (uint)AstrophysicalElement.SourceOfViDesc: CopyToClipboard(text: labelSourceOfViDesc.Text); break; - case (uint)AstrophysicalElement.FlagForCombinedMagnitudesDesc: CopyToClipboard(text: labelFlagForCombinedMagnitudesDesc.Text); break; - case (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemDesc: CopyToClipboard(text: labelMedianMagnitudeInHipparcosSystemDesc.Text); break; - case (uint)AstrophysicalElement.StandardErrorMedianMagnitudeInHipparcosSystemDesc: CopyToClipboard(text: labelStandardErrorMedianMagnitudeInHipparcosSystemDesc.Text); break; - case (uint)AstrophysicalElement.ScatterMedianMagnitudeInHipparcosSystemDesc: CopyToClipboard(text: labelScatterMedianMagnitudeInHipparcosSystemDesc.Text); break; - case (uint)AstrophysicalElement.NumberObservationsForMedianMagnitudeInHipparcosSystemDesc: CopyToClipboard(text: labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc.Text); break; - case (uint)AstrophysicalElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemDesc: CopyToClipboard(text: labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc.Text); break; - case (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemAtMaximumDesc: CopyToClipboard(text: labelMedianMagnitudeInHipparcosSystemAtMaximumDesc.Text); break; - case (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemAtMinimumDesc: CopyToClipboard(text: labelMedianMagnitudeInHipparcosSystemAtMinimumDesc.Text); break; - case (uint)AstrophysicalElement.VariabilityPeriodDesc: CopyToClipboard(text: labelVariabilityPeriodDesc.Text); break; - case (uint)AstrophysicalElement.VariabilityTypeDesc: CopyToClipboard(text: labelVariabilityTypeDesc.Text); break; - case (uint)AstrophysicalElement.AdditionalDataAboutVariabilityDesc: CopyToClipboard(text: labelAdditionalDataAboutVariabilityDesc.Text); break; - case (uint)AstrophysicalElement.LightCurveAnnexDesc: CopyToClipboard(text: labelLightCurveAnnexDesc.Text); break; - case (uint)AstrophysicalElement.CcdmIdentifierDesc: CopyToClipboard(text: labelCcdmIdentifierDesc.Text); break; - case (uint)AstrophysicalElement.HistoricalStatusFlagDesc: CopyToClipboard(text: labelHistoricalStatusFlagDesc.Text); break; - case (uint)AstrophysicalElement.NumberEntriesWithSameCcdmDesc: CopyToClipboard(text: labelNumberEntriesWithSameCcdmDesc.Text); break; - case (uint)AstrophysicalElement.NumberComponentsInThisEntryDesc: CopyToClipboard(text: labelNumberComponentsInThisEntryDesc.Text); break; - case (uint)AstrophysicalElement.MultipleSystemsFlagDesc: CopyToClipboard(text: labelMultipleSystemsFlagDesc.Text); break; - case (uint)AstrophysicalElement.AstrometricSourceFlagDesc: CopyToClipboard(text: labelAstrometricSourceFlagDesc.Text); break; - case (uint)AstrophysicalElement.SolutionQualityDesc: CopyToClipboard(text: labelSolutionQualityDesc.Text); break; - case (uint)AstrophysicalElement.ComponentIdentifiersDesc: CopyToClipboard(text: labelComponentIdentifiersDesc.Text); break; - case (uint)AstrophysicalElement.PositionAngleBetweenComponentsDesc: CopyToClipboard(text: labelPositionAngleBetweenComponentsDesc.Text); break; - case (uint)AstrophysicalElement.AngularSeparationBetweenComponentsDesc: CopyToClipboard(text: labelAngularSeparationBetweenComponentsDesc.Text); break; - case (uint)AstrophysicalElement.StandardErrorRhoDesc: CopyToClipboard(text: labelStandardErrorRhoDesc.Text); break; - case (uint)AstrophysicalElement.MagnitudeDifferenceBetweenComponentsDesc: CopyToClipboard(text: labelMagnitudeDifferenceBetweenComponentsDesc.Text); break; - case (uint)AstrophysicalElement.StandardErrorMagnitudeDifferenceBetweenComponentsDesc: CopyToClipboard(text: labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc.Text); break; - case (uint)AstrophysicalElement.FlagIndicatingSurveyStarDesc: CopyToClipboard(text: labelFlagIndicatingSurveyStarDesc.Text); break; - case (uint)AstrophysicalElement.IdentificationChartDesc: CopyToClipboard(text: labelIdentificationChartDesc.Text); break; - case (uint)AstrophysicalElement.ExistenceOfNotesDesc: CopyToClipboard(text: labelExistenceOfNotesDesc.Text); break; - case (uint)AstrophysicalElement.HdNumberDesc: CopyToClipboard(text: labelHdNumberDesc.Text); break; - case (uint)AstrophysicalElement.BonnerDmDesc: CopyToClipboard(text: labelBonnerDmDesc.Text); break; - case (uint)AstrophysicalElement.CordobaDmDesc: CopyToClipboard(text: labelCordobaDmDesc.Text); break; - case (uint)AstrophysicalElement.CapePhotographicDmDesc: CopyToClipboard(text: labelCapePhotographicDmDesc.Text); break; - case (uint)AstrophysicalElement.ViUsedForReductionsDesc: CopyToClipboard(text: labelViUsedForReductionsDesc.Text); break; - case (uint)AstrophysicalElement.SpectralTypeDesc: CopyToClipboard(text: labelSpectralTypeDesc.Text); break; - case (uint)AstrophysicalElement.SourceOfSpectralTypeDesc: CopyToClipboard(text: labelSourceOfSpectralTypeDesc.Text); break; + case (uint)AstroElement.None: 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; + case (uint)AstroElement.RightAscensionData: CopyToClipboard(text: labelRightAscensionData.Text); break; + case (uint)AstroElement.DeclinationData: CopyToClipboard(text: labelDeclinationData.Text); break; + case (uint)AstroElement.MagnitudeJohnsonData: CopyToClipboard(text: labelMagnitudeJohnsonData.Text); break; + case (uint)AstroElement.CoarseVariabilityFlagData: CopyToClipboard(text: labelCoarseVariabilityFlagData.Text); break; + case (uint)AstroElement.SourceOfMagnitudeData: CopyToClipboard(text: labelSourceOfMagnitudeData.Text); break; + case (uint)AstroElement.AlphaData: CopyToClipboard(text: labelAlphaData.Text); break; + case (uint)AstroElement.DeltaData: CopyToClipboard(text: labelDeltaData.Text); break; + case (uint)AstroElement.ReferenceFlagForAstrometryData: CopyToClipboard(text: labelReferenceFlagForAstrometryData.Text); break; + case (uint)AstroElement.TrigonomicParallaxData: CopyToClipboard(text: labelTrigonomicParallaxData.Text); break; + case (uint)AstroElement.ProperMotionAlphaData: CopyToClipboard(text: labelProperMotionAlphaData.Text); break; + case (uint)AstroElement.ProperMotionDeltaData: CopyToClipboard(text: labelProperMotionDeltaData.Text); break; + case (uint)AstroElement.StandardErrorRightAscensionData: CopyToClipboard(text: labelStandardErrorRightAscensionData.Text); break; + case (uint)AstroElement.StandardErrorDeclinationData: CopyToClipboard(text: labelStandardErrorDeclinationData.Text); break; + case (uint)AstroElement.StandardErrorTrigonomicParallaxData: CopyToClipboard(text: labelStandardErrorTrigonomicParallaxData.Text); break; + case (uint)AstroElement.StandardErrorProperMotionRightAscensionData: CopyToClipboard(text: labelStandardErrorProperMotionRightAscensionData.Text); break; + case (uint)AstroElement.StandardErrorProperMotionDeclinationData: CopyToClipboard(text: labelStandardErrorProperMotionDeclinationData.Text); break; + case (uint)AstroElement.CorrelationDeclinationByRightAscensionData: CopyToClipboard(text: labelCorrelationDeclinationByRightAscensionData.Text); break; + case (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionData: CopyToClipboard(text: labelCorrelationTrigonomicParallaxByRightAscensionData.Text); break; + case (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationData: CopyToClipboard(text: labelCorrelationTrigonomicParallaxByDeclinationData.Text); break; + case (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionData: CopyToClipboard(text: labelCorrelationProperMotionRightAscensionByRightAscensionData.Text); break; + case (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationData: CopyToClipboard(text: labelCorrelationProperMotionRightAscensionByDeclinationData.Text); break; + case (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxData: CopyToClipboard(text: labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.Text); break; + case (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionData: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByRightAscensionData.Text); break; + case (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationData: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByDeclinationData.Text); break; + case (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxData: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.Text); break; + case (uint)AstroElement.CorrelationProperMotionDeclinationByProperMotionRightAscensionData: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.Text); break; + case (uint)AstroElement.PercentageOfRejectedDataData: CopyToClipboard(text: labelPercentageOfRejectedDataData.Text); break; + case (uint)AstroElement.GoodnessOfFitParameterData: CopyToClipboard(text: labelGoodnessOfFitParameterData.Text); break; + case (uint)AstroElement.MeanBtMagnitudeData: CopyToClipboard(text: labelMeanBtMagnitudeData.Text); break; + case (uint)AstroElement.StandardErrorMeanBtMagnitudeData: CopyToClipboard(text: labelStandardErrorMeanBtMagnitudeData.Text); break; + case (uint)AstroElement.MeanVtMagnitudeData: CopyToClipboard(text: labelMeanVtMagnitudeData.Text); break; + case (uint)AstroElement.StandardErrorMeanVtMagnitudeData: CopyToClipboard(text: labelStandardErrorMeanVtMagnitudeData.Text); break; + case (uint)AstroElement.JohnsonBvColorData: CopyToClipboard(text: labelJohnsonBvColorData.Text); break; + case (uint)AstroElement.StandardErrorJohnsonBvColorData: CopyToClipboard(text: labelStandardErrorJohnsonBvColorData.Text); break; + case (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeData: CopyToClipboard(text: labelReferenceFlagForBtAndVtMagnitudeData.Text); break; + case (uint)AstroElement.SourceOfBvColorData: CopyToClipboard(text: labelSourceOfBvColorData.Text); break; + case (uint)AstroElement.ColorIndexInCousinsSystemData: CopyToClipboard(text: labelColorIndexInCousinsSystemData.Text); break; + case (uint)AstroElement.StandardErrorViData: CopyToClipboard(text: labelStandardErrorViData.Text); break; + case (uint)AstroElement.SourceOfViData: CopyToClipboard(text: labelSourceOfViData.Text); break; + case (uint)AstroElement.FlagForCombinedMagnitudesData: CopyToClipboard(text: labelFlagForCombinedMagnitudesData.Text); break; + case (uint)AstroElement.MedianMagnitudeInHipparcosSystemData: CopyToClipboard(text: labelMedianMagnitudeInHipparcosSystemData.Text); break; + case (uint)AstroElement.StandardErrorMedianMagnitudeInHipparcosSystemData: CopyToClipboard(text: labelStandardErrorMedianMagnitudeInHipparcosSystemData.Text); break; + case (uint)AstroElement.ScatterMedianMagnitudeInHipparcosSystemData: CopyToClipboard(text: labelScatterMedianMagnitudeInHipparcosSystemData.Text); break; + case (uint)AstroElement.NumberObservationsForMedianMagnitudeInHipparcosSystemData: CopyToClipboard(text: labelNumberObservationsForMedianMagnitudeInHipparcosSystemData.Text); break; + case (uint)AstroElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemData: CopyToClipboard(text: labelReferenceFlagForMedianMagnitudeInHipparcosSystemData.Text); break; + case (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMaximumData: CopyToClipboard(text: labelMedianMagnitudeInHipparcosSystemAtMaximumData.Text); break; + case (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMinimumData: CopyToClipboard(text: labelMedianMagnitudeInHipparcosSystemAtMinimumData.Text); break; + case (uint)AstroElement.VariabilityPeriodData: CopyToClipboard(text: labelVariabilityPeriodData.Text); break; + case (uint)AstroElement.VariabilityTypeData: CopyToClipboard(text: labelVariabilityTypeData.Text); break; + case (uint)AstroElement.AdditionalDataAboutVariabilityData: CopyToClipboard(text: labelAdditionalDataAboutVariabilityData.Text); break; + case (uint)AstroElement.LightCurveAnnexData: CopyToClipboard(text: labelLightCurveAnnexData.Text); break; + case (uint)AstroElement.CcdmIdentifierData: CopyToClipboard(text: labelCcdmIdentifierData.Text); break; + case (uint)AstroElement.HistoricalStatusFlagData: CopyToClipboard(text: labelHistoricalStatusFlagData.Text); break; + case (uint)AstroElement.NumberEntriesWithSameCcdmData: CopyToClipboard(text: labelNumberEntriesWithSameCcdmData.Text); break; + case (uint)AstroElement.NumberComponentsInThisEntryData: CopyToClipboard(text: labelNumberComponentsInThisEntryData.Text); break; + case (uint)AstroElement.MultipleSystemsFlagData: CopyToClipboard(text: labelMultipleSystemsFlagData.Text); break; + case (uint)AstroElement.AstrometricSourceFlagData: CopyToClipboard(text: labelAstrometricSourceFlagData.Text); break; + case (uint)AstroElement.SolutionQualityData: CopyToClipboard(text: labelSolutionQualityData.Text); break; + case (uint)AstroElement.ComponentIdentifiersData: CopyToClipboard(text: labelComponentIdentifiersData.Text); break; + case (uint)AstroElement.PositionAngleBetweenComponentsData: CopyToClipboard(text: labelPositionAngleBetweenComponentsData.Text); break; + case (uint)AstroElement.AngularSeparationBetweenComponentsData: CopyToClipboard(text: labelAngularSeparationBetweenComponentsData.Text); break; + case (uint)AstroElement.StandardErrorRhoData: CopyToClipboard(text: labelStandardErrorRhoData.Text); break; + case (uint)AstroElement.MagnitudeDifferenceBetweenComponentsData: CopyToClipboard(text: labelMagnitudeDifferenceBetweenComponentsData.Text); break; + case (uint)AstroElement.StandardErrorMagnitudeDifferenceBetweenComponentsData: CopyToClipboard(text: labelStandardErrorMagnitudeDifferenceBetweenComponentsData.Text); break; + case (uint)AstroElement.FlagIndicatingSurveyStarData: CopyToClipboard(text: labelFlagIndicatingSurveyStarData.Text); break; + case (uint)AstroElement.IdentificationChartData: CopyToClipboard(text: labelIdentificationChartData.Text); break; + case (uint)AstroElement.ExistenceOfNotesData: CopyToClipboard(text: labelExistenceOfNotesData.Text); break; + case (uint)AstroElement.HdNumberData: CopyToClipboard(text: labelHdNumberData.Text); break; + case (uint)AstroElement.BonnerDmData: CopyToClipboard(text: labelBonnerDmData.Text); break; + case (uint)AstroElement.CordobaDmData: CopyToClipboard(text: labelCordobaDmData.Text); break; + case (uint)AstroElement.CapePhotographicDmData: CopyToClipboard(text: labelCapePhotographicDmData.Text); break; + case (uint)AstroElement.ViUsedForReductionsData: CopyToClipboard(text: labelViUsedForReductionsData.Text); break; + case (uint)AstroElement.SpectralTypeData: CopyToClipboard(text: labelSpectralTypeData.Text); break; + case (uint)AstroElement.SourceOfSpectralTypeData: CopyToClipboard(text: labelSourceOfSpectralTypeData.Text); break; + case (uint)AstroElement.CatalogDesc: CopyToClipboard(text: labelCatalogDesc.Text); break; + case (uint)AstroElement.IdentifierDesc: CopyToClipboard(text: labelIdentifierDesc.Text); break; ; + case (uint)AstroElement.ProximityFlagDesc: CopyToClipboard(text: labelProximityFlagDesc.Text); break; + case (uint)AstroElement.RightAscensionDesc: CopyToClipboard(text: labelRightAscensionDesc.Text); break; + case (uint)AstroElement.DeclinationDesc: CopyToClipboard(text: labelDeclinationDesc.Text); break; + case (uint)AstroElement.MagnitudeJohnsonDesc: CopyToClipboard(text: labelMagnitudeJohnsonDesc.Text); break; + case (uint)AstroElement.CoarseVariabilityFlagDesc: CopyToClipboard(text: labelCoarseVariabilityFlagDesc.Text); break; + case (uint)AstroElement.SourceOfMagnitudeDesc: CopyToClipboard(text: labelSourceOfMagnitudeDesc.Text); break; + case (uint)AstroElement.AlphaDesc: CopyToClipboard(text: labelAlphaDesc.Text); break; + case (uint)AstroElement.DeltaDesc: CopyToClipboard(text: labelDeltaDesc.Text); break; + case (uint)AstroElement.ReferenceFlagForAstrometryDesc: CopyToClipboard(text: labelReferenceFlagForAstrometryDesc.Text); break; + case (uint)AstroElement.TrigonomicParallaxDesc: CopyToClipboard(text: labelTrigonomicParallaxDesc.Text); break; + case (uint)AstroElement.ProperMotionAlphaDesc: CopyToClipboard(text: labelProperMotionAlphaDesc.Text); break; + case (uint)AstroElement.ProperMotionDeltaDesc: CopyToClipboard(text: labelProperMotionDeltaDesc.Text); break; + case (uint)AstroElement.StandardErrorRightAscensionDesc: CopyToClipboard(text: labelStandardErrorRightAscensionDesc.Text); break; + case (uint)AstroElement.StandardErrorDeclinationDesc: CopyToClipboard(text: labelStandardErrorDeclinationDesc.Text); break; + case (uint)AstroElement.StandardErrorTrigonomicParallaxDesc: CopyToClipboard(text: labelStandardErrorTrigonomicParallaxDesc.Text); break; + case (uint)AstroElement.StandardErrorProperMotionRightAscensionDesc: CopyToClipboard(text: labelStandardErrorProperMotionRightAscensionDesc.Text); break; + case (uint)AstroElement.StandardErrorProperMotionDeclinationDesc: CopyToClipboard(text: labelStandardErrorProperMotionDeclinationDesc.Text); break; + case (uint)AstroElement.CorrelationDeclinationByRightAscensionDesc: CopyToClipboard(text: labelCorrelationDeclinationByRightAscensionDesc.Text); break; + case (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionDesc: CopyToClipboard(text: labelCorrelationTrigonomicParallaxByRightAscensionDesc.Text); break; + case (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationDesc: CopyToClipboard(text: labelCorrelationTrigonomicParallaxByDeclinationDesc.Text); break; + case (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionDesc: CopyToClipboard(text: labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Text); break; + case (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationDesc: CopyToClipboard(text: labelCorrelationProperMotionRightAscensionByDeclinationDesc.Text); break; + case (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxDesc: CopyToClipboard(text: labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Text); break; + case (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionDesc: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByRightAscensionDesc.Text); break; + case (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationDesc: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByDeclinationDesc.Text); break; + case (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxDesc: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Text); break; + case (uint)AstroElement.CorrelationProperMotionDeclinationByProperMotionRightAscensionDesc: CopyToClipboard(text: labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Text); break; + case (uint)AstroElement.PercentageOfRejectedDataDesc: CopyToClipboard(text: labelPercentageOfRejectedDataDesc.Text); break; + case (uint)AstroElement.GoodnessOfFitParameterDesc: CopyToClipboard(text: labelGoodnessOfFitParameterDesc.Text); break; + case (uint)AstroElement.MeanBtMagnitudeDesc: CopyToClipboard(text: labelMeanBtMagnitudeDesc.Text); break; + case (uint)AstroElement.StandardErrorMeanBtMagnitudeDesc: CopyToClipboard(text: labelStandardErrorMeanBtMagnitudeDesc.Text); break; + case (uint)AstroElement.MeanVtMagnitudeDesc: CopyToClipboard(text: labelMeanVtMagnitudeDesc.Text); break; + case (uint)AstroElement.StandardErrorMeanVtMagnitudeDesc: CopyToClipboard(text: labelStandardErrorMeanVtMagnitudeDesc.Text); break; + case (uint)AstroElement.JohnsonBvColorDesc: CopyToClipboard(text: labelJohnsonBvColorDesc.Text); break; + case (uint)AstroElement.StandardErrorJohnsonBvColorDesc: CopyToClipboard(text: labelStandardErrorJohnsonBvColorDesc.Text); break; + case (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeDesc: CopyToClipboard(text: labelReferenceFlagForBtAndVtMagnitudeDesc.Text); break; + case (uint)AstroElement.SourceOfBvColorDesc: CopyToClipboard(text: labelSourceOfBvColorDesc.Text); break; + case (uint)AstroElement.ColorIndexInCousinsSystemDesc: CopyToClipboard(text: labelColorIndexInCousinsSystemDesc.Text); break; + case (uint)AstroElement.StandardErrorViDesc: CopyToClipboard(text: labelStandardErrorViDesc.Text); break; + case (uint)AstroElement.SourceOfViDesc: CopyToClipboard(text: labelSourceOfViDesc.Text); break; + case (uint)AstroElement.FlagForCombinedMagnitudesDesc: CopyToClipboard(text: labelFlagForCombinedMagnitudesDesc.Text); break; + case (uint)AstroElement.MedianMagnitudeInHipparcosSystemDesc: CopyToClipboard(text: labelMedianMagnitudeInHipparcosSystemDesc.Text); break; + case (uint)AstroElement.StandardErrorMedianMagnitudeInHipparcosSystemDesc: CopyToClipboard(text: labelStandardErrorMedianMagnitudeInHipparcosSystemDesc.Text); break; + case (uint)AstroElement.ScatterMedianMagnitudeInHipparcosSystemDesc: CopyToClipboard(text: labelScatterMedianMagnitudeInHipparcosSystemDesc.Text); break; + case (uint)AstroElement.NumberObservationsForMedianMagnitudeInHipparcosSystemDesc: CopyToClipboard(text: labelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc.Text); break; + case (uint)AstroElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemDesc: CopyToClipboard(text: labelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc.Text); break; + case (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMaximumDesc: CopyToClipboard(text: labelMedianMagnitudeInHipparcosSystemAtMaximumDesc.Text); break; + case (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMinimumDesc: CopyToClipboard(text: labelMedianMagnitudeInHipparcosSystemAtMinimumDesc.Text); break; + case (uint)AstroElement.VariabilityPeriodDesc: CopyToClipboard(text: labelVariabilityPeriodDesc.Text); break; + case (uint)AstroElement.VariabilityTypeDesc: CopyToClipboard(text: labelVariabilityTypeDesc.Text); break; + case (uint)AstroElement.AdditionalDataAboutVariabilityDesc: CopyToClipboard(text: labelAdditionalDataAboutVariabilityDesc.Text); break; + case (uint)AstroElement.LightCurveAnnexDesc: CopyToClipboard(text: labelLightCurveAnnexDesc.Text); break; + case (uint)AstroElement.CcdmIdentifierDesc: CopyToClipboard(text: labelCcdmIdentifierDesc.Text); break; + case (uint)AstroElement.HistoricalStatusFlagDesc: CopyToClipboard(text: labelHistoricalStatusFlagDesc.Text); break; + case (uint)AstroElement.NumberEntriesWithSameCcdmDesc: CopyToClipboard(text: labelNumberEntriesWithSameCcdmDesc.Text); break; + case (uint)AstroElement.NumberComponentsInThisEntryDesc: CopyToClipboard(text: labelNumberComponentsInThisEntryDesc.Text); break; + case (uint)AstroElement.MultipleSystemsFlagDesc: CopyToClipboard(text: labelMultipleSystemsFlagDesc.Text); break; + case (uint)AstroElement.AstrometricSourceFlagDesc: CopyToClipboard(text: labelAstrometricSourceFlagDesc.Text); break; + case (uint)AstroElement.SolutionQualityDesc: CopyToClipboard(text: labelSolutionQualityDesc.Text); break; + case (uint)AstroElement.ComponentIdentifiersDesc: CopyToClipboard(text: labelComponentIdentifiersDesc.Text); break; + case (uint)AstroElement.PositionAngleBetweenComponentsDesc: CopyToClipboard(text: labelPositionAngleBetweenComponentsDesc.Text); break; + case (uint)AstroElement.AngularSeparationBetweenComponentsDesc: CopyToClipboard(text: labelAngularSeparationBetweenComponentsDesc.Text); break; + case (uint)AstroElement.StandardErrorRhoDesc: CopyToClipboard(text: labelStandardErrorRhoDesc.Text); break; + case (uint)AstroElement.MagnitudeDifferenceBetweenComponentsDesc: CopyToClipboard(text: labelMagnitudeDifferenceBetweenComponentsDesc.Text); break; + case (uint)AstroElement.StandardErrorMagnitudeDifferenceBetweenComponentsDesc: CopyToClipboard(text: labelStandardErrorMagnitudeDifferenceBetweenComponentsDesc.Text); break; + case (uint)AstroElement.FlagIndicatingSurveyStarDesc: CopyToClipboard(text: labelFlagIndicatingSurveyStarDesc.Text); break; + case (uint)AstroElement.IdentificationChartDesc: CopyToClipboard(text: labelIdentificationChartDesc.Text); break; + case (uint)AstroElement.ExistenceOfNotesDesc: CopyToClipboard(text: labelExistenceOfNotesDesc.Text); break; + case (uint)AstroElement.HdNumberDesc: CopyToClipboard(text: labelHdNumberDesc.Text); break; + case (uint)AstroElement.BonnerDmDesc: CopyToClipboard(text: labelBonnerDmDesc.Text); break; + case (uint)AstroElement.CordobaDmDesc: CopyToClipboard(text: labelCordobaDmDesc.Text); break; + case (uint)AstroElement.CapePhotographicDmDesc: CopyToClipboard(text: labelCapePhotographicDmDesc.Text); break; + 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) + { + tableLayoutPanel.CellBorderStyle = TableLayoutPanelCellBorderStyle.InsetDouble; + settings.UserDataTableStyle = 1; + } + } + + 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; + } + } + #endregion #region DoubleClick event handlers @@ -2051,7 +2118,7 @@ private void LabelSourceOfSpectralTypeDesc_DoubleClick(object sender, EventArgs private void LabelCatalogDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CatalogDesc; + astrophysicalElement = (uint)AstroElement.CatalogDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2061,7 +2128,7 @@ private void LabelCatalogDesc_Enter(object sender, EventArgs e) private void LabelCatalogData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CatalogData; + astrophysicalElement = (uint)AstroElement.CatalogData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2071,7 +2138,7 @@ private void LabelCatalogData_Enter(object sender, EventArgs e) private void LabelIdentifierDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.IdentifierDesc; + astrophysicalElement = (uint)AstroElement.IdentifierDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2081,7 +2148,7 @@ private void LabelIdentifierDesc_Enter(object sender, EventArgs e) private void LabelIdentifierData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.IdentifierData; + astrophysicalElement = (uint)AstroElement.IdentifierData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2091,7 +2158,7 @@ private void LabelIdentifierData_Enter(object sender, EventArgs e) private void LabelProximityFlagDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ProximityFlagDesc; + astrophysicalElement = (uint)AstroElement.ProximityFlagDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2101,7 +2168,7 @@ private void LabelProximityFlagDesc_Enter(object sender, EventArgs e) private void LabelProximityFlagData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ProximityFlagData; + astrophysicalElement = (uint)AstroElement.ProximityFlagData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2111,7 +2178,7 @@ private void LabelProximityFlagData_Enter(object sender, EventArgs e) private void LabelRightAscensionDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.RightAscensionDesc; + astrophysicalElement = (uint)AstroElement.RightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2121,7 +2188,7 @@ private void LabelRightAscensionDesc_Enter(object sender, EventArgs e) private void LabelRightAscensionData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.RightAscensionData; + astrophysicalElement = (uint)AstroElement.RightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2131,7 +2198,7 @@ private void LabelRightAscensionData_Enter(object sender, EventArgs e) private void LabelDeclinationDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.DeclinationDesc; + astrophysicalElement = (uint)AstroElement.DeclinationDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2141,7 +2208,7 @@ private void LabelDeclinationDesc_Enter(object sender, EventArgs e) private void LabelDeclinationData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.DeclinationData; + astrophysicalElement = (uint)AstroElement.DeclinationData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2151,7 +2218,7 @@ private void LabelDeclinationData_Enter(object sender, EventArgs e) private void LabelMagnitudeJohnsonDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MagnitudeJohnsonDesc; + astrophysicalElement = (uint)AstroElement.MagnitudeJohnsonDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2161,7 +2228,7 @@ private void LabelMagnitudeJohnsonDesc_Enter(object sender, EventArgs e) private void LabelMagnitudeJohnsonData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MagnitudeJohnsonData; + astrophysicalElement = (uint)AstroElement.MagnitudeJohnsonData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2171,7 +2238,7 @@ private void LabelMagnitudeJohnsonData_Enter(object sender, EventArgs e) private void LabelCoarseVariabilityFlagDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CoarseVariabilityFlagDesc; + astrophysicalElement = (uint)AstroElement.CoarseVariabilityFlagDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2181,7 +2248,7 @@ private void LabelCoarseVariabilityFlagDesc_Enter(object sender, EventArgs e) private void LabelCoarseVariabilityFlagData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CoarseVariabilityFlagData; + astrophysicalElement = (uint)AstroElement.CoarseVariabilityFlagData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2191,7 +2258,7 @@ private void LabelCoarseVariabilityFlagData_Enter(object sender, EventArgs e) private void LabelSourceOfMagnitudeDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfMagnitudeDesc; + astrophysicalElement = (uint)AstroElement.SourceOfMagnitudeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2201,7 +2268,7 @@ private void LabelSourceOfMagnitudeDesc_Enter(object sender, EventArgs e) private void LabelSourceOfMagnitudeData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfMagnitudeData; + astrophysicalElement = (uint)AstroElement.SourceOfMagnitudeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2211,17 +2278,17 @@ private void LabelSourceOfMagnitudeData_Enter(object sender, EventArgs e) private void LabelAlphaDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AlphaDesc; + astrophysicalElement = (uint)AstroElement.AlphaDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { labelAlphaDesc.BackColor = SystemColors.ControlLightLight; - } + } } private void LabelAlphaData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AlphaData; + astrophysicalElement = (uint)AstroElement.AlphaData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2231,7 +2298,7 @@ private void LabelAlphaData_Enter(object sender, EventArgs e) private void LabelDeltaDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.DeltaDesc; + astrophysicalElement = (uint)AstroElement.DeltaDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2241,7 +2308,7 @@ private void LabelDeltaDesc_Enter(object sender, EventArgs e) private void LabelDeltaData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.DeltaData; + astrophysicalElement = (uint)AstroElement.DeltaData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2251,7 +2318,7 @@ private void LabelDeltaData_Enter(object sender, EventArgs e) private void LabelReferenceFlagForAstrometryDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForAstrometryDesc; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForAstrometryDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2261,7 +2328,7 @@ private void LabelReferenceFlagForAstrometryDesc_Enter(object sender, EventArgs private void LabelReferenceFlagForAstrometryData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForAstrometryData; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForAstrometryData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2271,7 +2338,7 @@ private void LabelReferenceFlagForAstrometryData_Enter(object sender, EventArgs private void LabelTrigonomicParallaxDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.TrigonomicParallaxDesc; + astrophysicalElement = (uint)AstroElement.TrigonomicParallaxDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2281,7 +2348,7 @@ private void LabelTrigonomicParallaxDesc_Enter(object sender, EventArgs e) private void LabelTrigonomicParallaxData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.TrigonomicParallaxData; + astrophysicalElement = (uint)AstroElement.TrigonomicParallaxData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2291,7 +2358,7 @@ private void LabelTrigonomicParallaxData_Enter(object sender, EventArgs e) private void LabelProperMotionAlphaDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ProperMotionAlphaDesc; + astrophysicalElement = (uint)AstroElement.ProperMotionAlphaDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2301,7 +2368,7 @@ private void LabelProperMotionAlphaDesc_Enter(object sender, EventArgs e) private void LabelProperMotionAlphaData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ProperMotionAlphaData; + astrophysicalElement = (uint)AstroElement.ProperMotionAlphaData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2311,7 +2378,7 @@ private void LabelProperMotionAlphaData_Enter(object sender, EventArgs e) private void LabelProperMotionDeltaDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ProperMotionDeltaDesc; + astrophysicalElement = (uint)AstroElement.ProperMotionDeltaDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2321,7 +2388,7 @@ private void LabelProperMotionDeltaDesc_Enter(object sender, EventArgs e) private void LabelProperMotionDeltaData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ProperMotionDeltaData; + astrophysicalElement = (uint)AstroElement.ProperMotionDeltaData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2331,7 +2398,7 @@ private void LabelProperMotionDeltaData_Enter(object sender, EventArgs e) private void LabelStandardErrorRightAscensionDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2341,7 +2408,7 @@ private void LabelStandardErrorRightAscensionDesc_Enter(object sender, EventArgs private void LabelStandardErrorRightAscensionData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorRightAscensionData; + astrophysicalElement = (uint)AstroElement.StandardErrorRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2351,7 +2418,7 @@ private void LabelStandardErrorRightAscensionData_Enter(object sender, EventArgs private void LabelStandardErrorDeclinationDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorDeclinationDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorDeclinationDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2361,7 +2428,7 @@ private void LabelStandardErrorDeclinationDesc_Enter(object sender, EventArgs e) private void LabelStandardErrorDeclinationData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorDeclinationData; + astrophysicalElement = (uint)AstroElement.StandardErrorDeclinationData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2371,7 +2438,7 @@ private void LabelStandardErrorDeclinationData_Enter(object sender, EventArgs e) private void LabelStandardErrorTrigonomicParallaxDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorTrigonomicParallaxDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorTrigonomicParallaxDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2381,7 +2448,7 @@ private void LabelStandardErrorTrigonomicParallaxDesc_Enter(object sender, Event private void LabelStandardErrorTrigonomicParallaxData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorTrigonomicParallaxData; + astrophysicalElement = (uint)AstroElement.StandardErrorTrigonomicParallaxData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2391,7 +2458,7 @@ private void LabelStandardErrorTrigonomicParallaxData_Enter(object sender, Event private void LabelStandardErrorProperMotionRightAscensionDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorProperMotionRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorProperMotionRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2401,7 +2468,7 @@ private void LabelStandardErrorProperMotionRightAscensionDesc_Enter(object sende private void LabelStandardErrorProperMotionRightAscensionData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorProperMotionRightAscensionData; + astrophysicalElement = (uint)AstroElement.StandardErrorProperMotionRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2411,7 +2478,7 @@ private void LabelStandardErrorProperMotionRightAscensionData_Enter(object sende private void LabelStandardErrorProperMotionDeclinationDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorProperMotionDeclinationDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorProperMotionDeclinationDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2421,7 +2488,7 @@ private void LabelStandardErrorProperMotionDeclinationDesc_Enter(object sender, private void LabelStandardErrorProperMotionDeclinationData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorProperMotionDeclinationData; + astrophysicalElement = (uint)AstroElement.StandardErrorProperMotionDeclinationData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2431,7 +2498,7 @@ private void LabelStandardErrorProperMotionDeclinationData_Enter(object sender, private void LabelCorrelationDeclinationByRightAscensionDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2441,7 +2508,7 @@ private void LabelCorrelationDeclinationByRightAscensionDesc_Enter(object sender private void LabelCorrelationDeclinationByRightAscensionData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByRightAscensionData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2451,7 +2518,7 @@ private void LabelCorrelationDeclinationByRightAscensionData_Enter(object sender private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationTrigonomicParallaxByRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2461,7 +2528,7 @@ private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_Enter(object private void LabelCorrelationTrigonomicParallaxByRightAscensionData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationTrigonomicParallaxByRightAscensionData; + astrophysicalElement = (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2471,7 +2538,7 @@ private void LabelCorrelationTrigonomicParallaxByRightAscensionData_Enter(object private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationTrigonomicParallaxByDeclinationDesc; + astrophysicalElement = (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2481,7 +2548,7 @@ private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_Enter(object se private void LabelCorrelationTrigonomicParallaxByDeclinationData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationTrigonomicParallaxByDeclinationData; + astrophysicalElement = (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2491,7 +2558,7 @@ private void LabelCorrelationTrigonomicParallaxByDeclinationData_Enter(object se private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2501,7 +2568,7 @@ private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_Ente private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByRightAscensionData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2511,7 +2578,7 @@ private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_Ente private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByDeclinationDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2521,7 +2588,7 @@ private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_Enter(o private void LabelCorrelationProperMotionRightAscensionByDeclinationData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByDeclinationData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2531,7 +2598,7 @@ private void LabelCorrelationProperMotionRightAscensionByDeclinationData_Enter(o private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2541,7 +2608,7 @@ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2551,7 +2618,7 @@ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_ private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2561,7 +2628,7 @@ private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_Enter(o private void LabelCorrelationProperMotionDeclinationByRightAscensionData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByRightAscensionData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2571,7 +2638,7 @@ private void LabelCorrelationProperMotionDeclinationByRightAscensionData_Enter(o private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByDeclinationDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2581,7 +2648,7 @@ private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_Enter(obje private void LabelCorrelationProperMotionDeclinationByDeclinationData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByDeclinationData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2591,7 +2658,7 @@ private void LabelCorrelationProperMotionDeclinationByDeclinationData_Enter(obje private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByTrigonomicParallaxDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2601,7 +2668,7 @@ private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_Ent private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByTrigonomicParallaxData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2611,7 +2678,7 @@ private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_Ent private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2621,7 +2688,7 @@ private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscension private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByRightAscensionData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2631,7 +2698,7 @@ private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscension private void LabelPercentageOfRejectedDataDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.PercentageOfRejectedDataDesc; + astrophysicalElement = (uint)AstroElement.PercentageOfRejectedDataDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2641,7 +2708,7 @@ private void LabelPercentageOfRejectedDataDesc_Enter(object sender, EventArgs e) private void LabelPercentageOfRejectedDataData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.PercentageOfRejectedDataData; + astrophysicalElement = (uint)AstroElement.PercentageOfRejectedDataData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2651,7 +2718,7 @@ private void LabelPercentageOfRejectedDataData_Enter(object sender, EventArgs e) private void LabelGoodnessOfFitParameterDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.GoodnessOfFitParameterDesc; + astrophysicalElement = (uint)AstroElement.GoodnessOfFitParameterDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2661,7 +2728,7 @@ private void LabelGoodnessOfFitParameterDesc_Enter(object sender, EventArgs e) private void LabelGoodnessOfFitParameterData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.GoodnessOfFitParameterData; + astrophysicalElement = (uint)AstroElement.GoodnessOfFitParameterData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2671,7 +2738,7 @@ private void LabelGoodnessOfFitParameterData_Enter(object sender, EventArgs e) private void LabelMeanBtMagnitudeDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MeanBtMagnitudeDesc; + astrophysicalElement = (uint)AstroElement.MeanBtMagnitudeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2681,7 +2748,7 @@ private void LabelMeanBtMagnitudeDesc_Enter(object sender, EventArgs e) private void LabelMeanBtMagnitudeData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MeanBtMagnitudeData; + astrophysicalElement = (uint)AstroElement.MeanBtMagnitudeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2691,7 +2758,7 @@ private void LabelMeanBtMagnitudeData_Enter(object sender, EventArgs e) private void LabelStandardErrorMeanBtMagnitudeDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMeanBtMagnitudeDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorMeanBtMagnitudeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2701,7 +2768,7 @@ private void LabelStandardErrorMeanBtMagnitudeDesc_Enter(object sender, EventArg private void LabelStandardErrorMeanBtMagnitudeData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMeanBtMagnitudeData; + astrophysicalElement = (uint)AstroElement.StandardErrorMeanBtMagnitudeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2711,7 +2778,7 @@ private void LabelStandardErrorMeanBtMagnitudeData_Enter(object sender, EventArg private void LabelMeanVtMagnitudeDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MeanVtMagnitudeDesc; + astrophysicalElement = (uint)AstroElement.MeanVtMagnitudeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2721,7 +2788,7 @@ private void LabelMeanVtMagnitudeDesc_Enter(object sender, EventArgs e) private void LabelMeanVtMagnitudeData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MeanVtMagnitudeData; + astrophysicalElement = (uint)AstroElement.MeanVtMagnitudeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2731,7 +2798,7 @@ private void LabelMeanVtMagnitudeData_Enter(object sender, EventArgs e) private void LabelStandardErrorMeanVtMagnitudeDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMeanVtMagnitudeDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorMeanVtMagnitudeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2741,7 +2808,7 @@ private void LabelStandardErrorMeanVtMagnitudeDesc_Enter(object sender, EventArg private void LabelStandardErrorMeanVtMagnitudeData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMeanVtMagnitudeData; + astrophysicalElement = (uint)AstroElement.StandardErrorMeanVtMagnitudeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2751,7 +2818,7 @@ private void LabelStandardErrorMeanVtMagnitudeData_Enter(object sender, EventArg private void LabelJohnsonBvColorDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.JohnsonBvColorDesc; + astrophysicalElement = (uint)AstroElement.JohnsonBvColorDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2761,7 +2828,7 @@ private void LabelJohnsonBvColorDesc_Enter(object sender, EventArgs e) private void LabelJohnsonBvColorData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.JohnsonBvColorData; + astrophysicalElement = (uint)AstroElement.JohnsonBvColorData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2771,7 +2838,7 @@ private void LabelJohnsonBvColorData_Enter(object sender, EventArgs e) private void LabelStandardErrorJohnsonBvColorDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorJohnsonBvColorDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorJohnsonBvColorDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2781,7 +2848,7 @@ private void LabelStandardErrorJohnsonBvColorDesc_Enter(object sender, EventArgs private void LabelStandardErrorJohnsonBvColorData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorJohnsonBvColorData; + astrophysicalElement = (uint)AstroElement.StandardErrorJohnsonBvColorData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2791,7 +2858,7 @@ private void LabelStandardErrorJohnsonBvColorData_Enter(object sender, EventArgs private void LabelReferenceFlagForBtAndVtMagnitudeDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForBtAndVtMagnitudeDesc; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2801,7 +2868,7 @@ private void LabelReferenceFlagForBtAndVtMagnitudeDesc_Enter(object sender, Even private void LabelReferenceFlagForBtAndVtMagnitudeData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForBtAndVtMagnitudeData; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2811,7 +2878,7 @@ private void LabelReferenceFlagForBtAndVtMagnitudeData_Enter(object sender, Even private void LabelSourceOfBvColorDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfBvColorDesc; + astrophysicalElement = (uint)AstroElement.SourceOfBvColorDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2821,7 +2888,7 @@ private void LabelSourceOfBvColorDesc_Enter(object sender, EventArgs e) private void LabelSourceOfBvColorData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfBvColorData; + astrophysicalElement = (uint)AstroElement.SourceOfBvColorData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2831,7 +2898,7 @@ private void LabelSourceOfBvColorData_Enter(object sender, EventArgs e) private void LabelColorIndexInCousinsSystemDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ColorIndexInCousinsSystemDesc; + astrophysicalElement = (uint)AstroElement.ColorIndexInCousinsSystemDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2841,7 +2908,7 @@ private void LabelColorIndexInCousinsSystemDesc_Enter(object sender, EventArgs e private void LabelColorIndexInCousinsSystemData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ColorIndexInCousinsSystemData; + astrophysicalElement = (uint)AstroElement.ColorIndexInCousinsSystemData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2851,7 +2918,7 @@ private void LabelColorIndexInCousinsSystemData_Enter(object sender, EventArgs e private void LabelStandardErrorViDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorViDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorViDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2861,7 +2928,7 @@ private void LabelStandardErrorViDesc_Enter(object sender, EventArgs e) private void LabelStandardErrorViData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorViData; + astrophysicalElement = (uint)AstroElement.StandardErrorViData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2871,7 +2938,7 @@ private void LabelStandardErrorViData_Enter(object sender, EventArgs e) private void LabelSourceOfViDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfViDesc; + astrophysicalElement = (uint)AstroElement.SourceOfViDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2881,7 +2948,7 @@ private void LabelSourceOfViDesc_Enter(object sender, EventArgs e) private void LabelSourceOfViData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfViData; + astrophysicalElement = (uint)AstroElement.SourceOfViData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2891,7 +2958,7 @@ private void LabelSourceOfViData_Enter(object sender, EventArgs e) private void LabelFlagForCombinedMagnitudesDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.FlagForCombinedMagnitudesDesc; + astrophysicalElement = (uint)AstroElement.FlagForCombinedMagnitudesDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2901,7 +2968,7 @@ private void LabelFlagForCombinedMagnitudesDesc_Enter(object sender, EventArgs e private void LabelFlagForCombinedMagnitudesData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.FlagForCombinedMagnitudesData; + astrophysicalElement = (uint)AstroElement.FlagForCombinedMagnitudesData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2911,7 +2978,7 @@ private void LabelFlagForCombinedMagnitudesData_Enter(object sender, EventArgs e private void LabelMedianMagnitudeInHipparcosSystemDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemDesc; + astrophysicalElement = (uint)AstroElement.MedianMagnitudeInHipparcosSystemDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2921,7 +2988,7 @@ private void LabelMedianMagnitudeInHipparcosSystemDesc_Enter(object sender, Even private void LabelMedianMagnitudeInHipparcosSystemData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemData; + astrophysicalElement = (uint)AstroElement.MedianMagnitudeInHipparcosSystemData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2931,7 +2998,7 @@ private void LabelMedianMagnitudeInHipparcosSystemData_Enter(object sender, Even private void LabelStandardErrorMedianMagnitudeInHipparcosSystemDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMedianMagnitudeInHipparcosSystemDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorMedianMagnitudeInHipparcosSystemDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2941,7 +3008,7 @@ private void LabelStandardErrorMedianMagnitudeInHipparcosSystemDesc_Enter(object private void LabelStandardErrorMedianMagnitudeInHipparcosSystemData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMedianMagnitudeInHipparcosSystemData; + astrophysicalElement = (uint)AstroElement.StandardErrorMedianMagnitudeInHipparcosSystemData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2951,7 +3018,7 @@ private void LabelStandardErrorMedianMagnitudeInHipparcosSystemData_Enter(object private void LabelScatterMedianMagnitudeInHipparcosSystemDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ScatterMedianMagnitudeInHipparcosSystemDesc; + astrophysicalElement = (uint)AstroElement.ScatterMedianMagnitudeInHipparcosSystemDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2961,7 +3028,7 @@ private void LabelScatterMedianMagnitudeInHipparcosSystemDesc_Enter(object sende private void LabelScatterMedianMagnitudeInHipparcosSystemData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ScatterMedianMagnitudeInHipparcosSystemData; + astrophysicalElement = (uint)AstroElement.ScatterMedianMagnitudeInHipparcosSystemData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2971,7 +3038,7 @@ private void LabelScatterMedianMagnitudeInHipparcosSystemData_Enter(object sende private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.NumberObservationsForMedianMagnitudeInHipparcosSystemDesc; + astrophysicalElement = (uint)AstroElement.NumberObservationsForMedianMagnitudeInHipparcosSystemDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2981,7 +3048,7 @@ private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc_Ente private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.NumberObservationsForMedianMagnitudeInHipparcosSystemData; + astrophysicalElement = (uint)AstroElement.NumberObservationsForMedianMagnitudeInHipparcosSystemData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -2991,7 +3058,7 @@ private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemData_Ente private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemDesc; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3001,7 +3068,7 @@ private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc_Enter(obj private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemData; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3011,7 +3078,7 @@ private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemData_Enter(obj private void LabelMedianMagnitudeInHipparcosSystemAtMaximumDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemAtMaximumDesc; + astrophysicalElement = (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMaximumDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3021,7 +3088,7 @@ private void LabelMedianMagnitudeInHipparcosSystemAtMaximumDesc_Enter(object sen private void LabelMedianMagnitudeInHipparcosSystemAtMaximumData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemAtMaximumData; + astrophysicalElement = (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMaximumData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3031,7 +3098,7 @@ private void LabelMedianMagnitudeInHipparcosSystemAtMaximumData_Enter(object sen private void LabelMedianMagnitudeInHipparcosSystemAtMinimumDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemAtMinimumDesc; + astrophysicalElement = (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMinimumDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3041,7 +3108,7 @@ private void LabelMedianMagnitudeInHipparcosSystemAtMinimumDesc_Enter(object sen private void LabelMedianMagnitudeInHipparcosSystemAtMinimumData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemAtMinimumData; + astrophysicalElement = (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMinimumData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3051,7 +3118,7 @@ private void LabelMedianMagnitudeInHipparcosSystemAtMinimumData_Enter(object sen private void LabelVariabilityPeriodDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.VariabilityPeriodDesc; + astrophysicalElement = (uint)AstroElement.VariabilityPeriodDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3061,7 +3128,7 @@ private void LabelVariabilityPeriodDesc_Enter(object sender, EventArgs e) private void LabelVariabilityPeriodData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.VariabilityPeriodData; + astrophysicalElement = (uint)AstroElement.VariabilityPeriodData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3071,7 +3138,7 @@ private void LabelVariabilityPeriodData_Enter(object sender, EventArgs e) private void LabelVariabilityTypeDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.VariabilityTypeDesc; + astrophysicalElement = (uint)AstroElement.VariabilityTypeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3081,7 +3148,7 @@ private void LabelVariabilityTypeDesc_Enter(object sender, EventArgs e) private void LabelVariabilityTypeData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.VariabilityTypeData; + astrophysicalElement = (uint)AstroElement.VariabilityTypeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3091,7 +3158,7 @@ private void LabelVariabilityTypeData_Enter(object sender, EventArgs e) private void LabelAdditionalDataAboutVariabilityDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AdditionalDataAboutVariabilityDesc; + astrophysicalElement = (uint)AstroElement.AdditionalDataAboutVariabilityDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3101,7 +3168,7 @@ private void LabelAdditionalDataAboutVariabilityDesc_Enter(object sender, EventA private void LabelAdditionalDataAboutVariabilityData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AdditionalDataAboutVariabilityData; + astrophysicalElement = (uint)AstroElement.AdditionalDataAboutVariabilityData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3111,7 +3178,7 @@ private void LabelAdditionalDataAboutVariabilityData_Enter(object sender, EventA private void LabelLightCurveAnnexDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.LightCurveAnnexDesc; + astrophysicalElement = (uint)AstroElement.LightCurveAnnexDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3121,7 +3188,7 @@ private void LabelLightCurveAnnexDesc_Enter(object sender, EventArgs e) private void LabelLightCurveAnnexData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.LightCurveAnnexData; + astrophysicalElement = (uint)AstroElement.LightCurveAnnexData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3131,7 +3198,7 @@ private void LabelLightCurveAnnexData_Enter(object sender, EventArgs e) private void LabelCcdmIdentifierDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CcdmIdentifierDesc; + astrophysicalElement = (uint)AstroElement.CcdmIdentifierDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3141,7 +3208,7 @@ private void LabelCcdmIdentifierDesc_Enter(object sender, EventArgs e) private void LabelCcdmIdentifierData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CcdmIdentifierData; + astrophysicalElement = (uint)AstroElement.CcdmIdentifierData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3151,7 +3218,7 @@ private void LabelCcdmIdentifierData_Enter(object sender, EventArgs e) private void LabelHistoricalStatusFlagDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.HistoricalStatusFlagDesc; + astrophysicalElement = (uint)AstroElement.HistoricalStatusFlagDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3161,7 +3228,7 @@ private void LabelHistoricalStatusFlagDesc_Enter(object sender, EventArgs e) private void LabelHistoricalStatusFlagData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.HistoricalStatusFlagData; + astrophysicalElement = (uint)AstroElement.HistoricalStatusFlagData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3171,7 +3238,7 @@ private void LabelHistoricalStatusFlagData_Enter(object sender, EventArgs e) private void LabelNumberEntriesWithSameCcdmDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.NumberEntriesWithSameCcdmDesc; + astrophysicalElement = (uint)AstroElement.NumberEntriesWithSameCcdmDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3181,7 +3248,7 @@ private void LabelNumberEntriesWithSameCcdmDesc_Enter(object sender, EventArgs e private void LabelNumberEntriesWithSameCcdmData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.NumberEntriesWithSameCcdmData; + astrophysicalElement = (uint)AstroElement.NumberEntriesWithSameCcdmData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3191,7 +3258,7 @@ private void LabelNumberEntriesWithSameCcdmData_Enter(object sender, EventArgs e private void LabelNumberComponentsInThisEntryDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.NumberComponentsInThisEntryDesc; + astrophysicalElement = (uint)AstroElement.NumberComponentsInThisEntryDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3201,7 +3268,7 @@ private void LabelNumberComponentsInThisEntryDesc_Enter(object sender, EventArgs private void LabelNumberComponentsInThisEntryData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.NumberComponentsInThisEntryData; + astrophysicalElement = (uint)AstroElement.NumberComponentsInThisEntryData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3211,7 +3278,7 @@ private void LabelNumberComponentsInThisEntryData_Enter(object sender, EventArgs private void LabelMultipleSystemsFlagDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MultipleSystemsFlagDesc; + astrophysicalElement = (uint)AstroElement.MultipleSystemsFlagDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3221,7 +3288,7 @@ private void LabelMultipleSystemsFlagDesc_Enter(object sender, EventArgs e) private void LabelMultipleSystemsFlagData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MultipleSystemsFlagData; + astrophysicalElement = (uint)AstroElement.MultipleSystemsFlagData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3231,7 +3298,7 @@ private void LabelMultipleSystemsFlagData_Enter(object sender, EventArgs e) private void LabelAstrometricSourceFlagDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AstrometricSourceFlagDesc; + astrophysicalElement = (uint)AstroElement.AstrometricSourceFlagDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3241,7 +3308,7 @@ private void LabelAstrometricSourceFlagDesc_Enter(object sender, EventArgs e) private void LabelAstrometricSourceFlagData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AstrometricSourceFlagData; + astrophysicalElement = (uint)AstroElement.AstrometricSourceFlagData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3251,7 +3318,7 @@ private void LabelAstrometricSourceFlagData_Enter(object sender, EventArgs e) private void LabelSolutionQualityDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SolutionQualityDesc; + astrophysicalElement = (uint)AstroElement.SolutionQualityDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3261,7 +3328,7 @@ private void LabelSolutionQualityDesc_Enter(object sender, EventArgs e) private void LabelSolutionQualityData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SolutionQualityData; + astrophysicalElement = (uint)AstroElement.SolutionQualityData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3271,7 +3338,7 @@ private void LabelSolutionQualityData_Enter(object sender, EventArgs e) private void LabelComponentIdentifiersDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ComponentIdentifiersDesc; + astrophysicalElement = (uint)AstroElement.ComponentIdentifiersDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3281,7 +3348,7 @@ private void LabelComponentIdentifiersDesc_Enter(object sender, EventArgs e) private void LabelComponentIdentifiersData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ComponentIdentifiersData; + astrophysicalElement = (uint)AstroElement.ComponentIdentifiersData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3291,7 +3358,7 @@ private void LabelComponentIdentifiersData_Enter(object sender, EventArgs e) private void LabelPositionAngleBetweenComponentsDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.PositionAngleBetweenComponentsDesc; + astrophysicalElement = (uint)AstroElement.PositionAngleBetweenComponentsDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3301,7 +3368,7 @@ private void LabelPositionAngleBetweenComponentsDesc_Enter(object sender, EventA private void LabelPositionAngleBetweenComponentsData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.PositionAngleBetweenComponentsData; + astrophysicalElement = (uint)AstroElement.PositionAngleBetweenComponentsData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3311,7 +3378,7 @@ private void LabelPositionAngleBetweenComponentsData_Enter(object sender, EventA private void LabelAngularSeparationBetweenComponentsDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AngularSeparationBetweenComponentsDesc; + astrophysicalElement = (uint)AstroElement.AngularSeparationBetweenComponentsDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3321,7 +3388,7 @@ private void LabelAngularSeparationBetweenComponentsDesc_Enter(object sender, Ev private void LabelAngularSeparationBetweenComponentsData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AngularSeparationBetweenComponentsData; + astrophysicalElement = (uint)AstroElement.AngularSeparationBetweenComponentsData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3331,7 +3398,7 @@ private void LabelAngularSeparationBetweenComponentsData_Enter(object sender, Ev private void LabelStandardErrorRhoDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorRhoDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorRhoDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3341,7 +3408,7 @@ private void LabelStandardErrorRhoDesc_Enter(object sender, EventArgs e) private void LabelStandardErrorRhoData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorRhoData; + astrophysicalElement = (uint)AstroElement.StandardErrorRhoData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3351,7 +3418,7 @@ private void LabelStandardErrorRhoData_Enter(object sender, EventArgs e) private void LabelMagnitudeDifferenceBetweenComponentsDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MagnitudeDifferenceBetweenComponentsDesc; + astrophysicalElement = (uint)AstroElement.MagnitudeDifferenceBetweenComponentsDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3361,7 +3428,7 @@ private void LabelMagnitudeDifferenceBetweenComponentsDesc_Enter(object sender, private void LabelMagnitudeDifferenceBetweenComponentsData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MagnitudeDifferenceBetweenComponentsData; + astrophysicalElement = (uint)AstroElement.MagnitudeDifferenceBetweenComponentsData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3371,7 +3438,7 @@ private void LabelMagnitudeDifferenceBetweenComponentsData_Enter(object sender, private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMagnitudeDifferenceBetweenComponentsDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorMagnitudeDifferenceBetweenComponentsDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3381,7 +3448,7 @@ private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsDesc_Enter(ob private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMagnitudeDifferenceBetweenComponentsData; + astrophysicalElement = (uint)AstroElement.StandardErrorMagnitudeDifferenceBetweenComponentsData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3391,7 +3458,7 @@ private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsData_Enter(ob private void LabelFlagIndicatingSurveyStarDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.FlagIndicatingSurveyStarDesc; + astrophysicalElement = (uint)AstroElement.FlagIndicatingSurveyStarDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3401,7 +3468,7 @@ private void LabelFlagIndicatingSurveyStarDesc_Enter(object sender, EventArgs e) private void LabelFlagIndicatingSurveyStarData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.FlagIndicatingSurveyStarData; + astrophysicalElement = (uint)AstroElement.FlagIndicatingSurveyStarData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3411,7 +3478,7 @@ private void LabelFlagIndicatingSurveyStarData_Enter(object sender, EventArgs e) private void LabelIdentificationChartDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.IdentificationChartDesc; + astrophysicalElement = (uint)AstroElement.IdentificationChartDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3421,7 +3488,7 @@ private void LabelIdentificationChartDesc_Enter(object sender, EventArgs e) private void LabelIdentificationChartData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.IdentificationChartData; + astrophysicalElement = (uint)AstroElement.IdentificationChartData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3431,7 +3498,7 @@ private void LabelIdentificationChartData_Enter(object sender, EventArgs e) private void LabelExistenceOfNotesDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ExistenceOfNotesDesc; + astrophysicalElement = (uint)AstroElement.ExistenceOfNotesDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3441,7 +3508,7 @@ private void LabelExistenceOfNotesDesc_Enter(object sender, EventArgs e) private void LabelExistenceOfNotesData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ExistenceOfNotesData; + astrophysicalElement = (uint)AstroElement.ExistenceOfNotesData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3451,7 +3518,7 @@ private void LabelExistenceOfNotesData_Enter(object sender, EventArgs e) private void LabelHdNumberDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.HdNumberDesc; + astrophysicalElement = (uint)AstroElement.HdNumberDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3461,7 +3528,7 @@ private void LabelHdNumberDesc_Enter(object sender, EventArgs e) private void LabelHdNumberData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.HdNumberData; + astrophysicalElement = (uint)AstroElement.HdNumberData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3471,7 +3538,7 @@ private void LabelHdNumberData_Enter(object sender, EventArgs e) private void LabelBonnerDmDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.BonnerDmDesc; + astrophysicalElement = (uint)AstroElement.BonnerDmDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3481,7 +3548,7 @@ private void LabelBonnerDmDesc_Enter(object sender, EventArgs e) private void LabelBonnerDmData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.BonnerDmData; + astrophysicalElement = (uint)AstroElement.BonnerDmData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3491,7 +3558,7 @@ private void LabelBonnerDmData_Enter(object sender, EventArgs e) private void LabelCordobaDmDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CordobaDmDesc; + astrophysicalElement = (uint)AstroElement.CordobaDmDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3501,7 +3568,7 @@ private void LabelCordobaDmDesc_Enter(object sender, EventArgs e) private void LabelCordobaDmData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CordobaDmData; + astrophysicalElement = (uint)AstroElement.CordobaDmData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3511,7 +3578,7 @@ private void LabelCordobaDmData_Enter(object sender, EventArgs e) private void LabelCapePhotographicDmDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CapePhotographicDmDesc; + astrophysicalElement = (uint)AstroElement.CapePhotographicDmDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3521,7 +3588,7 @@ private void LabelCapePhotographicDmDesc_Enter(object sender, EventArgs e) private void LabelCapePhotographicDmData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CapePhotographicDmData; + astrophysicalElement = (uint)AstroElement.CapePhotographicDmData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3531,7 +3598,7 @@ private void LabelCapePhotographicDmData_Enter(object sender, EventArgs e) private void LabelViUsedForReductionsDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ViUsedForReductionsDesc; + astrophysicalElement = (uint)AstroElement.ViUsedForReductionsDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3541,7 +3608,7 @@ private void LabelViUsedForReductionsDesc_Enter(object sender, EventArgs e) private void LabelViUsedForReductionsData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ViUsedForReductionsData; + astrophysicalElement = (uint)AstroElement.ViUsedForReductionsData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3551,7 +3618,7 @@ private void LabelViUsedForReductionsData_Enter(object sender, EventArgs e) private void LabelSpectralTypeDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SpectralTypeDesc; + astrophysicalElement = (uint)AstroElement.SpectralTypeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3561,7 +3628,7 @@ private void LabelSpectralTypeDesc_Enter(object sender, EventArgs e) private void LabelSpectralTypeData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SpectralTypeData; + astrophysicalElement = (uint)AstroElement.SpectralTypeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3571,7 +3638,7 @@ private void LabelSpectralTypeData_Enter(object sender, EventArgs e) private void LabelSourceOfSpectralTypeDesc_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfSpectralTypeDesc; + astrophysicalElement = (uint)AstroElement.SourceOfSpectralTypeDesc; SetStatusbar(sender: sender, e: e); SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3581,7 +3648,7 @@ private void LabelSourceOfSpectralTypeDesc_Enter(object sender, EventArgs e) private void LabelSourceOfSpectralTypeData_Enter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfSpectralTypeData; + astrophysicalElement = (uint)AstroElement.SourceOfSpectralTypeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3640,7 +3707,7 @@ private void ToolStripButtonStepToEnd_MouseEnter(object sender, EventArgs e) private void LabelCatalogDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CatalogDesc; + astrophysicalElement = (uint)AstroElement.CatalogDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3650,7 +3717,7 @@ private void LabelCatalogDesc_MouseEnter(object sender, EventArgs e) private void LabelCatalogData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CatalogData; + astrophysicalElement = (uint)AstroElement.CatalogData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3660,7 +3727,7 @@ private void LabelCatalogData_MouseEnter(object sender, EventArgs e) private void LabelIdentifierDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.IdentifierDesc; + astrophysicalElement = (uint)AstroElement.IdentifierDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3670,7 +3737,7 @@ private void LabelIdentifierDesc_MouseEnter(object sender, EventArgs e) private void LabelIdentifierData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.IdentifierData; + astrophysicalElement = (uint)AstroElement.IdentifierData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3680,7 +3747,7 @@ private void LabelIdentifierData_MouseEnter(object sender, EventArgs e) private void LabelProximityFlagDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ProximityFlagDesc; + astrophysicalElement = (uint)AstroElement.ProximityFlagDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3690,7 +3757,7 @@ private void LabelProximityFlagDesc_MouseEnter(object sender, EventArgs e) private void LabelProximityFlagData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ProximityFlagData; + astrophysicalElement = (uint)AstroElement.ProximityFlagData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3700,7 +3767,7 @@ private void LabelProximityFlagData_MouseEnter(object sender, EventArgs e) private void LabelRightAscensionDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.RightAscensionDesc; + astrophysicalElement = (uint)AstroElement.RightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3710,7 +3777,7 @@ private void LabelRightAscensionDesc_MouseEnter(object sender, EventArgs e) private void LabelRightAscensionData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.RightAscensionData; + astrophysicalElement = (uint)AstroElement.RightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3720,7 +3787,7 @@ private void LabelRightAscensionData_MouseEnter(object sender, EventArgs e) private void LabelDeclinationDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.DeclinationDesc; + astrophysicalElement = (uint)AstroElement.DeclinationDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3730,7 +3797,7 @@ private void LabelDeclinationDesc_MouseEnter(object sender, EventArgs e) private void LabelDeclinationData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.DeclinationData; + astrophysicalElement = (uint)AstroElement.DeclinationData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3740,7 +3807,7 @@ private void LabelDeclinationData_MouseEnter(object sender, EventArgs e) private void LabelMagnitudeJohnsonDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MagnitudeJohnsonDesc; + astrophysicalElement = (uint)AstroElement.MagnitudeJohnsonDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3750,7 +3817,7 @@ private void LabelMagnitudeJohnsonDesc_MouseEnter(object sender, EventArgs e) private void LabelMagnitudeJohnsonData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MagnitudeJohnsonData; + astrophysicalElement = (uint)AstroElement.MagnitudeJohnsonData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3760,7 +3827,7 @@ private void LabelMagnitudeJohnsonData_MouseEnter(object sender, EventArgs e) private void LabelCoarseVariabilityFlagDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CoarseVariabilityFlagDesc; + astrophysicalElement = (uint)AstroElement.CoarseVariabilityFlagDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3770,7 +3837,7 @@ private void LabelCoarseVariabilityFlagDesc_MouseEnter(object sender, EventArgs private void LabelCoarseVariabilityFlagData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CoarseVariabilityFlagData; + astrophysicalElement = (uint)AstroElement.CoarseVariabilityFlagData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3780,7 +3847,7 @@ private void LabelCoarseVariabilityFlagData_MouseEnter(object sender, EventArgs private void LabelSourceOfMagnitudeDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfMagnitudeDesc; + astrophysicalElement = (uint)AstroElement.SourceOfMagnitudeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3790,7 +3857,7 @@ private void LabelSourceOfMagnitudeDesc_MouseEnter(object sender, EventArgs e) private void LabelSourceOfMagnitudeData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfMagnitudeData; + astrophysicalElement = (uint)AstroElement.SourceOfMagnitudeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3800,7 +3867,7 @@ private void LabelSourceOfMagnitudeData_MouseEnter(object sender, EventArgs e) private void LabelAlphaDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AlphaDesc; + astrophysicalElement = (uint)AstroElement.AlphaDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3810,7 +3877,7 @@ private void LabelAlphaDesc_MouseEnter(object sender, EventArgs e) private void LabelAlphaData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AlphaData; + astrophysicalElement = (uint)AstroElement.AlphaData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3820,7 +3887,7 @@ private void LabelAlphaData_MouseEnter(object sender, EventArgs e) private void LabelDeltaDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.DeltaDesc; + astrophysicalElement = (uint)AstroElement.DeltaDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3830,7 +3897,7 @@ private void LabelDeltaDesc_MouseEnter(object sender, EventArgs e) private void LabelDeltaData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.DeltaData; + astrophysicalElement = (uint)AstroElement.DeltaData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3840,7 +3907,7 @@ private void LabelDeltaData_MouseEnter(object sender, EventArgs e) private void LabelReferenceFlagForAstrometryDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForAstrometryDesc; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForAstrometryDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3850,7 +3917,7 @@ private void LabelReferenceFlagForAstrometryDesc_MouseEnter(object sender, Event private void LabelReferenceFlagForAstrometryData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForAstrometryData; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForAstrometryData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3860,7 +3927,7 @@ private void LabelReferenceFlagForAstrometryData_MouseEnter(object sender, Event private void LabelTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.TrigonomicParallaxDesc; + astrophysicalElement = (uint)AstroElement.TrigonomicParallaxDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3870,7 +3937,7 @@ private void LabelTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) private void LabelTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.TrigonomicParallaxData; + astrophysicalElement = (uint)AstroElement.TrigonomicParallaxData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3880,7 +3947,7 @@ private void LabelTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) private void LabelProperMotionAlphaDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ProperMotionAlphaDesc; + astrophysicalElement = (uint)AstroElement.ProperMotionAlphaDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3890,7 +3957,7 @@ private void LabelProperMotionAlphaDesc_MouseEnter(object sender, EventArgs e) private void LabelProperMotionAlphaData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ProperMotionAlphaData; + astrophysicalElement = (uint)AstroElement.ProperMotionAlphaData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3900,7 +3967,7 @@ private void LabelProperMotionAlphaData_MouseEnter(object sender, EventArgs e) private void LabelProperMotionDeltaDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ProperMotionDeltaDesc; + astrophysicalElement = (uint)AstroElement.ProperMotionDeltaDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3910,7 +3977,7 @@ private void LabelProperMotionDeltaDesc_MouseEnter(object sender, EventArgs e) private void LabelProperMotionDeltaData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ProperMotionDeltaData; + astrophysicalElement = (uint)AstroElement.ProperMotionDeltaData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3920,7 +3987,7 @@ private void LabelProperMotionDeltaData_MouseEnter(object sender, EventArgs e) private void LabelStandardErrorRightAscensionDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3930,7 +3997,7 @@ private void LabelStandardErrorRightAscensionDesc_MouseEnter(object sender, Even private void LabelStandardErrorRightAscensionData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorRightAscensionData; + astrophysicalElement = (uint)AstroElement.StandardErrorRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3940,7 +4007,7 @@ private void LabelStandardErrorRightAscensionData_MouseEnter(object sender, Even private void LabelStandardErrorDeclinationDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorDeclinationDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorDeclinationDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3950,7 +4017,7 @@ private void LabelStandardErrorDeclinationDesc_MouseEnter(object sender, EventAr private void LabelStandardErrorDeclinationData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorDeclinationData; + astrophysicalElement = (uint)AstroElement.StandardErrorDeclinationData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3960,7 +4027,7 @@ private void LabelStandardErrorDeclinationData_MouseEnter(object sender, EventAr private void LabelStandardErrorTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorTrigonomicParallaxDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorTrigonomicParallaxDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3970,7 +4037,7 @@ private void LabelStandardErrorTrigonomicParallaxDesc_MouseEnter(object sender, private void LabelStandardErrorTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorTrigonomicParallaxData; + astrophysicalElement = (uint)AstroElement.StandardErrorTrigonomicParallaxData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3980,7 +4047,7 @@ private void LabelStandardErrorTrigonomicParallaxData_MouseEnter(object sender, private void LabelStandardErrorProperMotionRightAscensionDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorProperMotionRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorProperMotionRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -3990,7 +4057,7 @@ private void LabelStandardErrorProperMotionRightAscensionDesc_MouseEnter(object private void LabelStandardErrorProperMotionRightAscensionData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorProperMotionRightAscensionData; + astrophysicalElement = (uint)AstroElement.StandardErrorProperMotionRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4000,7 +4067,7 @@ private void LabelStandardErrorProperMotionRightAscensionData_MouseEnter(object private void LabelStandardErrorProperMotionDeclinationDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorProperMotionDeclinationDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorProperMotionDeclinationDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4010,7 +4077,7 @@ private void LabelStandardErrorProperMotionDeclinationDesc_MouseEnter(object sen private void LabelStandardErrorProperMotionDeclinationData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorProperMotionDeclinationData; + astrophysicalElement = (uint)AstroElement.StandardErrorProperMotionDeclinationData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4020,7 +4087,7 @@ private void LabelStandardErrorProperMotionDeclinationData_MouseEnter(object sen private void LabelCorrelationDeclinationByRightAscensionDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationDeclinationByRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.CorrelationDeclinationByRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4030,7 +4097,7 @@ private void LabelCorrelationDeclinationByRightAscensionDesc_MouseEnter(object s private void LabelCorrelationDeclinationByRightAscensionData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationDeclinationByRightAscensionData; + astrophysicalElement = (uint)AstroElement.CorrelationDeclinationByRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4040,7 +4107,7 @@ private void LabelCorrelationDeclinationByRightAscensionData_MouseEnter(object s private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationTrigonomicParallaxByRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4050,7 +4117,7 @@ private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseEnter(o private void LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationTrigonomicParallaxByRightAscensionData; + astrophysicalElement = (uint)AstroElement.CorrelationTrigonomicParallaxByRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4060,7 +4127,7 @@ private void LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseEnter(o private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationTrigonomicParallaxByDeclinationDesc; + astrophysicalElement = (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4070,7 +4137,7 @@ private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseEnter(obje private void LabelCorrelationTrigonomicParallaxByDeclinationData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationTrigonomicParallaxByDeclinationData; + astrophysicalElement = (uint)AstroElement.CorrelationTrigonomicParallaxByDeclinationData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4080,7 +4147,7 @@ private void LabelCorrelationTrigonomicParallaxByDeclinationData_MouseEnter(obje private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4090,7 +4157,7 @@ private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_Mous private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByRightAscensionData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionRightAscensionByRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4100,7 +4167,7 @@ private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_Mous private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByDeclinationDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4110,7 +4177,7 @@ private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseEn private void LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByDeclinationData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionRightAscensionByDeclinationData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4120,7 +4187,7 @@ private void LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseEn private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4130,7 +4197,7 @@ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionRightAscensionByTrigonomicParallaxData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4140,7 +4207,7 @@ private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_ private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4150,7 +4217,7 @@ private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseEn private void LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByRightAscensionData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4160,7 +4227,7 @@ private void LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseEn private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByDeclinationDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4170,7 +4237,7 @@ private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseEnter private void LabelCorrelationProperMotionDeclinationByDeclinationData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByDeclinationData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByDeclinationData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4180,7 +4247,7 @@ private void LabelCorrelationProperMotionDeclinationByDeclinationData_MouseEnter private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByTrigonomicParallaxDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4190,7 +4257,7 @@ private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_Mou private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByTrigonomicParallaxData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByTrigonomicParallaxData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4200,7 +4267,7 @@ private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_Mou private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByRightAscensionDesc; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4210,7 +4277,7 @@ private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscension private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CorrelationProperMotionDeclinationByRightAscensionData; + astrophysicalElement = (uint)AstroElement.CorrelationProperMotionDeclinationByRightAscensionData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4220,7 +4287,7 @@ private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscension private void LabelPercentageOfRejectedDataDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.PercentageOfRejectedDataDesc; + astrophysicalElement = (uint)AstroElement.PercentageOfRejectedDataDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4230,7 +4297,7 @@ private void LabelPercentageOfRejectedDataDesc_MouseEnter(object sender, EventAr private void LabelPercentageOfRejectedDataData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.PercentageOfRejectedDataData; + astrophysicalElement = (uint)AstroElement.PercentageOfRejectedDataData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4240,7 +4307,7 @@ private void LabelPercentageOfRejectedDataData_MouseEnter(object sender, EventAr private void LabelGoodnessOfFitParameterDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.GoodnessOfFitParameterDesc; + astrophysicalElement = (uint)AstroElement.GoodnessOfFitParameterDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4250,7 +4317,7 @@ private void LabelGoodnessOfFitParameterDesc_MouseEnter(object sender, EventArgs private void LabelGoodnessOfFitParameterData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.GoodnessOfFitParameterData; + astrophysicalElement = (uint)AstroElement.GoodnessOfFitParameterData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4260,7 +4327,7 @@ private void LabelGoodnessOfFitParameterData_MouseEnter(object sender, EventArgs private void LabelMeanBtMagnitudeDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MeanBtMagnitudeDesc; + astrophysicalElement = (uint)AstroElement.MeanBtMagnitudeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4270,7 +4337,7 @@ private void LabelMeanBtMagnitudeDesc_MouseEnter(object sender, EventArgs e) private void LabelMeanBtMagnitudeData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MeanBtMagnitudeData; + astrophysicalElement = (uint)AstroElement.MeanBtMagnitudeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4280,7 +4347,7 @@ private void LabelMeanBtMagnitudeData_MouseEnter(object sender, EventArgs e) private void LabelStandardErrorMeanBtMagnitudeDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMeanBtMagnitudeDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorMeanBtMagnitudeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4290,7 +4357,7 @@ private void LabelStandardErrorMeanBtMagnitudeDesc_MouseEnter(object sender, Eve private void LabelStandardErrorMeanBtMagnitudeData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMeanBtMagnitudeData; + astrophysicalElement = (uint)AstroElement.StandardErrorMeanBtMagnitudeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4300,7 +4367,7 @@ private void LabelStandardErrorMeanBtMagnitudeData_MouseEnter(object sender, Eve private void LabelMeanVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMeanVtMagnitudeDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorMeanVtMagnitudeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4310,7 +4377,7 @@ private void LabelMeanVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) private void LabelMeanVtMagnitudeData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMeanVtMagnitudeData; + astrophysicalElement = (uint)AstroElement.StandardErrorMeanVtMagnitudeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4320,7 +4387,7 @@ private void LabelMeanVtMagnitudeData_MouseEnter(object sender, EventArgs e) private void LabelStandardErrorMeanVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMeanVtMagnitudeDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorMeanVtMagnitudeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4330,7 +4397,7 @@ private void LabelStandardErrorMeanVtMagnitudeDesc_MouseEnter(object sender, Eve private void LabelStandardErrorMeanVtMagnitudeData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMeanVtMagnitudeData; + astrophysicalElement = (uint)AstroElement.StandardErrorMeanVtMagnitudeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4340,7 +4407,7 @@ private void LabelStandardErrorMeanVtMagnitudeData_MouseEnter(object sender, Eve private void LabelJohnsonBvColorDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.JohnsonBvColorDesc; + astrophysicalElement = (uint)AstroElement.JohnsonBvColorDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4350,7 +4417,7 @@ private void LabelJohnsonBvColorDesc_MouseEnter(object sender, EventArgs e) private void LabelJohnsonBvColorData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.JohnsonBvColorData; + astrophysicalElement = (uint)AstroElement.JohnsonBvColorData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4360,7 +4427,7 @@ private void LabelJohnsonBvColorData_MouseEnter(object sender, EventArgs e) private void LabelStandardErrorJohnsonBvColorDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorJohnsonBvColorDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorJohnsonBvColorDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4370,7 +4437,7 @@ private void LabelStandardErrorJohnsonBvColorDesc_MouseEnter(object sender, Even private void LabelStandardErrorJohnsonBvColorData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorJohnsonBvColorData; + astrophysicalElement = (uint)AstroElement.StandardErrorJohnsonBvColorData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4380,7 +4447,7 @@ private void LabelStandardErrorJohnsonBvColorData_MouseEnter(object sender, Even private void LabelReferenceFlagForBtAndVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForBtAndVtMagnitudeDesc; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4390,7 +4457,7 @@ private void LabelReferenceFlagForBtAndVtMagnitudeDesc_MouseEnter(object sender, private void LabelSourceOfBvColorData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForBtAndVtMagnitudeData; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4400,7 +4467,7 @@ private void LabelSourceOfBvColorData_MouseEnter(object sender, EventArgs e) private void LabelColorIndexInCousinsSystemDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ColorIndexInCousinsSystemDesc; + astrophysicalElement = (uint)AstroElement.ColorIndexInCousinsSystemDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4410,7 +4477,7 @@ private void LabelColorIndexInCousinsSystemDesc_MouseEnter(object sender, EventA private void LabelColorIndexInCousinsSystemData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ColorIndexInCousinsSystemData; + astrophysicalElement = (uint)AstroElement.ColorIndexInCousinsSystemData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4420,7 +4487,7 @@ private void LabelColorIndexInCousinsSystemData_MouseEnter(object sender, EventA private void LabelStandardErrorViDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorViDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorViDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4430,7 +4497,7 @@ private void LabelStandardErrorViDesc_MouseEnter(object sender, EventArgs e) private void LabelStandardErrorViData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorViData; + astrophysicalElement = (uint)AstroElement.StandardErrorViData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4440,7 +4507,7 @@ private void LabelStandardErrorViData_MouseEnter(object sender, EventArgs e) private void LabelSourceOfViDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfViDesc; + astrophysicalElement = (uint)AstroElement.SourceOfViDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4450,7 +4517,7 @@ private void LabelSourceOfViDesc_MouseEnter(object sender, EventArgs e) private void LabelSourceOfViData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfSpectralTypeDesc; + astrophysicalElement = (uint)AstroElement.SourceOfSpectralTypeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4460,7 +4527,7 @@ private void LabelSourceOfViData_MouseEnter(object sender, EventArgs e) private void LabelFlagForCombinedMagnitudesDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.FlagForCombinedMagnitudesDesc; + astrophysicalElement = (uint)AstroElement.FlagForCombinedMagnitudesDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4470,7 +4537,7 @@ private void LabelFlagForCombinedMagnitudesDesc_MouseEnter(object sender, EventA private void LabelFlagForCombinedMagnitudesData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.FlagForCombinedMagnitudesData; + astrophysicalElement = (uint)AstroElement.FlagForCombinedMagnitudesData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4480,7 +4547,7 @@ private void LabelFlagForCombinedMagnitudesData_MouseEnter(object sender, EventA private void LabelMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemDesc; + astrophysicalElement = (uint)AstroElement.MedianMagnitudeInHipparcosSystemDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4490,7 +4557,7 @@ private void LabelMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, private void LabelMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemData; + astrophysicalElement = (uint)AstroElement.MedianMagnitudeInHipparcosSystemData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4500,7 +4567,7 @@ private void LabelMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, private void LabelStandardErrorMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMedianMagnitudeInHipparcosSystemDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorMedianMagnitudeInHipparcosSystemDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4510,7 +4577,7 @@ private void LabelStandardErrorMedianMagnitudeInHipparcosSystemDesc_MouseEnter(o private void LabelStandardErrorMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMedianMagnitudeInHipparcosSystemData; + astrophysicalElement = (uint)AstroElement.StandardErrorMedianMagnitudeInHipparcosSystemData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4520,7 +4587,7 @@ private void LabelStandardErrorMedianMagnitudeInHipparcosSystemData_MouseEnter(o private void LabelScatterMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ScatterMedianMagnitudeInHipparcosSystemDesc; + astrophysicalElement = (uint)AstroElement.ScatterMedianMagnitudeInHipparcosSystemDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4530,7 +4597,7 @@ private void LabelScatterMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object private void LabelScatterMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ScatterMedianMagnitudeInHipparcosSystemData; + astrophysicalElement = (uint)AstroElement.ScatterMedianMagnitudeInHipparcosSystemData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4540,7 +4607,7 @@ private void LabelScatterMedianMagnitudeInHipparcosSystemData_MouseEnter(object private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.NumberObservationsForMedianMagnitudeInHipparcosSystemDesc; + astrophysicalElement = (uint)AstroElement.NumberObservationsForMedianMagnitudeInHipparcosSystemDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4550,7 +4617,7 @@ private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemDesc_Mous private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.NumberObservationsForMedianMagnitudeInHipparcosSystemData; + astrophysicalElement = (uint)AstroElement.NumberObservationsForMedianMagnitudeInHipparcosSystemData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4560,7 +4627,7 @@ private void LabelNumberObservationsForMedianMagnitudeInHipparcosSystemData_Mous private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemDesc; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4570,7 +4637,7 @@ private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemDesc_MouseEnte private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemData; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForMedianMagnitudeInHipparcosSystemData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4580,7 +4647,7 @@ private void LabelReferenceFlagForMedianMagnitudeInHipparcosSystemData_MouseEnte private void LabelReferenceFlagForBtAndVtMagnitudeData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForBtAndVtMagnitudeDesc; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4590,7 +4657,7 @@ private void LabelReferenceFlagForBtAndVtMagnitudeData_MouseEnter(object sender, private void LabelSourceOfBvColorDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ReferenceFlagForBtAndVtMagnitudeData; + astrophysicalElement = (uint)AstroElement.ReferenceFlagForBtAndVtMagnitudeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4600,7 +4667,7 @@ private void LabelSourceOfBvColorDesc_MouseEnter(object sender, EventArgs e) private void LabelMedianMagnitudeInHipparcosSystemAtMaximumDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemAtMaximumDesc; + astrophysicalElement = (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMaximumDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4610,7 +4677,7 @@ private void LabelMedianMagnitudeInHipparcosSystemAtMaximumDesc_MouseEnter(objec private void LabelMedianMagnitudeInHipparcosSystemAtMaximumData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemAtMaximumData; + astrophysicalElement = (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMaximumData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4620,7 +4687,7 @@ private void LabelMedianMagnitudeInHipparcosSystemAtMaximumData_MouseEnter(objec private void LabelMedianMagnitudeInHipparcosSystemAtMinimumDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemAtMinimumDesc; + astrophysicalElement = (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMinimumDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4630,7 +4697,7 @@ private void LabelMedianMagnitudeInHipparcosSystemAtMinimumDesc_MouseEnter(objec private void LabelMedianMagnitudeInHipparcosSystemAtMinimumData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MedianMagnitudeInHipparcosSystemAtMinimumData; + astrophysicalElement = (uint)AstroElement.MedianMagnitudeInHipparcosSystemAtMinimumData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4640,7 +4707,7 @@ private void LabelMedianMagnitudeInHipparcosSystemAtMinimumData_MouseEnter(objec private void LabelVariabilityPeriodDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.VariabilityTypeData; + astrophysicalElement = (uint)AstroElement.VariabilityTypeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4650,7 +4717,7 @@ private void LabelVariabilityPeriodDesc_MouseEnter(object sender, EventArgs e) private void LabelVariabilityPeriodData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.VariabilityPeriodData; + astrophysicalElement = (uint)AstroElement.VariabilityPeriodData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4660,7 +4727,7 @@ private void LabelVariabilityPeriodData_MouseEnter(object sender, EventArgs e) private void LabelVariabilityTypeDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.VariabilityTypeDesc; + astrophysicalElement = (uint)AstroElement.VariabilityTypeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4670,7 +4737,7 @@ private void LabelVariabilityTypeDesc_MouseEnter(object sender, EventArgs e) private void LabelVariabilityTypeData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.VariabilityTypeData; + astrophysicalElement = (uint)AstroElement.VariabilityTypeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4680,7 +4747,7 @@ private void LabelVariabilityTypeData_MouseEnter(object sender, EventArgs e) private void LabelAdditionalDataAboutVariabilityDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AdditionalDataAboutVariabilityDesc; + astrophysicalElement = (uint)AstroElement.AdditionalDataAboutVariabilityDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4690,7 +4757,7 @@ private void LabelAdditionalDataAboutVariabilityDesc_MouseEnter(object sender, E private void LabelAdditionalDataAboutVariabilityData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AdditionalDataAboutVariabilityData; + astrophysicalElement = (uint)AstroElement.AdditionalDataAboutVariabilityData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4700,7 +4767,7 @@ private void LabelAdditionalDataAboutVariabilityData_MouseEnter(object sender, E private void LabelLightCurveAnnexDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.LightCurveAnnexDesc; + astrophysicalElement = (uint)AstroElement.LightCurveAnnexDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4710,7 +4777,7 @@ private void LabelLightCurveAnnexDesc_MouseEnter(object sender, EventArgs e) private void LabelLightCurveAnnexData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.LightCurveAnnexData; + astrophysicalElement = (uint)AstroElement.LightCurveAnnexData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4720,7 +4787,7 @@ private void LabelLightCurveAnnexData_MouseEnter(object sender, EventArgs e) private void LabelCcdmIdentifierDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CcdmIdentifierDesc; + astrophysicalElement = (uint)AstroElement.CcdmIdentifierDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4730,7 +4797,7 @@ private void LabelCcdmIdentifierDesc_MouseEnter(object sender, EventArgs e) private void LabelCcdmIdentifierData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CcdmIdentifierData; + astrophysicalElement = (uint)AstroElement.CcdmIdentifierData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4740,7 +4807,7 @@ private void LabelCcdmIdentifierData_MouseEnter(object sender, EventArgs e) private void LabelHistoricalStatusFlagDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.HistoricalStatusFlagDesc; + astrophysicalElement = (uint)AstroElement.HistoricalStatusFlagDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4750,7 +4817,7 @@ private void LabelHistoricalStatusFlagDesc_MouseEnter(object sender, EventArgs e private void LabelHistoricalStatusFlagData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.HistoricalStatusFlagData; + astrophysicalElement = (uint)AstroElement.HistoricalStatusFlagData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4760,7 +4827,7 @@ private void LabelHistoricalStatusFlagData_MouseEnter(object sender, EventArgs e private void LabelNumberEntriesWithSameCcdmDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.NumberEntriesWithSameCcdmDesc; + astrophysicalElement = (uint)AstroElement.NumberEntriesWithSameCcdmDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4770,7 +4837,7 @@ private void LabelNumberEntriesWithSameCcdmDesc_MouseEnter(object sender, EventA private void LabelNumberEntriesWithSameCcdmData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.NumberEntriesWithSameCcdmData; + astrophysicalElement = (uint)AstroElement.NumberEntriesWithSameCcdmData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4780,7 +4847,7 @@ private void LabelNumberEntriesWithSameCcdmData_MouseEnter(object sender, EventA private void LabelNumberComponentsInThisEntryDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.NumberComponentsInThisEntryDesc; + astrophysicalElement = (uint)AstroElement.NumberComponentsInThisEntryDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4790,7 +4857,7 @@ private void LabelNumberComponentsInThisEntryDesc_MouseEnter(object sender, Even private void LabelNumberComponentsInThisEntryData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.NumberComponentsInThisEntryData; + astrophysicalElement = (uint)AstroElement.NumberComponentsInThisEntryData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4800,7 +4867,7 @@ private void LabelNumberComponentsInThisEntryData_MouseEnter(object sender, Even private void LabelMultipleSystemsFlagDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MultipleSystemsFlagDesc; + astrophysicalElement = (uint)AstroElement.MultipleSystemsFlagDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4810,7 +4877,7 @@ private void LabelMultipleSystemsFlagDesc_MouseEnter(object sender, EventArgs e) private void LabelMultipleSystemsFlagData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MultipleSystemsFlagData; + astrophysicalElement = (uint)AstroElement.MultipleSystemsFlagData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4820,7 +4887,7 @@ private void LabelMultipleSystemsFlagData_MouseEnter(object sender, EventArgs e) private void LabelAstrometricSourceFlagDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AstrometricSourceFlagDesc; + astrophysicalElement = (uint)AstroElement.AstrometricSourceFlagDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4830,7 +4897,7 @@ private void LabelAstrometricSourceFlagDesc_MouseEnter(object sender, EventArgs private void LabelAstrometricSourceFlagData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AstrometricSourceFlagData; + astrophysicalElement = (uint)AstroElement.AstrometricSourceFlagData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4840,7 +4907,7 @@ private void LabelAstrometricSourceFlagData_MouseEnter(object sender, EventArgs private void LabelSolutionQualityDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SolutionQualityDesc; + astrophysicalElement = (uint)AstroElement.SolutionQualityDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4850,7 +4917,7 @@ private void LabelSolutionQualityDesc_MouseEnter(object sender, EventArgs e) private void LabelSolutionQualityData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SolutionQualityData; + astrophysicalElement = (uint)AstroElement.SolutionQualityData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4860,7 +4927,7 @@ private void LabelSolutionQualityData_MouseEnter(object sender, EventArgs e) private void LabelComponentIdentifiersDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ComponentIdentifiersDesc; + astrophysicalElement = (uint)AstroElement.ComponentIdentifiersDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4870,7 +4937,7 @@ private void LabelComponentIdentifiersDesc_MouseEnter(object sender, EventArgs e private void LabelComponentIdentifiersData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ComponentIdentifiersData; + astrophysicalElement = (uint)AstroElement.ComponentIdentifiersData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4880,7 +4947,7 @@ private void LabelComponentIdentifiersData_MouseEnter(object sender, EventArgs e private void LabelPositionAngleBetweenComponentsDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.PositionAngleBetweenComponentsDesc; + astrophysicalElement = (uint)AstroElement.PositionAngleBetweenComponentsDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4890,7 +4957,7 @@ private void LabelPositionAngleBetweenComponentsDesc_MouseEnter(object sender, E private void LabelPositionAngleBetweenComponentsData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.PositionAngleBetweenComponentsData; + astrophysicalElement = (uint)AstroElement.PositionAngleBetweenComponentsData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4900,7 +4967,7 @@ private void LabelPositionAngleBetweenComponentsData_MouseEnter(object sender, E private void LabelAngularSeparationBetweenComponentsDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AngularSeparationBetweenComponentsDesc; + astrophysicalElement = (uint)AstroElement.AngularSeparationBetweenComponentsDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4910,7 +4977,7 @@ private void LabelAngularSeparationBetweenComponentsDesc_MouseEnter(object sende private void LabelAngularSeparationBetweenComponentsData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.AngularSeparationBetweenComponentsData; + astrophysicalElement = (uint)AstroElement.AngularSeparationBetweenComponentsData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4920,7 +4987,7 @@ private void LabelAngularSeparationBetweenComponentsData_MouseEnter(object sende private void LabelStandardErrorRhoDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorRhoDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorRhoDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4930,7 +4997,7 @@ private void LabelStandardErrorRhoDesc_MouseEnter(object sender, EventArgs e) private void LabelStandardErrorRhoData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorRhoData; + astrophysicalElement = (uint)AstroElement.StandardErrorRhoData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4940,7 +5007,7 @@ private void LabelStandardErrorRhoData_MouseEnter(object sender, EventArgs e) private void LabelMagnitudeDifferenceBetweenComponentsDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MagnitudeDifferenceBetweenComponentsDesc; + astrophysicalElement = (uint)AstroElement.MagnitudeDifferenceBetweenComponentsDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4950,7 +5017,7 @@ private void LabelMagnitudeDifferenceBetweenComponentsDesc_MouseEnter(object sen private void LabelMagnitudeDifferenceBetweenComponentsData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.MagnitudeDifferenceBetweenComponentsData; + astrophysicalElement = (uint)AstroElement.MagnitudeDifferenceBetweenComponentsData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4960,7 +5027,7 @@ private void LabelMagnitudeDifferenceBetweenComponentsData_MouseEnter(object sen private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMagnitudeDifferenceBetweenComponentsDesc; + astrophysicalElement = (uint)AstroElement.StandardErrorMagnitudeDifferenceBetweenComponentsDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4970,7 +5037,7 @@ private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsDesc_MouseEnt private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.StandardErrorMagnitudeDifferenceBetweenComponentsData; + astrophysicalElement = (uint)AstroElement.StandardErrorMagnitudeDifferenceBetweenComponentsData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4980,7 +5047,7 @@ private void LabelStandardErrorMagnitudeDifferenceBetweenComponentsData_MouseEnt private void LabelFlagIndicatingSurveyStarDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.FlagIndicatingSurveyStarDesc; + astrophysicalElement = (uint)AstroElement.FlagIndicatingSurveyStarDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -4990,7 +5057,7 @@ private void LabelFlagIndicatingSurveyStarDesc_MouseEnter(object sender, EventAr private void LabelFlagIndicatingSurveyStarData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.FlagIndicatingSurveyStarData; + astrophysicalElement = (uint)AstroElement.FlagIndicatingSurveyStarData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5000,7 +5067,7 @@ private void LabelFlagIndicatingSurveyStarData_MouseEnter(object sender, EventAr private void LabelIdentificationChartDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.IdentificationChartDesc; + astrophysicalElement = (uint)AstroElement.IdentificationChartDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5010,7 +5077,7 @@ private void LabelIdentificationChartDesc_MouseEnter(object sender, EventArgs e) private void LabelIdentificationChartData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.IdentificationChartData; + astrophysicalElement = (uint)AstroElement.IdentificationChartData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5020,7 +5087,7 @@ private void LabelIdentificationChartData_MouseEnter(object sender, EventArgs e) private void LabelExistenceOfNotesDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ExistenceOfNotesDesc; + astrophysicalElement = (uint)AstroElement.ExistenceOfNotesDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5030,7 +5097,7 @@ private void LabelExistenceOfNotesDesc_MouseEnter(object sender, EventArgs e) private void LabelExistenceOfNotesData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ExistenceOfNotesData; + astrophysicalElement = (uint)AstroElement.ExistenceOfNotesData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5040,7 +5107,7 @@ private void LabelExistenceOfNotesData_MouseEnter(object sender, EventArgs e) private void LabelHdNumberDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.HdNumberDesc; + astrophysicalElement = (uint)AstroElement.HdNumberDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5050,7 +5117,7 @@ private void LabelHdNumberDesc_MouseEnter(object sender, EventArgs e) private void LabelHdNumberData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.HdNumberData; + astrophysicalElement = (uint)AstroElement.HdNumberData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5060,7 +5127,7 @@ private void LabelHdNumberData_MouseEnter(object sender, EventArgs e) private void LabelBonnerDmDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.BonnerDmDesc; + astrophysicalElement = (uint)AstroElement.BonnerDmDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5070,7 +5137,7 @@ private void LabelBonnerDmDesc_MouseEnter(object sender, EventArgs e) private void LabelBonnerDmData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.BonnerDmData; + astrophysicalElement = (uint)AstroElement.BonnerDmData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5080,7 +5147,7 @@ private void LabelBonnerDmData_MouseEnter(object sender, EventArgs e) private void LabelCordobaDmDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CordobaDmDesc; + astrophysicalElement = (uint)AstroElement.CordobaDmDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5090,7 +5157,7 @@ private void LabelCordobaDmDesc_MouseEnter(object sender, EventArgs e) private void LabelCordobaDmData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CordobaDmData; + astrophysicalElement = (uint)AstroElement.CordobaDmData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5100,7 +5167,7 @@ private void LabelCordobaDmData_MouseEnter(object sender, EventArgs e) private void LabelCapePhotographicDmDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CapePhotographicDmDesc; + astrophysicalElement = (uint)AstroElement.CapePhotographicDmDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5110,7 +5177,7 @@ private void LabelCapePhotographicDmDesc_MouseEnter(object sender, EventArgs e) private void LabelCapePhotographicDmData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.CapePhotographicDmData; + astrophysicalElement = (uint)AstroElement.CapePhotographicDmData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5120,7 +5187,7 @@ private void LabelCapePhotographicDmData_MouseEnter(object sender, EventArgs e) private void LabelViUsedForReductionsDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ViUsedForReductionsDesc; + astrophysicalElement = (uint)AstroElement.ViUsedForReductionsDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5130,7 +5197,7 @@ private void LabelViUsedForReductionsDesc_MouseEnter(object sender, EventArgs e) private void LabelViUsedForReductionsData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.ViUsedForReductionsData; + astrophysicalElement = (uint)AstroElement.ViUsedForReductionsData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5140,7 +5207,7 @@ private void LabelViUsedForReductionsData_MouseEnter(object sender, EventArgs e) private void LabelSpectralTypeDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SpectralTypeDesc; + astrophysicalElement = (uint)AstroElement.SpectralTypeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5150,7 +5217,7 @@ private void LabelSpectralTypeDesc_MouseEnter(object sender, EventArgs e) private void LabelSpectralTypeData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SpectralTypeData; + astrophysicalElement = (uint)AstroElement.SpectralTypeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5160,7 +5227,7 @@ private void LabelSpectralTypeData_MouseEnter(object sender, EventArgs e) private void LabelSourceOfSpectralTypeDesc_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfSpectralTypeDesc; + astrophysicalElement = (uint)AstroElement.SourceOfSpectralTypeDesc; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5170,7 +5237,7 @@ private void LabelSourceOfSpectralTypeDesc_MouseEnter(object sender, EventArgs e private void LabelSourceOfSpectralTypeData_MouseEnter(object sender, EventArgs e) { - astrophysicalElement = (uint)AstrophysicalElement.SourceOfSpectralTypeData; + astrophysicalElement = (uint)AstroElement.SourceOfSpectralTypeData; SetStatusbar(sender: sender, e: e); if (settings.UserEnableHoverEffect) { @@ -5183,6 +5250,11 @@ private void ToolStripButtonGoToIndex_MouseEnter(object sender, EventArgs e) SetStatusbar(sender: sender, e: e); } + private void ToolStripTextBoxGoToIndex_MouseEnter(object sender, EventArgs e) + { + SetStatusbar(sender: sender, e: e); + } + #endregion #region Leave event handlers @@ -8009,13 +8081,18 @@ private void LabelSourceOfSpectralTypeData_MouseLeave(object sender, EventArgs e } private void ToolStripButtonGoToIndex_MouseLeave(object sender, EventArgs e) + { + + } + + private void ToolStripTextBoxGoToIndex_MouseLeave(object sender, EventArgs e) { ClearStatusbar(); } #endregion - #region KeyPress event handlers + #region Key* event handlers private void ToolStripTextBoxGotoIndex_KeyPress(object sender, KeyPressEventArgs e) { @@ -8067,6 +8144,6 @@ private void HipparcosCatalogViewerForm_PreviewKeyDown(object sender, PreviewKey } } - #endregion + #endregion } } \ No newline at end of file diff --git a/OptionsForm.cs b/OptionsForm.cs index 18c981a..dc76574 100644 --- a/OptionsForm.cs +++ b/OptionsForm.cs @@ -443,7 +443,7 @@ private void CheckBoxEnableDoubleClickCopy_Leave(object sender, EventArgs e) { ClearStatusbar(); } - + #endregion #region MouseLeave event handlers diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 3060646..5032e9f 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // indem Sie "*" wie unten gezeigt eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.4.3.18")] -[assembly: AssemblyFileVersion("0.4.3.18")] +[assembly: AssemblyVersion("0.5.0.19")] +[assembly: AssemblyFileVersion("0.5.0.19")] [assembly: NeutralResourcesLanguage("en")] diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index baae985..6980b48 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -230,6 +230,16 @@ internal static System.Drawing.Bitmap fugue_drive_download_16px_shadowless { } } + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap fugue_folder_open_16px_shadowless { + get { + object obj = ResourceManager.GetObject("fugue_folder-open_16px_shadowless", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. /// @@ -280,6 +290,36 @@ internal static System.Drawing.Bitmap fugue_pencil_16px_shadowless { } } + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap fugue_table_16px_shadowless { + get { + object obj = ResourceManager.GetObject("fugue_table_16px_shadowless", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap fugue_table_paint_can_16px_shadowless { + get { + object obj = ResourceManager.GetObject("fugue_table-paint-can_16px_shadowless", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap fugue_table_select_row_16px_shadowless { + get { + object obj = ResourceManager.GetObject("fugue_table-select-row_16px_shadowless", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. /// diff --git a/Properties/Resources.resx b/Properties/Resources.resx index 1ea9266..62b2e93 100644 --- a/Properties/Resources.resx +++ b/Properties/Resources.resx @@ -118,76 +118,88 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fugue_tick-button_16px-shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + fugue_control-double_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + fugue_arrow-270-medium_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + fugue_drive-download_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - fugue_tick-button_16px-shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + fugue_door_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + fugue_disk_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a fugue_information-white_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + fugue_table-paint-can_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + fugue_arrow-270-small_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + fugue_control_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + fugue_pencil_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + fugue_table-select-row_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + fugue_information-button_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + fugue_clipboard_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + fugue_cross_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - hipparcos1.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - fugue_information_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - fugue_application_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - fugue_door_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - fugue_control_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - fugue_control-180_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - fugue_control-double_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - fugue_control-double-180_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + hipparcos1.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - fugue_control-stop_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + fugue_arrow-000-medium_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - fugue_control-stop-180_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + fugue_arrow-curve-180-left_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a fugue_arrow-270_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - fugue_arrow-270-medium_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + fugue_information_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - fugue_arrow-270-small_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + fugue_control-stop-180_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - fugue_clipboard_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + fugue_application_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - fugue_disk_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + fugue_gear_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - fugue_arrow-000-medium_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + fugue_control-stop_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - fugue_arrow-curve-180-left_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + fugue_control-double-180_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - fugue_gear_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + fugue_folder-open_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + fugue_table_16px_shadowless.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a \ No newline at end of file diff --git a/Properties/fugue_folder-open_16px_shadowless.png b/Properties/fugue_folder-open_16px_shadowless.png new file mode 100644 index 0000000000000000000000000000000000000000..aea0fda75f6e85954c7ba87b92347859620ea4c4 GIT binary patch literal 560 zcmV-00?+-4P)f2afynGQL#u7 zHv-xS1}m#{f`yHZonU7nXk%d`SSa`d3gRC~z#kARA*h84D#0a21VLPrm}D03%!|=^ ziQvHH&Ad71aL%0>OG*hf4%e({`h@YnaYMB2=%R%C{YOaj3{0*rWzy%cXt$xg8-dmk zY^Tsrv-KZ?(M0V<+V#8y}?eGa&QBS}D&C(R(3CtwU(D{Mss;%NcFna8(nWOI44D-6C( z7>)HuV5BN|5uACY=0(P}fWH)$Tnw8%5O9SeFjguK#w*FH2eD-_M_bcI1g0afp9tL1 z4*We(0Tg$4Wh5OjPv1qV;n&tMO(JNKskmrBZXodDRFrSHVgLMTT0T zBa|Fa1m&Pwgr}#h#v1}}IW$Y5j?udZ`bdfEIF1>?vM?KO+WoMwX$X9LB6+m8^A?Uo z11-U>8YPyxzI@qOUpV%^B+^JW)nnffAgA-m)5QMeNn)(6GZg6?90`+yTS&zG0*?Lb yZT;RLLY!j9@6+j_yHt9d;&yts^6z*3CBOj6>QXr+XqH9*0000 zWR3%n304DUZ!!AMvaahOxNpVd>o1#|(bw09L?VG3@i_ihboe#7UaRq*>GY{m|7K+c z#bOb2i;HM!Z~v#b%jW}WB~~Mmu4$W@jSXm;hOTH7rBVr*bQ+~>mZw9st!)oDS0|8` zF}tF`n$0$@t*zl~e?L;GlsKWY^E93>Ea1*VhR3foAuz!WY8=(7#Q1DJpYQJJ?nW+` z69!{rV_05Z#?>p=;i#=*c1gv`$8Rw9g?ha%jA-GEad9%4ysfILFtFR5n3|e`$K!?5 z=|J;VpXPeOgIg8Z?tDjO?g zsF8`8;DgWSyJ@jF$wY(8c^3y*%87pK60M z5-_>Ev%?v?`M&Sh*Z2H!%p&8a34KJ2p?V~V8jx!eBhy8r_K9M4;~KgaqN00000NkvXXu0mjfIm%bS literal 0 HcmV?d00001 diff --git a/Properties/fugue_table-select-row_16px_shadowless.png b/Properties/fugue_table-select-row_16px_shadowless.png new file mode 100644 index 0000000000000000000000000000000000000000..64845588bc8c1148345fcc1f472703d7e798a5ef GIT binary patch literal 592 zcmV-W0tsD32<>fbK7z9ewW_}aU zS|^JV%hLSp+(++!xR1eJBM1V64{*$lDtXR2ciJWG=5_LWtl7g}Gw^*CNCJg#6%EI1 zQDsfJdG-O_cpO5}d)8s1$*doNy{7N`_Xxt@S9tg0iR?G__AoO(E_%IG!pmY&^!M#; zB6tq=CIq>!b?h{oXf!;`d1ZK>hs(<=I#hyE7A)%_(&;T){j@Upyr%C60>b6Uy&8f( z?}hs`FZ*g5%hsQw+U`; zq=f4H0CjnQdQivPu~A9*>+ld0`CFQw)Q{t<6cCnKtQVB^@~AKPTs( z`Q{`?+dDei0Wgih;sd+c?14LAu-9;u(p*ZleFM;%KOD!A;qtS4-hO|To&+_ zWvM#CG{s^MK`TMC>9^n!#Ajz^o_~JEQY0e!j?QB(9&gc5B1u5ro@_}XH8T(h;5hcxz8~hl?iPF4tBo%%?o%~ukgKTcdR6m~ d28}-f1^^E2fgJT$aYz6F002ovPDHLkV1hMB_PGE6 literal 0 HcmV?d00001 diff --git a/TychoCatalogViewerForm.Designer.cs b/TychoCatalogViewerForm.Designer.cs new file mode 100644 index 0000000..51b5a7b --- /dev/null +++ b/TychoCatalogViewerForm.Designer.cs @@ -0,0 +1,3313 @@ +namespace Hipparcos_DB +{ + partial class TychoCatalogViewerForm + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TychoCatalogViewerForm)); + this.toolTip = new System.Windows.Forms.ToolTip(this.components); + this.contextMenuStripCopyData = new System.Windows.Forms.ContextMenuStrip(this.components); + this.toolStripMenuItemCopyData = new System.Windows.Forms.ToolStripMenuItem(); + this.labelCatalogDesc = new System.Windows.Forms.Label(); + this.labelSourceOfAstrometricDataDesc = new System.Windows.Forms.Label(); + this.labelPpmAndSupplementDesc = new System.Windows.Forms.Label(); + this.labelCapePhotographicDmDesc = new System.Windows.Forms.Label(); + this.labelProximityFlagDesc = new System.Windows.Forms.Label(); + this.labelCordobaDmDesc = new System.Windows.Forms.Label(); + this.labelAstrometricQualityFlagDesc = new System.Windows.Forms.Label(); + this.labelBonnerDmDesc = new System.Windows.Forms.Label(); + this.labelIdentifierDesc = new System.Windows.Forms.Label(); + this.labelHdNumberDesc = new System.Windows.Forms.Label(); + this.labelRightAscensionDesc = new System.Windows.Forms.Label(); + this.labelNotesDesc = new System.Windows.Forms.Label(); + this.labelDeclinationDesc = new System.Windows.Forms.Label(); + this.labelCcdmComponentIdentifierDesc = new System.Windows.Forms.Label(); + this.labelReferenceFlagForAstrometryDesc = new System.Windows.Forms.Label(); + this.labelMagnitudeJohnsonDesc = new System.Windows.Forms.Label(); + this.labelSourceOfMagnitudeDesc = new System.Windows.Forms.Label(); + this.labelAlphaDesc = new System.Windows.Forms.Label(); + this.labelDeltaDesc = new System.Windows.Forms.Label(); + this.labelTrigonomicParallaxDesc = new System.Windows.Forms.Label(); + this.labelProperMotionAlphaDesc = new System.Windows.Forms.Label(); + this.labelProperMotionDeltaDesc = new System.Windows.Forms.Label(); + this.labelStandardErrorRightAscensionDesc = new System.Windows.Forms.Label(); + this.labelStandardErrorDeclinationDesc = new System.Windows.Forms.Label(); + this.labelStandardErrorTrigonomicParallaxDesc = new System.Windows.Forms.Label(); + this.labelStandardErrorProperMotionRightAscensionDesc = new System.Windows.Forms.Label(); + this.labelStandardErrorProperMotionDeclinationDesc = new System.Windows.Forms.Label(); + this.labelCorrelationDeclinationByRightAscensionDesc = new System.Windows.Forms.Label(); + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc = new System.Windows.Forms.Label(); + this.labelCorrelationTrigonomicParallaxByDeclinationDesc = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc = new System.Windows.Forms.Label(); + this.labelVtmagAtMinimumDesc = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc = new System.Windows.Forms.Label(); + this.labelVtmagAtMaximumDesc = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionDeclinationByDeclinationDesc = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc = new System.Windows.Forms.Label(); + this.labelNumberOfTransitsForPhotometryDesc = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc = new System.Windows.Forms.Label(); + this.labelEstimateOfVtmagScatterDesc = new System.Windows.Forms.Label(); + this.labelNumberOfTransitsForAstrometryDesc = new System.Windows.Forms.Label(); + this.labelKnownVariabilityFromGcvsNsvDesc = new System.Windows.Forms.Label(); + this.labelGoodnessOfFitParameterDesc = new System.Windows.Forms.Label(); + this.labelMeanBtMagnitudeDesc = new System.Windows.Forms.Label(); + this.labelStandardErrorMeanBtMagnitudeDesc = new System.Windows.Forms.Label(); + this.labelMeanVtMagnitudeDesc = new System.Windows.Forms.Label(); + this.labelSignalToNoiseRatioOfTheStarImageDesc = new System.Windows.Forms.Label(); + this.labelStandardErrorMeanVtMagnitudeDesc = new System.Windows.Forms.Label(); + this.labelJohnsonBvColorDesc = new System.Windows.Forms.Label(); + this.labelDuplicityFromTychoDesc = new System.Windows.Forms.Label(); + this.labelEpochPhotometryInAnnexDesc = new System.Windows.Forms.Label(); + this.labelStandardErrorJohnsonBvColorDesc = new System.Windows.Forms.Label(); + this.labelSourceOfPhotometryDesc = new System.Windows.Forms.Label(); + this.labelVariabilityFromTychoDesc = new System.Windows.Forms.Label(); + this.labelHipparcosNumberDesc = new System.Windows.Forms.Label(); + this.statusStrip = new System.Windows.Forms.StatusStrip(); + this.toolStripStatusLabelInfo = new System.Windows.Forms.ToolStripStatusLabel(); + this.progressBar = new System.Windows.Forms.ToolStripProgressBar(); + this.menuStrip = new System.Windows.Forms.MenuStrip(); + this.menuitemClose = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItemInfo = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStrip = new System.Windows.Forms.ToolStrip(); + this.toolStripButtonStepToBegin = new System.Windows.Forms.ToolStripButton(); + this.toolStripButtonStepFastBackward = new System.Windows.Forms.ToolStripButton(); + this.toolStripButtonStepBackward = new System.Windows.Forms.ToolStripButton(); + this.toolStripButtonStepForward = new System.Windows.Forms.ToolStripButton(); + this.toolStripButtonStepFastForward = new System.Windows.Forms.ToolStripButton(); + this.toolStripButtonStepToEnd = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparatorNavigationfromGoToIndex = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripLabelGoToIndexDesc = new System.Windows.Forms.ToolStripLabel(); + this.toolStripTextBoxGoToIndex = new System.Windows.Forms.ToolStripTextBox(); + this.toolStripLabelMaxIndex = new System.Windows.Forms.ToolStripLabel(); + this.toolStripButtonGoToIndex = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparatorOptions = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripButtonChangeDataTableStyle = new System.Windows.Forms.ToolStripButton(); + this.toolStripButtonChangeHoverEffect = new System.Windows.Forms.ToolStripButton(); + this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); + this.labelMagnitudeJohnsonData = new System.Windows.Forms.Label(); + this.labelDeclinationData = new System.Windows.Forms.Label(); + this.labelRightAscensionData = new System.Windows.Forms.Label(); + this.labelProximityFlagData = new System.Windows.Forms.Label(); + this.labelIdentifierData = new System.Windows.Forms.Label(); + this.labelCatalogData = new System.Windows.Forms.Label(); + this.labelSourceOfMagnitudeData = new System.Windows.Forms.Label(); + this.labelAlphaData = new System.Windows.Forms.Label(); + this.labelDeltaData = new System.Windows.Forms.Label(); + this.labelReferenceFlagForAstrometryData = new System.Windows.Forms.Label(); + this.labelTrigonomicParallaxData = new System.Windows.Forms.Label(); + this.labelProperMotionAlphaData = new System.Windows.Forms.Label(); + this.labelProperMotionDeltaData = new System.Windows.Forms.Label(); + this.labelStandardErrorRightAscensionData = new System.Windows.Forms.Label(); + this.labelStandardErrorDeclinationData = new System.Windows.Forms.Label(); + this.labelStandardErrorTrigonomicParallaxData = new System.Windows.Forms.Label(); + this.labelStandardErrorProperMotionRightAscensionData = new System.Windows.Forms.Label(); + this.labelStandardErrorProperMotionDeclinationData = new System.Windows.Forms.Label(); + this.labelCorrelationDeclinationByRightAscensionData = new System.Windows.Forms.Label(); + this.labelCorrelationTrigonomicParallaxByRightAscensionData = new System.Windows.Forms.Label(); + this.labelCorrelationTrigonomicParallaxByDeclinationData = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionRightAscensionByRightAscensionData = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionRightAscensionByDeclinationData = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionDeclinationByRightAscensionData = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionDeclinationByDeclinationData = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData = new System.Windows.Forms.Label(); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData = new System.Windows.Forms.Label(); + this.labelVtmagAtMinimumData = new System.Windows.Forms.Label(); + this.labelKnownVariabilityFromGcvsNsvData = new System.Windows.Forms.Label(); + this.labelVariabilityFromTychoData = new System.Windows.Forms.Label(); + this.labelDuplicityFromTychoData = new System.Windows.Forms.Label(); + this.labelEpochPhotometryInAnnexData = new System.Windows.Forms.Label(); + this.labelCcdmComponentIdentifierData = new System.Windows.Forms.Label(); + this.labelPpmAndSupplementData = new System.Windows.Forms.Label(); + this.labelHdNumberData = new System.Windows.Forms.Label(); + this.labelBonnerDmData = new System.Windows.Forms.Label(); + this.labelCordobaDmData = new System.Windows.Forms.Label(); + this.labelCapePhotographicDmData = new System.Windows.Forms.Label(); + this.labelNotesData = new System.Windows.Forms.Label(); + this.labelVtmagAtMaximumData = new System.Windows.Forms.Label(); + this.labelEstimateOfVtmagScatterData = new System.Windows.Forms.Label(); + this.labelNumberOfTransitsForPhotometryData = new System.Windows.Forms.Label(); + this.labelSourceOfAstrometricDataData = new System.Windows.Forms.Label(); + this.labelSignalToNoiseRatioOfTheStarImageData = new System.Windows.Forms.Label(); + this.labelAstrometricQualityFlagData = new System.Windows.Forms.Label(); + this.labelStandardErrorJohnsonBvColorData = new System.Windows.Forms.Label(); + this.labelJohnsonBvColorData = new System.Windows.Forms.Label(); + this.labelSourceOfPhotometryData = new System.Windows.Forms.Label(); + this.labelStandardErrorMeanVtMagnitudeData = new System.Windows.Forms.Label(); + this.labelMeanVtMagnitudeData = new System.Windows.Forms.Label(); + this.labelStandardErrorMeanBtMagnitudeData = new System.Windows.Forms.Label(); + this.labelMeanBtMagnitudeData = new System.Windows.Forms.Label(); + this.labelHipparcosNumberData = new System.Windows.Forms.Label(); + this.labelGoodnessOfFitParameterData = new System.Windows.Forms.Label(); + this.labelNumberOfTransitsForAstrometryData = new System.Windows.Forms.Label(); + this.contextMenuStripCopyData.SuspendLayout(); + this.statusStrip.SuspendLayout(); + this.menuStrip.SuspendLayout(); + this.toolStrip.SuspendLayout(); + this.tableLayoutPanel.SuspendLayout(); + this.SuspendLayout(); + // + // contextMenuStripCopyData + // + this.contextMenuStripCopyData.AccessibleDescription = "Click to copy the data into the clipboard"; + this.contextMenuStripCopyData.AccessibleName = "Copy data"; + this.contextMenuStripCopyData.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuPopup; + this.contextMenuStripCopyData.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStripMenuItemCopyData}); + this.contextMenuStripCopyData.Name = "contextMenuStripCopyData"; + this.contextMenuStripCopyData.Size = new System.Drawing.Size(217, 26); + this.contextMenuStripCopyData.TabStop = true; + this.contextMenuStripCopyData.Text = "Copy data method"; + this.toolTip.SetToolTip(this.contextMenuStripCopyData, "Copy data method"); + this.contextMenuStripCopyData.MouseEnter += new System.EventHandler(this.ContextMenuStripCopyData_MouseEnter); + this.contextMenuStripCopyData.MouseLeave += new System.EventHandler(this.ContextMenuStripCopyData_MouseLeave); + // + // toolStripMenuItemCopyData + // + this.toolStripMenuItemCopyData.AccessibleDescription = "Click to copy the data into the clipboard"; + this.toolStripMenuItemCopyData.AccessibleName = "Copy data"; + this.toolStripMenuItemCopyData.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuItem; + this.toolStripMenuItemCopyData.AutoToolTip = true; + this.toolStripMenuItemCopyData.Image = global::Hipparcos_DB.Properties.Resources.fugue_clipboard_16px_shadowless; + this.toolStripMenuItemCopyData.Name = "toolStripMenuItemCopyData"; + this.toolStripMenuItemCopyData.ShortcutKeyDisplayString = "Shift+C"; + this.toolStripMenuItemCopyData.Size = new System.Drawing.Size(216, 22); + this.toolStripMenuItemCopyData.Text = "&Copy to clipboard"; + this.toolStripMenuItemCopyData.Click += new System.EventHandler(this.ToolStripMenuItemCopyData_Click); + // + // labelCatalogDesc + // + this.labelCatalogDesc.AccessibleDescription = "Short description of the catalog (T=Tycho)"; + this.labelCatalogDesc.AccessibleName = "Catalog (T=Tycho) description"; + this.labelCatalogDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCatalogDesc.AutoSize = true; + this.labelCatalogDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCatalogDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCatalogDesc.Location = new System.Drawing.Point(3, 3); + this.labelCatalogDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCatalogDesc.Name = "labelCatalogDesc"; + this.labelCatalogDesc.Size = new System.Drawing.Size(276, 15); + this.labelCatalogDesc.TabIndex = 0; + this.labelCatalogDesc.Text = "Catalog (T=Tycho)"; + this.labelCatalogDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelCatalogDesc, "Catalog (T=Tycho)"); + this.labelCatalogDesc.DoubleClick += new System.EventHandler(this.LabelCatalogDesc_DoubleClick); + this.labelCatalogDesc.Enter += new System.EventHandler(this.LabelCatalogDesc_Enter); + this.labelCatalogDesc.Leave += new System.EventHandler(this.LabelCatalogDesc_Leave); + this.labelCatalogDesc.MouseEnter += new System.EventHandler(this.LabelCatalogDesc_MouseEnter); + this.labelCatalogDesc.MouseLeave += new System.EventHandler(this.LabelCatalogDesc_MouseLeave); + // + // labelSourceOfAstrometricDataDesc + // + this.labelSourceOfAstrometricDataDesc.AccessibleDescription = "Short description of the source of astrometric data"; + this.labelSourceOfAstrometricDataDesc.AccessibleName = "Source of astrometric data description"; + this.labelSourceOfAstrometricDataDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelSourceOfAstrometricDataDesc.AutoSize = true; + this.labelSourceOfAstrometricDataDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelSourceOfAstrometricDataDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelSourceOfAstrometricDataDesc.Location = new System.Drawing.Point(423, 219); + this.labelSourceOfAstrometricDataDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelSourceOfAstrometricDataDesc.Name = "labelSourceOfAstrometricDataDesc"; + this.labelSourceOfAstrometricDataDesc.Size = new System.Drawing.Size(276, 15); + this.labelSourceOfAstrometricDataDesc.TabIndex = 80; + 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.DoubleClick += new System.EventHandler(this.LabelSourceOfAstrometricDataDesc_DoubleClick); + this.labelSourceOfAstrometricDataDesc.Enter += new System.EventHandler(this.LabelSourceOfAstrometricDataDesc_Enter); + this.labelSourceOfAstrometricDataDesc.Leave += new System.EventHandler(this.LabelSourceOfAstrometricDataDesc_Leave); + this.labelSourceOfAstrometricDataDesc.MouseEnter += new System.EventHandler(this.LabelSourceOfAstrometricDataDesc_MouseEnter); + this.labelSourceOfAstrometricDataDesc.MouseLeave += new System.EventHandler(this.LabelSourceOfAstrometricDataDesc_MouseLeave); + // + // labelPpmAndSupplementDesc + // + this.labelPpmAndSupplementDesc.AccessibleDescription = "Short description of the PPM and Supplement"; + this.labelPpmAndSupplementDesc.AccessibleName = "PPM and Supplement description"; + this.labelPpmAndSupplementDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelPpmAndSupplementDesc.AutoSize = true; + this.labelPpmAndSupplementDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelPpmAndSupplementDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelPpmAndSupplementDesc.Location = new System.Drawing.Point(423, 399); + this.labelPpmAndSupplementDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelPpmAndSupplementDesc.Name = "labelPpmAndSupplementDesc"; + this.labelPpmAndSupplementDesc.Size = new System.Drawing.Size(276, 15); + this.labelPpmAndSupplementDesc.TabIndex = 100; + this.labelPpmAndSupplementDesc.Text = "PPM and Supplement"; + this.labelPpmAndSupplementDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelPpmAndSupplementDesc, "PPM and Supplement"); + this.labelPpmAndSupplementDesc.DoubleClick += new System.EventHandler(this.LabelPpmAndSupplementDesc_DoubleClick); + this.labelPpmAndSupplementDesc.Enter += new System.EventHandler(this.LabelPpmAndSupplementDesc_Enter); + this.labelPpmAndSupplementDesc.Leave += new System.EventHandler(this.LabelPpmAndSupplementDesc_Leave); + this.labelPpmAndSupplementDesc.MouseEnter += new System.EventHandler(this.LabelPpmAndSupplementDesc_MouseEnter); + this.labelPpmAndSupplementDesc.MouseLeave += new System.EventHandler(this.LabelPpmAndSupplementDesc_MouseLeave); + // + // labelCapePhotographicDmDesc + // + this.labelCapePhotographicDmDesc.AccessibleDescription = "Short description of the Cape Photographic DM"; + this.labelCapePhotographicDmDesc.AccessibleName = "Cape Photographic DM description"; + this.labelCapePhotographicDmDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCapePhotographicDmDesc.AutoSize = true; + this.labelCapePhotographicDmDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCapePhotographicDmDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCapePhotographicDmDesc.Location = new System.Drawing.Point(423, 471); + this.labelCapePhotographicDmDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCapePhotographicDmDesc.Name = "labelCapePhotographicDmDesc"; + this.labelCapePhotographicDmDesc.Size = new System.Drawing.Size(276, 15); + this.labelCapePhotographicDmDesc.TabIndex = 108; + this.labelCapePhotographicDmDesc.Text = "Cape Photographic DM"; + this.labelCapePhotographicDmDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelCapePhotographicDmDesc, "Cape Photographic DM"); + this.labelCapePhotographicDmDesc.DoubleClick += new System.EventHandler(this.LabelCapePhotographicDmDesc_DoubleClick); + this.labelCapePhotographicDmDesc.Enter += new System.EventHandler(this.LabelCapePhotographicDmDesc_Enter); + this.labelCapePhotographicDmDesc.Leave += new System.EventHandler(this.LabelCapePhotographicDmDesc_Leave); + this.labelCapePhotographicDmDesc.MouseEnter += new System.EventHandler(this.LabelCapePhotographicDmDesc_MouseEnter); + this.labelCapePhotographicDmDesc.MouseLeave += new System.EventHandler(this.LabelCapePhotographicDmDesc_MouseLeave); + // + // labelProximityFlagDesc + // + this.labelProximityFlagDesc.AccessibleDescription = "Short description of the proximity flag"; + this.labelProximityFlagDesc.AccessibleName = "Proximity flag description"; + this.labelProximityFlagDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelProximityFlagDesc.AutoSize = true; + this.labelProximityFlagDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelProximityFlagDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelProximityFlagDesc.Location = new System.Drawing.Point(3, 39); + this.labelProximityFlagDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelProximityFlagDesc.Name = "labelProximityFlagDesc"; + this.labelProximityFlagDesc.Size = new System.Drawing.Size(276, 15); + this.labelProximityFlagDesc.TabIndex = 4; + this.labelProximityFlagDesc.Text = "Proximity flag"; + this.labelProximityFlagDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelProximityFlagDesc, "Proximity flag"); + this.labelProximityFlagDesc.DoubleClick += new System.EventHandler(this.LabelProximityFlagDesc_DoubleClick); + this.labelProximityFlagDesc.Enter += new System.EventHandler(this.LabelProximityFlagDesc_Enter); + this.labelProximityFlagDesc.Leave += new System.EventHandler(this.LabelProximityFlagDesc_Leave); + this.labelProximityFlagDesc.MouseEnter += new System.EventHandler(this.LabelProximityFlagDesc_MouseEnter); + this.labelProximityFlagDesc.MouseLeave += new System.EventHandler(this.LabelProximityFlagDesc_MouseLeave); + // + // labelCordobaDmDesc + // + this.labelCordobaDmDesc.AccessibleDescription = "Short description of the Cordoba Durchmusterung (DM)"; + this.labelCordobaDmDesc.AccessibleName = "Cordoba Durchmusterung (DM) description"; + this.labelCordobaDmDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCordobaDmDesc.AutoSize = true; + this.labelCordobaDmDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCordobaDmDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCordobaDmDesc.Location = new System.Drawing.Point(423, 453); + this.labelCordobaDmDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCordobaDmDesc.Name = "labelCordobaDmDesc"; + this.labelCordobaDmDesc.Size = new System.Drawing.Size(276, 15); + this.labelCordobaDmDesc.TabIndex = 106; + this.labelCordobaDmDesc.Text = "Cordoba Durchmusterung (DM)"; + this.labelCordobaDmDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelCordobaDmDesc, "Cordoba Durchmusterung (DM)"); + this.labelCordobaDmDesc.DoubleClick += new System.EventHandler(this.LabelCordobaDmDesc_DoubleClick); + this.labelCordobaDmDesc.Enter += new System.EventHandler(this.LabelCordobaDmDesc_Enter); + this.labelCordobaDmDesc.Leave += new System.EventHandler(this.LabelCordobaDmDesc_Leave); + this.labelCordobaDmDesc.MouseEnter += new System.EventHandler(this.LabelCordobaDmDesc_MouseEnter); + this.labelCordobaDmDesc.MouseLeave += new System.EventHandler(this.LabelCordobaDmDesc_MouseLeave); + // + // labelAstrometricQualityFlagDesc + // + this.labelAstrometricQualityFlagDesc.AccessibleDescription = "Short description of the astrometric quality flag"; + this.labelAstrometricQualityFlagDesc.AccessibleName = "Astrometric quality flag description"; + this.labelAstrometricQualityFlagDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelAstrometricQualityFlagDesc.AutoSize = true; + this.labelAstrometricQualityFlagDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelAstrometricQualityFlagDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelAstrometricQualityFlagDesc.Location = new System.Drawing.Point(423, 183); + this.labelAstrometricQualityFlagDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelAstrometricQualityFlagDesc.Name = "labelAstrometricQualityFlagDesc"; + this.labelAstrometricQualityFlagDesc.Size = new System.Drawing.Size(276, 15); + this.labelAstrometricQualityFlagDesc.TabIndex = 76; + this.labelAstrometricQualityFlagDesc.Text = "Astrometric quality flag"; + this.labelAstrometricQualityFlagDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelAstrometricQualityFlagDesc, "Astrometric quality flag"); + this.labelAstrometricQualityFlagDesc.DoubleClick += new System.EventHandler(this.LabelAstrometricQualityFlagDesc_DoubleClick); + this.labelAstrometricQualityFlagDesc.Enter += new System.EventHandler(this.LabelAstrometricQualityFlagDesc_Enter); + this.labelAstrometricQualityFlagDesc.Leave += new System.EventHandler(this.LabelAstrometricQualityFlagDesc_Leave); + this.labelAstrometricQualityFlagDesc.MouseEnter += new System.EventHandler(this.LabelAstrometricQualityFlagDesc_MouseEnter); + this.labelAstrometricQualityFlagDesc.MouseLeave += new System.EventHandler(this.LabelAstrometricQualityFlagDesc_MouseLeave); + // + // labelBonnerDmDesc + // + this.labelBonnerDmDesc.AccessibleDescription = "Short description of the Bonner Durchmusterung (DM)"; + this.labelBonnerDmDesc.AccessibleName = "Bonner Durchmusterung (DM) description"; + this.labelBonnerDmDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelBonnerDmDesc.AutoSize = true; + this.labelBonnerDmDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelBonnerDmDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelBonnerDmDesc.Location = new System.Drawing.Point(423, 435); + this.labelBonnerDmDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelBonnerDmDesc.Name = "labelBonnerDmDesc"; + this.labelBonnerDmDesc.Size = new System.Drawing.Size(276, 15); + this.labelBonnerDmDesc.TabIndex = 104; + this.labelBonnerDmDesc.Text = "Bonner Durchmusterung (DM)"; + this.labelBonnerDmDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelBonnerDmDesc, "Bonner Durchmusterung (DM)"); + this.labelBonnerDmDesc.DoubleClick += new System.EventHandler(this.LabelBonnerDmDesc_DoubleClick); + this.labelBonnerDmDesc.Enter += new System.EventHandler(this.LabelBonnerDmDesc_Enter); + this.labelBonnerDmDesc.Leave += new System.EventHandler(this.LabelBonnerDmDesc_Leave); + this.labelBonnerDmDesc.MouseEnter += new System.EventHandler(this.LabelBonnerDmDesc_MouseEnter); + this.labelBonnerDmDesc.MouseLeave += new System.EventHandler(this.LabelBonnerDmDesc_MouseLeave); + // + // labelIdentifierDesc + // + this.labelIdentifierDesc.AccessibleDescription = "Short description of the identifier (TYC number)"; + this.labelIdentifierDesc.AccessibleName = "Iidentifier (TYC number) description"; + this.labelIdentifierDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelIdentifierDesc.AutoSize = true; + this.labelIdentifierDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelIdentifierDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelIdentifierDesc.Location = new System.Drawing.Point(3, 21); + this.labelIdentifierDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelIdentifierDesc.Name = "labelIdentifierDesc"; + this.labelIdentifierDesc.Size = new System.Drawing.Size(276, 15); + this.labelIdentifierDesc.TabIndex = 2; + this.labelIdentifierDesc.Text = "Identifier (TYC number)"; + this.labelIdentifierDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelIdentifierDesc, "Identifier (TYC number)"); + this.labelIdentifierDesc.DoubleClick += new System.EventHandler(this.LabelIdentifierDesc_DoubleClick); + this.labelIdentifierDesc.Enter += new System.EventHandler(this.LabelIdentifierDesc_Enter); + this.labelIdentifierDesc.Leave += new System.EventHandler(this.LabelIdentifierDesc_Leave); + this.labelIdentifierDesc.MouseEnter += new System.EventHandler(this.LabelIdentifierDesc_MouseEnter); + this.labelIdentifierDesc.MouseLeave += new System.EventHandler(this.LabelIdentifierDesc_MouseLeave); + // + // labelHdNumberDesc + // + this.labelHdNumberDesc.AccessibleDescription = "Short description of the HD number"; + this.labelHdNumberDesc.AccessibleName = "HD number description"; + this.labelHdNumberDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelHdNumberDesc.AutoSize = true; + this.labelHdNumberDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelHdNumberDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelHdNumberDesc.Location = new System.Drawing.Point(423, 417); + this.labelHdNumberDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelHdNumberDesc.Name = "labelHdNumberDesc"; + this.labelHdNumberDesc.Size = new System.Drawing.Size(276, 15); + this.labelHdNumberDesc.TabIndex = 102; + this.labelHdNumberDesc.Text = "HD number"; + this.labelHdNumberDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelHdNumberDesc, "HD number"); + this.labelHdNumberDesc.DoubleClick += new System.EventHandler(this.LabelHdNumberDesc_DoubleClick); + this.labelHdNumberDesc.Enter += new System.EventHandler(this.LabelHdNumberDesc_Enter); + this.labelHdNumberDesc.Leave += new System.EventHandler(this.LabelHdNumberDesc_Leave); + this.labelHdNumberDesc.MouseEnter += new System.EventHandler(this.LabelHdNumberDesc_MouseEnter); + this.labelHdNumberDesc.MouseLeave += new System.EventHandler(this.LabelHdNumberDesc_MouseLeave); + // + // labelRightAscensionDesc + // + this.labelRightAscensionDesc.AccessibleDescription = "Short description of the right ascension in h m s, ICRS (J1991.25)"; + this.labelRightAscensionDesc.AccessibleName = "Right ascension in h m s, ICRS (J1991.25) description"; + this.labelRightAscensionDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelRightAscensionDesc.AutoSize = true; + this.labelRightAscensionDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelRightAscensionDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelRightAscensionDesc.Location = new System.Drawing.Point(3, 57); + this.labelRightAscensionDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelRightAscensionDesc.Name = "labelRightAscensionDesc"; + this.labelRightAscensionDesc.Size = new System.Drawing.Size(276, 15); + this.labelRightAscensionDesc.TabIndex = 6; + 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.DoubleClick += new System.EventHandler(this.LabelRightAscensionDesc_DoubleClick); + this.labelRightAscensionDesc.Enter += new System.EventHandler(this.LabelRightAscensionDesc_Enter); + this.labelRightAscensionDesc.Leave += new System.EventHandler(this.LabelRightAscensionDesc_Leave); + this.labelRightAscensionDesc.MouseEnter += new System.EventHandler(this.LabelRightAscensionDesc_MouseEnter); + this.labelRightAscensionDesc.MouseLeave += new System.EventHandler(this.LabelRightAscensionDesc_MouseLeave); + // + // labelNotesDesc + // + this.labelNotesDesc.AccessibleDescription = "Short description of the notes"; + this.labelNotesDesc.AccessibleName = "Notes description"; + this.labelNotesDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelNotesDesc.AutoSize = true; + this.labelNotesDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelNotesDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelNotesDesc.Location = new System.Drawing.Point(423, 489); + this.labelNotesDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelNotesDesc.Name = "labelNotesDesc"; + this.labelNotesDesc.Size = new System.Drawing.Size(276, 15); + this.labelNotesDesc.TabIndex = 110; + this.labelNotesDesc.Text = "Notes"; + this.labelNotesDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelNotesDesc, "Notes"); + this.labelNotesDesc.DoubleClick += new System.EventHandler(this.LabelNotesDesc_DoubleClick); + this.labelNotesDesc.Enter += new System.EventHandler(this.LabelNotesDesc_Enter); + this.labelNotesDesc.Leave += new System.EventHandler(this.LabelNotesDesc_Leave); + this.labelNotesDesc.MouseEnter += new System.EventHandler(this.LabelNotesDesc_MouseEnter); + this.labelNotesDesc.MouseLeave += new System.EventHandler(this.LabelNotesDesc_MouseLeave); + // + // labelDeclinationDesc + // + this.labelDeclinationDesc.AccessibleDescription = "Short description of the declination in deg \' \", ICRS (J1991.25)"; + this.labelDeclinationDesc.AccessibleName = "Declination in deg \' \", ICRS (J1991.25) description"; + this.labelDeclinationDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelDeclinationDesc.AutoSize = true; + this.labelDeclinationDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelDeclinationDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelDeclinationDesc.Location = new System.Drawing.Point(3, 75); + this.labelDeclinationDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelDeclinationDesc.Name = "labelDeclinationDesc"; + this.labelDeclinationDesc.Size = new System.Drawing.Size(276, 15); + this.labelDeclinationDesc.TabIndex = 8; + 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.DoubleClick += new System.EventHandler(this.LabelDeclinationDesc_DoubleClick); + this.labelDeclinationDesc.Enter += new System.EventHandler(this.LabelDeclinationDesc_Enter); + this.labelDeclinationDesc.Leave += new System.EventHandler(this.LabelDeclinationDesc_Leave); + this.labelDeclinationDesc.MouseEnter += new System.EventHandler(this.LabelDeclinationDesc_MouseEnter); + // + // labelCcdmComponentIdentifierDesc + // + this.labelCcdmComponentIdentifierDesc.AccessibleDescription = "Short description of the CCDM component identifier"; + this.labelCcdmComponentIdentifierDesc.AccessibleName = "CCDM component identifier description"; + this.labelCcdmComponentIdentifierDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCcdmComponentIdentifierDesc.AutoSize = true; + this.labelCcdmComponentIdentifierDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCcdmComponentIdentifierDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCcdmComponentIdentifierDesc.Location = new System.Drawing.Point(423, 381); + this.labelCcdmComponentIdentifierDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCcdmComponentIdentifierDesc.Name = "labelCcdmComponentIdentifierDesc"; + this.labelCcdmComponentIdentifierDesc.Size = new System.Drawing.Size(276, 15); + this.labelCcdmComponentIdentifierDesc.TabIndex = 98; + this.labelCcdmComponentIdentifierDesc.Text = "CCDM component identifier"; + this.labelCcdmComponentIdentifierDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelCcdmComponentIdentifierDesc, "CCDM component identifier"); + this.labelCcdmComponentIdentifierDesc.DoubleClick += new System.EventHandler(this.LabelCcdmComponentIdentifierDesc_DoubleClick); + this.labelCcdmComponentIdentifierDesc.Enter += new System.EventHandler(this.LabelCcdmComponentIdentifierDesc_Enter); + this.labelCcdmComponentIdentifierDesc.Leave += new System.EventHandler(this.LabelCcdmComponentIdentifierDesc_Leave); + this.labelCcdmComponentIdentifierDesc.MouseEnter += new System.EventHandler(this.LabelCcdmComponentIdentifierDesc_MouseEnter); + this.labelCcdmComponentIdentifierDesc.MouseLeave += new System.EventHandler(this.LabelCcdmComponentIdentifierDesc_MouseLeave); + // + // labelReferenceFlagForAstrometryDesc + // + this.labelReferenceFlagForAstrometryDesc.AccessibleDescription = "Short description of the reference flag for astrometry"; + this.labelReferenceFlagForAstrometryDesc.AccessibleName = "Reference flag for astrometry description"; + this.labelReferenceFlagForAstrometryDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelReferenceFlagForAstrometryDesc.AutoSize = true; + this.labelReferenceFlagForAstrometryDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelReferenceFlagForAstrometryDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelReferenceFlagForAstrometryDesc.Location = new System.Drawing.Point(3, 165); + this.labelReferenceFlagForAstrometryDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelReferenceFlagForAstrometryDesc.Name = "labelReferenceFlagForAstrometryDesc"; + this.labelReferenceFlagForAstrometryDesc.Size = new System.Drawing.Size(276, 15); + this.labelReferenceFlagForAstrometryDesc.TabIndex = 18; + 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.DoubleClick += new System.EventHandler(this.LabelReferenceFlagForAstrometryDesc_DoubleClick); + this.labelReferenceFlagForAstrometryDesc.Enter += new System.EventHandler(this.LabelReferenceFlagForAstrometryDesc_Enter); + this.labelReferenceFlagForAstrometryDesc.Leave += new System.EventHandler(this.LabelReferenceFlagForAstrometryDesc_Leave); + this.labelReferenceFlagForAstrometryDesc.MouseEnter += new System.EventHandler(this.LabelReferenceFlagForAstrometryDesc_MouseEnter); + this.labelReferenceFlagForAstrometryDesc.MouseLeave += new System.EventHandler(this.LabelReferenceFlagForAstrometryDesc_MouseLeave); + // + // labelMagnitudeJohnsonDesc + // + this.labelMagnitudeJohnsonDesc.AccessibleDescription = "Short description of the magnitude in Johnson V"; + this.labelMagnitudeJohnsonDesc.AccessibleName = "Magnitude in Johnson V description"; + this.labelMagnitudeJohnsonDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelMagnitudeJohnsonDesc.AutoSize = true; + this.labelMagnitudeJohnsonDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelMagnitudeJohnsonDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelMagnitudeJohnsonDesc.Location = new System.Drawing.Point(3, 93); + this.labelMagnitudeJohnsonDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelMagnitudeJohnsonDesc.Name = "labelMagnitudeJohnsonDesc"; + this.labelMagnitudeJohnsonDesc.Size = new System.Drawing.Size(276, 15); + this.labelMagnitudeJohnsonDesc.TabIndex = 10; + 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.DoubleClick += new System.EventHandler(this.LabelMagnitudeJohnsonDesc_DoubleClick); + this.labelMagnitudeJohnsonDesc.Enter += new System.EventHandler(this.LabelMagnitudeJohnsonDesc_Enter); + this.labelMagnitudeJohnsonDesc.Leave += new System.EventHandler(this.LabelMagnitudeJohnsonDesc_Leave); + this.labelMagnitudeJohnsonDesc.MouseEnter += new System.EventHandler(this.LabelMagnitudeJohnsonDesc_MouseEnter); + this.labelMagnitudeJohnsonDesc.MouseLeave += new System.EventHandler(this.LabelMagnitudeJohnsonDesc_MouseLeave); + // + // labelSourceOfMagnitudeDesc + // + this.labelSourceOfMagnitudeDesc.AccessibleDescription = "Short description of the source of magnitude"; + this.labelSourceOfMagnitudeDesc.AccessibleName = "Source of magnitude description"; + this.labelSourceOfMagnitudeDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelSourceOfMagnitudeDesc.AutoSize = true; + this.labelSourceOfMagnitudeDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelSourceOfMagnitudeDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelSourceOfMagnitudeDesc.Location = new System.Drawing.Point(3, 111); + this.labelSourceOfMagnitudeDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelSourceOfMagnitudeDesc.Name = "labelSourceOfMagnitudeDesc"; + this.labelSourceOfMagnitudeDesc.Size = new System.Drawing.Size(276, 15); + this.labelSourceOfMagnitudeDesc.TabIndex = 12; + this.labelSourceOfMagnitudeDesc.Text = "Source of magnitude"; + this.labelSourceOfMagnitudeDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelSourceOfMagnitudeDesc, "Source of magnitude"); + this.labelSourceOfMagnitudeDesc.DoubleClick += new System.EventHandler(this.LabelSourceOfMagnitudeDesc_DoubleClick); + this.labelSourceOfMagnitudeDesc.Enter += new System.EventHandler(this.LabelSourceOfMagnitudeDesc_Enter); + this.labelSourceOfMagnitudeDesc.Leave += new System.EventHandler(this.LabelSourceOfMagnitudeDesc_Leave); + this.labelSourceOfMagnitudeDesc.MouseEnter += new System.EventHandler(this.LabelSourceOfMagnitudeDesc_MouseEnter); + this.labelSourceOfMagnitudeDesc.MouseLeave += new System.EventHandler(this.LabelSourceOfMagnitudeDesc_MouseLeave); + // + // labelAlphaDesc + // + this.labelAlphaDesc.AccessibleDescription = "Short description of the alpha, degrees (ICRS, Epoch=J1991.25)"; + this.labelAlphaDesc.AccessibleName = "alpha, degrees (ICRS, Epoch=J1991.25) description"; + this.labelAlphaDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelAlphaDesc.AutoSize = true; + this.labelAlphaDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelAlphaDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelAlphaDesc.Location = new System.Drawing.Point(3, 129); + this.labelAlphaDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelAlphaDesc.Name = "labelAlphaDesc"; + this.labelAlphaDesc.Size = new System.Drawing.Size(276, 15); + this.labelAlphaDesc.TabIndex = 14; + 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.DoubleClick += new System.EventHandler(this.LabelAlphaDesc_DoubleClick); + this.labelAlphaDesc.Enter += new System.EventHandler(this.LabelAlphaDesc_Enter); + this.labelAlphaDesc.Leave += new System.EventHandler(this.LabelAlphaDesc_Leave); + this.labelAlphaDesc.MouseEnter += new System.EventHandler(this.LabelAlphaDesc_MouseEnter); + this.labelAlphaDesc.MouseLeave += new System.EventHandler(this.LabelAlphaDesc_MouseLeave); + // + // labelDeltaDesc + // + this.labelDeltaDesc.AccessibleDescription = "Short description of the delta, degrees (ICRS, Epoch=J1991.25)"; + this.labelDeltaDesc.AccessibleName = "delta, degrees (ICRS, Epoch=J1991.25) description"; + this.labelDeltaDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelDeltaDesc.AutoSize = true; + this.labelDeltaDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelDeltaDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelDeltaDesc.Location = new System.Drawing.Point(3, 147); + this.labelDeltaDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelDeltaDesc.Name = "labelDeltaDesc"; + this.labelDeltaDesc.Size = new System.Drawing.Size(276, 15); + this.labelDeltaDesc.TabIndex = 16; + 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.DoubleClick += new System.EventHandler(this.LabelDeltaDesc_DoubleClick); + this.labelDeltaDesc.Enter += new System.EventHandler(this.LabelDeltaDesc_Enter); + this.labelDeltaDesc.Leave += new System.EventHandler(this.LabelDeltaDesc_Leave); + this.labelDeltaDesc.MouseEnter += new System.EventHandler(this.LabelDeltaDesc_MouseEnter); + this.labelDeltaDesc.MouseLeave += new System.EventHandler(this.LabelDeltaDesc_MouseLeave); + // + // labelTrigonomicParallaxDesc + // + this.labelTrigonomicParallaxDesc.AccessibleDescription = "Short description of the trigonometric parallax"; + this.labelTrigonomicParallaxDesc.AccessibleName = "Trigonometric parallax description"; + this.labelTrigonomicParallaxDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelTrigonomicParallaxDesc.AutoSize = true; + this.labelTrigonomicParallaxDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelTrigonomicParallaxDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelTrigonomicParallaxDesc.Location = new System.Drawing.Point(3, 183); + this.labelTrigonomicParallaxDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelTrigonomicParallaxDesc.Name = "labelTrigonomicParallaxDesc"; + this.labelTrigonomicParallaxDesc.Size = new System.Drawing.Size(276, 15); + this.labelTrigonomicParallaxDesc.TabIndex = 20; + this.labelTrigonomicParallaxDesc.Text = "Trigonometric parallax"; + this.labelTrigonomicParallaxDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelTrigonomicParallaxDesc, "Trigonometric parallax"); + this.labelTrigonomicParallaxDesc.DoubleClick += new System.EventHandler(this.LabelTrigonomicParallaxDesc_DoubleClick); + this.labelTrigonomicParallaxDesc.Enter += new System.EventHandler(this.LabelTrigonomicParallaxDesc_Enter); + this.labelTrigonomicParallaxDesc.Leave += new System.EventHandler(this.LabelTrigonomicParallaxDesc_Leave); + this.labelTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.LabelTrigonomicParallaxDesc_MouseEnter); + this.labelTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.LabelTrigonomicParallaxDesc_MouseLeave); + // + // labelProperMotionAlphaDesc + // + this.labelProperMotionAlphaDesc.AccessibleDescription = "Short description of the proper motion mu_alpha.cos(delta), ICRS"; + this.labelProperMotionAlphaDesc.AccessibleName = "Proper motion mu_alpha.cos(delta), ICRS description"; + this.labelProperMotionAlphaDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelProperMotionAlphaDesc.AutoSize = true; + this.labelProperMotionAlphaDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelProperMotionAlphaDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelProperMotionAlphaDesc.Location = new System.Drawing.Point(3, 201); + this.labelProperMotionAlphaDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelProperMotionAlphaDesc.Name = "labelProperMotionAlphaDesc"; + this.labelProperMotionAlphaDesc.Size = new System.Drawing.Size(276, 15); + this.labelProperMotionAlphaDesc.TabIndex = 22; + 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.DoubleClick += new System.EventHandler(this.LabelProperMotionAlphaDesc_DoubleClick); + this.labelProperMotionAlphaDesc.Enter += new System.EventHandler(this.LabelProperMotionAlphaDesc_Enter); + this.labelProperMotionAlphaDesc.Leave += new System.EventHandler(this.LabelProperMotionAlphaDesc_Leave); + this.labelProperMotionAlphaDesc.MouseEnter += new System.EventHandler(this.LabelProperMotionAlphaDesc_MouseEnter); + this.labelProperMotionAlphaDesc.MouseLeave += new System.EventHandler(this.LabelProperMotionAlphaDesc_MouseLeave); + // + // labelProperMotionDeltaDesc + // + this.labelProperMotionDeltaDesc.AccessibleDescription = "Short description of the proper motion mu_delta, ICRS"; + this.labelProperMotionDeltaDesc.AccessibleName = "Proper motion mu_delta, ICRS description"; + this.labelProperMotionDeltaDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelProperMotionDeltaDesc.AutoSize = true; + this.labelProperMotionDeltaDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelProperMotionDeltaDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelProperMotionDeltaDesc.Location = new System.Drawing.Point(3, 219); + this.labelProperMotionDeltaDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelProperMotionDeltaDesc.Name = "labelProperMotionDeltaDesc"; + this.labelProperMotionDeltaDesc.Size = new System.Drawing.Size(276, 15); + this.labelProperMotionDeltaDesc.TabIndex = 24; + 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.DoubleClick += new System.EventHandler(this.LabelProperMotionDeltaDesc_DoubleClick); + this.labelProperMotionDeltaDesc.Enter += new System.EventHandler(this.LabelProperMotionDeltaDesc_Enter); + this.labelProperMotionDeltaDesc.Leave += new System.EventHandler(this.LabelProperMotionDeltaDesc_Leave); + this.labelProperMotionDeltaDesc.MouseEnter += new System.EventHandler(this.LabelProperMotionDeltaDesc_MouseEnter); + this.labelProperMotionDeltaDesc.MouseLeave += new System.EventHandler(this.LabelProperMotionDeltaDesc_MouseLeave); + // + // labelStandardErrorRightAscensionDesc + // + this.labelStandardErrorRightAscensionDesc.AccessibleDescription = "Short description of the standard error in RA*cos(delta)"; + this.labelStandardErrorRightAscensionDesc.AccessibleName = "Standard error in RA*cos(delta) description"; + this.labelStandardErrorRightAscensionDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorRightAscensionDesc.AutoSize = true; + this.labelStandardErrorRightAscensionDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorRightAscensionDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorRightAscensionDesc.Location = new System.Drawing.Point(3, 237); + this.labelStandardErrorRightAscensionDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorRightAscensionDesc.Name = "labelStandardErrorRightAscensionDesc"; + this.labelStandardErrorRightAscensionDesc.Size = new System.Drawing.Size(276, 15); + this.labelStandardErrorRightAscensionDesc.TabIndex = 26; + 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.DoubleClick += new System.EventHandler(this.LabelStandardErrorRightAscensionDesc_DoubleClick); + this.labelStandardErrorRightAscensionDesc.Enter += new System.EventHandler(this.LabelStandardErrorRightAscensionDesc_Enter); + this.labelStandardErrorRightAscensionDesc.Leave += new System.EventHandler(this.LabelStandardErrorRightAscensionDesc_Leave); + this.labelStandardErrorRightAscensionDesc.MouseEnter += new System.EventHandler(this.LabelStandardErrorRightAscensionDesc_MouseEnter); + this.labelStandardErrorRightAscensionDesc.MouseLeave += new System.EventHandler(this.LabelStandardErrorRightAscensionDesc_MouseLeave); + // + // labelStandardErrorDeclinationDesc + // + this.labelStandardErrorDeclinationDesc.AccessibleDescription = "Short description of the standard error in DE"; + this.labelStandardErrorDeclinationDesc.AccessibleName = "Standard error in DE description"; + this.labelStandardErrorDeclinationDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorDeclinationDesc.AutoSize = true; + this.labelStandardErrorDeclinationDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorDeclinationDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorDeclinationDesc.Location = new System.Drawing.Point(3, 255); + this.labelStandardErrorDeclinationDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorDeclinationDesc.Name = "labelStandardErrorDeclinationDesc"; + this.labelStandardErrorDeclinationDesc.Size = new System.Drawing.Size(276, 15); + this.labelStandardErrorDeclinationDesc.TabIndex = 28; + 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.DoubleClick += new System.EventHandler(this.LabelStandardErrorDeclinationDesc_DoubleClick); + this.labelStandardErrorDeclinationDesc.Enter += new System.EventHandler(this.LabelStandardErrorDeclinationDesc_Enter); + this.labelStandardErrorDeclinationDesc.Leave += new System.EventHandler(this.LabelStandardErrorDeclinationDesc_Leave); + this.labelStandardErrorDeclinationDesc.MouseEnter += new System.EventHandler(this.LabelStandardErrorDeclinationDesc_MouseEnter); + this.labelStandardErrorDeclinationDesc.MouseLeave += new System.EventHandler(this.LabelStandardErrorDeclinationDesc_MouseLeave); + // + // labelStandardErrorTrigonomicParallaxDesc + // + this.labelStandardErrorTrigonomicParallaxDesc.AccessibleDescription = "Short description of the standard error in Plx"; + this.labelStandardErrorTrigonomicParallaxDesc.AccessibleName = "Standard error in Plx description"; + this.labelStandardErrorTrigonomicParallaxDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorTrigonomicParallaxDesc.AutoSize = true; + this.labelStandardErrorTrigonomicParallaxDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorTrigonomicParallaxDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorTrigonomicParallaxDesc.Location = new System.Drawing.Point(3, 273); + this.labelStandardErrorTrigonomicParallaxDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorTrigonomicParallaxDesc.Name = "labelStandardErrorTrigonomicParallaxDesc"; + this.labelStandardErrorTrigonomicParallaxDesc.Size = new System.Drawing.Size(276, 15); + this.labelStandardErrorTrigonomicParallaxDesc.TabIndex = 30; + 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.DoubleClick += new System.EventHandler(this.LabelStandardErrorTrigonomicParallaxDesc_DoubleClick); + this.labelStandardErrorTrigonomicParallaxDesc.Enter += new System.EventHandler(this.LabelStandardErrorTrigonomicParallaxDesc_Enter); + this.labelStandardErrorTrigonomicParallaxDesc.Leave += new System.EventHandler(this.LabelStandardErrorTrigonomicParallaxDesc_Leave); + this.labelStandardErrorTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.LabelStandardErrorTrigonomicParallaxDesc_MouseEnter); + this.labelStandardErrorTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.LabelStandardErrorTrigonomicParallaxDesc_MouseLeave); + // + // labelStandardErrorProperMotionRightAscensionDesc + // + this.labelStandardErrorProperMotionRightAscensionDesc.AccessibleDescription = "Short description of the standard error in pmRA"; + this.labelStandardErrorProperMotionRightAscensionDesc.AccessibleName = "Standard error in pmRA description"; + this.labelStandardErrorProperMotionRightAscensionDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorProperMotionRightAscensionDesc.AutoSize = true; + this.labelStandardErrorProperMotionRightAscensionDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorProperMotionRightAscensionDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorProperMotionRightAscensionDesc.Location = new System.Drawing.Point(3, 291); + this.labelStandardErrorProperMotionRightAscensionDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorProperMotionRightAscensionDesc.Name = "labelStandardErrorProperMotionRightAscensionDesc"; + this.labelStandardErrorProperMotionRightAscensionDesc.Size = new System.Drawing.Size(276, 15); + this.labelStandardErrorProperMotionRightAscensionDesc.TabIndex = 32; + 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.DoubleClick += new System.EventHandler(this.LabelStandardErrorProperMotionRightAscensionDesc_DoubleClick); + this.labelStandardErrorProperMotionRightAscensionDesc.Enter += new System.EventHandler(this.LabelStandardErrorProperMotionRightAscensionDesc_Enter); + this.labelStandardErrorProperMotionRightAscensionDesc.Leave += new System.EventHandler(this.LabelStandardErrorProperMotionRightAscensionDesc_Leave); + this.labelStandardErrorProperMotionRightAscensionDesc.MouseEnter += new System.EventHandler(this.LabelStandardErrorProperMotionRightAscensionDesc_MouseEnter); + this.labelStandardErrorProperMotionRightAscensionDesc.MouseLeave += new System.EventHandler(this.LabelStandardErrorProperMotionRightAscensionDesc_MouseLeave); + // + // labelStandardErrorProperMotionDeclinationDesc + // + this.labelStandardErrorProperMotionDeclinationDesc.AccessibleDescription = "Short description of the standard error in pmDE"; + this.labelStandardErrorProperMotionDeclinationDesc.AccessibleName = "Standard error in pmDE description"; + this.labelStandardErrorProperMotionDeclinationDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorProperMotionDeclinationDesc.AutoSize = true; + this.labelStandardErrorProperMotionDeclinationDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorProperMotionDeclinationDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorProperMotionDeclinationDesc.Location = new System.Drawing.Point(3, 309); + this.labelStandardErrorProperMotionDeclinationDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorProperMotionDeclinationDesc.Name = "labelStandardErrorProperMotionDeclinationDesc"; + this.labelStandardErrorProperMotionDeclinationDesc.Size = new System.Drawing.Size(276, 15); + this.labelStandardErrorProperMotionDeclinationDesc.TabIndex = 34; + 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.DoubleClick += new System.EventHandler(this.LabelStandardErrorProperMotionDeclinationDesc_DoubleClick); + this.labelStandardErrorProperMotionDeclinationDesc.Enter += new System.EventHandler(this.LabelStandardErrorProperMotionDeclinationDesc_Enter); + this.labelStandardErrorProperMotionDeclinationDesc.Leave += new System.EventHandler(this.LabelStandardErrorProperMotionDeclinationDesc_Leave); + this.labelStandardErrorProperMotionDeclinationDesc.MouseEnter += new System.EventHandler(this.LabelStandardErrorProperMotionDeclinationDesc_MouseEnter); + this.labelStandardErrorProperMotionDeclinationDesc.MouseLeave += new System.EventHandler(this.LabelStandardErrorProperMotionDeclinationDesc_MouseLeave); + // + // labelCorrelationDeclinationByRightAscensionDesc + // + this.labelCorrelationDeclinationByRightAscensionDesc.AccessibleDescription = "Short description of the correlation, DE/RA*cos(delta)"; + this.labelCorrelationDeclinationByRightAscensionDesc.AccessibleName = "Correlation, DE/RA*cos(delta) description"; + this.labelCorrelationDeclinationByRightAscensionDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationDeclinationByRightAscensionDesc.AutoSize = true; + this.labelCorrelationDeclinationByRightAscensionDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationDeclinationByRightAscensionDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationDeclinationByRightAscensionDesc.Location = new System.Drawing.Point(3, 327); + this.labelCorrelationDeclinationByRightAscensionDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationDeclinationByRightAscensionDesc.Name = "labelCorrelationDeclinationByRightAscensionDesc"; + this.labelCorrelationDeclinationByRightAscensionDesc.Size = new System.Drawing.Size(276, 15); + this.labelCorrelationDeclinationByRightAscensionDesc.TabIndex = 36; + 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.DoubleClick += new System.EventHandler(this.LabelCorrelationDeclinationByRightAscensionDesc_DoubleClick); + this.labelCorrelationDeclinationByRightAscensionDesc.Enter += new System.EventHandler(this.LabelCorrelationDeclinationByRightAscensionDesc_Enter); + this.labelCorrelationDeclinationByRightAscensionDesc.Leave += new System.EventHandler(this.LabelCorrelationDeclinationByRightAscensionDesc_Leave); + this.labelCorrelationDeclinationByRightAscensionDesc.MouseEnter += new System.EventHandler(this.LabelCorrelationDeclinationByRightAscensionDesc_MouseEnter); + this.labelCorrelationDeclinationByRightAscensionDesc.MouseLeave += new System.EventHandler(this.LabelCorrelationDeclinationByRightAscensionDesc_MouseLeave); + // + // labelCorrelationTrigonomicParallaxByRightAscensionDesc + // + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.AccessibleDescription = "Short description of the correlation, Plx/RA*cos(delta)"; + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.AccessibleName = "Correlation, Plx/RA*cos(delta) description"; + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.AutoSize = true; + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.Location = new System.Drawing.Point(3, 345); + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.Name = "labelCorrelationTrigonomicParallaxByRightAscensionDesc"; + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.Size = new System.Drawing.Size(276, 15); + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.TabIndex = 38; + 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.DoubleClick += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByRightAscensionDesc_DoubleClick); + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.Enter += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByRightAscensionDesc_Enter); + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.Leave += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByRightAscensionDesc_Leave); + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.MouseEnter += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseEnter); + this.labelCorrelationTrigonomicParallaxByRightAscensionDesc.MouseLeave += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseLeave); + // + // labelCorrelationTrigonomicParallaxByDeclinationDesc + // + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.AccessibleDescription = "Short description of the correlation, Plx/DE"; + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.AccessibleName = "Correlation, Plx/DE description"; + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.AutoSize = true; + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.Location = new System.Drawing.Point(3, 363); + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.Name = "labelCorrelationTrigonomicParallaxByDeclinationDesc"; + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.Size = new System.Drawing.Size(276, 15); + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.TabIndex = 40; + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.Text = "Correlation, Plx/DE"; + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelCorrelationTrigonomicParallaxByDeclinationDesc, "Correlation, Plx/DE"); + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.DoubleClick += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByDeclinationDesc_DoubleClick); + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.Enter += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByDeclinationDesc_Enter); + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.Leave += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByDeclinationDesc_Leave); + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.MouseEnter += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseEnter); + this.labelCorrelationTrigonomicParallaxByDeclinationDesc.MouseLeave += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseLeave); + // + // labelCorrelationProperMotionRightAscensionByRightAscensionDesc + // + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.AccessibleDescription = "Short description of the correlation, pmRA/RA*cos(delta)"; + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.AccessibleName = "Correlation, pmRA/RA*cos(delta) description"; + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.AutoSize = true; + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Location = new System.Drawing.Point(3, 381); + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Name = "labelCorrelationProperMotionRightAscensionByRightAscensionDesc"; + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Size = new System.Drawing.Size(276, 15); + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.TabIndex = 42; + 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.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_DoubleClick); + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Enter += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_Enter); + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.Leave += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_Leave); + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_MouseEnter); + this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_MouseLeave); + // + // labelCorrelationProperMotionRightAscensionByDeclinationDesc + // + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.AccessibleDescription = "Short description of the correlation, pmRA/DE"; + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.AccessibleName = "Correlation, pmRA/DE description"; + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.AutoSize = true; + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.Location = new System.Drawing.Point(3, 399); + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.Name = "labelCorrelationProperMotionRightAscensionByDeclinationDesc"; + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.Size = new System.Drawing.Size(276, 15); + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.TabIndex = 44; + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.Text = "Correlation, pmRA/DE"; + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelCorrelationProperMotionRightAscensionByDeclinationDesc, "Correlation, pmRA/DE"); + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByDeclinationDesc_DoubleClick); + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.Enter += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByDeclinationDesc_Enter); + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.Leave += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByDeclinationDesc_Leave); + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseEnter); + this.labelCorrelationProperMotionRightAscensionByDeclinationDesc.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseLeave); + // + // labelVtmagAtMinimumDesc + // + this.labelVtmagAtMinimumDesc.AccessibleDescription = "Short description of the Vtmag at minimum (85th percentile)"; + this.labelVtmagAtMinimumDesc.AccessibleName = "Vtmag at minimum (85th percentile) description"; + this.labelVtmagAtMinimumDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelVtmagAtMinimumDesc.AutoSize = true; + this.labelVtmagAtMinimumDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelVtmagAtMinimumDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelVtmagAtMinimumDesc.Location = new System.Drawing.Point(423, 291); + this.labelVtmagAtMinimumDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelVtmagAtMinimumDesc.Name = "labelVtmagAtMinimumDesc"; + this.labelVtmagAtMinimumDesc.Size = new System.Drawing.Size(276, 15); + this.labelVtmagAtMinimumDesc.TabIndex = 88; + 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.DoubleClick += new System.EventHandler(this.LabelVtmagAtMinimumDesc_DoubleClick); + this.labelVtmagAtMinimumDesc.Enter += new System.EventHandler(this.LabelVtmagAtMinimumDesc_Enter); + this.labelVtmagAtMinimumDesc.Leave += new System.EventHandler(this.LabelVtmagAtMinimumDesc_Leave); + this.labelVtmagAtMinimumDesc.MouseEnter += new System.EventHandler(this.LabelVtmagAtMinimumDesc_MouseEnter); + this.labelVtmagAtMinimumDesc.MouseLeave += new System.EventHandler(this.LabelVtmagAtMinimumDesc_MouseLeave); + // + // labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc + // + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.AccessibleDescription = "Short description of the correlation, pmRA/Plx"; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.AccessibleName = "Correlation, pmRA/Plx description"; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.AutoSize = true; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Location = new System.Drawing.Point(3, 417); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Name = "labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc"; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Size = new System.Drawing.Size(276, 15); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.TabIndex = 46; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Text = "Correlation, pmRA/Plx"; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, "Correlation, pmRA/Plx"); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_DoubleClick); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Enter += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_Enter); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.Leave += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_Leave); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_MouseEnter); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_MouseLeave); + // + // labelCorrelationProperMotionDeclinationByRightAscensionDesc + // + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.AccessibleDescription = "Short description of the correlation, pmDE/RA*cos(delta)"; + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.AccessibleName = "Correlation, pmDE/RA*cos(delta) description"; + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.AutoSize = true; + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.Location = new System.Drawing.Point(3, 435); + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.Name = "labelCorrelationProperMotionDeclinationByRightAscensionDesc"; + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.Size = new System.Drawing.Size(276, 15); + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.TabIndex = 48; + 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.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByRightAscensionDesc_DoubleClick); + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.Enter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByRightAscensionDesc_Enter); + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.Leave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByRightAscensionDesc_Leave); + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseEnter); + this.labelCorrelationProperMotionDeclinationByRightAscensionDesc.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseLeave); + // + // labelVtmagAtMaximumDesc + // + this.labelVtmagAtMaximumDesc.AccessibleDescription = "Short description of the VTmag at maximum (15th percentile)"; + this.labelVtmagAtMaximumDesc.AccessibleName = "VTmag at maximum (15th percentile) description"; + this.labelVtmagAtMaximumDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelVtmagAtMaximumDesc.AutoSize = true; + this.labelVtmagAtMaximumDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelVtmagAtMaximumDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelVtmagAtMaximumDesc.Location = new System.Drawing.Point(423, 273); + this.labelVtmagAtMaximumDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelVtmagAtMaximumDesc.Name = "labelVtmagAtMaximumDesc"; + this.labelVtmagAtMaximumDesc.Size = new System.Drawing.Size(276, 15); + this.labelVtmagAtMaximumDesc.TabIndex = 86; + 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.DoubleClick += new System.EventHandler(this.LabelVtmagAtMaximumDesc_DoubleClick); + this.labelVtmagAtMaximumDesc.Enter += new System.EventHandler(this.LabelVtmagAtMaximumDesc_Enter); + this.labelVtmagAtMaximumDesc.Leave += new System.EventHandler(this.LabelVtmagAtMaximumDesc_Leave); + this.labelVtmagAtMaximumDesc.MouseEnter += new System.EventHandler(this.LabelVtmagAtMaximumDesc_MouseEnter); + this.labelVtmagAtMaximumDesc.MouseLeave += new System.EventHandler(this.LabelVtmagAtMaximumDesc_MouseLeave); + // + // labelCorrelationProperMotionDeclinationByDeclinationDesc + // + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.AccessibleDescription = "Short description of the correlation, pmDE/DE"; + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.AccessibleName = "Correlation, pmDE/DE description"; + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.AutoSize = true; + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.Location = new System.Drawing.Point(3, 471); + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.Name = "labelCorrelationProperMotionDeclinationByDeclinationDesc"; + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.Size = new System.Drawing.Size(276, 15); + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.TabIndex = 52; + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.Text = "Correlation, pmDE/DE"; + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelCorrelationProperMotionDeclinationByDeclinationDesc, "Correlation, pmDE/DE"); + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByDeclinationDesc_DoubleClick); + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.Enter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByDeclinationDesc_Enter); + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.Leave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByDeclinationDesc_Leave); + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseEnter); + this.labelCorrelationProperMotionDeclinationByDeclinationDesc.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseLeave); + // + // labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc + // + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.AccessibleDescription = "Short description of the correlation, pmDE/Plx"; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.AccessibleName = "Correlation, pmDE/Plx description"; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.AutoSize = true; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Location = new System.Drawing.Point(3, 453); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Name = "labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc"; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Size = new System.Drawing.Size(276, 15); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.TabIndex = 50; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Text = "Correlation, pmDE/Plx"; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, "Correlation, pmDE/Plx"); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_DoubleClick); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Enter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_Enter); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.Leave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_Leave); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_MouseEnter); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_MouseLeave); + // + // labelNumberOfTransitsForPhotometryDesc + // + this.labelNumberOfTransitsForPhotometryDesc.AccessibleDescription = "Short description of the number of transits for photometry"; + this.labelNumberOfTransitsForPhotometryDesc.AccessibleName = "Number of transits for photometry description"; + this.labelNumberOfTransitsForPhotometryDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelNumberOfTransitsForPhotometryDesc.AutoSize = true; + this.labelNumberOfTransitsForPhotometryDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelNumberOfTransitsForPhotometryDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelNumberOfTransitsForPhotometryDesc.Location = new System.Drawing.Point(423, 237); + this.labelNumberOfTransitsForPhotometryDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelNumberOfTransitsForPhotometryDesc.Name = "labelNumberOfTransitsForPhotometryDesc"; + this.labelNumberOfTransitsForPhotometryDesc.Size = new System.Drawing.Size(276, 15); + this.labelNumberOfTransitsForPhotometryDesc.TabIndex = 82; + 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.DoubleClick += new System.EventHandler(this.LabelNumberOfTransitsForPhotometryDesc_DoubleClick); + this.labelNumberOfTransitsForPhotometryDesc.Enter += new System.EventHandler(this.LabelNumberOfTransitsForPhotometryDesc_Enter); + this.labelNumberOfTransitsForPhotometryDesc.Leave += new System.EventHandler(this.LabelNumberOfTransitsForPhotometryDesc_Leave); + this.labelNumberOfTransitsForPhotometryDesc.MouseEnter += new System.EventHandler(this.LabelNumberOfTransitsForPhotometryDesc_MouseEnter); + this.labelNumberOfTransitsForPhotometryDesc.MouseLeave += new System.EventHandler(this.LabelNumberOfTransitsForPhotometryDesc_MouseLeave); + // + // labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc + // + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.AccessibleDescription = "Short description of the correlation, pmDE/pmRA"; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.AccessibleName = "Correlation, pmDE/pmRA description"; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.AutoSize = true; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Location = new System.Drawing.Point(3, 489); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Name = "labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc"; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Size = new System.Drawing.Size(276, 15); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.TabIndex = 54; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Text = "Correlation, pmDE/pmRA"; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, "Correlation, pmDE/pmRA"); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_DoubleClick); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Enter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_Enter); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.Leave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_Leave); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_MouseEnter); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_MouseLeave); + // + // labelEstimateOfVtmagScatterDesc + // + this.labelEstimateOfVtmagScatterDesc.AccessibleDescription = "Short description of the estimate of VTmag scatter"; + this.labelEstimateOfVtmagScatterDesc.AccessibleName = "Estimate of VTmag scatter description"; + this.labelEstimateOfVtmagScatterDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelEstimateOfVtmagScatterDesc.AutoSize = true; + this.labelEstimateOfVtmagScatterDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelEstimateOfVtmagScatterDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelEstimateOfVtmagScatterDesc.Location = new System.Drawing.Point(423, 255); + this.labelEstimateOfVtmagScatterDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelEstimateOfVtmagScatterDesc.Name = "labelEstimateOfVtmagScatterDesc"; + this.labelEstimateOfVtmagScatterDesc.Size = new System.Drawing.Size(276, 15); + this.labelEstimateOfVtmagScatterDesc.TabIndex = 84; + 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.DoubleClick += new System.EventHandler(this.LabelEstimateOfVtmagScatterDesc_DoubleClick); + this.labelEstimateOfVtmagScatterDesc.Enter += new System.EventHandler(this.LabelEstimateOfVtmagScatterDesc_Enter); + this.labelEstimateOfVtmagScatterDesc.Leave += new System.EventHandler(this.LabelEstimateOfVtmagScatterDesc_Leave); + this.labelEstimateOfVtmagScatterDesc.MouseEnter += new System.EventHandler(this.LabelEstimateOfVtmagScatterDesc_MouseEnter); + this.labelEstimateOfVtmagScatterDesc.MouseLeave += new System.EventHandler(this.LabelEstimateOfVtmagScatterDesc_MouseLeave); + // + // labelNumberOfTransitsForAstrometryDesc + // + this.labelNumberOfTransitsForAstrometryDesc.AccessibleDescription = "Short description of the number of transits for astrometry"; + this.labelNumberOfTransitsForAstrometryDesc.AccessibleName = "Number of transits for astrometry"; + this.labelNumberOfTransitsForAstrometryDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelNumberOfTransitsForAstrometryDesc.AutoSize = true; + this.labelNumberOfTransitsForAstrometryDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelNumberOfTransitsForAstrometryDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelNumberOfTransitsForAstrometryDesc.Location = new System.Drawing.Point(423, 3); + this.labelNumberOfTransitsForAstrometryDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelNumberOfTransitsForAstrometryDesc.Name = "labelNumberOfTransitsForAstrometryDesc"; + this.labelNumberOfTransitsForAstrometryDesc.Size = new System.Drawing.Size(276, 15); + this.labelNumberOfTransitsForAstrometryDesc.TabIndex = 56; + 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.DoubleClick += new System.EventHandler(this.LabelNumberOfTransitsForAstrometryDesc_DoubleClick); + this.labelNumberOfTransitsForAstrometryDesc.Enter += new System.EventHandler(this.LabelNumberOfTransitsForAstrometryDesc_Enter); + this.labelNumberOfTransitsForAstrometryDesc.Leave += new System.EventHandler(this.LabelNumberOfTransitsForAstrometryDesc_Leave); + this.labelNumberOfTransitsForAstrometryDesc.MouseEnter += new System.EventHandler(this.LabelNumberOfTransitsForAstrometryDesc_MouseEnter); + this.labelNumberOfTransitsForAstrometryDesc.MouseLeave += new System.EventHandler(this.LabelNumberOfTransitsForAstrometryDesc_MouseLeave); + // + // labelKnownVariabilityFromGcvsNsvDesc + // + this.labelKnownVariabilityFromGcvsNsvDesc.AccessibleDescription = "Short description of the known variability from GCVS/NSV"; + this.labelKnownVariabilityFromGcvsNsvDesc.AccessibleName = "Known variability from GCVS/NSV description"; + this.labelKnownVariabilityFromGcvsNsvDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelKnownVariabilityFromGcvsNsvDesc.AutoSize = true; + this.labelKnownVariabilityFromGcvsNsvDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelKnownVariabilityFromGcvsNsvDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelKnownVariabilityFromGcvsNsvDesc.Location = new System.Drawing.Point(423, 309); + this.labelKnownVariabilityFromGcvsNsvDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelKnownVariabilityFromGcvsNsvDesc.Name = "labelKnownVariabilityFromGcvsNsvDesc"; + this.labelKnownVariabilityFromGcvsNsvDesc.Size = new System.Drawing.Size(276, 15); + this.labelKnownVariabilityFromGcvsNsvDesc.TabIndex = 90; + 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.DoubleClick += new System.EventHandler(this.LabelKnownVariabilityFromGcvsNsvDesc_DoubleClick); + this.labelKnownVariabilityFromGcvsNsvDesc.Enter += new System.EventHandler(this.LabelKnownVariabilityFromGcvsNsvDesc_Enter); + this.labelKnownVariabilityFromGcvsNsvDesc.Leave += new System.EventHandler(this.LabelKnownVariabilityFromGcvsNsvDesc_Leave); + this.labelKnownVariabilityFromGcvsNsvDesc.MouseEnter += new System.EventHandler(this.LabelKnownVariabilityFromGcvsNsvDesc_MouseEnter); + this.labelKnownVariabilityFromGcvsNsvDesc.MouseLeave += new System.EventHandler(this.LabelKnownVariabilityFromGcvsNsvDesc_MouseLeave); + // + // labelGoodnessOfFitParameterDesc + // + this.labelGoodnessOfFitParameterDesc.AccessibleDescription = "Short description of the goodness-of-fit parameter"; + this.labelGoodnessOfFitParameterDesc.AccessibleName = "Goodness-of-fit parameter description"; + this.labelGoodnessOfFitParameterDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelGoodnessOfFitParameterDesc.AutoSize = true; + this.labelGoodnessOfFitParameterDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelGoodnessOfFitParameterDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelGoodnessOfFitParameterDesc.Location = new System.Drawing.Point(423, 21); + this.labelGoodnessOfFitParameterDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelGoodnessOfFitParameterDesc.Name = "labelGoodnessOfFitParameterDesc"; + this.labelGoodnessOfFitParameterDesc.Size = new System.Drawing.Size(276, 15); + this.labelGoodnessOfFitParameterDesc.TabIndex = 58; + 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.DoubleClick += new System.EventHandler(this.LabelGoodnessOfFitParameterDesc_DoubleClick); + this.labelGoodnessOfFitParameterDesc.Enter += new System.EventHandler(this.LabelGoodnessOfFitParameterDesc_Enter); + this.labelGoodnessOfFitParameterDesc.Leave += new System.EventHandler(this.LabelGoodnessOfFitParameterDesc_Leave); + this.labelGoodnessOfFitParameterDesc.MouseEnter += new System.EventHandler(this.LabelGoodnessOfFitParameterDesc_MouseEnter); + this.labelGoodnessOfFitParameterDesc.MouseLeave += new System.EventHandler(this.LabelGoodnessOfFitParameterDesc_MouseLeave); + // + // labelMeanBtMagnitudeDesc + // + this.labelMeanBtMagnitudeDesc.AccessibleDescription = "Short description of the mean BT magnitude"; + this.labelMeanBtMagnitudeDesc.AccessibleName = "Mean BT magnitude description"; + this.labelMeanBtMagnitudeDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelMeanBtMagnitudeDesc.AutoSize = true; + this.labelMeanBtMagnitudeDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelMeanBtMagnitudeDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelMeanBtMagnitudeDesc.Location = new System.Drawing.Point(423, 57); + this.labelMeanBtMagnitudeDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelMeanBtMagnitudeDesc.Name = "labelMeanBtMagnitudeDesc"; + this.labelMeanBtMagnitudeDesc.Size = new System.Drawing.Size(276, 15); + this.labelMeanBtMagnitudeDesc.TabIndex = 62; + this.labelMeanBtMagnitudeDesc.Text = "Mean BT magnitude"; + this.labelMeanBtMagnitudeDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelMeanBtMagnitudeDesc, "Mean BT magnitude"); + this.labelMeanBtMagnitudeDesc.DoubleClick += new System.EventHandler(this.LabelMeanBtMagnitudeDesc_DoubleClick); + this.labelMeanBtMagnitudeDesc.Enter += new System.EventHandler(this.LabelMeanBtMagnitudeDesc_Enter); + this.labelMeanBtMagnitudeDesc.Leave += new System.EventHandler(this.LabelMeanBtMagnitudeDesc_Leave); + this.labelMeanBtMagnitudeDesc.MouseEnter += new System.EventHandler(this.LabelMeanBtMagnitudeDesc_MouseEnter); + this.labelMeanBtMagnitudeDesc.MouseLeave += new System.EventHandler(this.LabelMeanBtMagnitudeDesc_MouseLeave); + // + // labelStandardErrorMeanBtMagnitudeDesc + // + this.labelStandardErrorMeanBtMagnitudeDesc.AccessibleDescription = "Short description of the standard error on BTmag"; + this.labelStandardErrorMeanBtMagnitudeDesc.AccessibleName = "Standard error on BTmag description"; + this.labelStandardErrorMeanBtMagnitudeDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorMeanBtMagnitudeDesc.AutoSize = true; + this.labelStandardErrorMeanBtMagnitudeDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorMeanBtMagnitudeDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorMeanBtMagnitudeDesc.Location = new System.Drawing.Point(423, 75); + this.labelStandardErrorMeanBtMagnitudeDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorMeanBtMagnitudeDesc.Name = "labelStandardErrorMeanBtMagnitudeDesc"; + this.labelStandardErrorMeanBtMagnitudeDesc.Size = new System.Drawing.Size(276, 15); + this.labelStandardErrorMeanBtMagnitudeDesc.TabIndex = 64; + 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.DoubleClick += new System.EventHandler(this.LabelStandardErrorMeanBtMagnitudeDesc_DoubleClick); + this.labelStandardErrorMeanBtMagnitudeDesc.Enter += new System.EventHandler(this.LabelStandardErrorMeanBtMagnitudeDesc_Enter); + this.labelStandardErrorMeanBtMagnitudeDesc.Leave += new System.EventHandler(this.LabelStandardErrorMeanBtMagnitudeDesc_Leave); + this.labelStandardErrorMeanBtMagnitudeDesc.MouseEnter += new System.EventHandler(this.LabelStandardErrorMeanBtMagnitudeDesc_MouseEnter); + this.labelStandardErrorMeanBtMagnitudeDesc.MouseLeave += new System.EventHandler(this.LabelStandardErrorMeanBtMagnitudeDesc_MouseLeave); + // + // labelMeanVtMagnitudeDesc + // + this.labelMeanVtMagnitudeDesc.AccessibleDescription = "Short description of the mean VT magnitude"; + this.labelMeanVtMagnitudeDesc.AccessibleName = "Mean VT magnitude description"; + this.labelMeanVtMagnitudeDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelMeanVtMagnitudeDesc.AutoSize = true; + this.labelMeanVtMagnitudeDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelMeanVtMagnitudeDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelMeanVtMagnitudeDesc.Location = new System.Drawing.Point(423, 93); + this.labelMeanVtMagnitudeDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelMeanVtMagnitudeDesc.Name = "labelMeanVtMagnitudeDesc"; + this.labelMeanVtMagnitudeDesc.Size = new System.Drawing.Size(276, 15); + this.labelMeanVtMagnitudeDesc.TabIndex = 66; + this.labelMeanVtMagnitudeDesc.Text = "Mean VT magnitude"; + this.labelMeanVtMagnitudeDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelMeanVtMagnitudeDesc, "Mean VT magnitude"); + this.labelMeanVtMagnitudeDesc.DoubleClick += new System.EventHandler(this.LabelMeanVtMagnitudeDesc_DoubleClick); + this.labelMeanVtMagnitudeDesc.Enter += new System.EventHandler(this.LabelMeanVtMagnitudeDesc_Enter); + this.labelMeanVtMagnitudeDesc.Leave += new System.EventHandler(this.LabelMeanVtMagnitudeDesc_Leave); + this.labelMeanVtMagnitudeDesc.MouseEnter += new System.EventHandler(this.LabelMeanVtMagnitudeDesc_MouseEnter); + this.labelMeanVtMagnitudeDesc.MouseLeave += new System.EventHandler(this.LabelMeanVtMagnitudeDesc_MouseLeave); + // + // labelSignalToNoiseRatioOfTheStarImageDesc + // + this.labelSignalToNoiseRatioOfTheStarImageDesc.AccessibleDescription = "Short description of the signal-to-noise ratio of the star image"; + this.labelSignalToNoiseRatioOfTheStarImageDesc.AccessibleName = "Signal-to-noise ratio of the star image description"; + this.labelSignalToNoiseRatioOfTheStarImageDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelSignalToNoiseRatioOfTheStarImageDesc.AutoSize = true; + this.labelSignalToNoiseRatioOfTheStarImageDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelSignalToNoiseRatioOfTheStarImageDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelSignalToNoiseRatioOfTheStarImageDesc.Location = new System.Drawing.Point(423, 201); + this.labelSignalToNoiseRatioOfTheStarImageDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelSignalToNoiseRatioOfTheStarImageDesc.Name = "labelSignalToNoiseRatioOfTheStarImageDesc"; + this.labelSignalToNoiseRatioOfTheStarImageDesc.Size = new System.Drawing.Size(276, 15); + this.labelSignalToNoiseRatioOfTheStarImageDesc.TabIndex = 78; + 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.DoubleClick += new System.EventHandler(this.LabelSignalToNoiseRatioOfTheStarImageDesc_DoubleClick); + this.labelSignalToNoiseRatioOfTheStarImageDesc.Enter += new System.EventHandler(this.LabelSignalToNoiseRatioOfTheStarImageDesc_Enter); + this.labelSignalToNoiseRatioOfTheStarImageDesc.Leave += new System.EventHandler(this.LabelSignalToNoiseRatioOfTheStarImageDesc_Leave); + this.labelSignalToNoiseRatioOfTheStarImageDesc.MouseEnter += new System.EventHandler(this.LabelSignalToNoiseRatioOfTheStarImageDesc_MouseEnter); + this.labelSignalToNoiseRatioOfTheStarImageDesc.MouseLeave += new System.EventHandler(this.LabelSignalToNoiseRatioOfTheStarImageDesc_MouseLeave); + // + // labelStandardErrorMeanVtMagnitudeDesc + // + this.labelStandardErrorMeanVtMagnitudeDesc.AccessibleDescription = "Short description of the standard error on VTmag"; + this.labelStandardErrorMeanVtMagnitudeDesc.AccessibleName = "Standard error on VTmag description"; + this.labelStandardErrorMeanVtMagnitudeDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorMeanVtMagnitudeDesc.AutoSize = true; + this.labelStandardErrorMeanVtMagnitudeDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorMeanVtMagnitudeDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorMeanVtMagnitudeDesc.Location = new System.Drawing.Point(423, 111); + this.labelStandardErrorMeanVtMagnitudeDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorMeanVtMagnitudeDesc.Name = "labelStandardErrorMeanVtMagnitudeDesc"; + this.labelStandardErrorMeanVtMagnitudeDesc.Size = new System.Drawing.Size(276, 15); + this.labelStandardErrorMeanVtMagnitudeDesc.TabIndex = 68; + 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.DoubleClick += new System.EventHandler(this.LabelStandardErrorMeanVtMagnitudeDesc_DoubleClick); + this.labelStandardErrorMeanVtMagnitudeDesc.Enter += new System.EventHandler(this.LabelStandardErrorMeanVtMagnitudeDesc_Enter); + this.labelStandardErrorMeanVtMagnitudeDesc.Leave += new System.EventHandler(this.LabelStandardErrorMeanVtMagnitudeDesc_Leave); + this.labelStandardErrorMeanVtMagnitudeDesc.MouseEnter += new System.EventHandler(this.LabelStandardErrorMeanVtMagnitudeDesc_MouseEnter); + this.labelStandardErrorMeanVtMagnitudeDesc.MouseLeave += new System.EventHandler(this.LabelStandardErrorMeanVtMagnitudeDesc_MouseLeave); + // + // labelJohnsonBvColorDesc + // + this.labelJohnsonBvColorDesc.AccessibleDescription = "Short description of the johnson B-V color"; + this.labelJohnsonBvColorDesc.AccessibleName = "Johnson B-V color description"; + this.labelJohnsonBvColorDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelJohnsonBvColorDesc.AutoSize = true; + this.labelJohnsonBvColorDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelJohnsonBvColorDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelJohnsonBvColorDesc.Location = new System.Drawing.Point(423, 147); + this.labelJohnsonBvColorDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelJohnsonBvColorDesc.Name = "labelJohnsonBvColorDesc"; + this.labelJohnsonBvColorDesc.Size = new System.Drawing.Size(276, 15); + this.labelJohnsonBvColorDesc.TabIndex = 72; + 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.DoubleClick += new System.EventHandler(this.LabelJohnsonBvColorDesc_DoubleClick); + this.labelJohnsonBvColorDesc.Enter += new System.EventHandler(this.LabelJohnsonBvColorDesc_Enter); + this.labelJohnsonBvColorDesc.Leave += new System.EventHandler(this.LabelJohnsonBvColorDesc_Leave); + this.labelJohnsonBvColorDesc.MouseEnter += new System.EventHandler(this.LabelJohnsonBvColorDesc_MouseEnter); + this.labelJohnsonBvColorDesc.MouseLeave += new System.EventHandler(this.LabelJohnsonBvColorDesc_MouseLeave); + // + // labelDuplicityFromTychoDesc + // + this.labelDuplicityFromTychoDesc.AccessibleDescription = "Short description of the duplicity from Tycho"; + this.labelDuplicityFromTychoDesc.AccessibleName = "Duplicity from Tycho description"; + this.labelDuplicityFromTychoDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelDuplicityFromTychoDesc.AutoSize = true; + this.labelDuplicityFromTychoDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelDuplicityFromTychoDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelDuplicityFromTychoDesc.Location = new System.Drawing.Point(423, 345); + this.labelDuplicityFromTychoDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelDuplicityFromTychoDesc.Name = "labelDuplicityFromTychoDesc"; + this.labelDuplicityFromTychoDesc.Size = new System.Drawing.Size(276, 15); + this.labelDuplicityFromTychoDesc.TabIndex = 94; + this.labelDuplicityFromTychoDesc.Text = "Duplicity from Tycho"; + this.labelDuplicityFromTychoDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelDuplicityFromTychoDesc, "Duplicity from Tycho"); + this.labelDuplicityFromTychoDesc.DoubleClick += new System.EventHandler(this.LabelDuplicityFromTychoDesc_DoubleClick); + this.labelDuplicityFromTychoDesc.Enter += new System.EventHandler(this.LabelDuplicityFromTychoDesc_Enter); + this.labelDuplicityFromTychoDesc.Leave += new System.EventHandler(this.LabelDuplicityFromTychoDesc_Leave); + this.labelDuplicityFromTychoDesc.MouseEnter += new System.EventHandler(this.LabelDuplicityFromTychoDesc_MouseEnter); + this.labelDuplicityFromTychoDesc.MouseLeave += new System.EventHandler(this.LabelDuplicityFromTychoDesc_MouseLeave); + // + // labelEpochPhotometryInAnnexDesc + // + this.labelEpochPhotometryInAnnexDesc.AccessibleDescription = "Short description of the epoch photometry in Annex A or B"; + this.labelEpochPhotometryInAnnexDesc.AccessibleName = "Epoch photometry in Annex A or B description"; + this.labelEpochPhotometryInAnnexDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelEpochPhotometryInAnnexDesc.AutoSize = true; + this.labelEpochPhotometryInAnnexDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelEpochPhotometryInAnnexDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelEpochPhotometryInAnnexDesc.Location = new System.Drawing.Point(423, 363); + this.labelEpochPhotometryInAnnexDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelEpochPhotometryInAnnexDesc.Name = "labelEpochPhotometryInAnnexDesc"; + this.labelEpochPhotometryInAnnexDesc.Size = new System.Drawing.Size(276, 15); + this.labelEpochPhotometryInAnnexDesc.TabIndex = 96; + 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.DoubleClick += new System.EventHandler(this.LabelEpochPhotometryInAnnexDesc_DoubleClick); + this.labelEpochPhotometryInAnnexDesc.Enter += new System.EventHandler(this.LabelEpochPhotometryInAnnexDesc_Enter); + this.labelEpochPhotometryInAnnexDesc.Leave += new System.EventHandler(this.LabelEpochPhotometryInAnnexDesc_Leave); + this.labelEpochPhotometryInAnnexDesc.MouseEnter += new System.EventHandler(this.LabelEpochPhotometryInAnnexDesc_MouseEnter); + this.labelEpochPhotometryInAnnexDesc.MouseLeave += new System.EventHandler(this.LabelEpochPhotometryInAnnexDesc_MouseLeave); + // + // labelStandardErrorJohnsonBvColorDesc + // + this.labelStandardErrorJohnsonBvColorDesc.AccessibleDescription = "Short description of the standard error on B-V"; + this.labelStandardErrorJohnsonBvColorDesc.AccessibleName = "Standard error on B-V description"; + this.labelStandardErrorJohnsonBvColorDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorJohnsonBvColorDesc.AutoSize = true; + this.labelStandardErrorJohnsonBvColorDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorJohnsonBvColorDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorJohnsonBvColorDesc.Location = new System.Drawing.Point(423, 165); + this.labelStandardErrorJohnsonBvColorDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorJohnsonBvColorDesc.Name = "labelStandardErrorJohnsonBvColorDesc"; + this.labelStandardErrorJohnsonBvColorDesc.Size = new System.Drawing.Size(276, 15); + this.labelStandardErrorJohnsonBvColorDesc.TabIndex = 74; + 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.DoubleClick += new System.EventHandler(this.LabelStandardErrorJohnsonBvColorDesc_DoubleClick); + this.labelStandardErrorJohnsonBvColorDesc.Enter += new System.EventHandler(this.LabelStandardErrorJohnsonBvColorDesc_Enter); + this.labelStandardErrorJohnsonBvColorDesc.Leave += new System.EventHandler(this.LabelStandardErrorJohnsonBvColorDesc_Leave); + this.labelStandardErrorJohnsonBvColorDesc.MouseEnter += new System.EventHandler(this.LabelStandardErrorJohnsonBvColorDesc_MouseEnter); + this.labelStandardErrorJohnsonBvColorDesc.MouseLeave += new System.EventHandler(this.LabelStandardErrorJohnsonBvColorDesc_MouseLeave); + // + // labelSourceOfPhotometryDesc + // + this.labelSourceOfPhotometryDesc.AccessibleDescription = "Short description of the source of photometry"; + this.labelSourceOfPhotometryDesc.AccessibleName = "Source of photometry description"; + this.labelSourceOfPhotometryDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelSourceOfPhotometryDesc.AutoSize = true; + this.labelSourceOfPhotometryDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelSourceOfPhotometryDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelSourceOfPhotometryDesc.Location = new System.Drawing.Point(423, 129); + this.labelSourceOfPhotometryDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelSourceOfPhotometryDesc.Name = "labelSourceOfPhotometryDesc"; + this.labelSourceOfPhotometryDesc.Size = new System.Drawing.Size(276, 15); + this.labelSourceOfPhotometryDesc.TabIndex = 70; + this.labelSourceOfPhotometryDesc.Text = "Source of photometry"; + this.labelSourceOfPhotometryDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelSourceOfPhotometryDesc, "Source of photometry"); + this.labelSourceOfPhotometryDesc.DoubleClick += new System.EventHandler(this.LabelSourceOfPhotometryDesc_DoubleClick); + this.labelSourceOfPhotometryDesc.Enter += new System.EventHandler(this.LabelSourceOfPhotometryDesc_Enter); + this.labelSourceOfPhotometryDesc.Leave += new System.EventHandler(this.LabelSourceOfPhotometryDesc_Leave); + this.labelSourceOfPhotometryDesc.MouseEnter += new System.EventHandler(this.LabelSourceOfPhotometryDesc_MouseEnter); + this.labelSourceOfPhotometryDesc.MouseLeave += new System.EventHandler(this.LabelSourceOfPhotometryDesc_MouseLeave); + // + // labelVariabilityFromTychoDesc + // + this.labelVariabilityFromTychoDesc.AccessibleDescription = "Short description of the variability from Tycho"; + this.labelVariabilityFromTychoDesc.AccessibleName = "Variability from Tycho description"; + this.labelVariabilityFromTychoDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelVariabilityFromTychoDesc.AutoSize = true; + this.labelVariabilityFromTychoDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelVariabilityFromTychoDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelVariabilityFromTychoDesc.Location = new System.Drawing.Point(423, 327); + this.labelVariabilityFromTychoDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelVariabilityFromTychoDesc.Name = "labelVariabilityFromTychoDesc"; + this.labelVariabilityFromTychoDesc.Size = new System.Drawing.Size(276, 15); + this.labelVariabilityFromTychoDesc.TabIndex = 92; + this.labelVariabilityFromTychoDesc.Text = "Variability from Tycho"; + this.labelVariabilityFromTychoDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelVariabilityFromTychoDesc, "Variability from Tycho"); + this.labelVariabilityFromTychoDesc.DoubleClick += new System.EventHandler(this.LabelVariabilityFromTychoDesc_DoubleClick); + this.labelVariabilityFromTychoDesc.Enter += new System.EventHandler(this.LabelVariabilityFromTychoDesc_Enter); + this.labelVariabilityFromTychoDesc.Leave += new System.EventHandler(this.LabelVariabilityFromTychoDesc_Leave); + this.labelVariabilityFromTychoDesc.MouseEnter += new System.EventHandler(this.LabelVariabilityFromTychoDesc_MouseEnter); + this.labelVariabilityFromTychoDesc.MouseLeave += new System.EventHandler(this.LabelVariabilityFromTychoDesc_MouseLeave); + // + // labelHipparcosNumberDesc + // + this.labelHipparcosNumberDesc.AccessibleDescription = "Short description of the Hipparcos HIP number"; + this.labelHipparcosNumberDesc.AccessibleName = "Hipparcos HIP number description"; + this.labelHipparcosNumberDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelHipparcosNumberDesc.AutoSize = true; + this.labelHipparcosNumberDesc.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelHipparcosNumberDesc.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelHipparcosNumberDesc.Location = new System.Drawing.Point(423, 39); + this.labelHipparcosNumberDesc.Margin = new System.Windows.Forms.Padding(0); + this.labelHipparcosNumberDesc.Name = "labelHipparcosNumberDesc"; + this.labelHipparcosNumberDesc.Size = new System.Drawing.Size(276, 15); + this.labelHipparcosNumberDesc.TabIndex = 60; + this.labelHipparcosNumberDesc.Text = "Hipparcos HIP number"; + this.labelHipparcosNumberDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.toolTip.SetToolTip(this.labelHipparcosNumberDesc, "Hipparcos HIP number"); + this.labelHipparcosNumberDesc.DoubleClick += new System.EventHandler(this.LabelHipparcosNumberDesc_DoubleClick); + this.labelHipparcosNumberDesc.Enter += new System.EventHandler(this.LabelHipparcosNumberDesc_Enter); + this.labelHipparcosNumberDesc.Leave += new System.EventHandler(this.LabelHipparcosNumberDesc_Leave); + this.labelHipparcosNumberDesc.MouseEnter += new System.EventHandler(this.LabelHipparcosNumberDesc_MouseEnter); + this.labelHipparcosNumberDesc.MouseLeave += new System.EventHandler(this.LabelHipparcosNumberDesc_MouseLeave); + // + // statusStrip + // + this.statusStrip.AccessibleDescription = "status bar with some information"; + this.statusStrip.AccessibleName = "information status bar"; + this.statusStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.StatusBar; + this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStripStatusLabelInfo, + this.progressBar}); + this.statusStrip.Location = new System.Drawing.Point(0, 555); + this.statusStrip.Name = "statusStrip"; + this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode; + this.statusStrip.ShowItemToolTips = true; + this.statusStrip.Size = new System.Drawing.Size(844, 22); + this.statusStrip.SizingGrip = false; + this.statusStrip.TabIndex = 3; + this.statusStrip.Text = "statusStrip"; + // + // toolStripStatusLabelInfo + // + this.toolStripStatusLabelInfo.AccessibleDescription = "text with some information"; + this.toolStripStatusLabelInfo.AccessibleName = "information text"; + this.toolStripStatusLabelInfo.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.toolStripStatusLabelInfo.AutoToolTip = true; + this.toolStripStatusLabelInfo.DoubleClickEnabled = true; + this.toolStripStatusLabelInfo.Image = global::Hipparcos_DB.Properties.Resources.fugue_information_white_16px_shadowless; + this.toolStripStatusLabelInfo.Name = "toolStripStatusLabelInfo"; + this.toolStripStatusLabelInfo.Size = new System.Drawing.Size(66, 17); + this.toolStripStatusLabelInfo.Text = "info text"; + // + // progressBar + // + this.progressBar.AccessibleDescription = "Show the loading process of the Hipparcos Catalogue"; + this.progressBar.AccessibleName = "Loading progress"; + this.progressBar.AccessibleRole = System.Windows.Forms.AccessibleRole.ProgressBar; + this.progressBar.AutoToolTip = true; + this.progressBar.Name = "progressBar"; + this.progressBar.Size = new System.Drawing.Size(100, 16); + this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee; + this.progressBar.ToolTipText = "Loading file..."; + // + // menuStrip + // + this.menuStrip.AccessibleDescription = "menu bar with some entries"; + this.menuStrip.AccessibleName = "menu bar"; + this.menuStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar; + this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuitemClose, + this.toolStripMenuItemInfo}); + this.menuStrip.Location = new System.Drawing.Point(0, 0); + this.menuStrip.Name = "menuStrip"; + this.menuStrip.Size = new System.Drawing.Size(844, 24); + this.menuStrip.TabIndex = 0; + this.menuStrip.TabStop = true; + this.menuStrip.Text = "menu"; + // + // menuitemClose + // + this.menuitemClose.AccessibleDescription = "Close the window"; + this.menuitemClose.AccessibleName = "Close"; + this.menuitemClose.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuItem; + this.menuitemClose.AutoToolTip = true; + this.menuitemClose.Image = global::Hipparcos_DB.Properties.Resources.fugue_cross_16px_shadowless; + this.menuitemClose.Name = "menuitemClose"; + this.menuitemClose.ShortcutKeyDisplayString = "Strg+C"; + this.menuitemClose.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); + this.menuitemClose.Size = new System.Drawing.Size(64, 20); + this.menuitemClose.Text = "&Close"; + this.menuitemClose.Click += new System.EventHandler(this.MenuitemClose_Click); + this.menuitemClose.MouseEnter += new System.EventHandler(this.MenuitemClose_MouseEnter); + this.menuitemClose.MouseLeave += new System.EventHandler(this.MenuitemClose_MouseLeave); + // + // toolStripMenuItemInfo + // + this.toolStripMenuItemInfo.AutoToolTip = true; + this.toolStripMenuItemInfo.Image = global::Hipparcos_DB.Properties.Resources.fugue_information_16px_shadowless; + this.toolStripMenuItemInfo.Name = "toolStripMenuItemInfo"; + this.toolStripMenuItemInfo.ShortcutKeyDisplayString = "Strg+I"; + this.toolStripMenuItemInfo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I))); + this.toolStripMenuItemInfo.Size = new System.Drawing.Size(56, 20); + this.toolStripMenuItemInfo.Text = "&Info"; + this.toolStripMenuItemInfo.Click += new System.EventHandler(this.ToolStripMenuItemInfo_Click); + this.toolStripMenuItemInfo.MouseEnter += new System.EventHandler(this.ToolStripMenuItemInfo_MouseEnter); + this.toolStripMenuItemInfo.MouseLeave += new System.EventHandler(this.ToolStripMenuItemInfo_MouseLeave); + // + // toolStrip + // + this.toolStrip.AccessibleDescription = "Navigate the index of the dataset"; + this.toolStrip.AccessibleName = "Navigation bar"; + this.toolStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar; + this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; + this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStripButtonStepToBegin, + this.toolStripButtonStepFastBackward, + this.toolStripButtonStepBackward, + this.toolStripButtonStepForward, + this.toolStripButtonStepFastForward, + this.toolStripButtonStepToEnd, + this.toolStripSeparatorNavigationfromGoToIndex, + this.toolStripLabelGoToIndexDesc, + this.toolStripTextBoxGoToIndex, + this.toolStripLabelMaxIndex, + this.toolStripButtonGoToIndex, + this.toolStripSeparatorOptions, + this.toolStripButtonChangeDataTableStyle, + this.toolStripButtonChangeHoverEffect}); + this.toolStrip.Location = new System.Drawing.Point(0, 24); + this.toolStrip.Name = "toolStrip"; + this.toolStrip.Size = new System.Drawing.Size(844, 25); + this.toolStrip.TabIndex = 1; + this.toolStrip.Text = "toolStrip"; + // + // toolStripButtonStepToBegin + // + this.toolStripButtonStepToBegin.AccessibleDescription = "Step the index to begin"; + this.toolStripButtonStepToBegin.AccessibleName = "Step to begin"; + this.toolStripButtonStepToBegin.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.toolStripButtonStepToBegin.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButtonStepToBegin.Font = new System.Drawing.Font("Consolas", 9F); + this.toolStripButtonStepToBegin.Image = global::Hipparcos_DB.Properties.Resources.fugue_control_stop_180_16px_shadowless; + this.toolStripButtonStepToBegin.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonStepToBegin.Name = "toolStripButtonStepToBegin"; + this.toolStripButtonStepToBegin.Size = new System.Drawing.Size(23, 22); + this.toolStripButtonStepToBegin.Text = "|<"; + this.toolStripButtonStepToBegin.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.toolStripButtonStepToBegin.Click += new System.EventHandler(this.ToolStripButtonStepToBegin_Click); + this.toolStripButtonStepToBegin.MouseEnter += new System.EventHandler(this.ToolStripButtonStepToBegin_MouseEnter); + this.toolStripButtonStepToBegin.MouseLeave += new System.EventHandler(this.ToolStripButtonStepToBegin_MouseLeave); + // + // toolStripButtonStepFastBackward + // + this.toolStripButtonStepFastBackward.AccessibleDescription = "Step the index fast backward"; + this.toolStripButtonStepFastBackward.AccessibleName = "Step fast backward"; + this.toolStripButtonStepFastBackward.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.toolStripButtonStepFastBackward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButtonStepFastBackward.Font = new System.Drawing.Font("Consolas", 9F); + this.toolStripButtonStepFastBackward.Image = global::Hipparcos_DB.Properties.Resources.fugue_control_double_180_16px_shadowless; + this.toolStripButtonStepFastBackward.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonStepFastBackward.Name = "toolStripButtonStepFastBackward"; + this.toolStripButtonStepFastBackward.Size = new System.Drawing.Size(23, 22); + this.toolStripButtonStepFastBackward.Text = "<<"; + this.toolStripButtonStepFastBackward.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.toolStripButtonStepFastBackward.Click += new System.EventHandler(this.ToolStripButtonStepFastBackward_Click); + this.toolStripButtonStepFastBackward.MouseEnter += new System.EventHandler(this.ToolStripButtonStepFastBackward_MouseEnter); + this.toolStripButtonStepFastBackward.MouseLeave += new System.EventHandler(this.ToolStripButtonStepFastBackward_MouseLeave); + // + // toolStripButtonStepBackward + // + this.toolStripButtonStepBackward.AccessibleDescription = "Step the index backward"; + this.toolStripButtonStepBackward.AccessibleName = "Step backward"; + this.toolStripButtonStepBackward.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.toolStripButtonStepBackward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButtonStepBackward.Font = new System.Drawing.Font("Consolas", 9F); + this.toolStripButtonStepBackward.Image = global::Hipparcos_DB.Properties.Resources.fugue_control_180_16px_shadowless; + this.toolStripButtonStepBackward.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonStepBackward.Name = "toolStripButtonStepBackward"; + this.toolStripButtonStepBackward.Size = new System.Drawing.Size(23, 22); + this.toolStripButtonStepBackward.Text = "<"; + this.toolStripButtonStepBackward.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.toolStripButtonStepBackward.Click += new System.EventHandler(this.ToolStripButtonStepBackward_Click); + this.toolStripButtonStepBackward.MouseEnter += new System.EventHandler(this.ToolStripButtonStepBackward_MouseEnter); + this.toolStripButtonStepBackward.MouseLeave += new System.EventHandler(this.ToolStripButtonStepBackward_MouseLeave); + // + // toolStripButtonStepForward + // + this.toolStripButtonStepForward.AccessibleDescription = "Step the index forward"; + this.toolStripButtonStepForward.AccessibleName = "Step forward"; + this.toolStripButtonStepForward.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.toolStripButtonStepForward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButtonStepForward.Font = new System.Drawing.Font("Consolas", 9F); + this.toolStripButtonStepForward.Image = global::Hipparcos_DB.Properties.Resources.fugue_control_16px_shadowless; + this.toolStripButtonStepForward.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonStepForward.Name = "toolStripButtonStepForward"; + this.toolStripButtonStepForward.Size = new System.Drawing.Size(23, 22); + this.toolStripButtonStepForward.Text = ">"; + this.toolStripButtonStepForward.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.toolStripButtonStepForward.Click += new System.EventHandler(this.ToolStripButtonStepForward_Click); + this.toolStripButtonStepForward.MouseEnter += new System.EventHandler(this.ToolStripButtonStepForward_MouseEnter); + this.toolStripButtonStepForward.MouseLeave += new System.EventHandler(this.ToolStripButtonStepForward_MouseLeave); + // + // toolStripButtonStepFastForward + // + this.toolStripButtonStepFastForward.AccessibleDescription = "Step the index fast forward"; + this.toolStripButtonStepFastForward.AccessibleName = "Step fast forward"; + this.toolStripButtonStepFastForward.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.toolStripButtonStepFastForward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButtonStepFastForward.Font = new System.Drawing.Font("Consolas", 9F); + this.toolStripButtonStepFastForward.Image = global::Hipparcos_DB.Properties.Resources.fugue_control_double_16px_shadowless; + this.toolStripButtonStepFastForward.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonStepFastForward.Name = "toolStripButtonStepFastForward"; + this.toolStripButtonStepFastForward.Size = new System.Drawing.Size(23, 22); + this.toolStripButtonStepFastForward.Text = ">>"; + this.toolStripButtonStepFastForward.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.toolStripButtonStepFastForward.Click += new System.EventHandler(this.ToolStripButtonStepFastForward_Click); + this.toolStripButtonStepFastForward.MouseEnter += new System.EventHandler(this.ToolStripButtonStepFastForward_MouseEnter); + this.toolStripButtonStepFastForward.MouseLeave += new System.EventHandler(this.ToolStripButtonStepFastForward_MouseLeave); + // + // toolStripButtonStepToEnd + // + this.toolStripButtonStepToEnd.AccessibleDescription = "Step the index to end"; + this.toolStripButtonStepToEnd.AccessibleName = "Step to end"; + this.toolStripButtonStepToEnd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.toolStripButtonStepToEnd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButtonStepToEnd.Font = new System.Drawing.Font("Consolas", 9F); + this.toolStripButtonStepToEnd.Image = global::Hipparcos_DB.Properties.Resources.fugue_control_stop_16px_shadowless; + this.toolStripButtonStepToEnd.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonStepToEnd.Name = "toolStripButtonStepToEnd"; + this.toolStripButtonStepToEnd.Size = new System.Drawing.Size(23, 22); + this.toolStripButtonStepToEnd.Text = ">|"; + this.toolStripButtonStepToEnd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.toolStripButtonStepToEnd.Click += new System.EventHandler(this.ToolStripButtonStepToEnd_Click); + this.toolStripButtonStepToEnd.MouseEnter += new System.EventHandler(this.ToolStripButtonStepToEnd_MouseEnter); + this.toolStripButtonStepToEnd.MouseLeave += new System.EventHandler(this.ToolStripButtonStepToEnd_MouseLeave); + // + // toolStripSeparatorNavigationfromGoToIndex + // + this.toolStripSeparatorNavigationfromGoToIndex.AccessibleDescription = "Seperate navigation from go to index"; + this.toolStripSeparatorNavigationfromGoToIndex.AccessibleName = "Separator"; + this.toolStripSeparatorNavigationfromGoToIndex.AccessibleRole = System.Windows.Forms.AccessibleRole.Separator; + this.toolStripSeparatorNavigationfromGoToIndex.Name = "toolStripSeparatorNavigationfromGoToIndex"; + this.toolStripSeparatorNavigationfromGoToIndex.Size = new System.Drawing.Size(6, 25); + // + // toolStripLabelGoToIndexDesc + // + this.toolStripLabelGoToIndexDesc.AccessibleDescription = "Short description of the go to index"; + this.toolStripLabelGoToIndexDesc.AccessibleName = "Go to index description"; + this.toolStripLabelGoToIndexDesc.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.toolStripLabelGoToIndexDesc.Name = "toolStripLabelGoToIndexDesc"; + this.toolStripLabelGoToIndexDesc.Size = new System.Drawing.Size(70, 22); + this.toolStripLabelGoToIndexDesc.Text = "Go to index:"; + // + // toolStripTextBoxGoToIndex + // + this.toolStripTextBoxGoToIndex.AccessibleDescription = "Input the number to go to index"; + this.toolStripTextBoxGoToIndex.AccessibleName = "Number to go to index"; + this.toolStripTextBoxGoToIndex.AccessibleRole = System.Windows.Forms.AccessibleRole.Text; + this.toolStripTextBoxGoToIndex.AutoToolTip = true; + this.toolStripTextBoxGoToIndex.Name = "toolStripTextBoxGoToIndex"; + this.toolStripTextBoxGoToIndex.Size = new System.Drawing.Size(50, 25); + this.toolStripTextBoxGoToIndex.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right; + this.toolStripTextBoxGoToIndex.ToolTipText = "Input the number to go to index"; + this.toolStripTextBoxGoToIndex.Enter += new System.EventHandler(this.ToolStripTextBoxGoToIndex_Enter); + this.toolStripTextBoxGoToIndex.Leave += new System.EventHandler(this.ToolStripTextBoxGoToIndex_Leave); + this.toolStripTextBoxGoToIndex.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ToolStripTextBoxGoToIndex_KeyPress); + this.toolStripTextBoxGoToIndex.MouseEnter += new System.EventHandler(this.ToolStripTextBoxGoToIndex_MouseEnter); + this.toolStripTextBoxGoToIndex.MouseLeave += new System.EventHandler(this.ToolStripTextBoxGoToIndex_MouseLeave); + // + // toolStripLabelMaxIndex + // + this.toolStripLabelMaxIndex.AccessibleDescription = "Show the maximal value of the entries"; + this.toolStripLabelMaxIndex.AccessibleName = "Maximal value of entries"; + this.toolStripLabelMaxIndex.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.toolStripLabelMaxIndex.AutoToolTip = true; + this.toolStripLabelMaxIndex.Name = "toolStripLabelMaxIndex"; + this.toolStripLabelMaxIndex.Size = new System.Drawing.Size(39, 22); + this.toolStripLabelMaxIndex.Text = "of 999"; + // + // toolStripButtonGoToIndex + // + this.toolStripButtonGoToIndex.AccessibleDescription = "Go to the index of the entered number"; + this.toolStripButtonGoToIndex.AccessibleName = "Go to index"; + this.toolStripButtonGoToIndex.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.toolStripButtonGoToIndex.Image = global::Hipparcos_DB.Properties.Resources.fugue_arrow_000_medium_16px_shadowless; + this.toolStripButtonGoToIndex.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonGoToIndex.Name = "toolStripButtonGoToIndex"; + this.toolStripButtonGoToIndex.Size = new System.Drawing.Size(42, 22); + this.toolStripButtonGoToIndex.Text = "&Go"; + this.toolStripButtonGoToIndex.ToolTipText = "Go to index"; + this.toolStripButtonGoToIndex.Click += new System.EventHandler(this.ToolStripButtonGoToIndex_Click); + this.toolStripButtonGoToIndex.MouseEnter += new System.EventHandler(this.ToolStripButtonGoToIndex_MouseEnter); + this.toolStripButtonGoToIndex.MouseLeave += new System.EventHandler(this.ToolStripButtonGoToIndex_MouseLeave); + // + // toolStripSeparatorOptions + // + this.toolStripSeparatorOptions.AccessibleDescription = "Separate options from navigation"; + this.toolStripSeparatorOptions.AccessibleName = "Separator"; + this.toolStripSeparatorOptions.AccessibleRole = System.Windows.Forms.AccessibleRole.Separator; + this.toolStripSeparatorOptions.Name = "toolStripSeparatorOptions"; + this.toolStripSeparatorOptions.Size = new System.Drawing.Size(6, 25); + // + // toolStripButtonChangeDataTableStyle + // + this.toolStripButtonChangeDataTableStyle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButtonChangeDataTableStyle.Image = global::Hipparcos_DB.Properties.Resources.fugue_table_paint_can_16px_shadowless; + this.toolStripButtonChangeDataTableStyle.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonChangeDataTableStyle.Name = "toolStripButtonChangeDataTableStyle"; + this.toolStripButtonChangeDataTableStyle.Size = new System.Drawing.Size(23, 22); + this.toolStripButtonChangeDataTableStyle.Text = "Change data table style"; + this.toolStripButtonChangeDataTableStyle.Click += new System.EventHandler(this.ToolStripButtonChangeDataTableStyle_Click); + this.toolStripButtonChangeDataTableStyle.MouseEnter += new System.EventHandler(this.ToolStripButtonChangeDataTableStyle_MouseEnter); + this.toolStripButtonChangeDataTableStyle.MouseLeave += new System.EventHandler(this.ToolStripButtonChangeDataTableStyle_MouseLeave); + // + // toolStripButtonChangeHoverEffect + // + this.toolStripButtonChangeHoverEffect.CheckOnClick = true; + this.toolStripButtonChangeHoverEffect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButtonChangeHoverEffect.Image = global::Hipparcos_DB.Properties.Resources.fugue_table_select_row_16px_shadowless; + this.toolStripButtonChangeHoverEffect.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonChangeHoverEffect.Name = "toolStripButtonChangeHoverEffect"; + this.toolStripButtonChangeHoverEffect.Size = new System.Drawing.Size(23, 22); + this.toolStripButtonChangeHoverEffect.Text = "Change hover effect"; + this.toolStripButtonChangeHoverEffect.Click += new System.EventHandler(this.ToolStripButtonChangeHoverEffect_Click); + this.toolStripButtonChangeHoverEffect.MouseEnter += new System.EventHandler(this.ToolStripButtonChangeHoverEffect_MouseEnter); + this.toolStripButtonChangeHoverEffect.MouseLeave += new System.EventHandler(this.ToolStripButtonChangeHoverEffect_MouseLeave); + // + // tableLayoutPanel + // + this.tableLayoutPanel.AccessibleDescription = "pane with some information of the objects"; + this.tableLayoutPanel.AccessibleName = "information table"; + this.tableLayoutPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Pane; + this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble; + this.tableLayoutPanel.ColumnCount = 4; + this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33667F)); + this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66333F)); + this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33667F)); + this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66333F)); + this.tableLayoutPanel.Controls.Add(this.labelMagnitudeJohnsonData, 1, 5); + this.tableLayoutPanel.Controls.Add(this.labelDeclinationData, 1, 4); + this.tableLayoutPanel.Controls.Add(this.labelRightAscensionData, 1, 3); + this.tableLayoutPanel.Controls.Add(this.labelProximityFlagData, 1, 2); + this.tableLayoutPanel.Controls.Add(this.labelIdentifierData, 1, 1); + this.tableLayoutPanel.Controls.Add(this.labelCatalogDesc, 0, 0); + this.tableLayoutPanel.Controls.Add(this.labelProximityFlagDesc, 0, 2); + this.tableLayoutPanel.Controls.Add(this.labelIdentifierDesc, 0, 1); + this.tableLayoutPanel.Controls.Add(this.labelRightAscensionDesc, 0, 3); + this.tableLayoutPanel.Controls.Add(this.labelDeclinationDesc, 0, 4); + this.tableLayoutPanel.Controls.Add(this.labelMagnitudeJohnsonDesc, 0, 5); + this.tableLayoutPanel.Controls.Add(this.labelCatalogData, 1, 0); + this.tableLayoutPanel.Controls.Add(this.labelSourceOfMagnitudeDesc, 0, 6); + this.tableLayoutPanel.Controls.Add(this.labelAlphaDesc, 0, 7); + this.tableLayoutPanel.Controls.Add(this.labelDeltaDesc, 0, 8); + this.tableLayoutPanel.Controls.Add(this.labelReferenceFlagForAstrometryDesc, 0, 9); + this.tableLayoutPanel.Controls.Add(this.labelTrigonomicParallaxDesc, 0, 10); + this.tableLayoutPanel.Controls.Add(this.labelProperMotionAlphaDesc, 0, 11); + this.tableLayoutPanel.Controls.Add(this.labelProperMotionDeltaDesc, 0, 12); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorRightAscensionDesc, 0, 13); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorDeclinationDesc, 0, 14); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorTrigonomicParallaxDesc, 0, 15); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorProperMotionRightAscensionDesc, 0, 16); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorProperMotionDeclinationDesc, 0, 17); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationDeclinationByRightAscensionDesc, 0, 18); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationTrigonomicParallaxByRightAscensionDesc, 0, 19); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationTrigonomicParallaxByDeclinationDesc, 0, 20); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionRightAscensionByRightAscensionDesc, 0, 21); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionRightAscensionByDeclinationDesc, 0, 22); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc, 0, 23); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionDeclinationByRightAscensionDesc, 0, 24); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc, 0, 25); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionDeclinationByDeclinationDesc, 0, 26); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc, 0, 27); + this.tableLayoutPanel.Controls.Add(this.labelSourceOfMagnitudeData, 1, 6); + this.tableLayoutPanel.Controls.Add(this.labelAlphaData, 1, 7); + this.tableLayoutPanel.Controls.Add(this.labelDeltaData, 1, 8); + this.tableLayoutPanel.Controls.Add(this.labelReferenceFlagForAstrometryData, 1, 9); + this.tableLayoutPanel.Controls.Add(this.labelTrigonomicParallaxData, 1, 10); + this.tableLayoutPanel.Controls.Add(this.labelProperMotionAlphaData, 1, 11); + this.tableLayoutPanel.Controls.Add(this.labelProperMotionDeltaData, 1, 12); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorRightAscensionData, 1, 13); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorDeclinationData, 1, 14); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorTrigonomicParallaxData, 1, 15); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorProperMotionRightAscensionData, 1, 16); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorProperMotionDeclinationData, 1, 17); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationDeclinationByRightAscensionData, 1, 18); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationTrigonomicParallaxByRightAscensionData, 1, 19); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationTrigonomicParallaxByDeclinationData, 1, 20); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionRightAscensionByRightAscensionData, 1, 21); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionRightAscensionByDeclinationData, 1, 22); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData, 1, 23); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionDeclinationByRightAscensionData, 1, 24); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionDeclinationByDeclinationData, 1, 25); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData, 1, 26); + this.tableLayoutPanel.Controls.Add(this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData, 1, 27); + this.tableLayoutPanel.Controls.Add(this.labelVtmagAtMinimumDesc, 2, 16); + this.tableLayoutPanel.Controls.Add(this.labelVtmagAtMinimumData, 3, 16); + this.tableLayoutPanel.Controls.Add(this.labelKnownVariabilityFromGcvsNsvDesc, 2, 17); + this.tableLayoutPanel.Controls.Add(this.labelVariabilityFromTychoDesc, 2, 18); + this.tableLayoutPanel.Controls.Add(this.labelDuplicityFromTychoDesc, 2, 19); + this.tableLayoutPanel.Controls.Add(this.labelEpochPhotometryInAnnexDesc, 2, 20); + this.tableLayoutPanel.Controls.Add(this.labelCcdmComponentIdentifierDesc, 2, 21); + this.tableLayoutPanel.Controls.Add(this.labelPpmAndSupplementDesc, 2, 22); + this.tableLayoutPanel.Controls.Add(this.labelHdNumberDesc, 2, 23); + this.tableLayoutPanel.Controls.Add(this.labelBonnerDmDesc, 2, 24); + this.tableLayoutPanel.Controls.Add(this.labelCordobaDmDesc, 2, 25); + this.tableLayoutPanel.Controls.Add(this.labelCapePhotographicDmDesc, 2, 26); + this.tableLayoutPanel.Controls.Add(this.labelNotesDesc, 2, 27); + this.tableLayoutPanel.Controls.Add(this.labelKnownVariabilityFromGcvsNsvData, 3, 17); + this.tableLayoutPanel.Controls.Add(this.labelVariabilityFromTychoData, 3, 18); + this.tableLayoutPanel.Controls.Add(this.labelDuplicityFromTychoData, 3, 19); + this.tableLayoutPanel.Controls.Add(this.labelEpochPhotometryInAnnexData, 3, 20); + this.tableLayoutPanel.Controls.Add(this.labelCcdmComponentIdentifierData, 3, 21); + this.tableLayoutPanel.Controls.Add(this.labelPpmAndSupplementData, 3, 22); + this.tableLayoutPanel.Controls.Add(this.labelHdNumberData, 3, 23); + this.tableLayoutPanel.Controls.Add(this.labelBonnerDmData, 3, 24); + this.tableLayoutPanel.Controls.Add(this.labelCordobaDmData, 3, 25); + this.tableLayoutPanel.Controls.Add(this.labelCapePhotographicDmData, 3, 26); + this.tableLayoutPanel.Controls.Add(this.labelNotesData, 3, 27); + this.tableLayoutPanel.Controls.Add(this.labelVtmagAtMaximumDesc, 2, 15); + this.tableLayoutPanel.Controls.Add(this.labelEstimateOfVtmagScatterDesc, 2, 14); + this.tableLayoutPanel.Controls.Add(this.labelNumberOfTransitsForPhotometryDesc, 2, 13); + this.tableLayoutPanel.Controls.Add(this.labelSourceOfAstrometricDataDesc, 2, 12); + this.tableLayoutPanel.Controls.Add(this.labelSignalToNoiseRatioOfTheStarImageDesc, 2, 11); + this.tableLayoutPanel.Controls.Add(this.labelAstrometricQualityFlagDesc, 2, 10); + this.tableLayoutPanel.Controls.Add(this.labelVtmagAtMaximumData, 3, 15); + this.tableLayoutPanel.Controls.Add(this.labelEstimateOfVtmagScatterData, 3, 14); + this.tableLayoutPanel.Controls.Add(this.labelNumberOfTransitsForPhotometryData, 3, 13); + this.tableLayoutPanel.Controls.Add(this.labelSourceOfAstrometricDataData, 3, 12); + this.tableLayoutPanel.Controls.Add(this.labelSignalToNoiseRatioOfTheStarImageData, 3, 11); + this.tableLayoutPanel.Controls.Add(this.labelAstrometricQualityFlagData, 3, 10); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorJohnsonBvColorDesc, 2, 9); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorJohnsonBvColorData, 3, 9); + this.tableLayoutPanel.Controls.Add(this.labelJohnsonBvColorDesc, 2, 8); + this.tableLayoutPanel.Controls.Add(this.labelJohnsonBvColorData, 3, 8); + this.tableLayoutPanel.Controls.Add(this.labelSourceOfPhotometryDesc, 2, 7); + this.tableLayoutPanel.Controls.Add(this.labelSourceOfPhotometryData, 3, 7); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorMeanVtMagnitudeDesc, 2, 6); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorMeanVtMagnitudeData, 3, 6); + this.tableLayoutPanel.Controls.Add(this.labelMeanVtMagnitudeDesc, 2, 5); + this.tableLayoutPanel.Controls.Add(this.labelMeanVtMagnitudeData, 3, 5); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorMeanBtMagnitudeDesc, 2, 4); + this.tableLayoutPanel.Controls.Add(this.labelStandardErrorMeanBtMagnitudeData, 3, 4); + this.tableLayoutPanel.Controls.Add(this.labelMeanBtMagnitudeDesc, 2, 3); + this.tableLayoutPanel.Controls.Add(this.labelMeanBtMagnitudeData, 3, 3); + this.tableLayoutPanel.Controls.Add(this.labelHipparcosNumberDesc, 2, 2); + this.tableLayoutPanel.Controls.Add(this.labelHipparcosNumberData, 3, 2); + this.tableLayoutPanel.Controls.Add(this.labelGoodnessOfFitParameterDesc, 2, 1); + this.tableLayoutPanel.Controls.Add(this.labelGoodnessOfFitParameterData, 3, 1); + this.tableLayoutPanel.Controls.Add(this.labelNumberOfTransitsForAstrometryDesc, 2, 0); + this.tableLayoutPanel.Controls.Add(this.labelNumberOfTransitsForAstrometryData, 3, 0); + this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; + this.tableLayoutPanel.Location = new System.Drawing.Point(0, 49); + this.tableLayoutPanel.Name = "tableLayoutPanel"; + this.tableLayoutPanel.RowCount = 28; + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel.Size = new System.Drawing.Size(844, 506); + this.tableLayoutPanel.TabIndex = 2; + // + // labelMagnitudeJohnsonData + // + this.labelMagnitudeJohnsonData.AccessibleDescription = "Magnitude in Johnson V data"; + this.labelMagnitudeJohnsonData.AccessibleName = "Magnitude in Johnson V data"; + this.labelMagnitudeJohnsonData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelMagnitudeJohnsonData.AutoSize = true; + this.labelMagnitudeJohnsonData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelMagnitudeJohnsonData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelMagnitudeJohnsonData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelMagnitudeJohnsonData.Location = new System.Drawing.Point(282, 93); + this.labelMagnitudeJohnsonData.Margin = new System.Windows.Forms.Padding(0); + this.labelMagnitudeJohnsonData.Name = "labelMagnitudeJohnsonData"; + this.labelMagnitudeJohnsonData.Size = new System.Drawing.Size(138, 15); + this.labelMagnitudeJohnsonData.TabIndex = 11; + this.labelMagnitudeJohnsonData.Text = "---"; + this.labelMagnitudeJohnsonData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelMagnitudeJohnsonData.DoubleClick += new System.EventHandler(this.LabelMagnitudeJohnsonData_DoubleClick); + this.labelMagnitudeJohnsonData.Enter += new System.EventHandler(this.LabelMagnitudeJohnsonData_Enter); + this.labelMagnitudeJohnsonData.Leave += new System.EventHandler(this.LabelMagnitudeJohnsonData_Leave); + this.labelMagnitudeJohnsonData.MouseEnter += new System.EventHandler(this.LabelMagnitudeJohnsonData_MouseEnter); + this.labelMagnitudeJohnsonData.MouseLeave += new System.EventHandler(this.LabelMagnitudeJohnsonData_MouseLeave); + // + // labelDeclinationData + // + this.labelDeclinationData.AccessibleDescription = "Declination in deg \' \", ICRS (J1991.25) data"; + this.labelDeclinationData.AccessibleName = "Declination in deg \' \", ICRS (J1991.25) data"; + this.labelDeclinationData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelDeclinationData.AutoSize = true; + this.labelDeclinationData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelDeclinationData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelDeclinationData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelDeclinationData.Location = new System.Drawing.Point(282, 75); + this.labelDeclinationData.Margin = new System.Windows.Forms.Padding(0); + this.labelDeclinationData.Name = "labelDeclinationData"; + this.labelDeclinationData.Size = new System.Drawing.Size(138, 15); + this.labelDeclinationData.TabIndex = 9; + this.labelDeclinationData.Text = "---"; + this.labelDeclinationData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelDeclinationData.DoubleClick += new System.EventHandler(this.LabelDeclinationData_DoubleClick); + this.labelDeclinationData.Enter += new System.EventHandler(this.LabelDeclinationData_Enter); + this.labelDeclinationData.Leave += new System.EventHandler(this.LabelDeclinationData_Leave); + this.labelDeclinationData.MouseEnter += new System.EventHandler(this.LabelDeclinationData_MouseEnter); + this.labelDeclinationData.MouseLeave += new System.EventHandler(this.LabelDeclinationData_MouseLeave); + // + // labelRightAscensionData + // + this.labelRightAscensionData.AccessibleDescription = "Right ascension in h m s, ICRS (J1991.25) data"; + this.labelRightAscensionData.AccessibleName = "Right ascension in h m s, ICRS (J1991.25) data"; + this.labelRightAscensionData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelRightAscensionData.AutoSize = true; + this.labelRightAscensionData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelRightAscensionData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelRightAscensionData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelRightAscensionData.Location = new System.Drawing.Point(282, 57); + this.labelRightAscensionData.Margin = new System.Windows.Forms.Padding(0); + this.labelRightAscensionData.Name = "labelRightAscensionData"; + this.labelRightAscensionData.Size = new System.Drawing.Size(138, 15); + this.labelRightAscensionData.TabIndex = 7; + this.labelRightAscensionData.Text = "---"; + this.labelRightAscensionData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelRightAscensionData.DoubleClick += new System.EventHandler(this.LabelRightAscensionData_DoubleClick); + this.labelRightAscensionData.Enter += new System.EventHandler(this.LabelRightAscensionData_Enter); + this.labelRightAscensionData.Leave += new System.EventHandler(this.LabelRightAscensionData_Leave); + this.labelRightAscensionData.MouseEnter += new System.EventHandler(this.LabelRightAscensionData_MouseEnter); + this.labelRightAscensionData.MouseLeave += new System.EventHandler(this.LabelRightAscensionData_MouseLeave); + // + // labelProximityFlagData + // + this.labelProximityFlagData.AccessibleDescription = "Proximity flag data"; + this.labelProximityFlagData.AccessibleName = "Proximity flag data"; + this.labelProximityFlagData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelProximityFlagData.AutoSize = true; + this.labelProximityFlagData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelProximityFlagData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelProximityFlagData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelProximityFlagData.Location = new System.Drawing.Point(282, 39); + this.labelProximityFlagData.Margin = new System.Windows.Forms.Padding(0); + this.labelProximityFlagData.Name = "labelProximityFlagData"; + this.labelProximityFlagData.Size = new System.Drawing.Size(138, 15); + this.labelProximityFlagData.TabIndex = 5; + this.labelProximityFlagData.Text = "---"; + this.labelProximityFlagData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelProximityFlagData.DoubleClick += new System.EventHandler(this.LabelProximityFlagData_DoubleClick); + this.labelProximityFlagData.Enter += new System.EventHandler(this.LabelProximityFlagData_Enter); + this.labelProximityFlagData.Leave += new System.EventHandler(this.LabelProximityFlagData_Leave); + this.labelProximityFlagData.MouseEnter += new System.EventHandler(this.LabelProximityFlagData_MouseEnter); + this.labelProximityFlagData.MouseLeave += new System.EventHandler(this.LabelProximityFlagData_MouseLeave); + // + // labelIdentifierData + // + this.labelIdentifierData.AccessibleDescription = "Identifier (HIP number) data"; + this.labelIdentifierData.AccessibleName = "Identifier (HIP number) data"; + this.labelIdentifierData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelIdentifierData.AutoSize = true; + this.labelIdentifierData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelIdentifierData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelIdentifierData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelIdentifierData.Location = new System.Drawing.Point(282, 21); + this.labelIdentifierData.Margin = new System.Windows.Forms.Padding(0); + this.labelIdentifierData.Name = "labelIdentifierData"; + this.labelIdentifierData.Size = new System.Drawing.Size(138, 15); + this.labelIdentifierData.TabIndex = 3; + this.labelIdentifierData.Text = "---"; + this.labelIdentifierData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelIdentifierData.DoubleClick += new System.EventHandler(this.LabelIdentifierData_DoubleClick); + this.labelIdentifierData.Enter += new System.EventHandler(this.LabelIdentifierData_Enter); + this.labelIdentifierData.Leave += new System.EventHandler(this.LabelIdentifierData_Leave); + this.labelIdentifierData.MouseEnter += new System.EventHandler(this.LabelIdentifierData_MouseEnter); + this.labelIdentifierData.MouseLeave += new System.EventHandler(this.LabelIdentifierData_MouseLeave); + // + // labelCatalogData + // + this.labelCatalogData.AccessibleDescription = "Catalogue (H=Hipparcos) data"; + this.labelCatalogData.AccessibleName = "Catalogue (H=Hipparcos) data"; + this.labelCatalogData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCatalogData.AutoSize = true; + this.labelCatalogData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCatalogData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCatalogData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCatalogData.Location = new System.Drawing.Point(282, 3); + this.labelCatalogData.Margin = new System.Windows.Forms.Padding(0); + this.labelCatalogData.Name = "labelCatalogData"; + this.labelCatalogData.Size = new System.Drawing.Size(138, 15); + this.labelCatalogData.TabIndex = 1; + this.labelCatalogData.Text = "---"; + this.labelCatalogData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCatalogData.DoubleClick += new System.EventHandler(this.LabelCatalogData_DoubleClick); + this.labelCatalogData.Enter += new System.EventHandler(this.LabelCatalogData_Enter); + this.labelCatalogData.Leave += new System.EventHandler(this.LabelCatalogData_Leave); + this.labelCatalogData.MouseEnter += new System.EventHandler(this.LabelCatalogData_MouseEnter); + this.labelCatalogData.MouseLeave += new System.EventHandler(this.LabelCatalogData_MouseLeave); + // + // labelSourceOfMagnitudeData + // + this.labelSourceOfMagnitudeData.AccessibleDescription = "Source of magnitude data"; + this.labelSourceOfMagnitudeData.AccessibleName = "Source of magnitude data"; + this.labelSourceOfMagnitudeData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelSourceOfMagnitudeData.AutoSize = true; + this.labelSourceOfMagnitudeData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelSourceOfMagnitudeData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelSourceOfMagnitudeData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelSourceOfMagnitudeData.Location = new System.Drawing.Point(282, 111); + this.labelSourceOfMagnitudeData.Margin = new System.Windows.Forms.Padding(0); + this.labelSourceOfMagnitudeData.Name = "labelSourceOfMagnitudeData"; + this.labelSourceOfMagnitudeData.Size = new System.Drawing.Size(138, 15); + this.labelSourceOfMagnitudeData.TabIndex = 13; + this.labelSourceOfMagnitudeData.Text = "---"; + this.labelSourceOfMagnitudeData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelSourceOfMagnitudeData.DoubleClick += new System.EventHandler(this.LabelSourceOfMagnitudeData_DoubleClick); + this.labelSourceOfMagnitudeData.Enter += new System.EventHandler(this.LabelSourceOfMagnitudeData_Enter); + this.labelSourceOfMagnitudeData.Leave += new System.EventHandler(this.LabelSourceOfMagnitudeData_Leave); + this.labelSourceOfMagnitudeData.MouseEnter += new System.EventHandler(this.LabelSourceOfMagnitudeData_MouseEnter); + this.labelSourceOfMagnitudeData.MouseLeave += new System.EventHandler(this.LabelSourceOfMagnitudeData_MouseLeave); + // + // labelAlphaData + // + this.labelAlphaData.AccessibleDescription = "alpha, degrees (ICRS, Epoch=J1991.25) data"; + this.labelAlphaData.AccessibleName = "alpha, degrees (ICRS, Epoch=J1991.25) data"; + this.labelAlphaData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelAlphaData.AutoSize = true; + this.labelAlphaData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelAlphaData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelAlphaData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelAlphaData.Location = new System.Drawing.Point(282, 129); + this.labelAlphaData.Margin = new System.Windows.Forms.Padding(0); + this.labelAlphaData.Name = "labelAlphaData"; + this.labelAlphaData.Size = new System.Drawing.Size(138, 15); + this.labelAlphaData.TabIndex = 15; + this.labelAlphaData.Text = "---"; + this.labelAlphaData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelAlphaData.DoubleClick += new System.EventHandler(this.LabelAlphaData_DoubleClick); + this.labelAlphaData.Enter += new System.EventHandler(this.LabelAlphaData_Enter); + this.labelAlphaData.Leave += new System.EventHandler(this.LabelAlphaData_Leave); + this.labelAlphaData.MouseEnter += new System.EventHandler(this.LabelAlphaData_MouseEnter); + this.labelAlphaData.MouseLeave += new System.EventHandler(this.LabelAlphaData_MouseLeave); + // + // labelDeltaData + // + this.labelDeltaData.AccessibleDescription = "delta, degrees (ICRS, Epoch=J1991.25) data"; + this.labelDeltaData.AccessibleName = "delta, degrees (ICRS, Epoch=J1991.25) data"; + this.labelDeltaData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelDeltaData.AutoSize = true; + this.labelDeltaData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelDeltaData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelDeltaData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelDeltaData.Location = new System.Drawing.Point(282, 147); + this.labelDeltaData.Margin = new System.Windows.Forms.Padding(0); + this.labelDeltaData.Name = "labelDeltaData"; + this.labelDeltaData.Size = new System.Drawing.Size(138, 15); + this.labelDeltaData.TabIndex = 17; + this.labelDeltaData.Text = "---"; + this.labelDeltaData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelDeltaData.DoubleClick += new System.EventHandler(this.LabelDeltaData_DoubleClick); + this.labelDeltaData.Enter += new System.EventHandler(this.LabelDeltaData_Enter); + this.labelDeltaData.Leave += new System.EventHandler(this.LabelDeltaData_Leave); + this.labelDeltaData.MouseEnter += new System.EventHandler(this.LabelDeltaData_MouseEnter); + this.labelDeltaData.MouseLeave += new System.EventHandler(this.LabelDeltaData_MouseLeave); + // + // labelReferenceFlagForAstrometryData + // + this.labelReferenceFlagForAstrometryData.AccessibleDescription = "Reference flag for astrometry data"; + this.labelReferenceFlagForAstrometryData.AccessibleName = "Reference flag for astrometry data"; + this.labelReferenceFlagForAstrometryData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelReferenceFlagForAstrometryData.AutoSize = true; + this.labelReferenceFlagForAstrometryData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelReferenceFlagForAstrometryData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelReferenceFlagForAstrometryData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelReferenceFlagForAstrometryData.Location = new System.Drawing.Point(282, 165); + this.labelReferenceFlagForAstrometryData.Margin = new System.Windows.Forms.Padding(0); + this.labelReferenceFlagForAstrometryData.Name = "labelReferenceFlagForAstrometryData"; + this.labelReferenceFlagForAstrometryData.Size = new System.Drawing.Size(138, 15); + this.labelReferenceFlagForAstrometryData.TabIndex = 19; + this.labelReferenceFlagForAstrometryData.Text = "---"; + this.labelReferenceFlagForAstrometryData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelReferenceFlagForAstrometryData.DoubleClick += new System.EventHandler(this.LabelReferenceFlagForAstrometryData_DoubleClick); + this.labelReferenceFlagForAstrometryData.Enter += new System.EventHandler(this.LabelReferenceFlagForAstrometryData_Enter); + this.labelReferenceFlagForAstrometryData.Leave += new System.EventHandler(this.LabelReferenceFlagForAstrometryData_Leave); + this.labelReferenceFlagForAstrometryData.MouseEnter += new System.EventHandler(this.LabelReferenceFlagForAstrometryData_MouseEnter); + this.labelReferenceFlagForAstrometryData.MouseLeave += new System.EventHandler(this.LabelReferenceFlagForAstrometryData_MouseLeave); + // + // labelTrigonomicParallaxData + // + this.labelTrigonomicParallaxData.AccessibleDescription = "Trigonometric parallax data"; + this.labelTrigonomicParallaxData.AccessibleName = "Trigonometric parallax data"; + this.labelTrigonomicParallaxData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelTrigonomicParallaxData.AutoSize = true; + this.labelTrigonomicParallaxData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelTrigonomicParallaxData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelTrigonomicParallaxData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelTrigonomicParallaxData.Location = new System.Drawing.Point(282, 183); + this.labelTrigonomicParallaxData.Margin = new System.Windows.Forms.Padding(0); + this.labelTrigonomicParallaxData.Name = "labelTrigonomicParallaxData"; + this.labelTrigonomicParallaxData.Size = new System.Drawing.Size(138, 15); + this.labelTrigonomicParallaxData.TabIndex = 21; + this.labelTrigonomicParallaxData.Text = "---"; + this.labelTrigonomicParallaxData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelTrigonomicParallaxData.DoubleClick += new System.EventHandler(this.LabelTrigonomicParallaxData_DoubleClick); + this.labelTrigonomicParallaxData.Enter += new System.EventHandler(this.LabelTrigonomicParallaxData_Enter); + this.labelTrigonomicParallaxData.Leave += new System.EventHandler(this.LabelTrigonomicParallaxData_Leave); + this.labelTrigonomicParallaxData.MouseEnter += new System.EventHandler(this.LabelTrigonomicParallaxData_MouseEnter); + this.labelTrigonomicParallaxData.MouseLeave += new System.EventHandler(this.LabelTrigonomicParallaxData_MouseLeave); + // + // labelProperMotionAlphaData + // + this.labelProperMotionAlphaData.AccessibleDescription = "Proper motion mu_alpha.cos(delta), ICRS data"; + this.labelProperMotionAlphaData.AccessibleName = "Proper motion mu_alpha.cos(delta), ICRS data"; + this.labelProperMotionAlphaData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelProperMotionAlphaData.AutoSize = true; + this.labelProperMotionAlphaData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelProperMotionAlphaData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelProperMotionAlphaData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelProperMotionAlphaData.Location = new System.Drawing.Point(282, 201); + this.labelProperMotionAlphaData.Margin = new System.Windows.Forms.Padding(0); + this.labelProperMotionAlphaData.Name = "labelProperMotionAlphaData"; + this.labelProperMotionAlphaData.Size = new System.Drawing.Size(138, 15); + this.labelProperMotionAlphaData.TabIndex = 23; + this.labelProperMotionAlphaData.Text = "---"; + this.labelProperMotionAlphaData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelProperMotionAlphaData.DoubleClick += new System.EventHandler(this.LabelProperMotionAlphaData_DoubleClick); + this.labelProperMotionAlphaData.Enter += new System.EventHandler(this.LabelProperMotionAlphaData_Enter); + this.labelProperMotionAlphaData.Leave += new System.EventHandler(this.LabelProperMotionAlphaData_Leave); + this.labelProperMotionAlphaData.MouseEnter += new System.EventHandler(this.LabelProperMotionAlphaData_MouseEnter); + this.labelProperMotionAlphaData.MouseLeave += new System.EventHandler(this.LabelProperMotionAlphaData_MouseLeave); + // + // labelProperMotionDeltaData + // + this.labelProperMotionDeltaData.AccessibleDescription = "Proper motion mu_delta, ICRS data"; + this.labelProperMotionDeltaData.AccessibleName = "Proper motion mu_delta, ICRS data"; + this.labelProperMotionDeltaData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelProperMotionDeltaData.AutoSize = true; + this.labelProperMotionDeltaData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelProperMotionDeltaData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelProperMotionDeltaData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelProperMotionDeltaData.Location = new System.Drawing.Point(282, 219); + this.labelProperMotionDeltaData.Margin = new System.Windows.Forms.Padding(0); + this.labelProperMotionDeltaData.Name = "labelProperMotionDeltaData"; + this.labelProperMotionDeltaData.Size = new System.Drawing.Size(138, 15); + this.labelProperMotionDeltaData.TabIndex = 25; + this.labelProperMotionDeltaData.Text = "---"; + this.labelProperMotionDeltaData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelProperMotionDeltaData.DoubleClick += new System.EventHandler(this.LabelProperMotionDeltaData_DoubleClick); + this.labelProperMotionDeltaData.Enter += new System.EventHandler(this.LabelProperMotionDeltaData_Enter); + this.labelProperMotionDeltaData.Leave += new System.EventHandler(this.LabelProperMotionDeltaData_Leave); + this.labelProperMotionDeltaData.MouseEnter += new System.EventHandler(this.LabelProperMotionDeltaData_MouseEnter); + this.labelProperMotionDeltaData.MouseLeave += new System.EventHandler(this.LabelProperMotionDeltaData_MouseLeave); + // + // labelStandardErrorRightAscensionData + // + this.labelStandardErrorRightAscensionData.AccessibleDescription = "Standard error in RA*cos(DEdeg) data"; + this.labelStandardErrorRightAscensionData.AccessibleName = "Standard error in RA*cos(DEdeg) data"; + this.labelStandardErrorRightAscensionData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorRightAscensionData.AutoSize = true; + this.labelStandardErrorRightAscensionData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorRightAscensionData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorRightAscensionData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelStandardErrorRightAscensionData.Location = new System.Drawing.Point(282, 237); + this.labelStandardErrorRightAscensionData.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorRightAscensionData.Name = "labelStandardErrorRightAscensionData"; + this.labelStandardErrorRightAscensionData.Size = new System.Drawing.Size(138, 15); + this.labelStandardErrorRightAscensionData.TabIndex = 27; + this.labelStandardErrorRightAscensionData.Text = "---"; + this.labelStandardErrorRightAscensionData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelStandardErrorRightAscensionData.DoubleClick += new System.EventHandler(this.LabelStandardErrorRightAscensionData_DoubleClick); + this.labelStandardErrorRightAscensionData.Enter += new System.EventHandler(this.LabelStandardErrorRightAscensionData_Enter); + this.labelStandardErrorRightAscensionData.Leave += new System.EventHandler(this.LabelStandardErrorRightAscensionData_Leave); + this.labelStandardErrorRightAscensionData.MouseEnter += new System.EventHandler(this.LabelStandardErrorRightAscensionData_MouseEnter); + this.labelStandardErrorRightAscensionData.MouseLeave += new System.EventHandler(this.LabelStandardErrorRightAscensionData_MouseLeave); + // + // labelStandardErrorDeclinationData + // + this.labelStandardErrorDeclinationData.AccessibleDescription = "Standard error in DE data"; + this.labelStandardErrorDeclinationData.AccessibleName = "Standard error in DE data"; + this.labelStandardErrorDeclinationData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorDeclinationData.AutoSize = true; + this.labelStandardErrorDeclinationData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorDeclinationData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorDeclinationData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelStandardErrorDeclinationData.Location = new System.Drawing.Point(282, 255); + this.labelStandardErrorDeclinationData.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorDeclinationData.Name = "labelStandardErrorDeclinationData"; + this.labelStandardErrorDeclinationData.Size = new System.Drawing.Size(138, 15); + this.labelStandardErrorDeclinationData.TabIndex = 29; + this.labelStandardErrorDeclinationData.Text = "---"; + this.labelStandardErrorDeclinationData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelStandardErrorDeclinationData.DoubleClick += new System.EventHandler(this.LabelStandardErrorDeclinationData_DoubleClick); + this.labelStandardErrorDeclinationData.Enter += new System.EventHandler(this.LabelStandardErrorDeclinationData_Enter); + this.labelStandardErrorDeclinationData.Leave += new System.EventHandler(this.LabelStandardErrorDeclinationData_Leave); + this.labelStandardErrorDeclinationData.MouseEnter += new System.EventHandler(this.LabelStandardErrorDeclinationData_MouseEnter); + this.labelStandardErrorDeclinationData.MouseLeave += new System.EventHandler(this.LabelStandardErrorDeclinationData_MouseLeave); + // + // labelStandardErrorTrigonomicParallaxData + // + this.labelStandardErrorTrigonomicParallaxData.AccessibleDescription = "Standard error in Plx data"; + this.labelStandardErrorTrigonomicParallaxData.AccessibleName = "Standard error in Plx data"; + this.labelStandardErrorTrigonomicParallaxData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorTrigonomicParallaxData.AutoSize = true; + this.labelStandardErrorTrigonomicParallaxData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorTrigonomicParallaxData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorTrigonomicParallaxData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelStandardErrorTrigonomicParallaxData.Location = new System.Drawing.Point(282, 273); + this.labelStandardErrorTrigonomicParallaxData.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorTrigonomicParallaxData.Name = "labelStandardErrorTrigonomicParallaxData"; + this.labelStandardErrorTrigonomicParallaxData.Size = new System.Drawing.Size(138, 15); + this.labelStandardErrorTrigonomicParallaxData.TabIndex = 31; + this.labelStandardErrorTrigonomicParallaxData.Text = "---"; + this.labelStandardErrorTrigonomicParallaxData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelStandardErrorTrigonomicParallaxData.DoubleClick += new System.EventHandler(this.LabelStandardErrorTrigonomicParallaxData_DoubleClick); + this.labelStandardErrorTrigonomicParallaxData.Enter += new System.EventHandler(this.LabelStandardErrorTrigonomicParallaxData_Enter); + this.labelStandardErrorTrigonomicParallaxData.Leave += new System.EventHandler(this.LabelStandardErrorTrigonomicParallaxData_Leave); + this.labelStandardErrorTrigonomicParallaxData.MouseEnter += new System.EventHandler(this.LabelStandardErrorTrigonomicParallaxData_MouseEnter); + this.labelStandardErrorTrigonomicParallaxData.MouseLeave += new System.EventHandler(this.LabelStandardErrorTrigonomicParallaxData_MouseLeave); + // + // labelStandardErrorProperMotionRightAscensionData + // + this.labelStandardErrorProperMotionRightAscensionData.AccessibleDescription = "Standard error in pmRA data"; + this.labelStandardErrorProperMotionRightAscensionData.AccessibleName = "Standard error in pmRA data"; + this.labelStandardErrorProperMotionRightAscensionData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorProperMotionRightAscensionData.AutoSize = true; + this.labelStandardErrorProperMotionRightAscensionData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorProperMotionRightAscensionData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorProperMotionRightAscensionData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelStandardErrorProperMotionRightAscensionData.Location = new System.Drawing.Point(282, 291); + this.labelStandardErrorProperMotionRightAscensionData.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorProperMotionRightAscensionData.Name = "labelStandardErrorProperMotionRightAscensionData"; + this.labelStandardErrorProperMotionRightAscensionData.Size = new System.Drawing.Size(138, 15); + this.labelStandardErrorProperMotionRightAscensionData.TabIndex = 33; + this.labelStandardErrorProperMotionRightAscensionData.Text = "---"; + this.labelStandardErrorProperMotionRightAscensionData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelStandardErrorProperMotionRightAscensionData.DoubleClick += new System.EventHandler(this.LabelStandardErrorProperMotionRightAscensionData_DoubleClick); + this.labelStandardErrorProperMotionRightAscensionData.Enter += new System.EventHandler(this.LabelStandardErrorProperMotionRightAscensionData_Enter); + this.labelStandardErrorProperMotionRightAscensionData.Leave += new System.EventHandler(this.LabelStandardErrorProperMotionRightAscensionData_Leave); + this.labelStandardErrorProperMotionRightAscensionData.MouseEnter += new System.EventHandler(this.LabelStandardErrorProperMotionRightAscensionData_MouseEnter); + this.labelStandardErrorProperMotionRightAscensionData.MouseLeave += new System.EventHandler(this.LabelStandardErrorProperMotionRightAscensionData_MouseLeave); + // + // labelStandardErrorProperMotionDeclinationData + // + this.labelStandardErrorProperMotionDeclinationData.AccessibleDescription = "Standard error in pmDE data"; + this.labelStandardErrorProperMotionDeclinationData.AccessibleName = "Standard error in pmDE data"; + this.labelStandardErrorProperMotionDeclinationData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorProperMotionDeclinationData.AutoSize = true; + this.labelStandardErrorProperMotionDeclinationData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorProperMotionDeclinationData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorProperMotionDeclinationData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelStandardErrorProperMotionDeclinationData.Location = new System.Drawing.Point(282, 309); + this.labelStandardErrorProperMotionDeclinationData.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorProperMotionDeclinationData.Name = "labelStandardErrorProperMotionDeclinationData"; + this.labelStandardErrorProperMotionDeclinationData.Size = new System.Drawing.Size(138, 15); + this.labelStandardErrorProperMotionDeclinationData.TabIndex = 35; + this.labelStandardErrorProperMotionDeclinationData.Text = "---"; + this.labelStandardErrorProperMotionDeclinationData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelStandardErrorProperMotionDeclinationData.DoubleClick += new System.EventHandler(this.LabelStandardErrorProperMotionDeclinationData_DoubleClick); + this.labelStandardErrorProperMotionDeclinationData.Enter += new System.EventHandler(this.LabelStandardErrorProperMotionDeclinationData_Enter); + this.labelStandardErrorProperMotionDeclinationData.Leave += new System.EventHandler(this.LabelStandardErrorProperMotionDeclinationData_Leave); + this.labelStandardErrorProperMotionDeclinationData.MouseEnter += new System.EventHandler(this.LabelStandardErrorProperMotionDeclinationData_MouseEnter); + this.labelStandardErrorProperMotionDeclinationData.MouseLeave += new System.EventHandler(this.LabelStandardErrorProperMotionDeclinationData_MouseLeave); + // + // labelCorrelationDeclinationByRightAscensionData + // + this.labelCorrelationDeclinationByRightAscensionData.AccessibleDescription = "Correlation, DE/RA*cos(delta) data"; + this.labelCorrelationDeclinationByRightAscensionData.AccessibleName = "Correlation, DE/RA*cos(delta) data"; + this.labelCorrelationDeclinationByRightAscensionData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationDeclinationByRightAscensionData.AutoSize = true; + this.labelCorrelationDeclinationByRightAscensionData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationDeclinationByRightAscensionData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationDeclinationByRightAscensionData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCorrelationDeclinationByRightAscensionData.Location = new System.Drawing.Point(282, 327); + this.labelCorrelationDeclinationByRightAscensionData.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationDeclinationByRightAscensionData.Name = "labelCorrelationDeclinationByRightAscensionData"; + this.labelCorrelationDeclinationByRightAscensionData.Size = new System.Drawing.Size(138, 15); + this.labelCorrelationDeclinationByRightAscensionData.TabIndex = 37; + this.labelCorrelationDeclinationByRightAscensionData.Text = "---"; + this.labelCorrelationDeclinationByRightAscensionData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCorrelationDeclinationByRightAscensionData.DoubleClick += new System.EventHandler(this.LabelCorrelationDeclinationByRightAscensionData_DoubleClick); + this.labelCorrelationDeclinationByRightAscensionData.Enter += new System.EventHandler(this.LabelCorrelationDeclinationByRightAscensionData_Enter); + this.labelCorrelationDeclinationByRightAscensionData.Leave += new System.EventHandler(this.LabelCorrelationDeclinationByRightAscensionData_Leave); + this.labelCorrelationDeclinationByRightAscensionData.MouseEnter += new System.EventHandler(this.LabelCorrelationDeclinationByRightAscensionData_MouseEnter); + this.labelCorrelationDeclinationByRightAscensionData.MouseLeave += new System.EventHandler(this.LabelCorrelationDeclinationByRightAscensionData_MouseLeave); + // + // labelCorrelationTrigonomicParallaxByRightAscensionData + // + this.labelCorrelationTrigonomicParallaxByRightAscensionData.AccessibleDescription = "Correlation, Plx/RA*cos(delta) data"; + this.labelCorrelationTrigonomicParallaxByRightAscensionData.AccessibleName = "Correlation, Plx/RA*cos(delta) data"; + this.labelCorrelationTrigonomicParallaxByRightAscensionData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationTrigonomicParallaxByRightAscensionData.AutoSize = true; + this.labelCorrelationTrigonomicParallaxByRightAscensionData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationTrigonomicParallaxByRightAscensionData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationTrigonomicParallaxByRightAscensionData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCorrelationTrigonomicParallaxByRightAscensionData.Location = new System.Drawing.Point(282, 345); + this.labelCorrelationTrigonomicParallaxByRightAscensionData.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationTrigonomicParallaxByRightAscensionData.Name = "labelCorrelationTrigonomicParallaxByRightAscensionData"; + this.labelCorrelationTrigonomicParallaxByRightAscensionData.Size = new System.Drawing.Size(138, 15); + this.labelCorrelationTrigonomicParallaxByRightAscensionData.TabIndex = 39; + this.labelCorrelationTrigonomicParallaxByRightAscensionData.Text = "---"; + this.labelCorrelationTrigonomicParallaxByRightAscensionData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCorrelationTrigonomicParallaxByRightAscensionData.DoubleClick += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByRightAscensionData_DoubleClick); + this.labelCorrelationTrigonomicParallaxByRightAscensionData.Enter += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByRightAscensionData_Enter); + this.labelCorrelationTrigonomicParallaxByRightAscensionData.Leave += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByRightAscensionData_Leave); + this.labelCorrelationTrigonomicParallaxByRightAscensionData.MouseEnter += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseEnter); + this.labelCorrelationTrigonomicParallaxByRightAscensionData.MouseLeave += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseLeave); + // + // labelCorrelationTrigonomicParallaxByDeclinationData + // + this.labelCorrelationTrigonomicParallaxByDeclinationData.AccessibleDescription = "Correlation, Plx/DE data"; + this.labelCorrelationTrigonomicParallaxByDeclinationData.AccessibleName = "Correlation, Plx/DE data"; + this.labelCorrelationTrigonomicParallaxByDeclinationData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationTrigonomicParallaxByDeclinationData.AutoSize = true; + this.labelCorrelationTrigonomicParallaxByDeclinationData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationTrigonomicParallaxByDeclinationData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationTrigonomicParallaxByDeclinationData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCorrelationTrigonomicParallaxByDeclinationData.Location = new System.Drawing.Point(282, 363); + this.labelCorrelationTrigonomicParallaxByDeclinationData.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationTrigonomicParallaxByDeclinationData.Name = "labelCorrelationTrigonomicParallaxByDeclinationData"; + this.labelCorrelationTrigonomicParallaxByDeclinationData.Size = new System.Drawing.Size(138, 15); + this.labelCorrelationTrigonomicParallaxByDeclinationData.TabIndex = 41; + this.labelCorrelationTrigonomicParallaxByDeclinationData.Text = "---"; + this.labelCorrelationTrigonomicParallaxByDeclinationData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCorrelationTrigonomicParallaxByDeclinationData.DoubleClick += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByDeclinationData_DoubleClick); + this.labelCorrelationTrigonomicParallaxByDeclinationData.Enter += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByDeclinationData_Enter); + this.labelCorrelationTrigonomicParallaxByDeclinationData.Leave += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByDeclinationData_Leave); + this.labelCorrelationTrigonomicParallaxByDeclinationData.MouseEnter += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByDeclinationData_MouseEnter); + this.labelCorrelationTrigonomicParallaxByDeclinationData.MouseLeave += new System.EventHandler(this.LabelCorrelationTrigonomicParallaxByDeclinationData_MouseLeave); + // + // labelCorrelationProperMotionRightAscensionByRightAscensionData + // + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.AccessibleDescription = "Correlation, pmRA/RA*cos(delta) data"; + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.AccessibleName = "Correlation, pmRA/RA*cos(delta) data"; + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.AutoSize = true; + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.Location = new System.Drawing.Point(282, 381); + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.Name = "labelCorrelationProperMotionRightAscensionByRightAscensionData"; + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.Size = new System.Drawing.Size(138, 15); + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.TabIndex = 43; + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.Text = "---"; + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByRightAscensionData_DoubleClick); + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.Enter += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByRightAscensionData_Enter); + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.Leave += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByRightAscensionData_Leave); + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByRightAscensionData_MouseEnter); + this.labelCorrelationProperMotionRightAscensionByRightAscensionData.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByRightAscensionData_MouseLeave); + // + // labelCorrelationProperMotionRightAscensionByDeclinationData + // + this.labelCorrelationProperMotionRightAscensionByDeclinationData.AccessibleDescription = "Correlation, pmRA/DE data"; + this.labelCorrelationProperMotionRightAscensionByDeclinationData.AccessibleName = "Correlation, pmRA/DE data"; + this.labelCorrelationProperMotionRightAscensionByDeclinationData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionRightAscensionByDeclinationData.AutoSize = true; + this.labelCorrelationProperMotionRightAscensionByDeclinationData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionRightAscensionByDeclinationData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionRightAscensionByDeclinationData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCorrelationProperMotionRightAscensionByDeclinationData.Location = new System.Drawing.Point(282, 399); + this.labelCorrelationProperMotionRightAscensionByDeclinationData.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionRightAscensionByDeclinationData.Name = "labelCorrelationProperMotionRightAscensionByDeclinationData"; + this.labelCorrelationProperMotionRightAscensionByDeclinationData.Size = new System.Drawing.Size(138, 15); + this.labelCorrelationProperMotionRightAscensionByDeclinationData.TabIndex = 45; + this.labelCorrelationProperMotionRightAscensionByDeclinationData.Text = "---"; + this.labelCorrelationProperMotionRightAscensionByDeclinationData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCorrelationProperMotionRightAscensionByDeclinationData.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByDeclinationData_DoubleClick); + this.labelCorrelationProperMotionRightAscensionByDeclinationData.Enter += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByDeclinationData_Enter); + this.labelCorrelationProperMotionRightAscensionByDeclinationData.Leave += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByDeclinationData_Leave); + this.labelCorrelationProperMotionRightAscensionByDeclinationData.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseEnter); + this.labelCorrelationProperMotionRightAscensionByDeclinationData.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseLeave); + // + // labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData + // + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.AccessibleDescription = "Correlation, pmRA/Plx data"; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.AccessibleName = "Correlation, pmRA/Plx data"; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.AutoSize = true; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.Location = new System.Drawing.Point(282, 417); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.Name = "labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData"; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.Size = new System.Drawing.Size(138, 15); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.TabIndex = 47; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.Text = "---"; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_DoubleClick); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.Enter += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_Enter); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.Leave += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_Leave); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_MouseEnter); + this.labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_MouseLeave); + // + // labelCorrelationProperMotionDeclinationByRightAscensionData + // + this.labelCorrelationProperMotionDeclinationByRightAscensionData.AccessibleDescription = "Correlation, pmDE/RA*cos(delta) data"; + this.labelCorrelationProperMotionDeclinationByRightAscensionData.AccessibleName = "Correlation, pmDE/RA*cos(delta) data"; + this.labelCorrelationProperMotionDeclinationByRightAscensionData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionDeclinationByRightAscensionData.AutoSize = true; + this.labelCorrelationProperMotionDeclinationByRightAscensionData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionDeclinationByRightAscensionData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionDeclinationByRightAscensionData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCorrelationProperMotionDeclinationByRightAscensionData.Location = new System.Drawing.Point(282, 435); + this.labelCorrelationProperMotionDeclinationByRightAscensionData.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionDeclinationByRightAscensionData.Name = "labelCorrelationProperMotionDeclinationByRightAscensionData"; + this.labelCorrelationProperMotionDeclinationByRightAscensionData.Size = new System.Drawing.Size(138, 15); + this.labelCorrelationProperMotionDeclinationByRightAscensionData.TabIndex = 49; + this.labelCorrelationProperMotionDeclinationByRightAscensionData.Text = "---"; + this.labelCorrelationProperMotionDeclinationByRightAscensionData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCorrelationProperMotionDeclinationByRightAscensionData.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByRightAscensionData_DoubleClick); + this.labelCorrelationProperMotionDeclinationByRightAscensionData.Enter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByRightAscensionData_Enter); + this.labelCorrelationProperMotionDeclinationByRightAscensionData.Leave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByRightAscensionData_Leave); + this.labelCorrelationProperMotionDeclinationByRightAscensionData.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseEnter); + this.labelCorrelationProperMotionDeclinationByRightAscensionData.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseLeave); + // + // labelCorrelationProperMotionDeclinationByDeclinationData + // + this.labelCorrelationProperMotionDeclinationByDeclinationData.AccessibleDescription = "Correlation, pmDE/DE data"; + this.labelCorrelationProperMotionDeclinationByDeclinationData.AccessibleName = "Correlation, pmDE/DE data"; + this.labelCorrelationProperMotionDeclinationByDeclinationData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionDeclinationByDeclinationData.AutoSize = true; + this.labelCorrelationProperMotionDeclinationByDeclinationData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionDeclinationByDeclinationData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionDeclinationByDeclinationData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCorrelationProperMotionDeclinationByDeclinationData.Location = new System.Drawing.Point(282, 453); + this.labelCorrelationProperMotionDeclinationByDeclinationData.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionDeclinationByDeclinationData.Name = "labelCorrelationProperMotionDeclinationByDeclinationData"; + this.labelCorrelationProperMotionDeclinationByDeclinationData.Size = new System.Drawing.Size(138, 15); + this.labelCorrelationProperMotionDeclinationByDeclinationData.TabIndex = 51; + this.labelCorrelationProperMotionDeclinationByDeclinationData.Text = "---"; + this.labelCorrelationProperMotionDeclinationByDeclinationData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCorrelationProperMotionDeclinationByDeclinationData.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByDeclinationData_DoubleClick); + this.labelCorrelationProperMotionDeclinationByDeclinationData.Enter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByDeclinationData_Enter); + this.labelCorrelationProperMotionDeclinationByDeclinationData.Leave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByDeclinationData_Leave); + this.labelCorrelationProperMotionDeclinationByDeclinationData.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByDeclinationData_MouseEnter); + this.labelCorrelationProperMotionDeclinationByDeclinationData.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByDeclinationData_MouseLeave); + // + // labelCorrelationProperMotionDeclinationByTrigonomicParallaxData + // + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.AccessibleDescription = "Correlation, pmDE/Plx data"; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.AccessibleName = "Correlation, pmDE/Plx data"; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.AutoSize = true; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.Location = new System.Drawing.Point(282, 471); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.Name = "labelCorrelationProperMotionDeclinationByTrigonomicParallaxData"; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.Size = new System.Drawing.Size(138, 15); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.TabIndex = 53; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.Text = "---"; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_DoubleClick); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.Enter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_Enter); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.Leave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_Leave); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_MouseEnter); + this.labelCorrelationProperMotionDeclinationByTrigonomicParallaxData.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_MouseLeave); + // + // labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData + // + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.AccessibleDescription = "Correlation, pmDE/pmRA data"; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.AccessibleName = "Correlation, pmDE/pmRA data"; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.AutoSize = true; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.Location = new System.Drawing.Point(282, 489); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.Margin = new System.Windows.Forms.Padding(0); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.Name = "labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData"; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.Size = new System.Drawing.Size(138, 15); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.TabIndex = 55; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.Text = "---"; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.DoubleClick += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_DoubleClick); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.Enter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_Enter); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.Leave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_Leave); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.MouseEnter += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_MouseEnter); + this.labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData.MouseLeave += new System.EventHandler(this.LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_MouseLeave); + // + // labelVtmagAtMinimumData + // + this.labelVtmagAtMinimumData.AccessibleDescription = "Vtmag at minimum (85th percentile) data"; + this.labelVtmagAtMinimumData.AccessibleName = "Vtmag at minimum (85th percentile) data"; + this.labelVtmagAtMinimumData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelVtmagAtMinimumData.AutoSize = true; + this.labelVtmagAtMinimumData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelVtmagAtMinimumData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelVtmagAtMinimumData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelVtmagAtMinimumData.Location = new System.Drawing.Point(702, 291); + this.labelVtmagAtMinimumData.Margin = new System.Windows.Forms.Padding(0); + this.labelVtmagAtMinimumData.Name = "labelVtmagAtMinimumData"; + this.labelVtmagAtMinimumData.Size = new System.Drawing.Size(139, 15); + this.labelVtmagAtMinimumData.TabIndex = 89; + this.labelVtmagAtMinimumData.Text = "---"; + this.labelVtmagAtMinimumData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelVtmagAtMinimumData.DoubleClick += new System.EventHandler(this.LabelVtmagAtMinimumData_DoubleClick); + this.labelVtmagAtMinimumData.Enter += new System.EventHandler(this.LabelVtmagAtMinimumData_Enter); + this.labelVtmagAtMinimumData.Leave += new System.EventHandler(this.LabelVtmagAtMinimumData_Leave); + this.labelVtmagAtMinimumData.MouseEnter += new System.EventHandler(this.LabelVtmagAtMinimumData_MouseEnter); + this.labelVtmagAtMinimumData.MouseLeave += new System.EventHandler(this.LabelVtmagAtMinimumData_MouseLeave); + // + // labelKnownVariabilityFromGcvsNsvData + // + this.labelKnownVariabilityFromGcvsNsvData.AccessibleDescription = "Known variability from GCVS/NSV data"; + this.labelKnownVariabilityFromGcvsNsvData.AccessibleName = "Known variability from GCVS/NSV data"; + this.labelKnownVariabilityFromGcvsNsvData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelKnownVariabilityFromGcvsNsvData.AutoSize = true; + this.labelKnownVariabilityFromGcvsNsvData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelKnownVariabilityFromGcvsNsvData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelKnownVariabilityFromGcvsNsvData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelKnownVariabilityFromGcvsNsvData.Location = new System.Drawing.Point(702, 309); + this.labelKnownVariabilityFromGcvsNsvData.Margin = new System.Windows.Forms.Padding(0); + this.labelKnownVariabilityFromGcvsNsvData.Name = "labelKnownVariabilityFromGcvsNsvData"; + this.labelKnownVariabilityFromGcvsNsvData.Size = new System.Drawing.Size(139, 15); + this.labelKnownVariabilityFromGcvsNsvData.TabIndex = 91; + this.labelKnownVariabilityFromGcvsNsvData.Text = "---"; + this.labelKnownVariabilityFromGcvsNsvData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelKnownVariabilityFromGcvsNsvData.DoubleClick += new System.EventHandler(this.LabelKnownVariabilityFromGcvsNsvData_DoubleClick); + this.labelKnownVariabilityFromGcvsNsvData.Enter += new System.EventHandler(this.LabelKnownVariabilityFromGcvsNsvData_Enter); + this.labelKnownVariabilityFromGcvsNsvData.Leave += new System.EventHandler(this.LabelKnownVariabilityFromGcvsNsvData_Leave); + this.labelKnownVariabilityFromGcvsNsvData.MouseEnter += new System.EventHandler(this.LabelKnownVariabilityFromGcvsNsvData_MouseEnter); + this.labelKnownVariabilityFromGcvsNsvData.MouseLeave += new System.EventHandler(this.LabelKnownVariabilityFromGcvsNsvData_MouseLeave); + // + // labelVariabilityFromTychoData + // + this.labelVariabilityFromTychoData.AccessibleDescription = "Variability from Tycho data"; + this.labelVariabilityFromTychoData.AccessibleName = "Variability from Tycho data"; + this.labelVariabilityFromTychoData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelVariabilityFromTychoData.AutoSize = true; + this.labelVariabilityFromTychoData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelVariabilityFromTychoData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelVariabilityFromTychoData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelVariabilityFromTychoData.Location = new System.Drawing.Point(702, 327); + this.labelVariabilityFromTychoData.Margin = new System.Windows.Forms.Padding(0); + this.labelVariabilityFromTychoData.Name = "labelVariabilityFromTychoData"; + this.labelVariabilityFromTychoData.Size = new System.Drawing.Size(139, 15); + this.labelVariabilityFromTychoData.TabIndex = 93; + this.labelVariabilityFromTychoData.Text = "---"; + this.labelVariabilityFromTychoData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelVariabilityFromTychoData.DoubleClick += new System.EventHandler(this.LabelVariabilityFromTychoData_DoubleClick); + this.labelVariabilityFromTychoData.Enter += new System.EventHandler(this.LabelVariabilityFromTychoData_Enter); + this.labelVariabilityFromTychoData.Leave += new System.EventHandler(this.LabelVariabilityFromTychoData_Leave); + this.labelVariabilityFromTychoData.MouseEnter += new System.EventHandler(this.LabelVariabilityFromTychoData_MouseEnter); + this.labelVariabilityFromTychoData.MouseLeave += new System.EventHandler(this.LabelVariabilityFromTychoData_MouseLeave); + // + // labelDuplicityFromTychoData + // + this.labelDuplicityFromTychoData.AccessibleDescription = "Duplicity from Tycho data"; + this.labelDuplicityFromTychoData.AccessibleName = "Duplicity from Tycho data"; + this.labelDuplicityFromTychoData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelDuplicityFromTychoData.AutoSize = true; + this.labelDuplicityFromTychoData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelDuplicityFromTychoData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelDuplicityFromTychoData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelDuplicityFromTychoData.Location = new System.Drawing.Point(702, 345); + this.labelDuplicityFromTychoData.Margin = new System.Windows.Forms.Padding(0); + this.labelDuplicityFromTychoData.Name = "labelDuplicityFromTychoData"; + this.labelDuplicityFromTychoData.Size = new System.Drawing.Size(139, 15); + this.labelDuplicityFromTychoData.TabIndex = 95; + this.labelDuplicityFromTychoData.Text = "---"; + this.labelDuplicityFromTychoData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelDuplicityFromTychoData.DoubleClick += new System.EventHandler(this.LabelDuplicityFromTychoData_DoubleClick); + this.labelDuplicityFromTychoData.Enter += new System.EventHandler(this.LabelDuplicityFromTychoData_Enter); + this.labelDuplicityFromTychoData.Leave += new System.EventHandler(this.LabelDuplicityFromTychoData_Leave); + this.labelDuplicityFromTychoData.MouseEnter += new System.EventHandler(this.LabelDuplicityFromTychoData_MouseEnter); + this.labelDuplicityFromTychoData.MouseLeave += new System.EventHandler(this.LabelDuplicityFromTychoData_MouseLeave); + // + // labelEpochPhotometryInAnnexData + // + this.labelEpochPhotometryInAnnexData.AccessibleDescription = "Epoch photometry in Annex A or B data"; + this.labelEpochPhotometryInAnnexData.AccessibleName = "Epoch photometry in Annex A or B data"; + this.labelEpochPhotometryInAnnexData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelEpochPhotometryInAnnexData.AutoSize = true; + this.labelEpochPhotometryInAnnexData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelEpochPhotometryInAnnexData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelEpochPhotometryInAnnexData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelEpochPhotometryInAnnexData.Location = new System.Drawing.Point(702, 363); + this.labelEpochPhotometryInAnnexData.Margin = new System.Windows.Forms.Padding(0); + this.labelEpochPhotometryInAnnexData.Name = "labelEpochPhotometryInAnnexData"; + this.labelEpochPhotometryInAnnexData.Size = new System.Drawing.Size(139, 15); + this.labelEpochPhotometryInAnnexData.TabIndex = 97; + this.labelEpochPhotometryInAnnexData.Text = "---"; + this.labelEpochPhotometryInAnnexData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelEpochPhotometryInAnnexData.DoubleClick += new System.EventHandler(this.LabelEpochPhotometryInAnnexData_DoubleClick); + this.labelEpochPhotometryInAnnexData.Enter += new System.EventHandler(this.LabelEpochPhotometryInAnnexData_Enter); + this.labelEpochPhotometryInAnnexData.Leave += new System.EventHandler(this.LabelEpochPhotometryInAnnexData_Leave); + this.labelEpochPhotometryInAnnexData.MouseEnter += new System.EventHandler(this.LabelEpochPhotometryInAnnexData_MouseEnter); + this.labelEpochPhotometryInAnnexData.MouseLeave += new System.EventHandler(this.LabelEpochPhotometryInAnnexData_MouseLeave); + // + // labelCcdmComponentIdentifierData + // + this.labelCcdmComponentIdentifierData.AccessibleDescription = "CCDM component identifier data"; + this.labelCcdmComponentIdentifierData.AccessibleName = "CCDM component identifier data"; + this.labelCcdmComponentIdentifierData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCcdmComponentIdentifierData.AutoSize = true; + this.labelCcdmComponentIdentifierData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCcdmComponentIdentifierData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCcdmComponentIdentifierData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCcdmComponentIdentifierData.Location = new System.Drawing.Point(702, 381); + this.labelCcdmComponentIdentifierData.Margin = new System.Windows.Forms.Padding(0); + this.labelCcdmComponentIdentifierData.Name = "labelCcdmComponentIdentifierData"; + this.labelCcdmComponentIdentifierData.Size = new System.Drawing.Size(139, 15); + this.labelCcdmComponentIdentifierData.TabIndex = 99; + this.labelCcdmComponentIdentifierData.Text = "---"; + this.labelCcdmComponentIdentifierData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCcdmComponentIdentifierData.DoubleClick += new System.EventHandler(this.LabelCcdmComponentIdentifierData_DoubleClick); + this.labelCcdmComponentIdentifierData.Enter += new System.EventHandler(this.LabelCcdmComponentIdentifierData_Enter); + this.labelCcdmComponentIdentifierData.Leave += new System.EventHandler(this.LabelCcdmComponentIdentifierData_Leave); + this.labelCcdmComponentIdentifierData.MouseEnter += new System.EventHandler(this.LabelCcdmComponentIdentifierData_MouseEnter); + this.labelCcdmComponentIdentifierData.MouseLeave += new System.EventHandler(this.LabelCcdmComponentIdentifierData_MouseLeave); + // + // labelPpmAndSupplementData + // + this.labelPpmAndSupplementData.AccessibleDescription = "PPM and Supplement data"; + this.labelPpmAndSupplementData.AccessibleName = "PPM and Supplement data"; + this.labelPpmAndSupplementData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelPpmAndSupplementData.AutoSize = true; + this.labelPpmAndSupplementData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelPpmAndSupplementData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelPpmAndSupplementData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelPpmAndSupplementData.Location = new System.Drawing.Point(702, 399); + this.labelPpmAndSupplementData.Margin = new System.Windows.Forms.Padding(0); + this.labelPpmAndSupplementData.Name = "labelPpmAndSupplementData"; + this.labelPpmAndSupplementData.Size = new System.Drawing.Size(139, 15); + this.labelPpmAndSupplementData.TabIndex = 101; + this.labelPpmAndSupplementData.Text = "---"; + this.labelPpmAndSupplementData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelPpmAndSupplementData.DoubleClick += new System.EventHandler(this.LabelPpmAndSupplementData_DoubleClick); + this.labelPpmAndSupplementData.Enter += new System.EventHandler(this.LabelPpmAndSupplementData_Enter); + this.labelPpmAndSupplementData.Leave += new System.EventHandler(this.LabelPpmAndSupplementData_Leave); + this.labelPpmAndSupplementData.MouseEnter += new System.EventHandler(this.LabelPpmAndSupplementData_MouseEnter); + this.labelPpmAndSupplementData.MouseLeave += new System.EventHandler(this.LabelPpmAndSupplementData_MouseLeave); + // + // labelHdNumberData + // + this.labelHdNumberData.AccessibleDescription = "HD number data"; + this.labelHdNumberData.AccessibleName = "HD number data"; + this.labelHdNumberData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelHdNumberData.AutoSize = true; + this.labelHdNumberData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelHdNumberData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelHdNumberData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelHdNumberData.Location = new System.Drawing.Point(702, 417); + this.labelHdNumberData.Margin = new System.Windows.Forms.Padding(0); + this.labelHdNumberData.Name = "labelHdNumberData"; + this.labelHdNumberData.Size = new System.Drawing.Size(139, 15); + this.labelHdNumberData.TabIndex = 103; + this.labelHdNumberData.Text = "---"; + this.labelHdNumberData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelHdNumberData.DoubleClick += new System.EventHandler(this.LabelHdNumberData_DoubleClick); + this.labelHdNumberData.Enter += new System.EventHandler(this.LabelHdNumberData_Enter); + this.labelHdNumberData.Leave += new System.EventHandler(this.LabelHdNumberData_Leave); + this.labelHdNumberData.MouseEnter += new System.EventHandler(this.LabelHdNumberData_MouseEnter); + this.labelHdNumberData.MouseLeave += new System.EventHandler(this.LabelHdNumberData_MouseLeave); + // + // labelBonnerDmData + // + this.labelBonnerDmData.AccessibleDescription = "Bonner Durchmusterung (DM) data"; + this.labelBonnerDmData.AccessibleName = "Bonner Durchmusterung (DM) data"; + this.labelBonnerDmData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelBonnerDmData.AutoSize = true; + this.labelBonnerDmData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelBonnerDmData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelBonnerDmData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelBonnerDmData.Location = new System.Drawing.Point(702, 435); + this.labelBonnerDmData.Margin = new System.Windows.Forms.Padding(0); + this.labelBonnerDmData.Name = "labelBonnerDmData"; + this.labelBonnerDmData.Size = new System.Drawing.Size(139, 15); + this.labelBonnerDmData.TabIndex = 105; + this.labelBonnerDmData.Text = "---"; + this.labelBonnerDmData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelBonnerDmData.DoubleClick += new System.EventHandler(this.LabelBonnerDmData_DoubleClick); + this.labelBonnerDmData.Enter += new System.EventHandler(this.LabelBonnerDmData_Enter); + this.labelBonnerDmData.Leave += new System.EventHandler(this.LabelBonnerDmData_Leave); + this.labelBonnerDmData.MouseEnter += new System.EventHandler(this.LabelBonnerDmData_MouseEnter); + this.labelBonnerDmData.MouseLeave += new System.EventHandler(this.LabelBonnerDmData_MouseLeave); + // + // labelCordobaDmData + // + this.labelCordobaDmData.AccessibleDescription = "Cordoba Durchmusterung (DM) data"; + this.labelCordobaDmData.AccessibleName = "Cordoba Durchmusterung (DM) data"; + this.labelCordobaDmData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCordobaDmData.AutoSize = true; + this.labelCordobaDmData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCordobaDmData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCordobaDmData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCordobaDmData.Location = new System.Drawing.Point(702, 453); + this.labelCordobaDmData.Margin = new System.Windows.Forms.Padding(0); + this.labelCordobaDmData.Name = "labelCordobaDmData"; + this.labelCordobaDmData.Size = new System.Drawing.Size(139, 15); + this.labelCordobaDmData.TabIndex = 107; + this.labelCordobaDmData.Text = "---"; + this.labelCordobaDmData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCordobaDmData.DoubleClick += new System.EventHandler(this.LabelCordobaDmData_DoubleClick); + this.labelCordobaDmData.Enter += new System.EventHandler(this.LabelCordobaDmData_Enter); + this.labelCordobaDmData.Leave += new System.EventHandler(this.LabelCordobaDmData_Leave); + this.labelCordobaDmData.MouseEnter += new System.EventHandler(this.LabelCordobaDmData_MouseEnter); + this.labelCordobaDmData.MouseLeave += new System.EventHandler(this.LabelCordobaDmData_MouseLeave); + // + // labelCapePhotographicDmData + // + this.labelCapePhotographicDmData.AccessibleDescription = "Cape Photographic DM data"; + this.labelCapePhotographicDmData.AccessibleName = "Cape Photographic DM data"; + this.labelCapePhotographicDmData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelCapePhotographicDmData.AutoSize = true; + this.labelCapePhotographicDmData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelCapePhotographicDmData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCapePhotographicDmData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelCapePhotographicDmData.Location = new System.Drawing.Point(702, 471); + this.labelCapePhotographicDmData.Margin = new System.Windows.Forms.Padding(0); + this.labelCapePhotographicDmData.Name = "labelCapePhotographicDmData"; + this.labelCapePhotographicDmData.Size = new System.Drawing.Size(139, 15); + this.labelCapePhotographicDmData.TabIndex = 109; + this.labelCapePhotographicDmData.Text = "---"; + this.labelCapePhotographicDmData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelCapePhotographicDmData.DoubleClick += new System.EventHandler(this.LabelCapePhotographicDmData_DoubleClick); + this.labelCapePhotographicDmData.Enter += new System.EventHandler(this.LabelCapePhotographicDmData_Enter); + this.labelCapePhotographicDmData.Leave += new System.EventHandler(this.LabelCapePhotographicDmData_Leave); + this.labelCapePhotographicDmData.MouseEnter += new System.EventHandler(this.LabelCapePhotographicDmData_MouseEnter); + this.labelCapePhotographicDmData.MouseLeave += new System.EventHandler(this.LabelCapePhotographicDmData_MouseLeave); + // + // labelNotesData + // + this.labelNotesData.AccessibleDescription = "Notes data"; + this.labelNotesData.AccessibleName = "Notes data"; + this.labelNotesData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelNotesData.AutoSize = true; + this.labelNotesData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelNotesData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelNotesData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelNotesData.Location = new System.Drawing.Point(702, 489); + this.labelNotesData.Margin = new System.Windows.Forms.Padding(0); + this.labelNotesData.Name = "labelNotesData"; + this.labelNotesData.Size = new System.Drawing.Size(139, 15); + this.labelNotesData.TabIndex = 111; + this.labelNotesData.Text = "---"; + this.labelNotesData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelNotesData.DoubleClick += new System.EventHandler(this.LabelNotesData_DoubleClick); + this.labelNotesData.Enter += new System.EventHandler(this.LabelNotesData_Enter); + this.labelNotesData.Leave += new System.EventHandler(this.LabelNotesData_Leave); + this.labelNotesData.MouseEnter += new System.EventHandler(this.LabelNotesData_MouseEnter); + this.labelNotesData.MouseLeave += new System.EventHandler(this.LabelNotesData_MouseLeave); + // + // labelVtmagAtMaximumData + // + this.labelVtmagAtMaximumData.AccessibleDescription = "VTmag at maximum (15th percentile) data"; + this.labelVtmagAtMaximumData.AccessibleName = "VTmag at maximum (15th percentile) data"; + this.labelVtmagAtMaximumData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelVtmagAtMaximumData.AutoSize = true; + this.labelVtmagAtMaximumData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelVtmagAtMaximumData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelVtmagAtMaximumData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelVtmagAtMaximumData.Location = new System.Drawing.Point(702, 273); + this.labelVtmagAtMaximumData.Margin = new System.Windows.Forms.Padding(0); + this.labelVtmagAtMaximumData.Name = "labelVtmagAtMaximumData"; + this.labelVtmagAtMaximumData.Size = new System.Drawing.Size(139, 15); + this.labelVtmagAtMaximumData.TabIndex = 87; + this.labelVtmagAtMaximumData.Text = "---"; + this.labelVtmagAtMaximumData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelVtmagAtMaximumData.DoubleClick += new System.EventHandler(this.LabelVtmagAtMaximumData_DoubleClick); + this.labelVtmagAtMaximumData.Enter += new System.EventHandler(this.LabelVtmagAtMaximumData_Enter); + this.labelVtmagAtMaximumData.Leave += new System.EventHandler(this.LabelVtmagAtMaximumData_Leave); + this.labelVtmagAtMaximumData.MouseEnter += new System.EventHandler(this.LabelVtmagAtMaximumData_MouseEnter); + this.labelVtmagAtMaximumData.MouseLeave += new System.EventHandler(this.LabelVtmagAtMaximumData_MouseLeave); + // + // labelEstimateOfVtmagScatterData + // + this.labelEstimateOfVtmagScatterData.AccessibleDescription = "Estimate of VTmag scatter"; + this.labelEstimateOfVtmagScatterData.AccessibleName = "Estimate of VTmag scatter"; + this.labelEstimateOfVtmagScatterData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelEstimateOfVtmagScatterData.AutoSize = true; + this.labelEstimateOfVtmagScatterData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelEstimateOfVtmagScatterData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelEstimateOfVtmagScatterData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelEstimateOfVtmagScatterData.Location = new System.Drawing.Point(702, 255); + this.labelEstimateOfVtmagScatterData.Margin = new System.Windows.Forms.Padding(0); + this.labelEstimateOfVtmagScatterData.Name = "labelEstimateOfVtmagScatterData"; + this.labelEstimateOfVtmagScatterData.Size = new System.Drawing.Size(139, 15); + this.labelEstimateOfVtmagScatterData.TabIndex = 85; + this.labelEstimateOfVtmagScatterData.Text = "---"; + this.labelEstimateOfVtmagScatterData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelEstimateOfVtmagScatterData.DoubleClick += new System.EventHandler(this.LabelEstimateOfVtmagScatterData_DoubleClick); + this.labelEstimateOfVtmagScatterData.Enter += new System.EventHandler(this.LabelEstimateOfVtmagScatterData_Enter); + this.labelEstimateOfVtmagScatterData.Leave += new System.EventHandler(this.LabelEstimateOfVtmagScatterData_Leave); + this.labelEstimateOfVtmagScatterData.MouseEnter += new System.EventHandler(this.LabelEstimateOfVtmagScatterData_MouseEnter); + this.labelEstimateOfVtmagScatterData.MouseLeave += new System.EventHandler(this.LabelEstimateOfVtmagScatterData_MouseLeave); + // + // labelNumberOfTransitsForPhotometryData + // + this.labelNumberOfTransitsForPhotometryData.AccessibleDescription = "Number of transits for photometry data"; + this.labelNumberOfTransitsForPhotometryData.AccessibleName = "Number of transits for photometry data"; + this.labelNumberOfTransitsForPhotometryData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelNumberOfTransitsForPhotometryData.AutoSize = true; + this.labelNumberOfTransitsForPhotometryData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelNumberOfTransitsForPhotometryData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelNumberOfTransitsForPhotometryData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelNumberOfTransitsForPhotometryData.Location = new System.Drawing.Point(702, 237); + this.labelNumberOfTransitsForPhotometryData.Margin = new System.Windows.Forms.Padding(0); + this.labelNumberOfTransitsForPhotometryData.Name = "labelNumberOfTransitsForPhotometryData"; + this.labelNumberOfTransitsForPhotometryData.Size = new System.Drawing.Size(139, 15); + this.labelNumberOfTransitsForPhotometryData.TabIndex = 83; + this.labelNumberOfTransitsForPhotometryData.Text = "---"; + this.labelNumberOfTransitsForPhotometryData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelNumberOfTransitsForPhotometryData.DoubleClick += new System.EventHandler(this.LabelNumberOfTransitsForPhotometryData_DoubleClick); + this.labelNumberOfTransitsForPhotometryData.Enter += new System.EventHandler(this.LabelNumberOfTransitsForPhotometryData_Enter); + this.labelNumberOfTransitsForPhotometryData.Leave += new System.EventHandler(this.LabelNumberOfTransitsForPhotometryData_Leave); + this.labelNumberOfTransitsForPhotometryData.MouseEnter += new System.EventHandler(this.LabelNumberOfTransitsForPhotometryData_MouseEnter); + this.labelNumberOfTransitsForPhotometryData.MouseLeave += new System.EventHandler(this.LabelNumberOfTransitsForPhotometryData_MouseLeave); + // + // labelSourceOfAstrometricDataData + // + this.labelSourceOfAstrometricDataData.AccessibleDescription = "Source of astrometric data data"; + this.labelSourceOfAstrometricDataData.AccessibleName = "Source of astrometric data data"; + this.labelSourceOfAstrometricDataData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelSourceOfAstrometricDataData.AutoSize = true; + this.labelSourceOfAstrometricDataData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelSourceOfAstrometricDataData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelSourceOfAstrometricDataData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelSourceOfAstrometricDataData.Location = new System.Drawing.Point(702, 219); + this.labelSourceOfAstrometricDataData.Margin = new System.Windows.Forms.Padding(0); + this.labelSourceOfAstrometricDataData.Name = "labelSourceOfAstrometricDataData"; + this.labelSourceOfAstrometricDataData.Size = new System.Drawing.Size(139, 15); + this.labelSourceOfAstrometricDataData.TabIndex = 81; + this.labelSourceOfAstrometricDataData.Text = "---"; + this.labelSourceOfAstrometricDataData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelSourceOfAstrometricDataData.DoubleClick += new System.EventHandler(this.LabelSourceOfAstrometricDataData_DoubleClick); + this.labelSourceOfAstrometricDataData.Enter += new System.EventHandler(this.LabelSourceOfAstrometricDataData_Enter); + this.labelSourceOfAstrometricDataData.Leave += new System.EventHandler(this.LabelSourceOfAstrometricDataData_Leave); + this.labelSourceOfAstrometricDataData.MouseEnter += new System.EventHandler(this.LabelSourceOfAstrometricDataData_MouseEnter); + this.labelSourceOfAstrometricDataData.MouseLeave += new System.EventHandler(this.LabelSourceOfAstrometricDataData_MouseLeave); + // + // labelSignalToNoiseRatioOfTheStarImageData + // + this.labelSignalToNoiseRatioOfTheStarImageData.AccessibleDescription = "Signal-to-noise ratio of the star image data"; + this.labelSignalToNoiseRatioOfTheStarImageData.AccessibleName = "Signal-to-noise ratio of the star image data"; + this.labelSignalToNoiseRatioOfTheStarImageData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelSignalToNoiseRatioOfTheStarImageData.AutoSize = true; + this.labelSignalToNoiseRatioOfTheStarImageData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelSignalToNoiseRatioOfTheStarImageData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelSignalToNoiseRatioOfTheStarImageData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelSignalToNoiseRatioOfTheStarImageData.Location = new System.Drawing.Point(702, 201); + this.labelSignalToNoiseRatioOfTheStarImageData.Margin = new System.Windows.Forms.Padding(0); + this.labelSignalToNoiseRatioOfTheStarImageData.Name = "labelSignalToNoiseRatioOfTheStarImageData"; + this.labelSignalToNoiseRatioOfTheStarImageData.Size = new System.Drawing.Size(139, 15); + this.labelSignalToNoiseRatioOfTheStarImageData.TabIndex = 79; + this.labelSignalToNoiseRatioOfTheStarImageData.Text = "---"; + this.labelSignalToNoiseRatioOfTheStarImageData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelSignalToNoiseRatioOfTheStarImageData.DoubleClick += new System.EventHandler(this.LabelSignalToNoiseRatioOfTheStarImageData_DoubleClick); + this.labelSignalToNoiseRatioOfTheStarImageData.Enter += new System.EventHandler(this.LabelSignalToNoiseRatioOfTheStarImageData_Enter); + this.labelSignalToNoiseRatioOfTheStarImageData.Leave += new System.EventHandler(this.LabelSignalToNoiseRatioOfTheStarImageData_Leave); + this.labelSignalToNoiseRatioOfTheStarImageData.MouseEnter += new System.EventHandler(this.LabelSignalToNoiseRatioOfTheStarImageData_MouseEnter); + this.labelSignalToNoiseRatioOfTheStarImageData.MouseLeave += new System.EventHandler(this.LabelSignalToNoiseRatioOfTheStarImageData_MouseLeave); + // + // labelAstrometricQualityFlagData + // + this.labelAstrometricQualityFlagData.AccessibleDescription = "Astrometric quality flag data"; + this.labelAstrometricQualityFlagData.AccessibleName = "Astrometric quality flag data"; + this.labelAstrometricQualityFlagData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelAstrometricQualityFlagData.AutoSize = true; + this.labelAstrometricQualityFlagData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelAstrometricQualityFlagData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelAstrometricQualityFlagData.Location = new System.Drawing.Point(702, 183); + this.labelAstrometricQualityFlagData.Margin = new System.Windows.Forms.Padding(0); + this.labelAstrometricQualityFlagData.Name = "labelAstrometricQualityFlagData"; + this.labelAstrometricQualityFlagData.Size = new System.Drawing.Size(139, 15); + this.labelAstrometricQualityFlagData.TabIndex = 77; + this.labelAstrometricQualityFlagData.Text = "---"; + this.labelAstrometricQualityFlagData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelAstrometricQualityFlagData.DoubleClick += new System.EventHandler(this.LabelAstrometricQualityFlagData_DoubleClick); + this.labelAstrometricQualityFlagData.Enter += new System.EventHandler(this.LabelAstrometricQualityFlagData_Enter); + this.labelAstrometricQualityFlagData.Leave += new System.EventHandler(this.LabelAstrometricQualityFlagData_Leave); + this.labelAstrometricQualityFlagData.MouseEnter += new System.EventHandler(this.LabelAstrometricQualityFlagData_MouseEnter); + this.labelAstrometricQualityFlagData.MouseLeave += new System.EventHandler(this.LabelAstrometricQualityFlagData_MouseLeave); + // + // labelStandardErrorJohnsonBvColorData + // + this.labelStandardErrorJohnsonBvColorData.AccessibleDescription = "Standard error on B-V data"; + this.labelStandardErrorJohnsonBvColorData.AccessibleName = "Standard error on B-V data"; + this.labelStandardErrorJohnsonBvColorData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorJohnsonBvColorData.AutoSize = true; + this.labelStandardErrorJohnsonBvColorData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorJohnsonBvColorData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelStandardErrorJohnsonBvColorData.Location = new System.Drawing.Point(702, 165); + this.labelStandardErrorJohnsonBvColorData.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorJohnsonBvColorData.Name = "labelStandardErrorJohnsonBvColorData"; + this.labelStandardErrorJohnsonBvColorData.Size = new System.Drawing.Size(139, 15); + this.labelStandardErrorJohnsonBvColorData.TabIndex = 75; + this.labelStandardErrorJohnsonBvColorData.Text = "---"; + this.labelStandardErrorJohnsonBvColorData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelStandardErrorJohnsonBvColorData.DoubleClick += new System.EventHandler(this.LabelStandardErrorJohnsonBvColorData_DoubleClick); + this.labelStandardErrorJohnsonBvColorData.Enter += new System.EventHandler(this.LabelStandardErrorJohnsonBvColorData_Enter); + this.labelStandardErrorJohnsonBvColorData.Leave += new System.EventHandler(this.LabelStandardErrorJohnsonBvColorData_Leave); + this.labelStandardErrorJohnsonBvColorData.MouseEnter += new System.EventHandler(this.LabelStandardErrorJohnsonBvColorData_MouseEnter); + this.labelStandardErrorJohnsonBvColorData.MouseLeave += new System.EventHandler(this.LabelStandardErrorJohnsonBvColorData_MouseLeave); + // + // labelJohnsonBvColorData + // + this.labelJohnsonBvColorData.AccessibleDescription = "Johnson B-V colour data"; + this.labelJohnsonBvColorData.AccessibleName = "Johnson B-V colour data"; + this.labelJohnsonBvColorData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelJohnsonBvColorData.AutoSize = true; + this.labelJohnsonBvColorData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelJohnsonBvColorData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelJohnsonBvColorData.Location = new System.Drawing.Point(702, 147); + this.labelJohnsonBvColorData.Margin = new System.Windows.Forms.Padding(0); + this.labelJohnsonBvColorData.Name = "labelJohnsonBvColorData"; + this.labelJohnsonBvColorData.Size = new System.Drawing.Size(139, 15); + this.labelJohnsonBvColorData.TabIndex = 73; + this.labelJohnsonBvColorData.Text = "---"; + this.labelJohnsonBvColorData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelJohnsonBvColorData.DoubleClick += new System.EventHandler(this.LabelJohnsonBvColorData_DoubleClick); + this.labelJohnsonBvColorData.Enter += new System.EventHandler(this.LabelJohnsonBvColorData_Enter); + this.labelJohnsonBvColorData.Leave += new System.EventHandler(this.LabelJohnsonBvColorData_Leave); + this.labelJohnsonBvColorData.MouseEnter += new System.EventHandler(this.LabelJohnsonBvColorData_MouseEnter); + this.labelJohnsonBvColorData.MouseLeave += new System.EventHandler(this.LabelJohnsonBvColorData_MouseLeave); + // + // labelSourceOfPhotometryData + // + this.labelSourceOfPhotometryData.AccessibleDescription = "Source of photometry data"; + this.labelSourceOfPhotometryData.AccessibleName = "Source of photometry data"; + this.labelSourceOfPhotometryData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelSourceOfPhotometryData.AutoSize = true; + this.labelSourceOfPhotometryData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelSourceOfPhotometryData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelSourceOfPhotometryData.Location = new System.Drawing.Point(702, 129); + this.labelSourceOfPhotometryData.Margin = new System.Windows.Forms.Padding(0); + this.labelSourceOfPhotometryData.Name = "labelSourceOfPhotometryData"; + this.labelSourceOfPhotometryData.Size = new System.Drawing.Size(139, 15); + this.labelSourceOfPhotometryData.TabIndex = 71; + this.labelSourceOfPhotometryData.Text = "---"; + this.labelSourceOfPhotometryData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelSourceOfPhotometryData.DoubleClick += new System.EventHandler(this.LabelSourceOfPhotometryData_DoubleClick); + this.labelSourceOfPhotometryData.Enter += new System.EventHandler(this.LabelSourceOfPhotometryData_Enter); + this.labelSourceOfPhotometryData.Leave += new System.EventHandler(this.LabelSourceOfPhotometryData_Leave); + this.labelSourceOfPhotometryData.MouseEnter += new System.EventHandler(this.LabelSourceOfPhotometryData_MouseEnter); + this.labelSourceOfPhotometryData.MouseLeave += new System.EventHandler(this.LabelSourceOfPhotometryData_MouseLeave); + // + // labelStandardErrorMeanVtMagnitudeData + // + this.labelStandardErrorMeanVtMagnitudeData.AccessibleDescription = "Standard error on VTmag data"; + this.labelStandardErrorMeanVtMagnitudeData.AccessibleName = "Standard error on VTmag data"; + this.labelStandardErrorMeanVtMagnitudeData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorMeanVtMagnitudeData.AutoSize = true; + this.labelStandardErrorMeanVtMagnitudeData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorMeanVtMagnitudeData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelStandardErrorMeanVtMagnitudeData.Location = new System.Drawing.Point(702, 111); + this.labelStandardErrorMeanVtMagnitudeData.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorMeanVtMagnitudeData.Name = "labelStandardErrorMeanVtMagnitudeData"; + this.labelStandardErrorMeanVtMagnitudeData.Size = new System.Drawing.Size(139, 15); + this.labelStandardErrorMeanVtMagnitudeData.TabIndex = 69; + this.labelStandardErrorMeanVtMagnitudeData.Text = "---"; + this.labelStandardErrorMeanVtMagnitudeData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelStandardErrorMeanVtMagnitudeData.DoubleClick += new System.EventHandler(this.LabelStandardErrorMeanVtMagnitudeData_DoubleClick); + this.labelStandardErrorMeanVtMagnitudeData.Enter += new System.EventHandler(this.LabelStandardErrorMeanVtMagnitudeData_Enter); + this.labelStandardErrorMeanVtMagnitudeData.Leave += new System.EventHandler(this.LabelStandardErrorMeanVtMagnitudeData_Leave); + this.labelStandardErrorMeanVtMagnitudeData.MouseEnter += new System.EventHandler(this.LabelStandardErrorMeanVtMagnitudeData_MouseEnter); + this.labelStandardErrorMeanVtMagnitudeData.MouseLeave += new System.EventHandler(this.LabelStandardErrorMeanVtMagnitudeData_MouseLeave); + // + // labelMeanVtMagnitudeData + // + this.labelMeanVtMagnitudeData.AccessibleDescription = "Mean VT magnitude data"; + this.labelMeanVtMagnitudeData.AccessibleName = "Mean VT magnitude data"; + this.labelMeanVtMagnitudeData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelMeanVtMagnitudeData.AutoSize = true; + this.labelMeanVtMagnitudeData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelMeanVtMagnitudeData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelMeanVtMagnitudeData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelMeanVtMagnitudeData.Location = new System.Drawing.Point(702, 93); + this.labelMeanVtMagnitudeData.Margin = new System.Windows.Forms.Padding(0); + this.labelMeanVtMagnitudeData.Name = "labelMeanVtMagnitudeData"; + this.labelMeanVtMagnitudeData.Size = new System.Drawing.Size(139, 15); + this.labelMeanVtMagnitudeData.TabIndex = 67; + this.labelMeanVtMagnitudeData.Text = "---"; + this.labelMeanVtMagnitudeData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelMeanVtMagnitudeData.DoubleClick += new System.EventHandler(this.LabelMeanVtMagnitudeData_DoubleClick); + this.labelMeanVtMagnitudeData.Enter += new System.EventHandler(this.LabelMeanVtMagnitudeData_Enter); + this.labelMeanVtMagnitudeData.Leave += new System.EventHandler(this.LabelMeanVtMagnitudeData_Leave); + this.labelMeanVtMagnitudeData.MouseEnter += new System.EventHandler(this.LabelMeanVtMagnitudeData_MouseEnter); + this.labelMeanVtMagnitudeData.MouseLeave += new System.EventHandler(this.LabelMeanVtMagnitudeData_MouseLeave); + // + // labelStandardErrorMeanBtMagnitudeData + // + this.labelStandardErrorMeanBtMagnitudeData.AccessibleDescription = "Standard error on BTmag data"; + this.labelStandardErrorMeanBtMagnitudeData.AccessibleName = "Standard error on BTmag data"; + this.labelStandardErrorMeanBtMagnitudeData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelStandardErrorMeanBtMagnitudeData.AutoSize = true; + this.labelStandardErrorMeanBtMagnitudeData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelStandardErrorMeanBtMagnitudeData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelStandardErrorMeanBtMagnitudeData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelStandardErrorMeanBtMagnitudeData.Location = new System.Drawing.Point(702, 75); + this.labelStandardErrorMeanBtMagnitudeData.Margin = new System.Windows.Forms.Padding(0); + this.labelStandardErrorMeanBtMagnitudeData.Name = "labelStandardErrorMeanBtMagnitudeData"; + this.labelStandardErrorMeanBtMagnitudeData.Size = new System.Drawing.Size(139, 15); + this.labelStandardErrorMeanBtMagnitudeData.TabIndex = 65; + this.labelStandardErrorMeanBtMagnitudeData.Text = "---"; + this.labelStandardErrorMeanBtMagnitudeData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelStandardErrorMeanBtMagnitudeData.DoubleClick += new System.EventHandler(this.LabelStandardErrorMeanBtMagnitudeData_DoubleClick); + this.labelStandardErrorMeanBtMagnitudeData.Enter += new System.EventHandler(this.LabelStandardErrorMeanBtMagnitudeData_Enter); + this.labelStandardErrorMeanBtMagnitudeData.Leave += new System.EventHandler(this.LabelStandardErrorMeanBtMagnitudeData_Leave); + this.labelStandardErrorMeanBtMagnitudeData.MouseEnter += new System.EventHandler(this.LabelStandardErrorMeanBtMagnitudeData_MouseEnter); + this.labelStandardErrorMeanBtMagnitudeData.MouseLeave += new System.EventHandler(this.LabelStandardErrorMeanBtMagnitudeData_MouseLeave); + // + // labelMeanBtMagnitudeData + // + this.labelMeanBtMagnitudeData.AccessibleDescription = "Mean BT magnitude data"; + this.labelMeanBtMagnitudeData.AccessibleName = "Mean BT magnitude data"; + this.labelMeanBtMagnitudeData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelMeanBtMagnitudeData.AutoSize = true; + this.labelMeanBtMagnitudeData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelMeanBtMagnitudeData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelMeanBtMagnitudeData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelMeanBtMagnitudeData.Location = new System.Drawing.Point(702, 57); + this.labelMeanBtMagnitudeData.Margin = new System.Windows.Forms.Padding(0); + this.labelMeanBtMagnitudeData.Name = "labelMeanBtMagnitudeData"; + this.labelMeanBtMagnitudeData.Size = new System.Drawing.Size(139, 15); + this.labelMeanBtMagnitudeData.TabIndex = 63; + this.labelMeanBtMagnitudeData.Text = "---"; + this.labelMeanBtMagnitudeData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelMeanBtMagnitudeData.DoubleClick += new System.EventHandler(this.LabelMeanBtMagnitudeData_DoubleClick); + this.labelMeanBtMagnitudeData.Enter += new System.EventHandler(this.LabelMeanBtMagnitudeData_Enter); + this.labelMeanBtMagnitudeData.Leave += new System.EventHandler(this.LabelMeanBtMagnitudeData_Leave); + this.labelMeanBtMagnitudeData.MouseEnter += new System.EventHandler(this.LabelMeanBtMagnitudeData_MouseEnter); + this.labelMeanBtMagnitudeData.MouseLeave += new System.EventHandler(this.LabelMeanBtMagnitudeData_MouseLeave); + // + // labelHipparcosNumberData + // + this.labelHipparcosNumberData.AccessibleDescription = "Hipparcos HIP number data"; + this.labelHipparcosNumberData.AccessibleName = "Hipparcos HIP number data"; + this.labelHipparcosNumberData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelHipparcosNumberData.AutoSize = true; + this.labelHipparcosNumberData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelHipparcosNumberData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelHipparcosNumberData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelHipparcosNumberData.Location = new System.Drawing.Point(702, 39); + this.labelHipparcosNumberData.Margin = new System.Windows.Forms.Padding(0); + this.labelHipparcosNumberData.Name = "labelHipparcosNumberData"; + this.labelHipparcosNumberData.Size = new System.Drawing.Size(139, 15); + this.labelHipparcosNumberData.TabIndex = 61; + this.labelHipparcosNumberData.Text = "---"; + this.labelHipparcosNumberData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelHipparcosNumberData.DoubleClick += new System.EventHandler(this.LabelHipparcosNumberData_DoubleClick); + this.labelHipparcosNumberData.Enter += new System.EventHandler(this.LabelHipparcosNumberData_Enter); + this.labelHipparcosNumberData.Leave += new System.EventHandler(this.LabelHipparcosNumberData_Leave); + this.labelHipparcosNumberData.MouseEnter += new System.EventHandler(this.LabelHipparcosNumberData_MouseEnter); + this.labelHipparcosNumberData.MouseLeave += new System.EventHandler(this.LabelHipparcosNumberData_MouseLeave); + // + // labelGoodnessOfFitParameterData + // + this.labelGoodnessOfFitParameterData.AccessibleDescription = "Goodness-of-fit parameter data"; + this.labelGoodnessOfFitParameterData.AccessibleName = "Goodness-of-fit parameter data"; + this.labelGoodnessOfFitParameterData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelGoodnessOfFitParameterData.AutoSize = true; + this.labelGoodnessOfFitParameterData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelGoodnessOfFitParameterData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelGoodnessOfFitParameterData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelGoodnessOfFitParameterData.Location = new System.Drawing.Point(702, 21); + this.labelGoodnessOfFitParameterData.Margin = new System.Windows.Forms.Padding(0); + this.labelGoodnessOfFitParameterData.Name = "labelGoodnessOfFitParameterData"; + this.labelGoodnessOfFitParameterData.Size = new System.Drawing.Size(139, 15); + this.labelGoodnessOfFitParameterData.TabIndex = 59; + this.labelGoodnessOfFitParameterData.Text = "---"; + this.labelGoodnessOfFitParameterData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelGoodnessOfFitParameterData.DoubleClick += new System.EventHandler(this.LabelGoodnessOfFitParameterData_DoubleClick); + this.labelGoodnessOfFitParameterData.Enter += new System.EventHandler(this.LabelGoodnessOfFitParameterData_Enter); + this.labelGoodnessOfFitParameterData.Leave += new System.EventHandler(this.LabelGoodnessOfFitParameterData_Leave); + this.labelGoodnessOfFitParameterData.MouseEnter += new System.EventHandler(this.LabelGoodnessOfFitParameterData_MouseEnter); + this.labelGoodnessOfFitParameterData.MouseLeave += new System.EventHandler(this.LabelGoodnessOfFitParameterData_MouseLeave); + // + // labelNumberOfTransitsForAstrometryData + // + this.labelNumberOfTransitsForAstrometryData.AccessibleDescription = "Number of transits for astrometry"; + this.labelNumberOfTransitsForAstrometryData.AccessibleName = "Number of transits for astrometry"; + this.labelNumberOfTransitsForAstrometryData.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText; + this.labelNumberOfTransitsForAstrometryData.AutoSize = true; + this.labelNumberOfTransitsForAstrometryData.ContextMenuStrip = this.contextMenuStripCopyData; + this.labelNumberOfTransitsForAstrometryData.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelNumberOfTransitsForAstrometryData.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelNumberOfTransitsForAstrometryData.Location = new System.Drawing.Point(702, 3); + this.labelNumberOfTransitsForAstrometryData.Margin = new System.Windows.Forms.Padding(0); + this.labelNumberOfTransitsForAstrometryData.Name = "labelNumberOfTransitsForAstrometryData"; + this.labelNumberOfTransitsForAstrometryData.Size = new System.Drawing.Size(139, 15); + this.labelNumberOfTransitsForAstrometryData.TabIndex = 57; + this.labelNumberOfTransitsForAstrometryData.Text = "---"; + this.labelNumberOfTransitsForAstrometryData.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelNumberOfTransitsForAstrometryData.DoubleClick += new System.EventHandler(this.LabelNumberOfTransitsForAstrometryData_DoubleClick); + this.labelNumberOfTransitsForAstrometryData.Enter += new System.EventHandler(this.LabelNumberOfTransitsForAstrometryData_Enter); + this.labelNumberOfTransitsForAstrometryData.Leave += new System.EventHandler(this.LabelNumberOfTransitsForAstrometryData_Leave); + this.labelNumberOfTransitsForAstrometryData.MouseEnter += new System.EventHandler(this.LabelNumberOfTransitsForAstrometryData_MouseEnter); + this.labelNumberOfTransitsForAstrometryData.MouseLeave += new System.EventHandler(this.LabelNumberOfTransitsForAstrometryData_MouseLeave); + // + // TychoCatalogViewerForm + // + this.AccessibleDescription = "Window of the Hipparcos Catalog Viewer"; + this.AccessibleName = "Tycho Catalog Viewer"; + 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(844, 577); + this.Controls.Add(this.tableLayoutPanel); + this.Controls.Add(this.toolStrip); + this.Controls.Add(this.menuStrip); + this.Controls.Add(this.statusStrip); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.KeyPreview = true; + this.MainMenuStrip = this.menuStrip; + this.MaximizeBox = false; + this.Name = "TychoCatalogViewerForm"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + this.Text = "Tycho Catalog Viewer"; + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TychoCatalogViewerForm_FormClosing); + this.Load += new System.EventHandler(this.TychoCatalogViewerForm_Load); + this.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.TychoCatalogViewerForm_PreviewKeyDown); + this.contextMenuStripCopyData.ResumeLayout(false); + this.statusStrip.ResumeLayout(false); + this.statusStrip.PerformLayout(); + this.menuStrip.ResumeLayout(false); + this.menuStrip.PerformLayout(); + this.toolStrip.ResumeLayout(false); + this.toolStrip.PerformLayout(); + this.tableLayoutPanel.ResumeLayout(false); + this.tableLayoutPanel.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.ToolTip toolTip; + private System.Windows.Forms.StatusStrip statusStrip; + private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelInfo; + private System.Windows.Forms.ToolStripProgressBar progressBar; + private System.Windows.Forms.MenuStrip menuStrip; + private System.Windows.Forms.ToolStripMenuItem menuitemClose; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemInfo; + private System.Windows.Forms.ContextMenuStrip contextMenuStripCopyData; + private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemCopyData; + private System.Windows.Forms.ToolStrip toolStrip; + private System.Windows.Forms.ToolStripButton toolStripButtonStepToBegin; + private System.Windows.Forms.ToolStripButton toolStripButtonStepFastBackward; + private System.Windows.Forms.ToolStripButton toolStripButtonStepBackward; + private System.Windows.Forms.ToolStripButton toolStripButtonStepForward; + private System.Windows.Forms.ToolStripButton toolStripButtonStepFastForward; + private System.Windows.Forms.ToolStripButton toolStripButtonStepToEnd; + private System.Windows.Forms.ToolStripSeparator toolStripSeparatorNavigationfromGoToIndex; + private System.Windows.Forms.ToolStripLabel toolStripLabelGoToIndexDesc; + private System.Windows.Forms.ToolStripTextBox toolStripTextBoxGoToIndex; + private System.Windows.Forms.ToolStripLabel toolStripLabelMaxIndex; + private System.Windows.Forms.ToolStripButton toolStripButtonGoToIndex; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; + private System.Windows.Forms.Label labelSourceOfPhotometryData; + private System.Windows.Forms.Label labelAstrometricQualityFlagData; + private System.Windows.Forms.Label labelStandardErrorJohnsonBvColorData; + private System.Windows.Forms.Label labelJohnsonBvColorData; + private System.Windows.Forms.Label labelCapePhotographicDmData; + private System.Windows.Forms.Label labelStandardErrorMeanVtMagnitudeData; + private System.Windows.Forms.Label labelCordobaDmData; + private System.Windows.Forms.Label labelMeanVtMagnitudeData; + private System.Windows.Forms.Label labelBonnerDmData; + private System.Windows.Forms.Label labelStandardErrorMeanBtMagnitudeData; + private System.Windows.Forms.Label labelHdNumberData; + private System.Windows.Forms.Label labelMeanBtMagnitudeData; + private System.Windows.Forms.Label labelNotesData; + private System.Windows.Forms.Label labelGoodnessOfFitParameterData; + private System.Windows.Forms.Label labelCcdmComponentIdentifierData; + private System.Windows.Forms.Label labelNumberOfTransitsForAstrometryData; + private System.Windows.Forms.Label labelCorrelationProperMotionDeclinationByProperMotionRightAscensionData; + private System.Windows.Forms.Label labelCorrelationProperMotionDeclinationByTrigonomicParallaxData; + private System.Windows.Forms.Label labelCorrelationProperMotionDeclinationByDeclinationData; + private System.Windows.Forms.Label labelCorrelationProperMotionDeclinationByRightAscensionData; + private System.Windows.Forms.Label labelCorrelationProperMotionRightAscensionByTrigonomicParallaxData; + private System.Windows.Forms.Label labelCorrelationProperMotionRightAscensionByDeclinationData; + private System.Windows.Forms.Label labelCorrelationProperMotionRightAscensionByRightAscensionData; + private System.Windows.Forms.Label labelCorrelationTrigonomicParallaxByDeclinationData; + private System.Windows.Forms.Label labelCorrelationTrigonomicParallaxByRightAscensionData; + private System.Windows.Forms.Label labelCorrelationDeclinationByRightAscensionData; + private System.Windows.Forms.Label labelStandardErrorProperMotionDeclinationData; + private System.Windows.Forms.Label labelStandardErrorProperMotionRightAscensionData; + private System.Windows.Forms.Label labelStandardErrorTrigonomicParallaxData; + private System.Windows.Forms.Label labelStandardErrorDeclinationData; + private System.Windows.Forms.Label labelStandardErrorRightAscensionData; + private System.Windows.Forms.Label labelProperMotionDeltaData; + private System.Windows.Forms.Label labelProperMotionAlphaData; + private System.Windows.Forms.Label labelTrigonomicParallaxData; + private System.Windows.Forms.Label labelVtmagAtMinimumData; + private System.Windows.Forms.Label labelReferenceFlagForAstrometryData; + private System.Windows.Forms.Label labelVtmagAtMaximumData; + private System.Windows.Forms.Label labelDeltaData; + private System.Windows.Forms.Label labelPpmAndSupplementData; + private System.Windows.Forms.Label labelAlphaData; + private System.Windows.Forms.Label labelNumberOfTransitsForPhotometryData; + private System.Windows.Forms.Label labelSourceOfMagnitudeData; + private System.Windows.Forms.Label labelEstimateOfVtmagScatterData; + private System.Windows.Forms.Label labelKnownVariabilityFromGcvsNsvData; + private System.Windows.Forms.Label labelMagnitudeJohnsonData; + private System.Windows.Forms.Label labelVariabilityFromTychoData; + private System.Windows.Forms.Label labelDeclinationData; + private System.Windows.Forms.Label labelSourceOfAstrometricDataData; + private System.Windows.Forms.Label labelRightAscensionData; + private System.Windows.Forms.Label labelSignalToNoiseRatioOfTheStarImageData; + private System.Windows.Forms.Label labelProximityFlagData; + private System.Windows.Forms.Label labelDuplicityFromTychoData; + private System.Windows.Forms.Label labelIdentifierData; + private System.Windows.Forms.Label labelEpochPhotometryInAnnexData; + private System.Windows.Forms.Label labelCatalogDesc; + private System.Windows.Forms.Label labelSourceOfAstrometricDataDesc; + private System.Windows.Forms.Label labelPpmAndSupplementDesc; + private System.Windows.Forms.Label labelCapePhotographicDmDesc; + private System.Windows.Forms.Label labelProximityFlagDesc; + private System.Windows.Forms.Label labelCordobaDmDesc; + private System.Windows.Forms.Label labelAstrometricQualityFlagDesc; + private System.Windows.Forms.Label labelBonnerDmDesc; + private System.Windows.Forms.Label labelIdentifierDesc; + private System.Windows.Forms.Label labelHdNumberDesc; + private System.Windows.Forms.Label labelRightAscensionDesc; + private System.Windows.Forms.Label labelNotesDesc; + private System.Windows.Forms.Label labelDeclinationDesc; + private System.Windows.Forms.Label labelCcdmComponentIdentifierDesc; + private System.Windows.Forms.Label labelReferenceFlagForAstrometryDesc; + private System.Windows.Forms.Label labelMagnitudeJohnsonDesc; + private System.Windows.Forms.Label labelSourceOfMagnitudeDesc; + private System.Windows.Forms.Label labelAlphaDesc; + private System.Windows.Forms.Label labelDeltaDesc; + private System.Windows.Forms.Label labelTrigonomicParallaxDesc; + private System.Windows.Forms.Label labelProperMotionAlphaDesc; + private System.Windows.Forms.Label labelProperMotionDeltaDesc; + private System.Windows.Forms.Label labelStandardErrorRightAscensionDesc; + private System.Windows.Forms.Label labelStandardErrorDeclinationDesc; + private System.Windows.Forms.Label labelStandardErrorTrigonomicParallaxDesc; + private System.Windows.Forms.Label labelStandardErrorProperMotionRightAscensionDesc; + private System.Windows.Forms.Label labelStandardErrorProperMotionDeclinationDesc; + private System.Windows.Forms.Label labelCorrelationDeclinationByRightAscensionDesc; + private System.Windows.Forms.Label labelCorrelationTrigonomicParallaxByRightAscensionDesc; + private System.Windows.Forms.Label labelCorrelationTrigonomicParallaxByDeclinationDesc; + private System.Windows.Forms.Label labelCorrelationProperMotionRightAscensionByRightAscensionDesc; + private System.Windows.Forms.Label labelCorrelationProperMotionRightAscensionByDeclinationDesc; + private System.Windows.Forms.Label labelVtmagAtMinimumDesc; + private System.Windows.Forms.Label labelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc; + private System.Windows.Forms.Label labelCorrelationProperMotionDeclinationByRightAscensionDesc; + private System.Windows.Forms.Label labelVtmagAtMaximumDesc; + private System.Windows.Forms.Label labelCorrelationProperMotionDeclinationByDeclinationDesc; + private System.Windows.Forms.Label labelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc; + private System.Windows.Forms.Label labelNumberOfTransitsForPhotometryDesc; + private System.Windows.Forms.Label labelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc; + private System.Windows.Forms.Label labelEstimateOfVtmagScatterDesc; + private System.Windows.Forms.Label labelNumberOfTransitsForAstrometryDesc; + private System.Windows.Forms.Label labelKnownVariabilityFromGcvsNsvDesc; + private System.Windows.Forms.Label labelGoodnessOfFitParameterDesc; + private System.Windows.Forms.Label labelMeanBtMagnitudeDesc; + private System.Windows.Forms.Label labelStandardErrorMeanBtMagnitudeDesc; + private System.Windows.Forms.Label labelMeanVtMagnitudeDesc; + private System.Windows.Forms.Label labelSignalToNoiseRatioOfTheStarImageDesc; + private System.Windows.Forms.Label labelStandardErrorMeanVtMagnitudeDesc; + private System.Windows.Forms.Label labelJohnsonBvColorDesc; + private System.Windows.Forms.Label labelDuplicityFromTychoDesc; + private System.Windows.Forms.Label labelEpochPhotometryInAnnexDesc; + private System.Windows.Forms.Label labelStandardErrorJohnsonBvColorDesc; + private System.Windows.Forms.Label labelSourceOfPhotometryDesc; + private System.Windows.Forms.Label labelVariabilityFromTychoDesc; + private System.Windows.Forms.Label labelCatalogData; + private System.Windows.Forms.ToolStripSeparator toolStripSeparatorOptions; + private System.Windows.Forms.ToolStripButton toolStripButtonChangeDataTableStyle; + private System.Windows.Forms.ToolStripButton toolStripButtonChangeHoverEffect; + private System.Windows.Forms.Label labelHipparcosNumberDesc; + private System.Windows.Forms.Label labelHipparcosNumberData; + } +} \ No newline at end of file diff --git a/TychoCatalogViewerForm.cs b/TychoCatalogViewerForm.cs new file mode 100644 index 0000000..f6a83e3 --- /dev/null +++ b/TychoCatalogViewerForm.cs @@ -0,0 +1,3068 @@ +using System; +using System.Windows.Forms; + +namespace Hipparcos_DB +{ + public partial class TychoCatalogViewerForm : Form + { + #region Local methods + + #endregion + + #region Con- and destructor + + public TychoCatalogViewerForm() + { + InitializeComponent(); + } + + #endregion + + #region Form* event handlers + + private void TychoCatalogViewerForm_Load(object sender, EventArgs e) + { + + } + + private void TychoCatalogViewerForm_FormClosing(object sender, FormClosingEventArgs e) + { + + } + + #endregion + + #region Enter event handlers + + private void ToolStripTextBoxGoToIndex_Enter(object sender, EventArgs e) + { + + } + + private void LabelCatalogDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCatalogData_Enter(object sender, EventArgs e) + { + + } + + private void LabelIdentifierDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelIdentifierData_Enter(object sender, EventArgs e) + { + + } + + private void LabelProximityFlagDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelProximityFlagData_Enter(object sender, EventArgs e) + { + + } + + private void LabelRightAscensionDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelRightAscensionData_Enter(object sender, EventArgs e) + { + + } + + private void LabelDeclinationDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelDeclinationData_Enter(object sender, EventArgs e) + { + + } + + private void LabelMagnitudeJohnsonDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelMagnitudeJohnsonData_Enter(object sender, EventArgs e) + { + + } + + private void LabelSourceOfMagnitudeDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelSourceOfMagnitudeData_Enter(object sender, EventArgs e) + { + + } + + private void LabelAlphaDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelAlphaData_Enter(object sender, EventArgs e) + { + + } + + private void LabelDeltaDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelDeltaData_Enter(object sender, EventArgs e) + { + + } + + private void LabelReferenceFlagForAstrometryDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelReferenceFlagForAstrometryData_Enter(object sender, EventArgs e) + { + + } + + private void LabelTrigonomicParallaxDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelTrigonomicParallaxData_Enter(object sender, EventArgs e) + { + + } + + private void LabelProperMotionAlphaDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelProperMotionAlphaData_Enter(object sender, EventArgs e) + { + + } + + private void LabelProperMotionDeltaDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelProperMotionDeltaData_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorRightAscensionDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorRightAscensionData_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorDeclinationDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorDeclinationData_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorTrigonomicParallaxDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorTrigonomicParallaxData_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionRightAscensionDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionRightAscensionData_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionDeclinationDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionDeclinationData_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationDeclinationByRightAscensionDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationDeclinationByRightAscensionData_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByRightAscensionData_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByDeclinationData_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByDeclinationData_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByRightAscensionData_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByDeclinationData_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_Enter(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForAstrometryDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForAstrometryData_Enter(object sender, EventArgs e) + { + + } + + private void LabelGoodnessOfFitParameterDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelGoodnessOfFitParameterData_Enter(object sender, EventArgs e) + { + + } + + private void LabelHipparcosNumberDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelHipparcosNumberData_Enter(object sender, EventArgs e) + { + + } + + private void LabelMeanBtMagnitudeDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelMeanBtMagnitudeData_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanBtMagnitudeDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanBtMagnitudeData_Enter(object sender, EventArgs e) + { + + } + + private void LabelMeanVtMagnitudeDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelMeanVtMagnitudeData_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanVtMagnitudeDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanVtMagnitudeData_Enter(object sender, EventArgs e) + { + + } + + private void LabelSourceOfPhotometryDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelSourceOfPhotometryData_Enter(object sender, EventArgs e) + { + + } + + private void LabelJohnsonBvColorDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelJohnsonBvColorData_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorJohnsonBvColorDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorJohnsonBvColorData_Enter(object sender, EventArgs e) + { + + } + + private void LabelAstrometricQualityFlagDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelAstrometricQualityFlagData_Enter(object sender, EventArgs e) + { + + } + + private void LabelSignalToNoiseRatioOfTheStarImageDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelSignalToNoiseRatioOfTheStarImageData_Enter(object sender, EventArgs e) + { + + } + + private void LabelSourceOfAstrometricDataDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelSourceOfAstrometricDataData_Enter(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForPhotometryDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForPhotometryData_Enter(object sender, EventArgs e) + { + + } + + private void LabelEstimateOfVtmagScatterDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelEstimateOfVtmagScatterData_Enter(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMaximumDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMaximumData_Enter(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMinimumDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMinimumData_Enter(object sender, EventArgs e) + { + + } + + private void LabelKnownVariabilityFromGcvsNsvDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelKnownVariabilityFromGcvsNsvData_Enter(object sender, EventArgs e) + { + + } + + private void LabelVariabilityFromTychoDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelVariabilityFromTychoData_Enter(object sender, EventArgs e) + { + + } + + private void LabelDuplicityFromTychoDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelDuplicityFromTychoData_Enter(object sender, EventArgs e) + { + + } + + private void LabelEpochPhotometryInAnnexDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelEpochPhotometryInAnnexData_Enter(object sender, EventArgs e) + { + + } + + private void LabelCcdmComponentIdentifierDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCcdmComponentIdentifierData_Enter(object sender, EventArgs e) + { + + } + + private void LabelPpmAndSupplementDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelPpmAndSupplementData_Enter(object sender, EventArgs e) + { + + } + + private void LabelHdNumberDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelHdNumberData_Enter(object sender, EventArgs e) + { + + } + + private void LabelBonnerDmDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelBonnerDmData_Enter(object sender, EventArgs e) + { + + } + + private void LabelCordobaDmDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCordobaDmData_Enter(object sender, EventArgs e) + { + + } + + private void LabelCapePhotographicDmDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelCapePhotographicDmData_Enter(object sender, EventArgs e) + { + + } + + private void LabelNotesDesc_Enter(object sender, EventArgs e) + { + + } + + private void LabelNotesData_Enter(object sender, EventArgs e) + { + + } + + #endregion + + #region MouseEnter event handlers + + private void MenuitemClose_MouseEnter(object sender, EventArgs e) + { + + } + + private void ToolStripMenuItemInfo_MouseEnter(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepToBegin_MouseEnter(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepFastBackward_MouseEnter(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepBackward_MouseEnter(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepForward_MouseEnter(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepFastForward_MouseEnter(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepToEnd_MouseEnter(object sender, EventArgs e) + { + + } + + private void ToolStripTextBoxGoToIndex_MouseEnter(object sender, EventArgs e) + { + + } + + private void ToolStripButtonGoToIndex_MouseEnter(object sender, EventArgs e) + { + + } + + private void ToolStripButtonChangeDataTableStyle_MouseEnter(object sender, EventArgs e) + { + + } + + private void ToolStripButtonChangeHoverEffect_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCatalogDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCatalogData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelIdentifierDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelIdentifierData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelProximityFlagDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelProximityFlagData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelRightAscensionDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelRightAscensionData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelDeclinationDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelDeclinationData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelMagnitudeJohnsonDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelMagnitudeJohnsonData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelSourceOfMagnitudeDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelSourceOfMagnitudeData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelAlphaDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelAlphaData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelDeltaDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelDeltaData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelReferenceFlagForAstrometryDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelReferenceFlagForAstrometryData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelProperMotionAlphaDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelProperMotionAlphaData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelProperMotionDeltaDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelProperMotionDeltaData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorRightAscensionDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorRightAscensionData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorDeclinationDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorDeclinationData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionRightAscensionDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionRightAscensionData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionDeclinationDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionDeclinationData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationDeclinationByRightAscensionDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationDeclinationByRightAscensionData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByDeclinationData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByDeclinationData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForAstrometryDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForAstrometryData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelGoodnessOfFitParameterDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelGoodnessOfFitParameterData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelHipparcosNumberDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelHipparcosNumberData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelMeanBtMagnitudeDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelMeanBtMagnitudeData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanBtMagnitudeDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanBtMagnitudeData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelMeanVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelMeanVtMagnitudeData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanVtMagnitudeDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanVtMagnitudeData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelSourceOfPhotometryDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelSourceOfPhotometryData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelJohnsonBvColorDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelJohnsonBvColorData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorJohnsonBvColorDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorJohnsonBvColorData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelAstrometricQualityFlagDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelAstrometricQualityFlagData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelSignalToNoiseRatioOfTheStarImageDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelSignalToNoiseRatioOfTheStarImageData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelSourceOfAstrometricDataDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelSourceOfAstrometricDataData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForPhotometryDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForPhotometryData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelEstimateOfVtmagScatterDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelEstimateOfVtmagScatterData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMaximumDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMaximumData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMinimumDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMinimumData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelKnownVariabilityFromGcvsNsvDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelKnownVariabilityFromGcvsNsvData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelVariabilityFromTychoDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelVariabilityFromTychoData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelDuplicityFromTychoDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelDuplicityFromTychoData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelEpochPhotometryInAnnexDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelEpochPhotometryInAnnexData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCcdmComponentIdentifierDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCcdmComponentIdentifierData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelPpmAndSupplementDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelPpmAndSupplementData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelHdNumberDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelHdNumberData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelBonnerDmDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelBonnerDmData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCordobaDmDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCordobaDmData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCapePhotographicDmDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelCapePhotographicDmData_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelNotesDesc_MouseEnter(object sender, EventArgs e) + { + + } + + private void LabelNotesData_MouseEnter(object sender, EventArgs e) + { + + } + + private void ContextMenuStripCopyData_MouseEnter(object sender, EventArgs e) + { + + } + + #endregion + + #region Leave event handlers + + private void ToolStripTextBoxGoToIndex_Leave(object sender, EventArgs e) + { + + } + + private void LabelCatalogDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCatalogData_Leave(object sender, EventArgs e) + { + + } + + private void LabelIdentifierDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelIdentifierData_Leave(object sender, EventArgs e) + { + + } + + private void LabelProximityFlagDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelProximityFlagData_Leave(object sender, EventArgs e) + { + + } + + private void LabelRightAscensionDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelRightAscensionData_Leave(object sender, EventArgs e) + { + + } + + private void LabelDeclinationDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelDeclinationData_Leave(object sender, EventArgs e) + { + + } + + private void LabelMagnitudeJohnsonDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelMagnitudeJohnsonData_Leave(object sender, EventArgs e) + { + + } + + private void LabelSourceOfMagnitudeDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelSourceOfMagnitudeData_Leave(object sender, EventArgs e) + { + + } + + private void LabelAlphaDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelAlphaData_Leave(object sender, EventArgs e) + { + + } + + private void LabelDeltaDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelDeltaData_Leave(object sender, EventArgs e) + { + + } + + private void LabelReferenceFlagForAstrometryDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelReferenceFlagForAstrometryData_Leave(object sender, EventArgs e) + { + + } + + private void LabelTrigonomicParallaxDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelTrigonomicParallaxData_Leave(object sender, EventArgs e) + { + + } + + private void LabelProperMotionAlphaDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelProperMotionAlphaData_Leave(object sender, EventArgs e) + { + + } + + private void LabelProperMotionDeltaDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelProperMotionDeltaData_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorRightAscensionDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorRightAscensionData_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorDeclinationDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorDeclinationData_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorTrigonomicParallaxDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorTrigonomicParallaxData_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionRightAscensionDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionRightAscensionData_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionDeclinationDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionDeclinationData_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationDeclinationByRightAscensionDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationDeclinationByRightAscensionData_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByRightAscensionData_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByDeclinationData_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByDeclinationData_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByRightAscensionData_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByDeclinationData_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_Leave(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForAstrometryDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForAstrometryData_Leave(object sender, EventArgs e) + { + + } + + private void LabelGoodnessOfFitParameterDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelGoodnessOfFitParameterData_Leave(object sender, EventArgs e) + { + + } + + private void LabelHipparcosNumberDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelHipparcosNumberData_Leave(object sender, EventArgs e) + { + + } + + private void LabelMeanBtMagnitudeDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelMeanBtMagnitudeData_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanBtMagnitudeDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanBtMagnitudeData_Leave(object sender, EventArgs e) + { + + } + + private void LabelMeanVtMagnitudeDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelMeanVtMagnitudeData_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanVtMagnitudeDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanVtMagnitudeData_Leave(object sender, EventArgs e) + { + + } + + private void LabelSourceOfPhotometryDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelSourceOfPhotometryData_Leave(object sender, EventArgs e) + { + + } + + private void LabelJohnsonBvColorDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelJohnsonBvColorData_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorJohnsonBvColorDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorJohnsonBvColorData_Leave(object sender, EventArgs e) + { + + } + + private void LabelAstrometricQualityFlagDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelAstrometricQualityFlagData_Leave(object sender, EventArgs e) + { + + } + + private void LabelSignalToNoiseRatioOfTheStarImageDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelSignalToNoiseRatioOfTheStarImageData_Leave(object sender, EventArgs e) + { + + } + + private void LabelSourceOfAstrometricDataDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelSourceOfAstrometricDataData_Leave(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForPhotometryDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForPhotometryData_Leave(object sender, EventArgs e) + { + + } + + private void LabelEstimateOfVtmagScatterDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelEstimateOfVtmagScatterData_Leave(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMaximumDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMaximumData_Leave(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMinimumDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMinimumData_Leave(object sender, EventArgs e) + { + + } + + private void LabelKnownVariabilityFromGcvsNsvDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelKnownVariabilityFromGcvsNsvData_Leave(object sender, EventArgs e) + { + + } + + private void LabelVariabilityFromTychoDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelVariabilityFromTychoData_Leave(object sender, EventArgs e) + { + + } + + private void LabelDuplicityFromTychoDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelDuplicityFromTychoData_Leave(object sender, EventArgs e) + { + + } + + private void LabelEpochPhotometryInAnnexDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelEpochPhotometryInAnnexData_Leave(object sender, EventArgs e) + { + + } + + private void LabelCcdmComponentIdentifierDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCcdmComponentIdentifierData_Leave(object sender, EventArgs e) + { + + } + + private void LabelPpmAndSupplementDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelPpmAndSupplementData_Leave(object sender, EventArgs e) + { + + } + + private void LabelHdNumberDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelHdNumberData_Leave(object sender, EventArgs e) + { + + } + + private void LabelBonnerDmDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelBonnerDmData_Leave(object sender, EventArgs e) + { + + } + + private void LabelCordobaDmDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCordobaDmData_Leave(object sender, EventArgs e) + { + + } + + private void LabelCapePhotographicDmDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelCapePhotographicDmData_Leave(object sender, EventArgs e) + { + + } + + private void LabelNotesDesc_Leave(object sender, EventArgs e) + { + + } + + private void LabelNotesData_Leave(object sender, EventArgs e) + { + + } + + #endregion + + #region MouseLeave event handlers + + private void MenuitemClose_MouseLeave(object sender, EventArgs e) + { + + } + + private void ToolStripMenuItemInfo_MouseLeave(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepToBegin_MouseLeave(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepFastBackward_MouseLeave(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepBackward_MouseLeave(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepForward_MouseLeave(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepFastForward_MouseLeave(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepToEnd_MouseLeave(object sender, EventArgs e) + { + + } + + private void ToolStripTextBoxGoToIndex_MouseLeave(object sender, EventArgs e) + { + + } + + private void ToolStripButtonGoToIndex_MouseLeave(object sender, EventArgs e) + { + + } + + private void ToolStripButtonChangeDataTableStyle_MouseLeave(object sender, EventArgs e) + { + + } + + private void ToolStripButtonChangeHoverEffect_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCatalogDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCatalogData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelIdentifierDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelIdentifierData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelProximityFlagDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelProximityFlagData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelRightAscensionDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelRightAscensionData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelDeclinationData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelMagnitudeJohnsonDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelMagnitudeJohnsonData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelSourceOfMagnitudeDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelSourceOfMagnitudeData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelAlphaDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelAlphaData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelDeltaDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelDeltaData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelReferenceFlagForAstrometryDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelReferenceFlagForAstrometryData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelProperMotionAlphaDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelProperMotionAlphaData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelProperMotionDeltaDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelProperMotionDeltaData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorRightAscensionDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorRightAscensionData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorDeclinationDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorDeclinationData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionRightAscensionDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionRightAscensionData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionDeclinationDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionDeclinationData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationDeclinationByRightAscensionDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationDeclinationByRightAscensionData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByRightAscensionData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByDeclinationData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByDeclinationData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByRightAscensionData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByDeclinationData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForAstrometryDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForAstrometryData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelGoodnessOfFitParameterDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelGoodnessOfFitParameterData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelHipparcosNumberDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelHipparcosNumberData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelMeanBtMagnitudeDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelMeanBtMagnitudeData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanBtMagnitudeDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanBtMagnitudeData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelMeanVtMagnitudeDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelMeanVtMagnitudeData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanVtMagnitudeDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanVtMagnitudeData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelSourceOfPhotometryDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelSourceOfPhotometryData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelJohnsonBvColorDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelJohnsonBvColorData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorJohnsonBvColorDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorJohnsonBvColorData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelAstrometricQualityFlagDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelAstrometricQualityFlagData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelSignalToNoiseRatioOfTheStarImageDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelSignalToNoiseRatioOfTheStarImageData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelSourceOfAstrometricDataDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelSourceOfAstrometricDataData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForPhotometryDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForPhotometryData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelEstimateOfVtmagScatterDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelEstimateOfVtmagScatterData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMaximumDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMaximumData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMinimumDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMinimumData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelKnownVariabilityFromGcvsNsvDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelKnownVariabilityFromGcvsNsvData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelVariabilityFromTychoDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelVariabilityFromTychoData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelDuplicityFromTychoDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelDuplicityFromTychoData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelEpochPhotometryInAnnexDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelEpochPhotometryInAnnexData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCcdmComponentIdentifierDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCcdmComponentIdentifierData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelPpmAndSupplementDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelPpmAndSupplementData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelHdNumberDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelHdNumberData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelBonnerDmDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelBonnerDmData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCordobaDmDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCordobaDmData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCapePhotographicDmDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelCapePhotographicDmData_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelNotesDesc_MouseLeave(object sender, EventArgs e) + { + + } + + private void LabelNotesData_MouseLeave(object sender, EventArgs e) + { + + } + + private void ContextMenuStripCopyData_MouseLeave(object sender, EventArgs e) + { + + } + + #endregion + + #region Click event handlers + + private void MenuitemClose_Click(object sender, EventArgs e) + { + + } + + private void ToolStripMenuItemInfo_Click(object sender, EventArgs e) + { + + } + + private void ToolStripMenuItemCopyData_Click(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepToBegin_Click(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepFastBackward_Click(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepBackward_Click(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepForward_Click(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepFastForward_Click(object sender, EventArgs e) + { + + } + + private void ToolStripButtonStepToEnd_Click(object sender, EventArgs e) + { + + } + + private void ToolStripButtonGoToIndex_Click(object sender, EventArgs e) + { + + } + + private void ToolStripButtonChangeDataTableStyle_Click(object sender, EventArgs e) + { + + } + + private void ToolStripButtonChangeHoverEffect_Click(object sender, EventArgs e) + { + + } + + #endregion + + #region DoubleClick event handlers + + private void LabelCatalogDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCatalogData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelIdentifierDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelIdentifierData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelProximityFlagDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelProximityFlagData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelRightAscensionDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelRightAscensionData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelDeclinationDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelDeclinationData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelMagnitudeJohnsonDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelMagnitudeJohnsonData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelSourceOfMagnitudeDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelSourceOfMagnitudeData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelAlphaDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelAlphaData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelDeltaDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelDeltaData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelReferenceFlagForAstrometryDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelReferenceFlagForAstrometryData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelTrigonomicParallaxDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelTrigonomicParallaxData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelProperMotionAlphaDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelProperMotionAlphaData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelProperMotionDeltaDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelProperMotionDeltaData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorRightAscensionDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorRightAscensionData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorDeclinationDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorDeclinationData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorTrigonomicParallaxDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorTrigonomicParallaxData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionRightAscensionDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionRightAscensionData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionDeclinationDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorProperMotionDeclinationData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationDeclinationByRightAscensionDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationDeclinationByRightAscensionData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByRightAscensionDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByRightAscensionData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByDeclinationDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationTrigonomicParallaxByDeclinationData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByRightAscensionDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByRightAscensionData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByDeclinationDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByDeclinationData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionRightAscensionByTrigonomicParallaxData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByRightAscensionDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByRightAscensionData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByDeclinationData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByDeclinationDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByTrigonomicParallaxData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCorrelationProperMotionDeclinationByProperMotionRightAscensionData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForAstrometryDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForAstrometryData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelGoodnessOfFitParameterDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelGoodnessOfFitParameterData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelHipparcosNumberDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelHipparcosNumberData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelMeanBtMagnitudeDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelMeanBtMagnitudeData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanBtMagnitudeDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanBtMagnitudeData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelMeanVtMagnitudeDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelMeanVtMagnitudeData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanVtMagnitudeDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorMeanVtMagnitudeData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelSourceOfPhotometryDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelSourceOfPhotometryData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelJohnsonBvColorDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelJohnsonBvColorData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorJohnsonBvColorDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelStandardErrorJohnsonBvColorData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelAstrometricQualityFlagDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelAstrometricQualityFlagData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelSignalToNoiseRatioOfTheStarImageDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelSignalToNoiseRatioOfTheStarImageData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelSourceOfAstrometricDataDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelSourceOfAstrometricDataData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForPhotometryDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelNumberOfTransitsForPhotometryData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelEstimateOfVtmagScatterDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelEstimateOfVtmagScatterData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMaximumDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMaximumData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMinimumDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelVtmagAtMinimumData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelKnownVariabilityFromGcvsNsvDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelKnownVariabilityFromGcvsNsvData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelVariabilityFromTychoDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelVariabilityFromTychoData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelDuplicityFromTychoDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelDuplicityFromTychoData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelEpochPhotometryInAnnexDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelEpochPhotometryInAnnexData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCcdmComponentIdentifierDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCcdmComponentIdentifierData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelPpmAndSupplementDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelPpmAndSupplementData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelHdNumberDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelHdNumberData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelBonnerDmDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelBonnerDmData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCordobaDmDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCordobaDmData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCapePhotographicDmDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelCapePhotographicDmData_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelNotesDesc_DoubleClick(object sender, EventArgs e) + { + + } + + private void LabelNotesData_DoubleClick(object sender, EventArgs e) + { + + } + + #endregion + + #region Key* event handlers + + private void TychoCatalogViewerForm_PreviewKeyDown(object sender, PreviewKeyDownEventArgs e) + { + + } + + private void ToolStripTextBoxGoToIndex_KeyPress(object sender, KeyPressEventArgs e) + { + + } + + #endregion + } +} diff --git a/TychoCatalogViewerForm.resx b/TychoCatalogViewerForm.resx new file mode 100644 index 0000000..174435d --- /dev/null +++ b/TychoCatalogViewerForm.resx @@ -0,0 +1,420 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + 380, 22 + + + 171, 19 + + + 273, 22 + + + 89, 18 + + + 59 + + + + + AAABAAoAICAQAAEABADoAgAApgAAABgYEAABAAQA6AEAAI4DAAAQEBAAAQAEACgBAAB2BQAAICAAAAEA + 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 + 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== + + + \ No newline at end of file