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
Virtual Mouse - AboutBox1.designer.vb

AboutBox1.designer.vb

Caricato da: Progman-92
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class AboutBox1
  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.         Try
  9.             If disposing AndAlso components IsNot Nothing Then
  10.                 components.Dispose()
  11.             End If
  12.         Finally
  13.             MyBase.Dispose(disposing)
  14.         End Try
  15.     End Sub
  16.  
  17.     Friend WithEvents TableLayoutPanel As System.Windows.Forms.TableLayoutPanel
  18.     Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
  19.     Friend WithEvents LabelProductName As System.Windows.Forms.Label
  20.     Friend WithEvents LabelVersion As System.Windows.Forms.Label
  21.     Friend WithEvents LabelCompanyName As System.Windows.Forms.Label
  22.     Friend WithEvents OKButton As System.Windows.Forms.Button
  23.     Friend WithEvents LabelCopyright As System.Windows.Forms.Label
  24.  
  25.     'Required by the Windows Form Designer
  26.     Private components As System.ComponentModel.IContainer
  27.  
  28.     'NOTE: The following procedure is required by the Windows Form Designer
  29.     'It can be modified using the Windows Form Designer.  
  30.     'Do not modify it using the code editor.
  31.     <System.Diagnostics.DebuggerStepThrough()> _
  32.     Private Sub InitializeComponent()
  33.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(AboutBox1))
  34.         Me.TableLayoutPanel = New System.Windows.Forms.TableLayoutPanel
  35.         Me.LogoPictureBox = New System.Windows.Forms.PictureBox
  36.         Me.LabelProductName = New System.Windows.Forms.Label
  37.         Me.LabelVersion = New System.Windows.Forms.Label
  38.         Me.LabelCopyright = New System.Windows.Forms.Label
  39.         Me.LabelCompanyName = New System.Windows.Forms.Label
  40.         Me.OKButton = New System.Windows.Forms.Button
  41.         Me.TextBoxDescription = New System.Windows.Forms.TextBox
  42.         Me.TableLayoutPanel.SuspendLayout()
  43.         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
  44.         Me.SuspendLayout()
  45.         '
  46.         'TableLayoutPanel
  47.         '
  48.         Me.TableLayoutPanel.ColumnCount = 2
  49.         Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.0!))
  50.         Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67.0!))
  51.         Me.TableLayoutPanel.Controls.Add(Me.LogoPictureBox, 0, 0)
  52.         Me.TableLayoutPanel.Controls.Add(Me.LabelProductName, 1, 0)
  53.         Me.TableLayoutPanel.Controls.Add(Me.LabelVersion, 1, 1)
  54.         Me.TableLayoutPanel.Controls.Add(Me.LabelCopyright, 1, 2)
  55.         Me.TableLayoutPanel.Controls.Add(Me.LabelCompanyName, 1, 3)
  56.         Me.TableLayoutPanel.Controls.Add(Me.OKButton, 1, 5)
  57.         Me.TableLayoutPanel.Controls.Add(Me.TextBoxDescription, 1, 4)
  58.         Me.TableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill
  59.         Me.TableLayoutPanel.Location = New System.Drawing.Point(9, 9)
  60.         Me.TableLayoutPanel.Name = "TableLayoutPanel"
  61.         Me.TableLayoutPanel.RowCount = 6
  62.         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
  63.         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
  64.         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
  65.         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
  66.         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  67.         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
  68.         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
  69.         Me.TableLayoutPanel.Size = New System.Drawing.Size(562, 272)
  70.         Me.TableLayoutPanel.TabIndex = 0
  71.         '
  72.         'LogoPictureBox
  73.         '
  74.         Me.LogoPictureBox.Image = CType(resources.GetObject("LogoPictureBox.Image"), System.Drawing.Image)
  75.         Me.LogoPictureBox.Location = New System.Drawing.Point(3, 3)
  76.         Me.LogoPictureBox.Name = "LogoPictureBox"
  77.         Me.TableLayoutPanel.SetRowSpan(Me.LogoPictureBox, 6)
  78.         Me.LogoPictureBox.Size = New System.Drawing.Size(179, 266)
  79.         Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  80.         Me.LogoPictureBox.TabIndex = 0
  81.         Me.LogoPictureBox.TabStop = False
  82.         '
  83.         'LabelProductName
  84.         '
  85.         Me.LabelProductName.Dock = System.Windows.Forms.DockStyle.Fill
  86.         Me.LabelProductName.Location = New System.Drawing.Point(191, 0)
  87.         Me.LabelProductName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
  88.         Me.LabelProductName.MaximumSize = New System.Drawing.Size(0, 17)
  89.         Me.LabelProductName.Name = "LabelProductName"
  90.         Me.LabelProductName.Size = New System.Drawing.Size(368, 17)
  91.         Me.LabelProductName.TabIndex = 0
  92.         Me.LabelProductName.Text = "Nome del prodotto"
  93.         Me.LabelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  94.         '
  95.         'LabelVersion
  96.         '
  97.         Me.LabelVersion.Dock = System.Windows.Forms.DockStyle.Fill
  98.         Me.LabelVersion.Location = New System.Drawing.Point(191, 27)
  99.         Me.LabelVersion.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
  100.         Me.LabelVersion.MaximumSize = New System.Drawing.Size(0, 17)
  101.         Me.LabelVersion.Name = "LabelVersion"
  102.         Me.LabelVersion.Size = New System.Drawing.Size(368, 17)
  103.         Me.LabelVersion.TabIndex = 0
  104.         Me.LabelVersion.Text = "Versione"
  105.         Me.LabelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  106.         '
  107.         'LabelCopyright
  108.         '
  109.         Me.LabelCopyright.Dock = System.Windows.Forms.DockStyle.Fill
  110.         Me.LabelCopyright.Location = New System.Drawing.Point(191, 54)
  111.         Me.LabelCopyright.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
  112.         Me.LabelCopyright.MaximumSize = New System.Drawing.Size(0, 17)
  113.         Me.LabelCopyright.Name = "LabelCopyright"
  114.         Me.LabelCopyright.Size = New System.Drawing.Size(368, 17)
  115.         Me.LabelCopyright.TabIndex = 0
  116.         Me.LabelCopyright.Text = "Copyright"
  117.         Me.LabelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  118.         '
  119.         'LabelCompanyName
  120.         '
  121.         Me.LabelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill
  122.         Me.LabelCompanyName.Location = New System.Drawing.Point(191, 81)
  123.         Me.LabelCompanyName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
  124.         Me.LabelCompanyName.MaximumSize = New System.Drawing.Size(0, 17)
  125.         Me.LabelCompanyName.Name = "LabelCompanyName"
  126.         Me.LabelCompanyName.Size = New System.Drawing.Size(368, 17)
  127.         Me.LabelCompanyName.TabIndex = 0
  128.         Me.LabelCompanyName.Text = "Nome Società"
  129.         Me.LabelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  130.         '
  131.         'OKButton
  132.         '
  133.         Me.OKButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  134.         Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
  135.         Me.OKButton.Location = New System.Drawing.Point(484, 249)
  136.         Me.OKButton.Name = "OKButton"
  137.         Me.OKButton.Size = New System.Drawing.Size(75, 20)
  138.         Me.OKButton.TabIndex = 0
  139.         Me.OKButton.Text = "&OK"
  140.         '
  141.         'TextBoxDescription
  142.         '
  143.         Me.TextBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill
  144.         Me.TextBoxDescription.Location = New System.Drawing.Point(191, 111)
  145.         Me.TextBoxDescription.Margin = New System.Windows.Forms.Padding(6, 3, 3, 3)
  146.         Me.TextBoxDescription.Multiline = True
  147.         Me.TextBoxDescription.Name = "TextBoxDescription"
  148.         Me.TextBoxDescription.ReadOnly = True
  149.         Me.TextBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both
  150.         Me.TextBoxDescription.Size = New System.Drawing.Size(368, 130)
  151.         Me.TextBoxDescription.TabIndex = 0
  152.         Me.TextBoxDescription.TabStop = False
  153.         Me.TextBoxDescription.Text = resources.GetString("TextBoxDescription.Text")
  154.         '
  155.         'AboutBox1
  156.         '
  157.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  158.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  159.         Me.ClientSize = New System.Drawing.Size(580, 290)
  160.         Me.Controls.Add(Me.TableLayoutPanel)
  161.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  162.         Me.MaximizeBox = False
  163.         Me.MinimizeBox = False
  164.         Me.Name = "AboutBox1"
  165.         Me.Padding = New System.Windows.Forms.Padding(9)
  166.         Me.ShowInTaskbar = False
  167.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  168.         Me.Text = "AboutBox1"
  169.         Me.TableLayoutPanel.ResumeLayout(False)
  170.         Me.TableLayoutPanel.PerformLayout()
  171.         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
  172.         Me.ResumeLayout(False)
  173.  
  174.     End Sub
  175.     Friend WithEvents TextBoxDescription As System.Windows.Forms.TextBox
  176.  
  177. End Class