3365 lines
147 KiB
VB.net
3365 lines
147 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class MainForm
|
|
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(MainForm))
|
|
Me.pnMain = New System.Windows.Forms.Panel()
|
|
Me.pnSerial = New System.Windows.Forms.Panel()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
|
|
Me.btnEnter = New System.Windows.Forms.Button()
|
|
Me.txbPVSN = New System.Windows.Forms.TextBox()
|
|
Me.lbPVSN = New System.Windows.Forms.Label()
|
|
Me.gpbTime = New System.Windows.Forms.GroupBox()
|
|
Me.lblTime = New System.Windows.Forms.Label()
|
|
Me.gbSerial = New System.Windows.Forms.GroupBox()
|
|
Me.lbState = New System.Windows.Forms.Label()
|
|
Me.txbState = New System.Windows.Forms.RichTextBox()
|
|
Me.cboComPort = New System.Windows.Forms.ComboBox()
|
|
Me.lbSerial = New System.Windows.Forms.Label()
|
|
Me.cmdSerial = New System.Windows.Forms.Button()
|
|
Me.gbMode = New System.Windows.Forms.GroupBox()
|
|
Me.rdbRecycle = New System.Windows.Forms.RadioButton()
|
|
Me.rdbCheck = New System.Windows.Forms.RadioButton()
|
|
Me.rdbManager = New System.Windows.Forms.RadioButton()
|
|
Me.rdbPD1 = New System.Windows.Forms.RadioButton()
|
|
Me.rdbPD2 = New System.Windows.Forms.RadioButton()
|
|
Me.rdbCSearch = New System.Windows.Forms.RadioButton()
|
|
Me.btnOption = New System.Windows.Forms.Button()
|
|
Me.gpbConfig = New System.Windows.Forms.GroupBox()
|
|
Me.ckbAutoFunc = New System.Windows.Forms.CheckBox()
|
|
Me.ckbPrintUse = New System.Windows.Forms.CheckBox()
|
|
Me.chbAutoMeasure = New System.Windows.Forms.CheckBox()
|
|
Me.chbUseBarcode = New System.Windows.Forms.CheckBox()
|
|
Me.btnExit = New System.Windows.Forms.Button()
|
|
Me.pnMaxInput = New System.Windows.Forms.Panel()
|
|
Me.gbChoice = New System.Windows.Forms.GroupBox()
|
|
Me.gbNowTray = New System.Windows.Forms.GroupBox()
|
|
Me.txbTrayMax = New System.Windows.Forms.TextBox()
|
|
Me.lbTrayNow = New System.Windows.Forms.Label()
|
|
Me.txbTrayMin = New System.Windows.Forms.TextBox()
|
|
Me.pnNowNum = New System.Windows.Forms.Panel()
|
|
Me.txbNowNum = New System.Windows.Forms.TextBox()
|
|
Me.lbNowNum = New System.Windows.Forms.Label()
|
|
Me.dgvNowReg = New System.Windows.Forms.DataGridView()
|
|
Me.dfCode = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.dfDate = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.dfTime = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.gbInputPD = New System.Windows.Forms.GroupBox()
|
|
Me.pnPDInfo = New System.Windows.Forms.Panel()
|
|
Me.cboPDInfo = New System.Windows.Forms.ComboBox()
|
|
Me.lbPDInfo = New System.Windows.Forms.Label()
|
|
Me.pnPDColor = New System.Windows.Forms.Panel()
|
|
Me.txbPDColor = New System.Windows.Forms.TextBox()
|
|
Me.lbPDColor = New System.Windows.Forms.Label()
|
|
Me.pnPDCP = New System.Windows.Forms.Panel()
|
|
Me.txbPDCP = New System.Windows.Forms.TextBox()
|
|
Me.lbPDCP = New System.Windows.Forms.Label()
|
|
Me.pnPDAgency = New System.Windows.Forms.Panel()
|
|
Me.txbPDAgency = New System.Windows.Forms.TextBox()
|
|
Me.lbPDAgency = New System.Windows.Forms.Label()
|
|
Me.pnPDCC = New System.Windows.Forms.Panel()
|
|
Me.txbPDCC = New System.Windows.Forms.TextBox()
|
|
Me.lbPDCC = New System.Windows.Forms.Label()
|
|
Me.pnPDType = New System.Windows.Forms.Panel()
|
|
Me.txbPDType = New System.Windows.Forms.TextBox()
|
|
Me.lbPDType = New System.Windows.Forms.Label()
|
|
Me.pnPDModel = New System.Windows.Forms.Panel()
|
|
Me.txbPDModel = New System.Windows.Forms.TextBox()
|
|
Me.lbPDModel = New System.Windows.Forms.Label()
|
|
Me.pnPDNum = New System.Windows.Forms.Panel()
|
|
Me.txbPDNum = New System.Windows.Forms.TextBox()
|
|
Me.lbPDNum = New System.Windows.Forms.Label()
|
|
Me.gbPDCount = New System.Windows.Forms.GroupBox()
|
|
Me.txbFailCount = New System.Windows.Forms.TextBox()
|
|
Me.lbFailCount = New System.Windows.Forms.Label()
|
|
Me.txbSucCount = New System.Windows.Forms.TextBox()
|
|
Me.lbSucCount = New System.Windows.Forms.Label()
|
|
Me.txbAllCount = New System.Windows.Forms.TextBox()
|
|
Me.lbAllCount = New System.Windows.Forms.Label()
|
|
Me.btnTrayEnd = New System.Windows.Forms.Button()
|
|
Me.btnReset = New System.Windows.Forms.Button()
|
|
Me.gbInputTD = New System.Windows.Forms.GroupBox()
|
|
Me.pnTDStep = New System.Windows.Forms.Panel()
|
|
Me.txbTDStep = New System.Windows.Forms.TextBox()
|
|
Me.lbTDStep = New System.Windows.Forms.Label()
|
|
Me.pnPDVersion = New System.Windows.Forms.Panel()
|
|
Me.txbPDVersion = New System.Windows.Forms.TextBox()
|
|
Me.lbPDVersion = New System.Windows.Forms.Label()
|
|
Me.pnTDIDate = New System.Windows.Forms.Panel()
|
|
Me.txbTDIDate = New System.Windows.Forms.TextBox()
|
|
Me.lbTDIDate = New System.Windows.Forms.Label()
|
|
Me.pnTDDepth = New System.Windows.Forms.Panel()
|
|
Me.txbTDDepth = New System.Windows.Forms.TextBox()
|
|
Me.lbTDDepth = New System.Windows.Forms.Label()
|
|
Me.pnTDPower = New System.Windows.Forms.Panel()
|
|
Me.txbTDPower = New System.Windows.Forms.TextBox()
|
|
Me.lbTDPower = New System.Windows.Forms.Label()
|
|
Me.pnTDGrade = New System.Windows.Forms.Panel()
|
|
Me.txbTDGrade = New System.Windows.Forms.TextBox()
|
|
Me.lbTDGrade = New System.Windows.Forms.Label()
|
|
Me.pnTDFreq = New System.Windows.Forms.Panel()
|
|
Me.txbTDFreq = New System.Windows.Forms.TextBox()
|
|
Me.lbTDFreq = New System.Windows.Forms.Label()
|
|
Me.pnTDNum = New System.Windows.Forms.Panel()
|
|
Me.txbTDNum = New System.Windows.Forms.TextBox()
|
|
Me.lbTDNum = New System.Windows.Forms.Label()
|
|
Me.pnRecycle = New System.Windows.Forms.Panel()
|
|
Me.gbRunCount = New System.Windows.Forms.GroupBox()
|
|
Me.txbDayCount = New System.Windows.Forms.TextBox()
|
|
Me.lbDayCount = New System.Windows.Forms.Label()
|
|
Me.pcbImage1 = New System.Windows.Forms.PictureBox()
|
|
Me.gbData = New System.Windows.Forms.GroupBox()
|
|
Me.pnReTest = New System.Windows.Forms.Panel()
|
|
Me.txbReTest = New System.Windows.Forms.TextBox()
|
|
Me.lbReTest = New System.Windows.Forms.Label()
|
|
Me.pnReInput = New System.Windows.Forms.Panel()
|
|
Me.txbReInput = New System.Windows.Forms.TextBox()
|
|
Me.lbReInput = New System.Windows.Forms.Label()
|
|
Me.pnReSerial = New System.Windows.Forms.Panel()
|
|
Me.txbReSerial = New System.Windows.Forms.TextBox()
|
|
Me.lbReSerial = New System.Windows.Forms.Label()
|
|
Me.pnReCValue = New System.Windows.Forms.Panel()
|
|
Me.txbReCValue = New System.Windows.Forms.TextBox()
|
|
Me.lbReCValue = New System.Windows.Forms.Label()
|
|
Me.pnReOrder = New System.Windows.Forms.Panel()
|
|
Me.txbReOrder = New System.Windows.Forms.TextBox()
|
|
Me.lbReOrder = New System.Windows.Forms.Label()
|
|
Me.pnRePower = New System.Windows.Forms.Panel()
|
|
Me.txbRePower = New System.Windows.Forms.TextBox()
|
|
Me.lbRePower = New System.Windows.Forms.Label()
|
|
Me.pnReMotor = New System.Windows.Forms.Panel()
|
|
Me.txbReMotor = New System.Windows.Forms.TextBox()
|
|
Me.lbReMotor = New System.Windows.Forms.Label()
|
|
Me.pnReFreq = New System.Windows.Forms.Panel()
|
|
Me.txbReFreq = New System.Windows.Forms.TextBox()
|
|
Me.lbReFreq = New System.Windows.Forms.Label()
|
|
Me.pnReGrade = New System.Windows.Forms.Panel()
|
|
Me.txbReGrade = New System.Windows.Forms.TextBox()
|
|
Me.lbReGrade = New System.Windows.Forms.Label()
|
|
Me.btnReDel = New System.Windows.Forms.Button()
|
|
Me.NowTimer = New System.Windows.Forms.Timer(Me.components)
|
|
Me.ckbDBServer = New System.Windows.Forms.CheckBox()
|
|
Me.ScanTimer = New System.Windows.Forms.Timer(Me.components)
|
|
Me.PortSerial = New System.IO.Ports.SerialPort(Me.components)
|
|
Me.RunTimer = New System.Windows.Forms.Timer(Me.components)
|
|
Me.pnOption = New System.Windows.Forms.Panel()
|
|
Me.gbManager = New System.Windows.Forms.GroupBox()
|
|
Me.ckbManager = New System.Windows.Forms.CheckBox()
|
|
Me.gbOpAlto = New System.Windows.Forms.GroupBox()
|
|
Me.ckbOpAlto = New System.Windows.Forms.CheckBox()
|
|
Me.gbPrintUse = New System.Windows.Forms.GroupBox()
|
|
Me.rdbEachPnt = New System.Windows.Forms.RadioButton()
|
|
Me.rdbAllPnt = New System.Windows.Forms.RadioButton()
|
|
Me.gbPrintEach = New System.Windows.Forms.GroupBox()
|
|
Me.ckbProdPnt = New System.Windows.Forms.CheckBox()
|
|
Me.ckbWarPnt = New System.Windows.Forms.CheckBox()
|
|
Me.ckbBoxPnt = New System.Windows.Forms.CheckBox()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.gbPrintDefault = New System.Windows.Forms.GroupBox()
|
|
Me.pnSerialCheck = New System.Windows.Forms.Panel()
|
|
Me.nudSerialCheck = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbSerialCheck = New System.Windows.Forms.Label()
|
|
Me.pnTray = New System.Windows.Forms.Panel()
|
|
Me.nudTray = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbTray = New System.Windows.Forms.Label()
|
|
Me.pnPtCount = New System.Windows.Forms.Panel()
|
|
Me.nudPtCount = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbPtCount = New System.Windows.Forms.Label()
|
|
Me.gbPtProd = New System.Windows.Forms.GroupBox()
|
|
Me.pnPtProd_Date = New System.Windows.Forms.Panel()
|
|
Me.txbPtProd_Date = New System.Windows.Forms.TextBox()
|
|
Me.lbPtProd_Date = New System.Windows.Forms.Label()
|
|
Me.btnPtProd_Ch2 = New System.Windows.Forms.Button()
|
|
Me.pnPtProd_Val2 = New System.Windows.Forms.Panel()
|
|
Me.txbPtProd_Val2 = New System.Windows.Forms.TextBox()
|
|
Me.lbPtProd_Val2 = New System.Windows.Forms.Label()
|
|
Me.pnPtProd_Val1 = New System.Windows.Forms.Panel()
|
|
Me.txbPtProd_Val1 = New System.Windows.Forms.TextBox()
|
|
Me.lbPtProd_Val1 = New System.Windows.Forms.Label()
|
|
Me.pnPtProd_Label = New System.Windows.Forms.Panel()
|
|
Me.txbPtProd_Label = New System.Windows.Forms.TextBox()
|
|
Me.lbPtProd_Label = New System.Windows.Forms.Label()
|
|
Me.btnPtProd_Ch1 = New System.Windows.Forms.Button()
|
|
Me.pnPtProd_Name = New System.Windows.Forms.Panel()
|
|
Me.txbPtProd_Name = New System.Windows.Forms.TextBox()
|
|
Me.lbPtProd_Name = New System.Windows.Forms.Label()
|
|
Me.gbPtWar = New System.Windows.Forms.GroupBox()
|
|
Me.btnPtWar_Ch2 = New System.Windows.Forms.Button()
|
|
Me.pnPtWar_Val1 = New System.Windows.Forms.Panel()
|
|
Me.txbPtWar_Val1 = New System.Windows.Forms.TextBox()
|
|
Me.lbPtWar_Val1 = New System.Windows.Forms.Label()
|
|
Me.pnPtWar_Label = New System.Windows.Forms.Panel()
|
|
Me.txbPtWar_Label = New System.Windows.Forms.TextBox()
|
|
Me.lbPtWar_Label = New System.Windows.Forms.Label()
|
|
Me.btnPtWar_Ch1 = New System.Windows.Forms.Button()
|
|
Me.pnPtWar_Name = New System.Windows.Forms.Panel()
|
|
Me.txbPtWar_Name = New System.Windows.Forms.TextBox()
|
|
Me.lbPtWar_Name = New System.Windows.Forms.Label()
|
|
Me.gbPtBox = New System.Windows.Forms.GroupBox()
|
|
Me.btnPtBox_Ch2 = New System.Windows.Forms.Button()
|
|
Me.pnPtBox_Val2 = New System.Windows.Forms.Panel()
|
|
Me.txbPtBox_Val2 = New System.Windows.Forms.TextBox()
|
|
Me.lbPtBox_Val2 = New System.Windows.Forms.Label()
|
|
Me.pnPtBox_Val1 = New System.Windows.Forms.Panel()
|
|
Me.txbPtBox_Val1 = New System.Windows.Forms.TextBox()
|
|
Me.lbPtBox_Val1 = New System.Windows.Forms.Label()
|
|
Me.pnPtBox_Label = New System.Windows.Forms.Panel()
|
|
Me.txbPtBox_Label = New System.Windows.Forms.TextBox()
|
|
Me.lbPtBox_Label = New System.Windows.Forms.Label()
|
|
Me.btnPtBox_Ch1 = New System.Windows.Forms.Button()
|
|
Me.pnPtBox_Name = New System.Windows.Forms.Panel()
|
|
Me.txbPtBox_Name = New System.Windows.Forms.TextBox()
|
|
Me.lbPtBox_Name = New System.Windows.Forms.Label()
|
|
Me.btnPtRefresh = New System.Windows.Forms.Button()
|
|
Me.dgvPrinter = New System.Windows.Forms.DataGridView()
|
|
Me.dfPrintName = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.btnOpSave = New System.Windows.Forms.Button()
|
|
Me.btnOpExit = New System.Windows.Forms.Button()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.btnRegADel = New System.Windows.Forms.Button()
|
|
Me.btnRegDel = New System.Windows.Forms.Button()
|
|
Me.gbOpReg = New System.Windows.Forms.GroupBox()
|
|
Me.pnRegClass = New System.Windows.Forms.Panel()
|
|
Me.cboRegClass = New System.Windows.Forms.ComboBox()
|
|
Me.lbRegClass = New System.Windows.Forms.Label()
|
|
Me.pnRegColor = New System.Windows.Forms.Panel()
|
|
Me.cboRegColor = New System.Windows.Forms.ComboBox()
|
|
Me.lbRegColor = New System.Windows.Forms.Label()
|
|
Me.btnRegReset = New System.Windows.Forms.Button()
|
|
Me.btnRegOK = New System.Windows.Forms.Button()
|
|
Me.pnRegAgency = New System.Windows.Forms.Panel()
|
|
Me.txbRegAgency = New System.Windows.Forms.TextBox()
|
|
Me.lbRegAgency = New System.Windows.Forms.Label()
|
|
Me.pnRegCountry = New System.Windows.Forms.Panel()
|
|
Me.txbRegCountry = New System.Windows.Forms.TextBox()
|
|
Me.lbRegCountry = New System.Windows.Forms.Label()
|
|
Me.pnRegType = New System.Windows.Forms.Panel()
|
|
Me.cboRegType = New System.Windows.Forms.ComboBox()
|
|
Me.lbRegType = New System.Windows.Forms.Label()
|
|
Me.pnRegModel = New System.Windows.Forms.Panel()
|
|
Me.cboRegModel = New System.Windows.Forms.ComboBox()
|
|
Me.lbRegModel = New System.Windows.Forms.Label()
|
|
Me.pnRegName = New System.Windows.Forms.Panel()
|
|
Me.txbRegName = New System.Windows.Forms.TextBox()
|
|
Me.lbRegName = New System.Windows.Forms.Label()
|
|
Me.gbOpCompany = New System.Windows.Forms.GroupBox()
|
|
Me.lbOpCompany = New System.Windows.Forms.Label()
|
|
Me.txbOpCompany = New System.Windows.Forms.TextBox()
|
|
Me.dgvDataSet = New System.Windows.Forms.DataGridView()
|
|
Me.dfName = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.dfModel = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.dfType = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.dfCountry = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.dfAgency = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.dfColor = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.dfClass = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.gbDBServer = New System.Windows.Forms.GroupBox()
|
|
Me.pnMain.SuspendLayout()
|
|
Me.pnSerial.SuspendLayout()
|
|
Me.gpbTime.SuspendLayout()
|
|
Me.gbSerial.SuspendLayout()
|
|
Me.gbMode.SuspendLayout()
|
|
Me.gpbConfig.SuspendLayout()
|
|
Me.pnMaxInput.SuspendLayout()
|
|
Me.gbChoice.SuspendLayout()
|
|
Me.gbNowTray.SuspendLayout()
|
|
Me.pnNowNum.SuspendLayout()
|
|
CType(Me.dgvNowReg, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.gbInputPD.SuspendLayout()
|
|
Me.pnPDInfo.SuspendLayout()
|
|
Me.pnPDColor.SuspendLayout()
|
|
Me.pnPDCP.SuspendLayout()
|
|
Me.pnPDAgency.SuspendLayout()
|
|
Me.pnPDCC.SuspendLayout()
|
|
Me.pnPDType.SuspendLayout()
|
|
Me.pnPDModel.SuspendLayout()
|
|
Me.pnPDNum.SuspendLayout()
|
|
Me.gbPDCount.SuspendLayout()
|
|
Me.gbInputTD.SuspendLayout()
|
|
Me.pnTDStep.SuspendLayout()
|
|
Me.pnPDVersion.SuspendLayout()
|
|
Me.pnTDIDate.SuspendLayout()
|
|
Me.pnTDDepth.SuspendLayout()
|
|
Me.pnTDPower.SuspendLayout()
|
|
Me.pnTDGrade.SuspendLayout()
|
|
Me.pnTDFreq.SuspendLayout()
|
|
Me.pnTDNum.SuspendLayout()
|
|
Me.pnRecycle.SuspendLayout()
|
|
Me.gbRunCount.SuspendLayout()
|
|
CType(Me.pcbImage1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.gbData.SuspendLayout()
|
|
Me.pnReTest.SuspendLayout()
|
|
Me.pnReInput.SuspendLayout()
|
|
Me.pnReSerial.SuspendLayout()
|
|
Me.pnReCValue.SuspendLayout()
|
|
Me.pnReOrder.SuspendLayout()
|
|
Me.pnRePower.SuspendLayout()
|
|
Me.pnReMotor.SuspendLayout()
|
|
Me.pnReFreq.SuspendLayout()
|
|
Me.pnReGrade.SuspendLayout()
|
|
Me.pnOption.SuspendLayout()
|
|
Me.gbManager.SuspendLayout()
|
|
Me.gbOpAlto.SuspendLayout()
|
|
Me.gbPrintUse.SuspendLayout()
|
|
Me.gbPrintEach.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.gbPrintDefault.SuspendLayout()
|
|
Me.pnSerialCheck.SuspendLayout()
|
|
CType(Me.nudSerialCheck, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pnTray.SuspendLayout()
|
|
CType(Me.nudTray, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pnPtCount.SuspendLayout()
|
|
CType(Me.nudPtCount, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.gbPtProd.SuspendLayout()
|
|
Me.pnPtProd_Date.SuspendLayout()
|
|
Me.pnPtProd_Val2.SuspendLayout()
|
|
Me.pnPtProd_Val1.SuspendLayout()
|
|
Me.pnPtProd_Label.SuspendLayout()
|
|
Me.pnPtProd_Name.SuspendLayout()
|
|
Me.gbPtWar.SuspendLayout()
|
|
Me.pnPtWar_Val1.SuspendLayout()
|
|
Me.pnPtWar_Label.SuspendLayout()
|
|
Me.pnPtWar_Name.SuspendLayout()
|
|
Me.gbPtBox.SuspendLayout()
|
|
Me.pnPtBox_Val2.SuspendLayout()
|
|
Me.pnPtBox_Val1.SuspendLayout()
|
|
Me.pnPtBox_Label.SuspendLayout()
|
|
Me.pnPtBox_Name.SuspendLayout()
|
|
CType(Me.dgvPrinter, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.gbOpReg.SuspendLayout()
|
|
Me.pnRegClass.SuspendLayout()
|
|
Me.pnRegColor.SuspendLayout()
|
|
Me.pnRegAgency.SuspendLayout()
|
|
Me.pnRegCountry.SuspendLayout()
|
|
Me.pnRegType.SuspendLayout()
|
|
Me.pnRegModel.SuspendLayout()
|
|
Me.pnRegName.SuspendLayout()
|
|
Me.gbOpCompany.SuspendLayout()
|
|
CType(Me.dgvDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.gbDBServer.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnMain
|
|
'
|
|
Me.pnMain.Controls.Add(Me.pnSerial)
|
|
Me.pnMain.Controls.Add(Me.gpbTime)
|
|
Me.pnMain.Controls.Add(Me.gbSerial)
|
|
Me.pnMain.Controls.Add(Me.gbMode)
|
|
Me.pnMain.Controls.Add(Me.btnOption)
|
|
Me.pnMain.Controls.Add(Me.gpbConfig)
|
|
Me.pnMain.Controls.Add(Me.btnExit)
|
|
Me.pnMain.Controls.Add(Me.pnMaxInput)
|
|
Me.pnMain.Controls.Add(Me.pnRecycle)
|
|
Me.pnMain.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnMain.Name = "pnMain"
|
|
Me.pnMain.Size = New System.Drawing.Size(1920, 1020)
|
|
Me.pnMain.TabIndex = 0
|
|
'
|
|
'pnSerial
|
|
'
|
|
Me.pnSerial.Controls.Add(Me.Button2)
|
|
Me.pnSerial.Controls.Add(Me.Button1)
|
|
Me.pnSerial.Controls.Add(Me.RichTextBox1)
|
|
Me.pnSerial.Controls.Add(Me.btnEnter)
|
|
Me.pnSerial.Controls.Add(Me.txbPVSN)
|
|
Me.pnSerial.Controls.Add(Me.lbPVSN)
|
|
Me.pnSerial.Location = New System.Drawing.Point(5, 100)
|
|
Me.pnSerial.Name = "pnSerial"
|
|
Me.pnSerial.Size = New System.Drawing.Size(1910, 180)
|
|
Me.pnSerial.TabIndex = 118
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(309, 9)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(127, 45)
|
|
Me.Button2.TabIndex = 122
|
|
Me.Button2.Text = "Button2"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
Me.Button2.Visible = False
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(176, 9)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(127, 45)
|
|
Me.Button1.TabIndex = 121
|
|
Me.Button1.Text = "Button1"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
Me.Button1.Visible = False
|
|
'
|
|
'RichTextBox1
|
|
'
|
|
Me.RichTextBox1.Location = New System.Drawing.Point(8, 9)
|
|
Me.RichTextBox1.Name = "RichTextBox1"
|
|
Me.RichTextBox1.Size = New System.Drawing.Size(166, 163)
|
|
Me.RichTextBox1.TabIndex = 120
|
|
Me.RichTextBox1.Text = ""
|
|
Me.RichTextBox1.Visible = False
|
|
'
|
|
'btnEnter
|
|
'
|
|
Me.btnEnter.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnEnter.Location = New System.Drawing.Point(1490, 27)
|
|
Me.btnEnter.Name = "btnEnter"
|
|
Me.btnEnter.Size = New System.Drawing.Size(200, 120)
|
|
Me.btnEnter.TabIndex = 119
|
|
Me.btnEnter.Text = "검색"
|
|
Me.btnEnter.UseVisualStyleBackColor = True
|
|
'
|
|
'txbPVSN
|
|
'
|
|
Me.txbPVSN.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbPVSN.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
|
Me.txbPVSN.Font = New System.Drawing.Font("함초롬바탕", 68.24999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbPVSN.ImeMode = System.Windows.Forms.ImeMode.Disable
|
|
Me.txbPVSN.Location = New System.Drawing.Point(660, 25)
|
|
Me.txbPVSN.Name = "txbPVSN"
|
|
Me.txbPVSN.Size = New System.Drawing.Size(825, 126)
|
|
Me.txbPVSN.TabIndex = 67
|
|
Me.txbPVSN.Text = "301234567890"
|
|
Me.txbPVSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPVSN
|
|
'
|
|
Me.lbPVSN.AutoSize = True
|
|
Me.lbPVSN.Font = New System.Drawing.Font("함초롬바탕", 68.24999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbPVSN.Location = New System.Drawing.Point(165, 28)
|
|
Me.lbPVSN.Name = "lbPVSN"
|
|
Me.lbPVSN.Size = New System.Drawing.Size(490, 118)
|
|
Me.lbPVSN.TabIndex = 68
|
|
Me.lbPVSN.Text = "바코드번호"
|
|
'
|
|
'gpbTime
|
|
'
|
|
Me.gpbTime.BackColor = System.Drawing.Color.Silver
|
|
Me.gpbTime.Controls.Add(Me.lblTime)
|
|
Me.gpbTime.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gpbTime.ForeColor = System.Drawing.Color.Black
|
|
Me.gpbTime.Location = New System.Drawing.Point(5, 5)
|
|
Me.gpbTime.Name = "gpbTime"
|
|
Me.gpbTime.Size = New System.Drawing.Size(280, 90)
|
|
Me.gpbTime.TabIndex = 117
|
|
Me.gpbTime.TabStop = False
|
|
Me.gpbTime.Text = "현재시간"
|
|
'
|
|
'lblTime
|
|
'
|
|
Me.lblTime.AutoSize = True
|
|
Me.lblTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lblTime.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
Me.lblTime.Location = New System.Drawing.Point(10, 38)
|
|
Me.lblTime.Name = "lblTime"
|
|
Me.lblTime.Size = New System.Drawing.Size(270, 27)
|
|
Me.lblTime.TabIndex = 18
|
|
Me.lblTime.Text = "2015-00-00 오전 00:00:00"
|
|
'
|
|
'gbSerial
|
|
'
|
|
Me.gbSerial.BackColor = System.Drawing.Color.LightGray
|
|
Me.gbSerial.Controls.Add(Me.lbState)
|
|
Me.gbSerial.Controls.Add(Me.txbState)
|
|
Me.gbSerial.Controls.Add(Me.cboComPort)
|
|
Me.gbSerial.Controls.Add(Me.lbSerial)
|
|
Me.gbSerial.Controls.Add(Me.cmdSerial)
|
|
Me.gbSerial.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbSerial.ForeColor = System.Drawing.Color.Black
|
|
Me.gbSerial.Location = New System.Drawing.Point(290, 5)
|
|
Me.gbSerial.Name = "gbSerial"
|
|
Me.gbSerial.Size = New System.Drawing.Size(450, 90)
|
|
Me.gbSerial.TabIndex = 116
|
|
Me.gbSerial.TabStop = False
|
|
Me.gbSerial.Text = "시리얼 통신설정"
|
|
'
|
|
'lbState
|
|
'
|
|
Me.lbState.AutoSize = True
|
|
Me.lbState.BackColor = System.Drawing.Color.Red
|
|
Me.lbState.Location = New System.Drawing.Point(385, 40)
|
|
Me.lbState.Name = "lbState"
|
|
Me.lbState.Size = New System.Drawing.Size(42, 21)
|
|
Me.lbState.TabIndex = 21
|
|
Me.lbState.Text = "OFF"
|
|
'
|
|
'txbState
|
|
'
|
|
Me.txbState.BackColor = System.Drawing.Color.Red
|
|
Me.txbState.Location = New System.Drawing.Point(370, 20)
|
|
Me.txbState.Name = "txbState"
|
|
Me.txbState.Size = New System.Drawing.Size(70, 60)
|
|
Me.txbState.TabIndex = 20
|
|
Me.txbState.Text = ""
|
|
'
|
|
'cboComPort
|
|
'
|
|
Me.cboComPort.BackColor = System.Drawing.Color.Yellow
|
|
Me.cboComPort.Font = New System.Drawing.Font("함초롬바탕", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.cboComPort.ForeColor = System.Drawing.Color.Black
|
|
Me.cboComPort.FormattingEnabled = True
|
|
Me.cboComPort.Location = New System.Drawing.Point(95, 35)
|
|
Me.cboComPort.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.cboComPort.Name = "cboComPort"
|
|
Me.cboComPort.Size = New System.Drawing.Size(189, 35)
|
|
Me.cboComPort.TabIndex = 19
|
|
'
|
|
'lbSerial
|
|
'
|
|
Me.lbSerial.AutoSize = True
|
|
Me.lbSerial.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbSerial.Location = New System.Drawing.Point(5, 38)
|
|
Me.lbSerial.Name = "lbSerial"
|
|
Me.lbSerial.Size = New System.Drawing.Size(92, 27)
|
|
Me.lbSerial.TabIndex = 17
|
|
Me.lbSerial.Text = "통신포트"
|
|
'
|
|
'cmdSerial
|
|
'
|
|
Me.cmdSerial.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.cmdSerial.Location = New System.Drawing.Point(290, 32)
|
|
Me.cmdSerial.Name = "cmdSerial"
|
|
Me.cmdSerial.Size = New System.Drawing.Size(70, 40)
|
|
Me.cmdSerial.TabIndex = 16
|
|
Me.cmdSerial.Text = "스캔"
|
|
Me.cmdSerial.UseVisualStyleBackColor = True
|
|
'
|
|
'gbMode
|
|
'
|
|
Me.gbMode.BackColor = System.Drawing.Color.LightGray
|
|
Me.gbMode.Controls.Add(Me.rdbRecycle)
|
|
Me.gbMode.Controls.Add(Me.rdbCheck)
|
|
Me.gbMode.Controls.Add(Me.rdbManager)
|
|
Me.gbMode.Controls.Add(Me.rdbPD1)
|
|
Me.gbMode.Controls.Add(Me.rdbPD2)
|
|
Me.gbMode.Controls.Add(Me.rdbCSearch)
|
|
Me.gbMode.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbMode.ForeColor = System.Drawing.Color.Black
|
|
Me.gbMode.Location = New System.Drawing.Point(746, 5)
|
|
Me.gbMode.Name = "gbMode"
|
|
Me.gbMode.Size = New System.Drawing.Size(453, 90)
|
|
Me.gbMode.TabIndex = 115
|
|
Me.gbMode.TabStop = False
|
|
Me.gbMode.Text = "입력설정"
|
|
'
|
|
'rdbRecycle
|
|
'
|
|
Me.rdbRecycle.AutoSize = True
|
|
Me.rdbRecycle.Location = New System.Drawing.Point(324, 55)
|
|
Me.rdbRecycle.Name = "rdbRecycle"
|
|
Me.rdbRecycle.Size = New System.Drawing.Size(104, 25)
|
|
Me.rdbRecycle.TabIndex = 5
|
|
Me.rdbRecycle.Text = "TD 재사용"
|
|
Me.rdbRecycle.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbCheck
|
|
'
|
|
Me.rdbCheck.AutoSize = True
|
|
Me.rdbCheck.Enabled = False
|
|
Me.rdbCheck.Location = New System.Drawing.Point(23, 55)
|
|
Me.rdbCheck.Name = "rdbCheck"
|
|
Me.rdbCheck.Size = New System.Drawing.Size(92, 25)
|
|
Me.rdbCheck.TabIndex = 4
|
|
Me.rdbCheck.Text = "제품확인"
|
|
Me.rdbCheck.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbManager
|
|
'
|
|
Me.rdbManager.AutoSize = True
|
|
Me.rdbManager.Enabled = False
|
|
Me.rdbManager.Location = New System.Drawing.Point(151, 55)
|
|
Me.rdbManager.Name = "rdbManager"
|
|
Me.rdbManager.Size = New System.Drawing.Size(150, 25)
|
|
Me.rdbManager.TabIndex = 2
|
|
Me.rdbManager.Text = "주파수입력(수동)"
|
|
Me.rdbManager.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbPD1
|
|
'
|
|
Me.rdbPD1.AutoSize = True
|
|
Me.rdbPD1.Location = New System.Drawing.Point(151, 25)
|
|
Me.rdbPD1.Name = "rdbPD1"
|
|
Me.rdbPD1.Size = New System.Drawing.Size(131, 25)
|
|
Me.rdbPD1.TabIndex = 3
|
|
Me.rdbPD1.Text = "TD주파수입력"
|
|
Me.rdbPD1.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbPD2
|
|
'
|
|
Me.rdbPD2.AutoSize = True
|
|
Me.rdbPD2.Enabled = False
|
|
Me.rdbPD2.Location = New System.Drawing.Point(324, 25)
|
|
Me.rdbPD2.Name = "rdbPD2"
|
|
Me.rdbPD2.Size = New System.Drawing.Size(92, 25)
|
|
Me.rdbPD2.TabIndex = 1
|
|
Me.rdbPD2.Text = "제품입력"
|
|
Me.rdbPD2.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbCSearch
|
|
'
|
|
Me.rdbCSearch.AutoSize = True
|
|
Me.rdbCSearch.Checked = True
|
|
Me.rdbCSearch.Location = New System.Drawing.Point(23, 25)
|
|
Me.rdbCSearch.Name = "rdbCSearch"
|
|
Me.rdbCSearch.Size = New System.Drawing.Size(87, 25)
|
|
Me.rdbCSearch.TabIndex = 0
|
|
Me.rdbCSearch.TabStop = True
|
|
Me.rdbCSearch.Text = "C값입력"
|
|
Me.rdbCSearch.UseVisualStyleBackColor = True
|
|
'
|
|
'btnOption
|
|
'
|
|
Me.btnOption.BackColor = System.Drawing.Color.Silver
|
|
Me.btnOption.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.btnOption.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnOption.Location = New System.Drawing.Point(1551, 5)
|
|
Me.btnOption.Name = "btnOption"
|
|
Me.btnOption.Size = New System.Drawing.Size(182, 90)
|
|
Me.btnOption.TabIndex = 64
|
|
Me.btnOption.Text = "설정"
|
|
Me.btnOption.UseVisualStyleBackColor = False
|
|
'
|
|
'gpbConfig
|
|
'
|
|
Me.gpbConfig.BackColor = System.Drawing.Color.Silver
|
|
Me.gpbConfig.Controls.Add(Me.ckbAutoFunc)
|
|
Me.gpbConfig.Controls.Add(Me.ckbPrintUse)
|
|
Me.gpbConfig.Controls.Add(Me.chbAutoMeasure)
|
|
Me.gpbConfig.Controls.Add(Me.chbUseBarcode)
|
|
Me.gpbConfig.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gpbConfig.ForeColor = System.Drawing.Color.Black
|
|
Me.gpbConfig.Location = New System.Drawing.Point(1205, 5)
|
|
Me.gpbConfig.Name = "gpbConfig"
|
|
Me.gpbConfig.Size = New System.Drawing.Size(345, 90)
|
|
Me.gpbConfig.TabIndex = 63
|
|
Me.gpbConfig.TabStop = False
|
|
Me.gpbConfig.Text = "설정"
|
|
'
|
|
'ckbAutoFunc
|
|
'
|
|
Me.ckbAutoFunc.AutoSize = True
|
|
Me.ckbAutoFunc.Checked = True
|
|
Me.ckbAutoFunc.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.ckbAutoFunc.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.ckbAutoFunc.Location = New System.Drawing.Point(200, 50)
|
|
Me.ckbAutoFunc.Name = "ckbAutoFunc"
|
|
Me.ckbAutoFunc.Size = New System.Drawing.Size(101, 28)
|
|
Me.ckbAutoFunc.TabIndex = 80
|
|
Me.ckbAutoFunc.Text = "자동삭제"
|
|
Me.ckbAutoFunc.UseVisualStyleBackColor = True
|
|
'
|
|
'ckbPrintUse
|
|
'
|
|
Me.ckbPrintUse.AutoSize = True
|
|
Me.ckbPrintUse.Checked = True
|
|
Me.ckbPrintUse.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.ckbPrintUse.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.ckbPrintUse.Location = New System.Drawing.Point(200, 20)
|
|
Me.ckbPrintUse.Name = "ckbPrintUse"
|
|
Me.ckbPrintUse.Size = New System.Drawing.Size(119, 28)
|
|
Me.ckbPrintUse.TabIndex = 79
|
|
Me.ckbPrintUse.Text = "프린터사용"
|
|
Me.ckbPrintUse.UseVisualStyleBackColor = True
|
|
'
|
|
'chbAutoMeasure
|
|
'
|
|
Me.chbAutoMeasure.AutoSize = True
|
|
Me.chbAutoMeasure.Checked = True
|
|
Me.chbAutoMeasure.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.chbAutoMeasure.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.chbAutoMeasure.Location = New System.Drawing.Point(45, 50)
|
|
Me.chbAutoMeasure.Name = "chbAutoMeasure"
|
|
Me.chbAutoMeasure.Size = New System.Drawing.Size(101, 28)
|
|
Me.chbAutoMeasure.TabIndex = 78
|
|
Me.chbAutoMeasure.Text = "자동측정"
|
|
Me.chbAutoMeasure.UseVisualStyleBackColor = True
|
|
'
|
|
'chbUseBarcode
|
|
'
|
|
Me.chbUseBarcode.AutoSize = True
|
|
Me.chbUseBarcode.Checked = True
|
|
Me.chbUseBarcode.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.chbUseBarcode.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.chbUseBarcode.Location = New System.Drawing.Point(45, 20)
|
|
Me.chbUseBarcode.Name = "chbUseBarcode"
|
|
Me.chbUseBarcode.Size = New System.Drawing.Size(119, 28)
|
|
Me.chbUseBarcode.TabIndex = 77
|
|
Me.chbUseBarcode.Text = "바코드사용"
|
|
Me.chbUseBarcode.UseVisualStyleBackColor = True
|
|
'
|
|
'btnExit
|
|
'
|
|
Me.btnExit.BackColor = System.Drawing.Color.Silver
|
|
Me.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.btnExit.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnExit.Location = New System.Drawing.Point(1735, 5)
|
|
Me.btnExit.Name = "btnExit"
|
|
Me.btnExit.Size = New System.Drawing.Size(182, 90)
|
|
Me.btnExit.TabIndex = 62
|
|
Me.btnExit.Text = "종료"
|
|
Me.btnExit.UseVisualStyleBackColor = False
|
|
'
|
|
'pnMaxInput
|
|
'
|
|
Me.pnMaxInput.Controls.Add(Me.gbChoice)
|
|
Me.pnMaxInput.Controls.Add(Me.dgvNowReg)
|
|
Me.pnMaxInput.Controls.Add(Me.gbInputPD)
|
|
Me.pnMaxInput.Controls.Add(Me.gbPDCount)
|
|
Me.pnMaxInput.Controls.Add(Me.btnTrayEnd)
|
|
Me.pnMaxInput.Controls.Add(Me.btnReset)
|
|
Me.pnMaxInput.Controls.Add(Me.gbInputTD)
|
|
Me.pnMaxInput.Location = New System.Drawing.Point(5, 285)
|
|
Me.pnMaxInput.Name = "pnMaxInput"
|
|
Me.pnMaxInput.Size = New System.Drawing.Size(1910, 730)
|
|
Me.pnMaxInput.TabIndex = 128
|
|
'
|
|
'gbChoice
|
|
'
|
|
Me.gbChoice.Controls.Add(Me.gbNowTray)
|
|
Me.gbChoice.Controls.Add(Me.pnNowNum)
|
|
Me.gbChoice.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbChoice.Location = New System.Drawing.Point(806, 517)
|
|
Me.gbChoice.Name = "gbChoice"
|
|
Me.gbChoice.Size = New System.Drawing.Size(494, 112)
|
|
Me.gbChoice.TabIndex = 131
|
|
Me.gbChoice.TabStop = False
|
|
Me.gbChoice.Text = "측정번호 확인"
|
|
'
|
|
'gbNowTray
|
|
'
|
|
Me.gbNowTray.Controls.Add(Me.txbTrayMax)
|
|
Me.gbNowTray.Controls.Add(Me.lbTrayNow)
|
|
Me.gbNowTray.Controls.Add(Me.txbTrayMin)
|
|
Me.gbNowTray.Location = New System.Drawing.Point(231, 15)
|
|
Me.gbNowTray.Name = "gbNowTray"
|
|
Me.gbNowTray.Size = New System.Drawing.Size(257, 85)
|
|
Me.gbNowTray.TabIndex = 1
|
|
Me.gbNowTray.TabStop = False
|
|
Me.gbNowTray.Text = "Tray번호"
|
|
'
|
|
'txbTrayMax
|
|
'
|
|
Me.txbTrayMax.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbTrayMax.ForeColor = System.Drawing.Color.Black
|
|
Me.txbTrayMax.Location = New System.Drawing.Point(149, 37)
|
|
Me.txbTrayMax.Name = "txbTrayMax"
|
|
Me.txbTrayMax.ReadOnly = True
|
|
Me.txbTrayMax.Size = New System.Drawing.Size(86, 35)
|
|
Me.txbTrayMax.TabIndex = 2
|
|
Me.txbTrayMax.Text = "0"
|
|
Me.txbTrayMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTrayNow
|
|
'
|
|
Me.lbTrayNow.AutoSize = True
|
|
Me.lbTrayNow.Location = New System.Drawing.Point(111, 42)
|
|
Me.lbTrayNow.Name = "lbTrayNow"
|
|
Me.lbTrayNow.Size = New System.Drawing.Size(32, 27)
|
|
Me.lbTrayNow.TabIndex = 1
|
|
Me.lbTrayNow.Text = "→"
|
|
'
|
|
'txbTrayMin
|
|
'
|
|
Me.txbTrayMin.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbTrayMin.ForeColor = System.Drawing.Color.Black
|
|
Me.txbTrayMin.Location = New System.Drawing.Point(19, 37)
|
|
Me.txbTrayMin.Name = "txbTrayMin"
|
|
Me.txbTrayMin.ReadOnly = True
|
|
Me.txbTrayMin.Size = New System.Drawing.Size(86, 35)
|
|
Me.txbTrayMin.TabIndex = 0
|
|
Me.txbTrayMin.Text = "0"
|
|
Me.txbTrayMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnNowNum
|
|
'
|
|
Me.pnNowNum.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.pnNowNum.Controls.Add(Me.txbNowNum)
|
|
Me.pnNowNum.Controls.Add(Me.lbNowNum)
|
|
Me.pnNowNum.Location = New System.Drawing.Point(6, 30)
|
|
Me.pnNowNum.Name = "pnNowNum"
|
|
Me.pnNowNum.Size = New System.Drawing.Size(220, 70)
|
|
Me.pnNowNum.TabIndex = 0
|
|
'
|
|
'txbNowNum
|
|
'
|
|
Me.txbNowNum.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbNowNum.Location = New System.Drawing.Point(103, 20)
|
|
Me.txbNowNum.Name = "txbNowNum"
|
|
Me.txbNowNum.ReadOnly = True
|
|
Me.txbNowNum.Size = New System.Drawing.Size(108, 35)
|
|
Me.txbNowNum.TabIndex = 1
|
|
Me.txbNowNum.Text = "0"
|
|
Me.txbNowNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbNowNum
|
|
'
|
|
Me.lbNowNum.AutoSize = True
|
|
Me.lbNowNum.Location = New System.Drawing.Point(5, 25)
|
|
Me.lbNowNum.Name = "lbNowNum"
|
|
Me.lbNowNum.Size = New System.Drawing.Size(92, 27)
|
|
Me.lbNowNum.TabIndex = 0
|
|
Me.lbNowNum.Text = "현재번호"
|
|
'
|
|
'dgvNowReg
|
|
'
|
|
Me.dgvNowReg.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvNowReg.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dfCode, Me.dfDate, Me.dfTime})
|
|
Me.dgvNowReg.Location = New System.Drawing.Point(806, 635)
|
|
Me.dgvNowReg.Name = "dgvNowReg"
|
|
Me.dgvNowReg.RowTemplate.Height = 23
|
|
Me.dgvNowReg.Size = New System.Drawing.Size(494, 85)
|
|
Me.dgvNowReg.TabIndex = 130
|
|
'
|
|
'dfCode
|
|
'
|
|
Me.dfCode.HeaderText = "제품번호"
|
|
Me.dfCode.Name = "dfCode"
|
|
Me.dfCode.Width = 150
|
|
'
|
|
'dfDate
|
|
'
|
|
Me.dfDate.HeaderText = "등록일자"
|
|
Me.dfDate.Name = "dfDate"
|
|
Me.dfDate.Width = 150
|
|
'
|
|
'dfTime
|
|
'
|
|
Me.dfTime.HeaderText = "등록시간"
|
|
Me.dfTime.Name = "dfTime"
|
|
Me.dfTime.Width = 150
|
|
'
|
|
'gbInputPD
|
|
'
|
|
Me.gbInputPD.Controls.Add(Me.pnPDInfo)
|
|
Me.gbInputPD.Controls.Add(Me.pnPDColor)
|
|
Me.gbInputPD.Controls.Add(Me.pnPDCP)
|
|
Me.gbInputPD.Controls.Add(Me.pnPDAgency)
|
|
Me.gbInputPD.Controls.Add(Me.pnPDCC)
|
|
Me.gbInputPD.Controls.Add(Me.pnPDType)
|
|
Me.gbInputPD.Controls.Add(Me.pnPDModel)
|
|
Me.gbInputPD.Controls.Add(Me.pnPDNum)
|
|
Me.gbInputPD.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbInputPD.Location = New System.Drawing.Point(965, 5)
|
|
Me.gbInputPD.Name = "gbInputPD"
|
|
Me.gbInputPD.Size = New System.Drawing.Size(935, 500)
|
|
Me.gbInputPD.TabIndex = 129
|
|
Me.gbInputPD.TabStop = False
|
|
Me.gbInputPD.Text = "Product Data"
|
|
'
|
|
'pnPDInfo
|
|
'
|
|
Me.pnPDInfo.Controls.Add(Me.cboPDInfo)
|
|
Me.pnPDInfo.Controls.Add(Me.lbPDInfo)
|
|
Me.pnPDInfo.Location = New System.Drawing.Point(5, 405)
|
|
Me.pnPDInfo.Name = "pnPDInfo"
|
|
Me.pnPDInfo.Size = New System.Drawing.Size(920, 70)
|
|
Me.pnPDInfo.TabIndex = 7
|
|
'
|
|
'cboPDInfo
|
|
'
|
|
Me.cboPDInfo.BackColor = System.Drawing.Color.Yellow
|
|
Me.cboPDInfo.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.cboPDInfo.FormattingEnabled = True
|
|
Me.cboPDInfo.Location = New System.Drawing.Point(150, 10)
|
|
Me.cboPDInfo.Name = "cboPDInfo"
|
|
Me.cboPDInfo.Size = New System.Drawing.Size(750, 53)
|
|
Me.cboPDInfo.TabIndex = 1
|
|
'
|
|
'lbPDInfo
|
|
'
|
|
Me.lbPDInfo.AutoSize = True
|
|
Me.lbPDInfo.Location = New System.Drawing.Point(21, 15)
|
|
Me.lbPDInfo.Name = "lbPDInfo"
|
|
Me.lbPDInfo.Size = New System.Drawing.Size(119, 35)
|
|
Me.lbPDInfo.TabIndex = 0
|
|
Me.lbPDInfo.Text = "등록정보"
|
|
'
|
|
'pnPDColor
|
|
'
|
|
Me.pnPDColor.Controls.Add(Me.txbPDColor)
|
|
Me.pnPDColor.Controls.Add(Me.lbPDColor)
|
|
Me.pnPDColor.Location = New System.Drawing.Point(465, 325)
|
|
Me.pnPDColor.Name = "pnPDColor"
|
|
Me.pnPDColor.Size = New System.Drawing.Size(460, 70)
|
|
Me.pnPDColor.TabIndex = 6
|
|
'
|
|
'txbPDColor
|
|
'
|
|
Me.txbPDColor.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbPDColor.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbPDColor.Location = New System.Drawing.Point(150, 10)
|
|
Me.txbPDColor.Name = "txbPDColor"
|
|
Me.txbPDColor.ReadOnly = True
|
|
Me.txbPDColor.Size = New System.Drawing.Size(290, 53)
|
|
Me.txbPDColor.TabIndex = 3
|
|
Me.txbPDColor.Text = "2024-10-25"
|
|
Me.txbPDColor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPDColor
|
|
'
|
|
Me.lbPDColor.AutoSize = True
|
|
Me.lbPDColor.Location = New System.Drawing.Point(47, 15)
|
|
Me.lbPDColor.Name = "lbPDColor"
|
|
Me.lbPDColor.Size = New System.Drawing.Size(93, 35)
|
|
Me.lbPDColor.TabIndex = 1
|
|
Me.lbPDColor.Text = "색상명"
|
|
'
|
|
'pnPDCP
|
|
'
|
|
Me.pnPDCP.Controls.Add(Me.txbPDCP)
|
|
Me.pnPDCP.Controls.Add(Me.lbPDCP)
|
|
Me.pnPDCP.Location = New System.Drawing.Point(5, 325)
|
|
Me.pnPDCP.Name = "pnPDCP"
|
|
Me.pnPDCP.Size = New System.Drawing.Size(460, 70)
|
|
Me.pnPDCP.TabIndex = 5
|
|
'
|
|
'txbPDCP
|
|
'
|
|
Me.txbPDCP.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbPDCP.Location = New System.Drawing.Point(150, 10)
|
|
Me.txbPDCP.Name = "txbPDCP"
|
|
Me.txbPDCP.Size = New System.Drawing.Size(290, 53)
|
|
Me.txbPDCP.TabIndex = 2
|
|
Me.txbPDCP.Text = "2024-02-10"
|
|
Me.txbPDCP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPDCP
|
|
'
|
|
Me.lbPDCP.AutoSize = True
|
|
Me.lbPDCP.Location = New System.Drawing.Point(21, 15)
|
|
Me.lbPDCP.Name = "lbPDCP"
|
|
Me.lbPDCP.Size = New System.Drawing.Size(119, 35)
|
|
Me.lbPDCP.TabIndex = 0
|
|
Me.lbPDCP.Text = "제조사명"
|
|
'
|
|
'pnPDAgency
|
|
'
|
|
Me.pnPDAgency.Controls.Add(Me.txbPDAgency)
|
|
Me.pnPDAgency.Controls.Add(Me.lbPDAgency)
|
|
Me.pnPDAgency.Location = New System.Drawing.Point(465, 245)
|
|
Me.pnPDAgency.Name = "pnPDAgency"
|
|
Me.pnPDAgency.Size = New System.Drawing.Size(460, 70)
|
|
Me.pnPDAgency.TabIndex = 4
|
|
'
|
|
'txbPDAgency
|
|
'
|
|
Me.txbPDAgency.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbPDAgency.Location = New System.Drawing.Point(150, 10)
|
|
Me.txbPDAgency.Name = "txbPDAgency"
|
|
Me.txbPDAgency.Size = New System.Drawing.Size(290, 53)
|
|
Me.txbPDAgency.TabIndex = 2
|
|
Me.txbPDAgency.Text = "302412002445"
|
|
Me.txbPDAgency.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPDAgency
|
|
'
|
|
Me.lbPDAgency.AutoSize = True
|
|
Me.lbPDAgency.Location = New System.Drawing.Point(-5, 15)
|
|
Me.lbPDAgency.Name = "lbPDAgency"
|
|
Me.lbPDAgency.Size = New System.Drawing.Size(145, 35)
|
|
Me.lbPDAgency.TabIndex = 1
|
|
Me.lbPDAgency.Text = "대리점코드"
|
|
'
|
|
'pnPDCC
|
|
'
|
|
Me.pnPDCC.Controls.Add(Me.txbPDCC)
|
|
Me.pnPDCC.Controls.Add(Me.lbPDCC)
|
|
Me.pnPDCC.Location = New System.Drawing.Point(5, 245)
|
|
Me.pnPDCC.Name = "pnPDCC"
|
|
Me.pnPDCC.Size = New System.Drawing.Size(460, 70)
|
|
Me.pnPDCC.TabIndex = 3
|
|
'
|
|
'txbPDCC
|
|
'
|
|
Me.txbPDCC.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbPDCC.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbPDCC.Location = New System.Drawing.Point(150, 10)
|
|
Me.txbPDCC.Name = "txbPDCC"
|
|
Me.txbPDCC.ReadOnly = True
|
|
Me.txbPDCC.Size = New System.Drawing.Size(290, 53)
|
|
Me.txbPDCC.TabIndex = 2
|
|
Me.txbPDCC.Text = "-0.06"
|
|
Me.txbPDCC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPDCC
|
|
'
|
|
Me.lbPDCC.AutoSize = True
|
|
Me.lbPDCC.Location = New System.Drawing.Point(21, 15)
|
|
Me.lbPDCC.Name = "lbPDCC"
|
|
Me.lbPDCC.Size = New System.Drawing.Size(119, 35)
|
|
Me.lbPDCC.TabIndex = 0
|
|
Me.lbPDCC.Text = "국가코드"
|
|
'
|
|
'pnPDType
|
|
'
|
|
Me.pnPDType.Controls.Add(Me.txbPDType)
|
|
Me.pnPDType.Controls.Add(Me.lbPDType)
|
|
Me.pnPDType.Location = New System.Drawing.Point(465, 165)
|
|
Me.pnPDType.Name = "pnPDType"
|
|
Me.pnPDType.Size = New System.Drawing.Size(460, 70)
|
|
Me.pnPDType.TabIndex = 2
|
|
'
|
|
'txbPDType
|
|
'
|
|
Me.txbPDType.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbPDType.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbPDType.Location = New System.Drawing.Point(150, 10)
|
|
Me.txbPDType.Name = "txbPDType"
|
|
Me.txbPDType.ReadOnly = True
|
|
Me.txbPDType.Size = New System.Drawing.Size(290, 53)
|
|
Me.txbPDType.TabIndex = 3
|
|
Me.txbPDType.Text = "PRO"
|
|
Me.txbPDType.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPDType
|
|
'
|
|
Me.lbPDType.AutoSize = True
|
|
Me.lbPDType.Location = New System.Drawing.Point(73, 15)
|
|
Me.lbPDType.Name = "lbPDType"
|
|
Me.lbPDType.Size = New System.Drawing.Size(67, 35)
|
|
Me.lbPDType.TabIndex = 2
|
|
Me.lbPDType.Text = "타입"
|
|
'
|
|
'pnPDModel
|
|
'
|
|
Me.pnPDModel.Controls.Add(Me.txbPDModel)
|
|
Me.pnPDModel.Controls.Add(Me.lbPDModel)
|
|
Me.pnPDModel.Location = New System.Drawing.Point(5, 165)
|
|
Me.pnPDModel.Name = "pnPDModel"
|
|
Me.pnPDModel.Size = New System.Drawing.Size(460, 70)
|
|
Me.pnPDModel.TabIndex = 1
|
|
'
|
|
'txbPDModel
|
|
'
|
|
Me.txbPDModel.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbPDModel.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbPDModel.ForeColor = System.Drawing.SystemColors.WindowText
|
|
Me.txbPDModel.Location = New System.Drawing.Point(150, 10)
|
|
Me.txbPDModel.Name = "txbPDModel"
|
|
Me.txbPDModel.ReadOnly = True
|
|
Me.txbPDModel.Size = New System.Drawing.Size(290, 53)
|
|
Me.txbPDModel.TabIndex = 1
|
|
Me.txbPDModel.Text = "7080"
|
|
Me.txbPDModel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPDModel
|
|
'
|
|
Me.lbPDModel.AutoSize = True
|
|
Me.lbPDModel.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbPDModel.Location = New System.Drawing.Point(67, 15)
|
|
Me.lbPDModel.Name = "lbPDModel"
|
|
Me.lbPDModel.Size = New System.Drawing.Size(73, 38)
|
|
Me.lbPDModel.TabIndex = 0
|
|
Me.lbPDModel.Text = "모델"
|
|
'
|
|
'pnPDNum
|
|
'
|
|
Me.pnPDNum.BackColor = System.Drawing.SystemColors.Info
|
|
Me.pnPDNum.Controls.Add(Me.txbPDNum)
|
|
Me.pnPDNum.Controls.Add(Me.lbPDNum)
|
|
Me.pnPDNum.Location = New System.Drawing.Point(5, 45)
|
|
Me.pnPDNum.Name = "pnPDNum"
|
|
Me.pnPDNum.Size = New System.Drawing.Size(920, 110)
|
|
Me.pnPDNum.TabIndex = 0
|
|
'
|
|
'txbPDNum
|
|
'
|
|
Me.txbPDNum.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbPDNum.Font = New System.Drawing.Font("함초롬바탕", 48.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbPDNum.Location = New System.Drawing.Point(262, 10)
|
|
Me.txbPDNum.Name = "txbPDNum"
|
|
Me.txbPDNum.ReadOnly = True
|
|
Me.txbPDNum.Size = New System.Drawing.Size(638, 91)
|
|
Me.txbPDNum.TabIndex = 1
|
|
Me.txbPDNum.Text = "DITI123456"
|
|
Me.txbPDNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPDNum
|
|
'
|
|
Me.lbPDNum.AutoSize = True
|
|
Me.lbPDNum.Font = New System.Drawing.Font("함초롬바탕", 39.74999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbPDNum.Location = New System.Drawing.Point(16, 21)
|
|
Me.lbPDNum.Name = "lbPDNum"
|
|
Me.lbPDNum.Size = New System.Drawing.Size(250, 69)
|
|
Me.lbPDNum.TabIndex = 0
|
|
Me.lbPDNum.Text = "제품 번호"
|
|
'
|
|
'gbPDCount
|
|
'
|
|
Me.gbPDCount.Controls.Add(Me.txbFailCount)
|
|
Me.gbPDCount.Controls.Add(Me.lbFailCount)
|
|
Me.gbPDCount.Controls.Add(Me.txbSucCount)
|
|
Me.gbPDCount.Controls.Add(Me.lbSucCount)
|
|
Me.gbPDCount.Controls.Add(Me.txbAllCount)
|
|
Me.gbPDCount.Controls.Add(Me.lbAllCount)
|
|
Me.gbPDCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbPDCount.Location = New System.Drawing.Point(10, 510)
|
|
Me.gbPDCount.Name = "gbPDCount"
|
|
Me.gbPDCount.Size = New System.Drawing.Size(790, 210)
|
|
Me.gbPDCount.TabIndex = 128
|
|
Me.gbPDCount.TabStop = False
|
|
Me.gbPDCount.Text = "금일수량"
|
|
'
|
|
'txbFailCount
|
|
'
|
|
Me.txbFailCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbFailCount.ForeColor = System.Drawing.Color.Red
|
|
Me.txbFailCount.Location = New System.Drawing.Point(556, 136)
|
|
Me.txbFailCount.Name = "txbFailCount"
|
|
Me.txbFailCount.Size = New System.Drawing.Size(180, 49)
|
|
Me.txbFailCount.TabIndex = 5
|
|
Me.txbFailCount.Text = "0"
|
|
Me.txbFailCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbFailCount
|
|
'
|
|
Me.lbFailCount.AutoSize = True
|
|
Me.lbFailCount.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbFailCount.Location = New System.Drawing.Point(421, 142)
|
|
Me.lbFailCount.Name = "lbFailCount"
|
|
Me.lbFailCount.Size = New System.Drawing.Size(129, 38)
|
|
Me.lbFailCount.TabIndex = 4
|
|
Me.lbFailCount.Text = "불량수량"
|
|
'
|
|
'txbSucCount
|
|
'
|
|
Me.txbSucCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbSucCount.ForeColor = System.Drawing.Color.Blue
|
|
Me.txbSucCount.Location = New System.Drawing.Point(175, 136)
|
|
Me.txbSucCount.Name = "txbSucCount"
|
|
Me.txbSucCount.Size = New System.Drawing.Size(180, 49)
|
|
Me.txbSucCount.TabIndex = 3
|
|
Me.txbSucCount.Text = "0"
|
|
Me.txbSucCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbSucCount
|
|
'
|
|
Me.lbSucCount.AutoSize = True
|
|
Me.lbSucCount.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbSucCount.Location = New System.Drawing.Point(45, 142)
|
|
Me.lbSucCount.Name = "lbSucCount"
|
|
Me.lbSucCount.Size = New System.Drawing.Size(129, 38)
|
|
Me.lbSucCount.TabIndex = 2
|
|
Me.lbSucCount.Text = "양품수량"
|
|
'
|
|
'txbAllCount
|
|
'
|
|
Me.txbAllCount.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbAllCount.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAllCount.Location = New System.Drawing.Point(389, 48)
|
|
Me.txbAllCount.Name = "txbAllCount"
|
|
Me.txbAllCount.ReadOnly = True
|
|
Me.txbAllCount.Size = New System.Drawing.Size(180, 56)
|
|
Me.txbAllCount.TabIndex = 1
|
|
Me.txbAllCount.Text = "100"
|
|
Me.txbAllCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbAllCount
|
|
'
|
|
Me.lbAllCount.AutoSize = True
|
|
Me.lbAllCount.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAllCount.Location = New System.Drawing.Point(218, 54)
|
|
Me.lbAllCount.Name = "lbAllCount"
|
|
Me.lbAllCount.Size = New System.Drawing.Size(156, 45)
|
|
Me.lbAllCount.TabIndex = 0
|
|
Me.lbAllCount.Text = "금일수량"
|
|
'
|
|
'btnTrayEnd
|
|
'
|
|
Me.btnTrayEnd.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnTrayEnd.Location = New System.Drawing.Point(1600, 530)
|
|
Me.btnTrayEnd.Name = "btnTrayEnd"
|
|
Me.btnTrayEnd.Size = New System.Drawing.Size(290, 190)
|
|
Me.btnTrayEnd.TabIndex = 127
|
|
Me.btnTrayEnd.Text = "Tray 마감"
|
|
Me.btnTrayEnd.UseVisualStyleBackColor = True
|
|
'
|
|
'btnReset
|
|
'
|
|
Me.btnReset.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnReset.Location = New System.Drawing.Point(1310, 530)
|
|
Me.btnReset.Name = "btnReset"
|
|
Me.btnReset.Size = New System.Drawing.Size(290, 190)
|
|
Me.btnReset.TabIndex = 126
|
|
Me.btnReset.Text = "초기화"
|
|
Me.btnReset.UseVisualStyleBackColor = True
|
|
'
|
|
'gbInputTD
|
|
'
|
|
Me.gbInputTD.Controls.Add(Me.pnTDStep)
|
|
Me.gbInputTD.Controls.Add(Me.pnPDVersion)
|
|
Me.gbInputTD.Controls.Add(Me.pnTDIDate)
|
|
Me.gbInputTD.Controls.Add(Me.pnTDDepth)
|
|
Me.gbInputTD.Controls.Add(Me.pnTDPower)
|
|
Me.gbInputTD.Controls.Add(Me.pnTDGrade)
|
|
Me.gbInputTD.Controls.Add(Me.pnTDFreq)
|
|
Me.gbInputTD.Controls.Add(Me.pnTDNum)
|
|
Me.gbInputTD.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbInputTD.Location = New System.Drawing.Point(10, 5)
|
|
Me.gbInputTD.Name = "gbInputTD"
|
|
Me.gbInputTD.Size = New System.Drawing.Size(935, 500)
|
|
Me.gbInputTD.TabIndex = 122
|
|
Me.gbInputTD.TabStop = False
|
|
Me.gbInputTD.Text = "Transducer Data"
|
|
'
|
|
'pnTDStep
|
|
'
|
|
Me.pnTDStep.Controls.Add(Me.txbTDStep)
|
|
Me.pnTDStep.Controls.Add(Me.lbTDStep)
|
|
Me.pnTDStep.Location = New System.Drawing.Point(5, 405)
|
|
Me.pnTDStep.Name = "pnTDStep"
|
|
Me.pnTDStep.Size = New System.Drawing.Size(920, 70)
|
|
Me.pnTDStep.TabIndex = 7
|
|
'
|
|
'txbTDStep
|
|
'
|
|
Me.txbTDStep.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbTDStep.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTDStep.Location = New System.Drawing.Point(150, 10)
|
|
Me.txbTDStep.Name = "txbTDStep"
|
|
Me.txbTDStep.ReadOnly = True
|
|
Me.txbTDStep.Size = New System.Drawing.Size(750, 53)
|
|
Me.txbTDStep.TabIndex = 2
|
|
Me.txbTDStep.Text = "HIFU 검사 완료"
|
|
Me.txbTDStep.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTDStep
|
|
'
|
|
Me.lbTDStep.AutoSize = True
|
|
Me.lbTDStep.Location = New System.Drawing.Point(21, 15)
|
|
Me.lbTDStep.Name = "lbTDStep"
|
|
Me.lbTDStep.Size = New System.Drawing.Size(119, 35)
|
|
Me.lbTDStep.TabIndex = 0
|
|
Me.lbTDStep.Text = "공정단계"
|
|
'
|
|
'pnPDVersion
|
|
'
|
|
Me.pnPDVersion.Controls.Add(Me.txbPDVersion)
|
|
Me.pnPDVersion.Controls.Add(Me.lbPDVersion)
|
|
Me.pnPDVersion.Location = New System.Drawing.Point(465, 325)
|
|
Me.pnPDVersion.Name = "pnPDVersion"
|
|
Me.pnPDVersion.Size = New System.Drawing.Size(460, 70)
|
|
Me.pnPDVersion.TabIndex = 6
|
|
'
|
|
'txbPDVersion
|
|
'
|
|
Me.txbPDVersion.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbPDVersion.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbPDVersion.Location = New System.Drawing.Point(150, 10)
|
|
Me.txbPDVersion.Name = "txbPDVersion"
|
|
Me.txbPDVersion.ReadOnly = True
|
|
Me.txbPDVersion.Size = New System.Drawing.Size(290, 53)
|
|
Me.txbPDVersion.TabIndex = 2
|
|
Me.txbPDVersion.Text = "2024-10-25"
|
|
Me.txbPDVersion.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPDVersion
|
|
'
|
|
Me.lbPDVersion.AutoSize = True
|
|
Me.lbPDVersion.Location = New System.Drawing.Point(47, 15)
|
|
Me.lbPDVersion.Name = "lbPDVersion"
|
|
Me.lbPDVersion.Size = New System.Drawing.Size(93, 35)
|
|
Me.lbPDVersion.TabIndex = 1
|
|
Me.lbPDVersion.Text = "펌웨어"
|
|
'
|
|
'pnTDIDate
|
|
'
|
|
Me.pnTDIDate.Controls.Add(Me.txbTDIDate)
|
|
Me.pnTDIDate.Controls.Add(Me.lbTDIDate)
|
|
Me.pnTDIDate.Location = New System.Drawing.Point(5, 325)
|
|
Me.pnTDIDate.Name = "pnTDIDate"
|
|
Me.pnTDIDate.Size = New System.Drawing.Size(460, 70)
|
|
Me.pnTDIDate.TabIndex = 5
|
|
'
|
|
'txbTDIDate
|
|
'
|
|
Me.txbTDIDate.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbTDIDate.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTDIDate.Location = New System.Drawing.Point(150, 10)
|
|
Me.txbTDIDate.Name = "txbTDIDate"
|
|
Me.txbTDIDate.ReadOnly = True
|
|
Me.txbTDIDate.Size = New System.Drawing.Size(290, 53)
|
|
Me.txbTDIDate.TabIndex = 2
|
|
Me.txbTDIDate.Text = "2024-02-10"
|
|
Me.txbTDIDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTDIDate
|
|
'
|
|
Me.lbTDIDate.AutoSize = True
|
|
Me.lbTDIDate.Location = New System.Drawing.Point(47, 15)
|
|
Me.lbTDIDate.Name = "lbTDIDate"
|
|
Me.lbTDIDate.Size = New System.Drawing.Size(93, 35)
|
|
Me.lbTDIDate.TabIndex = 0
|
|
Me.lbTDIDate.Text = "입고일"
|
|
'
|
|
'pnTDDepth
|
|
'
|
|
Me.pnTDDepth.Controls.Add(Me.txbTDDepth)
|
|
Me.pnTDDepth.Controls.Add(Me.lbTDDepth)
|
|
Me.pnTDDepth.Location = New System.Drawing.Point(465, 245)
|
|
Me.pnTDDepth.Name = "pnTDDepth"
|
|
Me.pnTDDepth.Size = New System.Drawing.Size(460, 70)
|
|
Me.pnTDDepth.TabIndex = 4
|
|
'
|
|
'txbTDDepth
|
|
'
|
|
Me.txbTDDepth.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbTDDepth.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTDDepth.Location = New System.Drawing.Point(150, 10)
|
|
Me.txbTDDepth.Name = "txbTDDepth"
|
|
Me.txbTDDepth.ReadOnly = True
|
|
Me.txbTDDepth.Size = New System.Drawing.Size(290, 53)
|
|
Me.txbTDDepth.TabIndex = 2
|
|
Me.txbTDDepth.Text = "-5"
|
|
Me.txbTDDepth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTDDepth
|
|
'
|
|
Me.lbTDDepth.AutoSize = True
|
|
Me.lbTDDepth.Location = New System.Drawing.Point(73, 15)
|
|
Me.lbTDDepth.Name = "lbTDDepth"
|
|
Me.lbTDDepth.Size = New System.Drawing.Size(67, 35)
|
|
Me.lbTDDepth.TabIndex = 1
|
|
Me.lbTDDepth.Text = "깊이"
|
|
'
|
|
'pnTDPower
|
|
'
|
|
Me.pnTDPower.Controls.Add(Me.txbTDPower)
|
|
Me.pnTDPower.Controls.Add(Me.lbTDPower)
|
|
Me.pnTDPower.Location = New System.Drawing.Point(5, 245)
|
|
Me.pnTDPower.Name = "pnTDPower"
|
|
Me.pnTDPower.Size = New System.Drawing.Size(460, 70)
|
|
Me.pnTDPower.TabIndex = 3
|
|
'
|
|
'txbTDPower
|
|
'
|
|
Me.txbTDPower.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbTDPower.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTDPower.Location = New System.Drawing.Point(150, 10)
|
|
Me.txbTDPower.Name = "txbTDPower"
|
|
Me.txbTDPower.ReadOnly = True
|
|
Me.txbTDPower.Size = New System.Drawing.Size(290, 53)
|
|
Me.txbTDPower.TabIndex = 2
|
|
Me.txbTDPower.Text = "-0.06"
|
|
Me.txbTDPower.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTDPower
|
|
'
|
|
Me.lbTDPower.AutoSize = True
|
|
Me.lbTDPower.Location = New System.Drawing.Point(73, 15)
|
|
Me.lbTDPower.Name = "lbTDPower"
|
|
Me.lbTDPower.Size = New System.Drawing.Size(67, 35)
|
|
Me.lbTDPower.TabIndex = 0
|
|
Me.lbTDPower.Text = "파워"
|
|
'
|
|
'pnTDGrade
|
|
'
|
|
Me.pnTDGrade.Controls.Add(Me.txbTDGrade)
|
|
Me.pnTDGrade.Controls.Add(Me.lbTDGrade)
|
|
Me.pnTDGrade.Location = New System.Drawing.Point(465, 165)
|
|
Me.pnTDGrade.Name = "pnTDGrade"
|
|
Me.pnTDGrade.Size = New System.Drawing.Size(460, 70)
|
|
Me.pnTDGrade.TabIndex = 2
|
|
'
|
|
'txbTDGrade
|
|
'
|
|
Me.txbTDGrade.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbTDGrade.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTDGrade.Location = New System.Drawing.Point(150, 10)
|
|
Me.txbTDGrade.Name = "txbTDGrade"
|
|
Me.txbTDGrade.ReadOnly = True
|
|
Me.txbTDGrade.Size = New System.Drawing.Size(290, 53)
|
|
Me.txbTDGrade.TabIndex = 3
|
|
Me.txbTDGrade.Text = "PRO"
|
|
Me.txbTDGrade.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTDGrade
|
|
'
|
|
Me.lbTDGrade.AutoSize = True
|
|
Me.lbTDGrade.Location = New System.Drawing.Point(73, 15)
|
|
Me.lbTDGrade.Name = "lbTDGrade"
|
|
Me.lbTDGrade.Size = New System.Drawing.Size(67, 35)
|
|
Me.lbTDGrade.TabIndex = 2
|
|
Me.lbTDGrade.Text = "등급"
|
|
'
|
|
'pnTDFreq
|
|
'
|
|
Me.pnTDFreq.Controls.Add(Me.txbTDFreq)
|
|
Me.pnTDFreq.Controls.Add(Me.lbTDFreq)
|
|
Me.pnTDFreq.Location = New System.Drawing.Point(5, 165)
|
|
Me.pnTDFreq.Name = "pnTDFreq"
|
|
Me.pnTDFreq.Size = New System.Drawing.Size(460, 70)
|
|
Me.pnTDFreq.TabIndex = 1
|
|
'
|
|
'txbTDFreq
|
|
'
|
|
Me.txbTDFreq.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbTDFreq.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTDFreq.Location = New System.Drawing.Point(150, 10)
|
|
Me.txbTDFreq.Name = "txbTDFreq"
|
|
Me.txbTDFreq.ReadOnly = True
|
|
Me.txbTDFreq.Size = New System.Drawing.Size(290, 53)
|
|
Me.txbTDFreq.TabIndex = 1
|
|
Me.txbTDFreq.Text = "7080"
|
|
Me.txbTDFreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTDFreq
|
|
'
|
|
Me.lbTDFreq.AutoSize = True
|
|
Me.lbTDFreq.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbTDFreq.Location = New System.Drawing.Point(39, 15)
|
|
Me.lbTDFreq.Name = "lbTDFreq"
|
|
Me.lbTDFreq.Size = New System.Drawing.Size(101, 38)
|
|
Me.lbTDFreq.TabIndex = 0
|
|
Me.lbTDFreq.Text = "주파수"
|
|
'
|
|
'pnTDNum
|
|
'
|
|
Me.pnTDNum.BackColor = System.Drawing.SystemColors.Info
|
|
Me.pnTDNum.Controls.Add(Me.txbTDNum)
|
|
Me.pnTDNum.Controls.Add(Me.lbTDNum)
|
|
Me.pnTDNum.Location = New System.Drawing.Point(5, 45)
|
|
Me.pnTDNum.Name = "pnTDNum"
|
|
Me.pnTDNum.Size = New System.Drawing.Size(920, 110)
|
|
Me.pnTDNum.TabIndex = 0
|
|
'
|
|
'txbTDNum
|
|
'
|
|
Me.txbTDNum.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbTDNum.Font = New System.Drawing.Font("함초롬바탕", 48.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTDNum.Location = New System.Drawing.Point(262, 10)
|
|
Me.txbTDNum.Name = "txbTDNum"
|
|
Me.txbTDNum.ReadOnly = True
|
|
Me.txbTDNum.Size = New System.Drawing.Size(638, 91)
|
|
Me.txbTDNum.TabIndex = 1
|
|
Me.txbTDNum.Text = "DITI123456"
|
|
Me.txbTDNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTDNum
|
|
'
|
|
Me.lbTDNum.AutoSize = True
|
|
Me.lbTDNum.Font = New System.Drawing.Font("함초롬바탕", 39.74999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbTDNum.Location = New System.Drawing.Point(35, 20)
|
|
Me.lbTDNum.Name = "lbTDNum"
|
|
Me.lbTDNum.Size = New System.Drawing.Size(221, 69)
|
|
Me.lbTDNum.TabIndex = 0
|
|
Me.lbTDNum.Text = "TD 번호"
|
|
'
|
|
'pnRecycle
|
|
'
|
|
Me.pnRecycle.Controls.Add(Me.gbRunCount)
|
|
Me.pnRecycle.Controls.Add(Me.pcbImage1)
|
|
Me.pnRecycle.Controls.Add(Me.gbData)
|
|
Me.pnRecycle.Controls.Add(Me.btnReDel)
|
|
Me.pnRecycle.Location = New System.Drawing.Point(5, 285)
|
|
Me.pnRecycle.Name = "pnRecycle"
|
|
Me.pnRecycle.Size = New System.Drawing.Size(1910, 730)
|
|
Me.pnRecycle.TabIndex = 119
|
|
'
|
|
'gbRunCount
|
|
'
|
|
Me.gbRunCount.Controls.Add(Me.txbDayCount)
|
|
Me.gbRunCount.Controls.Add(Me.lbDayCount)
|
|
Me.gbRunCount.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbRunCount.Location = New System.Drawing.Point(1052, 585)
|
|
Me.gbRunCount.Name = "gbRunCount"
|
|
Me.gbRunCount.Size = New System.Drawing.Size(329, 135)
|
|
Me.gbRunCount.TabIndex = 125
|
|
Me.gbRunCount.TabStop = False
|
|
Me.gbRunCount.Text = "금일 측정 수량"
|
|
'
|
|
'txbDayCount
|
|
'
|
|
Me.txbDayCount.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDayCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDayCount.Location = New System.Drawing.Point(168, 50)
|
|
Me.txbDayCount.Name = "txbDayCount"
|
|
Me.txbDayCount.ReadOnly = True
|
|
Me.txbDayCount.Size = New System.Drawing.Size(117, 49)
|
|
Me.txbDayCount.TabIndex = 1
|
|
Me.txbDayCount.Text = "0"
|
|
Me.txbDayCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDayCount
|
|
'
|
|
Me.lbDayCount.AutoSize = True
|
|
Me.lbDayCount.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDayCount.Location = New System.Drawing.Point(43, 55)
|
|
Me.lbDayCount.Name = "lbDayCount"
|
|
Me.lbDayCount.Size = New System.Drawing.Size(119, 35)
|
|
Me.lbDayCount.TabIndex = 0
|
|
Me.lbDayCount.Text = "작업수량"
|
|
'
|
|
'pcbImage1
|
|
'
|
|
Me.pcbImage1.Image = Global.MAXIMUM_Product_Program.My.Resources.Resources.MAXIMUM
|
|
Me.pcbImage1.Location = New System.Drawing.Point(1456, 14)
|
|
Me.pcbImage1.Name = "pcbImage1"
|
|
Me.pcbImage1.Size = New System.Drawing.Size(386, 569)
|
|
Me.pcbImage1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.pcbImage1.TabIndex = 127
|
|
Me.pcbImage1.TabStop = False
|
|
'
|
|
'gbData
|
|
'
|
|
Me.gbData.Controls.Add(Me.pnReTest)
|
|
Me.gbData.Controls.Add(Me.pnReInput)
|
|
Me.gbData.Controls.Add(Me.pnReSerial)
|
|
Me.gbData.Controls.Add(Me.pnReCValue)
|
|
Me.gbData.Controls.Add(Me.pnReOrder)
|
|
Me.gbData.Controls.Add(Me.pnRePower)
|
|
Me.gbData.Controls.Add(Me.pnReMotor)
|
|
Me.gbData.Controls.Add(Me.pnReFreq)
|
|
Me.gbData.Controls.Add(Me.pnReGrade)
|
|
Me.gbData.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbData.Location = New System.Drawing.Point(80, 14)
|
|
Me.gbData.Name = "gbData"
|
|
Me.gbData.Size = New System.Drawing.Size(1301, 569)
|
|
Me.gbData.TabIndex = 126
|
|
Me.gbData.TabStop = False
|
|
Me.gbData.Text = "검색 결과"
|
|
'
|
|
'pnReTest
|
|
'
|
|
Me.pnReTest.Controls.Add(Me.txbReTest)
|
|
Me.pnReTest.Controls.Add(Me.lbReTest)
|
|
Me.pnReTest.Location = New System.Drawing.Point(625, 340)
|
|
Me.pnReTest.Name = "pnReTest"
|
|
Me.pnReTest.Size = New System.Drawing.Size(580, 75)
|
|
Me.pnReTest.TabIndex = 8
|
|
'
|
|
'txbReTest
|
|
'
|
|
Me.txbReTest.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbReTest.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbReTest.Location = New System.Drawing.Point(220, 5)
|
|
Me.txbReTest.Name = "txbReTest"
|
|
Me.txbReTest.ReadOnly = True
|
|
Me.txbReTest.Size = New System.Drawing.Size(350, 70)
|
|
Me.txbReTest.TabIndex = 1
|
|
Me.txbReTest.Text = "2408-99-45"
|
|
Me.txbReTest.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbReTest
|
|
'
|
|
Me.lbReTest.AutoSize = True
|
|
Me.lbReTest.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbReTest.Location = New System.Drawing.Point(20, 10)
|
|
Me.lbReTest.Name = "lbReTest"
|
|
Me.lbReTest.Size = New System.Drawing.Size(168, 62)
|
|
Me.lbReTest.TabIndex = 0
|
|
Me.lbReTest.Text = "측정일"
|
|
'
|
|
'pnReInput
|
|
'
|
|
Me.pnReInput.Controls.Add(Me.txbReInput)
|
|
Me.pnReInput.Controls.Add(Me.lbReInput)
|
|
Me.pnReInput.Location = New System.Drawing.Point(35, 340)
|
|
Me.pnReInput.Name = "pnReInput"
|
|
Me.pnReInput.Size = New System.Drawing.Size(580, 75)
|
|
Me.pnReInput.TabIndex = 7
|
|
'
|
|
'txbReInput
|
|
'
|
|
Me.txbReInput.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbReInput.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbReInput.Location = New System.Drawing.Point(220, 5)
|
|
Me.txbReInput.Name = "txbReInput"
|
|
Me.txbReInput.ReadOnly = True
|
|
Me.txbReInput.Size = New System.Drawing.Size(350, 70)
|
|
Me.txbReInput.TabIndex = 1
|
|
Me.txbReInput.Text = "2024-88-05"
|
|
Me.txbReInput.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbReInput
|
|
'
|
|
Me.lbReInput.AutoSize = True
|
|
Me.lbReInput.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbReInput.Location = New System.Drawing.Point(20, 10)
|
|
Me.lbReInput.Name = "lbReInput"
|
|
Me.lbReInput.Size = New System.Drawing.Size(168, 62)
|
|
Me.lbReInput.TabIndex = 0
|
|
Me.lbReInput.Text = "입고일"
|
|
'
|
|
'pnReSerial
|
|
'
|
|
Me.pnReSerial.Controls.Add(Me.txbReSerial)
|
|
Me.pnReSerial.Controls.Add(Me.lbReSerial)
|
|
Me.pnReSerial.Location = New System.Drawing.Point(625, 55)
|
|
Me.pnReSerial.Name = "pnReSerial"
|
|
Me.pnReSerial.Size = New System.Drawing.Size(580, 75)
|
|
Me.pnReSerial.TabIndex = 6
|
|
'
|
|
'txbReSerial
|
|
'
|
|
Me.txbReSerial.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbReSerial.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbReSerial.Location = New System.Drawing.Point(220, 5)
|
|
Me.txbReSerial.Name = "txbReSerial"
|
|
Me.txbReSerial.ReadOnly = True
|
|
Me.txbReSerial.Size = New System.Drawing.Size(350, 70)
|
|
Me.txbReSerial.TabIndex = 1
|
|
Me.txbReSerial.Text = "180"
|
|
Me.txbReSerial.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbReSerial
|
|
'
|
|
Me.lbReSerial.AutoSize = True
|
|
Me.lbReSerial.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbReSerial.Location = New System.Drawing.Point(20, 10)
|
|
Me.lbReSerial.Name = "lbReSerial"
|
|
Me.lbReSerial.Size = New System.Drawing.Size(168, 56)
|
|
Me.lbReSerial.TabIndex = 0
|
|
Me.lbReSerial.Text = "TD번호"
|
|
'
|
|
'pnReCValue
|
|
'
|
|
Me.pnReCValue.Controls.Add(Me.txbReCValue)
|
|
Me.pnReCValue.Controls.Add(Me.lbReCValue)
|
|
Me.pnReCValue.Location = New System.Drawing.Point(35, 150)
|
|
Me.pnReCValue.Name = "pnReCValue"
|
|
Me.pnReCValue.Size = New System.Drawing.Size(580, 75)
|
|
Me.pnReCValue.TabIndex = 5
|
|
'
|
|
'txbReCValue
|
|
'
|
|
Me.txbReCValue.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbReCValue.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbReCValue.Location = New System.Drawing.Point(220, 5)
|
|
Me.txbReCValue.Name = "txbReCValue"
|
|
Me.txbReCValue.ReadOnly = True
|
|
Me.txbReCValue.Size = New System.Drawing.Size(350, 70)
|
|
Me.txbReCValue.TabIndex = 1
|
|
Me.txbReCValue.Text = "180"
|
|
Me.txbReCValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbReCValue
|
|
'
|
|
Me.lbReCValue.AutoSize = True
|
|
Me.lbReCValue.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbReCValue.Location = New System.Drawing.Point(81, 10)
|
|
Me.lbReCValue.Name = "lbReCValue"
|
|
Me.lbReCValue.Size = New System.Drawing.Size(107, 62)
|
|
Me.lbReCValue.TabIndex = 0
|
|
Me.lbReCValue.Text = "C값"
|
|
'
|
|
'pnReOrder
|
|
'
|
|
Me.pnReOrder.Controls.Add(Me.txbReOrder)
|
|
Me.pnReOrder.Controls.Add(Me.lbReOrder)
|
|
Me.pnReOrder.Location = New System.Drawing.Point(35, 435)
|
|
Me.pnReOrder.Name = "pnReOrder"
|
|
Me.pnReOrder.Size = New System.Drawing.Size(1170, 75)
|
|
Me.pnReOrder.TabIndex = 4
|
|
'
|
|
'txbReOrder
|
|
'
|
|
Me.txbReOrder.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbReOrder.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbReOrder.Location = New System.Drawing.Point(220, 5)
|
|
Me.txbReOrder.Name = "txbReOrder"
|
|
Me.txbReOrder.ReadOnly = True
|
|
Me.txbReOrder.Size = New System.Drawing.Size(940, 70)
|
|
Me.txbReOrder.TabIndex = 1
|
|
Me.txbReOrder.Text = "HIFU 측정 완료"
|
|
Me.txbReOrder.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbReOrder
|
|
'
|
|
Me.lbReOrder.AutoSize = True
|
|
Me.lbReOrder.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbReOrder.Location = New System.Drawing.Point(3, 10)
|
|
Me.lbReOrder.Name = "lbReOrder"
|
|
Me.lbReOrder.Size = New System.Drawing.Size(215, 62)
|
|
Me.lbReOrder.TabIndex = 0
|
|
Me.lbReOrder.Text = "공정순서"
|
|
'
|
|
'pnRePower
|
|
'
|
|
Me.pnRePower.Controls.Add(Me.txbRePower)
|
|
Me.pnRePower.Controls.Add(Me.lbRePower)
|
|
Me.pnRePower.Location = New System.Drawing.Point(35, 245)
|
|
Me.pnRePower.Name = "pnRePower"
|
|
Me.pnRePower.Size = New System.Drawing.Size(580, 75)
|
|
Me.pnRePower.TabIndex = 3
|
|
'
|
|
'txbRePower
|
|
'
|
|
Me.txbRePower.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbRePower.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRePower.Location = New System.Drawing.Point(220, 5)
|
|
Me.txbRePower.Name = "txbRePower"
|
|
Me.txbRePower.ReadOnly = True
|
|
Me.txbRePower.Size = New System.Drawing.Size(350, 70)
|
|
Me.txbRePower.TabIndex = 1
|
|
Me.txbRePower.Text = "-0.06"
|
|
Me.txbRePower.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRePower
|
|
'
|
|
Me.lbRePower.AutoSize = True
|
|
Me.lbRePower.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRePower.Location = New System.Drawing.Point(67, 10)
|
|
Me.lbRePower.Name = "lbRePower"
|
|
Me.lbRePower.Size = New System.Drawing.Size(121, 62)
|
|
Me.lbRePower.TabIndex = 0
|
|
Me.lbRePower.Text = "파워"
|
|
'
|
|
'pnReMotor
|
|
'
|
|
Me.pnReMotor.Controls.Add(Me.txbReMotor)
|
|
Me.pnReMotor.Controls.Add(Me.lbReMotor)
|
|
Me.pnReMotor.Location = New System.Drawing.Point(625, 245)
|
|
Me.pnReMotor.Name = "pnReMotor"
|
|
Me.pnReMotor.Size = New System.Drawing.Size(580, 75)
|
|
Me.pnReMotor.TabIndex = 2
|
|
'
|
|
'txbReMotor
|
|
'
|
|
Me.txbReMotor.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbReMotor.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbReMotor.Location = New System.Drawing.Point(220, 5)
|
|
Me.txbReMotor.Name = "txbReMotor"
|
|
Me.txbReMotor.ReadOnly = True
|
|
Me.txbReMotor.Size = New System.Drawing.Size(350, 70)
|
|
Me.txbReMotor.TabIndex = 1
|
|
Me.txbReMotor.Text = "-5"
|
|
Me.txbReMotor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbReMotor
|
|
'
|
|
Me.lbReMotor.AutoSize = True
|
|
Me.lbReMotor.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbReMotor.Location = New System.Drawing.Point(67, 10)
|
|
Me.lbReMotor.Name = "lbReMotor"
|
|
Me.lbReMotor.Size = New System.Drawing.Size(121, 62)
|
|
Me.lbReMotor.TabIndex = 0
|
|
Me.lbReMotor.Text = "모터"
|
|
'
|
|
'pnReFreq
|
|
'
|
|
Me.pnReFreq.Controls.Add(Me.txbReFreq)
|
|
Me.pnReFreq.Controls.Add(Me.lbReFreq)
|
|
Me.pnReFreq.Location = New System.Drawing.Point(35, 55)
|
|
Me.pnReFreq.Name = "pnReFreq"
|
|
Me.pnReFreq.Size = New System.Drawing.Size(580, 75)
|
|
Me.pnReFreq.TabIndex = 1
|
|
'
|
|
'txbReFreq
|
|
'
|
|
Me.txbReFreq.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbReFreq.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbReFreq.Location = New System.Drawing.Point(220, 5)
|
|
Me.txbReFreq.Name = "txbReFreq"
|
|
Me.txbReFreq.ReadOnly = True
|
|
Me.txbReFreq.Size = New System.Drawing.Size(350, 70)
|
|
Me.txbReFreq.TabIndex = 1
|
|
Me.txbReFreq.Text = "7200"
|
|
Me.txbReFreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbReFreq
|
|
'
|
|
Me.lbReFreq.AutoSize = True
|
|
Me.lbReFreq.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbReFreq.Location = New System.Drawing.Point(30, 10)
|
|
Me.lbReFreq.Name = "lbReFreq"
|
|
Me.lbReFreq.Size = New System.Drawing.Size(168, 62)
|
|
Me.lbReFreq.TabIndex = 0
|
|
Me.lbReFreq.Text = "주파수"
|
|
'
|
|
'pnReGrade
|
|
'
|
|
Me.pnReGrade.Controls.Add(Me.txbReGrade)
|
|
Me.pnReGrade.Controls.Add(Me.lbReGrade)
|
|
Me.pnReGrade.Location = New System.Drawing.Point(625, 150)
|
|
Me.pnReGrade.Name = "pnReGrade"
|
|
Me.pnReGrade.Size = New System.Drawing.Size(580, 75)
|
|
Me.pnReGrade.TabIndex = 0
|
|
'
|
|
'txbReGrade
|
|
'
|
|
Me.txbReGrade.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbReGrade.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbReGrade.Location = New System.Drawing.Point(220, 5)
|
|
Me.txbReGrade.Name = "txbReGrade"
|
|
Me.txbReGrade.ReadOnly = True
|
|
Me.txbReGrade.Size = New System.Drawing.Size(350, 70)
|
|
Me.txbReGrade.TabIndex = 1
|
|
Me.txbReGrade.Text = "PRO"
|
|
Me.txbReGrade.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbReGrade
|
|
'
|
|
Me.lbReGrade.AutoSize = True
|
|
Me.lbReGrade.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbReGrade.Location = New System.Drawing.Point(67, 10)
|
|
Me.lbReGrade.Name = "lbReGrade"
|
|
Me.lbReGrade.Size = New System.Drawing.Size(121, 62)
|
|
Me.lbReGrade.TabIndex = 0
|
|
Me.lbReGrade.Text = "등급"
|
|
'
|
|
'btnReDel
|
|
'
|
|
Me.btnReDel.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnReDel.Location = New System.Drawing.Point(1400, 600)
|
|
Me.btnReDel.Name = "btnReDel"
|
|
Me.btnReDel.Size = New System.Drawing.Size(500, 120)
|
|
Me.btnReDel.TabIndex = 124
|
|
Me.btnReDel.Text = "삭 제"
|
|
Me.btnReDel.UseVisualStyleBackColor = True
|
|
'
|
|
'NowTimer
|
|
'
|
|
Me.NowTimer.Interval = 1000
|
|
'
|
|
'ckbDBServer
|
|
'
|
|
Me.ckbDBServer.AutoSize = True
|
|
Me.ckbDBServer.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.ckbDBServer.Location = New System.Drawing.Point(19, 30)
|
|
Me.ckbDBServer.Name = "ckbDBServer"
|
|
Me.ckbDBServer.Size = New System.Drawing.Size(159, 36)
|
|
Me.ckbDBServer.TabIndex = 1
|
|
Me.ckbDBServer.Text = "TestServer"
|
|
Me.ckbDBServer.UseVisualStyleBackColor = True
|
|
'
|
|
'ScanTimer
|
|
'
|
|
Me.ScanTimer.Interval = 10
|
|
'
|
|
'RunTimer
|
|
'
|
|
Me.RunTimer.Interval = 1000
|
|
'
|
|
'pnOption
|
|
'
|
|
Me.pnOption.Controls.Add(Me.gbManager)
|
|
Me.pnOption.Controls.Add(Me.gbOpAlto)
|
|
Me.pnOption.Controls.Add(Me.gbPrintUse)
|
|
Me.pnOption.Controls.Add(Me.GroupBox1)
|
|
Me.pnOption.Controls.Add(Me.btnOpSave)
|
|
Me.pnOption.Controls.Add(Me.btnOpExit)
|
|
Me.pnOption.Controls.Add(Me.GroupBox2)
|
|
Me.pnOption.Controls.Add(Me.gbOpReg)
|
|
Me.pnOption.Controls.Add(Me.gbOpCompany)
|
|
Me.pnOption.Controls.Add(Me.dgvDataSet)
|
|
Me.pnOption.Controls.Add(Me.gbDBServer)
|
|
Me.pnOption.Location = New System.Drawing.Point(1920, 0)
|
|
Me.pnOption.Name = "pnOption"
|
|
Me.pnOption.Size = New System.Drawing.Size(1920, 1020)
|
|
Me.pnOption.TabIndex = 1
|
|
'
|
|
'gbManager
|
|
'
|
|
Me.gbManager.BackColor = System.Drawing.Color.Silver
|
|
Me.gbManager.Controls.Add(Me.ckbManager)
|
|
Me.gbManager.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbManager.ForeColor = System.Drawing.Color.Black
|
|
Me.gbManager.Location = New System.Drawing.Point(755, 5)
|
|
Me.gbManager.Name = "gbManager"
|
|
Me.gbManager.Size = New System.Drawing.Size(193, 80)
|
|
Me.gbManager.TabIndex = 130
|
|
Me.gbManager.TabStop = False
|
|
Me.gbManager.Text = "관리자모드"
|
|
'
|
|
'ckbManager
|
|
'
|
|
Me.ckbManager.AutoSize = True
|
|
Me.ckbManager.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.ckbManager.Location = New System.Drawing.Point(29, 30)
|
|
Me.ckbManager.Name = "ckbManager"
|
|
Me.ckbManager.Size = New System.Drawing.Size(148, 36)
|
|
Me.ckbManager.TabIndex = 1
|
|
Me.ckbManager.Text = "관리자모드"
|
|
Me.ckbManager.UseVisualStyleBackColor = True
|
|
'
|
|
'gbOpAlto
|
|
'
|
|
Me.gbOpAlto.BackColor = System.Drawing.Color.Silver
|
|
Me.gbOpAlto.Controls.Add(Me.ckbOpAlto)
|
|
Me.gbOpAlto.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbOpAlto.ForeColor = System.Drawing.Color.Black
|
|
Me.gbOpAlto.Location = New System.Drawing.Point(556, 5)
|
|
Me.gbOpAlto.Name = "gbOpAlto"
|
|
Me.gbOpAlto.Size = New System.Drawing.Size(193, 80)
|
|
Me.gbOpAlto.TabIndex = 129
|
|
Me.gbOpAlto.TabStop = False
|
|
Me.gbOpAlto.Text = "Serial 생성여부"
|
|
'
|
|
'ckbOpAlto
|
|
'
|
|
Me.ckbOpAlto.AutoSize = True
|
|
Me.ckbOpAlto.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.ckbOpAlto.Location = New System.Drawing.Point(10, 31)
|
|
Me.ckbOpAlto.Name = "ckbOpAlto"
|
|
Me.ckbOpAlto.Size = New System.Drawing.Size(179, 36)
|
|
Me.ckbOpAlto.TabIndex = 1
|
|
Me.ckbOpAlto.Text = "Alto 임의진행"
|
|
Me.ckbOpAlto.UseVisualStyleBackColor = True
|
|
'
|
|
'gbPrintUse
|
|
'
|
|
Me.gbPrintUse.BackColor = System.Drawing.Color.Silver
|
|
Me.gbPrintUse.Controls.Add(Me.rdbEachPnt)
|
|
Me.gbPrintUse.Controls.Add(Me.rdbAllPnt)
|
|
Me.gbPrintUse.Controls.Add(Me.gbPrintEach)
|
|
Me.gbPrintUse.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbPrintUse.ForeColor = System.Drawing.Color.Black
|
|
Me.gbPrintUse.Location = New System.Drawing.Point(1150, 5)
|
|
Me.gbPrintUse.Name = "gbPrintUse"
|
|
Me.gbPrintUse.Size = New System.Drawing.Size(760, 80)
|
|
Me.gbPrintUse.TabIndex = 127
|
|
Me.gbPrintUse.TabStop = False
|
|
Me.gbPrintUse.Text = "프린터 사용 설정"
|
|
'
|
|
'rdbEachPnt
|
|
'
|
|
Me.rdbEachPnt.AutoSize = True
|
|
Me.rdbEachPnt.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.rdbEachPnt.Location = New System.Drawing.Point(205, 35)
|
|
Me.rdbEachPnt.Name = "rdbEachPnt"
|
|
Me.rdbEachPnt.Size = New System.Drawing.Size(116, 31)
|
|
Me.rdbEachPnt.TabIndex = 5
|
|
Me.rdbEachPnt.Text = "개별 인쇄"
|
|
Me.rdbEachPnt.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbAllPnt
|
|
'
|
|
Me.rdbAllPnt.AutoSize = True
|
|
Me.rdbAllPnt.Checked = True
|
|
Me.rdbAllPnt.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.rdbAllPnt.Location = New System.Drawing.Point(50, 35)
|
|
Me.rdbAllPnt.Name = "rdbAllPnt"
|
|
Me.rdbAllPnt.Size = New System.Drawing.Size(116, 31)
|
|
Me.rdbAllPnt.TabIndex = 4
|
|
Me.rdbAllPnt.TabStop = True
|
|
Me.rdbAllPnt.Text = "전체 인쇄"
|
|
Me.rdbAllPnt.UseVisualStyleBackColor = True
|
|
'
|
|
'gbPrintEach
|
|
'
|
|
Me.gbPrintEach.Controls.Add(Me.ckbProdPnt)
|
|
Me.gbPrintEach.Controls.Add(Me.ckbWarPnt)
|
|
Me.gbPrintEach.Controls.Add(Me.ckbBoxPnt)
|
|
Me.gbPrintEach.Enabled = False
|
|
Me.gbPrintEach.Location = New System.Drawing.Point(370, 0)
|
|
Me.gbPrintEach.Name = "gbPrintEach"
|
|
Me.gbPrintEach.Size = New System.Drawing.Size(392, 80)
|
|
Me.gbPrintEach.TabIndex = 3
|
|
Me.gbPrintEach.TabStop = False
|
|
Me.gbPrintEach.Text = "개별 설정"
|
|
'
|
|
'ckbProdPnt
|
|
'
|
|
Me.ckbProdPnt.AutoSize = True
|
|
Me.ckbProdPnt.Checked = True
|
|
Me.ckbProdPnt.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.ckbProdPnt.Location = New System.Drawing.Point(279, 36)
|
|
Me.ckbProdPnt.Name = "ckbProdPnt"
|
|
Me.ckbProdPnt.Size = New System.Drawing.Size(93, 25)
|
|
Me.ckbProdPnt.TabIndex = 4
|
|
Me.ckbProdPnt.Text = "제품라벨"
|
|
Me.ckbProdPnt.UseVisualStyleBackColor = True
|
|
'
|
|
'ckbWarPnt
|
|
'
|
|
Me.ckbWarPnt.AutoSize = True
|
|
Me.ckbWarPnt.Checked = True
|
|
Me.ckbWarPnt.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.ckbWarPnt.Location = New System.Drawing.Point(150, 36)
|
|
Me.ckbWarPnt.Name = "ckbWarPnt"
|
|
Me.ckbWarPnt.Size = New System.Drawing.Size(109, 25)
|
|
Me.ckbWarPnt.TabIndex = 3
|
|
Me.ckbWarPnt.Text = "워런티카드"
|
|
Me.ckbWarPnt.UseVisualStyleBackColor = True
|
|
'
|
|
'ckbBoxPnt
|
|
'
|
|
Me.ckbBoxPnt.AutoSize = True
|
|
Me.ckbBoxPnt.Checked = True
|
|
Me.ckbBoxPnt.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.ckbBoxPnt.Location = New System.Drawing.Point(22, 37)
|
|
Me.ckbBoxPnt.Name = "ckbBoxPnt"
|
|
Me.ckbBoxPnt.Size = New System.Drawing.Size(109, 25)
|
|
Me.ckbBoxPnt.TabIndex = 2
|
|
Me.ckbBoxPnt.Text = "박스바코드"
|
|
Me.ckbBoxPnt.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.gbPrintDefault)
|
|
Me.GroupBox1.Controls.Add(Me.gbPtProd)
|
|
Me.GroupBox1.Controls.Add(Me.gbPtWar)
|
|
Me.GroupBox1.Controls.Add(Me.gbPtBox)
|
|
Me.GroupBox1.Controls.Add(Me.btnPtRefresh)
|
|
Me.GroupBox1.Controls.Add(Me.dgvPrinter)
|
|
Me.GroupBox1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.GroupBox1.Location = New System.Drawing.Point(1151, 83)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(760, 764)
|
|
Me.GroupBox1.TabIndex = 71
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "프린터 설정"
|
|
'
|
|
'gbPrintDefault
|
|
'
|
|
Me.gbPrintDefault.Controls.Add(Me.pnSerialCheck)
|
|
Me.gbPrintDefault.Controls.Add(Me.pnTray)
|
|
Me.gbPrintDefault.Controls.Add(Me.pnPtCount)
|
|
Me.gbPrintDefault.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbPrintDefault.Location = New System.Drawing.Point(6, 470)
|
|
Me.gbPrintDefault.Name = "gbPrintDefault"
|
|
Me.gbPrintDefault.Size = New System.Drawing.Size(245, 285)
|
|
Me.gbPrintDefault.TabIndex = 10
|
|
Me.gbPrintDefault.TabStop = False
|
|
Me.gbPrintDefault.Text = "기본 옵션"
|
|
'
|
|
'pnSerialCheck
|
|
'
|
|
Me.pnSerialCheck.Controls.Add(Me.nudSerialCheck)
|
|
Me.pnSerialCheck.Controls.Add(Me.lbSerialCheck)
|
|
Me.pnSerialCheck.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.pnSerialCheck.Location = New System.Drawing.Point(6, 130)
|
|
Me.pnSerialCheck.Name = "pnSerialCheck"
|
|
Me.pnSerialCheck.Size = New System.Drawing.Size(233, 45)
|
|
Me.pnSerialCheck.TabIndex = 11
|
|
Me.pnSerialCheck.Visible = False
|
|
'
|
|
'nudSerialCheck
|
|
'
|
|
Me.nudSerialCheck.Location = New System.Drawing.Point(106, 7)
|
|
Me.nudSerialCheck.Maximum = New Decimal(New Integer() {20, 0, 0, 0})
|
|
Me.nudSerialCheck.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudSerialCheck.Name = "nudSerialCheck"
|
|
Me.nudSerialCheck.Size = New System.Drawing.Size(113, 32)
|
|
Me.nudSerialCheck.TabIndex = 1
|
|
Me.nudSerialCheck.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudSerialCheck.Value = New Decimal(New Integer() {12, 0, 0, 0})
|
|
'
|
|
'lbSerialCheck
|
|
'
|
|
Me.lbSerialCheck.AutoSize = True
|
|
Me.lbSerialCheck.Location = New System.Drawing.Point(6, 10)
|
|
Me.lbSerialCheck.Name = "lbSerialCheck"
|
|
Me.lbSerialCheck.Size = New System.Drawing.Size(104, 24)
|
|
Me.lbSerialCheck.TabIndex = 0
|
|
Me.lbSerialCheck.Text = "Serial 확인"
|
|
'
|
|
'pnTray
|
|
'
|
|
Me.pnTray.Controls.Add(Me.nudTray)
|
|
Me.pnTray.Controls.Add(Me.lbTray)
|
|
Me.pnTray.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.pnTray.Location = New System.Drawing.Point(6, 80)
|
|
Me.pnTray.Name = "pnTray"
|
|
Me.pnTray.Size = New System.Drawing.Size(233, 45)
|
|
Me.pnTray.TabIndex = 10
|
|
'
|
|
'nudTray
|
|
'
|
|
Me.nudTray.Location = New System.Drawing.Point(106, 7)
|
|
Me.nudTray.Maximum = New Decimal(New Integer() {12, 0, 0, 0})
|
|
Me.nudTray.Minimum = New Decimal(New Integer() {5, 0, 0, 0})
|
|
Me.nudTray.Name = "nudTray"
|
|
Me.nudTray.Size = New System.Drawing.Size(113, 32)
|
|
Me.nudTray.TabIndex = 1
|
|
Me.nudTray.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudTray.Value = New Decimal(New Integer() {12, 0, 0, 0})
|
|
'
|
|
'lbTray
|
|
'
|
|
Me.lbTray.AutoSize = True
|
|
Me.lbTray.Location = New System.Drawing.Point(6, 10)
|
|
Me.lbTray.Name = "lbTray"
|
|
Me.lbTray.Size = New System.Drawing.Size(94, 24)
|
|
Me.lbTray.TabIndex = 0
|
|
Me.lbTray.Text = "Tray 수량"
|
|
'
|
|
'pnPtCount
|
|
'
|
|
Me.pnPtCount.Controls.Add(Me.nudPtCount)
|
|
Me.pnPtCount.Controls.Add(Me.lbPtCount)
|
|
Me.pnPtCount.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.pnPtCount.Location = New System.Drawing.Point(6, 30)
|
|
Me.pnPtCount.Name = "pnPtCount"
|
|
Me.pnPtCount.Size = New System.Drawing.Size(233, 45)
|
|
Me.pnPtCount.TabIndex = 9
|
|
'
|
|
'nudPtCount
|
|
'
|
|
Me.nudPtCount.Location = New System.Drawing.Point(106, 7)
|
|
Me.nudPtCount.Maximum = New Decimal(New Integer() {3, 0, 0, 0})
|
|
Me.nudPtCount.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudPtCount.Name = "nudPtCount"
|
|
Me.nudPtCount.Size = New System.Drawing.Size(113, 32)
|
|
Me.nudPtCount.TabIndex = 1
|
|
Me.nudPtCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudPtCount.Value = New Decimal(New Integer() {1, 0, 0, 0})
|
|
'
|
|
'lbPtCount
|
|
'
|
|
Me.lbPtCount.AutoSize = True
|
|
Me.lbPtCount.Location = New System.Drawing.Point(18, 10)
|
|
Me.lbPtCount.Name = "lbPtCount"
|
|
Me.lbPtCount.Size = New System.Drawing.Size(82, 24)
|
|
Me.lbPtCount.TabIndex = 0
|
|
Me.lbPtCount.Text = "인쇄매수"
|
|
'
|
|
'gbPtProd
|
|
'
|
|
Me.gbPtProd.Controls.Add(Me.pnPtProd_Date)
|
|
Me.gbPtProd.Controls.Add(Me.btnPtProd_Ch2)
|
|
Me.gbPtProd.Controls.Add(Me.pnPtProd_Val2)
|
|
Me.gbPtProd.Controls.Add(Me.pnPtProd_Val1)
|
|
Me.gbPtProd.Controls.Add(Me.pnPtProd_Label)
|
|
Me.gbPtProd.Controls.Add(Me.btnPtProd_Ch1)
|
|
Me.gbPtProd.Controls.Add(Me.pnPtProd_Name)
|
|
Me.gbPtProd.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbPtProd.Location = New System.Drawing.Point(260, 470)
|
|
Me.gbPtProd.Name = "gbPtProd"
|
|
Me.gbPtProd.Size = New System.Drawing.Size(495, 285)
|
|
Me.gbPtProd.TabIndex = 5
|
|
Me.gbPtProd.TabStop = False
|
|
Me.gbPtProd.Text = "제품 라벨"
|
|
'
|
|
'pnPtProd_Date
|
|
'
|
|
Me.pnPtProd_Date.Controls.Add(Me.txbPtProd_Date)
|
|
Me.pnPtProd_Date.Controls.Add(Me.lbPtProd_Date)
|
|
Me.pnPtProd_Date.Location = New System.Drawing.Point(5, 230)
|
|
Me.pnPtProd_Date.Name = "pnPtProd_Date"
|
|
Me.pnPtProd_Date.Size = New System.Drawing.Size(415, 45)
|
|
Me.pnPtProd_Date.TabIndex = 10
|
|
'
|
|
'txbPtProd_Date
|
|
'
|
|
Me.txbPtProd_Date.Location = New System.Drawing.Point(121, 7)
|
|
Me.txbPtProd_Date.Name = "txbPtProd_Date"
|
|
Me.txbPtProd_Date.Size = New System.Drawing.Size(285, 32)
|
|
Me.txbPtProd_Date.TabIndex = 1
|
|
Me.txbPtProd_Date.Text = "Brother PT-P900W"
|
|
Me.txbPtProd_Date.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPtProd_Date
|
|
'
|
|
Me.lbPtProd_Date.AutoSize = True
|
|
Me.lbPtProd_Date.Location = New System.Drawing.Point(33, 10)
|
|
Me.lbPtProd_Date.Name = "lbPtProd_Date"
|
|
Me.lbPtProd_Date.Size = New System.Drawing.Size(82, 24)
|
|
Me.lbPtProd_Date.TabIndex = 0
|
|
Me.lbPtProd_Date.Text = "제조일자"
|
|
'
|
|
'btnPtProd_Ch2
|
|
'
|
|
Me.btnPtProd_Ch2.Location = New System.Drawing.Point(420, 80)
|
|
Me.btnPtProd_Ch2.Name = "btnPtProd_Ch2"
|
|
Me.btnPtProd_Ch2.Size = New System.Drawing.Size(71, 45)
|
|
Me.btnPtProd_Ch2.TabIndex = 9
|
|
Me.btnPtProd_Ch2.Text = "변경"
|
|
Me.btnPtProd_Ch2.UseVisualStyleBackColor = True
|
|
'
|
|
'pnPtProd_Val2
|
|
'
|
|
Me.pnPtProd_Val2.Controls.Add(Me.txbPtProd_Val2)
|
|
Me.pnPtProd_Val2.Controls.Add(Me.lbPtProd_Val2)
|
|
Me.pnPtProd_Val2.Location = New System.Drawing.Point(5, 180)
|
|
Me.pnPtProd_Val2.Name = "pnPtProd_Val2"
|
|
Me.pnPtProd_Val2.Size = New System.Drawing.Size(415, 45)
|
|
Me.pnPtProd_Val2.TabIndex = 8
|
|
'
|
|
'txbPtProd_Val2
|
|
'
|
|
Me.txbPtProd_Val2.Location = New System.Drawing.Point(121, 7)
|
|
Me.txbPtProd_Val2.Name = "txbPtProd_Val2"
|
|
Me.txbPtProd_Val2.Size = New System.Drawing.Size(285, 32)
|
|
Me.txbPtProd_Val2.TabIndex = 1
|
|
Me.txbPtProd_Val2.Text = "Brother PT-P900W"
|
|
Me.txbPtProd_Val2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPtProd_Val2
|
|
'
|
|
Me.lbPtProd_Val2.AutoSize = True
|
|
Me.lbPtProd_Val2.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbPtProd_Val2.Name = "lbPtProd_Val2"
|
|
Me.lbPtProd_Val2.Size = New System.Drawing.Size(100, 24)
|
|
Me.lbPtProd_Val2.TabIndex = 0
|
|
Me.lbPtProd_Val2.Text = "텍스트변수"
|
|
'
|
|
'pnPtProd_Val1
|
|
'
|
|
Me.pnPtProd_Val1.Controls.Add(Me.txbPtProd_Val1)
|
|
Me.pnPtProd_Val1.Controls.Add(Me.lbPtProd_Val1)
|
|
Me.pnPtProd_Val1.Location = New System.Drawing.Point(5, 130)
|
|
Me.pnPtProd_Val1.Name = "pnPtProd_Val1"
|
|
Me.pnPtProd_Val1.Size = New System.Drawing.Size(415, 45)
|
|
Me.pnPtProd_Val1.TabIndex = 7
|
|
'
|
|
'txbPtProd_Val1
|
|
'
|
|
Me.txbPtProd_Val1.Location = New System.Drawing.Point(121, 7)
|
|
Me.txbPtProd_Val1.Name = "txbPtProd_Val1"
|
|
Me.txbPtProd_Val1.Size = New System.Drawing.Size(285, 32)
|
|
Me.txbPtProd_Val1.TabIndex = 1
|
|
Me.txbPtProd_Val1.Text = "Brother PT-P900W"
|
|
Me.txbPtProd_Val1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPtProd_Val1
|
|
'
|
|
Me.lbPtProd_Val1.AutoSize = True
|
|
Me.lbPtProd_Val1.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbPtProd_Val1.Name = "lbPtProd_Val1"
|
|
Me.lbPtProd_Val1.Size = New System.Drawing.Size(100, 24)
|
|
Me.lbPtProd_Val1.TabIndex = 0
|
|
Me.lbPtProd_Val1.Text = "바코드변수"
|
|
'
|
|
'pnPtProd_Label
|
|
'
|
|
Me.pnPtProd_Label.Controls.Add(Me.txbPtProd_Label)
|
|
Me.pnPtProd_Label.Controls.Add(Me.lbPtProd_Label)
|
|
Me.pnPtProd_Label.Location = New System.Drawing.Point(5, 80)
|
|
Me.pnPtProd_Label.Name = "pnPtProd_Label"
|
|
Me.pnPtProd_Label.Size = New System.Drawing.Size(415, 45)
|
|
Me.pnPtProd_Label.TabIndex = 6
|
|
'
|
|
'txbPtProd_Label
|
|
'
|
|
Me.txbPtProd_Label.Location = New System.Drawing.Point(121, 7)
|
|
Me.txbPtProd_Label.Name = "txbPtProd_Label"
|
|
Me.txbPtProd_Label.Size = New System.Drawing.Size(285, 32)
|
|
Me.txbPtProd_Label.TabIndex = 1
|
|
Me.txbPtProd_Label.Text = "Brother PT-P900W"
|
|
Me.txbPtProd_Label.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPtProd_Label
|
|
'
|
|
Me.lbPtProd_Label.AutoSize = True
|
|
Me.lbPtProd_Label.Location = New System.Drawing.Point(33, 10)
|
|
Me.lbPtProd_Label.Name = "lbPtProd_Label"
|
|
Me.lbPtProd_Label.Size = New System.Drawing.Size(82, 24)
|
|
Me.lbPtProd_Label.TabIndex = 0
|
|
Me.lbPtProd_Label.Text = "적용라벨"
|
|
'
|
|
'btnPtProd_Ch1
|
|
'
|
|
Me.btnPtProd_Ch1.Location = New System.Drawing.Point(420, 29)
|
|
Me.btnPtProd_Ch1.Name = "btnPtProd_Ch1"
|
|
Me.btnPtProd_Ch1.Size = New System.Drawing.Size(71, 45)
|
|
Me.btnPtProd_Ch1.TabIndex = 5
|
|
Me.btnPtProd_Ch1.Text = "변경"
|
|
Me.btnPtProd_Ch1.UseVisualStyleBackColor = True
|
|
'
|
|
'pnPtProd_Name
|
|
'
|
|
Me.pnPtProd_Name.Controls.Add(Me.txbPtProd_Name)
|
|
Me.pnPtProd_Name.Controls.Add(Me.lbPtProd_Name)
|
|
Me.pnPtProd_Name.Location = New System.Drawing.Point(5, 30)
|
|
Me.pnPtProd_Name.Name = "pnPtProd_Name"
|
|
Me.pnPtProd_Name.Size = New System.Drawing.Size(415, 45)
|
|
Me.pnPtProd_Name.TabIndex = 1
|
|
'
|
|
'txbPtProd_Name
|
|
'
|
|
Me.txbPtProd_Name.Location = New System.Drawing.Point(121, 7)
|
|
Me.txbPtProd_Name.Name = "txbPtProd_Name"
|
|
Me.txbPtProd_Name.Size = New System.Drawing.Size(285, 32)
|
|
Me.txbPtProd_Name.TabIndex = 1
|
|
Me.txbPtProd_Name.Text = "Brother PT-P900W"
|
|
Me.txbPtProd_Name.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPtProd_Name
|
|
'
|
|
Me.lbPtProd_Name.AutoSize = True
|
|
Me.lbPtProd_Name.Location = New System.Drawing.Point(34, 10)
|
|
Me.lbPtProd_Name.Name = "lbPtProd_Name"
|
|
Me.lbPtProd_Name.Size = New System.Drawing.Size(82, 24)
|
|
Me.lbPtProd_Name.TabIndex = 0
|
|
Me.lbPtProd_Name.Text = "프린터명"
|
|
'
|
|
'gbPtWar
|
|
'
|
|
Me.gbPtWar.Controls.Add(Me.btnPtWar_Ch2)
|
|
Me.gbPtWar.Controls.Add(Me.pnPtWar_Val1)
|
|
Me.gbPtWar.Controls.Add(Me.pnPtWar_Label)
|
|
Me.gbPtWar.Controls.Add(Me.btnPtWar_Ch1)
|
|
Me.gbPtWar.Controls.Add(Me.pnPtWar_Name)
|
|
Me.gbPtWar.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbPtWar.Location = New System.Drawing.Point(257, 275)
|
|
Me.gbPtWar.Name = "gbPtWar"
|
|
Me.gbPtWar.Size = New System.Drawing.Size(495, 190)
|
|
Me.gbPtWar.TabIndex = 4
|
|
Me.gbPtWar.TabStop = False
|
|
Me.gbPtWar.Text = "워런티 카드"
|
|
'
|
|
'btnPtWar_Ch2
|
|
'
|
|
Me.btnPtWar_Ch2.Location = New System.Drawing.Point(420, 80)
|
|
Me.btnPtWar_Ch2.Name = "btnPtWar_Ch2"
|
|
Me.btnPtWar_Ch2.Size = New System.Drawing.Size(71, 45)
|
|
Me.btnPtWar_Ch2.TabIndex = 9
|
|
Me.btnPtWar_Ch2.Text = "변경"
|
|
Me.btnPtWar_Ch2.UseVisualStyleBackColor = True
|
|
'
|
|
'pnPtWar_Val1
|
|
'
|
|
Me.pnPtWar_Val1.Controls.Add(Me.txbPtWar_Val1)
|
|
Me.pnPtWar_Val1.Controls.Add(Me.lbPtWar_Val1)
|
|
Me.pnPtWar_Val1.Location = New System.Drawing.Point(6, 130)
|
|
Me.pnPtWar_Val1.Name = "pnPtWar_Val1"
|
|
Me.pnPtWar_Val1.Size = New System.Drawing.Size(415, 45)
|
|
Me.pnPtWar_Val1.TabIndex = 7
|
|
'
|
|
'txbPtWar_Val1
|
|
'
|
|
Me.txbPtWar_Val1.Location = New System.Drawing.Point(121, 7)
|
|
Me.txbPtWar_Val1.Name = "txbPtWar_Val1"
|
|
Me.txbPtWar_Val1.Size = New System.Drawing.Size(285, 32)
|
|
Me.txbPtWar_Val1.TabIndex = 1
|
|
Me.txbPtWar_Val1.Text = "Brother PT-P900W"
|
|
Me.txbPtWar_Val1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPtWar_Val1
|
|
'
|
|
Me.lbPtWar_Val1.AutoSize = True
|
|
Me.lbPtWar_Val1.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbPtWar_Val1.Name = "lbPtWar_Val1"
|
|
Me.lbPtWar_Val1.Size = New System.Drawing.Size(100, 24)
|
|
Me.lbPtWar_Val1.TabIndex = 0
|
|
Me.lbPtWar_Val1.Text = "텍스트변수"
|
|
'
|
|
'pnPtWar_Label
|
|
'
|
|
Me.pnPtWar_Label.Controls.Add(Me.txbPtWar_Label)
|
|
Me.pnPtWar_Label.Controls.Add(Me.lbPtWar_Label)
|
|
Me.pnPtWar_Label.Location = New System.Drawing.Point(6, 80)
|
|
Me.pnPtWar_Label.Name = "pnPtWar_Label"
|
|
Me.pnPtWar_Label.Size = New System.Drawing.Size(415, 45)
|
|
Me.pnPtWar_Label.TabIndex = 6
|
|
'
|
|
'txbPtWar_Label
|
|
'
|
|
Me.txbPtWar_Label.Location = New System.Drawing.Point(121, 7)
|
|
Me.txbPtWar_Label.Name = "txbPtWar_Label"
|
|
Me.txbPtWar_Label.Size = New System.Drawing.Size(285, 32)
|
|
Me.txbPtWar_Label.TabIndex = 1
|
|
Me.txbPtWar_Label.Text = "Brother PT-P900W"
|
|
Me.txbPtWar_Label.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPtWar_Label
|
|
'
|
|
Me.lbPtWar_Label.AutoSize = True
|
|
Me.lbPtWar_Label.Location = New System.Drawing.Point(33, 10)
|
|
Me.lbPtWar_Label.Name = "lbPtWar_Label"
|
|
Me.lbPtWar_Label.Size = New System.Drawing.Size(82, 24)
|
|
Me.lbPtWar_Label.TabIndex = 0
|
|
Me.lbPtWar_Label.Text = "적용라벨"
|
|
'
|
|
'btnPtWar_Ch1
|
|
'
|
|
Me.btnPtWar_Ch1.Location = New System.Drawing.Point(420, 29)
|
|
Me.btnPtWar_Ch1.Name = "btnPtWar_Ch1"
|
|
Me.btnPtWar_Ch1.Size = New System.Drawing.Size(71, 45)
|
|
Me.btnPtWar_Ch1.TabIndex = 5
|
|
Me.btnPtWar_Ch1.Text = "변경"
|
|
Me.btnPtWar_Ch1.UseVisualStyleBackColor = True
|
|
'
|
|
'pnPtWar_Name
|
|
'
|
|
Me.pnPtWar_Name.Controls.Add(Me.txbPtWar_Name)
|
|
Me.pnPtWar_Name.Controls.Add(Me.lbPtWar_Name)
|
|
Me.pnPtWar_Name.Location = New System.Drawing.Point(5, 30)
|
|
Me.pnPtWar_Name.Name = "pnPtWar_Name"
|
|
Me.pnPtWar_Name.Size = New System.Drawing.Size(415, 45)
|
|
Me.pnPtWar_Name.TabIndex = 1
|
|
'
|
|
'txbPtWar_Name
|
|
'
|
|
Me.txbPtWar_Name.Location = New System.Drawing.Point(121, 7)
|
|
Me.txbPtWar_Name.Name = "txbPtWar_Name"
|
|
Me.txbPtWar_Name.Size = New System.Drawing.Size(285, 32)
|
|
Me.txbPtWar_Name.TabIndex = 1
|
|
Me.txbPtWar_Name.Text = "Brother PT-P900W"
|
|
Me.txbPtWar_Name.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPtWar_Name
|
|
'
|
|
Me.lbPtWar_Name.AutoSize = True
|
|
Me.lbPtWar_Name.Location = New System.Drawing.Point(34, 10)
|
|
Me.lbPtWar_Name.Name = "lbPtWar_Name"
|
|
Me.lbPtWar_Name.Size = New System.Drawing.Size(82, 24)
|
|
Me.lbPtWar_Name.TabIndex = 0
|
|
Me.lbPtWar_Name.Text = "프린터명"
|
|
'
|
|
'gbPtBox
|
|
'
|
|
Me.gbPtBox.Controls.Add(Me.btnPtBox_Ch2)
|
|
Me.gbPtBox.Controls.Add(Me.pnPtBox_Val2)
|
|
Me.gbPtBox.Controls.Add(Me.pnPtBox_Val1)
|
|
Me.gbPtBox.Controls.Add(Me.pnPtBox_Label)
|
|
Me.gbPtBox.Controls.Add(Me.btnPtBox_Ch1)
|
|
Me.gbPtBox.Controls.Add(Me.pnPtBox_Name)
|
|
Me.gbPtBox.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbPtBox.Location = New System.Drawing.Point(257, 35)
|
|
Me.gbPtBox.Name = "gbPtBox"
|
|
Me.gbPtBox.Size = New System.Drawing.Size(495, 235)
|
|
Me.gbPtBox.TabIndex = 3
|
|
Me.gbPtBox.TabStop = False
|
|
Me.gbPtBox.Text = "박스 바코드"
|
|
'
|
|
'btnPtBox_Ch2
|
|
'
|
|
Me.btnPtBox_Ch2.Location = New System.Drawing.Point(420, 80)
|
|
Me.btnPtBox_Ch2.Name = "btnPtBox_Ch2"
|
|
Me.btnPtBox_Ch2.Size = New System.Drawing.Size(71, 45)
|
|
Me.btnPtBox_Ch2.TabIndex = 9
|
|
Me.btnPtBox_Ch2.Text = "변경"
|
|
Me.btnPtBox_Ch2.UseVisualStyleBackColor = True
|
|
'
|
|
'pnPtBox_Val2
|
|
'
|
|
Me.pnPtBox_Val2.Controls.Add(Me.txbPtBox_Val2)
|
|
Me.pnPtBox_Val2.Controls.Add(Me.lbPtBox_Val2)
|
|
Me.pnPtBox_Val2.Location = New System.Drawing.Point(6, 180)
|
|
Me.pnPtBox_Val2.Name = "pnPtBox_Val2"
|
|
Me.pnPtBox_Val2.Size = New System.Drawing.Size(415, 45)
|
|
Me.pnPtBox_Val2.TabIndex = 8
|
|
'
|
|
'txbPtBox_Val2
|
|
'
|
|
Me.txbPtBox_Val2.Location = New System.Drawing.Point(121, 7)
|
|
Me.txbPtBox_Val2.Name = "txbPtBox_Val2"
|
|
Me.txbPtBox_Val2.Size = New System.Drawing.Size(285, 32)
|
|
Me.txbPtBox_Val2.TabIndex = 1
|
|
Me.txbPtBox_Val2.Text = "Brother PT-P900W"
|
|
Me.txbPtBox_Val2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPtBox_Val2
|
|
'
|
|
Me.lbPtBox_Val2.AutoSize = True
|
|
Me.lbPtBox_Val2.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbPtBox_Val2.Name = "lbPtBox_Val2"
|
|
Me.lbPtBox_Val2.Size = New System.Drawing.Size(100, 24)
|
|
Me.lbPtBox_Val2.TabIndex = 0
|
|
Me.lbPtBox_Val2.Text = "텍스트변수"
|
|
'
|
|
'pnPtBox_Val1
|
|
'
|
|
Me.pnPtBox_Val1.Controls.Add(Me.txbPtBox_Val1)
|
|
Me.pnPtBox_Val1.Controls.Add(Me.lbPtBox_Val1)
|
|
Me.pnPtBox_Val1.Location = New System.Drawing.Point(6, 130)
|
|
Me.pnPtBox_Val1.Name = "pnPtBox_Val1"
|
|
Me.pnPtBox_Val1.Size = New System.Drawing.Size(415, 45)
|
|
Me.pnPtBox_Val1.TabIndex = 7
|
|
'
|
|
'txbPtBox_Val1
|
|
'
|
|
Me.txbPtBox_Val1.Location = New System.Drawing.Point(121, 7)
|
|
Me.txbPtBox_Val1.Name = "txbPtBox_Val1"
|
|
Me.txbPtBox_Val1.Size = New System.Drawing.Size(285, 32)
|
|
Me.txbPtBox_Val1.TabIndex = 1
|
|
Me.txbPtBox_Val1.Text = "Brother PT-P900W"
|
|
Me.txbPtBox_Val1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPtBox_Val1
|
|
'
|
|
Me.lbPtBox_Val1.AutoSize = True
|
|
Me.lbPtBox_Val1.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbPtBox_Val1.Name = "lbPtBox_Val1"
|
|
Me.lbPtBox_Val1.Size = New System.Drawing.Size(100, 24)
|
|
Me.lbPtBox_Val1.TabIndex = 0
|
|
Me.lbPtBox_Val1.Text = "바코드변수"
|
|
'
|
|
'pnPtBox_Label
|
|
'
|
|
Me.pnPtBox_Label.Controls.Add(Me.txbPtBox_Label)
|
|
Me.pnPtBox_Label.Controls.Add(Me.lbPtBox_Label)
|
|
Me.pnPtBox_Label.Location = New System.Drawing.Point(6, 80)
|
|
Me.pnPtBox_Label.Name = "pnPtBox_Label"
|
|
Me.pnPtBox_Label.Size = New System.Drawing.Size(415, 45)
|
|
Me.pnPtBox_Label.TabIndex = 6
|
|
'
|
|
'txbPtBox_Label
|
|
'
|
|
Me.txbPtBox_Label.Location = New System.Drawing.Point(121, 7)
|
|
Me.txbPtBox_Label.Name = "txbPtBox_Label"
|
|
Me.txbPtBox_Label.Size = New System.Drawing.Size(285, 32)
|
|
Me.txbPtBox_Label.TabIndex = 1
|
|
Me.txbPtBox_Label.Text = "Brother PT-P900W"
|
|
Me.txbPtBox_Label.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPtBox_Label
|
|
'
|
|
Me.lbPtBox_Label.AutoSize = True
|
|
Me.lbPtBox_Label.Location = New System.Drawing.Point(33, 10)
|
|
Me.lbPtBox_Label.Name = "lbPtBox_Label"
|
|
Me.lbPtBox_Label.Size = New System.Drawing.Size(82, 24)
|
|
Me.lbPtBox_Label.TabIndex = 0
|
|
Me.lbPtBox_Label.Text = "적용라벨"
|
|
'
|
|
'btnPtBox_Ch1
|
|
'
|
|
Me.btnPtBox_Ch1.Location = New System.Drawing.Point(420, 29)
|
|
Me.btnPtBox_Ch1.Name = "btnPtBox_Ch1"
|
|
Me.btnPtBox_Ch1.Size = New System.Drawing.Size(71, 45)
|
|
Me.btnPtBox_Ch1.TabIndex = 5
|
|
Me.btnPtBox_Ch1.Text = "변경"
|
|
Me.btnPtBox_Ch1.UseVisualStyleBackColor = True
|
|
'
|
|
'pnPtBox_Name
|
|
'
|
|
Me.pnPtBox_Name.Controls.Add(Me.txbPtBox_Name)
|
|
Me.pnPtBox_Name.Controls.Add(Me.lbPtBox_Name)
|
|
Me.pnPtBox_Name.Location = New System.Drawing.Point(5, 30)
|
|
Me.pnPtBox_Name.Name = "pnPtBox_Name"
|
|
Me.pnPtBox_Name.Size = New System.Drawing.Size(415, 45)
|
|
Me.pnPtBox_Name.TabIndex = 1
|
|
'
|
|
'txbPtBox_Name
|
|
'
|
|
Me.txbPtBox_Name.Location = New System.Drawing.Point(121, 7)
|
|
Me.txbPtBox_Name.Name = "txbPtBox_Name"
|
|
Me.txbPtBox_Name.Size = New System.Drawing.Size(285, 32)
|
|
Me.txbPtBox_Name.TabIndex = 1
|
|
Me.txbPtBox_Name.Text = "Brother PT-P900W"
|
|
Me.txbPtBox_Name.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbPtBox_Name
|
|
'
|
|
Me.lbPtBox_Name.AutoSize = True
|
|
Me.lbPtBox_Name.Location = New System.Drawing.Point(34, 10)
|
|
Me.lbPtBox_Name.Name = "lbPtBox_Name"
|
|
Me.lbPtBox_Name.Size = New System.Drawing.Size(82, 24)
|
|
Me.lbPtBox_Name.TabIndex = 0
|
|
Me.lbPtBox_Name.Text = "프린터명"
|
|
'
|
|
'btnPtRefresh
|
|
'
|
|
Me.btnPtRefresh.Location = New System.Drawing.Point(6, 403)
|
|
Me.btnPtRefresh.Name = "btnPtRefresh"
|
|
Me.btnPtRefresh.Size = New System.Drawing.Size(245, 60)
|
|
Me.btnPtRefresh.TabIndex = 2
|
|
Me.btnPtRefresh.Text = "새로고침"
|
|
Me.btnPtRefresh.UseVisualStyleBackColor = True
|
|
'
|
|
'dgvPrinter
|
|
'
|
|
Me.dgvPrinter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvPrinter.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dfPrintName})
|
|
Me.dgvPrinter.Location = New System.Drawing.Point(6, 48)
|
|
Me.dgvPrinter.MultiSelect = False
|
|
Me.dgvPrinter.Name = "dgvPrinter"
|
|
Me.dgvPrinter.ReadOnly = True
|
|
Me.dgvPrinter.RowTemplate.Height = 23
|
|
Me.dgvPrinter.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvPrinter.Size = New System.Drawing.Size(245, 349)
|
|
Me.dgvPrinter.TabIndex = 0
|
|
'
|
|
'dfPrintName
|
|
'
|
|
Me.dfPrintName.HeaderText = "프린터항목"
|
|
Me.dfPrintName.Name = "dfPrintName"
|
|
Me.dfPrintName.ReadOnly = True
|
|
Me.dfPrintName.Width = 200
|
|
'
|
|
'btnOpSave
|
|
'
|
|
Me.btnOpSave.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnOpSave.Location = New System.Drawing.Point(1410, 900)
|
|
Me.btnOpSave.Name = "btnOpSave"
|
|
Me.btnOpSave.Size = New System.Drawing.Size(250, 110)
|
|
Me.btnOpSave.TabIndex = 70
|
|
Me.btnOpSave.Text = "저장하기"
|
|
Me.btnOpSave.UseVisualStyleBackColor = True
|
|
'
|
|
'btnOpExit
|
|
'
|
|
Me.btnOpExit.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnOpExit.Location = New System.Drawing.Point(1660, 900)
|
|
Me.btnOpExit.Name = "btnOpExit"
|
|
Me.btnOpExit.Size = New System.Drawing.Size(250, 110)
|
|
Me.btnOpExit.TabIndex = 69
|
|
Me.btnOpExit.Text = "나가기"
|
|
Me.btnOpExit.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.btnRegADel)
|
|
Me.GroupBox2.Controls.Add(Me.btnRegDel)
|
|
Me.GroupBox2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.GroupBox2.Location = New System.Drawing.Point(755, 539)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(390, 190)
|
|
Me.GroupBox2.TabIndex = 68
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "항목 기능"
|
|
'
|
|
'btnRegADel
|
|
'
|
|
Me.btnRegADel.Location = New System.Drawing.Point(6, 112)
|
|
Me.btnRegADel.Name = "btnRegADel"
|
|
Me.btnRegADel.Size = New System.Drawing.Size(370, 60)
|
|
Me.btnRegADel.TabIndex = 1
|
|
Me.btnRegADel.Text = "전체삭제"
|
|
Me.btnRegADel.UseVisualStyleBackColor = True
|
|
'
|
|
'btnRegDel
|
|
'
|
|
Me.btnRegDel.Location = New System.Drawing.Point(6, 47)
|
|
Me.btnRegDel.Name = "btnRegDel"
|
|
Me.btnRegDel.Size = New System.Drawing.Size(370, 60)
|
|
Me.btnRegDel.TabIndex = 0
|
|
Me.btnRegDel.Text = "행삭제"
|
|
Me.btnRegDel.UseVisualStyleBackColor = True
|
|
'
|
|
'gbOpReg
|
|
'
|
|
Me.gbOpReg.Controls.Add(Me.pnRegClass)
|
|
Me.gbOpReg.Controls.Add(Me.pnRegColor)
|
|
Me.gbOpReg.Controls.Add(Me.btnRegReset)
|
|
Me.gbOpReg.Controls.Add(Me.btnRegOK)
|
|
Me.gbOpReg.Controls.Add(Me.pnRegAgency)
|
|
Me.gbOpReg.Controls.Add(Me.pnRegCountry)
|
|
Me.gbOpReg.Controls.Add(Me.pnRegType)
|
|
Me.gbOpReg.Controls.Add(Me.pnRegModel)
|
|
Me.gbOpReg.Controls.Add(Me.pnRegName)
|
|
Me.gbOpReg.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbOpReg.Location = New System.Drawing.Point(755, 83)
|
|
Me.gbOpReg.Name = "gbOpReg"
|
|
Me.gbOpReg.Size = New System.Drawing.Size(390, 450)
|
|
Me.gbOpReg.TabIndex = 67
|
|
Me.gbOpReg.TabStop = False
|
|
Me.gbOpReg.Text = "등록화면"
|
|
'
|
|
'pnRegClass
|
|
'
|
|
Me.pnRegClass.Controls.Add(Me.cboRegClass)
|
|
Me.pnRegClass.Controls.Add(Me.lbRegClass)
|
|
Me.pnRegClass.Location = New System.Drawing.Point(10, 245)
|
|
Me.pnRegClass.Name = "pnRegClass"
|
|
Me.pnRegClass.Size = New System.Drawing.Size(365, 45)
|
|
Me.pnRegClass.TabIndex = 7
|
|
'
|
|
'cboRegClass
|
|
'
|
|
Me.cboRegClass.FormattingEnabled = True
|
|
Me.cboRegClass.Items.AddRange(New Object() {"국내-세트", "국내-A/S", "국내-샵용", "해외-세트", "해외-A/S", "체험단"})
|
|
Me.cboRegClass.Location = New System.Drawing.Point(160, 2)
|
|
Me.cboRegClass.Name = "cboRegClass"
|
|
Me.cboRegClass.Size = New System.Drawing.Size(200, 40)
|
|
Me.cboRegClass.TabIndex = 2
|
|
'
|
|
'lbRegClass
|
|
'
|
|
Me.lbRegClass.AutoSize = True
|
|
Me.lbRegClass.Location = New System.Drawing.Point(59, 5)
|
|
Me.lbRegClass.Name = "lbRegClass"
|
|
Me.lbRegClass.Size = New System.Drawing.Size(83, 32)
|
|
Me.lbRegClass.TabIndex = 0
|
|
Me.lbRegClass.Text = "분류명"
|
|
'
|
|
'pnRegColor
|
|
'
|
|
Me.pnRegColor.Controls.Add(Me.cboRegColor)
|
|
Me.pnRegColor.Controls.Add(Me.lbRegColor)
|
|
Me.pnRegColor.Enabled = False
|
|
Me.pnRegColor.Location = New System.Drawing.Point(10, 195)
|
|
Me.pnRegColor.Name = "pnRegColor"
|
|
Me.pnRegColor.Size = New System.Drawing.Size(365, 45)
|
|
Me.pnRegColor.TabIndex = 6
|
|
'
|
|
'cboRegColor
|
|
'
|
|
Me.cboRegColor.FormattingEnabled = True
|
|
Me.cboRegColor.Location = New System.Drawing.Point(160, 2)
|
|
Me.cboRegColor.Name = "cboRegColor"
|
|
Me.cboRegColor.Size = New System.Drawing.Size(200, 40)
|
|
Me.cboRegColor.TabIndex = 2
|
|
'
|
|
'lbRegColor
|
|
'
|
|
Me.lbRegColor.AutoSize = True
|
|
Me.lbRegColor.Location = New System.Drawing.Point(59, 5)
|
|
Me.lbRegColor.Name = "lbRegColor"
|
|
Me.lbRegColor.Size = New System.Drawing.Size(83, 32)
|
|
Me.lbRegColor.TabIndex = 0
|
|
Me.lbRegColor.Text = "색상명"
|
|
'
|
|
'btnRegReset
|
|
'
|
|
Me.btnRegReset.Location = New System.Drawing.Point(10, 395)
|
|
Me.btnRegReset.Name = "btnRegReset"
|
|
Me.btnRegReset.Size = New System.Drawing.Size(175, 45)
|
|
Me.btnRegReset.TabIndex = 5
|
|
Me.btnRegReset.Text = "초기화"
|
|
Me.btnRegReset.UseVisualStyleBackColor = True
|
|
'
|
|
'btnRegOK
|
|
'
|
|
Me.btnRegOK.Location = New System.Drawing.Point(195, 395)
|
|
Me.btnRegOK.Name = "btnRegOK"
|
|
Me.btnRegOK.Size = New System.Drawing.Size(175, 45)
|
|
Me.btnRegOK.TabIndex = 4
|
|
Me.btnRegOK.Text = "등록"
|
|
Me.btnRegOK.UseVisualStyleBackColor = True
|
|
'
|
|
'pnRegAgency
|
|
'
|
|
Me.pnRegAgency.Controls.Add(Me.txbRegAgency)
|
|
Me.pnRegAgency.Controls.Add(Me.lbRegAgency)
|
|
Me.pnRegAgency.Location = New System.Drawing.Point(10, 345)
|
|
Me.pnRegAgency.Name = "pnRegAgency"
|
|
Me.pnRegAgency.Size = New System.Drawing.Size(365, 45)
|
|
Me.pnRegAgency.TabIndex = 2
|
|
'
|
|
'txbRegAgency
|
|
'
|
|
Me.txbRegAgency.Location = New System.Drawing.Point(160, 3)
|
|
Me.txbRegAgency.MaxLength = 3
|
|
Me.txbRegAgency.Name = "txbRegAgency"
|
|
Me.txbRegAgency.Size = New System.Drawing.Size(200, 39)
|
|
Me.txbRegAgency.TabIndex = 1
|
|
'
|
|
'lbRegAgency
|
|
'
|
|
Me.lbRegAgency.AutoSize = True
|
|
Me.lbRegAgency.Location = New System.Drawing.Point(13, 5)
|
|
Me.lbRegAgency.Name = "lbRegAgency"
|
|
Me.lbRegAgency.Size = New System.Drawing.Size(129, 32)
|
|
Me.lbRegAgency.TabIndex = 0
|
|
Me.lbRegAgency.Text = "대리점코드"
|
|
'
|
|
'pnRegCountry
|
|
'
|
|
Me.pnRegCountry.Controls.Add(Me.txbRegCountry)
|
|
Me.pnRegCountry.Controls.Add(Me.lbRegCountry)
|
|
Me.pnRegCountry.Location = New System.Drawing.Point(10, 295)
|
|
Me.pnRegCountry.Name = "pnRegCountry"
|
|
Me.pnRegCountry.Size = New System.Drawing.Size(365, 45)
|
|
Me.pnRegCountry.TabIndex = 3
|
|
'
|
|
'txbRegCountry
|
|
'
|
|
Me.txbRegCountry.Location = New System.Drawing.Point(160, 2)
|
|
Me.txbRegCountry.MaxLength = 3
|
|
Me.txbRegCountry.Name = "txbRegCountry"
|
|
Me.txbRegCountry.Size = New System.Drawing.Size(200, 39)
|
|
Me.txbRegCountry.TabIndex = 1
|
|
'
|
|
'lbRegCountry
|
|
'
|
|
Me.lbRegCountry.AutoSize = True
|
|
Me.lbRegCountry.Location = New System.Drawing.Point(36, 5)
|
|
Me.lbRegCountry.Name = "lbRegCountry"
|
|
Me.lbRegCountry.Size = New System.Drawing.Size(106, 32)
|
|
Me.lbRegCountry.TabIndex = 0
|
|
Me.lbRegCountry.Text = "국가코드"
|
|
'
|
|
'pnRegType
|
|
'
|
|
Me.pnRegType.Controls.Add(Me.cboRegType)
|
|
Me.pnRegType.Controls.Add(Me.lbRegType)
|
|
Me.pnRegType.Enabled = False
|
|
Me.pnRegType.Location = New System.Drawing.Point(10, 145)
|
|
Me.pnRegType.Name = "pnRegType"
|
|
Me.pnRegType.Size = New System.Drawing.Size(365, 45)
|
|
Me.pnRegType.TabIndex = 2
|
|
'
|
|
'cboRegType
|
|
'
|
|
Me.cboRegType.FormattingEnabled = True
|
|
Me.cboRegType.Location = New System.Drawing.Point(160, 2)
|
|
Me.cboRegType.Name = "cboRegType"
|
|
Me.cboRegType.Size = New System.Drawing.Size(200, 40)
|
|
Me.cboRegType.TabIndex = 2
|
|
'
|
|
'lbRegType
|
|
'
|
|
Me.lbRegType.AutoSize = True
|
|
Me.lbRegType.Location = New System.Drawing.Point(59, 5)
|
|
Me.lbRegType.Name = "lbRegType"
|
|
Me.lbRegType.Size = New System.Drawing.Size(83, 32)
|
|
Me.lbRegType.TabIndex = 0
|
|
Me.lbRegType.Text = "타입명"
|
|
'
|
|
'pnRegModel
|
|
'
|
|
Me.pnRegModel.Controls.Add(Me.cboRegModel)
|
|
Me.pnRegModel.Controls.Add(Me.lbRegModel)
|
|
Me.pnRegModel.Location = New System.Drawing.Point(10, 95)
|
|
Me.pnRegModel.Name = "pnRegModel"
|
|
Me.pnRegModel.Size = New System.Drawing.Size(365, 45)
|
|
Me.pnRegModel.TabIndex = 1
|
|
'
|
|
'cboRegModel
|
|
'
|
|
Me.cboRegModel.FormattingEnabled = True
|
|
Me.cboRegModel.Location = New System.Drawing.Point(160, 3)
|
|
Me.cboRegModel.Name = "cboRegModel"
|
|
Me.cboRegModel.Size = New System.Drawing.Size(200, 40)
|
|
Me.cboRegModel.TabIndex = 1
|
|
'
|
|
'lbRegModel
|
|
'
|
|
Me.lbRegModel.AutoSize = True
|
|
Me.lbRegModel.Location = New System.Drawing.Point(59, 5)
|
|
Me.lbRegModel.Name = "lbRegModel"
|
|
Me.lbRegModel.Size = New System.Drawing.Size(83, 32)
|
|
Me.lbRegModel.TabIndex = 0
|
|
Me.lbRegModel.Text = "모델명"
|
|
'
|
|
'pnRegName
|
|
'
|
|
Me.pnRegName.Controls.Add(Me.txbRegName)
|
|
Me.pnRegName.Controls.Add(Me.lbRegName)
|
|
Me.pnRegName.Location = New System.Drawing.Point(10, 45)
|
|
Me.pnRegName.Name = "pnRegName"
|
|
Me.pnRegName.Size = New System.Drawing.Size(365, 45)
|
|
Me.pnRegName.TabIndex = 0
|
|
'
|
|
'txbRegName
|
|
'
|
|
Me.txbRegName.Location = New System.Drawing.Point(160, 3)
|
|
Me.txbRegName.Name = "txbRegName"
|
|
Me.txbRegName.Size = New System.Drawing.Size(200, 39)
|
|
Me.txbRegName.TabIndex = 1
|
|
'
|
|
'lbRegName
|
|
'
|
|
Me.lbRegName.AutoSize = True
|
|
Me.lbRegName.Location = New System.Drawing.Point(59, 5)
|
|
Me.lbRegName.Name = "lbRegName"
|
|
Me.lbRegName.Size = New System.Drawing.Size(83, 32)
|
|
Me.lbRegName.TabIndex = 0
|
|
Me.lbRegName.Text = "구분명"
|
|
'
|
|
'gbOpCompany
|
|
'
|
|
Me.gbOpCompany.BackColor = System.Drawing.Color.Silver
|
|
Me.gbOpCompany.Controls.Add(Me.lbOpCompany)
|
|
Me.gbOpCompany.Controls.Add(Me.txbOpCompany)
|
|
Me.gbOpCompany.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbOpCompany.ForeColor = System.Drawing.Color.Black
|
|
Me.gbOpCompany.Location = New System.Drawing.Point(204, 5)
|
|
Me.gbOpCompany.Name = "gbOpCompany"
|
|
Me.gbOpCompany.Size = New System.Drawing.Size(345, 80)
|
|
Me.gbOpCompany.TabIndex = 66
|
|
Me.gbOpCompany.TabStop = False
|
|
Me.gbOpCompany.Text = "사용 제조사"
|
|
'
|
|
'lbOpCompany
|
|
'
|
|
Me.lbOpCompany.AutoSize = True
|
|
Me.lbOpCompany.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbOpCompany.Location = New System.Drawing.Point(27, 31)
|
|
Me.lbOpCompany.Name = "lbOpCompany"
|
|
Me.lbOpCompany.Size = New System.Drawing.Size(106, 32)
|
|
Me.lbOpCompany.TabIndex = 1
|
|
Me.lbOpCompany.Text = "제조사명"
|
|
'
|
|
'txbOpCompany
|
|
'
|
|
Me.txbOpCompany.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbOpCompany.Location = New System.Drawing.Point(139, 28)
|
|
Me.txbOpCompany.Name = "txbOpCompany"
|
|
Me.txbOpCompany.Size = New System.Drawing.Size(180, 39)
|
|
Me.txbOpCompany.TabIndex = 0
|
|
Me.txbOpCompany.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'dgvDataSet
|
|
'
|
|
Me.dgvDataSet.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvDataSet.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dfName, Me.dfModel, Me.dfType, Me.dfCountry, Me.dfAgency, Me.dfColor, Me.dfClass})
|
|
Me.dgvDataSet.Location = New System.Drawing.Point(5, 100)
|
|
Me.dgvDataSet.Name = "dgvDataSet"
|
|
Me.dgvDataSet.RowTemplate.Height = 23
|
|
Me.dgvDataSet.Size = New System.Drawing.Size(744, 905)
|
|
Me.dgvDataSet.TabIndex = 65
|
|
'
|
|
'dfName
|
|
'
|
|
Me.dfName.HeaderText = "구분명"
|
|
Me.dfName.Name = "dfName"
|
|
Me.dfName.Width = 200
|
|
'
|
|
'dfModel
|
|
'
|
|
Me.dfModel.HeaderText = "모델명"
|
|
Me.dfModel.Name = "dfModel"
|
|
Me.dfModel.Width = 70
|
|
'
|
|
'dfType
|
|
'
|
|
Me.dfType.HeaderText = "타입명"
|
|
Me.dfType.Name = "dfType"
|
|
Me.dfType.Width = 70
|
|
'
|
|
'dfCountry
|
|
'
|
|
Me.dfCountry.HeaderText = "국가코드"
|
|
Me.dfCountry.Name = "dfCountry"
|
|
'
|
|
'dfAgency
|
|
'
|
|
Me.dfAgency.HeaderText = "대리점코드"
|
|
Me.dfAgency.Name = "dfAgency"
|
|
'
|
|
'dfColor
|
|
'
|
|
Me.dfColor.HeaderText = "색상명"
|
|
Me.dfColor.Name = "dfColor"
|
|
Me.dfColor.Width = 70
|
|
'
|
|
'dfClass
|
|
'
|
|
Me.dfClass.HeaderText = "분류명"
|
|
Me.dfClass.Name = "dfClass"
|
|
'
|
|
'gbDBServer
|
|
'
|
|
Me.gbDBServer.BackColor = System.Drawing.Color.Silver
|
|
Me.gbDBServer.Controls.Add(Me.ckbDBServer)
|
|
Me.gbDBServer.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbDBServer.ForeColor = System.Drawing.Color.Black
|
|
Me.gbDBServer.Location = New System.Drawing.Point(5, 5)
|
|
Me.gbDBServer.Name = "gbDBServer"
|
|
Me.gbDBServer.Size = New System.Drawing.Size(193, 80)
|
|
Me.gbDBServer.TabIndex = 64
|
|
Me.gbDBServer.TabStop = False
|
|
Me.gbDBServer.Text = "DBServer"
|
|
'
|
|
'MainForm
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(3844, 1021)
|
|
Me.Controls.Add(Me.pnOption)
|
|
Me.Controls.Add(Me.pnMain)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "MainForm"
|
|
Me.Text = "MAXIMUM Product Program"
|
|
Me.pnMain.ResumeLayout(False)
|
|
Me.pnSerial.ResumeLayout(False)
|
|
Me.pnSerial.PerformLayout()
|
|
Me.gpbTime.ResumeLayout(False)
|
|
Me.gpbTime.PerformLayout()
|
|
Me.gbSerial.ResumeLayout(False)
|
|
Me.gbSerial.PerformLayout()
|
|
Me.gbMode.ResumeLayout(False)
|
|
Me.gbMode.PerformLayout()
|
|
Me.gpbConfig.ResumeLayout(False)
|
|
Me.gpbConfig.PerformLayout()
|
|
Me.pnMaxInput.ResumeLayout(False)
|
|
Me.gbChoice.ResumeLayout(False)
|
|
Me.gbNowTray.ResumeLayout(False)
|
|
Me.gbNowTray.PerformLayout()
|
|
Me.pnNowNum.ResumeLayout(False)
|
|
Me.pnNowNum.PerformLayout()
|
|
CType(Me.dgvNowReg, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.gbInputPD.ResumeLayout(False)
|
|
Me.pnPDInfo.ResumeLayout(False)
|
|
Me.pnPDInfo.PerformLayout()
|
|
Me.pnPDColor.ResumeLayout(False)
|
|
Me.pnPDColor.PerformLayout()
|
|
Me.pnPDCP.ResumeLayout(False)
|
|
Me.pnPDCP.PerformLayout()
|
|
Me.pnPDAgency.ResumeLayout(False)
|
|
Me.pnPDAgency.PerformLayout()
|
|
Me.pnPDCC.ResumeLayout(False)
|
|
Me.pnPDCC.PerformLayout()
|
|
Me.pnPDType.ResumeLayout(False)
|
|
Me.pnPDType.PerformLayout()
|
|
Me.pnPDModel.ResumeLayout(False)
|
|
Me.pnPDModel.PerformLayout()
|
|
Me.pnPDNum.ResumeLayout(False)
|
|
Me.pnPDNum.PerformLayout()
|
|
Me.gbPDCount.ResumeLayout(False)
|
|
Me.gbPDCount.PerformLayout()
|
|
Me.gbInputTD.ResumeLayout(False)
|
|
Me.pnTDStep.ResumeLayout(False)
|
|
Me.pnTDStep.PerformLayout()
|
|
Me.pnPDVersion.ResumeLayout(False)
|
|
Me.pnPDVersion.PerformLayout()
|
|
Me.pnTDIDate.ResumeLayout(False)
|
|
Me.pnTDIDate.PerformLayout()
|
|
Me.pnTDDepth.ResumeLayout(False)
|
|
Me.pnTDDepth.PerformLayout()
|
|
Me.pnTDPower.ResumeLayout(False)
|
|
Me.pnTDPower.PerformLayout()
|
|
Me.pnTDGrade.ResumeLayout(False)
|
|
Me.pnTDGrade.PerformLayout()
|
|
Me.pnTDFreq.ResumeLayout(False)
|
|
Me.pnTDFreq.PerformLayout()
|
|
Me.pnTDNum.ResumeLayout(False)
|
|
Me.pnTDNum.PerformLayout()
|
|
Me.pnRecycle.ResumeLayout(False)
|
|
Me.gbRunCount.ResumeLayout(False)
|
|
Me.gbRunCount.PerformLayout()
|
|
CType(Me.pcbImage1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.gbData.ResumeLayout(False)
|
|
Me.pnReTest.ResumeLayout(False)
|
|
Me.pnReTest.PerformLayout()
|
|
Me.pnReInput.ResumeLayout(False)
|
|
Me.pnReInput.PerformLayout()
|
|
Me.pnReSerial.ResumeLayout(False)
|
|
Me.pnReSerial.PerformLayout()
|
|
Me.pnReCValue.ResumeLayout(False)
|
|
Me.pnReCValue.PerformLayout()
|
|
Me.pnReOrder.ResumeLayout(False)
|
|
Me.pnReOrder.PerformLayout()
|
|
Me.pnRePower.ResumeLayout(False)
|
|
Me.pnRePower.PerformLayout()
|
|
Me.pnReMotor.ResumeLayout(False)
|
|
Me.pnReMotor.PerformLayout()
|
|
Me.pnReFreq.ResumeLayout(False)
|
|
Me.pnReFreq.PerformLayout()
|
|
Me.pnReGrade.ResumeLayout(False)
|
|
Me.pnReGrade.PerformLayout()
|
|
Me.pnOption.ResumeLayout(False)
|
|
Me.gbManager.ResumeLayout(False)
|
|
Me.gbManager.PerformLayout()
|
|
Me.gbOpAlto.ResumeLayout(False)
|
|
Me.gbOpAlto.PerformLayout()
|
|
Me.gbPrintUse.ResumeLayout(False)
|
|
Me.gbPrintUse.PerformLayout()
|
|
Me.gbPrintEach.ResumeLayout(False)
|
|
Me.gbPrintEach.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.gbPrintDefault.ResumeLayout(False)
|
|
Me.pnSerialCheck.ResumeLayout(False)
|
|
Me.pnSerialCheck.PerformLayout()
|
|
CType(Me.nudSerialCheck, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pnTray.ResumeLayout(False)
|
|
Me.pnTray.PerformLayout()
|
|
CType(Me.nudTray, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pnPtCount.ResumeLayout(False)
|
|
Me.pnPtCount.PerformLayout()
|
|
CType(Me.nudPtCount, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.gbPtProd.ResumeLayout(False)
|
|
Me.pnPtProd_Date.ResumeLayout(False)
|
|
Me.pnPtProd_Date.PerformLayout()
|
|
Me.pnPtProd_Val2.ResumeLayout(False)
|
|
Me.pnPtProd_Val2.PerformLayout()
|
|
Me.pnPtProd_Val1.ResumeLayout(False)
|
|
Me.pnPtProd_Val1.PerformLayout()
|
|
Me.pnPtProd_Label.ResumeLayout(False)
|
|
Me.pnPtProd_Label.PerformLayout()
|
|
Me.pnPtProd_Name.ResumeLayout(False)
|
|
Me.pnPtProd_Name.PerformLayout()
|
|
Me.gbPtWar.ResumeLayout(False)
|
|
Me.pnPtWar_Val1.ResumeLayout(False)
|
|
Me.pnPtWar_Val1.PerformLayout()
|
|
Me.pnPtWar_Label.ResumeLayout(False)
|
|
Me.pnPtWar_Label.PerformLayout()
|
|
Me.pnPtWar_Name.ResumeLayout(False)
|
|
Me.pnPtWar_Name.PerformLayout()
|
|
Me.gbPtBox.ResumeLayout(False)
|
|
Me.pnPtBox_Val2.ResumeLayout(False)
|
|
Me.pnPtBox_Val2.PerformLayout()
|
|
Me.pnPtBox_Val1.ResumeLayout(False)
|
|
Me.pnPtBox_Val1.PerformLayout()
|
|
Me.pnPtBox_Label.ResumeLayout(False)
|
|
Me.pnPtBox_Label.PerformLayout()
|
|
Me.pnPtBox_Name.ResumeLayout(False)
|
|
Me.pnPtBox_Name.PerformLayout()
|
|
CType(Me.dgvPrinter, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.gbOpReg.ResumeLayout(False)
|
|
Me.pnRegClass.ResumeLayout(False)
|
|
Me.pnRegClass.PerformLayout()
|
|
Me.pnRegColor.ResumeLayout(False)
|
|
Me.pnRegColor.PerformLayout()
|
|
Me.pnRegAgency.ResumeLayout(False)
|
|
Me.pnRegAgency.PerformLayout()
|
|
Me.pnRegCountry.ResumeLayout(False)
|
|
Me.pnRegCountry.PerformLayout()
|
|
Me.pnRegType.ResumeLayout(False)
|
|
Me.pnRegType.PerformLayout()
|
|
Me.pnRegModel.ResumeLayout(False)
|
|
Me.pnRegModel.PerformLayout()
|
|
Me.pnRegName.ResumeLayout(False)
|
|
Me.pnRegName.PerformLayout()
|
|
Me.gbOpCompany.ResumeLayout(False)
|
|
Me.gbOpCompany.PerformLayout()
|
|
CType(Me.dgvDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.gbDBServer.ResumeLayout(False)
|
|
Me.gbDBServer.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents pnMain As Panel
|
|
Friend WithEvents btnExit As Button
|
|
Friend WithEvents gbSerial As GroupBox
|
|
Friend WithEvents cboComPort As ComboBox
|
|
Friend WithEvents lbSerial As Label
|
|
Friend WithEvents cmdSerial As Button
|
|
Friend WithEvents gbMode As GroupBox
|
|
Friend WithEvents rdbRecycle As RadioButton
|
|
Friend WithEvents rdbCheck As RadioButton
|
|
Friend WithEvents rdbManager As RadioButton
|
|
Friend WithEvents rdbPD1 As RadioButton
|
|
Friend WithEvents rdbPD2 As RadioButton
|
|
Friend WithEvents rdbCSearch As RadioButton
|
|
Friend WithEvents btnOption As Button
|
|
Friend WithEvents gpbConfig As GroupBox
|
|
Friend WithEvents ckbPrintUse As CheckBox
|
|
Friend WithEvents chbAutoMeasure As CheckBox
|
|
Friend WithEvents chbUseBarcode As CheckBox
|
|
Friend WithEvents gpbTime As GroupBox
|
|
Friend WithEvents lblTime As Label
|
|
Friend WithEvents pnSerial As Panel
|
|
Friend WithEvents txbPVSN As TextBox
|
|
Friend WithEvents lbPVSN As Label
|
|
Friend WithEvents btnEnter As Button
|
|
Friend WithEvents NowTimer As Timer
|
|
Friend WithEvents pnRecycle As Panel
|
|
Friend WithEvents gbRunCount As GroupBox
|
|
Friend WithEvents txbDayCount As TextBox
|
|
Friend WithEvents lbDayCount As Label
|
|
Friend WithEvents btnReDel As Button
|
|
Friend WithEvents gbData As GroupBox
|
|
Friend WithEvents pnReCValue As Panel
|
|
Friend WithEvents txbReCValue As TextBox
|
|
Friend WithEvents lbReCValue As Label
|
|
Friend WithEvents pnReOrder As Panel
|
|
Friend WithEvents txbReOrder As TextBox
|
|
Friend WithEvents lbReOrder As Label
|
|
Friend WithEvents pnRePower As Panel
|
|
Friend WithEvents txbRePower As TextBox
|
|
Friend WithEvents lbRePower As Label
|
|
Friend WithEvents pnReMotor As Panel
|
|
Friend WithEvents txbReMotor As TextBox
|
|
Friend WithEvents lbReMotor As Label
|
|
Friend WithEvents pnReFreq As Panel
|
|
Friend WithEvents txbReFreq As TextBox
|
|
Friend WithEvents lbReFreq As Label
|
|
Friend WithEvents pnReGrade As Panel
|
|
Friend WithEvents txbReGrade As TextBox
|
|
Friend WithEvents lbReGrade As Label
|
|
Friend WithEvents pcbImage1 As PictureBox
|
|
Friend WithEvents pnReSerial As Panel
|
|
Friend WithEvents txbReSerial As TextBox
|
|
Friend WithEvents lbReSerial As Label
|
|
Friend WithEvents pnReTest As Panel
|
|
Friend WithEvents txbReTest As TextBox
|
|
Friend WithEvents lbReTest As Label
|
|
Friend WithEvents pnReInput As Panel
|
|
Friend WithEvents txbReInput As TextBox
|
|
Friend WithEvents lbReInput As Label
|
|
Friend WithEvents ckbDBServer As CheckBox
|
|
Friend WithEvents ScanTimer As Timer
|
|
Friend WithEvents ckbAutoFunc As CheckBox
|
|
Friend WithEvents pnMaxInput As Panel
|
|
Friend WithEvents gbPDCount As GroupBox
|
|
Friend WithEvents txbFailCount As TextBox
|
|
Friend WithEvents lbFailCount As Label
|
|
Friend WithEvents txbSucCount As TextBox
|
|
Friend WithEvents lbSucCount As Label
|
|
Friend WithEvents txbAllCount As TextBox
|
|
Friend WithEvents lbAllCount As Label
|
|
Friend WithEvents btnTrayEnd As Button
|
|
Friend WithEvents btnReset As Button
|
|
Friend WithEvents gbInputTD As GroupBox
|
|
Friend WithEvents pnTDNum As Panel
|
|
Friend WithEvents txbTDNum As TextBox
|
|
Friend WithEvents lbTDNum As Label
|
|
Friend WithEvents pnTDStep As Panel
|
|
Friend WithEvents lbTDStep As Label
|
|
Friend WithEvents pnPDVersion As Panel
|
|
Friend WithEvents pnTDIDate As Panel
|
|
Friend WithEvents lbTDIDate As Label
|
|
Friend WithEvents pnTDDepth As Panel
|
|
Friend WithEvents pnTDPower As Panel
|
|
Friend WithEvents lbTDPower As Label
|
|
Friend WithEvents pnTDGrade As Panel
|
|
Friend WithEvents lbTDGrade As Label
|
|
Friend WithEvents pnTDFreq As Panel
|
|
Friend WithEvents txbTDFreq As TextBox
|
|
Friend WithEvents lbTDFreq As Label
|
|
Friend WithEvents txbTDStep As TextBox
|
|
Friend WithEvents lbPDVersion As Label
|
|
Friend WithEvents txbTDIDate As TextBox
|
|
Friend WithEvents lbTDDepth As Label
|
|
Friend WithEvents txbTDPower As TextBox
|
|
Friend WithEvents txbTDDepth As TextBox
|
|
Friend WithEvents txbTDGrade As TextBox
|
|
Friend WithEvents gbInputPD As GroupBox
|
|
Friend WithEvents pnPDInfo As Panel
|
|
Friend WithEvents lbPDInfo As Label
|
|
Friend WithEvents pnPDColor As Panel
|
|
Friend WithEvents txbPDVersion As TextBox
|
|
Friend WithEvents lbPDColor As Label
|
|
Friend WithEvents pnPDCP As Panel
|
|
Friend WithEvents txbPDCP As TextBox
|
|
Friend WithEvents lbPDCP As Label
|
|
Friend WithEvents pnPDAgency As Panel
|
|
Friend WithEvents txbPDAgency As TextBox
|
|
Friend WithEvents lbPDAgency As Label
|
|
Friend WithEvents pnPDCC As Panel
|
|
Friend WithEvents txbPDCC As TextBox
|
|
Friend WithEvents lbPDCC As Label
|
|
Friend WithEvents pnPDType As Panel
|
|
Friend WithEvents txbPDType As TextBox
|
|
Friend WithEvents lbPDType As Label
|
|
Friend WithEvents pnPDModel As Panel
|
|
Friend WithEvents txbPDModel As TextBox
|
|
Friend WithEvents lbPDModel As Label
|
|
Friend WithEvents pnPDNum As Panel
|
|
Friend WithEvents txbPDNum As TextBox
|
|
Friend WithEvents lbPDNum As Label
|
|
Friend WithEvents dgvNowReg As DataGridView
|
|
Friend WithEvents dfCode As DataGridViewTextBoxColumn
|
|
Friend WithEvents dfDate As DataGridViewTextBoxColumn
|
|
Friend WithEvents dfTime As DataGridViewTextBoxColumn
|
|
Friend WithEvents PortSerial As IO.Ports.SerialPort
|
|
Friend WithEvents lbState As Label
|
|
Friend WithEvents txbState As RichTextBox
|
|
Friend WithEvents RunTimer As Timer
|
|
Friend WithEvents pnOption As Panel
|
|
Friend WithEvents gbDBServer As GroupBox
|
|
Friend WithEvents GroupBox2 As GroupBox
|
|
Friend WithEvents btnRegADel As Button
|
|
Friend WithEvents btnRegDel As Button
|
|
Friend WithEvents gbOpReg As GroupBox
|
|
Friend WithEvents btnRegReset As Button
|
|
Friend WithEvents btnRegOK As Button
|
|
Friend WithEvents pnRegAgency As Panel
|
|
Friend WithEvents txbRegAgency As TextBox
|
|
Friend WithEvents lbRegAgency As Label
|
|
Friend WithEvents pnRegCountry As Panel
|
|
Friend WithEvents txbRegCountry As TextBox
|
|
Friend WithEvents lbRegCountry As Label
|
|
Friend WithEvents pnRegType As Panel
|
|
Friend WithEvents cboRegType As ComboBox
|
|
Friend WithEvents lbRegType As Label
|
|
Friend WithEvents pnRegModel As Panel
|
|
Friend WithEvents cboRegModel As ComboBox
|
|
Friend WithEvents lbRegModel As Label
|
|
Friend WithEvents pnRegName As Panel
|
|
Friend WithEvents txbRegName As TextBox
|
|
Friend WithEvents lbRegName As Label
|
|
Friend WithEvents gbOpCompany As GroupBox
|
|
Friend WithEvents lbOpCompany As Label
|
|
Friend WithEvents txbOpCompany As TextBox
|
|
Friend WithEvents dgvDataSet As DataGridView
|
|
Friend WithEvents btnOpSave As Button
|
|
Friend WithEvents btnOpExit As Button
|
|
Friend WithEvents cboPDInfo As ComboBox
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|
Friend WithEvents gbPtBox As GroupBox
|
|
Friend WithEvents btnPtBox_Ch2 As Button
|
|
Friend WithEvents pnPtBox_Val2 As Panel
|
|
Friend WithEvents txbPtBox_Val2 As TextBox
|
|
Friend WithEvents lbPtBox_Val2 As Label
|
|
Friend WithEvents pnPtBox_Val1 As Panel
|
|
Friend WithEvents txbPtBox_Val1 As TextBox
|
|
Friend WithEvents lbPtBox_Val1 As Label
|
|
Friend WithEvents pnPtBox_Label As Panel
|
|
Friend WithEvents txbPtBox_Label As TextBox
|
|
Friend WithEvents lbPtBox_Label As Label
|
|
Friend WithEvents btnPtBox_Ch1 As Button
|
|
Friend WithEvents pnPtBox_Name As Panel
|
|
Friend WithEvents txbPtBox_Name As TextBox
|
|
Friend WithEvents lbPtBox_Name As Label
|
|
Friend WithEvents btnPtRefresh As Button
|
|
Friend WithEvents dgvPrinter As DataGridView
|
|
Friend WithEvents dfPrintName As DataGridViewTextBoxColumn
|
|
Friend WithEvents gbPtProd As GroupBox
|
|
Friend WithEvents btnPtProd_Ch2 As Button
|
|
Friend WithEvents pnPtProd_Val2 As Panel
|
|
Friend WithEvents txbPtProd_Val2 As TextBox
|
|
Friend WithEvents lbPtProd_Val2 As Label
|
|
Friend WithEvents pnPtProd_Val1 As Panel
|
|
Friend WithEvents txbPtProd_Val1 As TextBox
|
|
Friend WithEvents lbPtProd_Val1 As Label
|
|
Friend WithEvents pnPtProd_Label As Panel
|
|
Friend WithEvents txbPtProd_Label As TextBox
|
|
Friend WithEvents lbPtProd_Label As Label
|
|
Friend WithEvents btnPtProd_Ch1 As Button
|
|
Friend WithEvents pnPtProd_Name As Panel
|
|
Friend WithEvents txbPtProd_Name As TextBox
|
|
Friend WithEvents lbPtProd_Name As Label
|
|
Friend WithEvents gbPtWar As GroupBox
|
|
Friend WithEvents btnPtWar_Ch2 As Button
|
|
Friend WithEvents pnPtWar_Val1 As Panel
|
|
Friend WithEvents txbPtWar_Val1 As TextBox
|
|
Friend WithEvents lbPtWar_Val1 As Label
|
|
Friend WithEvents pnPtWar_Label As Panel
|
|
Friend WithEvents txbPtWar_Label As TextBox
|
|
Friend WithEvents lbPtWar_Label As Label
|
|
Friend WithEvents btnPtWar_Ch1 As Button
|
|
Friend WithEvents pnPtWar_Name As Panel
|
|
Friend WithEvents txbPtWar_Name As TextBox
|
|
Friend WithEvents lbPtWar_Name As Label
|
|
Friend WithEvents gbPrintUse As GroupBox
|
|
Friend WithEvents gbPrintEach As GroupBox
|
|
Friend WithEvents ckbProdPnt As CheckBox
|
|
Friend WithEvents ckbWarPnt As CheckBox
|
|
Friend WithEvents ckbBoxPnt As CheckBox
|
|
Friend WithEvents gbPrintDefault As GroupBox
|
|
Friend WithEvents pnPtCount As Panel
|
|
Friend WithEvents nudPtCount As NumericUpDown
|
|
Friend WithEvents lbPtCount As Label
|
|
Friend WithEvents rdbEachPnt As RadioButton
|
|
Friend WithEvents rdbAllPnt As RadioButton
|
|
Friend WithEvents pnPtProd_Date As Panel
|
|
Friend WithEvents txbPtProd_Date As TextBox
|
|
Friend WithEvents lbPtProd_Date As Label
|
|
Friend WithEvents pnRegColor As Panel
|
|
Friend WithEvents cboRegColor As ComboBox
|
|
Friend WithEvents lbRegColor As Label
|
|
Friend WithEvents txbPDColor As TextBox
|
|
Friend WithEvents pnRegClass As Panel
|
|
Friend WithEvents cboRegClass As ComboBox
|
|
Friend WithEvents lbRegClass As Label
|
|
Friend WithEvents dfName As DataGridViewTextBoxColumn
|
|
Friend WithEvents dfModel As DataGridViewTextBoxColumn
|
|
Friend WithEvents dfType As DataGridViewTextBoxColumn
|
|
Friend WithEvents dfCountry As DataGridViewTextBoxColumn
|
|
Friend WithEvents dfAgency As DataGridViewTextBoxColumn
|
|
Friend WithEvents dfColor As DataGridViewTextBoxColumn
|
|
Friend WithEvents dfClass As DataGridViewTextBoxColumn
|
|
Friend WithEvents gbOpAlto As GroupBox
|
|
Friend WithEvents ckbOpAlto As CheckBox
|
|
Friend WithEvents RichTextBox1 As RichTextBox
|
|
Friend WithEvents gbChoice As GroupBox
|
|
Friend WithEvents pnTray As Panel
|
|
Friend WithEvents nudTray As NumericUpDown
|
|
Friend WithEvents lbTray As Label
|
|
Friend WithEvents pnNowNum As Panel
|
|
Friend WithEvents txbNowNum As TextBox
|
|
Friend WithEvents lbNowNum As Label
|
|
Friend WithEvents gbNowTray As GroupBox
|
|
Friend WithEvents txbTrayMax As TextBox
|
|
Friend WithEvents lbTrayNow As Label
|
|
Friend WithEvents txbTrayMin As TextBox
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents pnSerialCheck As Panel
|
|
Friend WithEvents nudSerialCheck As NumericUpDown
|
|
Friend WithEvents lbSerialCheck As Label
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents gbManager As GroupBox
|
|
Friend WithEvents ckbManager As CheckBox
|
|
End Class
|