From 82557462d1bb0a7fb776692cd0887b00919999d8 Mon Sep 17 00:00:00 2001 From: AShifter Date: Fri, 31 Mar 2017 14:17:32 -0600 Subject: Added Infobox Added an Infobox into the TimeHACK.Engine and removed extra WindowManager creations in Win95.cs also probably did some other honeyfries --- TimeHACK.Engine/Template/Infobox95.Designer.cs | 283 ++++++++++++++++++++++++ TimeHACK.Engine/Template/Infobox95.cs | 55 +++++ TimeHACK.Engine/Template/Infobox95.resx | 185 ++++++++++++++++ TimeHACK.Engine/Template/WinClassic.Designer.cs | 14 +- TimeHACK.Engine/Template/WinClassic.cs | 6 +- TimeHACK.Engine/Template/WinClassic.resx | 38 ++++ 6 files changed, 571 insertions(+), 10 deletions(-) create mode 100644 TimeHACK.Engine/Template/Infobox95.Designer.cs create mode 100644 TimeHACK.Engine/Template/Infobox95.cs create mode 100644 TimeHACK.Engine/Template/Infobox95.resx (limited to 'TimeHACK.Engine/Template') diff --git a/TimeHACK.Engine/Template/Infobox95.Designer.cs b/TimeHACK.Engine/Template/Infobox95.Designer.cs new file mode 100644 index 0000000..8dfe488 --- /dev/null +++ b/TimeHACK.Engine/Template/Infobox95.Designer.cs @@ -0,0 +1,283 @@ +namespace TimeHACK.Main.Template +{ + partial class Infobox95 + { + /// + /// 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() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Infobox95)); + this.program = new System.Windows.Forms.Panel(); + this.programContent = new System.Windows.Forms.Panel(); + this.ok = new System.Windows.Forms.Button(); + this.programtopbar = new System.Windows.Forms.Panel(); + this.Title = new System.Windows.Forms.Label(); + this.panel1 = new System.Windows.Forms.Panel(); + this.infoText = new System.Windows.Forms.Label(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.closebutton = new System.Windows.Forms.PictureBox(); + this.toprightcorner = new System.Windows.Forms.Panel(); + this.bottomrightcorner = new System.Windows.Forms.Panel(); + this.bottomleftcorner = new System.Windows.Forms.Panel(); + this.topleftcorner = new System.Windows.Forms.Panel(); + this.left = new System.Windows.Forms.Panel(); + this.bottom = new System.Windows.Forms.Panel(); + this.right = new System.Windows.Forms.Panel(); + this.top = new System.Windows.Forms.Panel(); + this.program.SuspendLayout(); + this.programContent.SuspendLayout(); + this.programtopbar.SuspendLayout(); + this.panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.closebutton)).BeginInit(); + this.SuspendLayout(); + // + // program + // + this.program.BackColor = System.Drawing.Color.Silver; + this.program.Controls.Add(this.programContent); + this.program.Controls.Add(this.programtopbar); + this.program.Controls.Add(this.toprightcorner); + this.program.Controls.Add(this.bottomrightcorner); + this.program.Controls.Add(this.bottomleftcorner); + this.program.Controls.Add(this.topleftcorner); + this.program.Controls.Add(this.left); + this.program.Controls.Add(this.bottom); + this.program.Controls.Add(this.right); + this.program.Controls.Add(this.top); + this.program.Dock = System.Windows.Forms.DockStyle.Fill; + this.program.Location = new System.Drawing.Point(0, 0); + this.program.Name = "program"; + this.program.Size = new System.Drawing.Size(421, 164); + this.program.TabIndex = 9; + // + // programContent + // + this.programContent.Controls.Add(this.pictureBox1); + this.programContent.Controls.Add(this.panel1); + this.programContent.Controls.Add(this.ok); + this.programContent.Dock = System.Windows.Forms.DockStyle.Fill; + this.programContent.Location = new System.Drawing.Point(4, 22); + this.programContent.Name = "programContent"; + this.programContent.Size = new System.Drawing.Size(413, 138); + this.programContent.TabIndex = 9; + // + // ok + // + this.ok.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.ok.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.ok.Location = new System.Drawing.Point(169, 109); + this.ok.Name = "ok"; + this.ok.Size = new System.Drawing.Size(75, 23); + this.ok.TabIndex = 1; + this.ok.Text = "OK"; + this.ok.UseVisualStyleBackColor = true; + this.ok.Click += new System.EventHandler(this.ok_Click); + this.ok.Paint += new System.Windows.Forms.PaintEventHandler(this.closebutton_Paint); + // + // programtopbar + // + this.programtopbar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(170))))); + this.programtopbar.Controls.Add(this.Title); + this.programtopbar.Controls.Add(this.closebutton); + this.programtopbar.Dock = System.Windows.Forms.DockStyle.Top; + this.programtopbar.Location = new System.Drawing.Point(4, 4); + this.programtopbar.Name = "programtopbar"; + this.programtopbar.Size = new System.Drawing.Size(413, 18); + this.programtopbar.TabIndex = 0; + this.programtopbar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Programtopbar_drag); + // + // Title + // + this.Title.AutoSize = true; + this.Title.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Title.ForeColor = System.Drawing.Color.White; + this.Title.Location = new System.Drawing.Point(3, 3); + this.Title.Name = "Title"; + this.Title.Size = new System.Drawing.Size(78, 13); + this.Title.TabIndex = 3; + this.Title.Text = "Infobox Title"; + this.Title.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Programtopbar_drag); + // + // panel1 + // + this.panel1.Controls.Add(this.infoText); + this.panel1.Location = new System.Drawing.Point(57, 33); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(337, 62); + this.panel1.TabIndex = 2; + // + // infoText + // + this.infoText.AutoSize = true; + this.infoText.Dock = System.Windows.Forms.DockStyle.Fill; + this.infoText.Location = new System.Drawing.Point(0, 0); + this.infoText.Name = "infoText"; + this.infoText.Size = new System.Drawing.Size(35, 13); + this.infoText.TabIndex = 0; + this.infoText.Text = "label1"; + // + // pictureBox1 + // + this.pictureBox1.ErrorImage = null; + this.pictureBox1.Image = global::TimeHACK.Engine.Properties.Resources.WinClassicWarning; + this.pictureBox1.InitialImage = null; + this.pictureBox1.Location = new System.Drawing.Point(8, 33); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(32, 32); + this.pictureBox1.TabIndex = 3; + this.pictureBox1.TabStop = false; + // + // closebutton + // + this.closebutton.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.closebutton.Image = ((System.Drawing.Image)(resources.GetObject("closebutton.Image"))); + this.closebutton.Location = new System.Drawing.Point(396, 2); + this.closebutton.Name = "closebutton"; + this.closebutton.Size = new System.Drawing.Size(16, 14); + this.closebutton.TabIndex = 4; + this.closebutton.TabStop = false; + this.closebutton.Click += new System.EventHandler(this.closebutton_Click); + // + // toprightcorner + // + this.toprightcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.toprightcorner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toprightcorner.BackgroundImage"))); + this.toprightcorner.Location = new System.Drawing.Point(417, 0); + this.toprightcorner.Name = "toprightcorner"; + this.toprightcorner.Size = new System.Drawing.Size(4, 4); + this.toprightcorner.TabIndex = 6; + // + // bottomrightcorner + // + this.bottomrightcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.bottomrightcorner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bottomrightcorner.BackgroundImage"))); + this.bottomrightcorner.Cursor = System.Windows.Forms.Cursors.SizeNWSE; + this.bottomrightcorner.Location = new System.Drawing.Point(417, 160); + this.bottomrightcorner.Name = "bottomrightcorner"; + this.bottomrightcorner.Size = new System.Drawing.Size(4, 4); + this.bottomrightcorner.TabIndex = 4; + // + // bottomleftcorner + // + this.bottomleftcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.bottomleftcorner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bottomleftcorner.BackgroundImage"))); + this.bottomleftcorner.Location = new System.Drawing.Point(0, 160); + this.bottomleftcorner.Name = "bottomleftcorner"; + this.bottomleftcorner.Size = new System.Drawing.Size(4, 4); + this.bottomleftcorner.TabIndex = 2; + // + // topleftcorner + // + this.topleftcorner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("topleftcorner.BackgroundImage"))); + this.topleftcorner.Location = new System.Drawing.Point(0, 0); + this.topleftcorner.Name = "topleftcorner"; + this.topleftcorner.Size = new System.Drawing.Size(4, 4); + this.topleftcorner.TabIndex = 1; + // + // left + // + this.left.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("left.BackgroundImage"))); + this.left.Dock = System.Windows.Forms.DockStyle.Left; + this.left.Location = new System.Drawing.Point(0, 4); + this.left.Name = "left"; + this.left.Size = new System.Drawing.Size(4, 156); + this.left.TabIndex = 3; + // + // bottom + // + this.bottom.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bottom.BackgroundImage"))); + this.bottom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.bottom.Cursor = System.Windows.Forms.Cursors.SizeNS; + this.bottom.Dock = System.Windows.Forms.DockStyle.Bottom; + this.bottom.Location = new System.Drawing.Point(0, 160); + this.bottom.Name = "bottom"; + this.bottom.Size = new System.Drawing.Size(417, 4); + this.bottom.TabIndex = 5; + // + // right + // + this.right.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("right.BackgroundImage"))); + this.right.Cursor = System.Windows.Forms.Cursors.SizeWE; + this.right.Dock = System.Windows.Forms.DockStyle.Right; + this.right.Location = new System.Drawing.Point(417, 4); + this.right.Name = "right"; + this.right.Size = new System.Drawing.Size(4, 160); + this.right.TabIndex = 7; + // + // top + // + this.top.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("top.BackgroundImage"))); + this.top.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.top.Dock = System.Windows.Forms.DockStyle.Top; + this.top.Location = new System.Drawing.Point(0, 0); + this.top.Name = "top"; + this.top.Size = new System.Drawing.Size(421, 4); + this.top.TabIndex = 8; + // + // Infobox95 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(421, 164); + this.Controls.Add(this.program); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.Name = "Infobox95"; + this.Text = "Infobox"; + this.program.ResumeLayout(false); + this.programContent.ResumeLayout(false); + this.programtopbar.ResumeLayout(false); + this.programtopbar.PerformLayout(); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.closebutton)).EndInit(); + this.ResumeLayout(false); + + } + + #endregion + + internal System.Windows.Forms.Panel program; + public System.Windows.Forms.Panel programContent; + internal System.Windows.Forms.Panel programtopbar; + internal System.Windows.Forms.Label Title; + internal System.Windows.Forms.PictureBox closebutton; + internal System.Windows.Forms.Panel toprightcorner; + internal System.Windows.Forms.Panel bottomrightcorner; + internal System.Windows.Forms.Panel bottomleftcorner; + internal System.Windows.Forms.Panel topleftcorner; + internal System.Windows.Forms.Panel left; + internal System.Windows.Forms.Panel bottom; + internal System.Windows.Forms.Panel right; + internal System.Windows.Forms.Panel top; + private System.Windows.Forms.Button ok; + private System.Windows.Forms.Panel panel1; + public System.Windows.Forms.Label infoText; + private System.Windows.Forms.PictureBox pictureBox1; + } +} \ No newline at end of file diff --git a/TimeHACK.Engine/Template/Infobox95.cs b/TimeHACK.Engine/Template/Infobox95.cs new file mode 100644 index 0000000..838bad0 --- /dev/null +++ b/TimeHACK.Engine/Template/Infobox95.cs @@ -0,0 +1,55 @@ +using System; +using System.Drawing; +using System.Runtime.InteropServices; +using System.Windows.Forms; + +namespace TimeHACK.Main.Template +{ + public partial class Infobox95 : Form + { + public Infobox95() + { + InitializeComponent(); + } + + private void ok_Click(object sender, EventArgs e) + { + Close(); + } + + private void closebutton_Paint(object sender, PaintEventArgs e) + { + // Paint the StartMenu + ControlPaint.DrawBorder(e.Graphics, ok.ClientRectangle, + SystemColors.ControlLightLight, 2, ButtonBorderStyle.Outset, + SystemColors.ControlLightLight, 2, ButtonBorderStyle.Outset, + SystemColors.ControlLightLight, 2, ButtonBorderStyle.Outset, + SystemColors.ControlLightLight, 2, ButtonBorderStyle.Outset); + } + + public bool closeDisabled = false; + + public const int WM_NCLBUTTONDOWN = 0xA1; + public const int HT_CAPTION = 0x2; + + [DllImportAttribute("user32.dll")] + public static extern int SendMessage(IntPtr hWnd, + int Msg, int wParam, int lParam); + [DllImportAttribute("user32.dll")] + public static extern bool ReleaseCapture(); + + private void Programtopbar_drag(object sender, MouseEventArgs e) + { + if (e.Button == MouseButtons.Left) + { + ReleaseCapture(); + SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0); + } + } + + private void closebutton_Click(object sender, EventArgs e) + { + Close(); + } + } +} diff --git a/TimeHACK.Engine/Template/Infobox95.resx b/TimeHACK.Engine/Template/Infobox95.resx new file mode 100644 index 0000000..7635350 --- /dev/null +++ b/TimeHACK.Engine/Template/Infobox95.resx @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + + + 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 + + + \ No newline at end of file diff --git a/TimeHACK.Engine/Template/WinClassic.Designer.cs b/TimeHACK.Engine/Template/WinClassic.Designer.cs index 0d26710..44d2707 100644 --- a/TimeHACK.Engine/Template/WinClassic.Designer.cs +++ b/TimeHACK.Engine/Template/WinClassic.Designer.cs @@ -1,4 +1,4 @@ -namespace TimeHACK.Engine.Template +namespace TimeHACK.Main.Template { partial class WinClassic { @@ -109,7 +109,7 @@ // maximizebutton // this.maximizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right; - this.maximizebutton.Image = global::TimeHACK.Engine.Properties.Resources.WinClassicMax; + this.maximizebutton.Image = ((System.Drawing.Image)(resources.GetObject("maximizebutton.Image"))); this.maximizebutton.Location = new System.Drawing.Point(257, 2); this.maximizebutton.Name = "maximizebutton"; this.maximizebutton.Size = new System.Drawing.Size(16, 14); @@ -120,7 +120,7 @@ // minimizebutton // this.minimizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right; - this.minimizebutton.Image = global::TimeHACK.Engine.Properties.Resources.WinClassicMin; + this.minimizebutton.Image = ((System.Drawing.Image)(resources.GetObject("minimizebutton.Image"))); this.minimizebutton.Location = new System.Drawing.Point(241, 2); this.minimizebutton.Name = "minimizebutton"; this.minimizebutton.Size = new System.Drawing.Size(16, 14); @@ -130,7 +130,7 @@ // Title // this.Title.AutoSize = true; - this.Title.Font = fnt; + this.Title.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Title.ForeColor = System.Drawing.Color.White; this.Title.Location = new System.Drawing.Point(23, 3); this.Title.Name = "Title"; @@ -142,7 +142,7 @@ // closebutton // this.closebutton.Anchor = System.Windows.Forms.AnchorStyles.Right; - this.closebutton.Image = global::TimeHACK.Engine.Properties.Resources.WinClassicClose; + this.closebutton.Image = ((System.Drawing.Image)(resources.GetObject("closebutton.Image"))); this.closebutton.Location = new System.Drawing.Point(275, 2); this.closebutton.Name = "closebutton"; this.closebutton.Size = new System.Drawing.Size(16, 14); @@ -197,7 +197,7 @@ // // bottom // - this.bottom.BackgroundImage = global::TimeHACK.Engine.Properties.Resources.BottomSide; + this.bottom.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bottom.BackgroundImage"))); this.bottom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.bottom.Cursor = System.Windows.Forms.Cursors.SizeNS; this.bottom.Dock = System.Windows.Forms.DockStyle.Bottom; @@ -218,7 +218,7 @@ // // top // - this.top.BackgroundImage = global::TimeHACK.Engine.Properties.Resources.TopSide; + this.top.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("top.BackgroundImage"))); this.top.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.top.Dock = System.Windows.Forms.DockStyle.Top; this.top.Location = new System.Drawing.Point(0, 0); diff --git a/TimeHACK.Engine/Template/WinClassic.cs b/TimeHACK.Engine/Template/WinClassic.cs index de88c1a..db85a6a 100644 --- a/TimeHACK.Engine/Template/WinClassic.cs +++ b/TimeHACK.Engine/Template/WinClassic.cs @@ -2,7 +2,7 @@ using System.Runtime.InteropServices; using System.Windows.Forms; -namespace TimeHACK.Engine.Template +namespace TimeHACK.Main.Template { public partial class WinClassic : Form { @@ -55,7 +55,7 @@ namespace TimeHACK.Engine.Template this.Dock = DockStyle.Fill; this.WindowState = FormWindowState.Maximized; max = true; - maximizebutton.Image = Properties.Resources.WinClassicRestore; + maximizebutton.Image = Engine.Properties.Resources.WinClassicRestore; } else { @@ -70,7 +70,7 @@ namespace TimeHACK.Engine.Template this.Dock = DockStyle.None; this.WindowState = FormWindowState.Normal; max = false; - maximizebutton.Image = Properties.Resources.WinClassicMax; + maximizebutton.Image = Engine.Properties.Resources.WinClassicMax; } } diff --git a/TimeHACK.Engine/Template/WinClassic.resx b/TimeHACK.Engine/Template/WinClassic.resx index cd30725..394031d 100644 --- a/TimeHACK.Engine/Template/WinClassic.resx +++ b/TimeHACK.Engine/Template/WinClassic.resx @@ -118,6 +118,30 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAIAAACpTQvdAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAA+SURBVChTY/hP + CmAAAiB1nzjQ0NCA0HDgwAEQBwcAygIBNTRAJNDAqAY0DbgAdg0EAUIDkEUkAGkgDTAwAACYPGiagsMD + PwAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAIAAACpTQvdAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAA5SURBVChTY/hP + CmAAAiB1nzjQ0NCA0HCACDCqASqGF2DRAOKjAog4BFBDA36A0ABkEQlAGkgDDAwAKPmlWmNluNoAAAAA + SUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAIAAACpTQvdAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAABcSURBVChTrY/R + DcAgCERvdEbrJh2lPU+SYkINRt+PSN6J4FkBhMddw8y+wFUgCbQ70OtO7OQTJLgRa/L7JWmOt8RsB8mD + TQ5NkFbeQcLwauzMdkjZCLAq0gJrAC8niIXaIK89FAAAAABJRU5ErkJggg== + + iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -151,6 +175,13 @@ iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAUSURBVBhXYzh8 /PT///+B5OHjpwFB1wn9nx9JYgAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAIAAADAusJtAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAVSURBVBhXYzh8 + /DQYt3X1MTAwMAAAQaQGSbsObiQAAAAASUVORK5CYII= @@ -158,6 +189,13 @@ iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAUSURBVBhXYzh8 /DQQtXX1MTAwAAA0WgZJrWm8iAAAAABJRU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAIAAADAusJtAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAVSURBVBhXYzh8 + /DTD////wfTh46cBUSgJ/bC/izUAAAAASUVORK5CYII= \ No newline at end of file -- cgit v1.2.3 From d3d19a5fd6b8560adc4edd32f7df83da7dcd2196 Mon Sep 17 00:00:00 2001 From: AShifter Date: Fri, 31 Mar 2017 14:28:34 -0600 Subject: Add AppVeyor Artifacts honeyfri --- .vs/TimeHACK/v15/.suo | Bin 127488 -> 115712 bytes TimeHACK.Engine/Template/Infobox95.Designer.cs | 74 ++-- TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll | Bin 126464 -> 126464 bytes TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb | Bin 30208 -> 30208 bytes .../TimeHACK.Engine.csproj.GenerateResource.Cache | Bin 2173 -> 2173 bytes TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll | Bin 126464 -> 126464 bytes TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb | Bin 30208 -> 30208 bytes TimeHACK.Main/bin/Release/TimeHACK.Engine.dll | Bin 126464 -> 126464 bytes TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb | Bin 30208 -> 30208 bytes TimeHACK.Main/bin/Release/TimeHACK.application | 10 +- TimeHACK.Main/bin/Release/TimeHACK.exe | Bin 5211648 -> 3995648 bytes TimeHACK.Main/bin/Release/TimeHACK.exe.manifest | 6 +- TimeHACK.Main/bin/Release/TimeHACK.pdb | Bin 114176 -> 114176 bytes TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe | Bin 5211648 -> 3995648 bytes ...tedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs | 0 ...tedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs | 0 ...tedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs | 0 .../TimeHACK.Main.csproj.FileListAbsolute.txt | 19 + .../TimeHACK.Properties.Resources.resources | Bin 0 -> 2621515 bytes .../obj/Release/TimeHACK.TitleScreen.resources | Bin 0 -> 1074962 bytes .../TimeHACK.WinClassicForms.TestApp.resources | Bin 0 -> 180 bytes ....WinClassicForms.WinClassicDownloader.resources | Bin 0 -> 180 bytes ...imeHACK.WinClassicForms.WinClassicIE4.resources | Bin 0 -> 3209 bytes ...K.WinClassicForms.WinClassicInstaller.resources | Bin 0 -> 1385 bytes .../obj/Release/TimeHACK.Windows95.resources | Bin 0 -> 162460 bytes TimeHACK.Main/obj/Release/TimeHACK.application | 21 + TimeHACK.Main/obj/Release/TimeHACK.exe.manifest | 424 +++++++++++++++++++++ 27 files changed, 505 insertions(+), 49 deletions(-) create mode 100644 TimeHACK.Main/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs create mode 100644 TimeHACK.Main/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs create mode 100644 TimeHACK.Main/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs create mode 100644 TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.FileListAbsolute.txt create mode 100644 TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources create mode 100644 TimeHACK.Main/obj/Release/TimeHACK.TitleScreen.resources create mode 100644 TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.TestApp.resources create mode 100644 TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.WinClassicDownloader.resources create mode 100644 TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.WinClassicIE4.resources create mode 100644 TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.WinClassicInstaller.resources create mode 100644 TimeHACK.Main/obj/Release/TimeHACK.Windows95.resources create mode 100644 TimeHACK.Main/obj/Release/TimeHACK.application create mode 100644 TimeHACK.Main/obj/Release/TimeHACK.exe.manifest (limited to 'TimeHACK.Engine/Template') diff --git a/.vs/TimeHACK/v15/.suo b/.vs/TimeHACK/v15/.suo index 0a268b5..50cb3ab 100644 Binary files a/.vs/TimeHACK/v15/.suo and b/.vs/TimeHACK/v15/.suo differ diff --git a/TimeHACK.Engine/Template/Infobox95.Designer.cs b/TimeHACK.Engine/Template/Infobox95.Designer.cs index 8dfe488..360957d 100644 --- a/TimeHACK.Engine/Template/Infobox95.Designer.cs +++ b/TimeHACK.Engine/Template/Infobox95.Designer.cs @@ -31,12 +31,12 @@ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Infobox95)); this.program = new System.Windows.Forms.Panel(); this.programContent = new System.Windows.Forms.Panel(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.panel1 = new System.Windows.Forms.Panel(); + this.infoText = new System.Windows.Forms.Label(); this.ok = new System.Windows.Forms.Button(); this.programtopbar = new System.Windows.Forms.Panel(); this.Title = new System.Windows.Forms.Label(); - this.panel1 = new System.Windows.Forms.Panel(); - this.infoText = new System.Windows.Forms.Label(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.closebutton = new System.Windows.Forms.PictureBox(); this.toprightcorner = new System.Windows.Forms.Panel(); this.bottomrightcorner = new System.Windows.Forms.Panel(); @@ -48,9 +48,9 @@ this.top = new System.Windows.Forms.Panel(); this.program.SuspendLayout(); this.programContent.SuspendLayout(); - this.programtopbar.SuspendLayout(); - this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.panel1.SuspendLayout(); + this.programtopbar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.closebutton)).BeginInit(); this.SuspendLayout(); // @@ -84,6 +84,35 @@ this.programContent.Size = new System.Drawing.Size(413, 138); this.programContent.TabIndex = 9; // + // pictureBox1 + // + this.pictureBox1.ErrorImage = null; + this.pictureBox1.Image = global::TimeHACK.Engine.Properties.Resources.WinClassicWarning; + this.pictureBox1.InitialImage = null; + this.pictureBox1.Location = new System.Drawing.Point(8, 33); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(32, 32); + this.pictureBox1.TabIndex = 3; + this.pictureBox1.TabStop = false; + // + // panel1 + // + this.panel1.Controls.Add(this.infoText); + this.panel1.Location = new System.Drawing.Point(57, 33); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(337, 62); + this.panel1.TabIndex = 2; + // + // infoText + // + this.infoText.AutoSize = true; + this.infoText.Dock = System.Windows.Forms.DockStyle.Fill; + this.infoText.Location = new System.Drawing.Point(0, 0); + this.infoText.Name = "infoText"; + this.infoText.Size = new System.Drawing.Size(35, 13); + this.infoText.TabIndex = 0; + this.infoText.Text = "label1"; + // // ok // this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) @@ -123,35 +152,6 @@ this.Title.Text = "Infobox Title"; this.Title.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Programtopbar_drag); // - // panel1 - // - this.panel1.Controls.Add(this.infoText); - this.panel1.Location = new System.Drawing.Point(57, 33); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(337, 62); - this.panel1.TabIndex = 2; - // - // infoText - // - this.infoText.AutoSize = true; - this.infoText.Dock = System.Windows.Forms.DockStyle.Fill; - this.infoText.Location = new System.Drawing.Point(0, 0); - this.infoText.Name = "infoText"; - this.infoText.Size = new System.Drawing.Size(35, 13); - this.infoText.TabIndex = 0; - this.infoText.Text = "label1"; - // - // pictureBox1 - // - this.pictureBox1.ErrorImage = null; - this.pictureBox1.Image = global::TimeHACK.Engine.Properties.Resources.WinClassicWarning; - this.pictureBox1.InitialImage = null; - this.pictureBox1.Location = new System.Drawing.Point(8, 33); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(32, 32); - this.pictureBox1.TabIndex = 3; - this.pictureBox1.TabStop = false; - // // closebutton // this.closebutton.Anchor = System.Windows.Forms.AnchorStyles.Right; @@ -250,11 +250,11 @@ this.Text = "Infobox"; this.program.ResumeLayout(false); this.programContent.ResumeLayout(false); - this.programtopbar.ResumeLayout(false); - this.programtopbar.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.programtopbar.ResumeLayout(false); + this.programtopbar.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.closebutton)).EndInit(); this.ResumeLayout(false); diff --git a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll index 8e972b1..1cac846 100644 Binary files a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll and b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll differ diff --git a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb index 1389960..9b31781 100644 Binary files a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb and b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb differ diff --git a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.csproj.GenerateResource.Cache b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.csproj.GenerateResource.Cache index 29b5acf..7b4138f 100644 Binary files a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.csproj.GenerateResource.Cache and b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.csproj.GenerateResource.Cache differ diff --git a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll index 8e972b1..1cac846 100644 Binary files a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll and b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll differ diff --git a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb index 1389960..9b31781 100644 Binary files a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb and b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb differ diff --git a/TimeHACK.Main/bin/Release/TimeHACK.Engine.dll b/TimeHACK.Main/bin/Release/TimeHACK.Engine.dll index 8e972b1..1cac846 100644 Binary files a/TimeHACK.Main/bin/Release/TimeHACK.Engine.dll and b/TimeHACK.Main/bin/Release/TimeHACK.Engine.dll differ diff --git a/TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb b/TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb index 1389960..9b31781 100644 Binary files a/TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb and b/TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb differ diff --git a/TimeHACK.Main/bin/Release/TimeHACK.application b/TimeHACK.Main/bin/Release/TimeHACK.application index 5636705..851891e 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.application +++ b/TimeHACK.Main/bin/Release/TimeHACK.application @@ -7,22 +7,14 @@ -<<<<<<< HEAD -======= - ->>>>>>> origin/master -<<<<<<< HEAD - esByQlyDRM46U3W/e6t9cu2R/zGQlSsEzPD2CdhyzAA= -======= - FLFyLhgh/00187VHfEwpMWCgaYVgEkJOBemU56+LWss= ->>>>>>> origin/master + yDuv9DACEBUcasYM8fow3WsVGTvvjrK93LyFa9KPsEI= diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe b/TimeHACK.Main/bin/Release/TimeHACK.exe index bf214dc..04d79ce 100644 Binary files a/TimeHACK.Main/bin/Release/TimeHACK.exe and b/TimeHACK.Main/bin/Release/TimeHACK.exe differ diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest index a81eb34..d68aa78 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest +++ b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest @@ -56,14 +56,14 @@ - + - wlBuSb7LdHb88w52zLxK4G7kRCX5UOqSv4qPOEU0VpM= + cIp4uTXZSmbGC6VMfKDnN9jcV+w+JzjYBVttltQiDtA= @@ -75,7 +75,7 @@ - 01iRqgW9PVNEzzDaAY8RoQl6VpPJCzkvZRZVGfTojTY= + IlNwYUpgqpy7QF/lne5TsgH/gDv+rdTk8OKl4rnWtig= diff --git a/TimeHACK.Main/bin/Release/TimeHACK.pdb b/TimeHACK.Main/bin/Release/TimeHACK.pdb index 5685a50..f8019b3 100644 Binary files a/TimeHACK.Main/bin/Release/TimeHACK.pdb and b/TimeHACK.Main/bin/Release/TimeHACK.pdb differ diff --git a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe index bf214dc..04d79ce 100644 Binary files a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe and b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe differ diff --git a/TimeHACK.Main/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/TimeHACK.Main/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/TimeHACK.Main/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/TimeHACK.Main/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/TimeHACK.Main/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/TimeHACK.Main/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.FileListAbsolute.txt b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..8beb7a3 --- /dev/null +++ b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.FileListAbsolute.txt @@ -0,0 +1,19 @@ +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\bin\Release\TimeHACK.exe.manifest +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\bin\Release\TimeHACK.application +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\bin\Release\TimeHACK.exe +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\bin\Release\TimeHACK.pdb +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\bin\Release\TimeHACK.Engine.dll +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\bin\Release\TimeHACK.Engine.pdb +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.Main.csprojResolveAssemblyReference.cache +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.Windows95.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.WinClassicForms.TestApp.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.WinClassicForms.WinClassicDownloader.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.WinClassicForms.WinClassicIE4.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.WinClassicForms.WinClassicInstaller.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.Properties.Resources.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.TitleScreen.resources +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.Main.csproj.GenerateResource.Cache +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.exe.manifest +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.application +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.exe +D:\Documents\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.pdb diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources b/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources new file mode 100644 index 0000000..8bf9045 Binary files /dev/null and b/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.TitleScreen.resources b/TimeHACK.Main/obj/Release/TimeHACK.TitleScreen.resources new file mode 100644 index 0000000..43f5d49 Binary files /dev/null and b/TimeHACK.Main/obj/Release/TimeHACK.TitleScreen.resources differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.TestApp.resources b/TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.TestApp.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.TestApp.resources differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.WinClassicDownloader.resources b/TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.WinClassicDownloader.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.WinClassicDownloader.resources differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.WinClassicIE4.resources b/TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.WinClassicIE4.resources new file mode 100644 index 0000000..9cbc1d1 Binary files /dev/null and b/TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.WinClassicIE4.resources differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.WinClassicInstaller.resources b/TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.WinClassicInstaller.resources new file mode 100644 index 0000000..281b38f Binary files /dev/null and b/TimeHACK.Main/obj/Release/TimeHACK.WinClassicForms.WinClassicInstaller.resources differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Windows95.resources b/TimeHACK.Main/obj/Release/TimeHACK.Windows95.resources new file mode 100644 index 0000000..499d613 Binary files /dev/null and b/TimeHACK.Main/obj/Release/TimeHACK.Windows95.resources differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.application b/TimeHACK.Main/obj/Release/TimeHACK.application new file mode 100644 index 0000000..851891e --- /dev/null +++ b/TimeHACK.Main/obj/Release/TimeHACK.application @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + yDuv9DACEBUcasYM8fow3WsVGTvvjrK93LyFa9KPsEI= + + + + \ No newline at end of file diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest new file mode 100644 index 0000000..d68aa78 --- /dev/null +++ b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + HCRfTIXCraEwvFmULJC3AcJMBu2+PrJYOO2N5PhSU1w= + + + + + + + + + + + + cIp4uTXZSmbGC6VMfKDnN9jcV+w+JzjYBVttltQiDtA= + + + + + + + + + + + + IlNwYUpgqpy7QF/lne5TsgH/gDv+rdTk8OKl4rnWtig= + + + + + + + + + + lqdCpqWSG703aUKUZuVLCGvz3fv9DSk/gweD2eGYZrQ= + + + + + + + + + nzG7pg3H+3uPdr/lzLxyroAH8XD1zvIYW4peV9fAD6M= + + + + + + + + + sBCYzVLt3A/I7Gku5XJ8ZLN2L/aR2YJ1WHrzbf+PySI= + + + + + + + + + ZzTzMYl3DLVEP1oagOyinEAULYpX610Iuk3sJnkA+yY= + + + + + + + + + LAoVjRnvN8/QnPLwFKlndMujFUfVmwuMdYg2vM+TWZI= + + + + + + + + + V0sbr2Q/ES6ckgBpW09YU5PFleJYeN3dWWNN5Bmte6o= + + + + + + + + + 2K2sK/Ba7mlOKw7sF8mza5p8tbxaAewzEqGSBUgZ1mY= + + + + + + + + + qmcKcG32LH7iikhI78zkcFVU8d2OB29WrHjaMNxQ31c= + + + + + + + + + Uj6S88dTZgAwhpS2lddEO1VF5yuGwj31xXwN2s4vPhY= + + + + + + + + + 9h0M8CsC6iXP7E+R3EmdfocnzxgjfrC53xwwS5GM3CQ= + + + + + + + + + w0UragVhbcpGR96DEyDG3918bEsoNR0lYqukJOOY6EM= + + + + + + + + + zrsVsDepWdceKYuysygzl34scDD+yFK0W6RY7elAjKc= + + + + + + + + + DwYeH+xQs13qziRfLclvR4xdlexQmcNybOPlAfAktNw= + + + + + + + + + a4iY6QVNpzMbNlIfIPmdmKdt6nRnAQGMDjOPWrM1oA8= + + + + + + + + + GyCFWEz6VhwTq8fb3O8SuIT0U2WVgelHbDp5L8lW7KA= + + + + + + + + + Z+wcS9Drzc+B2ytpUhd3VCyzHQlvomsyycp/Xiau5Vg= + + + + + + + + + AP1JKyEdfo5h1ffRNHo2ZLE9DVXPGViMIN5NeDTfJ5E= + + + + + + + + + wdycAfKPNJg2GO6pIc0JKDnDhE1zrtpamp5CVVKPOhw= + + + + + + + + + 0hsBiDZFmFnEFPVIFCAZuH9jO80xXdecp7LpxU5Crl8= + + + + + + + + + YQWpE0bdQOdQx4JECZ5oRvN5c6pb+uMgeovoDdT/sW8= + + + + + + + + + +zAe0vYsdCQdvT5DQ3XujGzfmMm5Mx5kvMQWGy32vq4= + + + + + + + + + VQvjXXCgsNEyzV6RvhuYZ5Reu41t0D7HH87dZYk7KcI= + + + + + + + + + rukmHuBnlGNy4RGEvN4wWt8Fz+EV9Z2izAvd+61FUR4= + + + + + + + + + pF6dDVQ6eNpFbiWSIN/nBMdJ/Oev6to/C/bBaGbEfoo= + + + + + + + + + slW3YsxMrkkV9T4PE0LgBfh9DIWGvIxcA1Tk4HQlPYw= + + + + + + + + + +Oqix05d9bmuGzXELIoh/sDI44JgBwy7xci7X79Q2KA= + + + + + + + + + R6ygXhLkTBMcXVLll4JA3Al5RyP+A/ZhIGEMc6sqbw8= + + + + + + + + + uw/4Jjmd9N9HqHaI17CYoAEwsYy8+2t/nJ3z5vGDD04= + + + + + + + + + M5GJAXXqneQ9yY1yfeuyV5j9IYIBp6b0BRj5KAOwv2s= + + + + + + + + + v5spqrMy5B5E+JCBZbgg0zI5maO16zQPzVadt19KO5U= + + + + + + + + + hfdhKI5M05j5cHUOVxVwftsZVBbycC/w4+J5mknwmr0= + + + + + + + + + SR16+bLKwtB7indZu424Gg7EZatjjh3QQO1xMK78ItM= + + + + + + + + + e5Sz92eH3B1+fs6E/GQP+h4q2LmpTgNT43EkgevfryI= + + + + + + + + + bzXwypoYaLnjOMNStpcJjXIGFT2/HXJ8Awftsf+d6ZM= + + + + + + + + + xR7A8s/y3cRUwZTEB5N3A8KIF0mB8k5y4azjaVpgz3U= + + + + + + + + + zbhDuGL3PMWT/neUqIW70NotSiGrpCOiZlDRjp9jsfw= + + + + + + + + + +fshereDl8F60Ef1K3Q1uudUcIBJeWlPAmosAdKe/eY= + + + + + + + + + x6TTsUiEHqlRiSdsR7WH5jiWTj1u/cJsO7BItxU4X9Q= + + + \ No newline at end of file -- cgit v1.2.3