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
Global Web 2.2 - fmrChrono.Designer.vb

fmrChrono.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class fmrChrono
  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.lstChronos = New System.Windows.Forms.ListView
  24.         Me.clmName = New System.Windows.Forms.ColumnHeader
  25.         Me.clmURL = New System.Windows.Forms.ColumnHeader
  26.         Me.cmdRemoveSelected = New System.Windows.Forms.Button
  27.         Me.cmdRemoveAll = New System.Windows.Forms.Button
  28.         Me.SuspendLayout()
  29.         '
  30.         'Label1
  31.         '
  32.         Me.Label1.AutoSize = True
  33.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  34.         Me.Label1.Name = "Label1"
  35.         Me.Label1.Size = New System.Drawing.Size(430, 26)
  36.         Me.Label1.TabIndex = 0
  37.         Me.Label1.Text = "Nella cronologia di Global Web sono presenti i seguenti siti, spuntare quelliche " & _
  38.             "si desidera " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "eliminiare:"
  39.         '
  40.         'lstChronos
  41.         '
  42.         Me.lstChronos.CheckBoxes = True
  43.         Me.lstChronos.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.clmName, Me.clmURL})
  44.         Me.lstChronos.Location = New System.Drawing.Point(15, 38)
  45.         Me.lstChronos.Name = "lstChronos"
  46.         Me.lstChronos.Size = New System.Drawing.Size(434, 198)
  47.         Me.lstChronos.TabIndex = 1
  48.         Me.lstChronos.UseCompatibleStateImageBehavior = False
  49.         Me.lstChronos.View = System.Windows.Forms.View.Details
  50.         '
  51.         'clmName
  52.         '
  53.         Me.clmName.Text = "Titolo"
  54.         Me.clmName.Width = 119
  55.         '
  56.         'clmURL
  57.         '
  58.         Me.clmURL.Text = "Indirizzo"
  59.         Me.clmURL.Width = 301
  60.         '
  61.         'cmdRemoveSelected
  62.         '
  63.         Me.cmdRemoveSelected.Location = New System.Drawing.Point(338, 242)
  64.         Me.cmdRemoveSelected.Name = "cmdRemoveSelected"
  65.         Me.cmdRemoveSelected.Size = New System.Drawing.Size(111, 27)
  66.         Me.cmdRemoveSelected.TabIndex = 2
  67.         Me.cmdRemoveSelected.Text = "Elimina selezionati"
  68.         Me.cmdRemoveSelected.UseVisualStyleBackColor = True
  69.         '
  70.         'cmdRemoveAll
  71.         '
  72.         Me.cmdRemoveAll.Location = New System.Drawing.Point(221, 242)
  73.         Me.cmdRemoveAll.Name = "cmdRemoveAll"
  74.         Me.cmdRemoveAll.Size = New System.Drawing.Size(111, 27)
  75.         Me.cmdRemoveAll.TabIndex = 3
  76.         Me.cmdRemoveAll.Text = "Elimina tutti"
  77.         Me.cmdRemoveAll.UseVisualStyleBackColor = True
  78.         '
  79.         'fmrChrono
  80.         '
  81.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  82.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  83.         Me.ClientSize = New System.Drawing.Size(461, 278)
  84.         Me.Controls.Add(Me.cmdRemoveAll)
  85.         Me.Controls.Add(Me.cmdRemoveSelected)
  86.         Me.Controls.Add(Me.lstChronos)
  87.         Me.Controls.Add(Me.Label1)
  88.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  89.         Me.MaximizeBox = False
  90.         Me.Name = "fmrChrono"
  91.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  92.         Me.Text = "Global Web - Cronologia"
  93.         Me.ResumeLayout(False)
  94.         Me.PerformLayout()
  95.  
  96.     End Sub
  97.     Friend WithEvents Label1 As System.Windows.Forms.Label
  98.     Friend WithEvents lstChronos As System.Windows.Forms.ListView
  99.     Friend WithEvents clmName As System.Windows.Forms.ColumnHeader
  100.     Friend WithEvents clmURL As System.Windows.Forms.ColumnHeader
  101.     Friend WithEvents cmdRemoveSelected As System.Windows.Forms.Button
  102.     Friend WithEvents cmdRemoveAll As System.Windows.Forms.Button
  103. End Class