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

Form1.Designer.vb

Caricato da: Progman-92
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.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  23.         Me.TextBox1 = New System.Windows.Forms.TextBox
  24.         Me.Button1 = New System.Windows.Forms.Button
  25.         Me.TextBox2 = New System.Windows.Forms.TextBox
  26.         Me.Label1 = New System.Windows.Forms.Label
  27.         Me.Button2 = New System.Windows.Forms.Button
  28.         Me.Button3 = New System.Windows.Forms.Button
  29.         Me.Button4 = New System.Windows.Forms.Button
  30.         Me.Label2 = New System.Windows.Forms.Label
  31.         Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog
  32.         Me.Label3 = New System.Windows.Forms.Label
  33.         Me.SuspendLayout()
  34.         '
  35.         'TextBox1
  36.         '
  37.         Me.TextBox1.Location = New System.Drawing.Point(12, 24)
  38.         Me.TextBox1.Multiline = True
  39.         Me.TextBox1.Name = "TextBox1"
  40.         Me.TextBox1.Size = New System.Drawing.Size(336, 73)
  41.         Me.TextBox1.TabIndex = 0
  42.         '
  43.         'Button1
  44.         '
  45.         Me.Button1.ForeColor = System.Drawing.Color.Red
  46.         Me.Button1.Location = New System.Drawing.Point(12, 189)
  47.         Me.Button1.Name = "Button1"
  48.         Me.Button1.Size = New System.Drawing.Size(113, 23)
  49.         Me.Button1.TabIndex = 1
  50.         Me.Button1.Text = "Avvia Criptaggio"
  51.         Me.Button1.UseVisualStyleBackColor = True
  52.         '
  53.         'TextBox2
  54.         '
  55.         Me.TextBox2.Location = New System.Drawing.Point(12, 115)
  56.         Me.TextBox2.Multiline = True
  57.         Me.TextBox2.Name = "TextBox2"
  58.         Me.TextBox2.Size = New System.Drawing.Size(336, 68)
  59.         Me.TextBox2.TabIndex = 2
  60.         '
  61.         'Label1
  62.         '
  63.         Me.Label1.AutoSize = True
  64.         Me.Label1.Location = New System.Drawing.Point(13, 5)
  65.         Me.Label1.Name = "Label1"
  66.         Me.Label1.Size = New System.Drawing.Size(138, 13)
  67.         Me.Label1.TabIndex = 3
  68.         Me.Label1.Text = "Inserire il testo da criptare:"
  69.         '
  70.         'Button2
  71.         '
  72.         Me.Button2.ForeColor = System.Drawing.Color.Red
  73.         Me.Button2.Location = New System.Drawing.Point(354, 49)
  74.         Me.Button2.Name = "Button2"
  75.         Me.Button2.Size = New System.Drawing.Size(34, 23)
  76.         Me.Button2.TabIndex = 4
  77.         Me.Button2.Text = "..."
  78.         Me.Button2.UseVisualStyleBackColor = True
  79.         '
  80.         'Button3
  81.         '
  82.         Me.Button3.ForeColor = System.Drawing.Color.Red
  83.         Me.Button3.Location = New System.Drawing.Point(131, 189)
  84.         Me.Button3.Name = "Button3"
  85.         Me.Button3.Size = New System.Drawing.Size(101, 23)
  86.         Me.Button3.TabIndex = 5
  87.         Me.Button3.Text = "Salva file criptato"
  88.         Me.Button3.UseVisualStyleBackColor = True
  89.         '
  90.         'Button4
  91.         '
  92.         Me.Button4.ForeColor = System.Drawing.Color.Red
  93.         Me.Button4.Location = New System.Drawing.Point(238, 189)
  94.         Me.Button4.Name = "Button4"
  95.         Me.Button4.Size = New System.Drawing.Size(150, 23)
  96.         Me.Button4.TabIndex = 6
  97.         Me.Button4.Text = "Copia contenuto criptato"
  98.         Me.Button4.UseVisualStyleBackColor = True
  99.         '
  100.         'Label2
  101.         '
  102.         Me.Label2.AutoSize = True
  103.         Me.Label2.Location = New System.Drawing.Point(13, 100)
  104.         Me.Label2.Name = "Label2"
  105.         Me.Label2.Size = New System.Drawing.Size(198, 13)
  106.         Me.Label2.TabIndex = 7
  107.         Me.Label2.Text = "Testo con sistema di criptaggio SHA 512"
  108.         '
  109.         'OpenFileDialog1
  110.         '
  111.         Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  112.         '
  113.         'Label3
  114.         '
  115.         Me.Label3.AutoSize = True
  116.         Me.Label3.ForeColor = System.Drawing.Color.Orange
  117.         Me.Label3.Location = New System.Drawing.Point(12, 224)
  118.         Me.Label3.Name = "Label3"
  119.         Me.Label3.Size = New System.Drawing.Size(334, 13)
  120.         Me.Label3.TabIndex = 8
  121.         Me.Label3.Text = "Ideato e compilato da Progamn-92 member of Piero Tofy Community"
  122.         '
  123.         'Form1
  124.         '
  125.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  126.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  127.         Me.BackColor = System.Drawing.Color.WhiteSmoke
  128.         Me.ClientSize = New System.Drawing.Size(397, 249)
  129.         Me.Controls.Add(Me.Label3)
  130.         Me.Controls.Add(Me.Label2)
  131.         Me.Controls.Add(Me.Button4)
  132.         Me.Controls.Add(Me.Button3)
  133.         Me.Controls.Add(Me.Button2)
  134.         Me.Controls.Add(Me.Label1)
  135.         Me.Controls.Add(Me.TextBox2)
  136.         Me.Controls.Add(Me.Button1)
  137.         Me.Controls.Add(Me.TextBox1)
  138.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  139.         Me.Name = "Form1"
  140.         Me.Text = "TextSecurity"
  141.         Me.ResumeLayout(False)
  142.         Me.PerformLayout()
  143.  
  144.     End Sub
  145.     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  146.     Friend WithEvents Button1 As System.Windows.Forms.Button
  147.     Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
  148.     Friend WithEvents Label1 As System.Windows.Forms.Label
  149.     Friend WithEvents Button2 As System.Windows.Forms.Button
  150.     Friend WithEvents Button3 As System.Windows.Forms.Button
  151.     Friend WithEvents Button4 As System.Windows.Forms.Button
  152.     Friend WithEvents Label2 As System.Windows.Forms.Label
  153.     Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
  154.     Friend WithEvents Label3 As System.Windows.Forms.Label
  155.  
  156. End Class