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
Random Password - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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.         Me.Label1 = New System.Windows.Forms.Label
  23.         Me.txtPass = New System.Windows.Forms.TextBox
  24.         Me.cmdCreate = New System.Windows.Forms.Button
  25.         Me.nudMaxChr = New System.Windows.Forms.NumericUpDown
  26.         Me.Label2 = New System.Windows.Forms.Label
  27.         Me.chbMaiusc = New System.Windows.Forms.CheckBox
  28.         Me.chbMark = New System.Windows.Forms.CheckBox
  29.         Me.chbSpace = New System.Windows.Forms.CheckBox
  30.         Me.chbMath = New System.Windows.Forms.CheckBox
  31.         Me.chbSymbol = New System.Windows.Forms.CheckBox
  32.         Me.grpSafe = New System.Windows.Forms.GroupBox
  33.         Me.lblPerc = New System.Windows.Forms.Label
  34.         Me.Label3 = New System.Windows.Forms.Label
  35.         Me.txtChances = New System.Windows.Forms.TextBox
  36.         Me.txtPerc = New System.Windows.Forms.TextBox
  37.         CType(Me.nudMaxChr, System.ComponentModel.ISupportInitialize).BeginInit()
  38.         Me.grpSafe.SuspendLayout()
  39.         Me.SuspendLayout()
  40.         '
  41.         'Label1
  42.         '
  43.         Me.Label1.AutoSize = True
  44.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  45.         Me.Label1.Name = "Label1"
  46.         Me.Label1.Size = New System.Drawing.Size(101, 13)
  47.         Me.Label1.TabIndex = 0
  48.         Me.Label1.Text = "Password generata:"
  49.         '
  50.         'txtPass
  51.         '
  52.         Me.txtPass.Location = New System.Drawing.Point(15, 25)
  53.         Me.txtPass.Name = "txtPass"
  54.         Me.txtPass.Size = New System.Drawing.Size(348, 20)
  55.         Me.txtPass.TabIndex = 1
  56.         '
  57.         'cmdCreate
  58.         '
  59.         Me.cmdCreate.Location = New System.Drawing.Point(281, 51)
  60.         Me.cmdCreate.Name = "cmdCreate"
  61.         Me.cmdCreate.Size = New System.Drawing.Size(82, 29)
  62.         Me.cmdCreate.TabIndex = 2
  63.         Me.cmdCreate.Text = "Genera"
  64.         Me.cmdCreate.UseVisualStyleBackColor = True
  65.         '
  66.         'nudMaxChr
  67.         '
  68.         Me.nudMaxChr.Location = New System.Drawing.Point(117, 51)
  69.         Me.nudMaxChr.Name = "nudMaxChr"
  70.         Me.nudMaxChr.Size = New System.Drawing.Size(54, 20)
  71.         Me.nudMaxChr.TabIndex = 3
  72.         Me.nudMaxChr.Value = New Decimal(New Integer() {9, 0, 0, 0})
  73.         '
  74.         'Label2
  75.         '
  76.         Me.Label2.AutoSize = True
  77.         Me.Label2.Location = New System.Drawing.Point(12, 53)
  78.         Me.Label2.Name = "Label2"
  79.         Me.Label2.Size = New System.Drawing.Size(99, 13)
  80.         Me.Label2.TabIndex = 4
  81.         Me.Label2.Text = "Numero di caratteri:"
  82.         '
  83.         'chbMaiusc
  84.         '
  85.         Me.chbMaiusc.AutoSize = True
  86.         Me.chbMaiusc.Location = New System.Drawing.Point(12, 89)
  87.         Me.chbMaiusc.Name = "chbMaiusc"
  88.         Me.chbMaiusc.Size = New System.Drawing.Size(109, 17)
  89.         Me.chbMaiusc.TabIndex = 5
  90.         Me.chbMaiusc.Text = "Lettere maiuscole"
  91.         Me.chbMaiusc.UseVisualStyleBackColor = True
  92.         '
  93.         'chbMark
  94.         '
  95.         Me.chbMark.AutoSize = True
  96.         Me.chbMark.Location = New System.Drawing.Point(12, 112)
  97.         Me.chbMark.Name = "chbMark"
  98.         Me.chbMark.Size = New System.Drawing.Size(132, 17)
  99.         Me.chbMark.TabIndex = 6
  100.         Me.chbMark.Text = "Segni di punteggiatura"
  101.         Me.chbMark.UseVisualStyleBackColor = True
  102.         '
  103.         'chbSpace
  104.         '
  105.         Me.chbSpace.AutoSize = True
  106.         Me.chbSpace.Location = New System.Drawing.Point(183, 135)
  107.         Me.chbSpace.Name = "chbSpace"
  108.         Me.chbSpace.Size = New System.Drawing.Size(116, 17)
  109.         Me.chbSpace.TabIndex = 7
  110.         Me.chbSpace.Text = "Spazio tra le lettere"
  111.         Me.chbSpace.UseVisualStyleBackColor = True
  112.         '
  113.         'chbMath
  114.         '
  115.         Me.chbMath.AutoSize = True
  116.         Me.chbMath.Location = New System.Drawing.Point(12, 135)
  117.         Me.chbMath.Name = "chbMath"
  118.         Me.chbMath.Size = New System.Drawing.Size(112, 17)
  119.         Me.chbMath.TabIndex = 8
  120.         Me.chbMath.Text = "Simboli matematici"
  121.         Me.chbMath.UseVisualStyleBackColor = True
  122.         '
  123.         'chbSymbol
  124.         '
  125.         Me.chbSymbol.AutoSize = True
  126.         Me.chbSymbol.Location = New System.Drawing.Point(183, 89)
  127.         Me.chbSymbol.Name = "chbSymbol"
  128.         Me.chbSymbol.Size = New System.Drawing.Size(156, 17)
  129.         Me.chbSymbol.TabIndex = 9
  130.         Me.chbSymbol.Text = "Simboli e caratteri accentati"
  131.         Me.chbSymbol.UseVisualStyleBackColor = True
  132.         '
  133.         'grpSafe
  134.         '
  135.         Me.grpSafe.Controls.Add(Me.txtPerc)
  136.         Me.grpSafe.Controls.Add(Me.txtChances)
  137.         Me.grpSafe.Controls.Add(Me.Label3)
  138.         Me.grpSafe.Controls.Add(Me.lblPerc)
  139.         Me.grpSafe.Location = New System.Drawing.Point(12, 170)
  140.         Me.grpSafe.Name = "grpSafe"
  141.         Me.grpSafe.Size = New System.Drawing.Size(351, 112)
  142.         Me.grpSafe.TabIndex = 10
  143.         Me.grpSafe.TabStop = False
  144.         Me.grpSafe.Text = "Informazioni sulla sicurezza"
  145.         '
  146.         'lblPerc
  147.         '
  148.         Me.lblPerc.AutoSize = True
  149.         Me.lblPerc.Location = New System.Drawing.Point(8, 68)
  150.         Me.lblPerc.Name = "lblPerc"
  151.         Me.lblPerc.Size = New System.Drawing.Size(270, 13)
  152.         Me.lblPerc.TabIndex = 1
  153.         Me.lblPerc.Text = "E la percentuale di successo al primo tentativo sarebbe:"
  154.         '
  155.         'Label3
  156.         '
  157.         Me.Label3.AutoSize = True
  158.         Me.Label3.Location = New System.Drawing.Point(8, 16)
  159.         Me.Label3.Name = "Label3"
  160.         Me.Label3.Size = New System.Drawing.Size(341, 26)
  161.         Me.Label3.TabIndex = 2
  162.         Me.Label3.Text = "Per essere sicuri di craccare la password con un attacco di forza bruta," & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "bisogne" & _
  163.             "rebbe compiere al massimo questo numero di tentitivi:"
  164.         '
  165.         'txtChances
  166.         '
  167.         Me.txtChances.Location = New System.Drawing.Point(11, 45)
  168.         Me.txtChances.Name = "txtChances"
  169.         Me.txtChances.Size = New System.Drawing.Size(334, 20)
  170.         Me.txtChances.TabIndex = 3
  171.         '
  172.         'txtPerc
  173.         '
  174.         Me.txtPerc.Location = New System.Drawing.Point(11, 84)
  175.         Me.txtPerc.Name = "txtPerc"
  176.         Me.txtPerc.Size = New System.Drawing.Size(334, 20)
  177.         Me.txtPerc.TabIndex = 4
  178.         '
  179.         'Form1
  180.         '
  181.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  182.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  183.         Me.ClientSize = New System.Drawing.Size(375, 294)
  184.         Me.Controls.Add(Me.grpSafe)
  185.         Me.Controls.Add(Me.chbSymbol)
  186.         Me.Controls.Add(Me.chbMath)
  187.         Me.Controls.Add(Me.chbSpace)
  188.         Me.Controls.Add(Me.chbMark)
  189.         Me.Controls.Add(Me.chbMaiusc)
  190.         Me.Controls.Add(Me.Label2)
  191.         Me.Controls.Add(Me.nudMaxChr)
  192.         Me.Controls.Add(Me.cmdCreate)
  193.         Me.Controls.Add(Me.txtPass)
  194.         Me.Controls.Add(Me.Label1)
  195.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  196.         Me.MaximizeBox = False
  197.         Me.Name = "Form1"
  198.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  199.         Me.Text = "Generatore di Password casuali"
  200.         CType(Me.nudMaxChr, System.ComponentModel.ISupportInitialize).EndInit()
  201.         Me.grpSafe.ResumeLayout(False)
  202.         Me.grpSafe.PerformLayout()
  203.         Me.ResumeLayout(False)
  204.         Me.PerformLayout()
  205.  
  206.     End Sub
  207.     Friend WithEvents Label1 As System.Windows.Forms.Label
  208.     Friend WithEvents txtPass As System.Windows.Forms.TextBox
  209.     Friend WithEvents cmdCreate As System.Windows.Forms.Button
  210.     Friend WithEvents nudMaxChr As System.Windows.Forms.NumericUpDown
  211.     Friend WithEvents Label2 As System.Windows.Forms.Label
  212.     Friend WithEvents chbMaiusc As System.Windows.Forms.CheckBox
  213.     Friend WithEvents chbMark As System.Windows.Forms.CheckBox
  214.     Friend WithEvents chbSpace As System.Windows.Forms.CheckBox
  215.     Friend WithEvents chbMath As System.Windows.Forms.CheckBox
  216.     Friend WithEvents chbSymbol As System.Windows.Forms.CheckBox
  217.     Friend WithEvents grpSafe As System.Windows.Forms.GroupBox
  218.     Friend WithEvents lblPerc As System.Windows.Forms.Label
  219.     Friend WithEvents Label3 As System.Windows.Forms.Label
  220.     Friend WithEvents txtPerc As System.Windows.Forms.TextBox
  221.     Friend WithEvents txtChances As System.Windows.Forms.TextBox
  222.  
  223. End Class