Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace WindowsFormsApplication1
- {
- partial class Form1
- {
- /// <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.satsningsfelt = new System.Windows.Forms.TextBox();
- this.Fjern10 = new System.Windows.Forms.Button();
- this.Fjern1 = new System.Windows.Forms.Button();
- this.Tilføj10 = new System.Windows.Forms.Button();
- this.Tilføj1 = new System.Windows.Forms.Button();
- this.penge = new System.Windows.Forms.TextBox();
- this.pengetilbage = new System.Windows.Forms.TextBox();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.checkBox2 = new System.Windows.Forms.CheckBox();
- this.checkBox3 = new System.Windows.Forms.CheckBox();
- this.button1 = new System.Windows.Forms.Button();
- this.Udfald = new System.Windows.Forms.TextBox();
- this.SuspendLayout();
- //
- // satsningsfelt
- //
- this.satsningsfelt.Location = new System.Drawing.Point(76, 156);
- this.satsningsfelt.Name = "satsningsfelt";
- this.satsningsfelt.Size = new System.Drawing.Size(63, 20);
- this.satsningsfelt.TabIndex = 0;
- //
- // Fjern10
- //
- this.Fjern10.Location = new System.Drawing.Point(12, 133);
- this.Fjern10.Name = "Fjern10";
- this.Fjern10.Size = new System.Drawing.Size(40, 30);
- this.Fjern10.TabIndex = 1;
- this.Fjern10.Text = "-10";
- this.Fjern10.UseVisualStyleBackColor = true;
- this.Fjern10.Click += new System.EventHandler(this.Fjern10_Click);
- //
- // Fjern1
- //
- this.Fjern1.Location = new System.Drawing.Point(12, 169);
- this.Fjern1.Name = "Fjern1";
- this.Fjern1.Size = new System.Drawing.Size(40, 30);
- this.Fjern1.TabIndex = 1;
- this.Fjern1.Text = "-1";
- this.Fjern1.UseVisualStyleBackColor = true;
- this.Fjern1.Click += new System.EventHandler(this.button2_Click);
- //
- // Tilføj10
- //
- this.Tilføj10.Location = new System.Drawing.Point(162, 133);
- this.Tilføj10.Name = "Tilføj10";
- this.Tilføj10.Size = new System.Drawing.Size(40, 30);
- this.Tilføj10.TabIndex = 1;
- this.Tilføj10.Text = "+10";
- this.Tilføj10.UseVisualStyleBackColor = true;
- this.Tilføj10.Click += new System.EventHandler(this.Tilføj10_Click);
- //
- // Tilføj1
- //
- this.Tilføj1.Location = new System.Drawing.Point(162, 169);
- this.Tilføj1.Name = "Tilføj1";
- this.Tilføj1.Size = new System.Drawing.Size(40, 30);
- this.Tilføj1.TabIndex = 1;
- this.Tilføj1.Text = "+1";
- this.Tilføj1.UseVisualStyleBackColor = true;
- this.Tilføj1.Click += new System.EventHandler(this.button4_Click);
- //
- // penge
- //
- this.penge.Location = new System.Drawing.Point(12, 107);
- this.penge.Name = "penge";
- this.penge.Size = new System.Drawing.Size(120, 20);
- this.penge.TabIndex = 0;
- //
- // pengetilbage
- //
- this.pengetilbage.Location = new System.Drawing.Point(143, 107);
- this.pengetilbage.Name = "pengetilbage";
- this.pengetilbage.Size = new System.Drawing.Size(59, 20);
- this.pengetilbage.TabIndex = 0;
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Checked = true;
- this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBox1.Enabled = false;
- this.checkBox1.Location = new System.Drawing.Point(153, 12);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(41, 17);
- this.checkBox1.TabIndex = 2;
- this.checkBox1.Text = "Blå";
- this.checkBox1.UseVisualStyleBackColor = true;
- this.checkBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Klik1);
- //
- // checkBox2
- //
- this.checkBox2.AutoSize = true;
- this.checkBox2.Location = new System.Drawing.Point(153, 35);
- this.checkBox2.Name = "checkBox2";
- this.checkBox2.Size = new System.Drawing.Size(49, 17);
- this.checkBox2.TabIndex = 2;
- this.checkBox2.Text = "Grøn";
- this.checkBox2.UseVisualStyleBackColor = true;
- this.checkBox2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Klik2);
- //
- // checkBox3
- //
- this.checkBox3.AutoSize = true;
- this.checkBox3.Location = new System.Drawing.Point(153, 58);
- this.checkBox3.Name = "checkBox3";
- this.checkBox3.Size = new System.Drawing.Size(46, 17);
- this.checkBox3.TabIndex = 2;
- this.checkBox3.Text = "Rød";
- this.checkBox3.UseVisualStyleBackColor = true;
- this.checkBox3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Klik3);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(12, 12);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(135, 63);
- this.button1.TabIndex = 3;
- this.button1.Text = "Go!";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // Udfald
- //
- this.Udfald.Enabled = false;
- this.Udfald.Location = new System.Drawing.Point(12, 81);
- this.Udfald.Name = "Udfald";
- this.Udfald.Size = new System.Drawing.Size(190, 20);
- this.Udfald.TabIndex = 4;
- this.Udfald.Text = "Velkommen! :D";
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(212, 210);
- this.Controls.Add(this.Udfald);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.checkBox3);
- this.Controls.Add(this.checkBox2);
- this.Controls.Add(this.checkBox1);
- this.Controls.Add(this.Tilføj1);
- this.Controls.Add(this.Tilføj10);
- this.Controls.Add(this.Fjern1);
- this.Controls.Add(this.Fjern10);
- this.Controls.Add(this.pengetilbage);
- this.Controls.Add(this.penge);
- this.Controls.Add(this.satsningsfelt);
- this.Name = "Form1";
- this.Text = "Farve Gambling";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox satsningsfelt;
- private System.Windows.Forms.Button Fjern10;
- private System.Windows.Forms.Button Fjern1;
- private System.Windows.Forms.Button Tilføj10;
- private System.Windows.Forms.Button Tilføj1;
- private System.Windows.Forms.TextBox penge;
- private System.Windows.Forms.TextBox pengetilbage;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.CheckBox checkBox2;
- private System.Windows.Forms.CheckBox checkBox3;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox Udfald;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment