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