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