From 3714fd74d90745dd87fccccfe23627441f140a3c Mon Sep 17 00:00:00 2001 From: MakariAeron Date: Tue, 9 Dec 2014 15:31:31 -0600 Subject: [PATCH] V1.17 --- AboutBox.Designer.cs | 186 +++++++++++++++++++++++++++++++++ AboutBox.cs | 139 ++++++++++++++++++++++++ AboutBox.resx | 120 +++++++++++++++++++++ Readme.rtf | Bin 0 -> 1488 bytes Resources/Eve_online.jpg | Bin 0 -> 28605 bytes icon.ico => Resources/icon.ico | Bin icon.png => Resources/icon.png | Bin 7 files changed, 445 insertions(+) create mode 100644 AboutBox.Designer.cs create mode 100644 AboutBox.cs create mode 100644 AboutBox.resx create mode 100644 Readme.rtf create mode 100644 Resources/Eve_online.jpg rename icon.ico => Resources/icon.ico (100%) rename icon.png => Resources/icon.png (100%) diff --git a/AboutBox.Designer.cs b/AboutBox.Designer.cs new file mode 100644 index 0000000..82dd819 --- /dev/null +++ b/AboutBox.Designer.cs @@ -0,0 +1,186 @@ +namespace PreviewToy +{ + partial class AboutBox + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + 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.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); + this.logoPictureBox = new System.Windows.Forms.PictureBox(); + this.labelProductName = new System.Windows.Forms.Label(); + this.labelVersion = new System.Windows.Forms.Label(); + this.labelCopyright = new System.Windows.Forms.LinkLabel(); + this.labelCompanyName = new System.Windows.Forms.LinkLabel(); + this.okButton = new System.Windows.Forms.Button(); + this.richTextBoxDescription = new System.Windows.Forms.RichTextBox(); + this.tableLayoutPanel.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit(); + this.SuspendLayout(); + // + // tableLayoutPanel + // + this.tableLayoutPanel.ColumnCount = 2; + this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); + this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F)); + this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0); + this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0); + this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1); + this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2); + this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3); + this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5); + this.tableLayoutPanel.Controls.Add(this.richTextBoxDescription, 1, 4); + this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; + this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9); + this.tableLayoutPanel.Name = "tableLayoutPanel"; + this.tableLayoutPanel.RowCount = 6; + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); + this.tableLayoutPanel.Size = new System.Drawing.Size(534, 490); + this.tableLayoutPanel.TabIndex = 0; + // + // logoPictureBox + // + this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill; + this.logoPictureBox.Image = global::PreviewToy.Properties.Resources.Eve_online; + this.logoPictureBox.Location = new System.Drawing.Point(3, 3); + this.logoPictureBox.Name = "logoPictureBox"; + this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6); + this.logoPictureBox.Size = new System.Drawing.Size(170, 484); + this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.logoPictureBox.TabIndex = 12; + this.logoPictureBox.TabStop = false; + // + // labelProductName + // + this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelProductName.Location = new System.Drawing.Point(182, 0); + this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); + this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17); + this.labelProductName.Name = "labelProductName"; + this.labelProductName.Size = new System.Drawing.Size(349, 17); + this.labelProductName.TabIndex = 19; + this.labelProductName.Text = "Product Name"; + this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // labelVersion + // + this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelVersion.Location = new System.Drawing.Point(182, 49); + this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); + this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17); + this.labelVersion.Name = "labelVersion"; + this.labelVersion.Size = new System.Drawing.Size(349, 17); + this.labelVersion.TabIndex = 0; + this.labelVersion.Text = "Version"; + this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // labelCopyright + // + this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCopyright.Location = new System.Drawing.Point(182, 98); + this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); + this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17); + this.labelCopyright.Name = "labelCopyright"; + this.labelCopyright.Size = new System.Drawing.Size(349, 17); + this.labelCopyright.TabIndex = 21; + this.labelCopyright.TabStop = true; + this.labelCopyright.Text = "Copyright"; + this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.labelCopyright.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labelCopyright_LinkClicked); + // + // labelCompanyName + // + this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelCompanyName.Location = new System.Drawing.Point(182, 147); + this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); + this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17); + this.labelCompanyName.Name = "labelCompanyName"; + this.labelCompanyName.Size = new System.Drawing.Size(349, 17); + this.labelCompanyName.TabIndex = 22; + this.labelCompanyName.TabStop = true; + this.labelCompanyName.Text = "Company Name"; + this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.labelCompanyName.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labelCompanyName_LinkClicked); + // + // okButton + // + this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.okButton.Location = new System.Drawing.Point(456, 464); + this.okButton.Name = "okButton"; + this.okButton.Size = new System.Drawing.Size(75, 23); + this.okButton.TabIndex = 24; + this.okButton.Text = "&OK"; + // + // richTextBoxDescription + // + this.richTextBoxDescription.BackColor = System.Drawing.SystemColors.Control; + this.richTextBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill; + this.richTextBoxDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.richTextBoxDescription.Location = new System.Drawing.Point(179, 199); + this.richTextBoxDescription.Name = "richTextBoxDescription"; + this.richTextBoxDescription.ReadOnly = true; + this.richTextBoxDescription.Size = new System.Drawing.Size(352, 239); + this.richTextBoxDescription.TabIndex = 25; + this.richTextBoxDescription.Text = "Description"; + // + // AboutBox + // + this.AcceptButton = this.okButton; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(552, 508); + this.Controls.Add(this.tableLayoutPanel); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "AboutBox"; + this.Padding = new System.Windows.Forms.Padding(9); + this.ShowIcon = false; + this.ShowInTaskbar = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "About EVE-O Preview"; + this.tableLayoutPanel.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; + private System.Windows.Forms.PictureBox logoPictureBox; + private System.Windows.Forms.Label labelProductName; + private System.Windows.Forms.Label labelVersion; + private System.Windows.Forms.Button okButton; + private System.Windows.Forms.RichTextBox richTextBoxDescription; + private System.Windows.Forms.LinkLabel labelCompanyName; + private System.Windows.Forms.LinkLabel labelCopyright; + } +} diff --git a/AboutBox.cs b/AboutBox.cs new file mode 100644 index 0000000..de2b446 --- /dev/null +++ b/AboutBox.cs @@ -0,0 +1,139 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Diagnostics; +using System.Drawing; +using System.Linq; +using System.Reflection; +using System.Windows.Forms; + +namespace PreviewToy +{ + partial class AboutBox : Form + { + public AboutBox() + { + InitializeComponent(); + this.Text = String.Format("About {0}", AssemblyTitle); + this.labelProductName.Text = AssemblyProduct; + this.labelVersion.Text = String.Format("Version {0}", AssemblyVersion); + this.labelCopyright.Text = AssemblyCopyright; + this.labelCompanyName.Text = AssemblyCompany; + this.richTextBoxDescription.Rtf = +@"{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Arial;}{\f1\fnil\fcharset0 Calibri;}{\f2\fnil\fcharset2 Symbol;}} +{\*\generator Riched20 6.3.9600}\viewkind4\uc1 +\pard\sa200\sl276\slmult1\qc\b\fs28\lang9 EVE-O Preview\par + +\pard\sa200\sl276\slmult1\b0\fs24 EVE-O Preview is a multi-client management tool which displays miniature windows, or previews, of your client(s) and allows you to switch between them easily. Due to the nature of the window tracking (Windows DLLs), Linux and Mac are not supported.\par +\i Requirements:\line\i0 Windows Vista/7/8/8.1\line Windows Aero\par +\i Key Features:\par + +\pard{\pntext\f2\'B7\tab}{\*\pn\pnlvlblt\pnf2\pnindent0{\pntxtb\'B7}}\fi-360\li720\sa200\sl276\slmult1\i0 Client Previews (windowed and borderless)\par +{\pntext\f2\'B7\tab}Resizable previews (independent or syncronized)\par +{\pntext\f2\'B7\tab}Options for 'always on top', 'hide when EVE client not active', 'hide active client preview', and 'zoom on hover'\par +{\pntext\f2\'B7\tab}EVE Client position tracking (CCP FoxFour)\par + +\pard\sa200\sl276\slmult1\i Current Maintainer(s):\i0\line CCP FoxFour\line Makari Aeron\par +\i Original Creator:\line\i0 StinkRay\par +\i Devs:\line\i0 StinkRay, CCP FoxFour, Makari Aeron\par +\i Special Thanks:\i0\line Takagamu\f1\fs22\par +}"; + } + + //StinkRay + private void labelCopyright_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) + { + string url = "https://forums.eveonline.com/default.aspx?g=posts&t=246157"; + ProcessStartInfo sInfo = new ProcessStartInfo(new Uri(url).AbsoluteUri); + Process.Start(sInfo); + } + + //New Thread + private void labelCompanyName_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) + { + string url = "https://forums.eveonline.com/default.aspx?g=posts&m=5264866"; + ProcessStartInfo sInfo = new ProcessStartInfo(new Uri(url).AbsoluteUri); + Process.Start(sInfo); + } + + #region Assembly Attribute Accessors + + public string AssemblyTitle + { + get + { + object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyTitleAttribute), false); + if (attributes.Length > 0) + { + AssemblyTitleAttribute titleAttribute = (AssemblyTitleAttribute)attributes[0]; + if (titleAttribute.Title != "") + { + return titleAttribute.Title; + } + } + return System.IO.Path.GetFileNameWithoutExtension(Assembly.GetExecutingAssembly().CodeBase); + } + } + + public string AssemblyVersion + { + get + { + return Assembly.GetExecutingAssembly().GetName().Version.ToString(); + } + } + + public string AssemblyDescription + { + get + { + object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyDescriptionAttribute), false); + if (attributes.Length == 0) + { + return ""; + } + return ((AssemblyDescriptionAttribute)attributes[0]).Description; + } + } + + public string AssemblyProduct + { + get + { + object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyProductAttribute), false); + if (attributes.Length == 0) + { + return ""; + } + return ((AssemblyProductAttribute)attributes[0]).Product; + } + } + + public string AssemblyCopyright + { + get + { + object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyCopyrightAttribute), false); + if (attributes.Length == 0) + { + return ""; + } + return ((AssemblyCopyrightAttribute)attributes[0]).Copyright; + } + } + + public string AssemblyCompany + { + get + { + object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyCompanyAttribute), false); + if (attributes.Length == 0) + { + return ""; + } + return ((AssemblyCompanyAttribute)attributes[0]).Company; + } + } + #endregion + } +} diff --git a/AboutBox.resx b/AboutBox.resx new file mode 100644 index 0000000..29dcb1b --- /dev/null +++ b/AboutBox.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + \ No newline at end of file diff --git a/Readme.rtf b/Readme.rtf new file mode 100644 index 0000000000000000000000000000000000000000..4fa6e002f46abf021caeb3fcfc052065ebcdcbfe GIT binary patch literal 1488 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