namespace SSP { partial class StenSaxPåse { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StenSaxPåse)); this.pbxSax = new System.Windows.Forms.PictureBox(); this.pbxPåse = new System.Windows.Forms.PictureBox(); this.pbxSten = new System.Windows.Forms.PictureBox(); this.gbxStenSaxPåse = new System.Windows.Forms.GroupBox(); this.lblResultat = new System.Windows.Forms.Label(); this.lblDatornsVal = new System.Windows.Forms.Label(); this.btnSpela = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBox1 = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.pbxSax)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxPåse)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxSten)).BeginInit(); this.gbxStenSaxPåse.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pbxSax // this.pbxSax.Image = ((System.Drawing.Image)(resources.GetObject("pbxSax.Image"))); this.pbxSax.Location = new System.Drawing.Point(151, 76); this.pbxSax.Name = "pbxSax"; this.pbxSax.Size = new System.Drawing.Size(100, 50); this.pbxSax.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbxSax.TabIndex = 0; this.pbxSax.TabStop = false; this.pbxSax.Click += new System.EventHandler(this.pbxSax_Click); // // pbxPåse // this.pbxPåse.Image = ((System.Drawing.Image)(resources.GetObject("pbxPåse.Image"))); this.pbxPåse.Location = new System.Drawing.Point(257, 76); this.pbxPåse.Name = "pbxPåse"; this.pbxPåse.Size = new System.Drawing.Size(100, 50); this.pbxPåse.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbxPåse.TabIndex = 1; this.pbxPåse.TabStop = false; this.pbxPåse.Click += new System.EventHandler(this.pbxPåse_Click); // // pbxSten // this.pbxSten.Image = ((System.Drawing.Image)(resources.GetObject("pbxSten.Image"))); this.pbxSten.Location = new System.Drawing.Point(45, 76); this.pbxSten.Name = "pbxSten"; this.pbxSten.Size = new System.Drawing.Size(100, 50); this.pbxSten.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbxSten.TabIndex = 2; this.pbxSten.TabStop = false; this.pbxSten.Click += new System.EventHandler(this.pictureBox3_Click); // // gbxStenSaxPåse // this.gbxStenSaxPåse.Controls.Add(this.lblResultat); this.gbxStenSaxPåse.Controls.Add(this.lblDatornsVal); this.gbxStenSaxPåse.Controls.Add(this.pbxSten); this.gbxStenSaxPåse.Controls.Add(this.pbxPåse); this.gbxStenSaxPåse.Controls.Add(this.pbxSax); this.gbxStenSaxPåse.Enabled = false; this.gbxStenSaxPåse.Location = new System.Drawing.Point(88, 53); this.gbxStenSaxPåse.Name = "gbxStenSaxPåse"; this.gbxStenSaxPåse.Size = new System.Drawing.Size(394, 313); this.gbxStenSaxPåse.TabIndex = 3; this.gbxStenSaxPåse.TabStop = false; this.gbxStenSaxPåse.Text = "Sten, sax eller påse"; this.gbxStenSaxPåse.Enter += new System.EventHandler(this.groupBox1_Enter); // // lblResultat // this.lblResultat.AutoSize = true; this.lblResultat.Location = new System.Drawing.Point(60, 251); this.lblResultat.Name = "lblResultat"; this.lblResultat.Size = new System.Drawing.Size(35, 13); this.lblResultat.TabIndex = 4; this.lblResultat.Text = "label1"; // // lblDatornsVal // this.lblDatornsVal.AutoSize = true; this.lblDatornsVal.Location = new System.Drawing.Point(60, 221); this.lblDatornsVal.Name = "lblDatornsVal"; this.lblDatornsVal.Size = new System.Drawing.Size(35, 13); this.lblDatornsVal.TabIndex = 5; this.lblDatornsVal.Text = "label2"; // // btnSpela // this.btnSpela.Location = new System.Drawing.Point(542, 108); this.btnSpela.Name = "btnSpela"; this.btnSpela.Size = new System.Drawing.Size(75, 23); this.btnSpela.TabIndex = 6; this.btnSpela.Text = "Spela"; this.btnSpela.UseVisualStyleBackColor = true; this.btnSpela.Click += new System.EventHandler(this.button1_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Location = new System.Drawing.Point(542, 167); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(169, 165); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "Mina Resultat"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(19, 16); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 134); this.textBox1.TabIndex = 0; // // StenSaxPåse // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.btnSpela); this.Controls.Add(this.groupBox1); this.Controls.Add(this.gbxStenSaxPåse); this.Name = "StenSaxPåse"; this.Text = "StenSaxPåse"; ((System.ComponentModel.ISupportInitialize)(this.pbxSax)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxPåse)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxSten)).EndInit(); this.gbxStenSaxPåse.ResumeLayout(false); this.gbxStenSaxPåse.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pbxSax; private System.Windows.Forms.PictureBox pbxPåse; private System.Windows.Forms.PictureBox pbxSten; private System.Windows.Forms.GroupBox gbxStenSaxPåse; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnSpela; private System.Windows.Forms.Label lblResultat; private System.Windows.Forms.Label lblDatornsVal; private System.Windows.Forms.TextBox textBox1; } }