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
File Comparer - CompareFilesForm.Designer.vb

CompareFilesForm.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class CompareFilesForm
  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.txtFirst = New System.Windows.Forms.TextBox
  24.         Me.btnFirstBrowse = New System.Windows.Forms.Button
  25.         Me.Label2 = New System.Windows.Forms.Label
  26.         Me.txtSecond = New System.Windows.Forms.TextBox
  27.         Me.btnSecondBrowse = New System.Windows.Forms.Button
  28.         Me.btnCompare = New System.Windows.Forms.Button
  29.         Me.lblResult = New System.Windows.Forms.Label
  30.         Me.imgCompared = New System.Windows.Forms.PictureBox
  31.         Me.Label3 = New System.Windows.Forms.Label
  32.         Me.prgProgress = New System.Windows.Forms.ProgressBar
  33.         Me.bgCompare = New System.ComponentModel.BackgroundWorker
  34.         Me.Label4 = New System.Windows.Forms.Label
  35.         Me.imgLegend = New System.Windows.Forms.PictureBox
  36.         Me.Label5 = New System.Windows.Forms.Label
  37.         Me.Label6 = New System.Windows.Forms.Label
  38.         Me.Label7 = New System.Windows.Forms.Label
  39.         Me.nudBlockSize = New System.Windows.Forms.NumericUpDown
  40.         Me.Label8 = New System.Windows.Forms.Label
  41.         CType(Me.imgCompared, System.ComponentModel.ISupportInitialize).BeginInit()
  42.         CType(Me.imgLegend, System.ComponentModel.ISupportInitialize).BeginInit()
  43.         CType(Me.nudBlockSize, System.ComponentModel.ISupportInitialize).BeginInit()
  44.         Me.SuspendLayout()
  45.         '
  46.         'Label1
  47.         '
  48.         Me.Label1.AutoSize = True
  49.         Me.Label1.Location = New System.Drawing.Point(9, 9)
  50.         Me.Label1.Name = "Label1"
  51.         Me.Label1.Size = New System.Drawing.Size(103, 13)
  52.         Me.Label1.TabIndex = 0
  53.         Me.Label1.Text = "Compara questo file:"
  54.         '
  55.         'txtFirst
  56.         '
  57.         Me.txtFirst.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  58.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  59.         Me.txtFirst.Location = New System.Drawing.Point(12, 25)
  60.         Me.txtFirst.Name = "txtFirst"
  61.         Me.txtFirst.Size = New System.Drawing.Size(289, 20)
  62.         Me.txtFirst.TabIndex = 3
  63.         '
  64.         'btnFirstBrowse
  65.         '
  66.         Me.btnFirstBrowse.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  67.         Me.btnFirstBrowse.Location = New System.Drawing.Point(307, 25)
  68.         Me.btnFirstBrowse.Name = "btnFirstBrowse"
  69.         Me.btnFirstBrowse.Size = New System.Drawing.Size(38, 20)
  70.         Me.btnFirstBrowse.TabIndex = 4
  71.         Me.btnFirstBrowse.Text = "..."
  72.         Me.btnFirstBrowse.UseVisualStyleBackColor = True
  73.         '
  74.         'Label2
  75.         '
  76.         Me.Label2.AutoSize = True
  77.         Me.Label2.Location = New System.Drawing.Point(12, 48)
  78.         Me.Label2.Name = "Label2"
  79.         Me.Label2.Size = New System.Drawing.Size(95, 13)
  80.         Me.Label2.TabIndex = 5
  81.         Me.Label2.Text = "con quest'altro file:"
  82.         '
  83.         'txtSecond
  84.         '
  85.         Me.txtSecond.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  86.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  87.         Me.txtSecond.Location = New System.Drawing.Point(12, 64)
  88.         Me.txtSecond.Name = "txtSecond"
  89.         Me.txtSecond.Size = New System.Drawing.Size(289, 20)
  90.         Me.txtSecond.TabIndex = 6
  91.         '
  92.         'btnSecondBrowse
  93.         '
  94.         Me.btnSecondBrowse.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  95.         Me.btnSecondBrowse.Location = New System.Drawing.Point(307, 64)
  96.         Me.btnSecondBrowse.Name = "btnSecondBrowse"
  97.         Me.btnSecondBrowse.Size = New System.Drawing.Size(38, 20)
  98.         Me.btnSecondBrowse.TabIndex = 7
  99.         Me.btnSecondBrowse.Text = "..."
  100.         Me.btnSecondBrowse.UseVisualStyleBackColor = True
  101.         '
  102.         'btnCompare
  103.         '
  104.         Me.btnCompare.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  105.         Me.btnCompare.Location = New System.Drawing.Point(270, 90)
  106.         Me.btnCompare.Name = "btnCompare"
  107.         Me.btnCompare.Size = New System.Drawing.Size(75, 23)
  108.         Me.btnCompare.TabIndex = 8
  109.         Me.btnCompare.Text = "Compara"
  110.         Me.btnCompare.UseVisualStyleBackColor = True
  111.         '
  112.         'lblResult
  113.         '
  114.         Me.lblResult.AutoSize = True
  115.         Me.lblResult.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  116.         Me.lblResult.Location = New System.Drawing.Point(9, 127)
  117.         Me.lblResult.Name = "lblResult"
  118.         Me.lblResult.Size = New System.Drawing.Size(61, 13)
  119.         Me.lblResult.TabIndex = 9
  120.         Me.lblResult.Text = "Risultato:"
  121.         '
  122.         'imgCompared
  123.         '
  124.         Me.imgCompared.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  125.                     Or System.Windows.Forms.AnchorStyles.Left) _
  126.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  127.         Me.imgCompared.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  128.         Me.imgCompared.Cursor = System.Windows.Forms.Cursors.Hand
  129.         Me.imgCompared.Location = New System.Drawing.Point(12, 161)
  130.         Me.imgCompared.Name = "imgCompared"
  131.         Me.imgCompared.Size = New System.Drawing.Size(333, 63)
  132.         Me.imgCompared.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  133.         Me.imgCompared.TabIndex = 10
  134.         Me.imgCompared.TabStop = False
  135.         '
  136.         'Label3
  137.         '
  138.         Me.Label3.AutoSize = True
  139.         Me.Label3.Location = New System.Drawing.Point(9, 145)
  140.         Me.Label3.Name = "Label3"
  141.         Me.Label3.Size = New System.Drawing.Size(124, 13)
  142.         Me.Label3.TabIndex = 11
  143.         Me.Label3.Text = "Grafico di comparazione:"
  144.         '
  145.         'prgProgress
  146.         '
  147.         Me.prgProgress.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  148.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  149.         Me.prgProgress.Location = New System.Drawing.Point(12, 90)
  150.         Me.prgProgress.Name = "prgProgress"
  151.         Me.prgProgress.Size = New System.Drawing.Size(252, 23)
  152.         Me.prgProgress.TabIndex = 12
  153.         '
  154.         'bgCompare
  155.         '
  156.         Me.bgCompare.WorkerReportsProgress = True
  157.         Me.bgCompare.WorkerSupportsCancellation = True
  158.         '
  159.         'Label4
  160.         '
  161.         Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  162.         Me.Label4.AutoSize = True
  163.         Me.Label4.Location = New System.Drawing.Point(9, 227)
  164.         Me.Label4.Name = "Label4"
  165.         Me.Label4.Size = New System.Drawing.Size(52, 13)
  166.         Me.Label4.TabIndex = 13
  167.         Me.Label4.Text = "Legenda:"
  168.         '
  169.         'imgLegend
  170.         '
  171.         Me.imgLegend.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  172.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  173.         Me.imgLegend.Location = New System.Drawing.Point(12, 243)
  174.         Me.imgLegend.Name = "imgLegend"
  175.         Me.imgLegend.Size = New System.Drawing.Size(333, 21)
  176.         Me.imgLegend.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  177.         Me.imgLegend.TabIndex = 14
  178.         Me.imgLegend.TabStop = False
  179.         '
  180.         'Label5
  181.         '
  182.         Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  183.         Me.Label5.AutoSize = True
  184.         Me.Label5.Location = New System.Drawing.Point(9, 268)
  185.         Me.Label5.Name = "Label5"
  186.         Me.Label5.Size = New System.Drawing.Size(21, 13)
  187.         Me.Label5.TabIndex = 15
  188.         Me.Label5.Text = "0%"
  189.         '
  190.         'Label6
  191.         '
  192.         Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  193.         Me.Label6.AutoSize = True
  194.         Me.Label6.Location = New System.Drawing.Point(312, 268)
  195.         Me.Label6.Name = "Label6"
  196.         Me.Label6.Size = New System.Drawing.Size(33, 13)
  197.         Me.Label6.TabIndex = 16
  198.         Me.Label6.Text = "100%"
  199.         '
  200.         'Label7
  201.         '
  202.         Me.Label7.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  203.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  204.         Me.Label7.Location = New System.Drawing.Point(36, 267)
  205.         Me.Label7.Name = "Label7"
  206.         Me.Label7.Size = New System.Drawing.Size(270, 14)
  207.         Me.Label7.TabIndex = 17
  208.         Me.Label7.Text = "congruenza delle singole parti dei file"
  209.         Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  210.         '
  211.         'nudBlockSize
  212.         '
  213.         Me.nudBlockSize.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  214.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  215.         Me.nudBlockSize.Location = New System.Drawing.Point(209, 293)
  216.         Me.nudBlockSize.Maximum = New Decimal(New Integer() {2000000000, 0, 0, 0})
  217.         Me.nudBlockSize.Name = "nudBlockSize"
  218.         Me.nudBlockSize.Size = New System.Drawing.Size(136, 20)
  219.         Me.nudBlockSize.TabIndex = 18
  220.         Me.nudBlockSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  221.         Me.nudBlockSize.Value = New Decimal(New Integer() {8128, 0, 0, 0})
  222.         '
  223.         'Label8
  224.         '
  225.         Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  226.         Me.Label8.AutoSize = True
  227.         Me.Label8.Location = New System.Drawing.Point(9, 295)
  228.         Me.Label8.Name = "Label8"
  229.         Me.Label8.Size = New System.Drawing.Size(194, 13)
  230.         Me.Label8.TabIndex = 19
  231.         Me.Label8.Text = "Dimensione delle singole parti (in bytes):"
  232.         '
  233.         'CompareFilesForm
  234.         '
  235.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  236.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  237.         Me.ClientSize = New System.Drawing.Size(357, 320)
  238.         Me.Controls.Add(Me.Label8)
  239.         Me.Controls.Add(Me.nudBlockSize)
  240.         Me.Controls.Add(Me.Label7)
  241.         Me.Controls.Add(Me.Label6)
  242.         Me.Controls.Add(Me.Label5)
  243.         Me.Controls.Add(Me.imgLegend)
  244.         Me.Controls.Add(Me.Label4)
  245.         Me.Controls.Add(Me.prgProgress)
  246.         Me.Controls.Add(Me.Label3)
  247.         Me.Controls.Add(Me.imgCompared)
  248.         Me.Controls.Add(Me.lblResult)
  249.         Me.Controls.Add(Me.btnCompare)
  250.         Me.Controls.Add(Me.btnSecondBrowse)
  251.         Me.Controls.Add(Me.txtSecond)
  252.         Me.Controls.Add(Me.Label2)
  253.         Me.Controls.Add(Me.btnFirstBrowse)
  254.         Me.Controls.Add(Me.txtFirst)
  255.         Me.Controls.Add(Me.Label1)
  256.         Me.Name = "CompareFilesForm"
  257.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  258.         Me.Text = "File Comparer"
  259.         CType(Me.imgCompared, System.ComponentModel.ISupportInitialize).EndInit()
  260.         CType(Me.imgLegend, System.ComponentModel.ISupportInitialize).EndInit()
  261.         CType(Me.nudBlockSize, System.ComponentModel.ISupportInitialize).EndInit()
  262.         Me.ResumeLayout(False)
  263.         Me.PerformLayout()
  264.  
  265.     End Sub
  266.     Friend WithEvents Label1 As System.Windows.Forms.Label
  267.     Friend WithEvents txtFirst As System.Windows.Forms.TextBox
  268.     Friend WithEvents btnFirstBrowse As System.Windows.Forms.Button
  269.     Friend WithEvents Label2 As System.Windows.Forms.Label
  270.     Friend WithEvents txtSecond As System.Windows.Forms.TextBox
  271.     Friend WithEvents btnSecondBrowse As System.Windows.Forms.Button
  272.     Friend WithEvents btnCompare As System.Windows.Forms.Button
  273.     Friend WithEvents lblResult As System.Windows.Forms.Label
  274.     Friend WithEvents imgCompared As System.Windows.Forms.PictureBox
  275.     Friend WithEvents Label3 As System.Windows.Forms.Label
  276.     Friend WithEvents prgProgress As System.Windows.Forms.ProgressBar
  277.     Friend WithEvents bgCompare As System.ComponentModel.BackgroundWorker
  278.     Friend WithEvents Label4 As System.Windows.Forms.Label
  279.     Friend WithEvents imgLegend As System.Windows.Forms.PictureBox
  280.     Friend WithEvents Label5 As System.Windows.Forms.Label
  281.     Friend WithEvents Label6 As System.Windows.Forms.Label
  282.     Friend WithEvents Label7 As System.Windows.Forms.Label
  283.     Friend WithEvents nudBlockSize As System.Windows.Forms.NumericUpDown
  284.     Friend WithEvents Label8 As System.Windows.Forms.Label
  285. End Class