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
Data Viewer - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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.components = New System.ComponentModel.Container
  23.         Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
  24.         Me.strAssembly = New System.Windows.Forms.ToolStripMenuItem
  25.         Me.strLoad = New System.Windows.Forms.ToolStripMenuItem
  26.         Me.strDeleteAll = New System.Windows.Forms.ToolStripMenuItem
  27.         Me.splitMain = New System.Windows.Forms.SplitContainer
  28.         Me.splitBottom = New System.Windows.Forms.SplitContainer
  29.         Me.txtDescription = New System.Windows.Forms.TextBox
  30.         Me.lstRelatedTypes = New System.Windows.Forms.ListBox
  31.         Me.Label1 = New System.Windows.Forms.Label
  32.         Me.cntScanType = New System.Windows.Forms.ContextMenuStrip(Me.components)
  33.         Me.strAnalyze = New System.Windows.Forms.ToolStripMenuItem
  34.         Me.strCompress = New System.Windows.Forms.ToolStripMenuItem
  35.         Me.strExpand = New System.Windows.Forms.ToolStripMenuItem
  36.         Me.strClear = New System.Windows.Forms.ToolStripMenuItem
  37.         Me.strDelete = New System.Windows.Forms.ToolStripMenuItem
  38.         Me.strLimitHeight = New System.Windows.Forms.ToolStripMenuItem
  39.         Me.MenuStrip1.SuspendLayout()
  40.         Me.splitMain.Panel2.SuspendLayout()
  41.         Me.splitMain.SuspendLayout()
  42.         Me.splitBottom.Panel1.SuspendLayout()
  43.         Me.splitBottom.Panel2.SuspendLayout()
  44.         Me.splitBottom.SuspendLayout()
  45.         Me.cntScanType.SuspendLayout()
  46.         Me.SuspendLayout()
  47.         '
  48.         'MenuStrip1
  49.         '
  50.         Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strAssembly})
  51.         Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
  52.         Me.MenuStrip1.Name = "MenuStrip1"
  53.         Me.MenuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  54.         Me.MenuStrip1.Size = New System.Drawing.Size(530, 24)
  55.         Me.MenuStrip1.TabIndex = 0
  56.         Me.MenuStrip1.Text = "MenuStrip1"
  57.         '
  58.         'strAssembly
  59.         '
  60.         Me.strAssembly.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strLoad, Me.strDeleteAll})
  61.         Me.strAssembly.Name = "strAssembly"
  62.         Me.strAssembly.Size = New System.Drawing.Size(64, 20)
  63.         Me.strAssembly.Text = "Assembly"
  64.         '
  65.         'strLoad
  66.         '
  67.         Me.strLoad.Name = "strLoad"
  68.         Me.strLoad.Size = New System.Drawing.Size(152, 22)
  69.         Me.strLoad.Text = "Carica"
  70.         '
  71.         'strDeleteAll
  72.         '
  73.         Me.strDeleteAll.Name = "strDeleteAll"
  74.         Me.strDeleteAll.Size = New System.Drawing.Size(152, 22)
  75.         Me.strDeleteAll.Text = "Cancella tutto"
  76.         '
  77.         'splitMain
  78.         '
  79.         Me.splitMain.Dock = System.Windows.Forms.DockStyle.Fill
  80.         Me.splitMain.Location = New System.Drawing.Point(0, 24)
  81.         Me.splitMain.Name = "splitMain"
  82.         Me.splitMain.Orientation = System.Windows.Forms.Orientation.Horizontal
  83.         '
  84.         'splitMain.Panel1
  85.         '
  86.         Me.splitMain.Panel1.BackColor = System.Drawing.Color.White
  87.         '
  88.         'splitMain.Panel2
  89.         '
  90.         Me.splitMain.Panel2.Controls.Add(Me.splitBottom)
  91.         Me.splitMain.Size = New System.Drawing.Size(530, 424)
  92.         Me.splitMain.SplitterDistance = 316
  93.         Me.splitMain.TabIndex = 1
  94.         '
  95.         'splitBottom
  96.         '
  97.         Me.splitBottom.Dock = System.Windows.Forms.DockStyle.Fill
  98.         Me.splitBottom.Location = New System.Drawing.Point(0, 0)
  99.         Me.splitBottom.Name = "splitBottom"
  100.         '
  101.         'splitBottom.Panel1
  102.         '
  103.         Me.splitBottom.Panel1.Controls.Add(Me.txtDescription)
  104.         '
  105.         'splitBottom.Panel2
  106.         '
  107.         Me.splitBottom.Panel2.Controls.Add(Me.lstRelatedTypes)
  108.         Me.splitBottom.Panel2.Controls.Add(Me.Label1)
  109.         Me.splitBottom.Size = New System.Drawing.Size(530, 104)
  110.         Me.splitBottom.SplitterDistance = 345
  111.         Me.splitBottom.TabIndex = 3
  112.         '
  113.         'txtDescription
  114.         '
  115.         Me.txtDescription.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  116.                     Or System.Windows.Forms.AnchorStyles.Left) _
  117.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  118.         Me.txtDescription.Location = New System.Drawing.Point(3, 3)
  119.         Me.txtDescription.Multiline = True
  120.         Me.txtDescription.Name = "txtDescription"
  121.         Me.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both
  122.         Me.txtDescription.Size = New System.Drawing.Size(339, 98)
  123.         Me.txtDescription.TabIndex = 0
  124.         '
  125.         'lstRelatedTypes
  126.         '
  127.         Me.lstRelatedTypes.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  128.                     Or System.Windows.Forms.AnchorStyles.Left) _
  129.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  130.         Me.lstRelatedTypes.FormattingEnabled = True
  131.         Me.lstRelatedTypes.IntegralHeight = False
  132.         Me.lstRelatedTypes.Location = New System.Drawing.Point(3, 19)
  133.         Me.lstRelatedTypes.Name = "lstRelatedTypes"
  134.         Me.lstRelatedTypes.Size = New System.Drawing.Size(175, 82)
  135.         Me.lstRelatedTypes.TabIndex = 2
  136.         '
  137.         'Label1
  138.         '
  139.         Me.Label1.AutoSize = True
  140.         Me.Label1.Location = New System.Drawing.Point(0, 3)
  141.         Me.Label1.Name = "Label1"
  142.         Me.Label1.Size = New System.Drawing.Size(67, 13)
  143.         Me.Label1.TabIndex = 1
  144.         Me.Label1.Text = "Tipi correlati:"
  145.         '
  146.         'cntScanType
  147.         '
  148.         Me.cntScanType.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strAnalyze, Me.strCompress, Me.strExpand, Me.strClear, Me.strDelete, Me.strLimitHeight})
  149.         Me.cntScanType.Name = "cntScanType"
  150.         Me.cntScanType.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  151.         Me.cntScanType.Size = New System.Drawing.Size(154, 158)
  152.         '
  153.         'strAnalyze
  154.         '
  155.         Me.strAnalyze.Name = "strAnalyze"
  156.         Me.strAnalyze.Size = New System.Drawing.Size(153, 22)
  157.         Me.strAnalyze.Text = "Analizza"
  158.         '
  159.         'strCompress
  160.         '
  161.         Me.strCompress.Name = "strCompress"
  162.         Me.strCompress.Size = New System.Drawing.Size(153, 22)
  163.         Me.strCompress.Text = "Comprimi"
  164.         '
  165.         'strExpand
  166.         '
  167.         Me.strExpand.Name = "strExpand"
  168.         Me.strExpand.Size = New System.Drawing.Size(153, 22)
  169.         Me.strExpand.Text = "Espandi"
  170.         '
  171.         'strClear
  172.         '
  173.         Me.strClear.Name = "strClear"
  174.         Me.strClear.Size = New System.Drawing.Size(153, 22)
  175.         Me.strClear.Text = "Pulisci"
  176.         '
  177.         'strDelete
  178.         '
  179.         Me.strDelete.Name = "strDelete"
  180.         Me.strDelete.Size = New System.Drawing.Size(153, 22)
  181.         Me.strDelete.Text = "Elimina"
  182.         '
  183.         'strLimitHeight
  184.         '
  185.         Me.strLimitHeight.Name = "strLimitHeight"
  186.         Me.strLimitHeight.Size = New System.Drawing.Size(153, 22)
  187.         Me.strLimitHeight.Text = "Limita l'altezza"
  188.         '
  189.         'Form1
  190.         '
  191.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  192.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  193.         Me.ClientSize = New System.Drawing.Size(530, 448)
  194.         Me.Controls.Add(Me.splitMain)
  195.         Me.Controls.Add(Me.MenuStrip1)
  196.         Me.MainMenuStrip = Me.MenuStrip1
  197.         Me.Name = "Form1"
  198.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  199.         Me.Text = "Data Viewer"
  200.         Me.MenuStrip1.ResumeLayout(False)
  201.         Me.MenuStrip1.PerformLayout()
  202.         Me.splitMain.Panel2.ResumeLayout(False)
  203.         Me.splitMain.ResumeLayout(False)
  204.         Me.splitBottom.Panel1.ResumeLayout(False)
  205.         Me.splitBottom.Panel1.PerformLayout()
  206.         Me.splitBottom.Panel2.ResumeLayout(False)
  207.         Me.splitBottom.Panel2.PerformLayout()
  208.         Me.splitBottom.ResumeLayout(False)
  209.         Me.cntScanType.ResumeLayout(False)
  210.         Me.ResumeLayout(False)
  211.         Me.PerformLayout()
  212.  
  213.     End Sub
  214.     Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
  215.     Friend WithEvents strAssembly As System.Windows.Forms.ToolStripMenuItem
  216.     Friend WithEvents strLoad As System.Windows.Forms.ToolStripMenuItem
  217.     Friend WithEvents splitMain As System.Windows.Forms.SplitContainer
  218.     Friend WithEvents txtDescription As System.Windows.Forms.TextBox
  219.     Friend WithEvents cntScanType As System.Windows.Forms.ContextMenuStrip
  220.     Friend WithEvents strAnalyze As System.Windows.Forms.ToolStripMenuItem
  221.     Friend WithEvents strCompress As System.Windows.Forms.ToolStripMenuItem
  222.     Friend WithEvents strExpand As System.Windows.Forms.ToolStripMenuItem
  223.     Friend WithEvents strClear As System.Windows.Forms.ToolStripMenuItem
  224.     Friend WithEvents lstRelatedTypes As System.Windows.Forms.ListBox
  225.     Friend WithEvents Label1 As System.Windows.Forms.Label
  226.     Friend WithEvents splitBottom As System.Windows.Forms.SplitContainer
  227.     Friend WithEvents strDeleteAll As System.Windows.Forms.ToolStripMenuItem
  228.     Friend WithEvents strDelete As System.Windows.Forms.ToolStripMenuItem
  229.     Friend WithEvents strLimitHeight As System.Windows.Forms.ToolStripMenuItem
  230.  
  231. End Class