388 lines
17 KiB
VB.net
388 lines
17 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.components = New System.ComponentModel.Container()
|
|||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMySqlTest))
|
|||
|
Me.btnReadDB = New System.Windows.Forms.Button()
|
|||
|
Me.txbPacking = New System.Windows.Forms.TextBox()
|
|||
|
Me.lb_packing = New System.Windows.Forms.Label()
|
|||
|
Me.gb_pack = New System.Windows.Forms.GroupBox()
|
|||
|
Me.gb_state = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txb_invoice = New System.Windows.Forms.TextBox()
|
|||
|
Me.lb_invoice = New System.Windows.Forms.Label()
|
|||
|
Me.lb_state_code = New System.Windows.Forms.Label()
|
|||
|
Me.txb_state_code = New System.Windows.Forms.TextBox()
|
|||
|
Me.txb_state_date = New System.Windows.Forms.TextBox()
|
|||
|
Me.lb_state_name = New System.Windows.Forms.Label()
|
|||
|
Me.lb_state_date = New System.Windows.Forms.Label()
|
|||
|
Me.txb_state_name = New System.Windows.Forms.TextBox()
|
|||
|
Me.gb_pack_data = New System.Windows.Forms.GroupBox()
|
|||
|
Me.lb_pack_code = New System.Windows.Forms.Label()
|
|||
|
Me.txb_pack_code = New System.Windows.Forms.TextBox()
|
|||
|
Me.lb_pack_date = New System.Windows.Forms.Label()
|
|||
|
Me.txb_pack_date = New System.Windows.Forms.TextBox()
|
|||
|
Me.gb_pack_item = New System.Windows.Forms.GroupBox()
|
|||
|
Me.dgv_pack_item = New System.Windows.Forms.DataGridView()
|
|||
|
Me.df_item_name = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|||
|
Me.df_count = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|||
|
Me.df_serial = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|||
|
Me.btn_delete = New System.Windows.Forms.Button()
|
|||
|
Me.ckb_barcode = New System.Windows.Forms.CheckBox()
|
|||
|
Me.timer_barcode = New System.Windows.Forms.Timer(Me.components)
|
|||
|
Me.ckb_state = New System.Windows.Forms.CheckBox()
|
|||
|
Me.gb_pack.SuspendLayout()
|
|||
|
Me.gb_state.SuspendLayout()
|
|||
|
Me.gb_pack_data.SuspendLayout()
|
|||
|
Me.gb_pack_item.SuspendLayout()
|
|||
|
CType(Me.dgv_pack_item, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'btnReadDB
|
|||
|
'
|
|||
|
Me.btnReadDB.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|||
|
Me.btnReadDB.Location = New System.Drawing.Point(672, 28)
|
|||
|
Me.btnReadDB.Name = "btnReadDB"
|
|||
|
Me.btnReadDB.Size = New System.Drawing.Size(136, 53)
|
|||
|
Me.btnReadDB.TabIndex = 0
|
|||
|
Me.btnReadDB.Text = "읽기"
|
|||
|
Me.btnReadDB.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'txbPacking
|
|||
|
'
|
|||
|
Me.txbPacking.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|||
|
Me.txbPacking.Location = New System.Drawing.Point(319, 28)
|
|||
|
Me.txbPacking.Name = "txbPacking"
|
|||
|
Me.txbPacking.Size = New System.Drawing.Size(347, 53)
|
|||
|
Me.txbPacking.TabIndex = 1
|
|||
|
Me.txbPacking.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|||
|
'
|
|||
|
'lb_packing
|
|||
|
'
|
|||
|
Me.lb_packing.AutoSize = True
|
|||
|
Me.lb_packing.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|||
|
Me.lb_packing.Location = New System.Drawing.Point(43, 37)
|
|||
|
Me.lb_packing.Name = "lb_packing"
|
|||
|
Me.lb_packing.Size = New System.Drawing.Size(270, 38)
|
|||
|
Me.lb_packing.TabIndex = 2
|
|||
|
Me.lb_packing.Text = "Packing Code 검색"
|
|||
|
'
|
|||
|
'gb_pack
|
|||
|
'
|
|||
|
Me.gb_pack.Controls.Add(Me.gb_state)
|
|||
|
Me.gb_pack.Controls.Add(Me.gb_pack_data)
|
|||
|
Me.gb_pack.Controls.Add(Me.gb_pack_item)
|
|||
|
Me.gb_pack.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|||
|
Me.gb_pack.Location = New System.Drawing.Point(12, 94)
|
|||
|
Me.gb_pack.Name = "gb_pack"
|
|||
|
Me.gb_pack.Size = New System.Drawing.Size(1180, 536)
|
|||
|
Me.gb_pack.TabIndex = 3
|
|||
|
Me.gb_pack.TabStop = False
|
|||
|
Me.gb_pack.Text = "패킹 데이터"
|
|||
|
'
|
|||
|
'gb_state
|
|||
|
'
|
|||
|
Me.gb_state.Controls.Add(Me.txb_invoice)
|
|||
|
Me.gb_state.Controls.Add(Me.lb_invoice)
|
|||
|
Me.gb_state.Controls.Add(Me.lb_state_code)
|
|||
|
Me.gb_state.Controls.Add(Me.txb_state_code)
|
|||
|
Me.gb_state.Controls.Add(Me.txb_state_date)
|
|||
|
Me.gb_state.Controls.Add(Me.lb_state_name)
|
|||
|
Me.gb_state.Controls.Add(Me.lb_state_date)
|
|||
|
Me.gb_state.Controls.Add(Me.txb_state_name)
|
|||
|
Me.gb_state.Location = New System.Drawing.Point(15, 214)
|
|||
|
Me.gb_state.Name = "gb_state"
|
|||
|
Me.gb_state.Size = New System.Drawing.Size(514, 294)
|
|||
|
Me.gb_state.TabIndex = 12
|
|||
|
Me.gb_state.TabStop = False
|
|||
|
Me.gb_state.Text = "전표데이터"
|
|||
|
'
|
|||
|
'txb_invoice
|
|||
|
'
|
|||
|
Me.txb_invoice.BackColor = System.Drawing.SystemColors.Window
|
|||
|
Me.txb_invoice.Location = New System.Drawing.Point(131, 223)
|
|||
|
Me.txb_invoice.Name = "txb_invoice"
|
|||
|
Me.txb_invoice.ReadOnly = True
|
|||
|
Me.txb_invoice.Size = New System.Drawing.Size(371, 43)
|
|||
|
Me.txb_invoice.TabIndex = 12
|
|||
|
Me.txb_invoice.Text = "321321321321"
|
|||
|
Me.txb_invoice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|||
|
'
|
|||
|
'lb_invoice
|
|||
|
'
|
|||
|
Me.lb_invoice.AutoSize = True
|
|||
|
Me.lb_invoice.Location = New System.Drawing.Point(6, 226)
|
|||
|
Me.lb_invoice.Name = "lb_invoice"
|
|||
|
Me.lb_invoice.Size = New System.Drawing.Size(119, 35)
|
|||
|
Me.lb_invoice.TabIndex = 11
|
|||
|
Me.lb_invoice.Text = "송장번호"
|
|||
|
'
|
|||
|
'lb_state_code
|
|||
|
'
|
|||
|
Me.lb_state_code.AutoSize = True
|
|||
|
Me.lb_state_code.Location = New System.Drawing.Point(6, 50)
|
|||
|
Me.lb_state_code.Name = "lb_state_code"
|
|||
|
Me.lb_state_code.Size = New System.Drawing.Size(119, 35)
|
|||
|
Me.lb_state_code.TabIndex = 4
|
|||
|
Me.lb_state_code.Text = "전표코드"
|
|||
|
'
|
|||
|
'txb_state_code
|
|||
|
'
|
|||
|
Me.txb_state_code.BackColor = System.Drawing.SystemColors.Window
|
|||
|
Me.txb_state_code.Location = New System.Drawing.Point(131, 47)
|
|||
|
Me.txb_state_code.Name = "txb_state_code"
|
|||
|
Me.txb_state_code.ReadOnly = True
|
|||
|
Me.txb_state_code.Size = New System.Drawing.Size(371, 43)
|
|||
|
Me.txb_state_code.TabIndex = 5
|
|||
|
Me.txb_state_code.Text = "E040221/20220302/1"
|
|||
|
Me.txb_state_code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|||
|
'
|
|||
|
'txb_state_date
|
|||
|
'
|
|||
|
Me.txb_state_date.BackColor = System.Drawing.SystemColors.Window
|
|||
|
Me.txb_state_date.Location = New System.Drawing.Point(131, 164)
|
|||
|
Me.txb_state_date.Name = "txb_state_date"
|
|||
|
Me.txb_state_date.ReadOnly = True
|
|||
|
Me.txb_state_date.Size = New System.Drawing.Size(371, 43)
|
|||
|
Me.txb_state_date.TabIndex = 10
|
|||
|
Me.txb_state_date.Text = "2022-12-31"
|
|||
|
Me.txb_state_date.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|||
|
'
|
|||
|
'lb_state_name
|
|||
|
'
|
|||
|
Me.lb_state_name.AutoSize = True
|
|||
|
Me.lb_state_name.Location = New System.Drawing.Point(6, 107)
|
|||
|
Me.lb_state_name.Name = "lb_state_name"
|
|||
|
Me.lb_state_name.Size = New System.Drawing.Size(119, 35)
|
|||
|
Me.lb_state_name.TabIndex = 7
|
|||
|
Me.lb_state_name.Text = "주문자명"
|
|||
|
'
|
|||
|
'lb_state_date
|
|||
|
'
|
|||
|
Me.lb_state_date.AutoSize = True
|
|||
|
Me.lb_state_date.Location = New System.Drawing.Point(6, 167)
|
|||
|
Me.lb_state_date.Name = "lb_state_date"
|
|||
|
Me.lb_state_date.Size = New System.Drawing.Size(119, 35)
|
|||
|
Me.lb_state_date.TabIndex = 9
|
|||
|
Me.lb_state_date.Text = "등록일자"
|
|||
|
'
|
|||
|
'txb_state_name
|
|||
|
'
|
|||
|
Me.txb_state_name.BackColor = System.Drawing.SystemColors.Window
|
|||
|
Me.txb_state_name.Location = New System.Drawing.Point(131, 104)
|
|||
|
Me.txb_state_name.Name = "txb_state_name"
|
|||
|
Me.txb_state_name.ReadOnly = True
|
|||
|
Me.txb_state_name.Size = New System.Drawing.Size(371, 43)
|
|||
|
Me.txb_state_name.TabIndex = 8
|
|||
|
Me.txb_state_name.Text = "박석태"
|
|||
|
Me.txb_state_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|||
|
'
|
|||
|
'gb_pack_data
|
|||
|
'
|
|||
|
Me.gb_pack_data.Controls.Add(Me.lb_pack_code)
|
|||
|
Me.gb_pack_data.Controls.Add(Me.txb_pack_code)
|
|||
|
Me.gb_pack_data.Controls.Add(Me.lb_pack_date)
|
|||
|
Me.gb_pack_data.Controls.Add(Me.txb_pack_date)
|
|||
|
Me.gb_pack_data.Location = New System.Drawing.Point(15, 42)
|
|||
|
Me.gb_pack_data.Name = "gb_pack_data"
|
|||
|
Me.gb_pack_data.Size = New System.Drawing.Size(514, 166)
|
|||
|
Me.gb_pack_data.TabIndex = 11
|
|||
|
Me.gb_pack_data.TabStop = False
|
|||
|
Me.gb_pack_data.Text = "패킹데이터"
|
|||
|
'
|
|||
|
'lb_pack_code
|
|||
|
'
|
|||
|
Me.lb_pack_code.AutoSize = True
|
|||
|
Me.lb_pack_code.Location = New System.Drawing.Point(6, 49)
|
|||
|
Me.lb_pack_code.Name = "lb_pack_code"
|
|||
|
Me.lb_pack_code.Size = New System.Drawing.Size(119, 35)
|
|||
|
Me.lb_pack_code.TabIndex = 0
|
|||
|
Me.lb_pack_code.Text = "패킹코드"
|
|||
|
'
|
|||
|
'txb_pack_code
|
|||
|
'
|
|||
|
Me.txb_pack_code.BackColor = System.Drawing.SystemColors.Window
|
|||
|
Me.txb_pack_code.Location = New System.Drawing.Point(131, 46)
|
|||
|
Me.txb_pack_code.Name = "txb_pack_code"
|
|||
|
Me.txb_pack_code.ReadOnly = True
|
|||
|
Me.txb_pack_code.Size = New System.Drawing.Size(371, 43)
|
|||
|
Me.txb_pack_code.TabIndex = 1
|
|||
|
Me.txb_pack_code.Text = "102220333555"
|
|||
|
Me.txb_pack_code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|||
|
'
|
|||
|
'lb_pack_date
|
|||
|
'
|
|||
|
Me.lb_pack_date.AutoSize = True
|
|||
|
Me.lb_pack_date.Location = New System.Drawing.Point(6, 107)
|
|||
|
Me.lb_pack_date.Name = "lb_pack_date"
|
|||
|
Me.lb_pack_date.Size = New System.Drawing.Size(119, 35)
|
|||
|
Me.lb_pack_date.TabIndex = 2
|
|||
|
Me.lb_pack_date.Text = "포장일자"
|
|||
|
'
|
|||
|
'txb_pack_date
|
|||
|
'
|
|||
|
Me.txb_pack_date.BackColor = System.Drawing.SystemColors.Window
|
|||
|
Me.txb_pack_date.Location = New System.Drawing.Point(131, 104)
|
|||
|
Me.txb_pack_date.Name = "txb_pack_date"
|
|||
|
Me.txb_pack_date.ReadOnly = True
|
|||
|
Me.txb_pack_date.Size = New System.Drawing.Size(371, 43)
|
|||
|
Me.txb_pack_date.TabIndex = 3
|
|||
|
Me.txb_pack_date.Text = "2022-12-31"
|
|||
|
Me.txb_pack_date.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|||
|
'
|
|||
|
'gb_pack_item
|
|||
|
'
|
|||
|
Me.gb_pack_item.Controls.Add(Me.dgv_pack_item)
|
|||
|
Me.gb_pack_item.Font = New System.Drawing.Font("함초롬바탕", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|||
|
Me.gb_pack_item.Location = New System.Drawing.Point(545, 42)
|
|||
|
Me.gb_pack_item.Name = "gb_pack_item"
|
|||
|
Me.gb_pack_item.Size = New System.Drawing.Size(623, 466)
|
|||
|
Me.gb_pack_item.TabIndex = 6
|
|||
|
Me.gb_pack_item.TabStop = False
|
|||
|
Me.gb_pack_item.Text = "패킹물품"
|
|||
|
'
|
|||
|
'dgv_pack_item
|
|||
|
'
|
|||
|
Me.dgv_pack_item.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|||
|
Me.dgv_pack_item.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.df_item_name, Me.df_count, Me.df_serial})
|
|||
|
Me.dgv_pack_item.Location = New System.Drawing.Point(14, 43)
|
|||
|
Me.dgv_pack_item.Name = "dgv_pack_item"
|
|||
|
Me.dgv_pack_item.ReadOnly = True
|
|||
|
Me.dgv_pack_item.RowTemplate.Height = 23
|
|||
|
Me.dgv_pack_item.Size = New System.Drawing.Size(593, 395)
|
|||
|
Me.dgv_pack_item.TabIndex = 0
|
|||
|
'
|
|||
|
'df_item_name
|
|||
|
'
|
|||
|
Me.df_item_name.HeaderText = "물품명"
|
|||
|
Me.df_item_name.Name = "df_item_name"
|
|||
|
Me.df_item_name.ReadOnly = True
|
|||
|
Me.df_item_name.Width = 300
|
|||
|
'
|
|||
|
'df_count
|
|||
|
'
|
|||
|
Me.df_count.HeaderText = "개수"
|
|||
|
Me.df_count.Name = "df_count"
|
|||
|
Me.df_count.ReadOnly = True
|
|||
|
'
|
|||
|
'df_serial
|
|||
|
'
|
|||
|
Me.df_serial.HeaderText = "시리얼번호"
|
|||
|
Me.df_serial.Name = "df_serial"
|
|||
|
Me.df_serial.ReadOnly = True
|
|||
|
Me.df_serial.Width = 150
|
|||
|
'
|
|||
|
'btn_delete
|
|||
|
'
|
|||
|
Me.btn_delete.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|||
|
Me.btn_delete.Location = New System.Drawing.Point(814, 28)
|
|||
|
Me.btn_delete.Name = "btn_delete"
|
|||
|
Me.btn_delete.Size = New System.Drawing.Size(136, 53)
|
|||
|
Me.btn_delete.TabIndex = 4
|
|||
|
Me.btn_delete.Text = "삭제"
|
|||
|
Me.btn_delete.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'ckb_barcode
|
|||
|
'
|
|||
|
Me.ckb_barcode.AutoSize = True
|
|||
|
Me.ckb_barcode.Checked = True
|
|||
|
Me.ckb_barcode.CheckState = System.Windows.Forms.CheckState.Checked
|
|||
|
Me.ckb_barcode.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|||
|
Me.ckb_barcode.Location = New System.Drawing.Point(956, 20)
|
|||
|
Me.ckb_barcode.Name = "ckb_barcode"
|
|||
|
Me.ckb_barcode.Size = New System.Drawing.Size(156, 36)
|
|||
|
Me.ckb_barcode.TabIndex = 5
|
|||
|
Me.ckb_barcode.Text = "바코드 사용"
|
|||
|
Me.ckb_barcode.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'timer_barcode
|
|||
|
'
|
|||
|
Me.timer_barcode.Interval = 10
|
|||
|
'
|
|||
|
'ckb_state
|
|||
|
'
|
|||
|
Me.ckb_state.AutoSize = True
|
|||
|
Me.ckb_state.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|||
|
Me.ckb_state.Location = New System.Drawing.Point(956, 56)
|
|||
|
Me.ckb_state.Name = "ckb_state"
|
|||
|
Me.ckb_state.Size = New System.Drawing.Size(225, 36)
|
|||
|
Me.ckb_state.TabIndex = 6
|
|||
|
Me.ckb_state.Text = "전표데이터만 삭제"
|
|||
|
Me.ckb_state.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'frmMySqlTest
|
|||
|
'
|
|||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
|||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
Me.ClientSize = New System.Drawing.Size(1203, 649)
|
|||
|
Me.Controls.Add(Me.ckb_state)
|
|||
|
Me.Controls.Add(Me.ckb_barcode)
|
|||
|
Me.Controls.Add(Me.btn_delete)
|
|||
|
Me.Controls.Add(Me.gb_pack)
|
|||
|
Me.Controls.Add(Me.lb_packing)
|
|||
|
Me.Controls.Add(Me.txbPacking)
|
|||
|
Me.Controls.Add(Me.btnReadDB)
|
|||
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|||
|
Me.Name = "frmMySqlTest"
|
|||
|
Me.Text = "패킹 및 전표 Database Delete Program"
|
|||
|
Me.gb_pack.ResumeLayout(False)
|
|||
|
Me.gb_state.ResumeLayout(False)
|
|||
|
Me.gb_state.PerformLayout()
|
|||
|
Me.gb_pack_data.ResumeLayout(False)
|
|||
|
Me.gb_pack_data.PerformLayout()
|
|||
|
Me.gb_pack_item.ResumeLayout(False)
|
|||
|
CType(Me.dgv_pack_item, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.ResumeLayout(False)
|
|||
|
Me.PerformLayout()
|
|||
|
|
|||
|
End Sub
|
|||
|
|
|||
|
Friend WithEvents btnReadDB As Button
|
|||
|
Friend WithEvents txbPacking As TextBox
|
|||
|
Friend WithEvents lb_packing As Label
|
|||
|
Friend WithEvents gb_pack As GroupBox
|
|||
|
Friend WithEvents txb_pack_code As TextBox
|
|||
|
Friend WithEvents lb_pack_code As Label
|
|||
|
Friend WithEvents txb_pack_date As TextBox
|
|||
|
Friend WithEvents lb_pack_date As Label
|
|||
|
Friend WithEvents txb_state_date As TextBox
|
|||
|
Friend WithEvents lb_state_date As Label
|
|||
|
Friend WithEvents txb_state_name As TextBox
|
|||
|
Friend WithEvents lb_state_name As Label
|
|||
|
Friend WithEvents gb_pack_item As GroupBox
|
|||
|
Friend WithEvents txb_state_code As TextBox
|
|||
|
Friend WithEvents lb_state_code As Label
|
|||
|
Friend WithEvents dgv_pack_item As DataGridView
|
|||
|
Friend WithEvents gb_pack_data As GroupBox
|
|||
|
Friend WithEvents df_item_name As DataGridViewTextBoxColumn
|
|||
|
Friend WithEvents df_count As DataGridViewTextBoxColumn
|
|||
|
Friend WithEvents df_serial As DataGridViewTextBoxColumn
|
|||
|
Friend WithEvents gb_state As GroupBox
|
|||
|
Friend WithEvents btn_delete As Button
|
|||
|
Friend WithEvents ckb_barcode As CheckBox
|
|||
|
Friend WithEvents timer_barcode As Timer
|
|||
|
Friend WithEvents txb_invoice As TextBox
|
|||
|
Friend WithEvents lb_invoice As Label
|
|||
|
Friend WithEvents ckb_state As CheckBox
|
|||
|
End Class
|