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
Shutdown - Form2.Designer.vb

Form2.Designer.vb

Caricato da: Progman-92
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form2
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form overrides dispose to clean up the component list.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         If disposing AndAlso components IsNot Nothing Then
  9.             components.Dispose()
  10.         End If
  11.         MyBase.Dispose(disposing)
  12.     End Sub
  13.  
  14.     'Required by the Windows Form Designer
  15.     Private components As System.ComponentModel.IContainer
  16.  
  17.     'NOTE: The following procedure is required by the Windows Form Designer
  18.     'It can be modified using the Windows Form Designer.  
  19.     'Do not modify it using the code editor.
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form2))
  23.         Me.Process1 = New System.Diagnostics.Process
  24.         Me.Button1 = New System.Windows.Forms.Button
  25.         Me.TextBox1 = New System.Windows.Forms.TextBox
  26.         Me.Label1 = New System.Windows.Forms.Label
  27.         Me.Label2 = New System.Windows.Forms.Label
  28.         Me.Button2 = New System.Windows.Forms.Button
  29.         Me.Button3 = New System.Windows.Forms.Button
  30.         Me.cbProcess = New System.Windows.Forms.ComboBox
  31.         Me.Label3 = New System.Windows.Forms.Label
  32.         Me.SuspendLayout()
  33.         '
  34.         'Process1
  35.         '
  36.         Me.Process1.StartInfo.Domain = ""
  37.         Me.Process1.StartInfo.LoadUserProfile = False
  38.         Me.Process1.StartInfo.Password = Nothing
  39.         Me.Process1.StartInfo.StandardErrorEncoding = Nothing
  40.         Me.Process1.StartInfo.StandardOutputEncoding = Nothing
  41.         Me.Process1.StartInfo.UserName = ""
  42.         Me.Process1.SynchronizingObject = Me
  43.         '
  44.         'Button1
  45.         '
  46.         Me.Button1.Location = New System.Drawing.Point(298, 84)
  47.         Me.Button1.Name = "Button1"
  48.         Me.Button1.Size = New System.Drawing.Size(136, 23)
  49.         Me.Button1.TabIndex = 0
  50.         Me.Button1.Text = "Avvia Task Manager"
  51.         Me.Button1.UseVisualStyleBackColor = True
  52.         '
  53.         'TextBox1
  54.         '
  55.         Me.TextBox1.Location = New System.Drawing.Point(188, 58)
  56.         Me.TextBox1.Name = "TextBox1"
  57.         Me.TextBox1.Size = New System.Drawing.Size(246, 20)
  58.         Me.TextBox1.TabIndex = 1
  59.         '
  60.         'Label1
  61.         '
  62.         Me.Label1.AutoSize = True
  63.         Me.Label1.Location = New System.Drawing.Point(8, 9)
  64.         Me.Label1.Name = "Label1"
  65.         Me.Label1.Size = New System.Drawing.Size(417, 13)
  66.         Me.Label1.TabIndex = 2
  67.         Me.Label1.Text = "Inserisci qui sotto il nome del processo da terminare inserendo il suo nome (es. " & _
  68.             "Explorer)"
  69.         '
  70.         'Label2
  71.         '
  72.         Me.Label2.AutoSize = True
  73.         Me.Label2.Location = New System.Drawing.Point(72, 61)
  74.         Me.Label2.Name = "Label2"
  75.         Me.Label2.Size = New System.Drawing.Size(88, 13)
  76.         Me.Label2.TabIndex = 3
  77.         Me.Label2.Text = "Nome Processo :"
  78.         '
  79.         'Button2
  80.         '
  81.         Me.Button2.Location = New System.Drawing.Point(84, 84)
  82.         Me.Button2.Name = "Button2"
  83.         Me.Button2.Size = New System.Drawing.Size(75, 23)
  84.         Me.Button2.TabIndex = 4
  85.         Me.Button2.Text = "OK"
  86.         Me.Button2.UseVisualStyleBackColor = True
  87.         '
  88.         'Button3
  89.         '
  90.         Me.Button3.Location = New System.Drawing.Point(165, 84)
  91.         Me.Button3.Name = "Button3"
  92.         Me.Button3.Size = New System.Drawing.Size(75, 23)
  93.         Me.Button3.TabIndex = 5
  94.         Me.Button3.Text = "Annulla"
  95.         Me.Button3.UseVisualStyleBackColor = True
  96.         '
  97.         'cbProcess
  98.         '
  99.         Me.cbProcess.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  100.         Me.cbProcess.FlatStyle = System.Windows.Forms.FlatStyle.System
  101.         Me.cbProcess.Location = New System.Drawing.Point(188, 31)
  102.         Me.cbProcess.Name = "cbProcess"
  103.         Me.cbProcess.Size = New System.Drawing.Size(246, 21)
  104.         Me.cbProcess.TabIndex = 30
  105.         '
  106.         'Label3
  107.         '
  108.         Me.Label3.AutoSize = True
  109.         Me.Label3.Location = New System.Drawing.Point(72, 34)
  110.         Me.Label3.Name = "Label3"
  111.         Me.Label3.Size = New System.Drawing.Size(113, 13)
  112.         Me.Label3.TabIndex = 31
  113.         Me.Label3.Text = "Elenco processi attivi :"
  114.         '
  115.         'Form2
  116.         '
  117.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  118.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  119.         Me.ClientSize = New System.Drawing.Size(449, 124)
  120.         Me.Controls.Add(Me.Label3)
  121.         Me.Controls.Add(Me.cbProcess)
  122.         Me.Controls.Add(Me.Button3)
  123.         Me.Controls.Add(Me.Button2)
  124.         Me.Controls.Add(Me.Label2)
  125.         Me.Controls.Add(Me.Label1)
  126.         Me.Controls.Add(Me.TextBox1)
  127.         Me.Controls.Add(Me.Button1)
  128.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  129.         Me.Name = "Form2"
  130.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  131.         Me.Text = "Chiusura Applicazione"
  132.         Me.ResumeLayout(False)
  133.         Me.PerformLayout()
  134.  
  135.     End Sub
  136.     Friend WithEvents Process1 As System.Diagnostics.Process
  137.     Friend WithEvents Button1 As System.Windows.Forms.Button
  138.     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  139.     Friend WithEvents Label1 As System.Windows.Forms.Label
  140.     Friend WithEvents Label2 As System.Windows.Forms.Label
  141.     Friend WithEvents Button3 As System.Windows.Forms.Button
  142.     Friend WithEvents Button2 As System.Windows.Forms.Button
  143.     Friend WithEvents cbProcess As System.Windows.Forms.ComboBox
  144.     Friend WithEvents Label3 As System.Windows.Forms.Label
  145. End Class