308 lines
14 KiB
VB.net
Raw Permalink Normal View History

2025-05-12 09:13:11 +09:00
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class weightForm
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(weightForm))
Me.pnWeightTop = New System.Windows.Forms.Panel()
Me.lbWeightTop = New System.Windows.Forms.Label()
Me.pnWeightMid = New System.Windows.Forms.Panel()
Me.lbWeight = New System.Windows.Forms.Label()
Me.gbWeightBot = New System.Windows.Forms.GroupBox()
Me.pnNow = New System.Windows.Forms.Panel()
Me.lbNow = New System.Windows.Forms.Label()
Me.pnExpect = New System.Windows.Forms.Panel()
Me.lbExpect = New System.Windows.Forms.Label()
Me.pnError = New System.Windows.Forms.Panel()
Me.lbError = New System.Windows.Forms.Label()
Me.pnWeightEX = New System.Windows.Forms.Panel()
Me.lbWeightEX = New System.Windows.Forms.Label()
Me.lbWeightEXg = New System.Windows.Forms.Label()
Me.lbNowg = New System.Windows.Forms.Label()
Me.lbNowWeight = New System.Windows.Forms.Label()
Me.picb_scale = New System.Windows.Forms.PictureBox()
Me.ZeroTimer = New System.Windows.Forms.Timer(Me.components)
Me.playTimer = New System.Windows.Forms.Timer(Me.components)
Me.statusTimer = New System.Windows.Forms.Timer(Me.components)
Me.cmdSerialPort = New System.IO.Ports.SerialPort(Me.components)
Me.QWSerialPort = New System.IO.Ports.SerialPort(Me.components)
2025-05-12 09:13:11 +09:00
Me.pnWeightTop.SuspendLayout()
Me.pnWeightMid.SuspendLayout()
Me.gbWeightBot.SuspendLayout()
Me.pnNow.SuspendLayout()
Me.pnExpect.SuspendLayout()
Me.pnError.SuspendLayout()
Me.pnWeightEX.SuspendLayout()
CType(Me.picb_scale, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'pnWeightTop
'
Me.pnWeightTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnWeightTop.Controls.Add(Me.lbWeightTop)
Me.pnWeightTop.Location = New System.Drawing.Point(14, 9)
Me.pnWeightTop.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
2025-05-12 09:13:11 +09:00
Me.pnWeightTop.Name = "pnWeightTop"
Me.pnWeightTop.Size = New System.Drawing.Size(1074, 106)
2025-05-12 09:13:11 +09:00
Me.pnWeightTop.TabIndex = 17
'
'lbWeightTop
'
Me.lbWeightTop.AutoSize = True
Me.lbWeightTop.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbWeightTop.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
Me.lbWeightTop.Location = New System.Drawing.Point(246, 11)
2025-05-12 09:13:11 +09:00
Me.lbWeightTop.Name = "lbWeightTop"
Me.lbWeightTop.Size = New System.Drawing.Size(623, 78)
2025-05-12 09:13:11 +09:00
Me.lbWeightTop.TabIndex = 3
Me.lbWeightTop.Text = "패 킹 박 스 무 게 측 정"
'
'pnWeightMid
'
Me.pnWeightMid.BackColor = System.Drawing.Color.Black
Me.pnWeightMid.Controls.Add(Me.lbWeight)
Me.pnWeightMid.Location = New System.Drawing.Point(14, 125)
Me.pnWeightMid.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
2025-05-12 09:13:11 +09:00
Me.pnWeightMid.Name = "pnWeightMid"
Me.pnWeightMid.Size = New System.Drawing.Size(1074, 210)
2025-05-12 09:13:11 +09:00
Me.pnWeightMid.TabIndex = 18
'
'lbWeight
'
Me.lbWeight.BackColor = System.Drawing.Color.Gold
Me.lbWeight.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.lbWeight.Font = New System.Drawing.Font("함초롬바탕", 69.74999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbWeight.Location = New System.Drawing.Point(58, 18)
2025-05-12 09:13:11 +09:00
Me.lbWeight.Name = "lbWeight"
Me.lbWeight.Size = New System.Drawing.Size(962, 174)
2025-05-12 09:13:11 +09:00
Me.lbWeight.TabIndex = 14
Me.lbWeight.Text = "측정중"
Me.lbWeight.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'gbWeightBot
'
Me.gbWeightBot.Controls.Add(Me.pnNow)
Me.gbWeightBot.Controls.Add(Me.pnExpect)
Me.gbWeightBot.Controls.Add(Me.pnError)
Me.gbWeightBot.Controls.Add(Me.pnWeightEX)
Me.gbWeightBot.Controls.Add(Me.lbNowg)
Me.gbWeightBot.Controls.Add(Me.lbNowWeight)
Me.gbWeightBot.Controls.Add(Me.picb_scale)
Me.gbWeightBot.Location = New System.Drawing.Point(14, 338)
Me.gbWeightBot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
2025-05-12 09:13:11 +09:00
Me.gbWeightBot.Name = "gbWeightBot"
Me.gbWeightBot.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.gbWeightBot.Size = New System.Drawing.Size(1074, 349)
2025-05-12 09:13:11 +09:00
Me.gbWeightBot.TabIndex = 23
Me.gbWeightBot.TabStop = False
'
'pnNow
'
Me.pnNow.Controls.Add(Me.lbNow)
Me.pnNow.Location = New System.Drawing.Point(8, 68)
Me.pnNow.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
2025-05-12 09:13:11 +09:00
Me.pnNow.Name = "pnNow"
Me.pnNow.Size = New System.Drawing.Size(302, 90)
2025-05-12 09:13:11 +09:00
Me.pnNow.TabIndex = 21
'
'lbNow
'
Me.lbNow.AutoSize = True
Me.lbNow.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbNow.Location = New System.Drawing.Point(3, 6)
2025-05-12 09:13:11 +09:00
Me.lbNow.Name = "lbNow"
Me.lbNow.Size = New System.Drawing.Size(320, 78)
2025-05-12 09:13:11 +09:00
Me.lbNow.TabIndex = 7
Me.lbNow.Text = "현재 무게 :"
'
'pnExpect
'
Me.pnExpect.Controls.Add(Me.lbExpect)
Me.pnExpect.Location = New System.Drawing.Point(24, 186)
Me.pnExpect.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
2025-05-12 09:13:11 +09:00
Me.pnExpect.Name = "pnExpect"
Me.pnExpect.Size = New System.Drawing.Size(243, 95)
2025-05-12 09:13:11 +09:00
Me.pnExpect.TabIndex = 18
'
'lbExpect
'
Me.lbExpect.AutoSize = True
Me.lbExpect.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbExpect.Location = New System.Drawing.Point(13, 16)
2025-05-12 09:13:11 +09:00
Me.lbExpect.Name = "lbExpect"
Me.lbExpect.Size = New System.Drawing.Size(254, 61)
2025-05-12 09:13:11 +09:00
Me.lbExpect.TabIndex = 9
Me.lbExpect.Text = "예상 무게 :"
'
'pnError
'
Me.pnError.Controls.Add(Me.lbError)
Me.pnError.Location = New System.Drawing.Point(334, 268)
Me.pnError.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
2025-05-12 09:13:11 +09:00
Me.pnError.Name = "pnError"
Me.pnError.Size = New System.Drawing.Size(376, 78)
2025-05-12 09:13:11 +09:00
Me.pnError.TabIndex = 20
'
'lbError
'
Me.lbError.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbError.Location = New System.Drawing.Point(1, 5)
2025-05-12 09:13:11 +09:00
Me.lbError.Name = "lbError"
Me.lbError.Size = New System.Drawing.Size(387, 65)
2025-05-12 09:13:11 +09:00
Me.lbError.TabIndex = 15
Me.lbError.Text = "(오차: +100, -100)"
'
'pnWeightEX
'
Me.pnWeightEX.Controls.Add(Me.lbWeightEX)
Me.pnWeightEX.Controls.Add(Me.lbWeightEXg)
Me.pnWeightEX.Location = New System.Drawing.Point(274, 186)
Me.pnWeightEX.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
2025-05-12 09:13:11 +09:00
Me.pnWeightEX.Name = "pnWeightEX"
Me.pnWeightEX.Size = New System.Drawing.Size(225, 95)
2025-05-12 09:13:11 +09:00
Me.pnWeightEX.TabIndex = 19
'
'lbWeightEX
'
Me.lbWeightEX.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbWeightEX.Location = New System.Drawing.Point(7, 12)
2025-05-12 09:13:11 +09:00
Me.lbWeightEX.Name = "lbWeightEX"
Me.lbWeightEX.Size = New System.Drawing.Size(173, 71)
2025-05-12 09:13:11 +09:00
Me.lbWeightEX.TabIndex = 13
Me.lbWeightEX.Text = "0"
Me.lbWeightEX.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'lbWeightEXg
'
Me.lbWeightEXg.AutoSize = True
Me.lbWeightEXg.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbWeightEXg.Location = New System.Drawing.Point(174, 24)
2025-05-12 09:13:11 +09:00
Me.lbWeightEXg.Name = "lbWeightEXg"
Me.lbWeightEXg.Size = New System.Drawing.Size(44, 52)
2025-05-12 09:13:11 +09:00
Me.lbWeightEXg.TabIndex = 8
Me.lbWeightEXg.Text = "g"
'
'lbNowg
'
Me.lbNowg.AutoSize = True
Me.lbNowg.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbNowg.Location = New System.Drawing.Point(671, 80)
2025-05-12 09:13:11 +09:00
Me.lbNowg.Name = "lbNowg"
Me.lbNowg.Size = New System.Drawing.Size(67, 78)
2025-05-12 09:13:11 +09:00
Me.lbNowg.TabIndex = 2
Me.lbNowg.Text = "g"
'
'lbNowWeight
'
Me.lbNowWeight.BackColor = System.Drawing.SystemColors.Control
Me.lbNowWeight.Font = New System.Drawing.Font("함초롬바탕", 60.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.lbNowWeight.ForeColor = System.Drawing.Color.DarkBlue
Me.lbNowWeight.Location = New System.Drawing.Point(313, 36)
2025-05-12 09:13:11 +09:00
Me.lbNowWeight.Name = "lbNowWeight"
Me.lbNowWeight.Size = New System.Drawing.Size(358, 130)
2025-05-12 09:13:11 +09:00
Me.lbNowWeight.TabIndex = 12
Me.lbNowWeight.Text = "0"
Me.lbNowWeight.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'picb_scale
'
Me.picb_scale.Image = CType(resources.GetObject("picb_scale.Image"), System.Drawing.Image)
Me.picb_scale.Location = New System.Drawing.Point(717, 52)
Me.picb_scale.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
2025-05-12 09:13:11 +09:00
Me.picb_scale.Name = "picb_scale"
Me.picb_scale.Size = New System.Drawing.Size(325, 289)
2025-05-12 09:13:11 +09:00
Me.picb_scale.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.picb_scale.TabIndex = 11
Me.picb_scale.TabStop = False
'
'ZeroTimer
'
Me.ZeroTimer.Interval = 500
'
'playTimer
'
Me.playTimer.Interval = 1000
'
'statusTimer
'
Me.statusTimer.Interval = 1000
'
'cmdSerialPort
'
'
'weightForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
2025-05-12 09:13:11 +09:00
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1102, 701)
2025-05-12 09:13:11 +09:00
Me.Controls.Add(Me.gbWeightBot)
Me.Controls.Add(Me.pnWeightMid)
Me.Controls.Add(Me.pnWeightTop)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Margin = New System.Windows.Forms.Padding(5, 4, 5, 4)
2025-05-12 09:13:11 +09:00
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "weightForm"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "weightForm"
Me.pnWeightTop.ResumeLayout(False)
Me.pnWeightTop.PerformLayout()
Me.pnWeightMid.ResumeLayout(False)
Me.gbWeightBot.ResumeLayout(False)
Me.gbWeightBot.PerformLayout()
Me.pnNow.ResumeLayout(False)
Me.pnNow.PerformLayout()
Me.pnExpect.ResumeLayout(False)
Me.pnExpect.PerformLayout()
Me.pnError.ResumeLayout(False)
Me.pnWeightEX.ResumeLayout(False)
Me.pnWeightEX.PerformLayout()
CType(Me.picb_scale, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents pnWeightTop As Panel
Friend WithEvents lbWeightTop As Label
Friend WithEvents pnWeightMid As Panel
Friend WithEvents lbWeight As Label
Friend WithEvents gbWeightBot As GroupBox
Friend WithEvents pnNow As Panel
Friend WithEvents lbNow As Label
Friend WithEvents pnExpect As Panel
Friend WithEvents lbExpect As Label
Friend WithEvents pnError As Panel
Friend WithEvents lbError As Label
Friend WithEvents pnWeightEX As Panel
Friend WithEvents lbWeightEX As Label
Friend WithEvents lbWeightEXg As Label
Friend WithEvents lbNowg As Label
Friend WithEvents lbNowWeight As Label
Friend WithEvents picb_scale As PictureBox
Friend WithEvents ZeroTimer As Timer
Friend WithEvents playTimer As Timer
Friend WithEvents statusTimer As Timer
Friend WithEvents cmdSerialPort As IO.Ports.SerialPort
Friend WithEvents QWSerialPort As IO.Ports.SerialPort
2025-05-12 09:13:11 +09:00
End Class