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
Aqua Player 2.2 - frmAbout.Designer.vb

frmAbout.Designer.vb

Caricato da: Totem
Scarica il programma completo

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