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
QHTML 2.0 - frmForm.Designer.vb

frmForm.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmForm
  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.Label1 = New System.Windows.Forms.Label
  23.         Me.txtName = New System.Windows.Forms.TextBox
  24.         Me.Label2 = New System.Windows.Forms.Label
  25.         Me.cmbAction = New System.Windows.Forms.ComboBox
  26.         Me.Label3 = New System.Windows.Forms.Label
  27.         Me.cmbMethod = New System.Windows.Forms.ComboBox
  28.         Me.Label4 = New System.Windows.Forms.Label
  29.         Me.cmbType = New System.Windows.Forms.ComboBox
  30.         Me.Label5 = New System.Windows.Forms.Label
  31.         Me.cmbTarget = New System.Windows.Forms.ComboBox
  32.         Me.Label6 = New System.Windows.Forms.Label
  33.         Me.txtURL = New System.Windows.Forms.TextBox
  34.         Me.cmdOK = New System.Windows.Forms.Button
  35.         Me.SuspendLayout()
  36.         '
  37.         'Label1
  38.         '
  39.         Me.Label1.AutoSize = True
  40.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  41.         Me.Label1.Name = "Label1"
  42.         Me.Label1.Size = New System.Drawing.Size(38, 13)
  43.         Me.Label1.TabIndex = 0
  44.         Me.Label1.Text = "Nome:"
  45.         '
  46.         'txtName
  47.         '
  48.         Me.txtName.Location = New System.Drawing.Point(56, 6)
  49.         Me.txtName.Name = "txtName"
  50.         Me.txtName.Size = New System.Drawing.Size(224, 20)
  51.         Me.txtName.TabIndex = 1
  52.         '
  53.         'Label2
  54.         '
  55.         Me.Label2.AutoSize = True
  56.         Me.Label2.Location = New System.Drawing.Point(12, 35)
  57.         Me.Label2.Name = "Label2"
  58.         Me.Label2.Size = New System.Drawing.Size(42, 13)
  59.         Me.Label2.TabIndex = 2
  60.         Me.Label2.Text = "Azione:"
  61.         '
  62.         'cmbAction
  63.         '
  64.         Me.cmbAction.FormattingEnabled = True
  65.         Me.cmbAction.Items.AddRange(New Object() {"Invia i dati a una pagina di programmazione", "Invia i dati a un indirizo e-mail"})
  66.         Me.cmbAction.Location = New System.Drawing.Point(56, 32)
  67.         Me.cmbAction.Name = "cmbAction"
  68.         Me.cmbAction.Size = New System.Drawing.Size(224, 21)
  69.         Me.cmbAction.TabIndex = 3
  70.         '
  71.         'Label3
  72.         '
  73.         Me.Label3.AutoSize = True
  74.         Me.Label3.Location = New System.Drawing.Point(12, 88)
  75.         Me.Label3.Name = "Label3"
  76.         Me.Label3.Size = New System.Drawing.Size(46, 13)
  77.         Me.Label3.TabIndex = 4
  78.         Me.Label3.Text = "Metodo:"
  79.         '
  80.         'cmbMethod
  81.         '
  82.         Me.cmbMethod.FormattingEnabled = True
  83.         Me.cmbMethod.Items.AddRange(New Object() {"GET", "POST"})
  84.         Me.cmbMethod.Location = New System.Drawing.Point(56, 85)
  85.         Me.cmbMethod.Name = "cmbMethod"
  86.         Me.cmbMethod.Size = New System.Drawing.Size(224, 21)
  87.         Me.cmbMethod.TabIndex = 5
  88.         '
  89.         'Label4
  90.         '
  91.         Me.Label4.AutoSize = True
  92.         Me.Label4.Location = New System.Drawing.Point(12, 115)
  93.         Me.Label4.Name = "Label4"
  94.         Me.Label4.Size = New System.Drawing.Size(66, 13)
  95.         Me.Label4.TabIndex = 6
  96.         Me.Label4.Text = "Tipo di dato:"
  97.         '
  98.         'cmbType
  99.         '
  100.         Me.cmbType.FormattingEnabled = True
  101.         Me.cmbType.Items.AddRange(New Object() {"text/plain", "multipart/form-data"})
  102.         Me.cmbType.Location = New System.Drawing.Point(84, 112)
  103.         Me.cmbType.Name = "cmbType"
  104.         Me.cmbType.Size = New System.Drawing.Size(196, 21)
  105.         Me.cmbType.TabIndex = 7
  106.         '
  107.         'Label5
  108.         '
  109.         Me.Label5.AutoSize = True
  110.         Me.Label5.Location = New System.Drawing.Point(12, 142)
  111.         Me.Label5.Name = "Label5"
  112.         Me.Label5.Size = New System.Drawing.Size(41, 13)
  113.         Me.Label5.TabIndex = 8
  114.         Me.Label5.Text = "Target:"
  115.         '
  116.         'cmbTarget
  117.         '
  118.         Me.cmbTarget.FormattingEnabled = True
  119.         Me.cmbTarget.Items.AddRange(New Object() {"_blank", "_self", "_parent", "_top"})
  120.         Me.cmbTarget.Location = New System.Drawing.Point(56, 139)
  121.         Me.cmbTarget.Name = "cmbTarget"
  122.         Me.cmbTarget.Size = New System.Drawing.Size(224, 21)
  123.         Me.cmbTarget.TabIndex = 9
  124.         Me.cmbTarget.Text = "[Nome frame]"
  125.         '
  126.         'Label6
  127.         '
  128.         Me.Label6.AutoSize = True
  129.         Me.Label6.Location = New System.Drawing.Point(12, 62)
  130.         Me.Label6.Name = "Label6"
  131.         Me.Label6.Size = New System.Drawing.Size(32, 13)
  132.         Me.Label6.TabIndex = 10
  133.         Me.Label6.Text = "URL:"
  134.         '
  135.         'txtURL
  136.         '
  137.         Me.txtURL.Location = New System.Drawing.Point(56, 59)
  138.         Me.txtURL.Name = "txtURL"
  139.         Me.txtURL.Size = New System.Drawing.Size(224, 20)
  140.         Me.txtURL.TabIndex = 11
  141.         '
  142.         'cmdOK
  143.         '
  144.         Me.cmdOK.Location = New System.Drawing.Point(197, 166)
  145.         Me.cmdOK.Name = "cmdOK"
  146.         Me.cmdOK.Size = New System.Drawing.Size(83, 25)
  147.         Me.cmdOK.TabIndex = 12
  148.         Me.cmdOK.Text = "OK"
  149.         Me.cmdOK.UseVisualStyleBackColor = True
  150.         '
  151.         'frmForm
  152.         '
  153.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  154.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  155.         Me.ClientSize = New System.Drawing.Size(292, 201)
  156.         Me.Controls.Add(Me.cmdOK)
  157.         Me.Controls.Add(Me.txtURL)
  158.         Me.Controls.Add(Me.Label6)
  159.         Me.Controls.Add(Me.cmbTarget)
  160.         Me.Controls.Add(Me.Label5)
  161.         Me.Controls.Add(Me.cmbType)
  162.         Me.Controls.Add(Me.Label4)
  163.         Me.Controls.Add(Me.cmbMethod)
  164.         Me.Controls.Add(Me.Label3)
  165.         Me.Controls.Add(Me.cmbAction)
  166.         Me.Controls.Add(Me.Label2)
  167.         Me.Controls.Add(Me.txtName)
  168.         Me.Controls.Add(Me.Label1)
  169.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  170.         Me.MaximizeBox = False
  171.         Me.Name = "frmForm"
  172.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  173.         Me.Text = "Creazione di un Form"
  174.         Me.ResumeLayout(False)
  175.         Me.PerformLayout()
  176.  
  177.     End Sub
  178.     Friend WithEvents Label1 As System.Windows.Forms.Label
  179.     Friend WithEvents txtName As System.Windows.Forms.TextBox
  180.     Friend WithEvents Label2 As System.Windows.Forms.Label
  181.     Friend WithEvents cmbAction As System.Windows.Forms.ComboBox
  182.     Friend WithEvents Label3 As System.Windows.Forms.Label
  183.     Friend WithEvents cmbMethod As System.Windows.Forms.ComboBox
  184.     Friend WithEvents Label4 As System.Windows.Forms.Label
  185.     Friend WithEvents cmbType As System.Windows.Forms.ComboBox
  186.     Friend WithEvents Label5 As System.Windows.Forms.Label
  187.     Friend WithEvents cmbTarget As System.Windows.Forms.ComboBox
  188.     Friend WithEvents Label6 As System.Windows.Forms.Label
  189.     Friend WithEvents txtURL As System.Windows.Forms.TextBox
  190.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  191. End Class