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
Contaparole - 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.name_f = New System.Windows.Forms.TextBox
  24.         Me.apri_f = New System.Windows.Forms.Button
  25.         Me.apri = New System.Windows.Forms.OpenFileDialog
  26.         Me.analizza_f = New System.Windows.Forms.Button
  27.         Me.output_f = New System.Windows.Forms.ListBox
  28.         Me.Label2 = New System.Windows.Forms.Label
  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(267, 26)
  37.         Me.Label1.TabIndex = 0
  38.         Me.Label1.Text = "Apri un file ed avvia il programma. Saprai con esattezza" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "molti dati relativi all" & _
  39.             "a parte scritta."
  40.         '
  41.         'name_f
  42.         '
  43.         Me.name_f.Location = New System.Drawing.Point(12, 38)
  44.         Me.name_f.Name = "name_f"
  45.         Me.name_f.Size = New System.Drawing.Size(267, 20)
  46.         Me.name_f.TabIndex = 1
  47.         '
  48.         'apri_f
  49.         '
  50.         Me.apri_f.Location = New System.Drawing.Point(190, 64)
  51.         Me.apri_f.Name = "apri_f"
  52.         Me.apri_f.Size = New System.Drawing.Size(88, 27)
  53.         Me.apri_f.TabIndex = 2
  54.         Me.apri_f.Text = "Sfoglia"
  55.         Me.apri_f.UseVisualStyleBackColor = True
  56.         '
  57.         'apri
  58.         '
  59.         Me.apri.FileName = "OpenFileDialog1"
  60.         '
  61.         'analizza_f
  62.         '
  63.         Me.analizza_f.Enabled = False
  64.         Me.analizza_f.Location = New System.Drawing.Point(12, 64)
  65.         Me.analizza_f.Name = "analizza_f"
  66.         Me.analizza_f.Size = New System.Drawing.Size(88, 27)
  67.         Me.analizza_f.TabIndex = 3
  68.         Me.analizza_f.Text = "Analizza"
  69.         Me.analizza_f.UseVisualStyleBackColor = True
  70.         '
  71.         'output_f
  72.         '
  73.         Me.output_f.FormattingEnabled = True
  74.         Me.output_f.Location = New System.Drawing.Point(12, 119)
  75.         Me.output_f.Name = "output_f"
  76.         Me.output_f.Size = New System.Drawing.Size(266, 95)
  77.         Me.output_f.TabIndex = 4
  78.         '
  79.         'Label2
  80.         '
  81.         Me.Label2.AutoSize = True
  82.         Me.Label2.Location = New System.Drawing.Point(12, 103)
  83.         Me.Label2.Name = "Label2"
  84.         Me.Label2.Size = New System.Drawing.Size(97, 13)
  85.         Me.Label2.TabIndex = 5
  86.         Me.Label2.Text = "Risultati dell'analisi:"
  87.         '
  88.         'Form1
  89.         '
  90.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  91.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  92.         Me.ClientSize = New System.Drawing.Size(292, 226)
  93.         Me.Controls.Add(Me.Label2)
  94.         Me.Controls.Add(Me.output_f)
  95.         Me.Controls.Add(Me.analizza_f)
  96.         Me.Controls.Add(Me.apri_f)
  97.         Me.Controls.Add(Me.name_f)
  98.         Me.Controls.Add(Me.Label1)
  99.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  100.         Me.MaximizeBox = False
  101.         Me.Name = "Form1"
  102.         Me.Text = "Conta parole"
  103.         Me.ResumeLayout(False)
  104.         Me.PerformLayout()
  105.  
  106.     End Sub
  107.     Friend WithEvents Label1 As System.Windows.Forms.Label
  108.     Friend WithEvents name_f As System.Windows.Forms.TextBox
  109.     Friend WithEvents apri_f As System.Windows.Forms.Button
  110.     Friend WithEvents apri As System.Windows.Forms.OpenFileDialog
  111.     Friend WithEvents analizza_f As System.Windows.Forms.Button
  112.     Friend WithEvents output_f As System.Windows.Forms.ListBox
  113.     Friend WithEvents Label2 As System.Windows.Forms.Label
  114.  
  115. End Class