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
TLT Reader - 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.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  23.         Me.strMain = New System.Windows.Forms.MenuStrip
  24.         Me.strFile = New System.Windows.Forms.ToolStripMenuItem
  25.         Me.strSave = New System.Windows.Forms.ToolStripMenuItem
  26.         Me.strOpen = New System.Windows.Forms.ToolStripMenuItem
  27.         Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
  28.         Me.strExit = New System.Windows.Forms.ToolStripMenuItem
  29.         Me.strTool = New System.Windows.Forms.ToolStrip
  30.         Me.cmbFonts = New System.Windows.Forms.ToolStripComboBox
  31.         Me.cmbSize = New System.Windows.Forms.ToolStripComboBox
  32.         Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator
  33.         Me.strBold = New System.Windows.Forms.ToolStripButton
  34.         Me.strItalic = New System.Windows.Forms.ToolStripButton
  35.         Me.strUnderlined = New System.Windows.Forms.ToolStripButton
  36.         Me.strColor = New System.Windows.Forms.ToolStripButton
  37.         Me.rtbText = New System.Windows.Forms.RichTextBox
  38.         Me.strMain.SuspendLayout()
  39.         Me.strTool.SuspendLayout()
  40.         Me.SuspendLayout()
  41.         '
  42.         'strMain
  43.         '
  44.         Me.strMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strFile})
  45.         Me.strMain.Location = New System.Drawing.Point(0, 0)
  46.         Me.strMain.Name = "strMain"
  47.         Me.strMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  48.         Me.strMain.Size = New System.Drawing.Size(460, 24)
  49.         Me.strMain.TabIndex = 1
  50.         Me.strMain.Text = "MenuStrip1"
  51.         '
  52.         'strFile
  53.         '
  54.         Me.strFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strSave, Me.strOpen, Me.ToolStripMenuItem1, Me.strExit})
  55.         Me.strFile.Name = "strFile"
  56.         Me.strFile.Size = New System.Drawing.Size(35, 20)
  57.         Me.strFile.Text = "File"
  58.         '
  59.         'strSave
  60.         '
  61.         Me.strSave.Name = "strSave"
  62.         Me.strSave.Size = New System.Drawing.Size(152, 22)
  63.         Me.strSave.Text = "Salva"
  64.         '
  65.         'strOpen
  66.         '
  67.         Me.strOpen.Name = "strOpen"
  68.         Me.strOpen.Size = New System.Drawing.Size(152, 22)
  69.         Me.strOpen.Text = "Apri"
  70.         '
  71.         'ToolStripMenuItem1
  72.         '
  73.         Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
  74.         Me.ToolStripMenuItem1.Size = New System.Drawing.Size(149, 6)
  75.         '
  76.         'strExit
  77.         '
  78.         Me.strExit.Name = "strExit"
  79.         Me.strExit.Size = New System.Drawing.Size(152, 22)
  80.         Me.strExit.Text = "Esci"
  81.         '
  82.         'strTool
  83.         '
  84.         Me.strTool.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.cmbFonts, Me.cmbSize, Me.ToolStripSeparator1, Me.strBold, Me.strItalic, Me.strUnderlined, Me.strColor})
  85.         Me.strTool.Location = New System.Drawing.Point(0, 24)
  86.         Me.strTool.Name = "strTool"
  87.         Me.strTool.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  88.         Me.strTool.Size = New System.Drawing.Size(460, 25)
  89.         Me.strTool.TabIndex = 2
  90.         Me.strTool.Text = "ToolStrip1"
  91.         '
  92.         'cmbFonts
  93.         '
  94.         Me.cmbFonts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  95.         Me.cmbFonts.FlatStyle = System.Windows.Forms.FlatStyle.Standard
  96.         Me.cmbFonts.Name = "cmbFonts"
  97.         Me.cmbFonts.Size = New System.Drawing.Size(140, 25)
  98.         '
  99.         'cmbSize
  100.         '
  101.         Me.cmbSize.AutoSize = False
  102.         Me.cmbSize.DropDownWidth = 50
  103.         Me.cmbSize.FlatStyle = System.Windows.Forms.FlatStyle.Standard
  104.         Me.cmbSize.Name = "cmbSize"
  105.         Me.cmbSize.Size = New System.Drawing.Size(50, 21)
  106.         '
  107.         'ToolStripSeparator1
  108.         '
  109.         Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  110.         Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
  111.         '
  112.         'strBold
  113.         '
  114.         Me.strBold.CheckOnClick = True
  115.         Me.strBold.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
  116.         Me.strBold.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  117.         Me.strBold.Image = CType(resources.GetObject("strBold.Image"), System.Drawing.Image)
  118.         Me.strBold.ImageTransparentColor = System.Drawing.Color.Magenta
  119.         Me.strBold.Name = "strBold"
  120.         Me.strBold.Size = New System.Drawing.Size(23, 22)
  121.         Me.strBold.Text = "G"
  122.         Me.strBold.ToolTipText = "Grassetto"
  123.         '
  124.         'strItalic
  125.         '
  126.         Me.strItalic.CheckOnClick = True
  127.         Me.strItalic.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
  128.         Me.strItalic.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  129.         Me.strItalic.Image = CType(resources.GetObject("strItalic.Image"), System.Drawing.Image)
  130.         Me.strItalic.ImageTransparentColor = System.Drawing.Color.Magenta
  131.         Me.strItalic.Name = "strItalic"
  132.         Me.strItalic.Size = New System.Drawing.Size(23, 22)
  133.         Me.strItalic.Text = "C"
  134.         Me.strItalic.ToolTipText = "Corsivo"
  135.         '
  136.         'strUnderlined
  137.         '
  138.         Me.strUnderlined.CheckOnClick = True
  139.         Me.strUnderlined.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
  140.         Me.strUnderlined.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  141.         Me.strUnderlined.Image = CType(resources.GetObject("strUnderlined.Image"), System.Drawing.Image)
  142.         Me.strUnderlined.ImageTransparentColor = System.Drawing.Color.Magenta
  143.         Me.strUnderlined.Name = "strUnderlined"
  144.         Me.strUnderlined.Size = New System.Drawing.Size(23, 22)
  145.         Me.strUnderlined.Text = "S"
  146.         Me.strUnderlined.ToolTipText = "Sottolineato"
  147.         '
  148.         'strColor
  149.         '
  150.         Me.strColor.BackColor = System.Drawing.Color.Black
  151.         Me.strColor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.None
  152.         Me.strColor.Image = CType(resources.GetObject("strColor.Image"), System.Drawing.Image)
  153.         Me.strColor.ImageTransparentColor = System.Drawing.Color.Magenta
  154.         Me.strColor.Name = "strColor"
  155.         Me.strColor.Size = New System.Drawing.Size(23, 22)
  156.         Me.strColor.Text = "Colore"
  157.         '
  158.         'rtbText
  159.         '
  160.         Me.rtbText.Dock = System.Windows.Forms.DockStyle.Fill
  161.         Me.rtbText.HideSelection = False
  162.         Me.rtbText.Location = New System.Drawing.Point(0, 49)
  163.         Me.rtbText.Name = "rtbText"
  164.         Me.rtbText.Size = New System.Drawing.Size(460, 344)
  165.         Me.rtbText.TabIndex = 3
  166.         Me.rtbText.Text = ""
  167.         '
  168.         'Form1
  169.         '
  170.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  171.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  172.         Me.ClientSize = New System.Drawing.Size(460, 393)
  173.         Me.Controls.Add(Me.rtbText)
  174.         Me.Controls.Add(Me.strTool)
  175.         Me.Controls.Add(Me.strMain)
  176.         Me.MainMenuStrip = Me.strMain
  177.         Me.Name = "Form1"
  178.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  179.         Me.Text = "TLT Reader"
  180.         Me.strMain.ResumeLayout(False)
  181.         Me.strMain.PerformLayout()
  182.         Me.strTool.ResumeLayout(False)
  183.         Me.strTool.PerformLayout()
  184.         Me.ResumeLayout(False)
  185.         Me.PerformLayout()
  186.  
  187.     End Sub
  188.     Friend WithEvents strMain As System.Windows.Forms.MenuStrip
  189.     Friend WithEvents strFile As System.Windows.Forms.ToolStripMenuItem
  190.     Friend WithEvents strSave As System.Windows.Forms.ToolStripMenuItem
  191.     Friend WithEvents strOpen As System.Windows.Forms.ToolStripMenuItem
  192.     Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
  193.     Friend WithEvents strExit As System.Windows.Forms.ToolStripMenuItem
  194.     Friend WithEvents strTool As System.Windows.Forms.ToolStrip
  195.     Friend WithEvents cmbFonts As System.Windows.Forms.ToolStripComboBox
  196.     Friend WithEvents cmbSize As System.Windows.Forms.ToolStripComboBox
  197.     Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
  198.     Friend WithEvents strBold As System.Windows.Forms.ToolStripButton
  199.     Friend WithEvents strItalic As System.Windows.Forms.ToolStripButton
  200.     Friend WithEvents strUnderlined As System.Windows.Forms.ToolStripButton
  201.     Friend WithEvents strColor As System.Windows.Forms.ToolStripButton
  202.     Friend WithEvents rtbText As System.Windows.Forms.RichTextBox
  203.  
  204. End Class