mirror of
https://silica.codes/BedrockReverse/PremiumPacksInstaller.git
synced 2025-04-16 01:49:54 +12:00
147 lines
7 KiB
C#
147 lines
7 KiB
C#
namespace PremiumPackInstaller
|
|
{
|
|
partial class MainWindow
|
|
{
|
|
/// <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(MainWindow));
|
|
this.getMoreSkinsList = new System.Windows.Forms.ListBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.refreshButton = new System.Windows.Forms.Button();
|
|
this.clientVersion = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.replacePack = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// getMoreSkinsList
|
|
//
|
|
this.getMoreSkinsList.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.getMoreSkinsList.FormattingEnabled = true;
|
|
this.getMoreSkinsList.Location = new System.Drawing.Point(12, 61);
|
|
this.getMoreSkinsList.Name = "getMoreSkinsList";
|
|
this.getMoreSkinsList.Size = new System.Drawing.Size(776, 355);
|
|
this.getMoreSkinsList.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(9, 41);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(109, 13);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "\"Get More\" Skins List";
|
|
//
|
|
// refreshButton
|
|
//
|
|
this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.refreshButton.Enabled = false;
|
|
this.refreshButton.Location = new System.Drawing.Point(692, 34);
|
|
this.refreshButton.Name = "refreshButton";
|
|
this.refreshButton.Size = new System.Drawing.Size(96, 26);
|
|
this.refreshButton.TabIndex = 2;
|
|
this.refreshButton.Text = "Refresh List";
|
|
this.refreshButton.UseVisualStyleBackColor = true;
|
|
this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
|
|
//
|
|
// clientVersion
|
|
//
|
|
this.clientVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.clientVersion.Location = new System.Drawing.Point(728, 8);
|
|
this.clientVersion.Name = "clientVersion";
|
|
this.clientVersion.Size = new System.Drawing.Size(60, 20);
|
|
this.clientVersion.TabIndex = 3;
|
|
this.clientVersion.Text = "1.19.20";
|
|
this.clientVersion.TextChanged += new System.EventHandler(this.clientVersion_TextChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(648, 9);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(74, 13);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "Client Version:";
|
|
//
|
|
// replacePack
|
|
//
|
|
this.replacePack.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.replacePack.Enabled = false;
|
|
this.replacePack.Location = new System.Drawing.Point(15, 422);
|
|
this.replacePack.Name = "replacePack";
|
|
this.replacePack.Size = new System.Drawing.Size(773, 28);
|
|
this.replacePack.TabIndex = 5;
|
|
this.replacePack.Text = "Replace with new pack";
|
|
this.replacePack.UseVisualStyleBackColor = true;
|
|
this.replacePack.Click += new System.EventHandler(this.replacePack_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(12, 8);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(191, 26);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "Discovered by and programmed by Li - \r\nTrans rights are Human Rights";
|
|
//
|
|
// MainWindow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 465);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.replacePack);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.clientVersion);
|
|
this.Controls.Add(this.refreshButton);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.getMoreSkinsList);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "MainWindow";
|
|
this.Text = "Premium Packs Installer";
|
|
this.Load += new System.EventHandler(this.MainWindow_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ListBox getMoreSkinsList;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button refreshButton;
|
|
private System.Windows.Forms.TextBox clientVersion;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button replacePack;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
}
|
|
|