_ Partial Class MainForm Inherits System.Windows.Forms.Form 'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows Form 디자이너에 필요합니다. Private components As System.ComponentModel.IContainer '참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다. '수정하려면 Windows Form 디자이너를 사용하십시오. '코드 편집기에서는 수정하지 마세요. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MainForm)) Me.gbProdSelect = New System.Windows.Forms.GroupBox() Me.rdbEffect = New System.Windows.Forms.RadioButton() Me.rdbAlto = New System.Windows.Forms.RadioButton() Me.rdbMax = New System.Windows.Forms.RadioButton() Me.rdbDual = New System.Windows.Forms.RadioButton() Me.gbComport = New System.Windows.Forms.GroupBox() Me.btnComport = New System.Windows.Forms.Button() Me.cboComport = New System.Windows.Forms.ComboBox() Me.lbComport = New System.Windows.Forms.Label() Me.pnTop = New System.Windows.Forms.Panel() Me.gbOpOut = New System.Windows.Forms.GroupBox() Me.rdbUseTime = New System.Windows.Forms.RadioButton() Me.rdbDev = New System.Windows.Forms.RadioButton() Me.gbEtcOp = New System.Windows.Forms.GroupBox() Me.ckbDBUse = New System.Windows.Forms.CheckBox() Me.pnBottom = New System.Windows.Forms.Panel() Me.btnwrite = New System.Windows.Forms.Button() Me.gbSetting = New System.Windows.Forms.GroupBox() Me.gbMotor = New System.Windows.Forms.GroupBox() Me.pnMtResult = New System.Windows.Forms.Panel() Me.btnMtWrite = New System.Windows.Forms.Button() Me.btnMtRead = New System.Windows.Forms.Button() Me.txbMtBox = New System.Windows.Forms.TextBox() Me.pnMotor = New System.Windows.Forms.Panel() Me.txbMotor = New System.Windows.Forms.TextBox() Me.lbMotor = New System.Windows.Forms.Label() Me.gbShot = New System.Windows.Forms.GroupBox() Me.pnShResult = New System.Windows.Forms.Panel() Me.btnShWrite = New System.Windows.Forms.Button() Me.btnShRead = New System.Windows.Forms.Button() Me.txbShotBox = New System.Windows.Forms.TextBox() Me.pnMaxShot = New System.Windows.Forms.Panel() Me.txbMaxShot = New System.Windows.Forms.TextBox() Me.lbMaxShot = New System.Windows.Forms.Label() Me.pnShot = New System.Windows.Forms.Panel() Me.txbShot = New System.Windows.Forms.TextBox() Me.lbShot = New System.Windows.Forms.Label() Me.gbFreqPwr = New System.Windows.Forms.GroupBox() Me.pnFPResult = New System.Windows.Forms.Panel() Me.btnFPWrite = New System.Windows.Forms.Button() Me.btnFPRead = New System.Windows.Forms.Button() Me.txbFPBox = New System.Windows.Forms.TextBox() Me.pnPower = New System.Windows.Forms.Panel() Me.txbPower = New System.Windows.Forms.TextBox() Me.lbPower = New System.Windows.Forms.Label() Me.pnFreq = New System.Windows.Forms.Panel() Me.txbFreq = New System.Windows.Forms.TextBox() Me.lbFreq = New System.Windows.Forms.Label() Me.gbTD = New System.Windows.Forms.GroupBox() Me.pnTdResult = New System.Windows.Forms.Panel() Me.btnTdWrite = New System.Windows.Forms.Button() Me.btnTdRead = New System.Windows.Forms.Button() Me.txbTDBox = New System.Windows.Forms.TextBox() Me.pnTDSerial = New System.Windows.Forms.Panel() Me.txbTDSerial = New System.Windows.Forms.TextBox() Me.lbTDSerial = New System.Windows.Forms.Label() Me.gbArea = New System.Windows.Forms.GroupBox() Me.pnArResult = New System.Windows.Forms.Panel() Me.btnArWrite = New System.Windows.Forms.Button() Me.btnArRead = New System.Windows.Forms.Button() Me.txbAreaBox = New System.Windows.Forms.TextBox() Me.pnAgency = New System.Windows.Forms.Panel() Me.txbAgency = New System.Windows.Forms.TextBox() Me.lbAgency = New System.Windows.Forms.Label() Me.pnAbroad = New System.Windows.Forms.Panel() Me.txbAbroad = New System.Windows.Forms.TextBox() Me.lbAbroad = New System.Windows.Forms.Label() Me.gbInfo = New System.Windows.Forms.GroupBox() Me.pnIfResult = New System.Windows.Forms.Panel() Me.btnIfWrite = New System.Windows.Forms.Button() Me.btnIfRead = New System.Windows.Forms.Button() Me.txbInfoBox = New System.Windows.Forms.TextBox() Me.pnIfSerial = New System.Windows.Forms.Panel() Me.nudIfSerial = New System.Windows.Forms.NumericUpDown() Me.lbIfSerial = New System.Windows.Forms.Label() Me.pnIfMoTy = New System.Windows.Forms.Panel() Me.pnIfType = New System.Windows.Forms.Panel() Me.rdbIfBody = New System.Windows.Forms.RadioButton() Me.rdbIfEye = New System.Windows.Forms.RadioButton() Me.rdbIfFace = New System.Windows.Forms.RadioButton() Me.lbIfType = New System.Windows.Forms.Label() Me.pnIfModel = New System.Windows.Forms.Panel() Me.rdbIfALPHA = New System.Windows.Forms.RadioButton() Me.rdbIfLUX_V2 = New System.Windows.Forms.RadioButton() Me.rdbIfPRO_V1 = New System.Windows.Forms.RadioButton() Me.lbIfModel = New System.Windows.Forms.Label() Me.pnIfDate = New System.Windows.Forms.Panel() Me.nudIfMonth = New System.Windows.Forms.NumericUpDown() Me.nudIfYear = New System.Windows.Forms.NumericUpDown() Me.lbIfMonth = New System.Windows.Forms.Label() Me.lbIfYear = New System.Windows.Forms.Label() Me.lbIfDate = New System.Windows.Forms.Label() Me.pnIfCode = New System.Windows.Forms.Panel() Me.txbIfCode = New System.Windows.Forms.TextBox() Me.lbIfCode = New System.Windows.Forms.Label() Me.pnIfNumber = New System.Windows.Forms.Panel() Me.txbIfNumber = New System.Windows.Forms.TextBox() Me.lbIfBarcode = New System.Windows.Forms.Label() Me.gbAuth = New System.Windows.Forms.GroupBox() Me.btnAuth = New System.Windows.Forms.Button() Me.txbAuthBox = New System.Windows.Forms.TextBox() Me.gbRunTime = New System.Windows.Forms.GroupBox() Me.gbDUALUse = New System.Windows.Forms.GroupBox() Me.pnDuResult = New System.Windows.Forms.Panel() Me.btnDuWrite = New System.Windows.Forms.Button() Me.btnDuReset = New System.Windows.Forms.Button() Me.btnDuReady = New System.Windows.Forms.Button() Me.txbDuUseBox = New System.Windows.Forms.TextBox() Me.pnDuError = New System.Windows.Forms.Panel() Me.txbDuError = New System.Windows.Forms.TextBox() Me.lbDuError = New System.Windows.Forms.Label() Me.pnDuEye = New System.Windows.Forms.Panel() Me.txbDuEye = New System.Windows.Forms.TextBox() Me.lbDuEye = New System.Windows.Forms.Label() Me.pnDuFace = New System.Windows.Forms.Panel() Me.txbDuFace = New System.Windows.Forms.TextBox() Me.lbDuFace = New System.Windows.Forms.Label() Me.pnDuReady = New System.Windows.Forms.Panel() Me.lbDuReadySec = New System.Windows.Forms.Label() Me.txbDuReadyDay = New System.Windows.Forms.TextBox() Me.txbDuReadySec = New System.Windows.Forms.TextBox() Me.lbDuReadyMin = New System.Windows.Forms.Label() Me.txbDuReadyMin = New System.Windows.Forms.TextBox() Me.lbDuReadyHour = New System.Windows.Forms.Label() Me.txbDuReadyHour = New System.Windows.Forms.TextBox() Me.lbDuReadyDay = New System.Windows.Forms.Label() Me.lbDuReady = New System.Windows.Forms.Label() Me.pnDuFull = New System.Windows.Forms.Panel() Me.lbDuFullSec = New System.Windows.Forms.Label() Me.txbDuFullDay = New System.Windows.Forms.TextBox() Me.txbDuFullSec = New System.Windows.Forms.TextBox() Me.lbDuFullMin = New System.Windows.Forms.Label() Me.txbDuFullMin = New System.Windows.Forms.TextBox() Me.lbDuFullHour = New System.Windows.Forms.Label() Me.txbDuFullHour = New System.Windows.Forms.TextBox() Me.lbDuFullDay = New System.Windows.Forms.Label() Me.lbDuFull = New System.Windows.Forms.Label() Me.gbDevice = New System.Windows.Forms.GroupBox() Me.gbDvInfo = New System.Windows.Forms.GroupBox() Me.pnDvAgency = New System.Windows.Forms.Panel() Me.txbDvAgency = New System.Windows.Forms.TextBox() Me.lbDvAgency = New System.Windows.Forms.Label() Me.pnDvAbroad = New System.Windows.Forms.Panel() Me.txbDvAbroad = New System.Windows.Forms.TextBox() Me.lbDvAbroad = New System.Windows.Forms.Label() Me.pnDvResult = New System.Windows.Forms.Panel() Me.btnDvWrite = New System.Windows.Forms.Button() Me.btnDvRead = New System.Windows.Forms.Button() Me.txbDvInfoBox = New System.Windows.Forms.TextBox() Me.pnDvSerial = New System.Windows.Forms.Panel() Me.nudDvSerial = New System.Windows.Forms.NumericUpDown() Me.lbDvSerial = New System.Windows.Forms.Label() Me.pnDvMoTy = New System.Windows.Forms.Panel() Me.pnDvModel = New System.Windows.Forms.Panel() Me.rdbDvALPHA = New System.Windows.Forms.RadioButton() Me.rdbDvLUX = New System.Windows.Forms.RadioButton() Me.rdbDvPRO = New System.Windows.Forms.RadioButton() Me.lbDvModel = New System.Windows.Forms.Label() Me.pnDvDate = New System.Windows.Forms.Panel() Me.nudDvMonth = New System.Windows.Forms.NumericUpDown() Me.nudDvYear = New System.Windows.Forms.NumericUpDown() Me.lbDvMonth = New System.Windows.Forms.Label() Me.lbDvYear = New System.Windows.Forms.Label() Me.lbDvDate = New System.Windows.Forms.Label() Me.pnDvCode = New System.Windows.Forms.Panel() Me.txbDvCode = New System.Windows.Forms.TextBox() Me.lbDvCode = New System.Windows.Forms.Label() Me.pnDvNumber = New System.Windows.Forms.Panel() Me.txbDvNumber = New System.Windows.Forms.TextBox() Me.lbDvNumber = New System.Windows.Forms.Label() Me.gbDvAuth = New System.Windows.Forms.GroupBox() Me.btnDvAuth = New System.Windows.Forms.Button() Me.txbDvAuthBox = New System.Windows.Forms.TextBox() Me.tcAltoUse = New System.Windows.Forms.TabControl() Me.tpALFunc1 = New System.Windows.Forms.TabPage() Me.pnALCsTime = New System.Windows.Forms.Panel() Me.lbALCsSec = New System.Windows.Forms.Label() Me.txbALCsDay = New System.Windows.Forms.TextBox() Me.txbALCsSec = New System.Windows.Forms.TextBox() Me.lbALCsMin = New System.Windows.Forms.Label() Me.txbALCsMin = New System.Windows.Forms.TextBox() Me.lbALCsHour = New System.Windows.Forms.Label() Me.txbALCsHour = New System.Windows.Forms.TextBox() Me.lbALCsDay = New System.Windows.Forms.Label() Me.lbALCsTime = New System.Windows.Forms.Label() Me.pnALEtTime = New System.Windows.Forms.Panel() Me.lbALEtSec = New System.Windows.Forms.Label() Me.txbALEtDay = New System.Windows.Forms.TextBox() Me.txbALEtSec = New System.Windows.Forms.TextBox() Me.lbALEtMin = New System.Windows.Forms.Label() Me.txbALEtMin = New System.Windows.Forms.TextBox() Me.lbALEtHour = New System.Windows.Forms.Label() Me.txbALEtHour = New System.Windows.Forms.TextBox() Me.lbALEtDay = New System.Windows.Forms.Label() Me.lbALEtTime = New System.Windows.Forms.Label() Me.pnALFtTime = New System.Windows.Forms.Panel() Me.lbALFtSec = New System.Windows.Forms.Label() Me.txbALFtDay = New System.Windows.Forms.TextBox() Me.txbALFtSec = New System.Windows.Forms.TextBox() Me.lbALFtMin = New System.Windows.Forms.Label() Me.txbALFtMin = New System.Windows.Forms.TextBox() Me.lbALFtHour = New System.Windows.Forms.Label() Me.txbALFtHour = New System.Windows.Forms.TextBox() Me.lbALFtDay = New System.Windows.Forms.Label() Me.lbALFtTime = New System.Windows.Forms.Label() Me.pnALFuncBox1 = New System.Windows.Forms.Panel() Me.btnALFuncReset1 = New System.Windows.Forms.Button() Me.btnALFuncRead1 = New System.Windows.Forms.Button() Me.txbALFuncBox1 = New System.Windows.Forms.TextBox() Me.tpALFunc2 = New System.Windows.Forms.TabPage() Me.pnALLtTime = New System.Windows.Forms.Panel() Me.lbALLtSec = New System.Windows.Forms.Label() Me.txbALLtDay = New System.Windows.Forms.TextBox() Me.txbALLtSec = New System.Windows.Forms.TextBox() Me.lbALLtMin = New System.Windows.Forms.Label() Me.txbALLtMin = New System.Windows.Forms.TextBox() Me.lbALLtHour = New System.Windows.Forms.Label() Me.txbALLtHour = New System.Windows.Forms.TextBox() Me.lbALLtDay = New System.Windows.Forms.Label() Me.lbALLtTime = New System.Windows.Forms.Label() Me.pnALFuncBox2 = New System.Windows.Forms.Panel() Me.btnALFuncReset2 = New System.Windows.Forms.Button() Me.btnALFuncRead2 = New System.Windows.Forms.Button() Me.txbALFuncBox2 = New System.Windows.Forms.TextBox() Me.pnALBtTime = New System.Windows.Forms.Panel() Me.lbALBtSec = New System.Windows.Forms.Label() Me.txbALBtDay = New System.Windows.Forms.TextBox() Me.txbALBtSec = New System.Windows.Forms.TextBox() Me.lbALBtMin = New System.Windows.Forms.Label() Me.txbALBtMin = New System.Windows.Forms.TextBox() Me.lbALBtHour = New System.Windows.Forms.Label() Me.txbALBtHour = New System.Windows.Forms.TextBox() Me.lbALBtDay = New System.Windows.Forms.Label() Me.lbALBtTime = New System.Windows.Forms.Label() Me.tpALTOFull = New System.Windows.Forms.TabPage() Me.pnALAllFunc = New System.Windows.Forms.Panel() Me.btnALAllReset = New System.Windows.Forms.Button() Me.btnALAllRead = New System.Windows.Forms.Button() Me.txbALAllBox = New System.Windows.Forms.TextBox() Me.pnALAllErr = New System.Windows.Forms.Panel() Me.txbALAllErr = New System.Windows.Forms.TextBox() Me.lbALAllErr = New System.Windows.Forms.Label() Me.pnALAllTime = New System.Windows.Forms.Panel() Me.lbALAllSec = New System.Windows.Forms.Label() Me.txbALAllDay = New System.Windows.Forms.TextBox() Me.txbALAllSec = New System.Windows.Forms.TextBox() Me.lbALAllMin = New System.Windows.Forms.Label() Me.txbALAllMin = New System.Windows.Forms.TextBox() Me.lbALAllHour = New System.Windows.Forms.Label() Me.txbALAllHour = New System.Windows.Forms.TextBox() Me.lbALAllDay = New System.Windows.Forms.Label() Me.lbALAllTime = New System.Windows.Forms.Label() Me.tcMAXUse = New System.Windows.Forms.TabControl() Me.tpMAXFULL = New System.Windows.Forms.TabPage() Me.pnMxAllFunc = New System.Windows.Forms.Panel() Me.btnMxAllReset = New System.Windows.Forms.Button() Me.btnMxAllRead = New System.Windows.Forms.Button() Me.txbMxAllBox = New System.Windows.Forms.TextBox() Me.pnMxAllShot = New System.Windows.Forms.Panel() Me.txbMxAllShot = New System.Windows.Forms.TextBox() Me.lbMxAllShot = New System.Windows.Forms.Label() Me.pnMxAllErr = New System.Windows.Forms.Panel() Me.txbMxAllErr = New System.Windows.Forms.TextBox() Me.lbMxAllErr = New System.Windows.Forms.Label() Me.pnMxAllTime = New System.Windows.Forms.Panel() Me.lbMxAllSec = New System.Windows.Forms.Label() Me.txbMxAllDay = New System.Windows.Forms.TextBox() Me.txbMxAllSec = New System.Windows.Forms.TextBox() Me.lbMxAllMin = New System.Windows.Forms.Label() Me.txbMxAllMin = New System.Windows.Forms.TextBox() Me.lbMxAllHour = New System.Windows.Forms.Label() Me.txbMxAllHour = New System.Windows.Forms.TextBox() Me.lbMxAllDay = New System.Windows.Forms.Label() Me.lbMxAllTime = New System.Windows.Forms.Label() Me.tpMXHIFU = New System.Windows.Forms.TabPage() Me.pnMxHfResult = New System.Windows.Forms.Panel() Me.btnMxHfReset = New System.Windows.Forms.Button() Me.btnMxHfRead = New System.Windows.Forms.Button() Me.txbMxHfBox = New System.Windows.Forms.TextBox() Me.pnMxFcShot = New System.Windows.Forms.Panel() Me.txbMxFcShot = New System.Windows.Forms.TextBox() Me.lbMxFcShot = New System.Windows.Forms.Label() Me.pnMxEyTime = New System.Windows.Forms.Panel() Me.lbMxEySec = New System.Windows.Forms.Label() Me.txbMxEyDay = New System.Windows.Forms.TextBox() Me.txbMxEySec = New System.Windows.Forms.TextBox() Me.lbMxEyMin = New System.Windows.Forms.Label() Me.txbMxEyMin = New System.Windows.Forms.TextBox() Me.lbMxEyHour = New System.Windows.Forms.Label() Me.txbMxEyHour = New System.Windows.Forms.TextBox() Me.lbMxEyDay = New System.Windows.Forms.Label() Me.lbMxEyTime = New System.Windows.Forms.Label() Me.pnMxFcTime = New System.Windows.Forms.Panel() Me.lbMxFcSec = New System.Windows.Forms.Label() Me.txbMxFcDay = New System.Windows.Forms.TextBox() Me.txbMxFcSec = New System.Windows.Forms.TextBox() Me.lbMxFcMin = New System.Windows.Forms.Label() Me.txbMxFcMin = New System.Windows.Forms.TextBox() Me.lbMxFcHour = New System.Windows.Forms.Label() Me.txbMxFcHour = New System.Windows.Forms.TextBox() Me.lbMxFcDay = New System.Windows.Forms.Label() Me.lbMxFcTime = New System.Windows.Forms.Label() Me.tpMXRF = New System.Windows.Forms.TabPage() Me.pnMxEtResult = New System.Windows.Forms.Panel() Me.btnMxEtReset = New System.Windows.Forms.Button() Me.btnMxEtRead = New System.Windows.Forms.Button() Me.txbMxEtBox = New System.Windows.Forms.TextBox() Me.pnMxCuTime = New System.Windows.Forms.Panel() Me.lbMxCuSec = New System.Windows.Forms.Label() Me.txbMxCuDay = New System.Windows.Forms.TextBox() Me.txbMxCuSec = New System.Windows.Forms.TextBox() Me.lbMxCuMin = New System.Windows.Forms.Label() Me.txbMxCuMin = New System.Windows.Forms.TextBox() Me.lbMxCuHour = New System.Windows.Forms.Label() Me.txbMxCuHour = New System.Windows.Forms.TextBox() Me.lbMxCuDay = New System.Windows.Forms.Label() Me.lbMxCuTime = New System.Windows.Forms.Label() Me.pnMxDuTime = New System.Windows.Forms.Panel() Me.lbMxDuSec = New System.Windows.Forms.Label() Me.txbMxDuDay = New System.Windows.Forms.TextBox() Me.txbMxDuSec = New System.Windows.Forms.TextBox() Me.lbMxDuMin = New System.Windows.Forms.Label() Me.txbMxDuMin = New System.Windows.Forms.TextBox() Me.lbMxDuHour = New System.Windows.Forms.Label() Me.txbMxDuHour = New System.Windows.Forms.TextBox() Me.lbMxDuDay = New System.Windows.Forms.Label() Me.lbMxDuTime = New System.Windows.Forms.Label() Me.pnMxTuTime = New System.Windows.Forms.Panel() Me.lbMxTuSec = New System.Windows.Forms.Label() Me.txbMxTuDay = New System.Windows.Forms.TextBox() Me.txbMxTuSec = New System.Windows.Forms.TextBox() Me.lbMxTuMin = New System.Windows.Forms.Label() Me.txbMxTuMin = New System.Windows.Forms.TextBox() Me.lbMxTuHour = New System.Windows.Forms.Label() Me.txbMxTuHour = New System.Windows.Forms.TextBox() Me.lbMxTuDay = New System.Windows.Forms.Label() Me.lbMxTuTime = New System.Windows.Forms.Label() Me.btnEnd = New System.Windows.Forms.Button() Me.SerialPort1 = New System.IO.Ports.SerialPort(Me.components) Me.pnDBLoad = New System.Windows.Forms.Panel() Me.pnLoadBot = New System.Windows.Forms.Panel() Me.btnReset = New System.Windows.Forms.Button() Me.gbDBLoad = New System.Windows.Forms.GroupBox() Me.gbPDSearch = New System.Windows.Forms.GroupBox() Me.txbPDSN = New System.Windows.Forms.TextBox() Me.lbPDSN = New System.Windows.Forms.Label() Me.txbPDAC = New System.Windows.Forms.TextBox() Me.lbPDAC = New System.Windows.Forms.Label() Me.txbPDCP = New System.Windows.Forms.TextBox() Me.txbPDCC = New System.Windows.Forms.TextBox() Me.txbPDMotor = New System.Windows.Forms.TextBox() Me.lbPDCC = New System.Windows.Forms.Label() Me.txbPDModel = New System.Windows.Forms.TextBox() Me.txbPDSC = New System.Windows.Forms.TextBox() Me.txbPDSerial = New System.Windows.Forms.TextBox() Me.lbPDCP = New System.Windows.Forms.Label() Me.lbPDModel = New System.Windows.Forms.Label() Me.txbPDType = New System.Windows.Forms.TextBox() Me.lbPDSerial = New System.Windows.Forms.Label() Me.lbPDType = New System.Windows.Forms.Label() Me.lbPDSC = New System.Windows.Forms.Label() Me.lbPDMotor = New System.Windows.Forms.Label() Me.gbTDSearch = New System.Windows.Forms.GroupBox() Me.txbTDSN = New System.Windows.Forms.TextBox() Me.lbTDSN = New System.Windows.Forms.Label() Me.txbMesDate = New System.Windows.Forms.TextBox() Me.lbMesDate = New System.Windows.Forms.Label() Me.txbMesFreq = New System.Windows.Forms.TextBox() Me.lbMesFreq = New System.Windows.Forms.Label() Me.txbMesPw = New System.Windows.Forms.TextBox() Me.lbMesPw = New System.Windows.Forms.Label() Me.pnLoadTop = New System.Windows.Forms.Panel() Me.btnLoadNum = New System.Windows.Forms.Button() Me.txbLoadNum = New System.Windows.Forms.TextBox() Me.lbLoadNum = New System.Windows.Forms.Label() Me.gbProdSelect.SuspendLayout() Me.gbComport.SuspendLayout() Me.pnTop.SuspendLayout() Me.gbOpOut.SuspendLayout() Me.gbEtcOp.SuspendLayout() Me.pnBottom.SuspendLayout() Me.gbSetting.SuspendLayout() Me.gbMotor.SuspendLayout() Me.pnMtResult.SuspendLayout() Me.pnMotor.SuspendLayout() Me.gbShot.SuspendLayout() Me.pnShResult.SuspendLayout() Me.pnMaxShot.SuspendLayout() Me.pnShot.SuspendLayout() Me.gbFreqPwr.SuspendLayout() Me.pnFPResult.SuspendLayout() Me.pnPower.SuspendLayout() Me.pnFreq.SuspendLayout() Me.gbTD.SuspendLayout() Me.pnTdResult.SuspendLayout() Me.pnTDSerial.SuspendLayout() Me.gbArea.SuspendLayout() Me.pnArResult.SuspendLayout() Me.pnAgency.SuspendLayout() Me.pnAbroad.SuspendLayout() Me.gbInfo.SuspendLayout() Me.pnIfResult.SuspendLayout() Me.pnIfSerial.SuspendLayout() CType(Me.nudIfSerial, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnIfMoTy.SuspendLayout() Me.pnIfType.SuspendLayout() Me.pnIfModel.SuspendLayout() Me.pnIfDate.SuspendLayout() CType(Me.nudIfMonth, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.nudIfYear, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnIfCode.SuspendLayout() Me.pnIfNumber.SuspendLayout() Me.gbAuth.SuspendLayout() Me.gbRunTime.SuspendLayout() Me.gbDUALUse.SuspendLayout() Me.pnDuResult.SuspendLayout() Me.pnDuError.SuspendLayout() Me.pnDuEye.SuspendLayout() Me.pnDuFace.SuspendLayout() Me.pnDuReady.SuspendLayout() Me.pnDuFull.SuspendLayout() Me.gbDevice.SuspendLayout() Me.gbDvInfo.SuspendLayout() Me.pnDvAgency.SuspendLayout() Me.pnDvAbroad.SuspendLayout() Me.pnDvResult.SuspendLayout() Me.pnDvSerial.SuspendLayout() CType(Me.nudDvSerial, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnDvMoTy.SuspendLayout() Me.pnDvModel.SuspendLayout() Me.pnDvDate.SuspendLayout() CType(Me.nudDvMonth, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.nudDvYear, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnDvCode.SuspendLayout() Me.pnDvNumber.SuspendLayout() Me.gbDvAuth.SuspendLayout() Me.tcAltoUse.SuspendLayout() Me.tpALFunc1.SuspendLayout() Me.pnALCsTime.SuspendLayout() Me.pnALEtTime.SuspendLayout() Me.pnALFtTime.SuspendLayout() Me.pnALFuncBox1.SuspendLayout() Me.tpALFunc2.SuspendLayout() Me.pnALLtTime.SuspendLayout() Me.pnALFuncBox2.SuspendLayout() Me.pnALBtTime.SuspendLayout() Me.tpALTOFull.SuspendLayout() Me.pnALAllFunc.SuspendLayout() Me.pnALAllErr.SuspendLayout() Me.pnALAllTime.SuspendLayout() Me.tcMAXUse.SuspendLayout() Me.tpMAXFULL.SuspendLayout() Me.pnMxAllFunc.SuspendLayout() Me.pnMxAllShot.SuspendLayout() Me.pnMxAllErr.SuspendLayout() Me.pnMxAllTime.SuspendLayout() Me.tpMXHIFU.SuspendLayout() Me.pnMxHfResult.SuspendLayout() Me.pnMxFcShot.SuspendLayout() Me.pnMxEyTime.SuspendLayout() Me.pnMxFcTime.SuspendLayout() Me.tpMXRF.SuspendLayout() Me.pnMxEtResult.SuspendLayout() Me.pnMxCuTime.SuspendLayout() Me.pnMxDuTime.SuspendLayout() Me.pnMxTuTime.SuspendLayout() Me.pnDBLoad.SuspendLayout() Me.pnLoadBot.SuspendLayout() Me.gbDBLoad.SuspendLayout() Me.gbPDSearch.SuspendLayout() Me.gbTDSearch.SuspendLayout() Me.pnLoadTop.SuspendLayout() Me.SuspendLayout() ' 'gbProdSelect ' Me.gbProdSelect.Controls.Add(Me.rdbEffect) Me.gbProdSelect.Controls.Add(Me.rdbAlto) Me.gbProdSelect.Controls.Add(Me.rdbMax) Me.gbProdSelect.Controls.Add(Me.rdbDual) Me.gbProdSelect.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbProdSelect.Location = New System.Drawing.Point(10, 5) Me.gbProdSelect.Name = "gbProdSelect" Me.gbProdSelect.Size = New System.Drawing.Size(437, 80) Me.gbProdSelect.TabIndex = 0 Me.gbProdSelect.TabStop = False Me.gbProdSelect.Text = "제품선택" ' 'rdbEffect ' Me.rdbEffect.AutoSize = True Me.rdbEffect.Font = New System.Drawing.Font("함초롬바탕", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdbEffect.Location = New System.Drawing.Point(305, 33) Me.rdbEffect.Name = "rdbEffect" Me.rdbEffect.Size = New System.Drawing.Size(93, 26) Me.rdbEffect.TabIndex = 3 Me.rdbEffect.TabStop = True Me.rdbEffect.Text = "EFFECT" Me.rdbEffect.UseVisualStyleBackColor = True ' 'rdbAlto ' Me.rdbAlto.AutoSize = True Me.rdbAlto.Font = New System.Drawing.Font("함초롬바탕", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdbAlto.Location = New System.Drawing.Point(235, 33) Me.rdbAlto.Name = "rdbAlto" Me.rdbAlto.Size = New System.Drawing.Size(72, 26) Me.rdbAlto.TabIndex = 2 Me.rdbAlto.TabStop = True Me.rdbAlto.Text = "ALTO" Me.rdbAlto.UseVisualStyleBackColor = True ' 'rdbMax ' Me.rdbMax.AutoSize = True Me.rdbMax.Font = New System.Drawing.Font("함초롬바탕", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdbMax.Location = New System.Drawing.Point(125, 33) Me.rdbMax.Name = "rdbMax" Me.rdbMax.Size = New System.Drawing.Size(111, 26) Me.rdbMax.TabIndex = 1 Me.rdbMax.TabStop = True Me.rdbMax.Text = "MAXIMUM" Me.rdbMax.UseVisualStyleBackColor = True ' 'rdbDual ' Me.rdbDual.AutoSize = True Me.rdbDual.Font = New System.Drawing.Font("함초롬바탕", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdbDual.Location = New System.Drawing.Point(4, 33) Me.rdbDual.Name = "rdbDual" Me.rdbDual.Size = New System.Drawing.Size(126, 26) Me.rdbDual.TabIndex = 0 Me.rdbDual.TabStop = True Me.rdbDual.Text = "DUALSONIC" Me.rdbDual.UseVisualStyleBackColor = True ' 'gbComport ' Me.gbComport.Controls.Add(Me.btnComport) Me.gbComport.Controls.Add(Me.cboComport) Me.gbComport.Controls.Add(Me.lbComport) Me.gbComport.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbComport.Location = New System.Drawing.Point(453, 7) Me.gbComport.Name = "gbComport" Me.gbComport.Size = New System.Drawing.Size(352, 80) Me.gbComport.TabIndex = 1 Me.gbComport.TabStop = False Me.gbComport.Text = "통신설정" ' 'btnComport ' Me.btnComport.Location = New System.Drawing.Point(241, 28) Me.btnComport.Name = "btnComport" Me.btnComport.Size = New System.Drawing.Size(75, 40) Me.btnComport.TabIndex = 2 Me.btnComport.Text = "검색" Me.btnComport.UseVisualStyleBackColor = True ' 'cboComport ' Me.cboComport.FormattingEnabled = True Me.cboComport.Location = New System.Drawing.Point(94, 31) Me.cboComport.Name = "cboComport" Me.cboComport.Size = New System.Drawing.Size(140, 32) Me.cboComport.TabIndex = 1 ' 'lbComport ' Me.lbComport.AutoSize = True Me.lbComport.Location = New System.Drawing.Point(6, 36) Me.lbComport.Name = "lbComport" Me.lbComport.Size = New System.Drawing.Size(82, 24) Me.lbComport.TabIndex = 0 Me.lbComport.Text = "통신포트" ' 'pnTop ' Me.pnTop.Controls.Add(Me.gbOpOut) Me.pnTop.Controls.Add(Me.gbEtcOp) Me.pnTop.Controls.Add(Me.gbProdSelect) Me.pnTop.Controls.Add(Me.gbComport) Me.pnTop.Location = New System.Drawing.Point(0, 0) Me.pnTop.Name = "pnTop" Me.pnTop.Size = New System.Drawing.Size(1223, 90) Me.pnTop.TabIndex = 2 ' 'gbOpOut ' Me.gbOpOut.Controls.Add(Me.rdbUseTime) Me.gbOpOut.Controls.Add(Me.rdbDev) Me.gbOpOut.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbOpOut.Location = New System.Drawing.Point(941, 5) Me.gbOpOut.Name = "gbOpOut" Me.gbOpOut.Size = New System.Drawing.Size(269, 80) Me.gbOpOut.TabIndex = 2 Me.gbOpOut.TabStop = False Me.gbOpOut.Text = "설정 종류" ' 'rdbUseTime ' Me.rdbUseTime.AutoSize = True Me.rdbUseTime.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdbUseTime.Location = New System.Drawing.Point(23, 35) Me.rdbUseTime.Name = "rdbUseTime" Me.rdbUseTime.Size = New System.Drawing.Size(106, 28) Me.rdbUseTime.TabIndex = 1 Me.rdbUseTime.TabStop = True Me.rdbUseTime.Text = "사용 정보" Me.rdbUseTime.UseVisualStyleBackColor = True ' 'rdbDev ' Me.rdbDev.AutoSize = True Me.rdbDev.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdbDev.Location = New System.Drawing.Point(143, 36) Me.rdbDev.Name = "rdbDev" Me.rdbDev.Size = New System.Drawing.Size(106, 28) Me.rdbDev.TabIndex = 0 Me.rdbDev.TabStop = True Me.rdbDev.Text = "본체 정보" Me.rdbDev.UseVisualStyleBackColor = True ' 'gbEtcOp ' Me.gbEtcOp.Controls.Add(Me.ckbDBUse) Me.gbEtcOp.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbEtcOp.Location = New System.Drawing.Point(811, 5) Me.gbEtcOp.Name = "gbEtcOp" Me.gbEtcOp.Size = New System.Drawing.Size(125, 80) Me.gbEtcOp.TabIndex = 2 Me.gbEtcOp.TabStop = False Me.gbEtcOp.Text = "기타설정" ' 'ckbDBUse ' Me.ckbDBUse.AutoSize = True Me.ckbDBUse.Location = New System.Drawing.Point(20, 35) Me.ckbDBUse.Name = "ckbDBUse" Me.ckbDBUse.Size = New System.Drawing.Size(97, 28) Me.ckbDBUse.TabIndex = 0 Me.ckbDBUse.Text = "DB 사용" Me.ckbDBUse.UseVisualStyleBackColor = True ' 'pnBottom ' Me.pnBottom.Controls.Add(Me.btnwrite) Me.pnBottom.Controls.Add(Me.gbSetting) Me.pnBottom.Controls.Add(Me.gbRunTime) Me.pnBottom.Controls.Add(Me.gbDevice) Me.pnBottom.Location = New System.Drawing.Point(0, 90) Me.pnBottom.Name = "pnBottom" Me.pnBottom.Size = New System.Drawing.Size(1223, 667) Me.pnBottom.TabIndex = 3 ' 'btnwrite ' Me.btnwrite.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnwrite.Location = New System.Drawing.Point(816, 516) Me.btnwrite.Name = "btnwrite" Me.btnwrite.Size = New System.Drawing.Size(394, 145) Me.btnwrite.TabIndex = 2 Me.btnwrite.Text = "전체 읽기" Me.btnwrite.UseVisualStyleBackColor = True ' 'gbSetting ' Me.gbSetting.Controls.Add(Me.gbMotor) Me.gbSetting.Controls.Add(Me.gbShot) Me.gbSetting.Controls.Add(Me.gbFreqPwr) Me.gbSetting.Controls.Add(Me.gbTD) Me.gbSetting.Controls.Add(Me.gbArea) Me.gbSetting.Controls.Add(Me.gbInfo) Me.gbSetting.Controls.Add(Me.gbAuth) Me.gbSetting.Font = New System.Drawing.Font("함초롬바탕", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbSetting.Location = New System.Drawing.Point(10, 5) Me.gbSetting.Name = "gbSetting" Me.gbSetting.Size = New System.Drawing.Size(795, 655) Me.gbSetting.TabIndex = 0 Me.gbSetting.TabStop = False Me.gbSetting.Text = "카트리지 설정" ' 'gbMotor ' Me.gbMotor.Controls.Add(Me.pnMtResult) Me.gbMotor.Controls.Add(Me.pnMotor) Me.gbMotor.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbMotor.ForeColor = System.Drawing.Color.Black Me.gbMotor.Location = New System.Drawing.Point(400, 340) Me.gbMotor.Name = "gbMotor" Me.gbMotor.Size = New System.Drawing.Size(380, 130) Me.gbMotor.TabIndex = 58 Me.gbMotor.TabStop = False Me.gbMotor.Text = "TD 모터 설정" ' 'pnMtResult ' Me.pnMtResult.Controls.Add(Me.btnMtWrite) Me.pnMtResult.Controls.Add(Me.btnMtRead) Me.pnMtResult.Controls.Add(Me.txbMtBox) Me.pnMtResult.Location = New System.Drawing.Point(10, 70) Me.pnMtResult.Name = "pnMtResult" Me.pnMtResult.Size = New System.Drawing.Size(360, 50) Me.pnMtResult.TabIndex = 47 ' 'btnMtWrite ' Me.btnMtWrite.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnMtWrite.Location = New System.Drawing.Point(250, 5) Me.btnMtWrite.Name = "btnMtWrite" Me.btnMtWrite.Size = New System.Drawing.Size(105, 40) Me.btnMtWrite.TabIndex = 47 Me.btnMtWrite.Text = "쓰기" Me.btnMtWrite.UseVisualStyleBackColor = True ' 'btnMtRead ' Me.btnMtRead.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnMtRead.Location = New System.Drawing.Point(145, 5) Me.btnMtRead.Name = "btnMtRead" Me.btnMtRead.Size = New System.Drawing.Size(105, 40) Me.btnMtRead.TabIndex = 46 Me.btnMtRead.Text = "읽기" Me.btnMtRead.UseVisualStyleBackColor = True ' 'txbMtBox ' Me.txbMtBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbMtBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMtBox.ForeColor = System.Drawing.Color.White Me.txbMtBox.Location = New System.Drawing.Point(10, 12) Me.txbMtBox.Name = "txbMtBox" Me.txbMtBox.Size = New System.Drawing.Size(130, 29) Me.txbMtBox.TabIndex = 45 Me.txbMtBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbMtBox.Visible = False ' 'pnMotor ' Me.pnMotor.Controls.Add(Me.txbMotor) Me.pnMotor.Controls.Add(Me.lbMotor) Me.pnMotor.Location = New System.Drawing.Point(10, 30) Me.pnMotor.Name = "pnMotor" Me.pnMotor.Size = New System.Drawing.Size(360, 40) Me.pnMotor.TabIndex = 45 ' 'txbMotor ' Me.txbMotor.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMotor.Location = New System.Drawing.Point(145, 5) Me.txbMotor.Name = "txbMotor" Me.txbMotor.Size = New System.Drawing.Size(205, 32) Me.txbMotor.TabIndex = 1 ' 'lbMotor ' Me.lbMotor.AutoSize = True Me.lbMotor.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMotor.Location = New System.Drawing.Point(23, 7) Me.lbMotor.Name = "lbMotor" Me.lbMotor.Size = New System.Drawing.Size(82, 24) Me.lbMotor.TabIndex = 0 Me.lbMotor.Text = "모터이동" ' 'gbShot ' Me.gbShot.Controls.Add(Me.pnShResult) Me.gbShot.Controls.Add(Me.pnMaxShot) Me.gbShot.Controls.Add(Me.pnShot) Me.gbShot.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbShot.ForeColor = System.Drawing.Color.Black Me.gbShot.Location = New System.Drawing.Point(400, 475) Me.gbShot.Name = "gbShot" Me.gbShot.Size = New System.Drawing.Size(380, 170) Me.gbShot.TabIndex = 57 Me.gbShot.TabStop = False Me.gbShot.Text = "Shot Count 설정" ' 'pnShResult ' Me.pnShResult.Controls.Add(Me.btnShWrite) Me.pnShResult.Controls.Add(Me.btnShRead) Me.pnShResult.Controls.Add(Me.txbShotBox) Me.pnShResult.Location = New System.Drawing.Point(10, 110) Me.pnShResult.Name = "pnShResult" Me.pnShResult.Size = New System.Drawing.Size(360, 50) Me.pnShResult.TabIndex = 47 ' 'btnShWrite ' Me.btnShWrite.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnShWrite.Location = New System.Drawing.Point(250, 5) Me.btnShWrite.Name = "btnShWrite" Me.btnShWrite.Size = New System.Drawing.Size(105, 40) Me.btnShWrite.TabIndex = 47 Me.btnShWrite.Text = "쓰기" Me.btnShWrite.UseVisualStyleBackColor = True ' 'btnShRead ' Me.btnShRead.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnShRead.Location = New System.Drawing.Point(145, 5) Me.btnShRead.Name = "btnShRead" Me.btnShRead.Size = New System.Drawing.Size(105, 40) Me.btnShRead.TabIndex = 46 Me.btnShRead.Text = "읽기" Me.btnShRead.UseVisualStyleBackColor = True ' 'txbShotBox ' Me.txbShotBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbShotBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbShotBox.ForeColor = System.Drawing.Color.White Me.txbShotBox.Location = New System.Drawing.Point(10, 12) Me.txbShotBox.Name = "txbShotBox" Me.txbShotBox.Size = New System.Drawing.Size(130, 29) Me.txbShotBox.TabIndex = 45 Me.txbShotBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbShotBox.Visible = False ' 'pnMaxShot ' Me.pnMaxShot.Controls.Add(Me.txbMaxShot) Me.pnMaxShot.Controls.Add(Me.lbMaxShot) Me.pnMaxShot.Location = New System.Drawing.Point(10, 70) Me.pnMaxShot.Name = "pnMaxShot" Me.pnMaxShot.Size = New System.Drawing.Size(360, 40) Me.pnMaxShot.TabIndex = 46 ' 'txbMaxShot ' Me.txbMaxShot.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMaxShot.Location = New System.Drawing.Point(145, 5) Me.txbMaxShot.Name = "txbMaxShot" Me.txbMaxShot.Size = New System.Drawing.Size(205, 32) Me.txbMaxShot.TabIndex = 1 ' 'lbMaxShot ' Me.lbMaxShot.AutoSize = True Me.lbMaxShot.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMaxShot.Location = New System.Drawing.Point(23, 7) Me.lbMaxShot.Name = "lbMaxShot" Me.lbMaxShot.Size = New System.Drawing.Size(82, 24) Me.lbMaxShot.TabIndex = 0 Me.lbMaxShot.Text = "전체샷수" ' 'pnShot ' Me.pnShot.Controls.Add(Me.txbShot) Me.pnShot.Controls.Add(Me.lbShot) Me.pnShot.Location = New System.Drawing.Point(10, 30) Me.pnShot.Name = "pnShot" Me.pnShot.Size = New System.Drawing.Size(360, 40) Me.pnShot.TabIndex = 45 ' 'txbShot ' Me.txbShot.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbShot.Location = New System.Drawing.Point(145, 5) Me.txbShot.Name = "txbShot" Me.txbShot.Size = New System.Drawing.Size(205, 32) Me.txbShot.TabIndex = 1 ' 'lbShot ' Me.lbShot.AutoSize = True Me.lbShot.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbShot.Location = New System.Drawing.Point(23, 7) Me.lbShot.Name = "lbShot" Me.lbShot.Size = New System.Drawing.Size(82, 24) Me.lbShot.TabIndex = 0 Me.lbShot.Text = "남은샷수" ' 'gbFreqPwr ' Me.gbFreqPwr.Controls.Add(Me.pnFPResult) Me.gbFreqPwr.Controls.Add(Me.pnPower) Me.gbFreqPwr.Controls.Add(Me.pnFreq) Me.gbFreqPwr.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbFreqPwr.ForeColor = System.Drawing.Color.Black Me.gbFreqPwr.Location = New System.Drawing.Point(400, 170) Me.gbFreqPwr.Name = "gbFreqPwr" Me.gbFreqPwr.Size = New System.Drawing.Size(380, 170) Me.gbFreqPwr.TabIndex = 56 Me.gbFreqPwr.TabStop = False Me.gbFreqPwr.Text = "주파수 및 파워 설정" ' 'pnFPResult ' Me.pnFPResult.Controls.Add(Me.btnFPWrite) Me.pnFPResult.Controls.Add(Me.btnFPRead) Me.pnFPResult.Controls.Add(Me.txbFPBox) Me.pnFPResult.Location = New System.Drawing.Point(10, 110) Me.pnFPResult.Name = "pnFPResult" Me.pnFPResult.Size = New System.Drawing.Size(360, 50) Me.pnFPResult.TabIndex = 47 ' 'btnFPWrite ' Me.btnFPWrite.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnFPWrite.Location = New System.Drawing.Point(250, 5) Me.btnFPWrite.Name = "btnFPWrite" Me.btnFPWrite.Size = New System.Drawing.Size(105, 40) Me.btnFPWrite.TabIndex = 47 Me.btnFPWrite.Text = "쓰기" Me.btnFPWrite.UseVisualStyleBackColor = True ' 'btnFPRead ' Me.btnFPRead.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnFPRead.Location = New System.Drawing.Point(145, 5) Me.btnFPRead.Name = "btnFPRead" Me.btnFPRead.Size = New System.Drawing.Size(105, 40) Me.btnFPRead.TabIndex = 46 Me.btnFPRead.Text = "읽기" Me.btnFPRead.UseVisualStyleBackColor = True ' 'txbFPBox ' Me.txbFPBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbFPBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbFPBox.ForeColor = System.Drawing.Color.White Me.txbFPBox.Location = New System.Drawing.Point(10, 12) Me.txbFPBox.Name = "txbFPBox" Me.txbFPBox.Size = New System.Drawing.Size(130, 29) Me.txbFPBox.TabIndex = 45 Me.txbFPBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbFPBox.Visible = False ' 'pnPower ' Me.pnPower.Controls.Add(Me.txbPower) Me.pnPower.Controls.Add(Me.lbPower) Me.pnPower.Location = New System.Drawing.Point(10, 70) Me.pnPower.Name = "pnPower" Me.pnPower.Size = New System.Drawing.Size(360, 40) Me.pnPower.TabIndex = 46 ' 'txbPower ' Me.txbPower.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbPower.Location = New System.Drawing.Point(145, 5) Me.txbPower.Name = "txbPower" Me.txbPower.Size = New System.Drawing.Size(205, 32) Me.txbPower.TabIndex = 1 ' 'lbPower ' Me.lbPower.AutoSize = True Me.lbPower.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbPower.Location = New System.Drawing.Point(59, 7) Me.lbPower.Name = "lbPower" Me.lbPower.Size = New System.Drawing.Size(46, 24) Me.lbPower.TabIndex = 0 Me.lbPower.Text = "파워" ' 'pnFreq ' Me.pnFreq.Controls.Add(Me.txbFreq) Me.pnFreq.Controls.Add(Me.lbFreq) Me.pnFreq.Location = New System.Drawing.Point(10, 30) Me.pnFreq.Name = "pnFreq" Me.pnFreq.Size = New System.Drawing.Size(360, 40) Me.pnFreq.TabIndex = 45 ' 'txbFreq ' Me.txbFreq.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbFreq.Location = New System.Drawing.Point(145, 5) Me.txbFreq.Name = "txbFreq" Me.txbFreq.Size = New System.Drawing.Size(205, 32) Me.txbFreq.TabIndex = 1 ' 'lbFreq ' Me.lbFreq.AutoSize = True Me.lbFreq.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbFreq.Location = New System.Drawing.Point(41, 7) Me.lbFreq.Name = "lbFreq" Me.lbFreq.Size = New System.Drawing.Size(64, 24) Me.lbFreq.TabIndex = 0 Me.lbFreq.Text = "주파수" ' 'gbTD ' Me.gbTD.Controls.Add(Me.pnTdResult) Me.gbTD.Controls.Add(Me.pnTDSerial) Me.gbTD.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbTD.ForeColor = System.Drawing.Color.Black Me.gbTD.Location = New System.Drawing.Point(400, 35) Me.gbTD.Name = "gbTD" Me.gbTD.Size = New System.Drawing.Size(380, 130) Me.gbTD.TabIndex = 55 Me.gbTD.TabStop = False Me.gbTD.Text = "TD 번호 설정" ' 'pnTdResult ' Me.pnTdResult.Controls.Add(Me.btnTdWrite) Me.pnTdResult.Controls.Add(Me.btnTdRead) Me.pnTdResult.Controls.Add(Me.txbTDBox) Me.pnTdResult.Location = New System.Drawing.Point(10, 70) Me.pnTdResult.Name = "pnTdResult" Me.pnTdResult.Size = New System.Drawing.Size(360, 50) Me.pnTdResult.TabIndex = 47 ' 'btnTdWrite ' Me.btnTdWrite.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnTdWrite.Location = New System.Drawing.Point(250, 5) Me.btnTdWrite.Name = "btnTdWrite" Me.btnTdWrite.Size = New System.Drawing.Size(105, 40) Me.btnTdWrite.TabIndex = 47 Me.btnTdWrite.Text = "쓰기" Me.btnTdWrite.UseVisualStyleBackColor = True ' 'btnTdRead ' Me.btnTdRead.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnTdRead.Location = New System.Drawing.Point(145, 5) Me.btnTdRead.Name = "btnTdRead" Me.btnTdRead.Size = New System.Drawing.Size(105, 40) Me.btnTdRead.TabIndex = 46 Me.btnTdRead.Text = "읽기" Me.btnTdRead.UseVisualStyleBackColor = True ' 'txbTDBox ' Me.txbTDBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbTDBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbTDBox.ForeColor = System.Drawing.Color.White Me.txbTDBox.Location = New System.Drawing.Point(10, 12) Me.txbTDBox.Name = "txbTDBox" Me.txbTDBox.Size = New System.Drawing.Size(130, 29) Me.txbTDBox.TabIndex = 45 Me.txbTDBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbTDBox.Visible = False ' 'pnTDSerial ' Me.pnTDSerial.Controls.Add(Me.txbTDSerial) Me.pnTDSerial.Controls.Add(Me.lbTDSerial) Me.pnTDSerial.Location = New System.Drawing.Point(10, 30) Me.pnTDSerial.Name = "pnTDSerial" Me.pnTDSerial.Size = New System.Drawing.Size(360, 40) Me.pnTDSerial.TabIndex = 45 ' 'txbTDSerial ' Me.txbTDSerial.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbTDSerial.Location = New System.Drawing.Point(145, 5) Me.txbTDSerial.Name = "txbTDSerial" Me.txbTDSerial.Size = New System.Drawing.Size(205, 32) Me.txbTDSerial.TabIndex = 1 ' 'lbTDSerial ' Me.lbTDSerial.AutoSize = True Me.lbTDSerial.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbTDSerial.Location = New System.Drawing.Point(5, 7) Me.lbTDSerial.Name = "lbTDSerial" Me.lbTDSerial.Size = New System.Drawing.Size(100, 24) Me.lbTDSerial.TabIndex = 0 Me.lbTDSerial.Text = "시리얼번호" ' 'gbArea ' Me.gbArea.Controls.Add(Me.pnArResult) Me.gbArea.Controls.Add(Me.pnAgency) Me.gbArea.Controls.Add(Me.pnAbroad) Me.gbArea.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbArea.ForeColor = System.Drawing.Color.Black Me.gbArea.Location = New System.Drawing.Point(10, 475) Me.gbArea.Name = "gbArea" Me.gbArea.Size = New System.Drawing.Size(380, 170) Me.gbArea.TabIndex = 54 Me.gbArea.TabStop = False Me.gbArea.Text = "지역 코드 설정" ' 'pnArResult ' Me.pnArResult.Controls.Add(Me.btnArWrite) Me.pnArResult.Controls.Add(Me.btnArRead) Me.pnArResult.Controls.Add(Me.txbAreaBox) Me.pnArResult.Location = New System.Drawing.Point(10, 110) Me.pnArResult.Name = "pnArResult" Me.pnArResult.Size = New System.Drawing.Size(360, 50) Me.pnArResult.TabIndex = 47 ' 'btnArWrite ' Me.btnArWrite.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnArWrite.Location = New System.Drawing.Point(250, 5) Me.btnArWrite.Name = "btnArWrite" Me.btnArWrite.Size = New System.Drawing.Size(105, 40) Me.btnArWrite.TabIndex = 47 Me.btnArWrite.Text = "쓰기" Me.btnArWrite.UseVisualStyleBackColor = True ' 'btnArRead ' Me.btnArRead.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnArRead.Location = New System.Drawing.Point(145, 5) Me.btnArRead.Name = "btnArRead" Me.btnArRead.Size = New System.Drawing.Size(105, 40) Me.btnArRead.TabIndex = 46 Me.btnArRead.Text = "읽기" Me.btnArRead.UseVisualStyleBackColor = True ' 'txbAreaBox ' Me.txbAreaBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbAreaBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbAreaBox.ForeColor = System.Drawing.Color.White Me.txbAreaBox.Location = New System.Drawing.Point(10, 12) Me.txbAreaBox.Name = "txbAreaBox" Me.txbAreaBox.Size = New System.Drawing.Size(130, 29) Me.txbAreaBox.TabIndex = 45 Me.txbAreaBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbAreaBox.Visible = False ' 'pnAgency ' Me.pnAgency.Controls.Add(Me.txbAgency) Me.pnAgency.Controls.Add(Me.lbAgency) Me.pnAgency.Location = New System.Drawing.Point(10, 70) Me.pnAgency.Name = "pnAgency" Me.pnAgency.Size = New System.Drawing.Size(360, 40) Me.pnAgency.TabIndex = 46 ' 'txbAgency ' Me.txbAgency.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbAgency.Location = New System.Drawing.Point(145, 5) Me.txbAgency.Name = "txbAgency" Me.txbAgency.Size = New System.Drawing.Size(205, 32) Me.txbAgency.TabIndex = 1 ' 'lbAgency ' Me.lbAgency.AutoSize = True Me.lbAgency.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbAgency.Location = New System.Drawing.Point(5, 7) Me.lbAgency.Name = "lbAgency" Me.lbAgency.Size = New System.Drawing.Size(100, 24) Me.lbAgency.TabIndex = 0 Me.lbAgency.Text = "대리점코드" ' 'pnAbroad ' Me.pnAbroad.Controls.Add(Me.txbAbroad) Me.pnAbroad.Controls.Add(Me.lbAbroad) Me.pnAbroad.Location = New System.Drawing.Point(10, 30) Me.pnAbroad.Name = "pnAbroad" Me.pnAbroad.Size = New System.Drawing.Size(360, 40) Me.pnAbroad.TabIndex = 45 ' 'txbAbroad ' Me.txbAbroad.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbAbroad.Location = New System.Drawing.Point(145, 5) Me.txbAbroad.Name = "txbAbroad" Me.txbAbroad.Size = New System.Drawing.Size(205, 32) Me.txbAbroad.TabIndex = 1 ' 'lbAbroad ' Me.lbAbroad.AutoSize = True Me.lbAbroad.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbAbroad.Location = New System.Drawing.Point(23, 7) Me.lbAbroad.Name = "lbAbroad" Me.lbAbroad.Size = New System.Drawing.Size(82, 24) Me.lbAbroad.TabIndex = 0 Me.lbAbroad.Text = "국가코드" ' 'gbInfo ' Me.gbInfo.Controls.Add(Me.pnIfResult) Me.gbInfo.Controls.Add(Me.pnIfSerial) Me.gbInfo.Controls.Add(Me.pnIfMoTy) Me.gbInfo.Controls.Add(Me.pnIfDate) Me.gbInfo.Controls.Add(Me.pnIfCode) Me.gbInfo.Controls.Add(Me.pnIfNumber) Me.gbInfo.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbInfo.Location = New System.Drawing.Point(10, 125) Me.gbInfo.Name = "gbInfo" Me.gbInfo.Size = New System.Drawing.Size(380, 330) Me.gbInfo.TabIndex = 52 Me.gbInfo.TabStop = False Me.gbInfo.Text = "제품 정보 설정" ' 'pnIfResult ' Me.pnIfResult.Controls.Add(Me.btnIfWrite) Me.pnIfResult.Controls.Add(Me.btnIfRead) Me.pnIfResult.Controls.Add(Me.txbInfoBox) Me.pnIfResult.Location = New System.Drawing.Point(10, 270) Me.pnIfResult.Name = "pnIfResult" Me.pnIfResult.Size = New System.Drawing.Size(360, 50) Me.pnIfResult.TabIndex = 5 ' 'btnIfWrite ' Me.btnIfWrite.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnIfWrite.Location = New System.Drawing.Point(250, 5) Me.btnIfWrite.Name = "btnIfWrite" Me.btnIfWrite.Size = New System.Drawing.Size(105, 40) Me.btnIfWrite.TabIndex = 47 Me.btnIfWrite.Text = "쓰기" Me.btnIfWrite.UseVisualStyleBackColor = True ' 'btnIfRead ' Me.btnIfRead.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnIfRead.Location = New System.Drawing.Point(145, 5) Me.btnIfRead.Name = "btnIfRead" Me.btnIfRead.Size = New System.Drawing.Size(105, 40) Me.btnIfRead.TabIndex = 46 Me.btnIfRead.Text = "읽기" Me.btnIfRead.UseVisualStyleBackColor = True ' 'txbInfoBox ' Me.txbInfoBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbInfoBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfoBox.ForeColor = System.Drawing.Color.White Me.txbInfoBox.Location = New System.Drawing.Point(10, 12) Me.txbInfoBox.Name = "txbInfoBox" Me.txbInfoBox.Size = New System.Drawing.Size(130, 29) Me.txbInfoBox.TabIndex = 45 Me.txbInfoBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbInfoBox.Visible = False ' 'pnIfSerial ' Me.pnIfSerial.Controls.Add(Me.nudIfSerial) Me.pnIfSerial.Controls.Add(Me.lbIfSerial) Me.pnIfSerial.Location = New System.Drawing.Point(10, 230) Me.pnIfSerial.Name = "pnIfSerial" Me.pnIfSerial.Size = New System.Drawing.Size(360, 40) Me.pnIfSerial.TabIndex = 4 ' 'nudIfSerial ' Me.nudIfSerial.Location = New System.Drawing.Point(145, 5) Me.nudIfSerial.Name = "nudIfSerial" Me.nudIfSerial.Size = New System.Drawing.Size(205, 32) Me.nudIfSerial.TabIndex = 10 ' 'lbIfSerial ' Me.lbIfSerial.AutoSize = True Me.lbIfSerial.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbIfSerial.Location = New System.Drawing.Point(5, 7) Me.lbIfSerial.Name = "lbIfSerial" Me.lbIfSerial.Size = New System.Drawing.Size(100, 24) Me.lbIfSerial.TabIndex = 0 Me.lbIfSerial.Text = "시리얼번호" ' 'pnIfMoTy ' Me.pnIfMoTy.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnIfMoTy.Controls.Add(Me.pnIfType) Me.pnIfMoTy.Controls.Add(Me.pnIfModel) Me.pnIfMoTy.Location = New System.Drawing.Point(10, 150) Me.pnIfMoTy.Name = "pnIfMoTy" Me.pnIfMoTy.Size = New System.Drawing.Size(360, 80) Me.pnIfMoTy.TabIndex = 3 ' 'pnIfType ' Me.pnIfType.Controls.Add(Me.rdbIfBody) Me.pnIfType.Controls.Add(Me.rdbIfEye) Me.pnIfType.Controls.Add(Me.rdbIfFace) Me.pnIfType.Controls.Add(Me.lbIfType) Me.pnIfType.Location = New System.Drawing.Point(0, 40) Me.pnIfType.Name = "pnIfType" Me.pnIfType.Size = New System.Drawing.Size(360, 40) Me.pnIfType.TabIndex = 2 ' 'rdbIfBody ' Me.rdbIfBody.AutoSize = True Me.rdbIfBody.Location = New System.Drawing.Point(260, 7) Me.rdbIfBody.Name = "rdbIfBody" Me.rdbIfBody.Size = New System.Drawing.Size(81, 28) Me.rdbIfBody.TabIndex = 9 Me.rdbIfBody.TabStop = True Me.rdbIfBody.Text = "BODY" Me.rdbIfBody.UseVisualStyleBackColor = True ' 'rdbIfEye ' Me.rdbIfEye.AutoSize = True Me.rdbIfEye.Location = New System.Drawing.Point(190, 7) Me.rdbIfEye.Name = "rdbIfEye" Me.rdbIfEye.Size = New System.Drawing.Size(65, 28) Me.rdbIfEye.TabIndex = 8 Me.rdbIfEye.TabStop = True Me.rdbIfEye.Text = "EYE" Me.rdbIfEye.UseVisualStyleBackColor = True ' 'rdbIfFace ' Me.rdbIfFace.AutoSize = True Me.rdbIfFace.Location = New System.Drawing.Point(110, 7) Me.rdbIfFace.Name = "rdbIfFace" Me.rdbIfFace.Size = New System.Drawing.Size(77, 28) Me.rdbIfFace.TabIndex = 7 Me.rdbIfFace.TabStop = True Me.rdbIfFace.Text = "FACE" Me.rdbIfFace.UseVisualStyleBackColor = True ' 'lbIfType ' Me.lbIfType.AutoSize = True Me.lbIfType.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbIfType.Location = New System.Drawing.Point(23, 7) Me.lbIfType.Name = "lbIfType" Me.lbIfType.Size = New System.Drawing.Size(82, 24) Me.lbIfType.TabIndex = 0 Me.lbIfType.Text = "타입종류" ' 'pnIfModel ' Me.pnIfModel.Controls.Add(Me.rdbIfALPHA) Me.pnIfModel.Controls.Add(Me.rdbIfLUX_V2) Me.pnIfModel.Controls.Add(Me.rdbIfPRO_V1) Me.pnIfModel.Controls.Add(Me.lbIfModel) Me.pnIfModel.Location = New System.Drawing.Point(0, 0) Me.pnIfModel.Name = "pnIfModel" Me.pnIfModel.Size = New System.Drawing.Size(360, 40) Me.pnIfModel.TabIndex = 1 ' 'rdbIfALPHA ' Me.rdbIfALPHA.AutoSize = True Me.rdbIfALPHA.Location = New System.Drawing.Point(260, 7) Me.rdbIfALPHA.Name = "rdbIfALPHA" Me.rdbIfALPHA.Size = New System.Drawing.Size(91, 28) Me.rdbIfALPHA.TabIndex = 6 Me.rdbIfALPHA.TabStop = True Me.rdbIfALPHA.Text = "ALPHA" Me.rdbIfALPHA.UseVisualStyleBackColor = True ' 'rdbIfLUX_V2 ' Me.rdbIfLUX_V2.AutoSize = True Me.rdbIfLUX_V2.Location = New System.Drawing.Point(190, 7) Me.rdbIfLUX_V2.Name = "rdbIfLUX_V2" Me.rdbIfLUX_V2.Size = New System.Drawing.Size(67, 28) Me.rdbIfLUX_V2.TabIndex = 5 Me.rdbIfLUX_V2.TabStop = True Me.rdbIfLUX_V2.Text = "LUX" Me.rdbIfLUX_V2.UseVisualStyleBackColor = True ' 'rdbIfPRO_V1 ' Me.rdbIfPRO_V1.AutoSize = True Me.rdbIfPRO_V1.Location = New System.Drawing.Point(110, 7) Me.rdbIfPRO_V1.Name = "rdbIfPRO_V1" Me.rdbIfPRO_V1.Size = New System.Drawing.Size(66, 28) Me.rdbIfPRO_V1.TabIndex = 4 Me.rdbIfPRO_V1.TabStop = True Me.rdbIfPRO_V1.Text = "PRO" Me.rdbIfPRO_V1.UseVisualStyleBackColor = True ' 'lbIfModel ' Me.lbIfModel.AutoSize = True Me.lbIfModel.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbIfModel.Location = New System.Drawing.Point(23, 7) Me.lbIfModel.Name = "lbIfModel" Me.lbIfModel.Size = New System.Drawing.Size(82, 24) Me.lbIfModel.TabIndex = 0 Me.lbIfModel.Text = "모델종류" ' 'pnIfDate ' Me.pnIfDate.Controls.Add(Me.nudIfMonth) Me.pnIfDate.Controls.Add(Me.nudIfYear) Me.pnIfDate.Controls.Add(Me.lbIfMonth) Me.pnIfDate.Controls.Add(Me.lbIfYear) Me.pnIfDate.Controls.Add(Me.lbIfDate) Me.pnIfDate.Location = New System.Drawing.Point(10, 110) Me.pnIfDate.Name = "pnIfDate" Me.pnIfDate.Size = New System.Drawing.Size(360, 40) Me.pnIfDate.TabIndex = 2 ' 'nudIfMonth ' Me.nudIfMonth.Location = New System.Drawing.Point(285, 5) Me.nudIfMonth.Name = "nudIfMonth" Me.nudIfMonth.Size = New System.Drawing.Size(65, 32) Me.nudIfMonth.TabIndex = 3 ' 'nudIfYear ' Me.nudIfYear.Location = New System.Drawing.Point(175, 5) Me.nudIfYear.Name = "nudIfYear" Me.nudIfYear.Size = New System.Drawing.Size(65, 32) Me.nudIfYear.TabIndex = 2 ' 'lbIfMonth ' Me.lbIfMonth.AutoSize = True Me.lbIfMonth.Location = New System.Drawing.Point(250, 8) Me.lbIfMonth.Name = "lbIfMonth" Me.lbIfMonth.Size = New System.Drawing.Size(28, 24) Me.lbIfMonth.TabIndex = 2 Me.lbIfMonth.Text = "월" ' 'lbIfYear ' Me.lbIfYear.AutoSize = True Me.lbIfYear.Location = New System.Drawing.Point(140, 8) Me.lbIfYear.Name = "lbIfYear" Me.lbIfYear.Size = New System.Drawing.Size(28, 24) Me.lbIfYear.TabIndex = 1 Me.lbIfYear.Text = "년" ' 'lbIfDate ' Me.lbIfDate.AutoSize = True Me.lbIfDate.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbIfDate.Location = New System.Drawing.Point(23, 7) Me.lbIfDate.Name = "lbIfDate" Me.lbIfDate.Size = New System.Drawing.Size(82, 24) Me.lbIfDate.TabIndex = 0 Me.lbIfDate.Text = "제조일자" ' 'pnIfCode ' Me.pnIfCode.Controls.Add(Me.txbIfCode) Me.pnIfCode.Controls.Add(Me.lbIfCode) Me.pnIfCode.Location = New System.Drawing.Point(10, 70) Me.pnIfCode.Name = "pnIfCode" Me.pnIfCode.Size = New System.Drawing.Size(360, 40) Me.pnIfCode.TabIndex = 1 ' 'txbIfCode ' Me.txbIfCode.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbIfCode.Location = New System.Drawing.Point(145, 5) Me.txbIfCode.Name = "txbIfCode" Me.txbIfCode.Size = New System.Drawing.Size(205, 32) Me.txbIfCode.TabIndex = 1 ' 'lbIfCode ' Me.lbIfCode.AutoSize = True Me.lbIfCode.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbIfCode.Location = New System.Drawing.Point(5, 7) Me.lbIfCode.Name = "lbIfCode" Me.lbIfCode.Size = New System.Drawing.Size(100, 24) Me.lbIfCode.TabIndex = 0 Me.lbIfCode.Text = "제조사코드" ' 'pnIfNumber ' Me.pnIfNumber.Controls.Add(Me.txbIfNumber) Me.pnIfNumber.Controls.Add(Me.lbIfBarcode) Me.pnIfNumber.Location = New System.Drawing.Point(10, 30) Me.pnIfNumber.Name = "pnIfNumber" Me.pnIfNumber.Size = New System.Drawing.Size(360, 40) Me.pnIfNumber.TabIndex = 0 ' 'txbIfNumber ' Me.txbIfNumber.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbIfNumber.Location = New System.Drawing.Point(145, 5) Me.txbIfNumber.Name = "txbIfNumber" Me.txbIfNumber.ReadOnly = True Me.txbIfNumber.Size = New System.Drawing.Size(205, 32) Me.txbIfNumber.TabIndex = 1 ' 'lbIfBarcode ' Me.lbIfBarcode.AutoSize = True Me.lbIfBarcode.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbIfBarcode.Location = New System.Drawing.Point(5, 7) Me.lbIfBarcode.Name = "lbIfBarcode" Me.lbIfBarcode.Size = New System.Drawing.Size(100, 24) Me.lbIfBarcode.TabIndex = 0 Me.lbIfBarcode.Text = "바코드넘버" ' 'gbAuth ' Me.gbAuth.Controls.Add(Me.btnAuth) Me.gbAuth.Controls.Add(Me.txbAuthBox) Me.gbAuth.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbAuth.Location = New System.Drawing.Point(10, 35) Me.gbAuth.Name = "gbAuth" Me.gbAuth.Size = New System.Drawing.Size(380, 70) Me.gbAuth.TabIndex = 0 Me.gbAuth.TabStop = False Me.gbAuth.Text = "인증코드설정" ' 'btnAuth ' Me.btnAuth.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnAuth.Location = New System.Drawing.Point(160, 27) Me.btnAuth.Name = "btnAuth" Me.btnAuth.Size = New System.Drawing.Size(210, 35) Me.btnAuth.TabIndex = 45 Me.btnAuth.Text = "카트리지" Me.btnAuth.UseVisualStyleBackColor = True ' 'txbAuthBox ' Me.txbAuthBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbAuthBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbAuthBox.ForeColor = System.Drawing.Color.White Me.txbAuthBox.Location = New System.Drawing.Point(20, 30) Me.txbAuthBox.Name = "txbAuthBox" Me.txbAuthBox.Size = New System.Drawing.Size(130, 29) Me.txbAuthBox.TabIndex = 44 Me.txbAuthBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbAuthBox.Visible = False ' 'gbRunTime ' Me.gbRunTime.Controls.Add(Me.tcAltoUse) Me.gbRunTime.Controls.Add(Me.gbDUALUse) Me.gbRunTime.Controls.Add(Me.tcMAXUse) Me.gbRunTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbRunTime.Location = New System.Drawing.Point(810, 6) Me.gbRunTime.Name = "gbRunTime" Me.gbRunTime.Size = New System.Drawing.Size(400, 505) Me.gbRunTime.TabIndex = 3 Me.gbRunTime.TabStop = False Me.gbRunTime.Text = "사용 정보" ' 'gbDUALUse ' Me.gbDUALUse.Controls.Add(Me.pnDuResult) Me.gbDUALUse.Controls.Add(Me.pnDuError) Me.gbDUALUse.Controls.Add(Me.pnDuEye) Me.gbDUALUse.Controls.Add(Me.pnDuFace) Me.gbDUALUse.Controls.Add(Me.pnDuReady) Me.gbDUALUse.Controls.Add(Me.pnDuFull) Me.gbDUALUse.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbDUALUse.ForeColor = System.Drawing.Color.Black Me.gbDUALUse.Location = New System.Drawing.Point(6, 36) Me.gbDUALUse.Name = "gbDUALUse" Me.gbDUALUse.Size = New System.Drawing.Size(380, 455) Me.gbDUALUse.TabIndex = 55 Me.gbDUALUse.TabStop = False Me.gbDUALUse.Text = "DUALSONIC 사용 내역" ' 'pnDuResult ' Me.pnDuResult.Controls.Add(Me.btnDuWrite) Me.pnDuResult.Controls.Add(Me.btnDuReset) Me.pnDuResult.Controls.Add(Me.btnDuReady) Me.pnDuResult.Controls.Add(Me.txbDuUseBox) Me.pnDuResult.Location = New System.Drawing.Point(10, 355) Me.pnDuResult.Name = "pnDuResult" Me.pnDuResult.Size = New System.Drawing.Size(360, 93) Me.pnDuResult.TabIndex = 51 ' 'btnDuWrite ' Me.btnDuWrite.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnDuWrite.Location = New System.Drawing.Point(237, 8) Me.btnDuWrite.Name = "btnDuWrite" Me.btnDuWrite.Size = New System.Drawing.Size(113, 50) Me.btnDuWrite.TabIndex = 49 Me.btnDuWrite.Text = "쓰기" Me.btnDuWrite.UseVisualStyleBackColor = True ' 'btnDuReset ' Me.btnDuReset.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnDuReset.ForeColor = System.Drawing.Color.Red Me.btnDuReset.Location = New System.Drawing.Point(12, 8) Me.btnDuReset.Name = "btnDuReset" Me.btnDuReset.Size = New System.Drawing.Size(104, 50) Me.btnDuReset.TabIndex = 48 Me.btnDuReset.Text = "초기화" Me.btnDuReset.UseVisualStyleBackColor = True ' 'btnDuReady ' Me.btnDuReady.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnDuReady.Location = New System.Drawing.Point(120, 8) Me.btnDuReady.Name = "btnDuReady" Me.btnDuReady.Size = New System.Drawing.Size(113, 50) Me.btnDuReady.TabIndex = 46 Me.btnDuReady.Text = "읽기" Me.btnDuReady.UseVisualStyleBackColor = True ' 'txbDuUseBox ' Me.txbDuUseBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbDuUseBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDuUseBox.ForeColor = System.Drawing.Color.White Me.txbDuUseBox.Location = New System.Drawing.Point(10, 60) Me.txbDuUseBox.Name = "txbDuUseBox" Me.txbDuUseBox.Size = New System.Drawing.Size(340, 29) Me.txbDuUseBox.TabIndex = 45 Me.txbDuUseBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbDuUseBox.Visible = False ' 'pnDuError ' Me.pnDuError.Controls.Add(Me.txbDuError) Me.pnDuError.Controls.Add(Me.lbDuError) Me.pnDuError.Location = New System.Drawing.Point(10, 310) Me.pnDuError.Name = "pnDuError" Me.pnDuError.Size = New System.Drawing.Size(360, 40) Me.pnDuError.TabIndex = 50 ' 'txbDuError ' Me.txbDuError.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDuError.Location = New System.Drawing.Point(145, 5) Me.txbDuError.Name = "txbDuError" Me.txbDuError.Size = New System.Drawing.Size(205, 32) Me.txbDuError.TabIndex = 1 Me.txbDuError.Text = "0" Me.txbDuError.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbDuError ' Me.lbDuError.AutoSize = True Me.lbDuError.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDuError.Location = New System.Drawing.Point(5, 8) Me.lbDuError.Name = "lbDuError" Me.lbDuError.Size = New System.Drawing.Size(121, 24) Me.lbDuError.TabIndex = 0 Me.lbDuError.Text = "Error Count" ' 'pnDuEye ' Me.pnDuEye.Controls.Add(Me.txbDuEye) Me.pnDuEye.Controls.Add(Me.lbDuEye) Me.pnDuEye.Location = New System.Drawing.Point(10, 265) Me.pnDuEye.Name = "pnDuEye" Me.pnDuEye.Size = New System.Drawing.Size(360, 40) Me.pnDuEye.TabIndex = 49 ' 'txbDuEye ' Me.txbDuEye.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDuEye.Location = New System.Drawing.Point(145, 5) Me.txbDuEye.Name = "txbDuEye" Me.txbDuEye.Size = New System.Drawing.Size(205, 32) Me.txbDuEye.TabIndex = 1 Me.txbDuEye.Text = "0" Me.txbDuEye.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbDuEye ' Me.lbDuEye.AutoSize = True Me.lbDuEye.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDuEye.Location = New System.Drawing.Point(31, 8) Me.lbDuEye.Name = "lbDuEye" Me.lbDuEye.Size = New System.Drawing.Size(95, 24) Me.lbDuEye.TabIndex = 0 Me.lbDuEye.Text = "EYE Shot" ' 'pnDuFace ' Me.pnDuFace.Controls.Add(Me.txbDuFace) Me.pnDuFace.Controls.Add(Me.lbDuFace) Me.pnDuFace.Location = New System.Drawing.Point(10, 220) Me.pnDuFace.Name = "pnDuFace" Me.pnDuFace.Size = New System.Drawing.Size(360, 40) Me.pnDuFace.TabIndex = 48 ' 'txbDuFace ' Me.txbDuFace.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDuFace.Location = New System.Drawing.Point(145, 5) Me.txbDuFace.Name = "txbDuFace" Me.txbDuFace.Size = New System.Drawing.Size(205, 32) Me.txbDuFace.TabIndex = 1 Me.txbDuFace.Text = "0" Me.txbDuFace.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbDuFace ' Me.lbDuFace.AutoSize = True Me.lbDuFace.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDuFace.Location = New System.Drawing.Point(19, 8) Me.lbDuFace.Name = "lbDuFace" Me.lbDuFace.Size = New System.Drawing.Size(107, 24) Me.lbDuFace.TabIndex = 0 Me.lbDuFace.Text = "FACE Shot" ' 'pnDuReady ' Me.pnDuReady.Controls.Add(Me.lbDuReadySec) Me.pnDuReady.Controls.Add(Me.txbDuReadyDay) Me.pnDuReady.Controls.Add(Me.txbDuReadySec) Me.pnDuReady.Controls.Add(Me.lbDuReadyMin) Me.pnDuReady.Controls.Add(Me.txbDuReadyMin) Me.pnDuReady.Controls.Add(Me.lbDuReadyHour) Me.pnDuReady.Controls.Add(Me.txbDuReadyHour) Me.pnDuReady.Controls.Add(Me.lbDuReadyDay) Me.pnDuReady.Controls.Add(Me.lbDuReady) Me.pnDuReady.Location = New System.Drawing.Point(10, 125) Me.pnDuReady.Name = "pnDuReady" Me.pnDuReady.Size = New System.Drawing.Size(360, 90) Me.pnDuReady.TabIndex = 47 ' 'lbDuReadySec ' Me.lbDuReadySec.AutoSize = True Me.lbDuReadySec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDuReadySec.Location = New System.Drawing.Point(325, 48) Me.lbDuReadySec.Name = "lbDuReadySec" Me.lbDuReadySec.Size = New System.Drawing.Size(28, 24) Me.lbDuReadySec.TabIndex = 8 Me.lbDuReadySec.Text = "초" ' 'txbDuReadyDay ' Me.txbDuReadyDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDuReadyDay.Location = New System.Drawing.Point(5, 45) Me.txbDuReadyDay.Name = "txbDuReadyDay" Me.txbDuReadyDay.Size = New System.Drawing.Size(80, 32) Me.txbDuReadyDay.TabIndex = 1 Me.txbDuReadyDay.Text = "0000" Me.txbDuReadyDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbDuReadySec ' Me.txbDuReadySec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDuReadySec.Location = New System.Drawing.Point(280, 45) Me.txbDuReadySec.Name = "txbDuReadySec" Me.txbDuReadySec.Size = New System.Drawing.Size(45, 32) Me.txbDuReadySec.TabIndex = 7 Me.txbDuReadySec.Text = "00" Me.txbDuReadySec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbDuReadyMin ' Me.lbDuReadyMin.AutoSize = True Me.lbDuReadyMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDuReadyMin.Location = New System.Drawing.Point(245, 48) Me.lbDuReadyMin.Name = "lbDuReadyMin" Me.lbDuReadyMin.Size = New System.Drawing.Size(28, 24) Me.lbDuReadyMin.TabIndex = 6 Me.lbDuReadyMin.Text = "분" ' 'txbDuReadyMin ' Me.txbDuReadyMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDuReadyMin.Location = New System.Drawing.Point(200, 45) Me.txbDuReadyMin.Name = "txbDuReadyMin" Me.txbDuReadyMin.Size = New System.Drawing.Size(45, 32) Me.txbDuReadyMin.TabIndex = 5 Me.txbDuReadyMin.Text = "00" Me.txbDuReadyMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbDuReadyHour ' Me.lbDuReadyHour.AutoSize = True Me.lbDuReadyHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDuReadyHour.Location = New System.Drawing.Point(165, 48) Me.lbDuReadyHour.Name = "lbDuReadyHour" Me.lbDuReadyHour.Size = New System.Drawing.Size(28, 24) Me.lbDuReadyHour.TabIndex = 4 Me.lbDuReadyHour.Text = "시" ' 'txbDuReadyHour ' Me.txbDuReadyHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDuReadyHour.Location = New System.Drawing.Point(120, 45) Me.txbDuReadyHour.Name = "txbDuReadyHour" Me.txbDuReadyHour.Size = New System.Drawing.Size(45, 32) Me.txbDuReadyHour.TabIndex = 3 Me.txbDuReadyHour.Text = "00" Me.txbDuReadyHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbDuReadyDay ' Me.lbDuReadyDay.AutoSize = True Me.lbDuReadyDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDuReadyDay.Location = New System.Drawing.Point(85, 48) Me.lbDuReadyDay.Name = "lbDuReadyDay" Me.lbDuReadyDay.Size = New System.Drawing.Size(28, 24) Me.lbDuReadyDay.TabIndex = 2 Me.lbDuReadyDay.Text = "일" ' 'lbDuReady ' Me.lbDuReady.AutoSize = True Me.lbDuReady.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDuReady.Location = New System.Drawing.Point(5, 7) Me.lbDuReady.Name = "lbDuReady" Me.lbDuReady.Size = New System.Drawing.Size(165, 27) Me.lbDuReady.TabIndex = 0 Me.lbDuReady.Text = "Ready 사용 시간" ' 'pnDuFull ' Me.pnDuFull.Controls.Add(Me.lbDuFullSec) Me.pnDuFull.Controls.Add(Me.txbDuFullDay) Me.pnDuFull.Controls.Add(Me.txbDuFullSec) Me.pnDuFull.Controls.Add(Me.lbDuFullMin) Me.pnDuFull.Controls.Add(Me.txbDuFullMin) Me.pnDuFull.Controls.Add(Me.lbDuFullHour) Me.pnDuFull.Controls.Add(Me.txbDuFullHour) Me.pnDuFull.Controls.Add(Me.lbDuFullDay) Me.pnDuFull.Controls.Add(Me.lbDuFull) Me.pnDuFull.Location = New System.Drawing.Point(10, 30) Me.pnDuFull.Name = "pnDuFull" Me.pnDuFull.Size = New System.Drawing.Size(360, 90) Me.pnDuFull.TabIndex = 46 ' 'lbDuFullSec ' Me.lbDuFullSec.AutoSize = True Me.lbDuFullSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDuFullSec.Location = New System.Drawing.Point(325, 48) Me.lbDuFullSec.Name = "lbDuFullSec" Me.lbDuFullSec.Size = New System.Drawing.Size(28, 24) Me.lbDuFullSec.TabIndex = 8 Me.lbDuFullSec.Text = "초" ' 'txbDuFullDay ' Me.txbDuFullDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDuFullDay.Location = New System.Drawing.Point(5, 45) Me.txbDuFullDay.Name = "txbDuFullDay" Me.txbDuFullDay.Size = New System.Drawing.Size(80, 32) Me.txbDuFullDay.TabIndex = 1 Me.txbDuFullDay.Text = "0000" Me.txbDuFullDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbDuFullSec ' Me.txbDuFullSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDuFullSec.Location = New System.Drawing.Point(280, 45) Me.txbDuFullSec.Name = "txbDuFullSec" Me.txbDuFullSec.Size = New System.Drawing.Size(45, 32) Me.txbDuFullSec.TabIndex = 7 Me.txbDuFullSec.Text = "00" Me.txbDuFullSec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbDuFullMin ' Me.lbDuFullMin.AutoSize = True Me.lbDuFullMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDuFullMin.Location = New System.Drawing.Point(245, 48) Me.lbDuFullMin.Name = "lbDuFullMin" Me.lbDuFullMin.Size = New System.Drawing.Size(28, 24) Me.lbDuFullMin.TabIndex = 6 Me.lbDuFullMin.Text = "분" ' 'txbDuFullMin ' Me.txbDuFullMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDuFullMin.Location = New System.Drawing.Point(200, 45) Me.txbDuFullMin.Name = "txbDuFullMin" Me.txbDuFullMin.Size = New System.Drawing.Size(45, 32) Me.txbDuFullMin.TabIndex = 5 Me.txbDuFullMin.Text = "00" Me.txbDuFullMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbDuFullHour ' Me.lbDuFullHour.AutoSize = True Me.lbDuFullHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDuFullHour.Location = New System.Drawing.Point(165, 48) Me.lbDuFullHour.Name = "lbDuFullHour" Me.lbDuFullHour.Size = New System.Drawing.Size(28, 24) Me.lbDuFullHour.TabIndex = 4 Me.lbDuFullHour.Text = "시" ' 'txbDuFullHour ' Me.txbDuFullHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDuFullHour.Location = New System.Drawing.Point(120, 45) Me.txbDuFullHour.Name = "txbDuFullHour" Me.txbDuFullHour.Size = New System.Drawing.Size(45, 32) Me.txbDuFullHour.TabIndex = 3 Me.txbDuFullHour.Text = "00" Me.txbDuFullHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbDuFullDay ' Me.lbDuFullDay.AutoSize = True Me.lbDuFullDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDuFullDay.Location = New System.Drawing.Point(85, 48) Me.lbDuFullDay.Name = "lbDuFullDay" Me.lbDuFullDay.Size = New System.Drawing.Size(28, 24) Me.lbDuFullDay.TabIndex = 2 Me.lbDuFullDay.Text = "일" ' 'lbDuFull ' Me.lbDuFull.AutoSize = True Me.lbDuFull.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDuFull.Location = New System.Drawing.Point(5, 7) Me.lbDuFull.Name = "lbDuFull" Me.lbDuFull.Size = New System.Drawing.Size(124, 27) Me.lbDuFull.TabIndex = 0 Me.lbDuFull.Text = "총 사용 시간" ' 'gbDevice ' Me.gbDevice.Controls.Add(Me.gbDvInfo) Me.gbDevice.Controls.Add(Me.gbDvAuth) Me.gbDevice.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbDevice.Location = New System.Drawing.Point(810, 5) Me.gbDevice.Name = "gbDevice" Me.gbDevice.Size = New System.Drawing.Size(400, 505) Me.gbDevice.TabIndex = 1 Me.gbDevice.TabStop = False Me.gbDevice.Text = "본체 설정" ' 'gbDvInfo ' Me.gbDvInfo.Controls.Add(Me.pnDvAgency) Me.gbDvInfo.Controls.Add(Me.pnDvAbroad) Me.gbDvInfo.Controls.Add(Me.pnDvResult) Me.gbDvInfo.Controls.Add(Me.pnDvSerial) Me.gbDvInfo.Controls.Add(Me.pnDvMoTy) Me.gbDvInfo.Controls.Add(Me.pnDvDate) Me.gbDvInfo.Controls.Add(Me.pnDvCode) Me.gbDvInfo.Controls.Add(Me.pnDvNumber) Me.gbDvInfo.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbDvInfo.Location = New System.Drawing.Point(10, 125) Me.gbDvInfo.Name = "gbDvInfo" Me.gbDvInfo.Size = New System.Drawing.Size(380, 365) Me.gbDvInfo.TabIndex = 54 Me.gbDvInfo.TabStop = False Me.gbDvInfo.Text = "제품 정보 설정" ' 'pnDvAgency ' Me.pnDvAgency.Controls.Add(Me.txbDvAgency) Me.pnDvAgency.Controls.Add(Me.lbDvAgency) Me.pnDvAgency.Location = New System.Drawing.Point(10, 270) Me.pnDvAgency.Name = "pnDvAgency" Me.pnDvAgency.Size = New System.Drawing.Size(360, 40) Me.pnDvAgency.TabIndex = 7 ' 'txbDvAgency ' Me.txbDvAgency.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDvAgency.Location = New System.Drawing.Point(145, 5) Me.txbDvAgency.Name = "txbDvAgency" Me.txbDvAgency.Size = New System.Drawing.Size(205, 32) Me.txbDvAgency.TabIndex = 1 ' 'lbDvAgency ' Me.lbDvAgency.AutoSize = True Me.lbDvAgency.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDvAgency.Location = New System.Drawing.Point(5, 7) Me.lbDvAgency.Name = "lbDvAgency" Me.lbDvAgency.Size = New System.Drawing.Size(100, 24) Me.lbDvAgency.TabIndex = 0 Me.lbDvAgency.Text = "대리점코드" ' 'pnDvAbroad ' Me.pnDvAbroad.Controls.Add(Me.txbDvAbroad) Me.pnDvAbroad.Controls.Add(Me.lbDvAbroad) Me.pnDvAbroad.Location = New System.Drawing.Point(10, 230) Me.pnDvAbroad.Name = "pnDvAbroad" Me.pnDvAbroad.Size = New System.Drawing.Size(360, 40) Me.pnDvAbroad.TabIndex = 6 ' 'txbDvAbroad ' Me.txbDvAbroad.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDvAbroad.Location = New System.Drawing.Point(145, 5) Me.txbDvAbroad.Name = "txbDvAbroad" Me.txbDvAbroad.Size = New System.Drawing.Size(205, 32) Me.txbDvAbroad.TabIndex = 1 ' 'lbDvAbroad ' Me.lbDvAbroad.AutoSize = True Me.lbDvAbroad.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDvAbroad.Location = New System.Drawing.Point(23, 7) Me.lbDvAbroad.Name = "lbDvAbroad" Me.lbDvAbroad.Size = New System.Drawing.Size(82, 24) Me.lbDvAbroad.TabIndex = 0 Me.lbDvAbroad.Text = "국가코드" ' 'pnDvResult ' Me.pnDvResult.Controls.Add(Me.btnDvWrite) Me.pnDvResult.Controls.Add(Me.btnDvRead) Me.pnDvResult.Controls.Add(Me.txbDvInfoBox) Me.pnDvResult.Location = New System.Drawing.Point(10, 310) Me.pnDvResult.Name = "pnDvResult" Me.pnDvResult.Size = New System.Drawing.Size(360, 50) Me.pnDvResult.TabIndex = 5 ' 'btnDvWrite ' Me.btnDvWrite.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnDvWrite.Location = New System.Drawing.Point(250, 5) Me.btnDvWrite.Name = "btnDvWrite" Me.btnDvWrite.Size = New System.Drawing.Size(105, 40) Me.btnDvWrite.TabIndex = 47 Me.btnDvWrite.Text = "쓰기" Me.btnDvWrite.UseVisualStyleBackColor = True ' 'btnDvRead ' Me.btnDvRead.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnDvRead.Location = New System.Drawing.Point(145, 5) Me.btnDvRead.Name = "btnDvRead" Me.btnDvRead.Size = New System.Drawing.Size(105, 40) Me.btnDvRead.TabIndex = 46 Me.btnDvRead.Text = "읽기" Me.btnDvRead.UseVisualStyleBackColor = True ' 'txbDvInfoBox ' Me.txbDvInfoBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbDvInfoBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDvInfoBox.ForeColor = System.Drawing.Color.White Me.txbDvInfoBox.Location = New System.Drawing.Point(10, 12) Me.txbDvInfoBox.Name = "txbDvInfoBox" Me.txbDvInfoBox.Size = New System.Drawing.Size(130, 29) Me.txbDvInfoBox.TabIndex = 45 Me.txbDvInfoBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbDvInfoBox.Visible = False ' 'pnDvSerial ' Me.pnDvSerial.Controls.Add(Me.nudDvSerial) Me.pnDvSerial.Controls.Add(Me.lbDvSerial) Me.pnDvSerial.Location = New System.Drawing.Point(10, 190) Me.pnDvSerial.Name = "pnDvSerial" Me.pnDvSerial.Size = New System.Drawing.Size(360, 40) Me.pnDvSerial.TabIndex = 4 ' 'nudDvSerial ' Me.nudDvSerial.Location = New System.Drawing.Point(145, 5) Me.nudDvSerial.Maximum = New Decimal(New Integer() {500000, 0, 0, 0}) Me.nudDvSerial.Name = "nudDvSerial" Me.nudDvSerial.Size = New System.Drawing.Size(205, 32) Me.nudDvSerial.TabIndex = 4 ' 'lbDvSerial ' Me.lbDvSerial.AutoSize = True Me.lbDvSerial.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDvSerial.Location = New System.Drawing.Point(5, 7) Me.lbDvSerial.Name = "lbDvSerial" Me.lbDvSerial.Size = New System.Drawing.Size(100, 24) Me.lbDvSerial.TabIndex = 0 Me.lbDvSerial.Text = "시리얼번호" ' 'pnDvMoTy ' Me.pnDvMoTy.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnDvMoTy.Controls.Add(Me.pnDvModel) Me.pnDvMoTy.Location = New System.Drawing.Point(10, 150) Me.pnDvMoTy.Name = "pnDvMoTy" Me.pnDvMoTy.Size = New System.Drawing.Size(360, 40) Me.pnDvMoTy.TabIndex = 3 ' 'pnDvModel ' Me.pnDvModel.Controls.Add(Me.rdbDvALPHA) Me.pnDvModel.Controls.Add(Me.rdbDvLUX) Me.pnDvModel.Controls.Add(Me.rdbDvPRO) Me.pnDvModel.Controls.Add(Me.lbDvModel) Me.pnDvModel.Location = New System.Drawing.Point(0, 0) Me.pnDvModel.Name = "pnDvModel" Me.pnDvModel.Size = New System.Drawing.Size(360, 40) Me.pnDvModel.TabIndex = 1 ' 'rdbDvALPHA ' Me.rdbDvALPHA.AutoSize = True Me.rdbDvALPHA.Location = New System.Drawing.Point(260, 7) Me.rdbDvALPHA.Name = "rdbDvALPHA" Me.rdbDvALPHA.Size = New System.Drawing.Size(91, 28) Me.rdbDvALPHA.TabIndex = 3 Me.rdbDvALPHA.TabStop = True Me.rdbDvALPHA.Text = "ALPHA" Me.rdbDvALPHA.UseVisualStyleBackColor = True ' 'rdbDvLUX ' Me.rdbDvLUX.AutoSize = True Me.rdbDvLUX.Location = New System.Drawing.Point(182, 7) Me.rdbDvLUX.Name = "rdbDvLUX" Me.rdbDvLUX.Size = New System.Drawing.Size(67, 28) Me.rdbDvLUX.TabIndex = 2 Me.rdbDvLUX.TabStop = True Me.rdbDvLUX.Text = "LUX" Me.rdbDvLUX.UseVisualStyleBackColor = True ' 'rdbDvPRO ' Me.rdbDvPRO.AutoSize = True Me.rdbDvPRO.Location = New System.Drawing.Point(110, 7) Me.rdbDvPRO.Name = "rdbDvPRO" Me.rdbDvPRO.Size = New System.Drawing.Size(66, 28) Me.rdbDvPRO.TabIndex = 1 Me.rdbDvPRO.TabStop = True Me.rdbDvPRO.Text = "PRO" Me.rdbDvPRO.UseVisualStyleBackColor = True ' 'lbDvModel ' Me.lbDvModel.AutoSize = True Me.lbDvModel.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDvModel.Location = New System.Drawing.Point(23, 7) Me.lbDvModel.Name = "lbDvModel" Me.lbDvModel.Size = New System.Drawing.Size(82, 24) Me.lbDvModel.TabIndex = 0 Me.lbDvModel.Text = "모델종류" ' 'pnDvDate ' Me.pnDvDate.Controls.Add(Me.nudDvMonth) Me.pnDvDate.Controls.Add(Me.nudDvYear) Me.pnDvDate.Controls.Add(Me.lbDvMonth) Me.pnDvDate.Controls.Add(Me.lbDvYear) Me.pnDvDate.Controls.Add(Me.lbDvDate) Me.pnDvDate.Location = New System.Drawing.Point(10, 110) Me.pnDvDate.Name = "pnDvDate" Me.pnDvDate.Size = New System.Drawing.Size(360, 40) Me.pnDvDate.TabIndex = 2 ' 'nudDvMonth ' Me.nudDvMonth.Location = New System.Drawing.Point(285, 5) Me.nudDvMonth.Name = "nudDvMonth" Me.nudDvMonth.Size = New System.Drawing.Size(65, 32) Me.nudDvMonth.TabIndex = 4 ' 'nudDvYear ' Me.nudDvYear.Location = New System.Drawing.Point(175, 5) Me.nudDvYear.Name = "nudDvYear" Me.nudDvYear.Size = New System.Drawing.Size(65, 32) Me.nudDvYear.TabIndex = 3 ' 'lbDvMonth ' Me.lbDvMonth.AutoSize = True Me.lbDvMonth.Location = New System.Drawing.Point(250, 8) Me.lbDvMonth.Name = "lbDvMonth" Me.lbDvMonth.Size = New System.Drawing.Size(28, 24) Me.lbDvMonth.TabIndex = 2 Me.lbDvMonth.Text = "월" ' 'lbDvYear ' Me.lbDvYear.AutoSize = True Me.lbDvYear.Location = New System.Drawing.Point(140, 8) Me.lbDvYear.Name = "lbDvYear" Me.lbDvYear.Size = New System.Drawing.Size(28, 24) Me.lbDvYear.TabIndex = 1 Me.lbDvYear.Text = "년" ' 'lbDvDate ' Me.lbDvDate.AutoSize = True Me.lbDvDate.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDvDate.Location = New System.Drawing.Point(23, 7) Me.lbDvDate.Name = "lbDvDate" Me.lbDvDate.Size = New System.Drawing.Size(82, 24) Me.lbDvDate.TabIndex = 0 Me.lbDvDate.Text = "제조일자" ' 'pnDvCode ' Me.pnDvCode.Controls.Add(Me.txbDvCode) Me.pnDvCode.Controls.Add(Me.lbDvCode) Me.pnDvCode.Location = New System.Drawing.Point(10, 70) Me.pnDvCode.Name = "pnDvCode" Me.pnDvCode.Size = New System.Drawing.Size(360, 40) Me.pnDvCode.TabIndex = 1 ' 'txbDvCode ' Me.txbDvCode.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDvCode.Location = New System.Drawing.Point(145, 5) Me.txbDvCode.Name = "txbDvCode" Me.txbDvCode.Size = New System.Drawing.Size(205, 32) Me.txbDvCode.TabIndex = 1 ' 'lbDvCode ' Me.lbDvCode.AutoSize = True Me.lbDvCode.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDvCode.Location = New System.Drawing.Point(5, 7) Me.lbDvCode.Name = "lbDvCode" Me.lbDvCode.Size = New System.Drawing.Size(100, 24) Me.lbDvCode.TabIndex = 0 Me.lbDvCode.Text = "제조사코드" ' 'pnDvNumber ' Me.pnDvNumber.Controls.Add(Me.txbDvNumber) Me.pnDvNumber.Controls.Add(Me.lbDvNumber) Me.pnDvNumber.Location = New System.Drawing.Point(10, 30) Me.pnDvNumber.Name = "pnDvNumber" Me.pnDvNumber.Size = New System.Drawing.Size(360, 40) Me.pnDvNumber.TabIndex = 0 ' 'txbDvNumber ' Me.txbDvNumber.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDvNumber.Location = New System.Drawing.Point(145, 5) Me.txbDvNumber.Name = "txbDvNumber" Me.txbDvNumber.Size = New System.Drawing.Size(205, 32) Me.txbDvNumber.TabIndex = 1 ' 'lbDvNumber ' Me.lbDvNumber.AutoSize = True Me.lbDvNumber.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbDvNumber.Location = New System.Drawing.Point(5, 7) Me.lbDvNumber.Name = "lbDvNumber" Me.lbDvNumber.Size = New System.Drawing.Size(100, 24) Me.lbDvNumber.TabIndex = 0 Me.lbDvNumber.Text = "바코드넘버" ' 'gbDvAuth ' Me.gbDvAuth.Controls.Add(Me.btnDvAuth) Me.gbDvAuth.Controls.Add(Me.txbDvAuthBox) Me.gbDvAuth.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbDvAuth.Location = New System.Drawing.Point(10, 35) Me.gbDvAuth.Name = "gbDvAuth" Me.gbDvAuth.Size = New System.Drawing.Size(380, 70) Me.gbDvAuth.TabIndex = 53 Me.gbDvAuth.TabStop = False Me.gbDvAuth.Text = "인증코드설정" ' 'btnDvAuth ' Me.btnDvAuth.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnDvAuth.Location = New System.Drawing.Point(160, 27) Me.btnDvAuth.Name = "btnDvAuth" Me.btnDvAuth.Size = New System.Drawing.Size(210, 35) Me.btnDvAuth.TabIndex = 45 Me.btnDvAuth.Text = "카트리지" Me.btnDvAuth.UseVisualStyleBackColor = True ' 'txbDvAuthBox ' Me.txbDvAuthBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbDvAuthBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDvAuthBox.ForeColor = System.Drawing.Color.White Me.txbDvAuthBox.Location = New System.Drawing.Point(20, 30) Me.txbDvAuthBox.Name = "txbDvAuthBox" Me.txbDvAuthBox.Size = New System.Drawing.Size(130, 29) Me.txbDvAuthBox.TabIndex = 44 Me.txbDvAuthBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbDvAuthBox.Visible = False ' 'tcAltoUse ' Me.tcAltoUse.Controls.Add(Me.tpALFunc1) Me.tcAltoUse.Controls.Add(Me.tpALFunc2) Me.tcAltoUse.Controls.Add(Me.tpALTOFull) Me.tcAltoUse.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.tcAltoUse.Location = New System.Drawing.Point(6, 34) Me.tcAltoUse.Name = "tcAltoUse" Me.tcAltoUse.SelectedIndex = 0 Me.tcAltoUse.Size = New System.Drawing.Size(380, 455) Me.tcAltoUse.TabIndex = 57 ' 'tpALFunc1 ' Me.tpALFunc1.BackColor = System.Drawing.SystemColors.Control Me.tpALFunc1.Controls.Add(Me.pnALCsTime) Me.tpALFunc1.Controls.Add(Me.pnALEtTime) Me.tpALFunc1.Controls.Add(Me.pnALFtTime) Me.tpALFunc1.Controls.Add(Me.pnALFuncBox1) Me.tpALFunc1.Location = New System.Drawing.Point(4, 30) Me.tpALFunc1.Name = "tpALFunc1" Me.tpALFunc1.Padding = New System.Windows.Forms.Padding(3) Me.tpALFunc1.Size = New System.Drawing.Size(372, 421) Me.tpALFunc1.TabIndex = 1 Me.tpALFunc1.Text = "Func-1" ' 'pnALCsTime ' Me.pnALCsTime.Controls.Add(Me.lbALCsSec) Me.pnALCsTime.Controls.Add(Me.txbALCsDay) Me.pnALCsTime.Controls.Add(Me.txbALCsSec) Me.pnALCsTime.Controls.Add(Me.lbALCsMin) Me.pnALCsTime.Controls.Add(Me.txbALCsMin) Me.pnALCsTime.Controls.Add(Me.lbALCsHour) Me.pnALCsTime.Controls.Add(Me.txbALCsHour) Me.pnALCsTime.Controls.Add(Me.lbALCsDay) Me.pnALCsTime.Controls.Add(Me.lbALCsTime) Me.pnALCsTime.Location = New System.Drawing.Point(6, 185) Me.pnALCsTime.Name = "pnALCsTime" Me.pnALCsTime.Size = New System.Drawing.Size(360, 90) Me.pnALCsTime.TabIndex = 55 ' 'lbALCsSec ' Me.lbALCsSec.AutoSize = True Me.lbALCsSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALCsSec.Location = New System.Drawing.Point(325, 48) Me.lbALCsSec.Name = "lbALCsSec" Me.lbALCsSec.Size = New System.Drawing.Size(28, 24) Me.lbALCsSec.TabIndex = 8 Me.lbALCsSec.Text = "초" ' 'txbALCsDay ' Me.txbALCsDay.BackColor = System.Drawing.Color.White Me.txbALCsDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALCsDay.Location = New System.Drawing.Point(5, 45) Me.txbALCsDay.Name = "txbALCsDay" Me.txbALCsDay.ReadOnly = True Me.txbALCsDay.Size = New System.Drawing.Size(80, 32) Me.txbALCsDay.TabIndex = 1 Me.txbALCsDay.Text = "0000" Me.txbALCsDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbALCsSec ' Me.txbALCsSec.BackColor = System.Drawing.Color.White Me.txbALCsSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALCsSec.Location = New System.Drawing.Point(280, 45) Me.txbALCsSec.Name = "txbALCsSec" Me.txbALCsSec.ReadOnly = True Me.txbALCsSec.Size = New System.Drawing.Size(45, 32) Me.txbALCsSec.TabIndex = 7 Me.txbALCsSec.Text = "00" Me.txbALCsSec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALCsMin ' Me.lbALCsMin.AutoSize = True Me.lbALCsMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALCsMin.Location = New System.Drawing.Point(245, 48) Me.lbALCsMin.Name = "lbALCsMin" Me.lbALCsMin.Size = New System.Drawing.Size(28, 24) Me.lbALCsMin.TabIndex = 6 Me.lbALCsMin.Text = "분" ' 'txbALCsMin ' Me.txbALCsMin.BackColor = System.Drawing.Color.White Me.txbALCsMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALCsMin.Location = New System.Drawing.Point(200, 45) Me.txbALCsMin.Name = "txbALCsMin" Me.txbALCsMin.ReadOnly = True Me.txbALCsMin.Size = New System.Drawing.Size(45, 32) Me.txbALCsMin.TabIndex = 5 Me.txbALCsMin.Text = "00" Me.txbALCsMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALCsHour ' Me.lbALCsHour.AutoSize = True Me.lbALCsHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALCsHour.Location = New System.Drawing.Point(165, 48) Me.lbALCsHour.Name = "lbALCsHour" Me.lbALCsHour.Size = New System.Drawing.Size(28, 24) Me.lbALCsHour.TabIndex = 4 Me.lbALCsHour.Text = "시" ' 'txbALCsHour ' Me.txbALCsHour.BackColor = System.Drawing.Color.White Me.txbALCsHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALCsHour.Location = New System.Drawing.Point(120, 45) Me.txbALCsHour.Name = "txbALCsHour" Me.txbALCsHour.ReadOnly = True Me.txbALCsHour.Size = New System.Drawing.Size(45, 32) Me.txbALCsHour.TabIndex = 3 Me.txbALCsHour.Text = "00" Me.txbALCsHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALCsDay ' Me.lbALCsDay.AutoSize = True Me.lbALCsDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALCsDay.Location = New System.Drawing.Point(85, 48) Me.lbALCsDay.Name = "lbALCsDay" Me.lbALCsDay.Size = New System.Drawing.Size(28, 24) Me.lbALCsDay.TabIndex = 2 Me.lbALCsDay.Text = "일" ' 'lbALCsTime ' Me.lbALCsTime.AutoSize = True Me.lbALCsTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALCsTime.Location = New System.Drawing.Point(5, 7) Me.lbALCsTime.Name = "lbALCsTime" Me.lbALCsTime.Size = New System.Drawing.Size(180, 27) Me.lbALCsTime.TabIndex = 0 Me.lbALCsTime.Text = "Cos-Up 사용 시간" ' 'pnALEtTime ' Me.pnALEtTime.Controls.Add(Me.lbALEtSec) Me.pnALEtTime.Controls.Add(Me.txbALEtDay) Me.pnALEtTime.Controls.Add(Me.txbALEtSec) Me.pnALEtTime.Controls.Add(Me.lbALEtMin) Me.pnALEtTime.Controls.Add(Me.txbALEtMin) Me.pnALEtTime.Controls.Add(Me.lbALEtHour) Me.pnALEtTime.Controls.Add(Me.txbALEtHour) Me.pnALEtTime.Controls.Add(Me.lbALEtDay) Me.pnALEtTime.Controls.Add(Me.lbALEtTime) Me.pnALEtTime.Location = New System.Drawing.Point(6, 95) Me.pnALEtTime.Name = "pnALEtTime" Me.pnALEtTime.Size = New System.Drawing.Size(360, 90) Me.pnALEtTime.TabIndex = 49 ' 'lbALEtSec ' Me.lbALEtSec.AutoSize = True Me.lbALEtSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALEtSec.Location = New System.Drawing.Point(325, 48) Me.lbALEtSec.Name = "lbALEtSec" Me.lbALEtSec.Size = New System.Drawing.Size(28, 24) Me.lbALEtSec.TabIndex = 8 Me.lbALEtSec.Text = "초" ' 'txbALEtDay ' Me.txbALEtDay.BackColor = System.Drawing.Color.White Me.txbALEtDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALEtDay.Location = New System.Drawing.Point(5, 45) Me.txbALEtDay.Name = "txbALEtDay" Me.txbALEtDay.ReadOnly = True Me.txbALEtDay.Size = New System.Drawing.Size(80, 32) Me.txbALEtDay.TabIndex = 1 Me.txbALEtDay.Text = "0000" Me.txbALEtDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbALEtSec ' Me.txbALEtSec.BackColor = System.Drawing.Color.White Me.txbALEtSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALEtSec.Location = New System.Drawing.Point(280, 45) Me.txbALEtSec.Name = "txbALEtSec" Me.txbALEtSec.ReadOnly = True Me.txbALEtSec.Size = New System.Drawing.Size(45, 32) Me.txbALEtSec.TabIndex = 7 Me.txbALEtSec.Text = "00" Me.txbALEtSec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALEtMin ' Me.lbALEtMin.AutoSize = True Me.lbALEtMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALEtMin.Location = New System.Drawing.Point(245, 48) Me.lbALEtMin.Name = "lbALEtMin" Me.lbALEtMin.Size = New System.Drawing.Size(28, 24) Me.lbALEtMin.TabIndex = 6 Me.lbALEtMin.Text = "분" ' 'txbALEtMin ' Me.txbALEtMin.BackColor = System.Drawing.Color.White Me.txbALEtMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALEtMin.Location = New System.Drawing.Point(200, 45) Me.txbALEtMin.Name = "txbALEtMin" Me.txbALEtMin.ReadOnly = True Me.txbALEtMin.Size = New System.Drawing.Size(45, 32) Me.txbALEtMin.TabIndex = 5 Me.txbALEtMin.Text = "00" Me.txbALEtMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALEtHour ' Me.lbALEtHour.AutoSize = True Me.lbALEtHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALEtHour.Location = New System.Drawing.Point(165, 48) Me.lbALEtHour.Name = "lbALEtHour" Me.lbALEtHour.Size = New System.Drawing.Size(28, 24) Me.lbALEtHour.TabIndex = 4 Me.lbALEtHour.Text = "시" ' 'txbALEtHour ' Me.txbALEtHour.BackColor = System.Drawing.Color.White Me.txbALEtHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALEtHour.Location = New System.Drawing.Point(120, 45) Me.txbALEtHour.Name = "txbALEtHour" Me.txbALEtHour.ReadOnly = True Me.txbALEtHour.Size = New System.Drawing.Size(45, 32) Me.txbALEtHour.TabIndex = 3 Me.txbALEtHour.Text = "00" Me.txbALEtHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALEtDay ' Me.lbALEtDay.AutoSize = True Me.lbALEtDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALEtDay.Location = New System.Drawing.Point(85, 48) Me.lbALEtDay.Name = "lbALEtDay" Me.lbALEtDay.Size = New System.Drawing.Size(28, 24) Me.lbALEtDay.TabIndex = 2 Me.lbALEtDay.Text = "일" ' 'lbALEtTime ' Me.lbALEtTime.AutoSize = True Me.lbALEtTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALEtTime.Location = New System.Drawing.Point(5, 7) Me.lbALEtTime.Name = "lbALEtTime" Me.lbALEtTime.Size = New System.Drawing.Size(281, 27) Me.lbALEtTime.TabIndex = 0 Me.lbALEtTime.Text = "EYE - Tight Up 총 사용 시간" ' 'pnALFtTime ' Me.pnALFtTime.Controls.Add(Me.lbALFtSec) Me.pnALFtTime.Controls.Add(Me.txbALFtDay) Me.pnALFtTime.Controls.Add(Me.txbALFtSec) Me.pnALFtTime.Controls.Add(Me.lbALFtMin) Me.pnALFtTime.Controls.Add(Me.txbALFtMin) Me.pnALFtTime.Controls.Add(Me.lbALFtHour) Me.pnALFtTime.Controls.Add(Me.txbALFtHour) Me.pnALFtTime.Controls.Add(Me.lbALFtDay) Me.pnALFtTime.Controls.Add(Me.lbALFtTime) Me.pnALFtTime.Location = New System.Drawing.Point(6, 5) Me.pnALFtTime.Name = "pnALFtTime" Me.pnALFtTime.Size = New System.Drawing.Size(360, 90) Me.pnALFtTime.TabIndex = 48 ' 'lbALFtSec ' Me.lbALFtSec.AutoSize = True Me.lbALFtSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALFtSec.Location = New System.Drawing.Point(325, 48) Me.lbALFtSec.Name = "lbALFtSec" Me.lbALFtSec.Size = New System.Drawing.Size(28, 24) Me.lbALFtSec.TabIndex = 8 Me.lbALFtSec.Text = "초" ' 'txbALFtDay ' Me.txbALFtDay.BackColor = System.Drawing.Color.White Me.txbALFtDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALFtDay.Location = New System.Drawing.Point(5, 45) Me.txbALFtDay.Name = "txbALFtDay" Me.txbALFtDay.ReadOnly = True Me.txbALFtDay.Size = New System.Drawing.Size(80, 32) Me.txbALFtDay.TabIndex = 1 Me.txbALFtDay.Text = "0000" Me.txbALFtDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbALFtSec ' Me.txbALFtSec.BackColor = System.Drawing.Color.White Me.txbALFtSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALFtSec.Location = New System.Drawing.Point(280, 45) Me.txbALFtSec.Name = "txbALFtSec" Me.txbALFtSec.ReadOnly = True Me.txbALFtSec.Size = New System.Drawing.Size(45, 32) Me.txbALFtSec.TabIndex = 7 Me.txbALFtSec.Text = "00" Me.txbALFtSec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALFtMin ' Me.lbALFtMin.AutoSize = True Me.lbALFtMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALFtMin.Location = New System.Drawing.Point(245, 48) Me.lbALFtMin.Name = "lbALFtMin" Me.lbALFtMin.Size = New System.Drawing.Size(28, 24) Me.lbALFtMin.TabIndex = 6 Me.lbALFtMin.Text = "분" ' 'txbALFtMin ' Me.txbALFtMin.BackColor = System.Drawing.Color.White Me.txbALFtMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALFtMin.Location = New System.Drawing.Point(200, 45) Me.txbALFtMin.Name = "txbALFtMin" Me.txbALFtMin.ReadOnly = True Me.txbALFtMin.Size = New System.Drawing.Size(45, 32) Me.txbALFtMin.TabIndex = 5 Me.txbALFtMin.Text = "00" Me.txbALFtMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALFtHour ' Me.lbALFtHour.AutoSize = True Me.lbALFtHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALFtHour.Location = New System.Drawing.Point(165, 48) Me.lbALFtHour.Name = "lbALFtHour" Me.lbALFtHour.Size = New System.Drawing.Size(28, 24) Me.lbALFtHour.TabIndex = 4 Me.lbALFtHour.Text = "시" ' 'txbALFtHour ' Me.txbALFtHour.BackColor = System.Drawing.Color.White Me.txbALFtHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALFtHour.Location = New System.Drawing.Point(120, 45) Me.txbALFtHour.Name = "txbALFtHour" Me.txbALFtHour.ReadOnly = True Me.txbALFtHour.Size = New System.Drawing.Size(45, 32) Me.txbALFtHour.TabIndex = 3 Me.txbALFtHour.Text = "00" Me.txbALFtHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALFtDay ' Me.lbALFtDay.AutoSize = True Me.lbALFtDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALFtDay.Location = New System.Drawing.Point(85, 48) Me.lbALFtDay.Name = "lbALFtDay" Me.lbALFtDay.Size = New System.Drawing.Size(28, 24) Me.lbALFtDay.TabIndex = 2 Me.lbALFtDay.Text = "일" ' 'lbALFtTime ' Me.lbALFtTime.AutoSize = True Me.lbALFtTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALFtTime.Location = New System.Drawing.Point(5, 7) Me.lbALFtTime.Name = "lbALFtTime" Me.lbALFtTime.Size = New System.Drawing.Size(294, 27) Me.lbALFtTime.TabIndex = 0 Me.lbALFtTime.Text = "FACE - Tight Up 총 사용 시간" ' 'pnALFuncBox1 ' Me.pnALFuncBox1.Controls.Add(Me.btnALFuncReset1) Me.pnALFuncBox1.Controls.Add(Me.btnALFuncRead1) Me.pnALFuncBox1.Controls.Add(Me.txbALFuncBox1) Me.pnALFuncBox1.Location = New System.Drawing.Point(6, 320) Me.pnALFuncBox1.Name = "pnALFuncBox1" Me.pnALFuncBox1.Size = New System.Drawing.Size(360, 93) Me.pnALFuncBox1.TabIndex = 54 ' 'btnALFuncReset1 ' Me.btnALFuncReset1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnALFuncReset1.ForeColor = System.Drawing.Color.Red Me.btnALFuncReset1.Location = New System.Drawing.Point(10, 5) Me.btnALFuncReset1.Name = "btnALFuncReset1" Me.btnALFuncReset1.Size = New System.Drawing.Size(170, 50) Me.btnALFuncReset1.TabIndex = 48 Me.btnALFuncReset1.Text = "사용 시간 초기화" Me.btnALFuncReset1.UseVisualStyleBackColor = True ' 'btnALFuncRead1 ' Me.btnALFuncRead1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnALFuncRead1.Location = New System.Drawing.Point(180, 5) Me.btnALFuncRead1.Name = "btnALFuncRead1" Me.btnALFuncRead1.Size = New System.Drawing.Size(170, 50) Me.btnALFuncRead1.TabIndex = 46 Me.btnALFuncRead1.Text = "읽기" Me.btnALFuncRead1.UseVisualStyleBackColor = True ' 'txbALFuncBox1 ' Me.txbALFuncBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbALFuncBox1.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALFuncBox1.ForeColor = System.Drawing.Color.White Me.txbALFuncBox1.Location = New System.Drawing.Point(10, 60) Me.txbALFuncBox1.Name = "txbALFuncBox1" Me.txbALFuncBox1.Size = New System.Drawing.Size(340, 29) Me.txbALFuncBox1.TabIndex = 45 Me.txbALFuncBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbALFuncBox1.Visible = False ' 'tpALFunc2 ' Me.tpALFunc2.BackColor = System.Drawing.SystemColors.Control Me.tpALFunc2.Controls.Add(Me.pnALLtTime) Me.tpALFunc2.Controls.Add(Me.pnALFuncBox2) Me.tpALFunc2.Controls.Add(Me.pnALBtTime) Me.tpALFunc2.Location = New System.Drawing.Point(4, 30) Me.tpALFunc2.Name = "tpALFunc2" Me.tpALFunc2.Padding = New System.Windows.Forms.Padding(3) Me.tpALFunc2.Size = New System.Drawing.Size(372, 421) Me.tpALFunc2.TabIndex = 2 Me.tpALFunc2.Text = "Func-2" ' 'pnALLtTime ' Me.pnALLtTime.Controls.Add(Me.lbALLtSec) Me.pnALLtTime.Controls.Add(Me.txbALLtDay) Me.pnALLtTime.Controls.Add(Me.txbALLtSec) Me.pnALLtTime.Controls.Add(Me.lbALLtMin) Me.pnALLtTime.Controls.Add(Me.txbALLtMin) Me.pnALLtTime.Controls.Add(Me.lbALLtHour) Me.pnALLtTime.Controls.Add(Me.txbALLtHour) Me.pnALLtTime.Controls.Add(Me.lbALLtDay) Me.pnALLtTime.Controls.Add(Me.lbALLtTime) Me.pnALLtTime.Location = New System.Drawing.Point(6, 5) Me.pnALLtTime.Name = "pnALLtTime" Me.pnALLtTime.Size = New System.Drawing.Size(360, 90) Me.pnALLtTime.TabIndex = 56 ' 'lbALLtSec ' Me.lbALLtSec.AutoSize = True Me.lbALLtSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALLtSec.Location = New System.Drawing.Point(325, 48) Me.lbALLtSec.Name = "lbALLtSec" Me.lbALLtSec.Size = New System.Drawing.Size(28, 24) Me.lbALLtSec.TabIndex = 8 Me.lbALLtSec.Text = "초" ' 'txbALLtDay ' Me.txbALLtDay.BackColor = System.Drawing.Color.White Me.txbALLtDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALLtDay.Location = New System.Drawing.Point(5, 45) Me.txbALLtDay.Name = "txbALLtDay" Me.txbALLtDay.ReadOnly = True Me.txbALLtDay.Size = New System.Drawing.Size(80, 32) Me.txbALLtDay.TabIndex = 1 Me.txbALLtDay.Text = "0000" Me.txbALLtDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbALLtSec ' Me.txbALLtSec.BackColor = System.Drawing.Color.White Me.txbALLtSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALLtSec.Location = New System.Drawing.Point(280, 45) Me.txbALLtSec.Name = "txbALLtSec" Me.txbALLtSec.ReadOnly = True Me.txbALLtSec.Size = New System.Drawing.Size(45, 32) Me.txbALLtSec.TabIndex = 7 Me.txbALLtSec.Text = "00" Me.txbALLtSec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALLtMin ' Me.lbALLtMin.AutoSize = True Me.lbALLtMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALLtMin.Location = New System.Drawing.Point(245, 48) Me.lbALLtMin.Name = "lbALLtMin" Me.lbALLtMin.Size = New System.Drawing.Size(28, 24) Me.lbALLtMin.TabIndex = 6 Me.lbALLtMin.Text = "분" ' 'txbALLtMin ' Me.txbALLtMin.BackColor = System.Drawing.Color.White Me.txbALLtMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALLtMin.Location = New System.Drawing.Point(200, 45) Me.txbALLtMin.Name = "txbALLtMin" Me.txbALLtMin.ReadOnly = True Me.txbALLtMin.Size = New System.Drawing.Size(45, 32) Me.txbALLtMin.TabIndex = 5 Me.txbALLtMin.Text = "00" Me.txbALLtMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALLtHour ' Me.lbALLtHour.AutoSize = True Me.lbALLtHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALLtHour.Location = New System.Drawing.Point(165, 48) Me.lbALLtHour.Name = "lbALLtHour" Me.lbALLtHour.Size = New System.Drawing.Size(28, 24) Me.lbALLtHour.TabIndex = 4 Me.lbALLtHour.Text = "시" ' 'txbALLtHour ' Me.txbALLtHour.BackColor = System.Drawing.Color.White Me.txbALLtHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALLtHour.Location = New System.Drawing.Point(120, 45) Me.txbALLtHour.Name = "txbALLtHour" Me.txbALLtHour.ReadOnly = True Me.txbALLtHour.Size = New System.Drawing.Size(45, 32) Me.txbALLtHour.TabIndex = 3 Me.txbALLtHour.Text = "00" Me.txbALLtHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALLtDay ' Me.lbALLtDay.AutoSize = True Me.lbALLtDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALLtDay.Location = New System.Drawing.Point(85, 48) Me.lbALLtDay.Name = "lbALLtDay" Me.lbALLtDay.Size = New System.Drawing.Size(28, 24) Me.lbALLtDay.TabIndex = 2 Me.lbALLtDay.Text = "일" ' 'lbALLtTime ' Me.lbALLtTime.AutoSize = True Me.lbALLtTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALLtTime.Location = New System.Drawing.Point(5, 7) Me.lbALLtTime.Name = "lbALLtTime" Me.lbALLtTime.Size = New System.Drawing.Size(272, 27) Me.lbALLtTime.TabIndex = 0 Me.lbALLtTime.Text = "Lip - Tight Up 총 사용 시간" ' 'pnALFuncBox2 ' Me.pnALFuncBox2.Controls.Add(Me.btnALFuncReset2) Me.pnALFuncBox2.Controls.Add(Me.btnALFuncRead2) Me.pnALFuncBox2.Controls.Add(Me.txbALFuncBox2) Me.pnALFuncBox2.Location = New System.Drawing.Point(6, 320) Me.pnALFuncBox2.Name = "pnALFuncBox2" Me.pnALFuncBox2.Size = New System.Drawing.Size(360, 93) Me.pnALFuncBox2.TabIndex = 54 ' 'btnALFuncReset2 ' Me.btnALFuncReset2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnALFuncReset2.ForeColor = System.Drawing.Color.Red Me.btnALFuncReset2.Location = New System.Drawing.Point(10, 5) Me.btnALFuncReset2.Name = "btnALFuncReset2" Me.btnALFuncReset2.Size = New System.Drawing.Size(170, 50) Me.btnALFuncReset2.TabIndex = 48 Me.btnALFuncReset2.Text = "사용 시간 초기화" Me.btnALFuncReset2.UseVisualStyleBackColor = True ' 'btnALFuncRead2 ' Me.btnALFuncRead2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnALFuncRead2.Location = New System.Drawing.Point(180, 5) Me.btnALFuncRead2.Name = "btnALFuncRead2" Me.btnALFuncRead2.Size = New System.Drawing.Size(170, 50) Me.btnALFuncRead2.TabIndex = 46 Me.btnALFuncRead2.Text = "읽기" Me.btnALFuncRead2.UseVisualStyleBackColor = True ' 'txbALFuncBox2 ' Me.txbALFuncBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbALFuncBox2.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALFuncBox2.ForeColor = System.Drawing.Color.White Me.txbALFuncBox2.Location = New System.Drawing.Point(10, 60) Me.txbALFuncBox2.Name = "txbALFuncBox2" Me.txbALFuncBox2.Size = New System.Drawing.Size(340, 29) Me.txbALFuncBox2.TabIndex = 45 Me.txbALFuncBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbALFuncBox2.Visible = False ' 'pnALBtTime ' Me.pnALBtTime.Controls.Add(Me.lbALBtSec) Me.pnALBtTime.Controls.Add(Me.txbALBtDay) Me.pnALBtTime.Controls.Add(Me.txbALBtSec) Me.pnALBtTime.Controls.Add(Me.lbALBtMin) Me.pnALBtTime.Controls.Add(Me.txbALBtMin) Me.pnALBtTime.Controls.Add(Me.lbALBtHour) Me.pnALBtTime.Controls.Add(Me.txbALBtHour) Me.pnALBtTime.Controls.Add(Me.lbALBtDay) Me.pnALBtTime.Controls.Add(Me.lbALBtTime) Me.pnALBtTime.Location = New System.Drawing.Point(6, 95) Me.pnALBtTime.Name = "pnALBtTime" Me.pnALBtTime.Size = New System.Drawing.Size(360, 90) Me.pnALBtTime.TabIndex = 49 ' 'lbALBtSec ' Me.lbALBtSec.AutoSize = True Me.lbALBtSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALBtSec.Location = New System.Drawing.Point(325, 48) Me.lbALBtSec.Name = "lbALBtSec" Me.lbALBtSec.Size = New System.Drawing.Size(28, 24) Me.lbALBtSec.TabIndex = 8 Me.lbALBtSec.Text = "초" ' 'txbALBtDay ' Me.txbALBtDay.BackColor = System.Drawing.Color.White Me.txbALBtDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALBtDay.Location = New System.Drawing.Point(5, 45) Me.txbALBtDay.Name = "txbALBtDay" Me.txbALBtDay.ReadOnly = True Me.txbALBtDay.Size = New System.Drawing.Size(80, 32) Me.txbALBtDay.TabIndex = 1 Me.txbALBtDay.Text = "0000" Me.txbALBtDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbALBtSec ' Me.txbALBtSec.BackColor = System.Drawing.Color.White Me.txbALBtSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALBtSec.Location = New System.Drawing.Point(280, 45) Me.txbALBtSec.Name = "txbALBtSec" Me.txbALBtSec.ReadOnly = True Me.txbALBtSec.Size = New System.Drawing.Size(45, 32) Me.txbALBtSec.TabIndex = 7 Me.txbALBtSec.Text = "00" Me.txbALBtSec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALBtMin ' Me.lbALBtMin.AutoSize = True Me.lbALBtMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALBtMin.Location = New System.Drawing.Point(245, 48) Me.lbALBtMin.Name = "lbALBtMin" Me.lbALBtMin.Size = New System.Drawing.Size(28, 24) Me.lbALBtMin.TabIndex = 6 Me.lbALBtMin.Text = "분" ' 'txbALBtMin ' Me.txbALBtMin.BackColor = System.Drawing.Color.White Me.txbALBtMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALBtMin.Location = New System.Drawing.Point(200, 45) Me.txbALBtMin.Name = "txbALBtMin" Me.txbALBtMin.ReadOnly = True Me.txbALBtMin.Size = New System.Drawing.Size(45, 32) Me.txbALBtMin.TabIndex = 5 Me.txbALBtMin.Text = "00" Me.txbALBtMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALBtHour ' Me.lbALBtHour.AutoSize = True Me.lbALBtHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALBtHour.Location = New System.Drawing.Point(165, 48) Me.lbALBtHour.Name = "lbALBtHour" Me.lbALBtHour.Size = New System.Drawing.Size(28, 24) Me.lbALBtHour.TabIndex = 4 Me.lbALBtHour.Text = "시" ' 'txbALBtHour ' Me.txbALBtHour.BackColor = System.Drawing.Color.White Me.txbALBtHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALBtHour.Location = New System.Drawing.Point(120, 45) Me.txbALBtHour.Name = "txbALBtHour" Me.txbALBtHour.ReadOnly = True Me.txbALBtHour.Size = New System.Drawing.Size(45, 32) Me.txbALBtHour.TabIndex = 3 Me.txbALBtHour.Text = "00" Me.txbALBtHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALBtDay ' Me.lbALBtDay.AutoSize = True Me.lbALBtDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALBtDay.Location = New System.Drawing.Point(85, 48) Me.lbALBtDay.Name = "lbALBtDay" Me.lbALBtDay.Size = New System.Drawing.Size(28, 24) Me.lbALBtDay.TabIndex = 2 Me.lbALBtDay.Text = "일" ' 'lbALBtTime ' Me.lbALBtTime.AutoSize = True Me.lbALBtTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALBtTime.Location = New System.Drawing.Point(5, 7) Me.lbALBtTime.Name = "lbALBtTime" Me.lbALBtTime.Size = New System.Drawing.Size(269, 27) Me.lbALBtTime.TabIndex = 0 Me.lbALBtTime.Text = "Body - Tight-Up 사용 시간" ' 'tpALTOFull ' Me.tpALTOFull.BackColor = System.Drawing.SystemColors.Control Me.tpALTOFull.Controls.Add(Me.pnALAllFunc) Me.tpALTOFull.Controls.Add(Me.pnALAllErr) Me.tpALTOFull.Controls.Add(Me.pnALAllTime) Me.tpALTOFull.Location = New System.Drawing.Point(4, 30) Me.tpALTOFull.Name = "tpALTOFull" Me.tpALTOFull.Padding = New System.Windows.Forms.Padding(3) Me.tpALTOFull.Size = New System.Drawing.Size(372, 421) Me.tpALTOFull.TabIndex = 0 Me.tpALTOFull.Text = "전체" ' 'pnALAllFunc ' Me.pnALAllFunc.Controls.Add(Me.btnALAllReset) Me.pnALAllFunc.Controls.Add(Me.btnALAllRead) Me.pnALAllFunc.Controls.Add(Me.txbALAllBox) Me.pnALAllFunc.Location = New System.Drawing.Point(6, 320) Me.pnALAllFunc.Name = "pnALAllFunc" Me.pnALAllFunc.Size = New System.Drawing.Size(360, 93) Me.pnALAllFunc.TabIndex = 53 ' 'btnALAllReset ' Me.btnALAllReset.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnALAllReset.ForeColor = System.Drawing.Color.Red Me.btnALAllReset.Location = New System.Drawing.Point(10, 5) Me.btnALAllReset.Name = "btnALAllReset" Me.btnALAllReset.Size = New System.Drawing.Size(170, 50) Me.btnALAllReset.TabIndex = 48 Me.btnALAllReset.Text = "사용 시간 초기화" Me.btnALAllReset.UseVisualStyleBackColor = True ' 'btnALAllRead ' Me.btnALAllRead.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnALAllRead.Location = New System.Drawing.Point(180, 5) Me.btnALAllRead.Name = "btnALAllRead" Me.btnALAllRead.Size = New System.Drawing.Size(170, 50) Me.btnALAllRead.TabIndex = 46 Me.btnALAllRead.Text = "읽기" Me.btnALAllRead.UseVisualStyleBackColor = True ' 'txbALAllBox ' Me.txbALAllBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbALAllBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALAllBox.ForeColor = System.Drawing.Color.White Me.txbALAllBox.Location = New System.Drawing.Point(10, 60) Me.txbALAllBox.Name = "txbALAllBox" Me.txbALAllBox.Size = New System.Drawing.Size(340, 29) Me.txbALAllBox.TabIndex = 45 Me.txbALAllBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbALAllBox.Visible = False ' 'pnALAllErr ' Me.pnALAllErr.Controls.Add(Me.txbALAllErr) Me.pnALAllErr.Controls.Add(Me.lbALAllErr) Me.pnALAllErr.Location = New System.Drawing.Point(5, 100) Me.pnALAllErr.Name = "pnALAllErr" Me.pnALAllErr.Size = New System.Drawing.Size(360, 40) Me.pnALAllErr.TabIndex = 51 ' 'txbALAllErr ' Me.txbALAllErr.BackColor = System.Drawing.Color.White Me.txbALAllErr.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALAllErr.Location = New System.Drawing.Point(145, 5) Me.txbALAllErr.Name = "txbALAllErr" Me.txbALAllErr.ReadOnly = True Me.txbALAllErr.Size = New System.Drawing.Size(205, 32) Me.txbALAllErr.TabIndex = 1 Me.txbALAllErr.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALAllErr ' Me.lbALAllErr.AutoSize = True Me.lbALAllErr.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALAllErr.Location = New System.Drawing.Point(12, 8) Me.lbALAllErr.Name = "lbALAllErr" Me.lbALAllErr.Size = New System.Drawing.Size(121, 24) Me.lbALAllErr.TabIndex = 0 Me.lbALAllErr.Text = "Error Count" ' 'pnALAllTime ' Me.pnALAllTime.Controls.Add(Me.lbALAllSec) Me.pnALAllTime.Controls.Add(Me.txbALAllDay) Me.pnALAllTime.Controls.Add(Me.txbALAllSec) Me.pnALAllTime.Controls.Add(Me.lbALAllMin) Me.pnALAllTime.Controls.Add(Me.txbALAllMin) Me.pnALAllTime.Controls.Add(Me.lbALAllHour) Me.pnALAllTime.Controls.Add(Me.txbALAllHour) Me.pnALAllTime.Controls.Add(Me.lbALAllDay) Me.pnALAllTime.Controls.Add(Me.lbALAllTime) Me.pnALAllTime.Location = New System.Drawing.Point(5, 5) Me.pnALAllTime.Name = "pnALAllTime" Me.pnALAllTime.Size = New System.Drawing.Size(360, 90) Me.pnALAllTime.TabIndex = 49 ' 'lbALAllSec ' Me.lbALAllSec.AutoSize = True Me.lbALAllSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALAllSec.Location = New System.Drawing.Point(325, 48) Me.lbALAllSec.Name = "lbALAllSec" Me.lbALAllSec.Size = New System.Drawing.Size(28, 24) Me.lbALAllSec.TabIndex = 8 Me.lbALAllSec.Text = "초" ' 'txbALAllDay ' Me.txbALAllDay.BackColor = System.Drawing.Color.White Me.txbALAllDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALAllDay.Location = New System.Drawing.Point(5, 45) Me.txbALAllDay.Name = "txbALAllDay" Me.txbALAllDay.ReadOnly = True Me.txbALAllDay.Size = New System.Drawing.Size(80, 32) Me.txbALAllDay.TabIndex = 1 Me.txbALAllDay.Text = "0000" Me.txbALAllDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbALAllSec ' Me.txbALAllSec.BackColor = System.Drawing.Color.White Me.txbALAllSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALAllSec.Location = New System.Drawing.Point(280, 45) Me.txbALAllSec.Name = "txbALAllSec" Me.txbALAllSec.ReadOnly = True Me.txbALAllSec.Size = New System.Drawing.Size(45, 32) Me.txbALAllSec.TabIndex = 7 Me.txbALAllSec.Text = "00" Me.txbALAllSec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALAllMin ' Me.lbALAllMin.AutoSize = True Me.lbALAllMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALAllMin.Location = New System.Drawing.Point(245, 48) Me.lbALAllMin.Name = "lbALAllMin" Me.lbALAllMin.Size = New System.Drawing.Size(28, 24) Me.lbALAllMin.TabIndex = 6 Me.lbALAllMin.Text = "분" ' 'txbALAllMin ' Me.txbALAllMin.BackColor = System.Drawing.Color.White Me.txbALAllMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALAllMin.Location = New System.Drawing.Point(200, 45) Me.txbALAllMin.Name = "txbALAllMin" Me.txbALAllMin.ReadOnly = True Me.txbALAllMin.Size = New System.Drawing.Size(45, 32) Me.txbALAllMin.TabIndex = 5 Me.txbALAllMin.Text = "00" Me.txbALAllMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALAllHour ' Me.lbALAllHour.AutoSize = True Me.lbALAllHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALAllHour.Location = New System.Drawing.Point(165, 48) Me.lbALAllHour.Name = "lbALAllHour" Me.lbALAllHour.Size = New System.Drawing.Size(28, 24) Me.lbALAllHour.TabIndex = 4 Me.lbALAllHour.Text = "시" ' 'txbALAllHour ' Me.txbALAllHour.BackColor = System.Drawing.Color.White Me.txbALAllHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbALAllHour.Location = New System.Drawing.Point(120, 45) Me.txbALAllHour.Name = "txbALAllHour" Me.txbALAllHour.ReadOnly = True Me.txbALAllHour.Size = New System.Drawing.Size(45, 32) Me.txbALAllHour.TabIndex = 3 Me.txbALAllHour.Text = "00" Me.txbALAllHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbALAllDay ' Me.lbALAllDay.AutoSize = True Me.lbALAllDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALAllDay.Location = New System.Drawing.Point(85, 48) Me.lbALAllDay.Name = "lbALAllDay" Me.lbALAllDay.Size = New System.Drawing.Size(28, 24) Me.lbALAllDay.TabIndex = 2 Me.lbALAllDay.Text = "일" ' 'lbALAllTime ' Me.lbALAllTime.AutoSize = True Me.lbALAllTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbALAllTime.Location = New System.Drawing.Point(5, 7) Me.lbALAllTime.Name = "lbALAllTime" Me.lbALAllTime.Size = New System.Drawing.Size(144, 27) Me.lbALAllTime.TabIndex = 0 Me.lbALAllTime.Text = "전체 사용 시간" ' 'tcMAXUse ' Me.tcMAXUse.Controls.Add(Me.tpMAXFULL) Me.tcMAXUse.Controls.Add(Me.tpMXHIFU) Me.tcMAXUse.Controls.Add(Me.tpMXRF) Me.tcMAXUse.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.tcMAXUse.Location = New System.Drawing.Point(10, 43) Me.tcMAXUse.Name = "tcMAXUse" Me.tcMAXUse.SelectedIndex = 0 Me.tcMAXUse.Size = New System.Drawing.Size(380, 455) Me.tcMAXUse.TabIndex = 56 ' 'tpMAXFULL ' Me.tpMAXFULL.BackColor = System.Drawing.SystemColors.Control Me.tpMAXFULL.Controls.Add(Me.pnMxAllFunc) Me.tpMAXFULL.Controls.Add(Me.pnMxAllShot) Me.tpMAXFULL.Controls.Add(Me.pnMxAllErr) Me.tpMAXFULL.Controls.Add(Me.pnMxAllTime) Me.tpMAXFULL.Location = New System.Drawing.Point(4, 30) Me.tpMAXFULL.Name = "tpMAXFULL" Me.tpMAXFULL.Padding = New System.Windows.Forms.Padding(3) Me.tpMAXFULL.Size = New System.Drawing.Size(372, 421) Me.tpMAXFULL.TabIndex = 0 Me.tpMAXFULL.Text = "전체" ' 'pnMxAllFunc ' Me.pnMxAllFunc.Controls.Add(Me.btnMxAllReset) Me.pnMxAllFunc.Controls.Add(Me.btnMxAllRead) Me.pnMxAllFunc.Controls.Add(Me.txbMxAllBox) Me.pnMxAllFunc.Location = New System.Drawing.Point(6, 320) Me.pnMxAllFunc.Name = "pnMxAllFunc" Me.pnMxAllFunc.Size = New System.Drawing.Size(360, 93) Me.pnMxAllFunc.TabIndex = 53 ' 'btnMxAllReset ' Me.btnMxAllReset.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnMxAllReset.ForeColor = System.Drawing.Color.Red Me.btnMxAllReset.Location = New System.Drawing.Point(10, 5) Me.btnMxAllReset.Name = "btnMxAllReset" Me.btnMxAllReset.Size = New System.Drawing.Size(170, 50) Me.btnMxAllReset.TabIndex = 48 Me.btnMxAllReset.Text = "사용 시간 초기화" Me.btnMxAllReset.UseVisualStyleBackColor = True ' 'btnMxAllRead ' Me.btnMxAllRead.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnMxAllRead.Location = New System.Drawing.Point(180, 5) Me.btnMxAllRead.Name = "btnMxAllRead" Me.btnMxAllRead.Size = New System.Drawing.Size(170, 50) Me.btnMxAllRead.TabIndex = 46 Me.btnMxAllRead.Text = "읽기" Me.btnMxAllRead.UseVisualStyleBackColor = True ' 'txbMxAllBox ' Me.txbMxAllBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbMxAllBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxAllBox.ForeColor = System.Drawing.Color.White Me.txbMxAllBox.Location = New System.Drawing.Point(10, 60) Me.txbMxAllBox.Name = "txbMxAllBox" Me.txbMxAllBox.Size = New System.Drawing.Size(340, 29) Me.txbMxAllBox.TabIndex = 45 Me.txbMxAllBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbMxAllBox.Visible = False ' 'pnMxAllShot ' Me.pnMxAllShot.Controls.Add(Me.txbMxAllShot) Me.pnMxAllShot.Controls.Add(Me.lbMxAllShot) Me.pnMxAllShot.Location = New System.Drawing.Point(6, 100) Me.pnMxAllShot.Name = "pnMxAllShot" Me.pnMxAllShot.Size = New System.Drawing.Size(360, 40) Me.pnMxAllShot.TabIndex = 52 ' 'txbMxAllShot ' Me.txbMxAllShot.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxAllShot.Location = New System.Drawing.Point(145, 5) Me.txbMxAllShot.Name = "txbMxAllShot" Me.txbMxAllShot.Size = New System.Drawing.Size(205, 32) Me.txbMxAllShot.TabIndex = 1 Me.txbMxAllShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxAllShot ' Me.lbMxAllShot.AutoSize = True Me.lbMxAllShot.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxAllShot.Location = New System.Drawing.Point(19, 8) Me.lbMxAllShot.Name = "lbMxAllShot" Me.lbMxAllShot.Size = New System.Drawing.Size(113, 24) Me.lbMxAllShot.TabIndex = 0 Me.lbMxAllShot.Text = "Shot Count" ' 'pnMxAllErr ' Me.pnMxAllErr.Controls.Add(Me.txbMxAllErr) Me.pnMxAllErr.Controls.Add(Me.lbMxAllErr) Me.pnMxAllErr.Location = New System.Drawing.Point(6, 145) Me.pnMxAllErr.Name = "pnMxAllErr" Me.pnMxAllErr.Size = New System.Drawing.Size(360, 40) Me.pnMxAllErr.TabIndex = 51 ' 'txbMxAllErr ' Me.txbMxAllErr.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxAllErr.Location = New System.Drawing.Point(145, 5) Me.txbMxAllErr.Name = "txbMxAllErr" Me.txbMxAllErr.Size = New System.Drawing.Size(205, 32) Me.txbMxAllErr.TabIndex = 1 Me.txbMxAllErr.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxAllErr ' Me.lbMxAllErr.AutoSize = True Me.lbMxAllErr.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxAllErr.Location = New System.Drawing.Point(12, 8) Me.lbMxAllErr.Name = "lbMxAllErr" Me.lbMxAllErr.Size = New System.Drawing.Size(121, 24) Me.lbMxAllErr.TabIndex = 0 Me.lbMxAllErr.Text = "Error Count" ' 'pnMxAllTime ' Me.pnMxAllTime.Controls.Add(Me.lbMxAllSec) Me.pnMxAllTime.Controls.Add(Me.txbMxAllDay) Me.pnMxAllTime.Controls.Add(Me.txbMxAllSec) Me.pnMxAllTime.Controls.Add(Me.lbMxAllMin) Me.pnMxAllTime.Controls.Add(Me.txbMxAllMin) Me.pnMxAllTime.Controls.Add(Me.lbMxAllHour) Me.pnMxAllTime.Controls.Add(Me.txbMxAllHour) Me.pnMxAllTime.Controls.Add(Me.lbMxAllDay) Me.pnMxAllTime.Controls.Add(Me.lbMxAllTime) Me.pnMxAllTime.Location = New System.Drawing.Point(6, 5) Me.pnMxAllTime.Name = "pnMxAllTime" Me.pnMxAllTime.Size = New System.Drawing.Size(360, 90) Me.pnMxAllTime.TabIndex = 49 ' 'lbMxAllSec ' Me.lbMxAllSec.AutoSize = True Me.lbMxAllSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxAllSec.Location = New System.Drawing.Point(325, 48) Me.lbMxAllSec.Name = "lbMxAllSec" Me.lbMxAllSec.Size = New System.Drawing.Size(28, 24) Me.lbMxAllSec.TabIndex = 8 Me.lbMxAllSec.Text = "초" ' 'txbMxAllDay ' Me.txbMxAllDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxAllDay.Location = New System.Drawing.Point(5, 45) Me.txbMxAllDay.Name = "txbMxAllDay" Me.txbMxAllDay.Size = New System.Drawing.Size(80, 32) Me.txbMxAllDay.TabIndex = 1 Me.txbMxAllDay.Text = "0000" Me.txbMxAllDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbMxAllSec ' Me.txbMxAllSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxAllSec.Location = New System.Drawing.Point(280, 45) Me.txbMxAllSec.Name = "txbMxAllSec" Me.txbMxAllSec.Size = New System.Drawing.Size(45, 32) Me.txbMxAllSec.TabIndex = 7 Me.txbMxAllSec.Text = "00" Me.txbMxAllSec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxAllMin ' Me.lbMxAllMin.AutoSize = True Me.lbMxAllMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxAllMin.Location = New System.Drawing.Point(245, 48) Me.lbMxAllMin.Name = "lbMxAllMin" Me.lbMxAllMin.Size = New System.Drawing.Size(28, 24) Me.lbMxAllMin.TabIndex = 6 Me.lbMxAllMin.Text = "분" ' 'txbMxAllMin ' Me.txbMxAllMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxAllMin.Location = New System.Drawing.Point(200, 45) Me.txbMxAllMin.Name = "txbMxAllMin" Me.txbMxAllMin.Size = New System.Drawing.Size(45, 32) Me.txbMxAllMin.TabIndex = 5 Me.txbMxAllMin.Text = "00" Me.txbMxAllMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxAllHour ' Me.lbMxAllHour.AutoSize = True Me.lbMxAllHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxAllHour.Location = New System.Drawing.Point(165, 48) Me.lbMxAllHour.Name = "lbMxAllHour" Me.lbMxAllHour.Size = New System.Drawing.Size(28, 24) Me.lbMxAllHour.TabIndex = 4 Me.lbMxAllHour.Text = "시" ' 'txbMxAllHour ' Me.txbMxAllHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxAllHour.Location = New System.Drawing.Point(120, 45) Me.txbMxAllHour.Name = "txbMxAllHour" Me.txbMxAllHour.Size = New System.Drawing.Size(45, 32) Me.txbMxAllHour.TabIndex = 3 Me.txbMxAllHour.Text = "00" Me.txbMxAllHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxAllDay ' Me.lbMxAllDay.AutoSize = True Me.lbMxAllDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxAllDay.Location = New System.Drawing.Point(85, 48) Me.lbMxAllDay.Name = "lbMxAllDay" Me.lbMxAllDay.Size = New System.Drawing.Size(28, 24) Me.lbMxAllDay.TabIndex = 2 Me.lbMxAllDay.Text = "일" ' 'lbMxAllTime ' Me.lbMxAllTime.AutoSize = True Me.lbMxAllTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxAllTime.Location = New System.Drawing.Point(5, 7) Me.lbMxAllTime.Name = "lbMxAllTime" Me.lbMxAllTime.Size = New System.Drawing.Size(144, 27) Me.lbMxAllTime.TabIndex = 0 Me.lbMxAllTime.Text = "전체 사용 시간" ' 'tpMXHIFU ' Me.tpMXHIFU.BackColor = System.Drawing.SystemColors.Control Me.tpMXHIFU.Controls.Add(Me.pnMxHfResult) Me.tpMXHIFU.Controls.Add(Me.pnMxFcShot) Me.tpMXHIFU.Controls.Add(Me.pnMxEyTime) Me.tpMXHIFU.Controls.Add(Me.pnMxFcTime) Me.tpMXHIFU.Location = New System.Drawing.Point(4, 30) Me.tpMXHIFU.Name = "tpMXHIFU" Me.tpMXHIFU.Padding = New System.Windows.Forms.Padding(3) Me.tpMXHIFU.Size = New System.Drawing.Size(372, 421) Me.tpMXHIFU.TabIndex = 1 Me.tpMXHIFU.Text = "HIFU" ' 'pnMxHfResult ' Me.pnMxHfResult.Controls.Add(Me.btnMxHfReset) Me.pnMxHfResult.Controls.Add(Me.btnMxHfRead) Me.pnMxHfResult.Controls.Add(Me.txbMxHfBox) Me.pnMxHfResult.Location = New System.Drawing.Point(6, 320) Me.pnMxHfResult.Name = "pnMxHfResult" Me.pnMxHfResult.Size = New System.Drawing.Size(360, 93) Me.pnMxHfResult.TabIndex = 54 ' 'btnMxHfReset ' Me.btnMxHfReset.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnMxHfReset.ForeColor = System.Drawing.Color.Red Me.btnMxHfReset.Location = New System.Drawing.Point(10, 5) Me.btnMxHfReset.Name = "btnMxHfReset" Me.btnMxHfReset.Size = New System.Drawing.Size(170, 50) Me.btnMxHfReset.TabIndex = 48 Me.btnMxHfReset.Text = "사용 시간 초기화" Me.btnMxHfReset.UseVisualStyleBackColor = True ' 'btnMxHfRead ' Me.btnMxHfRead.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnMxHfRead.Location = New System.Drawing.Point(180, 5) Me.btnMxHfRead.Name = "btnMxHfRead" Me.btnMxHfRead.Size = New System.Drawing.Size(170, 50) Me.btnMxHfRead.TabIndex = 46 Me.btnMxHfRead.Text = "읽기" Me.btnMxHfRead.UseVisualStyleBackColor = True ' 'txbMxHfBox ' Me.txbMxHfBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbMxHfBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxHfBox.ForeColor = System.Drawing.Color.White Me.txbMxHfBox.Location = New System.Drawing.Point(10, 60) Me.txbMxHfBox.Name = "txbMxHfBox" Me.txbMxHfBox.Size = New System.Drawing.Size(340, 29) Me.txbMxHfBox.TabIndex = 45 Me.txbMxHfBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbMxHfBox.Visible = False ' 'pnMxFcShot ' Me.pnMxFcShot.Controls.Add(Me.txbMxFcShot) Me.pnMxFcShot.Controls.Add(Me.lbMxFcShot) Me.pnMxFcShot.Location = New System.Drawing.Point(6, 190) Me.pnMxFcShot.Name = "pnMxFcShot" Me.pnMxFcShot.Size = New System.Drawing.Size(360, 40) Me.pnMxFcShot.TabIndex = 50 ' 'txbMxFcShot ' Me.txbMxFcShot.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxFcShot.Location = New System.Drawing.Point(145, 5) Me.txbMxFcShot.Name = "txbMxFcShot" Me.txbMxFcShot.Size = New System.Drawing.Size(205, 32) Me.txbMxFcShot.TabIndex = 1 Me.txbMxFcShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxFcShot ' Me.lbMxFcShot.AutoSize = True Me.lbMxFcShot.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxFcShot.Location = New System.Drawing.Point(12, 8) Me.lbMxFcShot.Name = "lbMxFcShot" Me.lbMxFcShot.Size = New System.Drawing.Size(107, 24) Me.lbMxFcShot.TabIndex = 0 Me.lbMxFcShot.Text = "ShotCount" ' 'pnMxEyTime ' Me.pnMxEyTime.Controls.Add(Me.lbMxEySec) Me.pnMxEyTime.Controls.Add(Me.txbMxEyDay) Me.pnMxEyTime.Controls.Add(Me.txbMxEySec) Me.pnMxEyTime.Controls.Add(Me.lbMxEyMin) Me.pnMxEyTime.Controls.Add(Me.txbMxEyMin) Me.pnMxEyTime.Controls.Add(Me.lbMxEyHour) Me.pnMxEyTime.Controls.Add(Me.txbMxEyHour) Me.pnMxEyTime.Controls.Add(Me.lbMxEyDay) Me.pnMxEyTime.Controls.Add(Me.lbMxEyTime) Me.pnMxEyTime.Location = New System.Drawing.Point(6, 95) Me.pnMxEyTime.Name = "pnMxEyTime" Me.pnMxEyTime.Size = New System.Drawing.Size(360, 90) Me.pnMxEyTime.TabIndex = 49 ' 'lbMxEySec ' Me.lbMxEySec.AutoSize = True Me.lbMxEySec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxEySec.Location = New System.Drawing.Point(325, 48) Me.lbMxEySec.Name = "lbMxEySec" Me.lbMxEySec.Size = New System.Drawing.Size(28, 24) Me.lbMxEySec.TabIndex = 8 Me.lbMxEySec.Text = "초" ' 'txbMxEyDay ' Me.txbMxEyDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxEyDay.Location = New System.Drawing.Point(5, 45) Me.txbMxEyDay.Name = "txbMxEyDay" Me.txbMxEyDay.Size = New System.Drawing.Size(80, 32) Me.txbMxEyDay.TabIndex = 1 Me.txbMxEyDay.Text = "0000" Me.txbMxEyDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbMxEySec ' Me.txbMxEySec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxEySec.Location = New System.Drawing.Point(280, 45) Me.txbMxEySec.Name = "txbMxEySec" Me.txbMxEySec.Size = New System.Drawing.Size(45, 32) Me.txbMxEySec.TabIndex = 7 Me.txbMxEySec.Text = "00" Me.txbMxEySec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxEyMin ' Me.lbMxEyMin.AutoSize = True Me.lbMxEyMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxEyMin.Location = New System.Drawing.Point(245, 48) Me.lbMxEyMin.Name = "lbMxEyMin" Me.lbMxEyMin.Size = New System.Drawing.Size(28, 24) Me.lbMxEyMin.TabIndex = 6 Me.lbMxEyMin.Text = "분" ' 'txbMxEyMin ' Me.txbMxEyMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxEyMin.Location = New System.Drawing.Point(200, 45) Me.txbMxEyMin.Name = "txbMxEyMin" Me.txbMxEyMin.Size = New System.Drawing.Size(45, 32) Me.txbMxEyMin.TabIndex = 5 Me.txbMxEyMin.Text = "00" Me.txbMxEyMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxEyHour ' Me.lbMxEyHour.AutoSize = True Me.lbMxEyHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxEyHour.Location = New System.Drawing.Point(165, 48) Me.lbMxEyHour.Name = "lbMxEyHour" Me.lbMxEyHour.Size = New System.Drawing.Size(28, 24) Me.lbMxEyHour.TabIndex = 4 Me.lbMxEyHour.Text = "시" ' 'txbMxEyHour ' Me.txbMxEyHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxEyHour.Location = New System.Drawing.Point(120, 45) Me.txbMxEyHour.Name = "txbMxEyHour" Me.txbMxEyHour.Size = New System.Drawing.Size(45, 32) Me.txbMxEyHour.TabIndex = 3 Me.txbMxEyHour.Text = "00" Me.txbMxEyHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxEyDay ' Me.lbMxEyDay.AutoSize = True Me.lbMxEyDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxEyDay.Location = New System.Drawing.Point(85, 48) Me.lbMxEyDay.Name = "lbMxEyDay" Me.lbMxEyDay.Size = New System.Drawing.Size(28, 24) Me.lbMxEyDay.TabIndex = 2 Me.lbMxEyDay.Text = "일" ' 'lbMxEyTime ' Me.lbMxEyTime.AutoSize = True Me.lbMxEyTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxEyTime.Location = New System.Drawing.Point(5, 7) Me.lbMxEyTime.Name = "lbMxEyTime" Me.lbMxEyTime.Size = New System.Drawing.Size(171, 27) Me.lbMxEyTime.TabIndex = 0 Me.lbMxEyTime.Text = "EYE 총 사용 시간" ' 'pnMxFcTime ' Me.pnMxFcTime.Controls.Add(Me.lbMxFcSec) Me.pnMxFcTime.Controls.Add(Me.txbMxFcDay) Me.pnMxFcTime.Controls.Add(Me.txbMxFcSec) Me.pnMxFcTime.Controls.Add(Me.lbMxFcMin) Me.pnMxFcTime.Controls.Add(Me.txbMxFcMin) Me.pnMxFcTime.Controls.Add(Me.lbMxFcHour) Me.pnMxFcTime.Controls.Add(Me.txbMxFcHour) Me.pnMxFcTime.Controls.Add(Me.lbMxFcDay) Me.pnMxFcTime.Controls.Add(Me.lbMxFcTime) Me.pnMxFcTime.Location = New System.Drawing.Point(6, 5) Me.pnMxFcTime.Name = "pnMxFcTime" Me.pnMxFcTime.Size = New System.Drawing.Size(360, 90) Me.pnMxFcTime.TabIndex = 48 ' 'lbMxFcSec ' Me.lbMxFcSec.AutoSize = True Me.lbMxFcSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxFcSec.Location = New System.Drawing.Point(325, 48) Me.lbMxFcSec.Name = "lbMxFcSec" Me.lbMxFcSec.Size = New System.Drawing.Size(28, 24) Me.lbMxFcSec.TabIndex = 8 Me.lbMxFcSec.Text = "초" ' 'txbMxFcDay ' Me.txbMxFcDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxFcDay.Location = New System.Drawing.Point(5, 45) Me.txbMxFcDay.Name = "txbMxFcDay" Me.txbMxFcDay.Size = New System.Drawing.Size(80, 32) Me.txbMxFcDay.TabIndex = 1 Me.txbMxFcDay.Text = "0000" Me.txbMxFcDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbMxFcSec ' Me.txbMxFcSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxFcSec.Location = New System.Drawing.Point(280, 45) Me.txbMxFcSec.Name = "txbMxFcSec" Me.txbMxFcSec.Size = New System.Drawing.Size(45, 32) Me.txbMxFcSec.TabIndex = 7 Me.txbMxFcSec.Text = "00" Me.txbMxFcSec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxFcMin ' Me.lbMxFcMin.AutoSize = True Me.lbMxFcMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxFcMin.Location = New System.Drawing.Point(245, 48) Me.lbMxFcMin.Name = "lbMxFcMin" Me.lbMxFcMin.Size = New System.Drawing.Size(28, 24) Me.lbMxFcMin.TabIndex = 6 Me.lbMxFcMin.Text = "분" ' 'txbMxFcMin ' Me.txbMxFcMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxFcMin.Location = New System.Drawing.Point(200, 45) Me.txbMxFcMin.Name = "txbMxFcMin" Me.txbMxFcMin.Size = New System.Drawing.Size(45, 32) Me.txbMxFcMin.TabIndex = 5 Me.txbMxFcMin.Text = "00" Me.txbMxFcMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxFcHour ' Me.lbMxFcHour.AutoSize = True Me.lbMxFcHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxFcHour.Location = New System.Drawing.Point(165, 48) Me.lbMxFcHour.Name = "lbMxFcHour" Me.lbMxFcHour.Size = New System.Drawing.Size(28, 24) Me.lbMxFcHour.TabIndex = 4 Me.lbMxFcHour.Text = "시" ' 'txbMxFcHour ' Me.txbMxFcHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxFcHour.Location = New System.Drawing.Point(120, 45) Me.txbMxFcHour.Name = "txbMxFcHour" Me.txbMxFcHour.Size = New System.Drawing.Size(45, 32) Me.txbMxFcHour.TabIndex = 3 Me.txbMxFcHour.Text = "00" Me.txbMxFcHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxFcDay ' Me.lbMxFcDay.AutoSize = True Me.lbMxFcDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxFcDay.Location = New System.Drawing.Point(85, 48) Me.lbMxFcDay.Name = "lbMxFcDay" Me.lbMxFcDay.Size = New System.Drawing.Size(28, 24) Me.lbMxFcDay.TabIndex = 2 Me.lbMxFcDay.Text = "일" ' 'lbMxFcTime ' Me.lbMxFcTime.AutoSize = True Me.lbMxFcTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxFcTime.Location = New System.Drawing.Point(5, 7) Me.lbMxFcTime.Name = "lbMxFcTime" Me.lbMxFcTime.Size = New System.Drawing.Size(184, 27) Me.lbMxFcTime.TabIndex = 0 Me.lbMxFcTime.Text = "FACE 총 사용 시간" ' 'tpMXRF ' Me.tpMXRF.BackColor = System.Drawing.SystemColors.Control Me.tpMXRF.Controls.Add(Me.pnMxEtResult) Me.tpMXRF.Controls.Add(Me.pnMxCuTime) Me.tpMXRF.Controls.Add(Me.pnMxDuTime) Me.tpMXRF.Controls.Add(Me.pnMxTuTime) Me.tpMXRF.Location = New System.Drawing.Point(4, 30) Me.tpMXRF.Name = "tpMXRF" Me.tpMXRF.Padding = New System.Windows.Forms.Padding(3) Me.tpMXRF.Size = New System.Drawing.Size(372, 421) Me.tpMXRF.TabIndex = 2 Me.tpMXRF.Text = "Etc" ' 'pnMxEtResult ' Me.pnMxEtResult.Controls.Add(Me.btnMxEtReset) Me.pnMxEtResult.Controls.Add(Me.btnMxEtRead) Me.pnMxEtResult.Controls.Add(Me.txbMxEtBox) Me.pnMxEtResult.Location = New System.Drawing.Point(6, 320) Me.pnMxEtResult.Name = "pnMxEtResult" Me.pnMxEtResult.Size = New System.Drawing.Size(360, 93) Me.pnMxEtResult.TabIndex = 54 ' 'btnMxEtReset ' Me.btnMxEtReset.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnMxEtReset.ForeColor = System.Drawing.Color.Red Me.btnMxEtReset.Location = New System.Drawing.Point(10, 5) Me.btnMxEtReset.Name = "btnMxEtReset" Me.btnMxEtReset.Size = New System.Drawing.Size(170, 50) Me.btnMxEtReset.TabIndex = 48 Me.btnMxEtReset.Text = "사용 시간 초기화" Me.btnMxEtReset.UseVisualStyleBackColor = True ' 'btnMxEtRead ' Me.btnMxEtRead.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnMxEtRead.Location = New System.Drawing.Point(180, 5) Me.btnMxEtRead.Name = "btnMxEtRead" Me.btnMxEtRead.Size = New System.Drawing.Size(170, 50) Me.btnMxEtRead.TabIndex = 46 Me.btnMxEtRead.Text = "읽기" Me.btnMxEtRead.UseVisualStyleBackColor = True ' 'txbMxEtBox ' Me.txbMxEtBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbMxEtBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxEtBox.ForeColor = System.Drawing.Color.White Me.txbMxEtBox.Location = New System.Drawing.Point(10, 60) Me.txbMxEtBox.Name = "txbMxEtBox" Me.txbMxEtBox.Size = New System.Drawing.Size(340, 29) Me.txbMxEtBox.TabIndex = 45 Me.txbMxEtBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbMxEtBox.Visible = False ' 'pnMxCuTime ' Me.pnMxCuTime.Controls.Add(Me.lbMxCuSec) Me.pnMxCuTime.Controls.Add(Me.txbMxCuDay) Me.pnMxCuTime.Controls.Add(Me.txbMxCuSec) Me.pnMxCuTime.Controls.Add(Me.lbMxCuMin) Me.pnMxCuTime.Controls.Add(Me.txbMxCuMin) Me.pnMxCuTime.Controls.Add(Me.lbMxCuHour) Me.pnMxCuTime.Controls.Add(Me.txbMxCuHour) Me.pnMxCuTime.Controls.Add(Me.lbMxCuDay) Me.pnMxCuTime.Controls.Add(Me.lbMxCuTime) Me.pnMxCuTime.Location = New System.Drawing.Point(6, 195) Me.pnMxCuTime.Name = "pnMxCuTime" Me.pnMxCuTime.Size = New System.Drawing.Size(360, 90) Me.pnMxCuTime.TabIndex = 51 ' 'lbMxCuSec ' Me.lbMxCuSec.AutoSize = True Me.lbMxCuSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxCuSec.Location = New System.Drawing.Point(325, 48) Me.lbMxCuSec.Name = "lbMxCuSec" Me.lbMxCuSec.Size = New System.Drawing.Size(28, 24) Me.lbMxCuSec.TabIndex = 8 Me.lbMxCuSec.Text = "초" ' 'txbMxCuDay ' Me.txbMxCuDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxCuDay.Location = New System.Drawing.Point(5, 45) Me.txbMxCuDay.Name = "txbMxCuDay" Me.txbMxCuDay.Size = New System.Drawing.Size(80, 32) Me.txbMxCuDay.TabIndex = 1 Me.txbMxCuDay.Text = "0000" Me.txbMxCuDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbMxCuSec ' Me.txbMxCuSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxCuSec.Location = New System.Drawing.Point(280, 45) Me.txbMxCuSec.Name = "txbMxCuSec" Me.txbMxCuSec.Size = New System.Drawing.Size(45, 32) Me.txbMxCuSec.TabIndex = 7 Me.txbMxCuSec.Text = "00" Me.txbMxCuSec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxCuMin ' Me.lbMxCuMin.AutoSize = True Me.lbMxCuMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxCuMin.Location = New System.Drawing.Point(245, 48) Me.lbMxCuMin.Name = "lbMxCuMin" Me.lbMxCuMin.Size = New System.Drawing.Size(28, 24) Me.lbMxCuMin.TabIndex = 6 Me.lbMxCuMin.Text = "분" ' 'txbMxCuMin ' Me.txbMxCuMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxCuMin.Location = New System.Drawing.Point(200, 45) Me.txbMxCuMin.Name = "txbMxCuMin" Me.txbMxCuMin.Size = New System.Drawing.Size(45, 32) Me.txbMxCuMin.TabIndex = 5 Me.txbMxCuMin.Text = "00" Me.txbMxCuMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxCuHour ' Me.lbMxCuHour.AutoSize = True Me.lbMxCuHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxCuHour.Location = New System.Drawing.Point(165, 48) Me.lbMxCuHour.Name = "lbMxCuHour" Me.lbMxCuHour.Size = New System.Drawing.Size(28, 24) Me.lbMxCuHour.TabIndex = 4 Me.lbMxCuHour.Text = "시" ' 'txbMxCuHour ' Me.txbMxCuHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxCuHour.Location = New System.Drawing.Point(120, 45) Me.txbMxCuHour.Name = "txbMxCuHour" Me.txbMxCuHour.Size = New System.Drawing.Size(45, 32) Me.txbMxCuHour.TabIndex = 3 Me.txbMxCuHour.Text = "00" Me.txbMxCuHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxCuDay ' Me.lbMxCuDay.AutoSize = True Me.lbMxCuDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxCuDay.Location = New System.Drawing.Point(85, 48) Me.lbMxCuDay.Name = "lbMxCuDay" Me.lbMxCuDay.Size = New System.Drawing.Size(28, 24) Me.lbMxCuDay.TabIndex = 2 Me.lbMxCuDay.Text = "일" ' 'lbMxCuTime ' Me.lbMxCuTime.AutoSize = True Me.lbMxCuTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxCuTime.Location = New System.Drawing.Point(5, 7) Me.lbMxCuTime.Name = "lbMxCuTime" Me.lbMxCuTime.Size = New System.Drawing.Size(180, 27) Me.lbMxCuTime.TabIndex = 0 Me.lbMxCuTime.Text = "Cos-Up 사용 시간" ' 'pnMxDuTime ' Me.pnMxDuTime.Controls.Add(Me.lbMxDuSec) Me.pnMxDuTime.Controls.Add(Me.txbMxDuDay) Me.pnMxDuTime.Controls.Add(Me.txbMxDuSec) Me.pnMxDuTime.Controls.Add(Me.lbMxDuMin) Me.pnMxDuTime.Controls.Add(Me.txbMxDuMin) Me.pnMxDuTime.Controls.Add(Me.lbMxDuHour) Me.pnMxDuTime.Controls.Add(Me.txbMxDuHour) Me.pnMxDuTime.Controls.Add(Me.lbMxDuDay) Me.pnMxDuTime.Controls.Add(Me.lbMxDuTime) Me.pnMxDuTime.Location = New System.Drawing.Point(6, 100) Me.pnMxDuTime.Name = "pnMxDuTime" Me.pnMxDuTime.Size = New System.Drawing.Size(360, 90) Me.pnMxDuTime.TabIndex = 50 ' 'lbMxDuSec ' Me.lbMxDuSec.AutoSize = True Me.lbMxDuSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxDuSec.Location = New System.Drawing.Point(325, 48) Me.lbMxDuSec.Name = "lbMxDuSec" Me.lbMxDuSec.Size = New System.Drawing.Size(28, 24) Me.lbMxDuSec.TabIndex = 8 Me.lbMxDuSec.Text = "초" ' 'txbMxDuDay ' Me.txbMxDuDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxDuDay.Location = New System.Drawing.Point(5, 45) Me.txbMxDuDay.Name = "txbMxDuDay" Me.txbMxDuDay.Size = New System.Drawing.Size(80, 32) Me.txbMxDuDay.TabIndex = 1 Me.txbMxDuDay.Text = "0000" Me.txbMxDuDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbMxDuSec ' Me.txbMxDuSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxDuSec.Location = New System.Drawing.Point(280, 45) Me.txbMxDuSec.Name = "txbMxDuSec" Me.txbMxDuSec.Size = New System.Drawing.Size(45, 32) Me.txbMxDuSec.TabIndex = 7 Me.txbMxDuSec.Text = "00" Me.txbMxDuSec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxDuMin ' Me.lbMxDuMin.AutoSize = True Me.lbMxDuMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxDuMin.Location = New System.Drawing.Point(245, 48) Me.lbMxDuMin.Name = "lbMxDuMin" Me.lbMxDuMin.Size = New System.Drawing.Size(28, 24) Me.lbMxDuMin.TabIndex = 6 Me.lbMxDuMin.Text = "분" ' 'txbMxDuMin ' Me.txbMxDuMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxDuMin.Location = New System.Drawing.Point(200, 45) Me.txbMxDuMin.Name = "txbMxDuMin" Me.txbMxDuMin.Size = New System.Drawing.Size(45, 32) Me.txbMxDuMin.TabIndex = 5 Me.txbMxDuMin.Text = "00" Me.txbMxDuMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxDuHour ' Me.lbMxDuHour.AutoSize = True Me.lbMxDuHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxDuHour.Location = New System.Drawing.Point(165, 48) Me.lbMxDuHour.Name = "lbMxDuHour" Me.lbMxDuHour.Size = New System.Drawing.Size(28, 24) Me.lbMxDuHour.TabIndex = 4 Me.lbMxDuHour.Text = "시" ' 'txbMxDuHour ' Me.txbMxDuHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxDuHour.Location = New System.Drawing.Point(120, 45) Me.txbMxDuHour.Name = "txbMxDuHour" Me.txbMxDuHour.Size = New System.Drawing.Size(45, 32) Me.txbMxDuHour.TabIndex = 3 Me.txbMxDuHour.Text = "00" Me.txbMxDuHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxDuDay ' Me.lbMxDuDay.AutoSize = True Me.lbMxDuDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxDuDay.Location = New System.Drawing.Point(85, 48) Me.lbMxDuDay.Name = "lbMxDuDay" Me.lbMxDuDay.Size = New System.Drawing.Size(28, 24) Me.lbMxDuDay.TabIndex = 2 Me.lbMxDuDay.Text = "일" ' 'lbMxDuTime ' Me.lbMxDuTime.AutoSize = True Me.lbMxDuTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxDuTime.Location = New System.Drawing.Point(5, 7) Me.lbMxDuTime.Name = "lbMxDuTime" Me.lbMxDuTime.Size = New System.Drawing.Size(194, 27) Me.lbMxDuTime.TabIndex = 0 Me.lbMxDuTime.Text = "Daily-Up 사용 시간" ' 'pnMxTuTime ' Me.pnMxTuTime.Controls.Add(Me.lbMxTuSec) Me.pnMxTuTime.Controls.Add(Me.txbMxTuDay) Me.pnMxTuTime.Controls.Add(Me.txbMxTuSec) Me.pnMxTuTime.Controls.Add(Me.lbMxTuMin) Me.pnMxTuTime.Controls.Add(Me.txbMxTuMin) Me.pnMxTuTime.Controls.Add(Me.lbMxTuHour) Me.pnMxTuTime.Controls.Add(Me.txbMxTuHour) Me.pnMxTuTime.Controls.Add(Me.lbMxTuDay) Me.pnMxTuTime.Controls.Add(Me.lbMxTuTime) Me.pnMxTuTime.Location = New System.Drawing.Point(6, 5) Me.pnMxTuTime.Name = "pnMxTuTime" Me.pnMxTuTime.Size = New System.Drawing.Size(360, 90) Me.pnMxTuTime.TabIndex = 49 ' 'lbMxTuSec ' Me.lbMxTuSec.AutoSize = True Me.lbMxTuSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxTuSec.Location = New System.Drawing.Point(325, 48) Me.lbMxTuSec.Name = "lbMxTuSec" Me.lbMxTuSec.Size = New System.Drawing.Size(28, 24) Me.lbMxTuSec.TabIndex = 8 Me.lbMxTuSec.Text = "초" ' 'txbMxTuDay ' Me.txbMxTuDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxTuDay.Location = New System.Drawing.Point(5, 45) Me.txbMxTuDay.Name = "txbMxTuDay" Me.txbMxTuDay.Size = New System.Drawing.Size(80, 32) Me.txbMxTuDay.TabIndex = 1 Me.txbMxTuDay.Text = "0000" Me.txbMxTuDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbMxTuSec ' Me.txbMxTuSec.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxTuSec.Location = New System.Drawing.Point(280, 45) Me.txbMxTuSec.Name = "txbMxTuSec" Me.txbMxTuSec.Size = New System.Drawing.Size(45, 32) Me.txbMxTuSec.TabIndex = 7 Me.txbMxTuSec.Text = "00" Me.txbMxTuSec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxTuMin ' Me.lbMxTuMin.AutoSize = True Me.lbMxTuMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxTuMin.Location = New System.Drawing.Point(245, 48) Me.lbMxTuMin.Name = "lbMxTuMin" Me.lbMxTuMin.Size = New System.Drawing.Size(28, 24) Me.lbMxTuMin.TabIndex = 6 Me.lbMxTuMin.Text = "분" ' 'txbMxTuMin ' Me.txbMxTuMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxTuMin.Location = New System.Drawing.Point(200, 45) Me.txbMxTuMin.Name = "txbMxTuMin" Me.txbMxTuMin.Size = New System.Drawing.Size(45, 32) Me.txbMxTuMin.TabIndex = 5 Me.txbMxTuMin.Text = "00" Me.txbMxTuMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxTuHour ' Me.lbMxTuHour.AutoSize = True Me.lbMxTuHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxTuHour.Location = New System.Drawing.Point(165, 48) Me.lbMxTuHour.Name = "lbMxTuHour" Me.lbMxTuHour.Size = New System.Drawing.Size(28, 24) Me.lbMxTuHour.TabIndex = 4 Me.lbMxTuHour.Text = "시" ' 'txbMxTuHour ' Me.txbMxTuHour.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbMxTuHour.Location = New System.Drawing.Point(120, 45) Me.txbMxTuHour.Name = "txbMxTuHour" Me.txbMxTuHour.Size = New System.Drawing.Size(45, 32) Me.txbMxTuHour.TabIndex = 3 Me.txbMxTuHour.Text = "00" Me.txbMxTuHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMxTuDay ' Me.lbMxTuDay.AutoSize = True Me.lbMxTuDay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxTuDay.Location = New System.Drawing.Point(85, 48) Me.lbMxTuDay.Name = "lbMxTuDay" Me.lbMxTuDay.Size = New System.Drawing.Size(28, 24) Me.lbMxTuDay.TabIndex = 2 Me.lbMxTuDay.Text = "일" ' 'lbMxTuTime ' Me.lbMxTuTime.AutoSize = True Me.lbMxTuTime.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbMxTuTime.Location = New System.Drawing.Point(5, 7) Me.lbMxTuTime.Name = "lbMxTuTime" Me.lbMxTuTime.Size = New System.Drawing.Size(196, 27) Me.lbMxTuTime.TabIndex = 0 Me.lbMxTuTime.Text = "Tight-Up 사용 시간" ' 'btnEnd ' Me.btnEnd.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnEnd.Location = New System.Drawing.Point(339, 514) Me.btnEnd.Name = "btnEnd" Me.btnEnd.Size = New System.Drawing.Size(341, 145) Me.btnEnd.TabIndex = 2 Me.btnEnd.Text = "종 료" Me.btnEnd.UseVisualStyleBackColor = True ' 'pnDBLoad ' Me.pnDBLoad.Controls.Add(Me.pnLoadBot) Me.pnDBLoad.Controls.Add(Me.pnLoadTop) Me.pnDBLoad.Location = New System.Drawing.Point(1220, 0) Me.pnDBLoad.Name = "pnDBLoad" Me.pnDBLoad.Size = New System.Drawing.Size(683, 757) Me.pnDBLoad.TabIndex = 4 ' 'pnLoadBot ' Me.pnLoadBot.Controls.Add(Me.btnEnd) Me.pnLoadBot.Controls.Add(Me.btnReset) Me.pnLoadBot.Controls.Add(Me.gbDBLoad) Me.pnLoadBot.Location = New System.Drawing.Point(0, 90) Me.pnLoadBot.Name = "pnLoadBot" Me.pnLoadBot.Size = New System.Drawing.Size(683, 667) Me.pnLoadBot.TabIndex = 1 ' 'btnReset ' Me.btnReset.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnReset.Location = New System.Drawing.Point(3, 515) Me.btnReset.Name = "btnReset" Me.btnReset.Size = New System.Drawing.Size(330, 145) Me.btnReset.TabIndex = 1 Me.btnReset.Text = "초 기 화" Me.btnReset.UseVisualStyleBackColor = True ' 'gbDBLoad ' Me.gbDBLoad.Controls.Add(Me.gbPDSearch) Me.gbDBLoad.Controls.Add(Me.gbTDSearch) Me.gbDBLoad.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbDBLoad.Location = New System.Drawing.Point(3, 5) Me.gbDBLoad.Name = "gbDBLoad" Me.gbDBLoad.Size = New System.Drawing.Size(669, 505) Me.gbDBLoad.TabIndex = 0 Me.gbDBLoad.TabStop = False Me.gbDBLoad.Text = "검색 결과" ' 'gbPDSearch ' Me.gbPDSearch.Controls.Add(Me.txbPDSN) Me.gbPDSearch.Controls.Add(Me.lbPDSN) Me.gbPDSearch.Controls.Add(Me.txbPDAC) Me.gbPDSearch.Controls.Add(Me.lbPDAC) Me.gbPDSearch.Controls.Add(Me.txbPDCP) Me.gbPDSearch.Controls.Add(Me.txbPDCC) Me.gbPDSearch.Controls.Add(Me.txbPDMotor) Me.gbPDSearch.Controls.Add(Me.lbPDCC) Me.gbPDSearch.Controls.Add(Me.txbPDModel) Me.gbPDSearch.Controls.Add(Me.txbPDSC) Me.gbPDSearch.Controls.Add(Me.txbPDSerial) Me.gbPDSearch.Controls.Add(Me.lbPDCP) Me.gbPDSearch.Controls.Add(Me.lbPDModel) Me.gbPDSearch.Controls.Add(Me.txbPDType) Me.gbPDSearch.Controls.Add(Me.lbPDSerial) Me.gbPDSearch.Controls.Add(Me.lbPDType) Me.gbPDSearch.Controls.Add(Me.lbPDSC) Me.gbPDSearch.Controls.Add(Me.lbPDMotor) Me.gbPDSearch.Location = New System.Drawing.Point(6, 218) Me.gbPDSearch.Name = "gbPDSearch" Me.gbPDSearch.Size = New System.Drawing.Size(657, 281) Me.gbPDSearch.TabIndex = 25 Me.gbPDSearch.TabStop = False Me.gbPDSearch.Text = "Product Data" ' 'txbPDSN ' Me.txbPDSN.Location = New System.Drawing.Point(165, 42) Me.txbPDSN.Name = "txbPDSN" Me.txbPDSN.Size = New System.Drawing.Size(465, 35) Me.txbPDSN.TabIndex = 14 Me.txbPDSN.Text = "-" Me.txbPDSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbPDSN ' Me.lbPDSN.AutoSize = True Me.lbPDSN.Location = New System.Drawing.Point(41, 45) Me.lbPDSN.Name = "lbPDSN" Me.lbPDSN.Size = New System.Drawing.Size(123, 27) Me.lbPDSN.TabIndex = 13 Me.lbPDSN.Text = "PD Serial : " ' 'txbPDAC ' Me.txbPDAC.Location = New System.Drawing.Point(450, 222) Me.txbPDAC.Name = "txbPDAC" Me.txbPDAC.Size = New System.Drawing.Size(180, 35) Me.txbPDAC.TabIndex = 20 Me.txbPDAC.Text = "-" Me.txbPDAC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbPDAC ' Me.lbPDAC.AutoSize = True Me.lbPDAC.Location = New System.Drawing.Point(353, 225) Me.lbPDAC.Name = "lbPDAC" Me.lbPDAC.Size = New System.Drawing.Size(91, 27) Me.lbPDAC.TabIndex = 11 Me.lbPDAC.Text = "대리점 : " ' 'txbPDCP ' Me.txbPDCP.Location = New System.Drawing.Point(450, 177) Me.txbPDCP.Name = "txbPDCP" Me.txbPDCP.Size = New System.Drawing.Size(180, 35) Me.txbPDCP.TabIndex = 21 Me.txbPDCP.Text = "-" Me.txbPDCP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbPDCC ' Me.txbPDCC.Location = New System.Drawing.Point(165, 222) Me.txbPDCC.Name = "txbPDCC" Me.txbPDCC.Size = New System.Drawing.Size(180, 35) Me.txbPDCC.TabIndex = 19 Me.txbPDCC.Text = "-" Me.txbPDCC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbPDMotor ' Me.txbPDMotor.Location = New System.Drawing.Point(450, 132) Me.txbPDMotor.Name = "txbPDMotor" Me.txbPDMotor.Size = New System.Drawing.Size(180, 35) Me.txbPDMotor.TabIndex = 23 Me.txbPDMotor.Text = "-" Me.txbPDMotor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbPDCC ' Me.lbPDCC.AutoSize = True Me.lbPDCC.Location = New System.Drawing.Point(54, 225) Me.lbPDCC.Name = "lbPDCC" Me.lbPDCC.Size = New System.Drawing.Size(111, 27) Me.lbPDCC.TabIndex = 10 Me.lbPDCC.Text = "국가코드 : " ' 'txbPDModel ' Me.txbPDModel.Location = New System.Drawing.Point(165, 87) Me.txbPDModel.Name = "txbPDModel" Me.txbPDModel.Size = New System.Drawing.Size(180, 35) Me.txbPDModel.TabIndex = 15 Me.txbPDModel.Text = "-" Me.txbPDModel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbPDSC ' Me.txbPDSC.Location = New System.Drawing.Point(165, 132) Me.txbPDSC.Name = "txbPDSC" Me.txbPDSC.Size = New System.Drawing.Size(180, 35) Me.txbPDSC.TabIndex = 22 Me.txbPDSC.Text = "-" Me.txbPDSC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbPDSerial ' Me.txbPDSerial.Location = New System.Drawing.Point(165, 177) Me.txbPDSerial.Name = "txbPDSerial" Me.txbPDSerial.Size = New System.Drawing.Size(180, 35) Me.txbPDSerial.TabIndex = 18 Me.txbPDSerial.Text = "-" Me.txbPDSerial.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbPDCP ' Me.lbPDCP.AutoSize = True Me.lbPDCP.Location = New System.Drawing.Point(353, 180) Me.lbPDCP.Name = "lbPDCP" Me.lbPDCP.Size = New System.Drawing.Size(91, 27) Me.lbPDCP.TabIndex = 6 Me.lbPDCP.Text = "제조사 : " ' 'lbPDModel ' Me.lbPDModel.AutoSize = True Me.lbPDModel.Location = New System.Drawing.Point(73, 90) Me.lbPDModel.Name = "lbPDModel" Me.lbPDModel.Size = New System.Drawing.Size(91, 27) Me.lbPDModel.TabIndex = 7 Me.lbPDModel.Text = "Model : " ' 'txbPDType ' Me.txbPDType.Location = New System.Drawing.Point(450, 87) Me.txbPDType.Name = "txbPDType" Me.txbPDType.Size = New System.Drawing.Size(180, 35) Me.txbPDType.TabIndex = 17 Me.txbPDType.Text = "-" Me.txbPDType.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbPDSerial ' Me.lbPDSerial.AutoSize = True Me.lbPDSerial.Location = New System.Drawing.Point(75, 180) Me.lbPDSerial.Name = "lbPDSerial" Me.lbPDSerial.Size = New System.Drawing.Size(89, 27) Me.lbPDSerial.TabIndex = 9 Me.lbPDSerial.Text = "Serial : " ' 'lbPDType ' Me.lbPDType.AutoSize = True Me.lbPDType.Location = New System.Drawing.Point(365, 90) Me.lbPDType.Name = "lbPDType" Me.lbPDType.Size = New System.Drawing.Size(79, 27) Me.lbPDType.TabIndex = 8 Me.lbPDType.Text = "Type : " ' 'lbPDSC ' Me.lbPDSC.AutoSize = True Me.lbPDSC.Location = New System.Drawing.Point(23, 135) Me.lbPDSC.Name = "lbPDSC" Me.lbPDSC.Size = New System.Drawing.Size(141, 27) Me.lbPDSC.TabIndex = 5 Me.lbPDSC.Text = "Shot Count : " ' 'lbPDMotor ' Me.lbPDMotor.AutoSize = True Me.lbPDMotor.Location = New System.Drawing.Point(354, 135) Me.lbPDMotor.Name = "lbPDMotor" Me.lbPDMotor.Size = New System.Drawing.Size(90, 27) Me.lbPDMotor.TabIndex = 4 Me.lbPDMotor.Text = "Motor : " ' 'gbTDSearch ' Me.gbTDSearch.Controls.Add(Me.txbTDSN) Me.gbTDSearch.Controls.Add(Me.lbTDSN) Me.gbTDSearch.Controls.Add(Me.txbMesDate) Me.gbTDSearch.Controls.Add(Me.lbMesDate) Me.gbTDSearch.Controls.Add(Me.txbMesFreq) Me.gbTDSearch.Controls.Add(Me.lbMesFreq) Me.gbTDSearch.Controls.Add(Me.txbMesPw) Me.gbTDSearch.Controls.Add(Me.lbMesPw) Me.gbTDSearch.Location = New System.Drawing.Point(6, 35) Me.gbTDSearch.Name = "gbTDSearch" Me.gbTDSearch.Size = New System.Drawing.Size(657, 180) Me.gbTDSearch.TabIndex = 24 Me.gbTDSearch.TabStop = False Me.gbTDSearch.Text = "TD Data" ' 'txbTDSN ' Me.txbTDSN.Location = New System.Drawing.Point(165, 42) Me.txbTDSN.Name = "txbTDSN" Me.txbTDSN.Size = New System.Drawing.Size(465, 35) Me.txbTDSN.TabIndex = 12 Me.txbTDSN.Text = "-" Me.txbTDSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbTDSN ' Me.lbTDSN.AutoSize = True Me.lbTDSN.Location = New System.Drawing.Point(40, 45) Me.lbTDSN.Name = "lbTDSN" Me.lbTDSN.Size = New System.Drawing.Size(124, 27) Me.lbTDSN.TabIndex = 0 Me.lbTDSN.Text = "TD Serial : " ' 'txbMesDate ' Me.txbMesDate.Location = New System.Drawing.Point(165, 87) Me.txbMesDate.Name = "txbMesDate" Me.txbMesDate.Size = New System.Drawing.Size(465, 35) Me.txbMesDate.TabIndex = 13 Me.txbMesDate.Text = "-" Me.txbMesDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMesDate ' Me.lbMesDate.AutoSize = True Me.lbMesDate.Location = New System.Drawing.Point(47, 90) Me.lbMesDate.Name = "lbMesDate" Me.lbMesDate.Size = New System.Drawing.Size(117, 27) Me.lbMesDate.TabIndex = 1 Me.lbMesDate.Text = "생산 일자 : " ' 'txbMesFreq ' Me.txbMesFreq.Location = New System.Drawing.Point(165, 132) Me.txbMesFreq.Name = "txbMesFreq" Me.txbMesFreq.Size = New System.Drawing.Size(180, 35) Me.txbMesFreq.TabIndex = 14 Me.txbMesFreq.Text = "-" Me.txbMesFreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMesFreq ' Me.lbMesFreq.AutoSize = True Me.lbMesFreq.Location = New System.Drawing.Point(26, 135) Me.lbMesFreq.Name = "lbMesFreq" Me.lbMesFreq.Size = New System.Drawing.Size(138, 27) Me.lbMesFreq.TabIndex = 2 Me.lbMesFreq.Text = "Frequency : " ' 'txbMesPw ' Me.txbMesPw.Location = New System.Drawing.Point(450, 132) Me.txbMesPw.Name = "txbMesPw" Me.txbMesPw.Size = New System.Drawing.Size(180, 35) Me.txbMesPw.TabIndex = 16 Me.txbMesPw.Text = "-" Me.txbMesPw.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbMesPw ' Me.lbMesPw.AutoSize = True Me.lbMesPw.Location = New System.Drawing.Point(352, 135) Me.lbMesPw.Name = "lbMesPw" Me.lbMesPw.Size = New System.Drawing.Size(92, 27) Me.lbMesPw.TabIndex = 3 Me.lbMesPw.Text = "Power : " ' 'pnLoadTop ' Me.pnLoadTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnLoadTop.Controls.Add(Me.btnLoadNum) Me.pnLoadTop.Controls.Add(Me.txbLoadNum) Me.pnLoadTop.Controls.Add(Me.lbLoadNum) Me.pnLoadTop.Location = New System.Drawing.Point(0, 0) Me.pnLoadTop.Name = "pnLoadTop" Me.pnLoadTop.Size = New System.Drawing.Size(680, 90) Me.pnLoadTop.TabIndex = 0 ' 'btnLoadNum ' Me.btnLoadNum.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnLoadNum.Location = New System.Drawing.Point(540, 19) Me.btnLoadNum.Name = "btnLoadNum" Me.btnLoadNum.Size = New System.Drawing.Size(130, 56) Me.btnLoadNum.TabIndex = 1 Me.btnLoadNum.Text = "검 색" Me.btnLoadNum.UseVisualStyleBackColor = True ' 'txbLoadNum ' Me.txbLoadNum.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbLoadNum.Location = New System.Drawing.Point(173, 19) Me.txbLoadNum.MaxLength = 12 Me.txbLoadNum.Name = "txbLoadNum" Me.txbLoadNum.Size = New System.Drawing.Size(364, 56) Me.txbLoadNum.TabIndex = 1 ' 'lbLoadNum ' Me.lbLoadNum.AutoSize = True Me.lbLoadNum.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbLoadNum.Location = New System.Drawing.Point(15, 27) Me.lbLoadNum.Name = "lbLoadNum" Me.lbLoadNum.Size = New System.Drawing.Size(152, 41) Me.lbLoadNum.TabIndex = 0 Me.lbLoadNum.Text = "번호 검색" ' 'MainForm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1904, 761) Me.Controls.Add(Me.pnDBLoad) Me.Controls.Add(Me.pnTop) Me.Controls.Add(Me.pnBottom) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "MainForm" Me.Text = "Form1" Me.gbProdSelect.ResumeLayout(False) Me.gbProdSelect.PerformLayout() Me.gbComport.ResumeLayout(False) Me.gbComport.PerformLayout() Me.pnTop.ResumeLayout(False) Me.gbOpOut.ResumeLayout(False) Me.gbOpOut.PerformLayout() Me.gbEtcOp.ResumeLayout(False) Me.gbEtcOp.PerformLayout() Me.pnBottom.ResumeLayout(False) Me.gbSetting.ResumeLayout(False) Me.gbMotor.ResumeLayout(False) Me.pnMtResult.ResumeLayout(False) Me.pnMtResult.PerformLayout() Me.pnMotor.ResumeLayout(False) Me.pnMotor.PerformLayout() Me.gbShot.ResumeLayout(False) Me.pnShResult.ResumeLayout(False) Me.pnShResult.PerformLayout() Me.pnMaxShot.ResumeLayout(False) Me.pnMaxShot.PerformLayout() Me.pnShot.ResumeLayout(False) Me.pnShot.PerformLayout() Me.gbFreqPwr.ResumeLayout(False) Me.pnFPResult.ResumeLayout(False) Me.pnFPResult.PerformLayout() Me.pnPower.ResumeLayout(False) Me.pnPower.PerformLayout() Me.pnFreq.ResumeLayout(False) Me.pnFreq.PerformLayout() Me.gbTD.ResumeLayout(False) Me.pnTdResult.ResumeLayout(False) Me.pnTdResult.PerformLayout() Me.pnTDSerial.ResumeLayout(False) Me.pnTDSerial.PerformLayout() Me.gbArea.ResumeLayout(False) Me.pnArResult.ResumeLayout(False) Me.pnArResult.PerformLayout() Me.pnAgency.ResumeLayout(False) Me.pnAgency.PerformLayout() Me.pnAbroad.ResumeLayout(False) Me.pnAbroad.PerformLayout() Me.gbInfo.ResumeLayout(False) Me.pnIfResult.ResumeLayout(False) Me.pnIfResult.PerformLayout() Me.pnIfSerial.ResumeLayout(False) Me.pnIfSerial.PerformLayout() CType(Me.nudIfSerial, System.ComponentModel.ISupportInitialize).EndInit() Me.pnIfMoTy.ResumeLayout(False) Me.pnIfType.ResumeLayout(False) Me.pnIfType.PerformLayout() Me.pnIfModel.ResumeLayout(False) Me.pnIfModel.PerformLayout() Me.pnIfDate.ResumeLayout(False) Me.pnIfDate.PerformLayout() CType(Me.nudIfMonth, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.nudIfYear, System.ComponentModel.ISupportInitialize).EndInit() Me.pnIfCode.ResumeLayout(False) Me.pnIfCode.PerformLayout() Me.pnIfNumber.ResumeLayout(False) Me.pnIfNumber.PerformLayout() Me.gbAuth.ResumeLayout(False) Me.gbAuth.PerformLayout() Me.gbRunTime.ResumeLayout(False) Me.gbDUALUse.ResumeLayout(False) Me.pnDuResult.ResumeLayout(False) Me.pnDuResult.PerformLayout() Me.pnDuError.ResumeLayout(False) Me.pnDuError.PerformLayout() Me.pnDuEye.ResumeLayout(False) Me.pnDuEye.PerformLayout() Me.pnDuFace.ResumeLayout(False) Me.pnDuFace.PerformLayout() Me.pnDuReady.ResumeLayout(False) Me.pnDuReady.PerformLayout() Me.pnDuFull.ResumeLayout(False) Me.pnDuFull.PerformLayout() Me.gbDevice.ResumeLayout(False) Me.gbDvInfo.ResumeLayout(False) Me.pnDvAgency.ResumeLayout(False) Me.pnDvAgency.PerformLayout() Me.pnDvAbroad.ResumeLayout(False) Me.pnDvAbroad.PerformLayout() Me.pnDvResult.ResumeLayout(False) Me.pnDvResult.PerformLayout() Me.pnDvSerial.ResumeLayout(False) Me.pnDvSerial.PerformLayout() CType(Me.nudDvSerial, System.ComponentModel.ISupportInitialize).EndInit() Me.pnDvMoTy.ResumeLayout(False) Me.pnDvModel.ResumeLayout(False) Me.pnDvModel.PerformLayout() Me.pnDvDate.ResumeLayout(False) Me.pnDvDate.PerformLayout() CType(Me.nudDvMonth, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.nudDvYear, System.ComponentModel.ISupportInitialize).EndInit() Me.pnDvCode.ResumeLayout(False) Me.pnDvCode.PerformLayout() Me.pnDvNumber.ResumeLayout(False) Me.pnDvNumber.PerformLayout() Me.gbDvAuth.ResumeLayout(False) Me.gbDvAuth.PerformLayout() Me.tcAltoUse.ResumeLayout(False) Me.tpALFunc1.ResumeLayout(False) Me.pnALCsTime.ResumeLayout(False) Me.pnALCsTime.PerformLayout() Me.pnALEtTime.ResumeLayout(False) Me.pnALEtTime.PerformLayout() Me.pnALFtTime.ResumeLayout(False) Me.pnALFtTime.PerformLayout() Me.pnALFuncBox1.ResumeLayout(False) Me.pnALFuncBox1.PerformLayout() Me.tpALFunc2.ResumeLayout(False) Me.pnALLtTime.ResumeLayout(False) Me.pnALLtTime.PerformLayout() Me.pnALFuncBox2.ResumeLayout(False) Me.pnALFuncBox2.PerformLayout() Me.pnALBtTime.ResumeLayout(False) Me.pnALBtTime.PerformLayout() Me.tpALTOFull.ResumeLayout(False) Me.pnALAllFunc.ResumeLayout(False) Me.pnALAllFunc.PerformLayout() Me.pnALAllErr.ResumeLayout(False) Me.pnALAllErr.PerformLayout() Me.pnALAllTime.ResumeLayout(False) Me.pnALAllTime.PerformLayout() Me.tcMAXUse.ResumeLayout(False) Me.tpMAXFULL.ResumeLayout(False) Me.pnMxAllFunc.ResumeLayout(False) Me.pnMxAllFunc.PerformLayout() Me.pnMxAllShot.ResumeLayout(False) Me.pnMxAllShot.PerformLayout() Me.pnMxAllErr.ResumeLayout(False) Me.pnMxAllErr.PerformLayout() Me.pnMxAllTime.ResumeLayout(False) Me.pnMxAllTime.PerformLayout() Me.tpMXHIFU.ResumeLayout(False) Me.pnMxHfResult.ResumeLayout(False) Me.pnMxHfResult.PerformLayout() Me.pnMxFcShot.ResumeLayout(False) Me.pnMxFcShot.PerformLayout() Me.pnMxEyTime.ResumeLayout(False) Me.pnMxEyTime.PerformLayout() Me.pnMxFcTime.ResumeLayout(False) Me.pnMxFcTime.PerformLayout() Me.tpMXRF.ResumeLayout(False) Me.pnMxEtResult.ResumeLayout(False) Me.pnMxEtResult.PerformLayout() Me.pnMxCuTime.ResumeLayout(False) Me.pnMxCuTime.PerformLayout() Me.pnMxDuTime.ResumeLayout(False) Me.pnMxDuTime.PerformLayout() Me.pnMxTuTime.ResumeLayout(False) Me.pnMxTuTime.PerformLayout() Me.pnDBLoad.ResumeLayout(False) Me.pnLoadBot.ResumeLayout(False) Me.gbDBLoad.ResumeLayout(False) Me.gbPDSearch.ResumeLayout(False) Me.gbPDSearch.PerformLayout() Me.gbTDSearch.ResumeLayout(False) Me.gbTDSearch.PerformLayout() Me.pnLoadTop.ResumeLayout(False) Me.pnLoadTop.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents gbProdSelect As GroupBox Friend WithEvents rdbAlto As RadioButton Friend WithEvents rdbMax As RadioButton Friend WithEvents rdbDual As RadioButton Friend WithEvents gbComport As GroupBox Friend WithEvents btnComport As Button Friend WithEvents cboComport As ComboBox Friend WithEvents lbComport As Label Friend WithEvents pnTop As Panel Friend WithEvents gbEtcOp As GroupBox Friend WithEvents ckbDBUse As CheckBox Friend WithEvents pnBottom As Panel Friend WithEvents gbSetting As GroupBox Friend WithEvents gbAuth As GroupBox Friend WithEvents btnAuth As Button Friend WithEvents txbAuthBox As TextBox Friend WithEvents gbInfo As GroupBox Friend WithEvents pnIfNumber As Panel Friend WithEvents lbIfBarcode As Label Friend WithEvents pnIfMoTy As Panel Friend WithEvents pnIfModel As Panel Friend WithEvents rdbIfALPHA As RadioButton Friend WithEvents rdbIfLUX_V2 As RadioButton Friend WithEvents rdbIfPRO_V1 As RadioButton Friend WithEvents lbIfModel As Label Friend WithEvents pnIfDate As Panel Friend WithEvents nudIfMonth As NumericUpDown Friend WithEvents nudIfYear As NumericUpDown Friend WithEvents lbIfMonth As Label Friend WithEvents lbIfYear As Label Friend WithEvents lbIfDate As Label Friend WithEvents pnIfCode As Panel Friend WithEvents txbIfCode As TextBox Friend WithEvents lbIfCode As Label Friend WithEvents txbIfNumber As TextBox Friend WithEvents pnIfSerial As Panel Friend WithEvents nudIfSerial As NumericUpDown Friend WithEvents lbIfSerial As Label Friend WithEvents pnIfType As Panel Friend WithEvents rdbIfBody As RadioButton Friend WithEvents rdbIfEye As RadioButton Friend WithEvents rdbIfFace As RadioButton Friend WithEvents lbIfType As Label Friend WithEvents pnIfResult As Panel Friend WithEvents btnIfWrite As Button Friend WithEvents btnIfRead As Button Friend WithEvents txbInfoBox As TextBox Friend WithEvents gbArea As GroupBox Friend WithEvents pnArResult As Panel Friend WithEvents btnArWrite As Button Friend WithEvents btnArRead As Button Friend WithEvents txbAreaBox As TextBox Friend WithEvents pnAgency As Panel Friend WithEvents txbAgency As TextBox Friend WithEvents lbAgency As Label Friend WithEvents pnAbroad As Panel Friend WithEvents txbAbroad As TextBox Friend WithEvents lbAbroad As Label Friend WithEvents gbMotor As GroupBox Friend WithEvents pnMtResult As Panel Friend WithEvents btnMtWrite As Button Friend WithEvents btnMtRead As Button Friend WithEvents txbMtBox As TextBox Friend WithEvents pnMotor As Panel Friend WithEvents txbMotor As TextBox Friend WithEvents lbMotor As Label Friend WithEvents gbShot As GroupBox Friend WithEvents pnShResult As Panel Friend WithEvents btnShWrite As Button Friend WithEvents btnShRead As Button Friend WithEvents txbShotBox As TextBox Friend WithEvents pnMaxShot As Panel Friend WithEvents txbMaxShot As TextBox Friend WithEvents lbMaxShot As Label Friend WithEvents pnShot As Panel Friend WithEvents txbShot As TextBox Friend WithEvents lbShot As Label Friend WithEvents gbFreqPwr As GroupBox Friend WithEvents btnFPWrite As Button Friend WithEvents btnFPRead As Button Friend WithEvents txbFPBox As TextBox Friend WithEvents pnPower As Panel Friend WithEvents txbPower As TextBox Friend WithEvents lbPower As Label Friend WithEvents pnFreq As Panel Friend WithEvents txbFreq As TextBox Friend WithEvents lbFreq As Label Friend WithEvents gbTD As GroupBox Friend WithEvents pnTdResult As Panel Friend WithEvents btnTdWrite As Button Friend WithEvents btnTdRead As Button Friend WithEvents txbTDBox As TextBox Friend WithEvents pnTDSerial As Panel Friend WithEvents txbTDSerial As TextBox Friend WithEvents lbTDSerial As Label Friend WithEvents pnFPResult As Panel Friend WithEvents gbOpOut As GroupBox Friend WithEvents rdbUseTime As RadioButton Friend WithEvents rdbDev As RadioButton Friend WithEvents btnEnd As Button Friend WithEvents gbDevice As GroupBox Friend WithEvents gbDvInfo As GroupBox Friend WithEvents pnDvResult As Panel Friend WithEvents btnDvWrite As Button Friend WithEvents btnDvRead As Button Friend WithEvents txbDvInfoBox As TextBox Friend WithEvents pnDvSerial As Panel Friend WithEvents nudDvSerial As NumericUpDown Friend WithEvents lbDvSerial As Label Friend WithEvents pnDvMoTy As Panel Friend WithEvents pnDvModel As Panel Friend WithEvents rdbDvALPHA As RadioButton Friend WithEvents rdbDvLUX As RadioButton Friend WithEvents rdbDvPRO As RadioButton Friend WithEvents lbDvModel As Label Friend WithEvents pnDvDate As Panel Friend WithEvents nudDvMonth As NumericUpDown Friend WithEvents nudDvYear As NumericUpDown Friend WithEvents lbDvMonth As Label Friend WithEvents lbDvYear As Label Friend WithEvents lbDvDate As Label Friend WithEvents pnDvCode As Panel Friend WithEvents txbDvCode As TextBox Friend WithEvents lbDvCode As Label Friend WithEvents pnDvNumber As Panel Friend WithEvents txbDvNumber As TextBox Friend WithEvents lbDvNumber As Label Friend WithEvents gbDvAuth As GroupBox Friend WithEvents btnDvAuth As Button Friend WithEvents txbDvAuthBox As TextBox Friend WithEvents pnDvAbroad As Panel Friend WithEvents txbDvAbroad As TextBox Friend WithEvents lbDvAbroad As Label Friend WithEvents pnDvAgency As Panel Friend WithEvents txbDvAgency As TextBox Friend WithEvents lbDvAgency As Label Friend WithEvents SerialPort1 As IO.Ports.SerialPort Friend WithEvents gbRunTime As GroupBox Friend WithEvents gbDUALUse As GroupBox Friend WithEvents pnDuFull As Panel Friend WithEvents lbDuFullSec As Label Friend WithEvents txbDuFullDay As TextBox Friend WithEvents txbDuFullSec As TextBox Friend WithEvents lbDuFullMin As Label Friend WithEvents txbDuFullMin As TextBox Friend WithEvents lbDuFullHour As Label Friend WithEvents txbDuFullHour As TextBox Friend WithEvents lbDuFullDay As Label Friend WithEvents lbDuFull As Label Friend WithEvents pnDuResult As Panel Friend WithEvents btnDuReset As Button Friend WithEvents btnDuReady As Button Friend WithEvents txbDuUseBox As TextBox Friend WithEvents pnDuError As Panel Friend WithEvents txbDuError As TextBox Friend WithEvents lbDuError As Label Friend WithEvents pnDuEye As Panel Friend WithEvents txbDuEye As TextBox Friend WithEvents lbDuEye As Label Friend WithEvents pnDuFace As Panel Friend WithEvents txbDuFace As TextBox Friend WithEvents lbDuFace As Label Friend WithEvents pnDuReady As Panel Friend WithEvents lbDuReadySec As Label Friend WithEvents txbDuReadyDay As TextBox Friend WithEvents txbDuReadySec As TextBox Friend WithEvents lbDuReadyMin As Label Friend WithEvents txbDuReadyMin As TextBox Friend WithEvents lbDuReadyHour As Label Friend WithEvents txbDuReadyHour As TextBox Friend WithEvents lbDuReadyDay As Label Friend WithEvents lbDuReady As Label Friend WithEvents tcMAXUse As TabControl Friend WithEvents tpMAXFULL As TabPage Friend WithEvents tpMXHIFU As TabPage Friend WithEvents tpMXRF As TabPage Friend WithEvents pnMxAllFunc As Panel Friend WithEvents btnMxAllReset As Button Friend WithEvents btnMxAllRead As Button Friend WithEvents txbMxAllBox As TextBox Friend WithEvents pnMxAllShot As Panel Friend WithEvents txbMxAllShot As TextBox Friend WithEvents lbMxAllShot As Label Friend WithEvents pnMxAllErr As Panel Friend WithEvents txbMxAllErr As TextBox Friend WithEvents lbMxAllErr As Label Friend WithEvents pnMxAllTime As Panel Friend WithEvents lbMxAllSec As Label Friend WithEvents txbMxAllDay As TextBox Friend WithEvents txbMxAllSec As TextBox Friend WithEvents lbMxAllMin As Label Friend WithEvents txbMxAllMin As TextBox Friend WithEvents lbMxAllHour As Label Friend WithEvents txbMxAllHour As TextBox Friend WithEvents lbMxAllDay As Label Friend WithEvents lbMxAllTime As Label Friend WithEvents pnMxHfResult As Panel Friend WithEvents btnMxHfReset As Button Friend WithEvents btnMxHfRead As Button Friend WithEvents txbMxHfBox As TextBox Friend WithEvents pnMxFcShot As Panel Friend WithEvents txbMxFcShot As TextBox Friend WithEvents lbMxFcShot As Label Friend WithEvents pnMxEyTime As Panel Friend WithEvents lbMxEySec As Label Friend WithEvents txbMxEyDay As TextBox Friend WithEvents txbMxEySec As TextBox Friend WithEvents lbMxEyMin As Label Friend WithEvents txbMxEyMin As TextBox Friend WithEvents lbMxEyHour As Label Friend WithEvents txbMxEyHour As TextBox Friend WithEvents lbMxEyDay As Label Friend WithEvents lbMxEyTime As Label Friend WithEvents pnMxFcTime As Panel Friend WithEvents lbMxFcSec As Label Friend WithEvents txbMxFcDay As TextBox Friend WithEvents txbMxFcSec As TextBox Friend WithEvents lbMxFcMin As Label Friend WithEvents txbMxFcMin As TextBox Friend WithEvents lbMxFcHour As Label Friend WithEvents txbMxFcHour As TextBox Friend WithEvents lbMxFcDay As Label Friend WithEvents lbMxFcTime As Label Friend WithEvents pnMxEtResult As Panel Friend WithEvents btnMxEtReset As Button Friend WithEvents btnMxEtRead As Button Friend WithEvents txbMxEtBox As TextBox Friend WithEvents pnMxCuTime As Panel Friend WithEvents lbMxCuSec As Label Friend WithEvents txbMxCuDay As TextBox Friend WithEvents txbMxCuSec As TextBox Friend WithEvents lbMxCuMin As Label Friend WithEvents txbMxCuMin As TextBox Friend WithEvents lbMxCuHour As Label Friend WithEvents txbMxCuHour As TextBox Friend WithEvents lbMxCuDay As Label Friend WithEvents lbMxCuTime As Label Friend WithEvents pnMxDuTime As Panel Friend WithEvents lbMxDuSec As Label Friend WithEvents txbMxDuDay As TextBox Friend WithEvents txbMxDuSec As TextBox Friend WithEvents lbMxDuMin As Label Friend WithEvents txbMxDuMin As TextBox Friend WithEvents lbMxDuHour As Label Friend WithEvents txbMxDuHour As TextBox Friend WithEvents lbMxDuDay As Label Friend WithEvents lbMxDuTime As Label Friend WithEvents pnMxTuTime As Panel Friend WithEvents lbMxTuSec As Label Friend WithEvents txbMxTuDay As TextBox Friend WithEvents txbMxTuSec As TextBox Friend WithEvents lbMxTuMin As Label Friend WithEvents txbMxTuMin As TextBox Friend WithEvents lbMxTuHour As Label Friend WithEvents txbMxTuHour As TextBox Friend WithEvents lbMxTuDay As Label Friend WithEvents lbMxTuTime As Label Friend WithEvents tcAltoUse As TabControl Friend WithEvents tpALTOFull As TabPage Friend WithEvents pnALAllFunc As Panel Friend WithEvents btnALAllReset As Button Friend WithEvents btnALAllRead As Button Friend WithEvents txbALAllBox As TextBox Friend WithEvents pnALAllErr As Panel Friend WithEvents txbALAllErr As TextBox Friend WithEvents lbALAllErr As Label Friend WithEvents pnALAllTime As Panel Friend WithEvents lbALAllSec As Label Friend WithEvents txbALAllDay As TextBox Friend WithEvents txbALAllSec As TextBox Friend WithEvents lbALAllMin As Label Friend WithEvents txbALAllMin As TextBox Friend WithEvents lbALAllHour As Label Friend WithEvents txbALAllHour As TextBox Friend WithEvents lbALAllDay As Label Friend WithEvents lbALAllTime As Label Friend WithEvents tpALFunc1 As TabPage Friend WithEvents pnALFuncBox1 As Panel Friend WithEvents btnALFuncReset1 As Button Friend WithEvents btnALFuncRead1 As Button Friend WithEvents txbALFuncBox1 As TextBox Friend WithEvents pnALEtTime As Panel Friend WithEvents lbALEtSec As Label Friend WithEvents txbALEtDay As TextBox Friend WithEvents txbALEtSec As TextBox Friend WithEvents lbALEtMin As Label Friend WithEvents txbALEtMin As TextBox Friend WithEvents lbALEtHour As Label Friend WithEvents txbALEtHour As TextBox Friend WithEvents lbALEtDay As Label Friend WithEvents lbALEtTime As Label Friend WithEvents pnALFtTime As Panel Friend WithEvents lbALFtSec As Label Friend WithEvents txbALFtDay As TextBox Friend WithEvents txbALFtSec As TextBox Friend WithEvents lbALFtMin As Label Friend WithEvents txbALFtMin As TextBox Friend WithEvents lbALFtHour As Label Friend WithEvents txbALFtHour As TextBox Friend WithEvents lbALFtDay As Label Friend WithEvents lbALFtTime As Label Friend WithEvents tpALFunc2 As TabPage Friend WithEvents pnALFuncBox2 As Panel Friend WithEvents btnALFuncRead2 As Button Friend WithEvents txbALFuncBox2 As TextBox Friend WithEvents pnALBtTime As Panel Friend WithEvents lbALBtSec As Label Friend WithEvents txbALBtDay As TextBox Friend WithEvents txbALBtSec As TextBox Friend WithEvents lbALBtMin As Label Friend WithEvents txbALBtMin As TextBox Friend WithEvents lbALBtHour As Label Friend WithEvents txbALBtHour As TextBox Friend WithEvents lbALBtDay As Label Friend WithEvents lbALBtTime As Label Friend WithEvents pnALCsTime As Panel Friend WithEvents lbALCsSec As Label Friend WithEvents txbALCsDay As TextBox Friend WithEvents txbALCsSec As TextBox Friend WithEvents lbALCsMin As Label Friend WithEvents txbALCsMin As TextBox Friend WithEvents lbALCsHour As Label Friend WithEvents txbALCsHour As TextBox Friend WithEvents lbALCsDay As Label Friend WithEvents lbALCsTime As Label Friend WithEvents pnALLtTime As Panel Friend WithEvents lbALLtSec As Label Friend WithEvents txbALLtDay As TextBox Friend WithEvents txbALLtSec As TextBox Friend WithEvents lbALLtMin As Label Friend WithEvents txbALLtMin As TextBox Friend WithEvents lbALLtHour As Label Friend WithEvents txbALLtHour As TextBox Friend WithEvents lbALLtDay As Label Friend WithEvents lbALLtTime As Label Friend WithEvents btnALFuncReset2 As Button Friend WithEvents pnDBLoad As Panel Friend WithEvents pnLoadTop As Panel Friend WithEvents btnLoadNum As Button Friend WithEvents txbLoadNum As TextBox Friend WithEvents lbLoadNum As Label Friend WithEvents pnLoadBot As Panel Friend WithEvents gbDBLoad As GroupBox Friend WithEvents gbPDSearch As GroupBox Friend WithEvents txbPDSN As TextBox Friend WithEvents lbPDSN As Label Friend WithEvents txbPDAC As TextBox Friend WithEvents lbPDAC As Label Friend WithEvents txbPDCP As TextBox Friend WithEvents txbPDCC As TextBox Friend WithEvents txbPDMotor As TextBox Friend WithEvents lbPDCC As Label Friend WithEvents txbPDModel As TextBox Friend WithEvents txbPDSC As TextBox Friend WithEvents txbPDSerial As TextBox Friend WithEvents lbPDCP As Label Friend WithEvents lbPDModel As Label Friend WithEvents txbPDType As TextBox Friend WithEvents lbPDSerial As Label Friend WithEvents lbPDType As Label Friend WithEvents lbPDSC As Label Friend WithEvents lbPDMotor As Label Friend WithEvents gbTDSearch As GroupBox Friend WithEvents txbTDSN As TextBox Friend WithEvents lbTDSN As Label Friend WithEvents txbMesDate As TextBox Friend WithEvents lbMesDate As Label Friend WithEvents txbMesFreq As TextBox Friend WithEvents lbMesFreq As Label Friend WithEvents txbMesPw As TextBox Friend WithEvents lbMesPw As Label Friend WithEvents btnwrite As Button Friend WithEvents btnReset As Button Friend WithEvents rdbEffect As RadioButton Friend WithEvents btnDuWrite As Button End Class