mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-22 16:55:55 +00:00
83 lines
3.3 KiB
C#
83 lines
3.3 KiB
C#
namespace minekampf.Forms
|
|
{
|
|
partial class goodbye
|
|
{
|
|
/// <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(goodbye));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.buttonDonate = new System.Windows.Forms.Button();
|
|
this.buttonClose = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Name = "label1";
|
|
//
|
|
// buttonDonate
|
|
//
|
|
this.buttonDonate.BackColor = System.Drawing.Color.DarkCyan;
|
|
resources.ApplyResources(this.buttonDonate, "buttonDonate");
|
|
this.buttonDonate.ForeColor = System.Drawing.Color.White;
|
|
this.buttonDonate.Name = "buttonDonate";
|
|
this.buttonDonate.UseVisualStyleBackColor = false;
|
|
this.buttonDonate.Click += new System.EventHandler(this.buttonDonate_Click);
|
|
//
|
|
// buttonClose
|
|
//
|
|
this.buttonClose.BackColor = System.Drawing.Color.Transparent;
|
|
resources.ApplyResources(this.buttonClose, "buttonClose");
|
|
this.buttonClose.ForeColor = System.Drawing.Color.White;
|
|
this.buttonClose.Name = "buttonClose";
|
|
this.buttonClose.UseVisualStyleBackColor = false;
|
|
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
|
|
//
|
|
// goodbye
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.buttonClose);
|
|
this.Controls.Add(this.buttonDonate);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "goodbye";
|
|
this.Resizable = false;
|
|
this.Style = MetroFramework.MetroColorStyle.Silver;
|
|
this.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.Load += new System.EventHandler(this.goodbye_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button buttonDonate;
|
|
private System.Windows.Forms.Button buttonClose;
|
|
}
|
|
} |