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
Drive Info Graphic - 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 esegue l'override del metodo Dispose per pulire l'elenco dei componenti.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         Try
  9.             If disposing AndAlso components IsNot Nothing Then
  10.                 components.Dispose()
  11.             End If
  12.         Finally
  13.             MyBase.Dispose(disposing)
  14.         End Try
  15.     End Sub
  16.  
  17.     'Richiesto da Progettazione Windows Form
  18.     Private components As System.ComponentModel.IContainer
  19.  
  20.     'NOTA: la procedura che segue è richiesta da Progettazione Windows Form
  21.     'Può essere modificata in Progettazione Windows Form.  
  22.     'Non modificarla nell'editor del codice.
  23.     <System.Diagnostics.DebuggerStepThrough()> _
  24.     Private Sub InitializeComponent()
  25.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  26.         Me.grpDrives = New System.Windows.Forms.GroupBox
  27.         Me.cmbDrives = New System.Windows.Forms.ComboBox
  28.         Me.grpInfo = New System.Windows.Forms.GroupBox
  29.         Me.txtSpazioUsato = New System.Windows.Forms.TextBox
  30.         Me.lblSpazioUsato = New System.Windows.Forms.Label
  31.         Me.txtSpazioLibero = New System.Windows.Forms.TextBox
  32.         Me.lblSpazioLibero = New System.Windows.Forms.Label
  33.         Me.txtDimensioniTotali = New System.Windows.Forms.TextBox
  34.         Me.lblDimensioniTotali = New System.Windows.Forms.Label
  35.         Me.txtFileSystem = New System.Windows.Forms.TextBox
  36.         Me.lblFileSystem = New System.Windows.Forms.Label
  37.         Me.txtDirectoryRadice = New System.Windows.Forms.TextBox
  38.         Me.lblDirectoryRadice = New System.Windows.Forms.Label
  39.         Me.txtTipologiaDrive = New System.Windows.Forms.TextBox
  40.         Me.lblTipologiaDrive = New System.Windows.Forms.Label
  41.         Me.txtEtichettaVolume = New System.Windows.Forms.TextBox
  42.         Me.lblNomeVolume = New System.Windows.Forms.Label
  43.         Me.txtNome = New System.Windows.Forms.TextBox
  44.         Me.lblNome = New System.Windows.Forms.Label
  45.         Me.lblNumeroVolumi = New System.Windows.Forms.Label
  46.         Me.Button1 = New System.Windows.Forms.Button
  47.         Me.grpDrives.SuspendLayout()
  48.         Me.grpInfo.SuspendLayout()
  49.         Me.SuspendLayout()
  50.         '
  51.         'grpDrives
  52.         '
  53.         Me.grpDrives.Controls.Add(Me.cmbDrives)
  54.         Me.grpDrives.Location = New System.Drawing.Point(12, 12)
  55.         Me.grpDrives.Name = "grpDrives"
  56.         Me.grpDrives.Size = New System.Drawing.Size(160, 48)
  57.         Me.grpDrives.TabIndex = 1
  58.         Me.grpDrives.TabStop = False
  59.         Me.grpDrives.Text = "Seleziona Drive"
  60.         '
  61.         'cmbDrives
  62.         '
  63.         Me.cmbDrives.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  64.         Me.cmbDrives.FormattingEnabled = True
  65.         Me.cmbDrives.Location = New System.Drawing.Point(8, 16)
  66.         Me.cmbDrives.Name = "cmbDrives"
  67.         Me.cmbDrives.Size = New System.Drawing.Size(144, 21)
  68.         Me.cmbDrives.TabIndex = 1
  69.         '
  70.         'grpInfo
  71.         '
  72.         Me.grpInfo.Controls.Add(Me.txtSpazioUsato)
  73.         Me.grpInfo.Controls.Add(Me.lblSpazioUsato)
  74.         Me.grpInfo.Controls.Add(Me.txtSpazioLibero)
  75.         Me.grpInfo.Controls.Add(Me.lblSpazioLibero)
  76.         Me.grpInfo.Controls.Add(Me.txtDimensioniTotali)
  77.         Me.grpInfo.Controls.Add(Me.lblDimensioniTotali)
  78.         Me.grpInfo.Controls.Add(Me.txtFileSystem)
  79.         Me.grpInfo.Controls.Add(Me.lblFileSystem)
  80.         Me.grpInfo.Controls.Add(Me.txtDirectoryRadice)
  81.         Me.grpInfo.Controls.Add(Me.lblDirectoryRadice)
  82.         Me.grpInfo.Controls.Add(Me.txtTipologiaDrive)
  83.         Me.grpInfo.Controls.Add(Me.lblTipologiaDrive)
  84.         Me.grpInfo.Controls.Add(Me.txtEtichettaVolume)
  85.         Me.grpInfo.Controls.Add(Me.lblNomeVolume)
  86.         Me.grpInfo.Controls.Add(Me.txtNome)
  87.         Me.grpInfo.Controls.Add(Me.lblNome)
  88.         Me.grpInfo.Location = New System.Drawing.Point(12, 73)
  89.         Me.grpInfo.Name = "grpInfo"
  90.         Me.grpInfo.Size = New System.Drawing.Size(337, 274)
  91.         Me.grpInfo.TabIndex = 2
  92.         Me.grpInfo.TabStop = False
  93.         Me.grpInfo.Text = "Informazioni unità"
  94.         '
  95.         'txtSpazioUsato
  96.         '
  97.         Me.txtSpazioUsato.BackColor = System.Drawing.Color.White
  98.         Me.txtSpazioUsato.Location = New System.Drawing.Point(98, 239)
  99.         Me.txtSpazioUsato.Name = "txtSpazioUsato"
  100.         Me.txtSpazioUsato.ReadOnly = True
  101.         Me.txtSpazioUsato.Size = New System.Drawing.Size(229, 20)
  102.         Me.txtSpazioUsato.TabIndex = 40
  103.         '
  104.         'lblSpazioUsato
  105.         '
  106.         Me.lblSpazioUsato.AutoSize = True
  107.         Me.lblSpazioUsato.Location = New System.Drawing.Point(7, 242)
  108.         Me.lblSpazioUsato.Name = "lblSpazioUsato"
  109.         Me.lblSpazioUsato.Size = New System.Drawing.Size(70, 13)
  110.         Me.lblSpazioUsato.TabIndex = 39
  111.         Me.lblSpazioUsato.Text = "Spazio Usato"
  112.         '
  113.         'txtSpazioLibero
  114.         '
  115.         Me.txtSpazioLibero.BackColor = System.Drawing.Color.White
  116.         Me.txtSpazioLibero.Location = New System.Drawing.Point(97, 214)
  117.         Me.txtSpazioLibero.Name = "txtSpazioLibero"
  118.         Me.txtSpazioLibero.ReadOnly = True
  119.         Me.txtSpazioLibero.Size = New System.Drawing.Size(229, 20)
  120.         Me.txtSpazioLibero.TabIndex = 36
  121.         '
  122.         'lblSpazioLibero
  123.         '
  124.         Me.lblSpazioLibero.AutoSize = True
  125.         Me.lblSpazioLibero.Location = New System.Drawing.Point(7, 217)
  126.         Me.lblSpazioLibero.Name = "lblSpazioLibero"
  127.         Me.lblSpazioLibero.Size = New System.Drawing.Size(71, 13)
  128.         Me.lblSpazioLibero.TabIndex = 35
  129.         Me.lblSpazioLibero.Text = "Spazio Libero"
  130.         '
  131.         'txtDimensioniTotali
  132.         '
  133.         Me.txtDimensioniTotali.BackColor = System.Drawing.Color.White
  134.         Me.txtDimensioniTotali.Location = New System.Drawing.Point(97, 190)
  135.         Me.txtDimensioniTotali.Name = "txtDimensioniTotali"
  136.         Me.txtDimensioniTotali.ReadOnly = True
  137.         Me.txtDimensioniTotali.Size = New System.Drawing.Size(229, 20)
  138.         Me.txtDimensioniTotali.TabIndex = 34
  139.         '
  140.         'lblDimensioniTotali
  141.         '
  142.         Me.lblDimensioniTotali.AutoSize = True
  143.         Me.lblDimensioniTotali.Location = New System.Drawing.Point(7, 193)
  144.         Me.lblDimensioniTotali.Name = "lblDimensioniTotali"
  145.         Me.lblDimensioniTotali.Size = New System.Drawing.Size(87, 13)
  146.         Me.lblDimensioniTotali.TabIndex = 33
  147.         Me.lblDimensioniTotali.Text = "Dimensioni Totali"
  148.         '
  149.         'txtFileSystem
  150.         '
  151.         Me.txtFileSystem.BackColor = System.Drawing.Color.White
  152.         Me.txtFileSystem.Location = New System.Drawing.Point(98, 142)
  153.         Me.txtFileSystem.Name = "txtFileSystem"
  154.         Me.txtFileSystem.ReadOnly = True
  155.         Me.txtFileSystem.Size = New System.Drawing.Size(228, 20)
  156.         Me.txtFileSystem.TabIndex = 32
  157.         '
  158.         'lblFileSystem
  159.         '
  160.         Me.lblFileSystem.AutoSize = True
  161.         Me.lblFileSystem.Location = New System.Drawing.Point(7, 145)
  162.         Me.lblFileSystem.Name = "lblFileSystem"
  163.         Me.lblFileSystem.Size = New System.Drawing.Size(88, 13)
  164.         Me.lblFileSystem.TabIndex = 31
  165.         Me.lblFileSystem.Text = "File System Drive"
  166.         '
  167.         'txtDirectoryRadice
  168.         '
  169.         Me.txtDirectoryRadice.BackColor = System.Drawing.Color.White
  170.         Me.txtDirectoryRadice.Location = New System.Drawing.Point(98, 118)
  171.         Me.txtDirectoryRadice.Name = "txtDirectoryRadice"
  172.         Me.txtDirectoryRadice.ReadOnly = True
  173.         Me.txtDirectoryRadice.Size = New System.Drawing.Size(228, 20)
  174.         Me.txtDirectoryRadice.TabIndex = 30
  175.         '
  176.         'lblDirectoryRadice
  177.         '
  178.         Me.lblDirectoryRadice.AutoSize = True
  179.         Me.lblDirectoryRadice.Location = New System.Drawing.Point(7, 121)
  180.         Me.lblDirectoryRadice.Name = "lblDirectoryRadice"
  181.         Me.lblDirectoryRadice.Size = New System.Drawing.Size(86, 13)
  182.         Me.lblDirectoryRadice.TabIndex = 29
  183.         Me.lblDirectoryRadice.Text = "Directory Radice"
  184.         '
  185.         'txtTipologiaDrive
  186.         '
  187.         Me.txtTipologiaDrive.BackColor = System.Drawing.Color.White
  188.         Me.txtTipologiaDrive.Location = New System.Drawing.Point(98, 94)
  189.         Me.txtTipologiaDrive.Name = "txtTipologiaDrive"
  190.         Me.txtTipologiaDrive.ReadOnly = True
  191.         Me.txtTipologiaDrive.Size = New System.Drawing.Size(228, 20)
  192.         Me.txtTipologiaDrive.TabIndex = 28
  193.         '
  194.         'lblTipologiaDrive
  195.         '
  196.         Me.lblTipologiaDrive.AutoSize = True
  197.         Me.lblTipologiaDrive.Location = New System.Drawing.Point(7, 97)
  198.         Me.lblTipologiaDrive.Name = "lblTipologiaDrive"
  199.         Me.lblTipologiaDrive.Size = New System.Drawing.Size(78, 13)
  200.         Me.lblTipologiaDrive.TabIndex = 27
  201.         Me.lblTipologiaDrive.Text = "Tipologia Drive"
  202.         '
  203.         'txtEtichettaVolume
  204.         '
  205.         Me.txtEtichettaVolume.BackColor = System.Drawing.Color.White
  206.         Me.txtEtichettaVolume.Location = New System.Drawing.Point(98, 44)
  207.         Me.txtEtichettaVolume.Name = "txtEtichettaVolume"
  208.         Me.txtEtichettaVolume.ReadOnly = True
  209.         Me.txtEtichettaVolume.Size = New System.Drawing.Size(228, 20)
  210.         Me.txtEtichettaVolume.TabIndex = 26
  211.         '
  212.         'lblNomeVolume
  213.         '
  214.         Me.lblNomeVolume.AutoSize = True
  215.         Me.lblNomeVolume.Location = New System.Drawing.Point(7, 47)
  216.         Me.lblNomeVolume.Name = "lblNomeVolume"
  217.         Me.lblNomeVolume.Size = New System.Drawing.Size(49, 13)
  218.         Me.lblNomeVolume.TabIndex = 25
  219.         Me.lblNomeVolume.Text = "Etichetta"
  220.         '
  221.         'txtNome
  222.         '
  223.         Me.txtNome.BackColor = System.Drawing.Color.White
  224.         Me.txtNome.Location = New System.Drawing.Point(98, 20)
  225.         Me.txtNome.Name = "txtNome"
  226.         Me.txtNome.ReadOnly = True
  227.         Me.txtNome.Size = New System.Drawing.Size(228, 20)
  228.         Me.txtNome.TabIndex = 24
  229.         '
  230.         'lblNome
  231.         '
  232.         Me.lblNome.AutoSize = True
  233.         Me.lblNome.Location = New System.Drawing.Point(7, 23)
  234.         Me.lblNome.Name = "lblNome"
  235.         Me.lblNome.Size = New System.Drawing.Size(35, 13)
  236.         Me.lblNome.TabIndex = 23
  237.         Me.lblNome.Text = "Nome"
  238.         '
  239.         'lblNumeroVolumi
  240.         '
  241.         Me.lblNumeroVolumi.AutoSize = True
  242.         Me.lblNumeroVolumi.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  243.         Me.lblNumeroVolumi.Location = New System.Drawing.Point(206, 31)
  244.         Me.lblNumeroVolumi.Name = "lblNumeroVolumi"
  245.         Me.lblNumeroVolumi.Size = New System.Drawing.Size(45, 15)
  246.         Me.lblNumeroVolumi.TabIndex = 3
  247.         Me.lblNumeroVolumi.Text = "Label1"
  248.         '
  249.         'Button1
  250.         '
  251.         Me.Button1.Location = New System.Drawing.Point(473, 26)
  252.         Me.Button1.Name = "Button1"
  253.         Me.Button1.Size = New System.Drawing.Size(75, 23)
  254.         Me.Button1.TabIndex = 4
  255.         Me.Button1.Text = "Info su..."
  256.         Me.Button1.UseVisualStyleBackColor = True
  257.         '
  258.         'Form1
  259.         '
  260.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  261.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  262.         Me.ClientSize = New System.Drawing.Size(684, 364)
  263.         Me.Controls.Add(Me.Button1)
  264.         Me.Controls.Add(Me.lblNumeroVolumi)
  265.         Me.Controls.Add(Me.grpInfo)
  266.         Me.Controls.Add(Me.grpDrives)
  267.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  268.         Me.Name = "Form1"
  269.         Me.Opacity = 0.95
  270.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  271.         Me.Text = "Drive Info Graphic"
  272.         Me.grpDrives.ResumeLayout(False)
  273.         Me.grpInfo.ResumeLayout(False)
  274.         Me.grpInfo.PerformLayout()
  275.         Me.ResumeLayout(False)
  276.         Me.PerformLayout()
  277.  
  278.     End Sub
  279.     Friend WithEvents grpDrives As System.Windows.Forms.GroupBox
  280.     Private WithEvents cmbDrives As System.Windows.Forms.ComboBox
  281.     Friend WithEvents grpInfo As System.Windows.Forms.GroupBox
  282.     Friend WithEvents txtSpazioUsato As System.Windows.Forms.TextBox
  283.     Friend WithEvents lblSpazioUsato As System.Windows.Forms.Label
  284.     Friend WithEvents txtSpazioLibero As System.Windows.Forms.TextBox
  285.     Friend WithEvents lblSpazioLibero As System.Windows.Forms.Label
  286.     Friend WithEvents txtDimensioniTotali As System.Windows.Forms.TextBox
  287.     Friend WithEvents lblDimensioniTotali As System.Windows.Forms.Label
  288.     Friend WithEvents txtFileSystem As System.Windows.Forms.TextBox
  289.     Friend WithEvents lblFileSystem As System.Windows.Forms.Label
  290.     Friend WithEvents txtDirectoryRadice As System.Windows.Forms.TextBox
  291.     Friend WithEvents lblDirectoryRadice As System.Windows.Forms.Label
  292.     Friend WithEvents txtTipologiaDrive As System.Windows.Forms.TextBox
  293.     Friend WithEvents lblTipologiaDrive As System.Windows.Forms.Label
  294.     Friend WithEvents txtEtichettaVolume As System.Windows.Forms.TextBox
  295.     Friend WithEvents lblNomeVolume As System.Windows.Forms.Label
  296.     Friend WithEvents txtNome As System.Windows.Forms.TextBox
  297.     Friend WithEvents lblNome As System.Windows.Forms.Label
  298.     Friend WithEvents lblNumeroVolumi As System.Windows.Forms.Label
  299.     Friend WithEvents Button1 As System.Windows.Forms.Button
  300.  
  301. End Class