359 lines
15 KiB
C#
359 lines
15 KiB
C#
namespace Installer
|
|
{
|
|
partial class FRMInstaller
|
|
{
|
|
/// <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 Windows Form 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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FRMInstaller));
|
|
lbl_Title = new Label();
|
|
lbl_desc = new Label();
|
|
btn_next = new Button();
|
|
btn_cnl = new Button();
|
|
tablessTabControl = new TablessTabControl();
|
|
tabPage1 = new TabPage();
|
|
tabPage2 = new TabPage();
|
|
lbl_GoogleDrivePath = new Label();
|
|
btn_next1 = new Button();
|
|
lbl_contentdesc = new Label();
|
|
label1 = new Label();
|
|
checkBox2 = new CheckBox();
|
|
checkBox_GoogleDrive = new CheckBox();
|
|
tabPage3 = new TabPage();
|
|
btn_next2 = new Button();
|
|
lbl_runtimeinfo = new Label();
|
|
btn_installRuntimes = new Button();
|
|
lbl_aspnet8installed = new Label();
|
|
lbl_dotnet8installed = new Label();
|
|
tabPage4 = new TabPage();
|
|
label2 = new Label();
|
|
btnDone = new Button();
|
|
tablessTabControl.SuspendLayout();
|
|
tabPage1.SuspendLayout();
|
|
tabPage2.SuspendLayout();
|
|
tabPage3.SuspendLayout();
|
|
tabPage4.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// lbl_Title
|
|
//
|
|
lbl_Title.AutoSize = true;
|
|
lbl_Title.Font = new Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point);
|
|
lbl_Title.Location = new Point(8, 3);
|
|
lbl_Title.Name = "lbl_Title";
|
|
lbl_Title.Size = new Size(371, 21);
|
|
lbl_Title.TabIndex = 0;
|
|
lbl_Title.Text = "Welcome to the Horse Reality Exporter Installer";
|
|
//
|
|
// lbl_desc
|
|
//
|
|
lbl_desc.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
lbl_desc.Font = new Font("Segoe UI", 8.25F, FontStyle.Regular, GraphicsUnit.Point);
|
|
lbl_desc.Location = new Point(8, 31);
|
|
lbl_desc.Name = "lbl_desc";
|
|
lbl_desc.Size = new Size(386, 250);
|
|
lbl_desc.TabIndex = 1;
|
|
lbl_desc.Text = "This tool will guide you through the installation of the Horse Reality Exporter.\r\n\r\nFor further reference please use the guide on Notion.";
|
|
//
|
|
// btn_next
|
|
//
|
|
btn_next.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
btn_next.Location = new Point(319, 284);
|
|
btn_next.Name = "btn_next";
|
|
btn_next.Size = new Size(75, 23);
|
|
btn_next.TabIndex = 2;
|
|
btn_next.Text = "Next >";
|
|
btn_next.UseVisualStyleBackColor = true;
|
|
btn_next.Click += btn_next_Click;
|
|
//
|
|
// btn_cnl
|
|
//
|
|
btn_cnl.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
|
btn_cnl.Location = new Point(8, 284);
|
|
btn_cnl.Name = "btn_cnl";
|
|
btn_cnl.Size = new Size(75, 23);
|
|
btn_cnl.TabIndex = 3;
|
|
btn_cnl.Text = "Cancel";
|
|
btn_cnl.UseVisualStyleBackColor = true;
|
|
//
|
|
// tablessTabControl
|
|
//
|
|
tablessTabControl.Controls.Add(tabPage1);
|
|
tablessTabControl.Controls.Add(tabPage2);
|
|
tablessTabControl.Controls.Add(tabPage3);
|
|
tablessTabControl.Controls.Add(tabPage4);
|
|
tablessTabControl.Dock = DockStyle.Fill;
|
|
tablessTabControl.Location = new Point(0, 0);
|
|
tablessTabControl.Name = "tablessTabControl";
|
|
tablessTabControl.SelectedIndex = 0;
|
|
tablessTabControl.Size = new Size(410, 343);
|
|
tablessTabControl.TabIndex = 4;
|
|
//
|
|
// tabPage1
|
|
//
|
|
tabPage1.Controls.Add(lbl_Title);
|
|
tabPage1.Controls.Add(btn_cnl);
|
|
tabPage1.Controls.Add(lbl_desc);
|
|
tabPage1.Controls.Add(btn_next);
|
|
tabPage1.Location = new Point(4, 24);
|
|
tabPage1.Name = "tabPage1";
|
|
tabPage1.Padding = new Padding(3);
|
|
tabPage1.Size = new Size(402, 315);
|
|
tabPage1.TabIndex = 0;
|
|
tabPage1.Text = "tabPage1";
|
|
tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPage2
|
|
//
|
|
tabPage2.Controls.Add(lbl_GoogleDrivePath);
|
|
tabPage2.Controls.Add(btn_next1);
|
|
tabPage2.Controls.Add(lbl_contentdesc);
|
|
tabPage2.Controls.Add(label1);
|
|
tabPage2.Controls.Add(checkBox2);
|
|
tabPage2.Controls.Add(checkBox_GoogleDrive);
|
|
tabPage2.Location = new Point(4, 24);
|
|
tabPage2.Name = "tabPage2";
|
|
tabPage2.Padding = new Padding(3);
|
|
tabPage2.Size = new Size(402, 315);
|
|
tabPage2.TabIndex = 1;
|
|
tabPage2.Text = "tabPage2";
|
|
tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// lbl_GoogleDrivePath
|
|
//
|
|
lbl_GoogleDrivePath.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
|
lbl_GoogleDrivePath.AutoSize = true;
|
|
lbl_GoogleDrivePath.Location = new Point(8, 275);
|
|
lbl_GoogleDrivePath.Name = "lbl_GoogleDrivePath";
|
|
lbl_GoogleDrivePath.Size = new Size(38, 15);
|
|
lbl_GoogleDrivePath.TabIndex = 7;
|
|
lbl_GoogleDrivePath.Text = "label2";
|
|
lbl_GoogleDrivePath.Visible = false;
|
|
//
|
|
// btn_next1
|
|
//
|
|
btn_next1.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
btn_next1.Location = new Point(319, 284);
|
|
btn_next1.Name = "btn_next1";
|
|
btn_next1.Size = new Size(75, 23);
|
|
btn_next1.TabIndex = 6;
|
|
btn_next1.Text = "Next >";
|
|
btn_next1.UseVisualStyleBackColor = true;
|
|
btn_next1.Click += btn_next_Click;
|
|
//
|
|
// lbl_contentdesc
|
|
//
|
|
lbl_contentdesc.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
lbl_contentdesc.Font = new Font("Segoe UI", 8.25F, FontStyle.Regular, GraphicsUnit.Point);
|
|
lbl_contentdesc.Location = new Point(8, 24);
|
|
lbl_contentdesc.Name = "lbl_contentdesc";
|
|
lbl_contentdesc.Size = new Size(386, 201);
|
|
lbl_contentdesc.TabIndex = 5;
|
|
lbl_contentdesc.Text = resources.GetString("lbl_contentdesc.Text");
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Font = new Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point);
|
|
label1.Location = new Point(8, 3);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(275, 21);
|
|
label1.TabIndex = 2;
|
|
label1.Text = "Select your data displaying service";
|
|
//
|
|
// checkBox2
|
|
//
|
|
checkBox2.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
|
checkBox2.AutoSize = true;
|
|
checkBox2.Location = new Point(8, 228);
|
|
checkBox2.Name = "checkBox2";
|
|
checkBox2.Size = new Size(294, 19);
|
|
checkBox2.TabIndex = 1;
|
|
checkBox2.Text = "Microsoft Excel (Requires Microsoft Office Licence)";
|
|
checkBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox_GoogleDrive
|
|
//
|
|
checkBox_GoogleDrive.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
|
checkBox_GoogleDrive.AutoSize = true;
|
|
checkBox_GoogleDrive.Location = new Point(8, 253);
|
|
checkBox_GoogleDrive.Name = "checkBox_GoogleDrive";
|
|
checkBox_GoogleDrive.Size = new Size(177, 19);
|
|
checkBox_GoogleDrive.TabIndex = 0;
|
|
checkBox_GoogleDrive.Text = "Google Sheets (Free, limited)";
|
|
checkBox_GoogleDrive.UseVisualStyleBackColor = true;
|
|
checkBox_GoogleDrive.CheckedChanged += checkBox_GoogleDrive_checked;
|
|
//
|
|
// tabPage3
|
|
//
|
|
tabPage3.Controls.Add(btn_next2);
|
|
tabPage3.Controls.Add(lbl_runtimeinfo);
|
|
tabPage3.Controls.Add(btn_installRuntimes);
|
|
tabPage3.Controls.Add(lbl_aspnet8installed);
|
|
tabPage3.Controls.Add(lbl_dotnet8installed);
|
|
tabPage3.Location = new Point(4, 24);
|
|
tabPage3.Name = "tabPage3";
|
|
tabPage3.Size = new Size(402, 315);
|
|
tabPage3.TabIndex = 2;
|
|
tabPage3.Text = "tabPage3";
|
|
tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn_next2
|
|
//
|
|
btn_next2.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
btn_next2.Enabled = false;
|
|
btn_next2.Location = new Point(319, 284);
|
|
btn_next2.Name = "btn_next2";
|
|
btn_next2.Size = new Size(75, 23);
|
|
btn_next2.TabIndex = 4;
|
|
btn_next2.Text = "Next >";
|
|
btn_next2.UseVisualStyleBackColor = true;
|
|
btn_next2.Click += btn_next_Click;
|
|
//
|
|
// lbl_runtimeinfo
|
|
//
|
|
lbl_runtimeinfo.AutoSize = true;
|
|
lbl_runtimeinfo.Location = new Point(8, 31);
|
|
lbl_runtimeinfo.Name = "lbl_runtimeinfo";
|
|
lbl_runtimeinfo.Size = new Size(85, 15);
|
|
lbl_runtimeinfo.TabIndex = 3;
|
|
lbl_runtimeinfo.Text = "RUNTIMEINFO";
|
|
lbl_runtimeinfo.Visible = false;
|
|
//
|
|
// btn_installRuntimes
|
|
//
|
|
btn_installRuntimes.Location = new Point(8, 49);
|
|
btn_installRuntimes.Name = "btn_installRuntimes";
|
|
btn_installRuntimes.Size = new Size(116, 34);
|
|
btn_installRuntimes.TabIndex = 2;
|
|
btn_installRuntimes.Text = "Update Runtimes";
|
|
btn_installRuntimes.UseVisualStyleBackColor = true;
|
|
btn_installRuntimes.Visible = false;
|
|
btn_installRuntimes.Click += btn_installRuntimes_Click;
|
|
//
|
|
// lbl_aspnet8installed
|
|
//
|
|
lbl_aspnet8installed.AutoSize = true;
|
|
lbl_aspnet8installed.Font = new Font("Segoe UI Emoji", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
lbl_aspnet8installed.Location = new Point(8, 15);
|
|
lbl_aspnet8installed.Name = "lbl_aspnet8installed";
|
|
lbl_aspnet8installed.Size = new Size(123, 16);
|
|
lbl_aspnet8installed.TabIndex = 1;
|
|
lbl_aspnet8installed.Text = "ASP .NET INSTALLED?";
|
|
lbl_aspnet8installed.Visible = false;
|
|
//
|
|
// lbl_dotnet8installed
|
|
//
|
|
lbl_dotnet8installed.AutoSize = true;
|
|
lbl_dotnet8installed.Font = new Font("Segoe UI Emoji", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
lbl_dotnet8installed.Location = new Point(8, 0);
|
|
lbl_dotnet8installed.Name = "lbl_dotnet8installed";
|
|
lbl_dotnet8installed.Size = new Size(108, 16);
|
|
lbl_dotnet8installed.TabIndex = 0;
|
|
lbl_dotnet8installed.Text = ".NET 8 INSTALLED?";
|
|
lbl_dotnet8installed.Visible = false;
|
|
//
|
|
// tabPage4
|
|
//
|
|
tabPage4.Controls.Add(label2);
|
|
tabPage4.Controls.Add(btnDone);
|
|
tabPage4.Location = new Point(4, 24);
|
|
tabPage4.Name = "tabPage4";
|
|
tabPage4.Size = new Size(402, 315);
|
|
tabPage4.TabIndex = 3;
|
|
tabPage4.Text = "tabPage4";
|
|
tabPage4.UseVisualStyleBackColor = true;
|
|
//
|
|
// label2
|
|
//
|
|
label2.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
label2.Font = new Font("Segoe UI Emoji", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
label2.Location = new Point(8, 10);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(391, 271);
|
|
label2.TabIndex = 6;
|
|
label2.Text = "Horse Reality Exporter was installed successfully. Please exit the installer and continue the guide.";
|
|
//
|
|
// btnDone
|
|
//
|
|
btnDone.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
btnDone.Location = new Point(319, 284);
|
|
btnDone.Name = "btnDone";
|
|
btnDone.Size = new Size(75, 23);
|
|
btnDone.TabIndex = 5;
|
|
btnDone.Text = "Done";
|
|
btnDone.UseVisualStyleBackColor = true;
|
|
btnDone.Click += btnDone_Click;
|
|
//
|
|
// FRMInstaller
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(410, 343);
|
|
Controls.Add(tablessTabControl);
|
|
FormBorderStyle = FormBorderStyle.FixedSingle;
|
|
Icon = (Icon)resources.GetObject("$this.Icon");
|
|
MinimumSize = new Size(426, 382);
|
|
Name = "FRMInstaller";
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "Installer";
|
|
tablessTabControl.ResumeLayout(false);
|
|
tabPage1.ResumeLayout(false);
|
|
tabPage1.PerformLayout();
|
|
tabPage2.ResumeLayout(false);
|
|
tabPage2.PerformLayout();
|
|
tabPage3.ResumeLayout(false);
|
|
tabPage3.PerformLayout();
|
|
tabPage4.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label lbl_Title;
|
|
private Label lbl_desc;
|
|
private Button btn_next;
|
|
private Button btn_cnl;
|
|
private TablessTabControl tablessTabControl;
|
|
private TabPage tabPage1;
|
|
private TabPage tabPage2;
|
|
private Label label1;
|
|
private CheckBox checkBox2;
|
|
private CheckBox checkBox_GoogleDrive;
|
|
private Label lbl_contentdesc;
|
|
private Button btn_next1;
|
|
private TabPage tabPage3;
|
|
private Label lbl_aspnet8installed;
|
|
private Label lbl_dotnet8installed;
|
|
private Button btn_installRuntimes;
|
|
private Label lbl_runtimeinfo;
|
|
private Button btn_next2;
|
|
private TabPage tabPage4;
|
|
private Label lbl_GoogleDrivePath;
|
|
private Button btnDone;
|
|
private Label label2;
|
|
}
|
|
}
|