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 - Download.designer.vb

Download.designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmDownload
  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(frmDownload))
  23.         Me.txtURL = New System.Windows.Forms.TextBox
  24.         Me.txtFile = New System.Windows.Forms.TextBox
  25.         Me.cmdStart = New System.Windows.Forms.Button
  26.         Me.prgBar = New System.Windows.Forms.ProgressBar
  27.         Me.Label1 = New System.Windows.Forms.Label
  28.         Me.lstDown = New System.Windows.Forms.ListBox
  29.         Me.cmdAdd = New System.Windows.Forms.Button
  30.         Me.cmdStop = New System.Windows.Forms.Button
  31.         Me.cmdRemove = New System.Windows.Forms.Button
  32.         Me.Label2 = New System.Windows.Forms.Label
  33.         Me.Label3 = New System.Windows.Forms.Label
  34.         Me.Label4 = New System.Windows.Forms.Label
  35.         Me.cmdBrowse = New System.Windows.Forms.Button
  36.         Me.FOpen = New System.Windows.Forms.SaveFileDialog
  37.         Me.cmdStopAll = New System.Windows.Forms.Button
  38.         Me.cmdInternet = New System.Windows.Forms.Button
  39.         Me.lblPercentage = New System.Windows.Forms.Label
  40.         Me.lblName = New System.Windows.Forms.Label
  41.         Me.lblTime = New System.Windows.Forms.Label
  42.         Me.lblElapsed = New System.Windows.Forms.Label
  43.         Me.SuspendLayout()
  44.         '
  45.         'txtURL
  46.         '
  47.         Me.txtURL.Location = New System.Drawing.Point(91, 139)
  48.         Me.txtURL.Name = "txtURL"
  49.         Me.txtURL.Size = New System.Drawing.Size(223, 20)
  50.         Me.txtURL.TabIndex = 0
  51.         '
  52.         'txtFile
  53.         '
  54.         Me.txtFile.Location = New System.Drawing.Point(91, 165)
  55.         Me.txtFile.Name = "txtFile"
  56.         Me.txtFile.Size = New System.Drawing.Size(223, 20)
  57.         Me.txtFile.TabIndex = 1
  58.         '
  59.         'cmdStart
  60.         '
  61.         Me.cmdStart.Image = CType(resources.GetObject("cmdStart.Image"), System.Drawing.Image)
  62.         Me.cmdStart.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  63.         Me.cmdStart.Location = New System.Drawing.Point(219, 25)
  64.         Me.cmdStart.Name = "cmdStart"
  65.         Me.cmdStart.Size = New System.Drawing.Size(95, 25)
  66.         Me.cmdStart.TabIndex = 2
  67.         Me.cmdStart.Text = "    Inizia"
  68.         Me.cmdStart.UseVisualStyleBackColor = True
  69.         '
  70.         'prgBar
  71.         '
  72.         Me.prgBar.Location = New System.Drawing.Point(15, 287)
  73.         Me.prgBar.Name = "prgBar"
  74.         Me.prgBar.Size = New System.Drawing.Size(299, 23)
  75.         Me.prgBar.TabIndex = 3
  76.         '
  77.         'Label1
  78.         '
  79.         Me.Label1.AutoSize = True
  80.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  81.         Me.Label1.Name = "Label1"
  82.         Me.Label1.Size = New System.Drawing.Size(161, 13)
  83.         Me.Label1.TabIndex = 4
  84.         Me.Label1.Text = "Lista dei download da effettuare:"
  85.         '
  86.         'lstDown
  87.         '
  88.         Me.lstDown.Cursor = System.Windows.Forms.Cursors.No
  89.         Me.lstDown.FormattingEnabled = True
  90.         Me.lstDown.HorizontalScrollbar = True
  91.         Me.lstDown.Location = New System.Drawing.Point(15, 25)
  92.         Me.lstDown.Name = "lstDown"
  93.         Me.lstDown.Size = New System.Drawing.Size(198, 108)
  94.         Me.lstDown.TabIndex = 5
  95.         '
  96.         'cmdAdd
  97.         '
  98.         Me.cmdAdd.Image = CType(resources.GetObject("cmdAdd.Image"), System.Drawing.Image)
  99.         Me.cmdAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  100.         Me.cmdAdd.Location = New System.Drawing.Point(15, 191)
  101.         Me.cmdAdd.Name = "cmdAdd"
  102.         Me.cmdAdd.Size = New System.Drawing.Size(95, 25)
  103.         Me.cmdAdd.TabIndex = 6
  104.         Me.cmdAdd.Text = "      Inserisci"
  105.         Me.cmdAdd.UseVisualStyleBackColor = True
  106.         '
  107.         'cmdStop
  108.         '
  109.         Me.cmdStop.Image = CType(resources.GetObject("cmdStop.Image"), System.Drawing.Image)
  110.         Me.cmdStop.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  111.         Me.cmdStop.Location = New System.Drawing.Point(219, 52)
  112.         Me.cmdStop.Name = "cmdStop"
  113.         Me.cmdStop.Size = New System.Drawing.Size(95, 25)
  114.         Me.cmdStop.TabIndex = 7
  115.         Me.cmdStop.Text = "      Blocca"
  116.         Me.cmdStop.UseVisualStyleBackColor = True
  117.         '
  118.         'cmdRemove
  119.         '
  120.         Me.cmdRemove.Image = CType(resources.GetObject("cmdRemove.Image"), System.Drawing.Image)
  121.         Me.cmdRemove.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  122.         Me.cmdRemove.Location = New System.Drawing.Point(219, 79)
  123.         Me.cmdRemove.Name = "cmdRemove"
  124.         Me.cmdRemove.Size = New System.Drawing.Size(95, 25)
  125.         Me.cmdRemove.TabIndex = 8
  126.         Me.cmdRemove.Text = "       Rimuovi"
  127.         Me.cmdRemove.UseVisualStyleBackColor = True
  128.         '
  129.         'Label2
  130.         '
  131.         Me.Label2.AutoSize = True
  132.         Me.Label2.Location = New System.Drawing.Point(12, 142)
  133.         Me.Label2.Name = "Label2"
  134.         Me.Label2.Size = New System.Drawing.Size(73, 13)
  135.         Me.Label2.TabIndex = 9
  136.         Me.Label2.Text = "Indirizzo URL:"
  137.         '
  138.         'Label3
  139.         '
  140.         Me.Label3.AutoSize = True
  141.         Me.Label3.Location = New System.Drawing.Point(12, 168)
  142.         Me.Label3.Name = "Label3"
  143.         Me.Label3.Size = New System.Drawing.Size(66, 13)
  144.         Me.Label3.TabIndex = 10
  145.         Me.Label3.Text = "Salva come:"
  146.         '
  147.         'Label4
  148.         '
  149.         Me.Label4.AutoSize = True
  150.         Me.Label4.Location = New System.Drawing.Point(12, 219)
  151.         Me.Label4.Name = "Label4"
  152.         Me.Label4.Size = New System.Drawing.Size(92, 13)
  153.         Me.Label4.TabIndex = 11
  154.         Me.Label4.Text = "Dati di download: "
  155.         '
  156.         'cmdBrowse
  157.         '
  158.         Me.cmdBrowse.Image = CType(resources.GetObject("cmdBrowse.Image"), System.Drawing.Image)
  159.         Me.cmdBrowse.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  160.         Me.cmdBrowse.Location = New System.Drawing.Point(216, 191)
  161.         Me.cmdBrowse.Name = "cmdBrowse"
  162.         Me.cmdBrowse.Size = New System.Drawing.Size(95, 25)
  163.         Me.cmdBrowse.TabIndex = 12
  164.         Me.cmdBrowse.Text = "    Sfoglia"
  165.         Me.cmdBrowse.UseVisualStyleBackColor = True
  166.         '
  167.         'cmdStopAll
  168.         '
  169.         Me.cmdStopAll.Image = CType(resources.GetObject("cmdStopAll.Image"), System.Drawing.Image)
  170.         Me.cmdStopAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  171.         Me.cmdStopAll.Location = New System.Drawing.Point(219, 106)
  172.         Me.cmdStopAll.Name = "cmdStopAll"
  173.         Me.cmdStopAll.Size = New System.Drawing.Size(95, 25)
  174.         Me.cmdStopAll.TabIndex = 13
  175.         Me.cmdStopAll.Text = "          Interrompi"
  176.         Me.cmdStopAll.UseVisualStyleBackColor = True
  177.         '
  178.         'cmdInternet
  179.         '
  180.         Me.cmdInternet.Image = CType(resources.GetObject("cmdInternet.Image"), System.Drawing.Image)
  181.         Me.cmdInternet.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  182.         Me.cmdInternet.Location = New System.Drawing.Point(116, 191)
  183.         Me.cmdInternet.Name = "cmdInternet"
  184.         Me.cmdInternet.Size = New System.Drawing.Size(94, 25)
  185.         Me.cmdInternet.TabIndex = 14
  186.         Me.cmdInternet.Text = "      Internet"
  187.         Me.cmdInternet.UseVisualStyleBackColor = True
  188.         '
  189.         'lblPercentage
  190.         '
  191.         Me.lblPercentage.AutoSize = True
  192.         Me.lblPercentage.Location = New System.Drawing.Point(12, 245)
  193.         Me.lblPercentage.Name = "lblPercentage"
  194.         Me.lblPercentage.Size = New System.Drawing.Size(181, 13)
  195.         Me.lblPercentage.TabIndex = 15
  196.         Me.lblPercentage.Text = "0 bytes scaricati su 0, completato 0%"
  197.         '
  198.         'lblName
  199.         '
  200.         Me.lblName.AutoSize = True
  201.         Me.lblName.Location = New System.Drawing.Point(12, 232)
  202.         Me.lblName.Name = "lblName"
  203.         Me.lblName.Size = New System.Drawing.Size(71, 13)
  204.         Me.lblName.TabIndex = 16
  205.         Me.lblName.Text = "Nome del file:"
  206.         '
  207.         'lblTime
  208.         '
  209.         Me.lblTime.AutoSize = True
  210.         Me.lblTime.Location = New System.Drawing.Point(12, 258)
  211.         Me.lblTime.Name = "lblTime"
  212.         Me.lblTime.Size = New System.Drawing.Size(80, 13)
  213.         Me.lblTime.TabIndex = 17
  214.         Me.lblTime.Text = "Iniziato alle ore:"
  215.         '
  216.         'lblElapsed
  217.         '
  218.         Me.lblElapsed.AutoSize = True
  219.         Me.lblElapsed.Location = New System.Drawing.Point(12, 271)
  220.         Me.lblElapsed.Name = "lblElapsed"
  221.         Me.lblElapsed.Size = New System.Drawing.Size(89, 13)
  222.         Me.lblElapsed.TabIndex = 18
  223.         Me.lblElapsed.Text = "Tempo trascorso:"
  224.         '
  225.         'frmDownload
  226.         '
  227.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  228.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  229.         Me.ClientSize = New System.Drawing.Size(323, 319)
  230.         Me.Controls.Add(Me.lblElapsed)
  231.         Me.Controls.Add(Me.lblTime)
  232.         Me.Controls.Add(Me.lblName)
  233.         Me.Controls.Add(Me.lblPercentage)
  234.         Me.Controls.Add(Me.cmdInternet)
  235.         Me.Controls.Add(Me.cmdStopAll)
  236.         Me.Controls.Add(Me.cmdBrowse)
  237.         Me.Controls.Add(Me.Label4)
  238.         Me.Controls.Add(Me.Label3)
  239.         Me.Controls.Add(Me.Label2)
  240.         Me.Controls.Add(Me.cmdRemove)
  241.         Me.Controls.Add(Me.cmdStop)
  242.         Me.Controls.Add(Me.cmdAdd)
  243.         Me.Controls.Add(Me.lstDown)
  244.         Me.Controls.Add(Me.Label1)
  245.         Me.Controls.Add(Me.prgBar)
  246.         Me.Controls.Add(Me.cmdStart)
  247.         Me.Controls.Add(Me.txtFile)
  248.         Me.Controls.Add(Me.txtURL)
  249.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  250.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  251.         Me.MaximizeBox = False
  252.         Me.Name = "frmDownload"
  253.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  254.         Me.Text = "GLoBaL WeB - Download Service Manager"
  255.         Me.ResumeLayout(False)
  256.         Me.PerformLayout()
  257.  
  258.     End Sub
  259.     Friend WithEvents txtURL As System.Windows.Forms.TextBox
  260.     Friend WithEvents txtFile As System.Windows.Forms.TextBox
  261.     Friend WithEvents cmdStart As System.Windows.Forms.Button
  262.     Friend WithEvents prgBar As System.Windows.Forms.ProgressBar
  263.     Friend WithEvents Label1 As System.Windows.Forms.Label
  264.     Friend WithEvents lstDown As System.Windows.Forms.ListBox
  265.     Friend WithEvents cmdAdd As System.Windows.Forms.Button
  266.     Friend WithEvents cmdStop As System.Windows.Forms.Button
  267.     Friend WithEvents cmdRemove As System.Windows.Forms.Button
  268.     Friend WithEvents Label2 As System.Windows.Forms.Label
  269.     Friend WithEvents Label3 As System.Windows.Forms.Label
  270.     Friend WithEvents Label4 As System.Windows.Forms.Label
  271.     Friend WithEvents cmdBrowse As System.Windows.Forms.Button
  272.     Friend WithEvents FOpen As System.Windows.Forms.SaveFileDialog
  273.     Friend WithEvents cmdStopAll As System.Windows.Forms.Button
  274.     Friend WithEvents cmdInternet As System.Windows.Forms.Button
  275.     Friend WithEvents lblPercentage As System.Windows.Forms.Label
  276.     Friend WithEvents lblName As System.Windows.Forms.Label
  277.     Friend WithEvents lblTime As System.Windows.Forms.Label
  278.     Friend WithEvents lblElapsed As System.Windows.Forms.Label
  279.  
  280. End Class