Partial Class frmMySqlTest 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(frmMySqlTest)) Me.btnReadDB = New System.Windows.Forms.Button() Me.txbPV_SN = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() 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.gb_tdfront = New System.Windows.Forms.GroupBox() Me.rdb_no = New System.Windows.Forms.RadioButton() Me.rdb_dith = New System.Windows.Forms.RadioButton() Me.rdb_diti = New System.Windows.Forms.RadioButton() Me.rdb_dit = New System.Windows.Forms.RadioButton() Me.ckb_clear = New System.Windows.Forms.CheckBox() Me.ckb_upper = New System.Windows.Forms.CheckBox() Me.Button1 = New System.Windows.Forms.Button() Me.ckb_fail_delete = New System.Windows.Forms.CheckBox() CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit() Me.gb_tdfront.SuspendLayout() 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(502, 679) Me.btnReadDB.Name = "btnReadDB" Me.btnReadDB.Size = New System.Drawing.Size(216, 53) Me.btnReadDB.TabIndex = 0 Me.btnReadDB.Text = "읽기" Me.btnReadDB.UseVisualStyleBackColor = True ' 'txbPV_SN ' Me.txbPV_SN.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbPV_SN.Location = New System.Drawing.Point(192, 679) Me.txbPV_SN.Name = "txbPV_SN" Me.txbPV_SN.Size = New System.Drawing.Size(304, 53) 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("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label1.Location = New System.Drawing.Point(5, 686) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(186, 38) Me.Label1.TabIndex = 2 Me.Label1.Text = "TD S/N 검색" ' 'OpenFileDB ' Me.OpenFileDB.Filter = """Excel Files(xlsx,xls,xlw)|*.xlsx;*.xls;*.xlw""" ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Button3.Location = New System.Drawing.Point(14, 738) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(482, 75) Me.Button3.TabIndex = 20 Me.Button3.Text = "DB 열기" Me.Button3.UseVisualStyleBackColor = True ' 'DataGridView ' Me.DataGridView.AllowUserToAddRows = False Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView.Location = New System.Drawing.Point(12, 12) Me.DataGridView.Name = "DataGridView" Me.DataGridView.RowTemplate.Height = 23 Me.DataGridView.Size = New System.Drawing.Size(1496, 647) Me.DataGridView.TabIndex = 21 ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Button5.Location = New System.Drawing.Point(502, 738) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(494, 75) Me.Button5.TabIndex = 23 Me.Button5.Text = "현 데이터 엑셀화" Me.Button5.UseVisualStyleBackColor = True ' 'gb_tdfront ' Me.gb_tdfront.Controls.Add(Me.rdb_no) Me.gb_tdfront.Controls.Add(Me.rdb_dith) Me.gb_tdfront.Controls.Add(Me.rdb_diti) Me.gb_tdfront.Controls.Add(Me.rdb_dit) Me.gb_tdfront.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gb_tdfront.Location = New System.Drawing.Point(1002, 665) Me.gb_tdfront.Name = "gb_tdfront" Me.gb_tdfront.Size = New System.Drawing.Size(270, 148) Me.gb_tdfront.TabIndex = 24 Me.gb_tdfront.TabStop = False Me.gb_tdfront.Text = "T/D 앞자리" ' 'rdb_no ' Me.rdb_no.AutoSize = True Me.rdb_no.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdb_no.Location = New System.Drawing.Point(145, 83) Me.rdb_no.Name = "rdb_no" Me.rdb_no.Size = New System.Drawing.Size(91, 42) Me.rdb_no.TabIndex = 3 Me.rdb_no.Text = "없음" Me.rdb_no.UseVisualStyleBackColor = True ' 'rdb_dith ' Me.rdb_dith.AutoSize = True Me.rdb_dith.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdb_dith.Location = New System.Drawing.Point(16, 85) Me.rdb_dith.Name = "rdb_dith" Me.rdb_dith.Size = New System.Drawing.Size(105, 42) Me.rdb_dith.TabIndex = 2 Me.rdb_dith.Text = "DITH" Me.rdb_dith.UseVisualStyleBackColor = True ' 'rdb_diti ' Me.rdb_diti.AutoSize = True Me.rdb_diti.Checked = True Me.rdb_diti.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdb_diti.Location = New System.Drawing.Point(145, 42) Me.rdb_diti.Name = "rdb_diti" Me.rdb_diti.Size = New System.Drawing.Size(93, 42) Me.rdb_diti.TabIndex = 1 Me.rdb_diti.TabStop = True Me.rdb_diti.Text = "DITI" Me.rdb_diti.UseVisualStyleBackColor = True ' 'rdb_dit ' Me.rdb_dit.AutoSize = True Me.rdb_dit.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdb_dit.Location = New System.Drawing.Point(16, 42) Me.rdb_dit.Name = "rdb_dit" Me.rdb_dit.Size = New System.Drawing.Size(84, 42) Me.rdb_dit.TabIndex = 0 Me.rdb_dit.Text = "DIT" Me.rdb_dit.UseVisualStyleBackColor = True ' 'ckb_clear ' Me.ckb_clear.AutoSize = True Me.ckb_clear.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckb_clear.Location = New System.Drawing.Point(1278, 670) Me.ckb_clear.Name = "ckb_clear" Me.ckb_clear.Size = New System.Drawing.Size(179, 39) Me.ckb_clear.TabIndex = 25 Me.ckb_clear.Text = "초기화유/무" Me.ckb_clear.UseVisualStyleBackColor = True ' 'ckb_upper ' Me.ckb_upper.AutoSize = True Me.ckb_upper.Checked = True Me.ckb_upper.CheckState = System.Windows.Forms.CheckState.Checked Me.ckb_upper.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckb_upper.Location = New System.Drawing.Point(1278, 723) Me.ckb_upper.Name = "ckb_upper" Me.ckb_upper.Size = New System.Drawing.Size(172, 39) Me.ckb_upper.TabIndex = 26 Me.ckb_upper.Text = "대문자 유지" Me.ckb_upper.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Button1.Location = New System.Drawing.Point(724, 679) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(272, 53) Me.Button1.TabIndex = 27 Me.Button1.Text = "데이터 초기화" Me.Button1.UseVisualStyleBackColor = True ' 'ckb_fail_delete ' Me.ckb_fail_delete.AutoSize = True Me.ckb_fail_delete.Checked = True Me.ckb_fail_delete.CheckState = System.Windows.Forms.CheckState.Checked Me.ckb_fail_delete.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckb_fail_delete.Location = New System.Drawing.Point(1278, 774) Me.ckb_fail_delete.Name = "ckb_fail_delete" Me.ckb_fail_delete.Size = New System.Drawing.Size(240, 39) Me.ckb_fail_delete.TabIndex = 28 Me.ckb_fail_delete.Text = "실패 데이터 삭제" Me.ckb_fail_delete.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(1526, 825) Me.Controls.Add(Me.ckb_fail_delete) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.ckb_upper) Me.Controls.Add(Me.ckb_clear) Me.Controls.Add(Me.gb_tdfront) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.DataGridView) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.txbPV_SN) Me.Controls.Add(Me.btnReadDB) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmMySqlTest" Me.Text = "수입검사 TD Database 입력 유틸리티 Ver 1.0.0" CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).EndInit() Me.gb_tdfront.ResumeLayout(False) Me.gb_tdfront.PerformLayout() 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 OpenFileDB As OpenFileDialog Friend WithEvents Button3 As Button Friend WithEvents DataGridView As DataGridView Friend WithEvents Button5 As Button Friend WithEvents gb_tdfront As GroupBox Friend WithEvents rdb_no As RadioButton Friend WithEvents rdb_dith As RadioButton Friend WithEvents rdb_diti As RadioButton Friend WithEvents rdb_dit As RadioButton Friend WithEvents ckb_clear As CheckBox Friend WithEvents ckb_upper As CheckBox Friend WithEvents Button1 As Button Friend WithEvents ckb_fail_delete As CheckBox End Class