275 lines
14 KiB
VB.net
275 lines
14 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class FrmAboutBox
|
||
Inherits System.Windows.Forms.Form
|
||
|
||
'Form overrides dispose to clean up the component list.
|
||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||
If disposing AndAlso components IsNot Nothing Then
|
||
components.Dispose()
|
||
End If
|
||
MyBase.Dispose(disposing)
|
||
End Sub
|
||
|
||
Friend WithEvents TableLayoutPanel As System.Windows.Forms.TableLayoutPanel
|
||
Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
|
||
Friend WithEvents LabelProductName As System.Windows.Forms.Label
|
||
Friend WithEvents TextBoxDescription As System.Windows.Forms.TextBox
|
||
Friend WithEvents LabelCopyright As System.Windows.Forms.Label
|
||
|
||
'Required by the Windows Form Designer
|
||
Private components As System.ComponentModel.IContainer
|
||
|
||
'NOTE: The following procedure is required by the Windows Form Designer
|
||
'It can be modified using the Windows Form Designer.
|
||
'Do not modify it using the code editor.
|
||
<System.Diagnostics.DebuggerStepThrough()> _
|
||
Private Sub InitializeComponent()
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmAboutBox))
|
||
Me.TableLayoutPanel = New System.Windows.Forms.TableLayoutPanel()
|
||
Me.LabelCompanyName = New System.Windows.Forms.Label()
|
||
Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
|
||
Me.LabelProductName = New System.Windows.Forms.Label()
|
||
Me.TextBoxDescription = New System.Windows.Forms.TextBox()
|
||
Me.LabelCopyright = New System.Windows.Forms.Label()
|
||
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.panel2 = New System.Windows.Forms.Panel()
|
||
Me.Img_logoCabecera = New System.Windows.Forms.PictureBox()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.panel3 = New System.Windows.Forms.Panel()
|
||
Me.label8 = New System.Windows.Forms.Label()
|
||
Me.lblFooter = New System.Windows.Forms.Label()
|
||
Me.TableLayoutPanel.SuspendLayout()
|
||
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.panel2.SuspendLayout()
|
||
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.panel3.SuspendLayout()
|
||
Me.SuspendLayout()
|
||
'
|
||
'TableLayoutPanel
|
||
'
|
||
Me.TableLayoutPanel.ColumnCount = 2
|
||
Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 38.97515!))
|
||
Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 61.02485!))
|
||
Me.TableLayoutPanel.Controls.Add(Me.LabelCompanyName, 0, 3)
|
||
Me.TableLayoutPanel.Controls.Add(Me.LogoPictureBox, 0, 0)
|
||
Me.TableLayoutPanel.Controls.Add(Me.LabelProductName, 1, 0)
|
||
Me.TableLayoutPanel.Controls.Add(Me.TextBoxDescription, 1, 4)
|
||
Me.TableLayoutPanel.Controls.Add(Me.LabelCopyright, 1, 2)
|
||
Me.TableLayoutPanel.Controls.Add(Me.LinkLabel1, 1, 5)
|
||
Me.TableLayoutPanel.Location = New System.Drawing.Point(34, 65)
|
||
Me.TableLayoutPanel.Name = "TableLayoutPanel"
|
||
Me.TableLayoutPanel.RowCount = 6
|
||
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
||
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
||
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
||
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
||
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 42.28856!))
|
||
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 17.91045!))
|
||
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
|
||
Me.TableLayoutPanel.Size = New System.Drawing.Size(644, 145)
|
||
Me.TableLayoutPanel.TabIndex = 0
|
||
'
|
||
'LabelCompanyName
|
||
'
|
||
Me.LabelCompanyName.AutoSize = True
|
||
Me.LabelCompanyName.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LabelCompanyName.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.LabelCompanyName.Location = New System.Drawing.Point(256, 42)
|
||
Me.LabelCompanyName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
|
||
Me.LabelCompanyName.MaximumSize = New System.Drawing.Size(0, 17)
|
||
Me.LabelCompanyName.Name = "LabelCompanyName"
|
||
Me.LabelCompanyName.Size = New System.Drawing.Size(346, 13)
|
||
Me.LabelCompanyName.TabIndex = 1
|
||
Me.LabelCompanyName.Text = "Condor Bussines Solutions - Todos los derechos reservados"
|
||
Me.LabelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||
'
|
||
'LogoPictureBox
|
||
'
|
||
Me.LogoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill
|
||
Me.LogoPictureBox.Image = CType(resources.GetObject("LogoPictureBox.Image"), System.Drawing.Image)
|
||
Me.LogoPictureBox.Location = New System.Drawing.Point(3, 3)
|
||
Me.LogoPictureBox.Name = "LogoPictureBox"
|
||
Me.TableLayoutPanel.SetRowSpan(Me.LogoPictureBox, 6)
|
||
Me.LogoPictureBox.Size = New System.Drawing.Size(244, 139)
|
||
Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.LogoPictureBox.TabIndex = 0
|
||
Me.LogoPictureBox.TabStop = False
|
||
'
|
||
'LabelProductName
|
||
'
|
||
Me.LabelProductName.Dock = System.Windows.Forms.DockStyle.Fill
|
||
Me.LabelProductName.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LabelProductName.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.LabelProductName.Location = New System.Drawing.Point(256, 0)
|
||
Me.LabelProductName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
|
||
Me.LabelProductName.MaximumSize = New System.Drawing.Size(0, 17)
|
||
Me.LabelProductName.Name = "LabelProductName"
|
||
Me.LabelProductName.Size = New System.Drawing.Size(385, 14)
|
||
Me.LabelProductName.TabIndex = 0
|
||
Me.LabelProductName.Text = "MINDS"
|
||
Me.LabelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||
'
|
||
'TextBoxDescription
|
||
'
|
||
Me.TextBoxDescription.BackColor = System.Drawing.Color.White
|
||
Me.TextBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill
|
||
Me.TextBoxDescription.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.TextBoxDescription.Location = New System.Drawing.Point(256, 59)
|
||
Me.TextBoxDescription.Margin = New System.Windows.Forms.Padding(6, 3, 3, 3)
|
||
Me.TextBoxDescription.Multiline = True
|
||
Me.TextBoxDescription.Name = "TextBoxDescription"
|
||
Me.TextBoxDescription.ReadOnly = True
|
||
Me.TextBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
||
Me.TextBoxDescription.Size = New System.Drawing.Size(385, 55)
|
||
Me.TextBoxDescription.TabIndex = 0
|
||
Me.TextBoxDescription.TabStop = False
|
||
Me.TextBoxDescription.Text = resources.GetString("TextBoxDescription.Text")
|
||
'
|
||
'LabelCopyright
|
||
'
|
||
Me.LabelCopyright.AutoSize = True
|
||
Me.LabelCopyright.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LabelCopyright.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.LabelCopyright.Location = New System.Drawing.Point(256, 28)
|
||
Me.LabelCopyright.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
|
||
Me.LabelCopyright.MaximumSize = New System.Drawing.Size(0, 17)
|
||
Me.LabelCopyright.Name = "LabelCopyright"
|
||
Me.LabelCopyright.Size = New System.Drawing.Size(155, 13)
|
||
Me.LabelCopyright.TabIndex = 0
|
||
Me.LabelCopyright.Text = "Ver 2.6 <20> Copyright 1997-"
|
||
Me.LabelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||
'
|
||
'LinkLabel1
|
||
'
|
||
Me.LinkLabel1.AutoSize = True
|
||
Me.LinkLabel1.Location = New System.Drawing.Point(253, 117)
|
||
Me.LinkLabel1.Name = "LinkLabel1"
|
||
Me.LinkLabel1.Size = New System.Drawing.Size(132, 13)
|
||
Me.LinkLabel1.TabIndex = 2
|
||
Me.LinkLabel1.TabStop = True
|
||
Me.LinkLabel1.Text = "http://www.condorbs.net/"
|
||
'
|
||
'Label1
|
||
'
|
||
Me.Label1.AutoSize = True
|
||
Me.Label1.Location = New System.Drawing.Point(682, 148)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(39, 13)
|
||
Me.Label1.TabIndex = 1
|
||
Me.Label1.Text = "Label1"
|
||
'
|
||
'panel2
|
||
'
|
||
Me.panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.panel2.BackColor = System.Drawing.Color.Black
|
||
Me.panel2.Controls.Add(Me.Img_logoCabecera)
|
||
Me.panel2.Controls.Add(Me.Label2)
|
||
Me.panel2.ForeColor = System.Drawing.Color.Navy
|
||
Me.panel2.Location = New System.Drawing.Point(-1, -3)
|
||
Me.panel2.Name = "panel2"
|
||
Me.panel2.Size = New System.Drawing.Size(695, 52)
|
||
Me.panel2.TabIndex = 183
|
||
'
|
||
'Img_logoCabecera
|
||
'
|
||
Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
|
||
Me.Img_logoCabecera.Location = New System.Drawing.Point(578, -1)
|
||
Me.Img_logoCabecera.Name = "Img_logoCabecera"
|
||
Me.Img_logoCabecera.Size = New System.Drawing.Size(117, 50)
|
||
Me.Img_logoCabecera.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.Img_logoCabecera.TabIndex = 361
|
||
Me.Img_logoCabecera.TabStop = False
|
||
'
|
||
'Label2
|
||
'
|
||
Me.Label2.AutoSize = True
|
||
Me.Label2.BackColor = System.Drawing.Color.Transparent
|
||
Me.Label2.Font = New System.Drawing.Font("Century Gothic", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label2.ForeColor = System.Drawing.SystemColors.Window
|
||
Me.Label2.Location = New System.Drawing.Point(21, 11)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(179, 23)
|
||
Me.Label2.TabIndex = 2
|
||
Me.Label2.Text = "Acerca de minds"
|
||
'
|
||
'panel3
|
||
'
|
||
Me.panel3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.panel3.BackColor = System.Drawing.Color.Black
|
||
Me.panel3.Controls.Add(Me.label8)
|
||
Me.panel3.Controls.Add(Me.lblFooter)
|
||
Me.panel3.ForeColor = System.Drawing.Color.Navy
|
||
Me.panel3.Location = New System.Drawing.Point(-1, 234)
|
||
Me.panel3.Name = "panel3"
|
||
Me.panel3.Size = New System.Drawing.Size(695, 33)
|
||
Me.panel3.TabIndex = 400
|
||
'
|
||
'label8
|
||
'
|
||
Me.label8.AutoSize = True
|
||
Me.label8.BackColor = System.Drawing.Color.Transparent
|
||
Me.label8.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.label8.ForeColor = System.Drawing.SystemColors.Window
|
||
Me.label8.Location = New System.Drawing.Point(650, 6)
|
||
Me.label8.Name = "label8"
|
||
Me.label8.Size = New System.Drawing.Size(42, 17)
|
||
Me.label8.TabIndex = 3
|
||
Me.label8.Text = "Minds"
|
||
'
|
||
'lblFooter
|
||
'
|
||
Me.lblFooter.AutoSize = True
|
||
Me.lblFooter.BackColor = System.Drawing.Color.Transparent
|
||
Me.lblFooter.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.lblFooter.ForeColor = System.Drawing.SystemColors.Window
|
||
Me.lblFooter.Location = New System.Drawing.Point(899, 7)
|
||
Me.lblFooter.Name = "lblFooter"
|
||
Me.lblFooter.Size = New System.Drawing.Size(42, 17)
|
||
Me.lblFooter.TabIndex = 2
|
||
Me.lblFooter.Text = "Minds"
|
||
'
|
||
'FrmAboutBox
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.BackColor = System.Drawing.Color.White
|
||
Me.ClientSize = New System.Drawing.Size(692, 266)
|
||
Me.Controls.Add(Me.panel3)
|
||
Me.Controls.Add(Me.panel2)
|
||
Me.Controls.Add(Me.Label1)
|
||
Me.Controls.Add(Me.TableLayoutPanel)
|
||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
||
Me.MaximizeBox = False
|
||
Me.MinimizeBox = False
|
||
Me.Name = "FrmAboutBox"
|
||
Me.Padding = New System.Windows.Forms.Padding(9)
|
||
Me.ShowInTaskbar = False
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "Acerca de minds"
|
||
Me.TableLayoutPanel.ResumeLayout(False)
|
||
Me.TableLayoutPanel.PerformLayout()
|
||
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.panel2.ResumeLayout(False)
|
||
Me.panel2.PerformLayout()
|
||
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.panel3.ResumeLayout(False)
|
||
Me.panel3.PerformLayout()
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
Friend WithEvents LabelCompanyName As System.Windows.Forms.Label
|
||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
|
||
Private WithEvents panel2 As Panel
|
||
Private WithEvents Img_logoCabecera As PictureBox
|
||
Friend WithEvents Label2 As Label
|
||
Private WithEvents panel3 As Panel
|
||
Friend WithEvents label8 As Label
|
||
Friend WithEvents lblFooter As Label
|
||
End Class
|