Added Windows Forms User Interface for ArkAngles Setup

This commit is contained in:
Michael Becker 2015-04-22 15:52:49 -04:00
parent b9c247017d
commit aaf4ee8df9
10 changed files with 1284 additions and 30 deletions

View File

@ -0,0 +1,700 @@
namespace UniversalEditor.Editors.Setup.ArkAngles
{
partial class ArkAnglesSetupEditor
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.lblProductTitle = new System.Windows.Forms.Label();
this.txtHeaderText = new System.Windows.Forms.TextBox();
this.lblFooterText = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.pnlUninstallationTitle = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.picUninstallationTitle = new System.Windows.Forms.PictureBox();
this.lblUninstallationTitle = new System.Windows.Forms.Label();
this.lblLogFileName = new System.Windows.Forms.Label();
this.txtLogFileName = new System.Windows.Forms.TextBox();
this.pnlUninstallation = new System.Windows.Forms.Panel();
this.chkRestart = new System.Windows.Forms.CheckBox();
this.fraAutomatedActions = new System.Windows.Forms.GroupBox();
this.lvPostInstallActions = new System.Windows.Forms.ListView();
this.cmdPostInstallActionMoveUp = new System.Windows.Forms.Button();
this.cmdPostInstallActionMoveDown = new System.Windows.Forms.Button();
this.chTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.fraAppearance = new System.Windows.Forms.GroupBox();
this.lblAppearanceBackground = new System.Windows.Forms.Label();
this.cmdAppearanceBackgroundTop = new System.Windows.Forms.Button();
this.cmdAppearanceBackgroundBottom = new System.Windows.Forms.Button();
this.lblAppearanceBackgroundTop = new System.Windows.Forms.Label();
this.lblAppearanceBackgroundBottom = new System.Windows.Forms.Label();
this.lblAppearanceTitle = new System.Windows.Forms.Label();
this.cmdAppearanceTitleForeground = new System.Windows.Forms.Button();
this.cmdAppearanceTitleBackground = new System.Windows.Forms.Button();
this.lblAppearanceTitleForeground = new System.Windows.Forms.Label();
this.lblAppearanceTitleBackground = new System.Windows.Forms.Label();
this.fraGeneral = new System.Windows.Forms.GroupBox();
this.lblAppearanceTitleShadowOffset = new System.Windows.Forms.Label();
this.txtAppearanceTitleShadowOffset = new System.Windows.Forms.NumericUpDown();
this.cmdAppearanceFooter = new System.Windows.Forms.Button();
this.cmdAppearanceButtonLabel = new System.Windows.Forms.Button();
this.lblAppearanceFooter = new System.Windows.Forms.Label();
this.lblAppearanceButtonLabel = new System.Windows.Forms.Label();
this.pnlInstallation = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label6 = new System.Windows.Forms.Label();
this.lblAppearanceOther = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
this.pnlUninstallationTitle.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picUninstallationTitle)).BeginInit();
this.pnlUninstallation.SuspendLayout();
this.fraAutomatedActions.SuspendLayout();
this.fraAppearance.SuspendLayout();
this.fraGeneral.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtAppearanceTitleShadowOffset)).BeginInit();
this.pnlInstallation.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// lblProductTitle
//
this.lblProductTitle.AutoSize = true;
this.lblProductTitle.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblProductTitle.Location = new System.Drawing.Point(6, 22);
this.lblProductTitle.Name = "lblProductTitle";
this.lblProductTitle.Size = new System.Drawing.Size(65, 13);
this.lblProductTitle.TabIndex = 1;
this.lblProductTitle.Text = "&Header text:";
//
// txtHeaderText
//
this.txtHeaderText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtHeaderText.Location = new System.Drawing.Point(77, 19);
this.txtHeaderText.Name = "txtHeaderText";
this.txtHeaderText.Size = new System.Drawing.Size(360, 20);
this.txtHeaderText.TabIndex = 2;
this.txtHeaderText.Text = "Your Application Setup";
//
// lblFooterText
//
this.lblFooterText.AutoSize = true;
this.lblFooterText.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblFooterText.Location = new System.Drawing.Point(6, 48);
this.lblFooterText.Name = "lblFooterText";
this.lblFooterText.Size = new System.Drawing.Size(60, 13);
this.lblFooterText.TabIndex = 1;
this.lblFooterText.Text = "&Footer text:";
//
// textBox2
//
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox2.Location = new System.Drawing.Point(77, 45);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(360, 20);
this.textBox2.TabIndex = 2;
this.textBox2.Text = "Copyright ©2015 Your Company Name";
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.label2.Location = new System.Drawing.Point(441, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(30, 13);
this.label2.TabIndex = 1;
this.label2.Text = "&Size:";
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.label3.Location = new System.Drawing.Point(443, 48);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(30, 13);
this.label3.TabIndex = 1;
this.label3.Text = "Si&ze:";
//
// numericUpDown1
//
this.numericUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.numericUpDown1.Location = new System.Drawing.Point(479, 20);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(49, 20);
this.numericUpDown1.TabIndex = 3;
this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.numericUpDown1.Value = new decimal(new int[] {
23,
0,
0,
0});
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true;
this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.label4.Location = new System.Drawing.Point(534, 22);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(16, 13);
this.label4.TabIndex = 1;
this.label4.Text = "pt";
//
// numericUpDown2
//
this.numericUpDown2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.numericUpDown2.Location = new System.Drawing.Point(477, 46);
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(49, 20);
this.numericUpDown2.TabIndex = 3;
this.numericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true;
this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.label5.Location = new System.Drawing.Point(532, 48);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(16, 13);
this.label5.TabIndex = 1;
this.label5.Text = "pt";
//
// pnlUninstallationTitle
//
this.pnlUninstallationTitle.BackColor = System.Drawing.SystemColors.Window;
this.pnlUninstallationTitle.Controls.Add(this.label7);
this.pnlUninstallationTitle.Controls.Add(this.picUninstallationTitle);
this.pnlUninstallationTitle.Controls.Add(this.lblUninstallationTitle);
this.pnlUninstallationTitle.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlUninstallationTitle.Location = new System.Drawing.Point(0, 0);
this.pnlUninstallationTitle.Name = "pnlUninstallationTitle";
this.pnlUninstallationTitle.Size = new System.Drawing.Size(562, 56);
this.pnlUninstallationTitle.TabIndex = 5;
//
// label7
//
this.label7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label7.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label7.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.label7.Location = new System.Drawing.Point(0, 54);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(562, 2);
this.label7.TabIndex = 0;
//
// picUninstallationTitle
//
this.picUninstallationTitle.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.picUninstallationTitle.Image = global::UniversalEditor.Properties.Resources.Uninstall;
this.picUninstallationTitle.Location = new System.Drawing.Point(13, 12);
this.picUninstallationTitle.Name = "picUninstallationTitle";
this.picUninstallationTitle.Size = new System.Drawing.Size(32, 32);
this.picUninstallationTitle.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.picUninstallationTitle.TabIndex = 0;
this.picUninstallationTitle.TabStop = false;
//
// lblUninstallationTitle
//
this.lblUninstallationTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.lblUninstallationTitle.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblUninstallationTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
this.lblUninstallationTitle.Location = new System.Drawing.Point(51, 22);
this.lblUninstallationTitle.Name = "lblUninstallationTitle";
this.lblUninstallationTitle.Size = new System.Drawing.Size(508, 13);
this.lblUninstallationTitle.TabIndex = 1;
this.lblUninstallationTitle.Text = "Uninstallation";
//
// lblLogFileName
//
this.lblLogFileName.AutoSize = true;
this.lblLogFileName.Location = new System.Drawing.Point(3, 65);
this.lblLogFileName.Name = "lblLogFileName";
this.lblLogFileName.Size = new System.Drawing.Size(73, 13);
this.lblLogFileName.TabIndex = 6;
this.lblLogFileName.Text = "&Log file name:";
//
// txtLogFileName
//
this.txtLogFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtLogFileName.Location = new System.Drawing.Point(82, 62);
this.txtLogFileName.Name = "txtLogFileName";
this.txtLogFileName.Size = new System.Drawing.Size(477, 20);
this.txtLogFileName.TabIndex = 2;
//
// pnlUninstallation
//
this.pnlUninstallation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlUninstallation.Controls.Add(this.pnlUninstallationTitle);
this.pnlUninstallation.Controls.Add(this.lblLogFileName);
this.pnlUninstallation.Controls.Add(this.txtLogFileName);
this.pnlUninstallation.Location = new System.Drawing.Point(0, 496);
this.pnlUninstallation.Name = "pnlUninstallation";
this.pnlUninstallation.Size = new System.Drawing.Size(562, 90);
this.pnlUninstallation.TabIndex = 7;
//
// chkRestart
//
this.chkRestart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.chkRestart.Location = new System.Drawing.Point(6, 170);
this.chkRestart.Name = "chkRestart";
this.chkRestart.Size = new System.Drawing.Size(279, 17);
this.chkRestart.TabIndex = 7;
this.chkRestart.Text = "Provide &restart option upon installation completion";
this.chkRestart.UseVisualStyleBackColor = true;
//
// fraAutomatedActions
//
this.fraAutomatedActions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.fraAutomatedActions.Controls.Add(this.cmdPostInstallActionMoveDown);
this.fraAutomatedActions.Controls.Add(this.cmdPostInstallActionMoveUp);
this.fraAutomatedActions.Controls.Add(this.lvPostInstallActions);
this.fraAutomatedActions.Controls.Add(this.chkRestart);
this.fraAutomatedActions.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.fraAutomatedActions.Location = new System.Drawing.Point(268, 86);
this.fraAutomatedActions.Name = "fraAutomatedActions";
this.fraAutomatedActions.Size = new System.Drawing.Size(291, 198);
this.fraAutomatedActions.TabIndex = 8;
this.fraAutomatedActions.TabStop = false;
this.fraAutomatedActions.Text = "Automated actions";
//
// lvPostInstallActions
//
this.lvPostInstallActions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lvPostInstallActions.CheckBoxes = true;
this.lvPostInstallActions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chTitle});
this.lvPostInstallActions.FullRowSelect = true;
this.lvPostInstallActions.HideSelection = false;
this.lvPostInstallActions.Location = new System.Drawing.Point(6, 19);
this.lvPostInstallActions.Name = "lvPostInstallActions";
this.lvPostInstallActions.Size = new System.Drawing.Size(198, 145);
this.lvPostInstallActions.TabIndex = 0;
this.lvPostInstallActions.UseCompatibleStateImageBehavior = false;
this.lvPostInstallActions.View = System.Windows.Forms.View.Details;
this.lvPostInstallActions.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.lvPostInstallActions_ItemCheck);
this.lvPostInstallActions.SelectedIndexChanged += new System.EventHandler(this.lvPostInstallActions_SelectedIndexChanged);
//
// cmdPostInstallActionMoveUp
//
this.cmdPostInstallActionMoveUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cmdPostInstallActionMoveUp.Enabled = false;
this.cmdPostInstallActionMoveUp.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.cmdPostInstallActionMoveUp.Location = new System.Drawing.Point(210, 19);
this.cmdPostInstallActionMoveUp.Name = "cmdPostInstallActionMoveUp";
this.cmdPostInstallActionMoveUp.Size = new System.Drawing.Size(75, 23);
this.cmdPostInstallActionMoveUp.TabIndex = 1;
this.cmdPostInstallActionMoveUp.Text = "Move &Up";
this.cmdPostInstallActionMoveUp.UseVisualStyleBackColor = true;
//
// cmdPostInstallActionMoveDown
//
this.cmdPostInstallActionMoveDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cmdPostInstallActionMoveDown.Enabled = false;
this.cmdPostInstallActionMoveDown.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.cmdPostInstallActionMoveDown.Location = new System.Drawing.Point(210, 48);
this.cmdPostInstallActionMoveDown.Name = "cmdPostInstallActionMoveDown";
this.cmdPostInstallActionMoveDown.Size = new System.Drawing.Size(75, 23);
this.cmdPostInstallActionMoveDown.TabIndex = 1;
this.cmdPostInstallActionMoveDown.Text = "Move &Down";
this.cmdPostInstallActionMoveDown.UseVisualStyleBackColor = true;
//
// chTitle
//
this.chTitle.Text = "Title";
this.chTitle.Width = 185;
//
// fraAppearance
//
this.fraAppearance.Controls.Add(this.lblAppearanceButtonLabel);
this.fraAppearance.Controls.Add(this.lblAppearanceTitleBackground);
this.fraAppearance.Controls.Add(this.lblAppearanceBackgroundBottom);
this.fraAppearance.Controls.Add(this.lblAppearanceFooter);
this.fraAppearance.Controls.Add(this.lblAppearanceTitleForeground);
this.fraAppearance.Controls.Add(this.lblAppearanceBackgroundTop);
this.fraAppearance.Controls.Add(this.cmdAppearanceButtonLabel);
this.fraAppearance.Controls.Add(this.cmdAppearanceTitleBackground);
this.fraAppearance.Controls.Add(this.cmdAppearanceBackgroundBottom);
this.fraAppearance.Controls.Add(this.cmdAppearanceFooter);
this.fraAppearance.Controls.Add(this.cmdAppearanceTitleForeground);
this.fraAppearance.Controls.Add(this.lblAppearanceTitleShadowOffset);
this.fraAppearance.Controls.Add(this.lblAppearanceOther);
this.fraAppearance.Controls.Add(this.lblAppearanceTitle);
this.fraAppearance.Controls.Add(this.txtAppearanceTitleShadowOffset);
this.fraAppearance.Controls.Add(this.cmdAppearanceBackgroundTop);
this.fraAppearance.Controls.Add(this.lblAppearanceBackground);
this.fraAppearance.Location = new System.Drawing.Point(3, 86);
this.fraAppearance.Name = "fraAppearance";
this.fraAppearance.Size = new System.Drawing.Size(259, 198);
this.fraAppearance.TabIndex = 9;
this.fraAppearance.TabStop = false;
this.fraAppearance.Text = "Appearance";
//
// lblAppearanceBackground
//
this.lblAppearanceBackground.AutoSize = true;
this.lblAppearanceBackground.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblAppearanceBackground.Location = new System.Drawing.Point(6, 24);
this.lblAppearanceBackground.Name = "lblAppearanceBackground";
this.lblAppearanceBackground.Size = new System.Drawing.Size(68, 13);
this.lblAppearanceBackground.TabIndex = 0;
this.lblAppearanceBackground.Text = "Background:";
//
// cmdAppearanceBackgroundTop
//
this.cmdAppearanceBackgroundTop.BackColor = System.Drawing.Color.Cyan;
this.cmdAppearanceBackgroundTop.Location = new System.Drawing.Point(80, 19);
this.cmdAppearanceBackgroundTop.Name = "cmdAppearanceBackgroundTop";
this.cmdAppearanceBackgroundTop.Size = new System.Drawing.Size(75, 23);
this.cmdAppearanceBackgroundTop.TabIndex = 1;
this.cmdAppearanceBackgroundTop.UseVisualStyleBackColor = false;
this.cmdAppearanceBackgroundTop.Click += new System.EventHandler(this.cmdColor_Click);
//
// cmdAppearanceBackgroundBottom
//
this.cmdAppearanceBackgroundBottom.BackColor = System.Drawing.Color.Lime;
this.cmdAppearanceBackgroundBottom.Location = new System.Drawing.Point(161, 19);
this.cmdAppearanceBackgroundBottom.Name = "cmdAppearanceBackgroundBottom";
this.cmdAppearanceBackgroundBottom.Size = new System.Drawing.Size(75, 23);
this.cmdAppearanceBackgroundBottom.TabIndex = 1;
this.cmdAppearanceBackgroundBottom.UseVisualStyleBackColor = false;
this.cmdAppearanceBackgroundBottom.Click += new System.EventHandler(this.cmdColor_Click);
//
// lblAppearanceBackgroundTop
//
this.lblAppearanceBackgroundTop.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblAppearanceBackgroundTop.Location = new System.Drawing.Point(80, 49);
this.lblAppearanceBackgroundTop.Name = "lblAppearanceBackgroundTop";
this.lblAppearanceBackgroundTop.Size = new System.Drawing.Size(75, 15);
this.lblAppearanceBackgroundTop.TabIndex = 2;
this.lblAppearanceBackgroundTop.Text = "Top";
this.lblAppearanceBackgroundTop.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lblAppearanceBackgroundBottom
//
this.lblAppearanceBackgroundBottom.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblAppearanceBackgroundBottom.Location = new System.Drawing.Point(161, 49);
this.lblAppearanceBackgroundBottom.Name = "lblAppearanceBackgroundBottom";
this.lblAppearanceBackgroundBottom.Size = new System.Drawing.Size(75, 15);
this.lblAppearanceBackgroundBottom.TabIndex = 2;
this.lblAppearanceBackgroundBottom.Text = "Bottom";
this.lblAppearanceBackgroundBottom.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lblAppearanceTitle
//
this.lblAppearanceTitle.AutoSize = true;
this.lblAppearanceTitle.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblAppearanceTitle.Location = new System.Drawing.Point(6, 72);
this.lblAppearanceTitle.Name = "lblAppearanceTitle";
this.lblAppearanceTitle.Size = new System.Drawing.Size(30, 13);
this.lblAppearanceTitle.TabIndex = 0;
this.lblAppearanceTitle.Text = "Title:";
//
// cmdAppearanceTitleForeground
//
this.cmdAppearanceTitleForeground.BackColor = System.Drawing.Color.White;
this.cmdAppearanceTitleForeground.Location = new System.Drawing.Point(80, 67);
this.cmdAppearanceTitleForeground.Name = "cmdAppearanceTitleForeground";
this.cmdAppearanceTitleForeground.Size = new System.Drawing.Size(75, 23);
this.cmdAppearanceTitleForeground.TabIndex = 1;
this.cmdAppearanceTitleForeground.UseVisualStyleBackColor = false;
this.cmdAppearanceTitleForeground.Click += new System.EventHandler(this.cmdColor_Click);
//
// cmdAppearanceTitleBackground
//
this.cmdAppearanceTitleBackground.BackColor = System.Drawing.Color.Black;
this.cmdAppearanceTitleBackground.Location = new System.Drawing.Point(161, 67);
this.cmdAppearanceTitleBackground.Name = "cmdAppearanceTitleBackground";
this.cmdAppearanceTitleBackground.Size = new System.Drawing.Size(75, 23);
this.cmdAppearanceTitleBackground.TabIndex = 1;
this.cmdAppearanceTitleBackground.UseVisualStyleBackColor = false;
this.cmdAppearanceTitleBackground.Click += new System.EventHandler(this.cmdColor_Click);
//
// lblAppearanceTitleForeground
//
this.lblAppearanceTitleForeground.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblAppearanceTitleForeground.Location = new System.Drawing.Point(80, 97);
this.lblAppearanceTitleForeground.Name = "lblAppearanceTitleForeground";
this.lblAppearanceTitleForeground.Size = new System.Drawing.Size(75, 15);
this.lblAppearanceTitleForeground.TabIndex = 2;
this.lblAppearanceTitleForeground.Text = "Foreground";
this.lblAppearanceTitleForeground.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lblAppearanceTitleBackground
//
this.lblAppearanceTitleBackground.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblAppearanceTitleBackground.Location = new System.Drawing.Point(161, 97);
this.lblAppearanceTitleBackground.Name = "lblAppearanceTitleBackground";
this.lblAppearanceTitleBackground.Size = new System.Drawing.Size(75, 15);
this.lblAppearanceTitleBackground.TabIndex = 2;
this.lblAppearanceTitleBackground.Text = "Background";
this.lblAppearanceTitleBackground.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// fraGeneral
//
this.fraGeneral.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.fraGeneral.Controls.Add(this.lblProductTitle);
this.fraGeneral.Controls.Add(this.textBox2);
this.fraGeneral.Controls.Add(this.label2);
this.fraGeneral.Controls.Add(this.txtHeaderText);
this.fraGeneral.Controls.Add(this.label4);
this.fraGeneral.Controls.Add(this.numericUpDown1);
this.fraGeneral.Controls.Add(this.label5);
this.fraGeneral.Controls.Add(this.lblFooterText);
this.fraGeneral.Controls.Add(this.label3);
this.fraGeneral.Controls.Add(this.numericUpDown2);
this.fraGeneral.Location = new System.Drawing.Point(3, 3);
this.fraGeneral.Name = "fraGeneral";
this.fraGeneral.Size = new System.Drawing.Size(556, 77);
this.fraGeneral.TabIndex = 11;
this.fraGeneral.TabStop = false;
this.fraGeneral.Text = "General";
//
// lblAppearanceTitleShadowOffset
//
this.lblAppearanceTitleShadowOffset.AutoSize = true;
this.lblAppearanceTitleShadowOffset.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblAppearanceTitleShadowOffset.Location = new System.Drawing.Point(6, 174);
this.lblAppearanceTitleShadowOffset.Name = "lblAppearanceTitleShadowOffset";
this.lblAppearanceTitleShadowOffset.Size = new System.Drawing.Size(99, 13);
this.lblAppearanceTitleShadowOffset.TabIndex = 0;
this.lblAppearanceTitleShadowOffset.Text = "Title shadow &offset:";
//
// txtAppearanceTitleShadowOffset
//
this.txtAppearanceTitleShadowOffset.Location = new System.Drawing.Point(111, 172);
this.txtAppearanceTitleShadowOffset.Name = "txtAppearanceTitleShadowOffset";
this.txtAppearanceTitleShadowOffset.Size = new System.Drawing.Size(49, 20);
this.txtAppearanceTitleShadowOffset.TabIndex = 3;
this.txtAppearanceTitleShadowOffset.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// cmdAppearanceFooter
//
this.cmdAppearanceFooter.BackColor = System.Drawing.Color.Black;
this.cmdAppearanceFooter.Location = new System.Drawing.Point(80, 115);
this.cmdAppearanceFooter.Name = "cmdAppearanceFooter";
this.cmdAppearanceFooter.Size = new System.Drawing.Size(75, 23);
this.cmdAppearanceFooter.TabIndex = 1;
this.cmdAppearanceFooter.UseVisualStyleBackColor = false;
this.cmdAppearanceFooter.Click += new System.EventHandler(this.cmdColor_Click);
//
// cmdAppearanceButtonLabel
//
this.cmdAppearanceButtonLabel.BackColor = System.Drawing.Color.Black;
this.cmdAppearanceButtonLabel.Location = new System.Drawing.Point(161, 115);
this.cmdAppearanceButtonLabel.Name = "cmdAppearanceButtonLabel";
this.cmdAppearanceButtonLabel.Size = new System.Drawing.Size(75, 23);
this.cmdAppearanceButtonLabel.TabIndex = 1;
this.cmdAppearanceButtonLabel.UseVisualStyleBackColor = false;
this.cmdAppearanceButtonLabel.Click += new System.EventHandler(this.cmdColor_Click);
//
// lblAppearanceFooter
//
this.lblAppearanceFooter.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblAppearanceFooter.Location = new System.Drawing.Point(80, 145);
this.lblAppearanceFooter.Name = "lblAppearanceFooter";
this.lblAppearanceFooter.Size = new System.Drawing.Size(75, 15);
this.lblAppearanceFooter.TabIndex = 2;
this.lblAppearanceFooter.Text = "Footer";
this.lblAppearanceFooter.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lblAppearanceButtonLabel
//
this.lblAppearanceButtonLabel.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblAppearanceButtonLabel.Location = new System.Drawing.Point(161, 145);
this.lblAppearanceButtonLabel.Name = "lblAppearanceButtonLabel";
this.lblAppearanceButtonLabel.Size = new System.Drawing.Size(75, 15);
this.lblAppearanceButtonLabel.TabIndex = 2;
this.lblAppearanceButtonLabel.Text = "Button Label";
this.lblAppearanceButtonLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// pnlInstallation
//
this.pnlInstallation.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlInstallation.Controls.Add(this.panel3);
this.pnlInstallation.Location = new System.Drawing.Point(0, 290);
this.pnlInstallation.Name = "pnlInstallation";
this.pnlInstallation.Size = new System.Drawing.Size(562, 200);
this.pnlInstallation.TabIndex = 12;
//
// panel3
//
this.panel3.BackColor = System.Drawing.SystemColors.Window;
this.panel3.Controls.Add(this.label1);
this.panel3.Controls.Add(this.pictureBox1);
this.panel3.Controls.Add(this.label6);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(562, 56);
this.panel3.TabIndex = 5;
//
// label1
//
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.label1.Location = new System.Drawing.Point(0, 54);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(562, 2);
this.label1.TabIndex = 0;
//
// pictureBox1
//
this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.pictureBox1.Image = global::UniversalEditor.Properties.Resources.Setup;
this.pictureBox1.Location = new System.Drawing.Point(13, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
this.label6.Location = new System.Drawing.Point(51, 22);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(508, 13);
this.label6.TabIndex = 1;
this.label6.Text = "Installation";
//
// lblAppearanceOther
//
this.lblAppearanceOther.AutoSize = true;
this.lblAppearanceOther.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblAppearanceOther.Location = new System.Drawing.Point(6, 120);
this.lblAppearanceOther.Name = "lblAppearanceOther";
this.lblAppearanceOther.Size = new System.Drawing.Size(36, 13);
this.lblAppearanceOther.TabIndex = 0;
this.lblAppearanceOther.Text = "Other:";
//
// ArkAnglesSetupEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.pnlInstallation);
this.Controls.Add(this.fraGeneral);
this.Controls.Add(this.fraAppearance);
this.Controls.Add(this.fraAutomatedActions);
this.Controls.Add(this.pnlUninstallation);
this.Name = "ArkAnglesSetupEditor";
this.Size = new System.Drawing.Size(562, 586);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
this.pnlUninstallationTitle.ResumeLayout(false);
this.pnlUninstallationTitle.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picUninstallationTitle)).EndInit();
this.pnlUninstallation.ResumeLayout(false);
this.pnlUninstallation.PerformLayout();
this.fraAutomatedActions.ResumeLayout(false);
this.fraAppearance.ResumeLayout(false);
this.fraAppearance.PerformLayout();
this.fraGeneral.ResumeLayout(false);
this.fraGeneral.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtAppearanceTitleShadowOffset)).EndInit();
this.pnlInstallation.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblProductTitle;
private System.Windows.Forms.TextBox txtHeaderText;
private System.Windows.Forms.Label lblFooterText;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.NumericUpDown numericUpDown2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Panel pnlUninstallationTitle;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.PictureBox picUninstallationTitle;
private System.Windows.Forms.Label lblUninstallationTitle;
private System.Windows.Forms.Label lblLogFileName;
private System.Windows.Forms.TextBox txtLogFileName;
private System.Windows.Forms.Panel pnlUninstallation;
private System.Windows.Forms.CheckBox chkRestart;
private System.Windows.Forms.GroupBox fraAutomatedActions;
private System.Windows.Forms.Button cmdPostInstallActionMoveDown;
private System.Windows.Forms.Button cmdPostInstallActionMoveUp;
private System.Windows.Forms.ListView lvPostInstallActions;
private System.Windows.Forms.ColumnHeader chTitle;
private System.Windows.Forms.GroupBox fraAppearance;
private System.Windows.Forms.Button cmdAppearanceBackgroundBottom;
private System.Windows.Forms.Button cmdAppearanceBackgroundTop;
private System.Windows.Forms.Label lblAppearanceBackground;
private System.Windows.Forms.Label lblAppearanceBackgroundBottom;
private System.Windows.Forms.Label lblAppearanceBackgroundTop;
private System.Windows.Forms.Label lblAppearanceTitleBackground;
private System.Windows.Forms.Label lblAppearanceTitleForeground;
private System.Windows.Forms.Button cmdAppearanceTitleBackground;
private System.Windows.Forms.Button cmdAppearanceTitleForeground;
private System.Windows.Forms.Label lblAppearanceTitle;
private System.Windows.Forms.GroupBox fraGeneral;
private System.Windows.Forms.Label lblAppearanceTitleShadowOffset;
private System.Windows.Forms.NumericUpDown txtAppearanceTitleShadowOffset;
private System.Windows.Forms.Label lblAppearanceButtonLabel;
private System.Windows.Forms.Label lblAppearanceFooter;
private System.Windows.Forms.Button cmdAppearanceButtonLabel;
private System.Windows.Forms.Button cmdAppearanceFooter;
private System.Windows.Forms.Panel pnlInstallation;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label lblAppearanceOther;
}
}

View File

@ -0,0 +1,81 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using UniversalEditor.ObjectModels.Setup.ArkAngles;
using UniversalEditor.ObjectModels.Setup.ArkAngles.Actions;
namespace UniversalEditor.Editors.Setup.ArkAngles
{
public partial class ArkAnglesSetupEditor : UserControl
{
public ArkAnglesSetupEditor()
{
InitializeComponent();
lvPostInstallActions.Items.Clear();
List<AutoStartCommand> cmds = new List<AutoStartCommand>();
cmds.Add(AutoStartCommand.Install);
cmds.Add(AutoStartCommand.Catalog);
cmds.Add(null);
cmds.Add(AutoStartCommand.Restart);
cmds.Add(AutoStartCommand.Exit);
foreach (AutoStartCommand cmd in cmds)
{
ListViewItem lvi = new ListViewItem();
if (cmd == null)
{
lvi.ForeColor = Color.FromKnownColor(KnownColor.GrayText);
lvi.Text = "(Installation Process)";
}
else
{
if (cmd == AutoStartCommand.Install)
{
lvi.Text = "Install";
}
else if (cmd == AutoStartCommand.Catalog)
{
lvi.Text = "Catalog";
}
else if (cmd == AutoStartCommand.Restart)
{
lvi.Text = "Restart";
}
else if (cmd == AutoStartCommand.Exit)
{
lvi.Text = "Exit";
}
}
lvPostInstallActions.Items.Add(lvi);
}
}
private void lvPostInstallActions_ItemCheck(object sender, ItemCheckEventArgs e)
{
if (lvPostInstallActions.Items[e.Index].Tag == null) e.NewValue = CheckState.Checked;
}
private void lvPostInstallActions_SelectedIndexChanged(object sender, EventArgs e)
{
cmdPostInstallActionMoveDown.Enabled = (lvPostInstallActions.SelectedItems.Count == 1 && lvPostInstallActions.SelectedItems[0].Tag != null && lvPostInstallActions.SelectedItems[0].Index < lvPostInstallActions.Items.Count - 1);
cmdPostInstallActionMoveUp.Enabled = (lvPostInstallActions.SelectedItems.Count == 1 && lvPostInstallActions.SelectedItems[0].Tag != null && lvPostInstallActions.SelectedItems[0].Index > 0);
}
private void cmdColor_Click(object sender, EventArgs e)
{
Control cmd = (sender as Control);
ColorDialog dlg = new ColorDialog();
dlg.Color = cmd.BackColor;
if (dlg.ShowDialog() == DialogResult.OK)
{
cmd.BackColor = dlg.Color;
}
}
}
}

View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ark Angles plugin for Universal Editor")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Mike Becker's Software")]
[assembly: AssemblyProduct("Universal Editor Plugin Pack")]
[assembly: AssemblyCopyright("Copyright ©2015 Mike Becker's Software")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("0745c53c-1c88-44ae-affb-fa319c3a5516")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@ -0,0 +1,83 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace UniversalEditor.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("UniversalEditor.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Setup {
get {
object obj = ResourceManager.GetObject("Setup", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Uninstall {
get {
object obj = ResourceManager.GetObject("Uninstall", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}

View File

@ -0,0 +1,127 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="Setup" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Setup.ico;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Uninstall" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Uninstall.ico;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

View File

@ -0,0 +1,98 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{CF83423B-800F-4EF9-8955-E7A8C2C5C057}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>UniversalEditor</RootNamespace>
<AssemblyName>UniversalEditor.Plugins.ArkAngles.UserInterface.WindowsForms</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\..\Output\Debug\Plugins\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\..\..\Output\Release\Plugins\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="Editors\Setup\ArkAngles\ArkAnglesSetupEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Editors\Setup\ArkAngles\ArkAnglesSetupEditor.Designer.cs">
<DependentUpon>ArkAnglesSetupEditor.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Editors\Setup\ArkAngles\ArkAnglesSetupEditor.resx">
<DependentUpon>ArkAnglesSetupEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Setup.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Uninstall.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Libraries\UniversalEditor.Core\UniversalEditor.Core.csproj">
<Project>{2d4737e6-6d95-408a-90db-8dff38147e85}</Project>
<Name>UniversalEditor.Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Libraries\UniversalEditor.UserInterface\UniversalEditor.UserInterface.csproj">
<Project>{8622ebc4-8e20-476e-b284-33d472081f5c}</Project>
<Name>UniversalEditor.UserInterface</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Plugins\UniversalEditor.Essential\UniversalEditor.Essential.csproj">
<Project>{30467e5c-05bc-4856-aadc-13906ef4cadd}</Project>
<Name>UniversalEditor.Essential</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Plugins\UniversalEditor.Plugins.ArkAngles\UniversalEditor.Plugins.ArkAngles.csproj">
<Project>{21d14362-103a-4b38-8fb8-eea6c7c89e09}</Project>
<Name>UniversalEditor.Plugins.ArkAngles</Name>
</ProjectReference>
<ProjectReference Include="..\..\Libraries\UniversalEditor.UserInterface.WindowsForms\UniversalEditor.UserInterface.WindowsForms.csproj">
<Project>{bcbb72bd-0ecb-4ff2-8d91-e466361fb6f9}</Project>
<Name>UniversalEditor.UserInterface.WindowsForms</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

View File

@ -1,6 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{15D19291-4200-4C30-A68A-0191B6F83BE1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Core", "Libraries\UniversalEditor.Core\UniversalEditor.Core.csproj", "{2D4737E6-6D95-408A-90DB-8DFF38147E85}"
@ -147,6 +149,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Plugins.Mic
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Plugins.ArkAngles", "Plugins\UniversalEditor.Plugins.ArkAngles\UniversalEditor.Plugins.ArkAngles.csproj", "{21D14362-103A-4B38-8FB8-EEA6C7C89E09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Plugins.ArkAngles.UserInterface.WindowsForms", "Engines\WindowsForms\Plugins\UniversalEditor.Plugins.ArkAngles.UserInterface.WindowsForms\UniversalEditor.Plugins.ArkAngles.UserInterface.WindowsForms.csproj", "{CF83423B-800F-4EF9-8955-E7A8C2C5C057}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -402,27 +406,38 @@ Global
{21D14362-103A-4B38-8FB8-EEA6C7C89E09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21D14362-103A-4B38-8FB8-EEA6C7C89E09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21D14362-103A-4B38-8FB8-EEA6C7C89E09}.Release|Any CPU.Build.0 = Release|Any CPU
{CF83423B-800F-4EF9-8955-E7A8C2C5C057}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF83423B-800F-4EF9-8955-E7A8C2C5C057}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF83423B-800F-4EF9-8955-E7A8C2C5C057}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF83423B-800F-4EF9-8955-E7A8C2C5C057}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2D4737E6-6D95-408A-90DB-8DFF38147E85} = {15D19291-4200-4C30-A68A-0191B6F83BE1}
{3F664673-7E22-4486-9AD0-FC81861D0B78} = {15D19291-4200-4C30-A68A-0191B6F83BE1}
{8622EBC4-8E20-476E-B284-33D472081F5C} = {15D19291-4200-4C30-A68A-0191B6F83BE1}
{6F0AB1AF-E1A1-4D19-B19C-05BBB15C94B2} = {A935623A-E98E-43FF-BBE2-DAA61A587345}
{62CFC025-B8CF-42AA-880A-92F27377FCAF} = {A935623A-E98E-43FF-BBE2-DAA61A587345}
{30467E5C-05BC-4856-AADC-13906EF4CADD} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{3F664673-7E22-4486-9AD0-FC81861D0B78} = {15D19291-4200-4C30-A68A-0191B6F83BE1}
{7CA0A889-C1A1-4CEB-AA54-43A640B41C6C} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{BE4D0BA3-0888-42A5-9C09-FC308A4509D2} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{617D9EB5-CA93-45D6-AA6B-5A012B7698AC} = {5A423A3E-51C5-4188-8AD5-FB5C0CB76C6A}
{8622EBC4-8E20-476E-B284-33D472081F5C} = {15D19291-4200-4C30-A68A-0191B6F83BE1}
{FE016EA3-DC31-4A92-8B0A-8C746EC117E1} = {46041F27-7C1C-4209-B72B-251EDB5D4C61}
{369CFD53-3E65-4A9E-8BDD-4CCD78BF3E33} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{30A2F772-8EC1-425A-8D5D-36A0BE4D6B66} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{3DC2C1F6-F332-4E55-BF6A-AED78A7C3FD2} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{899E3DD6-EA65-4168-AAE3-867A4F9650A6} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{6F0AB1AF-E1A1-4D19-B19C-05BBB15C94B2} = {A935623A-E98E-43FF-BBE2-DAA61A587345}
{C1F34183-7A2F-41A6-9958-F6F329099654} = {A846CA33-9CAA-4237-B14F-8721DBA89442}
{2013757E-4240-4E07-AD22-91219AD9B74F} = {C1F34183-7A2F-41A6-9958-F6F329099654}
{5A423A3E-51C5-4188-8AD5-FB5C0CB76C6A} = {C1F34183-7A2F-41A6-9958-F6F329099654}
{19AEFD28-37E8-4FFD-B879-FEE57824689D} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{76FD1306-9CA4-428F-993B-B7E4EEEACBF3} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{26095090-3F7D-4DB5-A9BF-4C687230FC0F} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1} = {C1F34183-7A2F-41A6-9958-F6F329099654}
{54990D5E-CE09-459F-916E-AF13101765B4} = {C1F34183-7A2F-41A6-9958-F6F329099654}
{D4D9C9A6-04A4-46AD-8238-2493A455723F} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{62CFC025-B8CF-42AA-880A-92F27377FCAF} = {A935623A-E98E-43FF-BBE2-DAA61A587345}
{4FD9DB1D-76AA-48D1-8446-95376C4A2BC2} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{10B9B771-9939-4D0B-8D47-501B6F60209F} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{FEC4EAD0-8A6E-4029-A537-EBD9F420B227} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
@ -433,46 +448,40 @@ Global
{FD6B879E-46B0-47BE-860E-BF0C11135590} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{41DBA506-177E-4B2D-8E6D-738E371326A1} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{BED1EEAF-9ADD-46F6-92D0-53957858E25B} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{E0897B7B-617A-4709-A4C6-FC0F6B441B2A} = {5A423A3E-51C5-4188-8AD5-FB5C0CB76C6A}
{9F1FDC26-5F1C-4C2A-BBBF-3A597A72802D} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{E6C9A73D-4556-4220-9BC7-302A7EE64C1A} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{DF96F24E-FED9-4BAC-8389-63590125DC61} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{E0B0223C-3E44-4D2A-9FED-F1A319D84D39} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{791A36F8-5D96-452B-89D2-78BA74596A1E} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{4698BC3F-EC29-42EB-9AED-3D8F9983A108} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{04674541-23C2-4308-A9DF-DBC43AE99814} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{B2DFA94A-A468-48A1-AB31-04EE432E7B2B} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{A968C097-44CE-42BA-B66C-CB3A871EE117} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{CC5C9010-83EF-491D-9262-2CED509D895D} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{7C861D40-8214-4DC5-89D1-129F267C1D1B} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{64089452-6A08-47A5-A857-BF418F80D4A3} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{7BB04C9F-DC3F-448A-8FD3-9A6BB52BC886} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{D623EC26-1A04-4BFE-84EE-E738281499C0} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{311885BE-3FAF-430B-91B2-6EC135D3A8AB} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{05127997-B7F3-4802-8021-06C048C8FE63} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{21D14362-103A-4B38-8FB8-EEA6C7C89E09} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{FE016EA3-DC31-4A92-8B0A-8C746EC117E1} = {46041F27-7C1C-4209-B72B-251EDB5D4C61}
{ED627DF7-3E78-4428-AB31-810BA1586E62} = {46041F27-7C1C-4209-B72B-251EDB5D4C61}
{C1F34183-7A2F-41A6-9958-F6F329099654} = {A846CA33-9CAA-4237-B14F-8721DBA89442}
{5A423A3E-51C5-4188-8AD5-FB5C0CB76C6A} = {C1F34183-7A2F-41A6-9958-F6F329099654}
{2013757E-4240-4E07-AD22-91219AD9B74F} = {C1F34183-7A2F-41A6-9958-F6F329099654}
{D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1} = {C1F34183-7A2F-41A6-9958-F6F329099654}
{54990D5E-CE09-459F-916E-AF13101765B4} = {C1F34183-7A2F-41A6-9958-F6F329099654}
{617D9EB5-CA93-45D6-AA6B-5A012B7698AC} = {5A423A3E-51C5-4188-8AD5-FB5C0CB76C6A}
{E0897B7B-617A-4709-A4C6-FC0F6B441B2A} = {5A423A3E-51C5-4188-8AD5-FB5C0CB76C6A}
{DF96F24E-FED9-4BAC-8389-63590125DC61} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{118E40C4-323E-4B4B-8EF4-38EED6CC5E83} = {54990D5E-CE09-459F-916E-AF13101765B4}
{BCBB72BD-0ECB-4FF2-8D91-E466361FB6F9} = {2013757E-4240-4E07-AD22-91219AD9B74F}
{D8E59ADD-B591-49AF-B18E-6E0D4581700C} = {D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1}
{9B5ABDC3-ADF7-42B7-ADE9-8DC715310492} = {D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1}
{4250B20B-2DC9-432F-B0C2-BD20B80B4970} = {D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1}
{049A3447-14AF-4CAE-BE0E-1C42DD1AB1CB} = {D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1}
{A5A14A71-5DB3-4495-92F6-8D27C98FF0F4} = {BC6859FB-B61C-471D-9F84-613E5C388C52}
{E0B0223C-3E44-4D2A-9FED-F1A319D84D39} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{791A36F8-5D96-452B-89D2-78BA74596A1E} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{EE70D9BB-52FB-4BF5-A704-06F4881301CF} = {D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1}
{4698BC3F-EC29-42EB-9AED-3D8F9983A108} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{04674541-23C2-4308-A9DF-DBC43AE99814} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{B2DFA94A-A468-48A1-AB31-04EE432E7B2B} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{F19919B7-1D51-4972-8E4A-E59D68D4926A} = {D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1}
{A968C097-44CE-42BA-B66C-CB3A871EE117} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{CC5C9010-83EF-491D-9262-2CED509D895D} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{094E86E4-903B-493C-91EF-4597658748A9} = {D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1}
{7C861D40-8214-4DC5-89D1-129F267C1D1B} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{F635B40D-4BC1-48CB-9FFD-38076D569640} = {D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1}
{64089452-6A08-47A5-A857-BF418F80D4A3} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{997FFB89-0ED6-47EB-BD97-68B3138F91AD} = {D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1}
{7BB04C9F-DC3F-448A-8FD3-9A6BB52BC886} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{D623EC26-1A04-4BFE-84EE-E738281499C0} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{E1A1FD87-BEA4-41B7-9472-B4E35A0630B5} = {D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1}
{311885BE-3FAF-430B-91B2-6EC135D3A8AB} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{14341BB8-05E4-4EF8-AD05-3D3073C1EF00} = {D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1}
{B6F4A892-3701-445D-A7E9-B5D5C07FEF2D} = {D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1}
{118E40C4-323E-4B4B-8EF4-38EED6CC5E83} = {54990D5E-CE09-459F-916E-AF13101765B4}
{A5A14A71-5DB3-4495-92F6-8D27C98FF0F4} = {BC6859FB-B61C-471D-9F84-613E5C388C52}
{05127997-B7F3-4802-8021-06C048C8FE63} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{21D14362-103A-4B38-8FB8-EEA6C7C89E09} = {71CFF024-26F7-4626-A526-B435FDF8D64E}
{CF83423B-800F-4EF9-8955-E7A8C2C5C057} = {D3CE7A47-3989-4B6D-9867-0EA3C8DD7AB1}
EndGlobalSection
EndGlobal