297 lines
13 KiB
VB.net
297 lines
13 KiB
VB.net
<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.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(12, 7)
|
|
Me.pnWeightTop.Name = "pnWeightTop"
|
|
Me.pnWeightTop.Size = New System.Drawing.Size(940, 85)
|
|
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(215, 9)
|
|
Me.lbWeightTop.Name = "lbWeightTop"
|
|
Me.lbWeightTop.Size = New System.Drawing.Size(501, 62)
|
|
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(12, 100)
|
|
Me.pnWeightMid.Name = "pnWeightMid"
|
|
Me.pnWeightMid.Size = New System.Drawing.Size(940, 168)
|
|
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(51, 14)
|
|
Me.lbWeight.Name = "lbWeight"
|
|
Me.lbWeight.Size = New System.Drawing.Size(842, 139)
|
|
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(12, 270)
|
|
Me.gbWeightBot.Name = "gbWeightBot"
|
|
Me.gbWeightBot.Size = New System.Drawing.Size(940, 279)
|
|
Me.gbWeightBot.TabIndex = 23
|
|
Me.gbWeightBot.TabStop = False
|
|
'
|
|
'pnNow
|
|
'
|
|
Me.pnNow.Controls.Add(Me.lbNow)
|
|
Me.pnNow.Location = New System.Drawing.Point(7, 54)
|
|
Me.pnNow.Name = "pnNow"
|
|
Me.pnNow.Size = New System.Drawing.Size(264, 72)
|
|
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, 5)
|
|
Me.lbNow.Name = "lbNow"
|
|
Me.lbNow.Size = New System.Drawing.Size(258, 62)
|
|
Me.lbNow.TabIndex = 7
|
|
Me.lbNow.Text = "현재 무게 :"
|
|
'
|
|
'pnExpect
|
|
'
|
|
Me.pnExpect.Controls.Add(Me.lbExpect)
|
|
Me.pnExpect.Location = New System.Drawing.Point(21, 149)
|
|
Me.pnExpect.Name = "pnExpect"
|
|
Me.pnExpect.Size = New System.Drawing.Size(213, 76)
|
|
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(11, 13)
|
|
Me.lbExpect.Name = "lbExpect"
|
|
Me.lbExpect.Size = New System.Drawing.Size(200, 49)
|
|
Me.lbExpect.TabIndex = 9
|
|
Me.lbExpect.Text = "예상 무게 :"
|
|
'
|
|
'pnError
|
|
'
|
|
Me.pnError.Controls.Add(Me.lbError)
|
|
Me.pnError.Location = New System.Drawing.Point(292, 214)
|
|
Me.pnError.Name = "pnError"
|
|
Me.pnError.Size = New System.Drawing.Size(329, 62)
|
|
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, 4)
|
|
Me.lbError.Name = "lbError"
|
|
Me.lbError.Size = New System.Drawing.Size(339, 52)
|
|
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(240, 149)
|
|
Me.pnWeightEX.Name = "pnWeightEX"
|
|
Me.pnWeightEX.Size = New System.Drawing.Size(197, 76)
|
|
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(6, 10)
|
|
Me.lbWeightEX.Name = "lbWeightEX"
|
|
Me.lbWeightEX.Size = New System.Drawing.Size(151, 57)
|
|
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(152, 19)
|
|
Me.lbWeightEXg.Name = "lbWeightEXg"
|
|
Me.lbWeightEXg.Size = New System.Drawing.Size(36, 41)
|
|
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(587, 64)
|
|
Me.lbNowg.Name = "lbNowg"
|
|
Me.lbNowg.Size = New System.Drawing.Size(54, 62)
|
|
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(274, 29)
|
|
Me.lbNowWeight.Name = "lbNowWeight"
|
|
Me.lbNowWeight.Size = New System.Drawing.Size(313, 104)
|
|
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(627, 42)
|
|
Me.picb_scale.Name = "picb_scale"
|
|
Me.picb_scale.Size = New System.Drawing.Size(284, 231)
|
|
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(7.0!, 12.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(964, 561)
|
|
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(4, 3, 4, 3)
|
|
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
|
|
End Class
|