mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-23 18:24:34 +00:00
260 lines
16 KiB
C#
260 lines
16 KiB
C#
namespace PckStudio.Forms
|
|
{
|
|
partial class pckCenter
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(pckCenter));
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.radioButtonMine = new System.Windows.Forms.RadioButton();
|
|
this.radioButtonDevPicks = new System.Windows.Forms.RadioButton();
|
|
this.radioButtonNew = new System.Windows.Forms.RadioButton();
|
|
this.radioButtonAll = new System.Windows.Forms.RadioButton();
|
|
this.radioButtonCommunity = new System.Windows.Forms.RadioButton();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.buttonSubmit = new System.Windows.Forms.Button();
|
|
this.radioButtonTex = new System.Windows.Forms.RadioButton();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.pckLayout = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.contextMenuStripPCK = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
this.PSVitaPCKCheckbox = new MetroFramework.Controls.MetroCheckBox();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.contextMenuStripPCK.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.radioButtonMine, 0, 5);
|
|
this.tableLayoutPanel1.Controls.Add(this.radioButtonDevPicks, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.radioButtonNew, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.radioButtonAll, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.radioButtonCommunity, 0, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.buttonSubmit, 0, 7);
|
|
this.tableLayoutPanel1.Controls.Add(this.radioButtonTex, 0, 6);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// radioButtonMine
|
|
//
|
|
resources.ApplyResources(this.radioButtonMine, "radioButtonMine");
|
|
this.radioButtonMine.BackColor = System.Drawing.Color.Transparent;
|
|
this.radioButtonMine.FlatAppearance.BorderSize = 0;
|
|
this.radioButtonMine.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
|
|
this.radioButtonMine.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radioButtonMine.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radioButtonMine.ForeColor = System.Drawing.Color.White;
|
|
this.radioButtonMine.Name = "radioButtonMine";
|
|
this.radioButtonMine.UseVisualStyleBackColor = false;
|
|
this.radioButtonMine.CheckedChanged += new System.EventHandler(this.radioButtonMine_CheckedChanged);
|
|
//
|
|
// radioButtonDevPicks
|
|
//
|
|
resources.ApplyResources(this.radioButtonDevPicks, "radioButtonDevPicks");
|
|
this.radioButtonDevPicks.BackColor = System.Drawing.Color.Transparent;
|
|
this.radioButtonDevPicks.FlatAppearance.BorderSize = 0;
|
|
this.radioButtonDevPicks.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
|
|
this.radioButtonDevPicks.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radioButtonDevPicks.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radioButtonDevPicks.ForeColor = System.Drawing.Color.White;
|
|
this.radioButtonDevPicks.Name = "radioButtonDevPicks";
|
|
this.radioButtonDevPicks.UseVisualStyleBackColor = false;
|
|
this.radioButtonDevPicks.CheckedChanged += new System.EventHandler(this.radioButtonDevPicks_CheckedChanged);
|
|
//
|
|
// radioButtonNew
|
|
//
|
|
resources.ApplyResources(this.radioButtonNew, "radioButtonNew");
|
|
this.radioButtonNew.BackColor = System.Drawing.Color.Transparent;
|
|
this.radioButtonNew.FlatAppearance.BorderSize = 0;
|
|
this.radioButtonNew.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
|
|
this.radioButtonNew.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radioButtonNew.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radioButtonNew.ForeColor = System.Drawing.Color.White;
|
|
this.radioButtonNew.Name = "radioButtonNew";
|
|
this.radioButtonNew.UseVisualStyleBackColor = false;
|
|
this.radioButtonNew.CheckedChanged += new System.EventHandler(this.radioButtonNew_CheckedChanged);
|
|
//
|
|
// radioButtonAll
|
|
//
|
|
resources.ApplyResources(this.radioButtonAll, "radioButtonAll");
|
|
this.radioButtonAll.BackColor = System.Drawing.Color.Transparent;
|
|
this.radioButtonAll.Checked = true;
|
|
this.radioButtonAll.FlatAppearance.BorderSize = 0;
|
|
this.radioButtonAll.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
|
|
this.radioButtonAll.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radioButtonAll.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radioButtonAll.ForeColor = System.Drawing.Color.White;
|
|
this.radioButtonAll.Name = "radioButtonAll";
|
|
this.radioButtonAll.TabStop = true;
|
|
this.radioButtonAll.UseVisualStyleBackColor = false;
|
|
this.radioButtonAll.CheckedChanged += new System.EventHandler(this.radioButtonAll_CheckedChanged);
|
|
//
|
|
// radioButtonCommunity
|
|
//
|
|
resources.ApplyResources(this.radioButtonCommunity, "radioButtonCommunity");
|
|
this.radioButtonCommunity.BackColor = System.Drawing.Color.Transparent;
|
|
this.radioButtonCommunity.FlatAppearance.BorderSize = 0;
|
|
this.radioButtonCommunity.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
|
|
this.radioButtonCommunity.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radioButtonCommunity.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radioButtonCommunity.ForeColor = System.Drawing.Color.White;
|
|
this.radioButtonCommunity.Name = "radioButtonCommunity";
|
|
this.radioButtonCommunity.UseVisualStyleBackColor = false;
|
|
this.radioButtonCommunity.CheckedChanged += new System.EventHandler(this.radioButtonCommunity_CheckedChanged);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// buttonSubmit
|
|
//
|
|
this.buttonSubmit.FlatAppearance.BorderSize = 0;
|
|
resources.ApplyResources(this.buttonSubmit, "buttonSubmit");
|
|
this.buttonSubmit.ForeColor = System.Drawing.Color.White;
|
|
this.buttonSubmit.Name = "buttonSubmit";
|
|
this.buttonSubmit.UseVisualStyleBackColor = true;
|
|
this.buttonSubmit.Click += new System.EventHandler(this.buttonSubmit_Click);
|
|
//
|
|
// radioButtonTex
|
|
//
|
|
resources.ApplyResources(this.radioButtonTex, "radioButtonTex");
|
|
this.radioButtonTex.BackColor = System.Drawing.Color.Transparent;
|
|
this.radioButtonTex.FlatAppearance.BorderSize = 0;
|
|
this.radioButtonTex.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
|
|
this.radioButtonTex.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radioButtonTex.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radioButtonTex.ForeColor = System.Drawing.Color.White;
|
|
this.radioButtonTex.Name = "radioButtonTex";
|
|
this.radioButtonTex.UseVisualStyleBackColor = false;
|
|
this.radioButtonTex.CheckedChanged += new System.EventHandler(this.radioButtonTex_CheckedChanged);
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
|
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.panel1, 1, 0);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.panel1.Controls.Add(this.pckLayout);
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
this.panel1.Name = "panel1";
|
|
//
|
|
// pckLayout
|
|
//
|
|
resources.ApplyResources(this.pckLayout, "pckLayout");
|
|
this.pckLayout.Name = "pckLayout";
|
|
this.pckLayout.ControlRemoved += new System.Windows.Forms.ControlEventHandler(this.pckLayout_ControlRemoved);
|
|
this.pckLayout.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pckLayout_MouseClick);
|
|
this.pckLayout.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pckLayout_MouseDown);
|
|
this.pckLayout.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pckLayout_MouseMove_1);
|
|
//
|
|
// contextMenuStripPCK
|
|
//
|
|
this.contextMenuStripPCK.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.deleteToolStripMenuItem,
|
|
this.exportToolStripMenuItem});
|
|
this.contextMenuStripPCK.Name = "contextMenuStripPCK";
|
|
resources.ApplyResources(this.contextMenuStripPCK, "contextMenuStripPCK");
|
|
//
|
|
// deleteToolStripMenuItem
|
|
//
|
|
this.deleteToolStripMenuItem.Image = global::PckStudio.Properties.Resources.Del;
|
|
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
|
|
resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem");
|
|
//
|
|
// exportToolStripMenuItem
|
|
//
|
|
this.exportToolStripMenuItem.Image = global::PckStudio.Properties.Resources.ExportFile;
|
|
this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
|
|
resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem");
|
|
//
|
|
// PSVitaPCKCheckbox
|
|
//
|
|
resources.ApplyResources(this.PSVitaPCKCheckbox, "PSVitaPCKCheckbox");
|
|
this.PSVitaPCKCheckbox.Name = "PSVitaPCKCheckbox";
|
|
this.PSVitaPCKCheckbox.Style = MetroFramework.MetroColorStyle.Silver;
|
|
this.PSVitaPCKCheckbox.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.PSVitaPCKCheckbox.UseSelectable = true;
|
|
this.PSVitaPCKCheckbox.CheckedChanged += new System.EventHandler(this.PSVitaPCKCheckbox_CheckedChanged);
|
|
//
|
|
// pckCenter
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BorderStyle = MetroFramework.Forms.MetroFormBorderStyle.FixedSingle;
|
|
this.Controls.Add(this.PSVitaPCKCheckbox);
|
|
this.Controls.Add(this.tableLayoutPanel2);
|
|
this.Name = "pckCenter";
|
|
this.ShadowType = MetroFramework.Forms.MetroFormShadowType.DropShadow;
|
|
this.Style = MetroFramework.MetroColorStyle.White;
|
|
this.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.Load += new System.EventHandler(this.pckCenter_Load);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.contextMenuStripPCK.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.RadioButton radioButtonDevPicks;
|
|
private System.Windows.Forms.RadioButton radioButtonNew;
|
|
private System.Windows.Forms.RadioButton radioButtonAll;
|
|
private System.Windows.Forms.RadioButton radioButtonCommunity;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.FlowLayoutPanel pckLayout;
|
|
private System.Windows.Forms.RadioButton radioButtonMine;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStripPCK;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem;
|
|
private System.Windows.Forms.Button buttonSubmit;
|
|
private System.Windows.Forms.RadioButton radioButtonTex;
|
|
private MetroFramework.Controls.MetroCheckBox PSVitaPCKCheckbox;
|
|
}
|
|
} |