document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.  
  2. namespace SimpeCalculator
  3. {
  4.     partial class Form1
  5.     {
  6.         /// <summary>
  7.         ///  Required designer variable.
  8.         /// </summary>
  9.         private System.ComponentModel.IContainer components = null;
  10.  
  11.         /// <summary>
  12.         ///  Clean up any resources being used.
  13.         /// </summary>
  14.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  15.         protected override void Dispose(bool disposing)
  16.         {
  17.             if (disposing && (components != null))
  18.             {
  19.                 components.Dispose();
  20.             }
  21.             base.Dispose(disposing);
  22.         }
  23.  
  24.         #region Windows Form Designer generated code
  25.  
  26.         /// <summary>
  27.         ///  Required method for Designer support - do not modify
  28.         ///  the contents of this method with the code editor.
  29.         /// </summary>
  30.         private void InitializeComponent()
  31.         {
  32.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  33.             this.button1 = new System.Windows.Forms.Button();
  34.             this.button3 = new System.Windows.Forms.Button();
  35.             this.button4 = new System.Windows.Forms.Button();
  36.             this.button5 = 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.button11 = new System.Windows.Forms.Button();
  42.             this.button12 = new System.Windows.Forms.Button();
  43.             this.button13 = new System.Windows.Forms.Button();
  44.             this.button14 = new System.Windows.Forms.Button();
  45.             this.button15 = new System.Windows.Forms.Button();
  46.             this.button16 = new System.Windows.Forms.Button();
  47.             this.button17 = new System.Windows.Forms.Button();
  48.             this.button18 = new System.Windows.Forms.Button();
  49.             this.button19 = new System.Windows.Forms.Button();
  50.             this.button20 = new System.Windows.Forms.Button();
  51.             this.textBox_resut = new System.Windows.Forms.TextBox();
  52.             this.labelCurrentOperation = new System.Windows.Forms.Label();
  53.             this.SuspendLayout();
  54.             //
  55.             // button1
  56.             //
  57.             this.button1.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  58.             this.button1.Location = new System.Drawing.Point(12, 242);
  59.             this.button1.Name = "button1";
  60.             this.button1.Size = new System.Drawing.Size(106, 50);
  61.             this.button1.TabIndex = 0;
  62.             this.button1.Text = "0";
  63.             this.button1.UseVisualStyleBackColor = true;
  64.             this.button1.Click += new System.EventHandler(this.button1_Click);
  65.             //
  66.             // button3
  67.             //
  68.             this.button3.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  69.             this.button3.Location = new System.Drawing.Point(124, 242);
  70.             this.button3.Name = "button3";
  71.             this.button3.Size = new System.Drawing.Size(50, 50);
  72.             this.button3.TabIndex = 2;
  73.             this.button3.Text = ".";
  74.             this.button3.UseVisualStyleBackColor = true;
  75.             this.button3.Click += new System.EventHandler(this.button1_Click);
  76.             //
  77.             // button4
  78.             //
  79.             this.button4.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  80.             this.button4.Location = new System.Drawing.Point(180, 242);
  81.             this.button4.Name = "button4";
  82.             this.button4.Size = new System.Drawing.Size(50, 50);
  83.             this.button4.TabIndex = 3;
  84.             this.button4.Text = "+";
  85.             this.button4.UseVisualStyleBackColor = true;
  86.             this.button4.Click += new System.EventHandler(this.Operator_click);
  87.             //
  88.             // button5
  89.             //
  90.             this.button5.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  91.             this.button5.Location = new System.Drawing.Point(236, 186);
  92.             this.button5.Name = "button5";
  93.             this.button5.Size = new System.Drawing.Size(67, 106);
  94.             this.button5.TabIndex = 4;
  95.             this.button5.Text = "=";
  96.             this.button5.UseVisualStyleBackColor = true;
  97.             this.button5.Click += new System.EventHandler(this.button5_Click);
  98.             //
  99.             // button7
  100.             //
  101.             this.button7.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  102.             this.button7.Location = new System.Drawing.Point(180, 186);
  103.             this.button7.Name = "button7";
  104.             this.button7.Size = new System.Drawing.Size(50, 50);
  105.             this.button7.TabIndex = 8;
  106.             this.button7.Text = "-";
  107.             this.button7.UseVisualStyleBackColor = true;
  108.             this.button7.Click += new System.EventHandler(this.Operator_click);
  109.             //
  110.             // button8
  111.             //
  112.             this.button8.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  113.             this.button8.Location = new System.Drawing.Point(124, 186);
  114.             this.button8.Name = "button8";
  115.             this.button8.Size = new System.Drawing.Size(50, 50);
  116.             this.button8.TabIndex = 7;
  117.             this.button8.Text = "3";
  118.             this.button8.UseVisualStyleBackColor = true;
  119.             this.button8.Click += new System.EventHandler(this.button1_Click);
  120.             //
  121.             // button9
  122.             //
  123.             this.button9.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  124.             this.button9.Location = new System.Drawing.Point(68, 186);
  125.             this.button9.Name = "button9";
  126.             this.button9.Size = new System.Drawing.Size(50, 50);
  127.             this.button9.TabIndex = 6;
  128.             this.button9.Text = "2";
  129.             this.button9.UseVisualStyleBackColor = true;
  130.             this.button9.Click += new System.EventHandler(this.button1_Click);
  131.             //
  132.             // button10
  133.             //
  134.             this.button10.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  135.             this.button10.Location = new System.Drawing.Point(12, 186);
  136.             this.button10.Name = "button10";
  137.             this.button10.Size = new System.Drawing.Size(50, 50);
  138.             this.button10.TabIndex = 5;
  139.             this.button10.Text = "1";
  140.             this.button10.UseVisualStyleBackColor = true;
  141.             this.button10.Click += new System.EventHandler(this.button1_Click);
  142.             //
  143.             // button11
  144.             //
  145.             this.button11.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  146.             this.button11.Location = new System.Drawing.Point(236, 130);
  147.             this.button11.Name = "button11";
  148.             this.button11.Size = new System.Drawing.Size(67, 50);
  149.             this.button11.TabIndex = 14;
  150.             this.button11.Text = "C";
  151.             this.button11.UseVisualStyleBackColor = true;
  152.             this.button11.Click += new System.EventHandler(this.button11_Click);
  153.             //
  154.             // button12
  155.             //
  156.             this.button12.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  157.             this.button12.Location = new System.Drawing.Point(180, 130);
  158.             this.button12.Name = "button12";
  159.             this.button12.Size = new System.Drawing.Size(50, 50);
  160.             this.button12.TabIndex = 13;
  161.             this.button12.Text = "*";
  162.             this.button12.UseVisualStyleBackColor = true;
  163.             this.button12.Click += new System.EventHandler(this.Operator_click);
  164.             //
  165.             // button13
  166.             //
  167.             this.button13.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  168.             this.button13.Location = new System.Drawing.Point(124, 130);
  169.             this.button13.Name = "button13";
  170.             this.button13.Size = new System.Drawing.Size(50, 50);
  171.             this.button13.TabIndex = 12;
  172.             this.button13.Text = "6";
  173.             this.button13.UseVisualStyleBackColor = true;
  174.             this.button13.Click += new System.EventHandler(this.button1_Click);
  175.             //
  176.             // button14
  177.             //
  178.             this.button14.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  179.             this.button14.Location = new System.Drawing.Point(68, 130);
  180.             this.button14.Name = "button14";
  181.             this.button14.Size = new System.Drawing.Size(50, 50);
  182.             this.button14.TabIndex = 11;
  183.             this.button14.Text = "5";
  184.             this.button14.UseVisualStyleBackColor = true;
  185.             this.button14.Click += new System.EventHandler(this.button1_Click);
  186.             //
  187.             // button15
  188.             //
  189.             this.button15.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  190.             this.button15.Location = new System.Drawing.Point(12, 130);
  191.             this.button15.Name = "button15";
  192.             this.button15.Size = new System.Drawing.Size(50, 50);
  193.             this.button15.TabIndex = 10;
  194.             this.button15.Text = "4";
  195.             this.button15.UseVisualStyleBackColor = true;
  196.             this.button15.Click += new System.EventHandler(this.button1_Click);
  197.             //
  198.             // button16
  199.             //
  200.             this.button16.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  201.             this.button16.Location = new System.Drawing.Point(236, 74);
  202.             this.button16.Name = "button16";
  203.             this.button16.Size = new System.Drawing.Size(67, 50);
  204.             this.button16.TabIndex = 19;
  205.             this.button16.Text = "CE";
  206.             this.button16.UseVisualStyleBackColor = true;
  207.             this.button16.Click += new System.EventHandler(this.button16_Click);
  208.             //
  209.             // button17
  210.             //
  211.             this.button17.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  212.             this.button17.Location = new System.Drawing.Point(180, 74);
  213.             this.button17.Name = "button17";
  214.             this.button17.Size = new System.Drawing.Size(50, 50);
  215.             this.button17.TabIndex = 18;
  216.             this.button17.Text = "/";
  217.             this.button17.UseVisualStyleBackColor = true;
  218.             this.button17.Click += new System.EventHandler(this.Operator_click);
  219.             //
  220.             // button18
  221.             //
  222.             this.button18.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  223.             this.button18.Location = new System.Drawing.Point(124, 74);
  224.             this.button18.Name = "button18";
  225.             this.button18.Size = new System.Drawing.Size(50, 50);
  226.             this.button18.TabIndex = 17;
  227.             this.button18.Text = "9";
  228.             this.button18.UseVisualStyleBackColor = true;
  229.             this.button18.Click += new System.EventHandler(this.button1_Click);
  230.             //
  231.             // button19
  232.             //
  233.             this.button19.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  234.             this.button19.Location = new System.Drawing.Point(68, 74);
  235.             this.button19.Name = "button19";
  236.             this.button19.Size = new System.Drawing.Size(50, 50);
  237.             this.button19.TabIndex = 16;
  238.             this.button19.Text = "8";
  239.             this.button19.UseVisualStyleBackColor = true;
  240.             this.button19.Click += new System.EventHandler(this.button1_Click);
  241.             //
  242.             // button20
  243.             //
  244.             this.button20.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  245.             this.button20.Location = new System.Drawing.Point(12, 74);
  246.             this.button20.Name = "button20";
  247.             this.button20.Size = new System.Drawing.Size(50, 50);
  248.             this.button20.TabIndex = 15;
  249.             this.button20.Text = "7";
  250.             this.button20.UseVisualStyleBackColor = true;
  251.             this.button20.Click += new System.EventHandler(this.button1_Click);
  252.             //
  253.             // textBox_resut
  254.             //
  255.             this.textBox_resut.Location = new System.Drawing.Point(12, 41);
  256.             this.textBox_resut.Name = "textBox_resut";
  257.             this.textBox_resut.Size = new System.Drawing.Size(290, 27);
  258.             this.textBox_resut.TabIndex = 20;
  259.             this.textBox_resut.Text = "0";
  260.             this.textBox_resut.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  261.             //
  262.             // labelCurrentOperation
  263.             //
  264.             this.labelCurrentOperation.AutoSize = true;
  265.             this.labelCurrentOperation.BackColor = System.Drawing.SystemColors.Window;
  266.             this.labelCurrentOperation.Font = new System.Drawing.Font("Showcard Gothic", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  267.             this.labelCurrentOperation.Location = new System.Drawing.Point(12, 9);
  268.             this.labelCurrentOperation.Name = "labelCurrentOperation";
  269.             this.labelCurrentOperation.Size = new System.Drawing.Size(0, 29);
  270.             this.labelCurrentOperation.TabIndex = 21;
  271.             this.labelCurrentOperation.Click += new System.EventHandler(this.labelCurrentOperation_Click);
  272.             //
  273.             // Form1
  274.             //
  275.             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
  276.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  277.             this.ClientSize = new System.Drawing.Size(315, 307);
  278.             this.Controls.Add(this.labelCurrentOperation);
  279.             this.Controls.Add(this.textBox_resut);
  280.             this.Controls.Add(this.button16);
  281.             this.Controls.Add(this.button17);
  282.             this.Controls.Add(this.button18);
  283.             this.Controls.Add(this.button19);
  284.             this.Controls.Add(this.button20);
  285.             this.Controls.Add(this.button11);
  286.             this.Controls.Add(this.button12);
  287.             this.Controls.Add(this.button13);
  288.             this.Controls.Add(this.button14);
  289.             this.Controls.Add(this.button15);
  290.             this.Controls.Add(this.button7);
  291.             this.Controls.Add(this.button8);
  292.             this.Controls.Add(this.button9);
  293.             this.Controls.Add(this.button10);
  294.             this.Controls.Add(this.button5);
  295.             this.Controls.Add(this.button4);
  296.             this.Controls.Add(this.button3);
  297.             this.Controls.Add(this.button1);
  298.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  299.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  300.             this.MaximizeBox = false;
  301.             this.Name = "Form1";
  302.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  303.             this.Text = "SimpleCalculator";
  304.             this.ResumeLayout(false);
  305.             this.PerformLayout();
  306.  
  307.         }
  308.  
  309.         #endregion
  310.  
  311.         private System.Windows.Forms.Button button1;
  312.         private System.Windows.Forms.Button button3;
  313.         private System.Windows.Forms.Button button4;
  314.         private System.Windows.Forms.Button button5;
  315.         private System.Windows.Forms.Button button7;
  316.         private System.Windows.Forms.Button button8;
  317.         private System.Windows.Forms.Button button9;
  318.         private System.Windows.Forms.Button button10;
  319.         private System.Windows.Forms.Button button11;
  320.         private System.Windows.Forms.Button button12;
  321.         private System.Windows.Forms.Button button13;
  322.         private System.Windows.Forms.Button button14;
  323.         private System.Windows.Forms.Button button15;
  324.         private System.Windows.Forms.Button button16;
  325.         private System.Windows.Forms.Button button17;
  326.         private System.Windows.Forms.Button button18;
  327.         private System.Windows.Forms.Button button19;
  328.         private System.Windows.Forms.Button button20;
  329.         private System.Windows.Forms.TextBox textBox_resut;
  330.         private System.Windows.Forms.Label labelCurrentOperation;
  331.     }
  332. }
  333.  
  334.  
');