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
PINGER - Form1.Designer.cs

Form1.Designer.cs

Caricato da: Punkettone90
Scarica il programma completo

  1. namespace scan
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// Variabile di progettazione necessaria.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Liberare le risorse in uso.
  12.         /// </summary>
  13.         /// <param name="disposing">ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.</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 Codice generato da Progettazione Windows Form
  24.  
  25.         /// <summary>
  26.         /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
  27.         /// il contenuto del metodo con l'editor di codice.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             this.label1 = new System.Windows.Forms.Label();
  32.             this.textBox1 = new System.Windows.Forms.TextBox();
  33.             this.textBox2 = new System.Windows.Forms.TextBox();
  34.             this.label2 = new System.Windows.Forms.Label();
  35.             this.label3 = new System.Windows.Forms.Label();
  36.             this.progressBar1 = new System.Windows.Forms.ProgressBar();
  37.             this.listBox1 = new System.Windows.Forms.ListBox();
  38.             this.label4 = new System.Windows.Forms.Label();
  39.             this.label5 = new System.Windows.Forms.Label();
  40.             this.textBox3 = new System.Windows.Forms.TextBox();
  41.             this.textBox4 = new System.Windows.Forms.TextBox();
  42.             this.textBox5 = new System.Windows.Forms.TextBox();
  43.             this.textBox6 = new System.Windows.Forms.TextBox();
  44.             this.textBox7 = new System.Windows.Forms.TextBox();
  45.             this.textBox8 = new System.Windows.Forms.TextBox();
  46.             this.button1 = new System.Windows.Forms.Button();
  47.             this.button2 = new System.Windows.Forms.Button();
  48.             this.label6 = new System.Windows.Forms.Label();
  49.             this.textBox9 = new System.Windows.Forms.TextBox();
  50.             this.textBox10 = new System.Windows.Forms.TextBox();
  51.             this.button4 = new System.Windows.Forms.Button();
  52.             this.label7 = new System.Windows.Forms.Label();
  53.             this.SuspendLayout();
  54.             //
  55.             // label1
  56.             //
  57.             this.label1.AutoSize = true;
  58.             this.label1.Font = new System.Drawing.Font("Arial", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  59.             this.label1.Location = new System.Drawing.Point(31, 9);
  60.             this.label1.Name = "label1";
  61.             this.label1.Size = new System.Drawing.Size(162, 44);
  62.             this.label1.TabIndex = 0;
  63.             this.label1.Text = "PINGER";
  64.             //
  65.             // textBox1
  66.             //
  67.             this.textBox1.Location = new System.Drawing.Point(104, 80);
  68.             this.textBox1.Name = "textBox1";
  69.             this.textBox1.Size = new System.Drawing.Size(100, 20);
  70.             this.textBox1.TabIndex = 1;
  71.             //
  72.             // textBox2
  73.             //
  74.             this.textBox2.Location = new System.Drawing.Point(104, 138);
  75.             this.textBox2.Name = "textBox2";
  76.             this.textBox2.Size = new System.Drawing.Size(100, 20);
  77.             this.textBox2.TabIndex = 2;
  78.             //
  79.             // label2
  80.             //
  81.             this.label2.AutoSize = true;
  82.             this.label2.Location = new System.Drawing.Point(13, 86);
  83.             this.label2.Name = "label2";
  84.             this.label2.Size = new System.Drawing.Size(41, 13);
  85.             this.label2.TabIndex = 3;
  86.             this.label2.Text = "Thread";
  87.             //
  88.             // label3
  89.             //
  90.             this.label3.AutoSize = true;
  91.             this.label3.Location = new System.Drawing.Point(16, 144);
  92.             this.label3.Name = "label3";
  93.             this.label3.Size = new System.Drawing.Size(67, 13);
  94.             this.label3.TabIndex = 4;
  95.             this.label3.Text = "Timeout (ms)";
  96.             //
  97.             // progressBar1
  98.             //
  99.             this.progressBar1.Location = new System.Drawing.Point(19, 268);
  100.             this.progressBar1.Name = "progressBar1";
  101.             this.progressBar1.Size = new System.Drawing.Size(733, 37);
  102.             this.progressBar1.TabIndex = 5;
  103.             //
  104.             // listBox1
  105.             //
  106.             this.listBox1.FormattingEnabled = true;
  107.             this.listBox1.Location = new System.Drawing.Point(237, 12);
  108.             this.listBox1.Name = "listBox1";
  109.             this.listBox1.Size = new System.Drawing.Size(271, 212);
  110.             this.listBox1.TabIndex = 6;
  111.             //
  112.             // label4
  113.             //
  114.             this.label4.AutoSize = true;
  115.             this.label4.Location = new System.Drawing.Point(536, 33);
  116.             this.label4.Name = "label4";
  117.             this.label4.Size = new System.Drawing.Size(30, 13);
  118.             this.label4.TabIndex = 7;
  119.             this.label4.Text = "From";
  120.             //
  121.             // label5
  122.             //
  123.             this.label5.AutoSize = true;
  124.             this.label5.Location = new System.Drawing.Point(536, 71);
  125.             this.label5.Name = "label5";
  126.             this.label5.Size = new System.Drawing.Size(20, 13);
  127.             this.label5.TabIndex = 8;
  128.             this.label5.Text = "To";
  129.             //
  130.             // textBox3
  131.             //
  132.             this.textBox3.Location = new System.Drawing.Point(572, 26);
  133.             this.textBox3.Name = "textBox3";
  134.             this.textBox3.Size = new System.Drawing.Size(42, 20);
  135.             this.textBox3.TabIndex = 9;
  136.             this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
  137.             //
  138.             // textBox4
  139.             //
  140.             this.textBox4.Location = new System.Drawing.Point(620, 26);
  141.             this.textBox4.Name = "textBox4";
  142.             this.textBox4.Size = new System.Drawing.Size(40, 20);
  143.             this.textBox4.TabIndex = 10;
  144.             this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
  145.             //
  146.             // textBox5
  147.             //
  148.             this.textBox5.Location = new System.Drawing.Point(666, 26);
  149.             this.textBox5.Name = "textBox5";
  150.             this.textBox5.Size = new System.Drawing.Size(38, 20);
  151.             this.textBox5.TabIndex = 11;
  152.             this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
  153.             //
  154.             // textBox6
  155.             //
  156.             this.textBox6.Enabled = false;
  157.             this.textBox6.Location = new System.Drawing.Point(710, 26);
  158.             this.textBox6.Name = "textBox6";
  159.             this.textBox6.Size = new System.Drawing.Size(42, 20);
  160.             this.textBox6.TabIndex = 12;
  161.             this.textBox6.Text = "0-255";
  162.             //
  163.             // textBox7
  164.             //
  165.             this.textBox7.Enabled = false;
  166.             this.textBox7.Location = new System.Drawing.Point(574, 64);
  167.             this.textBox7.Name = "textBox7";
  168.             this.textBox7.Size = new System.Drawing.Size(40, 20);
  169.             this.textBox7.TabIndex = 13;
  170.             //
  171.             // textBox8
  172.             //
  173.             this.textBox8.Enabled = false;
  174.             this.textBox8.Location = new System.Drawing.Point(620, 64);
  175.             this.textBox8.Name = "textBox8";
  176.             this.textBox8.Size = new System.Drawing.Size(38, 20);
  177.             this.textBox8.TabIndex = 14;
  178.             //
  179.             // button1
  180.             //
  181.             this.button1.Location = new System.Drawing.Point(549, 115);
  182.             this.button1.Name = "button1";
  183.             this.button1.Size = new System.Drawing.Size(186, 31);
  184.             this.button1.TabIndex = 15;
  185.             this.button1.Text = "Start";
  186.             this.button1.UseVisualStyleBackColor = true;
  187.             this.button1.Click += new System.EventHandler(this.button1_Click);
  188.             //
  189.             // button2
  190.             //
  191.             this.button2.Location = new System.Drawing.Point(549, 165);
  192.             this.button2.Name = "button2";
  193.             this.button2.Size = new System.Drawing.Size(186, 30);
  194.             this.button2.TabIndex = 16;
  195.             this.button2.Text = "Stop";
  196.             this.button2.UseVisualStyleBackColor = true;
  197.             this.button2.Click += new System.EventHandler(this.Button2Click);
  198.             //
  199.             // label6
  200.             //
  201.             this.label6.AutoSize = true;
  202.             this.label6.Location = new System.Drawing.Point(19, 196);
  203.             this.label6.Name = "label6";
  204.             this.label6.Size = new System.Drawing.Size(35, 13);
  205.             this.label6.TabIndex = 17;
  206.             this.label6.Text = "label6";
  207.             this.label6.Visible = false;
  208.             //
  209.             // textBox9
  210.             //
  211.             this.textBox9.Location = new System.Drawing.Point(666, 64);
  212.             this.textBox9.Name = "textBox9";
  213.             this.textBox9.Size = new System.Drawing.Size(38, 20);
  214.             this.textBox9.TabIndex = 18;
  215.             //
  216.             // textBox10
  217.             //
  218.             this.textBox10.Enabled = false;
  219.             this.textBox10.Location = new System.Drawing.Point(710, 64);
  220.             this.textBox10.Name = "textBox10";
  221.             this.textBox10.Size = new System.Drawing.Size(42, 20);
  222.             this.textBox10.TabIndex = 19;
  223.             this.textBox10.Text = "0-255";
  224.             //
  225.             // button4
  226.             //
  227.             this.button4.Location = new System.Drawing.Point(491, 230);
  228.             this.button4.Name = "button4";
  229.             this.button4.Size = new System.Drawing.Size(75, 23);
  230.             this.button4.TabIndex = 21;
  231.             this.button4.Text = "Pulisci";
  232.             this.button4.UseVisualStyleBackColor = true;
  233.             this.button4.Click += new System.EventHandler(this.button4_Click);
  234.             //
  235.             // label7
  236.             //
  237.             this.label7.Location = new System.Drawing.Point(237, 227);
  238.             this.label7.Name = "label7";
  239.             this.label7.Size = new System.Drawing.Size(76, 23);
  240.             this.label7.TabIndex = 22;
  241.             //
  242.             // Form1
  243.             //
  244.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  245.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  246.             this.ClientSize = new System.Drawing.Size(764, 317);
  247.             this.Controls.Add(this.label7);
  248.             this.Controls.Add(this.button4);
  249.             this.Controls.Add(this.textBox10);
  250.             this.Controls.Add(this.textBox9);
  251.             this.Controls.Add(this.label6);
  252.             this.Controls.Add(this.button2);
  253.             this.Controls.Add(this.button1);
  254.             this.Controls.Add(this.textBox8);
  255.             this.Controls.Add(this.textBox7);
  256.             this.Controls.Add(this.textBox6);
  257.             this.Controls.Add(this.textBox5);
  258.             this.Controls.Add(this.textBox4);
  259.             this.Controls.Add(this.textBox3);
  260.             this.Controls.Add(this.label5);
  261.             this.Controls.Add(this.label4);
  262.             this.Controls.Add(this.listBox1);
  263.             this.Controls.Add(this.progressBar1);
  264.             this.Controls.Add(this.label3);
  265.             this.Controls.Add(this.label2);
  266.             this.Controls.Add(this.textBox2);
  267.             this.Controls.Add(this.textBox1);
  268.             this.Controls.Add(this.label1);
  269.             this.Name = "Form1";
  270.             this.Text = "Form1";
  271.             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1FormClosing);
  272.             this.Load += new System.EventHandler(this.Form1Load);
  273.             this.ResumeLayout(false);
  274.             this.PerformLayout();
  275.  
  276.         }
  277.         private System.Windows.Forms.Label label7;
  278.  
  279.         #endregion
  280.  
  281.         private System.Windows.Forms.Label label1;
  282.         private System.Windows.Forms.TextBox textBox1;
  283.         private System.Windows.Forms.TextBox textBox2;
  284.         private System.Windows.Forms.Label label2;
  285.         private System.Windows.Forms.Label label3;
  286.         private System.Windows.Forms.ProgressBar progressBar1;
  287.         private System.Windows.Forms.ListBox listBox1;
  288.         private System.Windows.Forms.Label label4;
  289.         private System.Windows.Forms.Label label5;
  290.         private System.Windows.Forms.TextBox textBox3;
  291.         private System.Windows.Forms.TextBox textBox4;
  292.         private System.Windows.Forms.TextBox textBox5;
  293.         private System.Windows.Forms.TextBox textBox6;
  294.         private System.Windows.Forms.TextBox textBox7;
  295.         private System.Windows.Forms.TextBox textBox8;
  296.         private System.Windows.Forms.Button button1;
  297.         private System.Windows.Forms.Button button2;
  298.         private System.Windows.Forms.Label label6;
  299.         private System.Windows.Forms.TextBox textBox9;
  300.         private System.Windows.Forms.TextBox textBox10;
  301.         private System.Windows.Forms.Button button4;
  302.     }
  303. }