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

Source.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Source
  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(Source))
  23.         Me.txtSource = New System.Windows.Forms.TextBox
  24.         Me.Label1 = New System.Windows.Forms.Label
  25.         Me.cmdOK = New System.Windows.Forms.Button
  26.         Me.cmdCopy = New System.Windows.Forms.Button
  27.         Me.Button1 = New System.Windows.Forms.Button
  28.         Me.SuspendLayout()
  29.         '
  30.         'txtSource
  31.         '
  32.         Me.txtSource.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  33.                     Or System.Windows.Forms.AnchorStyles.Left) _
  34.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  35.         Me.txtSource.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  36.         Me.txtSource.Location = New System.Drawing.Point(12, 25)
  37.         Me.txtSource.Multiline = True
  38.         Me.txtSource.Name = "txtSource"
  39.         Me.txtSource.ScrollBars = System.Windows.Forms.ScrollBars.Both
  40.         Me.txtSource.Size = New System.Drawing.Size(337, 232)
  41.         Me.txtSource.TabIndex = 0
  42.         '
  43.         'Label1
  44.         '
  45.         Me.Label1.AutoSize = True
  46.         Me.Label1.Location = New System.Drawing.Point(9, 9)
  47.         Me.Label1.Name = "Label1"
  48.         Me.Label1.Size = New System.Drawing.Size(87, 13)
  49.         Me.Label1.TabIndex = 1
  50.         Me.Label1.Text = "Codice sorgente:"
  51.         '
  52.         'cmdOK
  53.         '
  54.         Me.cmdOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  55.         Me.cmdOK.Location = New System.Drawing.Point(12, 263)
  56.         Me.cmdOK.Name = "cmdOK"
  57.         Me.cmdOK.Size = New System.Drawing.Size(98, 24)
  58.         Me.cmdOK.TabIndex = 2
  59.         Me.cmdOK.Text = "OK"
  60.         Me.cmdOK.UseVisualStyleBackColor = True
  61.         '
  62.         'cmdCopy
  63.         '
  64.         Me.cmdCopy.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  65.         Me.cmdCopy.Location = New System.Drawing.Point(250, 263)
  66.         Me.cmdCopy.Name = "cmdCopy"
  67.         Me.cmdCopy.Size = New System.Drawing.Size(99, 24)
  68.         Me.cmdCopy.TabIndex = 3
  69.         Me.cmdCopy.Text = "Copia"
  70.         Me.cmdCopy.UseVisualStyleBackColor = True
  71.         '
  72.         'Button1
  73.         '
  74.         Me.Button1.Anchor = System.Windows.Forms.AnchorStyles.Bottom
  75.         Me.Button1.Location = New System.Drawing.Point(132, 263)
  76.         Me.Button1.Name = "Button1"
  77.         Me.Button1.Size = New System.Drawing.Size(101, 24)
  78.         Me.Button1.TabIndex = 4
  79.         Me.Button1.Text = "Pulisci"
  80.         Me.Button1.UseVisualStyleBackColor = True
  81.         '
  82.         'Source
  83.         '
  84.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  85.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  86.         Me.ClientSize = New System.Drawing.Size(366, 297)
  87.         Me.Controls.Add(Me.Button1)
  88.         Me.Controls.Add(Me.cmdCopy)
  89.         Me.Controls.Add(Me.cmdOK)
  90.         Me.Controls.Add(Me.Label1)
  91.         Me.Controls.Add(Me.txtSource)
  92.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  93.         Me.Name = "Source"
  94.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  95.         Me.Text = "GLoBaL WeB - Page Source Code"
  96.         Me.ResumeLayout(False)
  97.         Me.PerformLayout()
  98.  
  99.     End Sub
  100.     Friend WithEvents txtSource As System.Windows.Forms.TextBox
  101.     Friend WithEvents Label1 As System.Windows.Forms.Label
  102.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  103.     Friend WithEvents cmdCopy As System.Windows.Forms.Button
  104.     Friend WithEvents Button1 As System.Windows.Forms.Button
  105. End Class