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
MSN Live Log Manager - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Totem
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.         Me.components = New System.ComponentModel.Container
  23.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  24.         Me.splitMain = New System.Windows.Forms.SplitContainer
  25.         Me.trwLogs = New System.Windows.Forms.TreeView
  26.         Me.imgList = New System.Windows.Forms.ImageList(Me.components)
  27.         Me.wbShowLog = New System.Windows.Forms.WebBrowser
  28.         Me.tabMain = New System.Windows.Forms.TabControl
  29.         Me.TabPage1 = New System.Windows.Forms.TabPage
  30.         Me.TabPage2 = New System.Windows.Forms.TabPage
  31.         Me.lblStatus = New System.Windows.Forms.Label
  32.         Me.atbContactStats = New System.Windows.Forms.TabControl
  33.         Me.TabPage3 = New System.Windows.Forms.TabPage
  34.         Me.lstInfo = New System.Windows.Forms.ListView
  35.         Me.ColumnHeader6 = New System.Windows.Forms.ColumnHeader
  36.         Me.ColumnHeader7 = New System.Windows.Forms.ColumnHeader
  37.         Me.TabPage4 = New System.Windows.Forms.TabPage
  38.         Me.btnGraphTimePerDay = New System.Windows.Forms.Button
  39.         Me.lstSessions = New System.Windows.Forms.ListView
  40.         Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
  41.         Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
  42.         Me.ColumnHeader3 = New System.Windows.Forms.ColumnHeader
  43.         Me.ColumnHeader5 = New System.Windows.Forms.ColumnHeader
  44.         Me.ColumnHeader12 = New System.Windows.Forms.ColumnHeader
  45.         Me.ColumnHeader4 = New System.Windows.Forms.ColumnHeader
  46.         Me.btnCalculate = New System.Windows.Forms.Button
  47.         Me.cmbContacts = New System.Windows.Forms.ComboBox
  48.         Me.Label1 = New System.Windows.Forms.Label
  49.         Me.TabPage5 = New System.Windows.Forms.TabPage
  50.         Me.grpGeneral = New System.Windows.Forms.GroupBox
  51.         Me.lblTotalMessages = New System.Windows.Forms.Label
  52.         Me.lblTotalTime = New System.Windows.Forms.Label
  53.         Me.lblTotalSize = New System.Windows.Forms.Label
  54.         Me.lblTotalSessions = New System.Windows.Forms.Label
  55.         Me.lblTotalContacts = New System.Windows.Forms.Label
  56.         Me.lblWorstContact = New System.Windows.Forms.Label
  57.         Me.lblBestContact = New System.Windows.Forms.Label
  58.         Me.btnSaveReport = New System.Windows.Forms.Button
  59.         Me.lstGeneralInfo = New System.Windows.Forms.ListView
  60.         Me.ColumnHeader8 = New System.Windows.Forms.ColumnHeader
  61.         Me.ColumnHeader9 = New System.Windows.Forms.ColumnHeader
  62.         Me.ColumnHeader10 = New System.Windows.Forms.ColumnHeader
  63.         Me.ColumnHeader11 = New System.Windows.Forms.ColumnHeader
  64.         Me.ColumnHeader13 = New System.Windows.Forms.ColumnHeader
  65.         Me.lblStatusGeneral = New System.Windows.Forms.Label
  66.         Me.btnCalculateGeneral = New System.Windows.Forms.Button
  67.         Me.TabPage6 = New System.Windows.Forms.TabPage
  68.         Me.btnOldSaveReport = New System.Windows.Forms.Button
  69.         Me.grpOldStats = New System.Windows.Forms.GroupBox
  70.         Me.lblOldTotalMessages = New System.Windows.Forms.Label
  71.         Me.lblOldTotalTime = New System.Windows.Forms.Label
  72.         Me.lblOldTotalSize = New System.Windows.Forms.Label
  73.         Me.lblOldTotalSessions = New System.Windows.Forms.Label
  74.         Me.lblOldContactNumber = New System.Windows.Forms.Label
  75.         Me.lblOldStatusGeneral = New System.Windows.Forms.Label
  76.         Me.btnCalculateOldGeneral = New System.Windows.Forms.Button
  77.         Me.lstOldGeneralInfo = New System.Windows.Forms.ListView
  78.         Me.ColumnHeader14 = New System.Windows.Forms.ColumnHeader
  79.         Me.ColumnHeader15 = New System.Windows.Forms.ColumnHeader
  80.         Me.ColumnHeader16 = New System.Windows.Forms.ColumnHeader
  81.         Me.ColumnHeader17 = New System.Windows.Forms.ColumnHeader
  82.         Me.ColumnHeader18 = New System.Windows.Forms.ColumnHeader
  83.         Me.btnBrowse = New System.Windows.Forms.Button
  84.         Me.txtDir = New System.Windows.Forms.TextBox
  85.         Me.Label2 = New System.Windows.Forms.Label
  86.         Me.TabPage7 = New System.Windows.Forms.TabPage
  87.         Me.btnAbout = New System.Windows.Forms.Button
  88.         Me.Label3 = New System.Windows.Forms.Label
  89.         Me.txtHelp = New System.Windows.Forms.TextBox
  90.         Me.splitMain.Panel1.SuspendLayout()
  91.         Me.splitMain.Panel2.SuspendLayout()
  92.         Me.splitMain.SuspendLayout()
  93.         Me.tabMain.SuspendLayout()
  94.         Me.TabPage1.SuspendLayout()
  95.         Me.TabPage2.SuspendLayout()
  96.         Me.atbContactStats.SuspendLayout()
  97.         Me.TabPage3.SuspendLayout()
  98.         Me.TabPage4.SuspendLayout()
  99.         Me.TabPage5.SuspendLayout()
  100.         Me.grpGeneral.SuspendLayout()
  101.         Me.TabPage6.SuspendLayout()
  102.         Me.grpOldStats.SuspendLayout()
  103.         Me.TabPage7.SuspendLayout()
  104.         Me.SuspendLayout()
  105.         '
  106.         'splitMain
  107.         '
  108.         Me.splitMain.Dock = System.Windows.Forms.DockStyle.Fill
  109.         Me.splitMain.Location = New System.Drawing.Point(3, 3)
  110.         Me.splitMain.Name = "splitMain"
  111.         '
  112.         'splitMain.Panel1
  113.         '
  114.         Me.splitMain.Panel1.Controls.Add(Me.trwLogs)
  115.         '
  116.         'splitMain.Panel2
  117.         '
  118.         Me.splitMain.Panel2.Controls.Add(Me.wbShowLog)
  119.         Me.splitMain.Size = New System.Drawing.Size(585, 468)
  120.         Me.splitMain.SplitterDistance = 194
  121.         Me.splitMain.TabIndex = 1
  122.         '
  123.         'trwLogs
  124.         '
  125.         Me.trwLogs.Dock = System.Windows.Forms.DockStyle.Fill
  126.         Me.trwLogs.ImageIndex = 0
  127.         Me.trwLogs.ImageList = Me.imgList
  128.         Me.trwLogs.ItemHeight = 24
  129.         Me.trwLogs.Location = New System.Drawing.Point(0, 0)
  130.         Me.trwLogs.Name = "trwLogs"
  131.         Me.trwLogs.SelectedImageIndex = 3
  132.         Me.trwLogs.Size = New System.Drawing.Size(194, 468)
  133.         Me.trwLogs.TabIndex = 0
  134.         '
  135.         'imgList
  136.         '
  137.         Me.imgList.ImageStream = CType(resources.GetObject("imgList.ImageStream"), System.Windows.Forms.ImageListStreamer)
  138.         Me.imgList.TransparentColor = System.Drawing.Color.Transparent
  139.         Me.imgList.Images.SetKeyName(0, "user")
  140.         Me.imgList.Images.SetKeyName(1, "folder")
  141.         Me.imgList.Images.SetKeyName(2, "log")
  142.         Me.imgList.Images.SetKeyName(3, "this")
  143.         '
  144.         'wbShowLog
  145.         '
  146.         Me.wbShowLog.Dock = System.Windows.Forms.DockStyle.Fill
  147.         Me.wbShowLog.Location = New System.Drawing.Point(0, 0)
  148.         Me.wbShowLog.MinimumSize = New System.Drawing.Size(20, 20)
  149.         Me.wbShowLog.Name = "wbShowLog"
  150.         Me.wbShowLog.Size = New System.Drawing.Size(387, 468)
  151.         Me.wbShowLog.TabIndex = 0
  152.         '
  153.         'tabMain
  154.         '
  155.         Me.tabMain.Controls.Add(Me.TabPage1)
  156.         Me.tabMain.Controls.Add(Me.TabPage2)
  157.         Me.tabMain.Controls.Add(Me.TabPage5)
  158.         Me.tabMain.Controls.Add(Me.TabPage6)
  159.         Me.tabMain.Controls.Add(Me.TabPage7)
  160.         Me.tabMain.Dock = System.Windows.Forms.DockStyle.Fill
  161.         Me.tabMain.Location = New System.Drawing.Point(0, 0)
  162.         Me.tabMain.Name = "tabMain"
  163.         Me.tabMain.SelectedIndex = 0
  164.         Me.tabMain.Size = New System.Drawing.Size(599, 500)
  165.         Me.tabMain.TabIndex = 2
  166.         '
  167.         'TabPage1
  168.         '
  169.         Me.TabPage1.Controls.Add(Me.splitMain)
  170.         Me.TabPage1.Location = New System.Drawing.Point(4, 22)
  171.         Me.TabPage1.Name = "TabPage1"
  172.         Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  173.         Me.TabPage1.Size = New System.Drawing.Size(591, 474)
  174.         Me.TabPage1.TabIndex = 0
  175.         Me.TabPage1.Text = "Conversazioni"
  176.         Me.TabPage1.UseVisualStyleBackColor = True
  177.         '
  178.         'TabPage2
  179.         '
  180.         Me.TabPage2.Controls.Add(Me.lblStatus)
  181.         Me.TabPage2.Controls.Add(Me.atbContactStats)
  182.         Me.TabPage2.Controls.Add(Me.lstSessions)
  183.         Me.TabPage2.Controls.Add(Me.btnCalculate)
  184.         Me.TabPage2.Controls.Add(Me.cmbContacts)
  185.         Me.TabPage2.Controls.Add(Me.Label1)
  186.         Me.TabPage2.Location = New System.Drawing.Point(4, 22)
  187.         Me.TabPage2.Name = "TabPage2"
  188.         Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
  189.         Me.TabPage2.Size = New System.Drawing.Size(591, 474)
  190.         Me.TabPage2.TabIndex = 1
  191.         Me.TabPage2.Text = "Contatti"
  192.         Me.TabPage2.UseVisualStyleBackColor = True
  193.         '
  194.         'lblStatus
  195.         '
  196.         Me.lblStatus.AutoSize = True
  197.         Me.lblStatus.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  198.         Me.lblStatus.Location = New System.Drawing.Point(423, 9)
  199.         Me.lblStatus.Name = "lblStatus"
  200.         Me.lblStatus.Size = New System.Drawing.Size(41, 13)
  201.         Me.lblStatus.TabIndex = 5
  202.         Me.lblStatus.Text = "0.00%"
  203.         '
  204.         'atbContactStats
  205.         '
  206.         Me.atbContactStats.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  207.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  208.         Me.atbContactStats.Controls.Add(Me.TabPage3)
  209.         Me.atbContactStats.Controls.Add(Me.TabPage4)
  210.         Me.atbContactStats.Location = New System.Drawing.Point(8, 263)
  211.         Me.atbContactStats.Name = "atbContactStats"
  212.         Me.atbContactStats.SelectedIndex = 0
  213.         Me.atbContactStats.Size = New System.Drawing.Size(575, 203)
  214.         Me.atbContactStats.TabIndex = 4
  215.         '
  216.         'TabPage3
  217.         '
  218.         Me.TabPage3.Controls.Add(Me.lstInfo)
  219.         Me.TabPage3.Location = New System.Drawing.Point(4, 22)
  220.         Me.TabPage3.Name = "TabPage3"
  221.         Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
  222.         Me.TabPage3.Size = New System.Drawing.Size(567, 177)
  223.         Me.TabPage3.TabIndex = 0
  224.         Me.TabPage3.Text = "Informazioni generali"
  225.         Me.TabPage3.UseVisualStyleBackColor = True
  226.         '
  227.         'lstInfo
  228.         '
  229.         Me.lstInfo.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader6, Me.ColumnHeader7})
  230.         Me.lstInfo.Dock = System.Windows.Forms.DockStyle.Fill
  231.         Me.lstInfo.FullRowSelect = True
  232.         Me.lstInfo.GridLines = True
  233.         Me.lstInfo.Location = New System.Drawing.Point(3, 3)
  234.         Me.lstInfo.Name = "lstInfo"
  235.         Me.lstInfo.Size = New System.Drawing.Size(561, 171)
  236.         Me.lstInfo.TabIndex = 0
  237.         Me.lstInfo.UseCompatibleStateImageBehavior = False
  238.         Me.lstInfo.View = System.Windows.Forms.View.Details
  239.         '
  240.         'ColumnHeader6
  241.         '
  242.         Me.ColumnHeader6.Text = "Statistica"
  243.         Me.ColumnHeader6.Width = 296
  244.         '
  245.         'ColumnHeader7
  246.         '
  247.         Me.ColumnHeader7.Text = "Valore"
  248.         Me.ColumnHeader7.Width = 146
  249.         '
  250.         'TabPage4
  251.         '
  252.         Me.TabPage4.Controls.Add(Me.btnGraphTimePerDay)
  253.         Me.TabPage4.Location = New System.Drawing.Point(4, 22)
  254.         Me.TabPage4.Name = "TabPage4"
  255.         Me.TabPage4.Size = New System.Drawing.Size(567, 177)
  256.         Me.TabPage4.TabIndex = 1
  257.         Me.TabPage4.Text = "Altro"
  258.         Me.TabPage4.UseVisualStyleBackColor = True
  259.         '
  260.         'btnGraphTimePerDay
  261.         '
  262.         Me.btnGraphTimePerDay.Location = New System.Drawing.Point(8, 8)
  263.         Me.btnGraphTimePerDay.Name = "btnGraphTimePerDay"
  264.         Me.btnGraphTimePerDay.Size = New System.Drawing.Size(264, 23)
  265.         Me.btnGraphTimePerDay.TabIndex = 1
  266.         Me.btnGraphTimePerDay.Text = "Crea grafico ""Tempo di conversazione al giorno"""
  267.         Me.btnGraphTimePerDay.UseVisualStyleBackColor = True
  268.         '
  269.         'lstSessions
  270.         '
  271.         Me.lstSessions.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  272.                     Or System.Windows.Forms.AnchorStyles.Left) _
  273.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  274.         Me.lstSessions.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3, Me.ColumnHeader5, Me.ColumnHeader12, Me.ColumnHeader4})
  275.         Me.lstSessions.FullRowSelect = True
  276.         Me.lstSessions.GridLines = True
  277.         Me.lstSessions.Location = New System.Drawing.Point(8, 33)
  278.         Me.lstSessions.Name = "lstSessions"
  279.         Me.lstSessions.Size = New System.Drawing.Size(575, 224)
  280.         Me.lstSessions.TabIndex = 3
  281.         Me.lstSessions.UseCompatibleStateImageBehavior = False
  282.         Me.lstSessions.View = System.Windows.Forms.View.Details
  283.         '
  284.         'ColumnHeader1
  285.         '
  286.         Me.ColumnHeader1.Text = "Sessione di"
  287.         Me.ColumnHeader1.Width = 192
  288.         '
  289.         'ColumnHeader2
  290.         '
  291.         Me.ColumnHeader2.Text = "Ora inizio"
  292.         Me.ColumnHeader2.Width = 70
  293.         '
  294.         'ColumnHeader3
  295.         '
  296.         Me.ColumnHeader3.Text = "Ora fine"
  297.         Me.ColumnHeader3.Width = 69
  298.         '
  299.         'ColumnHeader5
  300.         '
  301.         Me.ColumnHeader5.Text = "Tempo trascorso"
  302.         Me.ColumnHeader5.Width = 100
  303.         '
  304.         'ColumnHeader12
  305.         '
  306.         Me.ColumnHeader12.Text = "Messaggi"
  307.         '
  308.         'ColumnHeader4
  309.         '
  310.         Me.ColumnHeader4.Text = "Partecipanti"
  311.         Me.ColumnHeader4.Width = 198
  312.         '
  313.         'btnCalculate
  314.         '
  315.         Me.btnCalculate.Location = New System.Drawing.Point(342, 6)
  316.         Me.btnCalculate.Name = "btnCalculate"
  317.         Me.btnCalculate.Size = New System.Drawing.Size(75, 21)
  318.         Me.btnCalculate.TabIndex = 2
  319.         Me.btnCalculate.Text = "Calcola"
  320.         Me.btnCalculate.UseVisualStyleBackColor = True
  321.         '
  322.         'cmbContacts
  323.         '
  324.         Me.cmbContacts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  325.         Me.cmbContacts.FormattingEnabled = True
  326.         Me.cmbContacts.Location = New System.Drawing.Point(64, 6)
  327.         Me.cmbContacts.Name = "cmbContacts"
  328.         Me.cmbContacts.Size = New System.Drawing.Size(272, 21)
  329.         Me.cmbContacts.TabIndex = 1
  330.         '
  331.         'Label1
  332.         '
  333.         Me.Label1.AutoSize = True
  334.         Me.Label1.Location = New System.Drawing.Point(8, 9)
  335.         Me.Label1.Name = "Label1"
  336.         Me.Label1.Size = New System.Drawing.Size(50, 13)
  337.         Me.Label1.TabIndex = 0
  338.         Me.Label1.Text = "Contatto:"
  339.         '
  340.         'TabPage5
  341.         '
  342.         Me.TabPage5.Controls.Add(Me.grpGeneral)
  343.         Me.TabPage5.Controls.Add(Me.btnSaveReport)
  344.         Me.TabPage5.Controls.Add(Me.lstGeneralInfo)
  345.         Me.TabPage5.Controls.Add(Me.lblStatusGeneral)
  346.         Me.TabPage5.Controls.Add(Me.btnCalculateGeneral)
  347.         Me.TabPage5.Location = New System.Drawing.Point(4, 22)
  348.         Me.TabPage5.Name = "TabPage5"
  349.         Me.TabPage5.Size = New System.Drawing.Size(591, 474)
  350.         Me.TabPage5.TabIndex = 2
  351.         Me.TabPage5.Text = "Generale"
  352.         Me.TabPage5.UseVisualStyleBackColor = True
  353.         '
  354.         'grpGeneral
  355.         '
  356.         Me.grpGeneral.Controls.Add(Me.lblTotalMessages)
  357.         Me.grpGeneral.Controls.Add(Me.lblTotalTime)
  358.         Me.grpGeneral.Controls.Add(Me.lblTotalSize)
  359.         Me.grpGeneral.Controls.Add(Me.lblTotalSessions)
  360.         Me.grpGeneral.Controls.Add(Me.lblTotalContacts)
  361.         Me.grpGeneral.Controls.Add(Me.lblWorstContact)
  362.         Me.grpGeneral.Controls.Add(Me.lblBestContact)
  363.         Me.grpGeneral.Location = New System.Drawing.Point(11, 8)
  364.         Me.grpGeneral.Name = "grpGeneral"
  365.         Me.grpGeneral.Size = New System.Drawing.Size(479, 141)
  366.         Me.grpGeneral.TabIndex = 13
  367.         Me.grpGeneral.TabStop = False
  368.         Me.grpGeneral.Text = "Statistiche generali:"
  369.         '
  370.         'lblTotalMessages
  371.         '
  372.         Me.lblTotalMessages.AutoSize = True
  373.         Me.lblTotalMessages.Location = New System.Drawing.Point(6, 18)
  374.         Me.lblTotalMessages.Name = "lblTotalMessages"
  375.         Me.lblTotalMessages.Size = New System.Drawing.Size(87, 13)
  376.         Me.lblTotalMessages.TabIndex = 12
  377.         Me.lblTotalMessages.Text = "Totale messaggi:"
  378.         '
  379.         'lblTotalTime
  380.         '
  381.         Me.lblTotalTime.AutoSize = True
  382.         Me.lblTotalTime.Location = New System.Drawing.Point(6, 34)
  383.         Me.lblTotalTime.Name = "lblTotalTime"
  384.         Me.lblTotalTime.Size = New System.Drawing.Size(141, 13)
  385.         Me.lblTotalTime.TabIndex = 3
  386.         Me.lblTotalTime.Text = "Totale ore di conversazione:"
  387.         '
  388.         'lblTotalSize
  389.         '
  390.         Me.lblTotalSize.AutoSize = True
  391.         Me.lblTotalSize.Location = New System.Drawing.Point(6, 51)
  392.         Me.lblTotalSize.Name = "lblTotalSize"
  393.         Me.lblTotalSize.Size = New System.Drawing.Size(130, 13)
  394.         Me.lblTotalSize.TabIndex = 4
  395.         Me.lblTotalSize.Text = "Totale dimensione dei log:"
  396.         '
  397.         'lblTotalSessions
  398.         '
  399.         Me.lblTotalSessions.AutoSize = True
  400.         Me.lblTotalSessions.Location = New System.Drawing.Point(6, 68)
  401.         Me.lblTotalSessions.Name = "lblTotalSessions"
  402.         Me.lblTotalSessions.Size = New System.Drawing.Size(151, 13)
  403.         Me.lblTotalSessions.TabIndex = 5
  404.         Me.lblTotalSessions.Text = "Numero di conversazioni totali:"
  405.         '
  406.         'lblTotalContacts
  407.         '
  408.         Me.lblTotalContacts.AutoSize = True
  409.         Me.lblTotalContacts.Location = New System.Drawing.Point(6, 85)
  410.         Me.lblTotalContacts.Name = "lblTotalContacts"
  411.         Me.lblTotalContacts.Size = New System.Drawing.Size(121, 13)
  412.         Me.lblTotalContacts.TabIndex = 6
  413.         Me.lblTotalContacts.Text = "Numero di contatti attivi:"
  414.         '
  415.         'lblWorstContact
  416.         '
  417.         Me.lblWorstContact.AutoSize = True
  418.         Me.lblWorstContact.Location = New System.Drawing.Point(6, 119)
  419.         Me.lblWorstContact.Name = "lblWorstContact"
  420.         Me.lblWorstContact.Size = New System.Drawing.Size(212, 13)
  421.         Me.lblWorstContact.TabIndex = 8
  422.         Me.lblWorstContact.Text = "Contatto col minor numero di conversazioni:"
  423.         '
  424.         'lblBestContact
  425.         '
  426.         Me.lblBestContact.AutoSize = True
  427.         Me.lblBestContact.Location = New System.Drawing.Point(6, 102)
  428.         Me.lblBestContact.Name = "lblBestContact"
  429.         Me.lblBestContact.Size = New System.Drawing.Size(224, 13)
  430.         Me.lblBestContact.TabIndex = 7
  431.         Me.lblBestContact.Text = "Contatto col maggior numero di conversazioni:"
  432.         '
  433.         'btnSaveReport
  434.         '
  435.         Me.btnSaveReport.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  436.         Me.btnSaveReport.Location = New System.Drawing.Point(496, 8)
  437.         Me.btnSaveReport.Name = "btnSaveReport"
  438.         Me.btnSaveReport.Size = New System.Drawing.Size(87, 23)
  439.         Me.btnSaveReport.TabIndex = 11
  440.         Me.btnSaveReport.Text = "Salva rapporto"
  441.         Me.btnSaveReport.UseVisualStyleBackColor = True
  442.         Me.btnSaveReport.Visible = False
  443.         '
  444.         'lstGeneralInfo
  445.         '
  446.         Me.lstGeneralInfo.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  447.                     Or System.Windows.Forms.AnchorStyles.Left) _
  448.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  449.         Me.lstGeneralInfo.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader8, Me.ColumnHeader9, Me.ColumnHeader10, Me.ColumnHeader11, Me.ColumnHeader13})
  450.         Me.lstGeneralInfo.FullRowSelect = True
  451.         Me.lstGeneralInfo.GridLines = True
  452.         Me.lstGeneralInfo.Location = New System.Drawing.Point(11, 155)
  453.         Me.lstGeneralInfo.Name = "lstGeneralInfo"
  454.         Me.lstGeneralInfo.Size = New System.Drawing.Size(572, 311)
  455.         Me.lstGeneralInfo.TabIndex = 10
  456.         Me.lstGeneralInfo.UseCompatibleStateImageBehavior = False
  457.         Me.lstGeneralInfo.View = System.Windows.Forms.View.Details
  458.         '
  459.         'ColumnHeader8
  460.         '
  461.         Me.ColumnHeader8.Text = "Contatto"
  462.         Me.ColumnHeader8.Width = 195
  463.         '
  464.         'ColumnHeader9
  465.         '
  466.         Me.ColumnHeader9.Text = "Dimensione log"
  467.         Me.ColumnHeader9.Width = 116
  468.         '
  469.         'ColumnHeader10
  470.         '
  471.         Me.ColumnHeader10.Text = "Tempo conversazioni"
  472.         Me.ColumnHeader10.Width = 128
  473.         '
  474.         'ColumnHeader11
  475.         '
  476.         Me.ColumnHeader11.Text = "Numero conversazioni"
  477.         Me.ColumnHeader11.Width = 121
  478.         '
  479.         'ColumnHeader13
  480.         '
  481.         Me.ColumnHeader13.Text = "Numero messaggi"
  482.         '
  483.         'lblStatusGeneral
  484.         '
  485.         Me.lblStatusGeneral.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  486.         Me.lblStatusGeneral.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  487.         Me.lblStatusGeneral.Location = New System.Drawing.Point(508, 102)
  488.         Me.lblStatusGeneral.Name = "lblStatusGeneral"
  489.         Me.lblStatusGeneral.Size = New System.Drawing.Size(75, 21)
  490.         Me.lblStatusGeneral.TabIndex = 9
  491.         Me.lblStatusGeneral.Text = "0.00%"
  492.         Me.lblStatusGeneral.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  493.         '
  494.         'btnCalculateGeneral
  495.         '
  496.         Me.btnCalculateGeneral.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  497.         Me.btnCalculateGeneral.Location = New System.Drawing.Point(508, 126)
  498.         Me.btnCalculateGeneral.Name = "btnCalculateGeneral"
  499.         Me.btnCalculateGeneral.Size = New System.Drawing.Size(75, 23)
  500.         Me.btnCalculateGeneral.TabIndex = 0
  501.         Me.btnCalculateGeneral.Text = "Calcola"
  502.         Me.btnCalculateGeneral.UseVisualStyleBackColor = True
  503.         '
  504.         'TabPage6
  505.         '
  506.         Me.TabPage6.Controls.Add(Me.btnOldSaveReport)
  507.         Me.TabPage6.Controls.Add(Me.grpOldStats)
  508.         Me.TabPage6.Controls.Add(Me.lblOldStatusGeneral)
  509.         Me.TabPage6.Controls.Add(Me.btnCalculateOldGeneral)
  510.         Me.TabPage6.Controls.Add(Me.lstOldGeneralInfo)
  511.         Me.TabPage6.Controls.Add(Me.btnBrowse)
  512.         Me.TabPage6.Controls.Add(Me.txtDir)
  513.         Me.TabPage6.Controls.Add(Me.Label2)
  514.         Me.TabPage6.Location = New System.Drawing.Point(4, 22)
  515.         Me.TabPage6.Name = "TabPage6"
  516.         Me.TabPage6.Size = New System.Drawing.Size(591, 474)
  517.         Me.TabPage6.TabIndex = 3
  518.         Me.TabPage6.Text = "Old Messenger"
  519.         Me.TabPage6.UseVisualStyleBackColor = True
  520.         '
  521.         'btnOldSaveReport
  522.         '
  523.         Me.btnOldSaveReport.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  524.         Me.btnOldSaveReport.Location = New System.Drawing.Point(496, 50)
  525.         Me.btnOldSaveReport.Name = "btnOldSaveReport"
  526.         Me.btnOldSaveReport.Size = New System.Drawing.Size(87, 23)
  527.         Me.btnOldSaveReport.TabIndex = 15
  528.         Me.btnOldSaveReport.Text = "Salva rapporto"
  529.         Me.btnOldSaveReport.UseVisualStyleBackColor = True
  530.         Me.btnOldSaveReport.Visible = False
  531.         '
  532.         'grpOldStats
  533.         '
  534.         Me.grpOldStats.Controls.Add(Me.lblOldTotalMessages)
  535.         Me.grpOldStats.Controls.Add(Me.lblOldTotalTime)
  536.         Me.grpOldStats.Controls.Add(Me.lblOldTotalSize)
  537.         Me.grpOldStats.Controls.Add(Me.lblOldTotalSessions)
  538.         Me.grpOldStats.Controls.Add(Me.lblOldContactNumber)
  539.         Me.grpOldStats.Location = New System.Drawing.Point(11, 50)
  540.         Me.grpOldStats.Name = "grpOldStats"
  541.         Me.grpOldStats.Size = New System.Drawing.Size(479, 106)
  542.         Me.grpOldStats.TabIndex = 14
  543.         Me.grpOldStats.TabStop = False
  544.         Me.grpOldStats.Text = "Statistiche generali:"
  545.         '
  546.         'lblOldTotalMessages
  547.         '
  548.         Me.lblOldTotalMessages.AutoSize = True
  549.         Me.lblOldTotalMessages.Location = New System.Drawing.Point(6, 18)
  550.         Me.lblOldTotalMessages.Name = "lblOldTotalMessages"
  551.         Me.lblOldTotalMessages.Size = New System.Drawing.Size(87, 13)
  552.         Me.lblOldTotalMessages.TabIndex = 12
  553.         Me.lblOldTotalMessages.Text = "Totale messaggi:"
  554.         '
  555.         'lblOldTotalTime
  556.         '
  557.         Me.lblOldTotalTime.AutoSize = True
  558.         Me.lblOldTotalTime.Location = New System.Drawing.Point(6, 34)
  559.         Me.lblOldTotalTime.Name = "lblOldTotalTime"
  560.         Me.lblOldTotalTime.Size = New System.Drawing.Size(141, 13)
  561.         Me.lblOldTotalTime.TabIndex = 3
  562.         Me.lblOldTotalTime.Text = "Totale ore di conversazione:"
  563.         '
  564.         'lblOldTotalSize
  565.         '
  566.         Me.lblOldTotalSize.AutoSize = True
  567.         Me.lblOldTotalSize.Location = New System.Drawing.Point(6, 51)
  568.         Me.lblOldTotalSize.Name = "lblOldTotalSize"
  569.         Me.lblOldTotalSize.Size = New System.Drawing.Size(130, 13)
  570.         Me.lblOldTotalSize.TabIndex = 4
  571.         Me.lblOldTotalSize.Text = "Totale dimensione dei log:"
  572.         '
  573.         'lblOldTotalSessions
  574.         '
  575.         Me.lblOldTotalSessions.AutoSize = True
  576.         Me.lblOldTotalSessions.Location = New System.Drawing.Point(6, 68)
  577.         Me.lblOldTotalSessions.Name = "lblOldTotalSessions"
  578.         Me.lblOldTotalSessions.Size = New System.Drawing.Size(151, 13)
  579.         Me.lblOldTotalSessions.TabIndex = 5
  580.         Me.lblOldTotalSessions.Text = "Numero di conversazioni totali:"
  581.         '
  582.         'lblOldContactNumber
  583.         '
  584.         Me.lblOldContactNumber.AutoSize = True
  585.         Me.lblOldContactNumber.Location = New System.Drawing.Point(6, 85)
  586.         Me.lblOldContactNumber.Name = "lblOldContactNumber"
  587.         Me.lblOldContactNumber.Size = New System.Drawing.Size(121, 13)
  588.         Me.lblOldContactNumber.TabIndex = 6
  589.         Me.lblOldContactNumber.Text = "Numero di contatti attivi:"
  590.         '
  591.         'lblOldStatusGeneral
  592.         '
  593.         Me.lblOldStatusGeneral.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  594.         Me.lblOldStatusGeneral.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  595.         Me.lblOldStatusGeneral.Location = New System.Drawing.Point(508, 110)
  596.         Me.lblOldStatusGeneral.Name = "lblOldStatusGeneral"
  597.         Me.lblOldStatusGeneral.Size = New System.Drawing.Size(75, 20)
  598.         Me.lblOldStatusGeneral.TabIndex = 5
  599.         Me.lblOldStatusGeneral.Text = "0.00%"
  600.         Me.lblOldStatusGeneral.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  601.         '
  602.         'btnCalculateOldGeneral
  603.         '
  604.         Me.btnCalculateOldGeneral.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  605.         Me.btnCalculateOldGeneral.Location = New System.Drawing.Point(508, 133)
  606.         Me.btnCalculateOldGeneral.Name = "btnCalculateOldGeneral"
  607.         Me.btnCalculateOldGeneral.Size = New System.Drawing.Size(75, 23)
  608.         Me.btnCalculateOldGeneral.TabIndex = 4
  609.         Me.btnCalculateOldGeneral.Text = "Calcola"
  610.         Me.btnCalculateOldGeneral.UseVisualStyleBackColor = True
  611.         '
  612.         'lstOldGeneralInfo
  613.         '
  614.         Me.lstOldGeneralInfo.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  615.                     Or System.Windows.Forms.AnchorStyles.Left) _
  616.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  617.         Me.lstOldGeneralInfo.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader14, Me.ColumnHeader15, Me.ColumnHeader16, Me.ColumnHeader17, Me.ColumnHeader18})
  618.         Me.lstOldGeneralInfo.FullRowSelect = True
  619.         Me.lstOldGeneralInfo.GridLines = True
  620.         Me.lstOldGeneralInfo.Location = New System.Drawing.Point(11, 162)
  621.         Me.lstOldGeneralInfo.Name = "lstOldGeneralInfo"
  622.         Me.lstOldGeneralInfo.Size = New System.Drawing.Size(572, 294)
  623.         Me.lstOldGeneralInfo.TabIndex = 3
  624.         Me.lstOldGeneralInfo.UseCompatibleStateImageBehavior = False
  625.         Me.lstOldGeneralInfo.View = System.Windows.Forms.View.Details
  626.         '
  627.         'ColumnHeader14
  628.         '
  629.         Me.ColumnHeader14.Text = "Contatto"
  630.         Me.ColumnHeader14.Width = 202
  631.         '
  632.         'ColumnHeader15
  633.         '
  634.         Me.ColumnHeader15.Text = "Dimensione log"
  635.         Me.ColumnHeader15.Width = 106
  636.         '
  637.         'ColumnHeader16
  638.         '
  639.         Me.ColumnHeader16.Text = "Tempo conversazione"
  640.         Me.ColumnHeader16.Width = 133
  641.         '
  642.         'ColumnHeader17
  643.         '
  644.         Me.ColumnHeader17.Text = "Numero conversazioni"
  645.         Me.ColumnHeader17.Width = 122
  646.         '
  647.         'ColumnHeader18
  648.         '
  649.         Me.ColumnHeader18.Text = "Numero messaggi"
  650.         '
  651.         'btnBrowse
  652.         '
  653.         Me.btnBrowse.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  654.         Me.btnBrowse.Location = New System.Drawing.Point(536, 24)
  655.         Me.btnBrowse.Name = "btnBrowse"
  656.         Me.btnBrowse.Size = New System.Drawing.Size(47, 20)
  657.         Me.btnBrowse.TabIndex = 2
  658.         Me.btnBrowse.Text = "..."
  659.         Me.btnBrowse.UseVisualStyleBackColor = True
  660.         '
  661.         'txtDir
  662.         '
  663.         Me.txtDir.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  664.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  665.         Me.txtDir.Location = New System.Drawing.Point(11, 24)
  666.         Me.txtDir.Name = "txtDir"
  667.         Me.txtDir.Size = New System.Drawing.Size(519, 20)
  668.         Me.txtDir.TabIndex = 1
  669.         '
  670.         'Label2
  671.         '
  672.         Me.Label2.AutoSize = True
  673.         Me.Label2.Location = New System.Drawing.Point(8, 8)
  674.         Me.Label2.Name = "Label2"
  675.         Me.Label2.Size = New System.Drawing.Size(60, 13)
  676.         Me.Label2.TabIndex = 0
  677.         Me.Label2.Text = "Cronologia:"
  678.         '
  679.         'TabPage7
  680.         '
  681.         Me.TabPage7.Controls.Add(Me.txtHelp)
  682.         Me.TabPage7.Controls.Add(Me.Label3)
  683.         Me.TabPage7.Controls.Add(Me.btnAbout)
  684.         Me.TabPage7.Location = New System.Drawing.Point(4, 22)
  685.         Me.TabPage7.Name = "TabPage7"
  686.         Me.TabPage7.Size = New System.Drawing.Size(591, 474)
  687.         Me.TabPage7.TabIndex = 4
  688.         Me.TabPage7.Text = "Aiuto"
  689.         Me.TabPage7.UseVisualStyleBackColor = True
  690.         '
  691.         'btnAbout
  692.         '
  693.         Me.btnAbout.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  694.         Me.btnAbout.Location = New System.Drawing.Point(508, 8)
  695.         Me.btnAbout.Name = "btnAbout"
  696.         Me.btnAbout.Size = New System.Drawing.Size(75, 23)
  697.         Me.btnAbout.TabIndex = 0
  698.         Me.btnAbout.Text = "About"
  699.         Me.btnAbout.UseVisualStyleBackColor = True
  700.         '
  701.         'Label3
  702.         '
  703.         Me.Label3.AutoSize = True
  704.         Me.Label3.Location = New System.Drawing.Point(8, 21)
  705.         Me.Label3.Name = "Label3"
  706.         Me.Label3.Size = New System.Drawing.Size(51, 13)
  707.         Me.Label3.TabIndex = 1
  708.         Me.Label3.Text = "Istruzioni:"
  709.         '
  710.         'txtHelp
  711.         '
  712.         Me.txtHelp.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  713.                     Or System.Windows.Forms.AnchorStyles.Left) _
  714.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  715.         Me.txtHelp.Location = New System.Drawing.Point(8, 37)
  716.         Me.txtHelp.Multiline = True
  717.         Me.txtHelp.Name = "txtHelp"
  718.         Me.txtHelp.ScrollBars = System.Windows.Forms.ScrollBars.Both
  719.         Me.txtHelp.Size = New System.Drawing.Size(575, 429)
  720.         Me.txtHelp.TabIndex = 2
  721.         '
  722.         'Form1
  723.         '
  724.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  725.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  726.         Me.ClientSize = New System.Drawing.Size(599, 500)
  727.         Me.Controls.Add(Me.tabMain)
  728.         Me.Name = "Form1"
  729.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  730.         Me.Text = "MSN Live Log Manager"
  731.         Me.splitMain.Panel1.ResumeLayout(False)
  732.         Me.splitMain.Panel2.ResumeLayout(False)
  733.         Me.splitMain.ResumeLayout(False)
  734.         Me.tabMain.ResumeLayout(False)
  735.         Me.TabPage1.ResumeLayout(False)
  736.         Me.TabPage2.ResumeLayout(False)
  737.         Me.TabPage2.PerformLayout()
  738.         Me.atbContactStats.ResumeLayout(False)
  739.         Me.TabPage3.ResumeLayout(False)
  740.         Me.TabPage4.ResumeLayout(False)
  741.         Me.TabPage5.ResumeLayout(False)
  742.         Me.grpGeneral.ResumeLayout(False)
  743.         Me.grpGeneral.PerformLayout()
  744.         Me.TabPage6.ResumeLayout(False)
  745.         Me.TabPage6.PerformLayout()
  746.         Me.grpOldStats.ResumeLayout(False)
  747.         Me.grpOldStats.PerformLayout()
  748.         Me.TabPage7.ResumeLayout(False)
  749.         Me.TabPage7.PerformLayout()
  750.         Me.ResumeLayout(False)
  751.  
  752.     End Sub
  753.     Friend WithEvents splitMain As System.Windows.Forms.SplitContainer
  754.     Friend WithEvents trwLogs As System.Windows.Forms.TreeView
  755.     Friend WithEvents wbShowLog As System.Windows.Forms.WebBrowser
  756.     Friend WithEvents tabMain As System.Windows.Forms.TabControl
  757.     Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
  758.     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
  759.     Friend WithEvents imgList As System.Windows.Forms.ImageList
  760.     Friend WithEvents Label1 As System.Windows.Forms.Label
  761.     Friend WithEvents cmbContacts As System.Windows.Forms.ComboBox
  762.     Friend WithEvents btnCalculate As System.Windows.Forms.Button
  763.     Friend WithEvents lstSessions As System.Windows.Forms.ListView
  764.     Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
  765.     Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
  766.     Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
  767.     Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
  768.     Friend WithEvents ColumnHeader5 As System.Windows.Forms.ColumnHeader
  769.     Friend WithEvents atbContactStats As System.Windows.Forms.TabControl
  770.     Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
  771.     Friend WithEvents lstInfo As System.Windows.Forms.ListView
  772.     Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader
  773.     Friend WithEvents ColumnHeader7 As System.Windows.Forms.ColumnHeader
  774.     Friend WithEvents lblStatus As System.Windows.Forms.Label
  775.     Friend WithEvents btnGraphTimePerDay As System.Windows.Forms.Button
  776.     Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
  777.     Friend WithEvents TabPage5 As System.Windows.Forms.TabPage
  778.     Friend WithEvents btnCalculateGeneral As System.Windows.Forms.Button
  779.     Friend WithEvents lblTotalTime As System.Windows.Forms.Label
  780.     Friend WithEvents lblTotalSize As System.Windows.Forms.Label
  781.     Friend WithEvents lblWorstContact As System.Windows.Forms.Label
  782.     Friend WithEvents lblBestContact As System.Windows.Forms.Label
  783.     Friend WithEvents lblTotalContacts As System.Windows.Forms.Label
  784.     Friend WithEvents lblTotalSessions As System.Windows.Forms.Label
  785.     Friend WithEvents lblStatusGeneral As System.Windows.Forms.Label
  786.     Friend WithEvents lstGeneralInfo As System.Windows.Forms.ListView
  787.     Friend WithEvents ColumnHeader8 As System.Windows.Forms.ColumnHeader
  788.     Friend WithEvents ColumnHeader9 As System.Windows.Forms.ColumnHeader
  789.     Friend WithEvents ColumnHeader10 As System.Windows.Forms.ColumnHeader
  790.     Friend WithEvents ColumnHeader11 As System.Windows.Forms.ColumnHeader
  791.     Friend WithEvents btnSaveReport As System.Windows.Forms.Button
  792.     Friend WithEvents TabPage6 As System.Windows.Forms.TabPage
  793.     Friend WithEvents ColumnHeader12 As System.Windows.Forms.ColumnHeader
  794.     Friend WithEvents grpGeneral As System.Windows.Forms.GroupBox
  795.     Friend WithEvents lblTotalMessages As System.Windows.Forms.Label
  796.     Friend WithEvents ColumnHeader13 As System.Windows.Forms.ColumnHeader
  797.     Friend WithEvents btnBrowse As System.Windows.Forms.Button
  798.     Friend WithEvents txtDir As System.Windows.Forms.TextBox
  799.     Friend WithEvents Label2 As System.Windows.Forms.Label
  800.     Friend WithEvents lstOldGeneralInfo As System.Windows.Forms.ListView
  801.     Friend WithEvents btnCalculateOldGeneral As System.Windows.Forms.Button
  802.     Friend WithEvents ColumnHeader14 As System.Windows.Forms.ColumnHeader
  803.     Friend WithEvents ColumnHeader15 As System.Windows.Forms.ColumnHeader
  804.     Friend WithEvents ColumnHeader16 As System.Windows.Forms.ColumnHeader
  805.     Friend WithEvents ColumnHeader17 As System.Windows.Forms.ColumnHeader
  806.     Friend WithEvents ColumnHeader18 As System.Windows.Forms.ColumnHeader
  807.     Friend WithEvents lblOldStatusGeneral As System.Windows.Forms.Label
  808.     Friend WithEvents grpOldStats As System.Windows.Forms.GroupBox
  809.     Friend WithEvents lblOldTotalMessages As System.Windows.Forms.Label
  810.     Friend WithEvents lblOldTotalTime As System.Windows.Forms.Label
  811.     Friend WithEvents lblOldTotalSize As System.Windows.Forms.Label
  812.     Friend WithEvents lblOldTotalSessions As System.Windows.Forms.Label
  813.     Friend WithEvents lblOldContactNumber As System.Windows.Forms.Label
  814.     Friend WithEvents btnOldSaveReport As System.Windows.Forms.Button
  815.     Friend WithEvents TabPage7 As System.Windows.Forms.TabPage
  816.     Friend WithEvents txtHelp As System.Windows.Forms.TextBox
  817.     Friend WithEvents Label3 As System.Windows.Forms.Label
  818.     Friend WithEvents btnAbout As System.Windows.Forms.Button
  819.  
  820. End Class