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
TDocumentation dotNet - 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.splitMain = New System.Windows.Forms.SplitContainer
  24.         Me.lstCodes = New System.Windows.Forms.ListView
  25.         Me.cntCodes = New System.Windows.Forms.ContextMenuStrip(Me.components)
  26.         Me.strAddSources = New System.Windows.Forms.ToolStripMenuItem
  27.         Me.strRemoveSources = New System.Windows.Forms.ToolStripMenuItem
  28.         Me.strDelAll = New System.Windows.Forms.ToolStripMenuItem
  29.         Me.imgImages = New System.Windows.Forms.ImageList(Me.components)
  30.         Me.btnAbout = New System.Windows.Forms.Button
  31.         Me.txtTitle = New System.Windows.Forms.TextBox
  32.         Me.Label2 = New System.Windows.Forms.Label
  33.         Me.btnCreate = New System.Windows.Forms.Button
  34.         Me.grpOptions = New System.Windows.Forms.GroupBox
  35.         Me.chbShowUndocumented = New System.Windows.Forms.CheckBox
  36.         Me.chbPrivateMembers = New System.Windows.Forms.CheckBox
  37.         Me.chbOneSourceOneDoc = New System.Windows.Forms.CheckBox
  38.         Me.cmbFormat = New System.Windows.Forms.ComboBox
  39.         Me.Label1 = New System.Windows.Forms.Label
  40.         Me.ofdSource = New System.Windows.Forms.OpenFileDialog
  41.         Me.fbdOutput = New System.Windows.Forms.FolderBrowserDialog
  42.         Me.splitMain.Panel1.SuspendLayout()
  43.         Me.splitMain.Panel2.SuspendLayout()
  44.         Me.splitMain.SuspendLayout()
  45.         Me.cntCodes.SuspendLayout()
  46.         Me.grpOptions.SuspendLayout()
  47.         Me.SuspendLayout()
  48.         '
  49.         'splitMain
  50.         '
  51.         Me.splitMain.Dock = System.Windows.Forms.DockStyle.Fill
  52.         Me.splitMain.Location = New System.Drawing.Point(0, 0)
  53.         Me.splitMain.Name = "splitMain"
  54.         '
  55.         'splitMain.Panel1
  56.         '
  57.         Me.splitMain.Panel1.Controls.Add(Me.lstCodes)
  58.         '
  59.         'splitMain.Panel2
  60.         '
  61.         Me.splitMain.Panel2.Controls.Add(Me.btnAbout)
  62.         Me.splitMain.Panel2.Controls.Add(Me.txtTitle)
  63.         Me.splitMain.Panel2.Controls.Add(Me.Label2)
  64.         Me.splitMain.Panel2.Controls.Add(Me.btnCreate)
  65.         Me.splitMain.Panel2.Controls.Add(Me.grpOptions)
  66.         Me.splitMain.Panel2.Controls.Add(Me.cmbFormat)
  67.         Me.splitMain.Panel2.Controls.Add(Me.Label1)
  68.         Me.splitMain.Panel2MinSize = 100
  69.         Me.splitMain.Size = New System.Drawing.Size(632, 489)
  70.         Me.splitMain.SplitterDistance = 380
  71.         Me.splitMain.TabIndex = 0
  72.         '
  73.         'lstCodes
  74.         '
  75.         Me.lstCodes.ContextMenuStrip = Me.cntCodes
  76.         Me.lstCodes.Dock = System.Windows.Forms.DockStyle.Fill
  77.         Me.lstCodes.HideSelection = False
  78.         Me.lstCodes.LargeImageList = Me.imgImages
  79.         Me.lstCodes.Location = New System.Drawing.Point(0, 0)
  80.         Me.lstCodes.Name = "lstCodes"
  81.         Me.lstCodes.Size = New System.Drawing.Size(380, 489)
  82.         Me.lstCodes.TabIndex = 0
  83.         Me.lstCodes.UseCompatibleStateImageBehavior = False
  84.         '
  85.         'cntCodes
  86.         '
  87.         Me.cntCodes.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strAddSources, Me.strRemoveSources, Me.strDelAll})
  88.         Me.cntCodes.Name = "cntCodes"
  89.         Me.cntCodes.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  90.         Me.cntCodes.Size = New System.Drawing.Size(169, 70)
  91.         '
  92.         'strAddSources
  93.         '
  94.         Me.strAddSources.Name = "strAddSources"
  95.         Me.strAddSources.Size = New System.Drawing.Size(168, 22)
  96.         Me.strAddSources.Text = "Aggiungi sorgenti"
  97.         '
  98.         'strRemoveSources
  99.         '
  100.         Me.strRemoveSources.Name = "strRemoveSources"
  101.         Me.strRemoveSources.Size = New System.Drawing.Size(168, 22)
  102.         Me.strRemoveSources.Text = "Rimuovi sorgenti"
  103.         '
  104.         'strDelAll
  105.         '
  106.         Me.strDelAll.Name = "strDelAll"
  107.         Me.strDelAll.Size = New System.Drawing.Size(168, 22)
  108.         Me.strDelAll.Text = "Rimuovi tutto"
  109.         '
  110.         'imgImages
  111.         '
  112.         Me.imgImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit
  113.         Me.imgImages.ImageSize = New System.Drawing.Size(32, 32)
  114.         Me.imgImages.TransparentColor = System.Drawing.Color.Transparent
  115.         '
  116.         'btnAbout
  117.         '
  118.         Me.btnAbout.Location = New System.Drawing.Point(12, 223)
  119.         Me.btnAbout.Name = "btnAbout"
  120.         Me.btnAbout.Size = New System.Drawing.Size(75, 23)
  121.         Me.btnAbout.TabIndex = 6
  122.         Me.btnAbout.Text = "About"
  123.         Me.btnAbout.UseVisualStyleBackColor = True
  124.         '
  125.         'txtTitle
  126.         '
  127.         Me.txtTitle.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  128.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  129.         Me.txtTitle.Location = New System.Drawing.Point(12, 197)
  130.         Me.txtTitle.Name = "txtTitle"
  131.         Me.txtTitle.Size = New System.Drawing.Size(224, 20)
  132.         Me.txtTitle.TabIndex = 5
  133.         Me.txtTitle.Text = "Progetto 1"
  134.         '
  135.         'Label2
  136.         '
  137.         Me.Label2.AutoSize = True
  138.         Me.Label2.Location = New System.Drawing.Point(9, 181)
  139.         Me.Label2.Name = "Label2"
  140.         Me.Label2.Size = New System.Drawing.Size(97, 13)
  141.         Me.Label2.TabIndex = 4
  142.         Me.Label2.Text = "Nome del progetto:"
  143.         '
  144.         'btnCreate
  145.         '
  146.         Me.btnCreate.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  147.         Me.btnCreate.Location = New System.Drawing.Point(161, 223)
  148.         Me.btnCreate.Name = "btnCreate"
  149.         Me.btnCreate.Size = New System.Drawing.Size(75, 23)
  150.         Me.btnCreate.TabIndex = 3
  151.         Me.btnCreate.Text = "Crea"
  152.         Me.btnCreate.UseVisualStyleBackColor = True
  153.         '
  154.         'grpOptions
  155.         '
  156.         Me.grpOptions.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  157.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  158.         Me.grpOptions.Controls.Add(Me.chbShowUndocumented)
  159.         Me.grpOptions.Controls.Add(Me.chbPrivateMembers)
  160.         Me.grpOptions.Controls.Add(Me.chbOneSourceOneDoc)
  161.         Me.grpOptions.Location = New System.Drawing.Point(12, 52)
  162.         Me.grpOptions.Name = "grpOptions"
  163.         Me.grpOptions.Size = New System.Drawing.Size(224, 117)
  164.         Me.grpOptions.TabIndex = 2
  165.         Me.grpOptions.TabStop = False
  166.         Me.grpOptions.Text = "Opzioni documentazione"
  167.         '
  168.         'chbShowUndocumented
  169.         '
  170.         Me.chbShowUndocumented.Checked = True
  171.         Me.chbShowUndocumented.CheckState = System.Windows.Forms.CheckState.Checked
  172.         Me.chbShowUndocumented.Location = New System.Drawing.Point(6, 79)
  173.         Me.chbShowUndocumented.Name = "chbShowUndocumented"
  174.         Me.chbShowUndocumented.Size = New System.Drawing.Size(200, 32)
  175.         Me.chbShowUndocumented.TabIndex = 2
  176.         Me.chbShowUndocumented.Text = "Mostra anche i membri non documentati"
  177.         Me.chbShowUndocumented.UseVisualStyleBackColor = True
  178.         '
  179.         'chbPrivateMembers
  180.         '
  181.         Me.chbPrivateMembers.AutoSize = True
  182.         Me.chbPrivateMembers.Location = New System.Drawing.Point(6, 56)
  183.         Me.chbPrivateMembers.Name = "chbPrivateMembers"
  184.         Me.chbPrivateMembers.Size = New System.Drawing.Size(186, 17)
  185.         Me.chbPrivateMembers.TabIndex = 1
  186.         Me.chbPrivateMembers.Text = "Documenta anche i membri privati"
  187.         Me.chbPrivateMembers.UseVisualStyleBackColor = True
  188.         '
  189.         'chbOneSourceOneDoc
  190.         '
  191.         Me.chbOneSourceOneDoc.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  192.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  193.         Me.chbOneSourceOneDoc.Location = New System.Drawing.Point(6, 19)
  194.         Me.chbOneSourceOneDoc.Name = "chbOneSourceOneDoc"
  195.         Me.chbOneSourceOneDoc.Size = New System.Drawing.Size(212, 31)
  196.         Me.chbOneSourceOneDoc.TabIndex = 0
  197.         Me.chbOneSourceOneDoc.Text = "Genera un file di documentazione diverso per ogni sorgente"
  198.         Me.chbOneSourceOneDoc.UseVisualStyleBackColor = True
  199.         '
  200.         'cmbFormat
  201.         '
  202.         Me.cmbFormat.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  203.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  204.         Me.cmbFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  205.         Me.cmbFormat.FormattingEnabled = True
  206.         Me.cmbFormat.Items.AddRange(New Object() {"Html"})
  207.         Me.cmbFormat.Location = New System.Drawing.Point(12, 25)
  208.         Me.cmbFormat.Name = "cmbFormat"
  209.         Me.cmbFormat.Size = New System.Drawing.Size(224, 21)
  210.         Me.cmbFormat.TabIndex = 1
  211.         '
  212.         'Label1
  213.         '
  214.         Me.Label1.AutoSize = True
  215.         Me.Label1.Location = New System.Drawing.Point(9, 9)
  216.         Me.Label1.Name = "Label1"
  217.         Me.Label1.Size = New System.Drawing.Size(129, 13)
  218.         Me.Label1.TabIndex = 0
  219.         Me.Label1.Text = "Formato documentazione:"
  220.         '
  221.         'ofdSource
  222.         '
  223.         Me.ofdSource.Filter = "File sorgenti Visual Basic .Net|*.vb"
  224.         Me.ofdSource.Multiselect = True
  225.         '
  226.         'fbdOutput
  227.         '
  228.         Me.fbdOutput.Description = "Scegli la cartella dove verrà salvata la documentazione:"
  229.         '
  230.         'Form1
  231.         '
  232.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  233.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  234.         Me.ClientSize = New System.Drawing.Size(632, 489)
  235.         Me.Controls.Add(Me.splitMain)
  236.         Me.Name = "Form1"
  237.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  238.         Me.Text = "TDocumentation dotNet"
  239.         Me.splitMain.Panel1.ResumeLayout(False)
  240.         Me.splitMain.Panel2.ResumeLayout(False)
  241.         Me.splitMain.Panel2.PerformLayout()
  242.         Me.splitMain.ResumeLayout(False)
  243.         Me.cntCodes.ResumeLayout(False)
  244.         Me.grpOptions.ResumeLayout(False)
  245.         Me.grpOptions.PerformLayout()
  246.         Me.ResumeLayout(False)
  247.  
  248.     End Sub
  249.     Friend WithEvents splitMain As System.Windows.Forms.SplitContainer
  250.     Friend WithEvents lstCodes As System.Windows.Forms.ListView
  251.     Friend WithEvents cntCodes As System.Windows.Forms.ContextMenuStrip
  252.     Friend WithEvents strAddSources As System.Windows.Forms.ToolStripMenuItem
  253.     Friend WithEvents strRemoveSources As System.Windows.Forms.ToolStripMenuItem
  254.     Friend WithEvents grpOptions As System.Windows.Forms.GroupBox
  255.     Friend WithEvents chbOneSourceOneDoc As System.Windows.Forms.CheckBox
  256.     Friend WithEvents cmbFormat As System.Windows.Forms.ComboBox
  257.     Friend WithEvents Label1 As System.Windows.Forms.Label
  258.     Friend WithEvents imgImages As System.Windows.Forms.ImageList
  259.     Friend WithEvents chbShowUndocumented As System.Windows.Forms.CheckBox
  260.     Friend WithEvents chbPrivateMembers As System.Windows.Forms.CheckBox
  261.     Friend WithEvents ofdSource As System.Windows.Forms.OpenFileDialog
  262.     Friend WithEvents btnCreate As System.Windows.Forms.Button
  263.     Friend WithEvents fbdOutput As System.Windows.Forms.FolderBrowserDialog
  264.     Friend WithEvents txtTitle As System.Windows.Forms.TextBox
  265.     Friend WithEvents Label2 As System.Windows.Forms.Label
  266.     Friend WithEvents btnAbout As System.Windows.Forms.Button
  267.     Friend WithEvents strDelAll As System.Windows.Forms.ToolStripMenuItem
  268.  
  269. End Class