Ganat

Satse spil [desing]

Dec 6th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 8.71 KB | None | 0 0
  1. namespace WindowsFormsApplication1
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.  
  23.         #region Windows Form Designer generated code
  24.  
  25.         /// <summary>
  26.         /// Required method for Designer support - do not modify
  27.         /// the contents of this method with the code editor.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             this.satsningsfelt = new System.Windows.Forms.TextBox();
  32.             this.Fjern10 = new System.Windows.Forms.Button();
  33.             this.Fjern1 = new System.Windows.Forms.Button();
  34.             this.Tilføj10 = new System.Windows.Forms.Button();
  35.             this.Tilføj1 = new System.Windows.Forms.Button();
  36.             this.penge = new System.Windows.Forms.TextBox();
  37.             this.pengetilbage = new System.Windows.Forms.TextBox();
  38.             this.checkBox1 = new System.Windows.Forms.CheckBox();
  39.             this.checkBox2 = new System.Windows.Forms.CheckBox();
  40.             this.checkBox3 = new System.Windows.Forms.CheckBox();
  41.             this.button1 = new System.Windows.Forms.Button();
  42.             this.Udfald = new System.Windows.Forms.TextBox();
  43.             this.SuspendLayout();
  44.             //
  45.             // satsningsfelt
  46.             //
  47.             this.satsningsfelt.Location = new System.Drawing.Point(76, 156);
  48.             this.satsningsfelt.Name = "satsningsfelt";
  49.             this.satsningsfelt.Size = new System.Drawing.Size(63, 20);
  50.             this.satsningsfelt.TabIndex = 0;
  51.             //
  52.             // Fjern10
  53.             //
  54.             this.Fjern10.Location = new System.Drawing.Point(12, 133);
  55.             this.Fjern10.Name = "Fjern10";
  56.             this.Fjern10.Size = new System.Drawing.Size(40, 30);
  57.             this.Fjern10.TabIndex = 1;
  58.             this.Fjern10.Text = "-10";
  59.             this.Fjern10.UseVisualStyleBackColor = true;
  60.             this.Fjern10.Click += new System.EventHandler(this.Fjern10_Click);
  61.             //
  62.             // Fjern1
  63.             //
  64.             this.Fjern1.Location = new System.Drawing.Point(12, 169);
  65.             this.Fjern1.Name = "Fjern1";
  66.             this.Fjern1.Size = new System.Drawing.Size(40, 30);
  67.             this.Fjern1.TabIndex = 1;
  68.             this.Fjern1.Text = "-1";
  69.             this.Fjern1.UseVisualStyleBackColor = true;
  70.             this.Fjern1.Click += new System.EventHandler(this.button2_Click);
  71.             //
  72.             // Tilføj10
  73.             //
  74.             this.Tilføj10.Location = new System.Drawing.Point(162, 133);
  75.             this.Tilføj10.Name = "Tilføj10";
  76.             this.Tilføj10.Size = new System.Drawing.Size(40, 30);
  77.             this.Tilføj10.TabIndex = 1;
  78.             this.Tilføj10.Text = "+10";
  79.             this.Tilføj10.UseVisualStyleBackColor = true;
  80.             this.Tilføj10.Click += new System.EventHandler(this.Tilføj10_Click);
  81.             //
  82.             // Tilføj1
  83.             //
  84.             this.Tilføj1.Location = new System.Drawing.Point(162, 169);
  85.             this.Tilføj1.Name = "Tilføj1";
  86.             this.Tilføj1.Size = new System.Drawing.Size(40, 30);
  87.             this.Tilføj1.TabIndex = 1;
  88.             this.Tilføj1.Text = "+1";
  89.             this.Tilføj1.UseVisualStyleBackColor = true;
  90.             this.Tilføj1.Click += new System.EventHandler(this.button4_Click);
  91.             //
  92.             // penge
  93.             //
  94.             this.penge.Location = new System.Drawing.Point(12, 107);
  95.             this.penge.Name = "penge";
  96.             this.penge.Size = new System.Drawing.Size(120, 20);
  97.             this.penge.TabIndex = 0;
  98.             //
  99.             // pengetilbage
  100.             //
  101.             this.pengetilbage.Location = new System.Drawing.Point(143, 107);
  102.             this.pengetilbage.Name = "pengetilbage";
  103.             this.pengetilbage.Size = new System.Drawing.Size(59, 20);
  104.             this.pengetilbage.TabIndex = 0;
  105.             //
  106.             // checkBox1
  107.             //
  108.             this.checkBox1.AutoSize = true;
  109.             this.checkBox1.Checked = true;
  110.             this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  111.             this.checkBox1.Enabled = false;
  112.             this.checkBox1.Location = new System.Drawing.Point(153, 12);
  113.             this.checkBox1.Name = "checkBox1";
  114.             this.checkBox1.Size = new System.Drawing.Size(41, 17);
  115.             this.checkBox1.TabIndex = 2;
  116.             this.checkBox1.Text = "Blå";
  117.             this.checkBox1.UseVisualStyleBackColor = true;
  118.             this.checkBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Klik1);
  119.             //
  120.             // checkBox2
  121.             //
  122.             this.checkBox2.AutoSize = true;
  123.             this.checkBox2.Location = new System.Drawing.Point(153, 35);
  124.             this.checkBox2.Name = "checkBox2";
  125.             this.checkBox2.Size = new System.Drawing.Size(49, 17);
  126.             this.checkBox2.TabIndex = 2;
  127.             this.checkBox2.Text = "Grøn";
  128.             this.checkBox2.UseVisualStyleBackColor = true;
  129.             this.checkBox2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Klik2);
  130.             //
  131.             // checkBox3
  132.             //
  133.             this.checkBox3.AutoSize = true;
  134.             this.checkBox3.Location = new System.Drawing.Point(153, 58);
  135.             this.checkBox3.Name = "checkBox3";
  136.             this.checkBox3.Size = new System.Drawing.Size(46, 17);
  137.             this.checkBox3.TabIndex = 2;
  138.             this.checkBox3.Text = "Rød";
  139.             this.checkBox3.UseVisualStyleBackColor = true;
  140.             this.checkBox3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Klik3);
  141.             //
  142.             // button1
  143.             //
  144.             this.button1.Location = new System.Drawing.Point(12, 12);
  145.             this.button1.Name = "button1";
  146.             this.button1.Size = new System.Drawing.Size(135, 63);
  147.             this.button1.TabIndex = 3;
  148.             this.button1.Text = "Go!";
  149.             this.button1.UseVisualStyleBackColor = true;
  150.             this.button1.Click += new System.EventHandler(this.button1_Click);
  151.             //
  152.             // Udfald
  153.             //
  154.             this.Udfald.Enabled = false;
  155.             this.Udfald.Location = new System.Drawing.Point(12, 81);
  156.             this.Udfald.Name = "Udfald";
  157.             this.Udfald.Size = new System.Drawing.Size(190, 20);
  158.             this.Udfald.TabIndex = 4;
  159.             this.Udfald.Text = "Velkommen! :D";
  160.             //
  161.             // Form1
  162.             //
  163.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  164.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165.             this.ClientSize = new System.Drawing.Size(212, 210);
  166.             this.Controls.Add(this.Udfald);
  167.             this.Controls.Add(this.button1);
  168.             this.Controls.Add(this.checkBox3);
  169.             this.Controls.Add(this.checkBox2);
  170.             this.Controls.Add(this.checkBox1);
  171.             this.Controls.Add(this.Tilføj1);
  172.             this.Controls.Add(this.Tilføj10);
  173.             this.Controls.Add(this.Fjern1);
  174.             this.Controls.Add(this.Fjern10);
  175.             this.Controls.Add(this.pengetilbage);
  176.             this.Controls.Add(this.penge);
  177.             this.Controls.Add(this.satsningsfelt);
  178.             this.Name = "Form1";
  179.             this.Text = "Farve Gambling";
  180.             this.Load += new System.EventHandler(this.Form1_Load);
  181.             this.ResumeLayout(false);
  182.             this.PerformLayout();
  183.  
  184.         }
  185.  
  186.         #endregion
  187.  
  188.         private System.Windows.Forms.TextBox satsningsfelt;
  189.         private System.Windows.Forms.Button Fjern10;
  190.         private System.Windows.Forms.Button Fjern1;
  191.         private System.Windows.Forms.Button Tilføj10;
  192.         private System.Windows.Forms.Button Tilføj1;
  193.         private System.Windows.Forms.TextBox penge;
  194.         private System.Windows.Forms.TextBox pengetilbage;
  195.         private System.Windows.Forms.CheckBox checkBox1;
  196.         private System.Windows.Forms.CheckBox checkBox2;
  197.         private System.Windows.Forms.CheckBox checkBox3;
  198.         private System.Windows.Forms.Button button1;
  199.         private System.Windows.Forms.TextBox Udfald;
  200.  
  201.     }
  202. }
Advertisement
Add Comment
Please, Sign In to add comment