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
The Agent - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmHelper
  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(frmHelper))
  24.         Me.AxAgent1 = New AxAgentObjects.AxAgent
  25.         Me.icnHelper = New System.Windows.Forms.NotifyIcon(Me.components)
  26.         Me.cntHelper = New System.Windows.Forms.ContextMenuStrip(Me.components)
  27.         Me.strMove = New System.Windows.Forms.ToolStripMenuItem
  28.         Me.strTopLeft = New System.Windows.Forms.ToolStripMenuItem
  29.         Me.strBottomLeft = New System.Windows.Forms.ToolStripMenuItem
  30.         Me.strTopRight = New System.Windows.Forms.ToolStripMenuItem
  31.         Me.strBottomRight = New System.Windows.Forms.ToolStripMenuItem
  32.         Me.strDrag = New System.Windows.Forms.ToolStripMenuItem
  33.         Me.strOptions = New System.Windows.Forms.ToolStripMenuItem
  34.         Me.strTutorial = New System.Windows.Forms.ToolStripMenuItem
  35.         Me.strBugReport = New System.Windows.Forms.ToolStripMenuItem
  36.         Me.strAbout = New System.Windows.Forms.ToolStripMenuItem
  37.         Me.strExit = New System.Windows.Forms.ToolStripMenuItem
  38.         Me.tmrExit = New System.Windows.Forms.Timer(Me.components)
  39.         Me.imgDate = New System.Windows.Forms.PictureBox
  40.         Me.imgImp = New System.Windows.Forms.PictureBox
  41.         Me.imgModImp = New System.Windows.Forms.PictureBox
  42.         Me.imgReadFile = New System.Windows.Forms.PictureBox
  43.         Me.imgOption = New System.Windows.Forms.PictureBox
  44.         Me.imgAlarm = New System.Windows.Forms.PictureBox
  45.         Me.tmrAlarm = New System.Windows.Forms.Timer(Me.components)
  46.         Me.imgMacros = New System.Windows.Forms.PictureBox
  47.         Me.tmrControlMail = New System.Windows.Forms.Timer(Me.components)
  48.         Me.imgMeteo = New System.Windows.Forms.PictureBox
  49.         CType(Me.AxAgent1, System.ComponentModel.ISupportInitialize).BeginInit()
  50.         Me.cntHelper.SuspendLayout()
  51.         CType(Me.imgDate, System.ComponentModel.ISupportInitialize).BeginInit()
  52.         CType(Me.imgImp, System.ComponentModel.ISupportInitialize).BeginInit()
  53.         CType(Me.imgModImp, System.ComponentModel.ISupportInitialize).BeginInit()
  54.         CType(Me.imgReadFile, System.ComponentModel.ISupportInitialize).BeginInit()
  55.         CType(Me.imgOption, System.ComponentModel.ISupportInitialize).BeginInit()
  56.         CType(Me.imgAlarm, System.ComponentModel.ISupportInitialize).BeginInit()
  57.         CType(Me.imgMacros, System.ComponentModel.ISupportInitialize).BeginInit()
  58.         CType(Me.imgMeteo, System.ComponentModel.ISupportInitialize).BeginInit()
  59.         Me.SuspendLayout()
  60.         '
  61.         'AxAgent1
  62.         '
  63.         Me.AxAgent1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  64.         Me.AxAgent1.Enabled = True
  65.         Me.AxAgent1.Location = New System.Drawing.Point(103, 100)
  66.         Me.AxAgent1.Name = "AxAgent1"
  67.         Me.AxAgent1.OcxState = CType(resources.GetObject("AxAgent1.OcxState"), System.Windows.Forms.AxHost.State)
  68.         Me.AxAgent1.Size = New System.Drawing.Size(32, 32)
  69.         Me.AxAgent1.TabIndex = 0
  70.         '
  71.         'icnHelper
  72.         '
  73.         Me.icnHelper.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info
  74.         Me.icnHelper.BalloonTipText = "Virtual Helper è ora attivo!"
  75.         Me.icnHelper.BalloonTipTitle = "Virtual Helper"
  76.         Me.icnHelper.ContextMenuStrip = Me.cntHelper
  77.         Me.icnHelper.Icon = CType(resources.GetObject("icnHelper.Icon"), System.Drawing.Icon)
  78.         Me.icnHelper.Text = "Virtual Helper"
  79.         Me.icnHelper.Visible = True
  80.         '
  81.         'cntHelper
  82.         '
  83.         Me.cntHelper.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strMove, Me.strOptions, Me.strTutorial, Me.strBugReport, Me.strAbout, Me.strExit})
  84.         Me.cntHelper.Name = "cntHelper"
  85.         Me.cntHelper.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  86.         Me.cntHelper.Size = New System.Drawing.Size(157, 136)
  87.         '
  88.         'strMove
  89.         '
  90.         Me.strMove.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strTopLeft, Me.strBottomLeft, Me.strTopRight, Me.strBottomRight, Me.strDrag})
  91.         Me.strMove.Image = CType(resources.GetObject("strMove.Image"), System.Drawing.Image)
  92.         Me.strMove.Name = "strMove"
  93.         Me.strMove.Size = New System.Drawing.Size(156, 22)
  94.         Me.strMove.Text = "Muovi aiutante"
  95.         '
  96.         'strTopLeft
  97.         '
  98.         Me.strTopLeft.Image = CType(resources.GetObject("strTopLeft.Image"), System.Drawing.Image)
  99.         Me.strTopLeft.Name = "strTopLeft"
  100.         Me.strTopLeft.Size = New System.Drawing.Size(172, 22)
  101.         Me.strTopLeft.Text = "In alto a sinistra"
  102.         '
  103.         'strBottomLeft
  104.         '
  105.         Me.strBottomLeft.Image = CType(resources.GetObject("strBottomLeft.Image"), System.Drawing.Image)
  106.         Me.strBottomLeft.Name = "strBottomLeft"
  107.         Me.strBottomLeft.Size = New System.Drawing.Size(172, 22)
  108.         Me.strBottomLeft.Text = "In basso a sinistra"
  109.         '
  110.         'strTopRight
  111.         '
  112.         Me.strTopRight.Image = CType(resources.GetObject("strTopRight.Image"), System.Drawing.Image)
  113.         Me.strTopRight.Name = "strTopRight"
  114.         Me.strTopRight.Size = New System.Drawing.Size(172, 22)
  115.         Me.strTopRight.Text = "In alto a destra"
  116.         '
  117.         'strBottomRight
  118.         '
  119.         Me.strBottomRight.Image = CType(resources.GetObject("strBottomRight.Image"), System.Drawing.Image)
  120.         Me.strBottomRight.Name = "strBottomRight"
  121.         Me.strBottomRight.Size = New System.Drawing.Size(172, 22)
  122.         Me.strBottomRight.Text = "In basso a destra"
  123.         '
  124.         'strDrag
  125.         '
  126.         Me.strDrag.Name = "strDrag"
  127.         Me.strDrag.Size = New System.Drawing.Size(172, 22)
  128.         Me.strDrag.Text = "Trascina..."
  129.         '
  130.         'strOptions
  131.         '
  132.         Me.strOptions.Image = CType(resources.GetObject("strOptions.Image"), System.Drawing.Image)
  133.         Me.strOptions.Name = "strOptions"
  134.         Me.strOptions.Size = New System.Drawing.Size(156, 22)
  135.         Me.strOptions.Text = "Opzioni"
  136.         '
  137.         'strTutorial
  138.         '
  139.         Me.strTutorial.Image = CType(resources.GetObject("strTutorial.Image"), System.Drawing.Image)
  140.         Me.strTutorial.Name = "strTutorial"
  141.         Me.strTutorial.Size = New System.Drawing.Size(156, 22)
  142.         Me.strTutorial.Text = "Tutorial"
  143.         '
  144.         'strBugReport
  145.         '
  146.         Me.strBugReport.Image = CType(resources.GetObject("strBugReport.Image"), System.Drawing.Image)
  147.         Me.strBugReport.Name = "strBugReport"
  148.         Me.strBugReport.Size = New System.Drawing.Size(156, 22)
  149.         Me.strBugReport.Text = "Bug Report"
  150.         '
  151.         'strAbout
  152.         '
  153.         Me.strAbout.Image = CType(resources.GetObject("strAbout.Image"), System.Drawing.Image)
  154.         Me.strAbout.Name = "strAbout"
  155.         Me.strAbout.Size = New System.Drawing.Size(156, 22)
  156.         Me.strAbout.Text = "About"
  157.         '
  158.         'strExit
  159.         '
  160.         Me.strExit.Image = CType(resources.GetObject("strExit.Image"), System.Drawing.Image)
  161.         Me.strExit.Name = "strExit"
  162.         Me.strExit.Size = New System.Drawing.Size(156, 22)
  163.         Me.strExit.Text = "Esci"
  164.         '
  165.         'tmrExit
  166.         '
  167.         Me.tmrExit.Interval = 5000
  168.         '
  169.         'imgDate
  170.         '
  171.         Me.imgDate.Cursor = System.Windows.Forms.Cursors.Hand
  172.         Me.imgDate.Image = CType(resources.GetObject("imgDate.Image"), System.Drawing.Image)
  173.         Me.imgDate.Location = New System.Drawing.Point(12, 12)
  174.         Me.imgDate.Name = "imgDate"
  175.         Me.imgDate.Size = New System.Drawing.Size(32, 32)
  176.         Me.imgDate.TabIndex = 1
  177.         Me.imgDate.TabStop = False
  178.         Me.imgDate.Tag = "Data e Ora"
  179.         '
  180.         'imgImp
  181.         '
  182.         Me.imgImp.Cursor = System.Windows.Forms.Cursors.Hand
  183.         Me.imgImp.Image = CType(resources.GetObject("imgImp.Image"), System.Drawing.Image)
  184.         Me.imgImp.Location = New System.Drawing.Point(196, 12)
  185.         Me.imgImp.Name = "imgImp"
  186.         Me.imgImp.Size = New System.Drawing.Size(32, 32)
  187.         Me.imgImp.TabIndex = 2
  188.         Me.imgImp.TabStop = False
  189.         Me.imgImp.Tag = "Impegni per oggi"
  190.         '
  191.         'imgModImp
  192.         '
  193.         Me.imgModImp.Cursor = System.Windows.Forms.Cursors.Hand
  194.         Me.imgModImp.Image = CType(resources.GetObject("imgModImp.Image"), System.Drawing.Image)
  195.         Me.imgModImp.Location = New System.Drawing.Point(12, 100)
  196.         Me.imgModImp.Name = "imgModImp"
  197.         Me.imgModImp.Size = New System.Drawing.Size(32, 32)
  198.         Me.imgModImp.TabIndex = 3
  199.         Me.imgModImp.TabStop = False
  200.         Me.imgModImp.Tag = "Modifica agenda"
  201.         '
  202.         'imgReadFile
  203.         '
  204.         Me.imgReadFile.Cursor = System.Windows.Forms.Cursors.Hand
  205.         Me.imgReadFile.Image = CType(resources.GetObject("imgReadFile.Image"), System.Drawing.Image)
  206.         Me.imgReadFile.Location = New System.Drawing.Point(12, 196)
  207.         Me.imgReadFile.Name = "imgReadFile"
  208.         Me.imgReadFile.Size = New System.Drawing.Size(32, 32)
  209.         Me.imgReadFile.TabIndex = 4
  210.         Me.imgReadFile.TabStop = False
  211.         Me.imgReadFile.Tag = "Leggi file"
  212.         '
  213.         'imgOption
  214.         '
  215.         Me.imgOption.Cursor = System.Windows.Forms.Cursors.Hand
  216.         Me.imgOption.Image = CType(resources.GetObject("imgOption.Image"), System.Drawing.Image)
  217.         Me.imgOption.Location = New System.Drawing.Point(196, 100)
  218.         Me.imgOption.Name = "imgOption"
  219.         Me.imgOption.Size = New System.Drawing.Size(32, 32)
  220.         Me.imgOption.TabIndex = 7
  221.         Me.imgOption.TabStop = False
  222.         Me.imgOption.Tag = "Opzioni"
  223.         '
  224.         'imgAlarm
  225.         '
  226.         Me.imgAlarm.Cursor = System.Windows.Forms.Cursors.Hand
  227.         Me.imgAlarm.Image = CType(resources.GetObject("imgAlarm.Image"), System.Drawing.Image)
  228.         Me.imgAlarm.Location = New System.Drawing.Point(103, 12)
  229.         Me.imgAlarm.Name = "imgAlarm"
  230.         Me.imgAlarm.Size = New System.Drawing.Size(32, 32)
  231.         Me.imgAlarm.TabIndex = 8
  232.         Me.imgAlarm.TabStop = False
  233.         Me.imgAlarm.Tag = "Sveglie"
  234.         '
  235.         'tmrAlarm
  236.         '
  237.         Me.tmrAlarm.Interval = 31000
  238.         '
  239.         'imgMacros
  240.         '
  241.         Me.imgMacros.Cursor = System.Windows.Forms.Cursors.Hand
  242.         Me.imgMacros.Image = CType(resources.GetObject("imgMacros.Image"), System.Drawing.Image)
  243.         Me.imgMacros.Location = New System.Drawing.Point(103, 196)
  244.         Me.imgMacros.Name = "imgMacros"
  245.         Me.imgMacros.Size = New System.Drawing.Size(32, 32)
  246.         Me.imgMacros.TabIndex = 9
  247.         Me.imgMacros.TabStop = False
  248.         Me.imgMacros.Tag = "Macro"
  249.         '
  250.         'tmrControlMail
  251.         '
  252.         Me.tmrControlMail.Interval = 30000
  253.         '
  254.         'imgMeteo
  255.         '
  256.         Me.imgMeteo.Cursor = System.Windows.Forms.Cursors.Hand
  257.         Me.imgMeteo.Image = CType(resources.GetObject("imgMeteo.Image"), System.Drawing.Image)
  258.         Me.imgMeteo.Location = New System.Drawing.Point(196, 196)
  259.         Me.imgMeteo.Name = "imgMeteo"
  260.         Me.imgMeteo.Size = New System.Drawing.Size(32, 32)
  261.         Me.imgMeteo.TabIndex = 10
  262.         Me.imgMeteo.TabStop = False
  263.         Me.imgMeteo.Tag = "Meteo"
  264.         '
  265.         'frmHelper
  266.         '
  267.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  268.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  269.         Me.BackColor = System.Drawing.Color.Gainsboro
  270.         Me.ClientSize = New System.Drawing.Size(240, 240)
  271.         Me.Controls.Add(Me.imgMeteo)
  272.         Me.Controls.Add(Me.imgAlarm)
  273.         Me.Controls.Add(Me.imgOption)
  274.         Me.Controls.Add(Me.imgMacros)
  275.         Me.Controls.Add(Me.imgDate)
  276.         Me.Controls.Add(Me.imgImp)
  277.         Me.Controls.Add(Me.imgReadFile)
  278.         Me.Controls.Add(Me.AxAgent1)
  279.         Me.Controls.Add(Me.imgModImp)
  280.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  281.         Me.Name = "frmHelper"
  282.         Me.Text = "The Agent"
  283.         Me.TransparencyKey = System.Drawing.Color.Gainsboro
  284.         CType(Me.AxAgent1, System.ComponentModel.ISupportInitialize).EndInit()
  285.         Me.cntHelper.ResumeLayout(False)
  286.         CType(Me.imgDate, System.ComponentModel.ISupportInitialize).EndInit()
  287.         CType(Me.imgImp, System.ComponentModel.ISupportInitialize).EndInit()
  288.         CType(Me.imgModImp, System.ComponentModel.ISupportInitialize).EndInit()
  289.         CType(Me.imgReadFile, System.ComponentModel.ISupportInitialize).EndInit()
  290.         CType(Me.imgOption, System.ComponentModel.ISupportInitialize).EndInit()
  291.         CType(Me.imgAlarm, System.ComponentModel.ISupportInitialize).EndInit()
  292.         CType(Me.imgMacros, System.ComponentModel.ISupportInitialize).EndInit()
  293.         CType(Me.imgMeteo, System.ComponentModel.ISupportInitialize).EndInit()
  294.         Me.ResumeLayout(False)
  295.  
  296.     End Sub
  297.     Friend WithEvents AxAgent1 As AxAgentObjects.AxAgent
  298.     Friend WithEvents icnHelper As System.Windows.Forms.NotifyIcon
  299.     Friend WithEvents cntHelper As System.Windows.Forms.ContextMenuStrip
  300.     Friend WithEvents strExit As System.Windows.Forms.ToolStripMenuItem
  301.     Friend WithEvents tmrExit As System.Windows.Forms.Timer
  302.     Friend WithEvents strMove As System.Windows.Forms.ToolStripMenuItem
  303.     Friend WithEvents strTopLeft As System.Windows.Forms.ToolStripMenuItem
  304.     Friend WithEvents strBottomLeft As System.Windows.Forms.ToolStripMenuItem
  305.     Friend WithEvents strTopRight As System.Windows.Forms.ToolStripMenuItem
  306.     Friend WithEvents strBottomRight As System.Windows.Forms.ToolStripMenuItem
  307.     Friend WithEvents strDrag As System.Windows.Forms.ToolStripMenuItem
  308.     Friend WithEvents imgDate As System.Windows.Forms.PictureBox
  309.     Friend WithEvents imgImp As System.Windows.Forms.PictureBox
  310.     Friend WithEvents imgModImp As System.Windows.Forms.PictureBox
  311.     Friend WithEvents imgReadFile As System.Windows.Forms.PictureBox
  312.     Friend WithEvents strOptions As System.Windows.Forms.ToolStripMenuItem
  313.     Friend WithEvents strAbout As System.Windows.Forms.ToolStripMenuItem
  314.     Friend WithEvents imgOption As System.Windows.Forms.PictureBox
  315.     Friend WithEvents imgAlarm As System.Windows.Forms.PictureBox
  316.     Friend WithEvents tmrAlarm As System.Windows.Forms.Timer
  317.     Friend WithEvents imgMacros As System.Windows.Forms.PictureBox
  318.     Friend WithEvents strTutorial As System.Windows.Forms.ToolStripMenuItem
  319.     Friend WithEvents tmrControlMail As System.Windows.Forms.Timer
  320.     Friend WithEvents strBugReport As System.Windows.Forms.ToolStripMenuItem
  321.     Friend WithEvents imgMeteo As System.Windows.Forms.PictureBox
  322.  
  323. End Class