210 lines
10 KiB
VB.net
210 lines
10 KiB
VB.net
![]() |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
<Global.System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1726")> _
|
|||
|
Partial Class frmModelSelect
|
|||
|
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(frmModelSelect))
|
|||
|
Me.PnlCartTypeWindow = New System.Windows.Forms.Panel()
|
|||
|
Me.lblModelSelectTitle = New System.Windows.Forms.Label()
|
|||
|
Me.pnlTypeSelectWindow = New System.Windows.Forms.Panel()
|
|||
|
Me.rdbTypeEyeWindow = New System.Windows.Forms.RadioButton()
|
|||
|
Me.rdbTypeFaceWindow = New System.Windows.Forms.RadioButton()
|
|||
|
Me.Label64 = New System.Windows.Forms.Label()
|
|||
|
Me.txbModelSelectWindow = New System.Windows.Forms.TextBox()
|
|||
|
Me.pnlModelSelectWindow = New System.Windows.Forms.Panel()
|
|||
|
Me.rdbModelLuxWindow = New System.Windows.Forms.RadioButton()
|
|||
|
Me.rdbModelProWindow = New System.Windows.Forms.RadioButton()
|
|||
|
Me.Label53 = New System.Windows.Forms.Label()
|
|||
|
Me.ModelSelectTimer = New System.Windows.Forms.Timer(Me.components)
|
|||
|
Me.PnlCartTypeWindow.SuspendLayout()
|
|||
|
Me.pnlTypeSelectWindow.SuspendLayout()
|
|||
|
Me.pnlModelSelectWindow.SuspendLayout()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'PnlCartTypeWindow
|
|||
|
'
|
|||
|
Me.PnlCartTypeWindow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|||
|
Me.PnlCartTypeWindow.Controls.Add(Me.lblModelSelectTitle)
|
|||
|
Me.PnlCartTypeWindow.Controls.Add(Me.pnlTypeSelectWindow)
|
|||
|
Me.PnlCartTypeWindow.Controls.Add(Me.txbModelSelectWindow)
|
|||
|
Me.PnlCartTypeWindow.Controls.Add(Me.pnlModelSelectWindow)
|
|||
|
Me.PnlCartTypeWindow.Location = New System.Drawing.Point(10, 10)
|
|||
|
Me.PnlCartTypeWindow.Name = "PnlCartTypeWindow"
|
|||
|
Me.PnlCartTypeWindow.Size = New System.Drawing.Size(738, 518)
|
|||
|
Me.PnlCartTypeWindow.TabIndex = 113
|
|||
|
'
|
|||
|
'lblModelSelectTitle
|
|||
|
'
|
|||
|
Me.lblModelSelectTitle.AutoSize = True
|
|||
|
Me.lblModelSelectTitle.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|||
|
Me.lblModelSelectTitle.Location = New System.Drawing.Point(1, 1)
|
|||
|
Me.lblModelSelectTitle.Name = "lblModelSelectTitle"
|
|||
|
Me.lblModelSelectTitle.Size = New System.Drawing.Size(742, 69)
|
|||
|
Me.lblModelSelectTitle.TabIndex = 111
|
|||
|
Me.lblModelSelectTitle.Text = "카트리지 사양을 선택해주세요!"
|
|||
|
Me.lblModelSelectTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|||
|
'
|
|||
|
'pnlTypeSelectWindow
|
|||
|
'
|
|||
|
Me.pnlTypeSelectWindow.Controls.Add(Me.rdbTypeEyeWindow)
|
|||
|
Me.pnlTypeSelectWindow.Controls.Add(Me.rdbTypeFaceWindow)
|
|||
|
Me.pnlTypeSelectWindow.Controls.Add(Me.Label64)
|
|||
|
Me.pnlTypeSelectWindow.Location = New System.Drawing.Point(1, 412)
|
|||
|
Me.pnlTypeSelectWindow.Name = "pnlTypeSelectWindow"
|
|||
|
Me.pnlTypeSelectWindow.Size = New System.Drawing.Size(735, 100)
|
|||
|
Me.pnlTypeSelectWindow.TabIndex = 108
|
|||
|
Me.pnlTypeSelectWindow.Visible = False
|
|||
|
'
|
|||
|
'rdbTypeEyeWindow
|
|||
|
'
|
|||
|
Me.rdbTypeEyeWindow.AutoSize = True
|
|||
|
Me.rdbTypeEyeWindow.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold)
|
|||
|
Me.rdbTypeEyeWindow.Location = New System.Drawing.Point(540, 20)
|
|||
|
Me.rdbTypeEyeWindow.Name = "rdbTypeEyeWindow"
|
|||
|
Me.rdbTypeEyeWindow.Size = New System.Drawing.Size(139, 66)
|
|||
|
Me.rdbTypeEyeWindow.TabIndex = 1
|
|||
|
Me.rdbTypeEyeWindow.TabStop = True
|
|||
|
Me.rdbTypeEyeWindow.Text = "EYE"
|
|||
|
Me.rdbTypeEyeWindow.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'rdbTypeFaceWindow
|
|||
|
'
|
|||
|
Me.rdbTypeFaceWindow.AutoSize = True
|
|||
|
Me.rdbTypeFaceWindow.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold)
|
|||
|
Me.rdbTypeFaceWindow.Location = New System.Drawing.Point(300, 20)
|
|||
|
Me.rdbTypeFaceWindow.Name = "rdbTypeFaceWindow"
|
|||
|
Me.rdbTypeFaceWindow.Size = New System.Drawing.Size(171, 66)
|
|||
|
Me.rdbTypeFaceWindow.TabIndex = 0
|
|||
|
Me.rdbTypeFaceWindow.TabStop = True
|
|||
|
Me.rdbTypeFaceWindow.Text = "FACE"
|
|||
|
Me.rdbTypeFaceWindow.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'Label64
|
|||
|
'
|
|||
|
Me.Label64.AutoSize = True
|
|||
|
Me.Label64.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold)
|
|||
|
Me.Label64.Location = New System.Drawing.Point(10, 20)
|
|||
|
Me.Label64.Name = "Label64"
|
|||
|
Me.Label64.Size = New System.Drawing.Size(244, 62)
|
|||
|
Me.Label64.TabIndex = 108
|
|||
|
Me.Label64.Text = "타입선택 :"
|
|||
|
'
|
|||
|
'txbModelSelectWindow
|
|||
|
'
|
|||
|
Me.txbModelSelectWindow.BackColor = System.Drawing.SystemColors.Control
|
|||
|
Me.txbModelSelectWindow.Font = New System.Drawing.Font("함초롬바탕", 56.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|||
|
Me.txbModelSelectWindow.Location = New System.Drawing.Point(159, 150)
|
|||
|
Me.txbModelSelectWindow.Name = "txbModelSelectWindow"
|
|||
|
Me.txbModelSelectWindow.ReadOnly = True
|
|||
|
Me.txbModelSelectWindow.Size = New System.Drawing.Size(420, 105)
|
|||
|
Me.txbModelSelectWindow.TabIndex = 108
|
|||
|
Me.txbModelSelectWindow.Text = "입력 대기"
|
|||
|
Me.txbModelSelectWindow.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|||
|
'
|
|||
|
'pnlModelSelectWindow
|
|||
|
'
|
|||
|
Me.pnlModelSelectWindow.Controls.Add(Me.rdbModelLuxWindow)
|
|||
|
Me.pnlModelSelectWindow.Controls.Add(Me.rdbModelProWindow)
|
|||
|
Me.pnlModelSelectWindow.Controls.Add(Me.Label53)
|
|||
|
Me.pnlModelSelectWindow.Location = New System.Drawing.Point(1, 362)
|
|||
|
Me.pnlModelSelectWindow.Name = "pnlModelSelectWindow"
|
|||
|
Me.pnlModelSelectWindow.Size = New System.Drawing.Size(735, 100)
|
|||
|
Me.pnlModelSelectWindow.TabIndex = 103
|
|||
|
'
|
|||
|
'rdbModelLuxWindow
|
|||
|
'
|
|||
|
Me.rdbModelLuxWindow.AutoSize = True
|
|||
|
Me.rdbModelLuxWindow.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|||
|
Me.rdbModelLuxWindow.Location = New System.Drawing.Point(540, 20)
|
|||
|
Me.rdbModelLuxWindow.Name = "rdbModelLuxWindow"
|
|||
|
Me.rdbModelLuxWindow.Size = New System.Drawing.Size(143, 66)
|
|||
|
Me.rdbModelLuxWindow.TabIndex = 1
|
|||
|
Me.rdbModelLuxWindow.TabStop = True
|
|||
|
Me.rdbModelLuxWindow.Text = "LUX"
|
|||
|
Me.rdbModelLuxWindow.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'rdbModelProWindow
|
|||
|
'
|
|||
|
Me.rdbModelProWindow.AutoSize = True
|
|||
|
Me.rdbModelProWindow.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|||
|
Me.rdbModelProWindow.Location = New System.Drawing.Point(300, 20)
|
|||
|
Me.rdbModelProWindow.Name = "rdbModelProWindow"
|
|||
|
Me.rdbModelProWindow.Size = New System.Drawing.Size(141, 66)
|
|||
|
Me.rdbModelProWindow.TabIndex = 0
|
|||
|
Me.rdbModelProWindow.TabStop = True
|
|||
|
Me.rdbModelProWindow.Text = "PRO"
|
|||
|
Me.rdbModelProWindow.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'Label53
|
|||
|
'
|
|||
|
Me.Label53.AutoSize = True
|
|||
|
Me.Label53.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|||
|
Me.Label53.Location = New System.Drawing.Point(10, 20)
|
|||
|
Me.Label53.Name = "Label53"
|
|||
|
Me.Label53.Size = New System.Drawing.Size(244, 62)
|
|||
|
Me.Label53.TabIndex = 108
|
|||
|
Me.Label53.Text = "모델선택 :"
|
|||
|
'
|
|||
|
'ModelSelectTimer
|
|||
|
'
|
|||
|
Me.ModelSelectTimer.Interval = 500
|
|||
|
'
|
|||
|
'frmModelSelect
|
|||
|
'
|
|||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
|||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
Me.ClientSize = New System.Drawing.Size(757, 538)
|
|||
|
Me.Controls.Add(Me.PnlCartTypeWindow)
|
|||
|
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 = "frmModelSelect"
|
|||
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
|||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|||
|
Me.Text = "JION Meditech Manager"
|
|||
|
Me.PnlCartTypeWindow.ResumeLayout(False)
|
|||
|
Me.PnlCartTypeWindow.PerformLayout()
|
|||
|
Me.pnlTypeSelectWindow.ResumeLayout(False)
|
|||
|
Me.pnlTypeSelectWindow.PerformLayout()
|
|||
|
Me.pnlModelSelectWindow.ResumeLayout(False)
|
|||
|
Me.pnlModelSelectWindow.PerformLayout()
|
|||
|
Me.ResumeLayout(False)
|
|||
|
|
|||
|
End Sub
|
|||
|
|
|||
|
Friend WithEvents PnlCartTypeWindow As Panel
|
|||
|
Friend WithEvents lblModelSelectTitle As Label
|
|||
|
Friend WithEvents pnlTypeSelectWindow As Panel
|
|||
|
Friend WithEvents rdbTypeEyeWindow As RadioButton
|
|||
|
Friend WithEvents rdbTypeFaceWindow As RadioButton
|
|||
|
Friend WithEvents Label64 As Label
|
|||
|
Friend WithEvents txbModelSelectWindow As TextBox
|
|||
|
Friend WithEvents pnlModelSelectWindow As Panel
|
|||
|
Friend WithEvents rdbModelLuxWindow As RadioButton
|
|||
|
Friend WithEvents rdbModelProWindow As RadioButton
|
|||
|
Friend WithEvents Label53 As Label
|
|||
|
Friend WithEvents ModelSelectTimer As Timer
|
|||
|
End Class
|