127 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			VB.net
		
	
	
	
	
	
			
		
		
	
	
			127 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			VB.net
		
	
	
	
	
	
| <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
 | |
| Partial Class Frm_Calc
 | |
|     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.Button1 = New System.Windows.Forms.Button
 | |
|         Me.Button2 = New System.Windows.Forms.Button
 | |
|         Me.Button3 = New System.Windows.Forms.Button
 | |
|         Me.Label1 = New System.Windows.Forms.Label
 | |
|         Me.Panel1 = New System.Windows.Forms.Panel
 | |
|         Me.Button4 = New System.Windows.Forms.Button
 | |
|         Me.Panel1.SuspendLayout()
 | |
|         Me.SuspendLayout()
 | |
|         '
 | |
|         'Button1
 | |
|         '
 | |
|         Me.Button1.Location = New System.Drawing.Point(21, 75)
 | |
|         Me.Button1.Name = "Button1"
 | |
|         Me.Button1.Size = New System.Drawing.Size(137, 31)
 | |
|         Me.Button1.TabIndex = 3
 | |
|         Me.Button1.Text = "요구량"
 | |
|         Me.Button1.UseVisualStyleBackColor = True
 | |
|         '
 | |
|         'Button2
 | |
|         '
 | |
|         Me.Button2.Location = New System.Drawing.Point(21, 115)
 | |
|         Me.Button2.Name = "Button2"
 | |
|         Me.Button2.Size = New System.Drawing.Size(137, 31)
 | |
|         Me.Button2.TabIndex = 4
 | |
|         Me.Button2.Text = "소요량"
 | |
|         Me.Button2.UseVisualStyleBackColor = True
 | |
|         '
 | |
|         'Button3
 | |
|         '
 | |
|         Me.Button3.Location = New System.Drawing.Point(21, 155)
 | |
|         Me.Button3.Name = "Button3"
 | |
|         Me.Button3.Size = New System.Drawing.Size(137, 31)
 | |
|         Me.Button3.TabIndex = 5
 | |
|         Me.Button3.Text = "요구량+소요량"
 | |
|         Me.Button3.UseVisualStyleBackColor = True
 | |
|         '
 | |
|         'Label1
 | |
|         '
 | |
|         Me.Label1.AutoSize = True
 | |
|         Me.Label1.Location = New System.Drawing.Point(58, 35)
 | |
|         Me.Label1.Name = "Label1"
 | |
|         Me.Label1.Size = New System.Drawing.Size(64, 17)
 | |
|         Me.Label1.TabIndex = 6
 | |
|         Me.Label1.Text = "계산방법"
 | |
|         '
 | |
|         'Panel1
 | |
|         '
 | |
|         Me.Panel1.BackColor = System.Drawing.Color.White
 | |
|         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
 | |
|         Me.Panel1.Controls.Add(Me.Button4)
 | |
|         Me.Panel1.Controls.Add(Me.Button1)
 | |
|         Me.Panel1.Controls.Add(Me.Label1)
 | |
|         Me.Panel1.Controls.Add(Me.Button2)
 | |
|         Me.Panel1.Controls.Add(Me.Button3)
 | |
|         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
 | |
|         Me.Panel1.Location = New System.Drawing.Point(0, 0)
 | |
|         Me.Panel1.Name = "Panel1"
 | |
|         Me.Panel1.Size = New System.Drawing.Size(181, 210)
 | |
|         Me.Panel1.TabIndex = 7
 | |
|         '
 | |
|         'Button4
 | |
|         '
 | |
|         Me.Button4.BackColor = System.Drawing.Color.Transparent
 | |
|         Me.Button4.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
 | |
|         Me.Button4.ForeColor = System.Drawing.Color.Red
 | |
|         Me.Button4.ImageAlign = System.Drawing.ContentAlignment.TopLeft
 | |
|         Me.Button4.Location = New System.Drawing.Point(148, 8)
 | |
|         Me.Button4.Margin = New System.Windows.Forms.Padding(0)
 | |
|         Me.Button4.Name = "Button4"
 | |
|         Me.Button4.Size = New System.Drawing.Size(23, 28)
 | |
|         Me.Button4.TabIndex = 7
 | |
|         Me.Button4.Text = "x"
 | |
|         Me.Button4.TextAlign = System.Drawing.ContentAlignment.TopLeft
 | |
|         Me.Button4.UseVisualStyleBackColor = True
 | |
|         '
 | |
|         'Frm_Calc
 | |
|         '
 | |
|         Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 17.0!)
 | |
|         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
 | |
|         Me.BackColor = System.Drawing.SystemColors.AppWorkspace
 | |
|         Me.ClientSize = New System.Drawing.Size(181, 210)
 | |
|         Me.Controls.Add(Me.Panel1)
 | |
|         Me.Font = New System.Drawing.Font("나눔고딕", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
 | |
|         Me.KeyPreview = True
 | |
|         Me.Margin = New System.Windows.Forms.Padding(4)
 | |
|         Me.Name = "Frm_Calc"
 | |
|         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
 | |
|         Me.Text = "Frm_Work"
 | |
|         Me.TransparencyKey = System.Drawing.SystemColors.AppWorkspace
 | |
|         Me.Controls.SetChildIndex(Me.Panel1, 0)
 | |
|         Me.Panel1.ResumeLayout(False)
 | |
|         Me.Panel1.PerformLayout()
 | |
|         Me.ResumeLayout(False)
 | |
| 
 | |
|     End Sub
 | |
|     Friend WithEvents Button1 As System.Windows.Forms.Button
 | |
|     Friend WithEvents Button2 As System.Windows.Forms.Button
 | |
|     Friend WithEvents Button3 As System.Windows.Forms.Button
 | |
|     Friend WithEvents Label1 As System.Windows.Forms.Label
 | |
|     Friend WithEvents Panel1 As System.Windows.Forms.Panel
 | |
|     Friend WithEvents Button4 As System.Windows.Forms.Button
 | |
| End Class
 | 
