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 - frmOption.Designer.vb

frmOption.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmOption
  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(frmOption))
  23.         Me.grpSen = New System.Windows.Forms.GroupBox
  24.         Me.cmdSave = New System.Windows.Forms.Button
  25.         Me.grpFont = New System.Windows.Forms.GroupBox
  26.         Me.chbBalloon = New System.Windows.Forms.CheckBox
  27.         Me.cmdFont = New System.Windows.Forms.Button
  28.         Me.lblFont = New System.Windows.Forms.Label
  29.         Me.Label3 = New System.Windows.Forms.Label
  30.         Me.grpAgent = New System.Windows.Forms.GroupBox
  31.         Me.cmdCurPos = New System.Windows.Forms.Button
  32.         Me.Label5 = New System.Windows.Forms.Label
  33.         Me.nudY = New System.Windows.Forms.NumericUpDown
  34.         Me.Label4 = New System.Windows.Forms.Label
  35.         Me.nudX = New System.Windows.Forms.NumericUpDown
  36.         Me.Label2 = New System.Windows.Forms.Label
  37.         Me.cmbAgent = New System.Windows.Forms.ComboBox
  38.         Me.Label1 = New System.Windows.Forms.Label
  39.         Me.cmdSaveAg = New System.Windows.Forms.Button
  40.         Me.tabMain = New System.Windows.Forms.TabControl
  41.         Me.TabPage1 = New System.Windows.Forms.TabPage
  42.         Me.chbSpeakOnMouse = New System.Windows.Forms.CheckBox
  43.         Me.grpPredSen = New System.Windows.Forms.GroupBox
  44.         Me.chbBugTragedy = New System.Windows.Forms.CheckBox
  45.         Me.TabPage2 = New System.Windows.Forms.TabPage
  46.         Me.grpMeteo = New System.Windows.Forms.GroupBox
  47.         Me.chbMeteoDetails = New System.Windows.Forms.CheckBox
  48.         Me.chbMeteo = New System.Windows.Forms.CheckBox
  49.         Me.Label10 = New System.Windows.Forms.Label
  50.         Me.cmbMeteo = New System.Windows.Forms.ComboBox
  51.         Me.grpPOP3 = New System.Windows.Forms.GroupBox
  52.         Me.cmdEnabledMail = New System.Windows.Forms.Button
  53.         Me.Label9 = New System.Windows.Forms.Label
  54.         Me.txtPass = New System.Windows.Forms.TextBox
  55.         Me.txtUser = New System.Windows.Forms.TextBox
  56.         Me.Label8 = New System.Windows.Forms.Label
  57.         Me.txtPort = New System.Windows.Forms.TextBox
  58.         Me.Label7 = New System.Windows.Forms.Label
  59.         Me.txtServer = New System.Windows.Forms.TextBox
  60.         Me.Label6 = New System.Windows.Forms.Label
  61.         Me.chbAutoStart = New System.Windows.Forms.CheckBox
  62.         Me.grpFont.SuspendLayout()
  63.         Me.grpAgent.SuspendLayout()
  64.         CType(Me.nudY, System.ComponentModel.ISupportInitialize).BeginInit()
  65.         CType(Me.nudX, System.ComponentModel.ISupportInitialize).BeginInit()
  66.         Me.tabMain.SuspendLayout()
  67.         Me.TabPage1.SuspendLayout()
  68.         Me.grpPredSen.SuspendLayout()
  69.         Me.TabPage2.SuspendLayout()
  70.         Me.grpMeteo.SuspendLayout()
  71.         Me.grpPOP3.SuspendLayout()
  72.         Me.SuspendLayout()
  73.         '
  74.         'grpSen
  75.         '
  76.         Me.grpSen.Location = New System.Drawing.Point(6, 6)
  77.         Me.grpSen.Name = "grpSen"
  78.         Me.grpSen.Size = New System.Drawing.Size(377, 158)
  79.         Me.grpSen.TabIndex = 1
  80.         Me.grpSen.TabStop = False
  81.         Me.grpSen.Text = "Frasi impostate dall'utente"
  82.         '
  83.         'cmdSave
  84.         '
  85.         Me.cmdSave.Image = CType(resources.GetObject("cmdSave.Image"), System.Drawing.Image)
  86.         Me.cmdSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  87.         Me.cmdSave.Location = New System.Drawing.Point(304, 344)
  88.         Me.cmdSave.Name = "cmdSave"
  89.         Me.cmdSave.Size = New System.Drawing.Size(79, 24)
  90.         Me.cmdSave.TabIndex = 8
  91.         Me.cmdSave.Text = "Salva"
  92.         Me.cmdSave.UseVisualStyleBackColor = True
  93.         '
  94.         'grpFont
  95.         '
  96.         Me.grpFont.Controls.Add(Me.chbBalloon)
  97.         Me.grpFont.Controls.Add(Me.cmdFont)
  98.         Me.grpFont.Controls.Add(Me.lblFont)
  99.         Me.grpFont.Controls.Add(Me.Label3)
  100.         Me.grpFont.Location = New System.Drawing.Point(6, 6)
  101.         Me.grpFont.Name = "grpFont"
  102.         Me.grpFont.Size = New System.Drawing.Size(377, 72)
  103.         Me.grpFont.TabIndex = 2
  104.         Me.grpFont.TabStop = False
  105.         Me.grpFont.Text = "Fumetti"
  106.         '
  107.         'chbBalloon
  108.         '
  109.         Me.chbBalloon.AutoSize = True
  110.         Me.chbBalloon.Checked = True
  111.         Me.chbBalloon.CheckState = System.Windows.Forms.CheckState.Checked
  112.         Me.chbBalloon.Enabled = False
  113.         Me.chbBalloon.Location = New System.Drawing.Point(102, 42)
  114.         Me.chbBalloon.Name = "chbBalloon"
  115.         Me.chbBalloon.Size = New System.Drawing.Size(106, 17)
  116.         Me.chbBalloon.TabIndex = 8
  117.         Me.chbBalloon.Text = "Visualizza fumetti"
  118.         Me.chbBalloon.UseVisualStyleBackColor = True
  119.         '
  120.         'cmdFont
  121.         '
  122.         Me.cmdFont.Image = CType(resources.GetObject("cmdFont.Image"), System.Drawing.Image)
  123.         Me.cmdFont.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  124.         Me.cmdFont.Location = New System.Drawing.Point(9, 37)
  125.         Me.cmdFont.Name = "cmdFont"
  126.         Me.cmdFont.Size = New System.Drawing.Size(79, 24)
  127.         Me.cmdFont.TabIndex = 6
  128.         Me.cmdFont.Text = "Font..."
  129.         Me.cmdFont.UseVisualStyleBackColor = True
  130.         '
  131.         'lblFont
  132.         '
  133.         Me.lblFont.AutoSize = True
  134.         Me.lblFont.Location = New System.Drawing.Point(99, 16)
  135.         Me.lblFont.Name = "lblFont"
  136.         Me.lblFont.Size = New System.Drawing.Size(54, 13)
  137.         Me.lblFont.TabIndex = 5
  138.         Me.lblFont.Text = "Arial, 10pt"
  139.         '
  140.         'Label3
  141.         '
  142.         Me.Label3.AutoSize = True
  143.         Me.Label3.Location = New System.Drawing.Point(6, 16)
  144.         Me.Label3.Name = "Label3"
  145.         Me.Label3.Size = New System.Drawing.Size(87, 13)
  146.         Me.Label3.TabIndex = 4
  147.         Me.Label3.Text = "Tipo di carattere:"
  148.         '
  149.         'grpAgent
  150.         '
  151.         Me.grpAgent.Controls.Add(Me.cmdCurPos)
  152.         Me.grpAgent.Controls.Add(Me.Label5)
  153.         Me.grpAgent.Controls.Add(Me.nudY)
  154.         Me.grpAgent.Controls.Add(Me.Label4)
  155.         Me.grpAgent.Controls.Add(Me.nudX)
  156.         Me.grpAgent.Controls.Add(Me.Label2)
  157.         Me.grpAgent.Controls.Add(Me.cmbAgent)
  158.         Me.grpAgent.Controls.Add(Me.Label1)
  159.         Me.grpAgent.Location = New System.Drawing.Point(6, 84)
  160.         Me.grpAgent.Name = "grpAgent"
  161.         Me.grpAgent.Size = New System.Drawing.Size(377, 80)
  162.         Me.grpAgent.TabIndex = 3
  163.         Me.grpAgent.TabStop = False
  164.         Me.grpAgent.Text = "Agente"
  165.         '
  166.         'cmdCurPos
  167.         '
  168.         Me.cmdCurPos.Location = New System.Drawing.Point(304, 46)
  169.         Me.cmdCurPos.Name = "cmdCurPos"
  170.         Me.cmdCurPos.Size = New System.Drawing.Size(67, 20)
  171.         Me.cmdCurPos.TabIndex = 7
  172.         Me.cmdCurPos.Text = "Attuale"
  173.         Me.cmdCurPos.UseVisualStyleBackColor = True
  174.         '
  175.         'Label5
  176.         '
  177.         Me.Label5.AutoSize = True
  178.         Me.Label5.Location = New System.Drawing.Point(209, 48)
  179.         Me.Label5.Name = "Label5"
  180.         Me.Label5.Size = New System.Drawing.Size(17, 13)
  181.         Me.Label5.TabIndex = 6
  182.         Me.Label5.Text = "Y:"
  183.         '
  184.         'nudY
  185.         '
  186.         Me.nudY.Location = New System.Drawing.Point(232, 46)
  187.         Me.nudY.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  188.         Me.nudY.Name = "nudY"
  189.         Me.nudY.Size = New System.Drawing.Size(66, 20)
  190.         Me.nudY.TabIndex = 5
  191.         '
  192.         'Label4
  193.         '
  194.         Me.Label4.AutoSize = True
  195.         Me.Label4.Location = New System.Drawing.Point(114, 48)
  196.         Me.Label4.Name = "Label4"
  197.         Me.Label4.Size = New System.Drawing.Size(17, 13)
  198.         Me.Label4.TabIndex = 4
  199.         Me.Label4.Text = "X:"
  200.         '
  201.         'nudX
  202.         '
  203.         Me.nudX.Location = New System.Drawing.Point(137, 46)
  204.         Me.nudX.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  205.         Me.nudX.Name = "nudX"
  206.         Me.nudX.Size = New System.Drawing.Size(66, 20)
  207.         Me.nudX.TabIndex = 3
  208.         '
  209.         'Label2
  210.         '
  211.         Me.Label2.AutoSize = True
  212.         Me.Label2.Location = New System.Drawing.Point(6, 48)
  213.         Me.Label2.Name = "Label2"
  214.         Me.Label2.Size = New System.Drawing.Size(89, 13)
  215.         Me.Label2.TabIndex = 2
  216.         Me.Label2.Text = "Posizione iniziale:"
  217.         '
  218.         'cmbAgent
  219.         '
  220.         Me.cmbAgent.FormattingEnabled = True
  221.         Me.cmbAgent.Items.AddRange(New Object() {"Merlin", "Peedy", "Genie", "Robby"})
  222.         Me.cmbAgent.Location = New System.Drawing.Point(117, 19)
  223.         Me.cmbAgent.Name = "cmbAgent"
  224.         Me.cmbAgent.Size = New System.Drawing.Size(254, 21)
  225.         Me.cmbAgent.TabIndex = 1
  226.         '
  227.         'Label1
  228.         '
  229.         Me.Label1.AutoSize = True
  230.         Me.Label1.Location = New System.Drawing.Point(6, 22)
  231.         Me.Label1.Name = "Label1"
  232.         Me.Label1.Size = New System.Drawing.Size(81, 13)
  233.         Me.Label1.TabIndex = 0
  234.         Me.Label1.Text = "Cambia agente:"
  235.         '
  236.         'cmdSaveAg
  237.         '
  238.         Me.cmdSaveAg.Image = CType(resources.GetObject("cmdSaveAg.Image"), System.Drawing.Image)
  239.         Me.cmdSaveAg.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  240.         Me.cmdSaveAg.Location = New System.Drawing.Point(304, 344)
  241.         Me.cmdSaveAg.Name = "cmdSaveAg"
  242.         Me.cmdSaveAg.Size = New System.Drawing.Size(79, 24)
  243.         Me.cmdSaveAg.TabIndex = 2
  244.         Me.cmdSaveAg.Text = "Salva"
  245.         Me.cmdSaveAg.UseVisualStyleBackColor = True
  246.         '
  247.         'tabMain
  248.         '
  249.         Me.tabMain.Controls.Add(Me.TabPage1)
  250.         Me.tabMain.Controls.Add(Me.TabPage2)
  251.         Me.tabMain.Location = New System.Drawing.Point(0, 0)
  252.         Me.tabMain.Name = "tabMain"
  253.         Me.tabMain.SelectedIndex = 0
  254.         Me.tabMain.Size = New System.Drawing.Size(397, 400)
  255.         Me.tabMain.TabIndex = 4
  256.         '
  257.         'TabPage1
  258.         '
  259.         Me.TabPage1.Controls.Add(Me.chbSpeakOnMouse)
  260.         Me.TabPage1.Controls.Add(Me.cmdSave)
  261.         Me.TabPage1.Controls.Add(Me.grpPredSen)
  262.         Me.TabPage1.Controls.Add(Me.grpSen)
  263.         Me.TabPage1.Location = New System.Drawing.Point(4, 22)
  264.         Me.TabPage1.Name = "TabPage1"
  265.         Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  266.         Me.TabPage1.Size = New System.Drawing.Size(389, 374)
  267.         Me.TabPage1.TabIndex = 0
  268.         Me.TabPage1.Text = "Frasi"
  269.         Me.TabPage1.UseVisualStyleBackColor = True
  270.         '
  271.         'chbSpeakOnMouse
  272.         '
  273.         Me.chbSpeakOnMouse.AutoSize = True
  274.         Me.chbSpeakOnMouse.Location = New System.Drawing.Point(8, 349)
  275.         Me.chbSpeakOnMouse.Name = "chbSpeakOnMouse"
  276.         Me.chbSpeakOnMouse.Size = New System.Drawing.Size(279, 17)
  277.         Me.chbSpeakOnMouse.TabIndex = 9
  278.         Me.chbSpeakOnMouse.Text = "Pronuncia il nome dei pulsanti al passaggio del mouse"
  279.         Me.chbSpeakOnMouse.UseVisualStyleBackColor = True
  280.         '
  281.         'grpPredSen
  282.         '
  283.         Me.grpPredSen.Controls.Add(Me.chbBugTragedy)
  284.         Me.grpPredSen.Location = New System.Drawing.Point(6, 170)
  285.         Me.grpPredSen.Name = "grpPredSen"
  286.         Me.grpPredSen.Size = New System.Drawing.Size(377, 168)
  287.         Me.grpPredSen.TabIndex = 2
  288.         Me.grpPredSen.TabStop = False
  289.         Me.grpPredSen.Text = "Frasi preimpostate"
  290.         '
  291.         'chbBugTragedy
  292.         '
  293.         Me.chbBugTragedy.AutoSize = True
  294.         Me.chbBugTragedy.Location = New System.Drawing.Point(16, 145)
  295.         Me.chbBugTragedy.Name = "chbBugTragedy"
  296.         Me.chbBugTragedy.Size = New System.Drawing.Size(123, 17)
  297.         Me.chbBugTragedy.TabIndex = 0
  298.         Me.chbBugTragedy.Text = "La tragedia del baco"
  299.         Me.chbBugTragedy.UseVisualStyleBackColor = True
  300.         '
  301.         'TabPage2
  302.         '
  303.         Me.TabPage2.Controls.Add(Me.grpMeteo)
  304.         Me.TabPage2.Controls.Add(Me.grpPOP3)
  305.         Me.TabPage2.Controls.Add(Me.chbAutoStart)
  306.         Me.TabPage2.Controls.Add(Me.cmdSaveAg)
  307.         Me.TabPage2.Controls.Add(Me.grpFont)
  308.         Me.TabPage2.Controls.Add(Me.grpAgent)
  309.         Me.TabPage2.Location = New System.Drawing.Point(4, 22)
  310.         Me.TabPage2.Name = "TabPage2"
  311.         Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
  312.         Me.TabPage2.Size = New System.Drawing.Size(389, 374)
  313.         Me.TabPage2.TabIndex = 1
  314.         Me.TabPage2.Text = "Agente"
  315.         Me.TabPage2.UseVisualStyleBackColor = True
  316.         '
  317.         'grpMeteo
  318.         '
  319.         Me.grpMeteo.Controls.Add(Me.chbMeteoDetails)
  320.         Me.grpMeteo.Controls.Add(Me.chbMeteo)
  321.         Me.grpMeteo.Controls.Add(Me.Label10)
  322.         Me.grpMeteo.Controls.Add(Me.cmbMeteo)
  323.         Me.grpMeteo.Location = New System.Drawing.Point(6, 170)
  324.         Me.grpMeteo.Name = "grpMeteo"
  325.         Me.grpMeteo.Size = New System.Drawing.Size(377, 74)
  326.         Me.grpMeteo.TabIndex = 8
  327.         Me.grpMeteo.TabStop = False
  328.         Me.grpMeteo.Text = "Previsioni del tempo"
  329.         '
  330.         'chbMeteoDetails
  331.         '
  332.         Me.chbMeteoDetails.AutoSize = True
  333.         Me.chbMeteoDetails.Location = New System.Drawing.Point(237, 43)
  334.         Me.chbMeteoDetails.Name = "chbMeteoDetails"
  335.         Me.chbMeteoDetails.Size = New System.Drawing.Size(134, 17)
  336.         Me.chbMeteoDetails.TabIndex = 9
  337.         Me.chbMeteoDetails.Text = "Informazioni dettagliate"
  338.         Me.chbMeteoDetails.UseVisualStyleBackColor = True
  339.         '
  340.         'chbMeteo
  341.         '
  342.         Me.chbMeteo.AutoSize = True
  343.         Me.chbMeteo.Location = New System.Drawing.Point(9, 43)
  344.         Me.chbMeteo.Name = "chbMeteo"
  345.         Me.chbMeteo.Size = New System.Drawing.Size(193, 17)
  346.         Me.chbMeteo.TabIndex = 8
  347.         Me.chbMeteo.Text = "Preleva informazioni meteo all'avvio"
  348.         Me.chbMeteo.UseVisualStyleBackColor = True
  349.         '
  350.         'Label10
  351.         '
  352.         Me.Label10.AutoSize = True
  353.         Me.Label10.Location = New System.Drawing.Point(6, 19)
  354.         Me.Label10.Name = "Label10"
  355.         Me.Label10.Size = New System.Drawing.Size(94, 13)
  356.         Me.Label10.TabIndex = 6
  357.         Me.Label10.Text = "Scegli la tua zona:"
  358.         '
  359.         'cmbMeteo
  360.         '
  361.         Me.cmbMeteo.FormattingEnabled = True
  362.         Me.cmbMeteo.Location = New System.Drawing.Point(117, 16)
  363.         Me.cmbMeteo.Name = "cmbMeteo"
  364.         Me.cmbMeteo.Size = New System.Drawing.Size(254, 21)
  365.         Me.cmbMeteo.TabIndex = 7
  366.         '
  367.         'grpPOP3
  368.         '
  369.         Me.grpPOP3.Controls.Add(Me.cmdEnabledMail)
  370.         Me.grpPOP3.Controls.Add(Me.Label9)
  371.         Me.grpPOP3.Controls.Add(Me.txtPass)
  372.         Me.grpPOP3.Controls.Add(Me.txtUser)
  373.         Me.grpPOP3.Controls.Add(Me.Label8)
  374.         Me.grpPOP3.Controls.Add(Me.txtPort)
  375.         Me.grpPOP3.Controls.Add(Me.Label7)
  376.         Me.grpPOP3.Controls.Add(Me.txtServer)
  377.         Me.grpPOP3.Controls.Add(Me.Label6)
  378.         Me.grpPOP3.Location = New System.Drawing.Point(6, 313)
  379.         Me.grpPOP3.Name = "grpPOP3"
  380.         Me.grpPOP3.Size = New System.Drawing.Size(226, 51)
  381.         Me.grpPOP3.TabIndex = 5
  382.         Me.grpPOP3.TabStop = False
  383.         Me.grpPOP3.Text = "Impostazioni per il controllo della posta su server POP3"
  384.         Me.grpPOP3.Visible = False
  385.         '
  386.         'cmdEnabledMail
  387.         '
  388.         Me.cmdEnabledMail.ImageAlign = System.Drawing.ContentAlignment.BottomLeft
  389.         Me.cmdEnabledMail.Location = New System.Drawing.Point(245, 45)
  390.         Me.cmdEnabledMail.Name = "cmdEnabledMail"
  391.         Me.cmdEnabledMail.Size = New System.Drawing.Size(126, 46)
  392.         Me.cmdEnabledMail.TabIndex = 8
  393.         Me.cmdEnabledMail.Text = "Attiva il controllo della posta"
  394.         Me.cmdEnabledMail.UseVisualStyleBackColor = True
  395.         '
  396.         'Label9
  397.         '
  398.         Me.Label9.AutoSize = True
  399.         Me.Label9.Location = New System.Drawing.Point(8, 74)
  400.         Me.Label9.Name = "Label9"
  401.         Me.Label9.Size = New System.Drawing.Size(56, 13)
  402.         Me.Label9.TabIndex = 7
  403.         Me.Label9.Text = "Password:"
  404.         '
  405.         'txtPass
  406.         '
  407.         Me.txtPass.Location = New System.Drawing.Point(72, 71)
  408.         Me.txtPass.Name = "txtPass"
  409.         Me.txtPass.Size = New System.Drawing.Size(164, 20)
  410.         Me.txtPass.TabIndex = 6
  411.         '
  412.         'txtUser
  413.         '
  414.         Me.txtUser.Location = New System.Drawing.Point(72, 45)
  415.         Me.txtUser.Name = "txtUser"
  416.         Me.txtUser.Size = New System.Drawing.Size(164, 20)
  417.         Me.txtUser.TabIndex = 5
  418.         '
  419.         'Label8
  420.         '
  421.         Me.Label8.AutoSize = True
  422.         Me.Label8.Location = New System.Drawing.Point(8, 48)
  423.         Me.Label8.Name = "Label8"
  424.         Me.Label8.Size = New System.Drawing.Size(58, 13)
  425.         Me.Label8.TabIndex = 4
  426.         Me.Label8.Text = "Username:"
  427.         '
  428.         'txtPort
  429.         '
  430.         Me.txtPort.Location = New System.Drawing.Point(283, 19)
  431.         Me.txtPort.Name = "txtPort"
  432.         Me.txtPort.Size = New System.Drawing.Size(88, 20)
  433.         Me.txtPort.TabIndex = 3
  434.         Me.txtPort.Text = "110"
  435.         '
  436.         'Label7
  437.         '
  438.         Me.Label7.AutoSize = True
  439.         Me.Label7.Location = New System.Drawing.Point(242, 22)
  440.         Me.Label7.Name = "Label7"
  441.         Me.Label7.Size = New System.Drawing.Size(35, 13)
  442.         Me.Label7.TabIndex = 2
  443.         Me.Label7.Text = "Porta:"
  444.         '
  445.         'txtServer
  446.         '
  447.         Me.txtServer.Location = New System.Drawing.Point(72, 19)
  448.         Me.txtServer.Name = "txtServer"
  449.         Me.txtServer.Size = New System.Drawing.Size(164, 20)
  450.         Me.txtServer.TabIndex = 1
  451.         '
  452.         'Label6
  453.         '
  454.         Me.Label6.AutoSize = True
  455.         Me.Label6.Location = New System.Drawing.Point(6, 22)
  456.         Me.Label6.Name = "Label6"
  457.         Me.Label6.Size = New System.Drawing.Size(41, 13)
  458.         Me.Label6.TabIndex = 0
  459.         Me.Label6.Text = "Server:"
  460.         '
  461.         'chbAutoStart
  462.         '
  463.         Me.chbAutoStart.AutoSize = True
  464.         Me.chbAutoStart.Location = New System.Drawing.Point(6, 250)
  465.         Me.chbAutoStart.Name = "chbAutoStart"
  466.         Me.chbAutoStart.Size = New System.Drawing.Size(211, 17)
  467.         Me.chbAutoStart.TabIndex = 4
  468.         Me.chbAutoStart.Text = "Avvia il programma all'avvio di windows"
  469.         Me.chbAutoStart.UseVisualStyleBackColor = True
  470.         '
  471.         'frmOption
  472.         '
  473.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  474.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  475.         Me.ClientSize = New System.Drawing.Size(394, 398)
  476.         Me.Controls.Add(Me.tabMain)
  477.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  478.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  479.         Me.MaximizeBox = False
  480.         Me.Name = "frmOption"
  481.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  482.         Me.Text = "Opzioni"
  483.         Me.grpFont.ResumeLayout(False)
  484.         Me.grpFont.PerformLayout()
  485.         Me.grpAgent.ResumeLayout(False)
  486.         Me.grpAgent.PerformLayout()
  487.         CType(Me.nudY, System.ComponentModel.ISupportInitialize).EndInit()
  488.         CType(Me.nudX, System.ComponentModel.ISupportInitialize).EndInit()
  489.         Me.tabMain.ResumeLayout(False)
  490.         Me.TabPage1.ResumeLayout(False)
  491.         Me.TabPage1.PerformLayout()
  492.         Me.grpPredSen.ResumeLayout(False)
  493.         Me.grpPredSen.PerformLayout()
  494.         Me.TabPage2.ResumeLayout(False)
  495.         Me.TabPage2.PerformLayout()
  496.         Me.grpMeteo.ResumeLayout(False)
  497.         Me.grpMeteo.PerformLayout()
  498.         Me.grpPOP3.ResumeLayout(False)
  499.         Me.grpPOP3.PerformLayout()
  500.         Me.ResumeLayout(False)
  501.  
  502.     End Sub
  503.     Friend WithEvents grpSen As System.Windows.Forms.GroupBox
  504.     Friend WithEvents cmdSave As System.Windows.Forms.Button
  505.     Friend WithEvents grpFont As System.Windows.Forms.GroupBox
  506.     Friend WithEvents lblFont As System.Windows.Forms.Label
  507.     Friend WithEvents Label3 As System.Windows.Forms.Label
  508.     Friend WithEvents cmdFont As System.Windows.Forms.Button
  509.     Friend WithEvents chbBalloon As System.Windows.Forms.CheckBox
  510.     Friend WithEvents grpAgent As System.Windows.Forms.GroupBox
  511.     Friend WithEvents cmdSaveAg As System.Windows.Forms.Button
  512.     Friend WithEvents cmbAgent As System.Windows.Forms.ComboBox
  513.     Friend WithEvents Label1 As System.Windows.Forms.Label
  514.     Friend WithEvents tabMain As System.Windows.Forms.TabControl
  515.     Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
  516.     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
  517.     Friend WithEvents grpPredSen As System.Windows.Forms.GroupBox
  518.     Friend WithEvents chbSpeakOnMouse As System.Windows.Forms.CheckBox
  519.     Friend WithEvents cmdCurPos As System.Windows.Forms.Button
  520.     Friend WithEvents Label5 As System.Windows.Forms.Label
  521.     Friend WithEvents nudY As System.Windows.Forms.NumericUpDown
  522.     Friend WithEvents Label4 As System.Windows.Forms.Label
  523.     Friend WithEvents nudX As System.Windows.Forms.NumericUpDown
  524.     Friend WithEvents Label2 As System.Windows.Forms.Label
  525.     Friend WithEvents chbAutoStart As System.Windows.Forms.CheckBox
  526.     Friend WithEvents grpPOP3 As System.Windows.Forms.GroupBox
  527.     Friend WithEvents txtPort As System.Windows.Forms.TextBox
  528.     Friend WithEvents Label7 As System.Windows.Forms.Label
  529.     Friend WithEvents txtServer As System.Windows.Forms.TextBox
  530.     Friend WithEvents Label6 As System.Windows.Forms.Label
  531.     Friend WithEvents Label9 As System.Windows.Forms.Label
  532.     Friend WithEvents txtPass As System.Windows.Forms.TextBox
  533.     Friend WithEvents txtUser As System.Windows.Forms.TextBox
  534.     Friend WithEvents Label8 As System.Windows.Forms.Label
  535.     Friend WithEvents cmdEnabledMail As System.Windows.Forms.Button
  536.     Friend WithEvents chbBugTragedy As System.Windows.Forms.CheckBox
  537.     Friend WithEvents cmbMeteo As System.Windows.Forms.ComboBox
  538.     Friend WithEvents Label10 As System.Windows.Forms.Label
  539.     Friend WithEvents grpMeteo As System.Windows.Forms.GroupBox
  540.     Friend WithEvents chbMeteo As System.Windows.Forms.CheckBox
  541.     Friend WithEvents chbMeteoDetails As System.Windows.Forms.CheckBox
  542. End Class