108 lines
4.5 KiB
VB.net
108 lines
4.5 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class errorOkNg
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'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.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(errorOkNg))
|
|
Me.btnOk = New System.Windows.Forms.Button()
|
|
Me.pnOkNg = New System.Windows.Forms.Panel()
|
|
Me.txbOkNg = New System.Windows.Forms.TextBox()
|
|
Me.picOkNg = New System.Windows.Forms.PictureBox()
|
|
Me.closeTimer = New System.Windows.Forms.Timer(Me.components)
|
|
Me.pnOkNg.SuspendLayout()
|
|
CType(Me.picOkNg, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnOk
|
|
'
|
|
Me.btnOk.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnOk.Location = New System.Drawing.Point(400, 208)
|
|
Me.btnOk.Name = "btnOk"
|
|
Me.btnOk.Size = New System.Drawing.Size(95, 71)
|
|
Me.btnOk.TabIndex = 0
|
|
Me.btnOk.Text = "확 인"
|
|
Me.btnOk.UseVisualStyleBackColor = True
|
|
'
|
|
'pnOkNg
|
|
'
|
|
Me.pnOkNg.BackColor = System.Drawing.SystemColors.ControlLight
|
|
Me.pnOkNg.Controls.Add(Me.txbOkNg)
|
|
Me.pnOkNg.Location = New System.Drawing.Point(8, 10)
|
|
Me.pnOkNg.Name = "pnOkNg"
|
|
Me.pnOkNg.Size = New System.Drawing.Size(487, 190)
|
|
Me.pnOkNg.TabIndex = 1
|
|
'
|
|
'txbOkNg
|
|
'
|
|
Me.txbOkNg.BackColor = System.Drawing.SystemColors.ControlLight
|
|
Me.txbOkNg.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.txbOkNg.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbOkNg.Location = New System.Drawing.Point(12, 9)
|
|
Me.txbOkNg.Multiline = True
|
|
Me.txbOkNg.Name = "txbOkNg"
|
|
Me.txbOkNg.Size = New System.Drawing.Size(462, 169)
|
|
Me.txbOkNg.TabIndex = 0
|
|
'
|
|
'picOkNg
|
|
'
|
|
Me.picOkNg.Image = Global.SalesPacking_MES_API_Project.My.Resources.Resources.logo
|
|
Me.picOkNg.Location = New System.Drawing.Point(8, 208)
|
|
Me.picOkNg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.picOkNg.Name = "picOkNg"
|
|
Me.picOkNg.Size = New System.Drawing.Size(386, 71)
|
|
Me.picOkNg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.picOkNg.TabIndex = 7
|
|
Me.picOkNg.TabStop = False
|
|
'
|
|
'closeTimer
|
|
'
|
|
Me.closeTimer.Interval = 1000
|
|
'
|
|
'errorOkNg
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(507, 291)
|
|
Me.Controls.Add(Me.picOkNg)
|
|
Me.Controls.Add(Me.pnOkNg)
|
|
Me.Controls.Add(Me.btnOk)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
|
|
Me.Name = "errorOkNg"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "errorOkNg"
|
|
Me.pnOkNg.ResumeLayout(False)
|
|
Me.pnOkNg.PerformLayout()
|
|
CType(Me.picOkNg, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents btnOk As Button
|
|
Friend WithEvents pnOkNg As Panel
|
|
Friend WithEvents txbOkNg As TextBox
|
|
Friend WithEvents picOkNg As PictureBox
|
|
Friend WithEvents closeTimer As Timer
|
|
End Class
|