namespace WinGreed
{
partial class frmStart
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.btnSpela = new System.Windows.Forms.Button();
this.lvMemberList = new System.Windows.Forms.ListView();
this.Spelare = new System.Windows.Forms.ColumnHeader();
this.Vunnit = new System.Windows.Forms.ColumnHeader();
this.Points = new System.Windows.Forms.ColumnHeader();
this.btnAddPlayer = new System.Windows.Forms.Button();
this.txtNewName = new System.Windows.Forms.TextBox();
this.btnAddOk = new System.Windows.Forms.Button();
this.btnSound = new System.Windows.Forms.Button();
this.lstLogBox = new System.Windows.Forms.ListBox();
this.lblLog = new System.Windows.Forms.Label();
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(29, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(384, 37);
this.label1.TabIndex = 0;
this.label1.Text = "Welcome to World of Greed!";
//
// btnSpela
//
this.btnSpela.Location = new System.Drawing.Point(29, 129);
this.btnSpela.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnSpela.Name = "btnSpela";
this.btnSpela.Size = new System.Drawing.Size(153, 31);
this.btnSpela.TabIndex = 1;
this.btnSpela.Text = "Spela en omgång";
this.btnSpela.UseVisualStyleBackColor = true;
this.btnSpela.Click += new System.EventHandler(this.btnSpela_Click);
//
// lvMemberList
//
this.lvMemberList.Activation = System.Windows.Forms.ItemActivation.OneClick;
this.lvMemberList.BackColor = System.Drawing.Color.Goldenrod;
this.lvMemberList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.Spelare,
this.Vunnit,
this.Points});
this.lvMemberList.GridLines = true;
this.lvMemberList.HoverSelection = true;
this.lvMemberList.Location = new System.Drawing.Point(442, 129);
this.lvMemberList.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lvMemberList.Name = "lvMemberList";
this.lvMemberList.Size = new System.Drawing.Size(345, 419);
this.lvMemberList.TabIndex = 2;
this.lvMemberList.UseCompatibleStateImageBehavior = false;
this.lvMemberList.View = System.Windows.Forms.View.Details;
//
// Spelare
//
this.Spelare.Text = "S p e l a r e";
this.Spelare.Width = 100;
//
// Vunnit
//
this.Vunnit.Text = "V u n n i t";
this.Vunnit.Width = 80;
//
// Points
//
this.Points.Text = "Poäng";
this.Points.Width = 100;
//
// btnAddPlayer
//
this.btnAddPlayer.Location = new System.Drawing.Point(31, 172);
this.btnAddPlayer.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnAddPlayer.Name = "btnAddPlayer";
this.btnAddPlayer.Size = new System.Drawing.Size(151, 31);
this.btnAddPlayer.TabIndex = 3;
this.btnAddPlayer.Text = "Lägg till Spelare";
this.btnAddPlayer.UseVisualStyleBackColor = true;
this.btnAddPlayer.Click += new System.EventHandler(this.btnAddPlayer_Click);
//
// txtNewName
//
this.txtNewName.Location = new System.Drawing.Point(189, 173);
this.txtNewName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtNewName.Name = "txtNewName";
this.txtNewName.Size = new System.Drawing.Size(202, 27);
this.txtNewName.TabIndex = 4;
this.txtNewName.Visible = false;
this.txtNewName.TextChanged += new System.EventHandler(this.txtNewName_TextChanged);
//
// btnAddOk
//
this.btnAddOk.Location = new System.Drawing.Point(400, 172);
this.btnAddOk.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnAddOk.Name = "btnAddOk";
this.btnAddOk.Size = new System.Drawing.Size(35, 31);
this.btnAddOk.TabIndex = 5;
this.btnAddOk.Text = "Ok";
this.btnAddOk.UseCompatibleTextRendering = true;
this.btnAddOk.UseVisualStyleBackColor = true;
this.btnAddOk.Visible = false;
this.btnAddOk.Click += new System.EventHandler(this.btnAddOk_Click);
//
// btnSound
//
this.btnSound.Location = new System.Drawing.Point(400, 45);
this.btnSound.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnSound.Name = "btnSound";
this.btnSound.Size = new System.Drawing.Size(86, 31);
this.btnSound.TabIndex = 6;
this.btnSound.Text = "sound";
this.btnSound.UseVisualStyleBackColor = true;
this.btnSound.Visible = false;
this.btnSound.Click += new System.EventHandler(this.btnSound_Click);
//
// lstLogBox
//
this.lstLogBox.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.lstLogBox.FormattingEnabled = true;
this.lstLogBox.ItemHeight = 20;
this.lstLogBox.Location = new System.Drawing.Point(808, 129);
this.lstLogBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lstLogBox.Name = "lstLogBox";
this.lstLogBox.Size = new System.Drawing.Size(137, 424);
this.lstLogBox.TabIndex = 7;
//
// lblLog
//
this.lblLog.AutoSize = true;
this.lblLog.Location = new System.Drawing.Point(808, 88);
this.lblLog.Name = "lblLog";
this.lblLog.Size = new System.Drawing.Size(84, 20);
this.lblLog.TabIndex = 8;
this.lblLog.Text = "PoängLogg";
//
// frmStart
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.DimGray;
this.ClientSize = new System.Drawing.Size(1025, 600);
this.Controls.Add(this.lblLog);
this.Controls.Add(this.lstLogBox);
this.Controls.Add(this.btnSound);
this.Controls.Add(this.btnAddOk);
this.Controls.Add(this.txtNewName);
this.Controls.Add(this.btnAddPlayer);
this.Controls.Add(this.lvMemberList);
this.Controls.Add(this.btnSpela);
this.Controls.Add(this.label1);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
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;
private ListView lvMemberList;
private ColumnHeader Spelare;
private ColumnHeader Vunnit;
private ColumnHeader Points;
private Button btnAddPlayer;
private TextBox txtNewName;
private Button btnAddOk;
private Button btnSound;
private ListBox lstLogBox;
private Label lblLog;
}
}