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
InfoFile - 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.lblNumeroFileCartella = New System.Windows.Forms.Label
  24.         Me.Label2 = New System.Windows.Forms.Label
  25.         Me.GroupBox1 = New System.Windows.Forms.GroupBox
  26.         Me.txtAttributi = New System.Windows.Forms.TextBox
  27.         Me.Label7 = New System.Windows.Forms.Label
  28.         Me.Label5 = New System.Windows.Forms.Label
  29.         Me.txtOraUltimaModifica = New System.Windows.Forms.TextBox
  30.         Me.Label4 = New System.Windows.Forms.Label
  31.         Me.txtOraUltimoAccesso = New System.Windows.Forms.TextBox
  32.         Me.txtOraCreazione = New System.Windows.Forms.TextBox
  33.         Me.Label3 = New System.Windows.Forms.Label
  34.         Me.lstFilesCartella = New System.Windows.Forms.ListBox
  35.         Me.txtDirectory = New System.Windows.Forms.TextBox
  36.         Me.Label1 = New System.Windows.Forms.Label
  37.         Me.btnListaFile = New System.Windows.Forms.Button
  38.         Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog
  39.         Me.GroupBox2 = New System.Windows.Forms.GroupBox
  40.         Me.MaskedTxtOraUltimaModifica = New System.Windows.Forms.MaskedTextBox
  41.         Me.MaskedTxtOraUltimoAccesso = New System.Windows.Forms.MaskedTextBox
  42.         Me.MaskedTxtOraCrezione = New System.Windows.Forms.MaskedTextBox
  43.         Me.btnModifiche = New System.Windows.Forms.Button
  44.         Me.Label6 = New System.Windows.Forms.Label
  45.         Me.Label8 = New System.Windows.Forms.Label
  46.         Me.Label9 = New System.Windows.Forms.Label
  47.         Me.btnInfo = New System.Windows.Forms.Button
  48.         Me.GroupBox1.SuspendLayout()
  49.         Me.GroupBox2.SuspendLayout()
  50.         Me.SuspendLayout()
  51.         '
  52.         'lblNumeroFileCartella
  53.         '
  54.         Me.lblNumeroFileCartella.AutoSize = True
  55.         Me.lblNumeroFileCartella.Location = New System.Drawing.Point(194, 317)
  56.         Me.lblNumeroFileCartella.Name = "lblNumeroFileCartella"
  57.         Me.lblNumeroFileCartella.Size = New System.Drawing.Size(13, 13)
  58.         Me.lblNumeroFileCartella.TabIndex = 13
  59.         Me.lblNumeroFileCartella.Text = "0"
  60.         '
  61.         'Label2
  62.         '
  63.         Me.Label2.AutoSize = True
  64.         Me.Label2.Location = New System.Drawing.Point(11, 317)
  65.         Me.Label2.Name = "Label2"
  66.         Me.Label2.Size = New System.Drawing.Size(181, 13)
  67.         Me.Label2.TabIndex = 12
  68.         Me.Label2.Text = "Numero di file presenti nella cartella:"
  69.         '
  70.         'GroupBox1
  71.         '
  72.         Me.GroupBox1.Controls.Add(Me.txtAttributi)
  73.         Me.GroupBox1.Controls.Add(Me.Label7)
  74.         Me.GroupBox1.Controls.Add(Me.Label5)
  75.         Me.GroupBox1.Controls.Add(Me.txtOraUltimaModifica)
  76.         Me.GroupBox1.Controls.Add(Me.Label4)
  77.         Me.GroupBox1.Controls.Add(Me.txtOraUltimoAccesso)
  78.         Me.GroupBox1.Controls.Add(Me.txtOraCreazione)
  79.         Me.GroupBox1.Controls.Add(Me.Label3)
  80.         Me.GroupBox1.Enabled = False
  81.         Me.GroupBox1.Location = New System.Drawing.Point(330, 38)
  82.         Me.GroupBox1.Name = "GroupBox1"
  83.         Me.GroupBox1.Size = New System.Drawing.Size(363, 137)
  84.         Me.GroupBox1.TabIndex = 11
  85.         Me.GroupBox1.TabStop = False
  86.         Me.GroupBox1.Text = "Non hai selezionato nessun file"
  87.         '
  88.         'txtAttributi
  89.         '
  90.         Me.txtAttributi.Location = New System.Drawing.Point(137, 100)
  91.         Me.txtAttributi.Name = "txtAttributi"
  92.         Me.txtAttributi.ReadOnly = True
  93.         Me.txtAttributi.Size = New System.Drawing.Size(196, 21)
  94.         Me.txtAttributi.TabIndex = 8
  95.         '
  96.         'Label7
  97.         '
  98.         Me.Label7.AutoSize = True
  99.         Me.Label7.Location = New System.Drawing.Point(6, 103)
  100.         Me.Label7.Name = "Label7"
  101.         Me.Label7.Size = New System.Drawing.Size(50, 13)
  102.         Me.Label7.TabIndex = 4
  103.         Me.Label7.Text = "Attributi:"
  104.         '
  105.         'Label5
  106.         '
  107.         Me.Label5.AutoSize = True
  108.         Me.Label5.Location = New System.Drawing.Point(6, 77)
  109.         Me.Label5.Name = "Label5"
  110.         Me.Label5.Size = New System.Drawing.Size(125, 13)
  111.         Me.Label5.TabIndex = 2
  112.         Me.Label5.Text = "Ora-Data ultima modifica"
  113.         '
  114.         'txtOraUltimaModifica
  115.         '
  116.         Me.txtOraUltimaModifica.Location = New System.Drawing.Point(137, 73)
  117.         Me.txtOraUltimaModifica.Name = "txtOraUltimaModifica"
  118.         Me.txtOraUltimaModifica.ReadOnly = True
  119.         Me.txtOraUltimaModifica.Size = New System.Drawing.Size(196, 21)
  120.         Me.txtOraUltimaModifica.TabIndex = 5
  121.         '
  122.         'Label4
  123.         '
  124.         Me.Label4.AutoSize = True
  125.         Me.Label4.Location = New System.Drawing.Point(6, 25)
  126.         Me.Label4.Name = "Label4"
  127.         Me.Label4.Size = New System.Drawing.Size(112, 13)
  128.         Me.Label4.TabIndex = 1
  129.         Me.Label4.Text = "Ora-Data di creazione"
  130.         '
  131.         'txtOraUltimoAccesso
  132.         '
  133.         Me.txtOraUltimoAccesso.Location = New System.Drawing.Point(137, 48)
  134.         Me.txtOraUltimoAccesso.Name = "txtOraUltimoAccesso"
  135.         Me.txtOraUltimoAccesso.ReadOnly = True
  136.         Me.txtOraUltimoAccesso.Size = New System.Drawing.Size(196, 21)
  137.         Me.txtOraUltimoAccesso.TabIndex = 7
  138.         '
  139.         'txtOraCreazione
  140.         '
  141.         Me.txtOraCreazione.Location = New System.Drawing.Point(137, 22)
  142.         Me.txtOraCreazione.Name = "txtOraCreazione"
  143.         Me.txtOraCreazione.ReadOnly = True
  144.         Me.txtOraCreazione.Size = New System.Drawing.Size(196, 21)
  145.         Me.txtOraCreazione.TabIndex = 6
  146.         '
  147.         'Label3
  148.         '
  149.         Me.Label3.AutoSize = True
  150.         Me.Label3.Location = New System.Drawing.Point(6, 51)
  151.         Me.Label3.Name = "Label3"
  152.         Me.Label3.Size = New System.Drawing.Size(124, 13)
  153.         Me.Label3.TabIndex = 0
  154.         Me.Label3.Text = "Ora-Data ultimo accesso"
  155.         '
  156.         'lstFilesCartella
  157.         '
  158.         Me.lstFilesCartella.FormattingEnabled = True
  159.         Me.lstFilesCartella.HorizontalScrollbar = True
  160.         Me.lstFilesCartella.Location = New System.Drawing.Point(11, 37)
  161.         Me.lstFilesCartella.Name = "lstFilesCartella"
  162.         Me.lstFilesCartella.Size = New System.Drawing.Size(313, 277)
  163.         Me.lstFilesCartella.TabIndex = 10
  164.         '
  165.         'txtDirectory
  166.         '
  167.         Me.txtDirectory.Location = New System.Drawing.Point(65, 11)
  168.         Me.txtDirectory.Name = "txtDirectory"
  169.         Me.txtDirectory.Size = New System.Drawing.Size(465, 21)
  170.         Me.txtDirectory.TabIndex = 9
  171.         '
  172.         'Label1
  173.         '
  174.         Me.Label1.AutoSize = True
  175.         Me.Label1.Location = New System.Drawing.Point(7, 14)
  176.         Me.Label1.Name = "Label1"
  177.         Me.Label1.Size = New System.Drawing.Size(48, 13)
  178.         Me.Label1.TabIndex = 8
  179.         Me.Label1.Text = "Cartella:"
  180.         '
  181.         'btnListaFile
  182.         '
  183.         Me.btnListaFile.Enabled = False
  184.         Me.btnListaFile.Location = New System.Drawing.Point(536, 9)
  185.         Me.btnListaFile.Name = "btnListaFile"
  186.         Me.btnListaFile.Size = New System.Drawing.Size(100, 23)
  187.         Me.btnListaFile.TabIndex = 7
  188.         Me.btnListaFile.Text = "Lista File"
  189.         Me.btnListaFile.UseVisualStyleBackColor = True
  190.         '
  191.         'OpenFileDialog1
  192.         '
  193.         Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  194.         '
  195.         'GroupBox2
  196.         '
  197.         Me.GroupBox2.Controls.Add(Me.MaskedTxtOraUltimaModifica)
  198.         Me.GroupBox2.Controls.Add(Me.MaskedTxtOraUltimoAccesso)
  199.         Me.GroupBox2.Controls.Add(Me.MaskedTxtOraCrezione)
  200.         Me.GroupBox2.Controls.Add(Me.btnModifiche)
  201.         Me.GroupBox2.Controls.Add(Me.Label6)
  202.         Me.GroupBox2.Controls.Add(Me.Label8)
  203.         Me.GroupBox2.Controls.Add(Me.Label9)
  204.         Me.GroupBox2.Enabled = False
  205.         Me.GroupBox2.Location = New System.Drawing.Point(330, 181)
  206.         Me.GroupBox2.Name = "GroupBox2"
  207.         Me.GroupBox2.Size = New System.Drawing.Size(363, 133)
  208.         Me.GroupBox2.TabIndex = 14
  209.         Me.GroupBox2.TabStop = False
  210.         Me.GroupBox2.Text = "Non hai selezionato nessun file"
  211.         '
  212.         'MaskedTxtOraUltimaModifica
  213.         '
  214.         Me.MaskedTxtOraUltimaModifica.Location = New System.Drawing.Point(137, 66)
  215.         Me.MaskedTxtOraUltimaModifica.Mask = "00/00/0000 00:00"
  216.         Me.MaskedTxtOraUltimaModifica.Name = "MaskedTxtOraUltimaModifica"
  217.         Me.MaskedTxtOraUltimaModifica.Size = New System.Drawing.Size(196, 21)
  218.         Me.MaskedTxtOraUltimaModifica.TabIndex = 30
  219.         Me.MaskedTxtOraUltimaModifica.ValidatingType = GetType(Date)
  220.         '
  221.         'MaskedTxtOraUltimoAccesso
  222.         '
  223.         Me.MaskedTxtOraUltimoAccesso.Location = New System.Drawing.Point(137, 40)
  224.         Me.MaskedTxtOraUltimoAccesso.Mask = "00/00/0000 00:00"
  225.         Me.MaskedTxtOraUltimoAccesso.Name = "MaskedTxtOraUltimoAccesso"
  226.         Me.MaskedTxtOraUltimoAccesso.Size = New System.Drawing.Size(196, 21)
  227.         Me.MaskedTxtOraUltimoAccesso.TabIndex = 29
  228.         Me.MaskedTxtOraUltimoAccesso.ValidatingType = GetType(Date)
  229.         '
  230.         'MaskedTxtOraCrezione
  231.         '
  232.         Me.MaskedTxtOraCrezione.Location = New System.Drawing.Point(137, 14)
  233.         Me.MaskedTxtOraCrezione.Mask = "00/00/0000 00:00"
  234.         Me.MaskedTxtOraCrezione.Name = "MaskedTxtOraCrezione"
  235.         Me.MaskedTxtOraCrezione.Size = New System.Drawing.Size(196, 21)
  236.         Me.MaskedTxtOraCrezione.TabIndex = 28
  237.         Me.MaskedTxtOraCrezione.ValidatingType = GetType(Date)
  238.         '
  239.         'btnModifiche
  240.         '
  241.         Me.btnModifiche.Location = New System.Drawing.Point(100, 104)
  242.         Me.btnModifiche.Name = "btnModifiche"
  243.         Me.btnModifiche.Size = New System.Drawing.Size(113, 23)
  244.         Me.btnModifiche.TabIndex = 27
  245.         Me.btnModifiche.Text = "Applica modifiche"
  246.         Me.btnModifiche.UseVisualStyleBackColor = True
  247.         '
  248.         'Label6
  249.         '
  250.         Me.Label6.AutoSize = True
  251.         Me.Label6.Location = New System.Drawing.Point(6, 69)
  252.         Me.Label6.Name = "Label6"
  253.         Me.Label6.Size = New System.Drawing.Size(125, 13)
  254.         Me.Label6.TabIndex = 23
  255.         Me.Label6.Text = "Ora-Data ultima modifica"
  256.         '
  257.         'Label8
  258.         '
  259.         Me.Label8.AutoSize = True
  260.         Me.Label8.Location = New System.Drawing.Point(6, 17)
  261.         Me.Label8.Name = "Label8"
  262.         Me.Label8.Size = New System.Drawing.Size(112, 13)
  263.         Me.Label8.TabIndex = 22
  264.         Me.Label8.Text = "Ora-Data di creazione"
  265.         '
  266.         'Label9
  267.         '
  268.         Me.Label9.AutoSize = True
  269.         Me.Label9.Location = New System.Drawing.Point(6, 43)
  270.         Me.Label9.Name = "Label9"
  271.         Me.Label9.Size = New System.Drawing.Size(124, 13)
  272.         Me.Label9.TabIndex = 21
  273.         Me.Label9.Text = "Ora-Data ultimo accesso"
  274.         '
  275.         'btnInfo
  276.         '
  277.         Me.btnInfo.Font = New System.Drawing.Font("Tahoma", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  278.         Me.btnInfo.Location = New System.Drawing.Point(642, 4)
  279.         Me.btnInfo.Name = "btnInfo"
  280.         Me.btnInfo.Size = New System.Drawing.Size(51, 33)
  281.         Me.btnInfo.TabIndex = 15
  282.         Me.btnInfo.Text = "?"
  283.         Me.btnInfo.UseVisualStyleBackColor = True
  284.         '
  285.         'Form1
  286.         '
  287.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  288.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  289.         Me.ClientSize = New System.Drawing.Size(705, 337)
  290.         Me.Controls.Add(Me.btnInfo)
  291.         Me.Controls.Add(Me.GroupBox2)
  292.         Me.Controls.Add(Me.lblNumeroFileCartella)
  293.         Me.Controls.Add(Me.Label2)
  294.         Me.Controls.Add(Me.GroupBox1)
  295.         Me.Controls.Add(Me.lstFilesCartella)
  296.         Me.Controls.Add(Me.txtDirectory)
  297.         Me.Controls.Add(Me.Label1)
  298.         Me.Controls.Add(Me.btnListaFile)
  299.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  300.         Me.Name = "Form1"
  301.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  302.         Me.Text = "InfoFile"
  303.         Me.GroupBox1.ResumeLayout(False)
  304.         Me.GroupBox1.PerformLayout()
  305.         Me.GroupBox2.ResumeLayout(False)
  306.         Me.GroupBox2.PerformLayout()
  307.         Me.ResumeLayout(False)
  308.         Me.PerformLayout()
  309.  
  310.     End Sub
  311.     Friend WithEvents lblNumeroFileCartella As System.Windows.Forms.Label
  312.     Friend WithEvents Label2 As System.Windows.Forms.Label
  313.     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  314.     Friend WithEvents txtAttributi As System.Windows.Forms.TextBox
  315.     Friend WithEvents Label7 As System.Windows.Forms.Label
  316.     Friend WithEvents Label5 As System.Windows.Forms.Label
  317.     Friend WithEvents txtOraUltimaModifica As System.Windows.Forms.TextBox
  318.     Friend WithEvents Label4 As System.Windows.Forms.Label
  319.     Friend WithEvents txtOraUltimoAccesso As System.Windows.Forms.TextBox
  320.     Friend WithEvents txtOraCreazione As System.Windows.Forms.TextBox
  321.     Friend WithEvents Label3 As System.Windows.Forms.Label
  322.     Friend WithEvents lstFilesCartella As System.Windows.Forms.ListBox
  323.     Friend WithEvents txtDirectory As System.Windows.Forms.TextBox
  324.     Friend WithEvents Label1 As System.Windows.Forms.Label
  325.     Friend WithEvents btnListaFile As System.Windows.Forms.Button
  326.     Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
  327.     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  328.     Friend WithEvents btnModifiche As System.Windows.Forms.Button
  329.     Friend WithEvents Label6 As System.Windows.Forms.Label
  330.     Friend WithEvents Label8 As System.Windows.Forms.Label
  331.     Friend WithEvents Label9 As System.Windows.Forms.Label
  332.     Friend WithEvents MaskedTxtOraUltimaModifica As System.Windows.Forms.MaskedTextBox
  333.     Friend WithEvents MaskedTxtOraUltimoAccesso As System.Windows.Forms.MaskedTextBox
  334.     Friend WithEvents MaskedTxtOraCrezione As System.Windows.Forms.MaskedTextBox
  335.     Friend WithEvents btnInfo As System.Windows.Forms.Button
  336.  
  337. End Class