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
Download Services Manager - 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.         Me.txtURL = New System.Windows.Forms.TextBox
  23.         Me.txtFile = New System.Windows.Forms.TextBox
  24.         Me.cmdStart = New System.Windows.Forms.Button
  25.         Me.prgBar = New System.Windows.Forms.ProgressBar
  26.         Me.Label1 = New System.Windows.Forms.Label
  27.         Me.lstDown = New System.Windows.Forms.ListBox
  28.         Me.cmdAdd = New System.Windows.Forms.Button
  29.         Me.cmdStop = New System.Windows.Forms.Button
  30.         Me.cmdRemove = New System.Windows.Forms.Button
  31.         Me.Label2 = New System.Windows.Forms.Label
  32.         Me.Label3 = New System.Windows.Forms.Label
  33.         Me.Label4 = New System.Windows.Forms.Label
  34.         Me.cmdBrowse = New System.Windows.Forms.Button
  35.         Me.FOpen = New System.Windows.Forms.SaveFileDialog
  36.         Me.cmdStopAll = New System.Windows.Forms.Button
  37.         Me.cmdInternet = New System.Windows.Forms.Button
  38.         Me.SuspendLayout()
  39.         '
  40.         'txtURL
  41.         '
  42.         Me.txtURL.Location = New System.Drawing.Point(91, 139)
  43.         Me.txtURL.Name = "txtURL"
  44.         Me.txtURL.Size = New System.Drawing.Size(223, 20)
  45.         Me.txtURL.TabIndex = 0
  46.         '
  47.         'txtFile
  48.         '
  49.         Me.txtFile.Location = New System.Drawing.Point(91, 165)
  50.         Me.txtFile.Name = "txtFile"
  51.         Me.txtFile.Size = New System.Drawing.Size(223, 20)
  52.         Me.txtFile.TabIndex = 1
  53.         '
  54.         'cmdStart
  55.         '
  56.         Me.cmdStart.Location = New System.Drawing.Point(219, 25)
  57.         Me.cmdStart.Name = "cmdStart"
  58.         Me.cmdStart.Size = New System.Drawing.Size(95, 25)
  59.         Me.cmdStart.TabIndex = 2
  60.         Me.cmdStart.Text = "Inizia"
  61.         Me.cmdStart.UseVisualStyleBackColor = True
  62.         '
  63.         'prgBar
  64.         '
  65.         Me.prgBar.Location = New System.Drawing.Point(15, 248)
  66.         Me.prgBar.Name = "prgBar"
  67.         Me.prgBar.Size = New System.Drawing.Size(299, 23)
  68.         Me.prgBar.TabIndex = 3
  69.         '
  70.         'Label1
  71.         '
  72.         Me.Label1.AutoSize = True
  73.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  74.         Me.Label1.Name = "Label1"
  75.         Me.Label1.Size = New System.Drawing.Size(161, 13)
  76.         Me.Label1.TabIndex = 4
  77.         Me.Label1.Text = "Lista dei download da effettuare:"
  78.         '
  79.         'lstDown
  80.         '
  81.         Me.lstDown.Cursor = System.Windows.Forms.Cursors.No
  82.         Me.lstDown.FormattingEnabled = True
  83.         Me.lstDown.HorizontalScrollbar = True
  84.         Me.lstDown.Location = New System.Drawing.Point(15, 25)
  85.         Me.lstDown.Name = "lstDown"
  86.         Me.lstDown.Size = New System.Drawing.Size(198, 108)
  87.         Me.lstDown.TabIndex = 5
  88.         '
  89.         'cmdAdd
  90.         '
  91.         Me.cmdAdd.Location = New System.Drawing.Point(15, 191)
  92.         Me.cmdAdd.Name = "cmdAdd"
  93.         Me.cmdAdd.Size = New System.Drawing.Size(95, 25)
  94.         Me.cmdAdd.TabIndex = 6
  95.         Me.cmdAdd.Text = "Inserisci"
  96.         Me.cmdAdd.UseVisualStyleBackColor = True
  97.         '
  98.         'cmdStop
  99.         '
  100.         Me.cmdStop.Location = New System.Drawing.Point(219, 52)
  101.         Me.cmdStop.Name = "cmdStop"
  102.         Me.cmdStop.Size = New System.Drawing.Size(95, 25)
  103.         Me.cmdStop.TabIndex = 7
  104.         Me.cmdStop.Text = "Blocca"
  105.         Me.cmdStop.UseVisualStyleBackColor = True
  106.         '
  107.         'cmdRemove
  108.         '
  109.         Me.cmdRemove.Location = New System.Drawing.Point(219, 79)
  110.         Me.cmdRemove.Name = "cmdRemove"
  111.         Me.cmdRemove.Size = New System.Drawing.Size(95, 25)
  112.         Me.cmdRemove.TabIndex = 8
  113.         Me.cmdRemove.Text = "Rimuovi"
  114.         Me.cmdRemove.UseVisualStyleBackColor = True
  115.         '
  116.         'Label2
  117.         '
  118.         Me.Label2.AutoSize = True
  119.         Me.Label2.Location = New System.Drawing.Point(12, 142)
  120.         Me.Label2.Name = "Label2"
  121.         Me.Label2.Size = New System.Drawing.Size(73, 13)
  122.         Me.Label2.TabIndex = 9
  123.         Me.Label2.Text = "Indirizzo URL:"
  124.         '
  125.         'Label3
  126.         '
  127.         Me.Label3.AutoSize = True
  128.         Me.Label3.Location = New System.Drawing.Point(12, 168)
  129.         Me.Label3.Name = "Label3"
  130.         Me.Label3.Size = New System.Drawing.Size(66, 13)
  131.         Me.Label3.TabIndex = 10
  132.         Me.Label3.Text = "Salva come:"
  133.         '
  134.         'Label4
  135.         '
  136.         Me.Label4.AutoSize = True
  137.         Me.Label4.Location = New System.Drawing.Point(12, 219)
  138.         Me.Label4.Name = "Label4"
  139.         Me.Label4.Size = New System.Drawing.Size(181, 26)
  140.         Me.Label4.TabIndex = 11
  141.         Me.Label4.Text = "Dati di download: " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "0 bytes scaricati su 0, completato 0%"
  142.         '
  143.         'cmdBrowse
  144.         '
  145.         Me.cmdBrowse.Location = New System.Drawing.Point(216, 191)
  146.         Me.cmdBrowse.Name = "cmdBrowse"
  147.         Me.cmdBrowse.Size = New System.Drawing.Size(95, 25)
  148.         Me.cmdBrowse.TabIndex = 12
  149.         Me.cmdBrowse.Text = "Sfoglia"
  150.         Me.cmdBrowse.UseVisualStyleBackColor = True
  151.         '
  152.         'cmdStopAll
  153.         '
  154.         Me.cmdStopAll.Location = New System.Drawing.Point(219, 106)
  155.         Me.cmdStopAll.Name = "cmdStopAll"
  156.         Me.cmdStopAll.Size = New System.Drawing.Size(95, 25)
  157.         Me.cmdStopAll.TabIndex = 13
  158.         Me.cmdStopAll.Text = "Blocca tutto"
  159.         Me.cmdStopAll.UseVisualStyleBackColor = True
  160.         '
  161.         'cmdInternet
  162.         '
  163.         Me.cmdInternet.Location = New System.Drawing.Point(116, 191)
  164.         Me.cmdInternet.Name = "cmdInternet"
  165.         Me.cmdInternet.Size = New System.Drawing.Size(94, 25)
  166.         Me.cmdInternet.TabIndex = 14
  167.         Me.cmdInternet.Text = "Internet"
  168.         Me.cmdInternet.UseVisualStyleBackColor = True
  169.         '
  170.         'frmDownload
  171.         '
  172.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  173.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  174.         Me.ClientSize = New System.Drawing.Size(323, 281)
  175.         Me.Controls.Add(Me.cmdInternet)
  176.         Me.Controls.Add(Me.cmdStopAll)
  177.         Me.Controls.Add(Me.cmdBrowse)
  178.         Me.Controls.Add(Me.Label4)
  179.         Me.Controls.Add(Me.Label3)
  180.         Me.Controls.Add(Me.Label2)
  181.         Me.Controls.Add(Me.cmdRemove)
  182.         Me.Controls.Add(Me.cmdStop)
  183.         Me.Controls.Add(Me.cmdAdd)
  184.         Me.Controls.Add(Me.lstDown)
  185.         Me.Controls.Add(Me.Label1)
  186.         Me.Controls.Add(Me.prgBar)
  187.         Me.Controls.Add(Me.cmdStart)
  188.         Me.Controls.Add(Me.txtFile)
  189.         Me.Controls.Add(Me.txtURL)
  190.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  191.         Me.MaximizeBox = False
  192.         Me.Name = "frmDownload"
  193.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  194.         Me.Text = "Download Service Manager"
  195.         Me.ResumeLayout(False)
  196.         Me.PerformLayout()
  197.  
  198.     End Sub
  199.     Friend WithEvents txtURL As System.Windows.Forms.TextBox
  200.     Friend WithEvents txtFile As System.Windows.Forms.TextBox
  201.     Friend WithEvents cmdStart As System.Windows.Forms.Button
  202.     Friend WithEvents prgBar As System.Windows.Forms.ProgressBar
  203.     Friend WithEvents Label1 As System.Windows.Forms.Label
  204.     Friend WithEvents lstDown As System.Windows.Forms.ListBox
  205.     Friend WithEvents cmdAdd As System.Windows.Forms.Button
  206.     Friend WithEvents cmdStop As System.Windows.Forms.Button
  207.     Friend WithEvents cmdRemove As System.Windows.Forms.Button
  208.     Friend WithEvents Label2 As System.Windows.Forms.Label
  209.     Friend WithEvents Label3 As System.Windows.Forms.Label
  210.     Friend WithEvents Label4 As System.Windows.Forms.Label
  211.     Friend WithEvents cmdBrowse As System.Windows.Forms.Button
  212.     Friend WithEvents FOpen As System.Windows.Forms.SaveFileDialog
  213.     Friend WithEvents cmdStopAll As System.Windows.Forms.Button
  214.     Friend WithEvents cmdInternet As System.Windows.Forms.Button
  215.  
  216. End Class