Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 18.76 KB | None | 0 0
  1. namespace Pinnen_GUI_2
  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.textBox0 = new System.Windows.Forms.TextBox();
  32.             this.button2 = new System.Windows.Forms.Button();
  33.             this.button3 = new System.Windows.Forms.Button();
  34.             this.button4 = new System.Windows.Forms.Button();
  35.             this.button5 = new System.Windows.Forms.Button();
  36.             this.button6 = new System.Windows.Forms.Button();
  37.             this.button7 = new System.Windows.Forms.Button();
  38.             this.button8 = new System.Windows.Forms.Button();
  39.             this.button9 = new System.Windows.Forms.Button();
  40.             this.button10 = new System.Windows.Forms.Button();
  41.             this.button12 = new System.Windows.Forms.Button();
  42.             this.button13 = new System.Windows.Forms.Button();
  43.             this.button14 = new System.Windows.Forms.Button();
  44.             this.button15 = new System.Windows.Forms.Button();
  45.             this.button16 = new System.Windows.Forms.Button();
  46.             this.button17 = new System.Windows.Forms.Button();
  47.             this.button18 = new System.Windows.Forms.Button();
  48.             this.button19 = new System.Windows.Forms.Button();
  49.             this.button1 = new System.Windows.Forms.Button();
  50.             this.buttonpas = new System.Windows.Forms.Button();
  51.             this.textBox1 = new System.Windows.Forms.TextBox();
  52.             this.button20 = new System.Windows.Forms.Button();
  53.             this.button21 = new System.Windows.Forms.Button();
  54.             this.button22 = new System.Windows.Forms.Button();
  55.             this.textBox2 = new System.Windows.Forms.TextBox();
  56.             this.label1 = new System.Windows.Forms.Label();
  57.             this.textBoxsaldo = new System.Windows.Forms.TextBox();
  58.             this.SuspendLayout();
  59.             //
  60.             // textBox0
  61.             //
  62.             this.textBox0.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  63.             this.textBox0.Location = new System.Drawing.Point(49, 37);
  64.             this.textBox0.Multiline = true;
  65.             this.textBox0.Name = "textBox0";
  66.             this.textBox0.ReadOnly = true;
  67.             this.textBox0.Size = new System.Drawing.Size(264, 35);
  68.             this.textBox0.TabIndex = 1;
  69.             //
  70.             // button2
  71.             //
  72.             this.button2.Location = new System.Drawing.Point(136, 255);
  73.             this.button2.Name = "button2";
  74.             this.button2.Size = new System.Drawing.Size(42, 30);
  75.             this.button2.TabIndex = 2;
  76.             this.button2.Text = "2";
  77.             this.button2.UseVisualStyleBackColor = true;
  78.             this.button2.Click += new System.EventHandler(this.button2_Click);
  79.             //
  80.             // button3
  81.             //
  82.             this.button3.Location = new System.Drawing.Point(184, 255);
  83.             this.button3.Name = "button3";
  84.             this.button3.Size = new System.Drawing.Size(42, 30);
  85.             this.button3.TabIndex = 3;
  86.             this.button3.Text = "3";
  87.             this.button3.UseVisualStyleBackColor = true;
  88.             this.button3.Click += new System.EventHandler(this.button3_Click);
  89.             //
  90.             // button4
  91.             //
  92.             this.button4.Location = new System.Drawing.Point(88, 291);
  93.             this.button4.Name = "button4";
  94.             this.button4.Size = new System.Drawing.Size(42, 30);
  95.             this.button4.TabIndex = 4;
  96.             this.button4.Text = "4";
  97.             this.button4.UseVisualStyleBackColor = true;
  98.             this.button4.Click += new System.EventHandler(this.button4_Click);
  99.             //
  100.             // button5
  101.             //
  102.             this.button5.Location = new System.Drawing.Point(136, 291);
  103.             this.button5.Name = "button5";
  104.             this.button5.Size = new System.Drawing.Size(42, 30);
  105.             this.button5.TabIndex = 5;
  106.             this.button5.Text = "5";
  107.             this.button5.UseVisualStyleBackColor = true;
  108.             this.button5.Click += new System.EventHandler(this.button5_Click);
  109.             //
  110.             // button6
  111.             //
  112.             this.button6.Location = new System.Drawing.Point(184, 291);
  113.             this.button6.Name = "button6";
  114.             this.button6.Size = new System.Drawing.Size(42, 30);
  115.             this.button6.TabIndex = 6;
  116.             this.button6.Text = "6";
  117.             this.button6.UseVisualStyleBackColor = true;
  118.             this.button6.Click += new System.EventHandler(this.button6_Click);
  119.             //
  120.             // button7
  121.             //
  122.             this.button7.Location = new System.Drawing.Point(88, 327);
  123.             this.button7.Name = "button7";
  124.             this.button7.Size = new System.Drawing.Size(42, 30);
  125.             this.button7.TabIndex = 7;
  126.             this.button7.Text = "7";
  127.             this.button7.UseVisualStyleBackColor = true;
  128.             this.button7.Click += new System.EventHandler(this.button7_Click);
  129.             //
  130.             // button8
  131.             //
  132.             this.button8.Location = new System.Drawing.Point(136, 327);
  133.             this.button8.Name = "button8";
  134.             this.button8.Size = new System.Drawing.Size(42, 30);
  135.             this.button8.TabIndex = 8;
  136.             this.button8.Text = "8";
  137.             this.button8.UseVisualStyleBackColor = true;
  138.             this.button8.Click += new System.EventHandler(this.button8_Click);
  139.             //
  140.             // button9
  141.             //
  142.             this.button9.Location = new System.Drawing.Point(184, 327);
  143.             this.button9.Name = "button9";
  144.             this.button9.Size = new System.Drawing.Size(42, 30);
  145.             this.button9.TabIndex = 9;
  146.             this.button9.Text = "9";
  147.             this.button9.UseVisualStyleBackColor = true;
  148.             this.button9.Click += new System.EventHandler(this.button9_Click);
  149.             //
  150.             // button10
  151.             //
  152.             this.button10.Location = new System.Drawing.Point(136, 363);
  153.             this.button10.Name = "button10";
  154.             this.button10.Size = new System.Drawing.Size(42, 30);
  155.             this.button10.TabIndex = 10;
  156.             this.button10.Text = "0";
  157.             this.button10.UseVisualStyleBackColor = true;
  158.             this.button10.Click += new System.EventHandler(this.button10_Click);
  159.             //
  160.             // button12
  161.             //
  162.             this.button12.BackColor = System.Drawing.Color.Yellow;
  163.             this.button12.Location = new System.Drawing.Point(232, 291);
  164.             this.button12.Name = "button12";
  165.             this.button12.Size = new System.Drawing.Size(42, 30);
  166.             this.button12.TabIndex = 12;
  167.             this.button12.Text = "CORR";
  168.             this.button12.UseVisualStyleBackColor = false;
  169.             this.button12.Click += new System.EventHandler(this.button12_Click);
  170.             //
  171.             // button13
  172.             //
  173.             this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  174.             this.button13.Location = new System.Drawing.Point(232, 327);
  175.             this.button13.Name = "button13";
  176.             this.button13.Size = new System.Drawing.Size(42, 30);
  177.             this.button13.TabIndex = 13;
  178.             this.button13.Text = "OK";
  179.             this.button13.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  180.             this.button13.UseVisualStyleBackColor = false;
  181.             this.button13.Click += new System.EventHandler(this.button13_Click);
  182.             //
  183.             // button14
  184.             //
  185.             this.button14.Location = new System.Drawing.Point(49, 76);
  186.             this.button14.Name = "button14";
  187.             this.button14.Size = new System.Drawing.Size(33, 23);
  188.             this.button14.TabIndex = 14;
  189.             this.button14.UseVisualStyleBackColor = true;
  190.             this.button14.Click += new System.EventHandler(this.button14_Click);
  191.             //
  192.             // button15
  193.             //
  194.             this.button15.Location = new System.Drawing.Point(49, 104);
  195.             this.button15.Name = "button15";
  196.             this.button15.Size = new System.Drawing.Size(33, 23);
  197.             this.button15.TabIndex = 15;
  198.             this.button15.UseVisualStyleBackColor = true;
  199.             this.button15.Click += new System.EventHandler(this.button15_Click);
  200.             //
  201.             // button16
  202.             //
  203.             this.button16.Location = new System.Drawing.Point(49, 133);
  204.             this.button16.Name = "button16";
  205.             this.button16.Size = new System.Drawing.Size(33, 24);
  206.             this.button16.TabIndex = 16;
  207.             this.button16.UseVisualStyleBackColor = true;
  208.             this.button16.Click += new System.EventHandler(this.button16_Click);
  209.             //
  210.             // button17
  211.             //
  212.             this.button17.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  213.             this.button17.Location = new System.Drawing.Point(49, 163);
  214.             this.button17.Name = "button17";
  215.             this.button17.Size = new System.Drawing.Size(33, 23);
  216.             this.button17.TabIndex = 17;
  217.             this.button17.UseVisualStyleBackColor = true;
  218.             this.button17.Click += new System.EventHandler(this.button17_Click);
  219.             //
  220.             // button18
  221.             //
  222.             this.button18.Location = new System.Drawing.Point(280, 76);
  223.             this.button18.Name = "button18";
  224.             this.button18.Size = new System.Drawing.Size(33, 23);
  225.             this.button18.TabIndex = 18;
  226.             this.button18.UseVisualStyleBackColor = true;
  227.             this.button18.Click += new System.EventHandler(this.button18_Click);
  228.             //
  229.             // button19
  230.             //
  231.             this.button19.Location = new System.Drawing.Point(280, 105);
  232.             this.button19.Name = "button19";
  233.             this.button19.Size = new System.Drawing.Size(33, 23);
  234.             this.button19.TabIndex = 19;
  235.             this.button19.UseVisualStyleBackColor = true;
  236.             this.button19.Click += new System.EventHandler(this.button19_Click);
  237.             //
  238.             // button1
  239.             //
  240.             this.button1.Location = new System.Drawing.Point(88, 255);
  241.             this.button1.Name = "button1";
  242.             this.button1.Size = new System.Drawing.Size(42, 30);
  243.             this.button1.TabIndex = 20;
  244.             this.button1.Text = "1";
  245.             this.button1.UseVisualStyleBackColor = true;
  246.             this.button1.Click += new System.EventHandler(this.button1_Click);
  247.             //
  248.             // buttonpas
  249.             //
  250.             this.buttonpas.Location = new System.Drawing.Point(313, 351);
  251.             this.buttonpas.Name = "buttonpas";
  252.             this.buttonpas.Size = new System.Drawing.Size(57, 55);
  253.             this.buttonpas.TabIndex = 21;
  254.             this.buttonpas.Text = "Pasje Invoeren";
  255.             this.buttonpas.UseVisualStyleBackColor = true;
  256.             this.buttonpas.Click += new System.EventHandler(this.buttonpas_Click);
  257.             //
  258.             // textBox1
  259.             //
  260.             this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  261.             this.textBox1.Location = new System.Drawing.Point(147, 205);
  262.             this.textBox1.MaxLength = 4;
  263.             this.textBox1.Multiline = true;
  264.             this.textBox1.Name = "textBox1";
  265.             this.textBox1.ReadOnly = true;
  266.             this.textBox1.Size = new System.Drawing.Size(68, 34);
  267.             this.textBox1.TabIndex = 22;
  268.             //
  269.             // button20
  270.             //
  271.             this.button20.Location = new System.Drawing.Point(280, 134);
  272.             this.button20.Name = "button20";
  273.             this.button20.Size = new System.Drawing.Size(33, 23);
  274.             this.button20.TabIndex = 23;
  275.             this.button20.UseVisualStyleBackColor = true;
  276.             this.button20.Click += new System.EventHandler(this.button20_Click);
  277.             //
  278.             // button21
  279.             //
  280.             this.button21.Location = new System.Drawing.Point(280, 163);
  281.             this.button21.Name = "button21";
  282.             this.button21.Size = new System.Drawing.Size(33, 23);
  283.             this.button21.TabIndex = 24;
  284.             this.button21.UseVisualStyleBackColor = true;
  285.             this.button21.Click += new System.EventHandler(this.button21_Click);
  286.             //
  287.             // button22
  288.             //
  289.             this.button22.BackColor = System.Drawing.Color.Red;
  290.             this.button22.Location = new System.Drawing.Point(232, 255);
  291.             this.button22.Name = "button22";
  292.             this.button22.Size = new System.Drawing.Size(42, 30);
  293.             this.button22.TabIndex = 25;
  294.             this.button22.Text = "STOP";
  295.             this.button22.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  296.             this.button22.UseVisualStyleBackColor = false;
  297.             this.button22.Click += new System.EventHandler(this.button22_Click);
  298.             //
  299.             // textBox2
  300.             //
  301.             this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  302.             this.textBox2.Location = new System.Drawing.Point(88, 78);
  303.             this.textBox2.Multiline = true;
  304.             this.textBox2.Name = "textBox2";
  305.             this.textBox2.ReadOnly = true;
  306.             this.textBox2.Size = new System.Drawing.Size(186, 108);
  307.             this.textBox2.TabIndex = 26;
  308.             //
  309.             // label1
  310.             //
  311.             this.label1.AutoSize = true;
  312.             this.label1.Location = new System.Drawing.Point(47, 9);
  313.             this.label1.Name = "label1";
  314.             this.label1.Size = new System.Drawing.Size(35, 13);
  315.             this.label1.TabIndex = 27;
  316.             this.label1.Text = "label1";
  317.             this.label1.Visible = false;
  318.             //
  319.             // textBoxsaldo
  320.             //
  321.             this.textBoxsaldo.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  322.             this.textBoxsaldo.Location = new System.Drawing.Point(88, 78);
  323.             this.textBoxsaldo.Multiline = true;
  324.             this.textBoxsaldo.Name = "textBoxsaldo";
  325.             this.textBoxsaldo.ReadOnly = true;
  326.             this.textBoxsaldo.Size = new System.Drawing.Size(186, 63);
  327.             this.textBoxsaldo.TabIndex = 28;
  328.             this.textBoxsaldo.Visible = false;
  329.             //
  330.             // Form1
  331.             //
  332.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  333.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  334.             this.ClientSize = new System.Drawing.Size(411, 443);
  335.             this.Controls.Add(this.textBoxsaldo);
  336.             this.Controls.Add(this.label1);
  337.             this.Controls.Add(this.textBox2);
  338.             this.Controls.Add(this.button22);
  339.             this.Controls.Add(this.button21);
  340.             this.Controls.Add(this.button20);
  341.             this.Controls.Add(this.textBox1);
  342.             this.Controls.Add(this.buttonpas);
  343.             this.Controls.Add(this.button1);
  344.             this.Controls.Add(this.button19);
  345.             this.Controls.Add(this.button18);
  346.             this.Controls.Add(this.button17);
  347.             this.Controls.Add(this.button16);
  348.             this.Controls.Add(this.button15);
  349.             this.Controls.Add(this.button14);
  350.             this.Controls.Add(this.button13);
  351.             this.Controls.Add(this.button12);
  352.             this.Controls.Add(this.button10);
  353.             this.Controls.Add(this.button9);
  354.             this.Controls.Add(this.button8);
  355.             this.Controls.Add(this.button7);
  356.             this.Controls.Add(this.button6);
  357.             this.Controls.Add(this.button5);
  358.             this.Controls.Add(this.button4);
  359.             this.Controls.Add(this.button3);
  360.             this.Controls.Add(this.button2);
  361.             this.Controls.Add(this.textBox0);
  362.             this.Name = "Form1";
  363.             this.Text = "Form1";
  364.             this.Load += new System.EventHandler(this.Form1_Load);
  365.             this.ResumeLayout(false);
  366.             this.PerformLayout();
  367.  
  368.         }
  369.  
  370.         #endregion
  371.  
  372.         private System.Windows.Forms.TextBox textBox0;
  373.         private System.Windows.Forms.Button button2;
  374.         private System.Windows.Forms.Button button3;
  375.         private System.Windows.Forms.Button button4;
  376.         private System.Windows.Forms.Button button5;
  377.         private System.Windows.Forms.Button button6;
  378.         private System.Windows.Forms.Button button7;
  379.         private System.Windows.Forms.Button button8;
  380.         private System.Windows.Forms.Button button9;
  381.         private System.Windows.Forms.Button button10;
  382.         private System.Windows.Forms.Button button12;
  383.         private System.Windows.Forms.Button button13;
  384.         private System.Windows.Forms.Button button14;
  385.         private System.Windows.Forms.Button button15;
  386.         private System.Windows.Forms.Button button16;
  387.         private System.Windows.Forms.Button button17;
  388.         private System.Windows.Forms.Button button18;
  389.         private System.Windows.Forms.Button button19;
  390.         private System.Windows.Forms.Button button1;
  391.         private System.Windows.Forms.Button buttonpas;
  392.         private System.Windows.Forms.TextBox textBox1;
  393.         private System.Windows.Forms.Button button20;
  394.         private System.Windows.Forms.Button button21;
  395.         private System.Windows.Forms.Button button22;
  396.         private System.Windows.Forms.TextBox textBox2;
  397.         private System.Windows.Forms.Label label1;
  398.         private System.Windows.Forms.TextBox textBoxsaldo;
  399.  
  400.     }
  401. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement