From 6407d15fe09a47422f4ef69fbf25e4f26b3f7bb5 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Fri, 21 Aug 2020 22:15:25 -0400 Subject: [PATCH] Libation 4.0 prep: use new Accounts decrypt key --- LibationLauncher/LibationLauncher.csproj | 2 +- .../UNTESTED/Dialogs/SettingsDialog.Designer.cs | 13 ++++++------- WinFormsDesigner/Dialogs/SettingsDialog.Designer.cs | 13 ++++++------- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/LibationLauncher/LibationLauncher.csproj b/LibationLauncher/LibationLauncher.csproj index 23e18e62..9d0834ff 100644 --- a/LibationLauncher/LibationLauncher.csproj +++ b/LibationLauncher/LibationLauncher.csproj @@ -13,7 +13,7 @@ win-x64 - 3.1.12.218 + 3.1.12.221 diff --git a/LibationWinForms/UNTESTED/Dialogs/SettingsDialog.Designer.cs b/LibationWinForms/UNTESTED/Dialogs/SettingsDialog.Designer.cs index 256bb85f..dbab722f 100644 --- a/LibationWinForms/UNTESTED/Dialogs/SettingsDialog.Designer.cs +++ b/LibationWinForms/UNTESTED/Dialogs/SettingsDialog.Designer.cs @@ -88,7 +88,7 @@ this.downloadsInProgressGb.Controls.Add(this.downloadsInProgressLibationFilesRb); this.downloadsInProgressGb.Controls.Add(this.downloadsInProgressWinTempRb); this.downloadsInProgressGb.Controls.Add(this.downloadsInProgressDescLbl); - this.downloadsInProgressGb.Location = new System.Drawing.Point(15, 58); + this.downloadsInProgressGb.Location = new System.Drawing.Point(15, 19); this.downloadsInProgressGb.Name = "downloadsInProgressGb"; this.downloadsInProgressGb.Size = new System.Drawing.Size(758, 117); this.downloadsInProgressGb.TabIndex = 4; @@ -133,7 +133,7 @@ this.decryptInProgressGb.Controls.Add(this.decryptInProgressLibationFilesRb); this.decryptInProgressGb.Controls.Add(this.decryptInProgressWinTempRb); this.decryptInProgressGb.Controls.Add(this.decryptInProgressDescLbl); - this.decryptInProgressGb.Location = new System.Drawing.Point(9, 183); + this.decryptInProgressGb.Location = new System.Drawing.Point(9, 144); this.decryptInProgressGb.Name = "decryptInProgressGb"; this.decryptInProgressGb.Size = new System.Drawing.Size(758, 117); this.decryptInProgressGb.TabIndex = 5; @@ -176,7 +176,7 @@ // saveBtn // this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.saveBtn.Location = new System.Drawing.Point(612, 367); + this.saveBtn.Location = new System.Drawing.Point(612, 328); this.saveBtn.Name = "saveBtn"; this.saveBtn.Size = new System.Drawing.Size(75, 23); this.saveBtn.TabIndex = 7; @@ -188,7 +188,7 @@ // this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.cancelBtn.Location = new System.Drawing.Point(713, 367); + this.cancelBtn.Location = new System.Drawing.Point(713, 328); this.cancelBtn.Name = "cancelBtn"; this.cancelBtn.Size = new System.Drawing.Size(75, 23); this.cancelBtn.TabIndex = 8; @@ -202,7 +202,7 @@ this.groupBox1.Controls.Add(this.decryptInProgressGb); this.groupBox1.Location = new System.Drawing.Point(15, 53); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(773, 308); + this.groupBox1.Size = new System.Drawing.Size(773, 269); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; this.groupBox1.Text = "Advanced settings for control freaks"; @@ -213,7 +213,7 @@ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelBtn; - this.ClientSize = new System.Drawing.Size(800, 402); + this.ClientSize = new System.Drawing.Size(800, 363); this.Controls.Add(this.groupBox1); this.Controls.Add(this.cancelBtn); this.Controls.Add(this.saveBtn); @@ -231,7 +231,6 @@ this.decryptInProgressGb.ResumeLayout(false); this.decryptInProgressGb.PerformLayout(); this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); diff --git a/WinFormsDesigner/Dialogs/SettingsDialog.Designer.cs b/WinFormsDesigner/Dialogs/SettingsDialog.Designer.cs index e9159a28..e790262f 100644 --- a/WinFormsDesigner/Dialogs/SettingsDialog.Designer.cs +++ b/WinFormsDesigner/Dialogs/SettingsDialog.Designer.cs @@ -87,7 +87,7 @@ this.downloadsInProgressGb.Controls.Add(this.downloadsInProgressLibationFilesRb); this.downloadsInProgressGb.Controls.Add(this.downloadsInProgressWinTempRb); this.downloadsInProgressGb.Controls.Add(this.downloadsInProgressDescLbl); - this.downloadsInProgressGb.Location = new System.Drawing.Point(15, 58); + this.downloadsInProgressGb.Location = new System.Drawing.Point(15, 19); this.downloadsInProgressGb.Name = "downloadsInProgressGb"; this.downloadsInProgressGb.Size = new System.Drawing.Size(758, 117); this.downloadsInProgressGb.TabIndex = 4; @@ -132,7 +132,7 @@ this.decryptInProgressGb.Controls.Add(this.decryptInProgressLibationFilesRb); this.decryptInProgressGb.Controls.Add(this.decryptInProgressWinTempRb); this.decryptInProgressGb.Controls.Add(this.decryptInProgressDescLbl); - this.decryptInProgressGb.Location = new System.Drawing.Point(9, 183); + this.decryptInProgressGb.Location = new System.Drawing.Point(9, 144); this.decryptInProgressGb.Name = "decryptInProgressGb"; this.decryptInProgressGb.Size = new System.Drawing.Size(758, 117); this.decryptInProgressGb.TabIndex = 5; @@ -175,7 +175,7 @@ // saveBtn // this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.saveBtn.Location = new System.Drawing.Point(612, 367); + this.saveBtn.Location = new System.Drawing.Point(612, 328); this.saveBtn.Name = "saveBtn"; this.saveBtn.Size = new System.Drawing.Size(75, 23); this.saveBtn.TabIndex = 7; @@ -186,7 +186,7 @@ // this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.cancelBtn.Location = new System.Drawing.Point(713, 367); + this.cancelBtn.Location = new System.Drawing.Point(713, 328); this.cancelBtn.Name = "cancelBtn"; this.cancelBtn.Size = new System.Drawing.Size(75, 23); this.cancelBtn.TabIndex = 8; @@ -199,7 +199,7 @@ this.groupBox1.Controls.Add(this.decryptInProgressGb); this.groupBox1.Location = new System.Drawing.Point(15, 53); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(773, 308); + this.groupBox1.Size = new System.Drawing.Size(773, 269); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; this.groupBox1.Text = "Advanced settings for control freaks"; @@ -210,7 +210,7 @@ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelBtn; - this.ClientSize = new System.Drawing.Size(800, 402); + this.ClientSize = new System.Drawing.Size(800, 363); this.Controls.Add(this.groupBox1); this.Controls.Add(this.cancelBtn); this.Controls.Add(this.saveBtn); @@ -227,7 +227,6 @@ this.decryptInProgressGb.ResumeLayout(false); this.decryptInProgressGb.PerformLayout(); this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout();