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
Password Protect  2.1 - Form2.designer.vb

Form2.designer.vb

Caricato da: Totem
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.Label1 = New System.Windows.Forms.Label
  24.         Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown
  25.         Me.pass_p = New System.Windows.Forms.TextBox
  26.         Me.Button1 = New System.Windows.Forms.Button
  27.         Me.Button2 = New System.Windows.Forms.Button
  28.         CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
  29.         Me.SuspendLayout()
  30.         '
  31.         'Label1
  32.         '
  33.         Me.Label1.AutoSize = True
  34.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  35.         Me.Label1.Name = "Label1"
  36.         Me.Label1.Size = New System.Drawing.Size(172, 13)
  37.         Me.Label1.TabIndex = 0
  38.         Me.Label1.Text = "Numero di caratteri della password:"
  39.         '
  40.         'NumericUpDown1
  41.         '
  42.         Me.NumericUpDown1.Location = New System.Drawing.Point(261, 7)
  43.         Me.NumericUpDown1.Name = "NumericUpDown1"
  44.         Me.NumericUpDown1.Size = New System.Drawing.Size(59, 20)
  45.         Me.NumericUpDown1.TabIndex = 1
  46.         Me.NumericUpDown1.Value = New Decimal(New Integer() {10, 0, 0, 0})
  47.         '
  48.         'pass_p
  49.         '
  50.         Me.pass_p.Location = New System.Drawing.Point(15, 35)
  51.         Me.pass_p.Name = "pass_p"
  52.         Me.pass_p.Size = New System.Drawing.Size(305, 20)
  53.         Me.pass_p.TabIndex = 2
  54.         '
  55.         'Button1
  56.         '
  57.         Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  58.         Me.Button1.Location = New System.Drawing.Point(169, 61)
  59.         Me.Button1.Name = "Button1"
  60.         Me.Button1.Size = New System.Drawing.Size(149, 26)
  61.         Me.Button1.TabIndex = 3
  62.         Me.Button1.Text = "Genera"
  63.         Me.Button1.UseVisualStyleBackColor = True
  64.         '
  65.         'Button2
  66.         '
  67.         Me.Button2.Location = New System.Drawing.Point(15, 61)
  68.         Me.Button2.Name = "Button2"
  69.         Me.Button2.Size = New System.Drawing.Size(149, 26)
  70.         Me.Button2.TabIndex = 4
  71.         Me.Button2.Text = "Disabilita maiuscole"
  72.         Me.Button2.UseVisualStyleBackColor = True
  73.         '
  74.         'Form2
  75.         '
  76.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  77.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  78.         Me.ClientSize = New System.Drawing.Size(332, 95)
  79.         Me.Controls.Add(Me.Button2)
  80.         Me.Controls.Add(Me.Button1)
  81.         Me.Controls.Add(Me.pass_p)
  82.         Me.Controls.Add(Me.NumericUpDown1)
  83.         Me.Controls.Add(Me.Label1)
  84.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  85.         Me.Name = "Form2"
  86.         Me.Text = "Generatore di password casuali"
  87.         CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
  88.         Me.ResumeLayout(False)
  89.         Me.PerformLayout()
  90.  
  91.     End Sub
  92.     Friend WithEvents Label1 As System.Windows.Forms.Label
  93.     Friend WithEvents NumericUpDown1 As System.Windows.Forms.NumericUpDown
  94.     Friend WithEvents pass_p As System.Windows.Forms.TextBox
  95.     Friend WithEvents Button1 As System.Windows.Forms.Button
  96.     Friend WithEvents Button2 As System.Windows.Forms.Button
  97. End Class