v8migrate a141 installer for beta

This commit is contained in:
2021-12-01 19:36:58 +00:00
parent dc5f2c34d6
commit e0ed1b0fe3
9 changed files with 47 additions and 369 deletions

View File

@@ -34,7 +34,6 @@
this.edCurrent = new System.Windows.Forms.TextBox();
this.edSubOp = new System.Windows.Forms.TextBox();
this.btnCancel = new System.Windows.Forms.Button();
this.lblPreRelease = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// edOut
@@ -111,19 +110,6 @@
this.btnCancel.Visible = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// lblPreRelease
//
this.lblPreRelease.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblPreRelease.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.lblPreRelease.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPreRelease.ForeColor = System.Drawing.Color.Blue;
this.lblPreRelease.Location = new System.Drawing.Point(205, 598);
this.lblPreRelease.Name = "lblPreRelease";
this.lblPreRelease.Size = new System.Drawing.Size(426, 37);
this.lblPreRelease.TabIndex = 39;
this.lblPreRelease.Text = "Pre-release 7.6-Alpha";
this.lblPreRelease.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// ProgressForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -131,7 +117,6 @@
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(870, 646);
this.ControlBox = false;
this.Controls.Add(this.lblPreRelease);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.edSubOp);
this.Controls.Add(this.edCurrent);
@@ -142,7 +127,7 @@
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "ProgressForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Exporting...";
this.Text = "Migrating...";
this.Load += new System.EventHandler(this.ProgressForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
@@ -157,6 +142,5 @@
private System.Windows.Forms.TextBox edCurrent;
private System.Windows.Forms.TextBox edSubOp;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label lblPreRelease;
}
}