121 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			VB.net
		
	
	
	
	
	
			
		
		
	
	
			121 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			VB.net
		
	
	
	
	
	
| <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
 | |
| Partial Class Frm_About
 | |
|     Inherits CForm
 | |
| 
 | |
|     'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
 | |
|     <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
 | |
| 
 | |
|     'Windows Form 디자이너에 필요합니다.
 | |
|     Private components As System.ComponentModel.IContainer
 | |
| 
 | |
|     '참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
 | |
|     '수정하려면 Windows Form 디자이너를 사용하십시오.  
 | |
|     '코드 편집기를 사용하여 수정하지 마십시오.
 | |
|     <System.Diagnostics.DebuggerStepThrough()> _
 | |
|     Private Sub InitializeComponent()
 | |
|         Me.Label6 = New System.Windows.Forms.Label()
 | |
|         Me.Label1 = New System.Windows.Forms.Label()
 | |
|         Me.Label2 = New System.Windows.Forms.Label()
 | |
|         Me.Label3 = New System.Windows.Forms.Label()
 | |
|         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
 | |
|         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
 | |
|         Me.SuspendLayout()
 | |
|         '
 | |
|         'Label6
 | |
|         '
 | |
|         Me.Label6.AutoSize = True
 | |
|         Me.Label6.Font = New System.Drawing.Font("돋움", 10.0!, System.Drawing.FontStyle.Bold)
 | |
|         Me.Label6.ForeColor = System.Drawing.SystemColors.ControlDarkDark
 | |
|         Me.Label6.Location = New System.Drawing.Point(15, 16)
 | |
|         Me.Label6.Name = "Label6"
 | |
|         Me.Label6.Size = New System.Drawing.Size(123, 14)
 | |
|         Me.Label6.TabIndex = 3
 | |
|         Me.Label6.Text = "[ECO2 만든 이]"
 | |
|         '
 | |
|         'Label1
 | |
|         '
 | |
|         Me.Label1.AutoSize = True
 | |
|         Me.Label1.BackColor = System.Drawing.Color.Transparent
 | |
|         Me.Label1.Font = New System.Drawing.Font("돋움", 8.999999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
 | |
|         Me.Label1.Location = New System.Drawing.Point(15, 49)
 | |
|         Me.Label1.Name = "Label1"
 | |
|         Me.Label1.Size = New System.Drawing.Size(130, 12)
 | |
|         Me.Label1.TabIndex = 0
 | |
|         Me.Label1.Text = "Main Coder(Y.K.H)"
 | |
|         '
 | |
|         'Label2
 | |
|         '
 | |
|         Me.Label2.AutoSize = True
 | |
|         Me.Label2.BackColor = System.Drawing.Color.Transparent
 | |
|         Me.Label2.Font = New System.Drawing.Font("돋움", 8.999999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
 | |
|         Me.Label2.Location = New System.Drawing.Point(15, 69)
 | |
|         Me.Label2.Name = "Label2"
 | |
|         Me.Label2.Size = New System.Drawing.Size(112, 12)
 | |
|         Me.Label2.TabIndex = 1
 | |
|         Me.Label2.Text = "Sub Coder(Arin)"
 | |
|         '
 | |
|         'Label3
 | |
|         '
 | |
|         Me.Label3.AutoSize = True
 | |
|         Me.Label3.BackColor = System.Drawing.Color.Transparent
 | |
|         Me.Label3.Font = New System.Drawing.Font("돋움", 8.999999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
 | |
|         Me.Label3.Location = New System.Drawing.Point(15, 89)
 | |
|         Me.Label3.Name = "Label3"
 | |
|         Me.Label3.Size = New System.Drawing.Size(121, 12)
 | |
|         Me.Label3.TabIndex = 1
 | |
|         Me.Label3.Text = "UI Design(Yoojm)"
 | |
|         '
 | |
|         'PictureBox1
 | |
|         '
 | |
|         Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
 | |
|         Me.PictureBox1.BackgroundImage = Global.Eco2Ar.My.Resources.Resources.ECO2
 | |
|         Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
 | |
|         Me.PictureBox1.Location = New System.Drawing.Point(178, 8)
 | |
|         Me.PictureBox1.Name = "PictureBox1"
 | |
|         Me.PictureBox1.Size = New System.Drawing.Size(106, 102)
 | |
|         Me.PictureBox1.TabIndex = 2
 | |
|         Me.PictureBox1.TabStop = False
 | |
|         '
 | |
|         'Frm_About
 | |
|         '
 | |
|         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
 | |
|         Me.ClientSize = New System.Drawing.Size(296, 119)
 | |
|         Me.Controls.Add(Me.Label6)
 | |
|         Me.Controls.Add(Me.Label1)
 | |
|         Me.Controls.Add(Me.Label2)
 | |
|         Me.Controls.Add(Me.PictureBox1)
 | |
|         Me.Controls.Add(Me.Label3)
 | |
|         Me.Font = New System.Drawing.Font("돋움", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
 | |
|         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
 | |
|         Me.KeyPreview = True
 | |
|         Me.MaximizeBox = False
 | |
|         Me.MinimizeBox = False
 | |
|         Me.Name = "Frm_About"
 | |
|         Me.ShowInTaskbar = False
 | |
|         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
 | |
|         Me.Text = "프로그램정보"
 | |
|         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
 | |
|         Me.ResumeLayout(False)
 | |
|         Me.PerformLayout()
 | |
| 
 | |
|     End Sub
 | |
|     Friend WithEvents Label6 As System.Windows.Forms.Label
 | |
|     Friend WithEvents Label1 As System.Windows.Forms.Label
 | |
|     Friend WithEvents Label2 As System.Windows.Forms.Label
 | |
|     Friend WithEvents Label3 As System.Windows.Forms.Label
 | |
|     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
 | |
| 
 | |
|     Private Sub Frm_About_Activated(sender As Object, e As System.EventArgs) Handles Me.Activated
 | |
| 
 | |
|     End Sub
 | |
| End Class
 | 
