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
Tot Compressor - The Lair AboutBox1.designer.vb

The Lair AboutBox1.designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class The_Lair_AboutBox
  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(The_Lair_AboutBox))
  23.         Me.imgLogo = New System.Windows.Forms.PictureBox
  24.         Me.grpApplication = New System.Windows.Forms.GroupBox
  25.         Me.lblWrittenBy = New System.Windows.Forms.Label
  26.         Me.lblCopyright = New System.Windows.Forms.Label
  27.         Me.lblApplicationTitle = New System.Windows.Forms.Label
  28.         Me.imgApplicationLogo = New System.Windows.Forms.PictureBox
  29.         Me.grpWebReferences = New System.Windows.Forms.GroupBox
  30.         Me.lnkEMail = New System.Windows.Forms.LinkLabel
  31.         Me.Label5 = New System.Windows.Forms.Label
  32.         Me.lnkTotemsLair = New System.Windows.Forms.LinkLabel
  33.         Me.Label4 = New System.Windows.Forms.Label
  34.         Me.imgWebLogo = New System.Windows.Forms.PictureBox
  35.         Me.grpAuthorInfo = New System.Windows.Forms.GroupBox
  36.         Me.lblDate = New System.Windows.Forms.Label
  37.         Me.Label10 = New System.Windows.Forms.Label
  38.         Me.Label9 = New System.Windows.Forms.Label
  39.         Me.lblName = New System.Windows.Forms.Label
  40.         Me.lblNick = New System.Windows.Forms.Label
  41.         Me.Label6 = New System.Windows.Forms.Label
  42.         Me.imgAuthorLogo = New System.Windows.Forms.PictureBox
  43.         Me.cmdClose = New System.Windows.Forms.Button
  44.         Me.cmdDetails = New System.Windows.Forms.Button
  45.         CType(Me.imgLogo, System.ComponentModel.ISupportInitialize).BeginInit()
  46.         Me.grpApplication.SuspendLayout()
  47.         CType(Me.imgApplicationLogo, System.ComponentModel.ISupportInitialize).BeginInit()
  48.         Me.grpWebReferences.SuspendLayout()
  49.         CType(Me.imgWebLogo, System.ComponentModel.ISupportInitialize).BeginInit()
  50.         Me.grpAuthorInfo.SuspendLayout()
  51.         CType(Me.imgAuthorLogo, System.ComponentModel.ISupportInitialize).BeginInit()
  52.         Me.SuspendLayout()
  53.         '
  54.         'imgLogo
  55.         '
  56.         Me.imgLogo.Image = CType(resources.GetObject("imgLogo.Image"), System.Drawing.Image)
  57.         Me.imgLogo.Location = New System.Drawing.Point(12, 12)
  58.         Me.imgLogo.Name = "imgLogo"
  59.         Me.imgLogo.Size = New System.Drawing.Size(375, 65)
  60.         Me.imgLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
  61.         Me.imgLogo.TabIndex = 0
  62.         Me.imgLogo.TabStop = False
  63.         '
  64.         'grpApplication
  65.         '
  66.         Me.grpApplication.Controls.Add(Me.lblWrittenBy)
  67.         Me.grpApplication.Controls.Add(Me.lblCopyright)
  68.         Me.grpApplication.Controls.Add(Me.lblApplicationTitle)
  69.         Me.grpApplication.Controls.Add(Me.imgApplicationLogo)
  70.         Me.grpApplication.Location = New System.Drawing.Point(12, 83)
  71.         Me.grpApplication.Name = "grpApplication"
  72.         Me.grpApplication.Size = New System.Drawing.Size(375, 76)
  73.         Me.grpApplication.TabIndex = 1
  74.         Me.grpApplication.TabStop = False
  75.         Me.grpApplication.Text = "Informazioni sul programma"
  76.         '
  77.         'lblWrittenBy
  78.         '
  79.         Me.lblWrittenBy.AutoSize = True
  80.         Me.lblWrittenBy.Font = New System.Drawing.Font("Matrix", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  81.         Me.lblWrittenBy.ForeColor = System.Drawing.SystemColors.HotTrack
  82.         Me.lblWrittenBy.Location = New System.Drawing.Point(60, 51)
  83.         Me.lblWrittenBy.Name = "lblWrittenBy"
  84.         Me.lblWrittenBy.Size = New System.Drawing.Size(118, 16)
  85.         Me.lblWrittenBy.TabIndex = 3
  86.         Me.lblWrittenBy.Text = "Written by Totem"
  87.         '
  88.         'lblCopyright
  89.         '
  90.         Me.lblCopyright.AutoSize = True
  91.         Me.lblCopyright.Font = New System.Drawing.Font("Matrix", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  92.         Me.lblCopyright.ForeColor = System.Drawing.SystemColors.HotTrack
  93.         Me.lblCopyright.Location = New System.Drawing.Point(245, 51)
  94.         Me.lblCopyright.Name = "lblCopyright"
  95.         Me.lblCopyright.Size = New System.Drawing.Size(124, 16)
  96.         Me.lblCopyright.TabIndex = 2
  97.         Me.lblCopyright.Text = "Copyright (C) 2007"
  98.         '
  99.         'lblApplicationTitle
  100.         '
  101.         Me.lblApplicationTitle.Font = New System.Drawing.Font("Matrix", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  102.         Me.lblApplicationTitle.Location = New System.Drawing.Point(63, 19)
  103.         Me.lblApplicationTitle.Name = "lblApplicationTitle"
  104.         Me.lblApplicationTitle.Size = New System.Drawing.Size(306, 21)
  105.         Me.lblApplicationTitle.TabIndex = 1
  106.         Me.lblApplicationTitle.Text = "Tot Compressor 1.0"
  107.         Me.lblApplicationTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  108.         '
  109.         'imgApplicationLogo
  110.         '
  111.         Me.imgApplicationLogo.Image = CType(resources.GetObject("imgApplicationLogo.Image"), System.Drawing.Image)
  112.         Me.imgApplicationLogo.Location = New System.Drawing.Point(6, 19)
  113.         Me.imgApplicationLogo.Name = "imgApplicationLogo"
  114.         Me.imgApplicationLogo.Size = New System.Drawing.Size(48, 48)
  115.         Me.imgApplicationLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
  116.         Me.imgApplicationLogo.TabIndex = 0
  117.         Me.imgApplicationLogo.TabStop = False
  118.         '
  119.         'grpWebReferences
  120.         '
  121.         Me.grpWebReferences.Controls.Add(Me.lnkEMail)
  122.         Me.grpWebReferences.Controls.Add(Me.Label5)
  123.         Me.grpWebReferences.Controls.Add(Me.lnkTotemsLair)
  124.         Me.grpWebReferences.Controls.Add(Me.Label4)
  125.         Me.grpWebReferences.Controls.Add(Me.imgWebLogo)
  126.         Me.grpWebReferences.Location = New System.Drawing.Point(12, 165)
  127.         Me.grpWebReferences.Name = "grpWebReferences"
  128.         Me.grpWebReferences.Size = New System.Drawing.Size(375, 75)
  129.         Me.grpWebReferences.TabIndex = 2
  130.         Me.grpWebReferences.TabStop = False
  131.         Me.grpWebReferences.Text = "Riferimenti Web"
  132.         '
  133.         'lnkEMail
  134.         '
  135.         Me.lnkEMail.AutoSize = True
  136.         Me.lnkEMail.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  137.         Me.lnkEMail.Location = New System.Drawing.Point(124, 45)
  138.         Me.lnkEMail.Name = "lnkEMail"
  139.         Me.lnkEMail.Size = New System.Drawing.Size(126, 13)
  140.         Me.lnkEMail.TabIndex = 4
  141.         Me.lnkEMail.TabStop = True
  142.         Me.lnkEMail.Text = "nicolo1990@yahoo.it"
  143.         '
  144.         'Label5
  145.         '
  146.         Me.Label5.AutoSize = True
  147.         Me.Label5.Location = New System.Drawing.Point(60, 45)
  148.         Me.Label5.Name = "Label5"
  149.         Me.Label5.Size = New System.Drawing.Size(38, 13)
  150.         Me.Label5.TabIndex = 3
  151.         Me.Label5.Text = "E-mail:"
  152.         '
  153.         'lnkTotemsLair
  154.         '
  155.         Me.lnkTotemsLair.AutoSize = True
  156.         Me.lnkTotemsLair.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  157.         Me.lnkTotemsLair.Location = New System.Drawing.Point(124, 25)
  158.         Me.lnkTotemsLair.Name = "lnkTotemsLair"
  159.         Me.lnkTotemsLair.Size = New System.Drawing.Size(154, 13)
  160.         Me.lnkTotemsLair.TabIndex = 2
  161.         Me.lnkTotemsLair.TabStop = True
  162.         Me.lnkTotemsLair.Text = "http://totem.altervista.org"
  163.         '
  164.         'Label4
  165.         '
  166.         Me.Label4.AutoSize = True
  167.         Me.Label4.Location = New System.Drawing.Point(60, 25)
  168.         Me.Label4.Name = "Label4"
  169.         Me.Label4.Size = New System.Drawing.Size(51, 13)
  170.         Me.Label4.TabIndex = 1
  171.         Me.Label4.Text = "Sito web:"
  172.         '
  173.         'imgWebLogo
  174.         '
  175.         Me.imgWebLogo.Image = CType(resources.GetObject("imgWebLogo.Image"), System.Drawing.Image)
  176.         Me.imgWebLogo.Location = New System.Drawing.Point(6, 19)
  177.         Me.imgWebLogo.Name = "imgWebLogo"
  178.         Me.imgWebLogo.Size = New System.Drawing.Size(48, 48)
  179.         Me.imgWebLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
  180.         Me.imgWebLogo.TabIndex = 0
  181.         Me.imgWebLogo.TabStop = False
  182.         '
  183.         'grpAuthorInfo
  184.         '
  185.         Me.grpAuthorInfo.Controls.Add(Me.lblDate)
  186.         Me.grpAuthorInfo.Controls.Add(Me.Label10)
  187.         Me.grpAuthorInfo.Controls.Add(Me.Label9)
  188.         Me.grpAuthorInfo.Controls.Add(Me.lblName)
  189.         Me.grpAuthorInfo.Controls.Add(Me.lblNick)
  190.         Me.grpAuthorInfo.Controls.Add(Me.Label6)
  191.         Me.grpAuthorInfo.Controls.Add(Me.imgAuthorLogo)
  192.         Me.grpAuthorInfo.Location = New System.Drawing.Point(12, 246)
  193.         Me.grpAuthorInfo.Name = "grpAuthorInfo"
  194.         Me.grpAuthorInfo.Size = New System.Drawing.Size(375, 75)
  195.         Me.grpAuthorInfo.TabIndex = 3
  196.         Me.grpAuthorInfo.TabStop = False
  197.         Me.grpAuthorInfo.Text = "Notizie sull'autore"
  198.         '
  199.         'lblDate
  200.         '
  201.         Me.lblDate.AutoSize = True
  202.         Me.lblDate.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  203.         Me.lblDate.Location = New System.Drawing.Point(124, 54)
  204.         Me.lblDate.Name = "lblDate"
  205.         Me.lblDate.Size = New System.Drawing.Size(61, 13)
  206.         Me.lblDate.TabIndex = 6
  207.         Me.lblDate.Text = "24/09/07"
  208.         '
  209.         'Label10
  210.         '
  211.         Me.Label10.AutoSize = True
  212.         Me.Label10.Location = New System.Drawing.Point(60, 54)
  213.         Me.Label10.Name = "Label10"
  214.         Me.Label10.Size = New System.Drawing.Size(33, 13)
  215.         Me.Label10.TabIndex = 5
  216.         Me.Label10.Text = "Data:"
  217.         '
  218.         'Label9
  219.         '
  220.         Me.Label9.AutoSize = True
  221.         Me.Label9.Location = New System.Drawing.Point(60, 36)
  222.         Me.Label9.Name = "Label9"
  223.         Me.Label9.Size = New System.Drawing.Size(58, 13)
  224.         Me.Label9.TabIndex = 4
  225.         Me.Label9.Text = "Nickname:"
  226.         '
  227.         'lblName
  228.         '
  229.         Me.lblName.AutoSize = True
  230.         Me.lblName.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  231.         Me.lblName.Location = New System.Drawing.Point(124, 19)
  232.         Me.lblName.Name = "lblName"
  233.         Me.lblName.Size = New System.Drawing.Size(97, 13)
  234.         Me.lblName.TabIndex = 3
  235.         Me.lblName.Text = "Nicolò Andronio"
  236.         '
  237.         'lblNick
  238.         '
  239.         Me.lblNick.AutoSize = True
  240.         Me.lblNick.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  241.         Me.lblNick.Location = New System.Drawing.Point(124, 36)
  242.         Me.lblNick.Name = "lblNick"
  243.         Me.lblNick.Size = New System.Drawing.Size(42, 13)
  244.         Me.lblNick.TabIndex = 2
  245.         Me.lblNick.Text = "Totem"
  246.         '
  247.         'Label6
  248.         '
  249.         Me.Label6.AutoSize = True
  250.         Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  251.         Me.Label6.Location = New System.Drawing.Point(60, 19)
  252.         Me.Label6.Name = "Label6"
  253.         Me.Label6.Size = New System.Drawing.Size(38, 13)
  254.         Me.Label6.TabIndex = 1
  255.         Me.Label6.Text = "Nome:"
  256.         '
  257.         'imgAuthorLogo
  258.         '
  259.         Me.imgAuthorLogo.Image = CType(resources.GetObject("imgAuthorLogo.Image"), System.Drawing.Image)
  260.         Me.imgAuthorLogo.Location = New System.Drawing.Point(6, 19)
  261.         Me.imgAuthorLogo.Name = "imgAuthorLogo"
  262.         Me.imgAuthorLogo.Size = New System.Drawing.Size(48, 48)
  263.         Me.imgAuthorLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  264.         Me.imgAuthorLogo.TabIndex = 0
  265.         Me.imgAuthorLogo.TabStop = False
  266.         '
  267.         'cmdClose
  268.         '
  269.         Me.cmdClose.Location = New System.Drawing.Point(303, 327)
  270.         Me.cmdClose.Name = "cmdClose"
  271.         Me.cmdClose.Size = New System.Drawing.Size(84, 24)
  272.         Me.cmdClose.TabIndex = 4
  273.         Me.cmdClose.Text = "OK"
  274.         Me.cmdClose.UseVisualStyleBackColor = True
  275.         '
  276.         'cmdDetails
  277.         '
  278.         Me.cmdDetails.Location = New System.Drawing.Point(12, 327)
  279.         Me.cmdDetails.Name = "cmdDetails"
  280.         Me.cmdDetails.Size = New System.Drawing.Size(84, 24)
  281.         Me.cmdDetails.TabIndex = 5
  282.         Me.cmdDetails.Text = "Dettagli"
  283.         Me.cmdDetails.UseVisualStyleBackColor = True
  284.         '
  285.         'The_Lair_AboutBox
  286.         '
  287.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  288.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  289.         Me.ClientSize = New System.Drawing.Size(404, 365)
  290.         Me.Controls.Add(Me.cmdDetails)
  291.         Me.Controls.Add(Me.cmdClose)
  292.         Me.Controls.Add(Me.grpAuthorInfo)
  293.         Me.Controls.Add(Me.grpWebReferences)
  294.         Me.Controls.Add(Me.grpApplication)
  295.         Me.Controls.Add(Me.imgLogo)
  296.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  297.         Me.MaximizeBox = False
  298.         Me.MinimizeBox = False
  299.         Me.Name = "The_Lair_AboutBox"
  300.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  301.         Me.Text = "Tot Compressor - About"
  302.         CType(Me.imgLogo, System.ComponentModel.ISupportInitialize).EndInit()
  303.         Me.grpApplication.ResumeLayout(False)
  304.         Me.grpApplication.PerformLayout()
  305.         CType(Me.imgApplicationLogo, System.ComponentModel.ISupportInitialize).EndInit()
  306.         Me.grpWebReferences.ResumeLayout(False)
  307.         Me.grpWebReferences.PerformLayout()
  308.         CType(Me.imgWebLogo, System.ComponentModel.ISupportInitialize).EndInit()
  309.         Me.grpAuthorInfo.ResumeLayout(False)
  310.         Me.grpAuthorInfo.PerformLayout()
  311.         CType(Me.imgAuthorLogo, System.ComponentModel.ISupportInitialize).EndInit()
  312.         Me.ResumeLayout(False)
  313.         Me.PerformLayout()
  314.  
  315.     End Sub
  316.     Friend WithEvents imgLogo As System.Windows.Forms.PictureBox
  317.     Friend WithEvents grpApplication As System.Windows.Forms.GroupBox
  318.     Friend WithEvents lblApplicationTitle As System.Windows.Forms.Label
  319.     Friend WithEvents imgApplicationLogo As System.Windows.Forms.PictureBox
  320.     Friend WithEvents lblCopyright As System.Windows.Forms.Label
  321.     Friend WithEvents lblWrittenBy As System.Windows.Forms.Label
  322.     Friend WithEvents grpWebReferences As System.Windows.Forms.GroupBox
  323.     Friend WithEvents lnkTotemsLair As System.Windows.Forms.LinkLabel
  324.     Friend WithEvents Label4 As System.Windows.Forms.Label
  325.     Friend WithEvents imgWebLogo As System.Windows.Forms.PictureBox
  326.     Friend WithEvents lnkEMail As System.Windows.Forms.LinkLabel
  327.     Friend WithEvents Label5 As System.Windows.Forms.Label
  328.     Friend WithEvents grpAuthorInfo As System.Windows.Forms.GroupBox
  329.     Friend WithEvents Label6 As System.Windows.Forms.Label
  330.     Friend WithEvents imgAuthorLogo As System.Windows.Forms.PictureBox
  331.     Friend WithEvents cmdClose As System.Windows.Forms.Button
  332.     Friend WithEvents Label9 As System.Windows.Forms.Label
  333.     Friend WithEvents lblName As System.Windows.Forms.Label
  334.     Friend WithEvents lblNick As System.Windows.Forms.Label
  335.     Friend WithEvents lblDate As System.Windows.Forms.Label
  336.     Friend WithEvents Label10 As System.Windows.Forms.Label
  337.     Friend WithEvents cmdDetails As System.Windows.Forms.Button
  338. End Class