_ Partial Class weightSettingForm Inherits System.Windows.Forms.Form 'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. _ 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 디자이너를 사용하십시오. '코드 편집기에서는 수정하지 마세요. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(weightSettingForm)) Me.txbHighValue = New System.Windows.Forms.TextBox() Me.pnWeightTop = New System.Windows.Forms.Panel() Me.lbWeightTop = New System.Windows.Forms.Label() Me.gbHighValue = New System.Windows.Forms.GroupBox() Me.lbHighValue = New System.Windows.Forms.Label() Me.gbLowValue = New System.Windows.Forms.GroupBox() Me.lbLowValue = New System.Windows.Forms.Label() Me.txbLowValue = New System.Windows.Forms.TextBox() Me.btnOK = New System.Windows.Forms.Button() Me.pnWeightMid = New System.Windows.Forms.Panel() Me.lbWeight = New System.Windows.Forms.Label() Me.pnWeightTop.SuspendLayout() Me.gbHighValue.SuspendLayout() Me.gbLowValue.SuspendLayout() Me.pnWeightMid.SuspendLayout() Me.SuspendLayout() ' 'txbHighValue ' Me.txbHighValue.BackColor = System.Drawing.SystemColors.Window Me.txbHighValue.Font = New System.Drawing.Font("함초롬바탕", 48.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbHighValue.Location = New System.Drawing.Point(30, 55) Me.txbHighValue.Name = "txbHighValue" Me.txbHighValue.ReadOnly = True Me.txbHighValue.Size = New System.Drawing.Size(380, 91) Me.txbHighValue.TabIndex = 0 Me.txbHighValue.Text = "10000" Me.txbHighValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '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(886, 85) Me.pnWeightTop.TabIndex = 18 ' '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(190, 10) Me.lbWeightTop.Name = "lbWeightTop" Me.lbWeightTop.Size = New System.Drawing.Size(562, 62) Me.lbWeightTop.TabIndex = 3 Me.lbWeightTop.Text = "패 킹 박 스 무 게 값 설 정" ' 'gbHighValue ' Me.gbHighValue.Controls.Add(Me.lbHighValue) Me.gbHighValue.Controls.Add(Me.txbHighValue) Me.gbHighValue.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbHighValue.Location = New System.Drawing.Point(12, 274) Me.gbHighValue.Name = "gbHighValue" Me.gbHighValue.Size = New System.Drawing.Size(440, 203) Me.gbHighValue.TabIndex = 19 Me.gbHighValue.TabStop = False Me.gbHighValue.Text = "상한선" ' 'lbHighValue ' Me.lbHighValue.AutoSize = True Me.lbHighValue.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbHighValue.Location = New System.Drawing.Point(335, 149) Me.lbHighValue.Name = "lbHighValue" Me.lbHighValue.Size = New System.Drawing.Size(75, 24) Me.lbHighValue.TabIndex = 1 Me.lbHighValue.Text = "(g 단위)" ' 'gbLowValue ' Me.gbLowValue.Controls.Add(Me.lbLowValue) Me.gbLowValue.Controls.Add(Me.txbLowValue) Me.gbLowValue.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbLowValue.Location = New System.Drawing.Point(462, 274) Me.gbLowValue.Name = "gbLowValue" Me.gbLowValue.Size = New System.Drawing.Size(440, 203) Me.gbLowValue.TabIndex = 20 Me.gbLowValue.TabStop = False Me.gbLowValue.Text = "하한선" ' 'lbLowValue ' Me.lbLowValue.AutoSize = True Me.lbLowValue.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbLowValue.Location = New System.Drawing.Point(335, 149) Me.lbLowValue.Name = "lbLowValue" Me.lbLowValue.Size = New System.Drawing.Size(75, 24) Me.lbLowValue.TabIndex = 2 Me.lbLowValue.Text = "(g 단위)" ' 'txbLowValue ' Me.txbLowValue.BackColor = System.Drawing.SystemColors.Window Me.txbLowValue.Font = New System.Drawing.Font("함초롬바탕", 48.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbLowValue.Location = New System.Drawing.Point(30, 55) Me.txbLowValue.Name = "txbLowValue" Me.txbLowValue.ReadOnly = True Me.txbLowValue.Size = New System.Drawing.Size(380, 91) Me.txbLowValue.TabIndex = 1 Me.txbLowValue.Text = "10000" Me.txbLowValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'btnOK ' Me.btnOK.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnOK.Location = New System.Drawing.Point(12, 483) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(890, 73) Me.btnOK.TabIndex = 21 Me.btnOK.Text = "세팅 설정 완료" Me.btnOK.UseVisualStyleBackColor = True ' '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(890, 168) Me.pnWeightMid.TabIndex = 22 ' 'lbWeight ' Me.lbWeight.BackColor = System.Drawing.SystemColors.Info 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(809, 139) Me.lbWeight.TabIndex = 14 Me.lbWeight.Text = "설정 완료 후 확인" Me.lbWeight.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'weightSettingForm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(914, 561) Me.Controls.Add(Me.pnWeightMid) Me.Controls.Add(Me.btnOK) Me.Controls.Add(Me.gbLowValue) Me.Controls.Add(Me.gbHighValue) Me.Controls.Add(Me.pnWeightTop) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "weightSettingForm" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "weightSettingForm" Me.pnWeightTop.ResumeLayout(False) Me.pnWeightTop.PerformLayout() Me.gbHighValue.ResumeLayout(False) Me.gbHighValue.PerformLayout() Me.gbLowValue.ResumeLayout(False) Me.gbLowValue.PerformLayout() Me.pnWeightMid.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents txbHighValue As TextBox Friend WithEvents pnWeightTop As Panel Friend WithEvents lbWeightTop As Label Friend WithEvents gbHighValue As GroupBox Friend WithEvents gbLowValue As GroupBox Friend WithEvents txbLowValue As TextBox Friend WithEvents lbHighValue As Label Friend WithEvents lbLowValue As Label Friend WithEvents btnOK As Button Friend WithEvents pnWeightMid As Panel Friend WithEvents lbWeight As Label End Class