302 lines
14 KiB
C#
302 lines
14 KiB
C#
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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPersonRound));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnThrow = new System.Windows.Forms.Button();
|
|
this.btnDiceTmpl1 = new System.Windows.Forms.Button();
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
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.txtMaxValue = new System.Windows.Forms.TextBox();
|
|
this.txtChosenValue = new System.Windows.Forms.TextBox();
|
|
this.txtTotalPoints = new System.Windows.Forms.TextBox();
|
|
this.lblRecentPoints = new System.Windows.Forms.Label();
|
|
this.btnCollect = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtMaxPoints = new System.Windows.Forms.TextBox();
|
|
this.txtChosenPoints = new System.Windows.Forms.TextBox();
|
|
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(26, 23);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(134, 37);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Nu kör vi";
|
|
//
|
|
// btnThrow
|
|
//
|
|
this.btnThrow.Location = new System.Drawing.Point(37, 108);
|
|
this.btnThrow.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnThrow.Name = "btnThrow";
|
|
this.btnThrow.Size = new System.Drawing.Size(110, 31);
|
|
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.ImageKey = "dice1.ico";
|
|
this.btnDiceTmpl1.ImageList = this.imageList1;
|
|
this.btnDiceTmpl1.Location = new System.Drawing.Point(853, 109);
|
|
this.btnDiceTmpl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnDiceTmpl1.Name = "btnDiceTmpl1";
|
|
this.btnDiceTmpl1.Size = new System.Drawing.Size(48, 59);
|
|
this.btnDiceTmpl1.TabIndex = 2;
|
|
this.btnDiceTmpl1.UseVisualStyleBackColor = true;
|
|
this.btnDiceTmpl1.Visible = false;
|
|
this.btnDiceTmpl1.Click += new System.EventHandler(this.btnDiceTmpl_Click);
|
|
//
|
|
// imageList1
|
|
//
|
|
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
|
this.imageList1.Images.SetKeyName(0, "dice1.ico");
|
|
this.imageList1.Images.SetKeyName(1, "dice2.ico");
|
|
this.imageList1.Images.SetKeyName(2, "dice3.ico");
|
|
this.imageList1.Images.SetKeyName(3, "dice4.ico");
|
|
this.imageList1.Images.SetKeyName(4, "dice5.ico");
|
|
this.imageList1.Images.SetKeyName(5, "dice6.ico");
|
|
//
|
|
// btnDiceTmpl2
|
|
//
|
|
this.btnDiceTmpl2.ImageKey = "dice2.ico";
|
|
this.btnDiceTmpl2.ImageList = this.imageList1;
|
|
this.btnDiceTmpl2.Location = new System.Drawing.Point(853, 168);
|
|
this.btnDiceTmpl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnDiceTmpl2.Name = "btnDiceTmpl2";
|
|
this.btnDiceTmpl2.Size = new System.Drawing.Size(48, 59);
|
|
this.btnDiceTmpl2.TabIndex = 3;
|
|
this.btnDiceTmpl2.UseVisualStyleBackColor = true;
|
|
this.btnDiceTmpl2.Visible = false;
|
|
this.btnDiceTmpl2.Click += new System.EventHandler(this.btnDiceTmpl_Click);
|
|
//
|
|
// btnDiceTmpl4
|
|
//
|
|
this.btnDiceTmpl4.ImageKey = "dice4.ico";
|
|
this.btnDiceTmpl4.ImageList = this.imageList1;
|
|
this.btnDiceTmpl4.Location = new System.Drawing.Point(853, 285);
|
|
this.btnDiceTmpl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnDiceTmpl4.Name = "btnDiceTmpl4";
|
|
this.btnDiceTmpl4.Size = new System.Drawing.Size(48, 59);
|
|
this.btnDiceTmpl4.TabIndex = 5;
|
|
this.btnDiceTmpl4.UseVisualStyleBackColor = true;
|
|
this.btnDiceTmpl4.Visible = false;
|
|
this.btnDiceTmpl4.Click += new System.EventHandler(this.btnDiceTmpl_Click);
|
|
//
|
|
// btnDiceTmpl3
|
|
//
|
|
this.btnDiceTmpl3.ImageKey = "dice3.ico";
|
|
this.btnDiceTmpl3.ImageList = this.imageList1;
|
|
this.btnDiceTmpl3.Location = new System.Drawing.Point(853, 227);
|
|
this.btnDiceTmpl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnDiceTmpl3.Name = "btnDiceTmpl3";
|
|
this.btnDiceTmpl3.Size = new System.Drawing.Size(48, 59);
|
|
this.btnDiceTmpl3.TabIndex = 4;
|
|
this.btnDiceTmpl3.UseVisualStyleBackColor = true;
|
|
this.btnDiceTmpl3.Visible = false;
|
|
this.btnDiceTmpl3.Click += new System.EventHandler(this.btnDiceTmpl_Click);
|
|
//
|
|
// btnDiceTmpl6
|
|
//
|
|
this.btnDiceTmpl6.ImageKey = "dice6.ico";
|
|
this.btnDiceTmpl6.ImageList = this.imageList1;
|
|
this.btnDiceTmpl6.Location = new System.Drawing.Point(853, 403);
|
|
this.btnDiceTmpl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnDiceTmpl6.Name = "btnDiceTmpl6";
|
|
this.btnDiceTmpl6.Size = new System.Drawing.Size(48, 59);
|
|
this.btnDiceTmpl6.TabIndex = 7;
|
|
this.btnDiceTmpl6.UseVisualStyleBackColor = true;
|
|
this.btnDiceTmpl6.Visible = false;
|
|
this.btnDiceTmpl6.Click += new System.EventHandler(this.btnDiceTmpl_Click);
|
|
//
|
|
// btnDiceTmpl5
|
|
//
|
|
this.btnDiceTmpl5.ImageKey = "dice5.ico";
|
|
this.btnDiceTmpl5.ImageList = this.imageList1;
|
|
this.btnDiceTmpl5.Location = new System.Drawing.Point(853, 344);
|
|
this.btnDiceTmpl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnDiceTmpl5.Name = "btnDiceTmpl5";
|
|
this.btnDiceTmpl5.Size = new System.Drawing.Size(48, 59);
|
|
this.btnDiceTmpl5.TabIndex = 6;
|
|
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(815, 777);
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(86, 31);
|
|
this.btnClose.TabIndex = 8;
|
|
this.btnClose.Text = "Stäng";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// txtMaxValue
|
|
//
|
|
this.txtMaxValue.Location = new System.Drawing.Point(765, 109);
|
|
this.txtMaxValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtMaxValue.Multiline = true;
|
|
this.txtMaxValue.Name = "txtMaxValue";
|
|
this.txtMaxValue.Size = new System.Drawing.Size(47, 57);
|
|
this.txtMaxValue.TabIndex = 9;
|
|
this.txtMaxValue.Visible = false;
|
|
//
|
|
// txtChosenValue
|
|
//
|
|
this.txtChosenValue.Location = new System.Drawing.Point(765, 168);
|
|
this.txtChosenValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.txtChosenValue.Multiline = true;
|
|
this.txtChosenValue.Name = "txtChosenValue";
|
|
this.txtChosenValue.Size = new System.Drawing.Size(47, 57);
|
|
this.txtChosenValue.TabIndex = 10;
|
|
this.txtChosenValue.Visible = false;
|
|
//
|
|
// txtTotalPoints
|
|
//
|
|
this.txtTotalPoints.Location = new System.Drawing.Point(400, 68);
|
|
this.txtTotalPoints.Name = "txtTotalPoints";
|
|
this.txtTotalPoints.Size = new System.Drawing.Size(125, 27);
|
|
this.txtTotalPoints.TabIndex = 11;
|
|
//
|
|
// lblRecentPoints
|
|
//
|
|
this.lblRecentPoints.AutoSize = true;
|
|
this.lblRecentPoints.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.lblRecentPoints.Location = new System.Drawing.Point(197, 64);
|
|
this.lblRecentPoints.Name = "lblRecentPoints";
|
|
this.lblRecentPoints.Size = new System.Drawing.Size(198, 28);
|
|
this.lblRecentPoints.TabIndex = 12;
|
|
this.lblRecentPoints.Text = "Aktuell poängsumma";
|
|
//
|
|
// btnCollect
|
|
//
|
|
this.btnCollect.Location = new System.Drawing.Point(566, 65);
|
|
this.btnCollect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnCollect.Name = "btnCollect";
|
|
this.btnCollect.Size = new System.Drawing.Size(86, 31);
|
|
this.btnCollect.TabIndex = 13;
|
|
this.btnCollect.Text = "Nöjd";
|
|
this.btnCollect.UseVisualStyleBackColor = true;
|
|
this.btnCollect.Click += new System.EventHandler(this.btnCollect_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.label2.Location = new System.Drawing.Point(197, 107);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(186, 28);
|
|
this.label2.TabIndex = 14;
|
|
this.label2.Text = "Maxpoints / Chosen";
|
|
//
|
|
// txtMaxPoints
|
|
//
|
|
this.txtMaxPoints.Location = new System.Drawing.Point(410, 109);
|
|
this.txtMaxPoints.Name = "txtMaxPoints";
|
|
this.txtMaxPoints.Size = new System.Drawing.Size(54, 27);
|
|
this.txtMaxPoints.TabIndex = 15;
|
|
//
|
|
// txtChosenPoints
|
|
//
|
|
this.txtChosenPoints.Location = new System.Drawing.Point(472, 109);
|
|
this.txtChosenPoints.Name = "txtChosenPoints";
|
|
this.txtChosenPoints.Size = new System.Drawing.Size(54, 27);
|
|
this.txtChosenPoints.TabIndex = 16;
|
|
//
|
|
// frmPersonRound
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Green;
|
|
this.ClientSize = new System.Drawing.Size(914, 824);
|
|
this.Controls.Add(this.txtChosenPoints);
|
|
this.Controls.Add(this.txtMaxPoints);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.btnCollect);
|
|
this.Controls.Add(this.lblRecentPoints);
|
|
this.Controls.Add(this.txtTotalPoints);
|
|
this.Controls.Add(this.txtChosenValue);
|
|
this.Controls.Add(this.txtMaxValue);
|
|
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.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "frmPersonRound";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Din tur -";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPersonRound_FormClosing);
|
|
this.Shown += new System.EventHandler(this.frmPersonRound_Shown);
|
|
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;
|
|
private TextBox txtMaxValue;
|
|
private TextBox txtChosenValue;
|
|
private TextBox txtTotalPoints;
|
|
private Label lblRecentPoints;
|
|
private Button btnCollect;
|
|
private ImageList imageList1;
|
|
private Label label2;
|
|
private TextBox txtMaxPoints;
|
|
private TextBox txtChosenPoints;
|
|
}
|
|
} |