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.pnlMain = New System.Windows.Forms.Panel() Me.gpbTime = New System.Windows.Forms.GroupBox() Me.lblTime = New System.Windows.Forms.Label() Me.gpbJudge = New System.Windows.Forms.GroupBox() Me.btnCmdInput = New System.Windows.Forms.Button() Me.lblJudge = New System.Windows.Forms.Label() Me.txbBarcodeNum = New System.Windows.Forms.TextBox() Me.gpbProgSet = New System.Windows.Forms.GroupBox() Me.ckbmainprint = New System.Windows.Forms.CheckBox() Me.ckbReserved = New System.Windows.Forms.CheckBox() Me.chkBarcode = New System.Windows.Forms.CheckBox() Me.pnlLog = New System.Windows.Forms.Panel() Me.ptbLOG = New System.Windows.Forms.PictureBox() Me.btnReset = New System.Windows.Forms.Button() Me.gpbOKCnt = New System.Windows.Forms.GroupBox() Me.Panel7 = New System.Windows.Forms.Panel() Me.txbProductCntLB = New System.Windows.Forms.TextBox() Me.lblProductCntLB = New System.Windows.Forms.Label() Me.Panel8 = New System.Windows.Forms.Panel() Me.txbProductCntPB = New System.Windows.Forms.TextBox() Me.lblProductCntPB = New System.Windows.Forms.Label() Me.Panel4 = New System.Windows.Forms.Panel() Me.txbProductCntLE = New System.Windows.Forms.TextBox() Me.lblProductCntLE = New System.Windows.Forms.Label() Me.Panel5 = New System.Windows.Forms.Panel() Me.txbProductCntLF = New System.Windows.Forms.TextBox() Me.lblProductCntLF = New System.Windows.Forms.Label() Me.Panel6 = New System.Windows.Forms.Panel() Me.txbProductCntLS = New System.Windows.Forms.TextBox() Me.lblProductCntLS = New System.Windows.Forms.Label() Me.Panel3 = New System.Windows.Forms.Panel() Me.txbProductCntPE = New System.Windows.Forms.TextBox() Me.lblProductCntPE = New System.Windows.Forms.Label() Me.Panel2 = New System.Windows.Forms.Panel() Me.txbProductCntPF = New System.Windows.Forms.TextBox() Me.lblProductCntPF = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() Me.txbProductCntPS = New System.Windows.Forms.TextBox() Me.lblProductCntPS = New System.Windows.Forms.Label() Me.btnCmdStart = New System.Windows.Forms.Button() Me.btnExit = New System.Windows.Forms.Button() Me.btnSetup = New System.Windows.Forms.Button() Me.gpbDeviceUse = New System.Windows.Forms.GroupBox() Me.chkBodyUse = New System.Windows.Forms.CheckBox() Me.chkEyeUse = New System.Windows.Forms.CheckBox() Me.chkFaceUse = New System.Windows.Forms.CheckBox() Me.chkDevUse = New System.Windows.Forms.CheckBox() Me.gpbLoadCondition = New System.Windows.Forms.GroupBox() Me.cboLoadSelect = New System.Windows.Forms.ComboBox() Me.lblLoadSelect = New System.Windows.Forms.Label() Me.gpbInfoSetTitle = New System.Windows.Forms.GroupBox() Me.gpbModelSet = New System.Windows.Forms.GroupBox() Me.txbConf_Model = New System.Windows.Forms.TextBox() Me.lblConf_Model = New System.Windows.Forms.Label() Me.gpbAbrodSet = New System.Windows.Forms.GroupBox() Me.txbConf_Abroad = New System.Windows.Forms.TextBox() Me.txbConf_Agency = New System.Windows.Forms.TextBox() Me.lblConf_Abroad = New System.Windows.Forms.Label() Me.lblConf_Agency = New System.Windows.Forms.Label() Me.gpbEyeSet = New System.Windows.Forms.GroupBox() Me.txbConf_EyeShot = New System.Windows.Forms.TextBox() Me.lblConf_EyeRshot = New System.Windows.Forms.Label() Me.gpbFaceSet = New System.Windows.Forms.GroupBox() Me.lblConf_FaceShot = New System.Windows.Forms.Label() Me.txbConf_FaceShot = New System.Windows.Forms.TextBox() Me.txbConf_BodyShot = New System.Windows.Forms.TextBox() Me.gpbDeviceInfo = New System.Windows.Forms.GroupBox() Me.gpbEyeInfoSet = New System.Windows.Forms.GroupBox() Me.gpbEyeInfo = New System.Windows.Forms.GroupBox() Me.PanelEyeDate = New System.Windows.Forms.Panel() Me.cmbInfo_EyeDay = New System.Windows.Forms.ComboBox() Me.cmbInfo_EyeMonth = New System.Windows.Forms.ComboBox() Me.cmbInfo_EyeYear = New System.Windows.Forms.ComboBox() Me.lblInfo_Date3 = New System.Windows.Forms.Label() Me.pnlEyeCart = New System.Windows.Forms.Panel() Me.txbInfo_EyeCart = New System.Windows.Forms.TextBox() Me.lblInfo_EyeCart = New System.Windows.Forms.Label() Me.pnlEyeDate = New System.Windows.Forms.Panel() Me.txbInfo_EyeDate = New System.Windows.Forms.TextBox() Me.lblInfo_EyeDate = New System.Windows.Forms.Label() Me.pnlEyeFW = New System.Windows.Forms.Panel() Me.txbInfo_EyeFW = New System.Windows.Forms.TextBox() Me.lblInfo_EyeFW = New System.Windows.Forms.Label() Me.pnlEyePower = New System.Windows.Forms.Panel() Me.txbInfo_EyePower = New System.Windows.Forms.TextBox() Me.lblInfo_EyePower = New System.Windows.Forms.Label() Me.pnlEyeTshot = New System.Windows.Forms.Panel() Me.txbInfo_EyeTshot = New System.Windows.Forms.TextBox() Me.lblInfo_EyeTshot = New System.Windows.Forms.Label() Me.pnlEyeFreq = New System.Windows.Forms.Panel() Me.txbInfo_EyeFreq = New System.Windows.Forms.TextBox() Me.lblInfoEyeFreq = New System.Windows.Forms.Label() Me.pnlEyeTDSN = New System.Windows.Forms.Panel() Me.txbInfo_EyeTDSN = New System.Windows.Forms.TextBox() Me.lblInfo_EyeTDSN = New System.Windows.Forms.Label() Me.pnlEyeRshot = New System.Windows.Forms.Panel() Me.txbInfo_EyeRshot = New System.Windows.Forms.TextBox() Me.lblInfo_EyeRshot = New System.Windows.Forms.Label() Me.pnlEyeSN = New System.Windows.Forms.Panel() Me.txbInfo_EyeSN = New System.Windows.Forms.TextBox() Me.lblInfo_EyeSN = New System.Windows.Forms.Label() Me.pnlEyeAgency = New System.Windows.Forms.Panel() Me.txbInfo_EyeAgency = New System.Windows.Forms.TextBox() Me.lblInfo_EyeAgency = New System.Windows.Forms.Label() Me.pnlEyeYearMonth = New System.Windows.Forms.Panel() Me.txbInfo_EyeMonth = New System.Windows.Forms.TextBox() Me.lblInfo_EyeMonth = New System.Windows.Forms.Label() Me.txbInfo_EyeYear = New System.Windows.Forms.TextBox() Me.lblInfo_EyeYear = New System.Windows.Forms.Label() Me.lblInfo_EyeYearMonth = New System.Windows.Forms.Label() Me.pnlEyeModel = New System.Windows.Forms.Panel() Me.txbInfo_EyeModel = New System.Windows.Forms.TextBox() Me.lblInfo_EyeModel = New System.Windows.Forms.Label() Me.pnlEyeManufacture = New System.Windows.Forms.Panel() Me.txbInfo_EyeManufacture = New System.Windows.Forms.TextBox() Me.lblInfo_EyeManufacture = New System.Windows.Forms.Label() Me.pnlEyeAbroad = New System.Windows.Forms.Panel() Me.txbInfo_EyeAbroad = New System.Windows.Forms.TextBox() Me.lblInfo_EyeAbroad = New System.Windows.Forms.Label() Me.gpbEyeIQCInfo = New System.Windows.Forms.GroupBox() Me.Panel9 = New System.Windows.Forms.Panel() Me.txbInfo_EyeIQCCap = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Panel10 = New System.Windows.Forms.Panel() Me.txbInfo_EyeIQCDate = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Panel39 = New System.Windows.Forms.Panel() Me.txbInfo_EyeIQCTD = New System.Windows.Forms.TextBox() Me.Label17 = New System.Windows.Forms.Label() Me.Panel40 = New System.Windows.Forms.Panel() Me.txbInfo_EyeIQCGrade = New System.Windows.Forms.TextBox() Me.Label18 = New System.Windows.Forms.Label() Me.gpbEyeCTInfo = New System.Windows.Forms.GroupBox() Me.Panel41 = New System.Windows.Forms.Panel() Me.txbInfo_EyeCTDate = New System.Windows.Forms.TextBox() Me.Label19 = New System.Windows.Forms.Label() Me.Panel42 = New System.Windows.Forms.Panel() Me.txbInfo_EyeCTFreq = New System.Windows.Forms.TextBox() Me.Label20 = New System.Windows.Forms.Label() Me.gpbEyeAgingInfo = New System.Windows.Forms.GroupBox() Me.Panel43 = New System.Windows.Forms.Panel() Me.txbInfo_EyeAGEnd = New System.Windows.Forms.TextBox() Me.Label21 = New System.Windows.Forms.Label() Me.Panel44 = New System.Windows.Forms.Panel() Me.txbInfo_EyeAGStart = New System.Windows.Forms.TextBox() Me.Label22 = New System.Windows.Forms.Label() Me.Panel45 = New System.Windows.Forms.Panel() Me.txbInfo_EyeAGPower = New System.Windows.Forms.TextBox() Me.Label44 = New System.Windows.Forms.Label() Me.Panel46 = New System.Windows.Forms.Panel() Me.txbInfo_EyeAGDate = New System.Windows.Forms.TextBox() Me.Label45 = New System.Windows.Forms.Label() Me.Panel47 = New System.Windows.Forms.Panel() Me.txbInfo_EyeAGShot = New System.Windows.Forms.TextBox() Me.Label46 = New System.Windows.Forms.Label() Me.Panel48 = New System.Windows.Forms.Panel() Me.txbInfo_EyeAGOkNg = New System.Windows.Forms.TextBox() Me.Label47 = New System.Windows.Forms.Label() Me.lblInfo_EyeBarcord = New System.Windows.Forms.Label() Me.txbInfo_EyeBarcord = New System.Windows.Forms.TextBox() Me.gpbFaceInfoSet = New System.Windows.Forms.GroupBox() Me.PanelFaceDate = New System.Windows.Forms.Panel() Me.cmbInfo_FaceDay = New System.Windows.Forms.ComboBox() Me.cmbInfo_FaceMonth = New System.Windows.Forms.ComboBox() Me.cmbInfo_FaceYear = New System.Windows.Forms.ComboBox() Me.lblInfo_Date2 = New System.Windows.Forms.Label() Me.gpbFaceInfo = New System.Windows.Forms.GroupBox() Me.pnlFaceDate = New System.Windows.Forms.Panel() Me.txbInfo_FaceDate = New System.Windows.Forms.TextBox() Me.lblInfo_FaceDate = New System.Windows.Forms.Label() Me.pnlFaceCart = New System.Windows.Forms.Panel() Me.txbInfo_FaceCart = New System.Windows.Forms.TextBox() Me.lblInfo_FaceCart = New System.Windows.Forms.Label() Me.pnlFaceFW = New System.Windows.Forms.Panel() Me.txbInfo_FaceFW = New System.Windows.Forms.TextBox() Me.lblInfo_FaceFW = New System.Windows.Forms.Label() Me.pnlFacePower = New System.Windows.Forms.Panel() Me.txbInfo_FacePower = New System.Windows.Forms.TextBox() Me.lblInfo_FacePower = New System.Windows.Forms.Label() Me.pnlFaceTshot = New System.Windows.Forms.Panel() Me.txbInfo_FaceTshot = New System.Windows.Forms.TextBox() Me.lblInfo_FaceTshot = New System.Windows.Forms.Label() Me.pnlFaceFreq = New System.Windows.Forms.Panel() Me.txbInfo_FaceFreq = New System.Windows.Forms.TextBox() Me.lblInfo_FaceFreq = New System.Windows.Forms.Label() Me.pnlFaceTDSN = New System.Windows.Forms.Panel() Me.txbInfo_FaceTDSN = New System.Windows.Forms.TextBox() Me.lblInfo_FaceTDSN = New System.Windows.Forms.Label() Me.pnlFaceRshot = New System.Windows.Forms.Panel() Me.txbInfo_FaceRshot = New System.Windows.Forms.TextBox() Me.lblInfo_FaceRshot = New System.Windows.Forms.Label() Me.pnlFaceSN = New System.Windows.Forms.Panel() Me.txbInfo_FaceSN = New System.Windows.Forms.TextBox() Me.lblInfo_FaceSN = New System.Windows.Forms.Label() Me.pnlFaceAgency = New System.Windows.Forms.Panel() Me.txbInfo_FaceAgency = New System.Windows.Forms.TextBox() Me.lblInfo_FaceAgency = New System.Windows.Forms.Label() Me.pnlFaceYearMonth = New System.Windows.Forms.Panel() Me.txbInfo_FaceMonth = New System.Windows.Forms.TextBox() Me.lblInfo_FaceMonth = New System.Windows.Forms.Label() Me.txbInfo_FaceYear = New System.Windows.Forms.TextBox() Me.lblInfo_FaceYear = New System.Windows.Forms.Label() Me.lblInfo_FaceYearMonth = New System.Windows.Forms.Label() Me.pnlFaceModel = New System.Windows.Forms.Panel() Me.txbInfo_FaceModel = New System.Windows.Forms.TextBox() Me.lblInfo_FaceModel = New System.Windows.Forms.Label() Me.pnlFaceManufacture = New System.Windows.Forms.Panel() Me.txbInfo_FaceManufacture = New System.Windows.Forms.TextBox() Me.lblInfo_FaceManufacture = New System.Windows.Forms.Label() Me.pnlFaceAbroad = New System.Windows.Forms.Panel() Me.txbInfo_FaceAbroad = New System.Windows.Forms.TextBox() Me.lblInfo_FaceAbroad = New System.Windows.Forms.Label() Me.gpbFaceIQCInfo = New System.Windows.Forms.GroupBox() Me.Panel11 = New System.Windows.Forms.Panel() Me.txbInfo_FaceIQCCap = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Panel13 = New System.Windows.Forms.Panel() Me.txbInfo_FaceIQCDate = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.Panel37 = New System.Windows.Forms.Panel() Me.txbInfo_FaceIQCTD = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.Panel38 = New System.Windows.Forms.Panel() Me.txbInfo_FaceIQCGrade = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.gpbFaceCTInfo = New System.Windows.Forms.GroupBox() Me.Panel12 = New System.Windows.Forms.Panel() Me.txbInfo_FaceCTDate = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Panel17 = New System.Windows.Forms.Panel() Me.txbInfo_FaceCTFreq = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.gpbFaceAgingInfo = New System.Windows.Forms.GroupBox() Me.Panel14 = New System.Windows.Forms.Panel() Me.txbInfo_FaceAGEnd = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.Panel15 = New System.Windows.Forms.Panel() Me.txbInfo_FaceAGStart = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.Panel16 = New System.Windows.Forms.Panel() Me.txbInfo_FaceAGPower = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.Panel34 = New System.Windows.Forms.Panel() Me.txbInfo_FaceAGDate = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.Panel35 = New System.Windows.Forms.Panel() Me.txbInfo_FaceAGShot = New System.Windows.Forms.TextBox() Me.Label15 = New System.Windows.Forms.Label() Me.Panel36 = New System.Windows.Forms.Panel() Me.txbInfo_FaceAGOkNg = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.lblInfo_FaceBarcord = New System.Windows.Forms.Label() Me.txbInfo_FaceBarcord = New System.Windows.Forms.TextBox() Me.gpbDevInfoSet = New System.Windows.Forms.GroupBox() Me.gpbDevInfo = New System.Windows.Forms.GroupBox() Me.pnlDevDate = New System.Windows.Forms.Panel() Me.txbInfo_DevDate = New System.Windows.Forms.TextBox() Me.lblInfo_DevDate = New System.Windows.Forms.Label() Me.PanelDevDate = New System.Windows.Forms.Panel() Me.cmbInfo_DevDay = New System.Windows.Forms.ComboBox() Me.cmbInfo_DevMonth = New System.Windows.Forms.ComboBox() Me.cmbInfo_DevYear = New System.Windows.Forms.ComboBox() Me.lblInfo_Date1 = New System.Windows.Forms.Label() Me.pnlDevCart = New System.Windows.Forms.Panel() Me.txbInfo_DevCart = New System.Windows.Forms.TextBox() Me.lblInfo_DevCart = New System.Windows.Forms.Label() Me.pnlDevTDSN = New System.Windows.Forms.Panel() Me.txbInfo_DevTDSN = New System.Windows.Forms.TextBox() Me.lblInfo_DevTDSN = New System.Windows.Forms.Label() Me.pnlDevPower = New System.Windows.Forms.Panel() Me.txbInfo_DevPower = New System.Windows.Forms.TextBox() Me.lblInfo_DevPower = New System.Windows.Forms.Label() Me.pnlDevTshot = New System.Windows.Forms.Panel() Me.txbInfo_DevTshot = New System.Windows.Forms.TextBox() Me.lblInfo_DevTshot = New System.Windows.Forms.Label() Me.pnlDevFreq = New System.Windows.Forms.Panel() Me.txbInfo_DevFreq = New System.Windows.Forms.TextBox() Me.lblInfo_DevFreq = New System.Windows.Forms.Label() Me.pnlDevRshot = New System.Windows.Forms.Panel() Me.txbInfo_DevRshot = New System.Windows.Forms.TextBox() Me.lblInfo_DevRshot = New System.Windows.Forms.Label() Me.pnlDevFW = New System.Windows.Forms.Panel() Me.txbInfo_DevFW = New System.Windows.Forms.TextBox() Me.lblInfo_DevFW = New System.Windows.Forms.Label() Me.pnlDevSN = New System.Windows.Forms.Panel() Me.txbInfo_DevSN = New System.Windows.Forms.TextBox() Me.lblInfo_DevSN = New System.Windows.Forms.Label() Me.pnlDevAgency = New System.Windows.Forms.Panel() Me.txbInfo_DevAgency = New System.Windows.Forms.TextBox() Me.lblInfo_DevAgency = New System.Windows.Forms.Label() Me.pnlDevYearMonth = New System.Windows.Forms.Panel() Me.txbInfo_DevMonth = New System.Windows.Forms.TextBox() Me.lblInfo_DevMonth = New System.Windows.Forms.Label() Me.txbInfo_DevYear = New System.Windows.Forms.TextBox() Me.lblInfo_DevYear = New System.Windows.Forms.Label() Me.lblInfo_DevYearMonth = New System.Windows.Forms.Label() Me.pnlDevModel = New System.Windows.Forms.Panel() Me.txbInfo_DevModel = New System.Windows.Forms.TextBox() Me.lblInfo_DevModel = New System.Windows.Forms.Label() Me.pnlDevManufacture = New System.Windows.Forms.Panel() Me.txbInfo_DevManufacture = New System.Windows.Forms.TextBox() Me.lblInfo_DevManufacture = New System.Windows.Forms.Label() Me.pnlDevAbroad = New System.Windows.Forms.Panel() Me.txbInfo_DevAbroad = New System.Windows.Forms.TextBox() Me.lblInfo_DevAbroad = New System.Windows.Forms.Label() Me.lblInfo_DevBarcord = New System.Windows.Forms.Label() Me.txbInfo_DevBarcord = New System.Windows.Forms.TextBox() Me.cmdSerialPort = New System.IO.Ports.SerialPort(Me.components) Me.runTimeTimer = New System.Windows.Forms.Timer(Me.components) Me.pnlConf = New System.Windows.Forms.Panel() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.ckbPrintAll = New System.Windows.Forms.CheckBox() Me.gbprintck = New System.Windows.Forms.GroupBox() Me.ckbPrintWar = New System.Windows.Forms.CheckBox() Me.ckbprintBar = New System.Windows.Forms.CheckBox() Me.gbPrinter = New System.Windows.Forms.GroupBox() Me.btndgvref = New System.Windows.Forms.Button() Me.gbPrint2 = New System.Windows.Forms.GroupBox() Me.btnAd2 = New System.Windows.Forms.Button() Me.txbtext2 = New System.Windows.Forms.TextBox() Me.lbtext2 = New System.Windows.Forms.Label() Me.btnprint2 = New System.Windows.Forms.Button() Me.txblabel2 = New System.Windows.Forms.TextBox() Me.lblabel2 = New System.Windows.Forms.Label() Me.txbname2 = New System.Windows.Forms.TextBox() Me.lbname2 = New System.Windows.Forms.Label() Me.gbPrint1 = New System.Windows.Forms.GroupBox() Me.btnSingle1 = New System.Windows.Forms.Button() Me.btnAd1 = New System.Windows.Forms.Button() Me.txbSingle1 = New System.Windows.Forms.TextBox() Me.lbSingle1 = New System.Windows.Forms.Label() Me.txbtext1 = New System.Windows.Forms.TextBox() Me.lbtext1 = New System.Windows.Forms.Label() Me.txbbarcode1 = New System.Windows.Forms.TextBox() Me.btnPrint1 = New System.Windows.Forms.Button() Me.lbbarcode1 = New System.Windows.Forms.Label() Me.txblabel1 = New System.Windows.Forms.TextBox() Me.lblabel1 = New System.Windows.Forms.Label() Me.txbname1 = New System.Windows.Forms.TextBox() Me.lbname1 = New System.Windows.Forms.Label() Me.dgvPrinter = New System.Windows.Forms.DataGridView() Me.dfNumber = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.dfPrinter = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.gpbItemSelect = New System.Windows.Forms.GroupBox() Me.pnlItemSelect = New System.Windows.Forms.Panel() Me.Panel18 = New System.Windows.Forms.Panel() Me.Label1 = New System.Windows.Forms.Label() Me.Label23 = New System.Windows.Forms.Label() Me.Label24 = New System.Windows.Forms.Label() Me.Label25 = New System.Windows.Forms.Label() Me.Label26 = New System.Windows.Forms.Label() Me.Label27 = New System.Windows.Forms.Label() Me.Label28 = New System.Windows.Forms.Label() Me.Panel19 = New System.Windows.Forms.Panel() Me.txbItemSelectModel15 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency15 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad15 = New System.Windows.Forms.TextBox() Me.ItemSelectFace15 = New System.Windows.Forms.TextBox() Me.ItemSelectEye15 = New System.Windows.Forms.TextBox() Me.ItemSelectItem15 = New System.Windows.Forms.TextBox() Me.Label29 = New System.Windows.Forms.Label() Me.Panel20 = New System.Windows.Forms.Panel() Me.txbItemSelectModel14 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency14 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad14 = New System.Windows.Forms.TextBox() Me.ItemSelectFace14 = New System.Windows.Forms.TextBox() Me.ItemSelectEye14 = New System.Windows.Forms.TextBox() Me.ItemSelectItem14 = New System.Windows.Forms.TextBox() Me.Label30 = New System.Windows.Forms.Label() Me.Panel21 = New System.Windows.Forms.Panel() Me.txbItemSelectModel13 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency13 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad13 = New System.Windows.Forms.TextBox() Me.ItemSelectFace13 = New System.Windows.Forms.TextBox() Me.ItemSelectEye13 = New System.Windows.Forms.TextBox() Me.ItemSelectItem13 = New System.Windows.Forms.TextBox() Me.Label31 = New System.Windows.Forms.Label() Me.Panel22 = New System.Windows.Forms.Panel() Me.txbItemSelectModel12 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency12 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad12 = New System.Windows.Forms.TextBox() Me.ItemSelectFace12 = New System.Windows.Forms.TextBox() Me.ItemSelectEye12 = New System.Windows.Forms.TextBox() Me.ItemSelectItem12 = New System.Windows.Forms.TextBox() Me.Label32 = New System.Windows.Forms.Label() Me.Panel23 = New System.Windows.Forms.Panel() Me.txbItemSelectModel11 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency11 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad11 = New System.Windows.Forms.TextBox() Me.ItemSelectFace11 = New System.Windows.Forms.TextBox() Me.ItemSelectEye11 = New System.Windows.Forms.TextBox() Me.ItemSelectItem11 = New System.Windows.Forms.TextBox() Me.Label33 = New System.Windows.Forms.Label() Me.Panel24 = New System.Windows.Forms.Panel() Me.txbItemSelectModel10 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency10 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad10 = New System.Windows.Forms.TextBox() Me.ItemSelectFace10 = New System.Windows.Forms.TextBox() Me.ItemSelectEye10 = New System.Windows.Forms.TextBox() Me.ItemSelectItem10 = New System.Windows.Forms.TextBox() Me.Label34 = New System.Windows.Forms.Label() Me.Panel25 = New System.Windows.Forms.Panel() Me.txbItemSelectModel09 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency09 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad09 = New System.Windows.Forms.TextBox() Me.ItemSelectFace09 = New System.Windows.Forms.TextBox() Me.ItemSelectEye09 = New System.Windows.Forms.TextBox() Me.ItemSelectItem09 = New System.Windows.Forms.TextBox() Me.Label35 = New System.Windows.Forms.Label() Me.Panel26 = New System.Windows.Forms.Panel() Me.txbItemSelectModel08 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency08 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad08 = New System.Windows.Forms.TextBox() Me.ItemSelectFace08 = New System.Windows.Forms.TextBox() Me.ItemSelectEye08 = New System.Windows.Forms.TextBox() Me.ItemSelectItem08 = New System.Windows.Forms.TextBox() Me.Label36 = New System.Windows.Forms.Label() Me.Panel27 = New System.Windows.Forms.Panel() Me.txbItemSelectModel07 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency07 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad07 = New System.Windows.Forms.TextBox() Me.ItemSelectFace07 = New System.Windows.Forms.TextBox() Me.ItemSelectEye07 = New System.Windows.Forms.TextBox() Me.ItemSelectItem07 = New System.Windows.Forms.TextBox() Me.Label37 = New System.Windows.Forms.Label() Me.Panel28 = New System.Windows.Forms.Panel() Me.txbItemSelectModel06 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency06 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad06 = New System.Windows.Forms.TextBox() Me.ItemSelectFace06 = New System.Windows.Forms.TextBox() Me.ItemSelectEye06 = New System.Windows.Forms.TextBox() Me.ItemSelectItem06 = New System.Windows.Forms.TextBox() Me.Label38 = New System.Windows.Forms.Label() Me.Panel29 = New System.Windows.Forms.Panel() Me.txbItemSelectModel05 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency05 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad05 = New System.Windows.Forms.TextBox() Me.ItemSelectFace05 = New System.Windows.Forms.TextBox() Me.ItemSelectEye05 = New System.Windows.Forms.TextBox() Me.ItemSelectItem05 = New System.Windows.Forms.TextBox() Me.Label39 = New System.Windows.Forms.Label() Me.Panel30 = New System.Windows.Forms.Panel() Me.txbItemSelectModel04 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency04 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad04 = New System.Windows.Forms.TextBox() Me.ItemSelectFace04 = New System.Windows.Forms.TextBox() Me.ItemSelectEye04 = New System.Windows.Forms.TextBox() Me.ItemSelectItem04 = New System.Windows.Forms.TextBox() Me.Label40 = New System.Windows.Forms.Label() Me.Panel31 = New System.Windows.Forms.Panel() Me.txbItemSelectModel03 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency03 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad03 = New System.Windows.Forms.TextBox() Me.ItemSelectFace03 = New System.Windows.Forms.TextBox() Me.ItemSelectEye03 = New System.Windows.Forms.TextBox() Me.ItemSelectItem03 = New System.Windows.Forms.TextBox() Me.Label41 = New System.Windows.Forms.Label() Me.Panel32 = New System.Windows.Forms.Panel() Me.txbItemSelectModel02 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency02 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad02 = New System.Windows.Forms.TextBox() Me.ItemSelectFace02 = New System.Windows.Forms.TextBox() Me.ItemSelectEye02 = New System.Windows.Forms.TextBox() Me.ItemSelectItem02 = New System.Windows.Forms.TextBox() Me.Label42 = New System.Windows.Forms.Label() Me.Panel33 = New System.Windows.Forms.Panel() Me.txbItemSelectModel01 = New System.Windows.Forms.TextBox() Me.ItemSelectAgency01 = New System.Windows.Forms.TextBox() Me.ItemSelectAbroad01 = New System.Windows.Forms.TextBox() Me.ItemSelectFace01 = New System.Windows.Forms.TextBox() Me.ItemSelectEye01 = New System.Windows.Forms.TextBox() Me.ItemSelectItem01 = New System.Windows.Forms.TextBox() Me.Label43 = New System.Windows.Forms.Label() Me.btnSetupExit = New System.Windows.Forms.Button() Me.btnSetupSave = New System.Windows.Forms.Button() Me.btnSetupLoad = New System.Windows.Forms.Button() Me.GroupBox18 = New System.Windows.Forms.GroupBox() Me.rdbProduct3 = New System.Windows.Forms.RadioButton() Me.rdbProduct2 = New System.Windows.Forms.RadioButton() Me.rdbProduct1 = New System.Windows.Forms.RadioButton() Me.rdbIQC = New System.Windows.Forms.RadioButton() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.cboComPort = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.cmdSerial = New System.Windows.Forms.Button() Me.BarCodeWaitTimer = New System.Windows.Forms.Timer(Me.components) Me.cmdTimer = New System.Windows.Forms.Timer(Me.components) Me.opdfile = New System.Windows.Forms.OpenFileDialog() Me.pnlMain.SuspendLayout() Me.gpbTime.SuspendLayout() Me.gpbJudge.SuspendLayout() Me.gpbProgSet.SuspendLayout() Me.pnlLog.SuspendLayout() CType(Me.ptbLOG, System.ComponentModel.ISupportInitialize).BeginInit() Me.gpbOKCnt.SuspendLayout() Me.Panel7.SuspendLayout() Me.Panel8.SuspendLayout() Me.Panel4.SuspendLayout() Me.Panel5.SuspendLayout() Me.Panel6.SuspendLayout() Me.Panel3.SuspendLayout() Me.Panel2.SuspendLayout() Me.Panel1.SuspendLayout() Me.gpbDeviceUse.SuspendLayout() Me.gpbLoadCondition.SuspendLayout() Me.gpbInfoSetTitle.SuspendLayout() Me.gpbModelSet.SuspendLayout() Me.gpbAbrodSet.SuspendLayout() Me.gpbEyeSet.SuspendLayout() Me.gpbFaceSet.SuspendLayout() Me.gpbDeviceInfo.SuspendLayout() Me.gpbEyeInfoSet.SuspendLayout() Me.gpbEyeInfo.SuspendLayout() Me.PanelEyeDate.SuspendLayout() Me.pnlEyeCart.SuspendLayout() Me.pnlEyeDate.SuspendLayout() Me.pnlEyeFW.SuspendLayout() Me.pnlEyePower.SuspendLayout() Me.pnlEyeTshot.SuspendLayout() Me.pnlEyeFreq.SuspendLayout() Me.pnlEyeTDSN.SuspendLayout() Me.pnlEyeRshot.SuspendLayout() Me.pnlEyeSN.SuspendLayout() Me.pnlEyeAgency.SuspendLayout() Me.pnlEyeYearMonth.SuspendLayout() Me.pnlEyeModel.SuspendLayout() Me.pnlEyeManufacture.SuspendLayout() Me.pnlEyeAbroad.SuspendLayout() Me.gpbEyeIQCInfo.SuspendLayout() Me.Panel9.SuspendLayout() Me.Panel10.SuspendLayout() Me.Panel39.SuspendLayout() Me.Panel40.SuspendLayout() Me.gpbEyeCTInfo.SuspendLayout() Me.Panel41.SuspendLayout() Me.Panel42.SuspendLayout() Me.gpbEyeAgingInfo.SuspendLayout() Me.Panel43.SuspendLayout() Me.Panel44.SuspendLayout() Me.Panel45.SuspendLayout() Me.Panel46.SuspendLayout() Me.Panel47.SuspendLayout() Me.Panel48.SuspendLayout() Me.gpbFaceInfoSet.SuspendLayout() Me.PanelFaceDate.SuspendLayout() Me.gpbFaceInfo.SuspendLayout() Me.pnlFaceDate.SuspendLayout() Me.pnlFaceCart.SuspendLayout() Me.pnlFaceFW.SuspendLayout() Me.pnlFacePower.SuspendLayout() Me.pnlFaceTshot.SuspendLayout() Me.pnlFaceFreq.SuspendLayout() Me.pnlFaceTDSN.SuspendLayout() Me.pnlFaceRshot.SuspendLayout() Me.pnlFaceSN.SuspendLayout() Me.pnlFaceAgency.SuspendLayout() Me.pnlFaceYearMonth.SuspendLayout() Me.pnlFaceModel.SuspendLayout() Me.pnlFaceManufacture.SuspendLayout() Me.pnlFaceAbroad.SuspendLayout() Me.gpbFaceIQCInfo.SuspendLayout() Me.Panel11.SuspendLayout() Me.Panel13.SuspendLayout() Me.Panel37.SuspendLayout() Me.Panel38.SuspendLayout() Me.gpbFaceCTInfo.SuspendLayout() Me.Panel12.SuspendLayout() Me.Panel17.SuspendLayout() Me.gpbFaceAgingInfo.SuspendLayout() Me.Panel14.SuspendLayout() Me.Panel15.SuspendLayout() Me.Panel16.SuspendLayout() Me.Panel34.SuspendLayout() Me.Panel35.SuspendLayout() Me.Panel36.SuspendLayout() Me.gpbDevInfoSet.SuspendLayout() Me.gpbDevInfo.SuspendLayout() Me.pnlDevDate.SuspendLayout() Me.PanelDevDate.SuspendLayout() Me.pnlDevCart.SuspendLayout() Me.pnlDevTDSN.SuspendLayout() Me.pnlDevPower.SuspendLayout() Me.pnlDevTshot.SuspendLayout() Me.pnlDevFreq.SuspendLayout() Me.pnlDevRshot.SuspendLayout() Me.pnlDevFW.SuspendLayout() Me.pnlDevSN.SuspendLayout() Me.pnlDevAgency.SuspendLayout() Me.pnlDevYearMonth.SuspendLayout() Me.pnlDevModel.SuspendLayout() Me.pnlDevManufacture.SuspendLayout() Me.pnlDevAbroad.SuspendLayout() Me.pnlConf.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.gbprintck.SuspendLayout() Me.gbPrinter.SuspendLayout() Me.gbPrint2.SuspendLayout() Me.gbPrint1.SuspendLayout() CType(Me.dgvPrinter, System.ComponentModel.ISupportInitialize).BeginInit() Me.gpbItemSelect.SuspendLayout() Me.pnlItemSelect.SuspendLayout() Me.Panel18.SuspendLayout() Me.Panel19.SuspendLayout() Me.Panel20.SuspendLayout() Me.Panel21.SuspendLayout() Me.Panel22.SuspendLayout() Me.Panel23.SuspendLayout() Me.Panel24.SuspendLayout() Me.Panel25.SuspendLayout() Me.Panel26.SuspendLayout() Me.Panel27.SuspendLayout() Me.Panel28.SuspendLayout() Me.Panel29.SuspendLayout() Me.Panel30.SuspendLayout() Me.Panel31.SuspendLayout() Me.Panel32.SuspendLayout() Me.Panel33.SuspendLayout() Me.GroupBox18.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.SuspendLayout() ' 'pnlMain ' Me.pnlMain.Controls.Add(Me.gpbTime) Me.pnlMain.Controls.Add(Me.gpbJudge) Me.pnlMain.Controls.Add(Me.gpbProgSet) Me.pnlMain.Controls.Add(Me.pnlLog) Me.pnlMain.Controls.Add(Me.btnReset) Me.pnlMain.Controls.Add(Me.gpbOKCnt) Me.pnlMain.Controls.Add(Me.btnCmdStart) Me.pnlMain.Controls.Add(Me.btnExit) Me.pnlMain.Controls.Add(Me.btnSetup) Me.pnlMain.Controls.Add(Me.gpbDeviceUse) Me.pnlMain.Controls.Add(Me.gpbLoadCondition) Me.pnlMain.Controls.Add(Me.gpbInfoSetTitle) Me.pnlMain.Controls.Add(Me.gpbDeviceInfo) Me.pnlMain.Location = New System.Drawing.Point(0, 0) Me.pnlMain.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlMain.Name = "pnlMain" Me.pnlMain.Size = New System.Drawing.Size(2189, 1312) Me.pnlMain.TabIndex = 1 ' 'gpbTime ' Me.gpbTime.BackColor = System.Drawing.Color.Silver Me.gpbTime.Controls.Add(Me.lblTime) Me.gpbTime.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold) Me.gpbTime.ForeColor = System.Drawing.Color.Black Me.gpbTime.Location = New System.Drawing.Point(11, 12) Me.gpbTime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbTime.Name = "gpbTime" Me.gpbTime.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbTime.Size = New System.Drawing.Size(383, 106) Me.gpbTime.TabIndex = 101 Me.gpbTime.TabStop = False Me.gpbTime.Text = "현재시간" ' 'lblTime ' Me.lblTime.AutoSize = True Me.lblTime.Font = New System.Drawing.Font("돋움", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblTime.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.lblTime.Location = New System.Drawing.Point(10, 50) Me.lblTime.Name = "lblTime" Me.lblTime.Size = New System.Drawing.Size(409, 30) Me.lblTime.TabIndex = 18 Me.lblTime.Text = "2015-00-00 오전 00:00:00" ' 'gpbJudge ' Me.gpbJudge.Controls.Add(Me.btnCmdInput) Me.gpbJudge.Controls.Add(Me.lblJudge) Me.gpbJudge.Controls.Add(Me.txbBarcodeNum) Me.gpbJudge.Location = New System.Drawing.Point(11, 112) Me.gpbJudge.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbJudge.Name = "gpbJudge" Me.gpbJudge.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbJudge.Size = New System.Drawing.Size(2166, 162) Me.gpbJudge.TabIndex = 113 Me.gpbJudge.TabStop = False ' 'btnCmdInput ' Me.btnCmdInput.Font = New System.Drawing.Font("함초롬바탕", 48.0!, System.Drawing.FontStyle.Bold) Me.btnCmdInput.Location = New System.Drawing.Point(1615, 21) Me.btnCmdInput.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnCmdInput.Name = "btnCmdInput" Me.btnCmdInput.Size = New System.Drawing.Size(394, 130) Me.btnCmdInput.TabIndex = 95 Me.btnCmdInput.Text = "입력" Me.btnCmdInput.UseVisualStyleBackColor = True Me.btnCmdInput.Visible = False ' 'lblJudge ' Me.lblJudge.AutoSize = True Me.lblJudge.Font = New System.Drawing.Font("함초롬바탕", 48.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblJudge.Location = New System.Drawing.Point(343, 34) Me.lblJudge.Name = "lblJudge" Me.lblJudge.Size = New System.Drawing.Size(278, 104) Me.lblJudge.TabIndex = 94 Me.lblJudge.Text = "바코드" ' 'txbBarcodeNum ' Me.txbBarcodeNum.BackColor = System.Drawing.Color.Lime Me.txbBarcodeNum.Cursor = System.Windows.Forms.Cursors.IBeam Me.txbBarcodeNum.Font = New System.Drawing.Font("함초롬바탕", 60.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbBarcodeNum.Location = New System.Drawing.Point(603, 19) Me.txbBarcodeNum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBarcodeNum.Name = "txbBarcodeNum" Me.txbBarcodeNum.Size = New System.Drawing.Size(959, 137) Me.txbBarcodeNum.TabIndex = 93 Me.txbBarcodeNum.Text = "바코드 입력" Me.txbBarcodeNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'gpbProgSet ' Me.gpbProgSet.BackColor = System.Drawing.Color.Silver Me.gpbProgSet.Controls.Add(Me.ckbmainprint) Me.gpbProgSet.Controls.Add(Me.ckbReserved) Me.gpbProgSet.Controls.Add(Me.chkBarcode) Me.gpbProgSet.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold) Me.gpbProgSet.ForeColor = System.Drawing.Color.Black Me.gpbProgSet.Location = New System.Drawing.Point(401, 12) Me.gpbProgSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbProgSet.Name = "gpbProgSet" Me.gpbProgSet.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbProgSet.Size = New System.Drawing.Size(538, 106) Me.gpbProgSet.TabIndex = 103 Me.gpbProgSet.TabStop = False Me.gpbProgSet.Text = "기기설정" ' 'ckbmainprint ' Me.ckbmainprint.AutoSize = True Me.ckbmainprint.Checked = True Me.ckbmainprint.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbmainprint.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckbmainprint.Location = New System.Drawing.Point(217, 45) Me.ckbmainprint.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbmainprint.Name = "ckbmainprint" Me.ckbmainprint.Size = New System.Drawing.Size(190, 34) Me.ckbmainprint.TabIndex = 2 Me.ckbmainprint.Text = "프린터사용" Me.ckbmainprint.UseVisualStyleBackColor = True ' 'ckbReserved ' Me.ckbReserved.AutoSize = True Me.ckbReserved.Checked = True Me.ckbReserved.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbReserved.Enabled = False Me.ckbReserved.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckbReserved.Location = New System.Drawing.Point(429, 45) Me.ckbReserved.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbReserved.Name = "ckbReserved" Me.ckbReserved.Size = New System.Drawing.Size(294, 34) Me.ckbReserved.TabIndex = 1 Me.ckbReserved.Text = "기기설정 예비항목" Me.ckbReserved.UseVisualStyleBackColor = True Me.ckbReserved.Visible = False ' 'chkBarcode ' Me.chkBarcode.AutoSize = True Me.chkBarcode.Checked = True Me.chkBarcode.CheckState = System.Windows.Forms.CheckState.Checked Me.chkBarcode.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.chkBarcode.Location = New System.Drawing.Point(23, 45) Me.chkBarcode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.chkBarcode.Name = "chkBarcode" Me.chkBarcode.Size = New System.Drawing.Size(190, 34) Me.chkBarcode.TabIndex = 0 Me.chkBarcode.Text = "바코드사용" Me.chkBarcode.UseVisualStyleBackColor = True ' 'pnlLog ' Me.pnlLog.BackColor = System.Drawing.Color.Silver Me.pnlLog.Controls.Add(Me.ptbLOG) Me.pnlLog.Location = New System.Drawing.Point(11, 12) Me.pnlLog.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlLog.Name = "pnlLog" Me.pnlLog.Size = New System.Drawing.Size(469, 106) Me.pnlLog.TabIndex = 117 ' 'ptbLOG ' Me.ptbLOG.Image = CType(resources.GetObject("ptbLOG.Image"), System.Drawing.Image) Me.ptbLOG.InitialImage = Global.DUALSONIC_INFO_SET.My.Resources.Resources.지온로고2 Me.ptbLOG.Location = New System.Drawing.Point(6, 2) Me.ptbLOG.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ptbLOG.Name = "ptbLOG" Me.ptbLOG.Size = New System.Drawing.Size(458, 94) Me.ptbLOG.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.ptbLOG.TabIndex = 0 Me.ptbLOG.TabStop = False ' 'btnReset ' Me.btnReset.BackColor = System.Drawing.Color.Silver Me.btnReset.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.btnReset.ForeColor = System.Drawing.Color.Blue Me.btnReset.Location = New System.Drawing.Point(1869, 11) Me.btnReset.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnReset.Name = "btnReset" Me.btnReset.Size = New System.Drawing.Size(103, 109) Me.btnReset.TabIndex = 112 Me.btnReset.Text = "리셋" Me.btnReset.UseVisualStyleBackColor = False ' 'gpbOKCnt ' Me.gpbOKCnt.BackColor = System.Drawing.Color.Silver Me.gpbOKCnt.Controls.Add(Me.Panel7) Me.gpbOKCnt.Controls.Add(Me.Panel8) Me.gpbOKCnt.Controls.Add(Me.Panel4) Me.gpbOKCnt.Controls.Add(Me.Panel5) Me.gpbOKCnt.Controls.Add(Me.Panel6) Me.gpbOKCnt.Controls.Add(Me.Panel3) Me.gpbOKCnt.Controls.Add(Me.Panel2) Me.gpbOKCnt.Controls.Add(Me.Panel1) Me.gpbOKCnt.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.gpbOKCnt.Location = New System.Drawing.Point(23, 1119) Me.gpbOKCnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbOKCnt.Name = "gpbOKCnt" Me.gpbOKCnt.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbOKCnt.Size = New System.Drawing.Size(1057, 175) Me.gpbOKCnt.TabIndex = 116 Me.gpbOKCnt.TabStop = False Me.gpbOKCnt.Text = "생산 수량" ' 'Panel7 ' Me.Panel7.Controls.Add(Me.txbProductCntLB) Me.Panel7.Controls.Add(Me.lblProductCntLB) Me.Panel7.Location = New System.Drawing.Point(784, 111) Me.Panel7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel7.Name = "Panel7" Me.Panel7.Size = New System.Drawing.Size(254, 56) Me.Panel7.TabIndex = 67 ' 'txbProductCntLB ' Me.txbProductCntLB.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbProductCntLB.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.txbProductCntLB.ForeColor = System.Drawing.Color.Blue Me.txbProductCntLB.Location = New System.Drawing.Point(131, 4) Me.txbProductCntLB.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProductCntLB.Name = "txbProductCntLB" Me.txbProductCntLB.ReadOnly = True Me.txbProductCntLB.Size = New System.Drawing.Size(114, 46) Me.txbProductCntLB.TabIndex = 22 Me.txbProductCntLB.Text = "0" Me.txbProductCntLB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblProductCntLB ' Me.lblProductCntLB.AutoSize = True Me.lblProductCntLB.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblProductCntLB.Location = New System.Drawing.Point(1, 10) Me.lblProductCntLB.Name = "lblProductCntLB" Me.lblProductCntLB.Size = New System.Drawing.Size(150, 30) Me.lblProductCntLB.TabIndex = 21 Me.lblProductCntLB.Text = "Lux Body" ' 'Panel8 ' Me.Panel8.Controls.Add(Me.txbProductCntPB) Me.Panel8.Controls.Add(Me.lblProductCntPB) Me.Panel8.Location = New System.Drawing.Point(784, 38) Me.Panel8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel8.Name = "Panel8" Me.Panel8.Size = New System.Drawing.Size(254, 56) Me.Panel8.TabIndex = 66 ' 'txbProductCntPB ' Me.txbProductCntPB.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbProductCntPB.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.txbProductCntPB.ForeColor = System.Drawing.Color.Blue Me.txbProductCntPB.Location = New System.Drawing.Point(131, 4) Me.txbProductCntPB.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProductCntPB.Name = "txbProductCntPB" Me.txbProductCntPB.ReadOnly = True Me.txbProductCntPB.Size = New System.Drawing.Size(114, 46) Me.txbProductCntPB.TabIndex = 22 Me.txbProductCntPB.Text = "0" Me.txbProductCntPB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblProductCntPB ' Me.lblProductCntPB.AutoSize = True Me.lblProductCntPB.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblProductCntPB.Location = New System.Drawing.Point(1, 10) Me.lblProductCntPB.Name = "lblProductCntPB" Me.lblProductCntPB.Size = New System.Drawing.Size(149, 30) Me.lblProductCntPB.TabIndex = 21 Me.lblProductCntPB.Text = "Pro Body" ' 'Panel4 ' Me.Panel4.Controls.Add(Me.txbProductCntLE) Me.Panel4.Controls.Add(Me.lblProductCntLE) Me.Panel4.Location = New System.Drawing.Point(530, 111) Me.Panel4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(254, 56) Me.Panel4.TabIndex = 65 ' 'txbProductCntLE ' Me.txbProductCntLE.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbProductCntLE.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.txbProductCntLE.ForeColor = System.Drawing.Color.Blue Me.txbProductCntLE.Location = New System.Drawing.Point(131, 4) Me.txbProductCntLE.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProductCntLE.Name = "txbProductCntLE" Me.txbProductCntLE.ReadOnly = True Me.txbProductCntLE.Size = New System.Drawing.Size(114, 46) Me.txbProductCntLE.TabIndex = 22 Me.txbProductCntLE.Text = "0" Me.txbProductCntLE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblProductCntLE ' Me.lblProductCntLE.AutoSize = True Me.lblProductCntLE.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblProductCntLE.Location = New System.Drawing.Point(1, 10) Me.lblProductCntLE.Name = "lblProductCntLE" Me.lblProductCntLE.Size = New System.Drawing.Size(129, 30) Me.lblProductCntLE.TabIndex = 21 Me.lblProductCntLE.Text = "Lux Eye" ' 'Panel5 ' Me.Panel5.Controls.Add(Me.txbProductCntLF) Me.Panel5.Controls.Add(Me.lblProductCntLF) Me.Panel5.Location = New System.Drawing.Point(277, 111) Me.Panel5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel5.Name = "Panel5" Me.Panel5.Size = New System.Drawing.Size(254, 56) Me.Panel5.TabIndex = 64 ' 'txbProductCntLF ' Me.txbProductCntLF.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbProductCntLF.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.txbProductCntLF.ForeColor = System.Drawing.Color.Blue Me.txbProductCntLF.Location = New System.Drawing.Point(131, 4) Me.txbProductCntLF.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProductCntLF.Name = "txbProductCntLF" Me.txbProductCntLF.ReadOnly = True Me.txbProductCntLF.Size = New System.Drawing.Size(114, 46) Me.txbProductCntLF.TabIndex = 22 Me.txbProductCntLF.Text = "0" Me.txbProductCntLF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblProductCntLF ' Me.lblProductCntLF.AutoSize = True Me.lblProductCntLF.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblProductCntLF.Location = New System.Drawing.Point(1, 10) Me.lblProductCntLF.Name = "lblProductCntLF" Me.lblProductCntLF.Size = New System.Drawing.Size(148, 30) Me.lblProductCntLF.TabIndex = 21 Me.lblProductCntLF.Text = "Lux Face" ' 'Panel6 ' Me.Panel6.Controls.Add(Me.txbProductCntLS) Me.Panel6.Controls.Add(Me.lblProductCntLS) Me.Panel6.Location = New System.Drawing.Point(23, 111) Me.Panel6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel6.Name = "Panel6" Me.Panel6.Size = New System.Drawing.Size(254, 56) Me.Panel6.TabIndex = 63 ' 'txbProductCntLS ' Me.txbProductCntLS.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.txbProductCntLS.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.txbProductCntLS.ForeColor = System.Drawing.Color.Blue Me.txbProductCntLS.Location = New System.Drawing.Point(131, 4) Me.txbProductCntLS.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProductCntLS.Name = "txbProductCntLS" Me.txbProductCntLS.ReadOnly = True Me.txbProductCntLS.Size = New System.Drawing.Size(114, 46) Me.txbProductCntLS.TabIndex = 22 Me.txbProductCntLS.Text = "0" Me.txbProductCntLS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblProductCntLS ' Me.lblProductCntLS.AutoSize = True Me.lblProductCntLS.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblProductCntLS.Location = New System.Drawing.Point(1, 10) Me.lblProductCntLS.Name = "lblProductCntLS" Me.lblProductCntLS.Size = New System.Drawing.Size(123, 30) Me.lblProductCntLS.TabIndex = 21 Me.lblProductCntLS.Text = "Lux Set" ' 'Panel3 ' Me.Panel3.Controls.Add(Me.txbProductCntPE) Me.Panel3.Controls.Add(Me.lblProductCntPE) Me.Panel3.Location = New System.Drawing.Point(530, 38) Me.Panel3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(254, 56) Me.Panel3.TabIndex = 62 ' 'txbProductCntPE ' Me.txbProductCntPE.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbProductCntPE.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.txbProductCntPE.ForeColor = System.Drawing.Color.Blue Me.txbProductCntPE.Location = New System.Drawing.Point(131, 4) Me.txbProductCntPE.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProductCntPE.Name = "txbProductCntPE" Me.txbProductCntPE.ReadOnly = True Me.txbProductCntPE.Size = New System.Drawing.Size(114, 46) Me.txbProductCntPE.TabIndex = 22 Me.txbProductCntPE.Text = "0" Me.txbProductCntPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblProductCntPE ' Me.lblProductCntPE.AutoSize = True Me.lblProductCntPE.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblProductCntPE.Location = New System.Drawing.Point(1, 10) Me.lblProductCntPE.Name = "lblProductCntPE" Me.lblProductCntPE.Size = New System.Drawing.Size(128, 30) Me.lblProductCntPE.TabIndex = 21 Me.lblProductCntPE.Text = "Pro Eye" ' 'Panel2 ' Me.Panel2.Controls.Add(Me.txbProductCntPF) Me.Panel2.Controls.Add(Me.lblProductCntPF) Me.Panel2.Location = New System.Drawing.Point(277, 38) Me.Panel2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(254, 56) Me.Panel2.TabIndex = 61 ' 'txbProductCntPF ' Me.txbProductCntPF.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbProductCntPF.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.txbProductCntPF.ForeColor = System.Drawing.Color.Blue Me.txbProductCntPF.Location = New System.Drawing.Point(131, 4) Me.txbProductCntPF.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProductCntPF.Name = "txbProductCntPF" Me.txbProductCntPF.ReadOnly = True Me.txbProductCntPF.Size = New System.Drawing.Size(114, 46) Me.txbProductCntPF.TabIndex = 22 Me.txbProductCntPF.Text = "0" Me.txbProductCntPF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblProductCntPF ' Me.lblProductCntPF.AutoSize = True Me.lblProductCntPF.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblProductCntPF.Location = New System.Drawing.Point(1, 10) Me.lblProductCntPF.Name = "lblProductCntPF" Me.lblProductCntPF.Size = New System.Drawing.Size(147, 30) Me.lblProductCntPF.TabIndex = 21 Me.lblProductCntPF.Text = "Pro Face" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.txbProductCntPS) Me.Panel1.Controls.Add(Me.lblProductCntPS) Me.Panel1.Location = New System.Drawing.Point(23, 38) Me.Panel1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(254, 56) Me.Panel1.TabIndex = 60 ' 'txbProductCntPS ' Me.txbProductCntPS.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.txbProductCntPS.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.txbProductCntPS.ForeColor = System.Drawing.Color.Blue Me.txbProductCntPS.Location = New System.Drawing.Point(131, 4) Me.txbProductCntPS.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbProductCntPS.Name = "txbProductCntPS" Me.txbProductCntPS.ReadOnly = True Me.txbProductCntPS.Size = New System.Drawing.Size(114, 46) Me.txbProductCntPS.TabIndex = 22 Me.txbProductCntPS.Text = "0" Me.txbProductCntPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblProductCntPS ' Me.lblProductCntPS.AutoSize = True Me.lblProductCntPS.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblProductCntPS.Location = New System.Drawing.Point(1, 10) Me.lblProductCntPS.Name = "lblProductCntPS" Me.lblProductCntPS.Size = New System.Drawing.Size(122, 30) Me.lblProductCntPS.TabIndex = 21 Me.lblProductCntPS.Text = "Pro Set" ' 'btnCmdStart ' Me.btnCmdStart.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnCmdStart.Enabled = False Me.btnCmdStart.Font = New System.Drawing.Font("굴림", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnCmdStart.ForeColor = System.Drawing.Color.Black Me.btnCmdStart.Location = New System.Drawing.Point(1103, 1119) Me.btnCmdStart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnCmdStart.Name = "btnCmdStart" Me.btnCmdStart.Size = New System.Drawing.Size(1057, 175) Me.btnCmdStart.TabIndex = 115 Me.btnCmdStart.Text = "시작" Me.btnCmdStart.UseVisualStyleBackColor = True ' 'btnExit ' Me.btnExit.BackColor = System.Drawing.Color.Silver Me.btnExit.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.btnExit.Location = New System.Drawing.Point(2074, 11) Me.btnExit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnExit.Name = "btnExit" Me.btnExit.Size = New System.Drawing.Size(103, 109) Me.btnExit.TabIndex = 111 Me.btnExit.Text = "종료" Me.btnExit.UseVisualStyleBackColor = False ' 'btnSetup ' Me.btnSetup.BackColor = System.Drawing.Color.Silver Me.btnSetup.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.btnSetup.Location = New System.Drawing.Point(1971, 11) Me.btnSetup.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnSetup.Name = "btnSetup" Me.btnSetup.Size = New System.Drawing.Size(103, 109) Me.btnSetup.TabIndex = 112 Me.btnSetup.Text = "설정" Me.btnSetup.UseVisualStyleBackColor = False ' 'gpbDeviceUse ' Me.gpbDeviceUse.BackColor = System.Drawing.Color.Silver Me.gpbDeviceUse.Controls.Add(Me.chkBodyUse) Me.gpbDeviceUse.Controls.Add(Me.chkEyeUse) Me.gpbDeviceUse.Controls.Add(Me.chkFaceUse) Me.gpbDeviceUse.Controls.Add(Me.chkDevUse) Me.gpbDeviceUse.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold) Me.gpbDeviceUse.ForeColor = System.Drawing.Color.Black Me.gpbDeviceUse.Location = New System.Drawing.Point(817, 12) Me.gpbDeviceUse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbDeviceUse.Name = "gpbDeviceUse" Me.gpbDeviceUse.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbDeviceUse.Size = New System.Drawing.Size(520, 106) Me.gpbDeviceUse.TabIndex = 105 Me.gpbDeviceUse.TabStop = False Me.gpbDeviceUse.Text = "기기 선택" ' 'chkBodyUse ' Me.chkBodyUse.AutoSize = True Me.chkBodyUse.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.chkBodyUse.Location = New System.Drawing.Point(394, 50) Me.chkBodyUse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.chkBodyUse.Name = "chkBodyUse" Me.chkBodyUse.Size = New System.Drawing.Size(136, 38) Me.chkBodyUse.TabIndex = 3 Me.chkBodyUse.Text = "BODY" Me.chkBodyUse.UseVisualStyleBackColor = True ' 'chkEyeUse ' Me.chkEyeUse.AutoSize = True Me.chkEyeUse.Checked = True Me.chkEyeUse.CheckState = System.Windows.Forms.CheckState.Checked Me.chkEyeUse.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.chkEyeUse.Location = New System.Drawing.Point(291, 50) Me.chkEyeUse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.chkEyeUse.Name = "chkEyeUse" Me.chkEyeUse.Size = New System.Drawing.Size(103, 38) Me.chkEyeUse.TabIndex = 2 Me.chkEyeUse.Text = "EYE" Me.chkEyeUse.UseVisualStyleBackColor = True ' 'chkFaceUse ' Me.chkFaceUse.AutoSize = True Me.chkFaceUse.Checked = True Me.chkFaceUse.CheckState = System.Windows.Forms.CheckState.Checked Me.chkFaceUse.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.chkFaceUse.Location = New System.Drawing.Point(166, 50) Me.chkFaceUse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.chkFaceUse.Name = "chkFaceUse" Me.chkFaceUse.Size = New System.Drawing.Size(128, 38) Me.chkFaceUse.TabIndex = 1 Me.chkFaceUse.Text = "FACE" Me.chkFaceUse.UseVisualStyleBackColor = True ' 'chkDevUse ' Me.chkDevUse.AutoSize = True Me.chkDevUse.Checked = True Me.chkDevUse.CheckState = System.Windows.Forms.CheckState.Checked Me.chkDevUse.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold) Me.chkDevUse.Location = New System.Drawing.Point(11, 50) Me.chkDevUse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.chkDevUse.Name = "chkDevUse" Me.chkDevUse.Size = New System.Drawing.Size(163, 38) Me.chkDevUse.TabIndex = 0 Me.chkDevUse.Text = "DEVICE" Me.chkDevUse.UseVisualStyleBackColor = True ' 'gpbLoadCondition ' Me.gpbLoadCondition.BackColor = System.Drawing.Color.Silver Me.gpbLoadCondition.Controls.Add(Me.cboLoadSelect) Me.gpbLoadCondition.Controls.Add(Me.lblLoadSelect) Me.gpbLoadCondition.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold) Me.gpbLoadCondition.ForeColor = System.Drawing.Color.Black Me.gpbLoadCondition.Location = New System.Drawing.Point(1343, 12) Me.gpbLoadCondition.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbLoadCondition.Name = "gpbLoadCondition" Me.gpbLoadCondition.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbLoadCondition.Size = New System.Drawing.Size(520, 106) Me.gpbLoadCondition.TabIndex = 104 Me.gpbLoadCondition.TabStop = False Me.gpbLoadCondition.Text = "조건 불러오기" ' 'cboLoadSelect ' Me.cboLoadSelect.BackColor = System.Drawing.Color.Yellow Me.cboLoadSelect.Font = New System.Drawing.Font("굴림", 24.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cboLoadSelect.ForeColor = System.Drawing.Color.Black Me.cboLoadSelect.FormattingEnabled = True Me.cboLoadSelect.Location = New System.Drawing.Point(86, 40) Me.cboLoadSelect.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.cboLoadSelect.Name = "cboLoadSelect" Me.cboLoadSelect.Size = New System.Drawing.Size(422, 48) Me.cboLoadSelect.TabIndex = 19 Me.cboLoadSelect.Text = "사양을 선택하세요." ' 'lblLoadSelect ' Me.lblLoadSelect.AutoSize = True Me.lblLoadSelect.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblLoadSelect.Location = New System.Drawing.Point(6, 50) Me.lblLoadSelect.Name = "lblLoadSelect" Me.lblLoadSelect.Size = New System.Drawing.Size(85, 34) Me.lblLoadSelect.TabIndex = 17 Me.lblLoadSelect.Text = "사양" ' 'gpbInfoSetTitle ' Me.gpbInfoSetTitle.Controls.Add(Me.gpbModelSet) Me.gpbInfoSetTitle.Controls.Add(Me.gpbAbrodSet) Me.gpbInfoSetTitle.Controls.Add(Me.gpbEyeSet) Me.gpbInfoSetTitle.Controls.Add(Me.gpbFaceSet) Me.gpbInfoSetTitle.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold) Me.gpbInfoSetTitle.ForeColor = System.Drawing.Color.Black Me.gpbInfoSetTitle.Location = New System.Drawing.Point(11, 112) Me.gpbInfoSetTitle.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbInfoSetTitle.Name = "gpbInfoSetTitle" Me.gpbInfoSetTitle.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbInfoSetTitle.Size = New System.Drawing.Size(2166, 156) Me.gpbInfoSetTitle.TabIndex = 34 Me.gpbInfoSetTitle.TabStop = False ' 'gpbModelSet ' Me.gpbModelSet.Controls.Add(Me.txbConf_Model) Me.gpbModelSet.Controls.Add(Me.lblConf_Model) Me.gpbModelSet.Location = New System.Drawing.Point(6, 25) Me.gpbModelSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbModelSet.Name = "gpbModelSet" Me.gpbModelSet.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbModelSet.Size = New System.Drawing.Size(377, 125) Me.gpbModelSet.TabIndex = 61 Me.gpbModelSet.TabStop = False Me.gpbModelSet.Text = "모델 설정" ' 'txbConf_Model ' Me.txbConf_Model.BackColor = System.Drawing.Color.Cyan Me.txbConf_Model.Font = New System.Drawing.Font("굴림", 30.0!, System.Drawing.FontStyle.Bold) Me.txbConf_Model.ForeColor = System.Drawing.Color.Blue Me.txbConf_Model.Location = New System.Drawing.Point(194, 44) Me.txbConf_Model.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbConf_Model.Name = "txbConf_Model" Me.txbConf_Model.Size = New System.Drawing.Size(171, 65) Me.txbConf_Model.TabIndex = 53 Me.txbConf_Model.Text = "PRO" Me.txbConf_Model.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblConf_Model ' Me.lblConf_Model.AutoSize = True Me.lblConf_Model.Font = New System.Drawing.Font("굴림", 30.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblConf_Model.Location = New System.Drawing.Point(7, 50) Me.lblConf_Model.Name = "lblConf_Model" Me.lblConf_Model.Size = New System.Drawing.Size(200, 50) Me.lblConf_Model.TabIndex = 47 Me.lblConf_Model.Text = "MODEL" ' 'gpbAbrodSet ' Me.gpbAbrodSet.Controls.Add(Me.txbConf_Abroad) Me.gpbAbrodSet.Controls.Add(Me.txbConf_Agency) Me.gpbAbrodSet.Controls.Add(Me.lblConf_Abroad) Me.gpbAbrodSet.Controls.Add(Me.lblConf_Agency) Me.gpbAbrodSet.Location = New System.Drawing.Point(1446, 25) Me.gpbAbrodSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbAbrodSet.Name = "gpbAbrodSet" Me.gpbAbrodSet.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbAbrodSet.Size = New System.Drawing.Size(714, 125) Me.gpbAbrodSet.TabIndex = 60 Me.gpbAbrodSet.TabStop = False Me.gpbAbrodSet.Text = "국가코드/대리점코드 설정" ' 'txbConf_Abroad ' Me.txbConf_Abroad.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.txbConf_Abroad.Font = New System.Drawing.Font("굴림", 30.0!, System.Drawing.FontStyle.Bold) Me.txbConf_Abroad.ForeColor = System.Drawing.Color.Blue Me.txbConf_Abroad.Location = New System.Drawing.Point(206, 44) Me.txbConf_Abroad.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbConf_Abroad.Name = "txbConf_Abroad" Me.txbConf_Abroad.Size = New System.Drawing.Size(159, 65) Me.txbConf_Abroad.TabIndex = 48 Me.txbConf_Abroad.Text = "82" Me.txbConf_Abroad.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbConf_Agency ' Me.txbConf_Agency.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.txbConf_Agency.Font = New System.Drawing.Font("굴림", 30.0!, System.Drawing.FontStyle.Bold) Me.txbConf_Agency.ForeColor = System.Drawing.Color.Blue Me.txbConf_Agency.Location = New System.Drawing.Point(531, 44) Me.txbConf_Agency.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbConf_Agency.Name = "txbConf_Agency" Me.txbConf_Agency.Size = New System.Drawing.Size(159, 65) Me.txbConf_Agency.TabIndex = 53 Me.txbConf_Agency.Text = "0" Me.txbConf_Agency.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblConf_Abroad ' Me.lblConf_Abroad.AutoSize = True Me.lblConf_Abroad.Font = New System.Drawing.Font("굴림", 30.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblConf_Abroad.Location = New System.Drawing.Point(7, 50) Me.lblConf_Abroad.Name = "lblConf_Abroad" Me.lblConf_Abroad.Size = New System.Drawing.Size(226, 50) Me.lblConf_Abroad.TabIndex = 47 Me.lblConf_Abroad.Text = "국가코드" ' 'lblConf_Agency ' Me.lblConf_Agency.AutoSize = True Me.lblConf_Agency.Font = New System.Drawing.Font("굴림", 30.0!, System.Drawing.FontStyle.Bold) Me.lblConf_Agency.Location = New System.Drawing.Point(377, 50) Me.lblConf_Agency.Name = "lblConf_Agency" Me.lblConf_Agency.Size = New System.Drawing.Size(175, 50) Me.lblConf_Agency.TabIndex = 52 Me.lblConf_Agency.Text = "대리점" ' 'gpbEyeSet ' Me.gpbEyeSet.Controls.Add(Me.txbConf_EyeShot) Me.gpbEyeSet.Controls.Add(Me.lblConf_EyeRshot) Me.gpbEyeSet.Location = New System.Drawing.Point(920, 25) Me.gpbEyeSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbEyeSet.Name = "gpbEyeSet" Me.gpbEyeSet.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbEyeSet.Size = New System.Drawing.Size(514, 125) Me.gpbEyeSet.TabIndex = 59 Me.gpbEyeSet.TabStop = False Me.gpbEyeSet.Text = "EYE카트리지 설정" ' 'txbConf_EyeShot ' Me.txbConf_EyeShot.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.txbConf_EyeShot.Font = New System.Drawing.Font("굴림", 30.0!, System.Drawing.FontStyle.Bold) Me.txbConf_EyeShot.ForeColor = System.Drawing.Color.Blue Me.txbConf_EyeShot.Location = New System.Drawing.Point(286, 44) Me.txbConf_EyeShot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbConf_EyeShot.Name = "txbConf_EyeShot" Me.txbConf_EyeShot.Size = New System.Drawing.Size(211, 65) Me.txbConf_EyeShot.TabIndex = 48 Me.txbConf_EyeShot.Text = "60000" Me.txbConf_EyeShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblConf_EyeRshot ' Me.lblConf_EyeRshot.AutoSize = True Me.lblConf_EyeRshot.Font = New System.Drawing.Font("굴림", 30.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblConf_EyeRshot.Location = New System.Drawing.Point(7, 50) Me.lblConf_EyeRshot.Name = "lblConf_EyeRshot" Me.lblConf_EyeRshot.Size = New System.Drawing.Size(304, 50) Me.lblConf_EyeRshot.TabIndex = 47 Me.lblConf_EyeRshot.Text = "Shot 카운터" ' 'gpbFaceSet ' Me.gpbFaceSet.Controls.Add(Me.lblConf_FaceShot) Me.gpbFaceSet.Controls.Add(Me.txbConf_FaceShot) Me.gpbFaceSet.Controls.Add(Me.txbConf_BodyShot) Me.gpbFaceSet.Location = New System.Drawing.Point(394, 25) Me.gpbFaceSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbFaceSet.Name = "gpbFaceSet" Me.gpbFaceSet.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbFaceSet.Size = New System.Drawing.Size(514, 125) Me.gpbFaceSet.TabIndex = 58 Me.gpbFaceSet.TabStop = False Me.gpbFaceSet.Text = "FACE카트리지 설정" ' 'lblConf_FaceShot ' Me.lblConf_FaceShot.AutoSize = True Me.lblConf_FaceShot.Font = New System.Drawing.Font("굴림", 30.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblConf_FaceShot.Location = New System.Drawing.Point(7, 50) Me.lblConf_FaceShot.Name = "lblConf_FaceShot" Me.lblConf_FaceShot.Size = New System.Drawing.Size(304, 50) Me.lblConf_FaceShot.TabIndex = 47 Me.lblConf_FaceShot.Text = "Shot 카운터" ' 'txbConf_FaceShot ' Me.txbConf_FaceShot.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.txbConf_FaceShot.Font = New System.Drawing.Font("굴림", 30.0!, System.Drawing.FontStyle.Bold) Me.txbConf_FaceShot.ForeColor = System.Drawing.Color.Blue Me.txbConf_FaceShot.Location = New System.Drawing.Point(286, 44) Me.txbConf_FaceShot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbConf_FaceShot.Name = "txbConf_FaceShot" Me.txbConf_FaceShot.Size = New System.Drawing.Size(211, 65) Me.txbConf_FaceShot.TabIndex = 53 Me.txbConf_FaceShot.Text = "6000" Me.txbConf_FaceShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbConf_BodyShot ' Me.txbConf_BodyShot.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.txbConf_BodyShot.Font = New System.Drawing.Font("굴림", 30.0!, System.Drawing.FontStyle.Bold) Me.txbConf_BodyShot.ForeColor = System.Drawing.Color.Blue Me.txbConf_BodyShot.Location = New System.Drawing.Point(286, 44) Me.txbConf_BodyShot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbConf_BodyShot.Name = "txbConf_BodyShot" Me.txbConf_BodyShot.Size = New System.Drawing.Size(211, 65) Me.txbConf_BodyShot.TabIndex = 54 Me.txbConf_BodyShot.Text = "30000" Me.txbConf_BodyShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbConf_BodyShot.Visible = False ' 'gpbDeviceInfo ' Me.gpbDeviceInfo.BackColor = System.Drawing.SystemColors.Control Me.gpbDeviceInfo.Controls.Add(Me.gpbEyeInfoSet) Me.gpbDeviceInfo.Controls.Add(Me.gpbFaceInfoSet) Me.gpbDeviceInfo.Controls.Add(Me.gpbDevInfoSet) Me.gpbDeviceInfo.Location = New System.Drawing.Point(11, 275) Me.gpbDeviceInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbDeviceInfo.Name = "gpbDeviceInfo" Me.gpbDeviceInfo.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbDeviceInfo.Size = New System.Drawing.Size(2166, 981) Me.gpbDeviceInfo.TabIndex = 114 Me.gpbDeviceInfo.TabStop = False ' 'gpbEyeInfoSet ' Me.gpbEyeInfoSet.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.gpbEyeInfoSet.Controls.Add(Me.gpbEyeInfo) Me.gpbEyeInfoSet.Controls.Add(Me.gpbEyeIQCInfo) Me.gpbEyeInfoSet.Controls.Add(Me.gpbEyeCTInfo) Me.gpbEyeInfoSet.Controls.Add(Me.gpbEyeAgingInfo) Me.gpbEyeInfoSet.Controls.Add(Me.lblInfo_EyeBarcord) Me.gpbEyeInfoSet.Controls.Add(Me.txbInfo_EyeBarcord) Me.gpbEyeInfoSet.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbEyeInfoSet.ForeColor = System.Drawing.Color.Black Me.gpbEyeInfoSet.Location = New System.Drawing.Point(1451, 12) Me.gpbEyeInfoSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbEyeInfoSet.Name = "gpbEyeInfoSet" Me.gpbEyeInfoSet.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbEyeInfoSet.Size = New System.Drawing.Size(697, 962) Me.gpbEyeInfoSet.TabIndex = 60 Me.gpbEyeInfoSet.TabStop = False Me.gpbEyeInfoSet.Text = "EYE카트리지 정보" ' 'gpbEyeInfo ' Me.gpbEyeInfo.Controls.Add(Me.PanelEyeDate) Me.gpbEyeInfo.Controls.Add(Me.pnlEyeCart) Me.gpbEyeInfo.Controls.Add(Me.pnlEyeDate) Me.gpbEyeInfo.Controls.Add(Me.pnlEyeFW) Me.gpbEyeInfo.Controls.Add(Me.pnlEyePower) Me.gpbEyeInfo.Controls.Add(Me.pnlEyeTshot) Me.gpbEyeInfo.Controls.Add(Me.pnlEyeFreq) Me.gpbEyeInfo.Controls.Add(Me.pnlEyeTDSN) Me.gpbEyeInfo.Controls.Add(Me.pnlEyeRshot) Me.gpbEyeInfo.Controls.Add(Me.pnlEyeSN) Me.gpbEyeInfo.Controls.Add(Me.pnlEyeAgency) Me.gpbEyeInfo.Controls.Add(Me.pnlEyeYearMonth) Me.gpbEyeInfo.Controls.Add(Me.pnlEyeModel) Me.gpbEyeInfo.Controls.Add(Me.pnlEyeManufacture) Me.gpbEyeInfo.Controls.Add(Me.pnlEyeAbroad) Me.gpbEyeInfo.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbEyeInfo.Location = New System.Drawing.Point(11, 150) Me.gpbEyeInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbEyeInfo.Name = "gpbEyeInfo" Me.gpbEyeInfo.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbEyeInfo.Size = New System.Drawing.Size(673, 450) Me.gpbEyeInfo.TabIndex = 59 Me.gpbEyeInfo.TabStop = False Me.gpbEyeInfo.Text = "기기정보" ' 'PanelEyeDate ' Me.PanelEyeDate.Controls.Add(Me.cmbInfo_EyeDay) Me.PanelEyeDate.Controls.Add(Me.cmbInfo_EyeMonth) Me.PanelEyeDate.Controls.Add(Me.cmbInfo_EyeYear) Me.PanelEyeDate.Controls.Add(Me.lblInfo_Date3) Me.PanelEyeDate.Location = New System.Drawing.Point(342, 310) Me.PanelEyeDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PanelEyeDate.Name = "PanelEyeDate" Me.PanelEyeDate.Size = New System.Drawing.Size(327, 58) Me.PanelEyeDate.TabIndex = 63 ' 'cmbInfo_EyeDay ' Me.cmbInfo_EyeDay.Font = New System.Drawing.Font("굴림", 15.0!, System.Drawing.FontStyle.Bold) Me.cmbInfo_EyeDay.FormattingEnabled = True Me.cmbInfo_EyeDay.Location = New System.Drawing.Point(258, 13) Me.cmbInfo_EyeDay.Name = "cmbInfo_EyeDay" Me.cmbInfo_EyeDay.Size = New System.Drawing.Size(63, 33) Me.cmbInfo_EyeDay.TabIndex = 61 ' 'cmbInfo_EyeMonth ' Me.cmbInfo_EyeMonth.Font = New System.Drawing.Font("굴림", 15.0!, System.Drawing.FontStyle.Bold) Me.cmbInfo_EyeMonth.FormattingEnabled = True Me.cmbInfo_EyeMonth.Location = New System.Drawing.Point(193, 13) Me.cmbInfo_EyeMonth.Name = "cmbInfo_EyeMonth" Me.cmbInfo_EyeMonth.Size = New System.Drawing.Size(63, 33) Me.cmbInfo_EyeMonth.TabIndex = 60 ' 'cmbInfo_EyeYear ' Me.cmbInfo_EyeYear.Font = New System.Drawing.Font("굴림", 15.0!, System.Drawing.FontStyle.Bold) Me.cmbInfo_EyeYear.FormattingEnabled = True Me.cmbInfo_EyeYear.Location = New System.Drawing.Point(127, 13) Me.cmbInfo_EyeYear.Name = "cmbInfo_EyeYear" Me.cmbInfo_EyeYear.Size = New System.Drawing.Size(63, 33) Me.cmbInfo_EyeYear.TabIndex = 59 ' 'lblInfo_Date3 ' Me.lblInfo_Date3.AutoSize = True Me.lblInfo_Date3.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_Date3.Location = New System.Drawing.Point(3, 20) Me.lblInfo_Date3.Name = "lblInfo_Date3" Me.lblInfo_Date3.Size = New System.Drawing.Size(122, 20) Me.lblInfo_Date3.TabIndex = 21 Me.lblInfo_Date3.Text = "실제 제조일" ' 'pnlEyeCart ' Me.pnlEyeCart.Controls.Add(Me.txbInfo_EyeCart) Me.pnlEyeCart.Controls.Add(Me.lblInfo_EyeCart) Me.pnlEyeCart.Location = New System.Drawing.Point(171, 166) Me.pnlEyeCart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyeCart.Name = "pnlEyeCart" Me.pnlEyeCart.Size = New System.Drawing.Size(326, 56) Me.pnlEyeCart.TabIndex = 62 ' 'txbInfo_EyeCart ' Me.txbInfo_EyeCart.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeCart.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeCart.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeCart.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeCart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeCart.Name = "txbInfo_EyeCart" Me.txbInfo_EyeCart.ReadOnly = True Me.txbInfo_EyeCart.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeCart.TabIndex = 22 Me.txbInfo_EyeCart.Text = "N/A" Me.txbInfo_EyeCart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyeCart ' Me.lblInfo_EyeCart.AutoSize = True Me.lblInfo_EyeCart.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeCart.Location = New System.Drawing.Point(1, 10) Me.lblInfo_EyeCart.Name = "lblInfo_EyeCart" Me.lblInfo_EyeCart.Size = New System.Drawing.Size(137, 30) Me.lblInfo_EyeCart.TabIndex = 21 Me.lblInfo_EyeCart.Text = "카트타입" ' 'pnlEyeDate ' Me.pnlEyeDate.Controls.Add(Me.txbInfo_EyeDate) Me.pnlEyeDate.Controls.Add(Me.lblInfo_EyeDate) Me.pnlEyeDate.Location = New System.Drawing.Point(171, 250) Me.pnlEyeDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyeDate.Name = "pnlEyeDate" Me.pnlEyeDate.Size = New System.Drawing.Size(326, 56) Me.pnlEyeDate.TabIndex = 61 ' 'txbInfo_EyeDate ' Me.txbInfo_EyeDate.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeDate.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeDate.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeDate.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeDate.Name = "txbInfo_EyeDate" Me.txbInfo_EyeDate.ReadOnly = True Me.txbInfo_EyeDate.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeDate.TabIndex = 22 Me.txbInfo_EyeDate.Text = "N/A" Me.txbInfo_EyeDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyeDate ' Me.lblInfo_EyeDate.AutoSize = True Me.lblInfo_EyeDate.Font = New System.Drawing.Font("굴림", 13.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeDate.Location = New System.Drawing.Point(1, 10) Me.lblInfo_EyeDate.Name = "lblInfo_EyeDate" Me.lblInfo_EyeDate.Size = New System.Drawing.Size(133, 22) Me.lblInfo_EyeDate.TabIndex = 21 Me.lblInfo_EyeDate.Text = "실제 제조일" ' 'pnlEyeFW ' Me.pnlEyeFW.Controls.Add(Me.txbInfo_EyeFW) Me.pnlEyeFW.Controls.Add(Me.lblInfo_EyeFW) Me.pnlEyeFW.Location = New System.Drawing.Point(11, 381) Me.pnlEyeFW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyeFW.Name = "pnlEyeFW" Me.pnlEyeFW.Size = New System.Drawing.Size(326, 56) Me.pnlEyeFW.TabIndex = 60 Me.pnlEyeFW.Visible = False ' 'txbInfo_EyeFW ' Me.txbInfo_EyeFW.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeFW.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeFW.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeFW.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeFW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeFW.Name = "txbInfo_EyeFW" Me.txbInfo_EyeFW.ReadOnly = True Me.txbInfo_EyeFW.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeFW.TabIndex = 22 Me.txbInfo_EyeFW.Text = "N/A" Me.txbInfo_EyeFW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyeFW ' Me.lblInfo_EyeFW.AutoSize = True Me.lblInfo_EyeFW.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeFW.Location = New System.Drawing.Point(1, 10) Me.lblInfo_EyeFW.Name = "lblInfo_EyeFW" Me.lblInfo_EyeFW.Size = New System.Drawing.Size(136, 30) Me.lblInfo_EyeFW.TabIndex = 21 Me.lblInfo_EyeFW.Text = "F/W버전" ' 'pnlEyePower ' Me.pnlEyePower.Controls.Add(Me.txbInfo_EyePower) Me.pnlEyePower.Controls.Add(Me.lblInfo_EyePower) Me.pnlEyePower.Location = New System.Drawing.Point(343, 381) Me.pnlEyePower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyePower.Name = "pnlEyePower" Me.pnlEyePower.Size = New System.Drawing.Size(326, 56) Me.pnlEyePower.TabIndex = 58 ' 'txbInfo_EyePower ' Me.txbInfo_EyePower.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyePower.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyePower.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyePower.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyePower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyePower.Name = "txbInfo_EyePower" Me.txbInfo_EyePower.ReadOnly = True Me.txbInfo_EyePower.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyePower.TabIndex = 22 Me.txbInfo_EyePower.Text = "N/A" Me.txbInfo_EyePower.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyePower ' Me.lblInfo_EyePower.AutoSize = True Me.lblInfo_EyePower.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyePower.Location = New System.Drawing.Point(1, 10) Me.lblInfo_EyePower.Name = "lblInfo_EyePower" Me.lblInfo_EyePower.Size = New System.Drawing.Size(137, 30) Me.lblInfo_EyePower.TabIndex = 21 Me.lblInfo_EyePower.Text = "파워보정" ' 'pnlEyeTshot ' Me.pnlEyeTshot.Controls.Add(Me.txbInfo_EyeTshot) Me.pnlEyeTshot.Controls.Add(Me.lblInfo_EyeTshot) Me.pnlEyeTshot.Location = New System.Drawing.Point(343, 244) Me.pnlEyeTshot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyeTshot.Name = "pnlEyeTshot" Me.pnlEyeTshot.Size = New System.Drawing.Size(326, 56) Me.pnlEyeTshot.TabIndex = 56 ' 'txbInfo_EyeTshot ' Me.txbInfo_EyeTshot.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeTshot.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeTshot.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeTshot.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeTshot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeTshot.Name = "txbInfo_EyeTshot" Me.txbInfo_EyeTshot.ReadOnly = True Me.txbInfo_EyeTshot.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeTshot.TabIndex = 22 Me.txbInfo_EyeTshot.Text = "N/A" Me.txbInfo_EyeTshot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyeTshot ' Me.lblInfo_EyeTshot.AutoSize = True Me.lblInfo_EyeTshot.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeTshot.Location = New System.Drawing.Point(1, 10) Me.lblInfo_EyeTshot.Name = "lblInfo_EyeTshot" Me.lblInfo_EyeTshot.Size = New System.Drawing.Size(137, 30) Me.lblInfo_EyeTshot.TabIndex = 21 Me.lblInfo_EyeTshot.Text = "최대샷수" ' 'pnlEyeFreq ' Me.pnlEyeFreq.Controls.Add(Me.txbInfo_EyeFreq) Me.pnlEyeFreq.Controls.Add(Me.lblInfoEyeFreq) Me.pnlEyeFreq.Location = New System.Drawing.Point(343, 312) Me.pnlEyeFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyeFreq.Name = "pnlEyeFreq" Me.pnlEyeFreq.Size = New System.Drawing.Size(326, 56) Me.pnlEyeFreq.TabIndex = 57 ' 'txbInfo_EyeFreq ' Me.txbInfo_EyeFreq.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeFreq.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeFreq.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeFreq.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeFreq.Name = "txbInfo_EyeFreq" Me.txbInfo_EyeFreq.ReadOnly = True Me.txbInfo_EyeFreq.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeFreq.TabIndex = 22 Me.txbInfo_EyeFreq.Text = "N/A" Me.txbInfo_EyeFreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfoEyeFreq ' Me.lblInfoEyeFreq.AutoSize = True Me.lblInfoEyeFreq.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfoEyeFreq.Location = New System.Drawing.Point(1, 10) Me.lblInfoEyeFreq.Name = "lblInfoEyeFreq" Me.lblInfoEyeFreq.Size = New System.Drawing.Size(106, 30) Me.lblInfoEyeFreq.TabIndex = 21 Me.lblInfoEyeFreq.Text = "주파수" ' 'pnlEyeTDSN ' Me.pnlEyeTDSN.Controls.Add(Me.txbInfo_EyeTDSN) Me.pnlEyeTDSN.Controls.Add(Me.lblInfo_EyeTDSN) Me.pnlEyeTDSN.Location = New System.Drawing.Point(11, 312) Me.pnlEyeTDSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyeTDSN.Name = "pnlEyeTDSN" Me.pnlEyeTDSN.Size = New System.Drawing.Size(326, 56) Me.pnlEyeTDSN.TabIndex = 56 ' 'txbInfo_EyeTDSN ' Me.txbInfo_EyeTDSN.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeTDSN.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeTDSN.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeTDSN.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeTDSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeTDSN.Name = "txbInfo_EyeTDSN" Me.txbInfo_EyeTDSN.ReadOnly = True Me.txbInfo_EyeTDSN.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeTDSN.TabIndex = 22 Me.txbInfo_EyeTDSN.Text = "N/A" Me.txbInfo_EyeTDSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyeTDSN ' Me.lblInfo_EyeTDSN.AutoSize = True Me.lblInfo_EyeTDSN.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeTDSN.Location = New System.Drawing.Point(1, 10) Me.lblInfo_EyeTDSN.Name = "lblInfo_EyeTDSN" Me.lblInfo_EyeTDSN.Size = New System.Drawing.Size(116, 30) Me.lblInfo_EyeTDSN.TabIndex = 21 Me.lblInfo_EyeTDSN.Text = "TD넘버" ' 'pnlEyeRshot ' Me.pnlEyeRshot.Controls.Add(Me.txbInfo_EyeRshot) Me.pnlEyeRshot.Controls.Add(Me.lblInfo_EyeRshot) Me.pnlEyeRshot.Location = New System.Drawing.Point(343, 175) Me.pnlEyeRshot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyeRshot.Name = "pnlEyeRshot" Me.pnlEyeRshot.Size = New System.Drawing.Size(326, 56) Me.pnlEyeRshot.TabIndex = 55 ' 'txbInfo_EyeRshot ' Me.txbInfo_EyeRshot.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeRshot.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeRshot.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeRshot.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeRshot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeRshot.Name = "txbInfo_EyeRshot" Me.txbInfo_EyeRshot.ReadOnly = True Me.txbInfo_EyeRshot.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeRshot.TabIndex = 22 Me.txbInfo_EyeRshot.Text = "N/A" Me.txbInfo_EyeRshot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyeRshot ' Me.lblInfo_EyeRshot.AutoSize = True Me.lblInfo_EyeRshot.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeRshot.Location = New System.Drawing.Point(1, 10) Me.lblInfo_EyeRshot.Name = "lblInfo_EyeRshot" Me.lblInfo_EyeRshot.Size = New System.Drawing.Size(137, 30) Me.lblInfo_EyeRshot.TabIndex = 21 Me.lblInfo_EyeRshot.Text = "남은샷수" ' 'pnlEyeSN ' Me.pnlEyeSN.Controls.Add(Me.txbInfo_EyeSN) Me.pnlEyeSN.Controls.Add(Me.lblInfo_EyeSN) Me.pnlEyeSN.Location = New System.Drawing.Point(11, 244) Me.pnlEyeSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyeSN.Name = "pnlEyeSN" Me.pnlEyeSN.Size = New System.Drawing.Size(326, 56) Me.pnlEyeSN.TabIndex = 55 ' 'txbInfo_EyeSN ' Me.txbInfo_EyeSN.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeSN.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeSN.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeSN.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeSN.Name = "txbInfo_EyeSN" Me.txbInfo_EyeSN.ReadOnly = True Me.txbInfo_EyeSN.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeSN.TabIndex = 22 Me.txbInfo_EyeSN.Text = "N/A" Me.txbInfo_EyeSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyeSN ' Me.lblInfo_EyeSN.AutoSize = True Me.lblInfo_EyeSN.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeSN.Location = New System.Drawing.Point(1, 10) Me.lblInfo_EyeSN.Name = "lblInfo_EyeSN" Me.lblInfo_EyeSN.Size = New System.Drawing.Size(142, 30) Me.lblInfo_EyeSN.TabIndex = 21 Me.lblInfo_EyeSN.Text = "S/N 번호" ' 'pnlEyeAgency ' Me.pnlEyeAgency.Controls.Add(Me.txbInfo_EyeAgency) Me.pnlEyeAgency.Controls.Add(Me.lblInfo_EyeAgency) Me.pnlEyeAgency.Location = New System.Drawing.Point(343, 106) Me.pnlEyeAgency.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyeAgency.Name = "pnlEyeAgency" Me.pnlEyeAgency.Size = New System.Drawing.Size(326, 56) Me.pnlEyeAgency.TabIndex = 54 ' 'txbInfo_EyeAgency ' Me.txbInfo_EyeAgency.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeAgency.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeAgency.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeAgency.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeAgency.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeAgency.Name = "txbInfo_EyeAgency" Me.txbInfo_EyeAgency.ReadOnly = True Me.txbInfo_EyeAgency.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeAgency.TabIndex = 22 Me.txbInfo_EyeAgency.Text = "N/A" Me.txbInfo_EyeAgency.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyeAgency ' Me.lblInfo_EyeAgency.AutoSize = True Me.lblInfo_EyeAgency.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeAgency.Location = New System.Drawing.Point(1, 10) Me.lblInfo_EyeAgency.Name = "lblInfo_EyeAgency" Me.lblInfo_EyeAgency.Size = New System.Drawing.Size(106, 30) Me.lblInfo_EyeAgency.TabIndex = 21 Me.lblInfo_EyeAgency.Text = "대리점" ' 'pnlEyeYearMonth ' Me.pnlEyeYearMonth.Controls.Add(Me.txbInfo_EyeMonth) Me.pnlEyeYearMonth.Controls.Add(Me.lblInfo_EyeMonth) Me.pnlEyeYearMonth.Controls.Add(Me.txbInfo_EyeYear) Me.pnlEyeYearMonth.Controls.Add(Me.lblInfo_EyeYear) Me.pnlEyeYearMonth.Controls.Add(Me.lblInfo_EyeYearMonth) Me.pnlEyeYearMonth.Location = New System.Drawing.Point(11, 175) Me.pnlEyeYearMonth.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyeYearMonth.Name = "pnlEyeYearMonth" Me.pnlEyeYearMonth.Size = New System.Drawing.Size(326, 56) Me.pnlEyeYearMonth.TabIndex = 53 ' 'txbInfo_EyeMonth ' Me.txbInfo_EyeMonth.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeMonth.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeMonth.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeMonth.Location = New System.Drawing.Point(225, 4) Me.txbInfo_EyeMonth.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeMonth.Name = "txbInfo_EyeMonth" Me.txbInfo_EyeMonth.ReadOnly = True Me.txbInfo_EyeMonth.Size = New System.Drawing.Size(62, 46) Me.txbInfo_EyeMonth.TabIndex = 24 Me.txbInfo_EyeMonth.Text = "N/A" Me.txbInfo_EyeMonth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyeMonth ' Me.lblInfo_EyeMonth.AutoSize = True Me.lblInfo_EyeMonth.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeMonth.Location = New System.Drawing.Point(286, 10) Me.lblInfo_EyeMonth.Name = "lblInfo_EyeMonth" Me.lblInfo_EyeMonth.Size = New System.Drawing.Size(44, 30) Me.lblInfo_EyeMonth.TabIndex = 25 Me.lblInfo_EyeMonth.Text = "월" ' 'txbInfo_EyeYear ' Me.txbInfo_EyeYear.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeYear.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeYear.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeYear.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeYear.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeYear.Name = "txbInfo_EyeYear" Me.txbInfo_EyeYear.ReadOnly = True Me.txbInfo_EyeYear.Size = New System.Drawing.Size(62, 46) Me.txbInfo_EyeYear.TabIndex = 22 Me.txbInfo_EyeYear.Text = "N/A" Me.txbInfo_EyeYear.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyeYear ' Me.lblInfo_EyeYear.AutoSize = True Me.lblInfo_EyeYear.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeYear.Location = New System.Drawing.Point(186, 10) Me.lblInfo_EyeYear.Name = "lblInfo_EyeYear" Me.lblInfo_EyeYear.Size = New System.Drawing.Size(44, 30) Me.lblInfo_EyeYear.TabIndex = 23 Me.lblInfo_EyeYear.Text = "년" ' 'lblInfo_EyeYearMonth ' Me.lblInfo_EyeYearMonth.AutoSize = True Me.lblInfo_EyeYearMonth.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeYearMonth.Location = New System.Drawing.Point(1, 10) Me.lblInfo_EyeYearMonth.Name = "lblInfo_EyeYearMonth" Me.lblInfo_EyeYearMonth.Size = New System.Drawing.Size(137, 30) Me.lblInfo_EyeYearMonth.TabIndex = 21 Me.lblInfo_EyeYearMonth.Text = "제조일자" ' 'pnlEyeModel ' Me.pnlEyeModel.Controls.Add(Me.txbInfo_EyeModel) Me.pnlEyeModel.Controls.Add(Me.lblInfo_EyeModel) Me.pnlEyeModel.Location = New System.Drawing.Point(11, 38) Me.pnlEyeModel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyeModel.Name = "pnlEyeModel" Me.pnlEyeModel.Size = New System.Drawing.Size(326, 56) Me.pnlEyeModel.TabIndex = 52 ' 'txbInfo_EyeModel ' Me.txbInfo_EyeModel.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeModel.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeModel.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeModel.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeModel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeModel.Name = "txbInfo_EyeModel" Me.txbInfo_EyeModel.ReadOnly = True Me.txbInfo_EyeModel.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeModel.TabIndex = 22 Me.txbInfo_EyeModel.Text = "N/A" Me.txbInfo_EyeModel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyeModel ' Me.lblInfo_EyeModel.AutoSize = True Me.lblInfo_EyeModel.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeModel.Location = New System.Drawing.Point(1, 10) Me.lblInfo_EyeModel.Name = "lblInfo_EyeModel" Me.lblInfo_EyeModel.Size = New System.Drawing.Size(137, 30) Me.lblInfo_EyeModel.TabIndex = 21 Me.lblInfo_EyeModel.Text = "모델타입" ' 'pnlEyeManufacture ' Me.pnlEyeManufacture.Controls.Add(Me.txbInfo_EyeManufacture) Me.pnlEyeManufacture.Controls.Add(Me.lblInfo_EyeManufacture) Me.pnlEyeManufacture.Location = New System.Drawing.Point(11, 106) Me.pnlEyeManufacture.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyeManufacture.Name = "pnlEyeManufacture" Me.pnlEyeManufacture.Size = New System.Drawing.Size(326, 56) Me.pnlEyeManufacture.TabIndex = 52 ' 'txbInfo_EyeManufacture ' Me.txbInfo_EyeManufacture.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeManufacture.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeManufacture.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeManufacture.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeManufacture.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeManufacture.Name = "txbInfo_EyeManufacture" Me.txbInfo_EyeManufacture.ReadOnly = True Me.txbInfo_EyeManufacture.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeManufacture.TabIndex = 22 Me.txbInfo_EyeManufacture.Text = "N/A" Me.txbInfo_EyeManufacture.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyeManufacture ' Me.lblInfo_EyeManufacture.AutoSize = True Me.lblInfo_EyeManufacture.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeManufacture.Location = New System.Drawing.Point(1, 10) Me.lblInfo_EyeManufacture.Name = "lblInfo_EyeManufacture" Me.lblInfo_EyeManufacture.Size = New System.Drawing.Size(106, 30) Me.lblInfo_EyeManufacture.TabIndex = 21 Me.lblInfo_EyeManufacture.Text = "제조사" ' 'pnlEyeAbroad ' Me.pnlEyeAbroad.Controls.Add(Me.txbInfo_EyeAbroad) Me.pnlEyeAbroad.Controls.Add(Me.lblInfo_EyeAbroad) Me.pnlEyeAbroad.Location = New System.Drawing.Point(343, 38) Me.pnlEyeAbroad.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlEyeAbroad.Name = "pnlEyeAbroad" Me.pnlEyeAbroad.Size = New System.Drawing.Size(326, 56) Me.pnlEyeAbroad.TabIndex = 51 ' 'txbInfo_EyeAbroad ' Me.txbInfo_EyeAbroad.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeAbroad.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeAbroad.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeAbroad.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeAbroad.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeAbroad.Name = "txbInfo_EyeAbroad" Me.txbInfo_EyeAbroad.ReadOnly = True Me.txbInfo_EyeAbroad.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeAbroad.TabIndex = 22 Me.txbInfo_EyeAbroad.Text = "N/A" Me.txbInfo_EyeAbroad.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_EyeAbroad ' Me.lblInfo_EyeAbroad.AutoSize = True Me.lblInfo_EyeAbroad.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeAbroad.Location = New System.Drawing.Point(1, 10) Me.lblInfo_EyeAbroad.Name = "lblInfo_EyeAbroad" Me.lblInfo_EyeAbroad.Size = New System.Drawing.Size(137, 30) Me.lblInfo_EyeAbroad.TabIndex = 21 Me.lblInfo_EyeAbroad.Text = "국가코드" ' 'gpbEyeIQCInfo ' Me.gpbEyeIQCInfo.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.gpbEyeIQCInfo.Controls.Add(Me.Panel9) Me.gpbEyeIQCInfo.Controls.Add(Me.Panel10) Me.gpbEyeIQCInfo.Controls.Add(Me.Panel39) Me.gpbEyeIQCInfo.Controls.Add(Me.Panel40) Me.gpbEyeIQCInfo.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbEyeIQCInfo.Location = New System.Drawing.Point(11, 756) Me.gpbEyeIQCInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbEyeIQCInfo.Name = "gpbEyeIQCInfo" Me.gpbEyeIQCInfo.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbEyeIQCInfo.Size = New System.Drawing.Size(673, 150) Me.gpbEyeIQCInfo.TabIndex = 65 Me.gpbEyeIQCInfo.TabStop = False Me.gpbEyeIQCInfo.Text = "T/D 수입검사 정보" ' 'Panel9 ' Me.Panel9.Controls.Add(Me.txbInfo_EyeIQCCap) Me.Panel9.Controls.Add(Me.Label3) Me.Panel9.Location = New System.Drawing.Point(343, 88) Me.Panel9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel9.Name = "Panel9" Me.Panel9.Size = New System.Drawing.Size(326, 56) Me.Panel9.TabIndex = 54 ' 'txbInfo_EyeIQCCap ' Me.txbInfo_EyeIQCCap.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeIQCCap.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeIQCCap.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeIQCCap.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeIQCCap.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeIQCCap.Name = "txbInfo_EyeIQCCap" Me.txbInfo_EyeIQCCap.ReadOnly = True Me.txbInfo_EyeIQCCap.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeIQCCap.TabIndex = 22 Me.txbInfo_EyeIQCCap.Text = "N/A" Me.txbInfo_EyeIQCCap.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label3.Location = New System.Drawing.Point(1, 10) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(137, 30) Me.Label3.TabIndex = 21 Me.Label3.Text = "매칭저항" ' 'Panel10 ' Me.Panel10.Controls.Add(Me.txbInfo_EyeIQCDate) Me.Panel10.Controls.Add(Me.Label4) Me.Panel10.Location = New System.Drawing.Point(11, 31) Me.Panel10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel10.Name = "Panel10" Me.Panel10.Size = New System.Drawing.Size(326, 56) Me.Panel10.TabIndex = 52 ' 'txbInfo_EyeIQCDate ' Me.txbInfo_EyeIQCDate.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeIQCDate.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeIQCDate.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeIQCDate.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeIQCDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeIQCDate.Name = "txbInfo_EyeIQCDate" Me.txbInfo_EyeIQCDate.ReadOnly = True Me.txbInfo_EyeIQCDate.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeIQCDate.TabIndex = 22 Me.txbInfo_EyeIQCDate.Text = "N/A" Me.txbInfo_EyeIQCDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label4.Location = New System.Drawing.Point(1, 10) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(106, 30) Me.Label4.TabIndex = 21 Me.Label4.Text = "검사일" ' 'Panel39 ' Me.Panel39.Controls.Add(Me.txbInfo_EyeIQCTD) Me.Panel39.Controls.Add(Me.Label17) Me.Panel39.Location = New System.Drawing.Point(11, 88) Me.Panel39.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel39.Name = "Panel39" Me.Panel39.Size = New System.Drawing.Size(326, 56) Me.Panel39.TabIndex = 52 ' 'txbInfo_EyeIQCTD ' Me.txbInfo_EyeIQCTD.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeIQCTD.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeIQCTD.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeIQCTD.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeIQCTD.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeIQCTD.Name = "txbInfo_EyeIQCTD" Me.txbInfo_EyeIQCTD.ReadOnly = True Me.txbInfo_EyeIQCTD.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeIQCTD.TabIndex = 22 Me.txbInfo_EyeIQCTD.Text = "N/A" Me.txbInfo_EyeIQCTD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label17.Location = New System.Drawing.Point(1, 10) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(127, 30) Me.Label17.TabIndex = 21 Me.Label17.Text = "TD 넘버" ' 'Panel40 ' Me.Panel40.Controls.Add(Me.txbInfo_EyeIQCGrade) Me.Panel40.Controls.Add(Me.Label18) Me.Panel40.Location = New System.Drawing.Point(343, 31) Me.Panel40.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel40.Name = "Panel40" Me.Panel40.Size = New System.Drawing.Size(326, 56) Me.Panel40.TabIndex = 51 ' 'txbInfo_EyeIQCGrade ' Me.txbInfo_EyeIQCGrade.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeIQCGrade.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeIQCGrade.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeIQCGrade.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeIQCGrade.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeIQCGrade.Name = "txbInfo_EyeIQCGrade" Me.txbInfo_EyeIQCGrade.ReadOnly = True Me.txbInfo_EyeIQCGrade.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeIQCGrade.TabIndex = 22 Me.txbInfo_EyeIQCGrade.Text = "N/A" Me.txbInfo_EyeIQCGrade.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label18.Location = New System.Drawing.Point(1, 10) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(137, 30) Me.Label18.TabIndex = 21 Me.Label18.Text = "등급판정" ' 'gpbEyeCTInfo ' Me.gpbEyeCTInfo.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.gpbEyeCTInfo.Controls.Add(Me.Panel41) Me.gpbEyeCTInfo.Controls.Add(Me.Panel42) Me.gpbEyeCTInfo.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbEyeCTInfo.Location = New System.Drawing.Point(11, 644) Me.gpbEyeCTInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbEyeCTInfo.Name = "gpbEyeCTInfo" Me.gpbEyeCTInfo.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbEyeCTInfo.Size = New System.Drawing.Size(673, 100) Me.gpbEyeCTInfo.TabIndex = 64 Me.gpbEyeCTInfo.TabStop = False Me.gpbEyeCTInfo.Text = "카트리지 기본정보 입력" ' 'Panel41 ' Me.Panel41.Controls.Add(Me.txbInfo_EyeCTDate) Me.Panel41.Controls.Add(Me.Label19) Me.Panel41.Location = New System.Drawing.Point(11, 38) Me.Panel41.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel41.Name = "Panel41" Me.Panel41.Size = New System.Drawing.Size(326, 56) Me.Panel41.TabIndex = 52 ' 'txbInfo_EyeCTDate ' Me.txbInfo_EyeCTDate.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeCTDate.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeCTDate.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeCTDate.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeCTDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeCTDate.Name = "txbInfo_EyeCTDate" Me.txbInfo_EyeCTDate.ReadOnly = True Me.txbInfo_EyeCTDate.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeCTDate.TabIndex = 22 Me.txbInfo_EyeCTDate.Text = "N/A" Me.txbInfo_EyeCTDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label19.Location = New System.Drawing.Point(1, 10) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(106, 30) Me.Label19.TabIndex = 21 Me.Label19.Text = "입력일" ' 'Panel42 ' Me.Panel42.Controls.Add(Me.txbInfo_EyeCTFreq) Me.Panel42.Controls.Add(Me.Label20) Me.Panel42.Location = New System.Drawing.Point(343, 38) Me.Panel42.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel42.Name = "Panel42" Me.Panel42.Size = New System.Drawing.Size(326, 56) Me.Panel42.TabIndex = 51 ' 'txbInfo_EyeCTFreq ' Me.txbInfo_EyeCTFreq.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeCTFreq.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeCTFreq.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeCTFreq.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeCTFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeCTFreq.Name = "txbInfo_EyeCTFreq" Me.txbInfo_EyeCTFreq.ReadOnly = True Me.txbInfo_EyeCTFreq.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeCTFreq.TabIndex = 22 Me.txbInfo_EyeCTFreq.Text = "N/A" Me.txbInfo_EyeCTFreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label20.Location = New System.Drawing.Point(1, 10) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(106, 30) Me.Label20.TabIndex = 21 Me.Label20.Text = "주파수" ' 'gpbEyeAgingInfo ' Me.gpbEyeAgingInfo.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.gpbEyeAgingInfo.Controls.Add(Me.Panel43) Me.gpbEyeAgingInfo.Controls.Add(Me.Panel44) Me.gpbEyeAgingInfo.Controls.Add(Me.Panel45) Me.gpbEyeAgingInfo.Controls.Add(Me.Panel46) Me.gpbEyeAgingInfo.Controls.Add(Me.Panel47) Me.gpbEyeAgingInfo.Controls.Add(Me.Panel48) Me.gpbEyeAgingInfo.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbEyeAgingInfo.Location = New System.Drawing.Point(11, 425) Me.gpbEyeAgingInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbEyeAgingInfo.Name = "gpbEyeAgingInfo" Me.gpbEyeAgingInfo.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbEyeAgingInfo.Size = New System.Drawing.Size(673, 206) Me.gpbEyeAgingInfo.TabIndex = 63 Me.gpbEyeAgingInfo.TabStop = False Me.gpbEyeAgingInfo.Text = "에이징 검사 정보" ' 'Panel43 ' Me.Panel43.Controls.Add(Me.txbInfo_EyeAGEnd) Me.Panel43.Controls.Add(Me.Label21) Me.Panel43.Location = New System.Drawing.Point(343, 144) Me.Panel43.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel43.Name = "Panel43" Me.Panel43.Size = New System.Drawing.Size(326, 56) Me.Panel43.TabIndex = 55 ' 'txbInfo_EyeAGEnd ' Me.txbInfo_EyeAGEnd.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeAGEnd.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeAGEnd.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeAGEnd.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeAGEnd.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeAGEnd.Name = "txbInfo_EyeAGEnd" Me.txbInfo_EyeAGEnd.ReadOnly = True Me.txbInfo_EyeAGEnd.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeAGEnd.TabIndex = 22 Me.txbInfo_EyeAGEnd.Text = "N/A" Me.txbInfo_EyeAGEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label21.Location = New System.Drawing.Point(1, 10) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(137, 30) Me.Label21.TabIndex = 21 Me.Label21.Text = "완료온도" ' 'Panel44 ' Me.Panel44.Controls.Add(Me.txbInfo_EyeAGStart) Me.Panel44.Controls.Add(Me.Label22) Me.Panel44.Location = New System.Drawing.Point(11, 144) Me.Panel44.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel44.Name = "Panel44" Me.Panel44.Size = New System.Drawing.Size(326, 56) Me.Panel44.TabIndex = 55 ' 'txbInfo_EyeAGStart ' Me.txbInfo_EyeAGStart.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeAGStart.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeAGStart.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeAGStart.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeAGStart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeAGStart.Name = "txbInfo_EyeAGStart" Me.txbInfo_EyeAGStart.ReadOnly = True Me.txbInfo_EyeAGStart.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeAGStart.TabIndex = 22 Me.txbInfo_EyeAGStart.Text = "N/A" Me.txbInfo_EyeAGStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label22.Location = New System.Drawing.Point(1, 10) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(137, 30) Me.Label22.TabIndex = 21 Me.Label22.Text = "시작온도" ' 'Panel45 ' Me.Panel45.Controls.Add(Me.txbInfo_EyeAGPower) Me.Panel45.Controls.Add(Me.Label44) Me.Panel45.Location = New System.Drawing.Point(343, 88) Me.Panel45.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel45.Name = "Panel45" Me.Panel45.Size = New System.Drawing.Size(326, 56) Me.Panel45.TabIndex = 54 ' 'txbInfo_EyeAGPower ' Me.txbInfo_EyeAGPower.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeAGPower.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeAGPower.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeAGPower.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeAGPower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeAGPower.Name = "txbInfo_EyeAGPower" Me.txbInfo_EyeAGPower.ReadOnly = True Me.txbInfo_EyeAGPower.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeAGPower.TabIndex = 22 Me.txbInfo_EyeAGPower.Text = "N/A" Me.txbInfo_EyeAGPower.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label44 ' Me.Label44.AutoSize = True Me.Label44.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label44.Location = New System.Drawing.Point(1, 10) Me.Label44.Name = "Label44" Me.Label44.Size = New System.Drawing.Size(137, 30) Me.Label44.TabIndex = 21 Me.Label44.Text = "파워보정" ' 'Panel46 ' Me.Panel46.Controls.Add(Me.txbInfo_EyeAGDate) Me.Panel46.Controls.Add(Me.Label45) Me.Panel46.Location = New System.Drawing.Point(11, 31) Me.Panel46.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel46.Name = "Panel46" Me.Panel46.Size = New System.Drawing.Size(326, 56) Me.Panel46.TabIndex = 52 ' 'txbInfo_EyeAGDate ' Me.txbInfo_EyeAGDate.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeAGDate.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeAGDate.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeAGDate.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeAGDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeAGDate.Name = "txbInfo_EyeAGDate" Me.txbInfo_EyeAGDate.ReadOnly = True Me.txbInfo_EyeAGDate.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeAGDate.TabIndex = 22 Me.txbInfo_EyeAGDate.Text = "N/A" Me.txbInfo_EyeAGDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label45 ' Me.Label45.AutoSize = True Me.Label45.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label45.Location = New System.Drawing.Point(1, 10) Me.Label45.Name = "Label45" Me.Label45.Size = New System.Drawing.Size(106, 30) Me.Label45.TabIndex = 21 Me.Label45.Text = "측정일" ' 'Panel47 ' Me.Panel47.Controls.Add(Me.txbInfo_EyeAGShot) Me.Panel47.Controls.Add(Me.Label46) Me.Panel47.Location = New System.Drawing.Point(11, 88) Me.Panel47.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel47.Name = "Panel47" Me.Panel47.Size = New System.Drawing.Size(326, 56) Me.Panel47.TabIndex = 52 ' 'txbInfo_EyeAGShot ' Me.txbInfo_EyeAGShot.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeAGShot.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeAGShot.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeAGShot.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeAGShot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeAGShot.Name = "txbInfo_EyeAGShot" Me.txbInfo_EyeAGShot.ReadOnly = True Me.txbInfo_EyeAGShot.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeAGShot.TabIndex = 22 Me.txbInfo_EyeAGShot.Text = "N/A" Me.txbInfo_EyeAGShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label46 ' Me.Label46.AutoSize = True Me.Label46.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label46.Location = New System.Drawing.Point(1, 10) Me.Label46.Name = "Label46" Me.Label46.Size = New System.Drawing.Size(137, 30) Me.Label46.TabIndex = 21 Me.Label46.Text = "측정샷수" ' 'Panel48 ' Me.Panel48.Controls.Add(Me.txbInfo_EyeAGOkNg) Me.Panel48.Controls.Add(Me.Label47) Me.Panel48.Location = New System.Drawing.Point(343, 31) Me.Panel48.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel48.Name = "Panel48" Me.Panel48.Size = New System.Drawing.Size(326, 56) Me.Panel48.TabIndex = 51 ' 'txbInfo_EyeAGOkNg ' Me.txbInfo_EyeAGOkNg.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_EyeAGOkNg.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeAGOkNg.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeAGOkNg.Location = New System.Drawing.Point(126, 4) Me.txbInfo_EyeAGOkNg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeAGOkNg.Name = "txbInfo_EyeAGOkNg" Me.txbInfo_EyeAGOkNg.ReadOnly = True Me.txbInfo_EyeAGOkNg.Size = New System.Drawing.Size(194, 46) Me.txbInfo_EyeAGOkNg.TabIndex = 22 Me.txbInfo_EyeAGOkNg.Text = "N/A" Me.txbInfo_EyeAGOkNg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label47 ' Me.Label47.AutoSize = True Me.Label47.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label47.Location = New System.Drawing.Point(1, 10) Me.Label47.Name = "Label47" Me.Label47.Size = New System.Drawing.Size(137, 30) Me.Label47.TabIndex = 21 Me.Label47.Text = "측정결과" ' 'lblInfo_EyeBarcord ' Me.lblInfo_EyeBarcord.AutoSize = True Me.lblInfo_EyeBarcord.Font = New System.Drawing.Font("굴림", 27.75!, System.Drawing.FontStyle.Bold) Me.lblInfo_EyeBarcord.Location = New System.Drawing.Point(6, 75) Me.lblInfo_EyeBarcord.Name = "lblInfo_EyeBarcord" Me.lblInfo_EyeBarcord.Size = New System.Drawing.Size(212, 47) Me.lblInfo_EyeBarcord.TabIndex = 57 Me.lblInfo_EyeBarcord.Text = "제품코드" ' 'txbInfo_EyeBarcord ' Me.txbInfo_EyeBarcord.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.txbInfo_EyeBarcord.Font = New System.Drawing.Font("굴림", 44.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_EyeBarcord.ForeColor = System.Drawing.Color.Blue Me.txbInfo_EyeBarcord.Location = New System.Drawing.Point(200, 45) Me.txbInfo_EyeBarcord.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_EyeBarcord.Name = "txbInfo_EyeBarcord" Me.txbInfo_EyeBarcord.ReadOnly = True Me.txbInfo_EyeBarcord.Size = New System.Drawing.Size(485, 92) Me.txbInfo_EyeBarcord.TabIndex = 56 Me.txbInfo_EyeBarcord.Text = "N/A" Me.txbInfo_EyeBarcord.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'gpbFaceInfoSet ' Me.gpbFaceInfoSet.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.gpbFaceInfoSet.Controls.Add(Me.PanelFaceDate) Me.gpbFaceInfoSet.Controls.Add(Me.gpbFaceInfo) Me.gpbFaceInfoSet.Controls.Add(Me.gpbFaceIQCInfo) Me.gpbFaceInfoSet.Controls.Add(Me.gpbFaceCTInfo) Me.gpbFaceInfoSet.Controls.Add(Me.gpbFaceAgingInfo) Me.gpbFaceInfoSet.Controls.Add(Me.lblInfo_FaceBarcord) Me.gpbFaceInfoSet.Controls.Add(Me.txbInfo_FaceBarcord) Me.gpbFaceInfoSet.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbFaceInfoSet.ForeColor = System.Drawing.Color.Black Me.gpbFaceInfoSet.Location = New System.Drawing.Point(11, 12) Me.gpbFaceInfoSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbFaceInfoSet.Name = "gpbFaceInfoSet" Me.gpbFaceInfoSet.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbFaceInfoSet.Size = New System.Drawing.Size(697, 962) Me.gpbFaceInfoSet.TabIndex = 59 Me.gpbFaceInfoSet.TabStop = False Me.gpbFaceInfoSet.Text = "FACE카트리지 정보" ' 'PanelFaceDate ' Me.PanelFaceDate.Controls.Add(Me.cmbInfo_FaceDay) Me.PanelFaceDate.Controls.Add(Me.cmbInfo_FaceMonth) Me.PanelFaceDate.Controls.Add(Me.cmbInfo_FaceYear) Me.PanelFaceDate.Controls.Add(Me.lblInfo_Date2) Me.PanelFaceDate.Location = New System.Drawing.Point(354, 469) Me.PanelFaceDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PanelFaceDate.Name = "PanelFaceDate" Me.PanelFaceDate.Size = New System.Drawing.Size(326, 55) Me.PanelFaceDate.TabIndex = 62 ' 'cmbInfo_FaceDay ' Me.cmbInfo_FaceDay.Font = New System.Drawing.Font("굴림", 15.0!, System.Drawing.FontStyle.Bold) Me.cmbInfo_FaceDay.FormattingEnabled = True Me.cmbInfo_FaceDay.Location = New System.Drawing.Point(257, 11) Me.cmbInfo_FaceDay.Name = "cmbInfo_FaceDay" Me.cmbInfo_FaceDay.Size = New System.Drawing.Size(63, 33) Me.cmbInfo_FaceDay.TabIndex = 61 ' 'cmbInfo_FaceMonth ' Me.cmbInfo_FaceMonth.Font = New System.Drawing.Font("굴림", 15.0!, System.Drawing.FontStyle.Bold) Me.cmbInfo_FaceMonth.FormattingEnabled = True Me.cmbInfo_FaceMonth.Location = New System.Drawing.Point(193, 11) Me.cmbInfo_FaceMonth.Name = "cmbInfo_FaceMonth" Me.cmbInfo_FaceMonth.Size = New System.Drawing.Size(63, 33) Me.cmbInfo_FaceMonth.TabIndex = 60 ' 'cmbInfo_FaceYear ' Me.cmbInfo_FaceYear.Font = New System.Drawing.Font("굴림", 15.0!, System.Drawing.FontStyle.Bold) Me.cmbInfo_FaceYear.FormattingEnabled = True Me.cmbInfo_FaceYear.Location = New System.Drawing.Point(128, 11) Me.cmbInfo_FaceYear.Name = "cmbInfo_FaceYear" Me.cmbInfo_FaceYear.Size = New System.Drawing.Size(63, 33) Me.cmbInfo_FaceYear.TabIndex = 59 ' 'lblInfo_Date2 ' Me.lblInfo_Date2.AutoSize = True Me.lblInfo_Date2.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_Date2.Location = New System.Drawing.Point(3, 17) Me.lblInfo_Date2.Name = "lblInfo_Date2" Me.lblInfo_Date2.Size = New System.Drawing.Size(122, 20) Me.lblInfo_Date2.TabIndex = 21 Me.lblInfo_Date2.Text = "실제 제조일" ' 'gpbFaceInfo ' Me.gpbFaceInfo.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.gpbFaceInfo.Controls.Add(Me.pnlFaceDate) Me.gpbFaceInfo.Controls.Add(Me.pnlFaceCart) Me.gpbFaceInfo.Controls.Add(Me.pnlFaceFW) Me.gpbFaceInfo.Controls.Add(Me.pnlFacePower) Me.gpbFaceInfo.Controls.Add(Me.pnlFaceTshot) Me.gpbFaceInfo.Controls.Add(Me.pnlFaceFreq) Me.gpbFaceInfo.Controls.Add(Me.pnlFaceTDSN) Me.gpbFaceInfo.Controls.Add(Me.pnlFaceRshot) Me.gpbFaceInfo.Controls.Add(Me.pnlFaceSN) Me.gpbFaceInfo.Controls.Add(Me.pnlFaceAgency) Me.gpbFaceInfo.Controls.Add(Me.pnlFaceYearMonth) Me.gpbFaceInfo.Controls.Add(Me.pnlFaceModel) Me.gpbFaceInfo.Controls.Add(Me.pnlFaceManufacture) Me.gpbFaceInfo.Controls.Add(Me.pnlFaceAbroad) Me.gpbFaceInfo.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbFaceInfo.Location = New System.Drawing.Point(11, 150) Me.gpbFaceInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbFaceInfo.Name = "gpbFaceInfo" Me.gpbFaceInfo.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbFaceInfo.Size = New System.Drawing.Size(673, 319) Me.gpbFaceInfo.TabIndex = 59 Me.gpbFaceInfo.TabStop = False Me.gpbFaceInfo.Text = "기기정보" ' 'pnlFaceDate ' Me.pnlFaceDate.Controls.Add(Me.txbInfo_FaceDate) Me.pnlFaceDate.Controls.Add(Me.lblInfo_FaceDate) Me.pnlFaceDate.Location = New System.Drawing.Point(11, 256) Me.pnlFaceDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFaceDate.Name = "pnlFaceDate" Me.pnlFaceDate.Size = New System.Drawing.Size(326, 56) Me.pnlFaceDate.TabIndex = 61 ' 'txbInfo_FaceDate ' Me.txbInfo_FaceDate.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceDate.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceDate.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceDate.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceDate.Name = "txbInfo_FaceDate" Me.txbInfo_FaceDate.ReadOnly = True Me.txbInfo_FaceDate.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceDate.TabIndex = 22 Me.txbInfo_FaceDate.Text = "N/A" Me.txbInfo_FaceDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceDate ' Me.lblInfo_FaceDate.AutoSize = True Me.lblInfo_FaceDate.Font = New System.Drawing.Font("굴림", 13.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceDate.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FaceDate.Name = "lblInfo_FaceDate" Me.lblInfo_FaceDate.Size = New System.Drawing.Size(133, 22) Me.lblInfo_FaceDate.TabIndex = 21 Me.lblInfo_FaceDate.Text = "실제 제조일" ' 'pnlFaceCart ' Me.pnlFaceCart.Controls.Add(Me.txbInfo_FaceCart) Me.pnlFaceCart.Controls.Add(Me.lblInfo_FaceCart) Me.pnlFaceCart.Location = New System.Drawing.Point(343, 31) Me.pnlFaceCart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFaceCart.Name = "pnlFaceCart" Me.pnlFaceCart.Size = New System.Drawing.Size(326, 56) Me.pnlFaceCart.TabIndex = 60 ' 'txbInfo_FaceCart ' Me.txbInfo_FaceCart.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceCart.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceCart.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceCart.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceCart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceCart.Name = "txbInfo_FaceCart" Me.txbInfo_FaceCart.ReadOnly = True Me.txbInfo_FaceCart.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceCart.TabIndex = 22 Me.txbInfo_FaceCart.Text = "N/A" Me.txbInfo_FaceCart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceCart ' Me.lblInfo_FaceCart.AutoSize = True Me.lblInfo_FaceCart.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceCart.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FaceCart.Name = "lblInfo_FaceCart" Me.lblInfo_FaceCart.Size = New System.Drawing.Size(137, 30) Me.lblInfo_FaceCart.TabIndex = 21 Me.lblInfo_FaceCart.Text = "카트타입" ' 'pnlFaceFW ' Me.pnlFaceFW.Controls.Add(Me.txbInfo_FaceFW) Me.pnlFaceFW.Controls.Add(Me.lblInfo_FaceFW) Me.pnlFaceFW.Location = New System.Drawing.Point(11, 381) Me.pnlFaceFW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFaceFW.Name = "pnlFaceFW" Me.pnlFaceFW.Size = New System.Drawing.Size(326, 56) Me.pnlFaceFW.TabIndex = 59 Me.pnlFaceFW.Visible = False ' 'txbInfo_FaceFW ' Me.txbInfo_FaceFW.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceFW.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceFW.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceFW.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceFW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceFW.Name = "txbInfo_FaceFW" Me.txbInfo_FaceFW.ReadOnly = True Me.txbInfo_FaceFW.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceFW.TabIndex = 22 Me.txbInfo_FaceFW.Text = "N/A" Me.txbInfo_FaceFW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceFW ' Me.lblInfo_FaceFW.AutoSize = True Me.lblInfo_FaceFW.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceFW.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FaceFW.Name = "lblInfo_FaceFW" Me.lblInfo_FaceFW.Size = New System.Drawing.Size(136, 30) Me.lblInfo_FaceFW.TabIndex = 21 Me.lblInfo_FaceFW.Text = "F/W버전" ' 'pnlFacePower ' Me.pnlFacePower.Controls.Add(Me.txbInfo_FacePower) Me.pnlFacePower.Controls.Add(Me.lblInfo_FacePower) Me.pnlFacePower.Location = New System.Drawing.Point(343, 381) Me.pnlFacePower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFacePower.Name = "pnlFacePower" Me.pnlFacePower.Size = New System.Drawing.Size(326, 56) Me.pnlFacePower.TabIndex = 58 ' 'txbInfo_FacePower ' Me.txbInfo_FacePower.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FacePower.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FacePower.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FacePower.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FacePower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FacePower.Name = "txbInfo_FacePower" Me.txbInfo_FacePower.ReadOnly = True Me.txbInfo_FacePower.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FacePower.TabIndex = 22 Me.txbInfo_FacePower.Text = "N/A" Me.txbInfo_FacePower.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FacePower ' Me.lblInfo_FacePower.AutoSize = True Me.lblInfo_FacePower.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FacePower.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FacePower.Name = "lblInfo_FacePower" Me.lblInfo_FacePower.Size = New System.Drawing.Size(137, 30) Me.lblInfo_FacePower.TabIndex = 21 Me.lblInfo_FacePower.Text = "파워보정" ' 'pnlFaceTshot ' Me.pnlFaceTshot.Controls.Add(Me.txbInfo_FaceTshot) Me.pnlFaceTshot.Controls.Add(Me.lblInfo_FaceTshot) Me.pnlFaceTshot.Location = New System.Drawing.Point(343, 256) Me.pnlFaceTshot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFaceTshot.Name = "pnlFaceTshot" Me.pnlFaceTshot.Size = New System.Drawing.Size(326, 56) Me.pnlFaceTshot.TabIndex = 56 ' 'txbInfo_FaceTshot ' Me.txbInfo_FaceTshot.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceTshot.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceTshot.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceTshot.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceTshot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceTshot.Name = "txbInfo_FaceTshot" Me.txbInfo_FaceTshot.ReadOnly = True Me.txbInfo_FaceTshot.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceTshot.TabIndex = 22 Me.txbInfo_FaceTshot.Text = "N/A" Me.txbInfo_FaceTshot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceTshot ' Me.lblInfo_FaceTshot.AutoSize = True Me.lblInfo_FaceTshot.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceTshot.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FaceTshot.Name = "lblInfo_FaceTshot" Me.lblInfo_FaceTshot.Size = New System.Drawing.Size(137, 30) Me.lblInfo_FaceTshot.TabIndex = 21 Me.lblInfo_FaceTshot.Text = "최대샷수" ' 'pnlFaceFreq ' Me.pnlFaceFreq.Controls.Add(Me.txbInfo_FaceFreq) Me.pnlFaceFreq.Controls.Add(Me.lblInfo_FaceFreq) Me.pnlFaceFreq.Location = New System.Drawing.Point(343, 325) Me.pnlFaceFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFaceFreq.Name = "pnlFaceFreq" Me.pnlFaceFreq.Size = New System.Drawing.Size(326, 56) Me.pnlFaceFreq.TabIndex = 57 ' 'txbInfo_FaceFreq ' Me.txbInfo_FaceFreq.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceFreq.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceFreq.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceFreq.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceFreq.Name = "txbInfo_FaceFreq" Me.txbInfo_FaceFreq.ReadOnly = True Me.txbInfo_FaceFreq.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceFreq.TabIndex = 22 Me.txbInfo_FaceFreq.Text = "N/A" Me.txbInfo_FaceFreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceFreq ' Me.lblInfo_FaceFreq.AutoSize = True Me.lblInfo_FaceFreq.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceFreq.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FaceFreq.Name = "lblInfo_FaceFreq" Me.lblInfo_FaceFreq.Size = New System.Drawing.Size(106, 30) Me.lblInfo_FaceFreq.TabIndex = 21 Me.lblInfo_FaceFreq.Text = "주파수" ' 'pnlFaceTDSN ' Me.pnlFaceTDSN.Controls.Add(Me.txbInfo_FaceTDSN) Me.pnlFaceTDSN.Controls.Add(Me.lblInfo_FaceTDSN) Me.pnlFaceTDSN.Location = New System.Drawing.Point(11, 325) Me.pnlFaceTDSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFaceTDSN.Name = "pnlFaceTDSN" Me.pnlFaceTDSN.Size = New System.Drawing.Size(326, 56) Me.pnlFaceTDSN.TabIndex = 56 ' 'txbInfo_FaceTDSN ' Me.txbInfo_FaceTDSN.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceTDSN.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceTDSN.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceTDSN.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceTDSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceTDSN.Name = "txbInfo_FaceTDSN" Me.txbInfo_FaceTDSN.ReadOnly = True Me.txbInfo_FaceTDSN.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceTDSN.TabIndex = 22 Me.txbInfo_FaceTDSN.Text = "N/A" Me.txbInfo_FaceTDSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceTDSN ' Me.lblInfo_FaceTDSN.AutoSize = True Me.lblInfo_FaceTDSN.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceTDSN.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FaceTDSN.Name = "lblInfo_FaceTDSN" Me.lblInfo_FaceTDSN.Size = New System.Drawing.Size(116, 30) Me.lblInfo_FaceTDSN.TabIndex = 21 Me.lblInfo_FaceTDSN.Text = "TD넘버" ' 'pnlFaceRshot ' Me.pnlFaceRshot.Controls.Add(Me.txbInfo_FaceRshot) Me.pnlFaceRshot.Controls.Add(Me.lblInfo_FaceRshot) Me.pnlFaceRshot.Location = New System.Drawing.Point(343, 200) Me.pnlFaceRshot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFaceRshot.Name = "pnlFaceRshot" Me.pnlFaceRshot.Size = New System.Drawing.Size(326, 56) Me.pnlFaceRshot.TabIndex = 55 ' 'txbInfo_FaceRshot ' Me.txbInfo_FaceRshot.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceRshot.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceRshot.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceRshot.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceRshot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceRshot.Name = "txbInfo_FaceRshot" Me.txbInfo_FaceRshot.ReadOnly = True Me.txbInfo_FaceRshot.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceRshot.TabIndex = 22 Me.txbInfo_FaceRshot.Text = "N/A" Me.txbInfo_FaceRshot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceRshot ' Me.lblInfo_FaceRshot.AutoSize = True Me.lblInfo_FaceRshot.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceRshot.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FaceRshot.Name = "lblInfo_FaceRshot" Me.lblInfo_FaceRshot.Size = New System.Drawing.Size(137, 30) Me.lblInfo_FaceRshot.TabIndex = 21 Me.lblInfo_FaceRshot.Text = "남은샷수" ' 'pnlFaceSN ' Me.pnlFaceSN.Controls.Add(Me.txbInfo_FaceSN) Me.pnlFaceSN.Controls.Add(Me.lblInfo_FaceSN) Me.pnlFaceSN.Location = New System.Drawing.Point(11, 200) Me.pnlFaceSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFaceSN.Name = "pnlFaceSN" Me.pnlFaceSN.Size = New System.Drawing.Size(326, 56) Me.pnlFaceSN.TabIndex = 55 ' 'txbInfo_FaceSN ' Me.txbInfo_FaceSN.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceSN.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceSN.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceSN.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceSN.Name = "txbInfo_FaceSN" Me.txbInfo_FaceSN.ReadOnly = True Me.txbInfo_FaceSN.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceSN.TabIndex = 22 Me.txbInfo_FaceSN.Text = "N/A" Me.txbInfo_FaceSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceSN ' Me.lblInfo_FaceSN.AutoSize = True Me.lblInfo_FaceSN.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceSN.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FaceSN.Name = "lblInfo_FaceSN" Me.lblInfo_FaceSN.Size = New System.Drawing.Size(142, 30) Me.lblInfo_FaceSN.TabIndex = 21 Me.lblInfo_FaceSN.Text = "S/N 번호" ' 'pnlFaceAgency ' Me.pnlFaceAgency.Controls.Add(Me.txbInfo_FaceAgency) Me.pnlFaceAgency.Controls.Add(Me.lblInfo_FaceAgency) Me.pnlFaceAgency.Location = New System.Drawing.Point(343, 144) Me.pnlFaceAgency.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFaceAgency.Name = "pnlFaceAgency" Me.pnlFaceAgency.Size = New System.Drawing.Size(326, 56) Me.pnlFaceAgency.TabIndex = 54 ' 'txbInfo_FaceAgency ' Me.txbInfo_FaceAgency.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceAgency.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceAgency.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceAgency.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceAgency.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceAgency.Name = "txbInfo_FaceAgency" Me.txbInfo_FaceAgency.ReadOnly = True Me.txbInfo_FaceAgency.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceAgency.TabIndex = 22 Me.txbInfo_FaceAgency.Text = "N/A" Me.txbInfo_FaceAgency.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceAgency ' Me.lblInfo_FaceAgency.AutoSize = True Me.lblInfo_FaceAgency.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceAgency.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FaceAgency.Name = "lblInfo_FaceAgency" Me.lblInfo_FaceAgency.Size = New System.Drawing.Size(106, 30) Me.lblInfo_FaceAgency.TabIndex = 21 Me.lblInfo_FaceAgency.Text = "대리점" ' 'pnlFaceYearMonth ' Me.pnlFaceYearMonth.Controls.Add(Me.txbInfo_FaceMonth) Me.pnlFaceYearMonth.Controls.Add(Me.lblInfo_FaceMonth) Me.pnlFaceYearMonth.Controls.Add(Me.txbInfo_FaceYear) Me.pnlFaceYearMonth.Controls.Add(Me.lblInfo_FaceYear) Me.pnlFaceYearMonth.Controls.Add(Me.lblInfo_FaceYearMonth) Me.pnlFaceYearMonth.Location = New System.Drawing.Point(11, 144) Me.pnlFaceYearMonth.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFaceYearMonth.Name = "pnlFaceYearMonth" Me.pnlFaceYearMonth.Size = New System.Drawing.Size(326, 56) Me.pnlFaceYearMonth.TabIndex = 53 ' 'txbInfo_FaceMonth ' Me.txbInfo_FaceMonth.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceMonth.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceMonth.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceMonth.Location = New System.Drawing.Point(225, 4) Me.txbInfo_FaceMonth.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceMonth.Name = "txbInfo_FaceMonth" Me.txbInfo_FaceMonth.ReadOnly = True Me.txbInfo_FaceMonth.Size = New System.Drawing.Size(62, 46) Me.txbInfo_FaceMonth.TabIndex = 24 Me.txbInfo_FaceMonth.Text = "N/A" Me.txbInfo_FaceMonth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceMonth ' Me.lblInfo_FaceMonth.AutoSize = True Me.lblInfo_FaceMonth.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceMonth.Location = New System.Drawing.Point(286, 10) Me.lblInfo_FaceMonth.Name = "lblInfo_FaceMonth" Me.lblInfo_FaceMonth.Size = New System.Drawing.Size(44, 30) Me.lblInfo_FaceMonth.TabIndex = 25 Me.lblInfo_FaceMonth.Text = "월" ' 'txbInfo_FaceYear ' Me.txbInfo_FaceYear.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceYear.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceYear.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceYear.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceYear.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceYear.Name = "txbInfo_FaceYear" Me.txbInfo_FaceYear.ReadOnly = True Me.txbInfo_FaceYear.Size = New System.Drawing.Size(62, 46) Me.txbInfo_FaceYear.TabIndex = 22 Me.txbInfo_FaceYear.Text = "N/A" Me.txbInfo_FaceYear.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceYear ' Me.lblInfo_FaceYear.AutoSize = True Me.lblInfo_FaceYear.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceYear.Location = New System.Drawing.Point(186, 10) Me.lblInfo_FaceYear.Name = "lblInfo_FaceYear" Me.lblInfo_FaceYear.Size = New System.Drawing.Size(44, 30) Me.lblInfo_FaceYear.TabIndex = 23 Me.lblInfo_FaceYear.Text = "년" ' 'lblInfo_FaceYearMonth ' Me.lblInfo_FaceYearMonth.AutoSize = True Me.lblInfo_FaceYearMonth.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceYearMonth.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FaceYearMonth.Name = "lblInfo_FaceYearMonth" Me.lblInfo_FaceYearMonth.Size = New System.Drawing.Size(137, 30) Me.lblInfo_FaceYearMonth.TabIndex = 21 Me.lblInfo_FaceYearMonth.Text = "제조일자" ' 'pnlFaceModel ' Me.pnlFaceModel.Controls.Add(Me.txbInfo_FaceModel) Me.pnlFaceModel.Controls.Add(Me.lblInfo_FaceModel) Me.pnlFaceModel.Location = New System.Drawing.Point(11, 31) Me.pnlFaceModel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFaceModel.Name = "pnlFaceModel" Me.pnlFaceModel.Size = New System.Drawing.Size(326, 56) Me.pnlFaceModel.TabIndex = 52 ' 'txbInfo_FaceModel ' Me.txbInfo_FaceModel.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceModel.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceModel.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceModel.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceModel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceModel.Name = "txbInfo_FaceModel" Me.txbInfo_FaceModel.ReadOnly = True Me.txbInfo_FaceModel.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceModel.TabIndex = 22 Me.txbInfo_FaceModel.Text = "N/A" Me.txbInfo_FaceModel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceModel ' Me.lblInfo_FaceModel.AutoSize = True Me.lblInfo_FaceModel.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceModel.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FaceModel.Name = "lblInfo_FaceModel" Me.lblInfo_FaceModel.Size = New System.Drawing.Size(137, 30) Me.lblInfo_FaceModel.TabIndex = 21 Me.lblInfo_FaceModel.Text = "모델타입" ' 'pnlFaceManufacture ' Me.pnlFaceManufacture.Controls.Add(Me.txbInfo_FaceManufacture) Me.pnlFaceManufacture.Controls.Add(Me.lblInfo_FaceManufacture) Me.pnlFaceManufacture.Location = New System.Drawing.Point(11, 88) Me.pnlFaceManufacture.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFaceManufacture.Name = "pnlFaceManufacture" Me.pnlFaceManufacture.Size = New System.Drawing.Size(326, 56) Me.pnlFaceManufacture.TabIndex = 52 ' 'txbInfo_FaceManufacture ' Me.txbInfo_FaceManufacture.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceManufacture.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceManufacture.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceManufacture.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceManufacture.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceManufacture.Name = "txbInfo_FaceManufacture" Me.txbInfo_FaceManufacture.ReadOnly = True Me.txbInfo_FaceManufacture.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceManufacture.TabIndex = 22 Me.txbInfo_FaceManufacture.Text = "N/A" Me.txbInfo_FaceManufacture.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceManufacture ' Me.lblInfo_FaceManufacture.AutoSize = True Me.lblInfo_FaceManufacture.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceManufacture.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FaceManufacture.Name = "lblInfo_FaceManufacture" Me.lblInfo_FaceManufacture.Size = New System.Drawing.Size(106, 30) Me.lblInfo_FaceManufacture.TabIndex = 21 Me.lblInfo_FaceManufacture.Text = "제조사" ' 'pnlFaceAbroad ' Me.pnlFaceAbroad.Controls.Add(Me.txbInfo_FaceAbroad) Me.pnlFaceAbroad.Controls.Add(Me.lblInfo_FaceAbroad) Me.pnlFaceAbroad.Location = New System.Drawing.Point(343, 88) Me.pnlFaceAbroad.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlFaceAbroad.Name = "pnlFaceAbroad" Me.pnlFaceAbroad.Size = New System.Drawing.Size(326, 56) Me.pnlFaceAbroad.TabIndex = 51 ' 'txbInfo_FaceAbroad ' Me.txbInfo_FaceAbroad.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceAbroad.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceAbroad.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceAbroad.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceAbroad.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceAbroad.Name = "txbInfo_FaceAbroad" Me.txbInfo_FaceAbroad.ReadOnly = True Me.txbInfo_FaceAbroad.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceAbroad.TabIndex = 22 Me.txbInfo_FaceAbroad.Text = "N/A" Me.txbInfo_FaceAbroad.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_FaceAbroad ' Me.lblInfo_FaceAbroad.AutoSize = True Me.lblInfo_FaceAbroad.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_FaceAbroad.Location = New System.Drawing.Point(1, 10) Me.lblInfo_FaceAbroad.Name = "lblInfo_FaceAbroad" Me.lblInfo_FaceAbroad.Size = New System.Drawing.Size(137, 30) Me.lblInfo_FaceAbroad.TabIndex = 21 Me.lblInfo_FaceAbroad.Text = "국가코드" ' 'gpbFaceIQCInfo ' Me.gpbFaceIQCInfo.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.gpbFaceIQCInfo.Controls.Add(Me.Panel11) Me.gpbFaceIQCInfo.Controls.Add(Me.Panel13) Me.gpbFaceIQCInfo.Controls.Add(Me.Panel37) Me.gpbFaceIQCInfo.Controls.Add(Me.Panel38) Me.gpbFaceIQCInfo.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbFaceIQCInfo.Location = New System.Drawing.Point(11, 812) Me.gpbFaceIQCInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbFaceIQCInfo.Name = "gpbFaceIQCInfo" Me.gpbFaceIQCInfo.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbFaceIQCInfo.Size = New System.Drawing.Size(673, 150) Me.gpbFaceIQCInfo.TabIndex = 62 Me.gpbFaceIQCInfo.TabStop = False Me.gpbFaceIQCInfo.Text = "T/D 수입검사 정보" ' 'Panel11 ' Me.Panel11.Controls.Add(Me.txbInfo_FaceIQCCap) Me.Panel11.Controls.Add(Me.Label5) Me.Panel11.Location = New System.Drawing.Point(343, 88) Me.Panel11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel11.Name = "Panel11" Me.Panel11.Size = New System.Drawing.Size(326, 56) Me.Panel11.TabIndex = 54 ' 'txbInfo_FaceIQCCap ' Me.txbInfo_FaceIQCCap.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceIQCCap.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceIQCCap.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceIQCCap.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceIQCCap.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceIQCCap.Name = "txbInfo_FaceIQCCap" Me.txbInfo_FaceIQCCap.ReadOnly = True Me.txbInfo_FaceIQCCap.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceIQCCap.TabIndex = 22 Me.txbInfo_FaceIQCCap.Text = "N/A" Me.txbInfo_FaceIQCCap.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label5.Location = New System.Drawing.Point(1, 10) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(129, 30) Me.Label5.TabIndex = 21 Me.Label5.Text = "매칭C값" ' 'Panel13 ' Me.Panel13.Controls.Add(Me.txbInfo_FaceIQCDate) Me.Panel13.Controls.Add(Me.Label7) Me.Panel13.Location = New System.Drawing.Point(11, 31) Me.Panel13.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel13.Name = "Panel13" Me.Panel13.Size = New System.Drawing.Size(326, 56) Me.Panel13.TabIndex = 52 ' 'txbInfo_FaceIQCDate ' Me.txbInfo_FaceIQCDate.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceIQCDate.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceIQCDate.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceIQCDate.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceIQCDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceIQCDate.Name = "txbInfo_FaceIQCDate" Me.txbInfo_FaceIQCDate.ReadOnly = True Me.txbInfo_FaceIQCDate.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceIQCDate.TabIndex = 22 Me.txbInfo_FaceIQCDate.Text = "N/A" Me.txbInfo_FaceIQCDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label7.Location = New System.Drawing.Point(1, 10) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(106, 30) Me.Label7.TabIndex = 21 Me.Label7.Text = "검사일" ' 'Panel37 ' Me.Panel37.Controls.Add(Me.txbInfo_FaceIQCTD) Me.Panel37.Controls.Add(Me.Label12) Me.Panel37.Location = New System.Drawing.Point(11, 88) Me.Panel37.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel37.Name = "Panel37" Me.Panel37.Size = New System.Drawing.Size(326, 56) Me.Panel37.TabIndex = 52 ' 'txbInfo_FaceIQCTD ' Me.txbInfo_FaceIQCTD.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceIQCTD.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceIQCTD.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceIQCTD.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceIQCTD.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceIQCTD.Name = "txbInfo_FaceIQCTD" Me.txbInfo_FaceIQCTD.ReadOnly = True Me.txbInfo_FaceIQCTD.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceIQCTD.TabIndex = 22 Me.txbInfo_FaceIQCTD.Text = "N/A" Me.txbInfo_FaceIQCTD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label12.Location = New System.Drawing.Point(1, 10) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(127, 30) Me.Label12.TabIndex = 21 Me.Label12.Text = "TD 넘버" ' 'Panel38 ' Me.Panel38.Controls.Add(Me.txbInfo_FaceIQCGrade) Me.Panel38.Controls.Add(Me.Label13) Me.Panel38.Location = New System.Drawing.Point(343, 31) Me.Panel38.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel38.Name = "Panel38" Me.Panel38.Size = New System.Drawing.Size(326, 56) Me.Panel38.TabIndex = 51 ' 'txbInfo_FaceIQCGrade ' Me.txbInfo_FaceIQCGrade.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceIQCGrade.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceIQCGrade.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceIQCGrade.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceIQCGrade.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceIQCGrade.Name = "txbInfo_FaceIQCGrade" Me.txbInfo_FaceIQCGrade.ReadOnly = True Me.txbInfo_FaceIQCGrade.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceIQCGrade.TabIndex = 22 Me.txbInfo_FaceIQCGrade.Text = "N/A" Me.txbInfo_FaceIQCGrade.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label13.Location = New System.Drawing.Point(1, 10) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(137, 30) Me.Label13.TabIndex = 21 Me.Label13.Text = "등급판정" ' 'gpbFaceCTInfo ' Me.gpbFaceCTInfo.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.gpbFaceCTInfo.Controls.Add(Me.Panel12) Me.gpbFaceCTInfo.Controls.Add(Me.Panel17) Me.gpbFaceCTInfo.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbFaceCTInfo.Location = New System.Drawing.Point(11, 700) Me.gpbFaceCTInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbFaceCTInfo.Name = "gpbFaceCTInfo" Me.gpbFaceCTInfo.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbFaceCTInfo.Size = New System.Drawing.Size(673, 100) Me.gpbFaceCTInfo.TabIndex = 61 Me.gpbFaceCTInfo.TabStop = False Me.gpbFaceCTInfo.Text = "카트리지 기본정보 입력" ' 'Panel12 ' Me.Panel12.Controls.Add(Me.txbInfo_FaceCTDate) Me.Panel12.Controls.Add(Me.Label6) Me.Panel12.Location = New System.Drawing.Point(11, 38) Me.Panel12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel12.Name = "Panel12" Me.Panel12.Size = New System.Drawing.Size(326, 56) Me.Panel12.TabIndex = 52 ' 'txbInfo_FaceCTDate ' Me.txbInfo_FaceCTDate.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceCTDate.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceCTDate.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceCTDate.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceCTDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceCTDate.Name = "txbInfo_FaceCTDate" Me.txbInfo_FaceCTDate.ReadOnly = True Me.txbInfo_FaceCTDate.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceCTDate.TabIndex = 22 Me.txbInfo_FaceCTDate.Text = "N/A" Me.txbInfo_FaceCTDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label6.Location = New System.Drawing.Point(1, 10) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(106, 30) Me.Label6.TabIndex = 21 Me.Label6.Text = "입력일" ' 'Panel17 ' Me.Panel17.Controls.Add(Me.txbInfo_FaceCTFreq) Me.Panel17.Controls.Add(Me.Label11) Me.Panel17.Location = New System.Drawing.Point(343, 38) Me.Panel17.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel17.Name = "Panel17" Me.Panel17.Size = New System.Drawing.Size(326, 56) Me.Panel17.TabIndex = 51 ' 'txbInfo_FaceCTFreq ' Me.txbInfo_FaceCTFreq.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceCTFreq.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceCTFreq.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceCTFreq.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceCTFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceCTFreq.Name = "txbInfo_FaceCTFreq" Me.txbInfo_FaceCTFreq.ReadOnly = True Me.txbInfo_FaceCTFreq.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceCTFreq.TabIndex = 22 Me.txbInfo_FaceCTFreq.Text = "N/A" Me.txbInfo_FaceCTFreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label11.Location = New System.Drawing.Point(1, 10) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(106, 30) Me.Label11.TabIndex = 21 Me.Label11.Text = "주파수" ' 'gpbFaceAgingInfo ' Me.gpbFaceAgingInfo.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.gpbFaceAgingInfo.Controls.Add(Me.Panel14) Me.gpbFaceAgingInfo.Controls.Add(Me.Panel15) Me.gpbFaceAgingInfo.Controls.Add(Me.Panel16) Me.gpbFaceAgingInfo.Controls.Add(Me.Panel34) Me.gpbFaceAgingInfo.Controls.Add(Me.Panel35) Me.gpbFaceAgingInfo.Controls.Add(Me.Panel36) Me.gpbFaceAgingInfo.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbFaceAgingInfo.Location = New System.Drawing.Point(11, 481) Me.gpbFaceAgingInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbFaceAgingInfo.Name = "gpbFaceAgingInfo" Me.gpbFaceAgingInfo.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbFaceAgingInfo.Size = New System.Drawing.Size(673, 206) Me.gpbFaceAgingInfo.TabIndex = 60 Me.gpbFaceAgingInfo.TabStop = False Me.gpbFaceAgingInfo.Text = "에이징 검사 정보" ' 'Panel14 ' Me.Panel14.Controls.Add(Me.txbInfo_FaceAGEnd) Me.Panel14.Controls.Add(Me.Label8) Me.Panel14.Location = New System.Drawing.Point(343, 144) Me.Panel14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel14.Name = "Panel14" Me.Panel14.Size = New System.Drawing.Size(326, 56) Me.Panel14.TabIndex = 55 ' 'txbInfo_FaceAGEnd ' Me.txbInfo_FaceAGEnd.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceAGEnd.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceAGEnd.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceAGEnd.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceAGEnd.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceAGEnd.Name = "txbInfo_FaceAGEnd" Me.txbInfo_FaceAGEnd.ReadOnly = True Me.txbInfo_FaceAGEnd.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceAGEnd.TabIndex = 22 Me.txbInfo_FaceAGEnd.Text = "N/A" Me.txbInfo_FaceAGEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label8.Location = New System.Drawing.Point(1, 10) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(137, 30) Me.Label8.TabIndex = 21 Me.Label8.Text = "완료온도" ' 'Panel15 ' Me.Panel15.Controls.Add(Me.txbInfo_FaceAGStart) Me.Panel15.Controls.Add(Me.Label9) Me.Panel15.Location = New System.Drawing.Point(11, 144) Me.Panel15.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel15.Name = "Panel15" Me.Panel15.Size = New System.Drawing.Size(326, 56) Me.Panel15.TabIndex = 55 ' 'txbInfo_FaceAGStart ' Me.txbInfo_FaceAGStart.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceAGStart.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceAGStart.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceAGStart.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceAGStart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceAGStart.Name = "txbInfo_FaceAGStart" Me.txbInfo_FaceAGStart.ReadOnly = True Me.txbInfo_FaceAGStart.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceAGStart.TabIndex = 22 Me.txbInfo_FaceAGStart.Text = "N/A" Me.txbInfo_FaceAGStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label9.Location = New System.Drawing.Point(1, 10) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(137, 30) Me.Label9.TabIndex = 21 Me.Label9.Text = "시작온도" ' 'Panel16 ' Me.Panel16.Controls.Add(Me.txbInfo_FaceAGPower) Me.Panel16.Controls.Add(Me.Label10) Me.Panel16.Location = New System.Drawing.Point(343, 88) Me.Panel16.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel16.Name = "Panel16" Me.Panel16.Size = New System.Drawing.Size(326, 56) Me.Panel16.TabIndex = 54 ' 'txbInfo_FaceAGPower ' Me.txbInfo_FaceAGPower.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceAGPower.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceAGPower.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceAGPower.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceAGPower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceAGPower.Name = "txbInfo_FaceAGPower" Me.txbInfo_FaceAGPower.ReadOnly = True Me.txbInfo_FaceAGPower.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceAGPower.TabIndex = 22 Me.txbInfo_FaceAGPower.Text = "N/A" Me.txbInfo_FaceAGPower.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label10.Location = New System.Drawing.Point(1, 10) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(137, 30) Me.Label10.TabIndex = 21 Me.Label10.Text = "파워보정" ' 'Panel34 ' Me.Panel34.Controls.Add(Me.txbInfo_FaceAGDate) Me.Panel34.Controls.Add(Me.Label14) Me.Panel34.Location = New System.Drawing.Point(11, 31) Me.Panel34.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel34.Name = "Panel34" Me.Panel34.Size = New System.Drawing.Size(326, 56) Me.Panel34.TabIndex = 52 ' 'txbInfo_FaceAGDate ' Me.txbInfo_FaceAGDate.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceAGDate.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceAGDate.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceAGDate.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceAGDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceAGDate.Name = "txbInfo_FaceAGDate" Me.txbInfo_FaceAGDate.ReadOnly = True Me.txbInfo_FaceAGDate.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceAGDate.TabIndex = 22 Me.txbInfo_FaceAGDate.Text = "N/A" Me.txbInfo_FaceAGDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label14.Location = New System.Drawing.Point(1, 10) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(106, 30) Me.Label14.TabIndex = 21 Me.Label14.Text = "측정일" ' 'Panel35 ' Me.Panel35.Controls.Add(Me.txbInfo_FaceAGShot) Me.Panel35.Controls.Add(Me.Label15) Me.Panel35.Location = New System.Drawing.Point(11, 88) Me.Panel35.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel35.Name = "Panel35" Me.Panel35.Size = New System.Drawing.Size(326, 56) Me.Panel35.TabIndex = 52 ' 'txbInfo_FaceAGShot ' Me.txbInfo_FaceAGShot.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceAGShot.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceAGShot.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceAGShot.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceAGShot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceAGShot.Name = "txbInfo_FaceAGShot" Me.txbInfo_FaceAGShot.ReadOnly = True Me.txbInfo_FaceAGShot.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceAGShot.TabIndex = 22 Me.txbInfo_FaceAGShot.Text = "N/A" Me.txbInfo_FaceAGShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label15.Location = New System.Drawing.Point(1, 10) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(137, 30) Me.Label15.TabIndex = 21 Me.Label15.Text = "측정샷수" ' 'Panel36 ' Me.Panel36.Controls.Add(Me.txbInfo_FaceAGOkNg) Me.Panel36.Controls.Add(Me.Label16) Me.Panel36.Location = New System.Drawing.Point(343, 31) Me.Panel36.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel36.Name = "Panel36" Me.Panel36.Size = New System.Drawing.Size(326, 56) Me.Panel36.TabIndex = 51 ' 'txbInfo_FaceAGOkNg ' Me.txbInfo_FaceAGOkNg.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_FaceAGOkNg.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceAGOkNg.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceAGOkNg.Location = New System.Drawing.Point(126, 4) Me.txbInfo_FaceAGOkNg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceAGOkNg.Name = "txbInfo_FaceAGOkNg" Me.txbInfo_FaceAGOkNg.ReadOnly = True Me.txbInfo_FaceAGOkNg.Size = New System.Drawing.Size(194, 46) Me.txbInfo_FaceAGOkNg.TabIndex = 22 Me.txbInfo_FaceAGOkNg.Text = "N/A" Me.txbInfo_FaceAGOkNg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label16.Location = New System.Drawing.Point(1, 10) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(137, 30) Me.Label16.TabIndex = 21 Me.Label16.Text = "측정결과" ' 'lblInfo_FaceBarcord ' Me.lblInfo_FaceBarcord.AutoSize = True Me.lblInfo_FaceBarcord.Font = New System.Drawing.Font("굴림", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblInfo_FaceBarcord.Location = New System.Drawing.Point(6, 75) Me.lblInfo_FaceBarcord.Name = "lblInfo_FaceBarcord" Me.lblInfo_FaceBarcord.Size = New System.Drawing.Size(212, 47) Me.lblInfo_FaceBarcord.TabIndex = 57 Me.lblInfo_FaceBarcord.Text = "제품코드" ' 'txbInfo_FaceBarcord ' Me.txbInfo_FaceBarcord.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.txbInfo_FaceBarcord.Font = New System.Drawing.Font("굴림", 44.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_FaceBarcord.ForeColor = System.Drawing.Color.Blue Me.txbInfo_FaceBarcord.Location = New System.Drawing.Point(200, 45) Me.txbInfo_FaceBarcord.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_FaceBarcord.Name = "txbInfo_FaceBarcord" Me.txbInfo_FaceBarcord.ReadOnly = True Me.txbInfo_FaceBarcord.Size = New System.Drawing.Size(485, 92) Me.txbInfo_FaceBarcord.TabIndex = 56 Me.txbInfo_FaceBarcord.Text = "N/A" Me.txbInfo_FaceBarcord.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'gpbDevInfoSet ' Me.gpbDevInfoSet.BackColor = System.Drawing.Color.Silver Me.gpbDevInfoSet.Controls.Add(Me.gpbDevInfo) Me.gpbDevInfoSet.Controls.Add(Me.lblInfo_DevBarcord) Me.gpbDevInfoSet.Controls.Add(Me.txbInfo_DevBarcord) Me.gpbDevInfoSet.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbDevInfoSet.ForeColor = System.Drawing.Color.Black Me.gpbDevInfoSet.Location = New System.Drawing.Point(731, 12) Me.gpbDevInfoSet.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbDevInfoSet.Name = "gpbDevInfoSet" Me.gpbDevInfoSet.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbDevInfoSet.Size = New System.Drawing.Size(697, 962) Me.gpbDevInfoSet.TabIndex = 48 Me.gpbDevInfoSet.TabStop = False Me.gpbDevInfoSet.Text = "본체 정보" ' 'gpbDevInfo ' Me.gpbDevInfo.Controls.Add(Me.pnlDevDate) Me.gpbDevInfo.Controls.Add(Me.PanelDevDate) Me.gpbDevInfo.Controls.Add(Me.pnlDevCart) Me.gpbDevInfo.Controls.Add(Me.pnlDevTDSN) Me.gpbDevInfo.Controls.Add(Me.pnlDevPower) Me.gpbDevInfo.Controls.Add(Me.pnlDevTshot) Me.gpbDevInfo.Controls.Add(Me.pnlDevFreq) Me.gpbDevInfo.Controls.Add(Me.pnlDevRshot) Me.gpbDevInfo.Controls.Add(Me.pnlDevFW) Me.gpbDevInfo.Controls.Add(Me.pnlDevSN) Me.gpbDevInfo.Controls.Add(Me.pnlDevAgency) Me.gpbDevInfo.Controls.Add(Me.pnlDevYearMonth) Me.gpbDevInfo.Controls.Add(Me.pnlDevModel) Me.gpbDevInfo.Controls.Add(Me.pnlDevManufacture) Me.gpbDevInfo.Controls.Add(Me.pnlDevAbroad) Me.gpbDevInfo.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbDevInfo.Location = New System.Drawing.Point(11, 162) Me.gpbDevInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbDevInfo.Name = "gpbDevInfo" Me.gpbDevInfo.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbDevInfo.Size = New System.Drawing.Size(673, 400) Me.gpbDevInfo.TabIndex = 58 Me.gpbDevInfo.TabStop = False Me.gpbDevInfo.Text = "기기정보" ' 'pnlDevDate ' Me.pnlDevDate.Controls.Add(Me.txbInfo_DevDate) Me.pnlDevDate.Controls.Add(Me.lblInfo_DevDate) Me.pnlDevDate.Location = New System.Drawing.Point(171, 250) Me.pnlDevDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevDate.Name = "pnlDevDate" Me.pnlDevDate.Size = New System.Drawing.Size(326, 56) Me.pnlDevDate.TabIndex = 66 ' 'txbInfo_DevDate ' Me.txbInfo_DevDate.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevDate.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevDate.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevDate.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevDate.Name = "txbInfo_DevDate" Me.txbInfo_DevDate.ReadOnly = True Me.txbInfo_DevDate.Size = New System.Drawing.Size(194, 46) Me.txbInfo_DevDate.TabIndex = 22 Me.txbInfo_DevDate.Text = "N/A" Me.txbInfo_DevDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevDate ' Me.lblInfo_DevDate.AutoSize = True Me.lblInfo_DevDate.Font = New System.Drawing.Font("굴림", 13.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevDate.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevDate.Name = "lblInfo_DevDate" Me.lblInfo_DevDate.Size = New System.Drawing.Size(133, 22) Me.lblInfo_DevDate.TabIndex = 21 Me.lblInfo_DevDate.Text = "실제 제조일" ' 'PanelDevDate ' Me.PanelDevDate.Controls.Add(Me.cmbInfo_DevDay) Me.PanelDevDate.Controls.Add(Me.cmbInfo_DevMonth) Me.PanelDevDate.Controls.Add(Me.cmbInfo_DevYear) Me.PanelDevDate.Controls.Add(Me.lblInfo_Date1) Me.PanelDevDate.Location = New System.Drawing.Point(343, 310) Me.PanelDevDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PanelDevDate.Name = "PanelDevDate" Me.PanelDevDate.Size = New System.Drawing.Size(326, 56) Me.PanelDevDate.TabIndex = 58 ' 'cmbInfo_DevDay ' Me.cmbInfo_DevDay.Font = New System.Drawing.Font("굴림", 15.0!, System.Drawing.FontStyle.Bold) Me.cmbInfo_DevDay.FormattingEnabled = True Me.cmbInfo_DevDay.Location = New System.Drawing.Point(258, 12) Me.cmbInfo_DevDay.Name = "cmbInfo_DevDay" Me.cmbInfo_DevDay.Size = New System.Drawing.Size(63, 33) Me.cmbInfo_DevDay.TabIndex = 61 ' 'cmbInfo_DevMonth ' Me.cmbInfo_DevMonth.Font = New System.Drawing.Font("굴림", 15.0!, System.Drawing.FontStyle.Bold) Me.cmbInfo_DevMonth.FormattingEnabled = True Me.cmbInfo_DevMonth.Location = New System.Drawing.Point(193, 12) Me.cmbInfo_DevMonth.Name = "cmbInfo_DevMonth" Me.cmbInfo_DevMonth.Size = New System.Drawing.Size(63, 33) Me.cmbInfo_DevMonth.TabIndex = 60 ' 'cmbInfo_DevYear ' Me.cmbInfo_DevYear.Font = New System.Drawing.Font("굴림", 15.0!, System.Drawing.FontStyle.Bold) Me.cmbInfo_DevYear.FormattingEnabled = True Me.cmbInfo_DevYear.Location = New System.Drawing.Point(128, 12) Me.cmbInfo_DevYear.Name = "cmbInfo_DevYear" Me.cmbInfo_DevYear.Size = New System.Drawing.Size(63, 33) Me.cmbInfo_DevYear.TabIndex = 59 ' 'lblInfo_Date1 ' Me.lblInfo_Date1.AutoSize = True Me.lblInfo_Date1.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_Date1.Location = New System.Drawing.Point(3, 20) Me.lblInfo_Date1.Name = "lblInfo_Date1" Me.lblInfo_Date1.Size = New System.Drawing.Size(122, 20) Me.lblInfo_Date1.TabIndex = 21 Me.lblInfo_Date1.Text = "실제 제조일" ' 'pnlDevCart ' Me.pnlDevCart.Controls.Add(Me.txbInfo_DevCart) Me.pnlDevCart.Controls.Add(Me.lblInfo_DevCart) Me.pnlDevCart.Location = New System.Drawing.Point(174, 162) Me.pnlDevCart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevCart.Name = "pnlDevCart" Me.pnlDevCart.Size = New System.Drawing.Size(326, 56) Me.pnlDevCart.TabIndex = 64 ' 'txbInfo_DevCart ' Me.txbInfo_DevCart.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevCart.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevCart.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevCart.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevCart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevCart.Name = "txbInfo_DevCart" Me.txbInfo_DevCart.ReadOnly = True Me.txbInfo_DevCart.Size = New System.Drawing.Size(194, 46) Me.txbInfo_DevCart.TabIndex = 22 Me.txbInfo_DevCart.Text = "N/A" Me.txbInfo_DevCart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevCart ' Me.lblInfo_DevCart.AutoSize = True Me.lblInfo_DevCart.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevCart.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevCart.Name = "lblInfo_DevCart" Me.lblInfo_DevCart.Size = New System.Drawing.Size(137, 30) Me.lblInfo_DevCart.TabIndex = 21 Me.lblInfo_DevCart.Text = "기기타입" ' 'pnlDevTDSN ' Me.pnlDevTDSN.Controls.Add(Me.txbInfo_DevTDSN) Me.pnlDevTDSN.Controls.Add(Me.lblInfo_DevTDSN) Me.pnlDevTDSN.Location = New System.Drawing.Point(11, 381) Me.pnlDevTDSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevTDSN.Name = "pnlDevTDSN" Me.pnlDevTDSN.Size = New System.Drawing.Size(326, 56) Me.pnlDevTDSN.TabIndex = 63 Me.pnlDevTDSN.Visible = False ' 'txbInfo_DevTDSN ' Me.txbInfo_DevTDSN.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevTDSN.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevTDSN.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevTDSN.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevTDSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevTDSN.Name = "txbInfo_DevTDSN" Me.txbInfo_DevTDSN.ReadOnly = True Me.txbInfo_DevTDSN.Size = New System.Drawing.Size(194, 46) Me.txbInfo_DevTDSN.TabIndex = 22 Me.txbInfo_DevTDSN.Text = "N/A" Me.txbInfo_DevTDSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevTDSN ' Me.lblInfo_DevTDSN.AutoSize = True Me.lblInfo_DevTDSN.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevTDSN.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevTDSN.Name = "lblInfo_DevTDSN" Me.lblInfo_DevTDSN.Size = New System.Drawing.Size(116, 30) Me.lblInfo_DevTDSN.TabIndex = 21 Me.lblInfo_DevTDSN.Text = "TD넘버" ' 'pnlDevPower ' Me.pnlDevPower.Controls.Add(Me.txbInfo_DevPower) Me.pnlDevPower.Controls.Add(Me.lblInfo_DevPower) Me.pnlDevPower.Location = New System.Drawing.Point(343, 381) Me.pnlDevPower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevPower.Name = "pnlDevPower" Me.pnlDevPower.Size = New System.Drawing.Size(326, 56) Me.pnlDevPower.TabIndex = 62 Me.pnlDevPower.Visible = False ' 'txbInfo_DevPower ' Me.txbInfo_DevPower.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevPower.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevPower.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevPower.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevPower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevPower.Name = "txbInfo_DevPower" Me.txbInfo_DevPower.ReadOnly = True Me.txbInfo_DevPower.Size = New System.Drawing.Size(194, 46) Me.txbInfo_DevPower.TabIndex = 22 Me.txbInfo_DevPower.Text = "N/A" Me.txbInfo_DevPower.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevPower ' Me.lblInfo_DevPower.AutoSize = True Me.lblInfo_DevPower.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevPower.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevPower.Name = "lblInfo_DevPower" Me.lblInfo_DevPower.Size = New System.Drawing.Size(137, 30) Me.lblInfo_DevPower.TabIndex = 21 Me.lblInfo_DevPower.Text = "파워보정" ' 'pnlDevTshot ' Me.pnlDevTshot.Controls.Add(Me.txbInfo_DevTshot) Me.pnlDevTshot.Controls.Add(Me.lblInfo_DevTshot) Me.pnlDevTshot.Location = New System.Drawing.Point(343, 244) Me.pnlDevTshot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevTshot.Name = "pnlDevTshot" Me.pnlDevTshot.Size = New System.Drawing.Size(326, 56) Me.pnlDevTshot.TabIndex = 60 Me.pnlDevTshot.Visible = False ' 'txbInfo_DevTshot ' Me.txbInfo_DevTshot.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevTshot.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevTshot.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevTshot.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevTshot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevTshot.Name = "txbInfo_DevTshot" Me.txbInfo_DevTshot.ReadOnly = True Me.txbInfo_DevTshot.Size = New System.Drawing.Size(194, 46) Me.txbInfo_DevTshot.TabIndex = 22 Me.txbInfo_DevTshot.Text = "N/A" Me.txbInfo_DevTshot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevTshot ' Me.lblInfo_DevTshot.AutoSize = True Me.lblInfo_DevTshot.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevTshot.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevTshot.Name = "lblInfo_DevTshot" Me.lblInfo_DevTshot.Size = New System.Drawing.Size(137, 30) Me.lblInfo_DevTshot.TabIndex = 21 Me.lblInfo_DevTshot.Text = "최대샷수" ' 'pnlDevFreq ' Me.pnlDevFreq.Controls.Add(Me.txbInfo_DevFreq) Me.pnlDevFreq.Controls.Add(Me.lblInfo_DevFreq) Me.pnlDevFreq.Location = New System.Drawing.Point(343, 312) Me.pnlDevFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevFreq.Name = "pnlDevFreq" Me.pnlDevFreq.Size = New System.Drawing.Size(326, 56) Me.pnlDevFreq.TabIndex = 61 Me.pnlDevFreq.Visible = False ' 'txbInfo_DevFreq ' Me.txbInfo_DevFreq.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevFreq.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevFreq.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevFreq.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevFreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevFreq.Name = "txbInfo_DevFreq" Me.txbInfo_DevFreq.ReadOnly = True Me.txbInfo_DevFreq.Size = New System.Drawing.Size(194, 46) Me.txbInfo_DevFreq.TabIndex = 22 Me.txbInfo_DevFreq.Text = "N/A" Me.txbInfo_DevFreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevFreq ' Me.lblInfo_DevFreq.AutoSize = True Me.lblInfo_DevFreq.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevFreq.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevFreq.Name = "lblInfo_DevFreq" Me.lblInfo_DevFreq.Size = New System.Drawing.Size(106, 30) Me.lblInfo_DevFreq.TabIndex = 21 Me.lblInfo_DevFreq.Text = "주파수" ' 'pnlDevRshot ' Me.pnlDevRshot.Controls.Add(Me.txbInfo_DevRshot) Me.pnlDevRshot.Controls.Add(Me.lblInfo_DevRshot) Me.pnlDevRshot.Location = New System.Drawing.Point(343, 175) Me.pnlDevRshot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevRshot.Name = "pnlDevRshot" Me.pnlDevRshot.Size = New System.Drawing.Size(326, 56) Me.pnlDevRshot.TabIndex = 59 Me.pnlDevRshot.Visible = False ' 'txbInfo_DevRshot ' Me.txbInfo_DevRshot.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevRshot.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevRshot.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevRshot.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevRshot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevRshot.Name = "txbInfo_DevRshot" Me.txbInfo_DevRshot.ReadOnly = True Me.txbInfo_DevRshot.Size = New System.Drawing.Size(194, 46) Me.txbInfo_DevRshot.TabIndex = 22 Me.txbInfo_DevRshot.Text = "N/A" Me.txbInfo_DevRshot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevRshot ' Me.lblInfo_DevRshot.AutoSize = True Me.lblInfo_DevRshot.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevRshot.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevRshot.Name = "lblInfo_DevRshot" Me.lblInfo_DevRshot.Size = New System.Drawing.Size(137, 30) Me.lblInfo_DevRshot.TabIndex = 21 Me.lblInfo_DevRshot.Text = "남은샷수" ' 'pnlDevFW ' Me.pnlDevFW.Controls.Add(Me.txbInfo_DevFW) Me.pnlDevFW.Controls.Add(Me.lblInfo_DevFW) Me.pnlDevFW.Location = New System.Drawing.Point(11, 312) Me.pnlDevFW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevFW.Name = "pnlDevFW" Me.pnlDevFW.Size = New System.Drawing.Size(326, 56) Me.pnlDevFW.TabIndex = 57 ' 'txbInfo_DevFW ' Me.txbInfo_DevFW.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevFW.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevFW.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevFW.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevFW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevFW.Name = "txbInfo_DevFW" Me.txbInfo_DevFW.ReadOnly = True Me.txbInfo_DevFW.Size = New System.Drawing.Size(194, 46) Me.txbInfo_DevFW.TabIndex = 22 Me.txbInfo_DevFW.Text = "N/A" Me.txbInfo_DevFW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevFW ' Me.lblInfo_DevFW.AutoSize = True Me.lblInfo_DevFW.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevFW.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevFW.Name = "lblInfo_DevFW" Me.lblInfo_DevFW.Size = New System.Drawing.Size(136, 30) Me.lblInfo_DevFW.TabIndex = 21 Me.lblInfo_DevFW.Text = "F/W버전" ' 'pnlDevSN ' Me.pnlDevSN.Controls.Add(Me.txbInfo_DevSN) Me.pnlDevSN.Controls.Add(Me.lblInfo_DevSN) Me.pnlDevSN.Location = New System.Drawing.Point(11, 244) Me.pnlDevSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevSN.Name = "pnlDevSN" Me.pnlDevSN.Size = New System.Drawing.Size(326, 56) Me.pnlDevSN.TabIndex = 55 ' 'txbInfo_DevSN ' Me.txbInfo_DevSN.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevSN.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevSN.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevSN.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevSN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevSN.Name = "txbInfo_DevSN" Me.txbInfo_DevSN.ReadOnly = True Me.txbInfo_DevSN.Size = New System.Drawing.Size(194, 46) Me.txbInfo_DevSN.TabIndex = 22 Me.txbInfo_DevSN.Text = "N/A" Me.txbInfo_DevSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevSN ' Me.lblInfo_DevSN.AutoSize = True Me.lblInfo_DevSN.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevSN.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevSN.Name = "lblInfo_DevSN" Me.lblInfo_DevSN.Size = New System.Drawing.Size(142, 30) Me.lblInfo_DevSN.TabIndex = 21 Me.lblInfo_DevSN.Text = "S/N 번호" ' 'pnlDevAgency ' Me.pnlDevAgency.Controls.Add(Me.txbInfo_DevAgency) Me.pnlDevAgency.Controls.Add(Me.lblInfo_DevAgency) Me.pnlDevAgency.Location = New System.Drawing.Point(343, 106) Me.pnlDevAgency.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevAgency.Name = "pnlDevAgency" Me.pnlDevAgency.Size = New System.Drawing.Size(326, 56) Me.pnlDevAgency.TabIndex = 54 ' 'txbInfo_DevAgency ' Me.txbInfo_DevAgency.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevAgency.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevAgency.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevAgency.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevAgency.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevAgency.Name = "txbInfo_DevAgency" Me.txbInfo_DevAgency.ReadOnly = True Me.txbInfo_DevAgency.Size = New System.Drawing.Size(194, 46) Me.txbInfo_DevAgency.TabIndex = 22 Me.txbInfo_DevAgency.Text = "N/A" Me.txbInfo_DevAgency.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevAgency ' Me.lblInfo_DevAgency.AutoSize = True Me.lblInfo_DevAgency.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevAgency.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevAgency.Name = "lblInfo_DevAgency" Me.lblInfo_DevAgency.Size = New System.Drawing.Size(106, 30) Me.lblInfo_DevAgency.TabIndex = 21 Me.lblInfo_DevAgency.Text = "대리점" ' 'pnlDevYearMonth ' Me.pnlDevYearMonth.Controls.Add(Me.txbInfo_DevMonth) Me.pnlDevYearMonth.Controls.Add(Me.lblInfo_DevMonth) Me.pnlDevYearMonth.Controls.Add(Me.txbInfo_DevYear) Me.pnlDevYearMonth.Controls.Add(Me.lblInfo_DevYear) Me.pnlDevYearMonth.Controls.Add(Me.lblInfo_DevYearMonth) Me.pnlDevYearMonth.Location = New System.Drawing.Point(11, 175) Me.pnlDevYearMonth.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevYearMonth.Name = "pnlDevYearMonth" Me.pnlDevYearMonth.Size = New System.Drawing.Size(326, 56) Me.pnlDevYearMonth.TabIndex = 53 ' 'txbInfo_DevMonth ' Me.txbInfo_DevMonth.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevMonth.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevMonth.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevMonth.Location = New System.Drawing.Point(225, 4) Me.txbInfo_DevMonth.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevMonth.Name = "txbInfo_DevMonth" Me.txbInfo_DevMonth.ReadOnly = True Me.txbInfo_DevMonth.Size = New System.Drawing.Size(62, 46) Me.txbInfo_DevMonth.TabIndex = 24 Me.txbInfo_DevMonth.Text = "N/A" Me.txbInfo_DevMonth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevMonth ' Me.lblInfo_DevMonth.AutoSize = True Me.lblInfo_DevMonth.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevMonth.Location = New System.Drawing.Point(286, 10) Me.lblInfo_DevMonth.Name = "lblInfo_DevMonth" Me.lblInfo_DevMonth.Size = New System.Drawing.Size(44, 30) Me.lblInfo_DevMonth.TabIndex = 25 Me.lblInfo_DevMonth.Text = "월" ' 'txbInfo_DevYear ' Me.txbInfo_DevYear.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevYear.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevYear.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevYear.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevYear.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevYear.Name = "txbInfo_DevYear" Me.txbInfo_DevYear.ReadOnly = True Me.txbInfo_DevYear.Size = New System.Drawing.Size(62, 46) Me.txbInfo_DevYear.TabIndex = 22 Me.txbInfo_DevYear.Text = "N/A" Me.txbInfo_DevYear.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevYear ' Me.lblInfo_DevYear.AutoSize = True Me.lblInfo_DevYear.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevYear.Location = New System.Drawing.Point(186, 10) Me.lblInfo_DevYear.Name = "lblInfo_DevYear" Me.lblInfo_DevYear.Size = New System.Drawing.Size(44, 30) Me.lblInfo_DevYear.TabIndex = 23 Me.lblInfo_DevYear.Text = "년" ' 'lblInfo_DevYearMonth ' Me.lblInfo_DevYearMonth.AutoSize = True Me.lblInfo_DevYearMonth.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevYearMonth.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevYearMonth.Name = "lblInfo_DevYearMonth" Me.lblInfo_DevYearMonth.Size = New System.Drawing.Size(137, 30) Me.lblInfo_DevYearMonth.TabIndex = 21 Me.lblInfo_DevYearMonth.Text = "제조일자" ' 'pnlDevModel ' Me.pnlDevModel.Controls.Add(Me.txbInfo_DevModel) Me.pnlDevModel.Controls.Add(Me.lblInfo_DevModel) Me.pnlDevModel.Location = New System.Drawing.Point(11, 38) Me.pnlDevModel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevModel.Name = "pnlDevModel" Me.pnlDevModel.Size = New System.Drawing.Size(326, 56) Me.pnlDevModel.TabIndex = 52 ' 'txbInfo_DevModel ' Me.txbInfo_DevModel.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevModel.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevModel.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevModel.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevModel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevModel.Name = "txbInfo_DevModel" Me.txbInfo_DevModel.ReadOnly = True Me.txbInfo_DevModel.Size = New System.Drawing.Size(194, 46) Me.txbInfo_DevModel.TabIndex = 22 Me.txbInfo_DevModel.Text = "N/A" Me.txbInfo_DevModel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevModel ' Me.lblInfo_DevModel.AutoSize = True Me.lblInfo_DevModel.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevModel.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevModel.Name = "lblInfo_DevModel" Me.lblInfo_DevModel.Size = New System.Drawing.Size(137, 30) Me.lblInfo_DevModel.TabIndex = 21 Me.lblInfo_DevModel.Text = "모델타입" ' 'pnlDevManufacture ' Me.pnlDevManufacture.Controls.Add(Me.txbInfo_DevManufacture) Me.pnlDevManufacture.Controls.Add(Me.lblInfo_DevManufacture) Me.pnlDevManufacture.Location = New System.Drawing.Point(11, 106) Me.pnlDevManufacture.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevManufacture.Name = "pnlDevManufacture" Me.pnlDevManufacture.Size = New System.Drawing.Size(326, 56) Me.pnlDevManufacture.TabIndex = 52 ' 'txbInfo_DevManufacture ' Me.txbInfo_DevManufacture.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevManufacture.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevManufacture.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevManufacture.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevManufacture.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevManufacture.Name = "txbInfo_DevManufacture" Me.txbInfo_DevManufacture.ReadOnly = True Me.txbInfo_DevManufacture.Size = New System.Drawing.Size(194, 46) Me.txbInfo_DevManufacture.TabIndex = 22 Me.txbInfo_DevManufacture.Text = "N/A" Me.txbInfo_DevManufacture.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevManufacture ' Me.lblInfo_DevManufacture.AutoSize = True Me.lblInfo_DevManufacture.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevManufacture.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevManufacture.Name = "lblInfo_DevManufacture" Me.lblInfo_DevManufacture.Size = New System.Drawing.Size(106, 30) Me.lblInfo_DevManufacture.TabIndex = 21 Me.lblInfo_DevManufacture.Text = "제조사" ' 'pnlDevAbroad ' Me.pnlDevAbroad.Controls.Add(Me.txbInfo_DevAbroad) Me.pnlDevAbroad.Controls.Add(Me.lblInfo_DevAbroad) Me.pnlDevAbroad.Location = New System.Drawing.Point(343, 38) Me.pnlDevAbroad.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlDevAbroad.Name = "pnlDevAbroad" Me.pnlDevAbroad.Size = New System.Drawing.Size(326, 56) Me.pnlDevAbroad.TabIndex = 51 ' 'txbInfo_DevAbroad ' Me.txbInfo_DevAbroad.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbInfo_DevAbroad.Font = New System.Drawing.Font("굴림", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevAbroad.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevAbroad.Location = New System.Drawing.Point(126, 4) Me.txbInfo_DevAbroad.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevAbroad.Name = "txbInfo_DevAbroad" Me.txbInfo_DevAbroad.ReadOnly = True Me.txbInfo_DevAbroad.Size = New System.Drawing.Size(194, 46) Me.txbInfo_DevAbroad.TabIndex = 22 Me.txbInfo_DevAbroad.Text = "N/A" Me.txbInfo_DevAbroad.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblInfo_DevAbroad ' Me.lblInfo_DevAbroad.AutoSize = True Me.lblInfo_DevAbroad.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevAbroad.Location = New System.Drawing.Point(1, 10) Me.lblInfo_DevAbroad.Name = "lblInfo_DevAbroad" Me.lblInfo_DevAbroad.Size = New System.Drawing.Size(137, 30) Me.lblInfo_DevAbroad.TabIndex = 21 Me.lblInfo_DevAbroad.Text = "국가코드" ' 'lblInfo_DevBarcord ' Me.lblInfo_DevBarcord.AutoSize = True Me.lblInfo_DevBarcord.Font = New System.Drawing.Font("굴림", 27.75!, System.Drawing.FontStyle.Bold) Me.lblInfo_DevBarcord.Location = New System.Drawing.Point(6, 75) Me.lblInfo_DevBarcord.Name = "lblInfo_DevBarcord" Me.lblInfo_DevBarcord.Size = New System.Drawing.Size(212, 47) Me.lblInfo_DevBarcord.TabIndex = 57 Me.lblInfo_DevBarcord.Text = "제품코드" ' 'txbInfo_DevBarcord ' Me.txbInfo_DevBarcord.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.txbInfo_DevBarcord.Font = New System.Drawing.Font("굴림", 44.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfo_DevBarcord.ForeColor = System.Drawing.Color.Blue Me.txbInfo_DevBarcord.Location = New System.Drawing.Point(200, 45) Me.txbInfo_DevBarcord.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfo_DevBarcord.Name = "txbInfo_DevBarcord" Me.txbInfo_DevBarcord.ReadOnly = True Me.txbInfo_DevBarcord.Size = New System.Drawing.Size(485, 92) Me.txbInfo_DevBarcord.TabIndex = 56 Me.txbInfo_DevBarcord.Text = "N/A" Me.txbInfo_DevBarcord.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'cmdSerialPort ' Me.cmdSerialPort.BaudRate = 115200 Me.cmdSerialPort.ReadBufferSize = 8196 ' 'runTimeTimer ' Me.runTimeTimer.Enabled = True Me.runTimeTimer.Interval = 1000 ' 'pnlConf ' Me.pnlConf.Controls.Add(Me.GroupBox1) Me.pnlConf.Controls.Add(Me.gbPrinter) Me.pnlConf.Controls.Add(Me.gpbItemSelect) Me.pnlConf.Controls.Add(Me.btnSetupExit) Me.pnlConf.Controls.Add(Me.btnSetupSave) Me.pnlConf.Controls.Add(Me.btnSetupLoad) Me.pnlConf.Controls.Add(Me.GroupBox18) Me.pnlConf.Controls.Add(Me.GroupBox3) Me.pnlConf.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.pnlConf.Location = New System.Drawing.Point(2194, 0) Me.pnlConf.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlConf.Name = "pnlConf" Me.pnlConf.Size = New System.Drawing.Size(2189, 1312) Me.pnlConf.TabIndex = 2 Me.pnlConf.Visible = False ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.ckbPrintAll) Me.GroupBox1.Controls.Add(Me.gbprintck) Me.GroupBox1.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.GroupBox1.Location = New System.Drawing.Point(1117, 160) Me.GroupBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox1.Size = New System.Drawing.Size(1053, 120) Me.GroupBox1.TabIndex = 121 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "프린터 사용설정" ' 'ckbPrintAll ' Me.ckbPrintAll.AutoSize = True Me.ckbPrintAll.Checked = True Me.ckbPrintAll.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbPrintAll.ForeColor = System.Drawing.Color.Black Me.ckbPrintAll.Location = New System.Drawing.Point(73, 56) Me.ckbPrintAll.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbPrintAll.Name = "ckbPrintAll" Me.ckbPrintAll.Size = New System.Drawing.Size(274, 34) Me.ckbPrintAll.TabIndex = 7 Me.ckbPrintAll.Text = "프린터 전체 사용" Me.ckbPrintAll.UseVisualStyleBackColor = True ' 'gbprintck ' Me.gbprintck.Controls.Add(Me.ckbPrintWar) Me.gbprintck.Controls.Add(Me.ckbprintBar) Me.gbprintck.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbprintck.ForeColor = System.Drawing.Color.Black Me.gbprintck.Location = New System.Drawing.Point(389, 22) Me.gbprintck.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbprintck.Name = "gbprintck" Me.gbprintck.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbprintck.Size = New System.Drawing.Size(569, 91) Me.gbprintck.TabIndex = 6 Me.gbprintck.TabStop = False Me.gbprintck.Text = "프린터 개별 사용설정" ' 'ckbPrintWar ' Me.ckbPrintWar.AutoSize = True Me.ckbPrintWar.Checked = True Me.ckbPrintWar.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbPrintWar.Location = New System.Drawing.Point(310, 38) Me.ckbPrintWar.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbPrintWar.Name = "ckbPrintWar" Me.ckbPrintWar.Size = New System.Drawing.Size(234, 36) Me.ckbPrintWar.TabIndex = 1 Me.ckbPrintWar.Text = "워런티 프린터 사용" Me.ckbPrintWar.UseVisualStyleBackColor = True ' 'ckbprintBar ' Me.ckbprintBar.AutoSize = True Me.ckbprintBar.Checked = True Me.ckbprintBar.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbprintBar.Location = New System.Drawing.Point(61, 38) Me.ckbprintBar.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbprintBar.Name = "ckbprintBar" Me.ckbprintBar.Size = New System.Drawing.Size(234, 36) Me.ckbprintBar.TabIndex = 0 Me.ckbprintBar.Text = "바코드 프린터 사용" Me.ckbprintBar.UseVisualStyleBackColor = True ' 'gbPrinter ' Me.gbPrinter.Controls.Add(Me.btndgvref) Me.gbPrinter.Controls.Add(Me.gbPrint2) Me.gbPrinter.Controls.Add(Me.gbPrint1) Me.gbPrinter.Controls.Add(Me.dgvPrinter) Me.gbPrinter.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.gbPrinter.ForeColor = System.Drawing.Color.Black Me.gbPrinter.Location = New System.Drawing.Point(1103, 288) Me.gbPrinter.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrinter.Name = "gbPrinter" Me.gbPrinter.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrinter.Size = New System.Drawing.Size(1066, 848) Me.gbPrinter.TabIndex = 120 Me.gbPrinter.TabStop = False Me.gbPrinter.Text = "프린터 설정 항목" ' 'btndgvref ' Me.btndgvref.ForeColor = System.Drawing.Color.Black Me.btndgvref.Location = New System.Drawing.Point(14, 604) Me.btndgvref.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btndgvref.Name = "btndgvref" Me.btndgvref.Size = New System.Drawing.Size(450, 58) Me.btndgvref.TabIndex = 5 Me.btndgvref.Text = "리스트 새로고침" Me.btndgvref.UseVisualStyleBackColor = True ' 'gbPrint2 ' Me.gbPrint2.Controls.Add(Me.btnAd2) Me.gbPrint2.Controls.Add(Me.txbtext2) Me.gbPrint2.Controls.Add(Me.lbtext2) Me.gbPrint2.Controls.Add(Me.btnprint2) Me.gbPrint2.Controls.Add(Me.txblabel2) Me.gbPrint2.Controls.Add(Me.lblabel2) Me.gbPrint2.Controls.Add(Me.txbname2) Me.gbPrint2.Controls.Add(Me.lbname2) Me.gbPrint2.Location = New System.Drawing.Point(480, 448) Me.gbPrint2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrint2.Name = "gbPrint2" Me.gbPrint2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrint2.Size = New System.Drawing.Size(579, 214) Me.gbPrint2.TabIndex = 4 Me.gbPrint2.TabStop = False Me.gbPrint2.Text = "워런티 카드 정보" ' 'btnAd2 ' Me.btnAd2.Font = New System.Drawing.Font("함초롬바탕", 9.749999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnAd2.ForeColor = System.Drawing.Color.Black Me.btnAd2.Location = New System.Drawing.Point(483, 100) Me.btnAd2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnAd2.Name = "btnAd2" Me.btnAd2.Size = New System.Drawing.Size(89, 39) Me.btnAd2.TabIndex = 18 Me.btnAd2.Text = "찾아보기" Me.btnAd2.UseVisualStyleBackColor = True ' 'txbtext2 ' Me.txbtext2.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbtext2.Location = New System.Drawing.Point(150, 150) Me.txbtext2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbtext2.Name = "txbtext2" Me.txbtext2.Size = New System.Drawing.Size(326, 42) Me.txbtext2.TabIndex = 17 Me.txbtext2.Text = "cardNum" ' 'lbtext2 ' Me.lbtext2.AutoSize = True Me.lbtext2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbtext2.ForeColor = System.Drawing.Color.Black Me.lbtext2.Location = New System.Drawing.Point(29, 156) Me.lbtext2.Name = "lbtext2" Me.lbtext2.Size = New System.Drawing.Size(129, 32) Me.lbtext2.TabIndex = 16 Me.lbtext2.Text = "텍스트변수" ' 'btnprint2 ' Me.btnprint2.Font = New System.Drawing.Font("함초롬바탕", 9.749999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnprint2.ForeColor = System.Drawing.Color.Black Me.btnprint2.Location = New System.Drawing.Point(483, 46) Me.btnprint2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnprint2.Name = "btnprint2" Me.btnprint2.Size = New System.Drawing.Size(89, 39) Me.btnprint2.TabIndex = 2 Me.btnprint2.Text = "변경" Me.btnprint2.UseVisualStyleBackColor = True ' 'txblabel2 ' Me.txblabel2.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txblabel2.Location = New System.Drawing.Point(150, 98) Me.txblabel2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txblabel2.Name = "txblabel2" Me.txblabel2.Size = New System.Drawing.Size(326, 42) Me.txblabel2.TabIndex = 15 Me.txblabel2.Text = "\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\DUALSONIC_INFO_SET_V1.0_230209(배포_SN제거)\" & "DUALSONIC_INFO_SET_V1.0_230209(프린터 기능 추가)\bin\Debug\Config\warranty.lbx" ' 'lblabel2 ' Me.lblabel2.AutoSize = True Me.lblabel2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblabel2.ForeColor = System.Drawing.Color.Black Me.lblabel2.Location = New System.Drawing.Point(8, 104) Me.lblabel2.Name = "lblabel2" Me.lblabel2.Size = New System.Drawing.Size(152, 32) Me.lblabel2.TabIndex = 14 Me.lblabel2.Text = "라벨파일주소" ' 'txbname2 ' Me.txbname2.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbname2.Location = New System.Drawing.Point(150, 45) Me.txbname2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbname2.Name = "txbname2" Me.txbname2.Size = New System.Drawing.Size(326, 42) Me.txbname2.TabIndex = 13 Me.txbname2.Text = "Brother PT-P700 (1 복사)" ' 'lbname2 ' Me.lbname2.AutoSize = True Me.lbname2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbname2.ForeColor = System.Drawing.Color.Black Me.lbname2.Location = New System.Drawing.Point(49, 51) Me.lbname2.Name = "lbname2" Me.lbname2.Size = New System.Drawing.Size(106, 32) Me.lbname2.TabIndex = 12 Me.lbname2.Text = "프린트명" ' 'gbPrint1 ' Me.gbPrint1.Controls.Add(Me.btnSingle1) Me.gbPrint1.Controls.Add(Me.btnAd1) Me.gbPrint1.Controls.Add(Me.txbSingle1) Me.gbPrint1.Controls.Add(Me.lbSingle1) Me.gbPrint1.Controls.Add(Me.txbtext1) Me.gbPrint1.Controls.Add(Me.lbtext1) Me.gbPrint1.Controls.Add(Me.txbbarcode1) Me.gbPrint1.Controls.Add(Me.btnPrint1) Me.gbPrint1.Controls.Add(Me.lbbarcode1) Me.gbPrint1.Controls.Add(Me.txblabel1) Me.gbPrint1.Controls.Add(Me.lblabel1) Me.gbPrint1.Controls.Add(Me.txbname1) Me.gbPrint1.Controls.Add(Me.lbname1) Me.gbPrint1.Location = New System.Drawing.Point(480, 20) Me.gbPrint1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrint1.Name = "gbPrint1" Me.gbPrint1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrint1.Size = New System.Drawing.Size(579, 401) Me.gbPrint1.TabIndex = 3 Me.gbPrint1.TabStop = False Me.gbPrint1.Text = "박스 바코드 정보" ' 'btnSingle1 ' Me.btnSingle1.Font = New System.Drawing.Font("함초롬바탕", 9.749999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnSingle1.ForeColor = System.Drawing.Color.Black Me.btnSingle1.Location = New System.Drawing.Point(483, 188) Me.btnSingle1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnSingle1.Name = "btnSingle1" Me.btnSingle1.Size = New System.Drawing.Size(89, 39) Me.btnSingle1.TabIndex = 14 Me.btnSingle1.Text = "찾아보기" Me.btnSingle1.UseVisualStyleBackColor = True ' 'btnAd1 ' Me.btnAd1.Font = New System.Drawing.Font("함초롬바탕", 9.749999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnAd1.ForeColor = System.Drawing.Color.Black Me.btnAd1.Location = New System.Drawing.Point(483, 125) Me.btnAd1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnAd1.Name = "btnAd1" Me.btnAd1.Size = New System.Drawing.Size(89, 39) Me.btnAd1.TabIndex = 11 Me.btnAd1.Text = "찾아보기" Me.btnAd1.UseVisualStyleBackColor = True ' 'txbSingle1 ' Me.txbSingle1.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbSingle1.Location = New System.Drawing.Point(150, 184) Me.txbSingle1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbSingle1.Name = "txbSingle1" Me.txbSingle1.Size = New System.Drawing.Size(326, 42) Me.txbSingle1.TabIndex = 13 Me.txbSingle1.Text = "\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\DUALSONIC_INFO_SET_V1.0_230209(배포_SN제거)\" & "DUALSONIC_INFO_SET_V1.0_230209(프린터 기능 추가)\bin\Debug\Config\boxbarcode.lbx" ' 'lbSingle1 ' Me.lbSingle1.AutoSize = True Me.lbSingle1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbSingle1.ForeColor = System.Drawing.Color.Black Me.lbSingle1.Location = New System.Drawing.Point(8, 190) Me.lbSingle1.Name = "lbSingle1" Me.lbSingle1.Size = New System.Drawing.Size(152, 32) Me.lbSingle1.TabIndex = 12 Me.lbSingle1.Text = "단품라벨파일" ' 'txbtext1 ' Me.txbtext1.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbtext1.Location = New System.Drawing.Point(150, 308) Me.txbtext1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbtext1.Name = "txbtext1" Me.txbtext1.Size = New System.Drawing.Size(326, 42) Me.txbtext1.TabIndex = 10 Me.txbtext1.Text = "Barcode_Number" ' 'lbtext1 ' Me.lbtext1.AutoSize = True Me.lbtext1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbtext1.ForeColor = System.Drawing.Color.Black Me.lbtext1.Location = New System.Drawing.Point(29, 314) Me.lbtext1.Name = "lbtext1" Me.lbtext1.Size = New System.Drawing.Size(129, 32) Me.lbtext1.TabIndex = 9 Me.lbtext1.Text = "텍스트변수" ' 'txbbarcode1 ' Me.txbbarcode1.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbbarcode1.Location = New System.Drawing.Point(150, 246) Me.txbbarcode1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbbarcode1.Name = "txbbarcode1" Me.txbbarcode1.Size = New System.Drawing.Size(326, 42) Me.txbbarcode1.TabIndex = 8 Me.txbbarcode1.Text = "Barcode_Image" ' 'btnPrint1 ' Me.btnPrint1.Font = New System.Drawing.Font("함초롬바탕", 9.749999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnPrint1.ForeColor = System.Drawing.Color.Black Me.btnPrint1.Location = New System.Drawing.Point(483, 61) Me.btnPrint1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnPrint1.Name = "btnPrint1" Me.btnPrint1.Size = New System.Drawing.Size(89, 39) Me.btnPrint1.TabIndex = 1 Me.btnPrint1.Text = "변경" Me.btnPrint1.UseVisualStyleBackColor = True ' 'lbbarcode1 ' Me.lbbarcode1.AutoSize = True Me.lbbarcode1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbbarcode1.ForeColor = System.Drawing.Color.Black Me.lbbarcode1.Location = New System.Drawing.Point(29, 252) Me.lbbarcode1.Name = "lbbarcode1" Me.lbbarcode1.Size = New System.Drawing.Size(129, 32) Me.lbbarcode1.TabIndex = 7 Me.lbbarcode1.Text = "바코드변수" ' 'txblabel1 ' Me.txblabel1.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txblabel1.Location = New System.Drawing.Point(150, 121) Me.txblabel1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txblabel1.Name = "txblabel1" Me.txblabel1.Size = New System.Drawing.Size(326, 42) Me.txblabel1.TabIndex = 6 Me.txblabel1.Text = "\\192.168.1.251\homes\박석태\소프트웨어\제작 소프트웨어\DUALSONIC_INFO_SET_V1.0_230209(배포_SN제거)\" & "DUALSONIC_INFO_SET_V1.0_230209(프린터 기능 추가)\bin\Debug\Config\boxbarcode.lbx" ' 'lblabel1 ' Me.lblabel1.AutoSize = True Me.lblabel1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblabel1.ForeColor = System.Drawing.Color.Black Me.lblabel1.Location = New System.Drawing.Point(8, 128) Me.lblabel1.Name = "lblabel1" Me.lblabel1.Size = New System.Drawing.Size(152, 32) Me.lblabel1.TabIndex = 5 Me.lblabel1.Text = "세트라벨파일" ' 'txbname1 ' Me.txbname1.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbname1.Location = New System.Drawing.Point(150, 59) Me.txbname1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbname1.Name = "txbname1" Me.txbname1.Size = New System.Drawing.Size(326, 42) Me.txbname1.TabIndex = 4 Me.txbname1.Text = "Brother PT-P700" ' 'lbname1 ' Me.lbname1.AutoSize = True Me.lbname1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbname1.ForeColor = System.Drawing.Color.Black Me.lbname1.Location = New System.Drawing.Point(49, 65) Me.lbname1.Name = "lbname1" Me.lbname1.Size = New System.Drawing.Size(106, 32) Me.lbname1.TabIndex = 0 Me.lbname1.Text = "프린트명" ' 'dgvPrinter ' Me.dgvPrinter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvPrinter.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dfNumber, Me.dfPrinter}) Me.dgvPrinter.Location = New System.Drawing.Point(14, 54) Me.dgvPrinter.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.dgvPrinter.Name = "dgvPrinter" Me.dgvPrinter.RowHeadersWidth = 51 Me.dgvPrinter.RowTemplate.Height = 23 Me.dgvPrinter.Size = New System.Drawing.Size(450, 532) Me.dgvPrinter.TabIndex = 0 ' 'dfNumber ' Me.dfNumber.HeaderText = "No." Me.dfNumber.MinimumWidth = 6 Me.dfNumber.Name = "dfNumber" Me.dfNumber.Width = 125 ' 'dfPrinter ' Me.dfPrinter.HeaderText = "Printer Name" Me.dfPrinter.MinimumWidth = 6 Me.dfPrinter.Name = "dfPrinter" Me.dfPrinter.Width = 250 ' 'gpbItemSelect ' Me.gpbItemSelect.Controls.Add(Me.pnlItemSelect) Me.gpbItemSelect.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.gpbItemSelect.Location = New System.Drawing.Point(23, 160) Me.gpbItemSelect.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbItemSelect.Name = "gpbItemSelect" Me.gpbItemSelect.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbItemSelect.Size = New System.Drawing.Size(1066, 975) Me.gpbItemSelect.TabIndex = 119 Me.gpbItemSelect.TabStop = False Me.gpbItemSelect.Text = "사양 선택 항목" ' 'pnlItemSelect ' Me.pnlItemSelect.BackColor = System.Drawing.SystemColors.ActiveCaption Me.pnlItemSelect.Controls.Add(Me.Panel18) Me.pnlItemSelect.Controls.Add(Me.Panel19) Me.pnlItemSelect.Controls.Add(Me.Panel20) Me.pnlItemSelect.Controls.Add(Me.Panel21) Me.pnlItemSelect.Controls.Add(Me.Panel22) Me.pnlItemSelect.Controls.Add(Me.Panel23) Me.pnlItemSelect.Controls.Add(Me.Panel24) Me.pnlItemSelect.Controls.Add(Me.Panel25) Me.pnlItemSelect.Controls.Add(Me.Panel26) Me.pnlItemSelect.Controls.Add(Me.Panel27) Me.pnlItemSelect.Controls.Add(Me.Panel28) Me.pnlItemSelect.Controls.Add(Me.Panel29) Me.pnlItemSelect.Controls.Add(Me.Panel30) Me.pnlItemSelect.Controls.Add(Me.Panel31) Me.pnlItemSelect.Controls.Add(Me.Panel32) Me.pnlItemSelect.Controls.Add(Me.Panel33) Me.pnlItemSelect.Location = New System.Drawing.Point(11, 50) Me.pnlItemSelect.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlItemSelect.Name = "pnlItemSelect" Me.pnlItemSelect.Size = New System.Drawing.Size(1043, 912) Me.pnlItemSelect.TabIndex = 0 ' 'Panel18 ' Me.Panel18.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel18.Controls.Add(Me.Label1) Me.Panel18.Controls.Add(Me.Label23) Me.Panel18.Controls.Add(Me.Label24) Me.Panel18.Controls.Add(Me.Label25) Me.Panel18.Controls.Add(Me.Label26) Me.Panel18.Controls.Add(Me.Label27) Me.Panel18.Controls.Add(Me.Label28) Me.Panel18.Location = New System.Drawing.Point(6, 6) Me.Panel18.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel18.Name = "Panel18" Me.Panel18.Size = New System.Drawing.Size(1031, 50) Me.Panel18.TabIndex = 69 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label1.Location = New System.Drawing.Point(451, 10) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(68, 27) Me.Label1.TabIndex = 27 Me.Label1.Text = "모델" ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label23.Location = New System.Drawing.Point(920, 11) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(96, 27) Me.Label23.TabIndex = 26 Me.Label23.Text = "대리점" ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label24.Location = New System.Drawing.Point(789, 10) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(124, 27) Me.Label24.TabIndex = 25 Me.Label24.Text = "국가코드" ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label25.Location = New System.Drawing.Point(674, 10) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(122, 27) Me.Label25.TabIndex = 24 Me.Label25.Text = "EYE샷수" ' 'Label26 ' Me.Label26.AutoSize = True Me.Label26.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label26.Location = New System.Drawing.Point(208, 10) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(96, 27) Me.Label26.TabIndex = 23 Me.Label26.Text = "사양명" ' 'Label27 ' Me.Label27.AutoSize = True Me.Label27.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label27.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label27.Location = New System.Drawing.Point(549, 10) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(141, 27) Me.Label27.TabIndex = 22 Me.Label27.Text = "FACE샷수" ' 'Label28 ' Me.Label28.AutoSize = True Me.Label28.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label28.Location = New System.Drawing.Point(15, 10) Me.Label28.Name = "Label28" Me.Label28.Size = New System.Drawing.Size(68, 27) Me.Label28.TabIndex = 21 Me.Label28.Text = "번호" ' 'Panel19 ' Me.Panel19.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel19.Controls.Add(Me.txbItemSelectModel15) Me.Panel19.Controls.Add(Me.ItemSelectAgency15) Me.Panel19.Controls.Add(Me.ItemSelectAbroad15) Me.Panel19.Controls.Add(Me.ItemSelectFace15) Me.Panel19.Controls.Add(Me.ItemSelectEye15) Me.Panel19.Controls.Add(Me.ItemSelectItem15) Me.Panel19.Controls.Add(Me.Label29) Me.Panel19.Location = New System.Drawing.Point(6, 850) Me.Panel19.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel19.Name = "Panel19" Me.Panel19.Size = New System.Drawing.Size(1031, 50) Me.Panel19.TabIndex = 83 ' 'txbItemSelectModel15 ' Me.txbItemSelectModel15.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel15.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel15.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel15.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel15.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel15.Name = "txbItemSelectModel15" Me.txbItemSelectModel15.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel15.TabIndex = 29 Me.txbItemSelectModel15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency15 ' Me.ItemSelectAgency15.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency15.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency15.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency15.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency15.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency15.Name = "ItemSelectAgency15" Me.ItemSelectAgency15.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency15.TabIndex = 28 Me.ItemSelectAgency15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad15 ' Me.ItemSelectAbroad15.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad15.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad15.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad15.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad15.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad15.Name = "ItemSelectAbroad15" Me.ItemSelectAbroad15.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad15.TabIndex = 25 Me.ItemSelectAbroad15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace15 ' Me.ItemSelectFace15.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace15.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace15.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace15.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace15.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace15.Name = "ItemSelectFace15" Me.ItemSelectFace15.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace15.TabIndex = 24 Me.ItemSelectFace15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye15 ' Me.ItemSelectEye15.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye15.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye15.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye15.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye15.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye15.Name = "ItemSelectEye15" Me.ItemSelectEye15.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye15.TabIndex = 23 Me.ItemSelectEye15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem15 ' Me.ItemSelectItem15.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem15.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem15.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem15.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem15.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem15.Name = "ItemSelectItem15" Me.ItemSelectItem15.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem15.TabIndex = 22 Me.ItemSelectItem15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label29 ' Me.Label29.AutoSize = True Me.Label29.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label29.Location = New System.Drawing.Point(8, 10) Me.Label29.Name = "Label29" Me.Label29.Size = New System.Drawing.Size(80, 30) Me.Label29.TabIndex = 21 Me.Label29.Text = "15번" ' 'Panel20 ' Me.Panel20.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel20.Controls.Add(Me.txbItemSelectModel14) Me.Panel20.Controls.Add(Me.ItemSelectAgency14) Me.Panel20.Controls.Add(Me.ItemSelectAbroad14) Me.Panel20.Controls.Add(Me.ItemSelectFace14) Me.Panel20.Controls.Add(Me.ItemSelectEye14) Me.Panel20.Controls.Add(Me.ItemSelectItem14) Me.Panel20.Controls.Add(Me.Label30) Me.Panel20.Location = New System.Drawing.Point(6, 794) Me.Panel20.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel20.Name = "Panel20" Me.Panel20.Size = New System.Drawing.Size(1031, 50) Me.Panel20.TabIndex = 82 ' 'txbItemSelectModel14 ' Me.txbItemSelectModel14.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel14.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel14.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel14.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel14.Name = "txbItemSelectModel14" Me.txbItemSelectModel14.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel14.TabIndex = 29 Me.txbItemSelectModel14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency14 ' Me.ItemSelectAgency14.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency14.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency14.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency14.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency14.Name = "ItemSelectAgency14" Me.ItemSelectAgency14.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency14.TabIndex = 28 Me.ItemSelectAgency14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad14 ' Me.ItemSelectAbroad14.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad14.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad14.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad14.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad14.Name = "ItemSelectAbroad14" Me.ItemSelectAbroad14.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad14.TabIndex = 25 Me.ItemSelectAbroad14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace14 ' Me.ItemSelectFace14.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace14.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace14.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace14.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace14.Name = "ItemSelectFace14" Me.ItemSelectFace14.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace14.TabIndex = 24 Me.ItemSelectFace14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye14 ' Me.ItemSelectEye14.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye14.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye14.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye14.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye14.Name = "ItemSelectEye14" Me.ItemSelectEye14.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye14.TabIndex = 23 Me.ItemSelectEye14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem14 ' Me.ItemSelectItem14.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem14.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem14.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem14.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem14.Name = "ItemSelectItem14" Me.ItemSelectItem14.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem14.TabIndex = 22 Me.ItemSelectItem14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label30 ' Me.Label30.AutoSize = True Me.Label30.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label30.Location = New System.Drawing.Point(8, 10) Me.Label30.Name = "Label30" Me.Label30.Size = New System.Drawing.Size(80, 30) Me.Label30.TabIndex = 21 Me.Label30.Text = "14번" ' 'Panel21 ' Me.Panel21.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel21.Controls.Add(Me.txbItemSelectModel13) Me.Panel21.Controls.Add(Me.ItemSelectAgency13) Me.Panel21.Controls.Add(Me.ItemSelectAbroad13) Me.Panel21.Controls.Add(Me.ItemSelectFace13) Me.Panel21.Controls.Add(Me.ItemSelectEye13) Me.Panel21.Controls.Add(Me.ItemSelectItem13) Me.Panel21.Controls.Add(Me.Label31) Me.Panel21.Location = New System.Drawing.Point(6, 738) Me.Panel21.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel21.Name = "Panel21" Me.Panel21.Size = New System.Drawing.Size(1031, 50) Me.Panel21.TabIndex = 81 ' 'txbItemSelectModel13 ' Me.txbItemSelectModel13.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel13.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel13.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel13.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel13.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel13.Name = "txbItemSelectModel13" Me.txbItemSelectModel13.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel13.TabIndex = 29 Me.txbItemSelectModel13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency13 ' Me.ItemSelectAgency13.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency13.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency13.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency13.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency13.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency13.Name = "ItemSelectAgency13" Me.ItemSelectAgency13.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency13.TabIndex = 28 Me.ItemSelectAgency13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad13 ' Me.ItemSelectAbroad13.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad13.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad13.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad13.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad13.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad13.Name = "ItemSelectAbroad13" Me.ItemSelectAbroad13.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad13.TabIndex = 25 Me.ItemSelectAbroad13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace13 ' Me.ItemSelectFace13.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace13.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace13.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace13.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace13.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace13.Name = "ItemSelectFace13" Me.ItemSelectFace13.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace13.TabIndex = 24 Me.ItemSelectFace13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye13 ' Me.ItemSelectEye13.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye13.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye13.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye13.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye13.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye13.Name = "ItemSelectEye13" Me.ItemSelectEye13.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye13.TabIndex = 23 Me.ItemSelectEye13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem13 ' Me.ItemSelectItem13.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem13.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem13.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem13.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem13.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem13.Name = "ItemSelectItem13" Me.ItemSelectItem13.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem13.TabIndex = 22 Me.ItemSelectItem13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label31 ' Me.Label31.AutoSize = True Me.Label31.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label31.Location = New System.Drawing.Point(8, 10) Me.Label31.Name = "Label31" Me.Label31.Size = New System.Drawing.Size(80, 30) Me.Label31.TabIndex = 21 Me.Label31.Text = "13번" ' 'Panel22 ' Me.Panel22.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel22.Controls.Add(Me.txbItemSelectModel12) Me.Panel22.Controls.Add(Me.ItemSelectAgency12) Me.Panel22.Controls.Add(Me.ItemSelectAbroad12) Me.Panel22.Controls.Add(Me.ItemSelectFace12) Me.Panel22.Controls.Add(Me.ItemSelectEye12) Me.Panel22.Controls.Add(Me.ItemSelectItem12) Me.Panel22.Controls.Add(Me.Label32) Me.Panel22.Location = New System.Drawing.Point(6, 681) Me.Panel22.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel22.Name = "Panel22" Me.Panel22.Size = New System.Drawing.Size(1031, 50) Me.Panel22.TabIndex = 80 ' 'txbItemSelectModel12 ' Me.txbItemSelectModel12.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel12.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel12.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel12.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel12.Name = "txbItemSelectModel12" Me.txbItemSelectModel12.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel12.TabIndex = 29 Me.txbItemSelectModel12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency12 ' Me.ItemSelectAgency12.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency12.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency12.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency12.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency12.Name = "ItemSelectAgency12" Me.ItemSelectAgency12.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency12.TabIndex = 28 Me.ItemSelectAgency12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad12 ' Me.ItemSelectAbroad12.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad12.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad12.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad12.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad12.Name = "ItemSelectAbroad12" Me.ItemSelectAbroad12.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad12.TabIndex = 25 Me.ItemSelectAbroad12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace12 ' Me.ItemSelectFace12.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace12.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace12.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace12.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace12.Name = "ItemSelectFace12" Me.ItemSelectFace12.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace12.TabIndex = 24 Me.ItemSelectFace12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye12 ' Me.ItemSelectEye12.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye12.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye12.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye12.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye12.Name = "ItemSelectEye12" Me.ItemSelectEye12.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye12.TabIndex = 23 Me.ItemSelectEye12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem12 ' Me.ItemSelectItem12.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem12.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem12.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem12.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem12.Name = "ItemSelectItem12" Me.ItemSelectItem12.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem12.TabIndex = 22 Me.ItemSelectItem12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label32 ' Me.Label32.AutoSize = True Me.Label32.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label32.Location = New System.Drawing.Point(8, 10) Me.Label32.Name = "Label32" Me.Label32.Size = New System.Drawing.Size(80, 30) Me.Label32.TabIndex = 21 Me.Label32.Text = "12번" ' 'Panel23 ' Me.Panel23.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel23.Controls.Add(Me.txbItemSelectModel11) Me.Panel23.Controls.Add(Me.ItemSelectAgency11) Me.Panel23.Controls.Add(Me.ItemSelectAbroad11) Me.Panel23.Controls.Add(Me.ItemSelectFace11) Me.Panel23.Controls.Add(Me.ItemSelectEye11) Me.Panel23.Controls.Add(Me.ItemSelectItem11) Me.Panel23.Controls.Add(Me.Label33) Me.Panel23.Location = New System.Drawing.Point(6, 625) Me.Panel23.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel23.Name = "Panel23" Me.Panel23.Size = New System.Drawing.Size(1031, 50) Me.Panel23.TabIndex = 79 ' 'txbItemSelectModel11 ' Me.txbItemSelectModel11.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel11.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel11.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel11.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel11.Name = "txbItemSelectModel11" Me.txbItemSelectModel11.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel11.TabIndex = 29 Me.txbItemSelectModel11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency11 ' Me.ItemSelectAgency11.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency11.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency11.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency11.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency11.Name = "ItemSelectAgency11" Me.ItemSelectAgency11.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency11.TabIndex = 28 Me.ItemSelectAgency11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad11 ' Me.ItemSelectAbroad11.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad11.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad11.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad11.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad11.Name = "ItemSelectAbroad11" Me.ItemSelectAbroad11.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad11.TabIndex = 25 Me.ItemSelectAbroad11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace11 ' Me.ItemSelectFace11.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace11.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace11.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace11.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace11.Name = "ItemSelectFace11" Me.ItemSelectFace11.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace11.TabIndex = 24 Me.ItemSelectFace11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye11 ' Me.ItemSelectEye11.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye11.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye11.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye11.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye11.Name = "ItemSelectEye11" Me.ItemSelectEye11.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye11.TabIndex = 23 Me.ItemSelectEye11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem11 ' Me.ItemSelectItem11.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem11.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem11.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem11.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem11.Name = "ItemSelectItem11" Me.ItemSelectItem11.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem11.TabIndex = 22 Me.ItemSelectItem11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label33 ' Me.Label33.AutoSize = True Me.Label33.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label33.Location = New System.Drawing.Point(8, 10) Me.Label33.Name = "Label33" Me.Label33.Size = New System.Drawing.Size(80, 30) Me.Label33.TabIndex = 21 Me.Label33.Text = "11번" ' 'Panel24 ' Me.Panel24.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel24.Controls.Add(Me.txbItemSelectModel10) Me.Panel24.Controls.Add(Me.ItemSelectAgency10) Me.Panel24.Controls.Add(Me.ItemSelectAbroad10) Me.Panel24.Controls.Add(Me.ItemSelectFace10) Me.Panel24.Controls.Add(Me.ItemSelectEye10) Me.Panel24.Controls.Add(Me.ItemSelectItem10) Me.Panel24.Controls.Add(Me.Label34) Me.Panel24.Location = New System.Drawing.Point(6, 569) Me.Panel24.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel24.Name = "Panel24" Me.Panel24.Size = New System.Drawing.Size(1031, 50) Me.Panel24.TabIndex = 78 ' 'txbItemSelectModel10 ' Me.txbItemSelectModel10.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel10.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel10.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel10.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel10.Name = "txbItemSelectModel10" Me.txbItemSelectModel10.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel10.TabIndex = 29 Me.txbItemSelectModel10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency10 ' Me.ItemSelectAgency10.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency10.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency10.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency10.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency10.Name = "ItemSelectAgency10" Me.ItemSelectAgency10.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency10.TabIndex = 28 Me.ItemSelectAgency10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad10 ' Me.ItemSelectAbroad10.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad10.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad10.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad10.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad10.Name = "ItemSelectAbroad10" Me.ItemSelectAbroad10.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad10.TabIndex = 25 Me.ItemSelectAbroad10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace10 ' Me.ItemSelectFace10.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace10.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace10.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace10.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace10.Name = "ItemSelectFace10" Me.ItemSelectFace10.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace10.TabIndex = 24 Me.ItemSelectFace10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye10 ' Me.ItemSelectEye10.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye10.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye10.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye10.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye10.Name = "ItemSelectEye10" Me.ItemSelectEye10.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye10.TabIndex = 23 Me.ItemSelectEye10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem10 ' Me.ItemSelectItem10.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem10.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem10.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem10.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem10.Name = "ItemSelectItem10" Me.ItemSelectItem10.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem10.TabIndex = 22 Me.ItemSelectItem10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label34 ' Me.Label34.AutoSize = True Me.Label34.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label34.Location = New System.Drawing.Point(8, 10) Me.Label34.Name = "Label34" Me.Label34.Size = New System.Drawing.Size(80, 30) Me.Label34.TabIndex = 21 Me.Label34.Text = "10번" ' 'Panel25 ' Me.Panel25.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel25.Controls.Add(Me.txbItemSelectModel09) Me.Panel25.Controls.Add(Me.ItemSelectAgency09) Me.Panel25.Controls.Add(Me.ItemSelectAbroad09) Me.Panel25.Controls.Add(Me.ItemSelectFace09) Me.Panel25.Controls.Add(Me.ItemSelectEye09) Me.Panel25.Controls.Add(Me.ItemSelectItem09) Me.Panel25.Controls.Add(Me.Label35) Me.Panel25.Location = New System.Drawing.Point(6, 512) Me.Panel25.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel25.Name = "Panel25" Me.Panel25.Size = New System.Drawing.Size(1031, 50) Me.Panel25.TabIndex = 77 ' 'txbItemSelectModel09 ' Me.txbItemSelectModel09.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel09.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel09.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel09.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel09.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel09.Name = "txbItemSelectModel09" Me.txbItemSelectModel09.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel09.TabIndex = 29 Me.txbItemSelectModel09.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency09 ' Me.ItemSelectAgency09.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency09.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency09.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency09.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency09.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency09.Name = "ItemSelectAgency09" Me.ItemSelectAgency09.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency09.TabIndex = 28 Me.ItemSelectAgency09.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad09 ' Me.ItemSelectAbroad09.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad09.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad09.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad09.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad09.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad09.Name = "ItemSelectAbroad09" Me.ItemSelectAbroad09.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad09.TabIndex = 25 Me.ItemSelectAbroad09.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace09 ' Me.ItemSelectFace09.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace09.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace09.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace09.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace09.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace09.Name = "ItemSelectFace09" Me.ItemSelectFace09.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace09.TabIndex = 24 Me.ItemSelectFace09.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye09 ' Me.ItemSelectEye09.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye09.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye09.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye09.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye09.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye09.Name = "ItemSelectEye09" Me.ItemSelectEye09.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye09.TabIndex = 23 Me.ItemSelectEye09.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem09 ' Me.ItemSelectItem09.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem09.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem09.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem09.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem09.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem09.Name = "ItemSelectItem09" Me.ItemSelectItem09.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem09.TabIndex = 22 Me.ItemSelectItem09.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label35 ' Me.Label35.AutoSize = True Me.Label35.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label35.Location = New System.Drawing.Point(23, 10) Me.Label35.Name = "Label35" Me.Label35.Size = New System.Drawing.Size(62, 30) Me.Label35.TabIndex = 21 Me.Label35.Text = "9번" ' 'Panel26 ' Me.Panel26.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel26.Controls.Add(Me.txbItemSelectModel08) Me.Panel26.Controls.Add(Me.ItemSelectAgency08) Me.Panel26.Controls.Add(Me.ItemSelectAbroad08) Me.Panel26.Controls.Add(Me.ItemSelectFace08) Me.Panel26.Controls.Add(Me.ItemSelectEye08) Me.Panel26.Controls.Add(Me.ItemSelectItem08) Me.Panel26.Controls.Add(Me.Label36) Me.Panel26.Location = New System.Drawing.Point(6, 456) Me.Panel26.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel26.Name = "Panel26" Me.Panel26.Size = New System.Drawing.Size(1031, 50) Me.Panel26.TabIndex = 76 ' 'txbItemSelectModel08 ' Me.txbItemSelectModel08.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel08.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel08.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel08.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel08.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel08.Name = "txbItemSelectModel08" Me.txbItemSelectModel08.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel08.TabIndex = 29 Me.txbItemSelectModel08.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency08 ' Me.ItemSelectAgency08.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency08.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency08.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency08.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency08.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency08.Name = "ItemSelectAgency08" Me.ItemSelectAgency08.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency08.TabIndex = 28 Me.ItemSelectAgency08.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad08 ' Me.ItemSelectAbroad08.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad08.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad08.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad08.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad08.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad08.Name = "ItemSelectAbroad08" Me.ItemSelectAbroad08.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad08.TabIndex = 25 Me.ItemSelectAbroad08.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace08 ' Me.ItemSelectFace08.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace08.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace08.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace08.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace08.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace08.Name = "ItemSelectFace08" Me.ItemSelectFace08.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace08.TabIndex = 24 Me.ItemSelectFace08.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye08 ' Me.ItemSelectEye08.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye08.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye08.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye08.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye08.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye08.Name = "ItemSelectEye08" Me.ItemSelectEye08.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye08.TabIndex = 23 Me.ItemSelectEye08.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem08 ' Me.ItemSelectItem08.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem08.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem08.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem08.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem08.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem08.Name = "ItemSelectItem08" Me.ItemSelectItem08.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem08.TabIndex = 22 Me.ItemSelectItem08.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label36 ' Me.Label36.AutoSize = True Me.Label36.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label36.Location = New System.Drawing.Point(23, 10) Me.Label36.Name = "Label36" Me.Label36.Size = New System.Drawing.Size(62, 30) Me.Label36.TabIndex = 21 Me.Label36.Text = "8번" ' 'Panel27 ' Me.Panel27.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel27.Controls.Add(Me.txbItemSelectModel07) Me.Panel27.Controls.Add(Me.ItemSelectAgency07) Me.Panel27.Controls.Add(Me.ItemSelectAbroad07) Me.Panel27.Controls.Add(Me.ItemSelectFace07) Me.Panel27.Controls.Add(Me.ItemSelectEye07) Me.Panel27.Controls.Add(Me.ItemSelectItem07) Me.Panel27.Controls.Add(Me.Label37) Me.Panel27.Location = New System.Drawing.Point(6, 400) Me.Panel27.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel27.Name = "Panel27" Me.Panel27.Size = New System.Drawing.Size(1031, 50) Me.Panel27.TabIndex = 75 ' 'txbItemSelectModel07 ' Me.txbItemSelectModel07.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel07.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel07.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel07.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel07.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel07.Name = "txbItemSelectModel07" Me.txbItemSelectModel07.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel07.TabIndex = 29 Me.txbItemSelectModel07.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency07 ' Me.ItemSelectAgency07.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency07.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency07.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency07.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency07.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency07.Name = "ItemSelectAgency07" Me.ItemSelectAgency07.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency07.TabIndex = 28 Me.ItemSelectAgency07.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad07 ' Me.ItemSelectAbroad07.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad07.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad07.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad07.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad07.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad07.Name = "ItemSelectAbroad07" Me.ItemSelectAbroad07.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad07.TabIndex = 25 Me.ItemSelectAbroad07.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace07 ' Me.ItemSelectFace07.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace07.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace07.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace07.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace07.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace07.Name = "ItemSelectFace07" Me.ItemSelectFace07.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace07.TabIndex = 24 Me.ItemSelectFace07.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye07 ' Me.ItemSelectEye07.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye07.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye07.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye07.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye07.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye07.Name = "ItemSelectEye07" Me.ItemSelectEye07.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye07.TabIndex = 23 Me.ItemSelectEye07.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem07 ' Me.ItemSelectItem07.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem07.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem07.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem07.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem07.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem07.Name = "ItemSelectItem07" Me.ItemSelectItem07.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem07.TabIndex = 22 Me.ItemSelectItem07.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label37 ' Me.Label37.AutoSize = True Me.Label37.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label37.Location = New System.Drawing.Point(23, 10) Me.Label37.Name = "Label37" Me.Label37.Size = New System.Drawing.Size(62, 30) Me.Label37.TabIndex = 21 Me.Label37.Text = "7번" ' 'Panel28 ' Me.Panel28.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel28.Controls.Add(Me.txbItemSelectModel06) Me.Panel28.Controls.Add(Me.ItemSelectAgency06) Me.Panel28.Controls.Add(Me.ItemSelectAbroad06) Me.Panel28.Controls.Add(Me.ItemSelectFace06) Me.Panel28.Controls.Add(Me.ItemSelectEye06) Me.Panel28.Controls.Add(Me.ItemSelectItem06) Me.Panel28.Controls.Add(Me.Label38) Me.Panel28.Location = New System.Drawing.Point(6, 344) Me.Panel28.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel28.Name = "Panel28" Me.Panel28.Size = New System.Drawing.Size(1031, 50) Me.Panel28.TabIndex = 74 ' 'txbItemSelectModel06 ' Me.txbItemSelectModel06.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel06.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel06.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel06.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel06.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel06.Name = "txbItemSelectModel06" Me.txbItemSelectModel06.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel06.TabIndex = 29 Me.txbItemSelectModel06.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency06 ' Me.ItemSelectAgency06.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency06.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency06.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency06.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency06.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency06.Name = "ItemSelectAgency06" Me.ItemSelectAgency06.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency06.TabIndex = 28 Me.ItemSelectAgency06.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad06 ' Me.ItemSelectAbroad06.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad06.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad06.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad06.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad06.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad06.Name = "ItemSelectAbroad06" Me.ItemSelectAbroad06.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad06.TabIndex = 25 Me.ItemSelectAbroad06.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace06 ' Me.ItemSelectFace06.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace06.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace06.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace06.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace06.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace06.Name = "ItemSelectFace06" Me.ItemSelectFace06.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace06.TabIndex = 24 Me.ItemSelectFace06.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye06 ' Me.ItemSelectEye06.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye06.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye06.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye06.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye06.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye06.Name = "ItemSelectEye06" Me.ItemSelectEye06.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye06.TabIndex = 23 Me.ItemSelectEye06.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem06 ' Me.ItemSelectItem06.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem06.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem06.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem06.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem06.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem06.Name = "ItemSelectItem06" Me.ItemSelectItem06.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem06.TabIndex = 22 Me.ItemSelectItem06.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label38 ' Me.Label38.AutoSize = True Me.Label38.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label38.Location = New System.Drawing.Point(23, 10) Me.Label38.Name = "Label38" Me.Label38.Size = New System.Drawing.Size(62, 30) Me.Label38.TabIndex = 21 Me.Label38.Text = "6번" ' 'Panel29 ' Me.Panel29.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel29.Controls.Add(Me.txbItemSelectModel05) Me.Panel29.Controls.Add(Me.ItemSelectAgency05) Me.Panel29.Controls.Add(Me.ItemSelectAbroad05) Me.Panel29.Controls.Add(Me.ItemSelectFace05) Me.Panel29.Controls.Add(Me.ItemSelectEye05) Me.Panel29.Controls.Add(Me.ItemSelectItem05) Me.Panel29.Controls.Add(Me.Label39) Me.Panel29.Location = New System.Drawing.Point(6, 288) Me.Panel29.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel29.Name = "Panel29" Me.Panel29.Size = New System.Drawing.Size(1031, 50) Me.Panel29.TabIndex = 73 ' 'txbItemSelectModel05 ' Me.txbItemSelectModel05.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel05.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel05.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel05.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel05.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel05.Name = "txbItemSelectModel05" Me.txbItemSelectModel05.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel05.TabIndex = 29 Me.txbItemSelectModel05.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency05 ' Me.ItemSelectAgency05.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency05.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency05.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency05.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency05.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency05.Name = "ItemSelectAgency05" Me.ItemSelectAgency05.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency05.TabIndex = 28 Me.ItemSelectAgency05.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad05 ' Me.ItemSelectAbroad05.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad05.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad05.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad05.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad05.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad05.Name = "ItemSelectAbroad05" Me.ItemSelectAbroad05.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad05.TabIndex = 25 Me.ItemSelectAbroad05.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace05 ' Me.ItemSelectFace05.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace05.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace05.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace05.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace05.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace05.Name = "ItemSelectFace05" Me.ItemSelectFace05.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace05.TabIndex = 24 Me.ItemSelectFace05.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye05 ' Me.ItemSelectEye05.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye05.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye05.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye05.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye05.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye05.Name = "ItemSelectEye05" Me.ItemSelectEye05.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye05.TabIndex = 23 Me.ItemSelectEye05.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem05 ' Me.ItemSelectItem05.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem05.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem05.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem05.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem05.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem05.Name = "ItemSelectItem05" Me.ItemSelectItem05.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem05.TabIndex = 22 Me.ItemSelectItem05.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label39 ' Me.Label39.AutoSize = True Me.Label39.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label39.Location = New System.Drawing.Point(23, 10) Me.Label39.Name = "Label39" Me.Label39.Size = New System.Drawing.Size(62, 30) Me.Label39.TabIndex = 21 Me.Label39.Text = "5번" ' 'Panel30 ' Me.Panel30.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel30.Controls.Add(Me.txbItemSelectModel04) Me.Panel30.Controls.Add(Me.ItemSelectAgency04) Me.Panel30.Controls.Add(Me.ItemSelectAbroad04) Me.Panel30.Controls.Add(Me.ItemSelectFace04) Me.Panel30.Controls.Add(Me.ItemSelectEye04) Me.Panel30.Controls.Add(Me.ItemSelectItem04) Me.Panel30.Controls.Add(Me.Label40) Me.Panel30.Location = New System.Drawing.Point(6, 231) Me.Panel30.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel30.Name = "Panel30" Me.Panel30.Size = New System.Drawing.Size(1031, 50) Me.Panel30.TabIndex = 72 ' 'txbItemSelectModel04 ' Me.txbItemSelectModel04.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel04.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel04.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel04.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel04.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel04.Name = "txbItemSelectModel04" Me.txbItemSelectModel04.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel04.TabIndex = 29 Me.txbItemSelectModel04.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency04 ' Me.ItemSelectAgency04.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency04.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency04.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency04.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency04.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency04.Name = "ItemSelectAgency04" Me.ItemSelectAgency04.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency04.TabIndex = 28 Me.ItemSelectAgency04.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad04 ' Me.ItemSelectAbroad04.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad04.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad04.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad04.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad04.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad04.Name = "ItemSelectAbroad04" Me.ItemSelectAbroad04.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad04.TabIndex = 25 Me.ItemSelectAbroad04.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace04 ' Me.ItemSelectFace04.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace04.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace04.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace04.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace04.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace04.Name = "ItemSelectFace04" Me.ItemSelectFace04.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace04.TabIndex = 24 Me.ItemSelectFace04.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye04 ' Me.ItemSelectEye04.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye04.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye04.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye04.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye04.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye04.Name = "ItemSelectEye04" Me.ItemSelectEye04.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye04.TabIndex = 23 Me.ItemSelectEye04.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem04 ' Me.ItemSelectItem04.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem04.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem04.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem04.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem04.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem04.Name = "ItemSelectItem04" Me.ItemSelectItem04.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem04.TabIndex = 22 Me.ItemSelectItem04.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label40 ' Me.Label40.AutoSize = True Me.Label40.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label40.Location = New System.Drawing.Point(23, 10) Me.Label40.Name = "Label40" Me.Label40.Size = New System.Drawing.Size(62, 30) Me.Label40.TabIndex = 21 Me.Label40.Text = "4번" ' 'Panel31 ' Me.Panel31.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel31.Controls.Add(Me.txbItemSelectModel03) Me.Panel31.Controls.Add(Me.ItemSelectAgency03) Me.Panel31.Controls.Add(Me.ItemSelectAbroad03) Me.Panel31.Controls.Add(Me.ItemSelectFace03) Me.Panel31.Controls.Add(Me.ItemSelectEye03) Me.Panel31.Controls.Add(Me.ItemSelectItem03) Me.Panel31.Controls.Add(Me.Label41) Me.Panel31.Location = New System.Drawing.Point(6, 175) Me.Panel31.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel31.Name = "Panel31" Me.Panel31.Size = New System.Drawing.Size(1031, 50) Me.Panel31.TabIndex = 71 ' 'txbItemSelectModel03 ' Me.txbItemSelectModel03.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel03.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel03.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel03.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel03.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel03.Name = "txbItemSelectModel03" Me.txbItemSelectModel03.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel03.TabIndex = 29 Me.txbItemSelectModel03.Text = "LUX" Me.txbItemSelectModel03.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency03 ' Me.ItemSelectAgency03.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency03.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency03.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency03.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency03.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency03.Name = "ItemSelectAgency03" Me.ItemSelectAgency03.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency03.TabIndex = 28 Me.ItemSelectAgency03.Text = "0" Me.ItemSelectAgency03.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad03 ' Me.ItemSelectAbroad03.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad03.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad03.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad03.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad03.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad03.Name = "ItemSelectAbroad03" Me.ItemSelectAbroad03.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad03.TabIndex = 25 Me.ItemSelectAbroad03.Text = "82" Me.ItemSelectAbroad03.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace03 ' Me.ItemSelectFace03.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace03.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace03.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace03.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace03.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace03.Name = "ItemSelectFace03" Me.ItemSelectFace03.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace03.TabIndex = 24 Me.ItemSelectFace03.Text = "3000" Me.ItemSelectFace03.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye03 ' Me.ItemSelectEye03.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye03.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye03.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye03.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye03.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye03.Name = "ItemSelectEye03" Me.ItemSelectEye03.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye03.TabIndex = 23 Me.ItemSelectEye03.Text = "3000" Me.ItemSelectEye03.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem03 ' Me.ItemSelectItem03.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem03.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem03.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem03.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem03.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem03.Name = "ItemSelectItem03" Me.ItemSelectItem03.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem03.TabIndex = 22 Me.ItemSelectItem03.Text = "LUX 기본사양" Me.ItemSelectItem03.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label41 ' Me.Label41.AutoSize = True Me.Label41.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label41.Location = New System.Drawing.Point(23, 10) Me.Label41.Name = "Label41" Me.Label41.Size = New System.Drawing.Size(62, 30) Me.Label41.TabIndex = 21 Me.Label41.Text = "3번" ' 'Panel32 ' Me.Panel32.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel32.Controls.Add(Me.txbItemSelectModel02) Me.Panel32.Controls.Add(Me.ItemSelectAgency02) Me.Panel32.Controls.Add(Me.ItemSelectAbroad02) Me.Panel32.Controls.Add(Me.ItemSelectFace02) Me.Panel32.Controls.Add(Me.ItemSelectEye02) Me.Panel32.Controls.Add(Me.ItemSelectItem02) Me.Panel32.Controls.Add(Me.Label42) Me.Panel32.Location = New System.Drawing.Point(6, 119) Me.Panel32.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel32.Name = "Panel32" Me.Panel32.Size = New System.Drawing.Size(1031, 50) Me.Panel32.TabIndex = 70 ' 'txbItemSelectModel02 ' Me.txbItemSelectModel02.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel02.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel02.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel02.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel02.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel02.Name = "txbItemSelectModel02" Me.txbItemSelectModel02.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel02.TabIndex = 30 Me.txbItemSelectModel02.Text = "PRO" Me.txbItemSelectModel02.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency02 ' Me.ItemSelectAgency02.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency02.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency02.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency02.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency02.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency02.Name = "ItemSelectAgency02" Me.ItemSelectAgency02.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency02.TabIndex = 28 Me.ItemSelectAgency02.Text = "0" Me.ItemSelectAgency02.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad02 ' Me.ItemSelectAbroad02.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad02.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad02.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad02.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad02.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad02.Name = "ItemSelectAbroad02" Me.ItemSelectAbroad02.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad02.TabIndex = 25 Me.ItemSelectAbroad02.Text = "82" Me.ItemSelectAbroad02.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace02 ' Me.ItemSelectFace02.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace02.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace02.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace02.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace02.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace02.Name = "ItemSelectFace02" Me.ItemSelectFace02.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace02.TabIndex = 24 Me.ItemSelectFace02.Text = "12000" Me.ItemSelectFace02.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye02 ' Me.ItemSelectEye02.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye02.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye02.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye02.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye02.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye02.Name = "ItemSelectEye02" Me.ItemSelectEye02.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye02.TabIndex = 23 Me.ItemSelectEye02.Text = "120000" Me.ItemSelectEye02.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem02 ' Me.ItemSelectItem02.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem02.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem02.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem02.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem02.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem02.Name = "ItemSelectItem02" Me.ItemSelectItem02.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem02.TabIndex = 22 Me.ItemSelectItem02.Text = "PRO 더블사양" Me.ItemSelectItem02.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label42 ' Me.Label42.AutoSize = True Me.Label42.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label42.Location = New System.Drawing.Point(23, 10) Me.Label42.Name = "Label42" Me.Label42.Size = New System.Drawing.Size(62, 30) Me.Label42.TabIndex = 21 Me.Label42.Text = "2번" ' 'Panel33 ' Me.Panel33.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel33.Controls.Add(Me.txbItemSelectModel01) Me.Panel33.Controls.Add(Me.ItemSelectAgency01) Me.Panel33.Controls.Add(Me.ItemSelectAbroad01) Me.Panel33.Controls.Add(Me.ItemSelectFace01) Me.Panel33.Controls.Add(Me.ItemSelectEye01) Me.Panel33.Controls.Add(Me.ItemSelectItem01) Me.Panel33.Controls.Add(Me.Label43) Me.Panel33.Location = New System.Drawing.Point(6, 62) Me.Panel33.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Panel33.Name = "Panel33" Me.Panel33.Size = New System.Drawing.Size(1031, 50) Me.Panel33.TabIndex = 68 ' 'txbItemSelectModel01 ' Me.txbItemSelectModel01.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbItemSelectModel01.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.txbItemSelectModel01.ForeColor = System.Drawing.Color.Blue Me.txbItemSelectModel01.Location = New System.Drawing.Point(429, 4) Me.txbItemSelectModel01.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbItemSelectModel01.Name = "txbItemSelectModel01" Me.txbItemSelectModel01.Size = New System.Drawing.Size(114, 42) Me.txbItemSelectModel01.TabIndex = 29 Me.txbItemSelectModel01.Text = "PRO" Me.txbItemSelectModel01.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAgency01 ' Me.ItemSelectAgency01.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAgency01.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAgency01.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAgency01.Location = New System.Drawing.Point(909, 4) Me.ItemSelectAgency01.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAgency01.Name = "ItemSelectAgency01" Me.ItemSelectAgency01.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAgency01.TabIndex = 28 Me.ItemSelectAgency01.Text = "0" Me.ItemSelectAgency01.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectAbroad01 ' Me.ItemSelectAbroad01.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectAbroad01.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectAbroad01.ForeColor = System.Drawing.Color.Blue Me.ItemSelectAbroad01.Location = New System.Drawing.Point(789, 4) Me.ItemSelectAbroad01.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectAbroad01.Name = "ItemSelectAbroad01" Me.ItemSelectAbroad01.Size = New System.Drawing.Size(114, 42) Me.ItemSelectAbroad01.TabIndex = 25 Me.ItemSelectAbroad01.Text = "82" Me.ItemSelectAbroad01.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectFace01 ' Me.ItemSelectFace01.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectFace01.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectFace01.ForeColor = System.Drawing.Color.Blue Me.ItemSelectFace01.Location = New System.Drawing.Point(549, 4) Me.ItemSelectFace01.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectFace01.Name = "ItemSelectFace01" Me.ItemSelectFace01.Size = New System.Drawing.Size(114, 42) Me.ItemSelectFace01.TabIndex = 24 Me.ItemSelectFace01.Text = "6000" Me.ItemSelectFace01.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectEye01 ' Me.ItemSelectEye01.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectEye01.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.ItemSelectEye01.ForeColor = System.Drawing.Color.Blue Me.ItemSelectEye01.Location = New System.Drawing.Point(669, 4) Me.ItemSelectEye01.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectEye01.Name = "ItemSelectEye01" Me.ItemSelectEye01.Size = New System.Drawing.Size(114, 42) Me.ItemSelectEye01.TabIndex = 23 Me.ItemSelectEye01.Text = "60000" Me.ItemSelectEye01.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ItemSelectItem01 ' Me.ItemSelectItem01.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.ItemSelectItem01.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ItemSelectItem01.ForeColor = System.Drawing.Color.Blue Me.ItemSelectItem01.Location = New System.Drawing.Point(86, 4) Me.ItemSelectItem01.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ItemSelectItem01.Name = "ItemSelectItem01" Me.ItemSelectItem01.Size = New System.Drawing.Size(337, 42) Me.ItemSelectItem01.TabIndex = 22 Me.ItemSelectItem01.Text = "PRO 기본사양" Me.ItemSelectItem01.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label43 ' Me.Label43.AutoSize = True Me.Label43.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold) Me.Label43.Location = New System.Drawing.Point(23, 10) Me.Label43.Name = "Label43" Me.Label43.Size = New System.Drawing.Size(62, 30) Me.Label43.TabIndex = 21 Me.Label43.Text = "1번" ' 'btnSetupExit ' Me.btnSetupExit.Font = New System.Drawing.Font("굴림", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnSetupExit.Location = New System.Drawing.Point(1903, 1144) Me.btnSetupExit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnSetupExit.Name = "btnSetupExit" Me.btnSetupExit.Size = New System.Drawing.Size(263, 100) Me.btnSetupExit.TabIndex = 117 Me.btnSetupExit.Text = "나가기" Me.btnSetupExit.UseVisualStyleBackColor = True ' 'btnSetupSave ' Me.btnSetupSave.Font = New System.Drawing.Font("굴림", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnSetupSave.Location = New System.Drawing.Point(326, 1144) Me.btnSetupSave.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnSetupSave.Name = "btnSetupSave" Me.btnSetupSave.Size = New System.Drawing.Size(263, 100) Me.btnSetupSave.TabIndex = 116 Me.btnSetupSave.Text = "저장하기" Me.btnSetupSave.UseVisualStyleBackColor = True ' 'btnSetupLoad ' Me.btnSetupLoad.Font = New System.Drawing.Font("굴림", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnSetupLoad.Location = New System.Drawing.Point(29, 1144) Me.btnSetupLoad.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnSetupLoad.Name = "btnSetupLoad" Me.btnSetupLoad.Size = New System.Drawing.Size(263, 100) Me.btnSetupLoad.TabIndex = 115 Me.btnSetupLoad.Text = "불러오기" Me.btnSetupLoad.UseVisualStyleBackColor = True ' 'GroupBox18 ' Me.GroupBox18.BackColor = System.Drawing.Color.Silver Me.GroupBox18.Controls.Add(Me.rdbProduct3) Me.GroupBox18.Controls.Add(Me.rdbProduct2) Me.GroupBox18.Controls.Add(Me.rdbProduct1) Me.GroupBox18.Controls.Add(Me.rdbIQC) Me.GroupBox18.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.GroupBox18.ForeColor = System.Drawing.Color.Black Me.GroupBox18.Location = New System.Drawing.Point(23, 12) Me.GroupBox18.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox18.Name = "GroupBox18" Me.GroupBox18.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox18.Size = New System.Drawing.Size(1066, 125) Me.GroupBox18.TabIndex = 42 Me.GroupBox18.TabStop = False Me.GroupBox18.Text = "검사기 종류" ' 'rdbProduct3 ' Me.rdbProduct3.AutoSize = True Me.rdbProduct3.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdbProduct3.Location = New System.Drawing.Point(810, 39) Me.rdbProduct3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbProduct3.Name = "rdbProduct3" Me.rdbProduct3.Size = New System.Drawing.Size(143, 56) Me.rdbProduct3.TabIndex = 102 Me.rdbProduct3.Text = "생산3" Me.rdbProduct3.UseVisualStyleBackColor = True ' 'rdbProduct2 ' Me.rdbProduct2.AutoSize = True Me.rdbProduct2.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdbProduct2.Location = New System.Drawing.Point(557, 44) Me.rdbProduct2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbProduct2.Name = "rdbProduct2" Me.rdbProduct2.Size = New System.Drawing.Size(143, 56) Me.rdbProduct2.TabIndex = 101 Me.rdbProduct2.Text = "생산2" Me.rdbProduct2.UseVisualStyleBackColor = True ' 'rdbProduct1 ' Me.rdbProduct1.AutoSize = True Me.rdbProduct1.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdbProduct1.Location = New System.Drawing.Point(303, 44) Me.rdbProduct1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbProduct1.Name = "rdbProduct1" Me.rdbProduct1.Size = New System.Drawing.Size(143, 56) Me.rdbProduct1.TabIndex = 100 Me.rdbProduct1.Text = "생산1" Me.rdbProduct1.UseVisualStyleBackColor = True ' 'rdbIQC ' Me.rdbIQC.AutoSize = True Me.rdbIQC.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.rdbIQC.Location = New System.Drawing.Point(70, 44) Me.rdbIQC.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbIQC.Name = "rdbIQC" Me.rdbIQC.Size = New System.Drawing.Size(121, 56) Me.rdbIQC.TabIndex = 99 Me.rdbIQC.Text = "품질" Me.rdbIQC.UseVisualStyleBackColor = True ' 'GroupBox3 ' Me.GroupBox3.BackColor = System.Drawing.Color.Silver Me.GroupBox3.Controls.Add(Me.cboComPort) Me.GroupBox3.Controls.Add(Me.Label2) Me.GroupBox3.Controls.Add(Me.cmdSerial) Me.GroupBox3.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.GroupBox3.ForeColor = System.Drawing.Color.Black Me.GroupBox3.Location = New System.Drawing.Point(1103, 12) Me.GroupBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox3.Size = New System.Drawing.Size(1066, 125) Me.GroupBox3.TabIndex = 41 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "시리얼 통신설정" ' 'cboComPort ' Me.cboComPort.BackColor = System.Drawing.Color.Yellow Me.cboComPort.Font = New System.Drawing.Font("함초롬바탕", 24.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cboComPort.ForeColor = System.Drawing.Color.Black Me.cboComPort.FormattingEnabled = True Me.cboComPort.Location = New System.Drawing.Point(187, 41) Me.cboComPort.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.cboComPort.Name = "cboComPort" Me.cboComPort.Size = New System.Drawing.Size(591, 60) Me.cboComPort.TabIndex = 19 Me.cboComPort.Text = "COM 포트를 선택하세요." ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label2.Location = New System.Drawing.Point(6, 41) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(178, 52) Me.Label2.TabIndex = 17 Me.Label2.Text = "통신포트" ' 'cmdSerial ' Me.cmdSerial.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cmdSerial.Location = New System.Drawing.Point(798, 38) Me.cmdSerial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cmdSerial.Name = "cmdSerial" Me.cmdSerial.Size = New System.Drawing.Size(229, 70) Me.cmdSerial.TabIndex = 16 Me.cmdSerial.Text = "스캔" Me.cmdSerial.UseVisualStyleBackColor = True ' 'BarCodeWaitTimer ' Me.BarCodeWaitTimer.Interval = 1 ' 'cmdTimer ' Me.cmdTimer.Enabled = True ' 'opdfile ' Me.opdfile.Title = "파일 주소 불러오기" ' 'MainForm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(4393, 1325) Me.Controls.Add(Me.pnlConf) Me.Controls.Add(Me.pnlMain) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "MainForm" Me.Text = "DUALSONIC Info Set Utillity V1.0 (포장공정)" Me.pnlMain.ResumeLayout(False) Me.gpbTime.ResumeLayout(False) Me.gpbTime.PerformLayout() Me.gpbJudge.ResumeLayout(False) Me.gpbJudge.PerformLayout() Me.gpbProgSet.ResumeLayout(False) Me.gpbProgSet.PerformLayout() Me.pnlLog.ResumeLayout(False) CType(Me.ptbLOG, System.ComponentModel.ISupportInitialize).EndInit() Me.gpbOKCnt.ResumeLayout(False) Me.Panel7.ResumeLayout(False) Me.Panel7.PerformLayout() Me.Panel8.ResumeLayout(False) Me.Panel8.PerformLayout() Me.Panel4.ResumeLayout(False) Me.Panel4.PerformLayout() Me.Panel5.ResumeLayout(False) Me.Panel5.PerformLayout() Me.Panel6.ResumeLayout(False) Me.Panel6.PerformLayout() Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.gpbDeviceUse.ResumeLayout(False) Me.gpbDeviceUse.PerformLayout() Me.gpbLoadCondition.ResumeLayout(False) Me.gpbLoadCondition.PerformLayout() Me.gpbInfoSetTitle.ResumeLayout(False) Me.gpbModelSet.ResumeLayout(False) Me.gpbModelSet.PerformLayout() Me.gpbAbrodSet.ResumeLayout(False) Me.gpbAbrodSet.PerformLayout() Me.gpbEyeSet.ResumeLayout(False) Me.gpbEyeSet.PerformLayout() Me.gpbFaceSet.ResumeLayout(False) Me.gpbFaceSet.PerformLayout() Me.gpbDeviceInfo.ResumeLayout(False) Me.gpbEyeInfoSet.ResumeLayout(False) Me.gpbEyeInfoSet.PerformLayout() Me.gpbEyeInfo.ResumeLayout(False) Me.PanelEyeDate.ResumeLayout(False) Me.PanelEyeDate.PerformLayout() Me.pnlEyeCart.ResumeLayout(False) Me.pnlEyeCart.PerformLayout() Me.pnlEyeDate.ResumeLayout(False) Me.pnlEyeDate.PerformLayout() Me.pnlEyeFW.ResumeLayout(False) Me.pnlEyeFW.PerformLayout() Me.pnlEyePower.ResumeLayout(False) Me.pnlEyePower.PerformLayout() Me.pnlEyeTshot.ResumeLayout(False) Me.pnlEyeTshot.PerformLayout() Me.pnlEyeFreq.ResumeLayout(False) Me.pnlEyeFreq.PerformLayout() Me.pnlEyeTDSN.ResumeLayout(False) Me.pnlEyeTDSN.PerformLayout() Me.pnlEyeRshot.ResumeLayout(False) Me.pnlEyeRshot.PerformLayout() Me.pnlEyeSN.ResumeLayout(False) Me.pnlEyeSN.PerformLayout() Me.pnlEyeAgency.ResumeLayout(False) Me.pnlEyeAgency.PerformLayout() Me.pnlEyeYearMonth.ResumeLayout(False) Me.pnlEyeYearMonth.PerformLayout() Me.pnlEyeModel.ResumeLayout(False) Me.pnlEyeModel.PerformLayout() Me.pnlEyeManufacture.ResumeLayout(False) Me.pnlEyeManufacture.PerformLayout() Me.pnlEyeAbroad.ResumeLayout(False) Me.pnlEyeAbroad.PerformLayout() Me.gpbEyeIQCInfo.ResumeLayout(False) Me.Panel9.ResumeLayout(False) Me.Panel9.PerformLayout() Me.Panel10.ResumeLayout(False) Me.Panel10.PerformLayout() Me.Panel39.ResumeLayout(False) Me.Panel39.PerformLayout() Me.Panel40.ResumeLayout(False) Me.Panel40.PerformLayout() Me.gpbEyeCTInfo.ResumeLayout(False) Me.Panel41.ResumeLayout(False) Me.Panel41.PerformLayout() Me.Panel42.ResumeLayout(False) Me.Panel42.PerformLayout() Me.gpbEyeAgingInfo.ResumeLayout(False) Me.Panel43.ResumeLayout(False) Me.Panel43.PerformLayout() Me.Panel44.ResumeLayout(False) Me.Panel44.PerformLayout() Me.Panel45.ResumeLayout(False) Me.Panel45.PerformLayout() Me.Panel46.ResumeLayout(False) Me.Panel46.PerformLayout() Me.Panel47.ResumeLayout(False) Me.Panel47.PerformLayout() Me.Panel48.ResumeLayout(False) Me.Panel48.PerformLayout() Me.gpbFaceInfoSet.ResumeLayout(False) Me.gpbFaceInfoSet.PerformLayout() Me.PanelFaceDate.ResumeLayout(False) Me.PanelFaceDate.PerformLayout() Me.gpbFaceInfo.ResumeLayout(False) Me.pnlFaceDate.ResumeLayout(False) Me.pnlFaceDate.PerformLayout() Me.pnlFaceCart.ResumeLayout(False) Me.pnlFaceCart.PerformLayout() Me.pnlFaceFW.ResumeLayout(False) Me.pnlFaceFW.PerformLayout() Me.pnlFacePower.ResumeLayout(False) Me.pnlFacePower.PerformLayout() Me.pnlFaceTshot.ResumeLayout(False) Me.pnlFaceTshot.PerformLayout() Me.pnlFaceFreq.ResumeLayout(False) Me.pnlFaceFreq.PerformLayout() Me.pnlFaceTDSN.ResumeLayout(False) Me.pnlFaceTDSN.PerformLayout() Me.pnlFaceRshot.ResumeLayout(False) Me.pnlFaceRshot.PerformLayout() Me.pnlFaceSN.ResumeLayout(False) Me.pnlFaceSN.PerformLayout() Me.pnlFaceAgency.ResumeLayout(False) Me.pnlFaceAgency.PerformLayout() Me.pnlFaceYearMonth.ResumeLayout(False) Me.pnlFaceYearMonth.PerformLayout() Me.pnlFaceModel.ResumeLayout(False) Me.pnlFaceModel.PerformLayout() Me.pnlFaceManufacture.ResumeLayout(False) Me.pnlFaceManufacture.PerformLayout() Me.pnlFaceAbroad.ResumeLayout(False) Me.pnlFaceAbroad.PerformLayout() Me.gpbFaceIQCInfo.ResumeLayout(False) Me.Panel11.ResumeLayout(False) Me.Panel11.PerformLayout() Me.Panel13.ResumeLayout(False) Me.Panel13.PerformLayout() Me.Panel37.ResumeLayout(False) Me.Panel37.PerformLayout() Me.Panel38.ResumeLayout(False) Me.Panel38.PerformLayout() Me.gpbFaceCTInfo.ResumeLayout(False) Me.Panel12.ResumeLayout(False) Me.Panel12.PerformLayout() Me.Panel17.ResumeLayout(False) Me.Panel17.PerformLayout() Me.gpbFaceAgingInfo.ResumeLayout(False) Me.Panel14.ResumeLayout(False) Me.Panel14.PerformLayout() Me.Panel15.ResumeLayout(False) Me.Panel15.PerformLayout() Me.Panel16.ResumeLayout(False) Me.Panel16.PerformLayout() Me.Panel34.ResumeLayout(False) Me.Panel34.PerformLayout() Me.Panel35.ResumeLayout(False) Me.Panel35.PerformLayout() Me.Panel36.ResumeLayout(False) Me.Panel36.PerformLayout() Me.gpbDevInfoSet.ResumeLayout(False) Me.gpbDevInfoSet.PerformLayout() Me.gpbDevInfo.ResumeLayout(False) Me.pnlDevDate.ResumeLayout(False) Me.pnlDevDate.PerformLayout() Me.PanelDevDate.ResumeLayout(False) Me.PanelDevDate.PerformLayout() Me.pnlDevCart.ResumeLayout(False) Me.pnlDevCart.PerformLayout() Me.pnlDevTDSN.ResumeLayout(False) Me.pnlDevTDSN.PerformLayout() Me.pnlDevPower.ResumeLayout(False) Me.pnlDevPower.PerformLayout() Me.pnlDevTshot.ResumeLayout(False) Me.pnlDevTshot.PerformLayout() Me.pnlDevFreq.ResumeLayout(False) Me.pnlDevFreq.PerformLayout() Me.pnlDevRshot.ResumeLayout(False) Me.pnlDevRshot.PerformLayout() Me.pnlDevFW.ResumeLayout(False) Me.pnlDevFW.PerformLayout() Me.pnlDevSN.ResumeLayout(False) Me.pnlDevSN.PerformLayout() Me.pnlDevAgency.ResumeLayout(False) Me.pnlDevAgency.PerformLayout() Me.pnlDevYearMonth.ResumeLayout(False) Me.pnlDevYearMonth.PerformLayout() Me.pnlDevModel.ResumeLayout(False) Me.pnlDevModel.PerformLayout() Me.pnlDevManufacture.ResumeLayout(False) Me.pnlDevManufacture.PerformLayout() Me.pnlDevAbroad.ResumeLayout(False) Me.pnlDevAbroad.PerformLayout() Me.pnlConf.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.gbprintck.ResumeLayout(False) Me.gbprintck.PerformLayout() Me.gbPrinter.ResumeLayout(False) Me.gbPrint2.ResumeLayout(False) Me.gbPrint2.PerformLayout() Me.gbPrint1.ResumeLayout(False) Me.gbPrint1.PerformLayout() CType(Me.dgvPrinter, System.ComponentModel.ISupportInitialize).EndInit() Me.gpbItemSelect.ResumeLayout(False) Me.pnlItemSelect.ResumeLayout(False) Me.Panel18.ResumeLayout(False) Me.Panel18.PerformLayout() Me.Panel19.ResumeLayout(False) Me.Panel19.PerformLayout() Me.Panel20.ResumeLayout(False) Me.Panel20.PerformLayout() Me.Panel21.ResumeLayout(False) Me.Panel21.PerformLayout() Me.Panel22.ResumeLayout(False) Me.Panel22.PerformLayout() Me.Panel23.ResumeLayout(False) Me.Panel23.PerformLayout() Me.Panel24.ResumeLayout(False) Me.Panel24.PerformLayout() Me.Panel25.ResumeLayout(False) Me.Panel25.PerformLayout() Me.Panel26.ResumeLayout(False) Me.Panel26.PerformLayout() Me.Panel27.ResumeLayout(False) Me.Panel27.PerformLayout() Me.Panel28.ResumeLayout(False) Me.Panel28.PerformLayout() Me.Panel29.ResumeLayout(False) Me.Panel29.PerformLayout() Me.Panel30.ResumeLayout(False) Me.Panel30.PerformLayout() Me.Panel31.ResumeLayout(False) Me.Panel31.PerformLayout() Me.Panel32.ResumeLayout(False) Me.Panel32.PerformLayout() Me.Panel33.ResumeLayout(False) Me.Panel33.PerformLayout() Me.GroupBox18.ResumeLayout(False) Me.GroupBox18.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents pnlMain As Panel Friend WithEvents gpbInfoSetTitle As GroupBox Friend WithEvents gpbAbrodSet As GroupBox Friend WithEvents txbConf_Abroad As TextBox Friend WithEvents txbConf_Agency As TextBox Friend WithEvents lblConf_Abroad As Label Friend WithEvents lblConf_Agency As Label Friend WithEvents gpbEyeSet As GroupBox Friend WithEvents txbConf_EyeShot As TextBox Friend WithEvents lblConf_EyeRshot As Label Friend WithEvents gpbFaceSet As GroupBox Friend WithEvents txbConf_FaceShot As TextBox Friend WithEvents lblConf_FaceShot As Label Friend WithEvents gpbTime As GroupBox Friend WithEvents lblTime As Label Friend WithEvents gpbProgSet As GroupBox Friend WithEvents chkBarcode As CheckBox Friend WithEvents gpbDeviceUse As GroupBox Friend WithEvents chkBodyUse As CheckBox Friend WithEvents chkEyeUse As CheckBox Friend WithEvents chkFaceUse As CheckBox Friend WithEvents chkDevUse As CheckBox Friend WithEvents gpbLoadCondition As GroupBox Friend WithEvents cboLoadSelect As ComboBox Friend WithEvents lblLoadSelect As Label Friend WithEvents btnExit As Button Friend WithEvents btnSetup As Button Friend WithEvents gpbJudge As GroupBox Friend WithEvents lblJudge As Label Friend WithEvents txbBarcodeNum As TextBox Friend WithEvents gpbDeviceInfo As GroupBox Friend WithEvents gpbEyeInfoSet As GroupBox Friend WithEvents gpbEyeInfo As GroupBox Friend WithEvents pnlEyePower As Panel Friend WithEvents txbInfo_EyePower As TextBox Friend WithEvents lblInfo_EyePower As Label Friend WithEvents pnlEyeTshot As Panel Friend WithEvents txbInfo_EyeTshot As TextBox Friend WithEvents lblInfo_EyeTshot As Label Friend WithEvents pnlEyeFreq As Panel Friend WithEvents txbInfo_EyeFreq As TextBox Friend WithEvents lblInfoEyeFreq As Label Friend WithEvents pnlEyeTDSN As Panel Friend WithEvents txbInfo_EyeTDSN As TextBox Friend WithEvents lblInfo_EyeTDSN As Label Friend WithEvents pnlEyeRshot As Panel Friend WithEvents txbInfo_EyeRshot As TextBox Friend WithEvents lblInfo_EyeRshot As Label Friend WithEvents pnlEyeSN As Panel Friend WithEvents txbInfo_EyeSN As TextBox Friend WithEvents lblInfo_EyeSN As Label Friend WithEvents pnlEyeAgency As Panel Friend WithEvents txbInfo_EyeAgency As TextBox Friend WithEvents lblInfo_EyeAgency As Label Friend WithEvents pnlEyeYearMonth As Panel Friend WithEvents txbInfo_EyeMonth As TextBox Friend WithEvents lblInfo_EyeMonth As Label Friend WithEvents txbInfo_EyeYear As TextBox Friend WithEvents lblInfo_EyeYear As Label Friend WithEvents lblInfo_EyeYearMonth As Label Friend WithEvents pnlEyeModel As Panel Friend WithEvents txbInfo_EyeModel As TextBox Friend WithEvents lblInfo_EyeModel As Label Friend WithEvents pnlEyeManufacture As Panel Friend WithEvents txbInfo_EyeManufacture As TextBox Friend WithEvents lblInfo_EyeManufacture As Label Friend WithEvents pnlEyeAbroad As Panel Friend WithEvents txbInfo_EyeAbroad As TextBox Friend WithEvents lblInfo_EyeAbroad As Label Friend WithEvents lblInfo_EyeBarcord As Label Friend WithEvents txbInfo_EyeBarcord As TextBox Friend WithEvents gpbFaceInfoSet As GroupBox Friend WithEvents gpbFaceInfo As GroupBox Friend WithEvents pnlFacePower As Panel Friend WithEvents txbInfo_FacePower As TextBox Friend WithEvents lblInfo_FacePower As Label Friend WithEvents pnlFaceTshot As Panel Friend WithEvents txbInfo_FaceTshot As TextBox Friend WithEvents lblInfo_FaceTshot As Label Friend WithEvents pnlFaceFreq As Panel Friend WithEvents txbInfo_FaceFreq As TextBox Friend WithEvents lblInfo_FaceFreq As Label Friend WithEvents pnlFaceTDSN As Panel Friend WithEvents txbInfo_FaceTDSN As TextBox Friend WithEvents lblInfo_FaceTDSN As Label Friend WithEvents pnlFaceRshot As Panel Friend WithEvents txbInfo_FaceRshot As TextBox Friend WithEvents lblInfo_FaceRshot As Label Friend WithEvents pnlFaceSN As Panel Friend WithEvents txbInfo_FaceSN As TextBox Friend WithEvents lblInfo_FaceSN As Label Friend WithEvents pnlFaceAgency As Panel Friend WithEvents txbInfo_FaceAgency As TextBox Friend WithEvents lblInfo_FaceAgency As Label Friend WithEvents pnlFaceYearMonth As Panel Friend WithEvents txbInfo_FaceMonth As TextBox Friend WithEvents lblInfo_FaceMonth As Label Friend WithEvents txbInfo_FaceYear As TextBox Friend WithEvents lblInfo_FaceYear As Label Friend WithEvents lblInfo_FaceYearMonth As Label Friend WithEvents pnlFaceModel As Panel Friend WithEvents txbInfo_FaceModel As TextBox Friend WithEvents lblInfo_FaceModel As Label Friend WithEvents pnlFaceManufacture As Panel Friend WithEvents txbInfo_FaceManufacture As TextBox Friend WithEvents lblInfo_FaceManufacture As Label Friend WithEvents pnlFaceAbroad As Panel Friend WithEvents txbInfo_FaceAbroad As TextBox Friend WithEvents lblInfo_FaceAbroad As Label Friend WithEvents lblInfo_FaceBarcord As Label Friend WithEvents txbInfo_FaceBarcord As TextBox Friend WithEvents gpbDevInfoSet As GroupBox Friend WithEvents gpbDevInfo As GroupBox Friend WithEvents pnlDevSN As Panel Friend WithEvents txbInfo_DevSN As TextBox Friend WithEvents lblInfo_DevSN As Label Friend WithEvents pnlDevAgency As Panel Friend WithEvents txbInfo_DevAgency As TextBox Friend WithEvents lblInfo_DevAgency As Label Friend WithEvents pnlDevYearMonth As Panel Friend WithEvents txbInfo_DevMonth As TextBox Friend WithEvents lblInfo_DevMonth As Label Friend WithEvents txbInfo_DevYear As TextBox Friend WithEvents lblInfo_DevYear As Label Friend WithEvents lblInfo_DevYearMonth As Label Friend WithEvents pnlDevModel As Panel Friend WithEvents txbInfo_DevModel As TextBox Friend WithEvents lblInfo_DevModel As Label Friend WithEvents pnlDevManufacture As Panel Friend WithEvents txbInfo_DevManufacture As TextBox Friend WithEvents lblInfo_DevManufacture As Label Friend WithEvents pnlDevAbroad As Panel Friend WithEvents txbInfo_DevAbroad As TextBox Friend WithEvents lblInfo_DevAbroad As Label Friend WithEvents lblInfo_DevBarcord As Label Friend WithEvents txbInfo_DevBarcord As TextBox Friend WithEvents btnCmdStart As Button Friend WithEvents cmdSerialPort As IO.Ports.SerialPort Public WithEvents runTimeTimer As Timer Friend WithEvents btnCmdInput As Button Friend WithEvents pnlConf As Panel Friend WithEvents GroupBox3 As GroupBox Friend WithEvents cboComPort As ComboBox Friend WithEvents Label2 As Label Friend WithEvents cmdSerial As Button Friend WithEvents GroupBox18 As GroupBox Friend WithEvents rdbProduct3 As RadioButton Friend WithEvents rdbProduct2 As RadioButton Friend WithEvents rdbProduct1 As RadioButton Friend WithEvents rdbIQC As RadioButton Friend WithEvents btnSetupExit As Button Friend WithEvents btnSetupSave As Button Friend WithEvents btnSetupLoad As Button Friend WithEvents pnlDevFW As Panel Friend WithEvents txbInfo_DevFW As TextBox Friend WithEvents lblInfo_DevFW As Label Friend WithEvents gpbItemSelect As GroupBox Friend WithEvents pnlItemSelect As Panel Friend WithEvents Panel18 As Panel Friend WithEvents Label23 As Label Friend WithEvents Label24 As Label Friend WithEvents Label25 As Label Friend WithEvents Label26 As Label Friend WithEvents Label27 As Label Friend WithEvents Label28 As Label Friend WithEvents Panel19 As Panel Friend WithEvents ItemSelectAgency15 As TextBox Friend WithEvents ItemSelectAbroad15 As TextBox Friend WithEvents ItemSelectFace15 As TextBox Friend WithEvents ItemSelectEye15 As TextBox Friend WithEvents ItemSelectItem15 As TextBox Friend WithEvents Label29 As Label Friend WithEvents Panel20 As Panel Friend WithEvents ItemSelectAgency14 As TextBox Friend WithEvents ItemSelectAbroad14 As TextBox Friend WithEvents ItemSelectFace14 As TextBox Friend WithEvents ItemSelectEye14 As TextBox Friend WithEvents ItemSelectItem14 As TextBox Friend WithEvents Label30 As Label Friend WithEvents Panel21 As Panel Friend WithEvents ItemSelectAgency13 As TextBox Friend WithEvents ItemSelectAbroad13 As TextBox Friend WithEvents ItemSelectFace13 As TextBox Friend WithEvents ItemSelectEye13 As TextBox Friend WithEvents ItemSelectItem13 As TextBox Friend WithEvents Label31 As Label Friend WithEvents Panel22 As Panel Friend WithEvents ItemSelectAgency12 As TextBox Friend WithEvents ItemSelectAbroad12 As TextBox Friend WithEvents ItemSelectFace12 As TextBox Friend WithEvents ItemSelectEye12 As TextBox Friend WithEvents ItemSelectItem12 As TextBox Friend WithEvents Label32 As Label Friend WithEvents Panel23 As Panel Friend WithEvents ItemSelectAgency11 As TextBox Friend WithEvents ItemSelectAbroad11 As TextBox Friend WithEvents ItemSelectFace11 As TextBox Friend WithEvents ItemSelectEye11 As TextBox Friend WithEvents ItemSelectItem11 As TextBox Friend WithEvents Label33 As Label Friend WithEvents Panel24 As Panel Friend WithEvents ItemSelectAgency10 As TextBox Friend WithEvents ItemSelectAbroad10 As TextBox Friend WithEvents ItemSelectFace10 As TextBox Friend WithEvents ItemSelectEye10 As TextBox Friend WithEvents ItemSelectItem10 As TextBox Friend WithEvents Label34 As Label Friend WithEvents Panel25 As Panel Friend WithEvents ItemSelectAgency09 As TextBox Friend WithEvents ItemSelectFace09 As TextBox Friend WithEvents ItemSelectEye09 As TextBox Friend WithEvents ItemSelectItem09 As TextBox Friend WithEvents Label35 As Label Friend WithEvents Panel26 As Panel Friend WithEvents ItemSelectAgency08 As TextBox Friend WithEvents ItemSelectAbroad08 As TextBox Friend WithEvents ItemSelectFace08 As TextBox Friend WithEvents ItemSelectEye08 As TextBox Friend WithEvents ItemSelectItem08 As TextBox Friend WithEvents Label36 As Label Friend WithEvents Panel27 As Panel Friend WithEvents ItemSelectAgency07 As TextBox Friend WithEvents ItemSelectAbroad07 As TextBox Friend WithEvents ItemSelectFace07 As TextBox Friend WithEvents ItemSelectEye07 As TextBox Friend WithEvents ItemSelectItem07 As TextBox Friend WithEvents Label37 As Label Friend WithEvents Panel28 As Panel Friend WithEvents ItemSelectAgency06 As TextBox Friend WithEvents ItemSelectAbroad06 As TextBox Friend WithEvents ItemSelectFace06 As TextBox Friend WithEvents ItemSelectEye06 As TextBox Friend WithEvents ItemSelectItem06 As TextBox Friend WithEvents Label38 As Label Friend WithEvents Panel29 As Panel Friend WithEvents ItemSelectAgency05 As TextBox Friend WithEvents ItemSelectAbroad05 As TextBox Friend WithEvents ItemSelectFace05 As TextBox Friend WithEvents ItemSelectEye05 As TextBox Friend WithEvents ItemSelectItem05 As TextBox Friend WithEvents Label39 As Label Friend WithEvents Panel30 As Panel Friend WithEvents ItemSelectAgency04 As TextBox Friend WithEvents ItemSelectAbroad04 As TextBox Friend WithEvents ItemSelectFace04 As TextBox Friend WithEvents ItemSelectEye04 As TextBox Friend WithEvents ItemSelectItem04 As TextBox Friend WithEvents Label40 As Label Friend WithEvents Panel31 As Panel Friend WithEvents ItemSelectAgency03 As TextBox Friend WithEvents ItemSelectAbroad03 As TextBox Friend WithEvents ItemSelectFace03 As TextBox Friend WithEvents ItemSelectEye03 As TextBox Friend WithEvents ItemSelectItem03 As TextBox Friend WithEvents Label41 As Label Friend WithEvents Panel32 As Panel Friend WithEvents ItemSelectAgency02 As TextBox Friend WithEvents ItemSelectAbroad02 As TextBox Friend WithEvents ItemSelectFace02 As TextBox Friend WithEvents ItemSelectEye02 As TextBox Friend WithEvents ItemSelectItem02 As TextBox Friend WithEvents Label42 As Label Friend WithEvents Panel33 As Panel Friend WithEvents ItemSelectAgency01 As TextBox Friend WithEvents ItemSelectAbroad01 As TextBox Friend WithEvents ItemSelectFace01 As TextBox Friend WithEvents ItemSelectEye01 As TextBox Friend WithEvents ItemSelectItem01 As TextBox Friend WithEvents Label43 As Label Friend WithEvents ItemSelectAbroad09 As TextBox Friend WithEvents gbPrinter As GroupBox Friend WithEvents Label1 As Label Friend WithEvents txbItemSelectModel15 As TextBox Friend WithEvents txbItemSelectModel14 As TextBox Friend WithEvents txbItemSelectModel13 As TextBox Friend WithEvents txbItemSelectModel12 As TextBox Friend WithEvents txbItemSelectModel11 As TextBox Friend WithEvents txbItemSelectModel10 As TextBox Friend WithEvents txbItemSelectModel09 As TextBox Friend WithEvents txbItemSelectModel08 As TextBox Friend WithEvents txbItemSelectModel07 As TextBox Friend WithEvents txbItemSelectModel06 As TextBox Friend WithEvents txbItemSelectModel05 As TextBox Friend WithEvents txbItemSelectModel04 As TextBox Friend WithEvents txbItemSelectModel03 As TextBox Friend WithEvents txbItemSelectModel02 As TextBox Friend WithEvents txbItemSelectModel01 As TextBox Friend WithEvents BarCodeWaitTimer As Timer Friend WithEvents pnlEyeFW As Panel Friend WithEvents txbInfo_EyeFW As TextBox Friend WithEvents lblInfo_EyeFW As Label Friend WithEvents pnlFaceFW As Panel Friend WithEvents txbInfo_FaceFW As TextBox Friend WithEvents lblInfo_FaceFW As Label Friend WithEvents pnlDevTDSN As Panel Friend WithEvents txbInfo_DevTDSN As TextBox Friend WithEvents lblInfo_DevTDSN As Label Friend WithEvents pnlDevPower As Panel Friend WithEvents txbInfo_DevPower As TextBox Friend WithEvents lblInfo_DevPower As Label Friend WithEvents pnlDevTshot As Panel Friend WithEvents txbInfo_DevTshot As TextBox Friend WithEvents lblInfo_DevTshot As Label Friend WithEvents pnlDevFreq As Panel Friend WithEvents txbInfo_DevFreq As TextBox Friend WithEvents lblInfo_DevFreq As Label Friend WithEvents pnlDevRshot As Panel Friend WithEvents txbInfo_DevRshot As TextBox Friend WithEvents lblInfo_DevRshot As Label Public WithEvents cmdTimer As Timer Friend WithEvents gpbModelSet As GroupBox Friend WithEvents txbConf_Model As TextBox Friend WithEvents lblConf_Model As Label Friend WithEvents txbConf_BodyShot As TextBox Friend WithEvents gpbOKCnt As GroupBox Friend WithEvents Panel1 As Panel Friend WithEvents txbProductCntPS As TextBox Friend WithEvents lblProductCntPS As Label Friend WithEvents Panel4 As Panel Friend WithEvents txbProductCntLE As TextBox Friend WithEvents lblProductCntLE As Label Friend WithEvents Panel5 As Panel Friend WithEvents txbProductCntLF As TextBox Friend WithEvents lblProductCntLF As Label Friend WithEvents Panel6 As Panel Friend WithEvents txbProductCntLS As TextBox Friend WithEvents lblProductCntLS As Label Friend WithEvents Panel3 As Panel Friend WithEvents txbProductCntPE As TextBox Friend WithEvents lblProductCntPE As Label Friend WithEvents Panel2 As Panel Friend WithEvents txbProductCntPF As TextBox Friend WithEvents lblProductCntPF As Label Friend WithEvents Panel7 As Panel Friend WithEvents txbProductCntLB As TextBox Friend WithEvents lblProductCntLB As Label Friend WithEvents Panel8 As Panel Friend WithEvents txbProductCntPB As TextBox Friend WithEvents lblProductCntPB As Label Friend WithEvents btnReset As Button Friend WithEvents gpbFaceAgingInfo As GroupBox Friend WithEvents Panel14 As Panel Friend WithEvents txbInfo_FaceAGEnd As TextBox Friend WithEvents Label8 As Label Friend WithEvents Panel15 As Panel Friend WithEvents txbInfo_FaceAGStart As TextBox Friend WithEvents Label9 As Label Friend WithEvents Panel16 As Panel Friend WithEvents txbInfo_FaceAGPower As TextBox Friend WithEvents Label10 As Label Friend WithEvents Panel34 As Panel Friend WithEvents txbInfo_FaceAGDate As TextBox Friend WithEvents Label14 As Label Friend WithEvents Panel35 As Panel Friend WithEvents txbInfo_FaceAGShot As TextBox Friend WithEvents Label15 As Label Friend WithEvents Panel36 As Panel Friend WithEvents txbInfo_FaceAGOkNg As TextBox Friend WithEvents Label16 As Label Friend WithEvents gpbFaceCTInfo As GroupBox Friend WithEvents Panel12 As Panel Friend WithEvents txbInfo_FaceCTDate As TextBox Friend WithEvents Label6 As Label Friend WithEvents Panel17 As Panel Friend WithEvents txbInfo_FaceCTFreq As TextBox Friend WithEvents Label11 As Label Friend WithEvents gpbFaceIQCInfo As GroupBox Friend WithEvents Panel11 As Panel Friend WithEvents txbInfo_FaceIQCCap As TextBox Friend WithEvents Label5 As Label Friend WithEvents Panel13 As Panel Friend WithEvents txbInfo_FaceIQCDate As TextBox Friend WithEvents Label7 As Label Friend WithEvents Panel37 As Panel Friend WithEvents txbInfo_FaceIQCTD As TextBox Friend WithEvents Label12 As Label Friend WithEvents Panel38 As Panel Friend WithEvents txbInfo_FaceIQCGrade As TextBox Friend WithEvents Label13 As Label Friend WithEvents gpbEyeIQCInfo As GroupBox Friend WithEvents Panel9 As Panel Friend WithEvents txbInfo_EyeIQCCap As TextBox Friend WithEvents Label3 As Label Friend WithEvents Panel10 As Panel Friend WithEvents txbInfo_EyeIQCDate As TextBox Friend WithEvents Label4 As Label Friend WithEvents Panel39 As Panel Friend WithEvents txbInfo_EyeIQCTD As TextBox Friend WithEvents Label17 As Label Friend WithEvents Panel40 As Panel Friend WithEvents txbInfo_EyeIQCGrade As TextBox Friend WithEvents Label18 As Label Friend WithEvents gpbEyeCTInfo As GroupBox Friend WithEvents Panel41 As Panel Friend WithEvents txbInfo_EyeCTDate As TextBox Friend WithEvents Label19 As Label Friend WithEvents Panel42 As Panel Friend WithEvents txbInfo_EyeCTFreq As TextBox Friend WithEvents Label20 As Label Friend WithEvents gpbEyeAgingInfo As GroupBox Friend WithEvents Panel43 As Panel Friend WithEvents txbInfo_EyeAGEnd As TextBox Friend WithEvents Label21 As Label Friend WithEvents Panel44 As Panel Friend WithEvents txbInfo_EyeAGStart As TextBox Friend WithEvents Label22 As Label Friend WithEvents Panel45 As Panel Friend WithEvents txbInfo_EyeAGPower As TextBox Friend WithEvents Label44 As Label Friend WithEvents Panel46 As Panel Friend WithEvents txbInfo_EyeAGDate As TextBox Friend WithEvents Label45 As Label Friend WithEvents Panel47 As Panel Friend WithEvents txbInfo_EyeAGShot As TextBox Friend WithEvents Label46 As Label Friend WithEvents Panel48 As Panel Friend WithEvents txbInfo_EyeAGOkNg As TextBox Friend WithEvents Label47 As Label Friend WithEvents pnlLog As Panel Friend WithEvents ptbLOG As PictureBox Friend WithEvents ckbReserved As CheckBox Friend WithEvents pnlFaceDate As Panel Friend WithEvents txbInfo_FaceDate As TextBox Friend WithEvents lblInfo_FaceDate As Label Friend WithEvents pnlFaceCart As Panel Friend WithEvents txbInfo_FaceCart As TextBox Friend WithEvents lblInfo_FaceCart As Label Friend WithEvents pnlEyeCart As Panel Friend WithEvents txbInfo_EyeCart As TextBox Friend WithEvents lblInfo_EyeCart As Label Friend WithEvents pnlEyeDate As Panel Friend WithEvents txbInfo_EyeDate As TextBox Friend WithEvents lblInfo_EyeDate As Label Friend WithEvents pnlDevDate As Panel Friend WithEvents txbInfo_DevDate As TextBox Friend WithEvents lblInfo_DevDate As Label Friend WithEvents pnlDevCart As Panel Friend WithEvents txbInfo_DevCart As TextBox Friend WithEvents lblInfo_DevCart As Label Friend WithEvents dgvPrinter As DataGridView Friend WithEvents gbPrint1 As GroupBox Friend WithEvents btnprint2 As Button Friend WithEvents btnPrint1 As Button Friend WithEvents dfNumber As DataGridViewTextBoxColumn Friend WithEvents dfPrinter As DataGridViewTextBoxColumn Friend WithEvents lbname1 As Label Friend WithEvents gbPrint2 As GroupBox Friend WithEvents btnAd2 As Button Friend WithEvents txbtext2 As TextBox Friend WithEvents lbtext2 As Label Friend WithEvents txblabel2 As TextBox Friend WithEvents lblabel2 As Label Friend WithEvents txbname2 As TextBox Friend WithEvents lbname2 As Label Friend WithEvents btnAd1 As Button Friend WithEvents txbtext1 As TextBox Friend WithEvents lbtext1 As Label Friend WithEvents txbbarcode1 As TextBox Friend WithEvents lbbarcode1 As Label Friend WithEvents txblabel1 As TextBox Friend WithEvents lblabel1 As Label Friend WithEvents txbname1 As TextBox Friend WithEvents opdfile As OpenFileDialog Friend WithEvents btndgvref As Button Friend WithEvents gbprintck As GroupBox Friend WithEvents ckbPrintWar As CheckBox Friend WithEvents ckbprintBar As CheckBox Friend WithEvents ckbmainprint As CheckBox Friend WithEvents GroupBox1 As GroupBox Friend WithEvents ckbPrintAll As CheckBox Friend WithEvents btnSingle1 As Button Friend WithEvents txbSingle1 As TextBox Friend WithEvents lbSingle1 As Label Friend WithEvents PanelDevDate As Panel Friend WithEvents cmbInfo_DevDay As ComboBox Friend WithEvents cmbInfo_DevMonth As ComboBox Friend WithEvents cmbInfo_DevYear As ComboBox Friend WithEvents lblInfo_Date1 As Label Friend WithEvents PanelFaceDate As Panel Friend WithEvents cmbInfo_FaceDay As ComboBox Friend WithEvents cmbInfo_FaceMonth As ComboBox Friend WithEvents cmbInfo_FaceYear As ComboBox Friend WithEvents lblInfo_Date2 As Label Friend WithEvents PanelEyeDate As Panel Friend WithEvents cmbInfo_EyeDay As ComboBox Friend WithEvents cmbInfo_EyeMonth As ComboBox Friend WithEvents cmbInfo_EyeYear As ComboBox Friend WithEvents lblInfo_Date3 As Label End Class