Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Ascii Maker By SaTaNa - Form2.cs

Form2.cs

Caricato da:
Scarica il programma completo

  1. using System;
  2. using System.Drawing;
  3. using System.Collections;
  4. using System.ComponentModel;
  5. using System.Windows.Forms;
  6.  
  7. namespace WindowsApplication31
  8. {
  9.         /// <summary>
  10.         /// Descrizione di riepilogo per Form2.
  11.         /// </summary>
  12.         public class Form2 : System.Windows.Forms.Form
  13.         {
  14.                 private System.Windows.Forms.Button button1;
  15.                 private System.Windows.Forms.TextBox textBox1;
  16.                 private System.Windows.Forms.TextBox textBox2;
  17.                 private System.Windows.Forms.TextBox textBox3;
  18.                 /// <summary>
  19.                 /// Variabile di progettazione necessaria.
  20.                 /// </summary>
  21.                 private System.ComponentModel.Container components = null;
  22.  
  23.                 public Form2()
  24.                 {
  25.                         //
  26.                         // Necessario per il supporto di Progettazione Windows Form
  27.                         //
  28.                         InitializeComponent();
  29.  
  30.                         //
  31.                         // TODO: aggiungere il codice del costruttore dopo la chiamata a InitializeComponent
  32.                         //
  33.                 }
  34.  
  35.                 /// <summary>
  36.                 /// Pulire le risorse in uso.
  37.                 /// </summary>
  38.                 protected override void Dispose( bool disposing )
  39.                 {
  40.                         if( disposing )
  41.                         {
  42.                                 if(components != null)
  43.                                 {
  44.                                         components.Dispose();
  45.                                 }
  46.                         }
  47.                         base.Dispose( disposing );
  48.                 }
  49.  
  50.                 #region Codice generato da Progettazione Windows Form
  51.                 /// <summary>
  52.                 /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
  53.                 /// il contenuto del metodo con l'editor di codice.
  54.                 /// </summary>
  55.                 private void InitializeComponent()
  56.                 {
  57.                         System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form2));
  58.                         this.button1 = new System.Windows.Forms.Button();
  59.                         this.textBox1 = new System.Windows.Forms.TextBox();
  60.                         this.textBox2 = new System.Windows.Forms.TextBox();
  61.                         this.textBox3 = new System.Windows.Forms.TextBox();
  62.                         this.SuspendLayout();
  63.                         //
  64.                         // button1
  65.                         //
  66.                         this.button1.BackColor = System.Drawing.Color.Transparent;
  67.                         this.button1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  68.                         this.button1.ForeColor = System.Drawing.Color.Lime;
  69.                         this.button1.Location = new System.Drawing.Point(104, 128);
  70.                         this.button1.Name = "button1";
  71.                         this.button1.Size = new System.Drawing.Size(80, 32);
  72.                         this.button1.TabIndex = 2;
  73.                         this.button1.Text = "OK";
  74.                         this.button1.Click += new System.EventHandler(this.button1_Click);
  75.                         //
  76.                         // textBox1
  77.                         //
  78.                         this.textBox1.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  79.                         this.textBox1.ForeColor = System.Drawing.Color.Black;
  80.                         this.textBox1.Location = new System.Drawing.Point(8, 16);
  81.                         this.textBox1.Name = "textBox1";
  82.                         this.textBox1.ReadOnly = true;
  83.                         this.textBox1.Size = new System.Drawing.Size(280, 23);
  84.                         this.textBox1.TabIndex = 3;
  85.                         this.textBox1.Text = "(¯`·.¡Nick¡.·´¯)   †!•Nick!•†  ¨˜”°º•Nick•º°˜˜¨";
  86.                         //
  87.                         // textBox2
  88.                         //
  89.                         this.textBox2.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  90.                         this.textBox2.ForeColor = System.Drawing.Color.Black;
  91.                         this.textBox2.Location = new System.Drawing.Point(8, 48);
  92.                         this.textBox2.Name = "textBox2";
  93.                         this.textBox2.ReadOnly = true;
  94.                         this.textBox2.Size = new System.Drawing.Size(280, 23);
  95.                         this.textBox2.TabIndex = 4;
  96.                         this.textBox2.Text = " !!!..::«Nick»::..!!!        (°·._Nick_ .·°)  ";
  97.                         //
  98.                         // textBox3
  99.                         //
  100.                         this.textBox3.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  101.                         this.textBox3.ForeColor = System.Drawing.Color.Black;
  102.                         this.textBox3.Location = new System.Drawing.Point(8, 80);
  103.                         this.textBox3.Name = "textBox3";
  104.                         this.textBox3.ReadOnly = true;
  105.                         this.textBox3.Size = new System.Drawing.Size(280, 23);
  106.                         this.textBox3.TabIndex = 5;
  107.                         this.textBox3.Text = "(¯`º¤ø-Nick-ø¤º´¯)   †«®™.±.¤Nick¤.±.™®»† ";
  108.                         //
  109.                         // Form2
  110.                         //
  111.                         this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
  112.                         this.BackColor = System.Drawing.Color.Black;
  113.                         this.ClientSize = new System.Drawing.Size(298, 168);
  114.                         this.ControlBox = false;
  115.                         this.Controls.Add(this.textBox3);
  116.                         this.Controls.Add(this.textBox2);
  117.                         this.Controls.Add(this.textBox1);
  118.                         this.Controls.Add(this.button1);
  119.                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  120.                         this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  121.                         this.MaximizeBox = false;
  122.                         this.Name = "Form2";
  123.                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  124.                         this.Text = "ЀÇøRåZiøÑi";
  125.                         this.ResumeLayout(false);
  126.  
  127.                 }
  128.                 #endregion
  129.  
  130.                 private void button1_Click(object sender, System.EventArgs e)
  131.                 {
  132.                         this.Close();
  133.                         return;
  134.                 }
  135.  
  136.                 private void richTextBox1_TextChanged(object sender, System.EventArgs e)
  137.                 {
  138.                
  139.                 }
  140.         }
  141. }