147 lines
		
	
	
		
			6.2 KiB
		
	
	
	
		
			VB.net
		
	
	
	
	
	
			
		
		
	
	
			147 lines
		
	
	
		
			6.2 KiB
		
	
	
	
		
			VB.net
		
	
	
	
	
	
| <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
 | |
| Partial Class frmAbout
 | |
|     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)
 | |
|         Try
 | |
|             If disposing AndAlso components IsNot Nothing Then
 | |
|                 components.Dispose()
 | |
|             End If
 | |
|         Finally
 | |
|             MyBase.Dispose(disposing)
 | |
|         End Try
 | |
|     End Sub
 | |
| 
 | |
|     '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(frmAbout))
 | |
|         Me.pctLogo = New System.Windows.Forms.PictureBox
 | |
|         Me.txtAbout = New System.Windows.Forms.TextBox
 | |
|         Me.cmdClose = New System.Windows.Forms.Button
 | |
|         Me.TabControl1 = New System.Windows.Forms.TabControl
 | |
|         Me.TabPage1 = New System.Windows.Forms.TabPage
 | |
|         Me.TabPage2 = New System.Windows.Forms.TabPage
 | |
|         Me.txtHistory = New System.Windows.Forms.TextBox
 | |
|         CType(Me.pctLogo, System.ComponentModel.ISupportInitialize).BeginInit()
 | |
|         Me.TabControl1.SuspendLayout()
 | |
|         Me.TabPage1.SuspendLayout()
 | |
|         Me.TabPage2.SuspendLayout()
 | |
|         Me.SuspendLayout()
 | |
|         '
 | |
|         'pctLogo
 | |
|         '
 | |
|         Me.pctLogo.Anchor = System.Windows.Forms.AnchorStyles.Top
 | |
|         Me.pctLogo.Image = Global.Winsock_Orcas.My.Resources.Resources.k_koding
 | |
|         Me.pctLogo.Location = New System.Drawing.Point(169, 12)
 | |
|         Me.pctLogo.Name = "pctLogo"
 | |
|         Me.pctLogo.Size = New System.Drawing.Size(121, 120)
 | |
|         Me.pctLogo.TabIndex = 0
 | |
|         Me.pctLogo.TabStop = False
 | |
|         '
 | |
|         'txtAbout
 | |
|         '
 | |
|         Me.txtAbout.Dock = System.Windows.Forms.DockStyle.Fill
 | |
|         Me.txtAbout.Location = New System.Drawing.Point(3, 3)
 | |
|         Me.txtAbout.Multiline = True
 | |
|         Me.txtAbout.Name = "txtAbout"
 | |
|         Me.txtAbout.ReadOnly = True
 | |
|         Me.txtAbout.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
 | |
|         Me.txtAbout.Size = New System.Drawing.Size(420, 221)
 | |
|         Me.txtAbout.TabIndex = 1
 | |
|         '
 | |
|         'cmdClose
 | |
|         '
 | |
|         Me.cmdClose.Location = New System.Drawing.Point(371, 397)
 | |
|         Me.cmdClose.Name = "cmdClose"
 | |
|         Me.cmdClose.Size = New System.Drawing.Size(75, 23)
 | |
|         Me.cmdClose.TabIndex = 2
 | |
|         Me.cmdClose.Text = "Close"
 | |
|         Me.cmdClose.UseVisualStyleBackColor = True
 | |
|         '
 | |
|         'TabControl1
 | |
|         '
 | |
|         Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
 | |
|                     Or System.Windows.Forms.AnchorStyles.Left) _
 | |
|                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
 | |
|         Me.TabControl1.Controls.Add(Me.TabPage1)
 | |
|         Me.TabControl1.Controls.Add(Me.TabPage2)
 | |
|         Me.TabControl1.Location = New System.Drawing.Point(12, 138)
 | |
|         Me.TabControl1.Name = "TabControl1"
 | |
|         Me.TabControl1.SelectedIndex = 0
 | |
|         Me.TabControl1.Size = New System.Drawing.Size(434, 253)
 | |
|         Me.TabControl1.TabIndex = 3
 | |
|         '
 | |
|         'TabPage1
 | |
|         '
 | |
|         Me.TabPage1.BackColor = System.Drawing.SystemColors.Control
 | |
|         Me.TabPage1.Controls.Add(Me.txtAbout)
 | |
|         Me.TabPage1.Location = New System.Drawing.Point(4, 22)
 | |
|         Me.TabPage1.Name = "TabPage1"
 | |
|         Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
 | |
|         Me.TabPage1.Size = New System.Drawing.Size(426, 227)
 | |
|         Me.TabPage1.TabIndex = 0
 | |
|         Me.TabPage1.Text = "About"
 | |
|         '
 | |
|         'TabPage2
 | |
|         '
 | |
|         Me.TabPage2.BackColor = System.Drawing.SystemColors.Control
 | |
|         Me.TabPage2.Controls.Add(Me.txtHistory)
 | |
|         Me.TabPage2.Location = New System.Drawing.Point(4, 22)
 | |
|         Me.TabPage2.Name = "TabPage2"
 | |
|         Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
 | |
|         Me.TabPage2.Size = New System.Drawing.Size(426, 227)
 | |
|         Me.TabPage2.TabIndex = 1
 | |
|         Me.TabPage2.Text = "History"
 | |
|         '
 | |
|         'txtHistory
 | |
|         '
 | |
|         Me.txtHistory.Dock = System.Windows.Forms.DockStyle.Fill
 | |
|         Me.txtHistory.Location = New System.Drawing.Point(3, 3)
 | |
|         Me.txtHistory.Multiline = True
 | |
|         Me.txtHistory.Name = "txtHistory"
 | |
|         Me.txtHistory.ReadOnly = True
 | |
|         Me.txtHistory.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
 | |
|         Me.txtHistory.Size = New System.Drawing.Size(420, 221)
 | |
|         Me.txtHistory.TabIndex = 0
 | |
|         '
 | |
|         'frmAbout
 | |
|         '
 | |
|         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
 | |
|         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
 | |
|         Me.ClientSize = New System.Drawing.Size(458, 432)
 | |
|         Me.Controls.Add(Me.TabControl1)
 | |
|         Me.Controls.Add(Me.cmdClose)
 | |
|         Me.Controls.Add(Me.pctLogo)
 | |
|         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
 | |
|         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
 | |
|         Me.MaximizeBox = False
 | |
|         Me.MinimizeBox = False
 | |
|         Me.Name = "frmAbout"
 | |
|         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
 | |
|         Me.Text = "About Winsock Orcas"
 | |
|         CType(Me.pctLogo, System.ComponentModel.ISupportInitialize).EndInit()
 | |
|         Me.TabControl1.ResumeLayout(False)
 | |
|         Me.TabPage1.ResumeLayout(False)
 | |
|         Me.TabPage1.PerformLayout()
 | |
|         Me.TabPage2.ResumeLayout(False)
 | |
|         Me.TabPage2.PerformLayout()
 | |
|         Me.ResumeLayout(False)
 | |
| 
 | |
|     End Sub
 | |
|     Friend WithEvents pctLogo As System.Windows.Forms.PictureBox
 | |
|     Friend WithEvents txtAbout As System.Windows.Forms.TextBox
 | |
|     Friend WithEvents cmdClose As System.Windows.Forms.Button
 | |
|     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
 | |
|     Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
 | |
|     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
 | |
|     Friend WithEvents txtHistory As System.Windows.Forms.TextBox
 | |
| End Class
 | 
