75 lines
2.7 KiB
C#
75 lines
2.7 KiB
C#
namespace WinGreed
|
|
{
|
|
partial class frmStart
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.btnSpela = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.label1.Location = new System.Drawing.Point(25, 26);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(294, 30);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Welcome to World of Greed!";
|
|
//
|
|
// btnSpela
|
|
//
|
|
this.btnSpela.Location = new System.Drawing.Point(34, 142);
|
|
this.btnSpela.Name = "btnSpela";
|
|
this.btnSpela.Size = new System.Drawing.Size(134, 23);
|
|
this.btnSpela.TabIndex = 1;
|
|
this.btnSpela.Text = "Spela en omgång";
|
|
this.btnSpela.UseVisualStyleBackColor = true;
|
|
this.btnSpela.Click += new System.EventHandler(this.btnSpela_Click);
|
|
//
|
|
// frmStart
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.btnSpela);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "frmStart";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "G R E E D";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label label1;
|
|
private Button btnSpela;
|
|
}
|
|
} |