Files
PCK-Studio/MinecraftUSkinEditor/Forms/Additional-Popups/Job.Designer.cs
2021-05-13 19:54:15 -04:00

103 lines
4.4 KiB
C#

namespace PckStudio.Forms
{
partial class Job
{
/// <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(Job));
this.buttonClose = new System.Windows.Forms.Button();
this.buttonDonate = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// buttonClose
//
this.buttonClose.BackColor = System.Drawing.Color.Transparent;
this.buttonClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonClose.Font = new System.Drawing.Font("Segoe UI", 12F);
this.buttonClose.ForeColor = System.Drawing.Color.White;
this.buttonClose.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonClose.Location = new System.Drawing.Point(308, 336);
this.buttonClose.Name = "buttonClose";
this.buttonClose.Size = new System.Drawing.Size(103, 38);
this.buttonClose.TabIndex = 6;
this.buttonClose.Text = "Close";
this.buttonClose.UseVisualStyleBackColor = false;
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
//
// buttonDonate
//
this.buttonDonate.BackColor = System.Drawing.Color.DarkCyan;
this.buttonDonate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonDonate.Font = new System.Drawing.Font("Segoe UI", 12F);
this.buttonDonate.ForeColor = System.Drawing.Color.White;
this.buttonDonate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonDonate.Location = new System.Drawing.Point(163, 336);
this.buttonDonate.Name = "buttonDonate";
this.buttonDonate.Size = new System.Drawing.Size(134, 38);
this.buttonDonate.TabIndex = 5;
this.buttonDonate.Text = "Join Discord";
this.buttonDonate.UseVisualStyleBackColor = false;
this.buttonDonate.Click += new System.EventHandler(this.buttonDonate_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label1.Location = new System.Drawing.Point(19, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(428, 260);
this.label1.TabIndex = 4;
this.label1.Text = resources.GetString("label1.Text");
//
// Job
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(453, 400);
this.Controls.Add(this.buttonClose);
this.Controls.Add(this.buttonDonate);
this.Controls.Add(this.label1);
this.Name = "Job";
this.Style = MetroFramework.MetroColorStyle.Silver;
this.Theme = MetroFramework.MetroThemeStyle.Dark;
this.Load += new System.EventHandler(this.Job_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonClose;
private System.Windows.Forms.Button buttonDonate;
private System.Windows.Forms.Label label1;
}
}