store-TDReportUploader/frmMySqlTest.Designer.vb
ssy99 fe00c71228 feat: 최초 커밋
기존 프로그램 업로드
2025-04-30 15:48:38 +09:00

308 lines
13 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class frmMySqlTest
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.btnReadDB = New System.Windows.Forms.Button()
Me.txbPV_SN = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.txbPV_Freq = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.txbPV_Z = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.txbPV_C = New System.Windows.Forms.TextBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.txbPV_R = New System.Windows.Forms.TextBox()
Me.btnUpdateDB = New System.Windows.Forms.Button()
Me.btnInsrtDB = New System.Windows.Forms.Button()
Me.btnDeleteDB = New System.Windows.Forms.Button()
Me.Label6 = New System.Windows.Forms.Label()
Me.txbPV_Date = New System.Windows.Forms.TextBox()
Me.OpenFileDB = New System.Windows.Forms.OpenFileDialog()
Me.Button3 = New System.Windows.Forms.Button()
Me.DataGridView = New System.Windows.Forms.DataGridView()
Me.Button5 = New System.Windows.Forms.Button()
Me.txbPVdate = New System.Windows.Forms.TextBox()
Me.Label7 = New System.Windows.Forms.Label()
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btnReadDB
'
Me.btnReadDB.Location = New System.Drawing.Point(397, 33)
Me.btnReadDB.Name = "btnReadDB"
Me.btnReadDB.Size = New System.Drawing.Size(165, 46)
Me.btnReadDB.TabIndex = 0
Me.btnReadDB.Text = "읽기"
Me.btnReadDB.UseVisualStyleBackColor = True
'
'txbPV_SN
'
Me.txbPV_SN.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.txbPV_SN.Location = New System.Drawing.Point(167, 33)
Me.txbPV_SN.Name = "txbPV_SN"
Me.txbPV_SN.Size = New System.Drawing.Size(182, 35)
Me.txbPV_SN.TabIndex = 1
Me.txbPV_SN.Text = "DIT205001"
Me.txbPV_SN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Label1.Location = New System.Drawing.Point(25, 36)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(76, 21)
Me.Label1.TabIndex = 2
Me.Label1.Text = "TD S/N"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Label2.Location = New System.Drawing.Point(25, 142)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(73, 21)
Me.Label2.TabIndex = 4
Me.Label2.Text = "주파수"
'
'txbPV_Freq
'
Me.txbPV_Freq.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.txbPV_Freq.Location = New System.Drawing.Point(167, 139)
Me.txbPV_Freq.Name = "txbPV_Freq"
Me.txbPV_Freq.Size = New System.Drawing.Size(182, 35)
Me.txbPV_Freq.TabIndex = 3
Me.txbPV_Freq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Label3.Location = New System.Drawing.Point(25, 195)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(94, 21)
Me.Label3.TabIndex = 6
Me.Label3.Text = "임피던스"
'
'txbPV_Z
'
Me.txbPV_Z.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.txbPV_Z.Location = New System.Drawing.Point(167, 192)
Me.txbPV_Z.Name = "txbPV_Z"
Me.txbPV_Z.Size = New System.Drawing.Size(182, 35)
Me.txbPV_Z.TabIndex = 5
Me.txbPV_Z.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Label4.Location = New System.Drawing.Point(25, 248)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(115, 21)
Me.Label4.TabIndex = 8
Me.Label4.Text = "캐패시턴스"
'
'txbPV_C
'
Me.txbPV_C.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.txbPV_C.Location = New System.Drawing.Point(167, 245)
Me.txbPV_C.Name = "txbPV_C"
Me.txbPV_C.Size = New System.Drawing.Size(182, 35)
Me.txbPV_C.TabIndex = 7
Me.txbPV_C.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Label5.Location = New System.Drawing.Point(25, 301)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(115, 21)
Me.Label5.TabIndex = 10
Me.Label5.Text = "레지스턴스"
'
'txbPV_R
'
Me.txbPV_R.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.txbPV_R.Location = New System.Drawing.Point(167, 298)
Me.txbPV_R.Name = "txbPV_R"
Me.txbPV_R.Size = New System.Drawing.Size(182, 35)
Me.txbPV_R.TabIndex = 9
Me.txbPV_R.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'btnUpdateDB
'
Me.btnUpdateDB.Location = New System.Drawing.Point(397, 119)
Me.btnUpdateDB.Name = "btnUpdateDB"
Me.btnUpdateDB.Size = New System.Drawing.Size(165, 46)
Me.btnUpdateDB.TabIndex = 11
Me.btnUpdateDB.Text = "수정"
Me.btnUpdateDB.UseVisualStyleBackColor = True
'
'btnInsrtDB
'
Me.btnInsrtDB.Location = New System.Drawing.Point(397, 205)
Me.btnInsrtDB.Name = "btnInsrtDB"
Me.btnInsrtDB.Size = New System.Drawing.Size(165, 46)
Me.btnInsrtDB.TabIndex = 12
Me.btnInsrtDB.Text = "삽입"
Me.btnInsrtDB.UseVisualStyleBackColor = True
'
'btnDeleteDB
'
Me.btnDeleteDB.Location = New System.Drawing.Point(397, 291)
Me.btnDeleteDB.Name = "btnDeleteDB"
Me.btnDeleteDB.Size = New System.Drawing.Size(165, 46)
Me.btnDeleteDB.TabIndex = 13
Me.btnDeleteDB.Text = "삭제"
Me.btnDeleteDB.UseVisualStyleBackColor = True
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Label6.Location = New System.Drawing.Point(25, 89)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(73, 21)
Me.Label6.TabIndex = 15
Me.Label6.Text = "입고일"
'
'txbPV_Date
'
Me.txbPV_Date.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.txbPV_Date.Location = New System.Drawing.Point(167, 86)
Me.txbPV_Date.Name = "txbPV_Date"
Me.txbPV_Date.Size = New System.Drawing.Size(182, 35)
Me.txbPV_Date.TabIndex = 14
Me.txbPV_Date.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'OpenFileDB
'
Me.OpenFileDB.Filter = """Excel Files(xlsx,xls,xlw)|*.xlsx;*.xls;*.xlw"""
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(614, 593)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(317, 43)
Me.Button3.TabIndex = 20
Me.Button3.Text = "DB 열기"
Me.Button3.UseVisualStyleBackColor = True
'
'DataGridView
'
Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView.Location = New System.Drawing.Point(614, 33)
Me.DataGridView.Name = "DataGridView"
Me.DataGridView.RowTemplate.Height = 23
Me.DataGridView.Size = New System.Drawing.Size(749, 489)
Me.DataGridView.TabIndex = 21
'
'Button5
'
Me.Button5.Location = New System.Drawing.Point(1046, 593)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(317, 43)
Me.Button5.TabIndex = 23
Me.Button5.Text = "DB 전송"
Me.Button5.UseVisualStyleBackColor = True
'
'txbPVdate
'
Me.txbPVdate.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.txbPVdate.Location = New System.Drawing.Point(749, 537)
Me.txbPVdate.Name = "txbPVdate"
Me.txbPVdate.Size = New System.Drawing.Size(182, 35)
Me.txbPVdate.TabIndex = 27
Me.txbPVdate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Label7.Location = New System.Drawing.Point(619, 544)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(94, 21)
Me.Label7.TabIndex = 28
Me.Label7.Text = "입고일자"
'
'frmMySqlTest
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1445, 677)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.txbPVdate)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.DataGridView)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.txbPV_Date)
Me.Controls.Add(Me.btnDeleteDB)
Me.Controls.Add(Me.btnInsrtDB)
Me.Controls.Add(Me.btnUpdateDB)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.txbPV_R)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.txbPV_C)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.txbPV_Z)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.txbPV_Freq)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.txbPV_SN)
Me.Controls.Add(Me.btnReadDB)
Me.Name = "frmMySqlTest"
Me.Text = "수입검사 TD Database 입력 유틸리티"
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btnReadDB As Button
Friend WithEvents txbPV_SN As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents txbPV_Freq As TextBox
Friend WithEvents Label3 As Label
Friend WithEvents txbPV_Z As TextBox
Friend WithEvents Label4 As Label
Friend WithEvents txbPV_C As TextBox
Friend WithEvents Label5 As Label
Friend WithEvents txbPV_R As TextBox
Friend WithEvents btnUpdateDB As Button
Friend WithEvents btnInsrtDB As Button
Friend WithEvents btnDeleteDB As Button
Friend WithEvents Label6 As Label
Friend WithEvents txbPV_Date As TextBox
Friend WithEvents OpenFileDB As OpenFileDialog
Friend WithEvents Button3 As Button
Friend WithEvents DataGridView As DataGridView
Friend WithEvents Button5 As Button
Friend WithEvents txbPVdate As TextBox
Friend WithEvents Label7 As Label
End Class