Add project files.
This commit is contained in:
172
WinGreed/frmPersonRound.Designer.cs
generated
Normal file
172
WinGreed/frmPersonRound.Designer.cs
generated
Normal file
@ -0,0 +1,172 @@
|
||||
namespace WinGreed
|
||||
{
|
||||
partial class frmPersonRound
|
||||
{
|
||||
/// <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.btnThrow = new System.Windows.Forms.Button();
|
||||
this.btnDiceTmpl1 = new System.Windows.Forms.Button();
|
||||
this.btnDiceTmpl2 = new System.Windows.Forms.Button();
|
||||
this.btnDiceTmpl4 = new System.Windows.Forms.Button();
|
||||
this.btnDiceTmpl3 = new System.Windows.Forms.Button();
|
||||
this.btnDiceTmpl6 = new System.Windows.Forms.Button();
|
||||
this.btnDiceTmpl5 = new System.Windows.Forms.Button();
|
||||
this.btnClose = 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(23, 17);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(105, 30);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Nu kör vi";
|
||||
//
|
||||
// btnThrow
|
||||
//
|
||||
this.btnThrow.Location = new System.Drawing.Point(32, 71);
|
||||
this.btnThrow.Name = "btnThrow";
|
||||
this.btnThrow.Size = new System.Drawing.Size(96, 23);
|
||||
this.btnThrow.TabIndex = 1;
|
||||
this.btnThrow.Text = "Kasta Tärningar";
|
||||
this.btnThrow.UseVisualStyleBackColor = true;
|
||||
this.btnThrow.Click += new System.EventHandler(this.btnThrow_Click);
|
||||
//
|
||||
// btnDiceTmpl1
|
||||
//
|
||||
this.btnDiceTmpl1.Location = new System.Drawing.Point(746, 82);
|
||||
this.btnDiceTmpl1.Name = "btnDiceTmpl1";
|
||||
this.btnDiceTmpl1.Size = new System.Drawing.Size(42, 44);
|
||||
this.btnDiceTmpl1.TabIndex = 2;
|
||||
this.btnDiceTmpl1.Text = "1";
|
||||
this.btnDiceTmpl1.UseVisualStyleBackColor = true;
|
||||
this.btnDiceTmpl1.Visible = false;
|
||||
this.btnDiceTmpl1.Click += new System.EventHandler(this.btnDiceTmpl_Click);
|
||||
//
|
||||
// btnDiceTmpl2
|
||||
//
|
||||
this.btnDiceTmpl2.Location = new System.Drawing.Point(746, 126);
|
||||
this.btnDiceTmpl2.Name = "btnDiceTmpl2";
|
||||
this.btnDiceTmpl2.Size = new System.Drawing.Size(42, 44);
|
||||
this.btnDiceTmpl2.TabIndex = 3;
|
||||
this.btnDiceTmpl2.Text = "2";
|
||||
this.btnDiceTmpl2.UseVisualStyleBackColor = true;
|
||||
this.btnDiceTmpl2.Visible = false;
|
||||
this.btnDiceTmpl2.Click += new System.EventHandler(this.btnDiceTmpl_Click);
|
||||
//
|
||||
// btnDiceTmpl4
|
||||
//
|
||||
this.btnDiceTmpl4.Location = new System.Drawing.Point(746, 214);
|
||||
this.btnDiceTmpl4.Name = "btnDiceTmpl4";
|
||||
this.btnDiceTmpl4.Size = new System.Drawing.Size(42, 44);
|
||||
this.btnDiceTmpl4.TabIndex = 5;
|
||||
this.btnDiceTmpl4.Text = "4";
|
||||
this.btnDiceTmpl4.UseVisualStyleBackColor = true;
|
||||
this.btnDiceTmpl4.Visible = false;
|
||||
this.btnDiceTmpl4.Click += new System.EventHandler(this.btnDiceTmpl_Click);
|
||||
//
|
||||
// btnDiceTmpl3
|
||||
//
|
||||
this.btnDiceTmpl3.Location = new System.Drawing.Point(746, 170);
|
||||
this.btnDiceTmpl3.Name = "btnDiceTmpl3";
|
||||
this.btnDiceTmpl3.Size = new System.Drawing.Size(42, 44);
|
||||
this.btnDiceTmpl3.TabIndex = 4;
|
||||
this.btnDiceTmpl3.Text = "3";
|
||||
this.btnDiceTmpl3.UseVisualStyleBackColor = true;
|
||||
this.btnDiceTmpl3.Visible = false;
|
||||
this.btnDiceTmpl3.Click += new System.EventHandler(this.btnDiceTmpl_Click);
|
||||
//
|
||||
// btnDiceTmpl6
|
||||
//
|
||||
this.btnDiceTmpl6.Location = new System.Drawing.Point(746, 302);
|
||||
this.btnDiceTmpl6.Name = "btnDiceTmpl6";
|
||||
this.btnDiceTmpl6.Size = new System.Drawing.Size(42, 44);
|
||||
this.btnDiceTmpl6.TabIndex = 7;
|
||||
this.btnDiceTmpl6.Text = "6";
|
||||
this.btnDiceTmpl6.UseVisualStyleBackColor = true;
|
||||
this.btnDiceTmpl6.Visible = false;
|
||||
this.btnDiceTmpl6.Click += new System.EventHandler(this.btnDiceTmpl_Click);
|
||||
//
|
||||
// btnDiceTmpl5
|
||||
//
|
||||
this.btnDiceTmpl5.Location = new System.Drawing.Point(746, 258);
|
||||
this.btnDiceTmpl5.Name = "btnDiceTmpl5";
|
||||
this.btnDiceTmpl5.Size = new System.Drawing.Size(42, 44);
|
||||
this.btnDiceTmpl5.TabIndex = 6;
|
||||
this.btnDiceTmpl5.Text = "5";
|
||||
this.btnDiceTmpl5.UseVisualStyleBackColor = true;
|
||||
this.btnDiceTmpl5.Visible = false;
|
||||
this.btnDiceTmpl5.Click += new System.EventHandler(this.btnDiceTmpl_Click);
|
||||
//
|
||||
// btnClose
|
||||
//
|
||||
this.btnClose.Location = new System.Drawing.Point(678, 397);
|
||||
this.btnClose.Name = "btnClose";
|
||||
this.btnClose.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnClose.TabIndex = 8;
|
||||
this.btnClose.Text = "Stäng";
|
||||
this.btnClose.UseVisualStyleBackColor = true;
|
||||
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
||||
//
|
||||
// frmPersonRound
|
||||
//
|
||||
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.btnClose);
|
||||
this.Controls.Add(this.btnDiceTmpl6);
|
||||
this.Controls.Add(this.btnDiceTmpl5);
|
||||
this.Controls.Add(this.btnDiceTmpl4);
|
||||
this.Controls.Add(this.btnDiceTmpl3);
|
||||
this.Controls.Add(this.btnDiceTmpl2);
|
||||
this.Controls.Add(this.btnDiceTmpl1);
|
||||
this.Controls.Add(this.btnThrow);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Name = "frmPersonRound";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Din tur -";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Label label1;
|
||||
private Button btnThrow;
|
||||
private Button btnDiceTmpl1;
|
||||
private Button btnDiceTmpl2;
|
||||
private Button btnDiceTmpl4;
|
||||
private Button btnDiceTmpl3;
|
||||
private Button btnDiceTmpl6;
|
||||
private Button btnDiceTmpl5;
|
||||
private Button btnClose;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user