13517 lines
608 KiB
VB.net
13517 lines
608 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class Main_Form
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Windows Form 디자이너에 필요합니다.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
|
'수정하려면 Windows Form 디자이너를 사용하십시오.
|
|
'코드 편집기에서는 수정하지 마세요.
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Main_Form))
|
|
Me.txbCmdWindow = New System.Windows.Forms.TextBox()
|
|
Me.pnOption = New System.Windows.Forms.Panel()
|
|
Me.gbJigNum = New System.Windows.Forms.GroupBox()
|
|
Me.nudJigNum = New System.Windows.Forms.NumericUpDown()
|
|
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
|
Me.gbckbETC = New System.Windows.Forms.GroupBox()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.txbTDSNHead = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.ckbPostgre = New System.Windows.Forms.CheckBox()
|
|
Me.chkAdmin = New System.Windows.Forms.CheckBox()
|
|
Me.gbopETC = New System.Windows.Forms.GroupBox()
|
|
Me.gbStandard = New System.Windows.Forms.GroupBox()
|
|
Me.rdbStdMax = New System.Windows.Forms.RadioButton()
|
|
Me.rdbStdAl = New System.Windows.Forms.RadioButton()
|
|
Me.gbopSet = New System.Windows.Forms.GroupBox()
|
|
Me.rdbMC = New System.Windows.Forms.RadioButton()
|
|
Me.rdbSort = New System.Windows.Forms.RadioButton()
|
|
Me.rdbRF = New System.Windows.Forms.RadioButton()
|
|
Me.gbopSet2 = New System.Windows.Forms.GroupBox()
|
|
Me.rdbTestMode = New System.Windows.Forms.RadioButton()
|
|
Me.RadioButton7 = New System.Windows.Forms.RadioButton()
|
|
Me.RadioButton8 = New System.Windows.Forms.RadioButton()
|
|
Me.rdbLed = New System.Windows.Forms.RadioButton()
|
|
Me.gbJIGOption = New System.Windows.Forms.GroupBox()
|
|
Me.gbDTTimeout = New System.Windows.Forms.GroupBox()
|
|
Me.pnDTTimeout = New System.Windows.Forms.Panel()
|
|
Me.txbDTTimeout = New System.Windows.Forms.TextBox()
|
|
Me.lbDTTimeout = New System.Windows.Forms.Label()
|
|
Me.gbJgDelay = New System.Windows.Forms.GroupBox()
|
|
Me.pnJgDelay = New System.Windows.Forms.Panel()
|
|
Me.txbJgDelay = New System.Windows.Forms.TextBox()
|
|
Me.lbJgDelay = New System.Windows.Forms.Label()
|
|
Me.gbJgTimeout = New System.Windows.Forms.GroupBox()
|
|
Me.pnJgTimeout = New System.Windows.Forms.Panel()
|
|
Me.txbJgTimeout = New System.Windows.Forms.TextBox()
|
|
Me.lbJgTimeout = New System.Windows.Forms.Label()
|
|
Me.gbEqipOption = New System.Windows.Forms.GroupBox()
|
|
Me.pnScopeID = New System.Windows.Forms.Panel()
|
|
Me.txbScopeID = New System.Windows.Forms.TextBox()
|
|
Me.cbbScopeID = New System.Windows.Forms.ComboBox()
|
|
Me.lbScopeID = New System.Windows.Forms.Label()
|
|
Me.pnSpecID = New System.Windows.Forms.Panel()
|
|
Me.ckbScopeZ = New System.Windows.Forms.CheckBox()
|
|
Me.txbSpecID = New System.Windows.Forms.TextBox()
|
|
Me.cbbSpecID = New System.Windows.Forms.ComboBox()
|
|
Me.lbSpecID = New System.Windows.Forms.Label()
|
|
Me.gbEqipReg = New System.Windows.Forms.GroupBox()
|
|
Me.cbbRgScType = New System.Windows.Forms.ComboBox()
|
|
Me.btnScDel = New System.Windows.Forms.Button()
|
|
Me.btnScRg = New System.Windows.Forms.Button()
|
|
Me.lbRgScType = New System.Windows.Forms.Label()
|
|
Me.txbRgScName = New System.Windows.Forms.TextBox()
|
|
Me.lbRgScName = New System.Windows.Forms.Label()
|
|
Me.txbRgScID = New System.Windows.Forms.TextBox()
|
|
Me.lbRgScID = New System.Windows.Forms.Label()
|
|
Me.dgvID = New System.Windows.Forms.DataGridView()
|
|
Me.df_ScopeName = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.df_ScopeID = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.df_type = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.gbSerial = New System.Windows.Forms.GroupBox()
|
|
Me.btnSerial = New System.Windows.Forms.Button()
|
|
Me.cbbSerial = New System.Windows.Forms.ComboBox()
|
|
Me.lbSerial = New System.Windows.Forms.Label()
|
|
Me.btnSave = New System.Windows.Forms.Button()
|
|
Me.btnOpExit = New System.Windows.Forms.Button()
|
|
Me.gbSpecOption = New System.Windows.Forms.GroupBox()
|
|
Me.gbSpan = New System.Windows.Forms.GroupBox()
|
|
Me.pnSpan = New System.Windows.Forms.Panel()
|
|
Me.txbSpan = New System.Windows.Forms.TextBox()
|
|
Me.lbSpan = New System.Windows.Forms.Label()
|
|
Me.gbRBW = New System.Windows.Forms.GroupBox()
|
|
Me.pnRBW = New System.Windows.Forms.Panel()
|
|
Me.txbRBW = New System.Windows.Forms.TextBox()
|
|
Me.lbRBW = New System.Windows.Forms.Label()
|
|
Me.gbHFoption = New System.Windows.Forms.GroupBox()
|
|
Me.gbRefLev = New System.Windows.Forms.GroupBox()
|
|
Me.pnRefLev = New System.Windows.Forms.Panel()
|
|
Me.txbHFRefLev = New System.Windows.Forms.TextBox()
|
|
Me.lbRefLev = New System.Windows.Forms.Label()
|
|
Me.gbDSDelay = New System.Windows.Forms.GroupBox()
|
|
Me.pnDSDelay = New System.Windows.Forms.Panel()
|
|
Me.txbDSDelay = New System.Windows.Forms.TextBox()
|
|
Me.lbDSDelay = New System.Windows.Forms.Label()
|
|
Me.gbHFReCkCnt = New System.Windows.Forms.GroupBox()
|
|
Me.pnHFReCkCnt = New System.Windows.Forms.Panel()
|
|
Me.txbHFReCkCnt = New System.Windows.Forms.TextBox()
|
|
Me.lbHFReCkCnt = New System.Windows.Forms.Label()
|
|
Me.gbHFStDelay = New System.Windows.Forms.GroupBox()
|
|
Me.pnHFStDelay = New System.Windows.Forms.Panel()
|
|
Me.txbHFStDelay = New System.Windows.Forms.TextBox()
|
|
Me.lbHFStDelay = New System.Windows.Forms.Label()
|
|
Me.gbHFReCnt = New System.Windows.Forms.GroupBox()
|
|
Me.pnHFReCnt = New System.Windows.Forms.Panel()
|
|
Me.txbHFReCnt = New System.Windows.Forms.TextBox()
|
|
Me.lbHFReCnt = New System.Windows.Forms.Label()
|
|
Me.gbTestFR = New System.Windows.Forms.GroupBox()
|
|
Me.pnFrStep3 = New System.Windows.Forms.Panel()
|
|
Me.txbFrStep3 = New System.Windows.Forms.TextBox()
|
|
Me.lbFrStep3 = New System.Windows.Forms.Label()
|
|
Me.pnFrStep2 = New System.Windows.Forms.Panel()
|
|
Me.txbFrStep2 = New System.Windows.Forms.TextBox()
|
|
Me.lbFrStep2 = New System.Windows.Forms.Label()
|
|
Me.pnFrStep1 = New System.Windows.Forms.Panel()
|
|
Me.txbFrStep1 = New System.Windows.Forms.TextBox()
|
|
Me.lbFrStep1 = New System.Windows.Forms.Label()
|
|
Me.gbHFeffect = New System.Windows.Forms.GroupBox()
|
|
Me.pnHFeffect = New System.Windows.Forms.Panel()
|
|
Me.txbHFeffect = New System.Windows.Forms.TextBox()
|
|
Me.lbHFeffect = New System.Windows.Forms.Label()
|
|
Me.gbHFRun = New System.Windows.Forms.GroupBox()
|
|
Me.pnHFCount = New System.Windows.Forms.Panel()
|
|
Me.nudHFCount = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbHFCount = New System.Windows.Forms.Label()
|
|
Me.pnHFwait = New System.Windows.Forms.Panel()
|
|
Me.nudHFwait = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbHFwait = New System.Windows.Forms.Label()
|
|
Me.pnHFRun = New System.Windows.Forms.Panel()
|
|
Me.nudHFRun = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbHFRun = New System.Windows.Forms.Label()
|
|
Me.gbHFLowShot = New System.Windows.Forms.GroupBox()
|
|
Me.pnHFLowShot = New System.Windows.Forms.Panel()
|
|
Me.txbHFLowShot = New System.Windows.Forms.TextBox()
|
|
Me.lbHFLowShot = New System.Windows.Forms.Label()
|
|
Me.gbLedOp = New System.Windows.Forms.GroupBox()
|
|
Me.gbLedRe = New System.Windows.Forms.GroupBox()
|
|
Me.pnLedRe = New System.Windows.Forms.Panel()
|
|
Me.nudLedRe = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbLedRe = New System.Windows.Forms.Label()
|
|
Me.gbLedStart = New System.Windows.Forms.GroupBox()
|
|
Me.pnLEDStart = New System.Windows.Forms.Panel()
|
|
Me.nudLEDStart = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbLEDStart = New System.Windows.Forms.Label()
|
|
Me.gbLedSave = New System.Windows.Forms.GroupBox()
|
|
Me.rdbMatCovert = New System.Windows.Forms.RadioButton()
|
|
Me.rdbimgSave = New System.Windows.Forms.RadioButton()
|
|
Me.gbCamSelect = New System.Windows.Forms.GroupBox()
|
|
Me.btnOLEDCam = New System.Windows.Forms.Button()
|
|
Me.lbOLEDCam = New System.Windows.Forms.Label()
|
|
Me.cbbOLEDCam = New System.Windows.Forms.ComboBox()
|
|
Me.btnWebCam = New System.Windows.Forms.Button()
|
|
Me.lbWebCam = New System.Windows.Forms.Label()
|
|
Me.cbbWebCam = New System.Windows.Forms.ComboBox()
|
|
Me.gbCamDelay = New System.Windows.Forms.GroupBox()
|
|
Me.pnCamDelay = New System.Windows.Forms.Panel()
|
|
Me.txbCamDelay = New System.Windows.Forms.TextBox()
|
|
Me.lbCamDelay = New System.Windows.Forms.Label()
|
|
Me.gbLedCdn = New System.Windows.Forms.GroupBox()
|
|
Me.gbInc = New System.Windows.Forms.GroupBox()
|
|
Me.pnInc = New System.Windows.Forms.Panel()
|
|
Me.txbInc = New System.Windows.Forms.TextBox()
|
|
Me.lbInc = New System.Windows.Forms.Label()
|
|
Me.gbAround = New System.Windows.Forms.GroupBox()
|
|
Me.pnAround = New System.Windows.Forms.Panel()
|
|
Me.txbAround = New System.Windows.Forms.TextBox()
|
|
Me.lbAround = New System.Windows.Forms.Label()
|
|
Me.gbYelCdn = New System.Windows.Forms.GroupBox()
|
|
Me.gbYelCdn_2 = New System.Windows.Forms.GroupBox()
|
|
Me.pnYelCdn_Y2 = New System.Windows.Forms.Panel()
|
|
Me.txbYelCdn_Y2 = New System.Windows.Forms.TextBox()
|
|
Me.lbYelCdn_Y2 = New System.Windows.Forms.Label()
|
|
Me.pnYelCdn_X2 = New System.Windows.Forms.Panel()
|
|
Me.txbYelCdn_X2 = New System.Windows.Forms.TextBox()
|
|
Me.lbYelCdn_X2 = New System.Windows.Forms.Label()
|
|
Me.gbYelCdn_1 = New System.Windows.Forms.GroupBox()
|
|
Me.pnYelCdn_Y1 = New System.Windows.Forms.Panel()
|
|
Me.txbYelCdn_Y1 = New System.Windows.Forms.TextBox()
|
|
Me.lbYelCdn_Y1 = New System.Windows.Forms.Label()
|
|
Me.pnYelCdn_X1 = New System.Windows.Forms.Panel()
|
|
Me.txbYelCdn_X1 = New System.Windows.Forms.TextBox()
|
|
Me.lbYelCdn_X1 = New System.Windows.Forms.Label()
|
|
Me.gbRedCdn = New System.Windows.Forms.GroupBox()
|
|
Me.gbRedCdn_2 = New System.Windows.Forms.GroupBox()
|
|
Me.pnRedCdn_Y2 = New System.Windows.Forms.Panel()
|
|
Me.txbRedCdn_Y2 = New System.Windows.Forms.TextBox()
|
|
Me.lbRedCdn_Y2 = New System.Windows.Forms.Label()
|
|
Me.pnRedCdn_X2 = New System.Windows.Forms.Panel()
|
|
Me.txbRedCdn_X2 = New System.Windows.Forms.TextBox()
|
|
Me.lbRedCdn_X2 = New System.Windows.Forms.Label()
|
|
Me.gbRedCdn_1 = New System.Windows.Forms.GroupBox()
|
|
Me.pnRedCdn_Y1 = New System.Windows.Forms.Panel()
|
|
Me.txbRedCdn_Y1 = New System.Windows.Forms.TextBox()
|
|
Me.lbRedCdn_Y1 = New System.Windows.Forms.Label()
|
|
Me.pnRedCdn_X1 = New System.Windows.Forms.Panel()
|
|
Me.txbRedCdn_X1 = New System.Windows.Forms.TextBox()
|
|
Me.lbRedCdn_X1 = New System.Windows.Forms.Label()
|
|
Me.gbETC = New System.Windows.Forms.GroupBox()
|
|
Me.gbOnRe = New System.Windows.Forms.GroupBox()
|
|
Me.pnOnRe = New System.Windows.Forms.Panel()
|
|
Me.nudOnRe = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbOnRe = New System.Windows.Forms.Label()
|
|
Me.gbEPRe = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPRe = New System.Windows.Forms.Panel()
|
|
Me.nudEPRe = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbEPRe = New System.Windows.Forms.Label()
|
|
Me.gbSaveCk = New System.Windows.Forms.GroupBox()
|
|
Me.pnSaveCk = New System.Windows.Forms.Panel()
|
|
Me.nudSaveCk = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbSaveCk = New System.Windows.Forms.Label()
|
|
Me.gbScTimeout = New System.Windows.Forms.GroupBox()
|
|
Me.pnScTimeout = New System.Windows.Forms.Panel()
|
|
Me.nudScTimeout = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbScTimeout = New System.Windows.Forms.Label()
|
|
Me.gbSpTimeout = New System.Windows.Forms.GroupBox()
|
|
Me.pnSpTimeout = New System.Windows.Forms.Panel()
|
|
Me.nudSpTimeout = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbSpTimeout = New System.Windows.Forms.Label()
|
|
Me.gbJgBaudRate = New System.Windows.Forms.GroupBox()
|
|
Me.pnJgBaudRate = New System.Windows.Forms.Panel()
|
|
Me.cbbJgBaudRate = New System.Windows.Forms.ComboBox()
|
|
Me.lbJgBaudRate = New System.Windows.Forms.Label()
|
|
Me.gbStepDelay = New System.Windows.Forms.GroupBox()
|
|
Me.pnStepDelay = New System.Windows.Forms.Panel()
|
|
Me.nudStepDelay = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbStepDelay = New System.Windows.Forms.Label()
|
|
Me.gbScopeOption = New System.Windows.Forms.GroupBox()
|
|
Me.gbEPoption = New System.Windows.Forms.GroupBox()
|
|
Me.gbEPFVRun = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPFVRun = New System.Windows.Forms.Panel()
|
|
Me.nudEPFVRun = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbEPFVRun = New System.Windows.Forms.Label()
|
|
Me.gbEPFVTrgLv = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPFVTrgLv = New System.Windows.Forms.Panel()
|
|
Me.nudEPFVTrgLv = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbEPFVTrgLv = New System.Windows.Forms.Label()
|
|
Me.gbEPFVDelay = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPFVDelay = New System.Windows.Forms.Panel()
|
|
Me.txbEPFVDelay = New System.Windows.Forms.TextBox()
|
|
Me.lbEPFVDelay = New System.Windows.Forms.Label()
|
|
Me.gbEPFVtime = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPFVtime = New System.Windows.Forms.Panel()
|
|
Me.txbEPFVtime = New System.Windows.Forms.TextBox()
|
|
Me.lbEPFVtime = New System.Windows.Forms.Label()
|
|
Me.gbEPUS = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPScale = New System.Windows.Forms.Panel()
|
|
Me.nudEPScale = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbEPScale = New System.Windows.Forms.Label()
|
|
Me.pnEPUnit = New System.Windows.Forms.Panel()
|
|
Me.lbEPUnit = New System.Windows.Forms.Label()
|
|
Me.rdbEPUnitA = New System.Windows.Forms.RadioButton()
|
|
Me.rdbEPUnitV = New System.Windows.Forms.RadioButton()
|
|
Me.gbEPTrig = New System.Windows.Forms.GroupBox()
|
|
Me.rdbEPtrNormal = New System.Windows.Forms.RadioButton()
|
|
Me.rdbEPTrAuto = New System.Windows.Forms.RadioButton()
|
|
Me.pnEPCh = New System.Windows.Forms.Panel()
|
|
Me.nudEPCh = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbEPCh = New System.Windows.Forms.Label()
|
|
Me.gbEPTestFreq = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPFreq3 = New System.Windows.Forms.Panel()
|
|
Me.txbEPFreq3 = New System.Windows.Forms.TextBox()
|
|
Me.lbEPFreq3 = New System.Windows.Forms.Label()
|
|
Me.pnEPFreq2 = New System.Windows.Forms.Panel()
|
|
Me.txbEPFreq2 = New System.Windows.Forms.TextBox()
|
|
Me.lbEPFreq2 = New System.Windows.Forms.Label()
|
|
Me.pnEPFreq1 = New System.Windows.Forms.Panel()
|
|
Me.txbEPFreq1 = New System.Windows.Forms.TextBox()
|
|
Me.lbEPFreq1 = New System.Windows.Forms.Label()
|
|
Me.gbMCoption = New System.Windows.Forms.GroupBox()
|
|
Me.gbMCWidth = New System.Windows.Forms.GroupBox()
|
|
Me.gbMCWdTrgLv = New System.Windows.Forms.GroupBox()
|
|
Me.pnMCWdTrgLv = New System.Windows.Forms.Panel()
|
|
Me.nudMCWdTrgLv = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbMCWdTrgLv = New System.Windows.Forms.Label()
|
|
Me.gbMCWdtime = New System.Windows.Forms.GroupBox()
|
|
Me.pnMCWdtime = New System.Windows.Forms.Panel()
|
|
Me.txbMCWdtime = New System.Windows.Forms.TextBox()
|
|
Me.lbMCWdtime = New System.Windows.Forms.Label()
|
|
Me.gbMCWdDelay = New System.Windows.Forms.GroupBox()
|
|
Me.pnMCWdDelay = New System.Windows.Forms.Panel()
|
|
Me.txbMCWdDelay = New System.Windows.Forms.TextBox()
|
|
Me.lbMCWdDelay = New System.Windows.Forms.Label()
|
|
Me.gbMCWdRun = New System.Windows.Forms.GroupBox()
|
|
Me.pnMCWdRun = New System.Windows.Forms.Panel()
|
|
Me.nudMCWdRun = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbMCWdRun = New System.Windows.Forms.Label()
|
|
Me.gbMCFrVp = New System.Windows.Forms.GroupBox()
|
|
Me.gbMCFVTrgLv = New System.Windows.Forms.GroupBox()
|
|
Me.pnMCFVTrgLv = New System.Windows.Forms.Panel()
|
|
Me.nudMCFVTrgLv = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbMCFVTrgLv = New System.Windows.Forms.Label()
|
|
Me.gbMCFVtime = New System.Windows.Forms.GroupBox()
|
|
Me.pnMCFVtime = New System.Windows.Forms.Panel()
|
|
Me.txbMCFVtime = New System.Windows.Forms.TextBox()
|
|
Me.lbMCFVtime = New System.Windows.Forms.Label()
|
|
Me.gbMCFVDelay = New System.Windows.Forms.GroupBox()
|
|
Me.pnMCFVDelay = New System.Windows.Forms.Panel()
|
|
Me.txbMCFVDelay = New System.Windows.Forms.TextBox()
|
|
Me.lbMCFVDelay = New System.Windows.Forms.Label()
|
|
Me.gbMCFVRun = New System.Windows.Forms.GroupBox()
|
|
Me.pnMCFVRun = New System.Windows.Forms.Panel()
|
|
Me.nudMCFVRun = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbMCFVRun = New System.Windows.Forms.Label()
|
|
Me.pnMCCh = New System.Windows.Forms.Panel()
|
|
Me.nudMCCh = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbMCCh = New System.Windows.Forms.Label()
|
|
Me.gbMCTrig = New System.Windows.Forms.GroupBox()
|
|
Me.rdbMCtrNormal = New System.Windows.Forms.RadioButton()
|
|
Me.rdbMCTrAuto = New System.Windows.Forms.RadioButton()
|
|
Me.gbMCUS = New System.Windows.Forms.GroupBox()
|
|
Me.pnMCScale = New System.Windows.Forms.Panel()
|
|
Me.nudMCScale = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbMCScale = New System.Windows.Forms.Label()
|
|
Me.pnMCUnit = New System.Windows.Forms.Panel()
|
|
Me.lbMCUnit = New System.Windows.Forms.Label()
|
|
Me.rdbMCUnitA = New System.Windows.Forms.RadioButton()
|
|
Me.rdbMCUnitV = New System.Windows.Forms.RadioButton()
|
|
Me.gbRFOption = New System.Windows.Forms.GroupBox()
|
|
Me.gbRFWidth = New System.Windows.Forms.GroupBox()
|
|
Me.gbRFWdtime = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFWdtime = New System.Windows.Forms.Panel()
|
|
Me.txbRFWdtime = New System.Windows.Forms.TextBox()
|
|
Me.lbRFWdtime = New System.Windows.Forms.Label()
|
|
Me.gbRFWdRun = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFWdRun = New System.Windows.Forms.Panel()
|
|
Me.nudRFWdRun = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbRFWdRun = New System.Windows.Forms.Label()
|
|
Me.gbRFWdDelay = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFWdDelay = New System.Windows.Forms.Panel()
|
|
Me.txbRFWdDelay = New System.Windows.Forms.TextBox()
|
|
Me.lbRFWdDelay = New System.Windows.Forms.Label()
|
|
Me.gbRFWdTrgLv = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFWdTrgLv = New System.Windows.Forms.Panel()
|
|
Me.nudRFWdTrgLv = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbRFWdTrgLv = New System.Windows.Forms.Label()
|
|
Me.gbRFFrVp = New System.Windows.Forms.GroupBox()
|
|
Me.gbRFtime = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFtime = New System.Windows.Forms.Panel()
|
|
Me.txbRFtime = New System.Windows.Forms.TextBox()
|
|
Me.lbRFtime = New System.Windows.Forms.Label()
|
|
Me.gbRFRun = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFRun = New System.Windows.Forms.Panel()
|
|
Me.nudRFRun = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbRFRun = New System.Windows.Forms.Label()
|
|
Me.gbRFDelay = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFDelay = New System.Windows.Forms.Panel()
|
|
Me.txbRFDelay = New System.Windows.Forms.TextBox()
|
|
Me.lbRFDelay = New System.Windows.Forms.Label()
|
|
Me.gbRFTrgLv = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFTrgLv = New System.Windows.Forms.Panel()
|
|
Me.nudRFTrgLv = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbRFTrgLv = New System.Windows.Forms.Label()
|
|
Me.gbRFTrig = New System.Windows.Forms.GroupBox()
|
|
Me.rdbRFtrNormal = New System.Windows.Forms.RadioButton()
|
|
Me.rdbRFTrAuto = New System.Windows.Forms.RadioButton()
|
|
Me.pnRFCh = New System.Windows.Forms.Panel()
|
|
Me.nudRFCh = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbRFCh = New System.Windows.Forms.Label()
|
|
Me.gbRFUS = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFScale = New System.Windows.Forms.Panel()
|
|
Me.nudRFScale = New System.Windows.Forms.NumericUpDown()
|
|
Me.lbRFScale = New System.Windows.Forms.Label()
|
|
Me.pnRFUnit = New System.Windows.Forms.Panel()
|
|
Me.lbRFUnit = New System.Windows.Forms.Label()
|
|
Me.rdbRFUnitA = New System.Windows.Forms.RadioButton()
|
|
Me.rdbRFUnitV = New System.Windows.Forms.RadioButton()
|
|
Me.gbChkPoint = New System.Windows.Forms.GroupBox()
|
|
Me.pnStandard_Al = New System.Windows.Forms.Panel()
|
|
Me.gbDSStandard = New System.Windows.Forms.GroupBox()
|
|
Me.gbDSfw_st = New System.Windows.Forms.GroupBox()
|
|
Me.pnDSfw_st = New System.Windows.Forms.Panel()
|
|
Me.txbDSfw_st = New System.Windows.Forms.TextBox()
|
|
Me.lbDSfw_st = New System.Windows.Forms.Label()
|
|
Me.gbDSbat_st = New System.Windows.Forms.GroupBox()
|
|
Me.pnDSbat_stMax = New System.Windows.Forms.Panel()
|
|
Me.txbDSbat_stMax = New System.Windows.Forms.TextBox()
|
|
Me.lbDSbat_stMax = New System.Windows.Forms.Label()
|
|
Me.pnDSbat_stMin = New System.Windows.Forms.Panel()
|
|
Me.txbDSbat_stMin = New System.Windows.Forms.TextBox()
|
|
Me.lbDSbat_stMin = New System.Windows.Forms.Label()
|
|
Me.gbDSTmp_st = New System.Windows.Forms.GroupBox()
|
|
Me.gbDSTmpCa_st = New System.Windows.Forms.GroupBox()
|
|
Me.pnDSTmpCa_stMax = New System.Windows.Forms.Panel()
|
|
Me.txbDSTmpCa_stMax = New System.Windows.Forms.TextBox()
|
|
Me.lbDSTmpCa_stMax = New System.Windows.Forms.Label()
|
|
Me.pnDSTmpCa_stMin = New System.Windows.Forms.Panel()
|
|
Me.txbDSTmpCa_stMin = New System.Windows.Forms.TextBox()
|
|
Me.lbDSTmpCa_stMin = New System.Windows.Forms.Label()
|
|
Me.gbDSTmpDe_st = New System.Windows.Forms.GroupBox()
|
|
Me.pnDSTmpDe_stMax = New System.Windows.Forms.Panel()
|
|
Me.txbDSTmpDe_stMax = New System.Windows.Forms.TextBox()
|
|
Me.lbDSTmpDe_stMax = New System.Windows.Forms.Label()
|
|
Me.pnDSTmpDe_stMin = New System.Windows.Forms.Panel()
|
|
Me.txbDSTmpDe_stMin = New System.Windows.Forms.TextBox()
|
|
Me.lbDSTmpDe_stMin = New System.Windows.Forms.Label()
|
|
Me.gbDShf_st = New System.Windows.Forms.GroupBox()
|
|
Me.gbDSSub = New System.Windows.Forms.GroupBox()
|
|
Me.pnDSSub_Max = New System.Windows.Forms.Panel()
|
|
Me.txbDSSub_Max = New System.Windows.Forms.TextBox()
|
|
Me.lbDSSub_Max = New System.Windows.Forms.Label()
|
|
Me.pnDSSub_Min = New System.Windows.Forms.Panel()
|
|
Me.txbDSSub_Min = New System.Windows.Forms.TextBox()
|
|
Me.lbDSSub_Min = New System.Windows.Forms.Label()
|
|
Me.gbDShfDif_st = New System.Windows.Forms.GroupBox()
|
|
Me.pnDShfDif_st = New System.Windows.Forms.Panel()
|
|
Me.lbDShfDif_st2 = New System.Windows.Forms.Label()
|
|
Me.txbDShfDif_st = New System.Windows.Forms.TextBox()
|
|
Me.lbDShfDif_st1 = New System.Windows.Forms.Label()
|
|
Me.gbDShfOut_st = New System.Windows.Forms.GroupBox()
|
|
Me.pnDShfOut_stMax = New System.Windows.Forms.Panel()
|
|
Me.txbDShfOut_stMax = New System.Windows.Forms.TextBox()
|
|
Me.lbDShfOut_stMax = New System.Windows.Forms.Label()
|
|
Me.pnDShfOut_stMin = New System.Windows.Forms.Panel()
|
|
Me.txbDShfOut_stMin = New System.Windows.Forms.TextBox()
|
|
Me.lbDShfOut_stMin = New System.Windows.Forms.Label()
|
|
Me.gbEPsort_AL = New System.Windows.Forms.GroupBox()
|
|
Me.gbEPDuty3_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPDYmax3_AL = New System.Windows.Forms.Panel()
|
|
Me.txbEPDYmax3_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbEPDYmax3_AL = New System.Windows.Forms.Label()
|
|
Me.pnEPDYmin3_AL = New System.Windows.Forms.Panel()
|
|
Me.txbEPDYmin3_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbEPDYmin3_AL = New System.Windows.Forms.Label()
|
|
Me.gbEPDuty2_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPDYmax2_AL = New System.Windows.Forms.Panel()
|
|
Me.txbEPDYmax2_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbEPDYmax2_AL = New System.Windows.Forms.Label()
|
|
Me.pnEPDYmin2_AL = New System.Windows.Forms.Panel()
|
|
Me.txbEPDYmin2_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbEPDYmin2_AL = New System.Windows.Forms.Label()
|
|
Me.gbEPDuty1_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPDYmax1_AL = New System.Windows.Forms.Panel()
|
|
Me.txbEPDYmax1_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbEPDYmax1_AL = New System.Windows.Forms.Label()
|
|
Me.pnEPDYmin1_AL = New System.Windows.Forms.Panel()
|
|
Me.txbEPDYmin1_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbEPDYmin1_AL = New System.Windows.Forms.Label()
|
|
Me.gbEPVpp_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPVPmax_AL = New System.Windows.Forms.Panel()
|
|
Me.txbEPVPmax_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbEPVPmax_AL = New System.Windows.Forms.Label()
|
|
Me.pnEPVPmin_AL = New System.Windows.Forms.Panel()
|
|
Me.txbEPVPmin_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbEPVPmin_AL = New System.Windows.Forms.Label()
|
|
Me.gbBodysort = New System.Windows.Forms.GroupBox()
|
|
Me.gbBDVrms3_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnBDVRmax3_AL = New System.Windows.Forms.Panel()
|
|
Me.txbBDVRmax3_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbBDVRmax3_AL = New System.Windows.Forms.Label()
|
|
Me.pnBDVRmin3_AL = New System.Windows.Forms.Panel()
|
|
Me.txbBDVRmin3_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbBDVRmin3_AL = New System.Windows.Forms.Label()
|
|
Me.GroupBox7 = New System.Windows.Forms.GroupBox()
|
|
Me.GroupBox8 = New System.Windows.Forms.GroupBox()
|
|
Me.Panel11 = New System.Windows.Forms.Panel()
|
|
Me.TextBox9 = New System.Windows.Forms.TextBox()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.Panel12 = New System.Windows.Forms.Panel()
|
|
Me.TextBox10 = New System.Windows.Forms.TextBox()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.GroupBox9 = New System.Windows.Forms.GroupBox()
|
|
Me.Panel13 = New System.Windows.Forms.Panel()
|
|
Me.TextBox11 = New System.Windows.Forms.TextBox()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.Panel14 = New System.Windows.Forms.Panel()
|
|
Me.TextBox12 = New System.Windows.Forms.TextBox()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.GroupBox18 = New System.Windows.Forms.GroupBox()
|
|
Me.Panel15 = New System.Windows.Forms.Panel()
|
|
Me.TextBox13 = New System.Windows.Forms.TextBox()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.Panel16 = New System.Windows.Forms.Panel()
|
|
Me.TextBox14 = New System.Windows.Forms.TextBox()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.GroupBox19 = New System.Windows.Forms.GroupBox()
|
|
Me.Panel17 = New System.Windows.Forms.Panel()
|
|
Me.TextBox27 = New System.Windows.Forms.TextBox()
|
|
Me.Label27 = New System.Windows.Forms.Label()
|
|
Me.Panel30 = New System.Windows.Forms.Panel()
|
|
Me.TextBox28 = New System.Windows.Forms.TextBox()
|
|
Me.Label28 = New System.Windows.Forms.Label()
|
|
Me.gbBDVrms2_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnBDVRmax2_AL = New System.Windows.Forms.Panel()
|
|
Me.txbBDVRmax2_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbBDVRmax2_AL = New System.Windows.Forms.Label()
|
|
Me.pnBDVRmin2_AL = New System.Windows.Forms.Panel()
|
|
Me.txbBDVRmin2_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbBDVRmin2_AL = New System.Windows.Forms.Label()
|
|
Me.gbBDVrms1_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnBDVRmax1_AL = New System.Windows.Forms.Panel()
|
|
Me.txbBDVRmax1_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbBDVRmax1_AL = New System.Windows.Forms.Label()
|
|
Me.pnBDVRmin1_AL = New System.Windows.Forms.Panel()
|
|
Me.txbBDVRmin1_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbBDVRmin1_AL = New System.Windows.Forms.Label()
|
|
Me.gbOpTmp_AL = New System.Windows.Forms.GroupBox()
|
|
Me.gbTmpCart_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnTpCartMax_AL = New System.Windows.Forms.Panel()
|
|
Me.txbTpCartMax_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbTpCartMax_AL = New System.Windows.Forms.Label()
|
|
Me.pnTpCartMin_AL = New System.Windows.Forms.Panel()
|
|
Me.txbTpCartMin_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbTpCartMin_AL = New System.Windows.Forms.Label()
|
|
Me.gbTmpDev_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnTpDevMax_AL = New System.Windows.Forms.Panel()
|
|
Me.txbTpDevMax_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbTpDevMax_AL = New System.Windows.Forms.Label()
|
|
Me.pnTpDevMin_AL = New System.Windows.Forms.Panel()
|
|
Me.txbTpDevMin_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbTpDevMin_AL = New System.Windows.Forms.Label()
|
|
Me.gbOpBat_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnBatMax_AL = New System.Windows.Forms.Panel()
|
|
Me.txbBatMax_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbBatMax_AL = New System.Windows.Forms.Label()
|
|
Me.pnBatMin_AL = New System.Windows.Forms.Panel()
|
|
Me.txbBatMin_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbBatMin_AL = New System.Windows.Forms.Label()
|
|
Me.gbRFsort_AL = New System.Windows.Forms.GroupBox()
|
|
Me.gbRFVrms3_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFVRmax3_AL = New System.Windows.Forms.Panel()
|
|
Me.txbRFVRmax3_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbRFVRmax3_AL = New System.Windows.Forms.Label()
|
|
Me.pnRFVRmin3_AL = New System.Windows.Forms.Panel()
|
|
Me.txbRFVRmin3_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbRFVRmin3_AL = New System.Windows.Forms.Label()
|
|
Me.GroupBox27 = New System.Windows.Forms.GroupBox()
|
|
Me.GroupBox28 = New System.Windows.Forms.GroupBox()
|
|
Me.Panel41 = New System.Windows.Forms.Panel()
|
|
Me.TextBox38 = New System.Windows.Forms.TextBox()
|
|
Me.Label39 = New System.Windows.Forms.Label()
|
|
Me.Panel42 = New System.Windows.Forms.Panel()
|
|
Me.TextBox39 = New System.Windows.Forms.TextBox()
|
|
Me.Label40 = New System.Windows.Forms.Label()
|
|
Me.GroupBox29 = New System.Windows.Forms.GroupBox()
|
|
Me.Panel43 = New System.Windows.Forms.Panel()
|
|
Me.TextBox40 = New System.Windows.Forms.TextBox()
|
|
Me.Label41 = New System.Windows.Forms.Label()
|
|
Me.Panel44 = New System.Windows.Forms.Panel()
|
|
Me.TextBox41 = New System.Windows.Forms.TextBox()
|
|
Me.Label42 = New System.Windows.Forms.Label()
|
|
Me.GroupBox30 = New System.Windows.Forms.GroupBox()
|
|
Me.Panel45 = New System.Windows.Forms.Panel()
|
|
Me.TextBox42 = New System.Windows.Forms.TextBox()
|
|
Me.Label43 = New System.Windows.Forms.Label()
|
|
Me.Panel46 = New System.Windows.Forms.Panel()
|
|
Me.TextBox43 = New System.Windows.Forms.TextBox()
|
|
Me.Label44 = New System.Windows.Forms.Label()
|
|
Me.GroupBox31 = New System.Windows.Forms.GroupBox()
|
|
Me.Panel47 = New System.Windows.Forms.Panel()
|
|
Me.TextBox44 = New System.Windows.Forms.TextBox()
|
|
Me.Label45 = New System.Windows.Forms.Label()
|
|
Me.Panel48 = New System.Windows.Forms.Panel()
|
|
Me.TextBox45 = New System.Windows.Forms.TextBox()
|
|
Me.Label46 = New System.Windows.Forms.Label()
|
|
Me.gbRFVrms2_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFVRmax2_AL = New System.Windows.Forms.Panel()
|
|
Me.txbRFVRmax2_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbRFVRmax2_AL = New System.Windows.Forms.Label()
|
|
Me.pnRFVRmin2_AL = New System.Windows.Forms.Panel()
|
|
Me.txbRFVRmin2_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbRFVRmin2_AL = New System.Windows.Forms.Label()
|
|
Me.gbRFVrms1_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFVRmax1_AL = New System.Windows.Forms.Panel()
|
|
Me.txbRFVRmax1_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbRFVRmax1_AL = New System.Windows.Forms.Label()
|
|
Me.pnRFVRmin1_AL = New System.Windows.Forms.Panel()
|
|
Me.txbRFVRmin1_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbRFVRmin1_AL = New System.Windows.Forms.Label()
|
|
Me.gbFirmVer_AL = New System.Windows.Forms.GroupBox()
|
|
Me.pnFirmVer_AL = New System.Windows.Forms.Panel()
|
|
Me.txbFirmVer_AL = New System.Windows.Forms.TextBox()
|
|
Me.lbFirmVer_AL = New System.Windows.Forms.Label()
|
|
Me.pnStandard_Max = New System.Windows.Forms.Panel()
|
|
Me.gbMCsort = New System.Windows.Forms.GroupBox()
|
|
Me.gbMCVpp = New System.Windows.Forms.GroupBox()
|
|
Me.pnMCVPmax = New System.Windows.Forms.Panel()
|
|
Me.txbMCVPmax = New System.Windows.Forms.TextBox()
|
|
Me.lbMCVPmax = New System.Windows.Forms.Label()
|
|
Me.pnMCVPmin = New System.Windows.Forms.Panel()
|
|
Me.txbMCVPmin = New System.Windows.Forms.TextBox()
|
|
Me.lbMCVPmin = New System.Windows.Forms.Label()
|
|
Me.gbMCFreq = New System.Windows.Forms.GroupBox()
|
|
Me.pnMCFrmax = New System.Windows.Forms.Panel()
|
|
Me.txbMCFrmax = New System.Windows.Forms.TextBox()
|
|
Me.lbMCFrmax = New System.Windows.Forms.Label()
|
|
Me.pnMCFrmin = New System.Windows.Forms.Panel()
|
|
Me.txbMCFrmin = New System.Windows.Forms.TextBox()
|
|
Me.lbMCFrmin = New System.Windows.Forms.Label()
|
|
Me.gbMCDuty = New System.Windows.Forms.GroupBox()
|
|
Me.pnMCDYmax = New System.Windows.Forms.Panel()
|
|
Me.txbMCDYmax = New System.Windows.Forms.TextBox()
|
|
Me.lbMCDYmax = New System.Windows.Forms.Label()
|
|
Me.pnMCDYmin = New System.Windows.Forms.Panel()
|
|
Me.txbMCDYmin = New System.Windows.Forms.TextBox()
|
|
Me.lbMCDYmin = New System.Windows.Forms.Label()
|
|
Me.gbEPsort = New System.Windows.Forms.GroupBox()
|
|
Me.gbEPDuty3 = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPDYmax3 = New System.Windows.Forms.Panel()
|
|
Me.txbEPDYmax3 = New System.Windows.Forms.TextBox()
|
|
Me.lbEPDYmax3 = New System.Windows.Forms.Label()
|
|
Me.pnEPDYmin3 = New System.Windows.Forms.Panel()
|
|
Me.txbEPDYmin3 = New System.Windows.Forms.TextBox()
|
|
Me.lbEPDYmin3 = New System.Windows.Forms.Label()
|
|
Me.gbEPDuty2 = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPDYmax2 = New System.Windows.Forms.Panel()
|
|
Me.txbEPDYmax2 = New System.Windows.Forms.TextBox()
|
|
Me.lbEPDYmax2 = New System.Windows.Forms.Label()
|
|
Me.pnEPDYmin2 = New System.Windows.Forms.Panel()
|
|
Me.txbEPDYmin2 = New System.Windows.Forms.TextBox()
|
|
Me.lbEPDYmin2 = New System.Windows.Forms.Label()
|
|
Me.gbEPDuty1 = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPDYmax1 = New System.Windows.Forms.Panel()
|
|
Me.txbEPDYmax1 = New System.Windows.Forms.TextBox()
|
|
Me.lbEPDYmax1 = New System.Windows.Forms.Label()
|
|
Me.pnEPDYmin1 = New System.Windows.Forms.Panel()
|
|
Me.txbEPDYmin1 = New System.Windows.Forms.TextBox()
|
|
Me.lbEPDYmin1 = New System.Windows.Forms.Label()
|
|
Me.gbEPVpp = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPVPmax = New System.Windows.Forms.Panel()
|
|
Me.txbEPVPmax = New System.Windows.Forms.TextBox()
|
|
Me.lbEPVPmax = New System.Windows.Forms.Label()
|
|
Me.pnEPVPmin = New System.Windows.Forms.Panel()
|
|
Me.txbEPVPmin = New System.Windows.Forms.TextBox()
|
|
Me.lbEPVPmin = New System.Windows.Forms.Label()
|
|
Me.gbRedSrt = New System.Windows.Forms.GroupBox()
|
|
Me.gbRBgt = New System.Windows.Forms.GroupBox()
|
|
Me.pnRBgtMax = New System.Windows.Forms.Panel()
|
|
Me.txbRBgtMax = New System.Windows.Forms.TextBox()
|
|
Me.lbRBgtMax = New System.Windows.Forms.Label()
|
|
Me.pnRBgtMin = New System.Windows.Forms.Panel()
|
|
Me.txbRBgtMin = New System.Windows.Forms.TextBox()
|
|
Me.lbRBgtMin = New System.Windows.Forms.Label()
|
|
Me.gbRSat = New System.Windows.Forms.GroupBox()
|
|
Me.pnRSatMax = New System.Windows.Forms.Panel()
|
|
Me.txbRSatMax = New System.Windows.Forms.TextBox()
|
|
Me.lbRSatMax = New System.Windows.Forms.Label()
|
|
Me.pnRSatMin = New System.Windows.Forms.Panel()
|
|
Me.txbRSatMin = New System.Windows.Forms.TextBox()
|
|
Me.lbRSatMin = New System.Windows.Forms.Label()
|
|
Me.gbRHue = New System.Windows.Forms.GroupBox()
|
|
Me.pnRHueMax = New System.Windows.Forms.Panel()
|
|
Me.txbRHueMax = New System.Windows.Forms.TextBox()
|
|
Me.lbRHueMax = New System.Windows.Forms.Label()
|
|
Me.pnRHueMin = New System.Windows.Forms.Panel()
|
|
Me.txbRHueMin = New System.Windows.Forms.TextBox()
|
|
Me.lbRHueMin = New System.Windows.Forms.Label()
|
|
Me.gbLEDYellow1 = New System.Windows.Forms.GroupBox()
|
|
Me.gbYBgt1 = New System.Windows.Forms.GroupBox()
|
|
Me.pnYBgtMax = New System.Windows.Forms.Panel()
|
|
Me.txbYBgtMax1 = New System.Windows.Forms.TextBox()
|
|
Me.lbYBgtMax1 = New System.Windows.Forms.Label()
|
|
Me.pnYBgtMin1 = New System.Windows.Forms.Panel()
|
|
Me.txbYBgtMin1 = New System.Windows.Forms.TextBox()
|
|
Me.lbYBgtMin1 = New System.Windows.Forms.Label()
|
|
Me.gbYSat1 = New System.Windows.Forms.GroupBox()
|
|
Me.pnYSatMax1 = New System.Windows.Forms.Panel()
|
|
Me.txbYSatMax1 = New System.Windows.Forms.TextBox()
|
|
Me.lbYSatMax1 = New System.Windows.Forms.Label()
|
|
Me.pnYSatMin1 = New System.Windows.Forms.Panel()
|
|
Me.txbYSatMin1 = New System.Windows.Forms.TextBox()
|
|
Me.lbYSatMin1 = New System.Windows.Forms.Label()
|
|
Me.gbYHue1 = New System.Windows.Forms.GroupBox()
|
|
Me.pnYHueMax1 = New System.Windows.Forms.Panel()
|
|
Me.txbYHueMax1 = New System.Windows.Forms.TextBox()
|
|
Me.lbYHueMax1 = New System.Windows.Forms.Label()
|
|
Me.pnYHueMin1 = New System.Windows.Forms.Panel()
|
|
Me.txbYHueMin1 = New System.Windows.Forms.TextBox()
|
|
Me.lbYHueMin1 = New System.Windows.Forms.Label()
|
|
Me.gbOpTmp = New System.Windows.Forms.GroupBox()
|
|
Me.gbTmpCart = New System.Windows.Forms.GroupBox()
|
|
Me.pnTpCartMax = New System.Windows.Forms.Panel()
|
|
Me.txbTpCartMax = New System.Windows.Forms.TextBox()
|
|
Me.lbTpCartMax = New System.Windows.Forms.Label()
|
|
Me.pnTpCartMin = New System.Windows.Forms.Panel()
|
|
Me.txbTpCartMin = New System.Windows.Forms.TextBox()
|
|
Me.lbTpCartMin = New System.Windows.Forms.Label()
|
|
Me.gbTmpDev = New System.Windows.Forms.GroupBox()
|
|
Me.pnTpDevMax = New System.Windows.Forms.Panel()
|
|
Me.txbTpDevMax = New System.Windows.Forms.TextBox()
|
|
Me.lbTpDevMax = New System.Windows.Forms.Label()
|
|
Me.pnTpDevMin = New System.Windows.Forms.Panel()
|
|
Me.txbTpDevMin = New System.Windows.Forms.TextBox()
|
|
Me.lbTpDevMin = New System.Windows.Forms.Label()
|
|
Me.gbHFSort = New System.Windows.Forms.GroupBox()
|
|
Me.gbHFMin = New System.Windows.Forms.GroupBox()
|
|
Me.pnHFMin = New System.Windows.Forms.Panel()
|
|
Me.lbHFOpValue = New System.Windows.Forms.Label()
|
|
Me.txbHFMin = New System.Windows.Forms.TextBox()
|
|
Me.lbHFMin = New System.Windows.Forms.Label()
|
|
Me.gbHFoutput = New System.Windows.Forms.GroupBox()
|
|
Me.pnHFOutMax = New System.Windows.Forms.Panel()
|
|
Me.txbHFOutMax = New System.Windows.Forms.TextBox()
|
|
Me.lbHFOutMax = New System.Windows.Forms.Label()
|
|
Me.pnHFOutMin = New System.Windows.Forms.Panel()
|
|
Me.txbHFOutMin = New System.Windows.Forms.TextBox()
|
|
Me.lbHFOutMin = New System.Windows.Forms.Label()
|
|
Me.gbOpBat = New System.Windows.Forms.GroupBox()
|
|
Me.pnBatMax = New System.Windows.Forms.Panel()
|
|
Me.txbBatMax = New System.Windows.Forms.TextBox()
|
|
Me.lbBatMax = New System.Windows.Forms.Label()
|
|
Me.pnBatMin = New System.Windows.Forms.Panel()
|
|
Me.txbBatMin = New System.Windows.Forms.TextBox()
|
|
Me.lbBatMin = New System.Windows.Forms.Label()
|
|
Me.gbRFsort = New System.Windows.Forms.GroupBox()
|
|
Me.gbRFVrms3 = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFVRmax3 = New System.Windows.Forms.Panel()
|
|
Me.txbRFVRmax3 = New System.Windows.Forms.TextBox()
|
|
Me.lbRFVRmax3 = New System.Windows.Forms.Label()
|
|
Me.pnRFVRmin3 = New System.Windows.Forms.Panel()
|
|
Me.txbRFVRmin3 = New System.Windows.Forms.TextBox()
|
|
Me.lbRFVRmin3 = New System.Windows.Forms.Label()
|
|
Me.gbLEDOption = New System.Windows.Forms.GroupBox()
|
|
Me.gbYelPoint2 = New System.Windows.Forms.GroupBox()
|
|
Me.pnYelY2 = New System.Windows.Forms.Panel()
|
|
Me.txbYelY2 = New System.Windows.Forms.TextBox()
|
|
Me.lbYelY2 = New System.Windows.Forms.Label()
|
|
Me.pnYelX2 = New System.Windows.Forms.Panel()
|
|
Me.txbYelX2 = New System.Windows.Forms.TextBox()
|
|
Me.lbYelX2 = New System.Windows.Forms.Label()
|
|
Me.gbYelPoint1 = New System.Windows.Forms.GroupBox()
|
|
Me.pnYelY1 = New System.Windows.Forms.Panel()
|
|
Me.txbYelY1 = New System.Windows.Forms.TextBox()
|
|
Me.lbYelY1 = New System.Windows.Forms.Label()
|
|
Me.pnYelX1 = New System.Windows.Forms.Panel()
|
|
Me.txbYelX1 = New System.Windows.Forms.TextBox()
|
|
Me.lbYelX1 = New System.Windows.Forms.Label()
|
|
Me.gbRedPoint2 = New System.Windows.Forms.GroupBox()
|
|
Me.pnRedY2 = New System.Windows.Forms.Panel()
|
|
Me.txbRedY2 = New System.Windows.Forms.TextBox()
|
|
Me.lbRedY2 = New System.Windows.Forms.Label()
|
|
Me.pnRedX2 = New System.Windows.Forms.Panel()
|
|
Me.txbRedX2 = New System.Windows.Forms.TextBox()
|
|
Me.lbRedX2 = New System.Windows.Forms.Label()
|
|
Me.gbRedPoint1 = New System.Windows.Forms.GroupBox()
|
|
Me.pnRedY1 = New System.Windows.Forms.Panel()
|
|
Me.txbRedY1 = New System.Windows.Forms.TextBox()
|
|
Me.lbRedY1 = New System.Windows.Forms.Label()
|
|
Me.pnRedX1 = New System.Windows.Forms.Panel()
|
|
Me.txbRedX1 = New System.Windows.Forms.TextBox()
|
|
Me.lbRedX1 = New System.Windows.Forms.Label()
|
|
Me.gbRFVrms2 = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFVRmax2 = New System.Windows.Forms.Panel()
|
|
Me.txbRFVRmax2 = New System.Windows.Forms.TextBox()
|
|
Me.lbRFVRmax2 = New System.Windows.Forms.Label()
|
|
Me.pnRFVRmin2 = New System.Windows.Forms.Panel()
|
|
Me.txbRFVRmin2 = New System.Windows.Forms.TextBox()
|
|
Me.lbRFVRmin2 = New System.Windows.Forms.Label()
|
|
Me.gbRFVrms1 = New System.Windows.Forms.GroupBox()
|
|
Me.pnRFVRmax1 = New System.Windows.Forms.Panel()
|
|
Me.txbRFVRmax1 = New System.Windows.Forms.TextBox()
|
|
Me.lbRFVRmax1 = New System.Windows.Forms.Label()
|
|
Me.pnRFVRmin1 = New System.Windows.Forms.Panel()
|
|
Me.txbRFVRmin1 = New System.Windows.Forms.TextBox()
|
|
Me.lbRFVRmin1 = New System.Windows.Forms.Label()
|
|
Me.gbFirmVer = New System.Windows.Forms.GroupBox()
|
|
Me.pnFirmVer = New System.Windows.Forms.Panel()
|
|
Me.txbFirmVer = New System.Windows.Forms.TextBox()
|
|
Me.lbFirmVer = New System.Windows.Forms.Label()
|
|
Me.JigSerial = New System.IO.Ports.SerialPort(Me.components)
|
|
Me.pnMain = New System.Windows.Forms.Panel()
|
|
Me.gbMode = New System.Windows.Forms.GroupBox()
|
|
Me.checkBoxMcUse = New System.Windows.Forms.CheckBox()
|
|
Me.checkBoxEpUse = New System.Windows.Forms.CheckBox()
|
|
Me.checkBoxRfUse = New System.Windows.Forms.CheckBox()
|
|
Me.checkBoxHfUse = New System.Windows.Forms.CheckBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.comboBoxVerificationStep = New System.Windows.Forms.ComboBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.comboBoxModel = New System.Windows.Forms.ComboBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.gbDSForm = New System.Windows.Forms.GroupBox()
|
|
Me.pnDSWrite = New System.Windows.Forms.Panel()
|
|
Me.lbDSWrite = New System.Windows.Forms.Label()
|
|
Me.txbDSSave = New System.Windows.Forms.TextBox()
|
|
Me.pnDSWriteState = New System.Windows.Forms.Panel()
|
|
Me.lbDSWrite_3 = New System.Windows.Forms.Label()
|
|
Me.txbDSWrite_3 = New System.Windows.Forms.TextBox()
|
|
Me.lbDSWrite_2 = New System.Windows.Forms.Label()
|
|
Me.txbDSWrite_2 = New System.Windows.Forms.TextBox()
|
|
Me.lbDSWrite_1 = New System.Windows.Forms.Label()
|
|
Me.txbDSWrite = New System.Windows.Forms.TextBox()
|
|
Me.pnDSHifu = New System.Windows.Forms.Panel()
|
|
Me.lbDSHifu = New System.Windows.Forms.Label()
|
|
Me.txbDSHifu = New System.Windows.Forms.TextBox()
|
|
Me.pnDSHifuState = New System.Windows.Forms.Panel()
|
|
Me.lbDSHifu_3 = New System.Windows.Forms.Label()
|
|
Me.txbDSHifu_3 = New System.Windows.Forms.TextBox()
|
|
Me.lbDSHifu_2 = New System.Windows.Forms.Label()
|
|
Me.txbDSHifu_2 = New System.Windows.Forms.TextBox()
|
|
Me.lbDSHifu_1 = New System.Windows.Forms.Label()
|
|
Me.txbDSHifu_1 = New System.Windows.Forms.TextBox()
|
|
Me.pnDSBasic = New System.Windows.Forms.Panel()
|
|
Me.lbDSBasic = New System.Windows.Forms.Label()
|
|
Me.txbDSBasic = New System.Windows.Forms.TextBox()
|
|
Me.pnDSBasicState = New System.Windows.Forms.Panel()
|
|
Me.lbDSBat = New System.Windows.Forms.Label()
|
|
Me.txbDSBat = New System.Windows.Forms.TextBox()
|
|
Me.lbDSTemp = New System.Windows.Forms.Label()
|
|
Me.txbDSTemp = New System.Windows.Forms.TextBox()
|
|
Me.lbDSFirm = New System.Windows.Forms.Label()
|
|
Me.txbDSFirm = New System.Windows.Forms.TextBox()
|
|
Me.gbRunCount = New System.Windows.Forms.GroupBox()
|
|
Me.txbNgCount = New System.Windows.Forms.TextBox()
|
|
Me.lbNgCount = New System.Windows.Forms.Label()
|
|
Me.txbOkCount = New System.Windows.Forms.TextBox()
|
|
Me.lbOkCount = New System.Windows.Forms.Label()
|
|
Me.txbDayCount = New System.Windows.Forms.TextBox()
|
|
Me.lbDayCount = New System.Windows.Forms.Label()
|
|
Me.gbOldMode = New System.Windows.Forms.GroupBox()
|
|
Me.rdbEFPD = New System.Windows.Forms.RadioButton()
|
|
Me.rdbEFIQC = New System.Windows.Forms.RadioButton()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.rdbDsPD = New System.Windows.Forms.RadioButton()
|
|
Me.rdbDsIQC = New System.Windows.Forms.RadioButton()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.rdbCompany = New System.Windows.Forms.RadioButton()
|
|
Me.lbALTO = New System.Windows.Forms.Label()
|
|
Me.rdbAltoPD = New System.Windows.Forms.RadioButton()
|
|
Me.rdbAltoIqc = New System.Windows.Forms.RadioButton()
|
|
Me.lbMAX = New System.Windows.Forms.Label()
|
|
Me.rdbIQC = New System.Windows.Forms.RadioButton()
|
|
Me.rdbRFMCEP = New System.Windows.Forms.RadioButton()
|
|
Me.rdbHF = New System.Windows.Forms.RadioButton()
|
|
Me.rdbAll = New System.Windows.Forms.RadioButton()
|
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
Me.btnReStart = New System.Windows.Forms.Button()
|
|
Me.gbBarcode = New System.Windows.Forms.GroupBox()
|
|
Me.pnCPUTemp = New System.Windows.Forms.Panel()
|
|
Me.txbCPUTemp = New System.Windows.Forms.TextBox()
|
|
Me.lbCPUTemp = New System.Windows.Forms.Label()
|
|
Me.pnFreq = New System.Windows.Forms.Panel()
|
|
Me.txbFreq = New System.Windows.Forms.TextBox()
|
|
Me.lbFreq = New System.Windows.Forms.Label()
|
|
Me.pnDate = New System.Windows.Forms.Panel()
|
|
Me.txbDate = New System.Windows.Forms.TextBox()
|
|
Me.lbDate = New System.Windows.Forms.Label()
|
|
Me.pnTDSN = New System.Windows.Forms.Panel()
|
|
Me.txbTDSN = New System.Windows.Forms.TextBox()
|
|
Me.lbTDSN = New System.Windows.Forms.Label()
|
|
Me.pnGrade = New System.Windows.Forms.Panel()
|
|
Me.txbGrade = New System.Windows.Forms.TextBox()
|
|
Me.lbGrade = New System.Windows.Forms.Label()
|
|
Me.pnVer = New System.Windows.Forms.Panel()
|
|
Me.txbVer = New System.Windows.Forms.TextBox()
|
|
Me.lbVer = New System.Windows.Forms.Label()
|
|
Me.pnVolt = New System.Windows.Forms.Panel()
|
|
Me.txbVolt = New System.Windows.Forms.TextBox()
|
|
Me.lbVolt = New System.Windows.Forms.Label()
|
|
Me.pnDevTmp = New System.Windows.Forms.Panel()
|
|
Me.txbDevTmp = New System.Windows.Forms.TextBox()
|
|
Me.lbDevTmp = New System.Windows.Forms.Label()
|
|
Me.pnCartTmp = New System.Windows.Forms.Panel()
|
|
Me.txbCartTmp = New System.Windows.Forms.TextBox()
|
|
Me.lbCartTmp = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.txbBarcode = New System.Windows.Forms.TextBox()
|
|
Me.lbBarcode = New System.Windows.Forms.Label()
|
|
Me.btnRun = New System.Windows.Forms.Button()
|
|
Me.btnEnd = New System.Windows.Forms.Button()
|
|
Me.gpbConfig = New System.Windows.Forms.GroupBox()
|
|
Me.ckbModeV2 = New System.Windows.Forms.CheckBox()
|
|
Me.PNnormal = New System.Windows.Forms.Panel()
|
|
Me.chbAutoMeasure = New System.Windows.Forms.CheckBox()
|
|
Me.chbUseBarcode = New System.Windows.Forms.CheckBox()
|
|
Me.btnSetup = New System.Windows.Forms.Button()
|
|
Me.gbAltoIQC = New System.Windows.Forms.GroupBox()
|
|
Me.pnAlIQCBody = New System.Windows.Forms.Panel()
|
|
Me.lbAlIQCBody = New System.Windows.Forms.Label()
|
|
Me.txbAlIQCBody = New System.Windows.Forms.TextBox()
|
|
Me.pnAlIQCBody_state = New System.Windows.Forms.Panel()
|
|
Me.lbAlIQCBody_3 = New System.Windows.Forms.Label()
|
|
Me.txbAlIQCBody_3 = New System.Windows.Forms.TextBox()
|
|
Me.lbAlIQCBody_2 = New System.Windows.Forms.Label()
|
|
Me.txbAlIQCBody_2 = New System.Windows.Forms.TextBox()
|
|
Me.lbAlIQCBody_1 = New System.Windows.Forms.Label()
|
|
Me.txbAlIQCBody_1 = New System.Windows.Forms.TextBox()
|
|
Me.pnAlIQCEP = New System.Windows.Forms.Panel()
|
|
Me.lbAlIQCEP = New System.Windows.Forms.Label()
|
|
Me.txbAlIQCEP = New System.Windows.Forms.TextBox()
|
|
Me.pnAlIQCEP_state = New System.Windows.Forms.Panel()
|
|
Me.lbAlIQCEP_3 = New System.Windows.Forms.Label()
|
|
Me.txbAlIQCEP_3 = New System.Windows.Forms.TextBox()
|
|
Me.lbAlIQCEP_2 = New System.Windows.Forms.Label()
|
|
Me.txbAlIQCEP_2 = New System.Windows.Forms.TextBox()
|
|
Me.lbAlIQCEP_1 = New System.Windows.Forms.Label()
|
|
Me.txbAlIQCEP_1 = New System.Windows.Forms.TextBox()
|
|
Me.pnAlIQCRF = New System.Windows.Forms.Panel()
|
|
Me.lbAlIQCRF = New System.Windows.Forms.Label()
|
|
Me.txbAlIQCRF = New System.Windows.Forms.TextBox()
|
|
Me.pnAlIQCRF_state = New System.Windows.Forms.Panel()
|
|
Me.lbAlIQCRF_3 = New System.Windows.Forms.Label()
|
|
Me.txbAlIQCRF_3 = New System.Windows.Forms.TextBox()
|
|
Me.lbAlIQCRF_2 = New System.Windows.Forms.Label()
|
|
Me.txbAlIQCRF_2 = New System.Windows.Forms.TextBox()
|
|
Me.lbAlIQCRF_1 = New System.Windows.Forms.Label()
|
|
Me.txbAlIQCRF_1 = New System.Windows.Forms.TextBox()
|
|
Me.gbIQC = New System.Windows.Forms.GroupBox()
|
|
Me.pnIQCEP = New System.Windows.Forms.Panel()
|
|
Me.lbIQCEP = New System.Windows.Forms.Label()
|
|
Me.txbIQCEP = New System.Windows.Forms.TextBox()
|
|
Me.pnIQCRun3 = New System.Windows.Forms.Panel()
|
|
Me.lbIQCEP3 = New System.Windows.Forms.Label()
|
|
Me.txbIQCEP3 = New System.Windows.Forms.TextBox()
|
|
Me.lbIQCEP2 = New System.Windows.Forms.Label()
|
|
Me.txbIQCEP2 = New System.Windows.Forms.TextBox()
|
|
Me.lbIQCEP1 = New System.Windows.Forms.Label()
|
|
Me.txbIQCEP1 = New System.Windows.Forms.TextBox()
|
|
Me.pnIQCRF = New System.Windows.Forms.Panel()
|
|
Me.lbIQCRF = New System.Windows.Forms.Label()
|
|
Me.txbIQCRF = New System.Windows.Forms.TextBox()
|
|
Me.pnIQCRun2 = New System.Windows.Forms.Panel()
|
|
Me.lbIQCRF3 = New System.Windows.Forms.Label()
|
|
Me.txbIQCRF3 = New System.Windows.Forms.TextBox()
|
|
Me.lbIQCRF2 = New System.Windows.Forms.Label()
|
|
Me.txbIQCRF2 = New System.Windows.Forms.TextBox()
|
|
Me.lbIQCRF1 = New System.Windows.Forms.Label()
|
|
Me.txbIQCRF1 = New System.Windows.Forms.TextBox()
|
|
Me.pnIQCHF = New System.Windows.Forms.Panel()
|
|
Me.lbIQCHF = New System.Windows.Forms.Label()
|
|
Me.txbIQCHF = New System.Windows.Forms.TextBox()
|
|
Me.pnIQCRun1 = New System.Windows.Forms.Panel()
|
|
Me.lbIQCHF3 = New System.Windows.Forms.Label()
|
|
Me.txbIQCHF3 = New System.Windows.Forms.TextBox()
|
|
Me.lbIQCHF2 = New System.Windows.Forms.Label()
|
|
Me.txbIQCHF2 = New System.Windows.Forms.TextBox()
|
|
Me.lbIQCHF1 = New System.Windows.Forms.Label()
|
|
Me.txbIQCHF1 = New System.Windows.Forms.TextBox()
|
|
Me.gbHFTest = New System.Windows.Forms.GroupBox()
|
|
Me.pnDBreg = New System.Windows.Forms.Panel()
|
|
Me.lbDBreg = New System.Windows.Forms.Label()
|
|
Me.txbDBreg = New System.Windows.Forms.TextBox()
|
|
Me.pnTDreg = New System.Windows.Forms.Panel()
|
|
Me.lbTDreg = New System.Windows.Forms.Label()
|
|
Me.txbTDreg = New System.Windows.Forms.TextBox()
|
|
Me.pnHFtest = New System.Windows.Forms.Panel()
|
|
Me.lbHFtest3 = New System.Windows.Forms.Label()
|
|
Me.txbHFtest3 = New System.Windows.Forms.TextBox()
|
|
Me.lbHFtest2 = New System.Windows.Forms.Label()
|
|
Me.txbHFtest2 = New System.Windows.Forms.TextBox()
|
|
Me.lbHFtest1 = New System.Windows.Forms.Label()
|
|
Me.txbHFtest1 = New System.Windows.Forms.TextBox()
|
|
Me.pnHF = New System.Windows.Forms.Panel()
|
|
Me.lbHF = New System.Windows.Forms.Label()
|
|
Me.txbHFresult = New System.Windows.Forms.TextBox()
|
|
Me.pnTemp = New System.Windows.Forms.Panel()
|
|
Me.lbTemp = New System.Windows.Forms.Label()
|
|
Me.txbTemp = New System.Windows.Forms.TextBox()
|
|
Me.pnBat = New System.Windows.Forms.Panel()
|
|
Me.lbBat = New System.Windows.Forms.Label()
|
|
Me.txbBat = New System.Windows.Forms.TextBox()
|
|
Me.gbStep = New System.Windows.Forms.GroupBox()
|
|
Me.pnStep7 = New System.Windows.Forms.Panel()
|
|
Me.txbStep7 = New System.Windows.Forms.TextBox()
|
|
Me.lbStep7 = New System.Windows.Forms.Label()
|
|
Me.pnStep6 = New System.Windows.Forms.Panel()
|
|
Me.txbStep6 = New System.Windows.Forms.TextBox()
|
|
Me.lbStep6 = New System.Windows.Forms.Label()
|
|
Me.pnStep10 = New System.Windows.Forms.Panel()
|
|
Me.txbStep10 = New System.Windows.Forms.TextBox()
|
|
Me.lbStep10 = New System.Windows.Forms.Label()
|
|
Me.pnStep9 = New System.Windows.Forms.Panel()
|
|
Me.txbStep9 = New System.Windows.Forms.TextBox()
|
|
Me.lbStep9 = New System.Windows.Forms.Label()
|
|
Me.pnStep8 = New System.Windows.Forms.Panel()
|
|
Me.txbStep8 = New System.Windows.Forms.TextBox()
|
|
Me.lbStep8 = New System.Windows.Forms.Label()
|
|
Me.pnStep5 = New System.Windows.Forms.Panel()
|
|
Me.lbStep5 = New System.Windows.Forms.Label()
|
|
Me.txbStep5 = New System.Windows.Forms.TextBox()
|
|
Me.pnStep4 = New System.Windows.Forms.Panel()
|
|
Me.txbStep4 = New System.Windows.Forms.TextBox()
|
|
Me.lbStep4 = New System.Windows.Forms.Label()
|
|
Me.pnStep3 = New System.Windows.Forms.Panel()
|
|
Me.txbStep3 = New System.Windows.Forms.TextBox()
|
|
Me.lbStep3 = New System.Windows.Forms.Label()
|
|
Me.pnStep2 = New System.Windows.Forms.Panel()
|
|
Me.txbStep2 = New System.Windows.Forms.TextBox()
|
|
Me.lbStep2 = New System.Windows.Forms.Label()
|
|
Me.pnStep1 = New System.Windows.Forms.Panel()
|
|
Me.txbStep1 = New System.Windows.Forms.TextBox()
|
|
Me.lbStep1 = New System.Windows.Forms.Label()
|
|
Me.gbRFMCEP = New System.Windows.Forms.GroupBox()
|
|
Me.pnEPtest = New System.Windows.Forms.Panel()
|
|
Me.lbEPtest3 = New System.Windows.Forms.Label()
|
|
Me.txbEPtest3 = New System.Windows.Forms.TextBox()
|
|
Me.lbEPtest2 = New System.Windows.Forms.Label()
|
|
Me.txbEPtest2 = New System.Windows.Forms.TextBox()
|
|
Me.lbEPtest1 = New System.Windows.Forms.Label()
|
|
Me.txbEPtest1 = New System.Windows.Forms.TextBox()
|
|
Me.pnEP = New System.Windows.Forms.Panel()
|
|
Me.lbEPresult = New System.Windows.Forms.Label()
|
|
Me.txbEPresult = New System.Windows.Forms.TextBox()
|
|
Me.pnMC = New System.Windows.Forms.Panel()
|
|
Me.lbMCresult = New System.Windows.Forms.Label()
|
|
Me.txbMCresult = New System.Windows.Forms.TextBox()
|
|
Me.pnRF = New System.Windows.Forms.Panel()
|
|
Me.lbRFresult = New System.Windows.Forms.Label()
|
|
Me.txbRFresult = New System.Windows.Forms.TextBox()
|
|
Me.pnRFtest = New System.Windows.Forms.Panel()
|
|
Me.lbRFtest3 = New System.Windows.Forms.Label()
|
|
Me.txbRFtest3 = New System.Windows.Forms.TextBox()
|
|
Me.lbRFtest2 = New System.Windows.Forms.Label()
|
|
Me.txbRFtest2 = New System.Windows.Forms.TextBox()
|
|
Me.lbRFtest1 = New System.Windows.Forms.Label()
|
|
Me.txbRFtest1 = New System.Windows.Forms.TextBox()
|
|
Me.BarTimer = New System.Windows.Forms.Timer(Me.components)
|
|
Me.pnOption.SuspendLayout
|
|
Me.gbJigNum.SuspendLayout
|
|
CType(Me.nudJigNum, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbckbETC.SuspendLayout
|
|
Me.Panel2.SuspendLayout
|
|
Me.gbopETC.SuspendLayout
|
|
Me.gbStandard.SuspendLayout
|
|
Me.gbopSet.SuspendLayout
|
|
Me.gbopSet2.SuspendLayout
|
|
Me.gbJIGOption.SuspendLayout
|
|
Me.gbDTTimeout.SuspendLayout
|
|
Me.pnDTTimeout.SuspendLayout
|
|
Me.gbJgDelay.SuspendLayout
|
|
Me.pnJgDelay.SuspendLayout
|
|
Me.gbJgTimeout.SuspendLayout
|
|
Me.pnJgTimeout.SuspendLayout
|
|
Me.gbEqipOption.SuspendLayout
|
|
Me.pnScopeID.SuspendLayout
|
|
Me.pnSpecID.SuspendLayout
|
|
Me.gbEqipReg.SuspendLayout
|
|
CType(Me.dgvID, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbSerial.SuspendLayout
|
|
Me.gbSpecOption.SuspendLayout
|
|
Me.gbSpan.SuspendLayout
|
|
Me.pnSpan.SuspendLayout
|
|
Me.gbRBW.SuspendLayout
|
|
Me.pnRBW.SuspendLayout
|
|
Me.gbHFoption.SuspendLayout
|
|
Me.gbRefLev.SuspendLayout
|
|
Me.pnRefLev.SuspendLayout
|
|
Me.gbDSDelay.SuspendLayout
|
|
Me.pnDSDelay.SuspendLayout
|
|
Me.gbHFReCkCnt.SuspendLayout
|
|
Me.pnHFReCkCnt.SuspendLayout
|
|
Me.gbHFStDelay.SuspendLayout
|
|
Me.pnHFStDelay.SuspendLayout
|
|
Me.gbHFReCnt.SuspendLayout
|
|
Me.pnHFReCnt.SuspendLayout
|
|
Me.gbTestFR.SuspendLayout
|
|
Me.pnFrStep3.SuspendLayout
|
|
Me.pnFrStep2.SuspendLayout
|
|
Me.pnFrStep1.SuspendLayout
|
|
Me.gbHFeffect.SuspendLayout
|
|
Me.pnHFeffect.SuspendLayout
|
|
Me.gbHFRun.SuspendLayout
|
|
Me.pnHFCount.SuspendLayout
|
|
CType(Me.nudHFCount, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.pnHFwait.SuspendLayout
|
|
CType(Me.nudHFwait, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.pnHFRun.SuspendLayout
|
|
CType(Me.nudHFRun, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbHFLowShot.SuspendLayout
|
|
Me.pnHFLowShot.SuspendLayout
|
|
Me.gbLedOp.SuspendLayout
|
|
Me.gbLedRe.SuspendLayout
|
|
Me.pnLedRe.SuspendLayout
|
|
CType(Me.nudLedRe, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbLedStart.SuspendLayout
|
|
Me.pnLEDStart.SuspendLayout
|
|
CType(Me.nudLEDStart, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbLedSave.SuspendLayout
|
|
Me.gbCamSelect.SuspendLayout
|
|
Me.gbCamDelay.SuspendLayout
|
|
Me.pnCamDelay.SuspendLayout
|
|
Me.gbLedCdn.SuspendLayout
|
|
Me.gbInc.SuspendLayout
|
|
Me.pnInc.SuspendLayout
|
|
Me.gbAround.SuspendLayout
|
|
Me.pnAround.SuspendLayout
|
|
Me.gbYelCdn.SuspendLayout
|
|
Me.gbYelCdn_2.SuspendLayout
|
|
Me.pnYelCdn_Y2.SuspendLayout
|
|
Me.pnYelCdn_X2.SuspendLayout
|
|
Me.gbYelCdn_1.SuspendLayout
|
|
Me.pnYelCdn_Y1.SuspendLayout
|
|
Me.pnYelCdn_X1.SuspendLayout
|
|
Me.gbRedCdn.SuspendLayout
|
|
Me.gbRedCdn_2.SuspendLayout
|
|
Me.pnRedCdn_Y2.SuspendLayout
|
|
Me.pnRedCdn_X2.SuspendLayout
|
|
Me.gbRedCdn_1.SuspendLayout
|
|
Me.pnRedCdn_Y1.SuspendLayout
|
|
Me.pnRedCdn_X1.SuspendLayout
|
|
Me.gbETC.SuspendLayout
|
|
Me.gbOnRe.SuspendLayout
|
|
Me.pnOnRe.SuspendLayout
|
|
CType(Me.nudOnRe, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbEPRe.SuspendLayout
|
|
Me.pnEPRe.SuspendLayout
|
|
CType(Me.nudEPRe, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbSaveCk.SuspendLayout
|
|
Me.pnSaveCk.SuspendLayout
|
|
CType(Me.nudSaveCk, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbScTimeout.SuspendLayout
|
|
Me.pnScTimeout.SuspendLayout
|
|
CType(Me.nudScTimeout, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbSpTimeout.SuspendLayout
|
|
Me.pnSpTimeout.SuspendLayout
|
|
CType(Me.nudSpTimeout, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbJgBaudRate.SuspendLayout
|
|
Me.pnJgBaudRate.SuspendLayout
|
|
Me.gbStepDelay.SuspendLayout
|
|
Me.pnStepDelay.SuspendLayout
|
|
CType(Me.nudStepDelay, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbScopeOption.SuspendLayout
|
|
Me.gbEPoption.SuspendLayout
|
|
Me.gbEPFVRun.SuspendLayout
|
|
Me.pnEPFVRun.SuspendLayout
|
|
CType(Me.nudEPFVRun, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbEPFVTrgLv.SuspendLayout
|
|
Me.pnEPFVTrgLv.SuspendLayout
|
|
CType(Me.nudEPFVTrgLv, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbEPFVDelay.SuspendLayout
|
|
Me.pnEPFVDelay.SuspendLayout
|
|
Me.gbEPFVtime.SuspendLayout
|
|
Me.pnEPFVtime.SuspendLayout
|
|
Me.gbEPUS.SuspendLayout
|
|
Me.pnEPScale.SuspendLayout
|
|
CType(Me.nudEPScale, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.pnEPUnit.SuspendLayout
|
|
Me.gbEPTrig.SuspendLayout
|
|
Me.pnEPCh.SuspendLayout
|
|
CType(Me.nudEPCh, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbEPTestFreq.SuspendLayout
|
|
Me.pnEPFreq3.SuspendLayout
|
|
Me.pnEPFreq2.SuspendLayout
|
|
Me.pnEPFreq1.SuspendLayout
|
|
Me.gbMCoption.SuspendLayout
|
|
Me.gbMCWidth.SuspendLayout
|
|
Me.gbMCWdTrgLv.SuspendLayout
|
|
Me.pnMCWdTrgLv.SuspendLayout
|
|
CType(Me.nudMCWdTrgLv, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbMCWdtime.SuspendLayout
|
|
Me.pnMCWdtime.SuspendLayout
|
|
Me.gbMCWdDelay.SuspendLayout
|
|
Me.pnMCWdDelay.SuspendLayout
|
|
Me.gbMCWdRun.SuspendLayout
|
|
Me.pnMCWdRun.SuspendLayout
|
|
CType(Me.nudMCWdRun, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbMCFrVp.SuspendLayout
|
|
Me.gbMCFVTrgLv.SuspendLayout
|
|
Me.pnMCFVTrgLv.SuspendLayout
|
|
CType(Me.nudMCFVTrgLv, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbMCFVtime.SuspendLayout
|
|
Me.pnMCFVtime.SuspendLayout
|
|
Me.gbMCFVDelay.SuspendLayout
|
|
Me.pnMCFVDelay.SuspendLayout
|
|
Me.gbMCFVRun.SuspendLayout
|
|
Me.pnMCFVRun.SuspendLayout
|
|
CType(Me.nudMCFVRun, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.pnMCCh.SuspendLayout
|
|
CType(Me.nudMCCh, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbMCTrig.SuspendLayout
|
|
Me.gbMCUS.SuspendLayout
|
|
Me.pnMCScale.SuspendLayout
|
|
CType(Me.nudMCScale, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.pnMCUnit.SuspendLayout
|
|
Me.gbRFOption.SuspendLayout
|
|
Me.gbRFWidth.SuspendLayout
|
|
Me.gbRFWdtime.SuspendLayout
|
|
Me.pnRFWdtime.SuspendLayout
|
|
Me.gbRFWdRun.SuspendLayout
|
|
Me.pnRFWdRun.SuspendLayout
|
|
CType(Me.nudRFWdRun, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbRFWdDelay.SuspendLayout
|
|
Me.pnRFWdDelay.SuspendLayout
|
|
Me.gbRFWdTrgLv.SuspendLayout
|
|
Me.pnRFWdTrgLv.SuspendLayout
|
|
CType(Me.nudRFWdTrgLv, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbRFFrVp.SuspendLayout
|
|
Me.gbRFtime.SuspendLayout
|
|
Me.pnRFtime.SuspendLayout
|
|
Me.gbRFRun.SuspendLayout
|
|
Me.pnRFRun.SuspendLayout
|
|
CType(Me.nudRFRun, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbRFDelay.SuspendLayout
|
|
Me.pnRFDelay.SuspendLayout
|
|
Me.gbRFTrgLv.SuspendLayout
|
|
Me.pnRFTrgLv.SuspendLayout
|
|
CType(Me.nudRFTrgLv, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbRFTrig.SuspendLayout
|
|
Me.pnRFCh.SuspendLayout
|
|
CType(Me.nudRFCh, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.gbRFUS.SuspendLayout
|
|
Me.pnRFScale.SuspendLayout
|
|
CType(Me.nudRFScale, System.ComponentModel.ISupportInitialize).BeginInit
|
|
Me.pnRFUnit.SuspendLayout
|
|
Me.gbChkPoint.SuspendLayout
|
|
Me.pnStandard_Al.SuspendLayout
|
|
Me.gbDSStandard.SuspendLayout
|
|
Me.gbDSfw_st.SuspendLayout
|
|
Me.pnDSfw_st.SuspendLayout
|
|
Me.gbDSbat_st.SuspendLayout
|
|
Me.pnDSbat_stMax.SuspendLayout
|
|
Me.pnDSbat_stMin.SuspendLayout
|
|
Me.gbDSTmp_st.SuspendLayout
|
|
Me.gbDSTmpCa_st.SuspendLayout
|
|
Me.pnDSTmpCa_stMax.SuspendLayout
|
|
Me.pnDSTmpCa_stMin.SuspendLayout
|
|
Me.gbDSTmpDe_st.SuspendLayout
|
|
Me.pnDSTmpDe_stMax.SuspendLayout
|
|
Me.pnDSTmpDe_stMin.SuspendLayout
|
|
Me.gbDShf_st.SuspendLayout
|
|
Me.gbDSSub.SuspendLayout
|
|
Me.pnDSSub_Max.SuspendLayout
|
|
Me.pnDSSub_Min.SuspendLayout
|
|
Me.gbDShfDif_st.SuspendLayout
|
|
Me.pnDShfDif_st.SuspendLayout
|
|
Me.gbDShfOut_st.SuspendLayout
|
|
Me.pnDShfOut_stMax.SuspendLayout
|
|
Me.pnDShfOut_stMin.SuspendLayout
|
|
Me.gbEPsort_AL.SuspendLayout
|
|
Me.gbEPDuty3_AL.SuspendLayout
|
|
Me.pnEPDYmax3_AL.SuspendLayout
|
|
Me.pnEPDYmin3_AL.SuspendLayout
|
|
Me.gbEPDuty2_AL.SuspendLayout
|
|
Me.pnEPDYmax2_AL.SuspendLayout
|
|
Me.pnEPDYmin2_AL.SuspendLayout
|
|
Me.gbEPDuty1_AL.SuspendLayout
|
|
Me.pnEPDYmax1_AL.SuspendLayout
|
|
Me.pnEPDYmin1_AL.SuspendLayout
|
|
Me.gbEPVpp_AL.SuspendLayout
|
|
Me.pnEPVPmax_AL.SuspendLayout
|
|
Me.pnEPVPmin_AL.SuspendLayout
|
|
Me.gbBodysort.SuspendLayout
|
|
Me.gbBDVrms3_AL.SuspendLayout
|
|
Me.pnBDVRmax3_AL.SuspendLayout
|
|
Me.pnBDVRmin3_AL.SuspendLayout
|
|
Me.GroupBox7.SuspendLayout
|
|
Me.GroupBox8.SuspendLayout
|
|
Me.Panel11.SuspendLayout
|
|
Me.Panel12.SuspendLayout
|
|
Me.GroupBox9.SuspendLayout
|
|
Me.Panel13.SuspendLayout
|
|
Me.Panel14.SuspendLayout
|
|
Me.GroupBox18.SuspendLayout
|
|
Me.Panel15.SuspendLayout
|
|
Me.Panel16.SuspendLayout
|
|
Me.GroupBox19.SuspendLayout
|
|
Me.Panel17.SuspendLayout
|
|
Me.Panel30.SuspendLayout
|
|
Me.gbBDVrms2_AL.SuspendLayout
|
|
Me.pnBDVRmax2_AL.SuspendLayout
|
|
Me.pnBDVRmin2_AL.SuspendLayout
|
|
Me.gbBDVrms1_AL.SuspendLayout
|
|
Me.pnBDVRmax1_AL.SuspendLayout
|
|
Me.pnBDVRmin1_AL.SuspendLayout
|
|
Me.gbOpTmp_AL.SuspendLayout
|
|
Me.gbTmpCart_AL.SuspendLayout
|
|
Me.pnTpCartMax_AL.SuspendLayout
|
|
Me.pnTpCartMin_AL.SuspendLayout
|
|
Me.gbTmpDev_AL.SuspendLayout
|
|
Me.pnTpDevMax_AL.SuspendLayout
|
|
Me.pnTpDevMin_AL.SuspendLayout
|
|
Me.gbOpBat_AL.SuspendLayout
|
|
Me.pnBatMax_AL.SuspendLayout
|
|
Me.pnBatMin_AL.SuspendLayout
|
|
Me.gbRFsort_AL.SuspendLayout
|
|
Me.gbRFVrms3_AL.SuspendLayout
|
|
Me.pnRFVRmax3_AL.SuspendLayout
|
|
Me.pnRFVRmin3_AL.SuspendLayout
|
|
Me.GroupBox27.SuspendLayout
|
|
Me.GroupBox28.SuspendLayout
|
|
Me.Panel41.SuspendLayout
|
|
Me.Panel42.SuspendLayout
|
|
Me.GroupBox29.SuspendLayout
|
|
Me.Panel43.SuspendLayout
|
|
Me.Panel44.SuspendLayout
|
|
Me.GroupBox30.SuspendLayout
|
|
Me.Panel45.SuspendLayout
|
|
Me.Panel46.SuspendLayout
|
|
Me.GroupBox31.SuspendLayout
|
|
Me.Panel47.SuspendLayout
|
|
Me.Panel48.SuspendLayout
|
|
Me.gbRFVrms2_AL.SuspendLayout
|
|
Me.pnRFVRmax2_AL.SuspendLayout
|
|
Me.pnRFVRmin2_AL.SuspendLayout
|
|
Me.gbRFVrms1_AL.SuspendLayout
|
|
Me.pnRFVRmax1_AL.SuspendLayout
|
|
Me.pnRFVRmin1_AL.SuspendLayout
|
|
Me.gbFirmVer_AL.SuspendLayout
|
|
Me.pnFirmVer_AL.SuspendLayout
|
|
Me.pnStandard_Max.SuspendLayout
|
|
Me.gbMCsort.SuspendLayout
|
|
Me.gbMCVpp.SuspendLayout
|
|
Me.pnMCVPmax.SuspendLayout
|
|
Me.pnMCVPmin.SuspendLayout
|
|
Me.gbMCFreq.SuspendLayout
|
|
Me.pnMCFrmax.SuspendLayout
|
|
Me.pnMCFrmin.SuspendLayout
|
|
Me.gbMCDuty.SuspendLayout
|
|
Me.pnMCDYmax.SuspendLayout
|
|
Me.pnMCDYmin.SuspendLayout
|
|
Me.gbEPsort.SuspendLayout
|
|
Me.gbEPDuty3.SuspendLayout
|
|
Me.pnEPDYmax3.SuspendLayout
|
|
Me.pnEPDYmin3.SuspendLayout
|
|
Me.gbEPDuty2.SuspendLayout
|
|
Me.pnEPDYmax2.SuspendLayout
|
|
Me.pnEPDYmin2.SuspendLayout
|
|
Me.gbEPDuty1.SuspendLayout
|
|
Me.pnEPDYmax1.SuspendLayout
|
|
Me.pnEPDYmin1.SuspendLayout
|
|
Me.gbEPVpp.SuspendLayout
|
|
Me.pnEPVPmax.SuspendLayout
|
|
Me.pnEPVPmin.SuspendLayout
|
|
Me.gbRedSrt.SuspendLayout
|
|
Me.gbRBgt.SuspendLayout
|
|
Me.pnRBgtMax.SuspendLayout
|
|
Me.pnRBgtMin.SuspendLayout
|
|
Me.gbRSat.SuspendLayout
|
|
Me.pnRSatMax.SuspendLayout
|
|
Me.pnRSatMin.SuspendLayout
|
|
Me.gbRHue.SuspendLayout
|
|
Me.pnRHueMax.SuspendLayout
|
|
Me.pnRHueMin.SuspendLayout
|
|
Me.gbLEDYellow1.SuspendLayout
|
|
Me.gbYBgt1.SuspendLayout
|
|
Me.pnYBgtMax.SuspendLayout
|
|
Me.pnYBgtMin1.SuspendLayout
|
|
Me.gbYSat1.SuspendLayout
|
|
Me.pnYSatMax1.SuspendLayout
|
|
Me.pnYSatMin1.SuspendLayout
|
|
Me.gbYHue1.SuspendLayout
|
|
Me.pnYHueMax1.SuspendLayout
|
|
Me.pnYHueMin1.SuspendLayout
|
|
Me.gbOpTmp.SuspendLayout
|
|
Me.gbTmpCart.SuspendLayout
|
|
Me.pnTpCartMax.SuspendLayout
|
|
Me.pnTpCartMin.SuspendLayout
|
|
Me.gbTmpDev.SuspendLayout
|
|
Me.pnTpDevMax.SuspendLayout
|
|
Me.pnTpDevMin.SuspendLayout
|
|
Me.gbHFSort.SuspendLayout
|
|
Me.gbHFMin.SuspendLayout
|
|
Me.pnHFMin.SuspendLayout
|
|
Me.gbHFoutput.SuspendLayout
|
|
Me.pnHFOutMax.SuspendLayout
|
|
Me.pnHFOutMin.SuspendLayout
|
|
Me.gbOpBat.SuspendLayout
|
|
Me.pnBatMax.SuspendLayout
|
|
Me.pnBatMin.SuspendLayout
|
|
Me.gbRFsort.SuspendLayout
|
|
Me.gbRFVrms3.SuspendLayout
|
|
Me.pnRFVRmax3.SuspendLayout
|
|
Me.pnRFVRmin3.SuspendLayout
|
|
Me.gbLEDOption.SuspendLayout
|
|
Me.gbYelPoint2.SuspendLayout
|
|
Me.pnYelY2.SuspendLayout
|
|
Me.pnYelX2.SuspendLayout
|
|
Me.gbYelPoint1.SuspendLayout
|
|
Me.pnYelY1.SuspendLayout
|
|
Me.pnYelX1.SuspendLayout
|
|
Me.gbRedPoint2.SuspendLayout
|
|
Me.pnRedY2.SuspendLayout
|
|
Me.pnRedX2.SuspendLayout
|
|
Me.gbRedPoint1.SuspendLayout
|
|
Me.pnRedY1.SuspendLayout
|
|
Me.pnRedX1.SuspendLayout
|
|
Me.gbRFVrms2.SuspendLayout
|
|
Me.pnRFVRmax2.SuspendLayout
|
|
Me.pnRFVRmin2.SuspendLayout
|
|
Me.gbRFVrms1.SuspendLayout
|
|
Me.pnRFVRmax1.SuspendLayout
|
|
Me.pnRFVRmin1.SuspendLayout
|
|
Me.gbFirmVer.SuspendLayout
|
|
Me.pnFirmVer.SuspendLayout
|
|
Me.pnMain.SuspendLayout
|
|
Me.gbMode.SuspendLayout
|
|
Me.gbDSForm.SuspendLayout
|
|
Me.pnDSWrite.SuspendLayout
|
|
Me.pnDSWriteState.SuspendLayout
|
|
Me.pnDSHifu.SuspendLayout
|
|
Me.pnDSHifuState.SuspendLayout
|
|
Me.pnDSBasic.SuspendLayout
|
|
Me.pnDSBasicState.SuspendLayout
|
|
Me.gbRunCount.SuspendLayout
|
|
Me.gbOldMode.SuspendLayout
|
|
Me.gbBarcode.SuspendLayout
|
|
Me.pnCPUTemp.SuspendLayout
|
|
Me.pnFreq.SuspendLayout
|
|
Me.pnDate.SuspendLayout
|
|
Me.pnTDSN.SuspendLayout
|
|
Me.pnGrade.SuspendLayout
|
|
Me.pnVer.SuspendLayout
|
|
Me.pnVolt.SuspendLayout
|
|
Me.pnDevTmp.SuspendLayout
|
|
Me.pnCartTmp.SuspendLayout
|
|
Me.gpbConfig.SuspendLayout
|
|
Me.gbAltoIQC.SuspendLayout
|
|
Me.pnAlIQCBody.SuspendLayout
|
|
Me.pnAlIQCBody_state.SuspendLayout
|
|
Me.pnAlIQCEP.SuspendLayout
|
|
Me.pnAlIQCEP_state.SuspendLayout
|
|
Me.pnAlIQCRF.SuspendLayout
|
|
Me.pnAlIQCRF_state.SuspendLayout
|
|
Me.gbIQC.SuspendLayout
|
|
Me.pnIQCEP.SuspendLayout
|
|
Me.pnIQCRun3.SuspendLayout
|
|
Me.pnIQCRF.SuspendLayout
|
|
Me.pnIQCRun2.SuspendLayout
|
|
Me.pnIQCHF.SuspendLayout
|
|
Me.pnIQCRun1.SuspendLayout
|
|
Me.gbHFTest.SuspendLayout
|
|
Me.pnDBreg.SuspendLayout
|
|
Me.pnTDreg.SuspendLayout
|
|
Me.pnHFtest.SuspendLayout
|
|
Me.pnHF.SuspendLayout
|
|
Me.pnTemp.SuspendLayout
|
|
Me.pnBat.SuspendLayout
|
|
Me.gbStep.SuspendLayout
|
|
Me.pnStep7.SuspendLayout
|
|
Me.pnStep6.SuspendLayout
|
|
Me.pnStep10.SuspendLayout
|
|
Me.pnStep9.SuspendLayout
|
|
Me.pnStep8.SuspendLayout
|
|
Me.pnStep5.SuspendLayout
|
|
Me.pnStep4.SuspendLayout
|
|
Me.pnStep3.SuspendLayout
|
|
Me.pnStep2.SuspendLayout
|
|
Me.pnStep1.SuspendLayout
|
|
Me.gbRFMCEP.SuspendLayout
|
|
Me.pnEPtest.SuspendLayout
|
|
Me.pnEP.SuspendLayout
|
|
Me.pnMC.SuspendLayout
|
|
Me.pnRF.SuspendLayout
|
|
Me.pnRFtest.SuspendLayout
|
|
Me.SuspendLayout
|
|
'
|
|
'txbCmdWindow
|
|
'
|
|
Me.txbCmdWindow.AllowDrop = True
|
|
Me.txbCmdWindow.BackColor = System.Drawing.Color.Black
|
|
Me.txbCmdWindow.Font = New System.Drawing.Font("함초롬바탕", 9.749999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbCmdWindow.ForeColor = System.Drawing.Color.White
|
|
Me.txbCmdWindow.Location = New System.Drawing.Point(1100, 245)
|
|
Me.txbCmdWindow.Multiline = True
|
|
Me.txbCmdWindow.Name = "txbCmdWindow"
|
|
Me.txbCmdWindow.ReadOnly = True
|
|
Me.txbCmdWindow.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.txbCmdWindow.Size = New System.Drawing.Size(810, 440)
|
|
Me.txbCmdWindow.TabIndex = 94
|
|
'
|
|
'pnOption
|
|
'
|
|
Me.pnOption.Controls.Add(Me.gbJigNum)
|
|
Me.pnOption.Controls.Add(Me.gbckbETC)
|
|
Me.pnOption.Controls.Add(Me.gbopETC)
|
|
Me.pnOption.Controls.Add(Me.gbJIGOption)
|
|
Me.pnOption.Controls.Add(Me.gbEqipOption)
|
|
Me.pnOption.Controls.Add(Me.btnSave)
|
|
Me.pnOption.Controls.Add(Me.btnOpExit)
|
|
Me.pnOption.Controls.Add(Me.gbSpecOption)
|
|
Me.pnOption.Controls.Add(Me.gbLedOp)
|
|
Me.pnOption.Controls.Add(Me.gbETC)
|
|
Me.pnOption.Controls.Add(Me.gbScopeOption)
|
|
Me.pnOption.Controls.Add(Me.gbChkPoint)
|
|
Me.pnOption.Location = New System.Drawing.Point(1937, 5)
|
|
Me.pnOption.Name = "pnOption"
|
|
Me.pnOption.Size = New System.Drawing.Size(1910, 1005)
|
|
Me.pnOption.TabIndex = 97
|
|
Me.pnOption.Visible = False
|
|
'
|
|
'gbJigNum
|
|
'
|
|
Me.gbJigNum.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.gbJigNum.Controls.Add(Me.nudJigNum)
|
|
Me.gbJigNum.Controls.Add(Me.CheckBox1)
|
|
Me.gbJigNum.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbJigNum.Location = New System.Drawing.Point(1727, 116)
|
|
Me.gbJigNum.Name = "gbJigNum"
|
|
Me.gbJigNum.Size = New System.Drawing.Size(164, 74)
|
|
Me.gbJigNum.TabIndex = 135
|
|
Me.gbJigNum.TabStop = False
|
|
Me.gbJigNum.Text = "JIG 번호"
|
|
'
|
|
'nudJigNum
|
|
'
|
|
Me.nudJigNum.Location = New System.Drawing.Point(37, 31)
|
|
Me.nudJigNum.Maximum = New Decimal(New Integer() {5, 0, 0, 0})
|
|
Me.nudJigNum.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudJigNum.Name = "nudJigNum"
|
|
Me.nudJigNum.Size = New System.Drawing.Size(96, 32)
|
|
Me.nudJigNum.TabIndex = 81
|
|
Me.nudJigNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudJigNum.Value = New Decimal(New Integer() {1, 0, 0, 0})
|
|
'
|
|
'CheckBox1
|
|
'
|
|
Me.CheckBox1.AutoSize = True
|
|
Me.CheckBox1.Checked = True
|
|
Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.CheckBox1.Enabled = False
|
|
Me.CheckBox1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.CheckBox1.Location = New System.Drawing.Point(176, 30)
|
|
Me.CheckBox1.Name = "CheckBox1"
|
|
Me.CheckBox1.Size = New System.Drawing.Size(111, 28)
|
|
Me.CheckBox1.TabIndex = 80
|
|
Me.CheckBox1.Text = "MES 사용"
|
|
Me.CheckBox1.UseVisualStyleBackColor = True
|
|
'
|
|
'gbckbETC
|
|
'
|
|
Me.gbckbETC.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.gbckbETC.Controls.Add(Me.Panel2)
|
|
Me.gbckbETC.Controls.Add(Me.ckbPostgre)
|
|
Me.gbckbETC.Controls.Add(Me.chkAdmin)
|
|
Me.gbckbETC.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbckbETC.Location = New System.Drawing.Point(1230, 116)
|
|
Me.gbckbETC.Name = "gbckbETC"
|
|
Me.gbckbETC.Size = New System.Drawing.Size(503, 74)
|
|
Me.gbckbETC.TabIndex = 134
|
|
Me.gbckbETC.TabStop = False
|
|
Me.gbckbETC.Text = "기타 옵션"
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.Controls.Add(Me.txbTDSNHead)
|
|
Me.Panel2.Controls.Add(Me.Label3)
|
|
Me.Panel2.Location = New System.Drawing.Point(136, 21)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(355, 45)
|
|
Me.Panel2.TabIndex = 82
|
|
'
|
|
'txbTDSNHead
|
|
'
|
|
Me.txbTDSNHead.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTDSNHead.ImeMode = System.Windows.Forms.ImeMode.Disable
|
|
Me.txbTDSNHead.Location = New System.Drawing.Point(112, 2)
|
|
Me.txbTDSNHead.MaxLength = 50
|
|
Me.txbTDSNHead.Name = "txbTDSNHead"
|
|
Me.txbTDSNHead.Size = New System.Drawing.Size(240, 39)
|
|
Me.txbTDSNHead.TabIndex = 2
|
|
Me.txbTDSNHead.Text = "DIT/J3"
|
|
Me.txbTDSNHead.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(5, 11)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(109, 24)
|
|
Me.Label3.TabIndex = 0
|
|
Me.Label3.Text = "TDSNHead"
|
|
'
|
|
'ckbPostgre
|
|
'
|
|
Me.ckbPostgre.AutoSize = True
|
|
Me.ckbPostgre.Checked = True
|
|
Me.ckbPostgre.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.ckbPostgre.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.ckbPostgre.Location = New System.Drawing.Point(9, 46)
|
|
Me.ckbPostgre.Name = "ckbPostgre"
|
|
Me.ckbPostgre.Size = New System.Drawing.Size(111, 28)
|
|
Me.ckbPostgre.TabIndex = 81
|
|
Me.ckbPostgre.Text = "MES 사용"
|
|
Me.ckbPostgre.UseVisualStyleBackColor = True
|
|
'
|
|
'chkAdmin
|
|
'
|
|
Me.chkAdmin.AutoSize = True
|
|
Me.chkAdmin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.chkAdmin.Location = New System.Drawing.Point(9, 20)
|
|
Me.chkAdmin.Name = "chkAdmin"
|
|
Me.chkAdmin.Size = New System.Drawing.Size(119, 28)
|
|
Me.chkAdmin.TabIndex = 79
|
|
Me.chkAdmin.Text = "관리자모드"
|
|
Me.chkAdmin.UseVisualStyleBackColor = True
|
|
'
|
|
'gbopETC
|
|
'
|
|
Me.gbopETC.Controls.Add(Me.gbStandard)
|
|
Me.gbopETC.Controls.Add(Me.gbopSet)
|
|
Me.gbopETC.Controls.Add(Me.gbopSet2)
|
|
Me.gbopETC.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbopETC.Location = New System.Drawing.Point(1230, 188)
|
|
Me.gbopETC.Name = "gbopETC"
|
|
Me.gbopETC.Size = New System.Drawing.Size(666, 124)
|
|
Me.gbopETC.TabIndex = 133
|
|
Me.gbopETC.TabStop = False
|
|
Me.gbopETC.Text = "설정 항목"
|
|
'
|
|
'gbStandard
|
|
'
|
|
Me.gbStandard.Controls.Add(Me.rdbStdMax)
|
|
Me.gbStandard.Controls.Add(Me.rdbStdAl)
|
|
Me.gbStandard.Location = New System.Drawing.Point(305, 25)
|
|
Me.gbStandard.Name = "gbStandard"
|
|
Me.gbStandard.Size = New System.Drawing.Size(354, 95)
|
|
Me.gbStandard.TabIndex = 139
|
|
Me.gbStandard.TabStop = False
|
|
Me.gbStandard.Text = "판정 기준 제품"
|
|
'
|
|
'rdbStdMax
|
|
'
|
|
Me.rdbStdMax.AutoSize = True
|
|
Me.rdbStdMax.Checked = True
|
|
Me.rdbStdMax.Location = New System.Drawing.Point(15, 40)
|
|
Me.rdbStdMax.Name = "rdbStdMax"
|
|
Me.rdbStdMax.Size = New System.Drawing.Size(122, 28)
|
|
Me.rdbStdMax.TabIndex = 2
|
|
Me.rdbStdMax.TabStop = True
|
|
Me.rdbStdMax.Text = "MAXIMUM"
|
|
Me.rdbStdMax.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbStdAl
|
|
'
|
|
Me.rdbStdAl.AutoSize = True
|
|
Me.rdbStdAl.Location = New System.Drawing.Point(144, 40)
|
|
Me.rdbStdAl.Name = "rdbStdAl"
|
|
Me.rdbStdAl.Size = New System.Drawing.Size(115, 28)
|
|
Me.rdbStdAl.TabIndex = 3
|
|
Me.rdbStdAl.Text = "ALTO/DS"
|
|
Me.rdbStdAl.UseVisualStyleBackColor = True
|
|
'
|
|
'gbopSet
|
|
'
|
|
Me.gbopSet.Controls.Add(Me.rdbMC)
|
|
Me.gbopSet.Controls.Add(Me.rdbSort)
|
|
Me.gbopSet.Controls.Add(Me.rdbRF)
|
|
Me.gbopSet.Location = New System.Drawing.Point(5, 25)
|
|
Me.gbopSet.Name = "gbopSet"
|
|
Me.gbopSet.Size = New System.Drawing.Size(294, 95)
|
|
Me.gbopSet.TabIndex = 137
|
|
Me.gbopSet.TabStop = False
|
|
Me.gbopSet.Text = "Scope 설정창"
|
|
'
|
|
'rdbMC
|
|
'
|
|
Me.rdbMC.AutoSize = True
|
|
Me.rdbMC.Checked = True
|
|
Me.rdbMC.Location = New System.Drawing.Point(15, 40)
|
|
Me.rdbMC.Name = "rdbMC"
|
|
Me.rdbMC.Size = New System.Drawing.Size(100, 28)
|
|
Me.rdbMC.TabIndex = 2
|
|
Me.rdbMC.TabStop = True
|
|
Me.rdbMC.Text = "미세전류"
|
|
Me.rdbMC.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbSort
|
|
'
|
|
Me.rdbSort.AutoSize = True
|
|
Me.rdbSort.Location = New System.Drawing.Point(186, 40)
|
|
Me.rdbSort.Name = "rdbSort"
|
|
Me.rdbSort.Size = New System.Drawing.Size(100, 28)
|
|
Me.rdbSort.TabIndex = 4
|
|
Me.rdbSort.Text = "판정기준"
|
|
Me.rdbSort.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbRF
|
|
'
|
|
Me.rdbRF.AutoSize = True
|
|
Me.rdbRF.Location = New System.Drawing.Point(127, 40)
|
|
Me.rdbRF.Name = "rdbRF"
|
|
Me.rdbRF.Size = New System.Drawing.Size(53, 28)
|
|
Me.rdbRF.TabIndex = 3
|
|
Me.rdbRF.Text = "RF"
|
|
Me.rdbRF.UseVisualStyleBackColor = True
|
|
'
|
|
'gbopSet2
|
|
'
|
|
Me.gbopSet2.Controls.Add(Me.rdbTestMode)
|
|
Me.gbopSet2.Controls.Add(Me.RadioButton7)
|
|
Me.gbopSet2.Controls.Add(Me.RadioButton8)
|
|
Me.gbopSet2.Controls.Add(Me.rdbLed)
|
|
Me.gbopSet2.Location = New System.Drawing.Point(5, 25)
|
|
Me.gbopSet2.Name = "gbopSet2"
|
|
Me.gbopSet2.Size = New System.Drawing.Size(280, 95)
|
|
Me.gbopSet2.TabIndex = 138
|
|
Me.gbopSet2.TabStop = False
|
|
Me.gbopSet2.Text = "설정화면"
|
|
Me.gbopSet2.Visible = False
|
|
'
|
|
'rdbTestMode
|
|
'
|
|
Me.rdbTestMode.AutoSize = True
|
|
Me.rdbTestMode.Checked = True
|
|
Me.rdbTestMode.Location = New System.Drawing.Point(38, 27)
|
|
Me.rdbTestMode.Name = "rdbTestMode"
|
|
Me.rdbTestMode.Size = New System.Drawing.Size(100, 28)
|
|
Me.rdbTestMode.TabIndex = 5
|
|
Me.rdbTestMode.TabStop = True
|
|
Me.rdbTestMode.Text = "측정설정"
|
|
Me.rdbTestMode.UseVisualStyleBackColor = True
|
|
'
|
|
'RadioButton7
|
|
'
|
|
Me.RadioButton7.AutoSize = True
|
|
Me.RadioButton7.Enabled = False
|
|
Me.RadioButton7.Location = New System.Drawing.Point(38, 59)
|
|
Me.RadioButton7.Name = "RadioButton7"
|
|
Me.RadioButton7.Size = New System.Drawing.Size(64, 28)
|
|
Me.RadioButton7.TabIndex = 135
|
|
Me.RadioButton7.Text = "부저"
|
|
Me.RadioButton7.UseVisualStyleBackColor = True
|
|
'
|
|
'RadioButton8
|
|
'
|
|
Me.RadioButton8.AutoSize = True
|
|
Me.RadioButton8.Enabled = False
|
|
Me.RadioButton8.Location = New System.Drawing.Point(160, 59)
|
|
Me.RadioButton8.Name = "RadioButton8"
|
|
Me.RadioButton8.Size = New System.Drawing.Size(80, 28)
|
|
Me.RadioButton8.TabIndex = 136
|
|
Me.RadioButton8.Text = "OLED"
|
|
Me.RadioButton8.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbLed
|
|
'
|
|
Me.rdbLed.AutoSize = True
|
|
Me.rdbLed.Location = New System.Drawing.Point(160, 27)
|
|
Me.rdbLed.Name = "rdbLed"
|
|
Me.rdbLed.Size = New System.Drawing.Size(66, 28)
|
|
Me.rdbLed.TabIndex = 5
|
|
Me.rdbLed.Text = "LED"
|
|
Me.rdbLed.UseVisualStyleBackColor = True
|
|
'
|
|
'gbJIGOption
|
|
'
|
|
Me.gbJIGOption.BackColor = System.Drawing.Color.Ivory
|
|
Me.gbJIGOption.Controls.Add(Me.gbDTTimeout)
|
|
Me.gbJIGOption.Controls.Add(Me.gbJgDelay)
|
|
Me.gbJIGOption.Controls.Add(Me.gbJgTimeout)
|
|
Me.gbJIGOption.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbJIGOption.Location = New System.Drawing.Point(947, 5)
|
|
Me.gbJIGOption.Name = "gbJIGOption"
|
|
Me.gbJIGOption.Size = New System.Drawing.Size(276, 307)
|
|
Me.gbJIGOption.TabIndex = 132
|
|
Me.gbJIGOption.TabStop = False
|
|
Me.gbJIGOption.Text = "JIG 설정"
|
|
'
|
|
'gbDTTimeout
|
|
'
|
|
Me.gbDTTimeout.Controls.Add(Me.pnDTTimeout)
|
|
Me.gbDTTimeout.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbDTTimeout.Location = New System.Drawing.Point(6, 207)
|
|
Me.gbDTTimeout.Name = "gbDTTimeout"
|
|
Me.gbDTTimeout.Size = New System.Drawing.Size(260, 75)
|
|
Me.gbDTTimeout.TabIndex = 112
|
|
Me.gbDTTimeout.TabStop = False
|
|
Me.gbDTTimeout.Text = "DataTimeout"
|
|
'
|
|
'pnDTTimeout
|
|
'
|
|
Me.pnDTTimeout.Controls.Add(Me.txbDTTimeout)
|
|
Me.pnDTTimeout.Controls.Add(Me.lbDTTimeout)
|
|
Me.pnDTTimeout.Location = New System.Drawing.Point(6, 25)
|
|
Me.pnDTTimeout.Name = "pnDTTimeout"
|
|
Me.pnDTTimeout.Size = New System.Drawing.Size(249, 45)
|
|
Me.pnDTTimeout.TabIndex = 4
|
|
'
|
|
'txbDTTimeout
|
|
'
|
|
Me.txbDTTimeout.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDTTimeout.Location = New System.Drawing.Point(99, 2)
|
|
Me.txbDTTimeout.MaxLength = 5
|
|
Me.txbDTTimeout.Name = "txbDTTimeout"
|
|
Me.txbDTTimeout.Size = New System.Drawing.Size(146, 39)
|
|
Me.txbDTTimeout.TabIndex = 2
|
|
Me.txbDTTimeout.Text = "1000"
|
|
Me.txbDTTimeout.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDTTimeout
|
|
'
|
|
Me.lbDTTimeout.AutoSize = True
|
|
Me.lbDTTimeout.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDTTimeout.Location = New System.Drawing.Point(5, 11)
|
|
Me.lbDTTimeout.Name = "lbDTTimeout"
|
|
Me.lbDTTimeout.Size = New System.Drawing.Size(88, 24)
|
|
Me.lbDTTimeout.TabIndex = 0
|
|
Me.lbDTTimeout.Text = "TimeOut"
|
|
'
|
|
'gbJgDelay
|
|
'
|
|
Me.gbJgDelay.Controls.Add(Me.pnJgDelay)
|
|
Me.gbJgDelay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbJgDelay.Location = New System.Drawing.Point(6, 119)
|
|
Me.gbJgDelay.Name = "gbJgDelay"
|
|
Me.gbJgDelay.Size = New System.Drawing.Size(260, 75)
|
|
Me.gbJgDelay.TabIndex = 111
|
|
Me.gbJgDelay.TabStop = False
|
|
Me.gbJgDelay.Text = "OnDelay"
|
|
'
|
|
'pnJgDelay
|
|
'
|
|
Me.pnJgDelay.Controls.Add(Me.txbJgDelay)
|
|
Me.pnJgDelay.Controls.Add(Me.lbJgDelay)
|
|
Me.pnJgDelay.Location = New System.Drawing.Point(6, 25)
|
|
Me.pnJgDelay.Name = "pnJgDelay"
|
|
Me.pnJgDelay.Size = New System.Drawing.Size(245, 45)
|
|
Me.pnJgDelay.TabIndex = 4
|
|
'
|
|
'txbJgDelay
|
|
'
|
|
Me.txbJgDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbJgDelay.Location = New System.Drawing.Point(99, 2)
|
|
Me.txbJgDelay.Name = "txbJgDelay"
|
|
Me.txbJgDelay.Size = New System.Drawing.Size(146, 39)
|
|
Me.txbJgDelay.TabIndex = 2
|
|
Me.txbJgDelay.Text = "1000"
|
|
Me.txbJgDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbJgDelay
|
|
'
|
|
Me.lbJgDelay.AutoSize = True
|
|
Me.lbJgDelay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbJgDelay.Location = New System.Drawing.Point(33, 11)
|
|
Me.lbJgDelay.Name = "lbJgDelay"
|
|
Me.lbJgDelay.Size = New System.Drawing.Size(60, 24)
|
|
Me.lbJgDelay.TabIndex = 0
|
|
Me.lbJgDelay.Text = "Delay"
|
|
'
|
|
'gbJgTimeout
|
|
'
|
|
Me.gbJgTimeout.Controls.Add(Me.pnJgTimeout)
|
|
Me.gbJgTimeout.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbJgTimeout.Location = New System.Drawing.Point(6, 30)
|
|
Me.gbJgTimeout.Name = "gbJgTimeout"
|
|
Me.gbJgTimeout.Size = New System.Drawing.Size(260, 75)
|
|
Me.gbJgTimeout.TabIndex = 110
|
|
Me.gbJgTimeout.TabStop = False
|
|
Me.gbJgTimeout.Text = "OnTimeout"
|
|
'
|
|
'pnJgTimeout
|
|
'
|
|
Me.pnJgTimeout.Controls.Add(Me.txbJgTimeout)
|
|
Me.pnJgTimeout.Controls.Add(Me.lbJgTimeout)
|
|
Me.pnJgTimeout.Location = New System.Drawing.Point(6, 25)
|
|
Me.pnJgTimeout.Name = "pnJgTimeout"
|
|
Me.pnJgTimeout.Size = New System.Drawing.Size(249, 45)
|
|
Me.pnJgTimeout.TabIndex = 4
|
|
'
|
|
'txbJgTimeout
|
|
'
|
|
Me.txbJgTimeout.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbJgTimeout.Location = New System.Drawing.Point(99, 2)
|
|
Me.txbJgTimeout.MaxLength = 5
|
|
Me.txbJgTimeout.Name = "txbJgTimeout"
|
|
Me.txbJgTimeout.Size = New System.Drawing.Size(146, 39)
|
|
Me.txbJgTimeout.TabIndex = 2
|
|
Me.txbJgTimeout.Text = "2000"
|
|
Me.txbJgTimeout.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbJgTimeout
|
|
'
|
|
Me.lbJgTimeout.AutoSize = True
|
|
Me.lbJgTimeout.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbJgTimeout.Location = New System.Drawing.Point(5, 11)
|
|
Me.lbJgTimeout.Name = "lbJgTimeout"
|
|
Me.lbJgTimeout.Size = New System.Drawing.Size(88, 24)
|
|
Me.lbJgTimeout.TabIndex = 0
|
|
Me.lbJgTimeout.Text = "TimeOut"
|
|
'
|
|
'gbEqipOption
|
|
'
|
|
Me.gbEqipOption.BackColor = System.Drawing.Color.Ivory
|
|
Me.gbEqipOption.Controls.Add(Me.pnScopeID)
|
|
Me.gbEqipOption.Controls.Add(Me.pnSpecID)
|
|
Me.gbEqipOption.Controls.Add(Me.gbEqipReg)
|
|
Me.gbEqipOption.Controls.Add(Me.dgvID)
|
|
Me.gbEqipOption.Controls.Add(Me.gbSerial)
|
|
Me.gbEqipOption.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbEqipOption.Location = New System.Drawing.Point(3, 5)
|
|
Me.gbEqipOption.Name = "gbEqipOption"
|
|
Me.gbEqipOption.Size = New System.Drawing.Size(1220, 307)
|
|
Me.gbEqipOption.TabIndex = 131
|
|
Me.gbEqipOption.TabStop = False
|
|
Me.gbEqipOption.Text = "장비 연결 데이터"
|
|
'
|
|
'pnScopeID
|
|
'
|
|
Me.pnScopeID.Controls.Add(Me.txbScopeID)
|
|
Me.pnScopeID.Controls.Add(Me.cbbScopeID)
|
|
Me.pnScopeID.Controls.Add(Me.lbScopeID)
|
|
Me.pnScopeID.Location = New System.Drawing.Point(13, 197)
|
|
Me.pnScopeID.Name = "pnScopeID"
|
|
Me.pnScopeID.Size = New System.Drawing.Size(590, 50)
|
|
Me.pnScopeID.TabIndex = 0
|
|
'
|
|
'txbScopeID
|
|
'
|
|
Me.txbScopeID.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbScopeID.Location = New System.Drawing.Point(261, 10)
|
|
Me.txbScopeID.Name = "txbScopeID"
|
|
Me.txbScopeID.Size = New System.Drawing.Size(309, 32)
|
|
Me.txbScopeID.TabIndex = 2
|
|
'
|
|
'cbbScopeID
|
|
'
|
|
Me.cbbScopeID.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.cbbScopeID.FormattingEnabled = True
|
|
Me.cbbScopeID.Location = New System.Drawing.Point(159, 10)
|
|
Me.cbbScopeID.Name = "cbbScopeID"
|
|
Me.cbbScopeID.Size = New System.Drawing.Size(96, 32)
|
|
Me.cbbScopeID.TabIndex = 1
|
|
Me.cbbScopeID.Text = "Select!"
|
|
'
|
|
'lbScopeID
|
|
'
|
|
Me.lbScopeID.AutoSize = True
|
|
Me.lbScopeID.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbScopeID.Location = New System.Drawing.Point(21, 13)
|
|
Me.lbScopeID.Name = "lbScopeID"
|
|
Me.lbScopeID.Size = New System.Drawing.Size(132, 24)
|
|
Me.lbScopeID.TabIndex = 0
|
|
Me.lbScopeID.Text = "스코프 ID 설정"
|
|
'
|
|
'pnSpecID
|
|
'
|
|
Me.pnSpecID.Controls.Add(Me.ckbScopeZ)
|
|
Me.pnSpecID.Controls.Add(Me.txbSpecID)
|
|
Me.pnSpecID.Controls.Add(Me.cbbSpecID)
|
|
Me.pnSpecID.Controls.Add(Me.lbSpecID)
|
|
Me.pnSpecID.Location = New System.Drawing.Point(13, 246)
|
|
Me.pnSpecID.Name = "pnSpecID"
|
|
Me.pnSpecID.Size = New System.Drawing.Size(590, 50)
|
|
Me.pnSpecID.TabIndex = 1
|
|
'
|
|
'ckbScopeZ
|
|
'
|
|
Me.ckbScopeZ.AutoSize = True
|
|
Me.ckbScopeZ.Location = New System.Drawing.Point(493, 10)
|
|
Me.ckbScopeZ.Name = "ckbScopeZ"
|
|
Me.ckbScopeZ.Size = New System.Drawing.Size(90, 31)
|
|
Me.ckbScopeZ.TabIndex = 3
|
|
Me.ckbScopeZ.Text = "Z 사용"
|
|
Me.ckbScopeZ.UseVisualStyleBackColor = True
|
|
'
|
|
'txbSpecID
|
|
'
|
|
Me.txbSpecID.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbSpecID.Location = New System.Drawing.Point(261, 10)
|
|
Me.txbSpecID.Name = "txbSpecID"
|
|
Me.txbSpecID.Size = New System.Drawing.Size(226, 32)
|
|
Me.txbSpecID.TabIndex = 2
|
|
'
|
|
'cbbSpecID
|
|
'
|
|
Me.cbbSpecID.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.cbbSpecID.FormattingEnabled = True
|
|
Me.cbbSpecID.Location = New System.Drawing.Point(159, 10)
|
|
Me.cbbSpecID.Name = "cbbSpecID"
|
|
Me.cbbSpecID.Size = New System.Drawing.Size(96, 32)
|
|
Me.cbbSpecID.TabIndex = 1
|
|
Me.cbbSpecID.Text = "Select!"
|
|
'
|
|
'lbSpecID
|
|
'
|
|
Me.lbSpecID.AutoSize = True
|
|
Me.lbSpecID.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbSpecID.Location = New System.Drawing.Point(3, 13)
|
|
Me.lbSpecID.Name = "lbSpecID"
|
|
Me.lbSpecID.Size = New System.Drawing.Size(150, 24)
|
|
Me.lbSpecID.TabIndex = 0
|
|
Me.lbSpecID.Text = "스펙트럼 ID 설정"
|
|
'
|
|
'gbEqipReg
|
|
'
|
|
Me.gbEqipReg.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.gbEqipReg.Controls.Add(Me.cbbRgScType)
|
|
Me.gbEqipReg.Controls.Add(Me.btnScDel)
|
|
Me.gbEqipReg.Controls.Add(Me.btnScRg)
|
|
Me.gbEqipReg.Controls.Add(Me.lbRgScType)
|
|
Me.gbEqipReg.Controls.Add(Me.txbRgScName)
|
|
Me.gbEqipReg.Controls.Add(Me.lbRgScName)
|
|
Me.gbEqipReg.Controls.Add(Me.txbRgScID)
|
|
Me.gbEqipReg.Controls.Add(Me.lbRgScID)
|
|
Me.gbEqipReg.Location = New System.Drawing.Point(609, 94)
|
|
Me.gbEqipReg.Name = "gbEqipReg"
|
|
Me.gbEqipReg.Size = New System.Drawing.Size(329, 202)
|
|
Me.gbEqipReg.TabIndex = 131
|
|
Me.gbEqipReg.TabStop = False
|
|
Me.gbEqipReg.Text = "장비등록"
|
|
'
|
|
'cbbRgScType
|
|
'
|
|
Me.cbbRgScType.FormattingEnabled = True
|
|
Me.cbbRgScType.Items.AddRange(New Object() {"Spectrum", "Scope"})
|
|
Me.cbbRgScType.Location = New System.Drawing.Point(95, 115)
|
|
Me.cbbRgScType.Name = "cbbRgScType"
|
|
Me.cbbRgScType.Size = New System.Drawing.Size(223, 35)
|
|
Me.cbbRgScType.TabIndex = 130
|
|
Me.cbbRgScType.Text = "선택!"
|
|
'
|
|
'btnScDel
|
|
'
|
|
Me.btnScDel.Location = New System.Drawing.Point(18, 152)
|
|
Me.btnScDel.Name = "btnScDel"
|
|
Me.btnScDel.Size = New System.Drawing.Size(145, 45)
|
|
Me.btnScDel.TabIndex = 130
|
|
Me.btnScDel.Text = "삭 제"
|
|
Me.btnScDel.UseVisualStyleBackColor = True
|
|
'
|
|
'btnScRg
|
|
'
|
|
Me.btnScRg.Location = New System.Drawing.Point(173, 152)
|
|
Me.btnScRg.Name = "btnScRg"
|
|
Me.btnScRg.Size = New System.Drawing.Size(145, 45)
|
|
Me.btnScRg.TabIndex = 129
|
|
Me.btnScRg.Text = "등 록"
|
|
Me.btnScRg.UseVisualStyleBackColor = True
|
|
'
|
|
'lbRgScType
|
|
'
|
|
Me.lbRgScType.AutoSize = True
|
|
Me.lbRgScType.Location = New System.Drawing.Point(34, 117)
|
|
Me.lbRgScType.Name = "lbRgScType"
|
|
Me.lbRgScType.Size = New System.Drawing.Size(52, 27)
|
|
Me.lbRgScType.TabIndex = 129
|
|
Me.lbRgScType.Text = "종류"
|
|
'
|
|
'txbRgScName
|
|
'
|
|
Me.txbRgScName.Location = New System.Drawing.Point(95, 34)
|
|
Me.txbRgScName.Name = "txbRgScName"
|
|
Me.txbRgScName.Size = New System.Drawing.Size(223, 35)
|
|
Me.txbRgScName.TabIndex = 126
|
|
'
|
|
'lbRgScName
|
|
'
|
|
Me.lbRgScName.AutoSize = True
|
|
Me.lbRgScName.Location = New System.Drawing.Point(13, 37)
|
|
Me.lbRgScName.Name = "lbRgScName"
|
|
Me.lbRgScName.Size = New System.Drawing.Size(72, 27)
|
|
Me.lbRgScName.TabIndex = 125
|
|
Me.lbRgScName.Text = "장비명"
|
|
'
|
|
'txbRgScID
|
|
'
|
|
Me.txbRgScID.Location = New System.Drawing.Point(95, 74)
|
|
Me.txbRgScID.Name = "txbRgScID"
|
|
Me.txbRgScID.Size = New System.Drawing.Size(223, 35)
|
|
Me.txbRgScID.TabIndex = 128
|
|
'
|
|
'lbRgScID
|
|
'
|
|
Me.lbRgScID.AutoSize = True
|
|
Me.lbRgScID.Location = New System.Drawing.Point(13, 77)
|
|
Me.lbRgScID.Name = "lbRgScID"
|
|
Me.lbRgScID.Size = New System.Drawing.Size(73, 27)
|
|
Me.lbRgScID.TabIndex = 127
|
|
Me.lbRgScID.Text = "장비ID"
|
|
'
|
|
'dgvID
|
|
'
|
|
Me.dgvID.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvID.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.df_ScopeName, Me.df_ScopeID, Me.df_type})
|
|
Me.dgvID.Location = New System.Drawing.Point(10, 30)
|
|
Me.dgvID.Name = "dgvID"
|
|
Me.dgvID.RowHeadersWidth = 51
|
|
Me.dgvID.RowTemplate.Height = 23
|
|
Me.dgvID.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvID.Size = New System.Drawing.Size(593, 161)
|
|
Me.dgvID.TabIndex = 124
|
|
'
|
|
'df_ScopeName
|
|
'
|
|
Me.df_ScopeName.FillWeight = 250.0!
|
|
Me.df_ScopeName.HeaderText = "스코프명"
|
|
Me.df_ScopeName.MinimumWidth = 6
|
|
Me.df_ScopeName.Name = "df_ScopeName"
|
|
Me.df_ScopeName.Width = 125
|
|
'
|
|
'df_ScopeID
|
|
'
|
|
Me.df_ScopeID.HeaderText = "스코프ID"
|
|
Me.df_ScopeID.MinimumWidth = 6
|
|
Me.df_ScopeID.Name = "df_ScopeID"
|
|
Me.df_ScopeID.Width = 350
|
|
'
|
|
'df_type
|
|
'
|
|
Me.df_type.FillWeight = 50.0!
|
|
Me.df_type.HeaderText = "종류"
|
|
Me.df_type.MinimumWidth = 6
|
|
Me.df_type.Name = "df_type"
|
|
Me.df_type.Width = 125
|
|
'
|
|
'gbSerial
|
|
'
|
|
Me.gbSerial.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.gbSerial.Controls.Add(Me.btnSerial)
|
|
Me.gbSerial.Controls.Add(Me.cbbSerial)
|
|
Me.gbSerial.Controls.Add(Me.lbSerial)
|
|
Me.gbSerial.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbSerial.ForeColor = System.Drawing.Color.Black
|
|
Me.gbSerial.Location = New System.Drawing.Point(609, 27)
|
|
Me.gbSerial.Name = "gbSerial"
|
|
Me.gbSerial.Size = New System.Drawing.Size(329, 68)
|
|
Me.gbSerial.TabIndex = 110
|
|
Me.gbSerial.TabStop = False
|
|
Me.gbSerial.Text = "통신 설정"
|
|
'
|
|
'btnSerial
|
|
'
|
|
Me.btnSerial.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnSerial.Location = New System.Drawing.Point(247, 14)
|
|
Me.btnSerial.Name = "btnSerial"
|
|
Me.btnSerial.Size = New System.Drawing.Size(71, 45)
|
|
Me.btnSerial.TabIndex = 4
|
|
Me.btnSerial.Text = "스캔"
|
|
Me.btnSerial.UseVisualStyleBackColor = True
|
|
'
|
|
'cbbSerial
|
|
'
|
|
Me.cbbSerial.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.cbbSerial.FormattingEnabled = True
|
|
Me.cbbSerial.Location = New System.Drawing.Point(92, 17)
|
|
Me.cbbSerial.Name = "cbbSerial"
|
|
Me.cbbSerial.Size = New System.Drawing.Size(152, 40)
|
|
Me.cbbSerial.TabIndex = 1
|
|
Me.cbbSerial.Text = "Select!"
|
|
'
|
|
'lbSerial
|
|
'
|
|
Me.lbSerial.AutoSize = True
|
|
Me.lbSerial.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbSerial.Location = New System.Drawing.Point(10, 26)
|
|
Me.lbSerial.Name = "lbSerial"
|
|
Me.lbSerial.Size = New System.Drawing.Size(79, 24)
|
|
Me.lbSerial.TabIndex = 0
|
|
Me.lbSerial.Text = "JIG Port"
|
|
'
|
|
'btnSave
|
|
'
|
|
Me.btnSave.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnSave.Location = New System.Drawing.Point(1230, 5)
|
|
Me.btnSave.Name = "btnSave"
|
|
Me.btnSave.Size = New System.Drawing.Size(330, 105)
|
|
Me.btnSave.TabIndex = 125
|
|
Me.btnSave.Text = "저 장 하 기"
|
|
Me.btnSave.UseVisualStyleBackColor = True
|
|
'
|
|
'btnOpExit
|
|
'
|
|
Me.btnOpExit.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnOpExit.Location = New System.Drawing.Point(1565, 5)
|
|
Me.btnOpExit.Name = "btnOpExit"
|
|
Me.btnOpExit.Size = New System.Drawing.Size(330, 105)
|
|
Me.btnOpExit.TabIndex = 109
|
|
Me.btnOpExit.Text = "나 가 기"
|
|
Me.btnOpExit.UseVisualStyleBackColor = True
|
|
'
|
|
'gbSpecOption
|
|
'
|
|
Me.gbSpecOption.BackColor = System.Drawing.Color.BlanchedAlmond
|
|
Me.gbSpecOption.Controls.Add(Me.gbSpan)
|
|
Me.gbSpecOption.Controls.Add(Me.gbRBW)
|
|
Me.gbSpecOption.Controls.Add(Me.gbHFoption)
|
|
Me.gbSpecOption.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbSpecOption.Location = New System.Drawing.Point(3, 312)
|
|
Me.gbSpecOption.Name = "gbSpecOption"
|
|
Me.gbSpecOption.Size = New System.Drawing.Size(647, 682)
|
|
Me.gbSpecOption.TabIndex = 135
|
|
Me.gbSpecOption.TabStop = False
|
|
Me.gbSpecOption.Text = "Spectrum 설정"
|
|
'
|
|
'gbSpan
|
|
'
|
|
Me.gbSpan.Controls.Add(Me.pnSpan)
|
|
Me.gbSpan.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbSpan.Location = New System.Drawing.Point(13, 35)
|
|
Me.gbSpan.Name = "gbSpan"
|
|
Me.gbSpan.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbSpan.TabIndex = 105
|
|
Me.gbSpan.TabStop = False
|
|
Me.gbSpan.Text = "Span"
|
|
'
|
|
'pnSpan
|
|
'
|
|
Me.pnSpan.Controls.Add(Me.txbSpan)
|
|
Me.pnSpan.Controls.Add(Me.lbSpan)
|
|
Me.pnSpan.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnSpan.Name = "pnSpan"
|
|
Me.pnSpan.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnSpan.TabIndex = 4
|
|
'
|
|
'txbSpan
|
|
'
|
|
Me.txbSpan.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbSpan.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbSpan.Name = "txbSpan"
|
|
Me.txbSpan.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbSpan.TabIndex = 2
|
|
Me.txbSpan.Text = "0.005"
|
|
Me.txbSpan.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbSpan
|
|
'
|
|
Me.lbSpan.AutoSize = True
|
|
Me.lbSpan.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbSpan.Location = New System.Drawing.Point(6, 12)
|
|
Me.lbSpan.Name = "lbSpan"
|
|
Me.lbSpan.Size = New System.Drawing.Size(107, 24)
|
|
Me.lbSpan.TabIndex = 0
|
|
Me.lbSpan.Text = "Span(MHz)"
|
|
'
|
|
'gbRBW
|
|
'
|
|
Me.gbRBW.Controls.Add(Me.pnRBW)
|
|
Me.gbRBW.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbRBW.Location = New System.Drawing.Point(330, 35)
|
|
Me.gbRBW.Name = "gbRBW"
|
|
Me.gbRBW.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbRBW.TabIndex = 107
|
|
Me.gbRBW.TabStop = False
|
|
Me.gbRBW.Text = "RBW"
|
|
'
|
|
'pnRBW
|
|
'
|
|
Me.pnRBW.Controls.Add(Me.txbRBW)
|
|
Me.pnRBW.Controls.Add(Me.lbRBW)
|
|
Me.pnRBW.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnRBW.Name = "pnRBW"
|
|
Me.pnRBW.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnRBW.TabIndex = 4
|
|
'
|
|
'txbRBW
|
|
'
|
|
Me.txbRBW.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRBW.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbRBW.Name = "txbRBW"
|
|
Me.txbRBW.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbRBW.TabIndex = 2
|
|
Me.txbRBW.Text = "0.003"
|
|
Me.txbRBW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRBW
|
|
'
|
|
Me.lbRBW.AutoSize = True
|
|
Me.lbRBW.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRBW.Location = New System.Drawing.Point(6, 12)
|
|
Me.lbRBW.Name = "lbRBW"
|
|
Me.lbRBW.Size = New System.Drawing.Size(103, 24)
|
|
Me.lbRBW.TabIndex = 0
|
|
Me.lbRBW.Text = "RBW(MHz)"
|
|
'
|
|
'gbHFoption
|
|
'
|
|
Me.gbHFoption.Controls.Add(Me.gbRefLev)
|
|
Me.gbHFoption.Controls.Add(Me.gbDSDelay)
|
|
Me.gbHFoption.Controls.Add(Me.gbHFReCkCnt)
|
|
Me.gbHFoption.Controls.Add(Me.gbHFStDelay)
|
|
Me.gbHFoption.Controls.Add(Me.gbHFReCnt)
|
|
Me.gbHFoption.Controls.Add(Me.gbTestFR)
|
|
Me.gbHFoption.Controls.Add(Me.gbHFeffect)
|
|
Me.gbHFoption.Controls.Add(Me.gbHFRun)
|
|
Me.gbHFoption.Controls.Add(Me.gbHFLowShot)
|
|
Me.gbHFoption.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbHFoption.Location = New System.Drawing.Point(13, 120)
|
|
Me.gbHFoption.Name = "gbHFoption"
|
|
Me.gbHFoption.Size = New System.Drawing.Size(616, 545)
|
|
Me.gbHFoption.TabIndex = 110
|
|
Me.gbHFoption.TabStop = False
|
|
Me.gbHFoption.Text = "HIFU 측정 설정"
|
|
'
|
|
'gbRefLev
|
|
'
|
|
Me.gbRefLev.Controls.Add(Me.pnRefLev)
|
|
Me.gbRefLev.Location = New System.Drawing.Point(7, 458)
|
|
Me.gbRefLev.Name = "gbRefLev"
|
|
Me.gbRefLev.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbRefLev.TabIndex = 116
|
|
Me.gbRefLev.TabStop = False
|
|
Me.gbRefLev.Text = "Ref Level Offset"
|
|
'
|
|
'pnRefLev
|
|
'
|
|
Me.pnRefLev.Controls.Add(Me.txbHFRefLev)
|
|
Me.pnRefLev.Controls.Add(Me.lbRefLev)
|
|
Me.pnRefLev.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnRefLev.Name = "pnRefLev"
|
|
Me.pnRefLev.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnRefLev.TabIndex = 4
|
|
'
|
|
'txbHFRefLev
|
|
'
|
|
Me.txbHFRefLev.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbHFRefLev.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbHFRefLev.MaxLength = 4
|
|
Me.txbHFRefLev.Name = "txbHFRefLev"
|
|
Me.txbHFRefLev.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbHFRefLev.TabIndex = 2
|
|
Me.txbHFRefLev.Text = "38.9"
|
|
Me.txbHFRefLev.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRefLev
|
|
'
|
|
Me.lbRefLev.AutoSize = True
|
|
Me.lbRefLev.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRefLev.Location = New System.Drawing.Point(16, 12)
|
|
Me.lbRefLev.Name = "lbRefLev"
|
|
Me.lbRefLev.Size = New System.Drawing.Size(94, 24)
|
|
Me.lbRefLev.TabIndex = 0
|
|
Me.lbRefLev.Text = "Ref Level"
|
|
'
|
|
'gbDSDelay
|
|
'
|
|
Me.gbDSDelay.Controls.Add(Me.pnDSDelay)
|
|
Me.gbDSDelay.Location = New System.Drawing.Point(309, 375)
|
|
Me.gbDSDelay.Name = "gbDSDelay"
|
|
Me.gbDSDelay.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbDSDelay.TabIndex = 115
|
|
Me.gbDSDelay.TabStop = False
|
|
Me.gbDSDelay.Text = "전원 ON 후 Delay(DUALSONIC)"
|
|
'
|
|
'pnDSDelay
|
|
'
|
|
Me.pnDSDelay.Controls.Add(Me.txbDSDelay)
|
|
Me.pnDSDelay.Controls.Add(Me.lbDSDelay)
|
|
Me.pnDSDelay.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnDSDelay.Name = "pnDSDelay"
|
|
Me.pnDSDelay.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnDSDelay.TabIndex = 4
|
|
'
|
|
'txbDSDelay
|
|
'
|
|
Me.txbDSDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSDelay.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbDSDelay.MaxLength = 3
|
|
Me.txbDSDelay.Name = "txbDSDelay"
|
|
Me.txbDSDelay.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbDSDelay.TabIndex = 2
|
|
Me.txbDSDelay.Text = "15"
|
|
Me.txbDSDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSDelay
|
|
'
|
|
Me.lbDSDelay.AutoSize = True
|
|
Me.lbDSDelay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSDelay.Location = New System.Drawing.Point(56, 12)
|
|
Me.lbDSDelay.Name = "lbDSDelay"
|
|
Me.lbDSDelay.Size = New System.Drawing.Size(60, 24)
|
|
Me.lbDSDelay.TabIndex = 0
|
|
Me.lbDSDelay.Text = "Delay"
|
|
'
|
|
'gbHFReCkCnt
|
|
'
|
|
Me.gbHFReCkCnt.Controls.Add(Me.pnHFReCkCnt)
|
|
Me.gbHFReCkCnt.Location = New System.Drawing.Point(7, 375)
|
|
Me.gbHFReCkCnt.Name = "gbHFReCkCnt"
|
|
Me.gbHFReCkCnt.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbHFReCkCnt.TabIndex = 114
|
|
Me.gbHFReCkCnt.TabStop = False
|
|
Me.gbHFReCkCnt.Text = "최대 재시도 횟수"
|
|
'
|
|
'pnHFReCkCnt
|
|
'
|
|
Me.pnHFReCkCnt.Controls.Add(Me.txbHFReCkCnt)
|
|
Me.pnHFReCkCnt.Controls.Add(Me.lbHFReCkCnt)
|
|
Me.pnHFReCkCnt.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnHFReCkCnt.Name = "pnHFReCkCnt"
|
|
Me.pnHFReCkCnt.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnHFReCkCnt.TabIndex = 4
|
|
'
|
|
'txbHFReCkCnt
|
|
'
|
|
Me.txbHFReCkCnt.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbHFReCkCnt.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbHFReCkCnt.MaxLength = 2
|
|
Me.txbHFReCkCnt.Name = "txbHFReCkCnt"
|
|
Me.txbHFReCkCnt.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbHFReCkCnt.TabIndex = 2
|
|
Me.txbHFReCkCnt.Text = "15"
|
|
Me.txbHFReCkCnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbHFReCkCnt
|
|
'
|
|
Me.lbHFReCkCnt.AutoSize = True
|
|
Me.lbHFReCkCnt.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFReCkCnt.Location = New System.Drawing.Point(8, 12)
|
|
Me.lbHFReCkCnt.Name = "lbHFReCkCnt"
|
|
Me.lbHFReCkCnt.Size = New System.Drawing.Size(102, 24)
|
|
Me.lbHFReCkCnt.TabIndex = 0
|
|
Me.lbHFReCkCnt.Text = "PlayCount"
|
|
'
|
|
'gbHFStDelay
|
|
'
|
|
Me.gbHFStDelay.Controls.Add(Me.pnHFStDelay)
|
|
Me.gbHFStDelay.Location = New System.Drawing.Point(7, 205)
|
|
Me.gbHFStDelay.Name = "gbHFStDelay"
|
|
Me.gbHFStDelay.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbHFStDelay.TabIndex = 109
|
|
Me.gbHFStDelay.TabStop = False
|
|
Me.gbHFStDelay.Text = "측정 전 딜레이"
|
|
'
|
|
'pnHFStDelay
|
|
'
|
|
Me.pnHFStDelay.Controls.Add(Me.txbHFStDelay)
|
|
Me.pnHFStDelay.Controls.Add(Me.lbHFStDelay)
|
|
Me.pnHFStDelay.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnHFStDelay.Name = "pnHFStDelay"
|
|
Me.pnHFStDelay.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnHFStDelay.TabIndex = 4
|
|
'
|
|
'txbHFStDelay
|
|
'
|
|
Me.txbHFStDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbHFStDelay.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbHFStDelay.Name = "txbHFStDelay"
|
|
Me.txbHFStDelay.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbHFStDelay.TabIndex = 2
|
|
Me.txbHFStDelay.Text = "300"
|
|
Me.txbHFStDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbHFStDelay
|
|
'
|
|
Me.lbHFStDelay.AutoSize = True
|
|
Me.lbHFStDelay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFStDelay.Location = New System.Drawing.Point(6, 12)
|
|
Me.lbHFStDelay.Name = "lbHFStDelay"
|
|
Me.lbHFStDelay.Size = New System.Drawing.Size(108, 24)
|
|
Me.lbHFStDelay.TabIndex = 0
|
|
Me.lbHFStDelay.Text = "Delay(m/s)"
|
|
'
|
|
'gbHFReCnt
|
|
'
|
|
Me.gbHFReCnt.Controls.Add(Me.pnHFReCnt)
|
|
Me.gbHFReCnt.Location = New System.Drawing.Point(6, 290)
|
|
Me.gbHFReCnt.Name = "gbHFReCnt"
|
|
Me.gbHFReCnt.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbHFReCnt.TabIndex = 113
|
|
Me.gbHFReCnt.TabStop = False
|
|
Me.gbHFReCnt.Text = "재시도 PlayCount"
|
|
'
|
|
'pnHFReCnt
|
|
'
|
|
Me.pnHFReCnt.Controls.Add(Me.txbHFReCnt)
|
|
Me.pnHFReCnt.Controls.Add(Me.lbHFReCnt)
|
|
Me.pnHFReCnt.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnHFReCnt.Name = "pnHFReCnt"
|
|
Me.pnHFReCnt.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnHFReCnt.TabIndex = 4
|
|
'
|
|
'txbHFReCnt
|
|
'
|
|
Me.txbHFReCnt.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbHFReCnt.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbHFReCnt.Name = "txbHFReCnt"
|
|
Me.txbHFReCnt.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbHFReCnt.TabIndex = 2
|
|
Me.txbHFReCnt.Text = "5"
|
|
Me.txbHFReCnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbHFReCnt
|
|
'
|
|
Me.lbHFReCnt.AutoSize = True
|
|
Me.lbHFReCnt.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFReCnt.Location = New System.Drawing.Point(8, 12)
|
|
Me.lbHFReCnt.Name = "lbHFReCnt"
|
|
Me.lbHFReCnt.Size = New System.Drawing.Size(102, 24)
|
|
Me.lbHFReCnt.TabIndex = 0
|
|
Me.lbHFReCnt.Text = "PlayCount"
|
|
'
|
|
'gbTestFR
|
|
'
|
|
Me.gbTestFR.Controls.Add(Me.pnFrStep3)
|
|
Me.gbTestFR.Controls.Add(Me.pnFrStep2)
|
|
Me.gbTestFR.Controls.Add(Me.pnFrStep1)
|
|
Me.gbTestFR.Location = New System.Drawing.Point(309, 25)
|
|
Me.gbTestFR.Name = "gbTestFR"
|
|
Me.gbTestFR.Size = New System.Drawing.Size(300, 172)
|
|
Me.gbTestFR.TabIndex = 106
|
|
Me.gbTestFR.TabStop = False
|
|
Me.gbTestFR.Text = "Test 주파수"
|
|
'
|
|
'pnFrStep3
|
|
'
|
|
Me.pnFrStep3.Controls.Add(Me.txbFrStep3)
|
|
Me.pnFrStep3.Controls.Add(Me.lbFrStep3)
|
|
Me.pnFrStep3.Location = New System.Drawing.Point(6, 117)
|
|
Me.pnFrStep3.Name = "pnFrStep3"
|
|
Me.pnFrStep3.Size = New System.Drawing.Size(291, 47)
|
|
Me.pnFrStep3.TabIndex = 6
|
|
'
|
|
'txbFrStep3
|
|
'
|
|
Me.txbFrStep3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbFrStep3.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbFrStep3.Name = "txbFrStep3"
|
|
Me.txbFrStep3.Size = New System.Drawing.Size(171, 39)
|
|
Me.txbFrStep3.TabIndex = 2
|
|
Me.txbFrStep3.Text = "7150"
|
|
Me.txbFrStep3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbFrStep3
|
|
'
|
|
Me.lbFrStep3.AutoSize = True
|
|
Me.lbFrStep3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbFrStep3.Location = New System.Drawing.Point(40, 12)
|
|
Me.lbFrStep3.Name = "lbFrStep3"
|
|
Me.lbFrStep3.Size = New System.Drawing.Size(66, 24)
|
|
Me.lbFrStep3.TabIndex = 0
|
|
Me.lbFrStep3.Text = "Step 3"
|
|
'
|
|
'pnFrStep2
|
|
'
|
|
Me.pnFrStep2.Controls.Add(Me.txbFrStep2)
|
|
Me.pnFrStep2.Controls.Add(Me.lbFrStep2)
|
|
Me.pnFrStep2.Location = New System.Drawing.Point(6, 73)
|
|
Me.pnFrStep2.Name = "pnFrStep2"
|
|
Me.pnFrStep2.Size = New System.Drawing.Size(291, 47)
|
|
Me.pnFrStep2.TabIndex = 5
|
|
'
|
|
'txbFrStep2
|
|
'
|
|
Me.txbFrStep2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbFrStep2.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbFrStep2.Name = "txbFrStep2"
|
|
Me.txbFrStep2.Size = New System.Drawing.Size(171, 39)
|
|
Me.txbFrStep2.TabIndex = 2
|
|
Me.txbFrStep2.Text = "7000"
|
|
Me.txbFrStep2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbFrStep2
|
|
'
|
|
Me.lbFrStep2.AutoSize = True
|
|
Me.lbFrStep2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbFrStep2.Location = New System.Drawing.Point(40, 12)
|
|
Me.lbFrStep2.Name = "lbFrStep2"
|
|
Me.lbFrStep2.Size = New System.Drawing.Size(66, 24)
|
|
Me.lbFrStep2.TabIndex = 0
|
|
Me.lbFrStep2.Text = "Step 2"
|
|
'
|
|
'pnFrStep1
|
|
'
|
|
Me.pnFrStep1.Controls.Add(Me.txbFrStep1)
|
|
Me.pnFrStep1.Controls.Add(Me.lbFrStep1)
|
|
Me.pnFrStep1.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnFrStep1.Name = "pnFrStep1"
|
|
Me.pnFrStep1.Size = New System.Drawing.Size(291, 47)
|
|
Me.pnFrStep1.TabIndex = 4
|
|
'
|
|
'txbFrStep1
|
|
'
|
|
Me.txbFrStep1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbFrStep1.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbFrStep1.Name = "txbFrStep1"
|
|
Me.txbFrStep1.Size = New System.Drawing.Size(171, 39)
|
|
Me.txbFrStep1.TabIndex = 2
|
|
Me.txbFrStep1.Text = "6850"
|
|
Me.txbFrStep1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbFrStep1
|
|
'
|
|
Me.lbFrStep1.AutoSize = True
|
|
Me.lbFrStep1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbFrStep1.Location = New System.Drawing.Point(40, 12)
|
|
Me.lbFrStep1.Name = "lbFrStep1"
|
|
Me.lbFrStep1.Size = New System.Drawing.Size(66, 24)
|
|
Me.lbFrStep1.TabIndex = 0
|
|
Me.lbFrStep1.Text = "Step 1"
|
|
'
|
|
'gbHFeffect
|
|
'
|
|
Me.gbHFeffect.Controls.Add(Me.pnHFeffect)
|
|
Me.gbHFeffect.Location = New System.Drawing.Point(309, 290)
|
|
Me.gbHFeffect.Name = "gbHFeffect"
|
|
Me.gbHFeffect.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbHFeffect.TabIndex = 112
|
|
Me.gbHFeffect.TabStop = False
|
|
Me.gbHFeffect.Text = "이전 데이터와 최소 오차"
|
|
'
|
|
'pnHFeffect
|
|
'
|
|
Me.pnHFeffect.Controls.Add(Me.txbHFeffect)
|
|
Me.pnHFeffect.Controls.Add(Me.lbHFeffect)
|
|
Me.pnHFeffect.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnHFeffect.Name = "pnHFeffect"
|
|
Me.pnHFeffect.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnHFeffect.TabIndex = 4
|
|
'
|
|
'txbHFeffect
|
|
'
|
|
Me.txbHFeffect.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbHFeffect.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbHFeffect.Name = "txbHFeffect"
|
|
Me.txbHFeffect.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbHFeffect.TabIndex = 2
|
|
Me.txbHFeffect.Text = "2"
|
|
Me.txbHFeffect.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbHFeffect
|
|
'
|
|
Me.lbHFeffect.AutoSize = True
|
|
Me.lbHFeffect.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFeffect.Location = New System.Drawing.Point(-1, 12)
|
|
Me.lbHFeffect.Name = "lbHFeffect"
|
|
Me.lbHFeffect.Size = New System.Drawing.Size(117, 24)
|
|
Me.lbHFeffect.TabIndex = 0
|
|
Me.lbHFeffect.Text = "최소 전력(W)"
|
|
'
|
|
'gbHFRun
|
|
'
|
|
Me.gbHFRun.Controls.Add(Me.pnHFCount)
|
|
Me.gbHFRun.Controls.Add(Me.pnHFwait)
|
|
Me.gbHFRun.Controls.Add(Me.pnHFRun)
|
|
Me.gbHFRun.Location = New System.Drawing.Point(6, 25)
|
|
Me.gbHFRun.Name = "gbHFRun"
|
|
Me.gbHFRun.Size = New System.Drawing.Size(300, 172)
|
|
Me.gbHFRun.TabIndex = 108
|
|
Me.gbHFRun.TabStop = False
|
|
Me.gbHFRun.Text = "동작 시간 설정"
|
|
'
|
|
'pnHFCount
|
|
'
|
|
Me.pnHFCount.Controls.Add(Me.nudHFCount)
|
|
Me.pnHFCount.Controls.Add(Me.lbHFCount)
|
|
Me.pnHFCount.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnHFCount.Name = "pnHFCount"
|
|
Me.pnHFCount.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnHFCount.TabIndex = 5
|
|
'
|
|
'nudHFCount
|
|
'
|
|
Me.nudHFCount.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudHFCount.Location = New System.Drawing.Point(115, 3)
|
|
Me.nudHFCount.Maximum = New Decimal(New Integer() {20, 0, 0, 0})
|
|
Me.nudHFCount.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudHFCount.Name = "nudHFCount"
|
|
Me.nudHFCount.Size = New System.Drawing.Size(171, 39)
|
|
Me.nudHFCount.TabIndex = 103
|
|
Me.nudHFCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudHFCount.Value = New Decimal(New Integer() {10, 0, 0, 0})
|
|
'
|
|
'lbHFCount
|
|
'
|
|
Me.lbHFCount.AutoSize = True
|
|
Me.lbHFCount.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFCount.Location = New System.Drawing.Point(6, 12)
|
|
Me.lbHFCount.Name = "lbHFCount"
|
|
Me.lbHFCount.Size = New System.Drawing.Size(102, 24)
|
|
Me.lbHFCount.TabIndex = 0
|
|
Me.lbHFCount.Text = "PlayCount"
|
|
'
|
|
'pnHFwait
|
|
'
|
|
Me.pnHFwait.Controls.Add(Me.nudHFwait)
|
|
Me.pnHFwait.Controls.Add(Me.lbHFwait)
|
|
Me.pnHFwait.Location = New System.Drawing.Point(6, 117)
|
|
Me.pnHFwait.Name = "pnHFwait"
|
|
Me.pnHFwait.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnHFwait.TabIndex = 4
|
|
'
|
|
'nudHFwait
|
|
'
|
|
Me.nudHFwait.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudHFwait.Location = New System.Drawing.Point(115, 3)
|
|
Me.nudHFwait.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
|
|
Me.nudHFwait.Name = "nudHFwait"
|
|
Me.nudHFwait.Size = New System.Drawing.Size(171, 39)
|
|
Me.nudHFwait.TabIndex = 103
|
|
Me.nudHFwait.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudHFwait.Value = New Decimal(New Integer() {50, 0, 0, 0})
|
|
'
|
|
'lbHFwait
|
|
'
|
|
Me.lbHFwait.AutoSize = True
|
|
Me.lbHFwait.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFwait.Location = New System.Drawing.Point(15, 12)
|
|
Me.lbHFwait.Name = "lbHFwait"
|
|
Me.lbHFwait.Size = New System.Drawing.Size(93, 24)
|
|
Me.lbHFwait.TabIndex = 0
|
|
Me.lbHFwait.Text = "WaitTime"
|
|
'
|
|
'pnHFRun
|
|
'
|
|
Me.pnHFRun.Controls.Add(Me.nudHFRun)
|
|
Me.pnHFRun.Controls.Add(Me.lbHFRun)
|
|
Me.pnHFRun.Location = New System.Drawing.Point(6, 73)
|
|
Me.pnHFRun.Name = "pnHFRun"
|
|
Me.pnHFRun.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnHFRun.TabIndex = 4
|
|
'
|
|
'nudHFRun
|
|
'
|
|
Me.nudHFRun.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudHFRun.Location = New System.Drawing.Point(115, 3)
|
|
Me.nudHFRun.Maximum = New Decimal(New Integer() {5000, 0, 0, 0})
|
|
Me.nudHFRun.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudHFRun.Name = "nudHFRun"
|
|
Me.nudHFRun.Size = New System.Drawing.Size(171, 39)
|
|
Me.nudHFRun.TabIndex = 103
|
|
Me.nudHFRun.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudHFRun.Value = New Decimal(New Integer() {100, 0, 0, 0})
|
|
'
|
|
'lbHFRun
|
|
'
|
|
Me.lbHFRun.AutoSize = True
|
|
Me.lbHFRun.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFRun.Location = New System.Drawing.Point(22, 12)
|
|
Me.lbHFRun.Name = "lbHFRun"
|
|
Me.lbHFRun.Size = New System.Drawing.Size(86, 24)
|
|
Me.lbHFRun.TabIndex = 0
|
|
Me.lbHFRun.Text = "Runtime" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
|
|
'
|
|
'gbHFLowShot
|
|
'
|
|
Me.gbHFLowShot.Controls.Add(Me.pnHFLowShot)
|
|
Me.gbHFLowShot.Location = New System.Drawing.Point(309, 205)
|
|
Me.gbHFLowShot.Name = "gbHFLowShot"
|
|
Me.gbHFLowShot.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbHFLowShot.TabIndex = 111
|
|
Me.gbHFLowShot.TabStop = False
|
|
Me.gbHFLowShot.Text = "첫 샷 최소 전력"
|
|
'
|
|
'pnHFLowShot
|
|
'
|
|
Me.pnHFLowShot.Controls.Add(Me.txbHFLowShot)
|
|
Me.pnHFLowShot.Controls.Add(Me.lbHFLowShot)
|
|
Me.pnHFLowShot.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnHFLowShot.Name = "pnHFLowShot"
|
|
Me.pnHFLowShot.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnHFLowShot.TabIndex = 4
|
|
'
|
|
'txbHFLowShot
|
|
'
|
|
Me.txbHFLowShot.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbHFLowShot.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbHFLowShot.Name = "txbHFLowShot"
|
|
Me.txbHFLowShot.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbHFLowShot.TabIndex = 2
|
|
Me.txbHFLowShot.Text = "1"
|
|
Me.txbHFLowShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbHFLowShot
|
|
'
|
|
Me.lbHFLowShot.AutoSize = True
|
|
Me.lbHFLowShot.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFLowShot.Location = New System.Drawing.Point(-1, 12)
|
|
Me.lbHFLowShot.Name = "lbHFLowShot"
|
|
Me.lbHFLowShot.Size = New System.Drawing.Size(117, 24)
|
|
Me.lbHFLowShot.TabIndex = 0
|
|
Me.lbHFLowShot.Text = "최소 전력(W)"
|
|
'
|
|
'gbLedOp
|
|
'
|
|
Me.gbLedOp.Controls.Add(Me.gbLedRe)
|
|
Me.gbLedOp.Controls.Add(Me.gbLedStart)
|
|
Me.gbLedOp.Controls.Add(Me.gbLedSave)
|
|
Me.gbLedOp.Controls.Add(Me.gbCamSelect)
|
|
Me.gbLedOp.Controls.Add(Me.gbCamDelay)
|
|
Me.gbLedOp.Controls.Add(Me.gbLedCdn)
|
|
Me.gbLedOp.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbLedOp.Location = New System.Drawing.Point(3, 312)
|
|
Me.gbLedOp.Name = "gbLedOp"
|
|
Me.gbLedOp.Size = New System.Drawing.Size(647, 682)
|
|
Me.gbLedOp.TabIndex = 112
|
|
Me.gbLedOp.TabStop = False
|
|
Me.gbLedOp.Text = "LED 설정"
|
|
'
|
|
'gbLedRe
|
|
'
|
|
Me.gbLedRe.Controls.Add(Me.pnLedRe)
|
|
Me.gbLedRe.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbLedRe.Location = New System.Drawing.Point(325, 567)
|
|
Me.gbLedRe.Name = "gbLedRe"
|
|
Me.gbLedRe.Size = New System.Drawing.Size(297, 80)
|
|
Me.gbLedRe.TabIndex = 140
|
|
Me.gbLedRe.TabStop = False
|
|
Me.gbLedRe.Text = "재촬영 Count"
|
|
'
|
|
'pnLedRe
|
|
'
|
|
Me.pnLedRe.Controls.Add(Me.nudLedRe)
|
|
Me.pnLedRe.Controls.Add(Me.lbLedRe)
|
|
Me.pnLedRe.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnLedRe.Name = "pnLedRe"
|
|
Me.pnLedRe.Size = New System.Drawing.Size(280, 45)
|
|
Me.pnLedRe.TabIndex = 102
|
|
'
|
|
'nudLedRe
|
|
'
|
|
Me.nudLedRe.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudLedRe.Location = New System.Drawing.Point(98, 3)
|
|
Me.nudLedRe.Maximum = New Decimal(New Integer() {5, 0, 0, 0})
|
|
Me.nudLedRe.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudLedRe.Name = "nudLedRe"
|
|
Me.nudLedRe.Size = New System.Drawing.Size(170, 39)
|
|
Me.nudLedRe.TabIndex = 140
|
|
Me.nudLedRe.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudLedRe.Value = New Decimal(New Integer() {3, 0, 0, 0})
|
|
'
|
|
'lbLedRe
|
|
'
|
|
Me.lbLedRe.AutoSize = True
|
|
Me.lbLedRe.Location = New System.Drawing.Point(30, 12)
|
|
Me.lbLedRe.Name = "lbLedRe"
|
|
Me.lbLedRe.Size = New System.Drawing.Size(65, 24)
|
|
Me.lbLedRe.TabIndex = 0
|
|
Me.lbLedRe.Text = "Count"
|
|
'
|
|
'gbLedStart
|
|
'
|
|
Me.gbLedStart.Controls.Add(Me.pnLEDStart)
|
|
Me.gbLedStart.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbLedStart.Location = New System.Drawing.Point(20, 568)
|
|
Me.gbLedStart.Name = "gbLedStart"
|
|
Me.gbLedStart.Size = New System.Drawing.Size(297, 80)
|
|
Me.gbLedStart.TabIndex = 139
|
|
Me.gbLedStart.TabStop = False
|
|
Me.gbLedStart.Text = "테스트 촬영 Count"
|
|
'
|
|
'pnLEDStart
|
|
'
|
|
Me.pnLEDStart.Controls.Add(Me.nudLEDStart)
|
|
Me.pnLEDStart.Controls.Add(Me.lbLEDStart)
|
|
Me.pnLEDStart.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnLEDStart.Name = "pnLEDStart"
|
|
Me.pnLEDStart.Size = New System.Drawing.Size(280, 45)
|
|
Me.pnLEDStart.TabIndex = 102
|
|
'
|
|
'nudLEDStart
|
|
'
|
|
Me.nudLEDStart.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudLEDStart.Location = New System.Drawing.Point(98, 3)
|
|
Me.nudLEDStart.Maximum = New Decimal(New Integer() {10, 0, 0, 0})
|
|
Me.nudLEDStart.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudLEDStart.Name = "nudLEDStart"
|
|
Me.nudLEDStart.Size = New System.Drawing.Size(170, 39)
|
|
Me.nudLEDStart.TabIndex = 140
|
|
Me.nudLEDStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudLEDStart.Value = New Decimal(New Integer() {1, 0, 0, 0})
|
|
'
|
|
'lbLEDStart
|
|
'
|
|
Me.lbLEDStart.AutoSize = True
|
|
Me.lbLEDStart.Location = New System.Drawing.Point(30, 12)
|
|
Me.lbLEDStart.Name = "lbLEDStart"
|
|
Me.lbLEDStart.Size = New System.Drawing.Size(65, 24)
|
|
Me.lbLEDStart.TabIndex = 0
|
|
Me.lbLEDStart.Text = "Count"
|
|
'
|
|
'gbLedSave
|
|
'
|
|
Me.gbLedSave.Controls.Add(Me.rdbMatCovert)
|
|
Me.gbLedSave.Controls.Add(Me.rdbimgSave)
|
|
Me.gbLedSave.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbLedSave.Location = New System.Drawing.Point(325, 155)
|
|
Me.gbLedSave.Name = "gbLedSave"
|
|
Me.gbLedSave.Size = New System.Drawing.Size(305, 80)
|
|
Me.gbLedSave.TabIndex = 138
|
|
Me.gbLedSave.TabStop = False
|
|
Me.gbLedSave.Text = "LED 처리 방식"
|
|
'
|
|
'rdbMatCovert
|
|
'
|
|
Me.rdbMatCovert.AutoSize = True
|
|
Me.rdbMatCovert.Checked = True
|
|
Me.rdbMatCovert.Location = New System.Drawing.Point(172, 37)
|
|
Me.rdbMatCovert.Name = "rdbMatCovert"
|
|
Me.rdbMatCovert.Size = New System.Drawing.Size(104, 28)
|
|
Me.rdbMatCovert.TabIndex = 1
|
|
Me.rdbMatCovert.TabStop = True
|
|
Me.rdbMatCovert.Text = "Mat 변환"
|
|
Me.rdbMatCovert.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbimgSave
|
|
'
|
|
Me.rdbimgSave.AutoSize = True
|
|
Me.rdbimgSave.Location = New System.Drawing.Point(21, 37)
|
|
Me.rdbimgSave.Name = "rdbimgSave"
|
|
Me.rdbimgSave.Size = New System.Drawing.Size(124, 28)
|
|
Me.rdbimgSave.TabIndex = 0
|
|
Me.rdbimgSave.Text = "이미지 저장"
|
|
Me.rdbimgSave.UseVisualStyleBackColor = True
|
|
'
|
|
'gbCamSelect
|
|
'
|
|
Me.gbCamSelect.Controls.Add(Me.btnOLEDCam)
|
|
Me.gbCamSelect.Controls.Add(Me.lbOLEDCam)
|
|
Me.gbCamSelect.Controls.Add(Me.cbbOLEDCam)
|
|
Me.gbCamSelect.Controls.Add(Me.btnWebCam)
|
|
Me.gbCamSelect.Controls.Add(Me.lbWebCam)
|
|
Me.gbCamSelect.Controls.Add(Me.cbbWebCam)
|
|
Me.gbCamSelect.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbCamSelect.Location = New System.Drawing.Point(19, 40)
|
|
Me.gbCamSelect.Name = "gbCamSelect"
|
|
Me.gbCamSelect.Size = New System.Drawing.Size(607, 118)
|
|
Me.gbCamSelect.TabIndex = 137
|
|
Me.gbCamSelect.TabStop = False
|
|
Me.gbCamSelect.Text = "웹캠 장치 연결"
|
|
'
|
|
'btnOLEDCam
|
|
'
|
|
Me.btnOLEDCam.Location = New System.Drawing.Point(502, 71)
|
|
Me.btnOLEDCam.Name = "btnOLEDCam"
|
|
Me.btnOLEDCam.Size = New System.Drawing.Size(99, 42)
|
|
Me.btnOLEDCam.TabIndex = 141
|
|
Me.btnOLEDCam.Text = "스캔"
|
|
Me.btnOLEDCam.UseVisualStyleBackColor = True
|
|
'
|
|
'lbOLEDCam
|
|
'
|
|
Me.lbOLEDCam.AutoSize = True
|
|
Me.lbOLEDCam.Location = New System.Drawing.Point(8, 80)
|
|
Me.lbOLEDCam.Name = "lbOLEDCam"
|
|
Me.lbOLEDCam.Size = New System.Drawing.Size(122, 24)
|
|
Me.lbOLEDCam.TabIndex = 140
|
|
Me.lbOLEDCam.Text = "OLED 장치명"
|
|
'
|
|
'cbbOLEDCam
|
|
'
|
|
Me.cbbOLEDCam.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.cbbOLEDCam.FormattingEnabled = True
|
|
Me.cbbOLEDCam.Location = New System.Drawing.Point(136, 72)
|
|
Me.cbbOLEDCam.Name = "cbbOLEDCam"
|
|
Me.cbbOLEDCam.Size = New System.Drawing.Size(360, 40)
|
|
Me.cbbOLEDCam.TabIndex = 139
|
|
'
|
|
'btnWebCam
|
|
'
|
|
Me.btnWebCam.Location = New System.Drawing.Point(502, 25)
|
|
Me.btnWebCam.Name = "btnWebCam"
|
|
Me.btnWebCam.Size = New System.Drawing.Size(99, 42)
|
|
Me.btnWebCam.TabIndex = 138
|
|
Me.btnWebCam.Text = "스캔"
|
|
Me.btnWebCam.UseVisualStyleBackColor = True
|
|
'
|
|
'lbWebCam
|
|
'
|
|
Me.lbWebCam.AutoSize = True
|
|
Me.lbWebCam.Location = New System.Drawing.Point(22, 35)
|
|
Me.lbWebCam.Name = "lbWebCam"
|
|
Me.lbWebCam.Size = New System.Drawing.Size(108, 24)
|
|
Me.lbWebCam.TabIndex = 137
|
|
Me.lbWebCam.Text = "LED 장치명"
|
|
'
|
|
'cbbWebCam
|
|
'
|
|
Me.cbbWebCam.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.cbbWebCam.FormattingEnabled = True
|
|
Me.cbbWebCam.Location = New System.Drawing.Point(136, 26)
|
|
Me.cbbWebCam.Name = "cbbWebCam"
|
|
Me.cbbWebCam.Size = New System.Drawing.Size(360, 40)
|
|
Me.cbbWebCam.TabIndex = 136
|
|
'
|
|
'gbCamDelay
|
|
'
|
|
Me.gbCamDelay.Controls.Add(Me.pnCamDelay)
|
|
Me.gbCamDelay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbCamDelay.Location = New System.Drawing.Point(20, 155)
|
|
Me.gbCamDelay.Name = "gbCamDelay"
|
|
Me.gbCamDelay.Size = New System.Drawing.Size(297, 80)
|
|
Me.gbCamDelay.TabIndex = 134
|
|
Me.gbCamDelay.TabStop = False
|
|
Me.gbCamDelay.Text = "측정 후 Delay 설정"
|
|
'
|
|
'pnCamDelay
|
|
'
|
|
Me.pnCamDelay.Controls.Add(Me.txbCamDelay)
|
|
Me.pnCamDelay.Controls.Add(Me.lbCamDelay)
|
|
Me.pnCamDelay.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnCamDelay.Name = "pnCamDelay"
|
|
Me.pnCamDelay.Size = New System.Drawing.Size(280, 45)
|
|
Me.pnCamDelay.TabIndex = 102
|
|
'
|
|
'txbCamDelay
|
|
'
|
|
Me.txbCamDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbCamDelay.Location = New System.Drawing.Point(98, 3)
|
|
Me.txbCamDelay.Name = "txbCamDelay"
|
|
Me.txbCamDelay.Size = New System.Drawing.Size(171, 39)
|
|
Me.txbCamDelay.TabIndex = 3
|
|
Me.txbCamDelay.Text = "300"
|
|
Me.txbCamDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbCamDelay
|
|
'
|
|
Me.lbCamDelay.AutoSize = True
|
|
Me.lbCamDelay.Location = New System.Drawing.Point(30, 12)
|
|
Me.lbCamDelay.Name = "lbCamDelay"
|
|
Me.lbCamDelay.Size = New System.Drawing.Size(60, 24)
|
|
Me.lbCamDelay.TabIndex = 0
|
|
Me.lbCamDelay.Text = "Delay"
|
|
'
|
|
'gbLedCdn
|
|
'
|
|
Me.gbLedCdn.BackColor = System.Drawing.SystemColors.Control
|
|
Me.gbLedCdn.Controls.Add(Me.gbInc)
|
|
Me.gbLedCdn.Controls.Add(Me.gbAround)
|
|
Me.gbLedCdn.Controls.Add(Me.gbYelCdn)
|
|
Me.gbLedCdn.Controls.Add(Me.gbRedCdn)
|
|
Me.gbLedCdn.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbLedCdn.Location = New System.Drawing.Point(20, 238)
|
|
Me.gbLedCdn.Name = "gbLedCdn"
|
|
Me.gbLedCdn.Size = New System.Drawing.Size(607, 324)
|
|
Me.gbLedCdn.TabIndex = 133
|
|
Me.gbLedCdn.TabStop = False
|
|
Me.gbLedCdn.Text = "LED 측정 좌표"
|
|
'
|
|
'gbInc
|
|
'
|
|
Me.gbInc.Controls.Add(Me.pnInc)
|
|
Me.gbInc.Location = New System.Drawing.Point(308, 235)
|
|
Me.gbInc.Name = "gbInc"
|
|
Me.gbInc.Size = New System.Drawing.Size(290, 80)
|
|
Me.gbInc.TabIndex = 116
|
|
Me.gbInc.TabStop = False
|
|
Me.gbInc.Text = "좌표 오차 범위 증가량"
|
|
'
|
|
'pnInc
|
|
'
|
|
Me.pnInc.Controls.Add(Me.txbInc)
|
|
Me.pnInc.Controls.Add(Me.lbInc)
|
|
Me.pnInc.Location = New System.Drawing.Point(7, 28)
|
|
Me.pnInc.Name = "pnInc"
|
|
Me.pnInc.Size = New System.Drawing.Size(270, 45)
|
|
Me.pnInc.TabIndex = 4
|
|
'
|
|
'txbInc
|
|
'
|
|
Me.txbInc.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbInc.Location = New System.Drawing.Point(97, 3)
|
|
Me.txbInc.Name = "txbInc"
|
|
Me.txbInc.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbInc.TabIndex = 2
|
|
Me.txbInc.Text = "30"
|
|
Me.txbInc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbInc
|
|
'
|
|
Me.lbInc.AutoSize = True
|
|
Me.lbInc.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbInc.Location = New System.Drawing.Point(17, 12)
|
|
Me.lbInc.Name = "lbInc"
|
|
Me.lbInc.Size = New System.Drawing.Size(51, 24)
|
|
Me.lbInc.TabIndex = 0
|
|
Me.lbInc.Text = "Pixel"
|
|
'
|
|
'gbAround
|
|
'
|
|
Me.gbAround.Controls.Add(Me.pnAround)
|
|
Me.gbAround.Location = New System.Drawing.Point(9, 235)
|
|
Me.gbAround.Name = "gbAround"
|
|
Me.gbAround.Size = New System.Drawing.Size(290, 80)
|
|
Me.gbAround.TabIndex = 114
|
|
Me.gbAround.TabStop = False
|
|
Me.gbAround.Text = "좌표 오차 최대 범위"
|
|
'
|
|
'pnAround
|
|
'
|
|
Me.pnAround.Controls.Add(Me.txbAround)
|
|
Me.pnAround.Controls.Add(Me.lbAround)
|
|
Me.pnAround.Location = New System.Drawing.Point(7, 28)
|
|
Me.pnAround.Name = "pnAround"
|
|
Me.pnAround.Size = New System.Drawing.Size(270, 45)
|
|
Me.pnAround.TabIndex = 4
|
|
'
|
|
'txbAround
|
|
'
|
|
Me.txbAround.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAround.Location = New System.Drawing.Point(97, 3)
|
|
Me.txbAround.Name = "txbAround"
|
|
Me.txbAround.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbAround.TabIndex = 2
|
|
Me.txbAround.Text = "30"
|
|
Me.txbAround.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbAround
|
|
'
|
|
Me.lbAround.AutoSize = True
|
|
Me.lbAround.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAround.Location = New System.Drawing.Point(17, 12)
|
|
Me.lbAround.Name = "lbAround"
|
|
Me.lbAround.Size = New System.Drawing.Size(51, 24)
|
|
Me.lbAround.TabIndex = 0
|
|
Me.lbAround.Text = "Pixel"
|
|
'
|
|
'gbYelCdn
|
|
'
|
|
Me.gbYelCdn.Controls.Add(Me.gbYelCdn_2)
|
|
Me.gbYelCdn.Controls.Add(Me.gbYelCdn_1)
|
|
Me.gbYelCdn.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbYelCdn.Location = New System.Drawing.Point(308, 30)
|
|
Me.gbYelCdn.Name = "gbYelCdn"
|
|
Me.gbYelCdn.Size = New System.Drawing.Size(290, 198)
|
|
Me.gbYelCdn.TabIndex = 113
|
|
Me.gbYelCdn.TabStop = False
|
|
Me.gbYelCdn.Text = "Yellow 좌표"
|
|
'
|
|
'gbYelCdn_2
|
|
'
|
|
Me.gbYelCdn_2.Controls.Add(Me.pnYelCdn_Y2)
|
|
Me.gbYelCdn_2.Controls.Add(Me.pnYelCdn_X2)
|
|
Me.gbYelCdn_2.Location = New System.Drawing.Point(2, 105)
|
|
Me.gbYelCdn_2.Name = "gbYelCdn_2"
|
|
Me.gbYelCdn_2.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbYelCdn_2.TabIndex = 10
|
|
Me.gbYelCdn_2.TabStop = False
|
|
Me.gbYelCdn_2.Text = "좌표 ②"
|
|
'
|
|
'pnYelCdn_Y2
|
|
'
|
|
Me.pnYelCdn_Y2.Controls.Add(Me.txbYelCdn_Y2)
|
|
Me.pnYelCdn_Y2.Controls.Add(Me.lbYelCdn_Y2)
|
|
Me.pnYelCdn_Y2.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnYelCdn_Y2.Name = "pnYelCdn_Y2"
|
|
Me.pnYelCdn_Y2.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnYelCdn_Y2.TabIndex = 9
|
|
'
|
|
'txbYelCdn_Y2
|
|
'
|
|
Me.txbYelCdn_Y2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYelCdn_Y2.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbYelCdn_Y2.Name = "txbYelCdn_Y2"
|
|
Me.txbYelCdn_Y2.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbYelCdn_Y2.TabIndex = 2
|
|
Me.txbYelCdn_Y2.Text = "30"
|
|
Me.txbYelCdn_Y2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYelCdn_Y2
|
|
'
|
|
Me.lbYelCdn_Y2.AutoSize = True
|
|
Me.lbYelCdn_Y2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYelCdn_Y2.Location = New System.Drawing.Point(17, 11)
|
|
Me.lbYelCdn_Y2.Name = "lbYelCdn_Y2"
|
|
Me.lbYelCdn_Y2.Size = New System.Drawing.Size(23, 24)
|
|
Me.lbYelCdn_Y2.TabIndex = 0
|
|
Me.lbYelCdn_Y2.Text = "Y"
|
|
'
|
|
'pnYelCdn_X2
|
|
'
|
|
Me.pnYelCdn_X2.Controls.Add(Me.txbYelCdn_X2)
|
|
Me.pnYelCdn_X2.Controls.Add(Me.lbYelCdn_X2)
|
|
Me.pnYelCdn_X2.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnYelCdn_X2.Name = "pnYelCdn_X2"
|
|
Me.pnYelCdn_X2.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnYelCdn_X2.TabIndex = 5
|
|
'
|
|
'txbYelCdn_X2
|
|
'
|
|
Me.txbYelCdn_X2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYelCdn_X2.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbYelCdn_X2.Name = "txbYelCdn_X2"
|
|
Me.txbYelCdn_X2.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbYelCdn_X2.TabIndex = 2
|
|
Me.txbYelCdn_X2.Text = "20"
|
|
Me.txbYelCdn_X2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYelCdn_X2
|
|
'
|
|
Me.lbYelCdn_X2.AutoSize = True
|
|
Me.lbYelCdn_X2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYelCdn_X2.Location = New System.Drawing.Point(17, 11)
|
|
Me.lbYelCdn_X2.Name = "lbYelCdn_X2"
|
|
Me.lbYelCdn_X2.Size = New System.Drawing.Size(23, 24)
|
|
Me.lbYelCdn_X2.TabIndex = 0
|
|
Me.lbYelCdn_X2.Text = "X"
|
|
'
|
|
'gbYelCdn_1
|
|
'
|
|
Me.gbYelCdn_1.Controls.Add(Me.pnYelCdn_Y1)
|
|
Me.gbYelCdn_1.Controls.Add(Me.pnYelCdn_X1)
|
|
Me.gbYelCdn_1.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbYelCdn_1.Name = "gbYelCdn_1"
|
|
Me.gbYelCdn_1.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbYelCdn_1.TabIndex = 9
|
|
Me.gbYelCdn_1.TabStop = False
|
|
Me.gbYelCdn_1.Text = "좌표 ①"
|
|
'
|
|
'pnYelCdn_Y1
|
|
'
|
|
Me.pnYelCdn_Y1.Controls.Add(Me.txbYelCdn_Y1)
|
|
Me.pnYelCdn_Y1.Controls.Add(Me.lbYelCdn_Y1)
|
|
Me.pnYelCdn_Y1.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnYelCdn_Y1.Name = "pnYelCdn_Y1"
|
|
Me.pnYelCdn_Y1.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnYelCdn_Y1.TabIndex = 9
|
|
'
|
|
'txbYelCdn_Y1
|
|
'
|
|
Me.txbYelCdn_Y1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYelCdn_Y1.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbYelCdn_Y1.Name = "txbYelCdn_Y1"
|
|
Me.txbYelCdn_Y1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbYelCdn_Y1.TabIndex = 2
|
|
Me.txbYelCdn_Y1.Text = "30"
|
|
Me.txbYelCdn_Y1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYelCdn_Y1
|
|
'
|
|
Me.lbYelCdn_Y1.AutoSize = True
|
|
Me.lbYelCdn_Y1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYelCdn_Y1.Location = New System.Drawing.Point(17, 11)
|
|
Me.lbYelCdn_Y1.Name = "lbYelCdn_Y1"
|
|
Me.lbYelCdn_Y1.Size = New System.Drawing.Size(23, 24)
|
|
Me.lbYelCdn_Y1.TabIndex = 0
|
|
Me.lbYelCdn_Y1.Text = "Y"
|
|
'
|
|
'pnYelCdn_X1
|
|
'
|
|
Me.pnYelCdn_X1.Controls.Add(Me.txbYelCdn_X1)
|
|
Me.pnYelCdn_X1.Controls.Add(Me.lbYelCdn_X1)
|
|
Me.pnYelCdn_X1.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnYelCdn_X1.Name = "pnYelCdn_X1"
|
|
Me.pnYelCdn_X1.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnYelCdn_X1.TabIndex = 5
|
|
'
|
|
'txbYelCdn_X1
|
|
'
|
|
Me.txbYelCdn_X1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYelCdn_X1.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbYelCdn_X1.Name = "txbYelCdn_X1"
|
|
Me.txbYelCdn_X1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbYelCdn_X1.TabIndex = 2
|
|
Me.txbYelCdn_X1.Text = "20"
|
|
Me.txbYelCdn_X1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYelCdn_X1
|
|
'
|
|
Me.lbYelCdn_X1.AutoSize = True
|
|
Me.lbYelCdn_X1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYelCdn_X1.Location = New System.Drawing.Point(17, 11)
|
|
Me.lbYelCdn_X1.Name = "lbYelCdn_X1"
|
|
Me.lbYelCdn_X1.Size = New System.Drawing.Size(23, 24)
|
|
Me.lbYelCdn_X1.TabIndex = 0
|
|
Me.lbYelCdn_X1.Text = "X"
|
|
'
|
|
'gbRedCdn
|
|
'
|
|
Me.gbRedCdn.Controls.Add(Me.gbRedCdn_2)
|
|
Me.gbRedCdn.Controls.Add(Me.gbRedCdn_1)
|
|
Me.gbRedCdn.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbRedCdn.Location = New System.Drawing.Point(9, 30)
|
|
Me.gbRedCdn.Name = "gbRedCdn"
|
|
Me.gbRedCdn.Size = New System.Drawing.Size(290, 197)
|
|
Me.gbRedCdn.TabIndex = 112
|
|
Me.gbRedCdn.TabStop = False
|
|
Me.gbRedCdn.Text = "Red 좌표"
|
|
'
|
|
'gbRedCdn_2
|
|
'
|
|
Me.gbRedCdn_2.Controls.Add(Me.pnRedCdn_Y2)
|
|
Me.gbRedCdn_2.Controls.Add(Me.pnRedCdn_X2)
|
|
Me.gbRedCdn_2.Location = New System.Drawing.Point(8, 105)
|
|
Me.gbRedCdn_2.Name = "gbRedCdn_2"
|
|
Me.gbRedCdn_2.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbRedCdn_2.TabIndex = 10
|
|
Me.gbRedCdn_2.TabStop = False
|
|
Me.gbRedCdn_2.Text = "좌표 ②"
|
|
'
|
|
'pnRedCdn_Y2
|
|
'
|
|
Me.pnRedCdn_Y2.Controls.Add(Me.txbRedCdn_Y2)
|
|
Me.pnRedCdn_Y2.Controls.Add(Me.lbRedCdn_Y2)
|
|
Me.pnRedCdn_Y2.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnRedCdn_Y2.Name = "pnRedCdn_Y2"
|
|
Me.pnRedCdn_Y2.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnRedCdn_Y2.TabIndex = 9
|
|
'
|
|
'txbRedCdn_Y2
|
|
'
|
|
Me.txbRedCdn_Y2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRedCdn_Y2.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbRedCdn_Y2.Name = "txbRedCdn_Y2"
|
|
Me.txbRedCdn_Y2.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRedCdn_Y2.TabIndex = 2
|
|
Me.txbRedCdn_Y2.Text = "30"
|
|
Me.txbRedCdn_Y2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRedCdn_Y2
|
|
'
|
|
Me.lbRedCdn_Y2.AutoSize = True
|
|
Me.lbRedCdn_Y2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRedCdn_Y2.Location = New System.Drawing.Point(17, 11)
|
|
Me.lbRedCdn_Y2.Name = "lbRedCdn_Y2"
|
|
Me.lbRedCdn_Y2.Size = New System.Drawing.Size(23, 24)
|
|
Me.lbRedCdn_Y2.TabIndex = 0
|
|
Me.lbRedCdn_Y2.Text = "Y"
|
|
'
|
|
'pnRedCdn_X2
|
|
'
|
|
Me.pnRedCdn_X2.Controls.Add(Me.txbRedCdn_X2)
|
|
Me.pnRedCdn_X2.Controls.Add(Me.lbRedCdn_X2)
|
|
Me.pnRedCdn_X2.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnRedCdn_X2.Name = "pnRedCdn_X2"
|
|
Me.pnRedCdn_X2.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnRedCdn_X2.TabIndex = 5
|
|
'
|
|
'txbRedCdn_X2
|
|
'
|
|
Me.txbRedCdn_X2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRedCdn_X2.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbRedCdn_X2.Name = "txbRedCdn_X2"
|
|
Me.txbRedCdn_X2.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRedCdn_X2.TabIndex = 2
|
|
Me.txbRedCdn_X2.Text = "20"
|
|
Me.txbRedCdn_X2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRedCdn_X2
|
|
'
|
|
Me.lbRedCdn_X2.AutoSize = True
|
|
Me.lbRedCdn_X2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRedCdn_X2.Location = New System.Drawing.Point(17, 11)
|
|
Me.lbRedCdn_X2.Name = "lbRedCdn_X2"
|
|
Me.lbRedCdn_X2.Size = New System.Drawing.Size(23, 24)
|
|
Me.lbRedCdn_X2.TabIndex = 0
|
|
Me.lbRedCdn_X2.Text = "X"
|
|
'
|
|
'gbRedCdn_1
|
|
'
|
|
Me.gbRedCdn_1.Controls.Add(Me.pnRedCdn_Y1)
|
|
Me.gbRedCdn_1.Controls.Add(Me.pnRedCdn_X1)
|
|
Me.gbRedCdn_1.Location = New System.Drawing.Point(8, 23)
|
|
Me.gbRedCdn_1.Name = "gbRedCdn_1"
|
|
Me.gbRedCdn_1.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbRedCdn_1.TabIndex = 9
|
|
Me.gbRedCdn_1.TabStop = False
|
|
Me.gbRedCdn_1.Text = "좌표 ①"
|
|
'
|
|
'pnRedCdn_Y1
|
|
'
|
|
Me.pnRedCdn_Y1.Controls.Add(Me.txbRedCdn_Y1)
|
|
Me.pnRedCdn_Y1.Controls.Add(Me.lbRedCdn_Y1)
|
|
Me.pnRedCdn_Y1.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnRedCdn_Y1.Name = "pnRedCdn_Y1"
|
|
Me.pnRedCdn_Y1.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnRedCdn_Y1.TabIndex = 9
|
|
'
|
|
'txbRedCdn_Y1
|
|
'
|
|
Me.txbRedCdn_Y1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRedCdn_Y1.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbRedCdn_Y1.Name = "txbRedCdn_Y1"
|
|
Me.txbRedCdn_Y1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRedCdn_Y1.TabIndex = 2
|
|
Me.txbRedCdn_Y1.Text = "30"
|
|
Me.txbRedCdn_Y1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRedCdn_Y1
|
|
'
|
|
Me.lbRedCdn_Y1.AutoSize = True
|
|
Me.lbRedCdn_Y1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRedCdn_Y1.Location = New System.Drawing.Point(17, 11)
|
|
Me.lbRedCdn_Y1.Name = "lbRedCdn_Y1"
|
|
Me.lbRedCdn_Y1.Size = New System.Drawing.Size(23, 24)
|
|
Me.lbRedCdn_Y1.TabIndex = 0
|
|
Me.lbRedCdn_Y1.Text = "Y"
|
|
'
|
|
'pnRedCdn_X1
|
|
'
|
|
Me.pnRedCdn_X1.Controls.Add(Me.txbRedCdn_X1)
|
|
Me.pnRedCdn_X1.Controls.Add(Me.lbRedCdn_X1)
|
|
Me.pnRedCdn_X1.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnRedCdn_X1.Name = "pnRedCdn_X1"
|
|
Me.pnRedCdn_X1.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnRedCdn_X1.TabIndex = 5
|
|
'
|
|
'txbRedCdn_X1
|
|
'
|
|
Me.txbRedCdn_X1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRedCdn_X1.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbRedCdn_X1.Name = "txbRedCdn_X1"
|
|
Me.txbRedCdn_X1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRedCdn_X1.TabIndex = 2
|
|
Me.txbRedCdn_X1.Text = "20"
|
|
Me.txbRedCdn_X1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRedCdn_X1
|
|
'
|
|
Me.lbRedCdn_X1.AutoSize = True
|
|
Me.lbRedCdn_X1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRedCdn_X1.Location = New System.Drawing.Point(17, 11)
|
|
Me.lbRedCdn_X1.Name = "lbRedCdn_X1"
|
|
Me.lbRedCdn_X1.Size = New System.Drawing.Size(23, 24)
|
|
Me.lbRedCdn_X1.TabIndex = 0
|
|
Me.lbRedCdn_X1.Text = "X"
|
|
'
|
|
'gbETC
|
|
'
|
|
Me.gbETC.BackColor = System.Drawing.Color.Linen
|
|
Me.gbETC.Controls.Add(Me.gbOnRe)
|
|
Me.gbETC.Controls.Add(Me.gbEPRe)
|
|
Me.gbETC.Controls.Add(Me.gbSaveCk)
|
|
Me.gbETC.Controls.Add(Me.gbScTimeout)
|
|
Me.gbETC.Controls.Add(Me.gbSpTimeout)
|
|
Me.gbETC.Controls.Add(Me.gbJgBaudRate)
|
|
Me.gbETC.Controls.Add(Me.gbStepDelay)
|
|
Me.gbETC.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbETC.Location = New System.Drawing.Point(1641, 312)
|
|
Me.gbETC.Name = "gbETC"
|
|
Me.gbETC.Size = New System.Drawing.Size(255, 682)
|
|
Me.gbETC.TabIndex = 137
|
|
Me.gbETC.TabStop = False
|
|
Me.gbETC.Text = "기타 설정"
|
|
'
|
|
'gbOnRe
|
|
'
|
|
Me.gbOnRe.Controls.Add(Me.pnOnRe)
|
|
Me.gbOnRe.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbOnRe.Location = New System.Drawing.Point(9, 561)
|
|
Me.gbOnRe.Name = "gbOnRe"
|
|
Me.gbOnRe.Size = New System.Drawing.Size(239, 80)
|
|
Me.gbOnRe.TabIndex = 117
|
|
Me.gbOnRe.TabStop = False
|
|
Me.gbOnRe.Text = "Power 재동작 횟수"
|
|
'
|
|
'pnOnRe
|
|
'
|
|
Me.pnOnRe.Controls.Add(Me.nudOnRe)
|
|
Me.pnOnRe.Controls.Add(Me.lbOnRe)
|
|
Me.pnOnRe.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnOnRe.Name = "pnOnRe"
|
|
Me.pnOnRe.Size = New System.Drawing.Size(227, 47)
|
|
Me.pnOnRe.TabIndex = 102
|
|
'
|
|
'nudOnRe
|
|
'
|
|
Me.nudOnRe.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudOnRe.Location = New System.Drawing.Point(71, 3)
|
|
Me.nudOnRe.Name = "nudOnRe"
|
|
Me.nudOnRe.Size = New System.Drawing.Size(153, 39)
|
|
Me.nudOnRe.TabIndex = 6
|
|
Me.nudOnRe.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbOnRe
|
|
'
|
|
Me.lbOnRe.AutoSize = True
|
|
Me.lbOnRe.Location = New System.Drawing.Point(0, 11)
|
|
Me.lbOnRe.Name = "lbOnRe"
|
|
Me.lbOnRe.Size = New System.Drawing.Size(65, 24)
|
|
Me.lbOnRe.TabIndex = 0
|
|
Me.lbOnRe.Text = "Count"
|
|
'
|
|
'gbEPRe
|
|
'
|
|
Me.gbEPRe.Controls.Add(Me.pnEPRe)
|
|
Me.gbEPRe.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbEPRe.Location = New System.Drawing.Point(9, 478)
|
|
Me.gbEPRe.Name = "gbEPRe"
|
|
Me.gbEPRe.Size = New System.Drawing.Size(239, 80)
|
|
Me.gbEPRe.TabIndex = 116
|
|
Me.gbEPRe.TabStop = False
|
|
Me.gbEPRe.Text = "EP 재측정 횟수"
|
|
'
|
|
'pnEPRe
|
|
'
|
|
Me.pnEPRe.Controls.Add(Me.nudEPRe)
|
|
Me.pnEPRe.Controls.Add(Me.lbEPRe)
|
|
Me.pnEPRe.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnEPRe.Name = "pnEPRe"
|
|
Me.pnEPRe.Size = New System.Drawing.Size(227, 47)
|
|
Me.pnEPRe.TabIndex = 102
|
|
'
|
|
'nudEPRe
|
|
'
|
|
Me.nudEPRe.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudEPRe.Location = New System.Drawing.Point(71, 3)
|
|
Me.nudEPRe.Name = "nudEPRe"
|
|
Me.nudEPRe.Size = New System.Drawing.Size(153, 39)
|
|
Me.nudEPRe.TabIndex = 5
|
|
Me.nudEPRe.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPRe
|
|
'
|
|
Me.lbEPRe.AutoSize = True
|
|
Me.lbEPRe.Location = New System.Drawing.Point(0, 11)
|
|
Me.lbEPRe.Name = "lbEPRe"
|
|
Me.lbEPRe.Size = New System.Drawing.Size(65, 24)
|
|
Me.lbEPRe.TabIndex = 0
|
|
Me.lbEPRe.Text = "Count"
|
|
'
|
|
'gbSaveCk
|
|
'
|
|
Me.gbSaveCk.Controls.Add(Me.pnSaveCk)
|
|
Me.gbSaveCk.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbSaveCk.Location = New System.Drawing.Point(9, 392)
|
|
Me.gbSaveCk.Name = "gbSaveCk"
|
|
Me.gbSaveCk.Size = New System.Drawing.Size(239, 80)
|
|
Me.gbSaveCk.TabIndex = 115
|
|
Me.gbSaveCk.TabStop = False
|
|
Me.gbSaveCk.Text = "저장 확인 Count"
|
|
'
|
|
'pnSaveCk
|
|
'
|
|
Me.pnSaveCk.Controls.Add(Me.nudSaveCk)
|
|
Me.pnSaveCk.Controls.Add(Me.lbSaveCk)
|
|
Me.pnSaveCk.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnSaveCk.Name = "pnSaveCk"
|
|
Me.pnSaveCk.Size = New System.Drawing.Size(227, 47)
|
|
Me.pnSaveCk.TabIndex = 102
|
|
'
|
|
'nudSaveCk
|
|
'
|
|
Me.nudSaveCk.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudSaveCk.Location = New System.Drawing.Point(71, 3)
|
|
Me.nudSaveCk.Maximum = New Decimal(New Integer() {10, 0, 0, 0})
|
|
Me.nudSaveCk.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudSaveCk.Name = "nudSaveCk"
|
|
Me.nudSaveCk.Size = New System.Drawing.Size(153, 39)
|
|
Me.nudSaveCk.TabIndex = 102
|
|
Me.nudSaveCk.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudSaveCk.Value = New Decimal(New Integer() {5, 0, 0, 0})
|
|
'
|
|
'lbSaveCk
|
|
'
|
|
Me.lbSaveCk.AutoSize = True
|
|
Me.lbSaveCk.Location = New System.Drawing.Point(0, 11)
|
|
Me.lbSaveCk.Name = "lbSaveCk"
|
|
Me.lbSaveCk.Size = New System.Drawing.Size(65, 24)
|
|
Me.lbSaveCk.TabIndex = 0
|
|
Me.lbSaveCk.Text = "Count"
|
|
'
|
|
'gbScTimeout
|
|
'
|
|
Me.gbScTimeout.Controls.Add(Me.pnScTimeout)
|
|
Me.gbScTimeout.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbScTimeout.Location = New System.Drawing.Point(9, 300)
|
|
Me.gbScTimeout.Name = "gbScTimeout"
|
|
Me.gbScTimeout.Size = New System.Drawing.Size(239, 80)
|
|
Me.gbScTimeout.TabIndex = 114
|
|
Me.gbScTimeout.TabStop = False
|
|
Me.gbScTimeout.Text = "Scope Timeout"
|
|
'
|
|
'pnScTimeout
|
|
'
|
|
Me.pnScTimeout.Controls.Add(Me.nudScTimeout)
|
|
Me.pnScTimeout.Controls.Add(Me.lbScTimeout)
|
|
Me.pnScTimeout.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnScTimeout.Name = "pnScTimeout"
|
|
Me.pnScTimeout.Size = New System.Drawing.Size(227, 47)
|
|
Me.pnScTimeout.TabIndex = 102
|
|
'
|
|
'nudScTimeout
|
|
'
|
|
Me.nudScTimeout.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudScTimeout.Location = New System.Drawing.Point(71, 3)
|
|
Me.nudScTimeout.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
|
|
Me.nudScTimeout.Minimum = New Decimal(New Integer() {100, 0, 0, 0})
|
|
Me.nudScTimeout.Name = "nudScTimeout"
|
|
Me.nudScTimeout.Size = New System.Drawing.Size(153, 39)
|
|
Me.nudScTimeout.TabIndex = 102
|
|
Me.nudScTimeout.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudScTimeout.Value = New Decimal(New Integer() {1200, 0, 0, 0})
|
|
'
|
|
'lbScTimeout
|
|
'
|
|
Me.lbScTimeout.AutoSize = True
|
|
Me.lbScTimeout.Location = New System.Drawing.Point(19, 13)
|
|
Me.lbScTimeout.Name = "lbScTimeout"
|
|
Me.lbScTimeout.Size = New System.Drawing.Size(46, 24)
|
|
Me.lbScTimeout.TabIndex = 0
|
|
Me.lbScTimeout.Text = "m/s"
|
|
'
|
|
'gbSpTimeout
|
|
'
|
|
Me.gbSpTimeout.Controls.Add(Me.pnSpTimeout)
|
|
Me.gbSpTimeout.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbSpTimeout.Location = New System.Drawing.Point(9, 209)
|
|
Me.gbSpTimeout.Name = "gbSpTimeout"
|
|
Me.gbSpTimeout.Size = New System.Drawing.Size(239, 80)
|
|
Me.gbSpTimeout.TabIndex = 113
|
|
Me.gbSpTimeout.TabStop = False
|
|
Me.gbSpTimeout.Text = "Spectrum Timeout"
|
|
'
|
|
'pnSpTimeout
|
|
'
|
|
Me.pnSpTimeout.Controls.Add(Me.nudSpTimeout)
|
|
Me.pnSpTimeout.Controls.Add(Me.lbSpTimeout)
|
|
Me.pnSpTimeout.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnSpTimeout.Name = "pnSpTimeout"
|
|
Me.pnSpTimeout.Size = New System.Drawing.Size(227, 47)
|
|
Me.pnSpTimeout.TabIndex = 102
|
|
'
|
|
'nudSpTimeout
|
|
'
|
|
Me.nudSpTimeout.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudSpTimeout.Location = New System.Drawing.Point(71, 3)
|
|
Me.nudSpTimeout.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
|
|
Me.nudSpTimeout.Minimum = New Decimal(New Integer() {100, 0, 0, 0})
|
|
Me.nudSpTimeout.Name = "nudSpTimeout"
|
|
Me.nudSpTimeout.Size = New System.Drawing.Size(153, 39)
|
|
Me.nudSpTimeout.TabIndex = 102
|
|
Me.nudSpTimeout.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudSpTimeout.Value = New Decimal(New Integer() {1200, 0, 0, 0})
|
|
'
|
|
'lbSpTimeout
|
|
'
|
|
Me.lbSpTimeout.AutoSize = True
|
|
Me.lbSpTimeout.Location = New System.Drawing.Point(19, 13)
|
|
Me.lbSpTimeout.Name = "lbSpTimeout"
|
|
Me.lbSpTimeout.Size = New System.Drawing.Size(46, 24)
|
|
Me.lbSpTimeout.TabIndex = 0
|
|
Me.lbSpTimeout.Text = "m/s"
|
|
'
|
|
'gbJgBaudRate
|
|
'
|
|
Me.gbJgBaudRate.Controls.Add(Me.pnJgBaudRate)
|
|
Me.gbJgBaudRate.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbJgBaudRate.Location = New System.Drawing.Point(9, 42)
|
|
Me.gbJgBaudRate.Name = "gbJgBaudRate"
|
|
Me.gbJgBaudRate.Size = New System.Drawing.Size(239, 75)
|
|
Me.gbJgBaudRate.TabIndex = 112
|
|
Me.gbJgBaudRate.TabStop = False
|
|
Me.gbJgBaudRate.Text = "통신속도"
|
|
'
|
|
'pnJgBaudRate
|
|
'
|
|
Me.pnJgBaudRate.Controls.Add(Me.cbbJgBaudRate)
|
|
Me.pnJgBaudRate.Controls.Add(Me.lbJgBaudRate)
|
|
Me.pnJgBaudRate.Location = New System.Drawing.Point(6, 25)
|
|
Me.pnJgBaudRate.Name = "pnJgBaudRate"
|
|
Me.pnJgBaudRate.Size = New System.Drawing.Size(233, 45)
|
|
Me.pnJgBaudRate.TabIndex = 4
|
|
'
|
|
'cbbJgBaudRate
|
|
'
|
|
Me.cbbJgBaudRate.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.cbbJgBaudRate.FormattingEnabled = True
|
|
Me.cbbJgBaudRate.Items.AddRange(New Object() {"115200", "230400"})
|
|
Me.cbbJgBaudRate.Location = New System.Drawing.Point(100, 3)
|
|
Me.cbbJgBaudRate.Name = "cbbJgBaudRate"
|
|
Me.cbbJgBaudRate.Size = New System.Drawing.Size(125, 40)
|
|
Me.cbbJgBaudRate.TabIndex = 2
|
|
Me.cbbJgBaudRate.Text = "Select!"
|
|
'
|
|
'lbJgBaudRate
|
|
'
|
|
Me.lbJgBaudRate.AutoSize = True
|
|
Me.lbJgBaudRate.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbJgBaudRate.Location = New System.Drawing.Point(5, 11)
|
|
Me.lbJgBaudRate.Name = "lbJgBaudRate"
|
|
Me.lbJgBaudRate.Size = New System.Drawing.Size(97, 24)
|
|
Me.lbJgBaudRate.TabIndex = 0
|
|
Me.lbJgBaudRate.Text = "BaudRate"
|
|
'
|
|
'gbStepDelay
|
|
'
|
|
Me.gbStepDelay.Controls.Add(Me.pnStepDelay)
|
|
Me.gbStepDelay.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbStepDelay.Location = New System.Drawing.Point(9, 123)
|
|
Me.gbStepDelay.Name = "gbStepDelay"
|
|
Me.gbStepDelay.Size = New System.Drawing.Size(239, 80)
|
|
Me.gbStepDelay.TabIndex = 108
|
|
Me.gbStepDelay.TabStop = False
|
|
Me.gbStepDelay.Text = "구간별 Delay"
|
|
'
|
|
'pnStepDelay
|
|
'
|
|
Me.pnStepDelay.Controls.Add(Me.nudStepDelay)
|
|
Me.pnStepDelay.Controls.Add(Me.lbStepDelay)
|
|
Me.pnStepDelay.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnStepDelay.Name = "pnStepDelay"
|
|
Me.pnStepDelay.Size = New System.Drawing.Size(227, 47)
|
|
Me.pnStepDelay.TabIndex = 102
|
|
'
|
|
'nudStepDelay
|
|
'
|
|
Me.nudStepDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudStepDelay.Location = New System.Drawing.Point(71, 3)
|
|
Me.nudStepDelay.Maximum = New Decimal(New Integer() {1000, 0, 0, 0})
|
|
Me.nudStepDelay.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudStepDelay.Name = "nudStepDelay"
|
|
Me.nudStepDelay.Size = New System.Drawing.Size(153, 39)
|
|
Me.nudStepDelay.TabIndex = 102
|
|
Me.nudStepDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudStepDelay.Value = New Decimal(New Integer() {1, 0, 0, 0})
|
|
'
|
|
'lbStepDelay
|
|
'
|
|
Me.lbStepDelay.AutoSize = True
|
|
Me.lbStepDelay.Location = New System.Drawing.Point(5, 11)
|
|
Me.lbStepDelay.Name = "lbStepDelay"
|
|
Me.lbStepDelay.Size = New System.Drawing.Size(60, 24)
|
|
Me.lbStepDelay.TabIndex = 0
|
|
Me.lbStepDelay.Text = "Delay"
|
|
'
|
|
'gbScopeOption
|
|
'
|
|
Me.gbScopeOption.BackColor = System.Drawing.Color.Linen
|
|
Me.gbScopeOption.Controls.Add(Me.gbEPoption)
|
|
Me.gbScopeOption.Controls.Add(Me.gbEPTestFreq)
|
|
Me.gbScopeOption.Controls.Add(Me.gbMCoption)
|
|
Me.gbScopeOption.Controls.Add(Me.gbRFOption)
|
|
Me.gbScopeOption.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbScopeOption.Location = New System.Drawing.Point(651, 312)
|
|
Me.gbScopeOption.Name = "gbScopeOption"
|
|
Me.gbScopeOption.Size = New System.Drawing.Size(993, 682)
|
|
Me.gbScopeOption.TabIndex = 136
|
|
Me.gbScopeOption.TabStop = False
|
|
Me.gbScopeOption.Text = "Scope 설정"
|
|
'
|
|
'gbEPoption
|
|
'
|
|
Me.gbEPoption.Controls.Add(Me.gbEPFVRun)
|
|
Me.gbEPoption.Controls.Add(Me.gbEPFVTrgLv)
|
|
Me.gbEPoption.Controls.Add(Me.gbEPFVDelay)
|
|
Me.gbEPoption.Controls.Add(Me.gbEPFVtime)
|
|
Me.gbEPoption.Controls.Add(Me.gbEPUS)
|
|
Me.gbEPoption.Controls.Add(Me.gbEPTrig)
|
|
Me.gbEPoption.Controls.Add(Me.pnEPCh)
|
|
Me.gbEPoption.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbEPoption.Location = New System.Drawing.Point(15, 42)
|
|
Me.gbEPoption.Name = "gbEPoption"
|
|
Me.gbEPoption.Size = New System.Drawing.Size(321, 628)
|
|
Me.gbEPoption.TabIndex = 104
|
|
Me.gbEPoption.TabStop = False
|
|
Me.gbEPoption.Text = "EP 측정 설정"
|
|
'
|
|
'gbEPFVRun
|
|
'
|
|
Me.gbEPFVRun.Controls.Add(Me.pnEPFVRun)
|
|
Me.gbEPFVRun.Location = New System.Drawing.Point(6, 519)
|
|
Me.gbEPFVRun.Name = "gbEPFVRun"
|
|
Me.gbEPFVRun.Size = New System.Drawing.Size(300, 90)
|
|
Me.gbEPFVRun.TabIndex = 102
|
|
Me.gbEPFVRun.TabStop = False
|
|
Me.gbEPFVRun.Text = "동작 시간 설정 (m/s 단위)"
|
|
'
|
|
'pnEPFVRun
|
|
'
|
|
Me.pnEPFVRun.Controls.Add(Me.nudEPFVRun)
|
|
Me.pnEPFVRun.Controls.Add(Me.lbEPFVRun)
|
|
Me.pnEPFVRun.Location = New System.Drawing.Point(6, 34)
|
|
Me.pnEPFVRun.Name = "pnEPFVRun"
|
|
Me.pnEPFVRun.Size = New System.Drawing.Size(291, 47)
|
|
Me.pnEPFVRun.TabIndex = 102
|
|
'
|
|
'nudEPFVRun
|
|
'
|
|
Me.nudEPFVRun.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudEPFVRun.Location = New System.Drawing.Point(115, 3)
|
|
Me.nudEPFVRun.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
|
|
Me.nudEPFVRun.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudEPFVRun.Name = "nudEPFVRun"
|
|
Me.nudEPFVRun.Size = New System.Drawing.Size(171, 39)
|
|
Me.nudEPFVRun.TabIndex = 102
|
|
Me.nudEPFVRun.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudEPFVRun.Value = New Decimal(New Integer() {10, 0, 0, 0})
|
|
'
|
|
'lbEPFVRun
|
|
'
|
|
Me.lbEPFVRun.AutoSize = True
|
|
Me.lbEPFVRun.Location = New System.Drawing.Point(22, 11)
|
|
Me.lbEPFVRun.Name = "lbEPFVRun"
|
|
Me.lbEPFVRun.Size = New System.Drawing.Size(88, 24)
|
|
Me.lbEPFVRun.TabIndex = 0
|
|
Me.lbEPFVRun.Text = "동작 시간"
|
|
'
|
|
'gbEPFVTrgLv
|
|
'
|
|
Me.gbEPFVTrgLv.Controls.Add(Me.pnEPFVTrgLv)
|
|
Me.gbEPFVTrgLv.Location = New System.Drawing.Point(6, 424)
|
|
Me.gbEPFVTrgLv.Name = "gbEPFVTrgLv"
|
|
Me.gbEPFVTrgLv.Size = New System.Drawing.Size(300, 90)
|
|
Me.gbEPFVTrgLv.TabIndex = 107
|
|
Me.gbEPFVTrgLv.TabStop = False
|
|
Me.gbEPFVTrgLv.Text = "Trigger Level"
|
|
'
|
|
'pnEPFVTrgLv
|
|
'
|
|
Me.pnEPFVTrgLv.Controls.Add(Me.nudEPFVTrgLv)
|
|
Me.pnEPFVTrgLv.Controls.Add(Me.lbEPFVTrgLv)
|
|
Me.pnEPFVTrgLv.Location = New System.Drawing.Point(6, 34)
|
|
Me.pnEPFVTrgLv.Name = "pnEPFVTrgLv"
|
|
Me.pnEPFVTrgLv.Size = New System.Drawing.Size(291, 47)
|
|
Me.pnEPFVTrgLv.TabIndex = 102
|
|
'
|
|
'nudEPFVTrgLv
|
|
'
|
|
Me.nudEPFVTrgLv.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudEPFVTrgLv.Location = New System.Drawing.Point(115, 3)
|
|
Me.nudEPFVTrgLv.Maximum = New Decimal(New Integer() {30, 0, 0, 0})
|
|
Me.nudEPFVTrgLv.Minimum = New Decimal(New Integer() {30, 0, 0, -2147483648})
|
|
Me.nudEPFVTrgLv.Name = "nudEPFVTrgLv"
|
|
Me.nudEPFVTrgLv.Size = New System.Drawing.Size(170, 39)
|
|
Me.nudEPFVTrgLv.TabIndex = 102
|
|
Me.nudEPFVTrgLv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPFVTrgLv
|
|
'
|
|
Me.lbEPFVTrgLv.AutoSize = True
|
|
Me.lbEPFVTrgLv.Location = New System.Drawing.Point(47, 11)
|
|
Me.lbEPFVTrgLv.Name = "lbEPFVTrgLv"
|
|
Me.lbEPFVTrgLv.Size = New System.Drawing.Size(58, 24)
|
|
Me.lbEPFVTrgLv.TabIndex = 0
|
|
Me.lbEPFVTrgLv.Text = "Level"
|
|
'
|
|
'gbEPFVDelay
|
|
'
|
|
Me.gbEPFVDelay.Controls.Add(Me.pnEPFVDelay)
|
|
Me.gbEPFVDelay.Location = New System.Drawing.Point(6, 340)
|
|
Me.gbEPFVDelay.Name = "gbEPFVDelay"
|
|
Me.gbEPFVDelay.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbEPFVDelay.TabIndex = 101
|
|
Me.gbEPFVDelay.TabStop = False
|
|
Me.gbEPFVDelay.Text = "Delay 설정"
|
|
'
|
|
'pnEPFVDelay
|
|
'
|
|
Me.pnEPFVDelay.Controls.Add(Me.txbEPFVDelay)
|
|
Me.pnEPFVDelay.Controls.Add(Me.lbEPFVDelay)
|
|
Me.pnEPFVDelay.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnEPFVDelay.Name = "pnEPFVDelay"
|
|
Me.pnEPFVDelay.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnEPFVDelay.TabIndex = 102
|
|
'
|
|
'txbEPFVDelay
|
|
'
|
|
Me.txbEPFVDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPFVDelay.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbEPFVDelay.Name = "txbEPFVDelay"
|
|
Me.txbEPFVDelay.Size = New System.Drawing.Size(171, 39)
|
|
Me.txbEPFVDelay.TabIndex = 3
|
|
Me.txbEPFVDelay.Text = "0.005"
|
|
Me.txbEPFVDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPFVDelay
|
|
'
|
|
Me.lbEPFVDelay.AutoSize = True
|
|
Me.lbEPFVDelay.Location = New System.Drawing.Point(48, 12)
|
|
Me.lbEPFVDelay.Name = "lbEPFVDelay"
|
|
Me.lbEPFVDelay.Size = New System.Drawing.Size(60, 24)
|
|
Me.lbEPFVDelay.TabIndex = 0
|
|
Me.lbEPFVDelay.Text = "Delay"
|
|
'
|
|
'gbEPFVtime
|
|
'
|
|
Me.gbEPFVtime.Controls.Add(Me.pnEPFVtime)
|
|
Me.gbEPFVtime.Location = New System.Drawing.Point(6, 258)
|
|
Me.gbEPFVtime.Name = "gbEPFVtime"
|
|
Me.gbEPFVtime.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbEPFVtime.TabIndex = 103
|
|
Me.gbEPFVtime.TabStop = False
|
|
Me.gbEPFVtime.Text = "TimeScale (s 단위)"
|
|
'
|
|
'pnEPFVtime
|
|
'
|
|
Me.pnEPFVtime.Controls.Add(Me.txbEPFVtime)
|
|
Me.pnEPFVtime.Controls.Add(Me.lbEPFVtime)
|
|
Me.pnEPFVtime.Location = New System.Drawing.Point(7, 28)
|
|
Me.pnEPFVtime.Name = "pnEPFVtime"
|
|
Me.pnEPFVtime.Size = New System.Drawing.Size(287, 45)
|
|
Me.pnEPFVtime.TabIndex = 4
|
|
'
|
|
'txbEPFVtime
|
|
'
|
|
Me.txbEPFVtime.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPFVtime.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbEPFVtime.Name = "txbEPFVtime"
|
|
Me.txbEPFVtime.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbEPFVtime.TabIndex = 2
|
|
Me.txbEPFVtime.Text = "0.001"
|
|
Me.txbEPFVtime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPFVtime
|
|
'
|
|
Me.lbEPFVtime.AutoSize = True
|
|
Me.lbEPFVtime.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPFVtime.Location = New System.Drawing.Point(6, 12)
|
|
Me.lbEPFVtime.Name = "lbEPFVtime"
|
|
Me.lbEPFVtime.Size = New System.Drawing.Size(103, 24)
|
|
Me.lbEPFVtime.TabIndex = 0
|
|
Me.lbEPFVtime.Text = "TimeScale"
|
|
'
|
|
'gbEPUS
|
|
'
|
|
Me.gbEPUS.Controls.Add(Me.pnEPScale)
|
|
Me.gbEPUS.Controls.Add(Me.pnEPUnit)
|
|
Me.gbEPUS.Location = New System.Drawing.Point(6, 147)
|
|
Me.gbEPUS.Name = "gbEPUS"
|
|
Me.gbEPUS.Size = New System.Drawing.Size(300, 110)
|
|
Me.gbEPUS.TabIndex = 100
|
|
Me.gbEPUS.TabStop = False
|
|
Me.gbEPUS.Text = "Unit & Scale 설정"
|
|
'
|
|
'pnEPScale
|
|
'
|
|
Me.pnEPScale.Controls.Add(Me.nudEPScale)
|
|
Me.pnEPScale.Controls.Add(Me.lbEPScale)
|
|
Me.pnEPScale.Location = New System.Drawing.Point(4, 60)
|
|
Me.pnEPScale.Name = "pnEPScale"
|
|
Me.pnEPScale.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnEPScale.TabIndex = 102
|
|
'
|
|
'nudEPScale
|
|
'
|
|
Me.nudEPScale.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudEPScale.Location = New System.Drawing.Point(117, 4)
|
|
Me.nudEPScale.Name = "nudEPScale"
|
|
Me.nudEPScale.Size = New System.Drawing.Size(171, 39)
|
|
Me.nudEPScale.TabIndex = 101
|
|
Me.nudEPScale.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudEPScale.Value = New Decimal(New Integer() {10, 0, 0, 0})
|
|
'
|
|
'lbEPScale
|
|
'
|
|
Me.lbEPScale.AutoSize = True
|
|
Me.lbEPScale.Location = New System.Drawing.Point(50, 12)
|
|
Me.lbEPScale.Name = "lbEPScale"
|
|
Me.lbEPScale.Size = New System.Drawing.Size(58, 24)
|
|
Me.lbEPScale.TabIndex = 0
|
|
Me.lbEPScale.Text = "Scale"
|
|
'
|
|
'pnEPUnit
|
|
'
|
|
Me.pnEPUnit.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.pnEPUnit.Controls.Add(Me.lbEPUnit)
|
|
Me.pnEPUnit.Controls.Add(Me.rdbEPUnitA)
|
|
Me.pnEPUnit.Controls.Add(Me.rdbEPUnitV)
|
|
Me.pnEPUnit.Location = New System.Drawing.Point(4, 28)
|
|
Me.pnEPUnit.Name = "pnEPUnit"
|
|
Me.pnEPUnit.Size = New System.Drawing.Size(291, 35)
|
|
Me.pnEPUnit.TabIndex = 101
|
|
'
|
|
'lbEPUnit
|
|
'
|
|
Me.lbEPUnit.AutoSize = True
|
|
Me.lbEPUnit.Location = New System.Drawing.Point(23, 4)
|
|
Me.lbEPUnit.Name = "lbEPUnit"
|
|
Me.lbEPUnit.Size = New System.Drawing.Size(48, 24)
|
|
Me.lbEPUnit.TabIndex = 0
|
|
Me.lbEPUnit.Text = "Unit"
|
|
'
|
|
'rdbEPUnitA
|
|
'
|
|
Me.rdbEPUnitA.AutoSize = True
|
|
Me.rdbEPUnitA.Location = New System.Drawing.Point(176, 3)
|
|
Me.rdbEPUnitA.Name = "rdbEPUnitA"
|
|
Me.rdbEPUnitA.Size = New System.Drawing.Size(98, 28)
|
|
Me.rdbEPUnitA.TabIndex = 1
|
|
Me.rdbEPUnitA.Text = "Ampere"
|
|
Me.rdbEPUnitA.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbEPUnitV
|
|
'
|
|
Me.rdbEPUnitV.AutoSize = True
|
|
Me.rdbEPUnitV.Checked = True
|
|
Me.rdbEPUnitV.Location = New System.Drawing.Point(95, 3)
|
|
Me.rdbEPUnitV.Name = "rdbEPUnitV"
|
|
Me.rdbEPUnitV.Size = New System.Drawing.Size(62, 28)
|
|
Me.rdbEPUnitV.TabIndex = 0
|
|
Me.rdbEPUnitV.TabStop = True
|
|
Me.rdbEPUnitV.Text = "Volt"
|
|
Me.rdbEPUnitV.UseVisualStyleBackColor = True
|
|
'
|
|
'gbEPTrig
|
|
'
|
|
Me.gbEPTrig.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.gbEPTrig.Controls.Add(Me.rdbEPtrNormal)
|
|
Me.gbEPTrig.Controls.Add(Me.rdbEPTrAuto)
|
|
Me.gbEPTrig.Location = New System.Drawing.Point(6, 80)
|
|
Me.gbEPTrig.Name = "gbEPTrig"
|
|
Me.gbEPTrig.Size = New System.Drawing.Size(300, 63)
|
|
Me.gbEPTrig.TabIndex = 99
|
|
Me.gbEPTrig.TabStop = False
|
|
Me.gbEPTrig.Text = "트리거 모드"
|
|
'
|
|
'rdbEPtrNormal
|
|
'
|
|
Me.rdbEPtrNormal.AutoSize = True
|
|
Me.rdbEPtrNormal.Checked = True
|
|
Me.rdbEPtrNormal.Location = New System.Drawing.Point(160, 24)
|
|
Me.rdbEPtrNormal.Name = "rdbEPtrNormal"
|
|
Me.rdbEPtrNormal.Size = New System.Drawing.Size(95, 28)
|
|
Me.rdbEPtrNormal.TabIndex = 1
|
|
Me.rdbEPtrNormal.TabStop = True
|
|
Me.rdbEPtrNormal.Text = "Normal"
|
|
Me.rdbEPtrNormal.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbEPTrAuto
|
|
'
|
|
Me.rdbEPTrAuto.AutoSize = True
|
|
Me.rdbEPTrAuto.Location = New System.Drawing.Point(46, 24)
|
|
Me.rdbEPTrAuto.Name = "rdbEPTrAuto"
|
|
Me.rdbEPTrAuto.Size = New System.Drawing.Size(71, 28)
|
|
Me.rdbEPTrAuto.TabIndex = 0
|
|
Me.rdbEPTrAuto.Text = "Auto"
|
|
Me.rdbEPTrAuto.UseVisualStyleBackColor = True
|
|
'
|
|
'pnEPCh
|
|
'
|
|
Me.pnEPCh.Controls.Add(Me.nudEPCh)
|
|
Me.pnEPCh.Controls.Add(Me.lbEPCh)
|
|
Me.pnEPCh.Location = New System.Drawing.Point(10, 29)
|
|
Me.pnEPCh.Name = "pnEPCh"
|
|
Me.pnEPCh.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnEPCh.TabIndex = 105
|
|
'
|
|
'nudEPCh
|
|
'
|
|
Me.nudEPCh.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudEPCh.Location = New System.Drawing.Point(112, 3)
|
|
Me.nudEPCh.Maximum = New Decimal(New Integer() {2, 0, 0, 0})
|
|
Me.nudEPCh.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudEPCh.Name = "nudEPCh"
|
|
Me.nudEPCh.Size = New System.Drawing.Size(171, 39)
|
|
Me.nudEPCh.TabIndex = 102
|
|
Me.nudEPCh.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudEPCh.Value = New Decimal(New Integer() {1, 0, 0, 0})
|
|
'
|
|
'lbEPCh
|
|
'
|
|
Me.lbEPCh.AutoSize = True
|
|
Me.lbEPCh.Location = New System.Drawing.Point(14, 12)
|
|
Me.lbEPCh.Name = "lbEPCh"
|
|
Me.lbEPCh.Size = New System.Drawing.Size(88, 24)
|
|
Me.lbEPCh.TabIndex = 0
|
|
Me.lbEPCh.Text = "사용 채널"
|
|
'
|
|
'gbEPTestFreq
|
|
'
|
|
Me.gbEPTestFreq.Controls.Add(Me.pnEPFreq3)
|
|
Me.gbEPTestFreq.Controls.Add(Me.pnEPFreq2)
|
|
Me.gbEPTestFreq.Controls.Add(Me.pnEPFreq1)
|
|
Me.gbEPTestFreq.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbEPTestFreq.Location = New System.Drawing.Point(342, 572)
|
|
Me.gbEPTestFreq.Name = "gbEPTestFreq"
|
|
Me.gbEPTestFreq.Size = New System.Drawing.Size(637, 97)
|
|
Me.gbEPTestFreq.TabIndex = 137
|
|
Me.gbEPTestFreq.TabStop = False
|
|
Me.gbEPTestFreq.Text = "EP Frequence"
|
|
'
|
|
'pnEPFreq3
|
|
'
|
|
Me.pnEPFreq3.Controls.Add(Me.txbEPFreq3)
|
|
Me.pnEPFreq3.Controls.Add(Me.lbEPFreq3)
|
|
Me.pnEPFreq3.Location = New System.Drawing.Point(428, 31)
|
|
Me.pnEPFreq3.Name = "pnEPFreq3"
|
|
Me.pnEPFreq3.Size = New System.Drawing.Size(197, 47)
|
|
Me.pnEPFreq3.TabIndex = 5
|
|
'
|
|
'txbEPFreq3
|
|
'
|
|
Me.txbEPFreq3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPFreq3.Location = New System.Drawing.Point(75, 4)
|
|
Me.txbEPFreq3.Name = "txbEPFreq3"
|
|
Me.txbEPFreq3.Size = New System.Drawing.Size(117, 39)
|
|
Me.txbEPFreq3.TabIndex = 2
|
|
Me.txbEPFreq3.Text = "40000"
|
|
Me.txbEPFreq3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPFreq3
|
|
'
|
|
Me.lbEPFreq3.AutoSize = True
|
|
Me.lbEPFreq3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPFreq3.Location = New System.Drawing.Point(3, 13)
|
|
Me.lbEPFreq3.Name = "lbEPFreq3"
|
|
Me.lbEPFreq3.Size = New System.Drawing.Size(66, 24)
|
|
Me.lbEPFreq3.TabIndex = 0
|
|
Me.lbEPFreq3.Text = "Step 3"
|
|
'
|
|
'pnEPFreq2
|
|
'
|
|
Me.pnEPFreq2.Controls.Add(Me.txbEPFreq2)
|
|
Me.pnEPFreq2.Controls.Add(Me.lbEPFreq2)
|
|
Me.pnEPFreq2.Location = New System.Drawing.Point(221, 31)
|
|
Me.pnEPFreq2.Name = "pnEPFreq2"
|
|
Me.pnEPFreq2.Size = New System.Drawing.Size(195, 47)
|
|
Me.pnEPFreq2.TabIndex = 5
|
|
'
|
|
'txbEPFreq2
|
|
'
|
|
Me.txbEPFreq2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPFreq2.Location = New System.Drawing.Point(75, 4)
|
|
Me.txbEPFreq2.Name = "txbEPFreq2"
|
|
Me.txbEPFreq2.Size = New System.Drawing.Size(117, 39)
|
|
Me.txbEPFreq2.TabIndex = 2
|
|
Me.txbEPFreq2.Text = "30000"
|
|
Me.txbEPFreq2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPFreq2
|
|
'
|
|
Me.lbEPFreq2.AutoSize = True
|
|
Me.lbEPFreq2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPFreq2.Location = New System.Drawing.Point(3, 13)
|
|
Me.lbEPFreq2.Name = "lbEPFreq2"
|
|
Me.lbEPFreq2.Size = New System.Drawing.Size(66, 24)
|
|
Me.lbEPFreq2.TabIndex = 0
|
|
Me.lbEPFreq2.Text = "Step 2"
|
|
'
|
|
'pnEPFreq1
|
|
'
|
|
Me.pnEPFreq1.Controls.Add(Me.txbEPFreq1)
|
|
Me.pnEPFreq1.Controls.Add(Me.lbEPFreq1)
|
|
Me.pnEPFreq1.Location = New System.Drawing.Point(13, 31)
|
|
Me.pnEPFreq1.Name = "pnEPFreq1"
|
|
Me.pnEPFreq1.Size = New System.Drawing.Size(195, 47)
|
|
Me.pnEPFreq1.TabIndex = 4
|
|
'
|
|
'txbEPFreq1
|
|
'
|
|
Me.txbEPFreq1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPFreq1.Location = New System.Drawing.Point(75, 4)
|
|
Me.txbEPFreq1.Name = "txbEPFreq1"
|
|
Me.txbEPFreq1.Size = New System.Drawing.Size(117, 39)
|
|
Me.txbEPFreq1.TabIndex = 2
|
|
Me.txbEPFreq1.Text = "20000"
|
|
Me.txbEPFreq1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPFreq1
|
|
'
|
|
Me.lbEPFreq1.AutoSize = True
|
|
Me.lbEPFreq1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPFreq1.Location = New System.Drawing.Point(3, 13)
|
|
Me.lbEPFreq1.Name = "lbEPFreq1"
|
|
Me.lbEPFreq1.Size = New System.Drawing.Size(66, 24)
|
|
Me.lbEPFreq1.TabIndex = 0
|
|
Me.lbEPFreq1.Text = "Step 1"
|
|
'
|
|
'gbMCoption
|
|
'
|
|
Me.gbMCoption.Controls.Add(Me.gbMCWidth)
|
|
Me.gbMCoption.Controls.Add(Me.gbMCFrVp)
|
|
Me.gbMCoption.Controls.Add(Me.pnMCCh)
|
|
Me.gbMCoption.Controls.Add(Me.gbMCTrig)
|
|
Me.gbMCoption.Controls.Add(Me.gbMCUS)
|
|
Me.gbMCoption.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbMCoption.Location = New System.Drawing.Point(342, 42)
|
|
Me.gbMCoption.Name = "gbMCoption"
|
|
Me.gbMCoption.Size = New System.Drawing.Size(637, 528)
|
|
Me.gbMCoption.TabIndex = 104
|
|
Me.gbMCoption.TabStop = False
|
|
Me.gbMCoption.Text = "미세전류 측정 설정"
|
|
'
|
|
'gbMCWidth
|
|
'
|
|
Me.gbMCWidth.Controls.Add(Me.gbMCWdTrgLv)
|
|
Me.gbMCWidth.Controls.Add(Me.gbMCWdtime)
|
|
Me.gbMCWidth.Controls.Add(Me.gbMCWdDelay)
|
|
Me.gbMCWidth.Controls.Add(Me.gbMCWdRun)
|
|
Me.gbMCWidth.Location = New System.Drawing.Point(320, 147)
|
|
Me.gbMCWidth.Name = "gbMCWidth"
|
|
Me.gbMCWidth.Size = New System.Drawing.Size(311, 378)
|
|
Me.gbMCWidth.TabIndex = 107
|
|
Me.gbMCWidth.TabStop = False
|
|
Me.gbMCWidth.Text = "폭 측정"
|
|
'
|
|
'gbMCWdTrgLv
|
|
'
|
|
Me.gbMCWdTrgLv.Controls.Add(Me.pnMCWdTrgLv)
|
|
Me.gbMCWdTrgLv.Location = New System.Drawing.Point(5, 193)
|
|
Me.gbMCWdTrgLv.Name = "gbMCWdTrgLv"
|
|
Me.gbMCWdTrgLv.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbMCWdTrgLv.TabIndex = 107
|
|
Me.gbMCWdTrgLv.TabStop = False
|
|
Me.gbMCWdTrgLv.Text = "Trigger Level"
|
|
'
|
|
'pnMCWdTrgLv
|
|
'
|
|
Me.pnMCWdTrgLv.Controls.Add(Me.nudMCWdTrgLv)
|
|
Me.pnMCWdTrgLv.Controls.Add(Me.lbMCWdTrgLv)
|
|
Me.pnMCWdTrgLv.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnMCWdTrgLv.Name = "pnMCWdTrgLv"
|
|
Me.pnMCWdTrgLv.Size = New System.Drawing.Size(291, 47)
|
|
Me.pnMCWdTrgLv.TabIndex = 102
|
|
'
|
|
'nudMCWdTrgLv
|
|
'
|
|
Me.nudMCWdTrgLv.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudMCWdTrgLv.Location = New System.Drawing.Point(115, 3)
|
|
Me.nudMCWdTrgLv.Minimum = New Decimal(New Integer() {100, 0, 0, -2147483648})
|
|
Me.nudMCWdTrgLv.Name = "nudMCWdTrgLv"
|
|
Me.nudMCWdTrgLv.Size = New System.Drawing.Size(170, 39)
|
|
Me.nudMCWdTrgLv.TabIndex = 102
|
|
Me.nudMCWdTrgLv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbMCWdTrgLv
|
|
'
|
|
Me.lbMCWdTrgLv.AutoSize = True
|
|
Me.lbMCWdTrgLv.Location = New System.Drawing.Point(47, 11)
|
|
Me.lbMCWdTrgLv.Name = "lbMCWdTrgLv"
|
|
Me.lbMCWdTrgLv.Size = New System.Drawing.Size(58, 24)
|
|
Me.lbMCWdTrgLv.TabIndex = 0
|
|
Me.lbMCWdTrgLv.Text = "Level"
|
|
'
|
|
'gbMCWdtime
|
|
'
|
|
Me.gbMCWdtime.Controls.Add(Me.pnMCWdtime)
|
|
Me.gbMCWdtime.Location = New System.Drawing.Point(5, 32)
|
|
Me.gbMCWdtime.Name = "gbMCWdtime"
|
|
Me.gbMCWdtime.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbMCWdtime.TabIndex = 103
|
|
Me.gbMCWdtime.TabStop = False
|
|
Me.gbMCWdtime.Text = "TimeScale (s 단위)"
|
|
'
|
|
'pnMCWdtime
|
|
'
|
|
Me.pnMCWdtime.Controls.Add(Me.txbMCWdtime)
|
|
Me.pnMCWdtime.Controls.Add(Me.lbMCWdtime)
|
|
Me.pnMCWdtime.Location = New System.Drawing.Point(7, 28)
|
|
Me.pnMCWdtime.Name = "pnMCWdtime"
|
|
Me.pnMCWdtime.Size = New System.Drawing.Size(287, 45)
|
|
Me.pnMCWdtime.TabIndex = 4
|
|
'
|
|
'txbMCWdtime
|
|
'
|
|
Me.txbMCWdtime.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbMCWdtime.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbMCWdtime.Name = "txbMCWdtime"
|
|
Me.txbMCWdtime.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbMCWdtime.TabIndex = 2
|
|
Me.txbMCWdtime.Text = "0.001"
|
|
Me.txbMCWdtime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbMCWdtime
|
|
'
|
|
Me.lbMCWdtime.AutoSize = True
|
|
Me.lbMCWdtime.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbMCWdtime.Location = New System.Drawing.Point(6, 12)
|
|
Me.lbMCWdtime.Name = "lbMCWdtime"
|
|
Me.lbMCWdtime.Size = New System.Drawing.Size(103, 24)
|
|
Me.lbMCWdtime.TabIndex = 0
|
|
Me.lbMCWdtime.Text = "TimeScale"
|
|
'
|
|
'gbMCWdDelay
|
|
'
|
|
Me.gbMCWdDelay.Controls.Add(Me.pnMCWdDelay)
|
|
Me.gbMCWdDelay.Location = New System.Drawing.Point(5, 111)
|
|
Me.gbMCWdDelay.Name = "gbMCWdDelay"
|
|
Me.gbMCWdDelay.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbMCWdDelay.TabIndex = 101
|
|
Me.gbMCWdDelay.TabStop = False
|
|
Me.gbMCWdDelay.Text = "Delay 설정"
|
|
'
|
|
'pnMCWdDelay
|
|
'
|
|
Me.pnMCWdDelay.Controls.Add(Me.txbMCWdDelay)
|
|
Me.pnMCWdDelay.Controls.Add(Me.lbMCWdDelay)
|
|
Me.pnMCWdDelay.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnMCWdDelay.Name = "pnMCWdDelay"
|
|
Me.pnMCWdDelay.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnMCWdDelay.TabIndex = 102
|
|
'
|
|
'txbMCWdDelay
|
|
'
|
|
Me.txbMCWdDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbMCWdDelay.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbMCWdDelay.Name = "txbMCWdDelay"
|
|
Me.txbMCWdDelay.Size = New System.Drawing.Size(171, 39)
|
|
Me.txbMCWdDelay.TabIndex = 3
|
|
Me.txbMCWdDelay.Text = "-0.0045"
|
|
Me.txbMCWdDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbMCWdDelay
|
|
'
|
|
Me.lbMCWdDelay.AutoSize = True
|
|
Me.lbMCWdDelay.Location = New System.Drawing.Point(48, 12)
|
|
Me.lbMCWdDelay.Name = "lbMCWdDelay"
|
|
Me.lbMCWdDelay.Size = New System.Drawing.Size(60, 24)
|
|
Me.lbMCWdDelay.TabIndex = 0
|
|
Me.lbMCWdDelay.Text = "Delay"
|
|
'
|
|
'gbMCWdRun
|
|
'
|
|
Me.gbMCWdRun.Controls.Add(Me.pnMCWdRun)
|
|
Me.gbMCWdRun.Location = New System.Drawing.Point(5, 277)
|
|
Me.gbMCWdRun.Name = "gbMCWdRun"
|
|
Me.gbMCWdRun.Size = New System.Drawing.Size(300, 90)
|
|
Me.gbMCWdRun.TabIndex = 102
|
|
Me.gbMCWdRun.TabStop = False
|
|
Me.gbMCWdRun.Text = "동작 시간 설정 (m/s 단위)"
|
|
'
|
|
'pnMCWdRun
|
|
'
|
|
Me.pnMCWdRun.Controls.Add(Me.nudMCWdRun)
|
|
Me.pnMCWdRun.Controls.Add(Me.lbMCWdRun)
|
|
Me.pnMCWdRun.Location = New System.Drawing.Point(6, 34)
|
|
Me.pnMCWdRun.Name = "pnMCWdRun"
|
|
Me.pnMCWdRun.Size = New System.Drawing.Size(291, 47)
|
|
Me.pnMCWdRun.TabIndex = 102
|
|
'
|
|
'nudMCWdRun
|
|
'
|
|
Me.nudMCWdRun.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudMCWdRun.Location = New System.Drawing.Point(115, 3)
|
|
Me.nudMCWdRun.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
|
|
Me.nudMCWdRun.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudMCWdRun.Name = "nudMCWdRun"
|
|
Me.nudMCWdRun.Size = New System.Drawing.Size(170, 39)
|
|
Me.nudMCWdRun.TabIndex = 102
|
|
Me.nudMCWdRun.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudMCWdRun.Value = New Decimal(New Integer() {520, 0, 0, 0})
|
|
'
|
|
'lbMCWdRun
|
|
'
|
|
Me.lbMCWdRun.AutoSize = True
|
|
Me.lbMCWdRun.Location = New System.Drawing.Point(22, 11)
|
|
Me.lbMCWdRun.Name = "lbMCWdRun"
|
|
Me.lbMCWdRun.Size = New System.Drawing.Size(88, 24)
|
|
Me.lbMCWdRun.TabIndex = 0
|
|
Me.lbMCWdRun.Text = "동작 시간"
|
|
'
|
|
'gbMCFrVp
|
|
'
|
|
Me.gbMCFrVp.Controls.Add(Me.gbMCFVTrgLv)
|
|
Me.gbMCFrVp.Controls.Add(Me.gbMCFVtime)
|
|
Me.gbMCFrVp.Controls.Add(Me.gbMCFVDelay)
|
|
Me.gbMCFrVp.Controls.Add(Me.gbMCFVRun)
|
|
Me.gbMCFrVp.Location = New System.Drawing.Point(3, 147)
|
|
Me.gbMCFrVp.Name = "gbMCFrVp"
|
|
Me.gbMCFrVp.Size = New System.Drawing.Size(311, 378)
|
|
Me.gbMCFrVp.TabIndex = 106
|
|
Me.gbMCFrVp.TabStop = False
|
|
Me.gbMCFrVp.Text = "주파수 및 VPP 측정"
|
|
'
|
|
'gbMCFVTrgLv
|
|
'
|
|
Me.gbMCFVTrgLv.Controls.Add(Me.pnMCFVTrgLv)
|
|
Me.gbMCFVTrgLv.Location = New System.Drawing.Point(5, 193)
|
|
Me.gbMCFVTrgLv.Name = "gbMCFVTrgLv"
|
|
Me.gbMCFVTrgLv.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbMCFVTrgLv.TabIndex = 107
|
|
Me.gbMCFVTrgLv.TabStop = False
|
|
Me.gbMCFVTrgLv.Text = "Trigger Level"
|
|
'
|
|
'pnMCFVTrgLv
|
|
'
|
|
Me.pnMCFVTrgLv.Controls.Add(Me.nudMCFVTrgLv)
|
|
Me.pnMCFVTrgLv.Controls.Add(Me.lbMCFVTrgLv)
|
|
Me.pnMCFVTrgLv.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnMCFVTrgLv.Name = "pnMCFVTrgLv"
|
|
Me.pnMCFVTrgLv.Size = New System.Drawing.Size(291, 47)
|
|
Me.pnMCFVTrgLv.TabIndex = 102
|
|
'
|
|
'nudMCFVTrgLv
|
|
'
|
|
Me.nudMCFVTrgLv.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudMCFVTrgLv.Location = New System.Drawing.Point(115, 3)
|
|
Me.nudMCFVTrgLv.Minimum = New Decimal(New Integer() {100, 0, 0, -2147483648})
|
|
Me.nudMCFVTrgLv.Name = "nudMCFVTrgLv"
|
|
Me.nudMCFVTrgLv.Size = New System.Drawing.Size(170, 39)
|
|
Me.nudMCFVTrgLv.TabIndex = 102
|
|
Me.nudMCFVTrgLv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbMCFVTrgLv
|
|
'
|
|
Me.lbMCFVTrgLv.AutoSize = True
|
|
Me.lbMCFVTrgLv.Location = New System.Drawing.Point(47, 11)
|
|
Me.lbMCFVTrgLv.Name = "lbMCFVTrgLv"
|
|
Me.lbMCFVTrgLv.Size = New System.Drawing.Size(58, 24)
|
|
Me.lbMCFVTrgLv.TabIndex = 0
|
|
Me.lbMCFVTrgLv.Text = "Level"
|
|
'
|
|
'gbMCFVtime
|
|
'
|
|
Me.gbMCFVtime.Controls.Add(Me.pnMCFVtime)
|
|
Me.gbMCFVtime.Location = New System.Drawing.Point(5, 32)
|
|
Me.gbMCFVtime.Name = "gbMCFVtime"
|
|
Me.gbMCFVtime.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbMCFVtime.TabIndex = 103
|
|
Me.gbMCFVtime.TabStop = False
|
|
Me.gbMCFVtime.Text = "TimeScale (s 단위)"
|
|
'
|
|
'pnMCFVtime
|
|
'
|
|
Me.pnMCFVtime.Controls.Add(Me.txbMCFVtime)
|
|
Me.pnMCFVtime.Controls.Add(Me.lbMCFVtime)
|
|
Me.pnMCFVtime.Location = New System.Drawing.Point(7, 28)
|
|
Me.pnMCFVtime.Name = "pnMCFVtime"
|
|
Me.pnMCFVtime.Size = New System.Drawing.Size(287, 45)
|
|
Me.pnMCFVtime.TabIndex = 4
|
|
'
|
|
'txbMCFVtime
|
|
'
|
|
Me.txbMCFVtime.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbMCFVtime.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbMCFVtime.Name = "txbMCFVtime"
|
|
Me.txbMCFVtime.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbMCFVtime.TabIndex = 2
|
|
Me.txbMCFVtime.Text = "0.001"
|
|
Me.txbMCFVtime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbMCFVtime
|
|
'
|
|
Me.lbMCFVtime.AutoSize = True
|
|
Me.lbMCFVtime.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbMCFVtime.Location = New System.Drawing.Point(6, 12)
|
|
Me.lbMCFVtime.Name = "lbMCFVtime"
|
|
Me.lbMCFVtime.Size = New System.Drawing.Size(103, 24)
|
|
Me.lbMCFVtime.TabIndex = 0
|
|
Me.lbMCFVtime.Text = "TimeScale"
|
|
'
|
|
'gbMCFVDelay
|
|
'
|
|
Me.gbMCFVDelay.Controls.Add(Me.pnMCFVDelay)
|
|
Me.gbMCFVDelay.Location = New System.Drawing.Point(5, 111)
|
|
Me.gbMCFVDelay.Name = "gbMCFVDelay"
|
|
Me.gbMCFVDelay.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbMCFVDelay.TabIndex = 101
|
|
Me.gbMCFVDelay.TabStop = False
|
|
Me.gbMCFVDelay.Text = "Delay 설정"
|
|
'
|
|
'pnMCFVDelay
|
|
'
|
|
Me.pnMCFVDelay.Controls.Add(Me.txbMCFVDelay)
|
|
Me.pnMCFVDelay.Controls.Add(Me.lbMCFVDelay)
|
|
Me.pnMCFVDelay.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnMCFVDelay.Name = "pnMCFVDelay"
|
|
Me.pnMCFVDelay.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnMCFVDelay.TabIndex = 102
|
|
'
|
|
'txbMCFVDelay
|
|
'
|
|
Me.txbMCFVDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbMCFVDelay.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbMCFVDelay.Name = "txbMCFVDelay"
|
|
Me.txbMCFVDelay.Size = New System.Drawing.Size(171, 39)
|
|
Me.txbMCFVDelay.TabIndex = 3
|
|
Me.txbMCFVDelay.Text = "-0.0045"
|
|
Me.txbMCFVDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbMCFVDelay
|
|
'
|
|
Me.lbMCFVDelay.AutoSize = True
|
|
Me.lbMCFVDelay.Location = New System.Drawing.Point(48, 12)
|
|
Me.lbMCFVDelay.Name = "lbMCFVDelay"
|
|
Me.lbMCFVDelay.Size = New System.Drawing.Size(60, 24)
|
|
Me.lbMCFVDelay.TabIndex = 0
|
|
Me.lbMCFVDelay.Text = "Delay"
|
|
'
|
|
'gbMCFVRun
|
|
'
|
|
Me.gbMCFVRun.Controls.Add(Me.pnMCFVRun)
|
|
Me.gbMCFVRun.Location = New System.Drawing.Point(5, 277)
|
|
Me.gbMCFVRun.Name = "gbMCFVRun"
|
|
Me.gbMCFVRun.Size = New System.Drawing.Size(300, 90)
|
|
Me.gbMCFVRun.TabIndex = 102
|
|
Me.gbMCFVRun.TabStop = False
|
|
Me.gbMCFVRun.Text = "동작 시간 설정 (m/s 단위)"
|
|
'
|
|
'pnMCFVRun
|
|
'
|
|
Me.pnMCFVRun.Controls.Add(Me.nudMCFVRun)
|
|
Me.pnMCFVRun.Controls.Add(Me.lbMCFVRun)
|
|
Me.pnMCFVRun.Location = New System.Drawing.Point(6, 34)
|
|
Me.pnMCFVRun.Name = "pnMCFVRun"
|
|
Me.pnMCFVRun.Size = New System.Drawing.Size(291, 47)
|
|
Me.pnMCFVRun.TabIndex = 102
|
|
'
|
|
'nudMCFVRun
|
|
'
|
|
Me.nudMCFVRun.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudMCFVRun.Location = New System.Drawing.Point(115, 3)
|
|
Me.nudMCFVRun.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
|
|
Me.nudMCFVRun.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudMCFVRun.Name = "nudMCFVRun"
|
|
Me.nudMCFVRun.Size = New System.Drawing.Size(170, 39)
|
|
Me.nudMCFVRun.TabIndex = 102
|
|
Me.nudMCFVRun.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudMCFVRun.Value = New Decimal(New Integer() {520, 0, 0, 0})
|
|
'
|
|
'lbMCFVRun
|
|
'
|
|
Me.lbMCFVRun.AutoSize = True
|
|
Me.lbMCFVRun.Location = New System.Drawing.Point(22, 11)
|
|
Me.lbMCFVRun.Name = "lbMCFVRun"
|
|
Me.lbMCFVRun.Size = New System.Drawing.Size(88, 24)
|
|
Me.lbMCFVRun.TabIndex = 0
|
|
Me.lbMCFVRun.Text = "동작 시간"
|
|
'
|
|
'pnMCCh
|
|
'
|
|
Me.pnMCCh.Controls.Add(Me.nudMCCh)
|
|
Me.pnMCCh.Controls.Add(Me.lbMCCh)
|
|
Me.pnMCCh.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnMCCh.Name = "pnMCCh"
|
|
Me.pnMCCh.Size = New System.Drawing.Size(308, 45)
|
|
Me.pnMCCh.TabIndex = 105
|
|
'
|
|
'nudMCCh
|
|
'
|
|
Me.nudMCCh.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudMCCh.Location = New System.Drawing.Point(123, 3)
|
|
Me.nudMCCh.Maximum = New Decimal(New Integer() {2, 0, 0, 0})
|
|
Me.nudMCCh.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudMCCh.Name = "nudMCCh"
|
|
Me.nudMCCh.Size = New System.Drawing.Size(171, 39)
|
|
Me.nudMCCh.TabIndex = 102
|
|
Me.nudMCCh.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudMCCh.Value = New Decimal(New Integer() {1, 0, 0, 0})
|
|
'
|
|
'lbMCCh
|
|
'
|
|
Me.lbMCCh.AutoSize = True
|
|
Me.lbMCCh.Location = New System.Drawing.Point(25, 12)
|
|
Me.lbMCCh.Name = "lbMCCh"
|
|
Me.lbMCCh.Size = New System.Drawing.Size(88, 24)
|
|
Me.lbMCCh.TabIndex = 0
|
|
Me.lbMCCh.Text = "사용 채널"
|
|
'
|
|
'gbMCTrig
|
|
'
|
|
Me.gbMCTrig.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.gbMCTrig.Controls.Add(Me.rdbMCtrNormal)
|
|
Me.gbMCTrig.Controls.Add(Me.rdbMCTrAuto)
|
|
Me.gbMCTrig.Location = New System.Drawing.Point(6, 80)
|
|
Me.gbMCTrig.Name = "gbMCTrig"
|
|
Me.gbMCTrig.Size = New System.Drawing.Size(308, 63)
|
|
Me.gbMCTrig.TabIndex = 99
|
|
Me.gbMCTrig.TabStop = False
|
|
Me.gbMCTrig.Text = "트리거 모드"
|
|
'
|
|
'rdbMCtrNormal
|
|
'
|
|
Me.rdbMCtrNormal.AutoSize = True
|
|
Me.rdbMCtrNormal.Checked = True
|
|
Me.rdbMCtrNormal.Location = New System.Drawing.Point(171, 24)
|
|
Me.rdbMCtrNormal.Name = "rdbMCtrNormal"
|
|
Me.rdbMCtrNormal.Size = New System.Drawing.Size(95, 28)
|
|
Me.rdbMCtrNormal.TabIndex = 1
|
|
Me.rdbMCtrNormal.TabStop = True
|
|
Me.rdbMCtrNormal.Text = "Normal"
|
|
Me.rdbMCtrNormal.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbMCTrAuto
|
|
'
|
|
Me.rdbMCTrAuto.AutoSize = True
|
|
Me.rdbMCTrAuto.Location = New System.Drawing.Point(57, 24)
|
|
Me.rdbMCTrAuto.Name = "rdbMCTrAuto"
|
|
Me.rdbMCTrAuto.Size = New System.Drawing.Size(71, 28)
|
|
Me.rdbMCTrAuto.TabIndex = 0
|
|
Me.rdbMCTrAuto.Text = "Auto"
|
|
Me.rdbMCTrAuto.UseVisualStyleBackColor = True
|
|
'
|
|
'gbMCUS
|
|
'
|
|
Me.gbMCUS.Controls.Add(Me.pnMCScale)
|
|
Me.gbMCUS.Controls.Add(Me.pnMCUnit)
|
|
Me.gbMCUS.Location = New System.Drawing.Point(320, 17)
|
|
Me.gbMCUS.Name = "gbMCUS"
|
|
Me.gbMCUS.Size = New System.Drawing.Size(311, 126)
|
|
Me.gbMCUS.TabIndex = 100
|
|
Me.gbMCUS.TabStop = False
|
|
Me.gbMCUS.Text = "Unit & Scale 설정"
|
|
'
|
|
'pnMCScale
|
|
'
|
|
Me.pnMCScale.Controls.Add(Me.nudMCScale)
|
|
Me.pnMCScale.Controls.Add(Me.lbMCScale)
|
|
Me.pnMCScale.Location = New System.Drawing.Point(11, 63)
|
|
Me.pnMCScale.Name = "pnMCScale"
|
|
Me.pnMCScale.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnMCScale.TabIndex = 102
|
|
'
|
|
'nudMCScale
|
|
'
|
|
Me.nudMCScale.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudMCScale.Location = New System.Drawing.Point(117, 4)
|
|
Me.nudMCScale.Name = "nudMCScale"
|
|
Me.nudMCScale.Size = New System.Drawing.Size(171, 39)
|
|
Me.nudMCScale.TabIndex = 101
|
|
Me.nudMCScale.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudMCScale.Value = New Decimal(New Integer() {10, 0, 0, 0})
|
|
'
|
|
'lbMCScale
|
|
'
|
|
Me.lbMCScale.AutoSize = True
|
|
Me.lbMCScale.Location = New System.Drawing.Point(50, 12)
|
|
Me.lbMCScale.Name = "lbMCScale"
|
|
Me.lbMCScale.Size = New System.Drawing.Size(58, 24)
|
|
Me.lbMCScale.TabIndex = 0
|
|
Me.lbMCScale.Text = "Scale"
|
|
'
|
|
'pnMCUnit
|
|
'
|
|
Me.pnMCUnit.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.pnMCUnit.Controls.Add(Me.lbMCUnit)
|
|
Me.pnMCUnit.Controls.Add(Me.rdbMCUnitA)
|
|
Me.pnMCUnit.Controls.Add(Me.rdbMCUnitV)
|
|
Me.pnMCUnit.Location = New System.Drawing.Point(11, 31)
|
|
Me.pnMCUnit.Name = "pnMCUnit"
|
|
Me.pnMCUnit.Size = New System.Drawing.Size(291, 35)
|
|
Me.pnMCUnit.TabIndex = 101
|
|
'
|
|
'lbMCUnit
|
|
'
|
|
Me.lbMCUnit.AutoSize = True
|
|
Me.lbMCUnit.Location = New System.Drawing.Point(23, 4)
|
|
Me.lbMCUnit.Name = "lbMCUnit"
|
|
Me.lbMCUnit.Size = New System.Drawing.Size(48, 24)
|
|
Me.lbMCUnit.TabIndex = 0
|
|
Me.lbMCUnit.Text = "Unit"
|
|
'
|
|
'rdbMCUnitA
|
|
'
|
|
Me.rdbMCUnitA.AutoSize = True
|
|
Me.rdbMCUnitA.Location = New System.Drawing.Point(176, 3)
|
|
Me.rdbMCUnitA.Name = "rdbMCUnitA"
|
|
Me.rdbMCUnitA.Size = New System.Drawing.Size(98, 28)
|
|
Me.rdbMCUnitA.TabIndex = 1
|
|
Me.rdbMCUnitA.Text = "Ampere"
|
|
Me.rdbMCUnitA.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbMCUnitV
|
|
'
|
|
Me.rdbMCUnitV.AutoSize = True
|
|
Me.rdbMCUnitV.Checked = True
|
|
Me.rdbMCUnitV.Location = New System.Drawing.Point(95, 3)
|
|
Me.rdbMCUnitV.Name = "rdbMCUnitV"
|
|
Me.rdbMCUnitV.Size = New System.Drawing.Size(62, 28)
|
|
Me.rdbMCUnitV.TabIndex = 0
|
|
Me.rdbMCUnitV.TabStop = True
|
|
Me.rdbMCUnitV.Text = "Volt"
|
|
Me.rdbMCUnitV.UseVisualStyleBackColor = True
|
|
'
|
|
'gbRFOption
|
|
'
|
|
Me.gbRFOption.Controls.Add(Me.gbRFWidth)
|
|
Me.gbRFOption.Controls.Add(Me.gbRFFrVp)
|
|
Me.gbRFOption.Controls.Add(Me.gbRFTrig)
|
|
Me.gbRFOption.Controls.Add(Me.pnRFCh)
|
|
Me.gbRFOption.Controls.Add(Me.gbRFUS)
|
|
Me.gbRFOption.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbRFOption.Location = New System.Drawing.Point(342, 42)
|
|
Me.gbRFOption.Name = "gbRFOption"
|
|
Me.gbRFOption.Size = New System.Drawing.Size(637, 528)
|
|
Me.gbRFOption.TabIndex = 105
|
|
Me.gbRFOption.TabStop = False
|
|
Me.gbRFOption.Text = "RF 측정 설정"
|
|
'
|
|
'gbRFWidth
|
|
'
|
|
Me.gbRFWidth.Controls.Add(Me.gbRFWdtime)
|
|
Me.gbRFWidth.Controls.Add(Me.gbRFWdRun)
|
|
Me.gbRFWidth.Controls.Add(Me.gbRFWdDelay)
|
|
Me.gbRFWidth.Controls.Add(Me.gbRFWdTrgLv)
|
|
Me.gbRFWidth.Location = New System.Drawing.Point(320, 147)
|
|
Me.gbRFWidth.Name = "gbRFWidth"
|
|
Me.gbRFWidth.Size = New System.Drawing.Size(311, 378)
|
|
Me.gbRFWidth.TabIndex = 108
|
|
Me.gbRFWidth.TabStop = False
|
|
Me.gbRFWidth.Text = "폭 측정"
|
|
'
|
|
'gbRFWdtime
|
|
'
|
|
Me.gbRFWdtime.Controls.Add(Me.pnRFWdtime)
|
|
Me.gbRFWdtime.Location = New System.Drawing.Point(5, 30)
|
|
Me.gbRFWdtime.Name = "gbRFWdtime"
|
|
Me.gbRFWdtime.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbRFWdtime.TabIndex = 103
|
|
Me.gbRFWdtime.TabStop = False
|
|
Me.gbRFWdtime.Text = "TimeScale (s 단위)"
|
|
'
|
|
'pnRFWdtime
|
|
'
|
|
Me.pnRFWdtime.Controls.Add(Me.txbRFWdtime)
|
|
Me.pnRFWdtime.Controls.Add(Me.lbRFWdtime)
|
|
Me.pnRFWdtime.Location = New System.Drawing.Point(5, 32)
|
|
Me.pnRFWdtime.Name = "pnRFWdtime"
|
|
Me.pnRFWdtime.Size = New System.Drawing.Size(287, 45)
|
|
Me.pnRFWdtime.TabIndex = 4
|
|
'
|
|
'txbRFWdtime
|
|
'
|
|
Me.txbRFWdtime.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFWdtime.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbRFWdtime.Name = "txbRFWdtime"
|
|
Me.txbRFWdtime.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbRFWdtime.TabIndex = 2
|
|
Me.txbRFWdtime.Text = "0.000001"
|
|
Me.txbRFWdtime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFWdtime
|
|
'
|
|
Me.lbRFWdtime.AutoSize = True
|
|
Me.lbRFWdtime.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFWdtime.Location = New System.Drawing.Point(6, 12)
|
|
Me.lbRFWdtime.Name = "lbRFWdtime"
|
|
Me.lbRFWdtime.Size = New System.Drawing.Size(103, 24)
|
|
Me.lbRFWdtime.TabIndex = 0
|
|
Me.lbRFWdtime.Text = "TimeScale"
|
|
'
|
|
'gbRFWdRun
|
|
'
|
|
Me.gbRFWdRun.Controls.Add(Me.pnRFWdRun)
|
|
Me.gbRFWdRun.Location = New System.Drawing.Point(5, 277)
|
|
Me.gbRFWdRun.Name = "gbRFWdRun"
|
|
Me.gbRFWdRun.Size = New System.Drawing.Size(300, 90)
|
|
Me.gbRFWdRun.TabIndex = 102
|
|
Me.gbRFWdRun.TabStop = False
|
|
Me.gbRFWdRun.Text = "동작 시간 설정 (m/s 단위)"
|
|
'
|
|
'pnRFWdRun
|
|
'
|
|
Me.pnRFWdRun.Controls.Add(Me.nudRFWdRun)
|
|
Me.pnRFWdRun.Controls.Add(Me.lbRFWdRun)
|
|
Me.pnRFWdRun.Location = New System.Drawing.Point(6, 34)
|
|
Me.pnRFWdRun.Name = "pnRFWdRun"
|
|
Me.pnRFWdRun.Size = New System.Drawing.Size(291, 47)
|
|
Me.pnRFWdRun.TabIndex = 102
|
|
'
|
|
'nudRFWdRun
|
|
'
|
|
Me.nudRFWdRun.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudRFWdRun.Location = New System.Drawing.Point(115, 3)
|
|
Me.nudRFWdRun.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
|
|
Me.nudRFWdRun.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudRFWdRun.Name = "nudRFWdRun"
|
|
Me.nudRFWdRun.Size = New System.Drawing.Size(170, 39)
|
|
Me.nudRFWdRun.TabIndex = 102
|
|
Me.nudRFWdRun.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudRFWdRun.Value = New Decimal(New Integer() {1, 0, 0, 0})
|
|
'
|
|
'lbRFWdRun
|
|
'
|
|
Me.lbRFWdRun.AutoSize = True
|
|
Me.lbRFWdRun.Location = New System.Drawing.Point(22, 11)
|
|
Me.lbRFWdRun.Name = "lbRFWdRun"
|
|
Me.lbRFWdRun.Size = New System.Drawing.Size(88, 24)
|
|
Me.lbRFWdRun.TabIndex = 0
|
|
Me.lbRFWdRun.Text = "동작 시간"
|
|
'
|
|
'gbRFWdDelay
|
|
'
|
|
Me.gbRFWdDelay.Controls.Add(Me.pnRFWdDelay)
|
|
Me.gbRFWdDelay.Location = New System.Drawing.Point(5, 111)
|
|
Me.gbRFWdDelay.Name = "gbRFWdDelay"
|
|
Me.gbRFWdDelay.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbRFWdDelay.TabIndex = 101
|
|
Me.gbRFWdDelay.TabStop = False
|
|
Me.gbRFWdDelay.Text = "Delay 설정"
|
|
'
|
|
'pnRFWdDelay
|
|
'
|
|
Me.pnRFWdDelay.Controls.Add(Me.txbRFWdDelay)
|
|
Me.pnRFWdDelay.Controls.Add(Me.lbRFWdDelay)
|
|
Me.pnRFWdDelay.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnRFWdDelay.Name = "pnRFWdDelay"
|
|
Me.pnRFWdDelay.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnRFWdDelay.TabIndex = 102
|
|
'
|
|
'txbRFWdDelay
|
|
'
|
|
Me.txbRFWdDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFWdDelay.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbRFWdDelay.Name = "txbRFWdDelay"
|
|
Me.txbRFWdDelay.Size = New System.Drawing.Size(171, 39)
|
|
Me.txbRFWdDelay.TabIndex = 3
|
|
Me.txbRFWdDelay.Text = "0.000005"
|
|
Me.txbRFWdDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFWdDelay
|
|
'
|
|
Me.lbRFWdDelay.AutoSize = True
|
|
Me.lbRFWdDelay.Location = New System.Drawing.Point(48, 12)
|
|
Me.lbRFWdDelay.Name = "lbRFWdDelay"
|
|
Me.lbRFWdDelay.Size = New System.Drawing.Size(60, 24)
|
|
Me.lbRFWdDelay.TabIndex = 0
|
|
Me.lbRFWdDelay.Text = "Delay"
|
|
'
|
|
'gbRFWdTrgLv
|
|
'
|
|
Me.gbRFWdTrgLv.Controls.Add(Me.pnRFWdTrgLv)
|
|
Me.gbRFWdTrgLv.Location = New System.Drawing.Point(5, 193)
|
|
Me.gbRFWdTrgLv.Name = "gbRFWdTrgLv"
|
|
Me.gbRFWdTrgLv.Size = New System.Drawing.Size(300, 90)
|
|
Me.gbRFWdTrgLv.TabIndex = 106
|
|
Me.gbRFWdTrgLv.TabStop = False
|
|
Me.gbRFWdTrgLv.Text = "Trigger Level"
|
|
'
|
|
'pnRFWdTrgLv
|
|
'
|
|
Me.pnRFWdTrgLv.Controls.Add(Me.nudRFWdTrgLv)
|
|
Me.pnRFWdTrgLv.Controls.Add(Me.lbRFWdTrgLv)
|
|
Me.pnRFWdTrgLv.Location = New System.Drawing.Point(6, 34)
|
|
Me.pnRFWdTrgLv.Name = "pnRFWdTrgLv"
|
|
Me.pnRFWdTrgLv.Size = New System.Drawing.Size(291, 47)
|
|
Me.pnRFWdTrgLv.TabIndex = 102
|
|
'
|
|
'nudRFWdTrgLv
|
|
'
|
|
Me.nudRFWdTrgLv.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudRFWdTrgLv.Location = New System.Drawing.Point(115, 3)
|
|
Me.nudRFWdTrgLv.Maximum = New Decimal(New Integer() {30, 0, 0, 0})
|
|
Me.nudRFWdTrgLv.Minimum = New Decimal(New Integer() {30, 0, 0, -2147483648})
|
|
Me.nudRFWdTrgLv.Name = "nudRFWdTrgLv"
|
|
Me.nudRFWdTrgLv.Size = New System.Drawing.Size(170, 39)
|
|
Me.nudRFWdTrgLv.TabIndex = 102
|
|
Me.nudRFWdTrgLv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFWdTrgLv
|
|
'
|
|
Me.lbRFWdTrgLv.AutoSize = True
|
|
Me.lbRFWdTrgLv.Location = New System.Drawing.Point(47, 11)
|
|
Me.lbRFWdTrgLv.Name = "lbRFWdTrgLv"
|
|
Me.lbRFWdTrgLv.Size = New System.Drawing.Size(58, 24)
|
|
Me.lbRFWdTrgLv.TabIndex = 0
|
|
Me.lbRFWdTrgLv.Text = "Level"
|
|
'
|
|
'gbRFFrVp
|
|
'
|
|
Me.gbRFFrVp.Controls.Add(Me.gbRFtime)
|
|
Me.gbRFFrVp.Controls.Add(Me.gbRFRun)
|
|
Me.gbRFFrVp.Controls.Add(Me.gbRFDelay)
|
|
Me.gbRFFrVp.Controls.Add(Me.gbRFTrgLv)
|
|
Me.gbRFFrVp.Location = New System.Drawing.Point(3, 147)
|
|
Me.gbRFFrVp.Name = "gbRFFrVp"
|
|
Me.gbRFFrVp.Size = New System.Drawing.Size(311, 378)
|
|
Me.gbRFFrVp.TabIndex = 107
|
|
Me.gbRFFrVp.TabStop = False
|
|
Me.gbRFFrVp.Text = "주파수 및 VPP 측정"
|
|
'
|
|
'gbRFtime
|
|
'
|
|
Me.gbRFtime.Controls.Add(Me.pnRFtime)
|
|
Me.gbRFtime.Location = New System.Drawing.Point(5, 30)
|
|
Me.gbRFtime.Name = "gbRFtime"
|
|
Me.gbRFtime.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbRFtime.TabIndex = 103
|
|
Me.gbRFtime.TabStop = False
|
|
Me.gbRFtime.Text = "TimeScale (s 단위)"
|
|
'
|
|
'pnRFtime
|
|
'
|
|
Me.pnRFtime.Controls.Add(Me.txbRFtime)
|
|
Me.pnRFtime.Controls.Add(Me.lbRFtime)
|
|
Me.pnRFtime.Location = New System.Drawing.Point(5, 32)
|
|
Me.pnRFtime.Name = "pnRFtime"
|
|
Me.pnRFtime.Size = New System.Drawing.Size(287, 45)
|
|
Me.pnRFtime.TabIndex = 4
|
|
'
|
|
'txbRFtime
|
|
'
|
|
Me.txbRFtime.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFtime.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbRFtime.Name = "txbRFtime"
|
|
Me.txbRFtime.Size = New System.Drawing.Size(170, 39)
|
|
Me.txbRFtime.TabIndex = 2
|
|
Me.txbRFtime.Text = "0.000001"
|
|
Me.txbRFtime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFtime
|
|
'
|
|
Me.lbRFtime.AutoSize = True
|
|
Me.lbRFtime.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFtime.Location = New System.Drawing.Point(6, 12)
|
|
Me.lbRFtime.Name = "lbRFtime"
|
|
Me.lbRFtime.Size = New System.Drawing.Size(103, 24)
|
|
Me.lbRFtime.TabIndex = 0
|
|
Me.lbRFtime.Text = "TimeScale"
|
|
'
|
|
'gbRFRun
|
|
'
|
|
Me.gbRFRun.Controls.Add(Me.pnRFRun)
|
|
Me.gbRFRun.Location = New System.Drawing.Point(5, 277)
|
|
Me.gbRFRun.Name = "gbRFRun"
|
|
Me.gbRFRun.Size = New System.Drawing.Size(300, 90)
|
|
Me.gbRFRun.TabIndex = 102
|
|
Me.gbRFRun.TabStop = False
|
|
Me.gbRFRun.Text = "동작 시간 설정 (m/s 단위)"
|
|
'
|
|
'pnRFRun
|
|
'
|
|
Me.pnRFRun.Controls.Add(Me.nudRFRun)
|
|
Me.pnRFRun.Controls.Add(Me.lbRFRun)
|
|
Me.pnRFRun.Location = New System.Drawing.Point(6, 34)
|
|
Me.pnRFRun.Name = "pnRFRun"
|
|
Me.pnRFRun.Size = New System.Drawing.Size(291, 47)
|
|
Me.pnRFRun.TabIndex = 102
|
|
'
|
|
'nudRFRun
|
|
'
|
|
Me.nudRFRun.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudRFRun.Location = New System.Drawing.Point(115, 3)
|
|
Me.nudRFRun.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
|
|
Me.nudRFRun.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudRFRun.Name = "nudRFRun"
|
|
Me.nudRFRun.Size = New System.Drawing.Size(170, 39)
|
|
Me.nudRFRun.TabIndex = 102
|
|
Me.nudRFRun.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudRFRun.Value = New Decimal(New Integer() {1, 0, 0, 0})
|
|
'
|
|
'lbRFRun
|
|
'
|
|
Me.lbRFRun.AutoSize = True
|
|
Me.lbRFRun.Location = New System.Drawing.Point(22, 11)
|
|
Me.lbRFRun.Name = "lbRFRun"
|
|
Me.lbRFRun.Size = New System.Drawing.Size(88, 24)
|
|
Me.lbRFRun.TabIndex = 0
|
|
Me.lbRFRun.Text = "동작 시간"
|
|
'
|
|
'gbRFDelay
|
|
'
|
|
Me.gbRFDelay.Controls.Add(Me.pnRFDelay)
|
|
Me.gbRFDelay.Location = New System.Drawing.Point(5, 111)
|
|
Me.gbRFDelay.Name = "gbRFDelay"
|
|
Me.gbRFDelay.Size = New System.Drawing.Size(300, 80)
|
|
Me.gbRFDelay.TabIndex = 101
|
|
Me.gbRFDelay.TabStop = False
|
|
Me.gbRFDelay.Text = "Delay 설정"
|
|
'
|
|
'pnRFDelay
|
|
'
|
|
Me.pnRFDelay.Controls.Add(Me.txbRFDelay)
|
|
Me.pnRFDelay.Controls.Add(Me.lbRFDelay)
|
|
Me.pnRFDelay.Location = New System.Drawing.Point(6, 29)
|
|
Me.pnRFDelay.Name = "pnRFDelay"
|
|
Me.pnRFDelay.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnRFDelay.TabIndex = 102
|
|
'
|
|
'txbRFDelay
|
|
'
|
|
Me.txbRFDelay.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFDelay.Location = New System.Drawing.Point(114, 3)
|
|
Me.txbRFDelay.Name = "txbRFDelay"
|
|
Me.txbRFDelay.Size = New System.Drawing.Size(171, 39)
|
|
Me.txbRFDelay.TabIndex = 3
|
|
Me.txbRFDelay.Text = "0.000005"
|
|
Me.txbRFDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFDelay
|
|
'
|
|
Me.lbRFDelay.AutoSize = True
|
|
Me.lbRFDelay.Location = New System.Drawing.Point(48, 12)
|
|
Me.lbRFDelay.Name = "lbRFDelay"
|
|
Me.lbRFDelay.Size = New System.Drawing.Size(60, 24)
|
|
Me.lbRFDelay.TabIndex = 0
|
|
Me.lbRFDelay.Text = "Delay"
|
|
'
|
|
'gbRFTrgLv
|
|
'
|
|
Me.gbRFTrgLv.Controls.Add(Me.pnRFTrgLv)
|
|
Me.gbRFTrgLv.Location = New System.Drawing.Point(5, 193)
|
|
Me.gbRFTrgLv.Name = "gbRFTrgLv"
|
|
Me.gbRFTrgLv.Size = New System.Drawing.Size(300, 90)
|
|
Me.gbRFTrgLv.TabIndex = 106
|
|
Me.gbRFTrgLv.TabStop = False
|
|
Me.gbRFTrgLv.Text = "Trigger Level"
|
|
'
|
|
'pnRFTrgLv
|
|
'
|
|
Me.pnRFTrgLv.Controls.Add(Me.nudRFTrgLv)
|
|
Me.pnRFTrgLv.Controls.Add(Me.lbRFTrgLv)
|
|
Me.pnRFTrgLv.Location = New System.Drawing.Point(6, 34)
|
|
Me.pnRFTrgLv.Name = "pnRFTrgLv"
|
|
Me.pnRFTrgLv.Size = New System.Drawing.Size(291, 47)
|
|
Me.pnRFTrgLv.TabIndex = 102
|
|
'
|
|
'nudRFTrgLv
|
|
'
|
|
Me.nudRFTrgLv.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudRFTrgLv.Location = New System.Drawing.Point(115, 3)
|
|
Me.nudRFTrgLv.Maximum = New Decimal(New Integer() {30, 0, 0, 0})
|
|
Me.nudRFTrgLv.Minimum = New Decimal(New Integer() {30, 0, 0, -2147483648})
|
|
Me.nudRFTrgLv.Name = "nudRFTrgLv"
|
|
Me.nudRFTrgLv.Size = New System.Drawing.Size(170, 39)
|
|
Me.nudRFTrgLv.TabIndex = 102
|
|
Me.nudRFTrgLv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFTrgLv
|
|
'
|
|
Me.lbRFTrgLv.AutoSize = True
|
|
Me.lbRFTrgLv.Location = New System.Drawing.Point(47, 11)
|
|
Me.lbRFTrgLv.Name = "lbRFTrgLv"
|
|
Me.lbRFTrgLv.Size = New System.Drawing.Size(58, 24)
|
|
Me.lbRFTrgLv.TabIndex = 0
|
|
Me.lbRFTrgLv.Text = "Level"
|
|
'
|
|
'gbRFTrig
|
|
'
|
|
Me.gbRFTrig.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.gbRFTrig.Controls.Add(Me.rdbRFtrNormal)
|
|
Me.gbRFTrig.Controls.Add(Me.rdbRFTrAuto)
|
|
Me.gbRFTrig.Location = New System.Drawing.Point(6, 80)
|
|
Me.gbRFTrig.Name = "gbRFTrig"
|
|
Me.gbRFTrig.Size = New System.Drawing.Size(300, 63)
|
|
Me.gbRFTrig.TabIndex = 99
|
|
Me.gbRFTrig.TabStop = False
|
|
Me.gbRFTrig.Text = "트리거 모드"
|
|
'
|
|
'rdbRFtrNormal
|
|
'
|
|
Me.rdbRFtrNormal.AutoSize = True
|
|
Me.rdbRFtrNormal.Checked = True
|
|
Me.rdbRFtrNormal.Location = New System.Drawing.Point(160, 24)
|
|
Me.rdbRFtrNormal.Name = "rdbRFtrNormal"
|
|
Me.rdbRFtrNormal.Size = New System.Drawing.Size(95, 28)
|
|
Me.rdbRFtrNormal.TabIndex = 1
|
|
Me.rdbRFtrNormal.TabStop = True
|
|
Me.rdbRFtrNormal.Text = "Normal"
|
|
Me.rdbRFtrNormal.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbRFTrAuto
|
|
'
|
|
Me.rdbRFTrAuto.AutoSize = True
|
|
Me.rdbRFTrAuto.Location = New System.Drawing.Point(46, 24)
|
|
Me.rdbRFTrAuto.Name = "rdbRFTrAuto"
|
|
Me.rdbRFTrAuto.Size = New System.Drawing.Size(71, 28)
|
|
Me.rdbRFTrAuto.TabIndex = 0
|
|
Me.rdbRFTrAuto.Text = "Auto"
|
|
Me.rdbRFTrAuto.UseVisualStyleBackColor = True
|
|
'
|
|
'pnRFCh
|
|
'
|
|
Me.pnRFCh.Controls.Add(Me.nudRFCh)
|
|
Me.pnRFCh.Controls.Add(Me.lbRFCh)
|
|
Me.pnRFCh.Location = New System.Drawing.Point(10, 29)
|
|
Me.pnRFCh.Name = "pnRFCh"
|
|
Me.pnRFCh.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnRFCh.TabIndex = 102
|
|
'
|
|
'nudRFCh
|
|
'
|
|
Me.nudRFCh.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudRFCh.Location = New System.Drawing.Point(112, 3)
|
|
Me.nudRFCh.Maximum = New Decimal(New Integer() {2, 0, 0, 0})
|
|
Me.nudRFCh.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
|
Me.nudRFCh.Name = "nudRFCh"
|
|
Me.nudRFCh.Size = New System.Drawing.Size(171, 39)
|
|
Me.nudRFCh.TabIndex = 102
|
|
Me.nudRFCh.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudRFCh.Value = New Decimal(New Integer() {1, 0, 0, 0})
|
|
'
|
|
'lbRFCh
|
|
'
|
|
Me.lbRFCh.AutoSize = True
|
|
Me.lbRFCh.Location = New System.Drawing.Point(14, 12)
|
|
Me.lbRFCh.Name = "lbRFCh"
|
|
Me.lbRFCh.Size = New System.Drawing.Size(88, 24)
|
|
Me.lbRFCh.TabIndex = 0
|
|
Me.lbRFCh.Text = "사용 채널"
|
|
'
|
|
'gbRFUS
|
|
'
|
|
Me.gbRFUS.Controls.Add(Me.pnRFScale)
|
|
Me.gbRFUS.Controls.Add(Me.pnRFUnit)
|
|
Me.gbRFUS.Location = New System.Drawing.Point(320, 17)
|
|
Me.gbRFUS.Name = "gbRFUS"
|
|
Me.gbRFUS.Size = New System.Drawing.Size(311, 126)
|
|
Me.gbRFUS.TabIndex = 100
|
|
Me.gbRFUS.TabStop = False
|
|
Me.gbRFUS.Text = "Unit & Scale 설정"
|
|
'
|
|
'pnRFScale
|
|
'
|
|
Me.pnRFScale.Controls.Add(Me.nudRFScale)
|
|
Me.pnRFScale.Controls.Add(Me.lbRFScale)
|
|
Me.pnRFScale.Location = New System.Drawing.Point(11, 63)
|
|
Me.pnRFScale.Name = "pnRFScale"
|
|
Me.pnRFScale.Size = New System.Drawing.Size(291, 45)
|
|
Me.pnRFScale.TabIndex = 102
|
|
'
|
|
'nudRFScale
|
|
'
|
|
Me.nudRFScale.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.nudRFScale.Location = New System.Drawing.Point(117, 4)
|
|
Me.nudRFScale.Name = "nudRFScale"
|
|
Me.nudRFScale.Size = New System.Drawing.Size(171, 39)
|
|
Me.nudRFScale.TabIndex = 101
|
|
Me.nudRFScale.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.nudRFScale.Value = New Decimal(New Integer() {20, 0, 0, 0})
|
|
'
|
|
'lbRFScale
|
|
'
|
|
Me.lbRFScale.AutoSize = True
|
|
Me.lbRFScale.Location = New System.Drawing.Point(50, 12)
|
|
Me.lbRFScale.Name = "lbRFScale"
|
|
Me.lbRFScale.Size = New System.Drawing.Size(58, 24)
|
|
Me.lbRFScale.TabIndex = 0
|
|
Me.lbRFScale.Text = "Scale"
|
|
'
|
|
'pnRFUnit
|
|
'
|
|
Me.pnRFUnit.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.pnRFUnit.Controls.Add(Me.lbRFUnit)
|
|
Me.pnRFUnit.Controls.Add(Me.rdbRFUnitA)
|
|
Me.pnRFUnit.Controls.Add(Me.rdbRFUnitV)
|
|
Me.pnRFUnit.Location = New System.Drawing.Point(11, 31)
|
|
Me.pnRFUnit.Name = "pnRFUnit"
|
|
Me.pnRFUnit.Size = New System.Drawing.Size(291, 35)
|
|
Me.pnRFUnit.TabIndex = 101
|
|
'
|
|
'lbRFUnit
|
|
'
|
|
Me.lbRFUnit.AutoSize = True
|
|
Me.lbRFUnit.Location = New System.Drawing.Point(23, 4)
|
|
Me.lbRFUnit.Name = "lbRFUnit"
|
|
Me.lbRFUnit.Size = New System.Drawing.Size(48, 24)
|
|
Me.lbRFUnit.TabIndex = 0
|
|
Me.lbRFUnit.Text = "Unit"
|
|
'
|
|
'rdbRFUnitA
|
|
'
|
|
Me.rdbRFUnitA.AutoSize = True
|
|
Me.rdbRFUnitA.Location = New System.Drawing.Point(176, 3)
|
|
Me.rdbRFUnitA.Name = "rdbRFUnitA"
|
|
Me.rdbRFUnitA.Size = New System.Drawing.Size(98, 28)
|
|
Me.rdbRFUnitA.TabIndex = 1
|
|
Me.rdbRFUnitA.Text = "Ampere"
|
|
Me.rdbRFUnitA.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbRFUnitV
|
|
'
|
|
Me.rdbRFUnitV.AutoSize = True
|
|
Me.rdbRFUnitV.Checked = True
|
|
Me.rdbRFUnitV.Location = New System.Drawing.Point(95, 3)
|
|
Me.rdbRFUnitV.Name = "rdbRFUnitV"
|
|
Me.rdbRFUnitV.Size = New System.Drawing.Size(62, 28)
|
|
Me.rdbRFUnitV.TabIndex = 0
|
|
Me.rdbRFUnitV.TabStop = True
|
|
Me.rdbRFUnitV.Text = "Volt"
|
|
Me.rdbRFUnitV.UseVisualStyleBackColor = True
|
|
'
|
|
'gbChkPoint
|
|
'
|
|
Me.gbChkPoint.BackColor = System.Drawing.Color.OldLace
|
|
Me.gbChkPoint.Controls.Add(Me.pnStandard_Al)
|
|
Me.gbChkPoint.Controls.Add(Me.pnStandard_Max)
|
|
Me.gbChkPoint.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbChkPoint.Location = New System.Drawing.Point(651, 312)
|
|
Me.gbChkPoint.Name = "gbChkPoint"
|
|
Me.gbChkPoint.Size = New System.Drawing.Size(1245, 682)
|
|
Me.gbChkPoint.TabIndex = 124
|
|
Me.gbChkPoint.TabStop = False
|
|
Me.gbChkPoint.Text = "판정 기준"
|
|
'
|
|
'pnStandard_Al
|
|
'
|
|
Me.pnStandard_Al.Controls.Add(Me.gbDSStandard)
|
|
Me.pnStandard_Al.Controls.Add(Me.gbEPsort_AL)
|
|
Me.pnStandard_Al.Controls.Add(Me.gbBodysort)
|
|
Me.pnStandard_Al.Controls.Add(Me.gbOpTmp_AL)
|
|
Me.pnStandard_Al.Controls.Add(Me.gbOpBat_AL)
|
|
Me.pnStandard_Al.Controls.Add(Me.gbRFsort_AL)
|
|
Me.pnStandard_Al.Controls.Add(Me.gbFirmVer_AL)
|
|
Me.pnStandard_Al.Location = New System.Drawing.Point(5, 40)
|
|
Me.pnStandard_Al.Name = "pnStandard_Al"
|
|
Me.pnStandard_Al.Size = New System.Drawing.Size(1140, 600)
|
|
Me.pnStandard_Al.TabIndex = 115
|
|
'
|
|
'gbDSStandard
|
|
'
|
|
Me.gbDSStandard.Controls.Add(Me.gbDSfw_st)
|
|
Me.gbDSStandard.Controls.Add(Me.gbDSbat_st)
|
|
Me.gbDSStandard.Controls.Add(Me.gbDSTmp_st)
|
|
Me.gbDSStandard.Controls.Add(Me.gbDShf_st)
|
|
Me.gbDSStandard.Location = New System.Drawing.Point(0, 370)
|
|
Me.gbDSStandard.Name = "gbDSStandard"
|
|
Me.gbDSStandard.Size = New System.Drawing.Size(1137, 229)
|
|
Me.gbDSStandard.TabIndex = 117
|
|
Me.gbDSStandard.TabStop = False
|
|
Me.gbDSStandard.Text = "DUALSONIC"
|
|
'
|
|
'gbDSfw_st
|
|
'
|
|
Me.gbDSfw_st.Controls.Add(Me.pnDSfw_st)
|
|
Me.gbDSfw_st.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbDSfw_st.Location = New System.Drawing.Point(6, 46)
|
|
Me.gbDSfw_st.Name = "gbDSfw_st"
|
|
Me.gbDSfw_st.Size = New System.Drawing.Size(275, 75)
|
|
Me.gbDSfw_st.TabIndex = 119
|
|
Me.gbDSfw_st.TabStop = False
|
|
Me.gbDSfw_st.Text = "FormWare Version"
|
|
'
|
|
'pnDSfw_st
|
|
'
|
|
Me.pnDSfw_st.Controls.Add(Me.txbDSfw_st)
|
|
Me.pnDSfw_st.Controls.Add(Me.lbDSfw_st)
|
|
Me.pnDSfw_st.Location = New System.Drawing.Point(6, 25)
|
|
Me.pnDSfw_st.Name = "pnDSfw_st"
|
|
Me.pnDSfw_st.Size = New System.Drawing.Size(263, 45)
|
|
Me.pnDSfw_st.TabIndex = 4
|
|
'
|
|
'txbDSfw_st
|
|
'
|
|
Me.txbDSfw_st.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSfw_st.Location = New System.Drawing.Point(114, 2)
|
|
Me.txbDSfw_st.Name = "txbDSfw_st"
|
|
Me.txbDSfw_st.Size = New System.Drawing.Size(146, 39)
|
|
Me.txbDSfw_st.TabIndex = 2
|
|
Me.txbDSfw_st.Text = "1.0.8"
|
|
Me.txbDSfw_st.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSfw_st
|
|
'
|
|
Me.lbDSfw_st.AutoSize = True
|
|
Me.lbDSfw_st.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSfw_st.Location = New System.Drawing.Point(27, 11)
|
|
Me.lbDSfw_st.Name = "lbDSfw_st"
|
|
Me.lbDSfw_st.Size = New System.Drawing.Size(77, 24)
|
|
Me.lbDSfw_st.TabIndex = 0
|
|
Me.lbDSfw_st.Text = "Version"
|
|
'
|
|
'gbDSbat_st
|
|
'
|
|
Me.gbDSbat_st.Controls.Add(Me.pnDSbat_stMax)
|
|
Me.gbDSbat_st.Controls.Add(Me.pnDSbat_stMin)
|
|
Me.gbDSbat_st.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbDSbat_st.Location = New System.Drawing.Point(8, 127)
|
|
Me.gbDSbat_st.Name = "gbDSbat_st"
|
|
Me.gbDSbat_st.Size = New System.Drawing.Size(275, 75)
|
|
Me.gbDSbat_st.TabIndex = 118
|
|
Me.gbDSbat_st.TabStop = False
|
|
Me.gbDSbat_st.Text = "Battery Level"
|
|
'
|
|
'pnDSbat_stMax
|
|
'
|
|
Me.pnDSbat_stMax.Controls.Add(Me.txbDSbat_stMax)
|
|
Me.pnDSbat_stMax.Controls.Add(Me.lbDSbat_stMax)
|
|
Me.pnDSbat_stMax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnDSbat_stMax.Name = "pnDSbat_stMax"
|
|
Me.pnDSbat_stMax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnDSbat_stMax.TabIndex = 11
|
|
'
|
|
'txbDSbat_stMax
|
|
'
|
|
Me.txbDSbat_stMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSbat_stMax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbDSbat_stMax.Name = "txbDSbat_stMax"
|
|
Me.txbDSbat_stMax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbDSbat_stMax.TabIndex = 2
|
|
Me.txbDSbat_stMax.Text = "4.0"
|
|
Me.txbDSbat_stMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSbat_stMax
|
|
'
|
|
Me.lbDSbat_stMax.AutoSize = True
|
|
Me.lbDSbat_stMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSbat_stMax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbDSbat_stMax.Name = "lbDSbat_stMax"
|
|
Me.lbDSbat_stMax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbDSbat_stMax.TabIndex = 0
|
|
Me.lbDSbat_stMax.Text = "Max"
|
|
'
|
|
'pnDSbat_stMin
|
|
'
|
|
Me.pnDSbat_stMin.Controls.Add(Me.txbDSbat_stMin)
|
|
Me.pnDSbat_stMin.Controls.Add(Me.lbDSbat_stMin)
|
|
Me.pnDSbat_stMin.Location = New System.Drawing.Point(6, 25)
|
|
Me.pnDSbat_stMin.Name = "pnDSbat_stMin"
|
|
Me.pnDSbat_stMin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnDSbat_stMin.TabIndex = 10
|
|
'
|
|
'txbDSbat_stMin
|
|
'
|
|
Me.txbDSbat_stMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSbat_stMin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbDSbat_stMin.Name = "txbDSbat_stMin"
|
|
Me.txbDSbat_stMin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbDSbat_stMin.TabIndex = 2
|
|
Me.txbDSbat_stMin.Text = "3.8"
|
|
Me.txbDSbat_stMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSbat_stMin
|
|
'
|
|
Me.lbDSbat_stMin.AutoSize = True
|
|
Me.lbDSbat_stMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSbat_stMin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbDSbat_stMin.Name = "lbDSbat_stMin"
|
|
Me.lbDSbat_stMin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbDSbat_stMin.TabIndex = 0
|
|
Me.lbDSbat_stMin.Text = "Min"
|
|
'
|
|
'gbDSTmp_st
|
|
'
|
|
Me.gbDSTmp_st.Controls.Add(Me.gbDSTmpCa_st)
|
|
Me.gbDSTmp_st.Controls.Add(Me.gbDSTmpDe_st)
|
|
Me.gbDSTmp_st.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbDSTmp_st.Location = New System.Drawing.Point(287, 22)
|
|
Me.gbDSTmp_st.Name = "gbDSTmp_st"
|
|
Me.gbDSTmp_st.Size = New System.Drawing.Size(275, 200)
|
|
Me.gbDSTmp_st.TabIndex = 117
|
|
Me.gbDSTmp_st.TabStop = False
|
|
Me.gbDSTmp_st.Text = "Temperature"
|
|
'
|
|
'gbDSTmpCa_st
|
|
'
|
|
Me.gbDSTmpCa_st.Controls.Add(Me.pnDSTmpCa_stMax)
|
|
Me.gbDSTmpCa_st.Controls.Add(Me.pnDSTmpCa_stMin)
|
|
Me.gbDSTmpCa_st.Location = New System.Drawing.Point(2, 105)
|
|
Me.gbDSTmpCa_st.Name = "gbDSTmpCa_st"
|
|
Me.gbDSTmpCa_st.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbDSTmpCa_st.TabIndex = 10
|
|
Me.gbDSTmpCa_st.TabStop = False
|
|
Me.gbDSTmpCa_st.Text = "Cartridge"
|
|
'
|
|
'pnDSTmpCa_stMax
|
|
'
|
|
Me.pnDSTmpCa_stMax.Controls.Add(Me.txbDSTmpCa_stMax)
|
|
Me.pnDSTmpCa_stMax.Controls.Add(Me.lbDSTmpCa_stMax)
|
|
Me.pnDSTmpCa_stMax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnDSTmpCa_stMax.Name = "pnDSTmpCa_stMax"
|
|
Me.pnDSTmpCa_stMax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnDSTmpCa_stMax.TabIndex = 9
|
|
'
|
|
'txbDSTmpCa_stMax
|
|
'
|
|
Me.txbDSTmpCa_stMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSTmpCa_stMax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbDSTmpCa_stMax.Name = "txbDSTmpCa_stMax"
|
|
Me.txbDSTmpCa_stMax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbDSTmpCa_stMax.TabIndex = 2
|
|
Me.txbDSTmpCa_stMax.Text = "30"
|
|
Me.txbDSTmpCa_stMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSTmpCa_stMax
|
|
'
|
|
Me.lbDSTmpCa_stMax.AutoSize = True
|
|
Me.lbDSTmpCa_stMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSTmpCa_stMax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbDSTmpCa_stMax.Name = "lbDSTmpCa_stMax"
|
|
Me.lbDSTmpCa_stMax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbDSTmpCa_stMax.TabIndex = 0
|
|
Me.lbDSTmpCa_stMax.Text = "Max"
|
|
'
|
|
'pnDSTmpCa_stMin
|
|
'
|
|
Me.pnDSTmpCa_stMin.Controls.Add(Me.txbDSTmpCa_stMin)
|
|
Me.pnDSTmpCa_stMin.Controls.Add(Me.lbDSTmpCa_stMin)
|
|
Me.pnDSTmpCa_stMin.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnDSTmpCa_stMin.Name = "pnDSTmpCa_stMin"
|
|
Me.pnDSTmpCa_stMin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnDSTmpCa_stMin.TabIndex = 5
|
|
'
|
|
'txbDSTmpCa_stMin
|
|
'
|
|
Me.txbDSTmpCa_stMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSTmpCa_stMin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbDSTmpCa_stMin.Name = "txbDSTmpCa_stMin"
|
|
Me.txbDSTmpCa_stMin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbDSTmpCa_stMin.TabIndex = 2
|
|
Me.txbDSTmpCa_stMin.Text = "20"
|
|
Me.txbDSTmpCa_stMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSTmpCa_stMin
|
|
'
|
|
Me.lbDSTmpCa_stMin.AutoSize = True
|
|
Me.lbDSTmpCa_stMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSTmpCa_stMin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbDSTmpCa_stMin.Name = "lbDSTmpCa_stMin"
|
|
Me.lbDSTmpCa_stMin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbDSTmpCa_stMin.TabIndex = 0
|
|
Me.lbDSTmpCa_stMin.Text = "Min"
|
|
'
|
|
'gbDSTmpDe_st
|
|
'
|
|
Me.gbDSTmpDe_st.Controls.Add(Me.pnDSTmpDe_stMax)
|
|
Me.gbDSTmpDe_st.Controls.Add(Me.pnDSTmpDe_stMin)
|
|
Me.gbDSTmpDe_st.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbDSTmpDe_st.Name = "gbDSTmpDe_st"
|
|
Me.gbDSTmpDe_st.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbDSTmpDe_st.TabIndex = 9
|
|
Me.gbDSTmpDe_st.TabStop = False
|
|
Me.gbDSTmpDe_st.Text = "Device"
|
|
'
|
|
'pnDSTmpDe_stMax
|
|
'
|
|
Me.pnDSTmpDe_stMax.Controls.Add(Me.txbDSTmpDe_stMax)
|
|
Me.pnDSTmpDe_stMax.Controls.Add(Me.lbDSTmpDe_stMax)
|
|
Me.pnDSTmpDe_stMax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnDSTmpDe_stMax.Name = "pnDSTmpDe_stMax"
|
|
Me.pnDSTmpDe_stMax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnDSTmpDe_stMax.TabIndex = 9
|
|
'
|
|
'txbDSTmpDe_stMax
|
|
'
|
|
Me.txbDSTmpDe_stMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSTmpDe_stMax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbDSTmpDe_stMax.Name = "txbDSTmpDe_stMax"
|
|
Me.txbDSTmpDe_stMax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbDSTmpDe_stMax.TabIndex = 2
|
|
Me.txbDSTmpDe_stMax.Text = "30"
|
|
Me.txbDSTmpDe_stMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSTmpDe_stMax
|
|
'
|
|
Me.lbDSTmpDe_stMax.AutoSize = True
|
|
Me.lbDSTmpDe_stMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSTmpDe_stMax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbDSTmpDe_stMax.Name = "lbDSTmpDe_stMax"
|
|
Me.lbDSTmpDe_stMax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbDSTmpDe_stMax.TabIndex = 0
|
|
Me.lbDSTmpDe_stMax.Text = "Max"
|
|
'
|
|
'pnDSTmpDe_stMin
|
|
'
|
|
Me.pnDSTmpDe_stMin.Controls.Add(Me.txbDSTmpDe_stMin)
|
|
Me.pnDSTmpDe_stMin.Controls.Add(Me.lbDSTmpDe_stMin)
|
|
Me.pnDSTmpDe_stMin.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnDSTmpDe_stMin.Name = "pnDSTmpDe_stMin"
|
|
Me.pnDSTmpDe_stMin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnDSTmpDe_stMin.TabIndex = 5
|
|
'
|
|
'txbDSTmpDe_stMin
|
|
'
|
|
Me.txbDSTmpDe_stMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSTmpDe_stMin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbDSTmpDe_stMin.Name = "txbDSTmpDe_stMin"
|
|
Me.txbDSTmpDe_stMin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbDSTmpDe_stMin.TabIndex = 2
|
|
Me.txbDSTmpDe_stMin.Text = "20"
|
|
Me.txbDSTmpDe_stMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSTmpDe_stMin
|
|
'
|
|
Me.lbDSTmpDe_stMin.AutoSize = True
|
|
Me.lbDSTmpDe_stMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSTmpDe_stMin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbDSTmpDe_stMin.Name = "lbDSTmpDe_stMin"
|
|
Me.lbDSTmpDe_stMin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbDSTmpDe_stMin.TabIndex = 0
|
|
Me.lbDSTmpDe_stMin.Text = "Min"
|
|
'
|
|
'gbDShf_st
|
|
'
|
|
Me.gbDShf_st.Controls.Add(Me.gbDSSub)
|
|
Me.gbDShf_st.Controls.Add(Me.gbDShfDif_st)
|
|
Me.gbDShf_st.Controls.Add(Me.gbDShfOut_st)
|
|
Me.gbDShf_st.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbDShf_st.Location = New System.Drawing.Point(566, 22)
|
|
Me.gbDShf_st.Name = "gbDShf_st"
|
|
Me.gbDShf_st.Size = New System.Drawing.Size(571, 198)
|
|
Me.gbDShf_st.TabIndex = 116
|
|
Me.gbDShf_st.TabStop = False
|
|
Me.gbDShf_st.Text = "DS - HF Test"
|
|
'
|
|
'gbDSSub
|
|
'
|
|
Me.gbDSSub.Controls.Add(Me.pnDSSub_Max)
|
|
Me.gbDSSub.Controls.Add(Me.pnDSSub_Min)
|
|
Me.gbDSSub.Location = New System.Drawing.Point(294, 24)
|
|
Me.gbDSSub.Name = "gbDSSub"
|
|
Me.gbDSSub.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbDSSub.TabIndex = 11
|
|
Me.gbDSSub.TabStop = False
|
|
Me.gbDSSub.Text = "6900/7100 출력값"
|
|
'
|
|
'pnDSSub_Max
|
|
'
|
|
Me.pnDSSub_Max.Controls.Add(Me.txbDSSub_Max)
|
|
Me.pnDSSub_Max.Controls.Add(Me.lbDSSub_Max)
|
|
Me.pnDSSub_Max.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnDSSub_Max.Name = "pnDSSub_Max"
|
|
Me.pnDSSub_Max.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnDSSub_Max.TabIndex = 9
|
|
'
|
|
'txbDSSub_Max
|
|
'
|
|
Me.txbDSSub_Max.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSSub_Max.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbDSSub_Max.Name = "txbDSSub_Max"
|
|
Me.txbDSSub_Max.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbDSSub_Max.TabIndex = 2
|
|
Me.txbDSSub_Max.Text = "19"
|
|
Me.txbDSSub_Max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSSub_Max
|
|
'
|
|
Me.lbDSSub_Max.AutoSize = True
|
|
Me.lbDSSub_Max.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSSub_Max.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbDSSub_Max.Name = "lbDSSub_Max"
|
|
Me.lbDSSub_Max.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbDSSub_Max.TabIndex = 0
|
|
Me.lbDSSub_Max.Text = "Max"
|
|
'
|
|
'pnDSSub_Min
|
|
'
|
|
Me.pnDSSub_Min.Controls.Add(Me.txbDSSub_Min)
|
|
Me.pnDSSub_Min.Controls.Add(Me.lbDSSub_Min)
|
|
Me.pnDSSub_Min.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnDSSub_Min.Name = "pnDSSub_Min"
|
|
Me.pnDSSub_Min.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnDSSub_Min.TabIndex = 5
|
|
'
|
|
'txbDSSub_Min
|
|
'
|
|
Me.txbDSSub_Min.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSSub_Min.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbDSSub_Min.Name = "txbDSSub_Min"
|
|
Me.txbDSSub_Min.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbDSSub_Min.TabIndex = 2
|
|
Me.txbDSSub_Min.Text = "17.3"
|
|
Me.txbDSSub_Min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSSub_Min
|
|
'
|
|
Me.lbDSSub_Min.AutoSize = True
|
|
Me.lbDSSub_Min.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSSub_Min.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbDSSub_Min.Name = "lbDSSub_Min"
|
|
Me.lbDSSub_Min.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbDSSub_Min.TabIndex = 0
|
|
Me.lbDSSub_Min.Text = "Min"
|
|
'
|
|
'gbDShfDif_st
|
|
'
|
|
Me.gbDShfDif_st.Controls.Add(Me.pnDShfDif_st)
|
|
Me.gbDShfDif_st.Location = New System.Drawing.Point(2, 105)
|
|
Me.gbDShfDif_st.Name = "gbDShfDif_st"
|
|
Me.gbDShfDif_st.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbDShfDif_st.TabIndex = 10
|
|
Me.gbDShfDif_st.TabStop = False
|
|
Me.gbDShfDif_st.Text = "6900/7000 차이값"
|
|
'
|
|
'pnDShfDif_st
|
|
'
|
|
Me.pnDShfDif_st.Controls.Add(Me.lbDShfDif_st2)
|
|
Me.pnDShfDif_st.Controls.Add(Me.txbDShfDif_st)
|
|
Me.pnDShfDif_st.Controls.Add(Me.lbDShfDif_st1)
|
|
Me.pnDShfDif_st.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnDShfDif_st.Name = "pnDShfDif_st"
|
|
Me.pnDShfDif_st.Size = New System.Drawing.Size(265, 45)
|
|
Me.pnDShfDif_st.TabIndex = 5
|
|
'
|
|
'lbDShfDif_st2
|
|
'
|
|
Me.lbDShfDif_st2.AutoSize = True
|
|
Me.lbDShfDif_st2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDShfDif_st2.Location = New System.Drawing.Point(188, 11)
|
|
Me.lbDShfDif_st2.Name = "lbDShfDif_st2"
|
|
Me.lbDShfDif_st2.Size = New System.Drawing.Size(69, 24)
|
|
Me.lbDShfDif_st2.TabIndex = 112
|
|
Me.lbDShfDif_st2.Text = "W 미만"
|
|
'
|
|
'txbDShfDif_st
|
|
'
|
|
Me.txbDShfDif_st.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDShfDif_st.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbDShfDif_st.Name = "txbDShfDif_st"
|
|
Me.txbDShfDif_st.Size = New System.Drawing.Size(137, 39)
|
|
Me.txbDShfDif_st.TabIndex = 2
|
|
Me.txbDShfDif_st.Text = "1"
|
|
Me.txbDShfDif_st.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDShfDif_st1
|
|
'
|
|
Me.lbDShfDif_st1.AutoSize = True
|
|
Me.lbDShfDif_st1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDShfDif_st1.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbDShfDif_st1.Name = "lbDShfDif_st1"
|
|
Me.lbDShfDif_st1.Size = New System.Drawing.Size(46, 24)
|
|
Me.lbDShfDif_st1.TabIndex = 0
|
|
Me.lbDShfDif_st1.Text = "최소"
|
|
'
|
|
'gbDShfOut_st
|
|
'
|
|
Me.gbDShfOut_st.Controls.Add(Me.pnDShfOut_stMax)
|
|
Me.gbDShfOut_st.Controls.Add(Me.pnDShfOut_stMin)
|
|
Me.gbDShfOut_st.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbDShfOut_st.Name = "gbDShfOut_st"
|
|
Me.gbDShfOut_st.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbDShfOut_st.TabIndex = 9
|
|
Me.gbDShfOut_st.TabStop = False
|
|
Me.gbDShfOut_st.Text = "7000 출력값"
|
|
'
|
|
'pnDShfOut_stMax
|
|
'
|
|
Me.pnDShfOut_stMax.Controls.Add(Me.txbDShfOut_stMax)
|
|
Me.pnDShfOut_stMax.Controls.Add(Me.lbDShfOut_stMax)
|
|
Me.pnDShfOut_stMax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnDShfOut_stMax.Name = "pnDShfOut_stMax"
|
|
Me.pnDShfOut_stMax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnDShfOut_stMax.TabIndex = 9
|
|
'
|
|
'txbDShfOut_stMax
|
|
'
|
|
Me.txbDShfOut_stMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDShfOut_stMax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbDShfOut_stMax.Name = "txbDShfOut_stMax"
|
|
Me.txbDShfOut_stMax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbDShfOut_stMax.TabIndex = 2
|
|
Me.txbDShfOut_stMax.Text = "19"
|
|
Me.txbDShfOut_stMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDShfOut_stMax
|
|
'
|
|
Me.lbDShfOut_stMax.AutoSize = True
|
|
Me.lbDShfOut_stMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDShfOut_stMax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbDShfOut_stMax.Name = "lbDShfOut_stMax"
|
|
Me.lbDShfOut_stMax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbDShfOut_stMax.TabIndex = 0
|
|
Me.lbDShfOut_stMax.Text = "Max"
|
|
'
|
|
'pnDShfOut_stMin
|
|
'
|
|
Me.pnDShfOut_stMin.Controls.Add(Me.txbDShfOut_stMin)
|
|
Me.pnDShfOut_stMin.Controls.Add(Me.lbDShfOut_stMin)
|
|
Me.pnDShfOut_stMin.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnDShfOut_stMin.Name = "pnDShfOut_stMin"
|
|
Me.pnDShfOut_stMin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnDShfOut_stMin.TabIndex = 5
|
|
'
|
|
'txbDShfOut_stMin
|
|
'
|
|
Me.txbDShfOut_stMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDShfOut_stMin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbDShfOut_stMin.Name = "txbDShfOut_stMin"
|
|
Me.txbDShfOut_stMin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbDShfOut_stMin.TabIndex = 2
|
|
Me.txbDShfOut_stMin.Text = "17.3"
|
|
Me.txbDShfOut_stMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDShfOut_stMin
|
|
'
|
|
Me.lbDShfOut_stMin.AutoSize = True
|
|
Me.lbDShfOut_stMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDShfOut_stMin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbDShfOut_stMin.Name = "lbDShfOut_stMin"
|
|
Me.lbDShfOut_stMin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbDShfOut_stMin.TabIndex = 0
|
|
Me.lbDShfOut_stMin.Text = "Min"
|
|
'
|
|
'gbEPsort_AL
|
|
'
|
|
Me.gbEPsort_AL.Controls.Add(Me.gbEPDuty3_AL)
|
|
Me.gbEPsort_AL.Controls.Add(Me.gbEPDuty2_AL)
|
|
Me.gbEPsort_AL.Controls.Add(Me.gbEPDuty1_AL)
|
|
Me.gbEPsort_AL.Controls.Add(Me.gbEPVpp_AL)
|
|
Me.gbEPsort_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbEPsort_AL.Location = New System.Drawing.Point(575, 0)
|
|
Me.gbEPsort_AL.Name = "gbEPsort_AL"
|
|
Me.gbEPsort_AL.Size = New System.Drawing.Size(275, 365)
|
|
Me.gbEPsort_AL.TabIndex = 115
|
|
Me.gbEPsort_AL.TabStop = False
|
|
Me.gbEPsort_AL.Text = "EP Test"
|
|
'
|
|
'gbEPDuty3_AL
|
|
'
|
|
Me.gbEPDuty3_AL.Controls.Add(Me.pnEPDYmax3_AL)
|
|
Me.gbEPDuty3_AL.Controls.Add(Me.pnEPDYmin3_AL)
|
|
Me.gbEPDuty3_AL.Location = New System.Drawing.Point(2, 279)
|
|
Me.gbEPDuty3_AL.Name = "gbEPDuty3_AL"
|
|
Me.gbEPDuty3_AL.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbEPDuty3_AL.TabIndex = 13
|
|
Me.gbEPDuty3_AL.TabStop = False
|
|
Me.gbEPDuty3_AL.Text = "Duty - Step3"
|
|
'
|
|
'pnEPDYmax3_AL
|
|
'
|
|
Me.pnEPDYmax3_AL.Controls.Add(Me.txbEPDYmax3_AL)
|
|
Me.pnEPDYmax3_AL.Controls.Add(Me.lbEPDYmax3_AL)
|
|
Me.pnEPDYmax3_AL.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnEPDYmax3_AL.Name = "pnEPDYmax3_AL"
|
|
Me.pnEPDYmax3_AL.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnEPDYmax3_AL.TabIndex = 9
|
|
'
|
|
'txbEPDYmax3_AL
|
|
'
|
|
Me.txbEPDYmax3_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPDYmax3_AL.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbEPDYmax3_AL.Name = "txbEPDYmax3_AL"
|
|
Me.txbEPDYmax3_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPDYmax3_AL.TabIndex = 2
|
|
Me.txbEPDYmax3_AL.Text = "7.5"
|
|
Me.txbEPDYmax3_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPDYmax3_AL
|
|
'
|
|
Me.lbEPDYmax3_AL.AutoSize = True
|
|
Me.lbEPDYmax3_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPDYmax3_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPDYmax3_AL.Name = "lbEPDYmax3_AL"
|
|
Me.lbEPDYmax3_AL.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbEPDYmax3_AL.TabIndex = 0
|
|
Me.lbEPDYmax3_AL.Text = "Max"
|
|
'
|
|
'pnEPDYmin3_AL
|
|
'
|
|
Me.pnEPDYmin3_AL.Controls.Add(Me.txbEPDYmin3_AL)
|
|
Me.pnEPDYmin3_AL.Controls.Add(Me.lbEPDYmin3_AL)
|
|
Me.pnEPDYmin3_AL.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnEPDYmin3_AL.Name = "pnEPDYmin3_AL"
|
|
Me.pnEPDYmin3_AL.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnEPDYmin3_AL.TabIndex = 5
|
|
'
|
|
'txbEPDYmin3_AL
|
|
'
|
|
Me.txbEPDYmin3_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPDYmin3_AL.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbEPDYmin3_AL.Name = "txbEPDYmin3_AL"
|
|
Me.txbEPDYmin3_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPDYmin3_AL.TabIndex = 2
|
|
Me.txbEPDYmin3_AL.Text = "7.4"
|
|
Me.txbEPDYmin3_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPDYmin3_AL
|
|
'
|
|
Me.lbEPDYmin3_AL.AutoSize = True
|
|
Me.lbEPDYmin3_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPDYmin3_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPDYmin3_AL.Name = "lbEPDYmin3_AL"
|
|
Me.lbEPDYmin3_AL.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbEPDYmin3_AL.TabIndex = 0
|
|
Me.lbEPDYmin3_AL.Text = "Min"
|
|
'
|
|
'gbEPDuty2_AL
|
|
'
|
|
Me.gbEPDuty2_AL.Controls.Add(Me.pnEPDYmax2_AL)
|
|
Me.gbEPDuty2_AL.Controls.Add(Me.pnEPDYmin2_AL)
|
|
Me.gbEPDuty2_AL.Location = New System.Drawing.Point(2, 195)
|
|
Me.gbEPDuty2_AL.Name = "gbEPDuty2_AL"
|
|
Me.gbEPDuty2_AL.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbEPDuty2_AL.TabIndex = 12
|
|
Me.gbEPDuty2_AL.TabStop = False
|
|
Me.gbEPDuty2_AL.Text = "Duty - Step2"
|
|
'
|
|
'pnEPDYmax2_AL
|
|
'
|
|
Me.pnEPDYmax2_AL.Controls.Add(Me.txbEPDYmax2_AL)
|
|
Me.pnEPDYmax2_AL.Controls.Add(Me.lbEPDYmax2_AL)
|
|
Me.pnEPDYmax2_AL.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnEPDYmax2_AL.Name = "pnEPDYmax2_AL"
|
|
Me.pnEPDYmax2_AL.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnEPDYmax2_AL.TabIndex = 9
|
|
'
|
|
'txbEPDYmax2_AL
|
|
'
|
|
Me.txbEPDYmax2_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPDYmax2_AL.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbEPDYmax2_AL.Name = "txbEPDYmax2_AL"
|
|
Me.txbEPDYmax2_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPDYmax2_AL.TabIndex = 2
|
|
Me.txbEPDYmax2_AL.Text = "7.5"
|
|
Me.txbEPDYmax2_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPDYmax2_AL
|
|
'
|
|
Me.lbEPDYmax2_AL.AutoSize = True
|
|
Me.lbEPDYmax2_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPDYmax2_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPDYmax2_AL.Name = "lbEPDYmax2_AL"
|
|
Me.lbEPDYmax2_AL.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbEPDYmax2_AL.TabIndex = 0
|
|
Me.lbEPDYmax2_AL.Text = "Max"
|
|
'
|
|
'pnEPDYmin2_AL
|
|
'
|
|
Me.pnEPDYmin2_AL.Controls.Add(Me.txbEPDYmin2_AL)
|
|
Me.pnEPDYmin2_AL.Controls.Add(Me.lbEPDYmin2_AL)
|
|
Me.pnEPDYmin2_AL.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnEPDYmin2_AL.Name = "pnEPDYmin2_AL"
|
|
Me.pnEPDYmin2_AL.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnEPDYmin2_AL.TabIndex = 5
|
|
'
|
|
'txbEPDYmin2_AL
|
|
'
|
|
Me.txbEPDYmin2_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPDYmin2_AL.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbEPDYmin2_AL.Name = "txbEPDYmin2_AL"
|
|
Me.txbEPDYmin2_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPDYmin2_AL.TabIndex = 2
|
|
Me.txbEPDYmin2_AL.Text = "7.4"
|
|
Me.txbEPDYmin2_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPDYmin2_AL
|
|
'
|
|
Me.lbEPDYmin2_AL.AutoSize = True
|
|
Me.lbEPDYmin2_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPDYmin2_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPDYmin2_AL.Name = "lbEPDYmin2_AL"
|
|
Me.lbEPDYmin2_AL.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbEPDYmin2_AL.TabIndex = 0
|
|
Me.lbEPDYmin2_AL.Text = "Min"
|
|
'
|
|
'gbEPDuty1_AL
|
|
'
|
|
Me.gbEPDuty1_AL.Controls.Add(Me.pnEPDYmax1_AL)
|
|
Me.gbEPDuty1_AL.Controls.Add(Me.pnEPDYmin1_AL)
|
|
Me.gbEPDuty1_AL.Location = New System.Drawing.Point(2, 110)
|
|
Me.gbEPDuty1_AL.Name = "gbEPDuty1_AL"
|
|
Me.gbEPDuty1_AL.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbEPDuty1_AL.TabIndex = 11
|
|
Me.gbEPDuty1_AL.TabStop = False
|
|
Me.gbEPDuty1_AL.Text = "Duty - Step1"
|
|
'
|
|
'pnEPDYmax1_AL
|
|
'
|
|
Me.pnEPDYmax1_AL.Controls.Add(Me.txbEPDYmax1_AL)
|
|
Me.pnEPDYmax1_AL.Controls.Add(Me.lbEPDYmax1_AL)
|
|
Me.pnEPDYmax1_AL.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnEPDYmax1_AL.Name = "pnEPDYmax1_AL"
|
|
Me.pnEPDYmax1_AL.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnEPDYmax1_AL.TabIndex = 9
|
|
'
|
|
'txbEPDYmax1_AL
|
|
'
|
|
Me.txbEPDYmax1_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPDYmax1_AL.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbEPDYmax1_AL.Name = "txbEPDYmax1_AL"
|
|
Me.txbEPDYmax1_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPDYmax1_AL.TabIndex = 2
|
|
Me.txbEPDYmax1_AL.Text = "7.5"
|
|
Me.txbEPDYmax1_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPDYmax1_AL
|
|
'
|
|
Me.lbEPDYmax1_AL.AutoSize = True
|
|
Me.lbEPDYmax1_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPDYmax1_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPDYmax1_AL.Name = "lbEPDYmax1_AL"
|
|
Me.lbEPDYmax1_AL.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbEPDYmax1_AL.TabIndex = 0
|
|
Me.lbEPDYmax1_AL.Text = "Max"
|
|
'
|
|
'pnEPDYmin1_AL
|
|
'
|
|
Me.pnEPDYmin1_AL.Controls.Add(Me.txbEPDYmin1_AL)
|
|
Me.pnEPDYmin1_AL.Controls.Add(Me.lbEPDYmin1_AL)
|
|
Me.pnEPDYmin1_AL.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnEPDYmin1_AL.Name = "pnEPDYmin1_AL"
|
|
Me.pnEPDYmin1_AL.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnEPDYmin1_AL.TabIndex = 5
|
|
'
|
|
'txbEPDYmin1_AL
|
|
'
|
|
Me.txbEPDYmin1_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPDYmin1_AL.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbEPDYmin1_AL.Name = "txbEPDYmin1_AL"
|
|
Me.txbEPDYmin1_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPDYmin1_AL.TabIndex = 2
|
|
Me.txbEPDYmin1_AL.Text = "7.4"
|
|
Me.txbEPDYmin1_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPDYmin1_AL
|
|
'
|
|
Me.lbEPDYmin1_AL.AutoSize = True
|
|
Me.lbEPDYmin1_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPDYmin1_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPDYmin1_AL.Name = "lbEPDYmin1_AL"
|
|
Me.lbEPDYmin1_AL.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbEPDYmin1_AL.TabIndex = 0
|
|
Me.lbEPDYmin1_AL.Text = "Min"
|
|
'
|
|
'gbEPVpp_AL
|
|
'
|
|
Me.gbEPVpp_AL.Controls.Add(Me.pnEPVPmax_AL)
|
|
Me.gbEPVpp_AL.Controls.Add(Me.pnEPVPmin_AL)
|
|
Me.gbEPVpp_AL.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbEPVpp_AL.Name = "gbEPVpp_AL"
|
|
Me.gbEPVpp_AL.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbEPVpp_AL.TabIndex = 9
|
|
Me.gbEPVpp_AL.TabStop = False
|
|
Me.gbEPVpp_AL.Text = "Vpp"
|
|
'
|
|
'pnEPVPmax_AL
|
|
'
|
|
Me.pnEPVPmax_AL.Controls.Add(Me.txbEPVPmax_AL)
|
|
Me.pnEPVPmax_AL.Controls.Add(Me.lbEPVPmax_AL)
|
|
Me.pnEPVPmax_AL.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnEPVPmax_AL.Name = "pnEPVPmax_AL"
|
|
Me.pnEPVPmax_AL.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnEPVPmax_AL.TabIndex = 9
|
|
'
|
|
'txbEPVPmax_AL
|
|
'
|
|
Me.txbEPVPmax_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPVPmax_AL.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbEPVPmax_AL.Name = "txbEPVPmax_AL"
|
|
Me.txbEPVPmax_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPVPmax_AL.TabIndex = 2
|
|
Me.txbEPVPmax_AL.Text = "66"
|
|
Me.txbEPVPmax_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPVPmax_AL
|
|
'
|
|
Me.lbEPVPmax_AL.AutoSize = True
|
|
Me.lbEPVPmax_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPVPmax_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPVPmax_AL.Name = "lbEPVPmax_AL"
|
|
Me.lbEPVPmax_AL.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbEPVPmax_AL.TabIndex = 0
|
|
Me.lbEPVPmax_AL.Text = "Max"
|
|
'
|
|
'pnEPVPmin_AL
|
|
'
|
|
Me.pnEPVPmin_AL.Controls.Add(Me.txbEPVPmin_AL)
|
|
Me.pnEPVPmin_AL.Controls.Add(Me.lbEPVPmin_AL)
|
|
Me.pnEPVPmin_AL.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnEPVPmin_AL.Name = "pnEPVPmin_AL"
|
|
Me.pnEPVPmin_AL.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnEPVPmin_AL.TabIndex = 5
|
|
'
|
|
'txbEPVPmin_AL
|
|
'
|
|
Me.txbEPVPmin_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPVPmin_AL.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbEPVPmin_AL.Name = "txbEPVPmin_AL"
|
|
Me.txbEPVPmin_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPVPmin_AL.TabIndex = 2
|
|
Me.txbEPVPmin_AL.Text = "60"
|
|
Me.txbEPVPmin_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPVPmin_AL
|
|
'
|
|
Me.lbEPVPmin_AL.AutoSize = True
|
|
Me.lbEPVPmin_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPVPmin_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPVPmin_AL.Name = "lbEPVPmin_AL"
|
|
Me.lbEPVPmin_AL.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbEPVPmin_AL.TabIndex = 0
|
|
Me.lbEPVPmin_AL.Text = "Min"
|
|
'
|
|
'gbBodysort
|
|
'
|
|
Me.gbBodysort.Controls.Add(Me.gbBDVrms3_AL)
|
|
Me.gbBodysort.Controls.Add(Me.gbBDVrms2_AL)
|
|
Me.gbBodysort.Controls.Add(Me.gbBDVrms1_AL)
|
|
Me.gbBodysort.Enabled = False
|
|
Me.gbBodysort.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbBodysort.Location = New System.Drawing.Point(860, 0)
|
|
Me.gbBodysort.Name = "gbBodysort"
|
|
Me.gbBodysort.Size = New System.Drawing.Size(280, 291)
|
|
Me.gbBodysort.TabIndex = 114
|
|
Me.gbBodysort.TabStop = False
|
|
Me.gbBodysort.Text = "Body Test"
|
|
'
|
|
'gbBDVrms3_AL
|
|
'
|
|
Me.gbBDVrms3_AL.Controls.Add(Me.pnBDVRmax3_AL)
|
|
Me.gbBDVrms3_AL.Controls.Add(Me.pnBDVRmin3_AL)
|
|
Me.gbBDVrms3_AL.Controls.Add(Me.GroupBox7)
|
|
Me.gbBDVrms3_AL.Location = New System.Drawing.Point(2, 195)
|
|
Me.gbBDVrms3_AL.Name = "gbBDVrms3_AL"
|
|
Me.gbBDVrms3_AL.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbBDVrms3_AL.TabIndex = 10
|
|
Me.gbBDVrms3_AL.TabStop = False
|
|
Me.gbBDVrms3_AL.Text = "3MHz_VRMS"
|
|
'
|
|
'pnBDVRmax3_AL
|
|
'
|
|
Me.pnBDVRmax3_AL.Controls.Add(Me.txbBDVRmax3_AL)
|
|
Me.pnBDVRmax3_AL.Controls.Add(Me.lbBDVRmax3_AL)
|
|
Me.pnBDVRmax3_AL.Location = New System.Drawing.Point(137, 26)
|
|
Me.pnBDVRmax3_AL.Name = "pnBDVRmax3_AL"
|
|
Me.pnBDVRmax3_AL.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnBDVRmax3_AL.TabIndex = 9
|
|
'
|
|
'txbBDVRmax3_AL
|
|
'
|
|
Me.txbBDVRmax3_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbBDVRmax3_AL.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbBDVRmax3_AL.Name = "txbBDVRmax3_AL"
|
|
Me.txbBDVRmax3_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbBDVRmax3_AL.TabIndex = 2
|
|
Me.txbBDVRmax3_AL.Text = "40"
|
|
Me.txbBDVRmax3_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbBDVRmax3_AL
|
|
'
|
|
Me.lbBDVRmax3_AL.AutoSize = True
|
|
Me.lbBDVRmax3_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbBDVRmax3_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbBDVRmax3_AL.Name = "lbBDVRmax3_AL"
|
|
Me.lbBDVRmax3_AL.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbBDVRmax3_AL.TabIndex = 0
|
|
Me.lbBDVRmax3_AL.Text = "Max"
|
|
'
|
|
'pnBDVRmin3_AL
|
|
'
|
|
Me.pnBDVRmin3_AL.Controls.Add(Me.txbBDVRmin3_AL)
|
|
Me.pnBDVRmin3_AL.Controls.Add(Me.lbBDVRmin3_AL)
|
|
Me.pnBDVRmin3_AL.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnBDVRmin3_AL.Name = "pnBDVRmin3_AL"
|
|
Me.pnBDVRmin3_AL.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnBDVRmin3_AL.TabIndex = 5
|
|
'
|
|
'txbBDVRmin3_AL
|
|
'
|
|
Me.txbBDVRmin3_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbBDVRmin3_AL.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbBDVRmin3_AL.Name = "txbBDVRmin3_AL"
|
|
Me.txbBDVRmin3_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbBDVRmin3_AL.TabIndex = 2
|
|
Me.txbBDVRmin3_AL.Text = "30"
|
|
Me.txbBDVRmin3_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbBDVRmin3_AL
|
|
'
|
|
Me.lbBDVRmin3_AL.AutoSize = True
|
|
Me.lbBDVRmin3_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbBDVRmin3_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbBDVRmin3_AL.Name = "lbBDVRmin3_AL"
|
|
Me.lbBDVRmin3_AL.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbBDVRmin3_AL.TabIndex = 0
|
|
Me.lbBDVRmin3_AL.Text = "Min"
|
|
'
|
|
'GroupBox7
|
|
'
|
|
Me.GroupBox7.BackColor = System.Drawing.Color.LemonChiffon
|
|
Me.GroupBox7.Controls.Add(Me.GroupBox8)
|
|
Me.GroupBox7.Controls.Add(Me.GroupBox9)
|
|
Me.GroupBox7.Controls.Add(Me.GroupBox18)
|
|
Me.GroupBox7.Controls.Add(Me.GroupBox19)
|
|
Me.GroupBox7.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.GroupBox7.Location = New System.Drawing.Point(258, 78)
|
|
Me.GroupBox7.Name = "GroupBox7"
|
|
Me.GroupBox7.Size = New System.Drawing.Size(644, 183)
|
|
Me.GroupBox7.TabIndex = 132
|
|
Me.GroupBox7.TabStop = False
|
|
Me.GroupBox7.Text = "LED 측정 관련"
|
|
'
|
|
'GroupBox8
|
|
'
|
|
Me.GroupBox8.Controls.Add(Me.Panel11)
|
|
Me.GroupBox8.Controls.Add(Me.Panel12)
|
|
Me.GroupBox8.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.GroupBox8.Location = New System.Drawing.Point(317, 92)
|
|
Me.GroupBox8.Name = "GroupBox8"
|
|
Me.GroupBox8.Size = New System.Drawing.Size(300, 65)
|
|
Me.GroupBox8.TabIndex = 11
|
|
Me.GroupBox8.TabStop = False
|
|
Me.GroupBox8.Text = "Yellow 측정좌표 ②"
|
|
'
|
|
'Panel11
|
|
'
|
|
Me.Panel11.Controls.Add(Me.TextBox9)
|
|
Me.Panel11.Controls.Add(Me.Label9)
|
|
Me.Panel11.Location = New System.Drawing.Point(148, 26)
|
|
Me.Panel11.Name = "Panel11"
|
|
Me.Panel11.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel11.TabIndex = 9
|
|
'
|
|
'TextBox9
|
|
'
|
|
Me.TextBox9.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox9.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox9.Name = "TextBox9"
|
|
Me.TextBox9.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox9.TabIndex = 2
|
|
Me.TextBox9.Text = "40"
|
|
Me.TextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label9.Location = New System.Drawing.Point(18, 5)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(23, 24)
|
|
Me.Label9.TabIndex = 0
|
|
Me.Label9.Text = "Y"
|
|
'
|
|
'Panel12
|
|
'
|
|
Me.Panel12.Controls.Add(Me.TextBox10)
|
|
Me.Panel12.Controls.Add(Me.Label10)
|
|
Me.Panel12.Location = New System.Drawing.Point(4, 26)
|
|
Me.Panel12.Name = "Panel12"
|
|
Me.Panel12.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel12.TabIndex = 5
|
|
'
|
|
'TextBox10
|
|
'
|
|
Me.TextBox10.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox10.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox10.Name = "TextBox10"
|
|
Me.TextBox10.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox10.TabIndex = 2
|
|
Me.TextBox10.Text = "29"
|
|
Me.TextBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label10.Location = New System.Drawing.Point(12, 5)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(29, 24)
|
|
Me.Label10.TabIndex = 0
|
|
Me.Label10.Text = "X "
|
|
'
|
|
'GroupBox9
|
|
'
|
|
Me.GroupBox9.Controls.Add(Me.Panel13)
|
|
Me.GroupBox9.Controls.Add(Me.Panel14)
|
|
Me.GroupBox9.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.GroupBox9.Location = New System.Drawing.Point(317, 25)
|
|
Me.GroupBox9.Name = "GroupBox9"
|
|
Me.GroupBox9.Size = New System.Drawing.Size(300, 65)
|
|
Me.GroupBox9.TabIndex = 11
|
|
Me.GroupBox9.TabStop = False
|
|
Me.GroupBox9.Text = "Yellow 측정좌표 ①"
|
|
'
|
|
'Panel13
|
|
'
|
|
Me.Panel13.Controls.Add(Me.TextBox11)
|
|
Me.Panel13.Controls.Add(Me.Label11)
|
|
Me.Panel13.Location = New System.Drawing.Point(148, 26)
|
|
Me.Panel13.Name = "Panel13"
|
|
Me.Panel13.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel13.TabIndex = 9
|
|
'
|
|
'TextBox11
|
|
'
|
|
Me.TextBox11.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox11.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox11.Name = "TextBox11"
|
|
Me.TextBox11.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox11.TabIndex = 2
|
|
Me.TextBox11.Text = "385"
|
|
Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label11.Location = New System.Drawing.Point(18, 5)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(23, 24)
|
|
Me.Label11.TabIndex = 0
|
|
Me.Label11.Text = "Y"
|
|
'
|
|
'Panel14
|
|
'
|
|
Me.Panel14.Controls.Add(Me.TextBox12)
|
|
Me.Panel14.Controls.Add(Me.Label12)
|
|
Me.Panel14.Location = New System.Drawing.Point(4, 26)
|
|
Me.Panel14.Name = "Panel14"
|
|
Me.Panel14.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel14.TabIndex = 5
|
|
'
|
|
'TextBox12
|
|
'
|
|
Me.TextBox12.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox12.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox12.Name = "TextBox12"
|
|
Me.TextBox12.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox12.TabIndex = 2
|
|
Me.TextBox12.Text = "195"
|
|
Me.TextBox12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label12.Location = New System.Drawing.Point(12, 5)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(29, 24)
|
|
Me.Label12.TabIndex = 0
|
|
Me.Label12.Text = "X "
|
|
'
|
|
'GroupBox18
|
|
'
|
|
Me.GroupBox18.Controls.Add(Me.Panel15)
|
|
Me.GroupBox18.Controls.Add(Me.Panel16)
|
|
Me.GroupBox18.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.GroupBox18.Location = New System.Drawing.Point(11, 92)
|
|
Me.GroupBox18.Name = "GroupBox18"
|
|
Me.GroupBox18.Size = New System.Drawing.Size(300, 65)
|
|
Me.GroupBox18.TabIndex = 11
|
|
Me.GroupBox18.TabStop = False
|
|
Me.GroupBox18.Text = "Red 측정좌표 ②"
|
|
'
|
|
'Panel15
|
|
'
|
|
Me.Panel15.Controls.Add(Me.TextBox13)
|
|
Me.Panel15.Controls.Add(Me.Label13)
|
|
Me.Panel15.Location = New System.Drawing.Point(148, 26)
|
|
Me.Panel15.Name = "Panel15"
|
|
Me.Panel15.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel15.TabIndex = 9
|
|
'
|
|
'TextBox13
|
|
'
|
|
Me.TextBox13.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox13.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox13.Name = "TextBox13"
|
|
Me.TextBox13.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox13.TabIndex = 2
|
|
Me.TextBox13.Text = "40"
|
|
Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label13.Location = New System.Drawing.Point(18, 5)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(23, 24)
|
|
Me.Label13.TabIndex = 0
|
|
Me.Label13.Text = "Y"
|
|
'
|
|
'Panel16
|
|
'
|
|
Me.Panel16.Controls.Add(Me.TextBox14)
|
|
Me.Panel16.Controls.Add(Me.Label14)
|
|
Me.Panel16.Location = New System.Drawing.Point(4, 26)
|
|
Me.Panel16.Name = "Panel16"
|
|
Me.Panel16.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel16.TabIndex = 5
|
|
'
|
|
'TextBox14
|
|
'
|
|
Me.TextBox14.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox14.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox14.Name = "TextBox14"
|
|
Me.TextBox14.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox14.TabIndex = 2
|
|
Me.TextBox14.Text = "29"
|
|
Me.TextBox14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label14.Location = New System.Drawing.Point(12, 5)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(29, 24)
|
|
Me.Label14.TabIndex = 0
|
|
Me.Label14.Text = "X "
|
|
'
|
|
'GroupBox19
|
|
'
|
|
Me.GroupBox19.Controls.Add(Me.Panel17)
|
|
Me.GroupBox19.Controls.Add(Me.Panel30)
|
|
Me.GroupBox19.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.GroupBox19.Location = New System.Drawing.Point(11, 25)
|
|
Me.GroupBox19.Name = "GroupBox19"
|
|
Me.GroupBox19.Size = New System.Drawing.Size(300, 65)
|
|
Me.GroupBox19.TabIndex = 10
|
|
Me.GroupBox19.TabStop = False
|
|
Me.GroupBox19.Text = "Red 측정좌표 ①"
|
|
'
|
|
'Panel17
|
|
'
|
|
Me.Panel17.Controls.Add(Me.TextBox27)
|
|
Me.Panel17.Controls.Add(Me.Label27)
|
|
Me.Panel17.Location = New System.Drawing.Point(148, 26)
|
|
Me.Panel17.Name = "Panel17"
|
|
Me.Panel17.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel17.TabIndex = 9
|
|
'
|
|
'TextBox27
|
|
'
|
|
Me.TextBox27.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox27.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox27.Name = "TextBox27"
|
|
Me.TextBox27.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox27.TabIndex = 2
|
|
Me.TextBox27.Text = "295"
|
|
Me.TextBox27.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label27
|
|
'
|
|
Me.Label27.AutoSize = True
|
|
Me.Label27.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label27.Location = New System.Drawing.Point(18, 5)
|
|
Me.Label27.Name = "Label27"
|
|
Me.Label27.Size = New System.Drawing.Size(23, 24)
|
|
Me.Label27.TabIndex = 0
|
|
Me.Label27.Text = "Y"
|
|
'
|
|
'Panel30
|
|
'
|
|
Me.Panel30.Controls.Add(Me.TextBox28)
|
|
Me.Panel30.Controls.Add(Me.Label28)
|
|
Me.Panel30.Location = New System.Drawing.Point(4, 26)
|
|
Me.Panel30.Name = "Panel30"
|
|
Me.Panel30.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel30.TabIndex = 5
|
|
'
|
|
'TextBox28
|
|
'
|
|
Me.TextBox28.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox28.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox28.Name = "TextBox28"
|
|
Me.TextBox28.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox28.TabIndex = 2
|
|
Me.TextBox28.Text = "225"
|
|
Me.TextBox28.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label28
|
|
'
|
|
Me.Label28.AutoSize = True
|
|
Me.Label28.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label28.Location = New System.Drawing.Point(12, 5)
|
|
Me.Label28.Name = "Label28"
|
|
Me.Label28.Size = New System.Drawing.Size(29, 24)
|
|
Me.Label28.TabIndex = 0
|
|
Me.Label28.Text = "X "
|
|
'
|
|
'gbBDVrms2_AL
|
|
'
|
|
Me.gbBDVrms2_AL.Controls.Add(Me.pnBDVRmax2_AL)
|
|
Me.gbBDVrms2_AL.Controls.Add(Me.pnBDVRmin2_AL)
|
|
Me.gbBDVrms2_AL.Location = New System.Drawing.Point(2, 110)
|
|
Me.gbBDVrms2_AL.Name = "gbBDVrms2_AL"
|
|
Me.gbBDVrms2_AL.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbBDVrms2_AL.TabIndex = 9
|
|
Me.gbBDVrms2_AL.TabStop = False
|
|
Me.gbBDVrms2_AL.Text = "2MHz_VRMS"
|
|
'
|
|
'pnBDVRmax2_AL
|
|
'
|
|
Me.pnBDVRmax2_AL.Controls.Add(Me.txbBDVRmax2_AL)
|
|
Me.pnBDVRmax2_AL.Controls.Add(Me.lbBDVRmax2_AL)
|
|
Me.pnBDVRmax2_AL.Location = New System.Drawing.Point(137, 26)
|
|
Me.pnBDVRmax2_AL.Name = "pnBDVRmax2_AL"
|
|
Me.pnBDVRmax2_AL.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnBDVRmax2_AL.TabIndex = 9
|
|
'
|
|
'txbBDVRmax2_AL
|
|
'
|
|
Me.txbBDVRmax2_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbBDVRmax2_AL.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbBDVRmax2_AL.Name = "txbBDVRmax2_AL"
|
|
Me.txbBDVRmax2_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbBDVRmax2_AL.TabIndex = 2
|
|
Me.txbBDVRmax2_AL.Text = "40"
|
|
Me.txbBDVRmax2_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbBDVRmax2_AL
|
|
'
|
|
Me.lbBDVRmax2_AL.AutoSize = True
|
|
Me.lbBDVRmax2_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbBDVRmax2_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbBDVRmax2_AL.Name = "lbBDVRmax2_AL"
|
|
Me.lbBDVRmax2_AL.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbBDVRmax2_AL.TabIndex = 0
|
|
Me.lbBDVRmax2_AL.Text = "Max"
|
|
'
|
|
'pnBDVRmin2_AL
|
|
'
|
|
Me.pnBDVRmin2_AL.Controls.Add(Me.txbBDVRmin2_AL)
|
|
Me.pnBDVRmin2_AL.Controls.Add(Me.lbBDVRmin2_AL)
|
|
Me.pnBDVRmin2_AL.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnBDVRmin2_AL.Name = "pnBDVRmin2_AL"
|
|
Me.pnBDVRmin2_AL.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnBDVRmin2_AL.TabIndex = 5
|
|
'
|
|
'txbBDVRmin2_AL
|
|
'
|
|
Me.txbBDVRmin2_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbBDVRmin2_AL.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbBDVRmin2_AL.Name = "txbBDVRmin2_AL"
|
|
Me.txbBDVRmin2_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbBDVRmin2_AL.TabIndex = 2
|
|
Me.txbBDVRmin2_AL.Text = "29"
|
|
Me.txbBDVRmin2_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbBDVRmin2_AL
|
|
'
|
|
Me.lbBDVRmin2_AL.AutoSize = True
|
|
Me.lbBDVRmin2_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbBDVRmin2_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbBDVRmin2_AL.Name = "lbBDVRmin2_AL"
|
|
Me.lbBDVRmin2_AL.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbBDVRmin2_AL.TabIndex = 0
|
|
Me.lbBDVRmin2_AL.Text = "Min"
|
|
'
|
|
'gbBDVrms1_AL
|
|
'
|
|
Me.gbBDVrms1_AL.Controls.Add(Me.pnBDVRmax1_AL)
|
|
Me.gbBDVrms1_AL.Controls.Add(Me.pnBDVRmin1_AL)
|
|
Me.gbBDVrms1_AL.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbBDVrms1_AL.Name = "gbBDVrms1_AL"
|
|
Me.gbBDVrms1_AL.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbBDVrms1_AL.TabIndex = 8
|
|
Me.gbBDVrms1_AL.TabStop = False
|
|
Me.gbBDVrms1_AL.Text = "1MHz_VRMS"
|
|
'
|
|
'pnBDVRmax1_AL
|
|
'
|
|
Me.pnBDVRmax1_AL.Controls.Add(Me.txbBDVRmax1_AL)
|
|
Me.pnBDVRmax1_AL.Controls.Add(Me.lbBDVRmax1_AL)
|
|
Me.pnBDVRmax1_AL.Location = New System.Drawing.Point(137, 26)
|
|
Me.pnBDVRmax1_AL.Name = "pnBDVRmax1_AL"
|
|
Me.pnBDVRmax1_AL.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnBDVRmax1_AL.TabIndex = 9
|
|
'
|
|
'txbBDVRmax1_AL
|
|
'
|
|
Me.txbBDVRmax1_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbBDVRmax1_AL.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbBDVRmax1_AL.Name = "txbBDVRmax1_AL"
|
|
Me.txbBDVRmax1_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbBDVRmax1_AL.TabIndex = 2
|
|
Me.txbBDVRmax1_AL.Text = "30"
|
|
Me.txbBDVRmax1_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbBDVRmax1_AL
|
|
'
|
|
Me.lbBDVRmax1_AL.AutoSize = True
|
|
Me.lbBDVRmax1_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbBDVRmax1_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbBDVRmax1_AL.Name = "lbBDVRmax1_AL"
|
|
Me.lbBDVRmax1_AL.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbBDVRmax1_AL.TabIndex = 0
|
|
Me.lbBDVRmax1_AL.Text = "Max"
|
|
'
|
|
'pnBDVRmin1_AL
|
|
'
|
|
Me.pnBDVRmin1_AL.Controls.Add(Me.txbBDVRmin1_AL)
|
|
Me.pnBDVRmin1_AL.Controls.Add(Me.lbBDVRmin1_AL)
|
|
Me.pnBDVRmin1_AL.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnBDVRmin1_AL.Name = "pnBDVRmin1_AL"
|
|
Me.pnBDVRmin1_AL.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnBDVRmin1_AL.TabIndex = 5
|
|
'
|
|
'txbBDVRmin1_AL
|
|
'
|
|
Me.txbBDVRmin1_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbBDVRmin1_AL.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbBDVRmin1_AL.Name = "txbBDVRmin1_AL"
|
|
Me.txbBDVRmin1_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbBDVRmin1_AL.TabIndex = 2
|
|
Me.txbBDVRmin1_AL.Text = "28"
|
|
Me.txbBDVRmin1_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbBDVRmin1_AL
|
|
'
|
|
Me.lbBDVRmin1_AL.AutoSize = True
|
|
Me.lbBDVRmin1_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbBDVRmin1_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbBDVRmin1_AL.Name = "lbBDVRmin1_AL"
|
|
Me.lbBDVRmin1_AL.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbBDVRmin1_AL.TabIndex = 0
|
|
Me.lbBDVRmin1_AL.Text = "Min"
|
|
'
|
|
'gbOpTmp_AL
|
|
'
|
|
Me.gbOpTmp_AL.Controls.Add(Me.gbTmpCart_AL)
|
|
Me.gbOpTmp_AL.Controls.Add(Me.gbTmpDev_AL)
|
|
Me.gbOpTmp_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbOpTmp_AL.Location = New System.Drawing.Point(0, 80)
|
|
Me.gbOpTmp_AL.Name = "gbOpTmp_AL"
|
|
Me.gbOpTmp_AL.Size = New System.Drawing.Size(275, 200)
|
|
Me.gbOpTmp_AL.TabIndex = 111
|
|
Me.gbOpTmp_AL.TabStop = False
|
|
Me.gbOpTmp_AL.Text = "Temperature"
|
|
'
|
|
'gbTmpCart_AL
|
|
'
|
|
Me.gbTmpCart_AL.Controls.Add(Me.pnTpCartMax_AL)
|
|
Me.gbTmpCart_AL.Controls.Add(Me.pnTpCartMin_AL)
|
|
Me.gbTmpCart_AL.Location = New System.Drawing.Point(2, 105)
|
|
Me.gbTmpCart_AL.Name = "gbTmpCart_AL"
|
|
Me.gbTmpCart_AL.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbTmpCart_AL.TabIndex = 10
|
|
Me.gbTmpCart_AL.TabStop = False
|
|
Me.gbTmpCart_AL.Text = "Cartridge"
|
|
'
|
|
'pnTpCartMax_AL
|
|
'
|
|
Me.pnTpCartMax_AL.Controls.Add(Me.txbTpCartMax_AL)
|
|
Me.pnTpCartMax_AL.Controls.Add(Me.lbTpCartMax_AL)
|
|
Me.pnTpCartMax_AL.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnTpCartMax_AL.Name = "pnTpCartMax_AL"
|
|
Me.pnTpCartMax_AL.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnTpCartMax_AL.TabIndex = 9
|
|
'
|
|
'txbTpCartMax_AL
|
|
'
|
|
Me.txbTpCartMax_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTpCartMax_AL.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbTpCartMax_AL.Name = "txbTpCartMax_AL"
|
|
Me.txbTpCartMax_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbTpCartMax_AL.TabIndex = 2
|
|
Me.txbTpCartMax_AL.Text = "30"
|
|
Me.txbTpCartMax_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTpCartMax_AL
|
|
'
|
|
Me.lbTpCartMax_AL.AutoSize = True
|
|
Me.lbTpCartMax_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbTpCartMax_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbTpCartMax_AL.Name = "lbTpCartMax_AL"
|
|
Me.lbTpCartMax_AL.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbTpCartMax_AL.TabIndex = 0
|
|
Me.lbTpCartMax_AL.Text = "Max"
|
|
'
|
|
'pnTpCartMin_AL
|
|
'
|
|
Me.pnTpCartMin_AL.Controls.Add(Me.txbTpCartMin_AL)
|
|
Me.pnTpCartMin_AL.Controls.Add(Me.lbTpCartMin_AL)
|
|
Me.pnTpCartMin_AL.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnTpCartMin_AL.Name = "pnTpCartMin_AL"
|
|
Me.pnTpCartMin_AL.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnTpCartMin_AL.TabIndex = 5
|
|
'
|
|
'txbTpCartMin_AL
|
|
'
|
|
Me.txbTpCartMin_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTpCartMin_AL.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbTpCartMin_AL.Name = "txbTpCartMin_AL"
|
|
Me.txbTpCartMin_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbTpCartMin_AL.TabIndex = 2
|
|
Me.txbTpCartMin_AL.Text = "20"
|
|
Me.txbTpCartMin_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTpCartMin_AL
|
|
'
|
|
Me.lbTpCartMin_AL.AutoSize = True
|
|
Me.lbTpCartMin_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbTpCartMin_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbTpCartMin_AL.Name = "lbTpCartMin_AL"
|
|
Me.lbTpCartMin_AL.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbTpCartMin_AL.TabIndex = 0
|
|
Me.lbTpCartMin_AL.Text = "Min"
|
|
'
|
|
'gbTmpDev_AL
|
|
'
|
|
Me.gbTmpDev_AL.Controls.Add(Me.pnTpDevMax_AL)
|
|
Me.gbTmpDev_AL.Controls.Add(Me.pnTpDevMin_AL)
|
|
Me.gbTmpDev_AL.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbTmpDev_AL.Name = "gbTmpDev_AL"
|
|
Me.gbTmpDev_AL.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbTmpDev_AL.TabIndex = 9
|
|
Me.gbTmpDev_AL.TabStop = False
|
|
Me.gbTmpDev_AL.Text = "Device"
|
|
'
|
|
'pnTpDevMax_AL
|
|
'
|
|
Me.pnTpDevMax_AL.Controls.Add(Me.txbTpDevMax_AL)
|
|
Me.pnTpDevMax_AL.Controls.Add(Me.lbTpDevMax_AL)
|
|
Me.pnTpDevMax_AL.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnTpDevMax_AL.Name = "pnTpDevMax_AL"
|
|
Me.pnTpDevMax_AL.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnTpDevMax_AL.TabIndex = 9
|
|
'
|
|
'txbTpDevMax_AL
|
|
'
|
|
Me.txbTpDevMax_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTpDevMax_AL.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbTpDevMax_AL.Name = "txbTpDevMax_AL"
|
|
Me.txbTpDevMax_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbTpDevMax_AL.TabIndex = 2
|
|
Me.txbTpDevMax_AL.Text = "30"
|
|
Me.txbTpDevMax_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTpDevMax_AL
|
|
'
|
|
Me.lbTpDevMax_AL.AutoSize = True
|
|
Me.lbTpDevMax_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbTpDevMax_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbTpDevMax_AL.Name = "lbTpDevMax_AL"
|
|
Me.lbTpDevMax_AL.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbTpDevMax_AL.TabIndex = 0
|
|
Me.lbTpDevMax_AL.Text = "Max"
|
|
'
|
|
'pnTpDevMin_AL
|
|
'
|
|
Me.pnTpDevMin_AL.Controls.Add(Me.txbTpDevMin_AL)
|
|
Me.pnTpDevMin_AL.Controls.Add(Me.lbTpDevMin_AL)
|
|
Me.pnTpDevMin_AL.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnTpDevMin_AL.Name = "pnTpDevMin_AL"
|
|
Me.pnTpDevMin_AL.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnTpDevMin_AL.TabIndex = 5
|
|
'
|
|
'txbTpDevMin_AL
|
|
'
|
|
Me.txbTpDevMin_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTpDevMin_AL.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbTpDevMin_AL.Name = "txbTpDevMin_AL"
|
|
Me.txbTpDevMin_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbTpDevMin_AL.TabIndex = 2
|
|
Me.txbTpDevMin_AL.Text = "20"
|
|
Me.txbTpDevMin_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTpDevMin_AL
|
|
'
|
|
Me.lbTpDevMin_AL.AutoSize = True
|
|
Me.lbTpDevMin_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbTpDevMin_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbTpDevMin_AL.Name = "lbTpDevMin_AL"
|
|
Me.lbTpDevMin_AL.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbTpDevMin_AL.TabIndex = 0
|
|
Me.lbTpDevMin_AL.Text = "Min"
|
|
'
|
|
'gbOpBat_AL
|
|
'
|
|
Me.gbOpBat_AL.Controls.Add(Me.pnBatMax_AL)
|
|
Me.gbOpBat_AL.Controls.Add(Me.pnBatMin_AL)
|
|
Me.gbOpBat_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbOpBat_AL.Location = New System.Drawing.Point(285, 0)
|
|
Me.gbOpBat_AL.Name = "gbOpBat_AL"
|
|
Me.gbOpBat_AL.Size = New System.Drawing.Size(275, 75)
|
|
Me.gbOpBat_AL.TabIndex = 110
|
|
Me.gbOpBat_AL.TabStop = False
|
|
Me.gbOpBat_AL.Text = "Battery Level"
|
|
'
|
|
'pnBatMax_AL
|
|
'
|
|
Me.pnBatMax_AL.Controls.Add(Me.txbBatMax_AL)
|
|
Me.pnBatMax_AL.Controls.Add(Me.lbBatMax_AL)
|
|
Me.pnBatMax_AL.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnBatMax_AL.Name = "pnBatMax_AL"
|
|
Me.pnBatMax_AL.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnBatMax_AL.TabIndex = 11
|
|
'
|
|
'txbBatMax_AL
|
|
'
|
|
Me.txbBatMax_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbBatMax_AL.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbBatMax_AL.Name = "txbBatMax_AL"
|
|
Me.txbBatMax_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbBatMax_AL.TabIndex = 2
|
|
Me.txbBatMax_AL.Text = "4.0"
|
|
Me.txbBatMax_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbBatMax_AL
|
|
'
|
|
Me.lbBatMax_AL.AutoSize = True
|
|
Me.lbBatMax_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbBatMax_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbBatMax_AL.Name = "lbBatMax_AL"
|
|
Me.lbBatMax_AL.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbBatMax_AL.TabIndex = 0
|
|
Me.lbBatMax_AL.Text = "Max"
|
|
'
|
|
'pnBatMin_AL
|
|
'
|
|
Me.pnBatMin_AL.Controls.Add(Me.txbBatMin_AL)
|
|
Me.pnBatMin_AL.Controls.Add(Me.lbBatMin_AL)
|
|
Me.pnBatMin_AL.Location = New System.Drawing.Point(6, 25)
|
|
Me.pnBatMin_AL.Name = "pnBatMin_AL"
|
|
Me.pnBatMin_AL.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnBatMin_AL.TabIndex = 10
|
|
'
|
|
'txbBatMin_AL
|
|
'
|
|
Me.txbBatMin_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbBatMin_AL.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbBatMin_AL.Name = "txbBatMin_AL"
|
|
Me.txbBatMin_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbBatMin_AL.TabIndex = 2
|
|
Me.txbBatMin_AL.Text = "3.8"
|
|
Me.txbBatMin_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbBatMin_AL
|
|
'
|
|
Me.lbBatMin_AL.AutoSize = True
|
|
Me.lbBatMin_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbBatMin_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbBatMin_AL.Name = "lbBatMin_AL"
|
|
Me.lbBatMin_AL.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbBatMin_AL.TabIndex = 0
|
|
Me.lbBatMin_AL.Text = "Min"
|
|
'
|
|
'gbRFsort_AL
|
|
'
|
|
Me.gbRFsort_AL.Controls.Add(Me.gbRFVrms3_AL)
|
|
Me.gbRFsort_AL.Controls.Add(Me.gbRFVrms2_AL)
|
|
Me.gbRFsort_AL.Controls.Add(Me.gbRFVrms1_AL)
|
|
Me.gbRFsort_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbRFsort_AL.Location = New System.Drawing.Point(285, 80)
|
|
Me.gbRFsort_AL.Name = "gbRFsort_AL"
|
|
Me.gbRFsort_AL.Size = New System.Drawing.Size(280, 290)
|
|
Me.gbRFsort_AL.TabIndex = 107
|
|
Me.gbRFsort_AL.TabStop = False
|
|
Me.gbRFsort_AL.Text = "RF Test"
|
|
'
|
|
'gbRFVrms3_AL
|
|
'
|
|
Me.gbRFVrms3_AL.Controls.Add(Me.pnRFVRmax3_AL)
|
|
Me.gbRFVrms3_AL.Controls.Add(Me.pnRFVRmin3_AL)
|
|
Me.gbRFVrms3_AL.Controls.Add(Me.GroupBox27)
|
|
Me.gbRFVrms3_AL.Location = New System.Drawing.Point(2, 195)
|
|
Me.gbRFVrms3_AL.Name = "gbRFVrms3_AL"
|
|
Me.gbRFVrms3_AL.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbRFVrms3_AL.TabIndex = 10
|
|
Me.gbRFVrms3_AL.TabStop = False
|
|
Me.gbRFVrms3_AL.Text = "3MHz_VRMS"
|
|
'
|
|
'pnRFVRmax3_AL
|
|
'
|
|
Me.pnRFVRmax3_AL.Controls.Add(Me.txbRFVRmax3_AL)
|
|
Me.pnRFVRmax3_AL.Controls.Add(Me.lbRFVRmax3_AL)
|
|
Me.pnRFVRmax3_AL.Location = New System.Drawing.Point(137, 26)
|
|
Me.pnRFVRmax3_AL.Name = "pnRFVRmax3_AL"
|
|
Me.pnRFVRmax3_AL.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnRFVRmax3_AL.TabIndex = 9
|
|
'
|
|
'txbRFVRmax3_AL
|
|
'
|
|
Me.txbRFVRmax3_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFVRmax3_AL.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbRFVRmax3_AL.Name = "txbRFVRmax3_AL"
|
|
Me.txbRFVRmax3_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRFVRmax3_AL.TabIndex = 2
|
|
Me.txbRFVRmax3_AL.Text = "40"
|
|
Me.txbRFVRmax3_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFVRmax3_AL
|
|
'
|
|
Me.lbRFVRmax3_AL.AutoSize = True
|
|
Me.lbRFVRmax3_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFVRmax3_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRFVRmax3_AL.Name = "lbRFVRmax3_AL"
|
|
Me.lbRFVRmax3_AL.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbRFVRmax3_AL.TabIndex = 0
|
|
Me.lbRFVRmax3_AL.Text = "Max"
|
|
'
|
|
'pnRFVRmin3_AL
|
|
'
|
|
Me.pnRFVRmin3_AL.Controls.Add(Me.txbRFVRmin3_AL)
|
|
Me.pnRFVRmin3_AL.Controls.Add(Me.lbRFVRmin3_AL)
|
|
Me.pnRFVRmin3_AL.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnRFVRmin3_AL.Name = "pnRFVRmin3_AL"
|
|
Me.pnRFVRmin3_AL.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnRFVRmin3_AL.TabIndex = 5
|
|
'
|
|
'txbRFVRmin3_AL
|
|
'
|
|
Me.txbRFVRmin3_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFVRmin3_AL.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbRFVRmin3_AL.Name = "txbRFVRmin3_AL"
|
|
Me.txbRFVRmin3_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRFVRmin3_AL.TabIndex = 2
|
|
Me.txbRFVRmin3_AL.Text = "30"
|
|
Me.txbRFVRmin3_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFVRmin3_AL
|
|
'
|
|
Me.lbRFVRmin3_AL.AutoSize = True
|
|
Me.lbRFVRmin3_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFVRmin3_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRFVRmin3_AL.Name = "lbRFVRmin3_AL"
|
|
Me.lbRFVRmin3_AL.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbRFVRmin3_AL.TabIndex = 0
|
|
Me.lbRFVRmin3_AL.Text = "Min"
|
|
'
|
|
'GroupBox27
|
|
'
|
|
Me.GroupBox27.BackColor = System.Drawing.Color.LemonChiffon
|
|
Me.GroupBox27.Controls.Add(Me.GroupBox28)
|
|
Me.GroupBox27.Controls.Add(Me.GroupBox29)
|
|
Me.GroupBox27.Controls.Add(Me.GroupBox30)
|
|
Me.GroupBox27.Controls.Add(Me.GroupBox31)
|
|
Me.GroupBox27.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.GroupBox27.Location = New System.Drawing.Point(258, 78)
|
|
Me.GroupBox27.Name = "GroupBox27"
|
|
Me.GroupBox27.Size = New System.Drawing.Size(644, 183)
|
|
Me.GroupBox27.TabIndex = 132
|
|
Me.GroupBox27.TabStop = False
|
|
Me.GroupBox27.Text = "LED 측정 관련"
|
|
'
|
|
'GroupBox28
|
|
'
|
|
Me.GroupBox28.Controls.Add(Me.Panel41)
|
|
Me.GroupBox28.Controls.Add(Me.Panel42)
|
|
Me.GroupBox28.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.GroupBox28.Location = New System.Drawing.Point(317, 92)
|
|
Me.GroupBox28.Name = "GroupBox28"
|
|
Me.GroupBox28.Size = New System.Drawing.Size(300, 65)
|
|
Me.GroupBox28.TabIndex = 11
|
|
Me.GroupBox28.TabStop = False
|
|
Me.GroupBox28.Text = "Yellow 측정좌표 ②"
|
|
'
|
|
'Panel41
|
|
'
|
|
Me.Panel41.Controls.Add(Me.TextBox38)
|
|
Me.Panel41.Controls.Add(Me.Label39)
|
|
Me.Panel41.Location = New System.Drawing.Point(148, 26)
|
|
Me.Panel41.Name = "Panel41"
|
|
Me.Panel41.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel41.TabIndex = 9
|
|
'
|
|
'TextBox38
|
|
'
|
|
Me.TextBox38.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox38.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox38.Name = "TextBox38"
|
|
Me.TextBox38.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox38.TabIndex = 2
|
|
Me.TextBox38.Text = "40"
|
|
Me.TextBox38.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label39
|
|
'
|
|
Me.Label39.AutoSize = True
|
|
Me.Label39.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label39.Location = New System.Drawing.Point(18, 5)
|
|
Me.Label39.Name = "Label39"
|
|
Me.Label39.Size = New System.Drawing.Size(23, 24)
|
|
Me.Label39.TabIndex = 0
|
|
Me.Label39.Text = "Y"
|
|
'
|
|
'Panel42
|
|
'
|
|
Me.Panel42.Controls.Add(Me.TextBox39)
|
|
Me.Panel42.Controls.Add(Me.Label40)
|
|
Me.Panel42.Location = New System.Drawing.Point(4, 26)
|
|
Me.Panel42.Name = "Panel42"
|
|
Me.Panel42.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel42.TabIndex = 5
|
|
'
|
|
'TextBox39
|
|
'
|
|
Me.TextBox39.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox39.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox39.Name = "TextBox39"
|
|
Me.TextBox39.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox39.TabIndex = 2
|
|
Me.TextBox39.Text = "29"
|
|
Me.TextBox39.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label40
|
|
'
|
|
Me.Label40.AutoSize = True
|
|
Me.Label40.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label40.Location = New System.Drawing.Point(12, 5)
|
|
Me.Label40.Name = "Label40"
|
|
Me.Label40.Size = New System.Drawing.Size(29, 24)
|
|
Me.Label40.TabIndex = 0
|
|
Me.Label40.Text = "X "
|
|
'
|
|
'GroupBox29
|
|
'
|
|
Me.GroupBox29.Controls.Add(Me.Panel43)
|
|
Me.GroupBox29.Controls.Add(Me.Panel44)
|
|
Me.GroupBox29.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.GroupBox29.Location = New System.Drawing.Point(317, 25)
|
|
Me.GroupBox29.Name = "GroupBox29"
|
|
Me.GroupBox29.Size = New System.Drawing.Size(300, 65)
|
|
Me.GroupBox29.TabIndex = 11
|
|
Me.GroupBox29.TabStop = False
|
|
Me.GroupBox29.Text = "Yellow 측정좌표 ①"
|
|
'
|
|
'Panel43
|
|
'
|
|
Me.Panel43.Controls.Add(Me.TextBox40)
|
|
Me.Panel43.Controls.Add(Me.Label41)
|
|
Me.Panel43.Location = New System.Drawing.Point(148, 26)
|
|
Me.Panel43.Name = "Panel43"
|
|
Me.Panel43.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel43.TabIndex = 9
|
|
'
|
|
'TextBox40
|
|
'
|
|
Me.TextBox40.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox40.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox40.Name = "TextBox40"
|
|
Me.TextBox40.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox40.TabIndex = 2
|
|
Me.TextBox40.Text = "385"
|
|
Me.TextBox40.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label41
|
|
'
|
|
Me.Label41.AutoSize = True
|
|
Me.Label41.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label41.Location = New System.Drawing.Point(18, 5)
|
|
Me.Label41.Name = "Label41"
|
|
Me.Label41.Size = New System.Drawing.Size(23, 24)
|
|
Me.Label41.TabIndex = 0
|
|
Me.Label41.Text = "Y"
|
|
'
|
|
'Panel44
|
|
'
|
|
Me.Panel44.Controls.Add(Me.TextBox41)
|
|
Me.Panel44.Controls.Add(Me.Label42)
|
|
Me.Panel44.Location = New System.Drawing.Point(4, 26)
|
|
Me.Panel44.Name = "Panel44"
|
|
Me.Panel44.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel44.TabIndex = 5
|
|
'
|
|
'TextBox41
|
|
'
|
|
Me.TextBox41.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox41.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox41.Name = "TextBox41"
|
|
Me.TextBox41.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox41.TabIndex = 2
|
|
Me.TextBox41.Text = "195"
|
|
Me.TextBox41.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label42
|
|
'
|
|
Me.Label42.AutoSize = True
|
|
Me.Label42.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label42.Location = New System.Drawing.Point(12, 5)
|
|
Me.Label42.Name = "Label42"
|
|
Me.Label42.Size = New System.Drawing.Size(29, 24)
|
|
Me.Label42.TabIndex = 0
|
|
Me.Label42.Text = "X "
|
|
'
|
|
'GroupBox30
|
|
'
|
|
Me.GroupBox30.Controls.Add(Me.Panel45)
|
|
Me.GroupBox30.Controls.Add(Me.Panel46)
|
|
Me.GroupBox30.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.GroupBox30.Location = New System.Drawing.Point(11, 92)
|
|
Me.GroupBox30.Name = "GroupBox30"
|
|
Me.GroupBox30.Size = New System.Drawing.Size(300, 65)
|
|
Me.GroupBox30.TabIndex = 11
|
|
Me.GroupBox30.TabStop = False
|
|
Me.GroupBox30.Text = "Red 측정좌표 ②"
|
|
'
|
|
'Panel45
|
|
'
|
|
Me.Panel45.Controls.Add(Me.TextBox42)
|
|
Me.Panel45.Controls.Add(Me.Label43)
|
|
Me.Panel45.Location = New System.Drawing.Point(148, 26)
|
|
Me.Panel45.Name = "Panel45"
|
|
Me.Panel45.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel45.TabIndex = 9
|
|
'
|
|
'TextBox42
|
|
'
|
|
Me.TextBox42.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox42.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox42.Name = "TextBox42"
|
|
Me.TextBox42.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox42.TabIndex = 2
|
|
Me.TextBox42.Text = "40"
|
|
Me.TextBox42.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label43
|
|
'
|
|
Me.Label43.AutoSize = True
|
|
Me.Label43.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label43.Location = New System.Drawing.Point(18, 5)
|
|
Me.Label43.Name = "Label43"
|
|
Me.Label43.Size = New System.Drawing.Size(23, 24)
|
|
Me.Label43.TabIndex = 0
|
|
Me.Label43.Text = "Y"
|
|
'
|
|
'Panel46
|
|
'
|
|
Me.Panel46.Controls.Add(Me.TextBox43)
|
|
Me.Panel46.Controls.Add(Me.Label44)
|
|
Me.Panel46.Location = New System.Drawing.Point(4, 26)
|
|
Me.Panel46.Name = "Panel46"
|
|
Me.Panel46.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel46.TabIndex = 5
|
|
'
|
|
'TextBox43
|
|
'
|
|
Me.TextBox43.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox43.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox43.Name = "TextBox43"
|
|
Me.TextBox43.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox43.TabIndex = 2
|
|
Me.TextBox43.Text = "29"
|
|
Me.TextBox43.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label44
|
|
'
|
|
Me.Label44.AutoSize = True
|
|
Me.Label44.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label44.Location = New System.Drawing.Point(12, 5)
|
|
Me.Label44.Name = "Label44"
|
|
Me.Label44.Size = New System.Drawing.Size(29, 24)
|
|
Me.Label44.TabIndex = 0
|
|
Me.Label44.Text = "X "
|
|
'
|
|
'GroupBox31
|
|
'
|
|
Me.GroupBox31.Controls.Add(Me.Panel47)
|
|
Me.GroupBox31.Controls.Add(Me.Panel48)
|
|
Me.GroupBox31.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.GroupBox31.Location = New System.Drawing.Point(11, 25)
|
|
Me.GroupBox31.Name = "GroupBox31"
|
|
Me.GroupBox31.Size = New System.Drawing.Size(300, 65)
|
|
Me.GroupBox31.TabIndex = 10
|
|
Me.GroupBox31.TabStop = False
|
|
Me.GroupBox31.Text = "Red 측정좌표 ①"
|
|
'
|
|
'Panel47
|
|
'
|
|
Me.Panel47.Controls.Add(Me.TextBox44)
|
|
Me.Panel47.Controls.Add(Me.Label45)
|
|
Me.Panel47.Location = New System.Drawing.Point(148, 26)
|
|
Me.Panel47.Name = "Panel47"
|
|
Me.Panel47.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel47.TabIndex = 9
|
|
'
|
|
'TextBox44
|
|
'
|
|
Me.TextBox44.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox44.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox44.Name = "TextBox44"
|
|
Me.TextBox44.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox44.TabIndex = 2
|
|
Me.TextBox44.Text = "295"
|
|
Me.TextBox44.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label45
|
|
'
|
|
Me.Label45.AutoSize = True
|
|
Me.Label45.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label45.Location = New System.Drawing.Point(18, 5)
|
|
Me.Label45.Name = "Label45"
|
|
Me.Label45.Size = New System.Drawing.Size(23, 24)
|
|
Me.Label45.TabIndex = 0
|
|
Me.Label45.Text = "Y"
|
|
'
|
|
'Panel48
|
|
'
|
|
Me.Panel48.Controls.Add(Me.TextBox45)
|
|
Me.Panel48.Controls.Add(Me.Label46)
|
|
Me.Panel48.Location = New System.Drawing.Point(4, 26)
|
|
Me.Panel48.Name = "Panel48"
|
|
Me.Panel48.Size = New System.Drawing.Size(139, 35)
|
|
Me.Panel48.TabIndex = 5
|
|
'
|
|
'TextBox45
|
|
'
|
|
Me.TextBox45.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.TextBox45.Location = New System.Drawing.Point(47, 2)
|
|
Me.TextBox45.Name = "TextBox45"
|
|
Me.TextBox45.Size = New System.Drawing.Size(87, 32)
|
|
Me.TextBox45.TabIndex = 2
|
|
Me.TextBox45.Text = "225"
|
|
Me.TextBox45.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'Label46
|
|
'
|
|
Me.Label46.AutoSize = True
|
|
Me.Label46.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label46.Location = New System.Drawing.Point(12, 5)
|
|
Me.Label46.Name = "Label46"
|
|
Me.Label46.Size = New System.Drawing.Size(29, 24)
|
|
Me.Label46.TabIndex = 0
|
|
Me.Label46.Text = "X "
|
|
'
|
|
'gbRFVrms2_AL
|
|
'
|
|
Me.gbRFVrms2_AL.Controls.Add(Me.pnRFVRmax2_AL)
|
|
Me.gbRFVrms2_AL.Controls.Add(Me.pnRFVRmin2_AL)
|
|
Me.gbRFVrms2_AL.Location = New System.Drawing.Point(2, 110)
|
|
Me.gbRFVrms2_AL.Name = "gbRFVrms2_AL"
|
|
Me.gbRFVrms2_AL.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbRFVrms2_AL.TabIndex = 9
|
|
Me.gbRFVrms2_AL.TabStop = False
|
|
Me.gbRFVrms2_AL.Text = "2MHz_VRMS"
|
|
'
|
|
'pnRFVRmax2_AL
|
|
'
|
|
Me.pnRFVRmax2_AL.Controls.Add(Me.txbRFVRmax2_AL)
|
|
Me.pnRFVRmax2_AL.Controls.Add(Me.lbRFVRmax2_AL)
|
|
Me.pnRFVRmax2_AL.Location = New System.Drawing.Point(137, 26)
|
|
Me.pnRFVRmax2_AL.Name = "pnRFVRmax2_AL"
|
|
Me.pnRFVRmax2_AL.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnRFVRmax2_AL.TabIndex = 9
|
|
'
|
|
'txbRFVRmax2_AL
|
|
'
|
|
Me.txbRFVRmax2_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFVRmax2_AL.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbRFVRmax2_AL.Name = "txbRFVRmax2_AL"
|
|
Me.txbRFVRmax2_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRFVRmax2_AL.TabIndex = 2
|
|
Me.txbRFVRmax2_AL.Text = "40"
|
|
Me.txbRFVRmax2_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFVRmax2_AL
|
|
'
|
|
Me.lbRFVRmax2_AL.AutoSize = True
|
|
Me.lbRFVRmax2_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFVRmax2_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRFVRmax2_AL.Name = "lbRFVRmax2_AL"
|
|
Me.lbRFVRmax2_AL.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbRFVRmax2_AL.TabIndex = 0
|
|
Me.lbRFVRmax2_AL.Text = "Max"
|
|
'
|
|
'pnRFVRmin2_AL
|
|
'
|
|
Me.pnRFVRmin2_AL.Controls.Add(Me.txbRFVRmin2_AL)
|
|
Me.pnRFVRmin2_AL.Controls.Add(Me.lbRFVRmin2_AL)
|
|
Me.pnRFVRmin2_AL.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnRFVRmin2_AL.Name = "pnRFVRmin2_AL"
|
|
Me.pnRFVRmin2_AL.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnRFVRmin2_AL.TabIndex = 5
|
|
'
|
|
'txbRFVRmin2_AL
|
|
'
|
|
Me.txbRFVRmin2_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFVRmin2_AL.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbRFVRmin2_AL.Name = "txbRFVRmin2_AL"
|
|
Me.txbRFVRmin2_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRFVRmin2_AL.TabIndex = 2
|
|
Me.txbRFVRmin2_AL.Text = "29"
|
|
Me.txbRFVRmin2_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFVRmin2_AL
|
|
'
|
|
Me.lbRFVRmin2_AL.AutoSize = True
|
|
Me.lbRFVRmin2_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFVRmin2_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRFVRmin2_AL.Name = "lbRFVRmin2_AL"
|
|
Me.lbRFVRmin2_AL.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbRFVRmin2_AL.TabIndex = 0
|
|
Me.lbRFVRmin2_AL.Text = "Min"
|
|
'
|
|
'gbRFVrms1_AL
|
|
'
|
|
Me.gbRFVrms1_AL.Controls.Add(Me.pnRFVRmax1_AL)
|
|
Me.gbRFVrms1_AL.Controls.Add(Me.pnRFVRmin1_AL)
|
|
Me.gbRFVrms1_AL.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbRFVrms1_AL.Name = "gbRFVrms1_AL"
|
|
Me.gbRFVrms1_AL.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbRFVrms1_AL.TabIndex = 8
|
|
Me.gbRFVrms1_AL.TabStop = False
|
|
Me.gbRFVrms1_AL.Text = "1MHz_VRMS"
|
|
'
|
|
'pnRFVRmax1_AL
|
|
'
|
|
Me.pnRFVRmax1_AL.Controls.Add(Me.txbRFVRmax1_AL)
|
|
Me.pnRFVRmax1_AL.Controls.Add(Me.lbRFVRmax1_AL)
|
|
Me.pnRFVRmax1_AL.Location = New System.Drawing.Point(137, 26)
|
|
Me.pnRFVRmax1_AL.Name = "pnRFVRmax1_AL"
|
|
Me.pnRFVRmax1_AL.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnRFVRmax1_AL.TabIndex = 9
|
|
'
|
|
'txbRFVRmax1_AL
|
|
'
|
|
Me.txbRFVRmax1_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFVRmax1_AL.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbRFVRmax1_AL.Name = "txbRFVRmax1_AL"
|
|
Me.txbRFVRmax1_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRFVRmax1_AL.TabIndex = 2
|
|
Me.txbRFVRmax1_AL.Text = "30"
|
|
Me.txbRFVRmax1_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFVRmax1_AL
|
|
'
|
|
Me.lbRFVRmax1_AL.AutoSize = True
|
|
Me.lbRFVRmax1_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFVRmax1_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRFVRmax1_AL.Name = "lbRFVRmax1_AL"
|
|
Me.lbRFVRmax1_AL.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbRFVRmax1_AL.TabIndex = 0
|
|
Me.lbRFVRmax1_AL.Text = "Max"
|
|
'
|
|
'pnRFVRmin1_AL
|
|
'
|
|
Me.pnRFVRmin1_AL.Controls.Add(Me.txbRFVRmin1_AL)
|
|
Me.pnRFVRmin1_AL.Controls.Add(Me.lbRFVRmin1_AL)
|
|
Me.pnRFVRmin1_AL.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnRFVRmin1_AL.Name = "pnRFVRmin1_AL"
|
|
Me.pnRFVRmin1_AL.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnRFVRmin1_AL.TabIndex = 5
|
|
'
|
|
'txbRFVRmin1_AL
|
|
'
|
|
Me.txbRFVRmin1_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFVRmin1_AL.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbRFVRmin1_AL.Name = "txbRFVRmin1_AL"
|
|
Me.txbRFVRmin1_AL.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRFVRmin1_AL.TabIndex = 2
|
|
Me.txbRFVRmin1_AL.Text = "28"
|
|
Me.txbRFVRmin1_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFVRmin1_AL
|
|
'
|
|
Me.lbRFVRmin1_AL.AutoSize = True
|
|
Me.lbRFVRmin1_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFVRmin1_AL.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRFVRmin1_AL.Name = "lbRFVRmin1_AL"
|
|
Me.lbRFVRmin1_AL.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbRFVRmin1_AL.TabIndex = 0
|
|
Me.lbRFVRmin1_AL.Text = "Min"
|
|
'
|
|
'gbFirmVer_AL
|
|
'
|
|
Me.gbFirmVer_AL.Controls.Add(Me.pnFirmVer_AL)
|
|
Me.gbFirmVer_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbFirmVer_AL.Location = New System.Drawing.Point(0, 0)
|
|
Me.gbFirmVer_AL.Name = "gbFirmVer_AL"
|
|
Me.gbFirmVer_AL.Size = New System.Drawing.Size(275, 75)
|
|
Me.gbFirmVer_AL.TabIndex = 109
|
|
Me.gbFirmVer_AL.TabStop = False
|
|
Me.gbFirmVer_AL.Text = "FormWare Version"
|
|
'
|
|
'pnFirmVer_AL
|
|
'
|
|
Me.pnFirmVer_AL.Controls.Add(Me.txbFirmVer_AL)
|
|
Me.pnFirmVer_AL.Controls.Add(Me.lbFirmVer_AL)
|
|
Me.pnFirmVer_AL.Location = New System.Drawing.Point(6, 25)
|
|
Me.pnFirmVer_AL.Name = "pnFirmVer_AL"
|
|
Me.pnFirmVer_AL.Size = New System.Drawing.Size(263, 45)
|
|
Me.pnFirmVer_AL.TabIndex = 4
|
|
'
|
|
'txbFirmVer_AL
|
|
'
|
|
Me.txbFirmVer_AL.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbFirmVer_AL.Location = New System.Drawing.Point(114, 2)
|
|
Me.txbFirmVer_AL.Name = "txbFirmVer_AL"
|
|
Me.txbFirmVer_AL.Size = New System.Drawing.Size(146, 39)
|
|
Me.txbFirmVer_AL.TabIndex = 2
|
|
Me.txbFirmVer_AL.Text = "1.0.8"
|
|
Me.txbFirmVer_AL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbFirmVer_AL
|
|
'
|
|
Me.lbFirmVer_AL.AutoSize = True
|
|
Me.lbFirmVer_AL.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbFirmVer_AL.Location = New System.Drawing.Point(27, 11)
|
|
Me.lbFirmVer_AL.Name = "lbFirmVer_AL"
|
|
Me.lbFirmVer_AL.Size = New System.Drawing.Size(77, 24)
|
|
Me.lbFirmVer_AL.TabIndex = 0
|
|
Me.lbFirmVer_AL.Text = "Version"
|
|
'
|
|
'pnStandard_Max
|
|
'
|
|
Me.pnStandard_Max.Controls.Add(Me.gbMCsort)
|
|
Me.pnStandard_Max.Controls.Add(Me.gbEPsort)
|
|
Me.pnStandard_Max.Controls.Add(Me.gbRedSrt)
|
|
Me.pnStandard_Max.Controls.Add(Me.gbLEDYellow1)
|
|
Me.pnStandard_Max.Controls.Add(Me.gbOpTmp)
|
|
Me.pnStandard_Max.Controls.Add(Me.gbHFSort)
|
|
Me.pnStandard_Max.Controls.Add(Me.gbOpBat)
|
|
Me.pnStandard_Max.Controls.Add(Me.gbRFsort)
|
|
Me.pnStandard_Max.Controls.Add(Me.gbFirmVer)
|
|
Me.pnStandard_Max.Location = New System.Drawing.Point(6, 40)
|
|
Me.pnStandard_Max.Name = "pnStandard_Max"
|
|
Me.pnStandard_Max.Size = New System.Drawing.Size(1140, 600)
|
|
Me.pnStandard_Max.TabIndex = 114
|
|
'
|
|
'gbMCsort
|
|
'
|
|
Me.gbMCsort.Controls.Add(Me.gbMCVpp)
|
|
Me.gbMCsort.Controls.Add(Me.gbMCFreq)
|
|
Me.gbMCsort.Controls.Add(Me.gbMCDuty)
|
|
Me.gbMCsort.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbMCsort.Location = New System.Drawing.Point(286, 276)
|
|
Me.gbMCsort.Name = "gbMCsort"
|
|
Me.gbMCsort.Size = New System.Drawing.Size(275, 290)
|
|
Me.gbMCsort.TabIndex = 108
|
|
Me.gbMCsort.TabStop = False
|
|
Me.gbMCsort.Text = "MC Test"
|
|
'
|
|
'gbMCVpp
|
|
'
|
|
Me.gbMCVpp.Controls.Add(Me.pnMCVPmax)
|
|
Me.gbMCVpp.Controls.Add(Me.pnMCVPmin)
|
|
Me.gbMCVpp.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbMCVpp.Name = "gbMCVpp"
|
|
Me.gbMCVpp.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbMCVpp.TabIndex = 9
|
|
Me.gbMCVpp.TabStop = False
|
|
Me.gbMCVpp.Text = "Vpp"
|
|
'
|
|
'pnMCVPmax
|
|
'
|
|
Me.pnMCVPmax.Controls.Add(Me.txbMCVPmax)
|
|
Me.pnMCVPmax.Controls.Add(Me.lbMCVPmax)
|
|
Me.pnMCVPmax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnMCVPmax.Name = "pnMCVPmax"
|
|
Me.pnMCVPmax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnMCVPmax.TabIndex = 9
|
|
'
|
|
'txbMCVPmax
|
|
'
|
|
Me.txbMCVPmax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbMCVPmax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbMCVPmax.Name = "txbMCVPmax"
|
|
Me.txbMCVPmax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbMCVPmax.TabIndex = 2
|
|
Me.txbMCVPmax.Text = "35"
|
|
Me.txbMCVPmax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbMCVPmax
|
|
'
|
|
Me.lbMCVPmax.AutoSize = True
|
|
Me.lbMCVPmax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbMCVPmax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbMCVPmax.Name = "lbMCVPmax"
|
|
Me.lbMCVPmax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbMCVPmax.TabIndex = 0
|
|
Me.lbMCVPmax.Text = "Max"
|
|
'
|
|
'pnMCVPmin
|
|
'
|
|
Me.pnMCVPmin.Controls.Add(Me.txbMCVPmin)
|
|
Me.pnMCVPmin.Controls.Add(Me.lbMCVPmin)
|
|
Me.pnMCVPmin.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnMCVPmin.Name = "pnMCVPmin"
|
|
Me.pnMCVPmin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnMCVPmin.TabIndex = 5
|
|
'
|
|
'txbMCVPmin
|
|
'
|
|
Me.txbMCVPmin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbMCVPmin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbMCVPmin.Name = "txbMCVPmin"
|
|
Me.txbMCVPmin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbMCVPmin.TabIndex = 2
|
|
Me.txbMCVPmin.Text = "33"
|
|
Me.txbMCVPmin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbMCVPmin
|
|
'
|
|
Me.lbMCVPmin.AutoSize = True
|
|
Me.lbMCVPmin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbMCVPmin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbMCVPmin.Name = "lbMCVPmin"
|
|
Me.lbMCVPmin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbMCVPmin.TabIndex = 0
|
|
Me.lbMCVPmin.Text = "Min"
|
|
'
|
|
'gbMCFreq
|
|
'
|
|
Me.gbMCFreq.Controls.Add(Me.pnMCFrmax)
|
|
Me.gbMCFreq.Controls.Add(Me.pnMCFrmin)
|
|
Me.gbMCFreq.Location = New System.Drawing.Point(2, 195)
|
|
Me.gbMCFreq.Name = "gbMCFreq"
|
|
Me.gbMCFreq.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbMCFreq.TabIndex = 11
|
|
Me.gbMCFreq.TabStop = False
|
|
Me.gbMCFreq.Text = "Frequence"
|
|
'
|
|
'pnMCFrmax
|
|
'
|
|
Me.pnMCFrmax.Controls.Add(Me.txbMCFrmax)
|
|
Me.pnMCFrmax.Controls.Add(Me.lbMCFrmax)
|
|
Me.pnMCFrmax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnMCFrmax.Name = "pnMCFrmax"
|
|
Me.pnMCFrmax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnMCFrmax.TabIndex = 9
|
|
'
|
|
'txbMCFrmax
|
|
'
|
|
Me.txbMCFrmax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbMCFrmax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbMCFrmax.Name = "txbMCFrmax"
|
|
Me.txbMCFrmax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbMCFrmax.TabIndex = 2
|
|
Me.txbMCFrmax.Text = "25"
|
|
Me.txbMCFrmax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbMCFrmax
|
|
'
|
|
Me.lbMCFrmax.AutoSize = True
|
|
Me.lbMCFrmax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbMCFrmax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbMCFrmax.Name = "lbMCFrmax"
|
|
Me.lbMCFrmax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbMCFrmax.TabIndex = 0
|
|
Me.lbMCFrmax.Text = "Max"
|
|
'
|
|
'pnMCFrmin
|
|
'
|
|
Me.pnMCFrmin.Controls.Add(Me.txbMCFrmin)
|
|
Me.pnMCFrmin.Controls.Add(Me.lbMCFrmin)
|
|
Me.pnMCFrmin.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnMCFrmin.Name = "pnMCFrmin"
|
|
Me.pnMCFrmin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnMCFrmin.TabIndex = 5
|
|
'
|
|
'txbMCFrmin
|
|
'
|
|
Me.txbMCFrmin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbMCFrmin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbMCFrmin.Name = "txbMCFrmin"
|
|
Me.txbMCFrmin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbMCFrmin.TabIndex = 2
|
|
Me.txbMCFrmin.Text = "15"
|
|
Me.txbMCFrmin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbMCFrmin
|
|
'
|
|
Me.lbMCFrmin.AutoSize = True
|
|
Me.lbMCFrmin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbMCFrmin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbMCFrmin.Name = "lbMCFrmin"
|
|
Me.lbMCFrmin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbMCFrmin.TabIndex = 0
|
|
Me.lbMCFrmin.Text = "Min"
|
|
'
|
|
'gbMCDuty
|
|
'
|
|
Me.gbMCDuty.Controls.Add(Me.pnMCDYmax)
|
|
Me.gbMCDuty.Controls.Add(Me.pnMCDYmin)
|
|
Me.gbMCDuty.Location = New System.Drawing.Point(2, 110)
|
|
Me.gbMCDuty.Name = "gbMCDuty"
|
|
Me.gbMCDuty.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbMCDuty.TabIndex = 10
|
|
Me.gbMCDuty.TabStop = False
|
|
Me.gbMCDuty.Text = "Duty"
|
|
'
|
|
'pnMCDYmax
|
|
'
|
|
Me.pnMCDYmax.Controls.Add(Me.txbMCDYmax)
|
|
Me.pnMCDYmax.Controls.Add(Me.lbMCDYmax)
|
|
Me.pnMCDYmax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnMCDYmax.Name = "pnMCDYmax"
|
|
Me.pnMCDYmax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnMCDYmax.TabIndex = 9
|
|
'
|
|
'txbMCDYmax
|
|
'
|
|
Me.txbMCDYmax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbMCDYmax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbMCDYmax.Name = "txbMCDYmax"
|
|
Me.txbMCDYmax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbMCDYmax.TabIndex = 2
|
|
Me.txbMCDYmax.Text = "7.5"
|
|
Me.txbMCDYmax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbMCDYmax
|
|
'
|
|
Me.lbMCDYmax.AutoSize = True
|
|
Me.lbMCDYmax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbMCDYmax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbMCDYmax.Name = "lbMCDYmax"
|
|
Me.lbMCDYmax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbMCDYmax.TabIndex = 0
|
|
Me.lbMCDYmax.Text = "Max"
|
|
'
|
|
'pnMCDYmin
|
|
'
|
|
Me.pnMCDYmin.Controls.Add(Me.txbMCDYmin)
|
|
Me.pnMCDYmin.Controls.Add(Me.lbMCDYmin)
|
|
Me.pnMCDYmin.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnMCDYmin.Name = "pnMCDYmin"
|
|
Me.pnMCDYmin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnMCDYmin.TabIndex = 5
|
|
'
|
|
'txbMCDYmin
|
|
'
|
|
Me.txbMCDYmin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbMCDYmin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbMCDYmin.Name = "txbMCDYmin"
|
|
Me.txbMCDYmin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbMCDYmin.TabIndex = 2
|
|
Me.txbMCDYmin.Text = "7"
|
|
Me.txbMCDYmin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbMCDYmin
|
|
'
|
|
Me.lbMCDYmin.AutoSize = True
|
|
Me.lbMCDYmin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbMCDYmin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbMCDYmin.Name = "lbMCDYmin"
|
|
Me.lbMCDYmin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbMCDYmin.TabIndex = 0
|
|
Me.lbMCDYmin.Text = "Min"
|
|
'
|
|
'gbEPsort
|
|
'
|
|
Me.gbEPsort.Controls.Add(Me.gbEPDuty3)
|
|
Me.gbEPsort.Controls.Add(Me.gbEPDuty2)
|
|
Me.gbEPsort.Controls.Add(Me.gbEPDuty1)
|
|
Me.gbEPsort.Controls.Add(Me.gbEPVpp)
|
|
Me.gbEPsort.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbEPsort.Location = New System.Drawing.Point(565, 1)
|
|
Me.gbEPsort.Name = "gbEPsort"
|
|
Me.gbEPsort.Size = New System.Drawing.Size(275, 363)
|
|
Me.gbEPsort.TabIndex = 109
|
|
Me.gbEPsort.TabStop = False
|
|
Me.gbEPsort.Text = "EP Test"
|
|
'
|
|
'gbEPDuty3
|
|
'
|
|
Me.gbEPDuty3.Controls.Add(Me.pnEPDYmax3)
|
|
Me.gbEPDuty3.Controls.Add(Me.pnEPDYmin3)
|
|
Me.gbEPDuty3.Location = New System.Drawing.Point(2, 279)
|
|
Me.gbEPDuty3.Name = "gbEPDuty3"
|
|
Me.gbEPDuty3.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbEPDuty3.TabIndex = 13
|
|
Me.gbEPDuty3.TabStop = False
|
|
Me.gbEPDuty3.Text = "Duty - Step3"
|
|
'
|
|
'pnEPDYmax3
|
|
'
|
|
Me.pnEPDYmax3.Controls.Add(Me.txbEPDYmax3)
|
|
Me.pnEPDYmax3.Controls.Add(Me.lbEPDYmax3)
|
|
Me.pnEPDYmax3.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnEPDYmax3.Name = "pnEPDYmax3"
|
|
Me.pnEPDYmax3.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnEPDYmax3.TabIndex = 9
|
|
'
|
|
'txbEPDYmax3
|
|
'
|
|
Me.txbEPDYmax3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPDYmax3.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbEPDYmax3.Name = "txbEPDYmax3"
|
|
Me.txbEPDYmax3.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPDYmax3.TabIndex = 2
|
|
Me.txbEPDYmax3.Text = "7.5"
|
|
Me.txbEPDYmax3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPDYmax3
|
|
'
|
|
Me.lbEPDYmax3.AutoSize = True
|
|
Me.lbEPDYmax3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPDYmax3.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPDYmax3.Name = "lbEPDYmax3"
|
|
Me.lbEPDYmax3.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbEPDYmax3.TabIndex = 0
|
|
Me.lbEPDYmax3.Text = "Max"
|
|
'
|
|
'pnEPDYmin3
|
|
'
|
|
Me.pnEPDYmin3.Controls.Add(Me.txbEPDYmin3)
|
|
Me.pnEPDYmin3.Controls.Add(Me.lbEPDYmin3)
|
|
Me.pnEPDYmin3.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnEPDYmin3.Name = "pnEPDYmin3"
|
|
Me.pnEPDYmin3.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnEPDYmin3.TabIndex = 5
|
|
'
|
|
'txbEPDYmin3
|
|
'
|
|
Me.txbEPDYmin3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPDYmin3.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbEPDYmin3.Name = "txbEPDYmin3"
|
|
Me.txbEPDYmin3.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPDYmin3.TabIndex = 2
|
|
Me.txbEPDYmin3.Text = "7.4"
|
|
Me.txbEPDYmin3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPDYmin3
|
|
'
|
|
Me.lbEPDYmin3.AutoSize = True
|
|
Me.lbEPDYmin3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPDYmin3.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPDYmin3.Name = "lbEPDYmin3"
|
|
Me.lbEPDYmin3.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbEPDYmin3.TabIndex = 0
|
|
Me.lbEPDYmin3.Text = "Min"
|
|
'
|
|
'gbEPDuty2
|
|
'
|
|
Me.gbEPDuty2.Controls.Add(Me.pnEPDYmax2)
|
|
Me.gbEPDuty2.Controls.Add(Me.pnEPDYmin2)
|
|
Me.gbEPDuty2.Location = New System.Drawing.Point(2, 195)
|
|
Me.gbEPDuty2.Name = "gbEPDuty2"
|
|
Me.gbEPDuty2.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbEPDuty2.TabIndex = 12
|
|
Me.gbEPDuty2.TabStop = False
|
|
Me.gbEPDuty2.Text = "Duty - Step2"
|
|
'
|
|
'pnEPDYmax2
|
|
'
|
|
Me.pnEPDYmax2.Controls.Add(Me.txbEPDYmax2)
|
|
Me.pnEPDYmax2.Controls.Add(Me.lbEPDYmax2)
|
|
Me.pnEPDYmax2.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnEPDYmax2.Name = "pnEPDYmax2"
|
|
Me.pnEPDYmax2.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnEPDYmax2.TabIndex = 9
|
|
'
|
|
'txbEPDYmax2
|
|
'
|
|
Me.txbEPDYmax2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPDYmax2.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbEPDYmax2.Name = "txbEPDYmax2"
|
|
Me.txbEPDYmax2.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPDYmax2.TabIndex = 2
|
|
Me.txbEPDYmax2.Text = "7.5"
|
|
Me.txbEPDYmax2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPDYmax2
|
|
'
|
|
Me.lbEPDYmax2.AutoSize = True
|
|
Me.lbEPDYmax2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPDYmax2.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPDYmax2.Name = "lbEPDYmax2"
|
|
Me.lbEPDYmax2.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbEPDYmax2.TabIndex = 0
|
|
Me.lbEPDYmax2.Text = "Max"
|
|
'
|
|
'pnEPDYmin2
|
|
'
|
|
Me.pnEPDYmin2.Controls.Add(Me.txbEPDYmin2)
|
|
Me.pnEPDYmin2.Controls.Add(Me.lbEPDYmin2)
|
|
Me.pnEPDYmin2.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnEPDYmin2.Name = "pnEPDYmin2"
|
|
Me.pnEPDYmin2.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnEPDYmin2.TabIndex = 5
|
|
'
|
|
'txbEPDYmin2
|
|
'
|
|
Me.txbEPDYmin2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPDYmin2.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbEPDYmin2.Name = "txbEPDYmin2"
|
|
Me.txbEPDYmin2.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPDYmin2.TabIndex = 2
|
|
Me.txbEPDYmin2.Text = "7.4"
|
|
Me.txbEPDYmin2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPDYmin2
|
|
'
|
|
Me.lbEPDYmin2.AutoSize = True
|
|
Me.lbEPDYmin2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPDYmin2.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPDYmin2.Name = "lbEPDYmin2"
|
|
Me.lbEPDYmin2.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbEPDYmin2.TabIndex = 0
|
|
Me.lbEPDYmin2.Text = "Min"
|
|
'
|
|
'gbEPDuty1
|
|
'
|
|
Me.gbEPDuty1.Controls.Add(Me.pnEPDYmax1)
|
|
Me.gbEPDuty1.Controls.Add(Me.pnEPDYmin1)
|
|
Me.gbEPDuty1.Location = New System.Drawing.Point(2, 110)
|
|
Me.gbEPDuty1.Name = "gbEPDuty1"
|
|
Me.gbEPDuty1.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbEPDuty1.TabIndex = 11
|
|
Me.gbEPDuty1.TabStop = False
|
|
Me.gbEPDuty1.Text = "Duty - Step1"
|
|
'
|
|
'pnEPDYmax1
|
|
'
|
|
Me.pnEPDYmax1.Controls.Add(Me.txbEPDYmax1)
|
|
Me.pnEPDYmax1.Controls.Add(Me.lbEPDYmax1)
|
|
Me.pnEPDYmax1.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnEPDYmax1.Name = "pnEPDYmax1"
|
|
Me.pnEPDYmax1.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnEPDYmax1.TabIndex = 9
|
|
'
|
|
'txbEPDYmax1
|
|
'
|
|
Me.txbEPDYmax1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPDYmax1.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbEPDYmax1.Name = "txbEPDYmax1"
|
|
Me.txbEPDYmax1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPDYmax1.TabIndex = 2
|
|
Me.txbEPDYmax1.Text = "7.5"
|
|
Me.txbEPDYmax1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPDYmax1
|
|
'
|
|
Me.lbEPDYmax1.AutoSize = True
|
|
Me.lbEPDYmax1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPDYmax1.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPDYmax1.Name = "lbEPDYmax1"
|
|
Me.lbEPDYmax1.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbEPDYmax1.TabIndex = 0
|
|
Me.lbEPDYmax1.Text = "Max"
|
|
'
|
|
'pnEPDYmin1
|
|
'
|
|
Me.pnEPDYmin1.Controls.Add(Me.txbEPDYmin1)
|
|
Me.pnEPDYmin1.Controls.Add(Me.lbEPDYmin1)
|
|
Me.pnEPDYmin1.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnEPDYmin1.Name = "pnEPDYmin1"
|
|
Me.pnEPDYmin1.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnEPDYmin1.TabIndex = 5
|
|
'
|
|
'txbEPDYmin1
|
|
'
|
|
Me.txbEPDYmin1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPDYmin1.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbEPDYmin1.Name = "txbEPDYmin1"
|
|
Me.txbEPDYmin1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPDYmin1.TabIndex = 2
|
|
Me.txbEPDYmin1.Text = "7.4"
|
|
Me.txbEPDYmin1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPDYmin1
|
|
'
|
|
Me.lbEPDYmin1.AutoSize = True
|
|
Me.lbEPDYmin1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPDYmin1.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPDYmin1.Name = "lbEPDYmin1"
|
|
Me.lbEPDYmin1.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbEPDYmin1.TabIndex = 0
|
|
Me.lbEPDYmin1.Text = "Min"
|
|
'
|
|
'gbEPVpp
|
|
'
|
|
Me.gbEPVpp.Controls.Add(Me.pnEPVPmax)
|
|
Me.gbEPVpp.Controls.Add(Me.pnEPVPmin)
|
|
Me.gbEPVpp.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbEPVpp.Name = "gbEPVpp"
|
|
Me.gbEPVpp.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbEPVpp.TabIndex = 9
|
|
Me.gbEPVpp.TabStop = False
|
|
Me.gbEPVpp.Text = "Vpp"
|
|
'
|
|
'pnEPVPmax
|
|
'
|
|
Me.pnEPVPmax.Controls.Add(Me.txbEPVPmax)
|
|
Me.pnEPVPmax.Controls.Add(Me.lbEPVPmax)
|
|
Me.pnEPVPmax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnEPVPmax.Name = "pnEPVPmax"
|
|
Me.pnEPVPmax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnEPVPmax.TabIndex = 9
|
|
'
|
|
'txbEPVPmax
|
|
'
|
|
Me.txbEPVPmax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPVPmax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbEPVPmax.Name = "txbEPVPmax"
|
|
Me.txbEPVPmax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPVPmax.TabIndex = 2
|
|
Me.txbEPVPmax.Text = "66"
|
|
Me.txbEPVPmax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPVPmax
|
|
'
|
|
Me.lbEPVPmax.AutoSize = True
|
|
Me.lbEPVPmax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPVPmax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPVPmax.Name = "lbEPVPmax"
|
|
Me.lbEPVPmax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbEPVPmax.TabIndex = 0
|
|
Me.lbEPVPmax.Text = "Max"
|
|
'
|
|
'pnEPVPmin
|
|
'
|
|
Me.pnEPVPmin.Controls.Add(Me.txbEPVPmin)
|
|
Me.pnEPVPmin.Controls.Add(Me.lbEPVPmin)
|
|
Me.pnEPVPmin.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnEPVPmin.Name = "pnEPVPmin"
|
|
Me.pnEPVPmin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnEPVPmin.TabIndex = 5
|
|
'
|
|
'txbEPVPmin
|
|
'
|
|
Me.txbEPVPmin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPVPmin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbEPVPmin.Name = "txbEPVPmin"
|
|
Me.txbEPVPmin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbEPVPmin.TabIndex = 2
|
|
Me.txbEPVPmin.Text = "60"
|
|
Me.txbEPVPmin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPVPmin
|
|
'
|
|
Me.lbEPVPmin.AutoSize = True
|
|
Me.lbEPVPmin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPVPmin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbEPVPmin.Name = "lbEPVPmin"
|
|
Me.lbEPVPmin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbEPVPmin.TabIndex = 0
|
|
Me.lbEPVPmin.Text = "Min"
|
|
'
|
|
'gbRedSrt
|
|
'
|
|
Me.gbRedSrt.Controls.Add(Me.gbRBgt)
|
|
Me.gbRedSrt.Controls.Add(Me.gbRSat)
|
|
Me.gbRedSrt.Controls.Add(Me.gbRHue)
|
|
Me.gbRedSrt.Enabled = False
|
|
Me.gbRedSrt.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbRedSrt.Location = New System.Drawing.Point(849, 292)
|
|
Me.gbRedSrt.Name = "gbRedSrt"
|
|
Me.gbRedSrt.Size = New System.Drawing.Size(275, 290)
|
|
Me.gbRedSrt.TabIndex = 113
|
|
Me.gbRedSrt.TabStop = False
|
|
Me.gbRedSrt.Text = "LED Red"
|
|
'
|
|
'gbRBgt
|
|
'
|
|
Me.gbRBgt.Controls.Add(Me.pnRBgtMax)
|
|
Me.gbRBgt.Controls.Add(Me.pnRBgtMin)
|
|
Me.gbRBgt.Location = New System.Drawing.Point(2, 195)
|
|
Me.gbRBgt.Name = "gbRBgt"
|
|
Me.gbRBgt.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbRBgt.TabIndex = 11
|
|
Me.gbRBgt.TabStop = False
|
|
Me.gbRBgt.Text = "명도"
|
|
'
|
|
'pnRBgtMax
|
|
'
|
|
Me.pnRBgtMax.Controls.Add(Me.txbRBgtMax)
|
|
Me.pnRBgtMax.Controls.Add(Me.lbRBgtMax)
|
|
Me.pnRBgtMax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnRBgtMax.Name = "pnRBgtMax"
|
|
Me.pnRBgtMax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnRBgtMax.TabIndex = 9
|
|
'
|
|
'txbRBgtMax
|
|
'
|
|
Me.txbRBgtMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRBgtMax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbRBgtMax.Name = "txbRBgtMax"
|
|
Me.txbRBgtMax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRBgtMax.TabIndex = 2
|
|
Me.txbRBgtMax.Text = "25"
|
|
Me.txbRBgtMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRBgtMax
|
|
'
|
|
Me.lbRBgtMax.AutoSize = True
|
|
Me.lbRBgtMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRBgtMax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRBgtMax.Name = "lbRBgtMax"
|
|
Me.lbRBgtMax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbRBgtMax.TabIndex = 0
|
|
Me.lbRBgtMax.Text = "Max"
|
|
'
|
|
'pnRBgtMin
|
|
'
|
|
Me.pnRBgtMin.Controls.Add(Me.txbRBgtMin)
|
|
Me.pnRBgtMin.Controls.Add(Me.lbRBgtMin)
|
|
Me.pnRBgtMin.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnRBgtMin.Name = "pnRBgtMin"
|
|
Me.pnRBgtMin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnRBgtMin.TabIndex = 5
|
|
'
|
|
'txbRBgtMin
|
|
'
|
|
Me.txbRBgtMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRBgtMin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbRBgtMin.Name = "txbRBgtMin"
|
|
Me.txbRBgtMin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRBgtMin.TabIndex = 2
|
|
Me.txbRBgtMin.Text = "15"
|
|
Me.txbRBgtMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRBgtMin
|
|
'
|
|
Me.lbRBgtMin.AutoSize = True
|
|
Me.lbRBgtMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRBgtMin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRBgtMin.Name = "lbRBgtMin"
|
|
Me.lbRBgtMin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbRBgtMin.TabIndex = 0
|
|
Me.lbRBgtMin.Text = "Min"
|
|
'
|
|
'gbRSat
|
|
'
|
|
Me.gbRSat.Controls.Add(Me.pnRSatMax)
|
|
Me.gbRSat.Controls.Add(Me.pnRSatMin)
|
|
Me.gbRSat.Location = New System.Drawing.Point(2, 110)
|
|
Me.gbRSat.Name = "gbRSat"
|
|
Me.gbRSat.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbRSat.TabIndex = 10
|
|
Me.gbRSat.TabStop = False
|
|
Me.gbRSat.Text = "채도"
|
|
'
|
|
'pnRSatMax
|
|
'
|
|
Me.pnRSatMax.Controls.Add(Me.txbRSatMax)
|
|
Me.pnRSatMax.Controls.Add(Me.lbRSatMax)
|
|
Me.pnRSatMax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnRSatMax.Name = "pnRSatMax"
|
|
Me.pnRSatMax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnRSatMax.TabIndex = 9
|
|
'
|
|
'txbRSatMax
|
|
'
|
|
Me.txbRSatMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRSatMax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbRSatMax.Name = "txbRSatMax"
|
|
Me.txbRSatMax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRSatMax.TabIndex = 2
|
|
Me.txbRSatMax.Text = "7.5"
|
|
Me.txbRSatMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRSatMax
|
|
'
|
|
Me.lbRSatMax.AutoSize = True
|
|
Me.lbRSatMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRSatMax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRSatMax.Name = "lbRSatMax"
|
|
Me.lbRSatMax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbRSatMax.TabIndex = 0
|
|
Me.lbRSatMax.Text = "Max"
|
|
'
|
|
'pnRSatMin
|
|
'
|
|
Me.pnRSatMin.Controls.Add(Me.txbRSatMin)
|
|
Me.pnRSatMin.Controls.Add(Me.lbRSatMin)
|
|
Me.pnRSatMin.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnRSatMin.Name = "pnRSatMin"
|
|
Me.pnRSatMin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnRSatMin.TabIndex = 5
|
|
'
|
|
'txbRSatMin
|
|
'
|
|
Me.txbRSatMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRSatMin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbRSatMin.Name = "txbRSatMin"
|
|
Me.txbRSatMin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRSatMin.TabIndex = 2
|
|
Me.txbRSatMin.Text = "7"
|
|
Me.txbRSatMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRSatMin
|
|
'
|
|
Me.lbRSatMin.AutoSize = True
|
|
Me.lbRSatMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRSatMin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRSatMin.Name = "lbRSatMin"
|
|
Me.lbRSatMin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbRSatMin.TabIndex = 0
|
|
Me.lbRSatMin.Text = "Min"
|
|
'
|
|
'gbRHue
|
|
'
|
|
Me.gbRHue.Controls.Add(Me.pnRHueMax)
|
|
Me.gbRHue.Controls.Add(Me.pnRHueMin)
|
|
Me.gbRHue.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbRHue.Name = "gbRHue"
|
|
Me.gbRHue.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbRHue.TabIndex = 9
|
|
Me.gbRHue.TabStop = False
|
|
Me.gbRHue.Text = "색상"
|
|
'
|
|
'pnRHueMax
|
|
'
|
|
Me.pnRHueMax.Controls.Add(Me.txbRHueMax)
|
|
Me.pnRHueMax.Controls.Add(Me.lbRHueMax)
|
|
Me.pnRHueMax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnRHueMax.Name = "pnRHueMax"
|
|
Me.pnRHueMax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnRHueMax.TabIndex = 9
|
|
'
|
|
'txbRHueMax
|
|
'
|
|
Me.txbRHueMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRHueMax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbRHueMax.Name = "txbRHueMax"
|
|
Me.txbRHueMax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRHueMax.TabIndex = 2
|
|
Me.txbRHueMax.Text = "35"
|
|
Me.txbRHueMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRHueMax
|
|
'
|
|
Me.lbRHueMax.AutoSize = True
|
|
Me.lbRHueMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRHueMax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRHueMax.Name = "lbRHueMax"
|
|
Me.lbRHueMax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbRHueMax.TabIndex = 0
|
|
Me.lbRHueMax.Text = "Max"
|
|
'
|
|
'pnRHueMin
|
|
'
|
|
Me.pnRHueMin.Controls.Add(Me.txbRHueMin)
|
|
Me.pnRHueMin.Controls.Add(Me.lbRHueMin)
|
|
Me.pnRHueMin.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnRHueMin.Name = "pnRHueMin"
|
|
Me.pnRHueMin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnRHueMin.TabIndex = 5
|
|
'
|
|
'txbRHueMin
|
|
'
|
|
Me.txbRHueMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRHueMin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbRHueMin.Name = "txbRHueMin"
|
|
Me.txbRHueMin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRHueMin.TabIndex = 2
|
|
Me.txbRHueMin.Text = "33"
|
|
Me.txbRHueMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRHueMin
|
|
'
|
|
Me.lbRHueMin.AutoSize = True
|
|
Me.lbRHueMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRHueMin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRHueMin.Name = "lbRHueMin"
|
|
Me.lbRHueMin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbRHueMin.TabIndex = 0
|
|
Me.lbRHueMin.Text = "Min"
|
|
'
|
|
'gbLEDYellow1
|
|
'
|
|
Me.gbLEDYellow1.Controls.Add(Me.gbYBgt1)
|
|
Me.gbLEDYellow1.Controls.Add(Me.gbYSat1)
|
|
Me.gbLEDYellow1.Controls.Add(Me.gbYHue1)
|
|
Me.gbLEDYellow1.Enabled = False
|
|
Me.gbLEDYellow1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbLEDYellow1.Location = New System.Drawing.Point(849, 1)
|
|
Me.gbLEDYellow1.Name = "gbLEDYellow1"
|
|
Me.gbLEDYellow1.Size = New System.Drawing.Size(275, 290)
|
|
Me.gbLEDYellow1.TabIndex = 109
|
|
Me.gbLEDYellow1.TabStop = False
|
|
Me.gbLEDYellow1.Text = "LED Yellow "
|
|
'
|
|
'gbYBgt1
|
|
'
|
|
Me.gbYBgt1.Controls.Add(Me.pnYBgtMax)
|
|
Me.gbYBgt1.Controls.Add(Me.pnYBgtMin1)
|
|
Me.gbYBgt1.Location = New System.Drawing.Point(2, 195)
|
|
Me.gbYBgt1.Name = "gbYBgt1"
|
|
Me.gbYBgt1.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbYBgt1.TabIndex = 11
|
|
Me.gbYBgt1.TabStop = False
|
|
Me.gbYBgt1.Text = "명도"
|
|
'
|
|
'pnYBgtMax
|
|
'
|
|
Me.pnYBgtMax.Controls.Add(Me.txbYBgtMax1)
|
|
Me.pnYBgtMax.Controls.Add(Me.lbYBgtMax1)
|
|
Me.pnYBgtMax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnYBgtMax.Name = "pnYBgtMax"
|
|
Me.pnYBgtMax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnYBgtMax.TabIndex = 9
|
|
'
|
|
'txbYBgtMax1
|
|
'
|
|
Me.txbYBgtMax1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYBgtMax1.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbYBgtMax1.Name = "txbYBgtMax1"
|
|
Me.txbYBgtMax1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbYBgtMax1.TabIndex = 2
|
|
Me.txbYBgtMax1.Text = "25"
|
|
Me.txbYBgtMax1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYBgtMax1
|
|
'
|
|
Me.lbYBgtMax1.AutoSize = True
|
|
Me.lbYBgtMax1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYBgtMax1.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbYBgtMax1.Name = "lbYBgtMax1"
|
|
Me.lbYBgtMax1.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbYBgtMax1.TabIndex = 0
|
|
Me.lbYBgtMax1.Text = "Max"
|
|
'
|
|
'pnYBgtMin1
|
|
'
|
|
Me.pnYBgtMin1.Controls.Add(Me.txbYBgtMin1)
|
|
Me.pnYBgtMin1.Controls.Add(Me.lbYBgtMin1)
|
|
Me.pnYBgtMin1.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnYBgtMin1.Name = "pnYBgtMin1"
|
|
Me.pnYBgtMin1.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnYBgtMin1.TabIndex = 5
|
|
'
|
|
'txbYBgtMin1
|
|
'
|
|
Me.txbYBgtMin1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYBgtMin1.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbYBgtMin1.Name = "txbYBgtMin1"
|
|
Me.txbYBgtMin1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbYBgtMin1.TabIndex = 2
|
|
Me.txbYBgtMin1.Text = "15"
|
|
Me.txbYBgtMin1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYBgtMin1
|
|
'
|
|
Me.lbYBgtMin1.AutoSize = True
|
|
Me.lbYBgtMin1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYBgtMin1.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbYBgtMin1.Name = "lbYBgtMin1"
|
|
Me.lbYBgtMin1.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbYBgtMin1.TabIndex = 0
|
|
Me.lbYBgtMin1.Text = "Min"
|
|
'
|
|
'gbYSat1
|
|
'
|
|
Me.gbYSat1.Controls.Add(Me.pnYSatMax1)
|
|
Me.gbYSat1.Controls.Add(Me.pnYSatMin1)
|
|
Me.gbYSat1.Location = New System.Drawing.Point(2, 110)
|
|
Me.gbYSat1.Name = "gbYSat1"
|
|
Me.gbYSat1.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbYSat1.TabIndex = 10
|
|
Me.gbYSat1.TabStop = False
|
|
Me.gbYSat1.Text = "채도"
|
|
'
|
|
'pnYSatMax1
|
|
'
|
|
Me.pnYSatMax1.Controls.Add(Me.txbYSatMax1)
|
|
Me.pnYSatMax1.Controls.Add(Me.lbYSatMax1)
|
|
Me.pnYSatMax1.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnYSatMax1.Name = "pnYSatMax1"
|
|
Me.pnYSatMax1.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnYSatMax1.TabIndex = 9
|
|
'
|
|
'txbYSatMax1
|
|
'
|
|
Me.txbYSatMax1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYSatMax1.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbYSatMax1.Name = "txbYSatMax1"
|
|
Me.txbYSatMax1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbYSatMax1.TabIndex = 2
|
|
Me.txbYSatMax1.Text = "7.5"
|
|
Me.txbYSatMax1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYSatMax1
|
|
'
|
|
Me.lbYSatMax1.AutoSize = True
|
|
Me.lbYSatMax1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYSatMax1.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbYSatMax1.Name = "lbYSatMax1"
|
|
Me.lbYSatMax1.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbYSatMax1.TabIndex = 0
|
|
Me.lbYSatMax1.Text = "Max"
|
|
'
|
|
'pnYSatMin1
|
|
'
|
|
Me.pnYSatMin1.Controls.Add(Me.txbYSatMin1)
|
|
Me.pnYSatMin1.Controls.Add(Me.lbYSatMin1)
|
|
Me.pnYSatMin1.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnYSatMin1.Name = "pnYSatMin1"
|
|
Me.pnYSatMin1.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnYSatMin1.TabIndex = 5
|
|
'
|
|
'txbYSatMin1
|
|
'
|
|
Me.txbYSatMin1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYSatMin1.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbYSatMin1.Name = "txbYSatMin1"
|
|
Me.txbYSatMin1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbYSatMin1.TabIndex = 2
|
|
Me.txbYSatMin1.Text = "7"
|
|
Me.txbYSatMin1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYSatMin1
|
|
'
|
|
Me.lbYSatMin1.AutoSize = True
|
|
Me.lbYSatMin1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYSatMin1.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbYSatMin1.Name = "lbYSatMin1"
|
|
Me.lbYSatMin1.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbYSatMin1.TabIndex = 0
|
|
Me.lbYSatMin1.Text = "Min"
|
|
'
|
|
'gbYHue1
|
|
'
|
|
Me.gbYHue1.Controls.Add(Me.pnYHueMax1)
|
|
Me.gbYHue1.Controls.Add(Me.pnYHueMin1)
|
|
Me.gbYHue1.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbYHue1.Name = "gbYHue1"
|
|
Me.gbYHue1.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbYHue1.TabIndex = 9
|
|
Me.gbYHue1.TabStop = False
|
|
Me.gbYHue1.Text = "색상"
|
|
'
|
|
'pnYHueMax1
|
|
'
|
|
Me.pnYHueMax1.Controls.Add(Me.txbYHueMax1)
|
|
Me.pnYHueMax1.Controls.Add(Me.lbYHueMax1)
|
|
Me.pnYHueMax1.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnYHueMax1.Name = "pnYHueMax1"
|
|
Me.pnYHueMax1.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnYHueMax1.TabIndex = 9
|
|
'
|
|
'txbYHueMax1
|
|
'
|
|
Me.txbYHueMax1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYHueMax1.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbYHueMax1.Name = "txbYHueMax1"
|
|
Me.txbYHueMax1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbYHueMax1.TabIndex = 2
|
|
Me.txbYHueMax1.Text = "35"
|
|
Me.txbYHueMax1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYHueMax1
|
|
'
|
|
Me.lbYHueMax1.AutoSize = True
|
|
Me.lbYHueMax1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYHueMax1.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbYHueMax1.Name = "lbYHueMax1"
|
|
Me.lbYHueMax1.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbYHueMax1.TabIndex = 0
|
|
Me.lbYHueMax1.Text = "Max"
|
|
'
|
|
'pnYHueMin1
|
|
'
|
|
Me.pnYHueMin1.Controls.Add(Me.txbYHueMin1)
|
|
Me.pnYHueMin1.Controls.Add(Me.lbYHueMin1)
|
|
Me.pnYHueMin1.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnYHueMin1.Name = "pnYHueMin1"
|
|
Me.pnYHueMin1.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnYHueMin1.TabIndex = 5
|
|
'
|
|
'txbYHueMin1
|
|
'
|
|
Me.txbYHueMin1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYHueMin1.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbYHueMin1.Name = "txbYHueMin1"
|
|
Me.txbYHueMin1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbYHueMin1.TabIndex = 2
|
|
Me.txbYHueMin1.Text = "33"
|
|
Me.txbYHueMin1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYHueMin1
|
|
'
|
|
Me.lbYHueMin1.AutoSize = True
|
|
Me.lbYHueMin1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYHueMin1.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbYHueMin1.Name = "lbYHueMin1"
|
|
Me.lbYHueMin1.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbYHueMin1.TabIndex = 0
|
|
Me.lbYHueMin1.Text = "Min"
|
|
'
|
|
'gbOpTmp
|
|
'
|
|
Me.gbOpTmp.Controls.Add(Me.gbTmpCart)
|
|
Me.gbOpTmp.Controls.Add(Me.gbTmpDev)
|
|
Me.gbOpTmp.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbOpTmp.Location = New System.Drawing.Point(0, 77)
|
|
Me.gbOpTmp.Name = "gbOpTmp"
|
|
Me.gbOpTmp.Size = New System.Drawing.Size(275, 198)
|
|
Me.gbOpTmp.TabIndex = 111
|
|
Me.gbOpTmp.TabStop = False
|
|
Me.gbOpTmp.Text = "Temperature"
|
|
'
|
|
'gbTmpCart
|
|
'
|
|
Me.gbTmpCart.Controls.Add(Me.pnTpCartMax)
|
|
Me.gbTmpCart.Controls.Add(Me.pnTpCartMin)
|
|
Me.gbTmpCart.Location = New System.Drawing.Point(2, 105)
|
|
Me.gbTmpCart.Name = "gbTmpCart"
|
|
Me.gbTmpCart.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbTmpCart.TabIndex = 10
|
|
Me.gbTmpCart.TabStop = False
|
|
Me.gbTmpCart.Text = "Cartridge"
|
|
'
|
|
'pnTpCartMax
|
|
'
|
|
Me.pnTpCartMax.Controls.Add(Me.txbTpCartMax)
|
|
Me.pnTpCartMax.Controls.Add(Me.lbTpCartMax)
|
|
Me.pnTpCartMax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnTpCartMax.Name = "pnTpCartMax"
|
|
Me.pnTpCartMax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnTpCartMax.TabIndex = 9
|
|
'
|
|
'txbTpCartMax
|
|
'
|
|
Me.txbTpCartMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTpCartMax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbTpCartMax.Name = "txbTpCartMax"
|
|
Me.txbTpCartMax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbTpCartMax.TabIndex = 2
|
|
Me.txbTpCartMax.Text = "30"
|
|
Me.txbTpCartMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTpCartMax
|
|
'
|
|
Me.lbTpCartMax.AutoSize = True
|
|
Me.lbTpCartMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbTpCartMax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbTpCartMax.Name = "lbTpCartMax"
|
|
Me.lbTpCartMax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbTpCartMax.TabIndex = 0
|
|
Me.lbTpCartMax.Text = "Max"
|
|
'
|
|
'pnTpCartMin
|
|
'
|
|
Me.pnTpCartMin.Controls.Add(Me.txbTpCartMin)
|
|
Me.pnTpCartMin.Controls.Add(Me.lbTpCartMin)
|
|
Me.pnTpCartMin.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnTpCartMin.Name = "pnTpCartMin"
|
|
Me.pnTpCartMin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnTpCartMin.TabIndex = 5
|
|
'
|
|
'txbTpCartMin
|
|
'
|
|
Me.txbTpCartMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTpCartMin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbTpCartMin.Name = "txbTpCartMin"
|
|
Me.txbTpCartMin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbTpCartMin.TabIndex = 2
|
|
Me.txbTpCartMin.Text = "20"
|
|
Me.txbTpCartMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTpCartMin
|
|
'
|
|
Me.lbTpCartMin.AutoSize = True
|
|
Me.lbTpCartMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbTpCartMin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbTpCartMin.Name = "lbTpCartMin"
|
|
Me.lbTpCartMin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbTpCartMin.TabIndex = 0
|
|
Me.lbTpCartMin.Text = "Min"
|
|
'
|
|
'gbTmpDev
|
|
'
|
|
Me.gbTmpDev.Controls.Add(Me.pnTpDevMax)
|
|
Me.gbTmpDev.Controls.Add(Me.pnTpDevMin)
|
|
Me.gbTmpDev.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbTmpDev.Name = "gbTmpDev"
|
|
Me.gbTmpDev.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbTmpDev.TabIndex = 9
|
|
Me.gbTmpDev.TabStop = False
|
|
Me.gbTmpDev.Text = "Device"
|
|
'
|
|
'pnTpDevMax
|
|
'
|
|
Me.pnTpDevMax.Controls.Add(Me.txbTpDevMax)
|
|
Me.pnTpDevMax.Controls.Add(Me.lbTpDevMax)
|
|
Me.pnTpDevMax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnTpDevMax.Name = "pnTpDevMax"
|
|
Me.pnTpDevMax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnTpDevMax.TabIndex = 9
|
|
'
|
|
'txbTpDevMax
|
|
'
|
|
Me.txbTpDevMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTpDevMax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbTpDevMax.Name = "txbTpDevMax"
|
|
Me.txbTpDevMax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbTpDevMax.TabIndex = 2
|
|
Me.txbTpDevMax.Text = "30"
|
|
Me.txbTpDevMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTpDevMax
|
|
'
|
|
Me.lbTpDevMax.AutoSize = True
|
|
Me.lbTpDevMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbTpDevMax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbTpDevMax.Name = "lbTpDevMax"
|
|
Me.lbTpDevMax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbTpDevMax.TabIndex = 0
|
|
Me.lbTpDevMax.Text = "Max"
|
|
'
|
|
'pnTpDevMin
|
|
'
|
|
Me.pnTpDevMin.Controls.Add(Me.txbTpDevMin)
|
|
Me.pnTpDevMin.Controls.Add(Me.lbTpDevMin)
|
|
Me.pnTpDevMin.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnTpDevMin.Name = "pnTpDevMin"
|
|
Me.pnTpDevMin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnTpDevMin.TabIndex = 5
|
|
'
|
|
'txbTpDevMin
|
|
'
|
|
Me.txbTpDevMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTpDevMin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbTpDevMin.Name = "txbTpDevMin"
|
|
Me.txbTpDevMin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbTpDevMin.TabIndex = 2
|
|
Me.txbTpDevMin.Text = "20"
|
|
Me.txbTpDevMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTpDevMin
|
|
'
|
|
Me.lbTpDevMin.AutoSize = True
|
|
Me.lbTpDevMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbTpDevMin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbTpDevMin.Name = "lbTpDevMin"
|
|
Me.lbTpDevMin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbTpDevMin.TabIndex = 0
|
|
Me.lbTpDevMin.Text = "Min"
|
|
'
|
|
'gbHFSort
|
|
'
|
|
Me.gbHFSort.Controls.Add(Me.gbHFMin)
|
|
Me.gbHFSort.Controls.Add(Me.gbHFoutput)
|
|
Me.gbHFSort.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbHFSort.Location = New System.Drawing.Point(281, 77)
|
|
Me.gbHFSort.Name = "gbHFSort"
|
|
Me.gbHFSort.Size = New System.Drawing.Size(275, 198)
|
|
Me.gbHFSort.TabIndex = 110
|
|
Me.gbHFSort.TabStop = False
|
|
Me.gbHFSort.Text = "HF Test"
|
|
'
|
|
'gbHFMin
|
|
'
|
|
Me.gbHFMin.Controls.Add(Me.pnHFMin)
|
|
Me.gbHFMin.Location = New System.Drawing.Point(2, 105)
|
|
Me.gbHFMin.Name = "gbHFMin"
|
|
Me.gbHFMin.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbHFMin.TabIndex = 10
|
|
Me.gbHFMin.TabStop = False
|
|
Me.gbHFMin.Text = "차이값"
|
|
'
|
|
'pnHFMin
|
|
'
|
|
Me.pnHFMin.Controls.Add(Me.lbHFOpValue)
|
|
Me.pnHFMin.Controls.Add(Me.txbHFMin)
|
|
Me.pnHFMin.Controls.Add(Me.lbHFMin)
|
|
Me.pnHFMin.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnHFMin.Name = "pnHFMin"
|
|
Me.pnHFMin.Size = New System.Drawing.Size(265, 45)
|
|
Me.pnHFMin.TabIndex = 5
|
|
'
|
|
'lbHFOpValue
|
|
'
|
|
Me.lbHFOpValue.AutoSize = True
|
|
Me.lbHFOpValue.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFOpValue.Location = New System.Drawing.Point(188, 11)
|
|
Me.lbHFOpValue.Name = "lbHFOpValue"
|
|
Me.lbHFOpValue.Size = New System.Drawing.Size(69, 24)
|
|
Me.lbHFOpValue.TabIndex = 112
|
|
Me.lbHFOpValue.Text = "W 미만"
|
|
'
|
|
'txbHFMin
|
|
'
|
|
Me.txbHFMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbHFMin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbHFMin.Name = "txbHFMin"
|
|
Me.txbHFMin.Size = New System.Drawing.Size(137, 39)
|
|
Me.txbHFMin.TabIndex = 2
|
|
Me.txbHFMin.Text = "1"
|
|
Me.txbHFMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbHFMin
|
|
'
|
|
Me.lbHFMin.AutoSize = True
|
|
Me.lbHFMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFMin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbHFMin.Name = "lbHFMin"
|
|
Me.lbHFMin.Size = New System.Drawing.Size(46, 24)
|
|
Me.lbHFMin.TabIndex = 0
|
|
Me.lbHFMin.Text = "최소"
|
|
'
|
|
'gbHFoutput
|
|
'
|
|
Me.gbHFoutput.Controls.Add(Me.pnHFOutMax)
|
|
Me.gbHFoutput.Controls.Add(Me.pnHFOutMin)
|
|
Me.gbHFoutput.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbHFoutput.Name = "gbHFoutput"
|
|
Me.gbHFoutput.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbHFoutput.TabIndex = 9
|
|
Me.gbHFoutput.TabStop = False
|
|
Me.gbHFoutput.Text = "출력값"
|
|
'
|
|
'pnHFOutMax
|
|
'
|
|
Me.pnHFOutMax.Controls.Add(Me.txbHFOutMax)
|
|
Me.pnHFOutMax.Controls.Add(Me.lbHFOutMax)
|
|
Me.pnHFOutMax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnHFOutMax.Name = "pnHFOutMax"
|
|
Me.pnHFOutMax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnHFOutMax.TabIndex = 9
|
|
'
|
|
'txbHFOutMax
|
|
'
|
|
Me.txbHFOutMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbHFOutMax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbHFOutMax.Name = "txbHFOutMax"
|
|
Me.txbHFOutMax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbHFOutMax.TabIndex = 2
|
|
Me.txbHFOutMax.Text = "19"
|
|
Me.txbHFOutMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbHFOutMax
|
|
'
|
|
Me.lbHFOutMax.AutoSize = True
|
|
Me.lbHFOutMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFOutMax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbHFOutMax.Name = "lbHFOutMax"
|
|
Me.lbHFOutMax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbHFOutMax.TabIndex = 0
|
|
Me.lbHFOutMax.Text = "Max"
|
|
'
|
|
'pnHFOutMin
|
|
'
|
|
Me.pnHFOutMin.Controls.Add(Me.txbHFOutMin)
|
|
Me.pnHFOutMin.Controls.Add(Me.lbHFOutMin)
|
|
Me.pnHFOutMin.Location = New System.Drawing.Point(4, 25)
|
|
Me.pnHFOutMin.Name = "pnHFOutMin"
|
|
Me.pnHFOutMin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnHFOutMin.TabIndex = 5
|
|
'
|
|
'txbHFOutMin
|
|
'
|
|
Me.txbHFOutMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbHFOutMin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbHFOutMin.Name = "txbHFOutMin"
|
|
Me.txbHFOutMin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbHFOutMin.TabIndex = 2
|
|
Me.txbHFOutMin.Text = "17.3"
|
|
Me.txbHFOutMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbHFOutMin
|
|
'
|
|
Me.lbHFOutMin.AutoSize = True
|
|
Me.lbHFOutMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFOutMin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbHFOutMin.Name = "lbHFOutMin"
|
|
Me.lbHFOutMin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbHFOutMin.TabIndex = 0
|
|
Me.lbHFOutMin.Text = "Min"
|
|
'
|
|
'gbOpBat
|
|
'
|
|
Me.gbOpBat.Controls.Add(Me.pnBatMax)
|
|
Me.gbOpBat.Controls.Add(Me.pnBatMin)
|
|
Me.gbOpBat.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbOpBat.Location = New System.Drawing.Point(281, 1)
|
|
Me.gbOpBat.Name = "gbOpBat"
|
|
Me.gbOpBat.Size = New System.Drawing.Size(275, 75)
|
|
Me.gbOpBat.TabIndex = 110
|
|
Me.gbOpBat.TabStop = False
|
|
Me.gbOpBat.Text = "Battery Level"
|
|
'
|
|
'pnBatMax
|
|
'
|
|
Me.pnBatMax.Controls.Add(Me.txbBatMax)
|
|
Me.pnBatMax.Controls.Add(Me.lbBatMax)
|
|
Me.pnBatMax.Location = New System.Drawing.Point(137, 25)
|
|
Me.pnBatMax.Name = "pnBatMax"
|
|
Me.pnBatMax.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnBatMax.TabIndex = 11
|
|
'
|
|
'txbBatMax
|
|
'
|
|
Me.txbBatMax.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbBatMax.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbBatMax.Name = "txbBatMax"
|
|
Me.txbBatMax.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbBatMax.TabIndex = 2
|
|
Me.txbBatMax.Text = "4.0"
|
|
Me.txbBatMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbBatMax
|
|
'
|
|
Me.lbBatMax.AutoSize = True
|
|
Me.lbBatMax.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbBatMax.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbBatMax.Name = "lbBatMax"
|
|
Me.lbBatMax.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbBatMax.TabIndex = 0
|
|
Me.lbBatMax.Text = "Max"
|
|
'
|
|
'pnBatMin
|
|
'
|
|
Me.pnBatMin.Controls.Add(Me.txbBatMin)
|
|
Me.pnBatMin.Controls.Add(Me.lbBatMin)
|
|
Me.pnBatMin.Location = New System.Drawing.Point(6, 25)
|
|
Me.pnBatMin.Name = "pnBatMin"
|
|
Me.pnBatMin.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnBatMin.TabIndex = 10
|
|
'
|
|
'txbBatMin
|
|
'
|
|
Me.txbBatMin.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbBatMin.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbBatMin.Name = "txbBatMin"
|
|
Me.txbBatMin.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbBatMin.TabIndex = 2
|
|
Me.txbBatMin.Text = "3.8"
|
|
Me.txbBatMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbBatMin
|
|
'
|
|
Me.lbBatMin.AutoSize = True
|
|
Me.lbBatMin.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbBatMin.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbBatMin.Name = "lbBatMin"
|
|
Me.lbBatMin.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbBatMin.TabIndex = 0
|
|
Me.lbBatMin.Text = "Min"
|
|
'
|
|
'gbRFsort
|
|
'
|
|
Me.gbRFsort.Controls.Add(Me.gbRFVrms3)
|
|
Me.gbRFsort.Controls.Add(Me.gbRFVrms2)
|
|
Me.gbRFsort.Controls.Add(Me.gbRFVrms1)
|
|
Me.gbRFsort.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbRFsort.Location = New System.Drawing.Point(0, 276)
|
|
Me.gbRFsort.Name = "gbRFsort"
|
|
Me.gbRFsort.Size = New System.Drawing.Size(280, 290)
|
|
Me.gbRFsort.TabIndex = 107
|
|
Me.gbRFsort.TabStop = False
|
|
Me.gbRFsort.Text = "RF Test"
|
|
'
|
|
'gbRFVrms3
|
|
'
|
|
Me.gbRFVrms3.Controls.Add(Me.pnRFVRmax3)
|
|
Me.gbRFVrms3.Controls.Add(Me.pnRFVRmin3)
|
|
Me.gbRFVrms3.Controls.Add(Me.gbLEDOption)
|
|
Me.gbRFVrms3.Location = New System.Drawing.Point(2, 195)
|
|
Me.gbRFVrms3.Name = "gbRFVrms3"
|
|
Me.gbRFVrms3.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbRFVrms3.TabIndex = 10
|
|
Me.gbRFVrms3.TabStop = False
|
|
Me.gbRFVrms3.Text = "3MHz_VRMS"
|
|
'
|
|
'pnRFVRmax3
|
|
'
|
|
Me.pnRFVRmax3.Controls.Add(Me.txbRFVRmax3)
|
|
Me.pnRFVRmax3.Controls.Add(Me.lbRFVRmax3)
|
|
Me.pnRFVRmax3.Location = New System.Drawing.Point(137, 26)
|
|
Me.pnRFVRmax3.Name = "pnRFVRmax3"
|
|
Me.pnRFVRmax3.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnRFVRmax3.TabIndex = 9
|
|
'
|
|
'txbRFVRmax3
|
|
'
|
|
Me.txbRFVRmax3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFVRmax3.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbRFVRmax3.Name = "txbRFVRmax3"
|
|
Me.txbRFVRmax3.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRFVRmax3.TabIndex = 2
|
|
Me.txbRFVRmax3.Text = "40"
|
|
Me.txbRFVRmax3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFVRmax3
|
|
'
|
|
Me.lbRFVRmax3.AutoSize = True
|
|
Me.lbRFVRmax3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFVRmax3.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRFVRmax3.Name = "lbRFVRmax3"
|
|
Me.lbRFVRmax3.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbRFVRmax3.TabIndex = 0
|
|
Me.lbRFVRmax3.Text = "Max"
|
|
'
|
|
'pnRFVRmin3
|
|
'
|
|
Me.pnRFVRmin3.Controls.Add(Me.txbRFVRmin3)
|
|
Me.pnRFVRmin3.Controls.Add(Me.lbRFVRmin3)
|
|
Me.pnRFVRmin3.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnRFVRmin3.Name = "pnRFVRmin3"
|
|
Me.pnRFVRmin3.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnRFVRmin3.TabIndex = 5
|
|
'
|
|
'txbRFVRmin3
|
|
'
|
|
Me.txbRFVRmin3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFVRmin3.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbRFVRmin3.Name = "txbRFVRmin3"
|
|
Me.txbRFVRmin3.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRFVRmin3.TabIndex = 2
|
|
Me.txbRFVRmin3.Text = "30"
|
|
Me.txbRFVRmin3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFVRmin3
|
|
'
|
|
Me.lbRFVRmin3.AutoSize = True
|
|
Me.lbRFVRmin3.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFVRmin3.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRFVRmin3.Name = "lbRFVRmin3"
|
|
Me.lbRFVRmin3.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbRFVRmin3.TabIndex = 0
|
|
Me.lbRFVRmin3.Text = "Min"
|
|
'
|
|
'gbLEDOption
|
|
'
|
|
Me.gbLEDOption.BackColor = System.Drawing.Color.LemonChiffon
|
|
Me.gbLEDOption.Controls.Add(Me.gbYelPoint2)
|
|
Me.gbLEDOption.Controls.Add(Me.gbYelPoint1)
|
|
Me.gbLEDOption.Controls.Add(Me.gbRedPoint2)
|
|
Me.gbLEDOption.Controls.Add(Me.gbRedPoint1)
|
|
Me.gbLEDOption.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbLEDOption.Location = New System.Drawing.Point(258, 78)
|
|
Me.gbLEDOption.Name = "gbLEDOption"
|
|
Me.gbLEDOption.Size = New System.Drawing.Size(644, 183)
|
|
Me.gbLEDOption.TabIndex = 132
|
|
Me.gbLEDOption.TabStop = False
|
|
Me.gbLEDOption.Text = "LED 측정 관련"
|
|
'
|
|
'gbYelPoint2
|
|
'
|
|
Me.gbYelPoint2.Controls.Add(Me.pnYelY2)
|
|
Me.gbYelPoint2.Controls.Add(Me.pnYelX2)
|
|
Me.gbYelPoint2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbYelPoint2.Location = New System.Drawing.Point(317, 92)
|
|
Me.gbYelPoint2.Name = "gbYelPoint2"
|
|
Me.gbYelPoint2.Size = New System.Drawing.Size(300, 65)
|
|
Me.gbYelPoint2.TabIndex = 11
|
|
Me.gbYelPoint2.TabStop = False
|
|
Me.gbYelPoint2.Text = "Yellow 측정좌표 ②"
|
|
'
|
|
'pnYelY2
|
|
'
|
|
Me.pnYelY2.Controls.Add(Me.txbYelY2)
|
|
Me.pnYelY2.Controls.Add(Me.lbYelY2)
|
|
Me.pnYelY2.Location = New System.Drawing.Point(148, 26)
|
|
Me.pnYelY2.Name = "pnYelY2"
|
|
Me.pnYelY2.Size = New System.Drawing.Size(139, 35)
|
|
Me.pnYelY2.TabIndex = 9
|
|
'
|
|
'txbYelY2
|
|
'
|
|
Me.txbYelY2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYelY2.Location = New System.Drawing.Point(47, 2)
|
|
Me.txbYelY2.Name = "txbYelY2"
|
|
Me.txbYelY2.Size = New System.Drawing.Size(87, 32)
|
|
Me.txbYelY2.TabIndex = 2
|
|
Me.txbYelY2.Text = "40"
|
|
Me.txbYelY2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYelY2
|
|
'
|
|
Me.lbYelY2.AutoSize = True
|
|
Me.lbYelY2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYelY2.Location = New System.Drawing.Point(18, 5)
|
|
Me.lbYelY2.Name = "lbYelY2"
|
|
Me.lbYelY2.Size = New System.Drawing.Size(23, 24)
|
|
Me.lbYelY2.TabIndex = 0
|
|
Me.lbYelY2.Text = "Y"
|
|
'
|
|
'pnYelX2
|
|
'
|
|
Me.pnYelX2.Controls.Add(Me.txbYelX2)
|
|
Me.pnYelX2.Controls.Add(Me.lbYelX2)
|
|
Me.pnYelX2.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnYelX2.Name = "pnYelX2"
|
|
Me.pnYelX2.Size = New System.Drawing.Size(139, 35)
|
|
Me.pnYelX2.TabIndex = 5
|
|
'
|
|
'txbYelX2
|
|
'
|
|
Me.txbYelX2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYelX2.Location = New System.Drawing.Point(47, 2)
|
|
Me.txbYelX2.Name = "txbYelX2"
|
|
Me.txbYelX2.Size = New System.Drawing.Size(87, 32)
|
|
Me.txbYelX2.TabIndex = 2
|
|
Me.txbYelX2.Text = "29"
|
|
Me.txbYelX2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYelX2
|
|
'
|
|
Me.lbYelX2.AutoSize = True
|
|
Me.lbYelX2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYelX2.Location = New System.Drawing.Point(12, 5)
|
|
Me.lbYelX2.Name = "lbYelX2"
|
|
Me.lbYelX2.Size = New System.Drawing.Size(29, 24)
|
|
Me.lbYelX2.TabIndex = 0
|
|
Me.lbYelX2.Text = "X "
|
|
'
|
|
'gbYelPoint1
|
|
'
|
|
Me.gbYelPoint1.Controls.Add(Me.pnYelY1)
|
|
Me.gbYelPoint1.Controls.Add(Me.pnYelX1)
|
|
Me.gbYelPoint1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbYelPoint1.Location = New System.Drawing.Point(317, 25)
|
|
Me.gbYelPoint1.Name = "gbYelPoint1"
|
|
Me.gbYelPoint1.Size = New System.Drawing.Size(300, 65)
|
|
Me.gbYelPoint1.TabIndex = 11
|
|
Me.gbYelPoint1.TabStop = False
|
|
Me.gbYelPoint1.Text = "Yellow 측정좌표 ①"
|
|
'
|
|
'pnYelY1
|
|
'
|
|
Me.pnYelY1.Controls.Add(Me.txbYelY1)
|
|
Me.pnYelY1.Controls.Add(Me.lbYelY1)
|
|
Me.pnYelY1.Location = New System.Drawing.Point(148, 26)
|
|
Me.pnYelY1.Name = "pnYelY1"
|
|
Me.pnYelY1.Size = New System.Drawing.Size(139, 35)
|
|
Me.pnYelY1.TabIndex = 9
|
|
'
|
|
'txbYelY1
|
|
'
|
|
Me.txbYelY1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYelY1.Location = New System.Drawing.Point(47, 2)
|
|
Me.txbYelY1.Name = "txbYelY1"
|
|
Me.txbYelY1.Size = New System.Drawing.Size(87, 32)
|
|
Me.txbYelY1.TabIndex = 2
|
|
Me.txbYelY1.Text = "385"
|
|
Me.txbYelY1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYelY1
|
|
'
|
|
Me.lbYelY1.AutoSize = True
|
|
Me.lbYelY1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYelY1.Location = New System.Drawing.Point(18, 5)
|
|
Me.lbYelY1.Name = "lbYelY1"
|
|
Me.lbYelY1.Size = New System.Drawing.Size(23, 24)
|
|
Me.lbYelY1.TabIndex = 0
|
|
Me.lbYelY1.Text = "Y"
|
|
'
|
|
'pnYelX1
|
|
'
|
|
Me.pnYelX1.Controls.Add(Me.txbYelX1)
|
|
Me.pnYelX1.Controls.Add(Me.lbYelX1)
|
|
Me.pnYelX1.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnYelX1.Name = "pnYelX1"
|
|
Me.pnYelX1.Size = New System.Drawing.Size(139, 35)
|
|
Me.pnYelX1.TabIndex = 5
|
|
'
|
|
'txbYelX1
|
|
'
|
|
Me.txbYelX1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbYelX1.Location = New System.Drawing.Point(47, 2)
|
|
Me.txbYelX1.Name = "txbYelX1"
|
|
Me.txbYelX1.Size = New System.Drawing.Size(87, 32)
|
|
Me.txbYelX1.TabIndex = 2
|
|
Me.txbYelX1.Text = "195"
|
|
Me.txbYelX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbYelX1
|
|
'
|
|
Me.lbYelX1.AutoSize = True
|
|
Me.lbYelX1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbYelX1.Location = New System.Drawing.Point(12, 5)
|
|
Me.lbYelX1.Name = "lbYelX1"
|
|
Me.lbYelX1.Size = New System.Drawing.Size(29, 24)
|
|
Me.lbYelX1.TabIndex = 0
|
|
Me.lbYelX1.Text = "X "
|
|
'
|
|
'gbRedPoint2
|
|
'
|
|
Me.gbRedPoint2.Controls.Add(Me.pnRedY2)
|
|
Me.gbRedPoint2.Controls.Add(Me.pnRedX2)
|
|
Me.gbRedPoint2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbRedPoint2.Location = New System.Drawing.Point(11, 92)
|
|
Me.gbRedPoint2.Name = "gbRedPoint2"
|
|
Me.gbRedPoint2.Size = New System.Drawing.Size(300, 65)
|
|
Me.gbRedPoint2.TabIndex = 11
|
|
Me.gbRedPoint2.TabStop = False
|
|
Me.gbRedPoint2.Text = "Red 측정좌표 ②"
|
|
'
|
|
'pnRedY2
|
|
'
|
|
Me.pnRedY2.Controls.Add(Me.txbRedY2)
|
|
Me.pnRedY2.Controls.Add(Me.lbRedY2)
|
|
Me.pnRedY2.Location = New System.Drawing.Point(148, 26)
|
|
Me.pnRedY2.Name = "pnRedY2"
|
|
Me.pnRedY2.Size = New System.Drawing.Size(139, 35)
|
|
Me.pnRedY2.TabIndex = 9
|
|
'
|
|
'txbRedY2
|
|
'
|
|
Me.txbRedY2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRedY2.Location = New System.Drawing.Point(47, 2)
|
|
Me.txbRedY2.Name = "txbRedY2"
|
|
Me.txbRedY2.Size = New System.Drawing.Size(87, 32)
|
|
Me.txbRedY2.TabIndex = 2
|
|
Me.txbRedY2.Text = "40"
|
|
Me.txbRedY2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRedY2
|
|
'
|
|
Me.lbRedY2.AutoSize = True
|
|
Me.lbRedY2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRedY2.Location = New System.Drawing.Point(18, 5)
|
|
Me.lbRedY2.Name = "lbRedY2"
|
|
Me.lbRedY2.Size = New System.Drawing.Size(23, 24)
|
|
Me.lbRedY2.TabIndex = 0
|
|
Me.lbRedY2.Text = "Y"
|
|
'
|
|
'pnRedX2
|
|
'
|
|
Me.pnRedX2.Controls.Add(Me.txbRedX2)
|
|
Me.pnRedX2.Controls.Add(Me.lbRedX2)
|
|
Me.pnRedX2.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnRedX2.Name = "pnRedX2"
|
|
Me.pnRedX2.Size = New System.Drawing.Size(139, 35)
|
|
Me.pnRedX2.TabIndex = 5
|
|
'
|
|
'txbRedX2
|
|
'
|
|
Me.txbRedX2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRedX2.Location = New System.Drawing.Point(47, 2)
|
|
Me.txbRedX2.Name = "txbRedX2"
|
|
Me.txbRedX2.Size = New System.Drawing.Size(87, 32)
|
|
Me.txbRedX2.TabIndex = 2
|
|
Me.txbRedX2.Text = "29"
|
|
Me.txbRedX2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRedX2
|
|
'
|
|
Me.lbRedX2.AutoSize = True
|
|
Me.lbRedX2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRedX2.Location = New System.Drawing.Point(12, 5)
|
|
Me.lbRedX2.Name = "lbRedX2"
|
|
Me.lbRedX2.Size = New System.Drawing.Size(29, 24)
|
|
Me.lbRedX2.TabIndex = 0
|
|
Me.lbRedX2.Text = "X "
|
|
'
|
|
'gbRedPoint1
|
|
'
|
|
Me.gbRedPoint1.Controls.Add(Me.pnRedY1)
|
|
Me.gbRedPoint1.Controls.Add(Me.pnRedX1)
|
|
Me.gbRedPoint1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbRedPoint1.Location = New System.Drawing.Point(11, 25)
|
|
Me.gbRedPoint1.Name = "gbRedPoint1"
|
|
Me.gbRedPoint1.Size = New System.Drawing.Size(300, 65)
|
|
Me.gbRedPoint1.TabIndex = 10
|
|
Me.gbRedPoint1.TabStop = False
|
|
Me.gbRedPoint1.Text = "Red 측정좌표 ①"
|
|
'
|
|
'pnRedY1
|
|
'
|
|
Me.pnRedY1.Controls.Add(Me.txbRedY1)
|
|
Me.pnRedY1.Controls.Add(Me.lbRedY1)
|
|
Me.pnRedY1.Location = New System.Drawing.Point(148, 26)
|
|
Me.pnRedY1.Name = "pnRedY1"
|
|
Me.pnRedY1.Size = New System.Drawing.Size(139, 35)
|
|
Me.pnRedY1.TabIndex = 9
|
|
'
|
|
'txbRedY1
|
|
'
|
|
Me.txbRedY1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRedY1.Location = New System.Drawing.Point(47, 2)
|
|
Me.txbRedY1.Name = "txbRedY1"
|
|
Me.txbRedY1.Size = New System.Drawing.Size(87, 32)
|
|
Me.txbRedY1.TabIndex = 2
|
|
Me.txbRedY1.Text = "295"
|
|
Me.txbRedY1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRedY1
|
|
'
|
|
Me.lbRedY1.AutoSize = True
|
|
Me.lbRedY1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRedY1.Location = New System.Drawing.Point(18, 5)
|
|
Me.lbRedY1.Name = "lbRedY1"
|
|
Me.lbRedY1.Size = New System.Drawing.Size(23, 24)
|
|
Me.lbRedY1.TabIndex = 0
|
|
Me.lbRedY1.Text = "Y"
|
|
'
|
|
'pnRedX1
|
|
'
|
|
Me.pnRedX1.Controls.Add(Me.txbRedX1)
|
|
Me.pnRedX1.Controls.Add(Me.lbRedX1)
|
|
Me.pnRedX1.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnRedX1.Name = "pnRedX1"
|
|
Me.pnRedX1.Size = New System.Drawing.Size(139, 35)
|
|
Me.pnRedX1.TabIndex = 5
|
|
'
|
|
'txbRedX1
|
|
'
|
|
Me.txbRedX1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRedX1.Location = New System.Drawing.Point(47, 2)
|
|
Me.txbRedX1.Name = "txbRedX1"
|
|
Me.txbRedX1.Size = New System.Drawing.Size(87, 32)
|
|
Me.txbRedX1.TabIndex = 2
|
|
Me.txbRedX1.Text = "225"
|
|
Me.txbRedX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRedX1
|
|
'
|
|
Me.lbRedX1.AutoSize = True
|
|
Me.lbRedX1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRedX1.Location = New System.Drawing.Point(12, 5)
|
|
Me.lbRedX1.Name = "lbRedX1"
|
|
Me.lbRedX1.Size = New System.Drawing.Size(29, 24)
|
|
Me.lbRedX1.TabIndex = 0
|
|
Me.lbRedX1.Text = "X "
|
|
'
|
|
'gbRFVrms2
|
|
'
|
|
Me.gbRFVrms2.Controls.Add(Me.pnRFVRmax2)
|
|
Me.gbRFVrms2.Controls.Add(Me.pnRFVRmin2)
|
|
Me.gbRFVrms2.Location = New System.Drawing.Point(2, 110)
|
|
Me.gbRFVrms2.Name = "gbRFVrms2"
|
|
Me.gbRFVrms2.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbRFVrms2.TabIndex = 9
|
|
Me.gbRFVrms2.TabStop = False
|
|
Me.gbRFVrms2.Text = "2MHz_VRMS"
|
|
'
|
|
'pnRFVRmax2
|
|
'
|
|
Me.pnRFVRmax2.Controls.Add(Me.txbRFVRmax2)
|
|
Me.pnRFVRmax2.Controls.Add(Me.lbRFVRmax2)
|
|
Me.pnRFVRmax2.Location = New System.Drawing.Point(137, 26)
|
|
Me.pnRFVRmax2.Name = "pnRFVRmax2"
|
|
Me.pnRFVRmax2.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnRFVRmax2.TabIndex = 9
|
|
'
|
|
'txbRFVRmax2
|
|
'
|
|
Me.txbRFVRmax2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFVRmax2.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbRFVRmax2.Name = "txbRFVRmax2"
|
|
Me.txbRFVRmax2.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRFVRmax2.TabIndex = 2
|
|
Me.txbRFVRmax2.Text = "40"
|
|
Me.txbRFVRmax2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFVRmax2
|
|
'
|
|
Me.lbRFVRmax2.AutoSize = True
|
|
Me.lbRFVRmax2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFVRmax2.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRFVRmax2.Name = "lbRFVRmax2"
|
|
Me.lbRFVRmax2.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbRFVRmax2.TabIndex = 0
|
|
Me.lbRFVRmax2.Text = "Max"
|
|
'
|
|
'pnRFVRmin2
|
|
'
|
|
Me.pnRFVRmin2.Controls.Add(Me.txbRFVRmin2)
|
|
Me.pnRFVRmin2.Controls.Add(Me.lbRFVRmin2)
|
|
Me.pnRFVRmin2.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnRFVRmin2.Name = "pnRFVRmin2"
|
|
Me.pnRFVRmin2.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnRFVRmin2.TabIndex = 5
|
|
'
|
|
'txbRFVRmin2
|
|
'
|
|
Me.txbRFVRmin2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFVRmin2.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbRFVRmin2.Name = "txbRFVRmin2"
|
|
Me.txbRFVRmin2.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRFVRmin2.TabIndex = 2
|
|
Me.txbRFVRmin2.Text = "29"
|
|
Me.txbRFVRmin2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFVRmin2
|
|
'
|
|
Me.lbRFVRmin2.AutoSize = True
|
|
Me.lbRFVRmin2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFVRmin2.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRFVRmin2.Name = "lbRFVRmin2"
|
|
Me.lbRFVRmin2.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbRFVRmin2.TabIndex = 0
|
|
Me.lbRFVRmin2.Text = "Min"
|
|
'
|
|
'gbRFVrms1
|
|
'
|
|
Me.gbRFVrms1.Controls.Add(Me.pnRFVRmax1)
|
|
Me.gbRFVrms1.Controls.Add(Me.pnRFVRmin1)
|
|
Me.gbRFVrms1.Location = New System.Drawing.Point(2, 23)
|
|
Me.gbRFVrms1.Name = "gbRFVrms1"
|
|
Me.gbRFVrms1.Size = New System.Drawing.Size(271, 81)
|
|
Me.gbRFVrms1.TabIndex = 8
|
|
Me.gbRFVrms1.TabStop = False
|
|
Me.gbRFVrms1.Text = "1MHz_VRMS"
|
|
'
|
|
'pnRFVRmax1
|
|
'
|
|
Me.pnRFVRmax1.Controls.Add(Me.txbRFVRmax1)
|
|
Me.pnRFVRmax1.Controls.Add(Me.lbRFVRmax1)
|
|
Me.pnRFVRmax1.Location = New System.Drawing.Point(137, 26)
|
|
Me.pnRFVRmax1.Name = "pnRFVRmax1"
|
|
Me.pnRFVRmax1.Size = New System.Drawing.Size(132, 45)
|
|
Me.pnRFVRmax1.TabIndex = 9
|
|
'
|
|
'txbRFVRmax1
|
|
'
|
|
Me.txbRFVRmax1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFVRmax1.Location = New System.Drawing.Point(49, 2)
|
|
Me.txbRFVRmax1.Name = "txbRFVRmax1"
|
|
Me.txbRFVRmax1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRFVRmax1.TabIndex = 2
|
|
Me.txbRFVRmax1.Text = "30"
|
|
Me.txbRFVRmax1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFVRmax1
|
|
'
|
|
Me.lbRFVRmax1.AutoSize = True
|
|
Me.lbRFVRmax1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFVRmax1.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRFVRmax1.Name = "lbRFVRmax1"
|
|
Me.lbRFVRmax1.Size = New System.Drawing.Size(47, 24)
|
|
Me.lbRFVRmax1.TabIndex = 0
|
|
Me.lbRFVRmax1.Text = "Max"
|
|
'
|
|
'pnRFVRmin1
|
|
'
|
|
Me.pnRFVRmin1.Controls.Add(Me.txbRFVRmin1)
|
|
Me.pnRFVRmin1.Controls.Add(Me.lbRFVRmin1)
|
|
Me.pnRFVRmin1.Location = New System.Drawing.Point(4, 26)
|
|
Me.pnRFVRmin1.Name = "pnRFVRmin1"
|
|
Me.pnRFVRmin1.Size = New System.Drawing.Size(130, 45)
|
|
Me.pnRFVRmin1.TabIndex = 5
|
|
'
|
|
'txbRFVRmin1
|
|
'
|
|
Me.txbRFVRmin1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFVRmin1.Location = New System.Drawing.Point(48, 2)
|
|
Me.txbRFVRmin1.Name = "txbRFVRmin1"
|
|
Me.txbRFVRmin1.Size = New System.Drawing.Size(80, 39)
|
|
Me.txbRFVRmin1.TabIndex = 2
|
|
Me.txbRFVRmin1.Text = "28"
|
|
Me.txbRFVRmin1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFVRmin1
|
|
'
|
|
Me.lbRFVRmin1.AutoSize = True
|
|
Me.lbRFVRmin1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFVRmin1.Location = New System.Drawing.Point(4, 11)
|
|
Me.lbRFVRmin1.Name = "lbRFVRmin1"
|
|
Me.lbRFVRmin1.Size = New System.Drawing.Size(43, 24)
|
|
Me.lbRFVRmin1.TabIndex = 0
|
|
Me.lbRFVRmin1.Text = "Min"
|
|
'
|
|
'gbFirmVer
|
|
'
|
|
Me.gbFirmVer.Controls.Add(Me.pnFirmVer)
|
|
Me.gbFirmVer.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbFirmVer.Location = New System.Drawing.Point(0, 1)
|
|
Me.gbFirmVer.Name = "gbFirmVer"
|
|
Me.gbFirmVer.Size = New System.Drawing.Size(275, 75)
|
|
Me.gbFirmVer.TabIndex = 109
|
|
Me.gbFirmVer.TabStop = False
|
|
Me.gbFirmVer.Text = "FormWare Version"
|
|
'
|
|
'pnFirmVer
|
|
'
|
|
Me.pnFirmVer.Controls.Add(Me.txbFirmVer)
|
|
Me.pnFirmVer.Controls.Add(Me.lbFirmVer)
|
|
Me.pnFirmVer.Location = New System.Drawing.Point(6, 25)
|
|
Me.pnFirmVer.Name = "pnFirmVer"
|
|
Me.pnFirmVer.Size = New System.Drawing.Size(263, 45)
|
|
Me.pnFirmVer.TabIndex = 4
|
|
'
|
|
'txbFirmVer
|
|
'
|
|
Me.txbFirmVer.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbFirmVer.Location = New System.Drawing.Point(114, 2)
|
|
Me.txbFirmVer.Name = "txbFirmVer"
|
|
Me.txbFirmVer.Size = New System.Drawing.Size(146, 39)
|
|
Me.txbFirmVer.TabIndex = 2
|
|
Me.txbFirmVer.Text = "1.0.8"
|
|
Me.txbFirmVer.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbFirmVer
|
|
'
|
|
Me.lbFirmVer.AutoSize = True
|
|
Me.lbFirmVer.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbFirmVer.Location = New System.Drawing.Point(27, 11)
|
|
Me.lbFirmVer.Name = "lbFirmVer"
|
|
Me.lbFirmVer.Size = New System.Drawing.Size(77, 24)
|
|
Me.lbFirmVer.TabIndex = 0
|
|
Me.lbFirmVer.Text = "Version"
|
|
'
|
|
'pnMain
|
|
'
|
|
Me.pnMain.Controls.Add(Me.gbMode)
|
|
Me.pnMain.Controls.Add(Me.gbDSForm)
|
|
Me.pnMain.Controls.Add(Me.gbRunCount)
|
|
Me.pnMain.Controls.Add(Me.gbOldMode)
|
|
Me.pnMain.Controls.Add(Me.btnReStart)
|
|
Me.pnMain.Controls.Add(Me.gbBarcode)
|
|
Me.pnMain.Controls.Add(Me.btnRun)
|
|
Me.pnMain.Controls.Add(Me.btnEnd)
|
|
Me.pnMain.Controls.Add(Me.txbCmdWindow)
|
|
Me.pnMain.Controls.Add(Me.gpbConfig)
|
|
Me.pnMain.Controls.Add(Me.btnSetup)
|
|
Me.pnMain.Controls.Add(Me.gbAltoIQC)
|
|
Me.pnMain.Controls.Add(Me.gbIQC)
|
|
Me.pnMain.Controls.Add(Me.gbHFTest)
|
|
Me.pnMain.Controls.Add(Me.gbStep)
|
|
Me.pnMain.Controls.Add(Me.gbRFMCEP)
|
|
Me.pnMain.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnMain.Name = "pnMain"
|
|
Me.pnMain.Size = New System.Drawing.Size(1920, 1020)
|
|
Me.pnMain.TabIndex = 98
|
|
'
|
|
'gbMode
|
|
'
|
|
Me.gbMode.BackColor = System.Drawing.Color.Silver
|
|
Me.gbMode.Controls.Add(Me.checkBoxMcUse)
|
|
Me.gbMode.Controls.Add(Me.checkBoxEpUse)
|
|
Me.gbMode.Controls.Add(Me.checkBoxRfUse)
|
|
Me.gbMode.Controls.Add(Me.checkBoxHfUse)
|
|
Me.gbMode.Controls.Add(Me.Label8)
|
|
Me.gbMode.Controls.Add(Me.comboBoxVerificationStep)
|
|
Me.gbMode.Controls.Add(Me.Label7)
|
|
Me.gbMode.Controls.Add(Me.comboBoxModel)
|
|
Me.gbMode.Controls.Add(Me.Label6)
|
|
Me.gbMode.Controls.Add(Me.Panel1)
|
|
Me.gbMode.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbMode.ForeColor = System.Drawing.Color.Black
|
|
Me.gbMode.Location = New System.Drawing.Point(296, 4)
|
|
Me.gbMode.Name = "gbMode"
|
|
Me.gbMode.Size = New System.Drawing.Size(1090, 85)
|
|
Me.gbMode.TabIndex = 116
|
|
Me.gbMode.TabStop = False
|
|
Me.gbMode.Text = "모드 설정"
|
|
'
|
|
'checkBoxMcUse
|
|
'
|
|
Me.checkBoxMcUse.AutoSize = True
|
|
Me.checkBoxMcUse.Enabled = False
|
|
Me.checkBoxMcUse.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.checkBoxMcUse.Location = New System.Drawing.Point(998, 35)
|
|
Me.checkBoxMcUse.Name = "checkBoxMcUse"
|
|
Me.checkBoxMcUse.Size = New System.Drawing.Size(58, 28)
|
|
Me.checkBoxMcUse.TabIndex = 99
|
|
Me.checkBoxMcUse.Text = "MC"
|
|
Me.checkBoxMcUse.UseVisualStyleBackColor = True
|
|
'
|
|
'checkBoxEpUse
|
|
'
|
|
Me.checkBoxEpUse.AutoSize = True
|
|
Me.checkBoxEpUse.Enabled = False
|
|
Me.checkBoxEpUse.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.checkBoxEpUse.Location = New System.Drawing.Point(940, 35)
|
|
Me.checkBoxEpUse.Name = "checkBoxEpUse"
|
|
Me.checkBoxEpUse.Size = New System.Drawing.Size(52, 28)
|
|
Me.checkBoxEpUse.TabIndex = 98
|
|
Me.checkBoxEpUse.Text = "EP"
|
|
Me.checkBoxEpUse.UseVisualStyleBackColor = True
|
|
'
|
|
'checkBoxRfUse
|
|
'
|
|
Me.checkBoxRfUse.AutoSize = True
|
|
Me.checkBoxRfUse.Enabled = False
|
|
Me.checkBoxRfUse.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.checkBoxRfUse.Location = New System.Drawing.Point(880, 36)
|
|
Me.checkBoxRfUse.Name = "checkBoxRfUse"
|
|
Me.checkBoxRfUse.Size = New System.Drawing.Size(54, 28)
|
|
Me.checkBoxRfUse.TabIndex = 97
|
|
Me.checkBoxRfUse.Text = "RF"
|
|
Me.checkBoxRfUse.UseVisualStyleBackColor = True
|
|
'
|
|
'checkBoxHfUse
|
|
'
|
|
Me.checkBoxHfUse.AutoSize = True
|
|
Me.checkBoxHfUse.Enabled = False
|
|
Me.checkBoxHfUse.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.checkBoxHfUse.Location = New System.Drawing.Point(819, 36)
|
|
Me.checkBoxHfUse.Name = "checkBoxHfUse"
|
|
Me.checkBoxHfUse.Size = New System.Drawing.Size(55, 28)
|
|
Me.checkBoxHfUse.TabIndex = 81
|
|
Me.checkBoxHfUse.Text = "HF"
|
|
Me.checkBoxHfUse.UseVisualStyleBackColor = True
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label8.Location = New System.Drawing.Point(686, 36)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(130, 24)
|
|
Me.Label8.TabIndex = 96
|
|
Me.Label8.Text = "모델 지원 기능"
|
|
'
|
|
'comboBoxVerificationStep
|
|
'
|
|
Me.comboBoxVerificationStep.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.comboBoxVerificationStep.FormattingEnabled = True
|
|
Me.comboBoxVerificationStep.Location = New System.Drawing.Point(392, 33)
|
|
Me.comboBoxVerificationStep.Name = "comboBoxVerificationStep"
|
|
Me.comboBoxVerificationStep.Size = New System.Drawing.Size(273, 32)
|
|
Me.comboBoxVerificationStep.TabIndex = 95
|
|
Me.comboBoxVerificationStep.Text = "Select!"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label7.Location = New System.Drawing.Point(304, 36)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(82, 24)
|
|
Me.Label7.TabIndex = 94
|
|
Me.Label7.Text = "검증단계"
|
|
'
|
|
'comboBoxModel
|
|
'
|
|
Me.comboBoxModel.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.comboBoxModel.FormattingEnabled = True
|
|
Me.comboBoxModel.Location = New System.Drawing.Point(76, 33)
|
|
Me.comboBoxModel.Name = "comboBoxModel"
|
|
Me.comboBoxModel.Size = New System.Drawing.Size(206, 32)
|
|
Me.comboBoxModel.TabIndex = 93
|
|
Me.comboBoxModel.Text = "Select!"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(24, 36)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(46, 24)
|
|
Me.Label6.TabIndex = 84
|
|
Me.Label6.Text = "모델"
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Location = New System.Drawing.Point(29, 92)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(465, 113)
|
|
Me.Panel1.TabIndex = 79
|
|
'
|
|
'gbDSForm
|
|
'
|
|
Me.gbDSForm.Controls.Add(Me.pnDSWrite)
|
|
Me.gbDSForm.Controls.Add(Me.pnDSWriteState)
|
|
Me.gbDSForm.Controls.Add(Me.pnDSHifu)
|
|
Me.gbDSForm.Controls.Add(Me.pnDSHifuState)
|
|
Me.gbDSForm.Controls.Add(Me.pnDSBasic)
|
|
Me.gbDSForm.Controls.Add(Me.pnDSBasicState)
|
|
Me.gbDSForm.Location = New System.Drawing.Point(5, 240)
|
|
Me.gbDSForm.Name = "gbDSForm"
|
|
Me.gbDSForm.Size = New System.Drawing.Size(1090, 760)
|
|
Me.gbDSForm.TabIndex = 122
|
|
Me.gbDSForm.TabStop = False
|
|
Me.gbDSForm.Visible = False
|
|
'
|
|
'pnDSWrite
|
|
'
|
|
Me.pnDSWrite.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.pnDSWrite.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnDSWrite.Controls.Add(Me.lbDSWrite)
|
|
Me.pnDSWrite.Controls.Add(Me.txbDSSave)
|
|
Me.pnDSWrite.Location = New System.Drawing.Point(20, 500)
|
|
Me.pnDSWrite.Name = "pnDSWrite"
|
|
Me.pnDSWrite.Size = New System.Drawing.Size(1050, 140)
|
|
Me.pnDSWrite.TabIndex = 66
|
|
'
|
|
'lbDSWrite
|
|
'
|
|
Me.lbDSWrite.AutoSize = True
|
|
Me.lbDSWrite.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSWrite.Location = New System.Drawing.Point(6, 9)
|
|
Me.lbDSWrite.Name = "lbDSWrite"
|
|
Me.lbDSWrite.Size = New System.Drawing.Size(209, 41)
|
|
Me.lbDSWrite.TabIndex = 48
|
|
Me.lbDSWrite.Text = "3. Data Save"
|
|
'
|
|
'txbDSSave
|
|
'
|
|
Me.txbDSSave.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDSSave.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSSave.Location = New System.Drawing.Point(11, 54)
|
|
Me.txbDSSave.Name = "txbDSSave"
|
|
Me.txbDSSave.ReadOnly = True
|
|
Me.txbDSSave.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbDSSave.TabIndex = 49
|
|
Me.txbDSSave.Text = "대 기"
|
|
Me.txbDSSave.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnDSWriteState
|
|
'
|
|
Me.pnDSWriteState.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.pnDSWriteState.Controls.Add(Me.lbDSWrite_3)
|
|
Me.pnDSWriteState.Controls.Add(Me.txbDSWrite_3)
|
|
Me.pnDSWriteState.Controls.Add(Me.lbDSWrite_2)
|
|
Me.pnDSWriteState.Controls.Add(Me.txbDSWrite_2)
|
|
Me.pnDSWriteState.Controls.Add(Me.lbDSWrite_1)
|
|
Me.pnDSWriteState.Controls.Add(Me.txbDSWrite)
|
|
Me.pnDSWriteState.Location = New System.Drawing.Point(19, 635)
|
|
Me.pnDSWriteState.Name = "pnDSWriteState"
|
|
Me.pnDSWriteState.Size = New System.Drawing.Size(1050, 115)
|
|
Me.pnDSWriteState.TabIndex = 67
|
|
'
|
|
'lbDSWrite_3
|
|
'
|
|
Me.lbDSWrite_3.AutoSize = True
|
|
Me.lbDSWrite_3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSWrite_3.Location = New System.Drawing.Point(812, 9)
|
|
Me.lbDSWrite_3.Name = "lbDSWrite_3"
|
|
Me.lbDSWrite_3.Size = New System.Drawing.Size(137, 32)
|
|
Me.lbDSWrite_3.TabIndex = 52
|
|
Me.lbDSWrite_3.Text = "CSV_SAVE"
|
|
'
|
|
'txbDSWrite_3
|
|
'
|
|
Me.txbDSWrite_3.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDSWrite_3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSWrite_3.Location = New System.Drawing.Point(711, 42)
|
|
Me.txbDSWrite_3.Name = "txbDSWrite_3"
|
|
Me.txbDSWrite_3.ReadOnly = True
|
|
Me.txbDSWrite_3.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbDSWrite_3.TabIndex = 53
|
|
Me.txbDSWrite_3.Text = "대 기"
|
|
Me.txbDSWrite_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSWrite_2
|
|
'
|
|
Me.lbDSWrite_2.AutoSize = True
|
|
Me.lbDSWrite_2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSWrite_2.Location = New System.Drawing.Point(448, 9)
|
|
Me.lbDSWrite_2.Name = "lbDSWrite_2"
|
|
Me.lbDSWrite_2.Size = New System.Drawing.Size(152, 32)
|
|
Me.lbDSWrite_2.TabIndex = 50
|
|
Me.lbDSWrite_2.Text = "Count_Save"
|
|
'
|
|
'txbDSWrite_2
|
|
'
|
|
Me.txbDSWrite_2.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDSWrite_2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSWrite_2.Location = New System.Drawing.Point(363, 42)
|
|
Me.txbDSWrite_2.Name = "txbDSWrite_2"
|
|
Me.txbDSWrite_2.ReadOnly = True
|
|
Me.txbDSWrite_2.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbDSWrite_2.TabIndex = 51
|
|
Me.txbDSWrite_2.Text = "대 기"
|
|
Me.txbDSWrite_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSWrite_1
|
|
'
|
|
Me.lbDSWrite_1.AutoSize = True
|
|
Me.lbDSWrite_1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSWrite_1.Location = New System.Drawing.Point(111, 9)
|
|
Me.lbDSWrite_1.Name = "lbDSWrite_1"
|
|
Me.lbDSWrite_1.Size = New System.Drawing.Size(129, 32)
|
|
Me.lbDSWrite_1.TabIndex = 48
|
|
Me.lbDSWrite_1.Text = "DataWrite"
|
|
'
|
|
'txbDSWrite
|
|
'
|
|
Me.txbDSWrite.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDSWrite.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSWrite.Location = New System.Drawing.Point(10, 42)
|
|
Me.txbDSWrite.Name = "txbDSWrite"
|
|
Me.txbDSWrite.ReadOnly = True
|
|
Me.txbDSWrite.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbDSWrite.TabIndex = 49
|
|
Me.txbDSWrite.Text = "대 기"
|
|
Me.txbDSWrite.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnDSHifu
|
|
'
|
|
Me.pnDSHifu.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.pnDSHifu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnDSHifu.Controls.Add(Me.lbDSHifu)
|
|
Me.pnDSHifu.Controls.Add(Me.txbDSHifu)
|
|
Me.pnDSHifu.Location = New System.Drawing.Point(20, 255)
|
|
Me.pnDSHifu.Name = "pnDSHifu"
|
|
Me.pnDSHifu.Size = New System.Drawing.Size(1050, 140)
|
|
Me.pnDSHifu.TabIndex = 64
|
|
'
|
|
'lbDSHifu
|
|
'
|
|
Me.lbDSHifu.AutoSize = True
|
|
Me.lbDSHifu.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSHifu.Location = New System.Drawing.Point(6, 9)
|
|
Me.lbDSHifu.Name = "lbDSHifu"
|
|
Me.lbDSHifu.Size = New System.Drawing.Size(132, 41)
|
|
Me.lbDSHifu.TabIndex = 48
|
|
Me.lbDSHifu.Text = "2. HIFU"
|
|
'
|
|
'txbDSHifu
|
|
'
|
|
Me.txbDSHifu.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDSHifu.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSHifu.Location = New System.Drawing.Point(11, 54)
|
|
Me.txbDSHifu.Name = "txbDSHifu"
|
|
Me.txbDSHifu.ReadOnly = True
|
|
Me.txbDSHifu.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbDSHifu.TabIndex = 49
|
|
Me.txbDSHifu.Text = "대 기"
|
|
Me.txbDSHifu.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnDSHifuState
|
|
'
|
|
Me.pnDSHifuState.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.pnDSHifuState.Controls.Add(Me.lbDSHifu_3)
|
|
Me.pnDSHifuState.Controls.Add(Me.txbDSHifu_3)
|
|
Me.pnDSHifuState.Controls.Add(Me.lbDSHifu_2)
|
|
Me.pnDSHifuState.Controls.Add(Me.txbDSHifu_2)
|
|
Me.pnDSHifuState.Controls.Add(Me.lbDSHifu_1)
|
|
Me.pnDSHifuState.Controls.Add(Me.txbDSHifu_1)
|
|
Me.pnDSHifuState.Location = New System.Drawing.Point(20, 390)
|
|
Me.pnDSHifuState.Name = "pnDSHifuState"
|
|
Me.pnDSHifuState.Size = New System.Drawing.Size(1050, 115)
|
|
Me.pnDSHifuState.TabIndex = 65
|
|
'
|
|
'lbDSHifu_3
|
|
'
|
|
Me.lbDSHifu_3.AutoSize = True
|
|
Me.lbDSHifu_3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSHifu_3.Location = New System.Drawing.Point(825, 9)
|
|
Me.lbDSHifu_3.Name = "lbDSHifu_3"
|
|
Me.lbDSHifu_3.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbDSHifu_3.TabIndex = 52
|
|
Me.lbDSHifu_3.Text = "3차측정"
|
|
'
|
|
'txbDSHifu_3
|
|
'
|
|
Me.txbDSHifu_3.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDSHifu_3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSHifu_3.Location = New System.Drawing.Point(711, 42)
|
|
Me.txbDSHifu_3.Name = "txbDSHifu_3"
|
|
Me.txbDSHifu_3.ReadOnly = True
|
|
Me.txbDSHifu_3.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbDSHifu_3.TabIndex = 53
|
|
Me.txbDSHifu_3.Text = "대 기"
|
|
Me.txbDSHifu_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSHifu_2
|
|
'
|
|
Me.lbDSHifu_2.AutoSize = True
|
|
Me.lbDSHifu_2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSHifu_2.Location = New System.Drawing.Point(477, 9)
|
|
Me.lbDSHifu_2.Name = "lbDSHifu_2"
|
|
Me.lbDSHifu_2.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbDSHifu_2.TabIndex = 50
|
|
Me.lbDSHifu_2.Text = "2차측정"
|
|
'
|
|
'txbDSHifu_2
|
|
'
|
|
Me.txbDSHifu_2.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDSHifu_2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSHifu_2.Location = New System.Drawing.Point(363, 42)
|
|
Me.txbDSHifu_2.Name = "txbDSHifu_2"
|
|
Me.txbDSHifu_2.ReadOnly = True
|
|
Me.txbDSHifu_2.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbDSHifu_2.TabIndex = 51
|
|
Me.txbDSHifu_2.Text = "대 기"
|
|
Me.txbDSHifu_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSHifu_1
|
|
'
|
|
Me.lbDSHifu_1.AutoSize = True
|
|
Me.lbDSHifu_1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSHifu_1.Location = New System.Drawing.Point(124, 9)
|
|
Me.lbDSHifu_1.Name = "lbDSHifu_1"
|
|
Me.lbDSHifu_1.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbDSHifu_1.TabIndex = 48
|
|
Me.lbDSHifu_1.Text = "1차측정"
|
|
'
|
|
'txbDSHifu_1
|
|
'
|
|
Me.txbDSHifu_1.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDSHifu_1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSHifu_1.Location = New System.Drawing.Point(10, 42)
|
|
Me.txbDSHifu_1.Name = "txbDSHifu_1"
|
|
Me.txbDSHifu_1.ReadOnly = True
|
|
Me.txbDSHifu_1.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbDSHifu_1.TabIndex = 49
|
|
Me.txbDSHifu_1.Text = "대 기"
|
|
Me.txbDSHifu_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnDSBasic
|
|
'
|
|
Me.pnDSBasic.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.pnDSBasic.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnDSBasic.Controls.Add(Me.lbDSBasic)
|
|
Me.pnDSBasic.Controls.Add(Me.txbDSBasic)
|
|
Me.pnDSBasic.Location = New System.Drawing.Point(20, 10)
|
|
Me.pnDSBasic.Name = "pnDSBasic"
|
|
Me.pnDSBasic.Size = New System.Drawing.Size(1050, 140)
|
|
Me.pnDSBasic.TabIndex = 62
|
|
'
|
|
'lbDSBasic
|
|
'
|
|
Me.lbDSBasic.AutoSize = True
|
|
Me.lbDSBasic.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSBasic.Location = New System.Drawing.Point(6, 9)
|
|
Me.lbDSBasic.Name = "lbDSBasic"
|
|
Me.lbDSBasic.Size = New System.Drawing.Size(216, 41)
|
|
Me.lbDSBasic.TabIndex = 48
|
|
Me.lbDSBasic.Text = "1. Basic Data"
|
|
'
|
|
'txbDSBasic
|
|
'
|
|
Me.txbDSBasic.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDSBasic.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSBasic.Location = New System.Drawing.Point(11, 54)
|
|
Me.txbDSBasic.Name = "txbDSBasic"
|
|
Me.txbDSBasic.ReadOnly = True
|
|
Me.txbDSBasic.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbDSBasic.TabIndex = 49
|
|
Me.txbDSBasic.Text = "대 기"
|
|
Me.txbDSBasic.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnDSBasicState
|
|
'
|
|
Me.pnDSBasicState.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.pnDSBasicState.Controls.Add(Me.lbDSBat)
|
|
Me.pnDSBasicState.Controls.Add(Me.txbDSBat)
|
|
Me.pnDSBasicState.Controls.Add(Me.lbDSTemp)
|
|
Me.pnDSBasicState.Controls.Add(Me.txbDSTemp)
|
|
Me.pnDSBasicState.Controls.Add(Me.lbDSFirm)
|
|
Me.pnDSBasicState.Controls.Add(Me.txbDSFirm)
|
|
Me.pnDSBasicState.Location = New System.Drawing.Point(20, 145)
|
|
Me.pnDSBasicState.Name = "pnDSBasicState"
|
|
Me.pnDSBasicState.Size = New System.Drawing.Size(1050, 115)
|
|
Me.pnDSBasicState.TabIndex = 61
|
|
'
|
|
'lbDSBat
|
|
'
|
|
Me.lbDSBat.AutoSize = True
|
|
Me.lbDSBat.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSBat.Location = New System.Drawing.Point(825, 9)
|
|
Me.lbDSBat.Name = "lbDSBat"
|
|
Me.lbDSBat.Size = New System.Drawing.Size(99, 32)
|
|
Me.lbDSBat.TabIndex = 52
|
|
Me.lbDSBat.Text = "Battery"
|
|
'
|
|
'txbDSBat
|
|
'
|
|
Me.txbDSBat.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDSBat.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSBat.Location = New System.Drawing.Point(711, 42)
|
|
Me.txbDSBat.Name = "txbDSBat"
|
|
Me.txbDSBat.ReadOnly = True
|
|
Me.txbDSBat.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbDSBat.TabIndex = 53
|
|
Me.txbDSBat.Text = "대 기"
|
|
Me.txbDSBat.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSTemp
|
|
'
|
|
Me.lbDSTemp.AutoSize = True
|
|
Me.lbDSTemp.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSTemp.Location = New System.Drawing.Point(447, 8)
|
|
Me.lbDSTemp.Name = "lbDSTemp"
|
|
Me.lbDSTemp.Size = New System.Drawing.Size(163, 32)
|
|
Me.lbDSTemp.TabIndex = 50
|
|
Me.lbDSTemp.Text = "Temperature"
|
|
'
|
|
'txbDSTemp
|
|
'
|
|
Me.txbDSTemp.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDSTemp.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSTemp.Location = New System.Drawing.Point(363, 42)
|
|
Me.txbDSTemp.Name = "txbDSTemp"
|
|
Me.txbDSTemp.ReadOnly = True
|
|
Me.txbDSTemp.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbDSTemp.TabIndex = 51
|
|
Me.txbDSTemp.Text = "대 기"
|
|
Me.txbDSTemp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDSFirm
|
|
'
|
|
Me.lbDSFirm.AutoSize = True
|
|
Me.lbDSFirm.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDSFirm.Location = New System.Drawing.Point(120, 9)
|
|
Me.lbDSFirm.Name = "lbDSFirm"
|
|
Me.lbDSFirm.Size = New System.Drawing.Size(124, 32)
|
|
Me.lbDSFirm.TabIndex = 48
|
|
Me.lbDSFirm.Text = "Firmware"
|
|
'
|
|
'txbDSFirm
|
|
'
|
|
Me.txbDSFirm.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDSFirm.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDSFirm.Location = New System.Drawing.Point(10, 42)
|
|
Me.txbDSFirm.Name = "txbDSFirm"
|
|
Me.txbDSFirm.ReadOnly = True
|
|
Me.txbDSFirm.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbDSFirm.TabIndex = 49
|
|
Me.txbDSFirm.Text = "대 기"
|
|
Me.txbDSFirm.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'gbRunCount
|
|
'
|
|
Me.gbRunCount.Controls.Add(Me.txbNgCount)
|
|
Me.gbRunCount.Controls.Add(Me.lbNgCount)
|
|
Me.gbRunCount.Controls.Add(Me.txbOkCount)
|
|
Me.gbRunCount.Controls.Add(Me.lbOkCount)
|
|
Me.gbRunCount.Controls.Add(Me.txbDayCount)
|
|
Me.gbRunCount.Controls.Add(Me.lbDayCount)
|
|
Me.gbRunCount.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbRunCount.Location = New System.Drawing.Point(1100, 700)
|
|
Me.gbRunCount.Name = "gbRunCount"
|
|
Me.gbRunCount.Size = New System.Drawing.Size(810, 135)
|
|
Me.gbRunCount.TabIndex = 121
|
|
Me.gbRunCount.TabStop = False
|
|
Me.gbRunCount.Text = "금일 측정 수량"
|
|
'
|
|
'txbNgCount
|
|
'
|
|
Me.txbNgCount.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbNgCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbNgCount.Location = New System.Drawing.Point(675, 50)
|
|
Me.txbNgCount.Name = "txbNgCount"
|
|
Me.txbNgCount.ReadOnly = True
|
|
Me.txbNgCount.Size = New System.Drawing.Size(117, 49)
|
|
Me.txbNgCount.TabIndex = 5
|
|
Me.txbNgCount.Text = "0"
|
|
Me.txbNgCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbNgCount
|
|
'
|
|
Me.lbNgCount.AutoSize = True
|
|
Me.lbNgCount.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbNgCount.ForeColor = System.Drawing.Color.Red
|
|
Me.lbNgCount.Location = New System.Drawing.Point(550, 55)
|
|
Me.lbNgCount.Name = "lbNgCount"
|
|
Me.lbNgCount.Size = New System.Drawing.Size(119, 35)
|
|
Me.lbNgCount.TabIndex = 4
|
|
Me.lbNgCount.Text = "불량수량"
|
|
'
|
|
'txbOkCount
|
|
'
|
|
Me.txbOkCount.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbOkCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbOkCount.Location = New System.Drawing.Point(405, 50)
|
|
Me.txbOkCount.Name = "txbOkCount"
|
|
Me.txbOkCount.ReadOnly = True
|
|
Me.txbOkCount.Size = New System.Drawing.Size(117, 49)
|
|
Me.txbOkCount.TabIndex = 3
|
|
Me.txbOkCount.Text = "0"
|
|
Me.txbOkCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbOkCount
|
|
'
|
|
Me.lbOkCount.AutoSize = True
|
|
Me.lbOkCount.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbOkCount.ForeColor = System.Drawing.Color.Blue
|
|
Me.lbOkCount.Location = New System.Drawing.Point(280, 55)
|
|
Me.lbOkCount.Name = "lbOkCount"
|
|
Me.lbOkCount.Size = New System.Drawing.Size(119, 35)
|
|
Me.lbOkCount.TabIndex = 2
|
|
Me.lbOkCount.Text = "합격수량"
|
|
'
|
|
'txbDayCount
|
|
'
|
|
Me.txbDayCount.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDayCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDayCount.Location = New System.Drawing.Point(141, 50)
|
|
Me.txbDayCount.Name = "txbDayCount"
|
|
Me.txbDayCount.ReadOnly = True
|
|
Me.txbDayCount.Size = New System.Drawing.Size(117, 49)
|
|
Me.txbDayCount.TabIndex = 1
|
|
Me.txbDayCount.Text = "0"
|
|
Me.txbDayCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDayCount
|
|
'
|
|
Me.lbDayCount.AutoSize = True
|
|
Me.lbDayCount.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDayCount.Location = New System.Drawing.Point(16, 55)
|
|
Me.lbDayCount.Name = "lbDayCount"
|
|
Me.lbDayCount.Size = New System.Drawing.Size(119, 35)
|
|
Me.lbDayCount.TabIndex = 0
|
|
Me.lbDayCount.Text = "측정수량"
|
|
'
|
|
'gbOldMode
|
|
'
|
|
Me.gbOldMode.BackColor = System.Drawing.Color.Silver
|
|
Me.gbOldMode.Controls.Add(Me.rdbEFPD)
|
|
Me.gbOldMode.Controls.Add(Me.rdbEFIQC)
|
|
Me.gbOldMode.Controls.Add(Me.Label2)
|
|
Me.gbOldMode.Controls.Add(Me.rdbDsPD)
|
|
Me.gbOldMode.Controls.Add(Me.rdbDsIQC)
|
|
Me.gbOldMode.Controls.Add(Me.Label1)
|
|
Me.gbOldMode.Controls.Add(Me.rdbCompany)
|
|
Me.gbOldMode.Controls.Add(Me.lbALTO)
|
|
Me.gbOldMode.Controls.Add(Me.rdbAltoPD)
|
|
Me.gbOldMode.Controls.Add(Me.rdbAltoIqc)
|
|
Me.gbOldMode.Controls.Add(Me.lbMAX)
|
|
Me.gbOldMode.Controls.Add(Me.rdbIQC)
|
|
Me.gbOldMode.Controls.Add(Me.rdbRFMCEP)
|
|
Me.gbOldMode.Controls.Add(Me.rdbHF)
|
|
Me.gbOldMode.Controls.Add(Me.rdbAll)
|
|
Me.gbOldMode.Controls.Add(Me.Panel3)
|
|
Me.gbOldMode.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gbOldMode.ForeColor = System.Drawing.Color.Black
|
|
Me.gbOldMode.Location = New System.Drawing.Point(295, 5)
|
|
Me.gbOldMode.Name = "gbOldMode"
|
|
Me.gbOldMode.Size = New System.Drawing.Size(1090, 85)
|
|
Me.gbOldMode.TabIndex = 115
|
|
Me.gbOldMode.TabStop = False
|
|
Me.gbOldMode.Text = "모드 설정"
|
|
'
|
|
'rdbEFPD
|
|
'
|
|
Me.rdbEFPD.AutoSize = True
|
|
Me.rdbEFPD.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.rdbEFPD.Location = New System.Drawing.Point(835, 48)
|
|
Me.rdbEFPD.Name = "rdbEFPD"
|
|
Me.rdbEFPD.Size = New System.Drawing.Size(236, 28)
|
|
Me.rdbEFPD.TabIndex = 94
|
|
Me.rdbEFPD.Text = "생산 5(HF측정/정보입력)"
|
|
Me.rdbEFPD.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbEFIQC
|
|
'
|
|
Me.rdbEFIQC.AutoSize = True
|
|
Me.rdbEFIQC.Enabled = False
|
|
Me.rdbEFIQC.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.rdbEFIQC.Location = New System.Drawing.Point(835, 20)
|
|
Me.rdbEFIQC.Name = "rdbEFIQC"
|
|
Me.rdbEFIQC.Size = New System.Drawing.Size(138, 28)
|
|
Me.rdbEFIQC.TabIndex = 93
|
|
Me.rdbEFIQC.Text = "수입검사(HF)"
|
|
Me.rdbEFIQC.UseVisualStyleBackColor = True
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(898, 0)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(72, 21)
|
|
Me.Label2.TabIndex = 92
|
|
Me.Label2.Text = "EFFECT"
|
|
'
|
|
'rdbDsPD
|
|
'
|
|
Me.rdbDsPD.AutoSize = True
|
|
Me.rdbDsPD.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.rdbDsPD.Location = New System.Drawing.Point(679, 48)
|
|
Me.rdbDsPD.Name = "rdbDsPD"
|
|
Me.rdbDsPD.Size = New System.Drawing.Size(118, 28)
|
|
Me.rdbDsPD.TabIndex = 91
|
|
Me.rdbDsPD.Text = "생산 4(HF)"
|
|
Me.rdbDsPD.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbDsIQC
|
|
'
|
|
Me.rdbDsIQC.AutoSize = True
|
|
Me.rdbDsIQC.Enabled = False
|
|
Me.rdbDsIQC.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.rdbDsIQC.Location = New System.Drawing.Point(679, 20)
|
|
Me.rdbDsIQC.Name = "rdbDsIQC"
|
|
Me.rdbDsIQC.Size = New System.Drawing.Size(138, 28)
|
|
Me.rdbDsIQC.TabIndex = 90
|
|
Me.rdbDsIQC.Text = "수입검사(HF)"
|
|
Me.rdbDsIQC.UseVisualStyleBackColor = True
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(697, 0)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(105, 21)
|
|
Me.Label1.TabIndex = 89
|
|
Me.Label1.Text = "DUALSONIC"
|
|
'
|
|
'rdbCompany
|
|
'
|
|
Me.rdbCompany.AutoSize = True
|
|
Me.rdbCompany.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.rdbCompany.Location = New System.Drawing.Point(12, 20)
|
|
Me.rdbCompany.Name = "rdbCompany"
|
|
Me.rdbCompany.Size = New System.Drawing.Size(176, 28)
|
|
Me.rdbCompany.TabIndex = 88
|
|
Me.rdbCompany.Text = "업체 전용(RF/EP)"
|
|
Me.rdbCompany.UseVisualStyleBackColor = True
|
|
'
|
|
'lbALTO
|
|
'
|
|
Me.lbALTO.AutoSize = True
|
|
Me.lbALTO.Location = New System.Drawing.Point(536, 0)
|
|
Me.lbALTO.Name = "lbALTO"
|
|
Me.lbALTO.Size = New System.Drawing.Size(53, 21)
|
|
Me.lbALTO.TabIndex = 87
|
|
Me.lbALTO.Text = "ALTO"
|
|
'
|
|
'rdbAltoPD
|
|
'
|
|
Me.rdbAltoPD.AutoSize = True
|
|
Me.rdbAltoPD.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.rdbAltoPD.Location = New System.Drawing.Point(483, 48)
|
|
Me.rdbAltoPD.Name = "rdbAltoPD"
|
|
Me.rdbAltoPD.Size = New System.Drawing.Size(150, 28)
|
|
Me.rdbAltoPD.TabIndex = 86
|
|
Me.rdbAltoPD.Text = "생산 3(RF/EP)"
|
|
Me.rdbAltoPD.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbAltoIqc
|
|
'
|
|
Me.rdbAltoIqc.AutoSize = True
|
|
Me.rdbAltoIqc.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.rdbAltoIqc.Location = New System.Drawing.Point(483, 20)
|
|
Me.rdbAltoIqc.Name = "rdbAltoIqc"
|
|
Me.rdbAltoIqc.Size = New System.Drawing.Size(170, 28)
|
|
Me.rdbAltoIqc.TabIndex = 85
|
|
Me.rdbAltoIqc.Text = "수입검사(RF/EP)"
|
|
Me.rdbAltoIqc.UseVisualStyleBackColor = True
|
|
'
|
|
'lbMAX
|
|
'
|
|
Me.lbMAX.AutoSize = True
|
|
Me.lbMAX.Location = New System.Drawing.Point(195, 4)
|
|
Me.lbMAX.Name = "lbMAX"
|
|
Me.lbMAX.Size = New System.Drawing.Size(88, 21)
|
|
Me.lbMAX.TabIndex = 84
|
|
Me.lbMAX.Text = "MAXIMUM"
|
|
'
|
|
'rdbIQC
|
|
'
|
|
Me.rdbIQC.AutoSize = True
|
|
Me.rdbIQC.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.rdbIQC.Location = New System.Drawing.Point(257, 20)
|
|
Me.rdbIQC.Name = "rdbIQC"
|
|
Me.rdbIQC.Size = New System.Drawing.Size(206, 28)
|
|
Me.rdbIQC.TabIndex = 83
|
|
Me.rdbIQC.Text = "수입검사(HF/RF/EP)"
|
|
Me.rdbIQC.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbRFMCEP
|
|
'
|
|
Me.rdbRFMCEP.AutoSize = True
|
|
Me.rdbRFMCEP.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.rdbRFMCEP.Location = New System.Drawing.Point(257, 48)
|
|
Me.rdbRFMCEP.Name = "rdbRFMCEP"
|
|
Me.rdbRFMCEP.Size = New System.Drawing.Size(189, 28)
|
|
Me.rdbRFMCEP.TabIndex = 82
|
|
Me.rdbRFMCEP.Text = "생산 2(RF/MC/EP)"
|
|
Me.rdbRFMCEP.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbHF
|
|
'
|
|
Me.rdbHF.AutoSize = True
|
|
Me.rdbHF.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.rdbHF.Location = New System.Drawing.Point(12, 48)
|
|
Me.rdbHF.Name = "rdbHF"
|
|
Me.rdbHF.Size = New System.Drawing.Size(236, 28)
|
|
Me.rdbHF.TabIndex = 81
|
|
Me.rdbHF.Text = "생산 1(HF측정/정보입력)"
|
|
Me.rdbHF.UseVisualStyleBackColor = True
|
|
'
|
|
'rdbAll
|
|
'
|
|
Me.rdbAll.AutoSize = True
|
|
Me.rdbAll.Enabled = False
|
|
Me.rdbAll.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.rdbAll.Location = New System.Drawing.Point(12, 20)
|
|
Me.rdbAll.Name = "rdbAll"
|
|
Me.rdbAll.Size = New System.Drawing.Size(135, 28)
|
|
Me.rdbAll.TabIndex = 80
|
|
Me.rdbAll.Text = "V1 전체 측정"
|
|
Me.rdbAll.UseVisualStyleBackColor = True
|
|
Me.rdbAll.Visible = False
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.Location = New System.Drawing.Point(29, 92)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(465, 113)
|
|
Me.Panel3.TabIndex = 79
|
|
'
|
|
'btnReStart
|
|
'
|
|
Me.btnReStart.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnReStart.Location = New System.Drawing.Point(1395, 4)
|
|
Me.btnReStart.Name = "btnReStart"
|
|
Me.btnReStart.Size = New System.Drawing.Size(170, 85)
|
|
Me.btnReStart.TabIndex = 114
|
|
Me.btnReStart.Text = "장비 재연결"
|
|
Me.btnReStart.UseVisualStyleBackColor = True
|
|
'
|
|
'gbBarcode
|
|
'
|
|
Me.gbBarcode.Controls.Add(Me.pnCPUTemp)
|
|
Me.gbBarcode.Controls.Add(Me.pnFreq)
|
|
Me.gbBarcode.Controls.Add(Me.pnDate)
|
|
Me.gbBarcode.Controls.Add(Me.pnTDSN)
|
|
Me.gbBarcode.Controls.Add(Me.pnGrade)
|
|
Me.gbBarcode.Controls.Add(Me.pnVer)
|
|
Me.gbBarcode.Controls.Add(Me.pnVolt)
|
|
Me.gbBarcode.Controls.Add(Me.pnDevTmp)
|
|
Me.gbBarcode.Controls.Add(Me.pnCartTmp)
|
|
Me.gbBarcode.Controls.Add(Me.Button1)
|
|
Me.gbBarcode.Controls.Add(Me.txbBarcode)
|
|
Me.gbBarcode.Controls.Add(Me.lbBarcode)
|
|
Me.gbBarcode.Location = New System.Drawing.Point(5, 90)
|
|
Me.gbBarcode.Name = "gbBarcode"
|
|
Me.gbBarcode.Size = New System.Drawing.Size(1910, 142)
|
|
Me.gbBarcode.TabIndex = 111
|
|
Me.gbBarcode.TabStop = False
|
|
'
|
|
'pnCPUTemp
|
|
'
|
|
Me.pnCPUTemp.Controls.Add(Me.txbCPUTemp)
|
|
Me.pnCPUTemp.Controls.Add(Me.lbCPUTemp)
|
|
Me.pnCPUTemp.Location = New System.Drawing.Point(1630, 95)
|
|
Me.pnCPUTemp.Name = "pnCPUTemp"
|
|
Me.pnCPUTemp.Size = New System.Drawing.Size(260, 40)
|
|
Me.pnCPUTemp.TabIndex = 119
|
|
'
|
|
'txbCPUTemp
|
|
'
|
|
Me.txbCPUTemp.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbCPUTemp.Location = New System.Drawing.Point(140, 2)
|
|
Me.txbCPUTemp.Name = "txbCPUTemp"
|
|
Me.txbCPUTemp.Size = New System.Drawing.Size(110, 35)
|
|
Me.txbCPUTemp.TabIndex = 9
|
|
Me.txbCPUTemp.Text = "대기"
|
|
Me.txbCPUTemp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbCPUTemp
|
|
'
|
|
Me.lbCPUTemp.AutoSize = True
|
|
Me.lbCPUTemp.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbCPUTemp.Location = New System.Drawing.Point(37, 5)
|
|
Me.lbCPUTemp.Name = "lbCPUTemp"
|
|
Me.lbCPUTemp.Size = New System.Drawing.Size(100, 27)
|
|
Me.lbCPUTemp.TabIndex = 8
|
|
Me.lbCPUTemp.Text = "CPU 온도"
|
|
'
|
|
'pnFreq
|
|
'
|
|
Me.pnFreq.Controls.Add(Me.txbFreq)
|
|
Me.pnFreq.Controls.Add(Me.lbFreq)
|
|
Me.pnFreq.Location = New System.Drawing.Point(1110, 95)
|
|
Me.pnFreq.Name = "pnFreq"
|
|
Me.pnFreq.Size = New System.Drawing.Size(260, 40)
|
|
Me.pnFreq.TabIndex = 116
|
|
'
|
|
'txbFreq
|
|
'
|
|
Me.txbFreq.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbFreq.Location = New System.Drawing.Point(88, 2)
|
|
Me.txbFreq.Name = "txbFreq"
|
|
Me.txbFreq.Size = New System.Drawing.Size(167, 35)
|
|
Me.txbFreq.TabIndex = 3
|
|
Me.txbFreq.Text = "대기"
|
|
Me.txbFreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbFreq
|
|
'
|
|
Me.lbFreq.AutoSize = True
|
|
Me.lbFreq.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbFreq.Location = New System.Drawing.Point(10, 5)
|
|
Me.lbFreq.Name = "lbFreq"
|
|
Me.lbFreq.Size = New System.Drawing.Size(72, 27)
|
|
Me.lbFreq.TabIndex = 2
|
|
Me.lbFreq.Text = "주파수"
|
|
'
|
|
'pnDate
|
|
'
|
|
Me.pnDate.Controls.Add(Me.txbDate)
|
|
Me.pnDate.Controls.Add(Me.lbDate)
|
|
Me.pnDate.Location = New System.Drawing.Point(1110, 55)
|
|
Me.pnDate.Name = "pnDate"
|
|
Me.pnDate.Size = New System.Drawing.Size(260, 40)
|
|
Me.pnDate.TabIndex = 117
|
|
'
|
|
'txbDate
|
|
'
|
|
Me.txbDate.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDate.Location = New System.Drawing.Point(88, 2)
|
|
Me.txbDate.Name = "txbDate"
|
|
Me.txbDate.Size = New System.Drawing.Size(167, 35)
|
|
Me.txbDate.TabIndex = 13
|
|
Me.txbDate.Text = "대기"
|
|
Me.txbDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDate
|
|
'
|
|
Me.lbDate.AutoSize = True
|
|
Me.lbDate.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDate.Location = New System.Drawing.Point(10, 5)
|
|
Me.lbDate.Name = "lbDate"
|
|
Me.lbDate.Size = New System.Drawing.Size(72, 27)
|
|
Me.lbDate.TabIndex = 12
|
|
Me.lbDate.Text = "측정일"
|
|
'
|
|
'pnTDSN
|
|
'
|
|
Me.pnTDSN.Controls.Add(Me.txbTDSN)
|
|
Me.pnTDSN.Controls.Add(Me.lbTDSN)
|
|
Me.pnTDSN.Location = New System.Drawing.Point(1110, 15)
|
|
Me.pnTDSN.Name = "pnTDSN"
|
|
Me.pnTDSN.Size = New System.Drawing.Size(260, 40)
|
|
Me.pnTDSN.TabIndex = 117
|
|
'
|
|
'txbTDSN
|
|
'
|
|
Me.txbTDSN.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTDSN.Location = New System.Drawing.Point(88, 2)
|
|
Me.txbTDSN.Name = "txbTDSN"
|
|
Me.txbTDSN.Size = New System.Drawing.Size(167, 35)
|
|
Me.txbTDSN.TabIndex = 17
|
|
Me.txbTDSN.Text = "대기"
|
|
Me.txbTDSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbTDSN
|
|
'
|
|
Me.lbTDSN.AutoSize = True
|
|
Me.lbTDSN.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbTDSN.Location = New System.Drawing.Point(10, 5)
|
|
Me.lbTDSN.Name = "lbTDSN"
|
|
Me.lbTDSN.Size = New System.Drawing.Size(70, 27)
|
|
Me.lbTDSN.TabIndex = 16
|
|
Me.lbTDSN.Text = "Serial"
|
|
'
|
|
'pnGrade
|
|
'
|
|
Me.pnGrade.Controls.Add(Me.txbGrade)
|
|
Me.pnGrade.Controls.Add(Me.lbGrade)
|
|
Me.pnGrade.Location = New System.Drawing.Point(1370, 15)
|
|
Me.pnGrade.Name = "pnGrade"
|
|
Me.pnGrade.Size = New System.Drawing.Size(260, 40)
|
|
Me.pnGrade.TabIndex = 117
|
|
'
|
|
'txbGrade
|
|
'
|
|
Me.txbGrade.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbGrade.Location = New System.Drawing.Point(140, 2)
|
|
Me.txbGrade.Name = "txbGrade"
|
|
Me.txbGrade.Size = New System.Drawing.Size(110, 35)
|
|
Me.txbGrade.TabIndex = 5
|
|
Me.txbGrade.Text = "대기"
|
|
Me.txbGrade.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbGrade
|
|
'
|
|
Me.lbGrade.AutoSize = True
|
|
Me.lbGrade.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbGrade.Location = New System.Drawing.Point(81, 5)
|
|
Me.lbGrade.Name = "lbGrade"
|
|
Me.lbGrade.Size = New System.Drawing.Size(52, 27)
|
|
Me.lbGrade.TabIndex = 4
|
|
Me.lbGrade.Text = "등급"
|
|
'
|
|
'pnVer
|
|
'
|
|
Me.pnVer.Controls.Add(Me.txbVer)
|
|
Me.pnVer.Controls.Add(Me.lbVer)
|
|
Me.pnVer.Location = New System.Drawing.Point(1370, 55)
|
|
Me.pnVer.Name = "pnVer"
|
|
Me.pnVer.Size = New System.Drawing.Size(260, 40)
|
|
Me.pnVer.TabIndex = 117
|
|
'
|
|
'txbVer
|
|
'
|
|
Me.txbVer.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbVer.Location = New System.Drawing.Point(140, 2)
|
|
Me.txbVer.Name = "txbVer"
|
|
Me.txbVer.Size = New System.Drawing.Size(110, 35)
|
|
Me.txbVer.TabIndex = 113
|
|
Me.txbVer.Text = "대기"
|
|
Me.txbVer.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbVer
|
|
'
|
|
Me.lbVer.AutoSize = True
|
|
Me.lbVer.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbVer.Location = New System.Drawing.Point(15, 5)
|
|
Me.lbVer.Name = "lbVer"
|
|
Me.lbVer.Size = New System.Drawing.Size(118, 27)
|
|
Me.lbVer.TabIndex = 112
|
|
Me.lbVer.Text = "펌웨어 버전"
|
|
'
|
|
'pnVolt
|
|
'
|
|
Me.pnVolt.Controls.Add(Me.txbVolt)
|
|
Me.pnVolt.Controls.Add(Me.lbVolt)
|
|
Me.pnVolt.Location = New System.Drawing.Point(1370, 95)
|
|
Me.pnVolt.Name = "pnVolt"
|
|
Me.pnVolt.Size = New System.Drawing.Size(260, 40)
|
|
Me.pnVolt.TabIndex = 117
|
|
'
|
|
'txbVolt
|
|
'
|
|
Me.txbVolt.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbVolt.Location = New System.Drawing.Point(140, 2)
|
|
Me.txbVolt.Name = "txbVolt"
|
|
Me.txbVolt.Size = New System.Drawing.Size(110, 35)
|
|
Me.txbVolt.TabIndex = 15
|
|
Me.txbVolt.Text = "대기"
|
|
Me.txbVolt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbVolt
|
|
'
|
|
Me.lbVolt.AutoSize = True
|
|
Me.lbVolt.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbVolt.Location = New System.Drawing.Point(15, 5)
|
|
Me.lbVolt.Name = "lbVolt"
|
|
Me.lbVolt.Size = New System.Drawing.Size(118, 27)
|
|
Me.lbVolt.TabIndex = 14
|
|
Me.lbVolt.Text = "배터리 전압"
|
|
'
|
|
'pnDevTmp
|
|
'
|
|
Me.pnDevTmp.Controls.Add(Me.txbDevTmp)
|
|
Me.pnDevTmp.Controls.Add(Me.lbDevTmp)
|
|
Me.pnDevTmp.Location = New System.Drawing.Point(1630, 15)
|
|
Me.pnDevTmp.Name = "pnDevTmp"
|
|
Me.pnDevTmp.Size = New System.Drawing.Size(260, 40)
|
|
Me.pnDevTmp.TabIndex = 117
|
|
'
|
|
'txbDevTmp
|
|
'
|
|
Me.txbDevTmp.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDevTmp.Location = New System.Drawing.Point(140, 2)
|
|
Me.txbDevTmp.Name = "txbDevTmp"
|
|
Me.txbDevTmp.Size = New System.Drawing.Size(110, 35)
|
|
Me.txbDevTmp.TabIndex = 7
|
|
Me.txbDevTmp.Text = "대기"
|
|
Me.txbDevTmp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbDevTmp
|
|
'
|
|
Me.lbDevTmp.AutoSize = True
|
|
Me.lbDevTmp.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDevTmp.Location = New System.Drawing.Point(37, 5)
|
|
Me.lbDevTmp.Name = "lbDevTmp"
|
|
Me.lbDevTmp.Size = New System.Drawing.Size(98, 27)
|
|
Me.lbDevTmp.TabIndex = 6
|
|
Me.lbDevTmp.Text = "본체 온도"
|
|
'
|
|
'pnCartTmp
|
|
'
|
|
Me.pnCartTmp.Controls.Add(Me.txbCartTmp)
|
|
Me.pnCartTmp.Controls.Add(Me.lbCartTmp)
|
|
Me.pnCartTmp.Location = New System.Drawing.Point(1630, 55)
|
|
Me.pnCartTmp.Name = "pnCartTmp"
|
|
Me.pnCartTmp.Size = New System.Drawing.Size(260, 40)
|
|
Me.pnCartTmp.TabIndex = 115
|
|
'
|
|
'txbCartTmp
|
|
'
|
|
Me.txbCartTmp.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbCartTmp.Location = New System.Drawing.Point(140, 2)
|
|
Me.txbCartTmp.Name = "txbCartTmp"
|
|
Me.txbCartTmp.Size = New System.Drawing.Size(110, 35)
|
|
Me.txbCartTmp.TabIndex = 9
|
|
Me.txbCartTmp.Text = "대기"
|
|
Me.txbCartTmp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbCartTmp
|
|
'
|
|
Me.lbCartTmp.AutoSize = True
|
|
Me.lbCartTmp.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbCartTmp.Location = New System.Drawing.Point(-3, 5)
|
|
Me.lbCartTmp.Name = "lbCartTmp"
|
|
Me.lbCartTmp.Size = New System.Drawing.Size(138, 27)
|
|
Me.lbCartTmp.TabIndex = 8
|
|
Me.lbCartTmp.Text = "카트리지 온도"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(945, 42)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(116, 76)
|
|
Me.Button1.TabIndex = 114
|
|
Me.Button1.Text = "테스트 시작"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
Me.Button1.Visible = False
|
|
'
|
|
'txbBarcode
|
|
'
|
|
Me.txbBarcode.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
|
Me.txbBarcode.Font = New System.Drawing.Font("함초롬바탕", 54.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbBarcode.ImeMode = System.Windows.Forms.ImeMode.Disable
|
|
Me.txbBarcode.Location = New System.Drawing.Point(277, 25)
|
|
Me.txbBarcode.MaxLength = 5000
|
|
Me.txbBarcode.Name = "txbBarcode"
|
|
Me.txbBarcode.Size = New System.Drawing.Size(810, 102)
|
|
Me.txbBarcode.TabIndex = 1
|
|
Me.txbBarcode.Text = "SN입력하세요!"
|
|
Me.txbBarcode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbBarcode
|
|
'
|
|
Me.lbBarcode.AutoSize = True
|
|
Me.lbBarcode.Font = New System.Drawing.Font("함초롬바탕", 54.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbBarcode.Location = New System.Drawing.Point(18, 28)
|
|
Me.lbBarcode.Name = "lbBarcode"
|
|
Me.lbBarcode.Size = New System.Drawing.Size(253, 95)
|
|
Me.lbBarcode.TabIndex = 0
|
|
Me.lbBarcode.Text = "바코드"
|
|
'
|
|
'btnRun
|
|
'
|
|
Me.btnRun.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnRun.Location = New System.Drawing.Point(1100, 850)
|
|
Me.btnRun.Name = "btnRun"
|
|
Me.btnRun.Size = New System.Drawing.Size(810, 135)
|
|
Me.btnRun.TabIndex = 108
|
|
Me.btnRun.Text = "시 작"
|
|
Me.btnRun.UseVisualStyleBackColor = True
|
|
'
|
|
'btnEnd
|
|
'
|
|
Me.btnEnd.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnEnd.Location = New System.Drawing.Point(1745, 4)
|
|
Me.btnEnd.Name = "btnEnd"
|
|
Me.btnEnd.Size = New System.Drawing.Size(170, 85)
|
|
Me.btnEnd.TabIndex = 81
|
|
Me.btnEnd.Text = "나 가 기"
|
|
Me.btnEnd.UseVisualStyleBackColor = True
|
|
'
|
|
'gpbConfig
|
|
'
|
|
Me.gpbConfig.BackColor = System.Drawing.Color.Silver
|
|
Me.gpbConfig.Controls.Add(Me.ckbModeV2)
|
|
Me.gpbConfig.Controls.Add(Me.PNnormal)
|
|
Me.gpbConfig.Controls.Add(Me.chbAutoMeasure)
|
|
Me.gpbConfig.Controls.Add(Me.chbUseBarcode)
|
|
Me.gpbConfig.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.gpbConfig.ForeColor = System.Drawing.Color.Black
|
|
Me.gpbConfig.Location = New System.Drawing.Point(5, 5)
|
|
Me.gpbConfig.Name = "gpbConfig"
|
|
Me.gpbConfig.Size = New System.Drawing.Size(285, 85)
|
|
Me.gpbConfig.TabIndex = 80
|
|
Me.gpbConfig.TabStop = False
|
|
Me.gpbConfig.Text = "설정"
|
|
'
|
|
'ckbModeV2
|
|
'
|
|
Me.ckbModeV2.AutoSize = True
|
|
Me.ckbModeV2.Checked = True
|
|
Me.ckbModeV2.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.ckbModeV2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.ckbModeV2.Location = New System.Drawing.Point(20, 49)
|
|
Me.ckbModeV2.Name = "ckbModeV2"
|
|
Me.ckbModeV2.Size = New System.Drawing.Size(94, 28)
|
|
Me.ckbModeV2.TabIndex = 80
|
|
Me.ckbModeV2.Text = "V2 측정"
|
|
Me.ckbModeV2.UseVisualStyleBackColor = True
|
|
'
|
|
'PNnormal
|
|
'
|
|
Me.PNnormal.Location = New System.Drawing.Point(29, 92)
|
|
Me.PNnormal.Name = "PNnormal"
|
|
Me.PNnormal.Size = New System.Drawing.Size(465, 113)
|
|
Me.PNnormal.TabIndex = 79
|
|
'
|
|
'chbAutoMeasure
|
|
'
|
|
Me.chbAutoMeasure.AutoSize = True
|
|
Me.chbAutoMeasure.Checked = True
|
|
Me.chbAutoMeasure.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.chbAutoMeasure.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.chbAutoMeasure.Location = New System.Drawing.Point(160, 21)
|
|
Me.chbAutoMeasure.Name = "chbAutoMeasure"
|
|
Me.chbAutoMeasure.Size = New System.Drawing.Size(101, 28)
|
|
Me.chbAutoMeasure.TabIndex = 78
|
|
Me.chbAutoMeasure.Text = "자동측정"
|
|
Me.chbAutoMeasure.UseVisualStyleBackColor = True
|
|
'
|
|
'chbUseBarcode
|
|
'
|
|
Me.chbUseBarcode.AutoSize = True
|
|
Me.chbUseBarcode.Checked = True
|
|
Me.chbUseBarcode.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.chbUseBarcode.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.chbUseBarcode.Location = New System.Drawing.Point(20, 21)
|
|
Me.chbUseBarcode.Name = "chbUseBarcode"
|
|
Me.chbUseBarcode.Size = New System.Drawing.Size(119, 28)
|
|
Me.chbUseBarcode.TabIndex = 77
|
|
Me.chbUseBarcode.Text = "바코드사용"
|
|
Me.chbUseBarcode.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSetup
|
|
'
|
|
Me.btnSetup.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnSetup.Location = New System.Drawing.Point(1570, 4)
|
|
Me.btnSetup.Name = "btnSetup"
|
|
Me.btnSetup.Size = New System.Drawing.Size(170, 85)
|
|
Me.btnSetup.TabIndex = 16
|
|
Me.btnSetup.Text = "설 정"
|
|
Me.btnSetup.UseVisualStyleBackColor = True
|
|
'
|
|
'gbAltoIQC
|
|
'
|
|
Me.gbAltoIQC.Controls.Add(Me.pnAlIQCBody)
|
|
Me.gbAltoIQC.Controls.Add(Me.pnAlIQCBody_state)
|
|
Me.gbAltoIQC.Controls.Add(Me.pnAlIQCEP)
|
|
Me.gbAltoIQC.Controls.Add(Me.pnAlIQCEP_state)
|
|
Me.gbAltoIQC.Controls.Add(Me.pnAlIQCRF)
|
|
Me.gbAltoIQC.Controls.Add(Me.pnAlIQCRF_state)
|
|
Me.gbAltoIQC.Location = New System.Drawing.Point(5, 240)
|
|
Me.gbAltoIQC.Name = "gbAltoIQC"
|
|
Me.gbAltoIQC.Size = New System.Drawing.Size(1090, 760)
|
|
Me.gbAltoIQC.TabIndex = 120
|
|
Me.gbAltoIQC.TabStop = False
|
|
Me.gbAltoIQC.Visible = False
|
|
'
|
|
'pnAlIQCBody
|
|
'
|
|
Me.pnAlIQCBody.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.pnAlIQCBody.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnAlIQCBody.Controls.Add(Me.lbAlIQCBody)
|
|
Me.pnAlIQCBody.Controls.Add(Me.txbAlIQCBody)
|
|
Me.pnAlIQCBody.Location = New System.Drawing.Point(20, 500)
|
|
Me.pnAlIQCBody.Name = "pnAlIQCBody"
|
|
Me.pnAlIQCBody.Size = New System.Drawing.Size(1050, 140)
|
|
Me.pnAlIQCBody.TabIndex = 66
|
|
'
|
|
'lbAlIQCBody
|
|
'
|
|
Me.lbAlIQCBody.AutoSize = True
|
|
Me.lbAlIQCBody.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAlIQCBody.Location = New System.Drawing.Point(6, 9)
|
|
Me.lbAlIQCBody.Name = "lbAlIQCBody"
|
|
Me.lbAlIQCBody.Size = New System.Drawing.Size(190, 41)
|
|
Me.lbAlIQCBody.TabIndex = 48
|
|
Me.lbAlIQCBody.Text = "3. Body-UP"
|
|
'
|
|
'txbAlIQCBody
|
|
'
|
|
Me.txbAlIQCBody.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbAlIQCBody.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAlIQCBody.Location = New System.Drawing.Point(11, 54)
|
|
Me.txbAlIQCBody.Name = "txbAlIQCBody"
|
|
Me.txbAlIQCBody.ReadOnly = True
|
|
Me.txbAlIQCBody.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbAlIQCBody.TabIndex = 49
|
|
Me.txbAlIQCBody.Text = "대 기"
|
|
Me.txbAlIQCBody.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnAlIQCBody_state
|
|
'
|
|
Me.pnAlIQCBody_state.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.pnAlIQCBody_state.Controls.Add(Me.lbAlIQCBody_3)
|
|
Me.pnAlIQCBody_state.Controls.Add(Me.txbAlIQCBody_3)
|
|
Me.pnAlIQCBody_state.Controls.Add(Me.lbAlIQCBody_2)
|
|
Me.pnAlIQCBody_state.Controls.Add(Me.txbAlIQCBody_2)
|
|
Me.pnAlIQCBody_state.Controls.Add(Me.lbAlIQCBody_1)
|
|
Me.pnAlIQCBody_state.Controls.Add(Me.txbAlIQCBody_1)
|
|
Me.pnAlIQCBody_state.Location = New System.Drawing.Point(19, 635)
|
|
Me.pnAlIQCBody_state.Name = "pnAlIQCBody_state"
|
|
Me.pnAlIQCBody_state.Size = New System.Drawing.Size(1050, 115)
|
|
Me.pnAlIQCBody_state.TabIndex = 67
|
|
'
|
|
'lbAlIQCBody_3
|
|
'
|
|
Me.lbAlIQCBody_3.AutoSize = True
|
|
Me.lbAlIQCBody_3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAlIQCBody_3.Location = New System.Drawing.Point(825, 9)
|
|
Me.lbAlIQCBody_3.Name = "lbAlIQCBody_3"
|
|
Me.lbAlIQCBody_3.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbAlIQCBody_3.TabIndex = 52
|
|
Me.lbAlIQCBody_3.Text = "3차측정"
|
|
'
|
|
'txbAlIQCBody_3
|
|
'
|
|
Me.txbAlIQCBody_3.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbAlIQCBody_3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAlIQCBody_3.Location = New System.Drawing.Point(711, 42)
|
|
Me.txbAlIQCBody_3.Name = "txbAlIQCBody_3"
|
|
Me.txbAlIQCBody_3.ReadOnly = True
|
|
Me.txbAlIQCBody_3.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbAlIQCBody_3.TabIndex = 53
|
|
Me.txbAlIQCBody_3.Text = "대 기"
|
|
Me.txbAlIQCBody_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbAlIQCBody_2
|
|
'
|
|
Me.lbAlIQCBody_2.AutoSize = True
|
|
Me.lbAlIQCBody_2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAlIQCBody_2.Location = New System.Drawing.Point(477, 9)
|
|
Me.lbAlIQCBody_2.Name = "lbAlIQCBody_2"
|
|
Me.lbAlIQCBody_2.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbAlIQCBody_2.TabIndex = 50
|
|
Me.lbAlIQCBody_2.Text = "2차측정"
|
|
'
|
|
'txbAlIQCBody_2
|
|
'
|
|
Me.txbAlIQCBody_2.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbAlIQCBody_2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAlIQCBody_2.Location = New System.Drawing.Point(363, 42)
|
|
Me.txbAlIQCBody_2.Name = "txbAlIQCBody_2"
|
|
Me.txbAlIQCBody_2.ReadOnly = True
|
|
Me.txbAlIQCBody_2.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbAlIQCBody_2.TabIndex = 51
|
|
Me.txbAlIQCBody_2.Text = "대 기"
|
|
Me.txbAlIQCBody_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbAlIQCBody_1
|
|
'
|
|
Me.lbAlIQCBody_1.AutoSize = True
|
|
Me.lbAlIQCBody_1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAlIQCBody_1.Location = New System.Drawing.Point(124, 9)
|
|
Me.lbAlIQCBody_1.Name = "lbAlIQCBody_1"
|
|
Me.lbAlIQCBody_1.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbAlIQCBody_1.TabIndex = 48
|
|
Me.lbAlIQCBody_1.Text = "1차측정"
|
|
'
|
|
'txbAlIQCBody_1
|
|
'
|
|
Me.txbAlIQCBody_1.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbAlIQCBody_1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAlIQCBody_1.Location = New System.Drawing.Point(10, 42)
|
|
Me.txbAlIQCBody_1.Name = "txbAlIQCBody_1"
|
|
Me.txbAlIQCBody_1.ReadOnly = True
|
|
Me.txbAlIQCBody_1.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbAlIQCBody_1.TabIndex = 49
|
|
Me.txbAlIQCBody_1.Text = "대 기"
|
|
Me.txbAlIQCBody_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnAlIQCEP
|
|
'
|
|
Me.pnAlIQCEP.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.pnAlIQCEP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnAlIQCEP.Controls.Add(Me.lbAlIQCEP)
|
|
Me.pnAlIQCEP.Controls.Add(Me.txbAlIQCEP)
|
|
Me.pnAlIQCEP.Location = New System.Drawing.Point(20, 255)
|
|
Me.pnAlIQCEP.Name = "pnAlIQCEP"
|
|
Me.pnAlIQCEP.Size = New System.Drawing.Size(1050, 140)
|
|
Me.pnAlIQCEP.TabIndex = 64
|
|
'
|
|
'lbAlIQCEP
|
|
'
|
|
Me.lbAlIQCEP.AutoSize = True
|
|
Me.lbAlIQCEP.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAlIQCEP.Location = New System.Drawing.Point(6, 9)
|
|
Me.lbAlIQCEP.Name = "lbAlIQCEP"
|
|
Me.lbAlIQCEP.Size = New System.Drawing.Size(173, 41)
|
|
Me.lbAlIQCEP.TabIndex = 48
|
|
Me.lbAlIQCEP.Text = "2. Cos-UP"
|
|
'
|
|
'txbAlIQCEP
|
|
'
|
|
Me.txbAlIQCEP.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbAlIQCEP.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAlIQCEP.Location = New System.Drawing.Point(11, 54)
|
|
Me.txbAlIQCEP.Name = "txbAlIQCEP"
|
|
Me.txbAlIQCEP.ReadOnly = True
|
|
Me.txbAlIQCEP.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbAlIQCEP.TabIndex = 49
|
|
Me.txbAlIQCEP.Text = "대 기"
|
|
Me.txbAlIQCEP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnAlIQCEP_state
|
|
'
|
|
Me.pnAlIQCEP_state.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.pnAlIQCEP_state.Controls.Add(Me.lbAlIQCEP_3)
|
|
Me.pnAlIQCEP_state.Controls.Add(Me.txbAlIQCEP_3)
|
|
Me.pnAlIQCEP_state.Controls.Add(Me.lbAlIQCEP_2)
|
|
Me.pnAlIQCEP_state.Controls.Add(Me.txbAlIQCEP_2)
|
|
Me.pnAlIQCEP_state.Controls.Add(Me.lbAlIQCEP_1)
|
|
Me.pnAlIQCEP_state.Controls.Add(Me.txbAlIQCEP_1)
|
|
Me.pnAlIQCEP_state.Location = New System.Drawing.Point(20, 390)
|
|
Me.pnAlIQCEP_state.Name = "pnAlIQCEP_state"
|
|
Me.pnAlIQCEP_state.Size = New System.Drawing.Size(1050, 115)
|
|
Me.pnAlIQCEP_state.TabIndex = 65
|
|
'
|
|
'lbAlIQCEP_3
|
|
'
|
|
Me.lbAlIQCEP_3.AutoSize = True
|
|
Me.lbAlIQCEP_3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAlIQCEP_3.Location = New System.Drawing.Point(825, 9)
|
|
Me.lbAlIQCEP_3.Name = "lbAlIQCEP_3"
|
|
Me.lbAlIQCEP_3.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbAlIQCEP_3.TabIndex = 52
|
|
Me.lbAlIQCEP_3.Text = "3차측정"
|
|
'
|
|
'txbAlIQCEP_3
|
|
'
|
|
Me.txbAlIQCEP_3.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbAlIQCEP_3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAlIQCEP_3.Location = New System.Drawing.Point(711, 42)
|
|
Me.txbAlIQCEP_3.Name = "txbAlIQCEP_3"
|
|
Me.txbAlIQCEP_3.ReadOnly = True
|
|
Me.txbAlIQCEP_3.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbAlIQCEP_3.TabIndex = 53
|
|
Me.txbAlIQCEP_3.Text = "대 기"
|
|
Me.txbAlIQCEP_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbAlIQCEP_2
|
|
'
|
|
Me.lbAlIQCEP_2.AutoSize = True
|
|
Me.lbAlIQCEP_2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAlIQCEP_2.Location = New System.Drawing.Point(477, 9)
|
|
Me.lbAlIQCEP_2.Name = "lbAlIQCEP_2"
|
|
Me.lbAlIQCEP_2.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbAlIQCEP_2.TabIndex = 50
|
|
Me.lbAlIQCEP_2.Text = "2차측정"
|
|
'
|
|
'txbAlIQCEP_2
|
|
'
|
|
Me.txbAlIQCEP_2.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbAlIQCEP_2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAlIQCEP_2.Location = New System.Drawing.Point(363, 42)
|
|
Me.txbAlIQCEP_2.Name = "txbAlIQCEP_2"
|
|
Me.txbAlIQCEP_2.ReadOnly = True
|
|
Me.txbAlIQCEP_2.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbAlIQCEP_2.TabIndex = 51
|
|
Me.txbAlIQCEP_2.Text = "대 기"
|
|
Me.txbAlIQCEP_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbAlIQCEP_1
|
|
'
|
|
Me.lbAlIQCEP_1.AutoSize = True
|
|
Me.lbAlIQCEP_1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAlIQCEP_1.Location = New System.Drawing.Point(124, 9)
|
|
Me.lbAlIQCEP_1.Name = "lbAlIQCEP_1"
|
|
Me.lbAlIQCEP_1.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbAlIQCEP_1.TabIndex = 48
|
|
Me.lbAlIQCEP_1.Text = "1차측정"
|
|
'
|
|
'txbAlIQCEP_1
|
|
'
|
|
Me.txbAlIQCEP_1.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbAlIQCEP_1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAlIQCEP_1.Location = New System.Drawing.Point(10, 42)
|
|
Me.txbAlIQCEP_1.Name = "txbAlIQCEP_1"
|
|
Me.txbAlIQCEP_1.ReadOnly = True
|
|
Me.txbAlIQCEP_1.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbAlIQCEP_1.TabIndex = 49
|
|
Me.txbAlIQCEP_1.Text = "대 기"
|
|
Me.txbAlIQCEP_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnAlIQCRF
|
|
'
|
|
Me.pnAlIQCRF.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.pnAlIQCRF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnAlIQCRF.Controls.Add(Me.lbAlIQCRF)
|
|
Me.pnAlIQCRF.Controls.Add(Me.txbAlIQCRF)
|
|
Me.pnAlIQCRF.Location = New System.Drawing.Point(20, 10)
|
|
Me.pnAlIQCRF.Name = "pnAlIQCRF"
|
|
Me.pnAlIQCRF.Size = New System.Drawing.Size(1050, 140)
|
|
Me.pnAlIQCRF.TabIndex = 62
|
|
'
|
|
'lbAlIQCRF
|
|
'
|
|
Me.lbAlIQCRF.AutoSize = True
|
|
Me.lbAlIQCRF.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAlIQCRF.Location = New System.Drawing.Point(6, 9)
|
|
Me.lbAlIQCRF.Name = "lbAlIQCRF"
|
|
Me.lbAlIQCRF.Size = New System.Drawing.Size(194, 41)
|
|
Me.lbAlIQCRF.TabIndex = 48
|
|
Me.lbAlIQCRF.Text = "1. Tight-UP"
|
|
'
|
|
'txbAlIQCRF
|
|
'
|
|
Me.txbAlIQCRF.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbAlIQCRF.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAlIQCRF.Location = New System.Drawing.Point(11, 54)
|
|
Me.txbAlIQCRF.Name = "txbAlIQCRF"
|
|
Me.txbAlIQCRF.ReadOnly = True
|
|
Me.txbAlIQCRF.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbAlIQCRF.TabIndex = 49
|
|
Me.txbAlIQCRF.Text = "대 기"
|
|
Me.txbAlIQCRF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnAlIQCRF_state
|
|
'
|
|
Me.pnAlIQCRF_state.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.pnAlIQCRF_state.Controls.Add(Me.lbAlIQCRF_3)
|
|
Me.pnAlIQCRF_state.Controls.Add(Me.txbAlIQCRF_3)
|
|
Me.pnAlIQCRF_state.Controls.Add(Me.lbAlIQCRF_2)
|
|
Me.pnAlIQCRF_state.Controls.Add(Me.txbAlIQCRF_2)
|
|
Me.pnAlIQCRF_state.Controls.Add(Me.lbAlIQCRF_1)
|
|
Me.pnAlIQCRF_state.Controls.Add(Me.txbAlIQCRF_1)
|
|
Me.pnAlIQCRF_state.Location = New System.Drawing.Point(20, 145)
|
|
Me.pnAlIQCRF_state.Name = "pnAlIQCRF_state"
|
|
Me.pnAlIQCRF_state.Size = New System.Drawing.Size(1050, 115)
|
|
Me.pnAlIQCRF_state.TabIndex = 61
|
|
'
|
|
'lbAlIQCRF_3
|
|
'
|
|
Me.lbAlIQCRF_3.AutoSize = True
|
|
Me.lbAlIQCRF_3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAlIQCRF_3.Location = New System.Drawing.Point(825, 9)
|
|
Me.lbAlIQCRF_3.Name = "lbAlIQCRF_3"
|
|
Me.lbAlIQCRF_3.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbAlIQCRF_3.TabIndex = 52
|
|
Me.lbAlIQCRF_3.Text = "3차측정"
|
|
'
|
|
'txbAlIQCRF_3
|
|
'
|
|
Me.txbAlIQCRF_3.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbAlIQCRF_3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAlIQCRF_3.Location = New System.Drawing.Point(711, 42)
|
|
Me.txbAlIQCRF_3.Name = "txbAlIQCRF_3"
|
|
Me.txbAlIQCRF_3.ReadOnly = True
|
|
Me.txbAlIQCRF_3.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbAlIQCRF_3.TabIndex = 53
|
|
Me.txbAlIQCRF_3.Text = "대 기"
|
|
Me.txbAlIQCRF_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbAlIQCRF_2
|
|
'
|
|
Me.lbAlIQCRF_2.AutoSize = True
|
|
Me.lbAlIQCRF_2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAlIQCRF_2.Location = New System.Drawing.Point(477, 9)
|
|
Me.lbAlIQCRF_2.Name = "lbAlIQCRF_2"
|
|
Me.lbAlIQCRF_2.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbAlIQCRF_2.TabIndex = 50
|
|
Me.lbAlIQCRF_2.Text = "2차측정"
|
|
'
|
|
'txbAlIQCRF_2
|
|
'
|
|
Me.txbAlIQCRF_2.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbAlIQCRF_2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAlIQCRF_2.Location = New System.Drawing.Point(363, 42)
|
|
Me.txbAlIQCRF_2.Name = "txbAlIQCRF_2"
|
|
Me.txbAlIQCRF_2.ReadOnly = True
|
|
Me.txbAlIQCRF_2.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbAlIQCRF_2.TabIndex = 51
|
|
Me.txbAlIQCRF_2.Text = "대 기"
|
|
Me.txbAlIQCRF_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbAlIQCRF_1
|
|
'
|
|
Me.lbAlIQCRF_1.AutoSize = True
|
|
Me.lbAlIQCRF_1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbAlIQCRF_1.Location = New System.Drawing.Point(124, 9)
|
|
Me.lbAlIQCRF_1.Name = "lbAlIQCRF_1"
|
|
Me.lbAlIQCRF_1.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbAlIQCRF_1.TabIndex = 48
|
|
Me.lbAlIQCRF_1.Text = "1차측정"
|
|
'
|
|
'txbAlIQCRF_1
|
|
'
|
|
Me.txbAlIQCRF_1.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbAlIQCRF_1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbAlIQCRF_1.Location = New System.Drawing.Point(10, 42)
|
|
Me.txbAlIQCRF_1.Name = "txbAlIQCRF_1"
|
|
Me.txbAlIQCRF_1.ReadOnly = True
|
|
Me.txbAlIQCRF_1.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbAlIQCRF_1.TabIndex = 49
|
|
Me.txbAlIQCRF_1.Text = "대 기"
|
|
Me.txbAlIQCRF_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'gbIQC
|
|
'
|
|
Me.gbIQC.Controls.Add(Me.pnIQCEP)
|
|
Me.gbIQC.Controls.Add(Me.pnIQCRun3)
|
|
Me.gbIQC.Controls.Add(Me.pnIQCRF)
|
|
Me.gbIQC.Controls.Add(Me.pnIQCRun2)
|
|
Me.gbIQC.Controls.Add(Me.pnIQCHF)
|
|
Me.gbIQC.Controls.Add(Me.pnIQCRun1)
|
|
Me.gbIQC.Location = New System.Drawing.Point(5, 240)
|
|
Me.gbIQC.Name = "gbIQC"
|
|
Me.gbIQC.Size = New System.Drawing.Size(1090, 747)
|
|
Me.gbIQC.TabIndex = 118
|
|
Me.gbIQC.TabStop = False
|
|
Me.gbIQC.Visible = False
|
|
'
|
|
'pnIQCEP
|
|
'
|
|
Me.pnIQCEP.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.pnIQCEP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnIQCEP.Controls.Add(Me.lbIQCEP)
|
|
Me.pnIQCEP.Controls.Add(Me.txbIQCEP)
|
|
Me.pnIQCEP.Location = New System.Drawing.Point(16, 501)
|
|
Me.pnIQCEP.Name = "pnIQCEP"
|
|
Me.pnIQCEP.Size = New System.Drawing.Size(1056, 140)
|
|
Me.pnIQCEP.TabIndex = 64
|
|
'
|
|
'lbIQCEP
|
|
'
|
|
Me.lbIQCEP.AutoSize = True
|
|
Me.lbIQCEP.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbIQCEP.Location = New System.Drawing.Point(6, 9)
|
|
Me.lbIQCEP.Name = "lbIQCEP"
|
|
Me.lbIQCEP.Size = New System.Drawing.Size(173, 41)
|
|
Me.lbIQCEP.TabIndex = 48
|
|
Me.lbIQCEP.Text = "3. Cos-Up"
|
|
'
|
|
'txbIQCEP
|
|
'
|
|
Me.txbIQCEP.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbIQCEP.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbIQCEP.Location = New System.Drawing.Point(11, 54)
|
|
Me.txbIQCEP.Name = "txbIQCEP"
|
|
Me.txbIQCEP.ReadOnly = True
|
|
Me.txbIQCEP.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbIQCEP.TabIndex = 49
|
|
Me.txbIQCEP.Text = "대 기"
|
|
Me.txbIQCEP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnIQCRun3
|
|
'
|
|
Me.pnIQCRun3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.pnIQCRun3.Controls.Add(Me.lbIQCEP3)
|
|
Me.pnIQCRun3.Controls.Add(Me.txbIQCEP3)
|
|
Me.pnIQCRun3.Controls.Add(Me.lbIQCEP2)
|
|
Me.pnIQCRun3.Controls.Add(Me.txbIQCEP2)
|
|
Me.pnIQCRun3.Controls.Add(Me.lbIQCEP1)
|
|
Me.pnIQCRun3.Controls.Add(Me.txbIQCEP1)
|
|
Me.pnIQCRun3.Location = New System.Drawing.Point(16, 628)
|
|
Me.pnIQCRun3.Name = "pnIQCRun3"
|
|
Me.pnIQCRun3.Size = New System.Drawing.Size(1056, 112)
|
|
Me.pnIQCRun3.TabIndex = 65
|
|
'
|
|
'lbIQCEP3
|
|
'
|
|
Me.lbIQCEP3.AutoSize = True
|
|
Me.lbIQCEP3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbIQCEP3.Location = New System.Drawing.Point(825, 9)
|
|
Me.lbIQCEP3.Name = "lbIQCEP3"
|
|
Me.lbIQCEP3.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbIQCEP3.TabIndex = 52
|
|
Me.lbIQCEP3.Text = "3차측정"
|
|
'
|
|
'txbIQCEP3
|
|
'
|
|
Me.txbIQCEP3.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbIQCEP3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbIQCEP3.Location = New System.Drawing.Point(711, 42)
|
|
Me.txbIQCEP3.Name = "txbIQCEP3"
|
|
Me.txbIQCEP3.ReadOnly = True
|
|
Me.txbIQCEP3.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbIQCEP3.TabIndex = 53
|
|
Me.txbIQCEP3.Text = "대 기"
|
|
Me.txbIQCEP3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbIQCEP2
|
|
'
|
|
Me.lbIQCEP2.AutoSize = True
|
|
Me.lbIQCEP2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbIQCEP2.Location = New System.Drawing.Point(477, 9)
|
|
Me.lbIQCEP2.Name = "lbIQCEP2"
|
|
Me.lbIQCEP2.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbIQCEP2.TabIndex = 50
|
|
Me.lbIQCEP2.Text = "2차측정"
|
|
'
|
|
'txbIQCEP2
|
|
'
|
|
Me.txbIQCEP2.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbIQCEP2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbIQCEP2.Location = New System.Drawing.Point(363, 42)
|
|
Me.txbIQCEP2.Name = "txbIQCEP2"
|
|
Me.txbIQCEP2.ReadOnly = True
|
|
Me.txbIQCEP2.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbIQCEP2.TabIndex = 51
|
|
Me.txbIQCEP2.Text = "대 기"
|
|
Me.txbIQCEP2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbIQCEP1
|
|
'
|
|
Me.lbIQCEP1.AutoSize = True
|
|
Me.lbIQCEP1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbIQCEP1.Location = New System.Drawing.Point(124, 9)
|
|
Me.lbIQCEP1.Name = "lbIQCEP1"
|
|
Me.lbIQCEP1.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbIQCEP1.TabIndex = 48
|
|
Me.lbIQCEP1.Text = "1차측정"
|
|
'
|
|
'txbIQCEP1
|
|
'
|
|
Me.txbIQCEP1.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbIQCEP1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbIQCEP1.Location = New System.Drawing.Point(10, 42)
|
|
Me.txbIQCEP1.Name = "txbIQCEP1"
|
|
Me.txbIQCEP1.ReadOnly = True
|
|
Me.txbIQCEP1.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbIQCEP1.TabIndex = 49
|
|
Me.txbIQCEP1.Text = "대 기"
|
|
Me.txbIQCEP1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnIQCRF
|
|
'
|
|
Me.pnIQCRF.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.pnIQCRF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnIQCRF.Controls.Add(Me.lbIQCRF)
|
|
Me.pnIQCRF.Controls.Add(Me.txbIQCRF)
|
|
Me.pnIQCRF.Location = New System.Drawing.Point(17, 257)
|
|
Me.pnIQCRF.Name = "pnIQCRF"
|
|
Me.pnIQCRF.Size = New System.Drawing.Size(1056, 140)
|
|
Me.pnIQCRF.TabIndex = 62
|
|
'
|
|
'lbIQCRF
|
|
'
|
|
Me.lbIQCRF.AutoSize = True
|
|
Me.lbIQCRF.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbIQCRF.Location = New System.Drawing.Point(6, 9)
|
|
Me.lbIQCRF.Name = "lbIQCRF"
|
|
Me.lbIQCRF.Size = New System.Drawing.Size(194, 41)
|
|
Me.lbIQCRF.TabIndex = 48
|
|
Me.lbIQCRF.Text = "2. Tight-Up"
|
|
'
|
|
'txbIQCRF
|
|
'
|
|
Me.txbIQCRF.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbIQCRF.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbIQCRF.Location = New System.Drawing.Point(11, 54)
|
|
Me.txbIQCRF.Name = "txbIQCRF"
|
|
Me.txbIQCRF.ReadOnly = True
|
|
Me.txbIQCRF.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbIQCRF.TabIndex = 49
|
|
Me.txbIQCRF.Text = "대 기"
|
|
Me.txbIQCRF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnIQCRun2
|
|
'
|
|
Me.pnIQCRun2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.pnIQCRun2.Controls.Add(Me.lbIQCRF3)
|
|
Me.pnIQCRun2.Controls.Add(Me.txbIQCRF3)
|
|
Me.pnIQCRun2.Controls.Add(Me.lbIQCRF2)
|
|
Me.pnIQCRun2.Controls.Add(Me.txbIQCRF2)
|
|
Me.pnIQCRun2.Controls.Add(Me.lbIQCRF1)
|
|
Me.pnIQCRun2.Controls.Add(Me.txbIQCRF1)
|
|
Me.pnIQCRun2.Location = New System.Drawing.Point(17, 384)
|
|
Me.pnIQCRun2.Name = "pnIQCRun2"
|
|
Me.pnIQCRun2.Size = New System.Drawing.Size(1056, 112)
|
|
Me.pnIQCRun2.TabIndex = 63
|
|
'
|
|
'lbIQCRF3
|
|
'
|
|
Me.lbIQCRF3.AutoSize = True
|
|
Me.lbIQCRF3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbIQCRF3.Location = New System.Drawing.Point(825, 9)
|
|
Me.lbIQCRF3.Name = "lbIQCRF3"
|
|
Me.lbIQCRF3.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbIQCRF3.TabIndex = 52
|
|
Me.lbIQCRF3.Text = "3차측정"
|
|
'
|
|
'txbIQCRF3
|
|
'
|
|
Me.txbIQCRF3.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbIQCRF3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbIQCRF3.Location = New System.Drawing.Point(711, 42)
|
|
Me.txbIQCRF3.Name = "txbIQCRF3"
|
|
Me.txbIQCRF3.ReadOnly = True
|
|
Me.txbIQCRF3.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbIQCRF3.TabIndex = 53
|
|
Me.txbIQCRF3.Text = "대 기"
|
|
Me.txbIQCRF3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbIQCRF2
|
|
'
|
|
Me.lbIQCRF2.AutoSize = True
|
|
Me.lbIQCRF2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbIQCRF2.Location = New System.Drawing.Point(477, 9)
|
|
Me.lbIQCRF2.Name = "lbIQCRF2"
|
|
Me.lbIQCRF2.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbIQCRF2.TabIndex = 50
|
|
Me.lbIQCRF2.Text = "2차측정"
|
|
'
|
|
'txbIQCRF2
|
|
'
|
|
Me.txbIQCRF2.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbIQCRF2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbIQCRF2.Location = New System.Drawing.Point(363, 42)
|
|
Me.txbIQCRF2.Name = "txbIQCRF2"
|
|
Me.txbIQCRF2.ReadOnly = True
|
|
Me.txbIQCRF2.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbIQCRF2.TabIndex = 51
|
|
Me.txbIQCRF2.Text = "대 기"
|
|
Me.txbIQCRF2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbIQCRF1
|
|
'
|
|
Me.lbIQCRF1.AutoSize = True
|
|
Me.lbIQCRF1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbIQCRF1.Location = New System.Drawing.Point(124, 9)
|
|
Me.lbIQCRF1.Name = "lbIQCRF1"
|
|
Me.lbIQCRF1.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbIQCRF1.TabIndex = 48
|
|
Me.lbIQCRF1.Text = "1차측정"
|
|
'
|
|
'txbIQCRF1
|
|
'
|
|
Me.txbIQCRF1.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbIQCRF1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbIQCRF1.Location = New System.Drawing.Point(10, 42)
|
|
Me.txbIQCRF1.Name = "txbIQCRF1"
|
|
Me.txbIQCRF1.ReadOnly = True
|
|
Me.txbIQCRF1.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbIQCRF1.TabIndex = 49
|
|
Me.txbIQCRF1.Text = "대 기"
|
|
Me.txbIQCRF1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnIQCHF
|
|
'
|
|
Me.pnIQCHF.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.pnIQCHF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnIQCHF.Controls.Add(Me.lbIQCHF)
|
|
Me.pnIQCHF.Controls.Add(Me.txbIQCHF)
|
|
Me.pnIQCHF.Location = New System.Drawing.Point(17, 12)
|
|
Me.pnIQCHF.Name = "pnIQCHF"
|
|
Me.pnIQCHF.Size = New System.Drawing.Size(1056, 140)
|
|
Me.pnIQCHF.TabIndex = 60
|
|
'
|
|
'lbIQCHF
|
|
'
|
|
Me.lbIQCHF.AutoSize = True
|
|
Me.lbIQCHF.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbIQCHF.Location = New System.Drawing.Point(6, 9)
|
|
Me.lbIQCHF.Name = "lbIQCHF"
|
|
Me.lbIQCHF.Size = New System.Drawing.Size(132, 41)
|
|
Me.lbIQCHF.TabIndex = 48
|
|
Me.lbIQCHF.Text = "1. HIFU"
|
|
'
|
|
'txbIQCHF
|
|
'
|
|
Me.txbIQCHF.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbIQCHF.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbIQCHF.Location = New System.Drawing.Point(11, 54)
|
|
Me.txbIQCHF.Name = "txbIQCHF"
|
|
Me.txbIQCHF.ReadOnly = True
|
|
Me.txbIQCHF.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbIQCHF.TabIndex = 49
|
|
Me.txbIQCHF.Text = "대 기"
|
|
Me.txbIQCHF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnIQCRun1
|
|
'
|
|
Me.pnIQCRun1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.pnIQCRun1.Controls.Add(Me.lbIQCHF3)
|
|
Me.pnIQCRun1.Controls.Add(Me.txbIQCHF3)
|
|
Me.pnIQCRun1.Controls.Add(Me.lbIQCHF2)
|
|
Me.pnIQCRun1.Controls.Add(Me.txbIQCHF2)
|
|
Me.pnIQCRun1.Controls.Add(Me.lbIQCHF1)
|
|
Me.pnIQCRun1.Controls.Add(Me.txbIQCHF1)
|
|
Me.pnIQCRun1.Location = New System.Drawing.Point(17, 139)
|
|
Me.pnIQCRun1.Name = "pnIQCRun1"
|
|
Me.pnIQCRun1.Size = New System.Drawing.Size(1056, 112)
|
|
Me.pnIQCRun1.TabIndex = 61
|
|
'
|
|
'lbIQCHF3
|
|
'
|
|
Me.lbIQCHF3.AutoSize = True
|
|
Me.lbIQCHF3.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbIQCHF3.Location = New System.Drawing.Point(825, 9)
|
|
Me.lbIQCHF3.Name = "lbIQCHF3"
|
|
Me.lbIQCHF3.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbIQCHF3.TabIndex = 52
|
|
Me.lbIQCHF3.Text = "3차측정"
|
|
'
|
|
'txbIQCHF3
|
|
'
|
|
Me.txbIQCHF3.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbIQCHF3.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbIQCHF3.Location = New System.Drawing.Point(711, 42)
|
|
Me.txbIQCHF3.Name = "txbIQCHF3"
|
|
Me.txbIQCHF3.ReadOnly = True
|
|
Me.txbIQCHF3.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbIQCHF3.TabIndex = 53
|
|
Me.txbIQCHF3.Text = "대 기"
|
|
Me.txbIQCHF3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbIQCHF2
|
|
'
|
|
Me.lbIQCHF2.AutoSize = True
|
|
Me.lbIQCHF2.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbIQCHF2.Location = New System.Drawing.Point(477, 9)
|
|
Me.lbIQCHF2.Name = "lbIQCHF2"
|
|
Me.lbIQCHF2.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbIQCHF2.TabIndex = 50
|
|
Me.lbIQCHF2.Text = "2차측정"
|
|
'
|
|
'txbIQCHF2
|
|
'
|
|
Me.txbIQCHF2.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbIQCHF2.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbIQCHF2.Location = New System.Drawing.Point(363, 42)
|
|
Me.txbIQCHF2.Name = "txbIQCHF2"
|
|
Me.txbIQCHF2.ReadOnly = True
|
|
Me.txbIQCHF2.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbIQCHF2.TabIndex = 51
|
|
Me.txbIQCHF2.Text = "대 기"
|
|
Me.txbIQCHF2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbIQCHF1
|
|
'
|
|
Me.lbIQCHF1.AutoSize = True
|
|
Me.lbIQCHF1.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbIQCHF1.Location = New System.Drawing.Point(124, 9)
|
|
Me.lbIQCHF1.Name = "lbIQCHF1"
|
|
Me.lbIQCHF1.Size = New System.Drawing.Size(96, 32)
|
|
Me.lbIQCHF1.TabIndex = 48
|
|
Me.lbIQCHF1.Text = "1차측정"
|
|
'
|
|
'txbIQCHF1
|
|
'
|
|
Me.txbIQCHF1.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbIQCHF1.Font = New System.Drawing.Font("함초롬바탕", 32.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbIQCHF1.Location = New System.Drawing.Point(10, 42)
|
|
Me.txbIQCHF1.Name = "txbIQCHF1"
|
|
Me.txbIQCHF1.ReadOnly = True
|
|
Me.txbIQCHF1.Size = New System.Drawing.Size(330, 63)
|
|
Me.txbIQCHF1.TabIndex = 49
|
|
Me.txbIQCHF1.Text = "대 기"
|
|
Me.txbIQCHF1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'gbHFTest
|
|
'
|
|
Me.gbHFTest.Controls.Add(Me.pnDBreg)
|
|
Me.gbHFTest.Controls.Add(Me.pnTDreg)
|
|
Me.gbHFTest.Controls.Add(Me.pnHFtest)
|
|
Me.gbHFTest.Controls.Add(Me.pnHF)
|
|
Me.gbHFTest.Controls.Add(Me.pnTemp)
|
|
Me.gbHFTest.Controls.Add(Me.pnBat)
|
|
Me.gbHFTest.Location = New System.Drawing.Point(5, 240)
|
|
Me.gbHFTest.Name = "gbHFTest"
|
|
Me.gbHFTest.Size = New System.Drawing.Size(1090, 747)
|
|
Me.gbHFTest.TabIndex = 116
|
|
Me.gbHFTest.TabStop = False
|
|
Me.gbHFTest.Visible = False
|
|
'
|
|
'pnDBreg
|
|
'
|
|
Me.pnDBreg.Controls.Add(Me.lbDBreg)
|
|
Me.pnDBreg.Controls.Add(Me.txbDBreg)
|
|
Me.pnDBreg.Location = New System.Drawing.Point(16, 596)
|
|
Me.pnDBreg.Name = "pnDBreg"
|
|
Me.pnDBreg.Size = New System.Drawing.Size(1056, 140)
|
|
Me.pnDBreg.TabIndex = 63
|
|
'
|
|
'lbDBreg
|
|
'
|
|
Me.lbDBreg.AutoSize = True
|
|
Me.lbDBreg.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbDBreg.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbDBreg.Name = "lbDBreg"
|
|
Me.lbDBreg.Size = New System.Drawing.Size(242, 41)
|
|
Me.lbDBreg.TabIndex = 48
|
|
Me.lbDBreg.Text = "5. DB 정보 입력"
|
|
'
|
|
'txbDBreg
|
|
'
|
|
Me.txbDBreg.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbDBreg.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbDBreg.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbDBreg.Name = "txbDBreg"
|
|
Me.txbDBreg.ReadOnly = True
|
|
Me.txbDBreg.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbDBreg.TabIndex = 49
|
|
Me.txbDBreg.Text = "대 기"
|
|
Me.txbDBreg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnTDreg
|
|
'
|
|
Me.pnTDreg.Controls.Add(Me.lbTDreg)
|
|
Me.pnTDreg.Controls.Add(Me.txbTDreg)
|
|
Me.pnTDreg.Location = New System.Drawing.Point(17, 450)
|
|
Me.pnTDreg.Name = "pnTDreg"
|
|
Me.pnTDreg.Size = New System.Drawing.Size(1056, 140)
|
|
Me.pnTDreg.TabIndex = 62
|
|
'
|
|
'lbTDreg
|
|
'
|
|
Me.lbTDreg.AutoSize = True
|
|
Me.lbTDreg.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbTDreg.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbTDreg.Name = "lbTDreg"
|
|
Me.lbTDreg.Size = New System.Drawing.Size(234, 41)
|
|
Me.lbTDreg.TabIndex = 48
|
|
Me.lbTDreg.Text = "4. TD 정보입력"
|
|
'
|
|
'txbTDreg
|
|
'
|
|
Me.txbTDreg.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbTDreg.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTDreg.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbTDreg.Name = "txbTDreg"
|
|
Me.txbTDreg.ReadOnly = True
|
|
Me.txbTDreg.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbTDreg.TabIndex = 49
|
|
Me.txbTDreg.Text = "대 기"
|
|
Me.txbTDreg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnHFtest
|
|
'
|
|
Me.pnHFtest.Controls.Add(Me.lbHFtest3)
|
|
Me.pnHFtest.Controls.Add(Me.txbHFtest3)
|
|
Me.pnHFtest.Controls.Add(Me.lbHFtest2)
|
|
Me.pnHFtest.Controls.Add(Me.txbHFtest2)
|
|
Me.pnHFtest.Controls.Add(Me.lbHFtest1)
|
|
Me.pnHFtest.Controls.Add(Me.txbHFtest1)
|
|
Me.pnHFtest.Location = New System.Drawing.Point(17, 302)
|
|
Me.pnHFtest.Name = "pnHFtest"
|
|
Me.pnHFtest.Size = New System.Drawing.Size(1056, 140)
|
|
Me.pnHFtest.TabIndex = 61
|
|
'
|
|
'lbHFtest3
|
|
'
|
|
Me.lbHFtest3.AutoSize = True
|
|
Me.lbHFtest3.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFtest3.Location = New System.Drawing.Point(816, 9)
|
|
Me.lbHFtest3.Name = "lbHFtest3"
|
|
Me.lbHFtest3.Size = New System.Drawing.Size(129, 41)
|
|
Me.lbHFtest3.TabIndex = 52
|
|
Me.lbHFtest3.Text = "3차측정"
|
|
'
|
|
'txbHFtest3
|
|
'
|
|
Me.txbHFtest3.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbHFtest3.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbHFtest3.Location = New System.Drawing.Point(714, 55)
|
|
Me.txbHFtest3.Name = "txbHFtest3"
|
|
Me.txbHFtest3.ReadOnly = True
|
|
Me.txbHFtest3.Size = New System.Drawing.Size(330, 76)
|
|
Me.txbHFtest3.TabIndex = 53
|
|
Me.txbHFtest3.Text = "대 기"
|
|
Me.txbHFtest3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbHFtest2
|
|
'
|
|
Me.lbHFtest2.AutoSize = True
|
|
Me.lbHFtest2.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFtest2.Location = New System.Drawing.Point(471, 9)
|
|
Me.lbHFtest2.Name = "lbHFtest2"
|
|
Me.lbHFtest2.Size = New System.Drawing.Size(129, 41)
|
|
Me.lbHFtest2.TabIndex = 50
|
|
Me.lbHFtest2.Text = "2차측정"
|
|
'
|
|
'txbHFtest2
|
|
'
|
|
Me.txbHFtest2.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbHFtest2.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbHFtest2.Location = New System.Drawing.Point(365, 55)
|
|
Me.txbHFtest2.Name = "txbHFtest2"
|
|
Me.txbHFtest2.ReadOnly = True
|
|
Me.txbHFtest2.Size = New System.Drawing.Size(330, 76)
|
|
Me.txbHFtest2.TabIndex = 51
|
|
Me.txbHFtest2.Text = "대 기"
|
|
Me.txbHFtest2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbHFtest1
|
|
'
|
|
Me.lbHFtest1.AutoSize = True
|
|
Me.lbHFtest1.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHFtest1.Location = New System.Drawing.Point(134, 9)
|
|
Me.lbHFtest1.Name = "lbHFtest1"
|
|
Me.lbHFtest1.Size = New System.Drawing.Size(129, 41)
|
|
Me.lbHFtest1.TabIndex = 48
|
|
Me.lbHFtest1.Text = "1차측정"
|
|
'
|
|
'txbHFtest1
|
|
'
|
|
Me.txbHFtest1.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbHFtest1.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbHFtest1.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbHFtest1.Name = "txbHFtest1"
|
|
Me.txbHFtest1.ReadOnly = True
|
|
Me.txbHFtest1.Size = New System.Drawing.Size(330, 76)
|
|
Me.txbHFtest1.TabIndex = 49
|
|
Me.txbHFtest1.Text = "대 기"
|
|
Me.txbHFtest1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnHF
|
|
'
|
|
Me.pnHF.Controls.Add(Me.lbHF)
|
|
Me.pnHF.Controls.Add(Me.txbHFresult)
|
|
Me.pnHF.Location = New System.Drawing.Point(17, 157)
|
|
Me.pnHF.Name = "pnHF"
|
|
Me.pnHF.Size = New System.Drawing.Size(1056, 140)
|
|
Me.pnHF.TabIndex = 60
|
|
'
|
|
'lbHF
|
|
'
|
|
Me.lbHF.AutoSize = True
|
|
Me.lbHF.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbHF.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbHF.Name = "lbHF"
|
|
Me.lbHF.Size = New System.Drawing.Size(132, 41)
|
|
Me.lbHF.TabIndex = 48
|
|
Me.lbHF.Text = "3. HIFU"
|
|
'
|
|
'txbHFresult
|
|
'
|
|
Me.txbHFresult.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbHFresult.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbHFresult.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbHFresult.Name = "txbHFresult"
|
|
Me.txbHFresult.ReadOnly = True
|
|
Me.txbHFresult.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbHFresult.TabIndex = 49
|
|
Me.txbHFresult.Text = "대 기"
|
|
Me.txbHFresult.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnTemp
|
|
'
|
|
Me.pnTemp.Controls.Add(Me.lbTemp)
|
|
Me.pnTemp.Controls.Add(Me.txbTemp)
|
|
Me.pnTemp.Location = New System.Drawing.Point(548, 12)
|
|
Me.pnTemp.Name = "pnTemp"
|
|
Me.pnTemp.Size = New System.Drawing.Size(525, 140)
|
|
Me.pnTemp.TabIndex = 59
|
|
'
|
|
'lbTemp
|
|
'
|
|
Me.lbTemp.AutoSize = True
|
|
Me.lbTemp.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbTemp.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbTemp.Name = "lbTemp"
|
|
Me.lbTemp.Size = New System.Drawing.Size(190, 41)
|
|
Me.lbTemp.TabIndex = 48
|
|
Me.lbTemp.Text = "2. 온도 센서"
|
|
'
|
|
'txbTemp
|
|
'
|
|
Me.txbTemp.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbTemp.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbTemp.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbTemp.Name = "txbTemp"
|
|
Me.txbTemp.ReadOnly = True
|
|
Me.txbTemp.Size = New System.Drawing.Size(500, 76)
|
|
Me.txbTemp.TabIndex = 49
|
|
Me.txbTemp.Text = "대기"
|
|
Me.txbTemp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnBat
|
|
'
|
|
Me.pnBat.Controls.Add(Me.lbBat)
|
|
Me.pnBat.Controls.Add(Me.txbBat)
|
|
Me.pnBat.Location = New System.Drawing.Point(17, 13)
|
|
Me.pnBat.Name = "pnBat"
|
|
Me.pnBat.Size = New System.Drawing.Size(525, 140)
|
|
Me.pnBat.TabIndex = 58
|
|
'
|
|
'lbBat
|
|
'
|
|
Me.lbBat.AutoSize = True
|
|
Me.lbBat.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbBat.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbBat.Name = "lbBat"
|
|
Me.lbBat.Size = New System.Drawing.Size(221, 41)
|
|
Me.lbBat.TabIndex = 48
|
|
Me.lbBat.Text = "1. 배터리 전압"
|
|
'
|
|
'txbBat
|
|
'
|
|
Me.txbBat.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbBat.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbBat.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbBat.Name = "txbBat"
|
|
Me.txbBat.ReadOnly = True
|
|
Me.txbBat.Size = New System.Drawing.Size(500, 76)
|
|
Me.txbBat.TabIndex = 49
|
|
Me.txbBat.Text = "대기"
|
|
Me.txbBat.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'gbStep
|
|
'
|
|
Me.gbStep.Controls.Add(Me.pnStep7)
|
|
Me.gbStep.Controls.Add(Me.pnStep6)
|
|
Me.gbStep.Controls.Add(Me.pnStep10)
|
|
Me.gbStep.Controls.Add(Me.pnStep9)
|
|
Me.gbStep.Controls.Add(Me.pnStep8)
|
|
Me.gbStep.Controls.Add(Me.pnStep5)
|
|
Me.gbStep.Controls.Add(Me.pnStep4)
|
|
Me.gbStep.Controls.Add(Me.pnStep3)
|
|
Me.gbStep.Controls.Add(Me.pnStep2)
|
|
Me.gbStep.Controls.Add(Me.pnStep1)
|
|
Me.gbStep.Location = New System.Drawing.Point(5, 240)
|
|
Me.gbStep.Name = "gbStep"
|
|
Me.gbStep.Size = New System.Drawing.Size(1090, 747)
|
|
Me.gbStep.TabIndex = 112
|
|
Me.gbStep.TabStop = False
|
|
'
|
|
'pnStep7
|
|
'
|
|
Me.pnStep7.Controls.Add(Me.txbStep7)
|
|
Me.pnStep7.Controls.Add(Me.lbStep7)
|
|
Me.pnStep7.Enabled = False
|
|
Me.pnStep7.Location = New System.Drawing.Point(548, 600)
|
|
Me.pnStep7.Name = "pnStep7"
|
|
Me.pnStep7.Size = New System.Drawing.Size(528, 140)
|
|
Me.pnStep7.TabIndex = 62
|
|
'
|
|
'txbStep7
|
|
'
|
|
Me.txbStep7.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbStep7.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbStep7.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbStep7.Name = "txbStep7"
|
|
Me.txbStep7.ReadOnly = True
|
|
Me.txbStep7.Size = New System.Drawing.Size(500, 76)
|
|
Me.txbStep7.TabIndex = 33
|
|
Me.txbStep7.Text = "대기"
|
|
Me.txbStep7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbStep7
|
|
'
|
|
Me.lbStep7.AutoSize = True
|
|
Me.lbStep7.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbStep7.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbStep7.Name = "lbStep7"
|
|
Me.lbStep7.Size = New System.Drawing.Size(152, 41)
|
|
Me.lbStep7.TabIndex = 32
|
|
Me.lbStep7.Text = "부저 출력"
|
|
'
|
|
'pnStep6
|
|
'
|
|
Me.pnStep6.Controls.Add(Me.txbStep6)
|
|
Me.pnStep6.Controls.Add(Me.lbStep6)
|
|
Me.pnStep6.Enabled = False
|
|
Me.pnStep6.Location = New System.Drawing.Point(548, 455)
|
|
Me.pnStep6.Name = "pnStep6"
|
|
Me.pnStep6.Size = New System.Drawing.Size(528, 140)
|
|
Me.pnStep6.TabIndex = 58
|
|
'
|
|
'txbStep6
|
|
'
|
|
Me.txbStep6.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbStep6.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbStep6.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbStep6.Name = "txbStep6"
|
|
Me.txbStep6.ReadOnly = True
|
|
Me.txbStep6.Size = New System.Drawing.Size(500, 76)
|
|
Me.txbStep6.TabIndex = 54
|
|
Me.txbStep6.Text = "대기"
|
|
Me.txbStep6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbStep6
|
|
'
|
|
Me.lbStep6.AutoSize = True
|
|
Me.lbStep6.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbStep6.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbStep6.Name = "lbStep6"
|
|
Me.lbStep6.Size = New System.Drawing.Size(175, 41)
|
|
Me.lbStep6.TabIndex = 53
|
|
Me.lbStep6.Text = "OLED 출력"
|
|
'
|
|
'pnStep10
|
|
'
|
|
Me.pnStep10.Controls.Add(Me.txbStep10)
|
|
Me.pnStep10.Controls.Add(Me.lbStep10)
|
|
Me.pnStep10.Location = New System.Drawing.Point(548, 310)
|
|
Me.pnStep10.Name = "pnStep10"
|
|
Me.pnStep10.Size = New System.Drawing.Size(528, 140)
|
|
Me.pnStep10.TabIndex = 58
|
|
'
|
|
'txbStep10
|
|
'
|
|
Me.txbStep10.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbStep10.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbStep10.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbStep10.Name = "txbStep10"
|
|
Me.txbStep10.ReadOnly = True
|
|
Me.txbStep10.Size = New System.Drawing.Size(500, 76)
|
|
Me.txbStep10.TabIndex = 47
|
|
Me.txbStep10.Text = "대기"
|
|
Me.txbStep10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbStep10
|
|
'
|
|
Me.lbStep10.AutoSize = True
|
|
Me.lbStep10.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbStep10.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbStep10.Name = "lbStep10"
|
|
Me.lbStep10.Size = New System.Drawing.Size(234, 41)
|
|
Me.lbStep10.TabIndex = 46
|
|
Me.lbStep10.Text = "7. TD 정보입력"
|
|
'
|
|
'pnStep9
|
|
'
|
|
Me.pnStep9.Controls.Add(Me.txbStep9)
|
|
Me.pnStep9.Controls.Add(Me.lbStep9)
|
|
Me.pnStep9.Location = New System.Drawing.Point(548, 165)
|
|
Me.pnStep9.Name = "pnStep9"
|
|
Me.pnStep9.Size = New System.Drawing.Size(525, 140)
|
|
Me.pnStep9.TabIndex = 61
|
|
'
|
|
'txbStep9
|
|
'
|
|
Me.txbStep9.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbStep9.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbStep9.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbStep9.Name = "txbStep9"
|
|
Me.txbStep9.ReadOnly = True
|
|
Me.txbStep9.Size = New System.Drawing.Size(500, 76)
|
|
Me.txbStep9.TabIndex = 37
|
|
Me.txbStep9.Text = "대기"
|
|
Me.txbStep9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbStep9
|
|
'
|
|
Me.lbStep9.AutoSize = True
|
|
Me.lbStep9.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbStep9.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbStep9.Name = "lbStep9"
|
|
Me.lbStep9.Size = New System.Drawing.Size(190, 41)
|
|
Me.lbStep9.TabIndex = 36
|
|
Me.lbStep9.Text = "6. 온도 측정"
|
|
'
|
|
'pnStep8
|
|
'
|
|
Me.pnStep8.Controls.Add(Me.txbStep8)
|
|
Me.pnStep8.Controls.Add(Me.lbStep8)
|
|
Me.pnStep8.Location = New System.Drawing.Point(548, 20)
|
|
Me.pnStep8.Name = "pnStep8"
|
|
Me.pnStep8.Size = New System.Drawing.Size(525, 140)
|
|
Me.pnStep8.TabIndex = 58
|
|
'
|
|
'txbStep8
|
|
'
|
|
Me.txbStep8.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbStep8.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbStep8.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbStep8.Name = "txbStep8"
|
|
Me.txbStep8.ReadOnly = True
|
|
Me.txbStep8.Size = New System.Drawing.Size(500, 76)
|
|
Me.txbStep8.TabIndex = 56
|
|
Me.txbStep8.Text = "대기"
|
|
Me.txbStep8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbStep8
|
|
'
|
|
Me.lbStep8.AutoSize = True
|
|
Me.lbStep8.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbStep8.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbStep8.Name = "lbStep8"
|
|
Me.lbStep8.Size = New System.Drawing.Size(221, 41)
|
|
Me.lbStep8.TabIndex = 55
|
|
Me.lbStep8.Text = "5. 배터리 전압"
|
|
'
|
|
'pnStep5
|
|
'
|
|
Me.pnStep5.Controls.Add(Me.lbStep5)
|
|
Me.pnStep5.Controls.Add(Me.txbStep5)
|
|
Me.pnStep5.Enabled = False
|
|
Me.pnStep5.Location = New System.Drawing.Point(13, 600)
|
|
Me.pnStep5.Name = "pnStep5"
|
|
Me.pnStep5.Size = New System.Drawing.Size(525, 140)
|
|
Me.pnStep5.TabIndex = 58
|
|
'
|
|
'lbStep5
|
|
'
|
|
Me.lbStep5.AutoSize = True
|
|
Me.lbStep5.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbStep5.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbStep5.Name = "lbStep5"
|
|
Me.lbStep5.Size = New System.Drawing.Size(152, 41)
|
|
Me.lbStep5.TabIndex = 48
|
|
Me.lbStep5.Text = "LED 검사"
|
|
'
|
|
'txbStep5
|
|
'
|
|
Me.txbStep5.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbStep5.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbStep5.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbStep5.Name = "txbStep5"
|
|
Me.txbStep5.ReadOnly = True
|
|
Me.txbStep5.Size = New System.Drawing.Size(500, 76)
|
|
Me.txbStep5.TabIndex = 49
|
|
Me.txbStep5.Text = "대기"
|
|
Me.txbStep5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnStep4
|
|
'
|
|
Me.pnStep4.Controls.Add(Me.txbStep4)
|
|
Me.pnStep4.Controls.Add(Me.lbStep4)
|
|
Me.pnStep4.Location = New System.Drawing.Point(13, 455)
|
|
Me.pnStep4.Name = "pnStep4"
|
|
Me.pnStep4.Size = New System.Drawing.Size(525, 140)
|
|
Me.pnStep4.TabIndex = 60
|
|
'
|
|
'txbStep4
|
|
'
|
|
Me.txbStep4.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbStep4.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbStep4.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbStep4.Name = "txbStep4"
|
|
Me.txbStep4.ReadOnly = True
|
|
Me.txbStep4.Size = New System.Drawing.Size(500, 76)
|
|
Me.txbStep4.TabIndex = 45
|
|
Me.txbStep4.Text = "대기"
|
|
Me.txbStep4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbStep4
|
|
'
|
|
Me.lbStep4.AutoSize = True
|
|
Me.lbStep4.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbStep4.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbStep4.Name = "lbStep4"
|
|
Me.lbStep4.Size = New System.Drawing.Size(245, 41)
|
|
Me.lbStep4.TabIndex = 44
|
|
Me.lbStep4.Text = "4. Cos-Up 출력"
|
|
'
|
|
'pnStep3
|
|
'
|
|
Me.pnStep3.Controls.Add(Me.txbStep3)
|
|
Me.pnStep3.Controls.Add(Me.lbStep3)
|
|
Me.pnStep3.Location = New System.Drawing.Point(13, 310)
|
|
Me.pnStep3.Name = "pnStep3"
|
|
Me.pnStep3.Size = New System.Drawing.Size(525, 140)
|
|
Me.pnStep3.TabIndex = 58
|
|
'
|
|
'txbStep3
|
|
'
|
|
Me.txbStep3.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbStep3.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbStep3.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbStep3.Name = "txbStep3"
|
|
Me.txbStep3.ReadOnly = True
|
|
Me.txbStep3.Size = New System.Drawing.Size(500, 76)
|
|
Me.txbStep3.TabIndex = 43
|
|
Me.txbStep3.Text = "대기"
|
|
Me.txbStep3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbStep3
|
|
'
|
|
Me.lbStep3.AutoSize = True
|
|
Me.lbStep3.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbStep3.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbStep3.Name = "lbStep3"
|
|
Me.lbStep3.Size = New System.Drawing.Size(264, 41)
|
|
Me.lbStep3.TabIndex = 42
|
|
Me.lbStep3.Text = "3. Daily-Up 출력"
|
|
'
|
|
'pnStep2
|
|
'
|
|
Me.pnStep2.Controls.Add(Me.txbStep2)
|
|
Me.pnStep2.Controls.Add(Me.lbStep2)
|
|
Me.pnStep2.Location = New System.Drawing.Point(13, 165)
|
|
Me.pnStep2.Name = "pnStep2"
|
|
Me.pnStep2.Size = New System.Drawing.Size(525, 140)
|
|
Me.pnStep2.TabIndex = 59
|
|
'
|
|
'txbStep2
|
|
'
|
|
Me.txbStep2.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbStep2.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbStep2.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbStep2.Name = "txbStep2"
|
|
Me.txbStep2.ReadOnly = True
|
|
Me.txbStep2.Size = New System.Drawing.Size(500, 76)
|
|
Me.txbStep2.TabIndex = 41
|
|
Me.txbStep2.Text = "대기"
|
|
Me.txbStep2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbStep2
|
|
'
|
|
Me.lbStep2.AutoSize = True
|
|
Me.lbStep2.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbStep2.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbStep2.Name = "lbStep2"
|
|
Me.lbStep2.Size = New System.Drawing.Size(266, 41)
|
|
Me.lbStep2.TabIndex = 40
|
|
Me.lbStep2.Text = "2. Tight-Up 출력"
|
|
'
|
|
'pnStep1
|
|
'
|
|
Me.pnStep1.Controls.Add(Me.txbStep1)
|
|
Me.pnStep1.Controls.Add(Me.lbStep1)
|
|
Me.pnStep1.Location = New System.Drawing.Point(13, 20)
|
|
Me.pnStep1.Name = "pnStep1"
|
|
Me.pnStep1.Size = New System.Drawing.Size(525, 140)
|
|
Me.pnStep1.TabIndex = 58
|
|
'
|
|
'txbStep1
|
|
'
|
|
Me.txbStep1.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbStep1.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbStep1.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbStep1.Name = "txbStep1"
|
|
Me.txbStep1.ReadOnly = True
|
|
Me.txbStep1.Size = New System.Drawing.Size(500, 76)
|
|
Me.txbStep1.TabIndex = 39
|
|
Me.txbStep1.Text = "대기"
|
|
Me.txbStep1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbStep1
|
|
'
|
|
Me.lbStep1.AutoSize = True
|
|
Me.lbStep1.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbStep1.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbStep1.Name = "lbStep1"
|
|
Me.lbStep1.Size = New System.Drawing.Size(204, 41)
|
|
Me.lbStep1.TabIndex = 38
|
|
Me.lbStep1.Text = "1. HIFU 출력"
|
|
'
|
|
'gbRFMCEP
|
|
'
|
|
Me.gbRFMCEP.Controls.Add(Me.pnEPtest)
|
|
Me.gbRFMCEP.Controls.Add(Me.pnEP)
|
|
Me.gbRFMCEP.Controls.Add(Me.pnMC)
|
|
Me.gbRFMCEP.Controls.Add(Me.pnRF)
|
|
Me.gbRFMCEP.Controls.Add(Me.pnRFtest)
|
|
Me.gbRFMCEP.Location = New System.Drawing.Point(5, 240)
|
|
Me.gbRFMCEP.Name = "gbRFMCEP"
|
|
Me.gbRFMCEP.Size = New System.Drawing.Size(1090, 747)
|
|
Me.gbRFMCEP.TabIndex = 117
|
|
Me.gbRFMCEP.TabStop = False
|
|
Me.gbRFMCEP.Visible = False
|
|
'
|
|
'pnEPtest
|
|
'
|
|
Me.pnEPtest.Controls.Add(Me.lbEPtest3)
|
|
Me.pnEPtest.Controls.Add(Me.txbEPtest3)
|
|
Me.pnEPtest.Controls.Add(Me.lbEPtest2)
|
|
Me.pnEPtest.Controls.Add(Me.txbEPtest2)
|
|
Me.pnEPtest.Controls.Add(Me.lbEPtest1)
|
|
Me.pnEPtest.Controls.Add(Me.txbEPtest1)
|
|
Me.pnEPtest.Location = New System.Drawing.Point(16, 596)
|
|
Me.pnEPtest.Name = "pnEPtest"
|
|
Me.pnEPtest.Size = New System.Drawing.Size(1056, 140)
|
|
Me.pnEPtest.TabIndex = 68
|
|
'
|
|
'lbEPtest3
|
|
'
|
|
Me.lbEPtest3.AutoSize = True
|
|
Me.lbEPtest3.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPtest3.Location = New System.Drawing.Point(816, 9)
|
|
Me.lbEPtest3.Name = "lbEPtest3"
|
|
Me.lbEPtest3.Size = New System.Drawing.Size(129, 41)
|
|
Me.lbEPtest3.TabIndex = 52
|
|
Me.lbEPtest3.Text = "3차측정"
|
|
'
|
|
'txbEPtest3
|
|
'
|
|
Me.txbEPtest3.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbEPtest3.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPtest3.Location = New System.Drawing.Point(714, 55)
|
|
Me.txbEPtest3.Name = "txbEPtest3"
|
|
Me.txbEPtest3.ReadOnly = True
|
|
Me.txbEPtest3.Size = New System.Drawing.Size(330, 76)
|
|
Me.txbEPtest3.TabIndex = 53
|
|
Me.txbEPtest3.Text = "대 기"
|
|
Me.txbEPtest3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPtest2
|
|
'
|
|
Me.lbEPtest2.AutoSize = True
|
|
Me.lbEPtest2.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPtest2.Location = New System.Drawing.Point(474, 9)
|
|
Me.lbEPtest2.Name = "lbEPtest2"
|
|
Me.lbEPtest2.Size = New System.Drawing.Size(129, 41)
|
|
Me.lbEPtest2.TabIndex = 50
|
|
Me.lbEPtest2.Text = "2차측정"
|
|
'
|
|
'txbEPtest2
|
|
'
|
|
Me.txbEPtest2.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbEPtest2.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPtest2.Location = New System.Drawing.Point(368, 55)
|
|
Me.txbEPtest2.Name = "txbEPtest2"
|
|
Me.txbEPtest2.ReadOnly = True
|
|
Me.txbEPtest2.Size = New System.Drawing.Size(330, 76)
|
|
Me.txbEPtest2.TabIndex = 51
|
|
Me.txbEPtest2.Text = "대 기"
|
|
Me.txbEPtest2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbEPtest1
|
|
'
|
|
Me.lbEPtest1.AutoSize = True
|
|
Me.lbEPtest1.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPtest1.Location = New System.Drawing.Point(134, 9)
|
|
Me.lbEPtest1.Name = "lbEPtest1"
|
|
Me.lbEPtest1.Size = New System.Drawing.Size(129, 41)
|
|
Me.lbEPtest1.TabIndex = 48
|
|
Me.lbEPtest1.Text = "1차측정"
|
|
'
|
|
'txbEPtest1
|
|
'
|
|
Me.txbEPtest1.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbEPtest1.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPtest1.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbEPtest1.Name = "txbEPtest1"
|
|
Me.txbEPtest1.ReadOnly = True
|
|
Me.txbEPtest1.Size = New System.Drawing.Size(330, 76)
|
|
Me.txbEPtest1.TabIndex = 49
|
|
Me.txbEPtest1.Text = "대 기"
|
|
Me.txbEPtest1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnEP
|
|
'
|
|
Me.pnEP.Controls.Add(Me.lbEPresult)
|
|
Me.pnEP.Controls.Add(Me.txbEPresult)
|
|
Me.pnEP.Location = New System.Drawing.Point(16, 449)
|
|
Me.pnEP.Name = "pnEP"
|
|
Me.pnEP.Size = New System.Drawing.Size(1056, 140)
|
|
Me.pnEP.TabIndex = 67
|
|
'
|
|
'lbEPresult
|
|
'
|
|
Me.lbEPresult.AutoSize = True
|
|
Me.lbEPresult.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbEPresult.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbEPresult.Name = "lbEPresult"
|
|
Me.lbEPresult.Size = New System.Drawing.Size(173, 41)
|
|
Me.lbEPresult.TabIndex = 48
|
|
Me.lbEPresult.Text = "3. Cos-Up"
|
|
'
|
|
'txbEPresult
|
|
'
|
|
Me.txbEPresult.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbEPresult.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbEPresult.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbEPresult.Name = "txbEPresult"
|
|
Me.txbEPresult.ReadOnly = True
|
|
Me.txbEPresult.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbEPresult.TabIndex = 49
|
|
Me.txbEPresult.Text = "대 기"
|
|
Me.txbEPresult.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnMC
|
|
'
|
|
Me.pnMC.Controls.Add(Me.lbMCresult)
|
|
Me.pnMC.Controls.Add(Me.txbMCresult)
|
|
Me.pnMC.Location = New System.Drawing.Point(17, 303)
|
|
Me.pnMC.Name = "pnMC"
|
|
Me.pnMC.Size = New System.Drawing.Size(1056, 140)
|
|
Me.pnMC.TabIndex = 64
|
|
'
|
|
'lbMCresult
|
|
'
|
|
Me.lbMCresult.AutoSize = True
|
|
Me.lbMCresult.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbMCresult.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbMCresult.Name = "lbMCresult"
|
|
Me.lbMCresult.Size = New System.Drawing.Size(192, 41)
|
|
Me.lbMCresult.TabIndex = 48
|
|
Me.lbMCresult.Text = "2. Daily-Up"
|
|
'
|
|
'txbMCresult
|
|
'
|
|
Me.txbMCresult.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbMCresult.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbMCresult.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbMCresult.Name = "txbMCresult"
|
|
Me.txbMCresult.ReadOnly = True
|
|
Me.txbMCresult.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbMCresult.TabIndex = 49
|
|
Me.txbMCresult.Text = "대 기"
|
|
Me.txbMCresult.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnRF
|
|
'
|
|
Me.pnRF.Controls.Add(Me.lbRFresult)
|
|
Me.pnRF.Controls.Add(Me.txbRFresult)
|
|
Me.pnRF.Location = New System.Drawing.Point(17, 13)
|
|
Me.pnRF.Name = "pnRF"
|
|
Me.pnRF.Size = New System.Drawing.Size(1056, 140)
|
|
Me.pnRF.TabIndex = 63
|
|
'
|
|
'lbRFresult
|
|
'
|
|
Me.lbRFresult.AutoSize = True
|
|
Me.lbRFresult.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFresult.Location = New System.Drawing.Point(15, 10)
|
|
Me.lbRFresult.Name = "lbRFresult"
|
|
Me.lbRFresult.Size = New System.Drawing.Size(194, 41)
|
|
Me.lbRFresult.TabIndex = 48
|
|
Me.lbRFresult.Text = "1. Tight-Up"
|
|
'
|
|
'txbRFresult
|
|
'
|
|
Me.txbRFresult.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbRFresult.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFresult.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbRFresult.Name = "txbRFresult"
|
|
Me.txbRFresult.ReadOnly = True
|
|
Me.txbRFresult.Size = New System.Drawing.Size(1031, 76)
|
|
Me.txbRFresult.TabIndex = 49
|
|
Me.txbRFresult.Text = "대 기"
|
|
Me.txbRFresult.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'pnRFtest
|
|
'
|
|
Me.pnRFtest.Controls.Add(Me.lbRFtest3)
|
|
Me.pnRFtest.Controls.Add(Me.txbRFtest3)
|
|
Me.pnRFtest.Controls.Add(Me.lbRFtest2)
|
|
Me.pnRFtest.Controls.Add(Me.txbRFtest2)
|
|
Me.pnRFtest.Controls.Add(Me.lbRFtest1)
|
|
Me.pnRFtest.Controls.Add(Me.txbRFtest1)
|
|
Me.pnRFtest.Location = New System.Drawing.Point(17, 158)
|
|
Me.pnRFtest.Name = "pnRFtest"
|
|
Me.pnRFtest.Size = New System.Drawing.Size(1056, 140)
|
|
Me.pnRFtest.TabIndex = 62
|
|
'
|
|
'lbRFtest3
|
|
'
|
|
Me.lbRFtest3.AutoSize = True
|
|
Me.lbRFtest3.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFtest3.Location = New System.Drawing.Point(816, 9)
|
|
Me.lbRFtest3.Name = "lbRFtest3"
|
|
Me.lbRFtest3.Size = New System.Drawing.Size(129, 41)
|
|
Me.lbRFtest3.TabIndex = 52
|
|
Me.lbRFtest3.Text = "3차측정"
|
|
'
|
|
'txbRFtest3
|
|
'
|
|
Me.txbRFtest3.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbRFtest3.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFtest3.Location = New System.Drawing.Point(714, 55)
|
|
Me.txbRFtest3.Name = "txbRFtest3"
|
|
Me.txbRFtest3.ReadOnly = True
|
|
Me.txbRFtest3.Size = New System.Drawing.Size(330, 76)
|
|
Me.txbRFtest3.TabIndex = 53
|
|
Me.txbRFtest3.Text = "대 기"
|
|
Me.txbRFtest3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFtest2
|
|
'
|
|
Me.lbRFtest2.AutoSize = True
|
|
Me.lbRFtest2.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFtest2.Location = New System.Drawing.Point(474, 9)
|
|
Me.lbRFtest2.Name = "lbRFtest2"
|
|
Me.lbRFtest2.Size = New System.Drawing.Size(129, 41)
|
|
Me.lbRFtest2.TabIndex = 50
|
|
Me.lbRFtest2.Text = "2차측정"
|
|
'
|
|
'txbRFtest2
|
|
'
|
|
Me.txbRFtest2.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbRFtest2.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFtest2.Location = New System.Drawing.Point(368, 55)
|
|
Me.txbRFtest2.Name = "txbRFtest2"
|
|
Me.txbRFtest2.ReadOnly = True
|
|
Me.txbRFtest2.Size = New System.Drawing.Size(330, 76)
|
|
Me.txbRFtest2.TabIndex = 51
|
|
Me.txbRFtest2.Text = "대 기"
|
|
Me.txbRFtest2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'lbRFtest1
|
|
'
|
|
Me.lbRFtest1.AutoSize = True
|
|
Me.lbRFtest1.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.lbRFtest1.Location = New System.Drawing.Point(134, 9)
|
|
Me.lbRFtest1.Name = "lbRFtest1"
|
|
Me.lbRFtest1.Size = New System.Drawing.Size(129, 41)
|
|
Me.lbRFtest1.TabIndex = 48
|
|
Me.lbRFtest1.Text = "1차측정"
|
|
'
|
|
'txbRFtest1
|
|
'
|
|
Me.txbRFtest1.BackColor = System.Drawing.SystemColors.Window
|
|
Me.txbRFtest1.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.txbRFtest1.Location = New System.Drawing.Point(20, 55)
|
|
Me.txbRFtest1.Name = "txbRFtest1"
|
|
Me.txbRFtest1.ReadOnly = True
|
|
Me.txbRFtest1.Size = New System.Drawing.Size(330, 76)
|
|
Me.txbRFtest1.TabIndex = 49
|
|
Me.txbRFtest1.Text = "대 기"
|
|
Me.txbRFtest1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'BarTimer
|
|
'
|
|
Me.BarTimer.Interval = 10
|
|
'
|
|
'Main_Form
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(3835, 1061)
|
|
Me.Controls.Add(Me.pnOption)
|
|
Me.Controls.Add(Me.pnMain)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "Main_Form"
|
|
Me.Text = "DUALSONIC_Multy_Function_Tester"
|
|
Me.pnOption.ResumeLayout(False)
|
|
Me.gbJigNum.ResumeLayout(False)
|
|
Me.gbJigNum.PerformLayout
|
|
CType(Me.nudJigNum, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbckbETC.ResumeLayout(False)
|
|
Me.gbckbETC.PerformLayout
|
|
Me.Panel2.ResumeLayout(False)
|
|
Me.Panel2.PerformLayout
|
|
Me.gbopETC.ResumeLayout(False)
|
|
Me.gbStandard.ResumeLayout(False)
|
|
Me.gbStandard.PerformLayout
|
|
Me.gbopSet.ResumeLayout(False)
|
|
Me.gbopSet.PerformLayout
|
|
Me.gbopSet2.ResumeLayout(False)
|
|
Me.gbopSet2.PerformLayout
|
|
Me.gbJIGOption.ResumeLayout(False)
|
|
Me.gbDTTimeout.ResumeLayout(False)
|
|
Me.pnDTTimeout.ResumeLayout(False)
|
|
Me.pnDTTimeout.PerformLayout
|
|
Me.gbJgDelay.ResumeLayout(False)
|
|
Me.pnJgDelay.ResumeLayout(False)
|
|
Me.pnJgDelay.PerformLayout
|
|
Me.gbJgTimeout.ResumeLayout(False)
|
|
Me.pnJgTimeout.ResumeLayout(False)
|
|
Me.pnJgTimeout.PerformLayout
|
|
Me.gbEqipOption.ResumeLayout(False)
|
|
Me.pnScopeID.ResumeLayout(False)
|
|
Me.pnScopeID.PerformLayout
|
|
Me.pnSpecID.ResumeLayout(False)
|
|
Me.pnSpecID.PerformLayout
|
|
Me.gbEqipReg.ResumeLayout(False)
|
|
Me.gbEqipReg.PerformLayout
|
|
CType(Me.dgvID, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbSerial.ResumeLayout(False)
|
|
Me.gbSerial.PerformLayout
|
|
Me.gbSpecOption.ResumeLayout(False)
|
|
Me.gbSpan.ResumeLayout(False)
|
|
Me.pnSpan.ResumeLayout(False)
|
|
Me.pnSpan.PerformLayout
|
|
Me.gbRBW.ResumeLayout(False)
|
|
Me.pnRBW.ResumeLayout(False)
|
|
Me.pnRBW.PerformLayout
|
|
Me.gbHFoption.ResumeLayout(False)
|
|
Me.gbRefLev.ResumeLayout(False)
|
|
Me.pnRefLev.ResumeLayout(False)
|
|
Me.pnRefLev.PerformLayout
|
|
Me.gbDSDelay.ResumeLayout(False)
|
|
Me.pnDSDelay.ResumeLayout(False)
|
|
Me.pnDSDelay.PerformLayout
|
|
Me.gbHFReCkCnt.ResumeLayout(False)
|
|
Me.pnHFReCkCnt.ResumeLayout(False)
|
|
Me.pnHFReCkCnt.PerformLayout
|
|
Me.gbHFStDelay.ResumeLayout(False)
|
|
Me.pnHFStDelay.ResumeLayout(False)
|
|
Me.pnHFStDelay.PerformLayout
|
|
Me.gbHFReCnt.ResumeLayout(False)
|
|
Me.pnHFReCnt.ResumeLayout(False)
|
|
Me.pnHFReCnt.PerformLayout
|
|
Me.gbTestFR.ResumeLayout(False)
|
|
Me.pnFrStep3.ResumeLayout(False)
|
|
Me.pnFrStep3.PerformLayout
|
|
Me.pnFrStep2.ResumeLayout(False)
|
|
Me.pnFrStep2.PerformLayout
|
|
Me.pnFrStep1.ResumeLayout(False)
|
|
Me.pnFrStep1.PerformLayout
|
|
Me.gbHFeffect.ResumeLayout(False)
|
|
Me.pnHFeffect.ResumeLayout(False)
|
|
Me.pnHFeffect.PerformLayout
|
|
Me.gbHFRun.ResumeLayout(False)
|
|
Me.pnHFCount.ResumeLayout(False)
|
|
Me.pnHFCount.PerformLayout
|
|
CType(Me.nudHFCount, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.pnHFwait.ResumeLayout(False)
|
|
Me.pnHFwait.PerformLayout
|
|
CType(Me.nudHFwait, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.pnHFRun.ResumeLayout(False)
|
|
Me.pnHFRun.PerformLayout
|
|
CType(Me.nudHFRun, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbHFLowShot.ResumeLayout(False)
|
|
Me.pnHFLowShot.ResumeLayout(False)
|
|
Me.pnHFLowShot.PerformLayout
|
|
Me.gbLedOp.ResumeLayout(False)
|
|
Me.gbLedRe.ResumeLayout(False)
|
|
Me.pnLedRe.ResumeLayout(False)
|
|
Me.pnLedRe.PerformLayout
|
|
CType(Me.nudLedRe, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbLedStart.ResumeLayout(False)
|
|
Me.pnLEDStart.ResumeLayout(False)
|
|
Me.pnLEDStart.PerformLayout
|
|
CType(Me.nudLEDStart, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbLedSave.ResumeLayout(False)
|
|
Me.gbLedSave.PerformLayout
|
|
Me.gbCamSelect.ResumeLayout(False)
|
|
Me.gbCamSelect.PerformLayout
|
|
Me.gbCamDelay.ResumeLayout(False)
|
|
Me.pnCamDelay.ResumeLayout(False)
|
|
Me.pnCamDelay.PerformLayout
|
|
Me.gbLedCdn.ResumeLayout(False)
|
|
Me.gbInc.ResumeLayout(False)
|
|
Me.pnInc.ResumeLayout(False)
|
|
Me.pnInc.PerformLayout
|
|
Me.gbAround.ResumeLayout(False)
|
|
Me.pnAround.ResumeLayout(False)
|
|
Me.pnAround.PerformLayout
|
|
Me.gbYelCdn.ResumeLayout(False)
|
|
Me.gbYelCdn_2.ResumeLayout(False)
|
|
Me.pnYelCdn_Y2.ResumeLayout(False)
|
|
Me.pnYelCdn_Y2.PerformLayout
|
|
Me.pnYelCdn_X2.ResumeLayout(False)
|
|
Me.pnYelCdn_X2.PerformLayout
|
|
Me.gbYelCdn_1.ResumeLayout(False)
|
|
Me.pnYelCdn_Y1.ResumeLayout(False)
|
|
Me.pnYelCdn_Y1.PerformLayout
|
|
Me.pnYelCdn_X1.ResumeLayout(False)
|
|
Me.pnYelCdn_X1.PerformLayout
|
|
Me.gbRedCdn.ResumeLayout(False)
|
|
Me.gbRedCdn_2.ResumeLayout(False)
|
|
Me.pnRedCdn_Y2.ResumeLayout(False)
|
|
Me.pnRedCdn_Y2.PerformLayout
|
|
Me.pnRedCdn_X2.ResumeLayout(False)
|
|
Me.pnRedCdn_X2.PerformLayout
|
|
Me.gbRedCdn_1.ResumeLayout(False)
|
|
Me.pnRedCdn_Y1.ResumeLayout(False)
|
|
Me.pnRedCdn_Y1.PerformLayout
|
|
Me.pnRedCdn_X1.ResumeLayout(False)
|
|
Me.pnRedCdn_X1.PerformLayout
|
|
Me.gbETC.ResumeLayout(False)
|
|
Me.gbOnRe.ResumeLayout(False)
|
|
Me.pnOnRe.ResumeLayout(False)
|
|
Me.pnOnRe.PerformLayout
|
|
CType(Me.nudOnRe, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbEPRe.ResumeLayout(False)
|
|
Me.pnEPRe.ResumeLayout(False)
|
|
Me.pnEPRe.PerformLayout
|
|
CType(Me.nudEPRe, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbSaveCk.ResumeLayout(False)
|
|
Me.pnSaveCk.ResumeLayout(False)
|
|
Me.pnSaveCk.PerformLayout
|
|
CType(Me.nudSaveCk, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbScTimeout.ResumeLayout(False)
|
|
Me.pnScTimeout.ResumeLayout(False)
|
|
Me.pnScTimeout.PerformLayout
|
|
CType(Me.nudScTimeout, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbSpTimeout.ResumeLayout(False)
|
|
Me.pnSpTimeout.ResumeLayout(False)
|
|
Me.pnSpTimeout.PerformLayout
|
|
CType(Me.nudSpTimeout, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbJgBaudRate.ResumeLayout(False)
|
|
Me.pnJgBaudRate.ResumeLayout(False)
|
|
Me.pnJgBaudRate.PerformLayout
|
|
Me.gbStepDelay.ResumeLayout(False)
|
|
Me.pnStepDelay.ResumeLayout(False)
|
|
Me.pnStepDelay.PerformLayout
|
|
CType(Me.nudStepDelay, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbScopeOption.ResumeLayout(False)
|
|
Me.gbEPoption.ResumeLayout(False)
|
|
Me.gbEPFVRun.ResumeLayout(False)
|
|
Me.pnEPFVRun.ResumeLayout(False)
|
|
Me.pnEPFVRun.PerformLayout
|
|
CType(Me.nudEPFVRun, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbEPFVTrgLv.ResumeLayout(False)
|
|
Me.pnEPFVTrgLv.ResumeLayout(False)
|
|
Me.pnEPFVTrgLv.PerformLayout
|
|
CType(Me.nudEPFVTrgLv, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbEPFVDelay.ResumeLayout(False)
|
|
Me.pnEPFVDelay.ResumeLayout(False)
|
|
Me.pnEPFVDelay.PerformLayout
|
|
Me.gbEPFVtime.ResumeLayout(False)
|
|
Me.pnEPFVtime.ResumeLayout(False)
|
|
Me.pnEPFVtime.PerformLayout
|
|
Me.gbEPUS.ResumeLayout(False)
|
|
Me.pnEPScale.ResumeLayout(False)
|
|
Me.pnEPScale.PerformLayout
|
|
CType(Me.nudEPScale, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.pnEPUnit.ResumeLayout(False)
|
|
Me.pnEPUnit.PerformLayout
|
|
Me.gbEPTrig.ResumeLayout(False)
|
|
Me.gbEPTrig.PerformLayout
|
|
Me.pnEPCh.ResumeLayout(False)
|
|
Me.pnEPCh.PerformLayout
|
|
CType(Me.nudEPCh, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbEPTestFreq.ResumeLayout(False)
|
|
Me.pnEPFreq3.ResumeLayout(False)
|
|
Me.pnEPFreq3.PerformLayout
|
|
Me.pnEPFreq2.ResumeLayout(False)
|
|
Me.pnEPFreq2.PerformLayout
|
|
Me.pnEPFreq1.ResumeLayout(False)
|
|
Me.pnEPFreq1.PerformLayout
|
|
Me.gbMCoption.ResumeLayout(False)
|
|
Me.gbMCWidth.ResumeLayout(False)
|
|
Me.gbMCWdTrgLv.ResumeLayout(False)
|
|
Me.pnMCWdTrgLv.ResumeLayout(False)
|
|
Me.pnMCWdTrgLv.PerformLayout
|
|
CType(Me.nudMCWdTrgLv, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbMCWdtime.ResumeLayout(False)
|
|
Me.pnMCWdtime.ResumeLayout(False)
|
|
Me.pnMCWdtime.PerformLayout
|
|
Me.gbMCWdDelay.ResumeLayout(False)
|
|
Me.pnMCWdDelay.ResumeLayout(False)
|
|
Me.pnMCWdDelay.PerformLayout
|
|
Me.gbMCWdRun.ResumeLayout(False)
|
|
Me.pnMCWdRun.ResumeLayout(False)
|
|
Me.pnMCWdRun.PerformLayout
|
|
CType(Me.nudMCWdRun, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbMCFrVp.ResumeLayout(False)
|
|
Me.gbMCFVTrgLv.ResumeLayout(False)
|
|
Me.pnMCFVTrgLv.ResumeLayout(False)
|
|
Me.pnMCFVTrgLv.PerformLayout
|
|
CType(Me.nudMCFVTrgLv, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbMCFVtime.ResumeLayout(False)
|
|
Me.pnMCFVtime.ResumeLayout(False)
|
|
Me.pnMCFVtime.PerformLayout
|
|
Me.gbMCFVDelay.ResumeLayout(False)
|
|
Me.pnMCFVDelay.ResumeLayout(False)
|
|
Me.pnMCFVDelay.PerformLayout
|
|
Me.gbMCFVRun.ResumeLayout(False)
|
|
Me.pnMCFVRun.ResumeLayout(False)
|
|
Me.pnMCFVRun.PerformLayout
|
|
CType(Me.nudMCFVRun, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.pnMCCh.ResumeLayout(False)
|
|
Me.pnMCCh.PerformLayout
|
|
CType(Me.nudMCCh, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbMCTrig.ResumeLayout(False)
|
|
Me.gbMCTrig.PerformLayout
|
|
Me.gbMCUS.ResumeLayout(False)
|
|
Me.pnMCScale.ResumeLayout(False)
|
|
Me.pnMCScale.PerformLayout
|
|
CType(Me.nudMCScale, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.pnMCUnit.ResumeLayout(False)
|
|
Me.pnMCUnit.PerformLayout
|
|
Me.gbRFOption.ResumeLayout(False)
|
|
Me.gbRFWidth.ResumeLayout(False)
|
|
Me.gbRFWdtime.ResumeLayout(False)
|
|
Me.pnRFWdtime.ResumeLayout(False)
|
|
Me.pnRFWdtime.PerformLayout
|
|
Me.gbRFWdRun.ResumeLayout(False)
|
|
Me.pnRFWdRun.ResumeLayout(False)
|
|
Me.pnRFWdRun.PerformLayout
|
|
CType(Me.nudRFWdRun, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbRFWdDelay.ResumeLayout(False)
|
|
Me.pnRFWdDelay.ResumeLayout(False)
|
|
Me.pnRFWdDelay.PerformLayout
|
|
Me.gbRFWdTrgLv.ResumeLayout(False)
|
|
Me.pnRFWdTrgLv.ResumeLayout(False)
|
|
Me.pnRFWdTrgLv.PerformLayout
|
|
CType(Me.nudRFWdTrgLv, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbRFFrVp.ResumeLayout(False)
|
|
Me.gbRFtime.ResumeLayout(False)
|
|
Me.pnRFtime.ResumeLayout(False)
|
|
Me.pnRFtime.PerformLayout
|
|
Me.gbRFRun.ResumeLayout(False)
|
|
Me.pnRFRun.ResumeLayout(False)
|
|
Me.pnRFRun.PerformLayout
|
|
CType(Me.nudRFRun, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbRFDelay.ResumeLayout(False)
|
|
Me.pnRFDelay.ResumeLayout(False)
|
|
Me.pnRFDelay.PerformLayout
|
|
Me.gbRFTrgLv.ResumeLayout(False)
|
|
Me.pnRFTrgLv.ResumeLayout(False)
|
|
Me.pnRFTrgLv.PerformLayout
|
|
CType(Me.nudRFTrgLv, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbRFTrig.ResumeLayout(False)
|
|
Me.gbRFTrig.PerformLayout
|
|
Me.pnRFCh.ResumeLayout(False)
|
|
Me.pnRFCh.PerformLayout
|
|
CType(Me.nudRFCh, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.gbRFUS.ResumeLayout(False)
|
|
Me.pnRFScale.ResumeLayout(False)
|
|
Me.pnRFScale.PerformLayout
|
|
CType(Me.nudRFScale, System.ComponentModel.ISupportInitialize).EndInit
|
|
Me.pnRFUnit.ResumeLayout(False)
|
|
Me.pnRFUnit.PerformLayout
|
|
Me.gbChkPoint.ResumeLayout(False)
|
|
Me.pnStandard_Al.ResumeLayout(False)
|
|
Me.gbDSStandard.ResumeLayout(False)
|
|
Me.gbDSfw_st.ResumeLayout(False)
|
|
Me.pnDSfw_st.ResumeLayout(False)
|
|
Me.pnDSfw_st.PerformLayout
|
|
Me.gbDSbat_st.ResumeLayout(False)
|
|
Me.pnDSbat_stMax.ResumeLayout(False)
|
|
Me.pnDSbat_stMax.PerformLayout
|
|
Me.pnDSbat_stMin.ResumeLayout(False)
|
|
Me.pnDSbat_stMin.PerformLayout
|
|
Me.gbDSTmp_st.ResumeLayout(False)
|
|
Me.gbDSTmpCa_st.ResumeLayout(False)
|
|
Me.pnDSTmpCa_stMax.ResumeLayout(False)
|
|
Me.pnDSTmpCa_stMax.PerformLayout
|
|
Me.pnDSTmpCa_stMin.ResumeLayout(False)
|
|
Me.pnDSTmpCa_stMin.PerformLayout
|
|
Me.gbDSTmpDe_st.ResumeLayout(False)
|
|
Me.pnDSTmpDe_stMax.ResumeLayout(False)
|
|
Me.pnDSTmpDe_stMax.PerformLayout
|
|
Me.pnDSTmpDe_stMin.ResumeLayout(False)
|
|
Me.pnDSTmpDe_stMin.PerformLayout
|
|
Me.gbDShf_st.ResumeLayout(False)
|
|
Me.gbDSSub.ResumeLayout(False)
|
|
Me.pnDSSub_Max.ResumeLayout(False)
|
|
Me.pnDSSub_Max.PerformLayout
|
|
Me.pnDSSub_Min.ResumeLayout(False)
|
|
Me.pnDSSub_Min.PerformLayout
|
|
Me.gbDShfDif_st.ResumeLayout(False)
|
|
Me.pnDShfDif_st.ResumeLayout(False)
|
|
Me.pnDShfDif_st.PerformLayout
|
|
Me.gbDShfOut_st.ResumeLayout(False)
|
|
Me.pnDShfOut_stMax.ResumeLayout(False)
|
|
Me.pnDShfOut_stMax.PerformLayout
|
|
Me.pnDShfOut_stMin.ResumeLayout(False)
|
|
Me.pnDShfOut_stMin.PerformLayout
|
|
Me.gbEPsort_AL.ResumeLayout(False)
|
|
Me.gbEPDuty3_AL.ResumeLayout(False)
|
|
Me.pnEPDYmax3_AL.ResumeLayout(False)
|
|
Me.pnEPDYmax3_AL.PerformLayout
|
|
Me.pnEPDYmin3_AL.ResumeLayout(False)
|
|
Me.pnEPDYmin3_AL.PerformLayout
|
|
Me.gbEPDuty2_AL.ResumeLayout(False)
|
|
Me.pnEPDYmax2_AL.ResumeLayout(False)
|
|
Me.pnEPDYmax2_AL.PerformLayout
|
|
Me.pnEPDYmin2_AL.ResumeLayout(False)
|
|
Me.pnEPDYmin2_AL.PerformLayout
|
|
Me.gbEPDuty1_AL.ResumeLayout(False)
|
|
Me.pnEPDYmax1_AL.ResumeLayout(False)
|
|
Me.pnEPDYmax1_AL.PerformLayout
|
|
Me.pnEPDYmin1_AL.ResumeLayout(False)
|
|
Me.pnEPDYmin1_AL.PerformLayout
|
|
Me.gbEPVpp_AL.ResumeLayout(False)
|
|
Me.pnEPVPmax_AL.ResumeLayout(False)
|
|
Me.pnEPVPmax_AL.PerformLayout
|
|
Me.pnEPVPmin_AL.ResumeLayout(False)
|
|
Me.pnEPVPmin_AL.PerformLayout
|
|
Me.gbBodysort.ResumeLayout(False)
|
|
Me.gbBDVrms3_AL.ResumeLayout(False)
|
|
Me.pnBDVRmax3_AL.ResumeLayout(False)
|
|
Me.pnBDVRmax3_AL.PerformLayout
|
|
Me.pnBDVRmin3_AL.ResumeLayout(False)
|
|
Me.pnBDVRmin3_AL.PerformLayout
|
|
Me.GroupBox7.ResumeLayout(False)
|
|
Me.GroupBox8.ResumeLayout(False)
|
|
Me.Panel11.ResumeLayout(False)
|
|
Me.Panel11.PerformLayout
|
|
Me.Panel12.ResumeLayout(False)
|
|
Me.Panel12.PerformLayout
|
|
Me.GroupBox9.ResumeLayout(False)
|
|
Me.Panel13.ResumeLayout(False)
|
|
Me.Panel13.PerformLayout
|
|
Me.Panel14.ResumeLayout(False)
|
|
Me.Panel14.PerformLayout
|
|
Me.GroupBox18.ResumeLayout(False)
|
|
Me.Panel15.ResumeLayout(False)
|
|
Me.Panel15.PerformLayout
|
|
Me.Panel16.ResumeLayout(False)
|
|
Me.Panel16.PerformLayout
|
|
Me.GroupBox19.ResumeLayout(False)
|
|
Me.Panel17.ResumeLayout(False)
|
|
Me.Panel17.PerformLayout
|
|
Me.Panel30.ResumeLayout(False)
|
|
Me.Panel30.PerformLayout
|
|
Me.gbBDVrms2_AL.ResumeLayout(False)
|
|
Me.pnBDVRmax2_AL.ResumeLayout(False)
|
|
Me.pnBDVRmax2_AL.PerformLayout
|
|
Me.pnBDVRmin2_AL.ResumeLayout(False)
|
|
Me.pnBDVRmin2_AL.PerformLayout
|
|
Me.gbBDVrms1_AL.ResumeLayout(False)
|
|
Me.pnBDVRmax1_AL.ResumeLayout(False)
|
|
Me.pnBDVRmax1_AL.PerformLayout
|
|
Me.pnBDVRmin1_AL.ResumeLayout(False)
|
|
Me.pnBDVRmin1_AL.PerformLayout
|
|
Me.gbOpTmp_AL.ResumeLayout(False)
|
|
Me.gbTmpCart_AL.ResumeLayout(False)
|
|
Me.pnTpCartMax_AL.ResumeLayout(False)
|
|
Me.pnTpCartMax_AL.PerformLayout
|
|
Me.pnTpCartMin_AL.ResumeLayout(False)
|
|
Me.pnTpCartMin_AL.PerformLayout
|
|
Me.gbTmpDev_AL.ResumeLayout(False)
|
|
Me.pnTpDevMax_AL.ResumeLayout(False)
|
|
Me.pnTpDevMax_AL.PerformLayout
|
|
Me.pnTpDevMin_AL.ResumeLayout(False)
|
|
Me.pnTpDevMin_AL.PerformLayout
|
|
Me.gbOpBat_AL.ResumeLayout(False)
|
|
Me.pnBatMax_AL.ResumeLayout(False)
|
|
Me.pnBatMax_AL.PerformLayout
|
|
Me.pnBatMin_AL.ResumeLayout(False)
|
|
Me.pnBatMin_AL.PerformLayout
|
|
Me.gbRFsort_AL.ResumeLayout(False)
|
|
Me.gbRFVrms3_AL.ResumeLayout(False)
|
|
Me.pnRFVRmax3_AL.ResumeLayout(False)
|
|
Me.pnRFVRmax3_AL.PerformLayout
|
|
Me.pnRFVRmin3_AL.ResumeLayout(False)
|
|
Me.pnRFVRmin3_AL.PerformLayout
|
|
Me.GroupBox27.ResumeLayout(False)
|
|
Me.GroupBox28.ResumeLayout(False)
|
|
Me.Panel41.ResumeLayout(False)
|
|
Me.Panel41.PerformLayout
|
|
Me.Panel42.ResumeLayout(False)
|
|
Me.Panel42.PerformLayout
|
|
Me.GroupBox29.ResumeLayout(False)
|
|
Me.Panel43.ResumeLayout(False)
|
|
Me.Panel43.PerformLayout
|
|
Me.Panel44.ResumeLayout(False)
|
|
Me.Panel44.PerformLayout
|
|
Me.GroupBox30.ResumeLayout(False)
|
|
Me.Panel45.ResumeLayout(False)
|
|
Me.Panel45.PerformLayout
|
|
Me.Panel46.ResumeLayout(False)
|
|
Me.Panel46.PerformLayout
|
|
Me.GroupBox31.ResumeLayout(False)
|
|
Me.Panel47.ResumeLayout(False)
|
|
Me.Panel47.PerformLayout
|
|
Me.Panel48.ResumeLayout(False)
|
|
Me.Panel48.PerformLayout
|
|
Me.gbRFVrms2_AL.ResumeLayout(False)
|
|
Me.pnRFVRmax2_AL.ResumeLayout(False)
|
|
Me.pnRFVRmax2_AL.PerformLayout
|
|
Me.pnRFVRmin2_AL.ResumeLayout(False)
|
|
Me.pnRFVRmin2_AL.PerformLayout
|
|
Me.gbRFVrms1_AL.ResumeLayout(False)
|
|
Me.pnRFVRmax1_AL.ResumeLayout(False)
|
|
Me.pnRFVRmax1_AL.PerformLayout
|
|
Me.pnRFVRmin1_AL.ResumeLayout(False)
|
|
Me.pnRFVRmin1_AL.PerformLayout
|
|
Me.gbFirmVer_AL.ResumeLayout(False)
|
|
Me.pnFirmVer_AL.ResumeLayout(False)
|
|
Me.pnFirmVer_AL.PerformLayout
|
|
Me.pnStandard_Max.ResumeLayout(False)
|
|
Me.gbMCsort.ResumeLayout(False)
|
|
Me.gbMCVpp.ResumeLayout(False)
|
|
Me.pnMCVPmax.ResumeLayout(False)
|
|
Me.pnMCVPmax.PerformLayout
|
|
Me.pnMCVPmin.ResumeLayout(False)
|
|
Me.pnMCVPmin.PerformLayout
|
|
Me.gbMCFreq.ResumeLayout(False)
|
|
Me.pnMCFrmax.ResumeLayout(False)
|
|
Me.pnMCFrmax.PerformLayout
|
|
Me.pnMCFrmin.ResumeLayout(False)
|
|
Me.pnMCFrmin.PerformLayout
|
|
Me.gbMCDuty.ResumeLayout(False)
|
|
Me.pnMCDYmax.ResumeLayout(False)
|
|
Me.pnMCDYmax.PerformLayout
|
|
Me.pnMCDYmin.ResumeLayout(False)
|
|
Me.pnMCDYmin.PerformLayout
|
|
Me.gbEPsort.ResumeLayout(False)
|
|
Me.gbEPDuty3.ResumeLayout(False)
|
|
Me.pnEPDYmax3.ResumeLayout(False)
|
|
Me.pnEPDYmax3.PerformLayout
|
|
Me.pnEPDYmin3.ResumeLayout(False)
|
|
Me.pnEPDYmin3.PerformLayout
|
|
Me.gbEPDuty2.ResumeLayout(False)
|
|
Me.pnEPDYmax2.ResumeLayout(False)
|
|
Me.pnEPDYmax2.PerformLayout
|
|
Me.pnEPDYmin2.ResumeLayout(False)
|
|
Me.pnEPDYmin2.PerformLayout
|
|
Me.gbEPDuty1.ResumeLayout(False)
|
|
Me.pnEPDYmax1.ResumeLayout(False)
|
|
Me.pnEPDYmax1.PerformLayout
|
|
Me.pnEPDYmin1.ResumeLayout(False)
|
|
Me.pnEPDYmin1.PerformLayout
|
|
Me.gbEPVpp.ResumeLayout(False)
|
|
Me.pnEPVPmax.ResumeLayout(False)
|
|
Me.pnEPVPmax.PerformLayout
|
|
Me.pnEPVPmin.ResumeLayout(False)
|
|
Me.pnEPVPmin.PerformLayout
|
|
Me.gbRedSrt.ResumeLayout(False)
|
|
Me.gbRBgt.ResumeLayout(False)
|
|
Me.pnRBgtMax.ResumeLayout(False)
|
|
Me.pnRBgtMax.PerformLayout
|
|
Me.pnRBgtMin.ResumeLayout(False)
|
|
Me.pnRBgtMin.PerformLayout
|
|
Me.gbRSat.ResumeLayout(False)
|
|
Me.pnRSatMax.ResumeLayout(False)
|
|
Me.pnRSatMax.PerformLayout
|
|
Me.pnRSatMin.ResumeLayout(False)
|
|
Me.pnRSatMin.PerformLayout
|
|
Me.gbRHue.ResumeLayout(False)
|
|
Me.pnRHueMax.ResumeLayout(False)
|
|
Me.pnRHueMax.PerformLayout
|
|
Me.pnRHueMin.ResumeLayout(False)
|
|
Me.pnRHueMin.PerformLayout
|
|
Me.gbLEDYellow1.ResumeLayout(False)
|
|
Me.gbYBgt1.ResumeLayout(False)
|
|
Me.pnYBgtMax.ResumeLayout(False)
|
|
Me.pnYBgtMax.PerformLayout
|
|
Me.pnYBgtMin1.ResumeLayout(False)
|
|
Me.pnYBgtMin1.PerformLayout
|
|
Me.gbYSat1.ResumeLayout(False)
|
|
Me.pnYSatMax1.ResumeLayout(False)
|
|
Me.pnYSatMax1.PerformLayout
|
|
Me.pnYSatMin1.ResumeLayout(False)
|
|
Me.pnYSatMin1.PerformLayout
|
|
Me.gbYHue1.ResumeLayout(False)
|
|
Me.pnYHueMax1.ResumeLayout(False)
|
|
Me.pnYHueMax1.PerformLayout
|
|
Me.pnYHueMin1.ResumeLayout(False)
|
|
Me.pnYHueMin1.PerformLayout
|
|
Me.gbOpTmp.ResumeLayout(False)
|
|
Me.gbTmpCart.ResumeLayout(False)
|
|
Me.pnTpCartMax.ResumeLayout(False)
|
|
Me.pnTpCartMax.PerformLayout
|
|
Me.pnTpCartMin.ResumeLayout(False)
|
|
Me.pnTpCartMin.PerformLayout
|
|
Me.gbTmpDev.ResumeLayout(False)
|
|
Me.pnTpDevMax.ResumeLayout(False)
|
|
Me.pnTpDevMax.PerformLayout
|
|
Me.pnTpDevMin.ResumeLayout(False)
|
|
Me.pnTpDevMin.PerformLayout
|
|
Me.gbHFSort.ResumeLayout(False)
|
|
Me.gbHFMin.ResumeLayout(False)
|
|
Me.pnHFMin.ResumeLayout(False)
|
|
Me.pnHFMin.PerformLayout
|
|
Me.gbHFoutput.ResumeLayout(False)
|
|
Me.pnHFOutMax.ResumeLayout(False)
|
|
Me.pnHFOutMax.PerformLayout
|
|
Me.pnHFOutMin.ResumeLayout(False)
|
|
Me.pnHFOutMin.PerformLayout
|
|
Me.gbOpBat.ResumeLayout(False)
|
|
Me.pnBatMax.ResumeLayout(False)
|
|
Me.pnBatMax.PerformLayout
|
|
Me.pnBatMin.ResumeLayout(False)
|
|
Me.pnBatMin.PerformLayout
|
|
Me.gbRFsort.ResumeLayout(False)
|
|
Me.gbRFVrms3.ResumeLayout(False)
|
|
Me.pnRFVRmax3.ResumeLayout(False)
|
|
Me.pnRFVRmax3.PerformLayout
|
|
Me.pnRFVRmin3.ResumeLayout(False)
|
|
Me.pnRFVRmin3.PerformLayout
|
|
Me.gbLEDOption.ResumeLayout(False)
|
|
Me.gbYelPoint2.ResumeLayout(False)
|
|
Me.pnYelY2.ResumeLayout(False)
|
|
Me.pnYelY2.PerformLayout
|
|
Me.pnYelX2.ResumeLayout(False)
|
|
Me.pnYelX2.PerformLayout
|
|
Me.gbYelPoint1.ResumeLayout(False)
|
|
Me.pnYelY1.ResumeLayout(False)
|
|
Me.pnYelY1.PerformLayout
|
|
Me.pnYelX1.ResumeLayout(False)
|
|
Me.pnYelX1.PerformLayout
|
|
Me.gbRedPoint2.ResumeLayout(False)
|
|
Me.pnRedY2.ResumeLayout(False)
|
|
Me.pnRedY2.PerformLayout
|
|
Me.pnRedX2.ResumeLayout(False)
|
|
Me.pnRedX2.PerformLayout
|
|
Me.gbRedPoint1.ResumeLayout(False)
|
|
Me.pnRedY1.ResumeLayout(False)
|
|
Me.pnRedY1.PerformLayout
|
|
Me.pnRedX1.ResumeLayout(False)
|
|
Me.pnRedX1.PerformLayout
|
|
Me.gbRFVrms2.ResumeLayout(False)
|
|
Me.pnRFVRmax2.ResumeLayout(False)
|
|
Me.pnRFVRmax2.PerformLayout
|
|
Me.pnRFVRmin2.ResumeLayout(False)
|
|
Me.pnRFVRmin2.PerformLayout
|
|
Me.gbRFVrms1.ResumeLayout(False)
|
|
Me.pnRFVRmax1.ResumeLayout(False)
|
|
Me.pnRFVRmax1.PerformLayout
|
|
Me.pnRFVRmin1.ResumeLayout(False)
|
|
Me.pnRFVRmin1.PerformLayout
|
|
Me.gbFirmVer.ResumeLayout(False)
|
|
Me.pnFirmVer.ResumeLayout(False)
|
|
Me.pnFirmVer.PerformLayout
|
|
Me.pnMain.ResumeLayout(False)
|
|
Me.pnMain.PerformLayout
|
|
Me.gbMode.ResumeLayout(False)
|
|
Me.gbMode.PerformLayout
|
|
Me.gbDSForm.ResumeLayout(False)
|
|
Me.pnDSWrite.ResumeLayout(False)
|
|
Me.pnDSWrite.PerformLayout
|
|
Me.pnDSWriteState.ResumeLayout(False)
|
|
Me.pnDSWriteState.PerformLayout
|
|
Me.pnDSHifu.ResumeLayout(False)
|
|
Me.pnDSHifu.PerformLayout
|
|
Me.pnDSHifuState.ResumeLayout(False)
|
|
Me.pnDSHifuState.PerformLayout
|
|
Me.pnDSBasic.ResumeLayout(False)
|
|
Me.pnDSBasic.PerformLayout
|
|
Me.pnDSBasicState.ResumeLayout(False)
|
|
Me.pnDSBasicState.PerformLayout
|
|
Me.gbRunCount.ResumeLayout(False)
|
|
Me.gbRunCount.PerformLayout
|
|
Me.gbOldMode.ResumeLayout(False)
|
|
Me.gbOldMode.PerformLayout
|
|
Me.gbBarcode.ResumeLayout(False)
|
|
Me.gbBarcode.PerformLayout
|
|
Me.pnCPUTemp.ResumeLayout(False)
|
|
Me.pnCPUTemp.PerformLayout
|
|
Me.pnFreq.ResumeLayout(False)
|
|
Me.pnFreq.PerformLayout
|
|
Me.pnDate.ResumeLayout(False)
|
|
Me.pnDate.PerformLayout
|
|
Me.pnTDSN.ResumeLayout(False)
|
|
Me.pnTDSN.PerformLayout
|
|
Me.pnGrade.ResumeLayout(False)
|
|
Me.pnGrade.PerformLayout
|
|
Me.pnVer.ResumeLayout(False)
|
|
Me.pnVer.PerformLayout
|
|
Me.pnVolt.ResumeLayout(False)
|
|
Me.pnVolt.PerformLayout
|
|
Me.pnDevTmp.ResumeLayout(False)
|
|
Me.pnDevTmp.PerformLayout
|
|
Me.pnCartTmp.ResumeLayout(False)
|
|
Me.pnCartTmp.PerformLayout
|
|
Me.gpbConfig.ResumeLayout(False)
|
|
Me.gpbConfig.PerformLayout
|
|
Me.gbAltoIQC.ResumeLayout(False)
|
|
Me.pnAlIQCBody.ResumeLayout(False)
|
|
Me.pnAlIQCBody.PerformLayout
|
|
Me.pnAlIQCBody_state.ResumeLayout(False)
|
|
Me.pnAlIQCBody_state.PerformLayout
|
|
Me.pnAlIQCEP.ResumeLayout(False)
|
|
Me.pnAlIQCEP.PerformLayout
|
|
Me.pnAlIQCEP_state.ResumeLayout(False)
|
|
Me.pnAlIQCEP_state.PerformLayout
|
|
Me.pnAlIQCRF.ResumeLayout(False)
|
|
Me.pnAlIQCRF.PerformLayout
|
|
Me.pnAlIQCRF_state.ResumeLayout(False)
|
|
Me.pnAlIQCRF_state.PerformLayout
|
|
Me.gbIQC.ResumeLayout(False)
|
|
Me.pnIQCEP.ResumeLayout(False)
|
|
Me.pnIQCEP.PerformLayout
|
|
Me.pnIQCRun3.ResumeLayout(False)
|
|
Me.pnIQCRun3.PerformLayout
|
|
Me.pnIQCRF.ResumeLayout(False)
|
|
Me.pnIQCRF.PerformLayout
|
|
Me.pnIQCRun2.ResumeLayout(False)
|
|
Me.pnIQCRun2.PerformLayout
|
|
Me.pnIQCHF.ResumeLayout(False)
|
|
Me.pnIQCHF.PerformLayout
|
|
Me.pnIQCRun1.ResumeLayout(False)
|
|
Me.pnIQCRun1.PerformLayout
|
|
Me.gbHFTest.ResumeLayout(False)
|
|
Me.pnDBreg.ResumeLayout(False)
|
|
Me.pnDBreg.PerformLayout
|
|
Me.pnTDreg.ResumeLayout(False)
|
|
Me.pnTDreg.PerformLayout
|
|
Me.pnHFtest.ResumeLayout(False)
|
|
Me.pnHFtest.PerformLayout
|
|
Me.pnHF.ResumeLayout(False)
|
|
Me.pnHF.PerformLayout
|
|
Me.pnTemp.ResumeLayout(False)
|
|
Me.pnTemp.PerformLayout
|
|
Me.pnBat.ResumeLayout(False)
|
|
Me.pnBat.PerformLayout
|
|
Me.gbStep.ResumeLayout(False)
|
|
Me.pnStep7.ResumeLayout(False)
|
|
Me.pnStep7.PerformLayout
|
|
Me.pnStep6.ResumeLayout(False)
|
|
Me.pnStep6.PerformLayout
|
|
Me.pnStep10.ResumeLayout(False)
|
|
Me.pnStep10.PerformLayout
|
|
Me.pnStep9.ResumeLayout(False)
|
|
Me.pnStep9.PerformLayout
|
|
Me.pnStep8.ResumeLayout(False)
|
|
Me.pnStep8.PerformLayout
|
|
Me.pnStep5.ResumeLayout(False)
|
|
Me.pnStep5.PerformLayout
|
|
Me.pnStep4.ResumeLayout(False)
|
|
Me.pnStep4.PerformLayout
|
|
Me.pnStep3.ResumeLayout(False)
|
|
Me.pnStep3.PerformLayout
|
|
Me.pnStep2.ResumeLayout(False)
|
|
Me.pnStep2.PerformLayout
|
|
Me.pnStep1.ResumeLayout(False)
|
|
Me.pnStep1.PerformLayout
|
|
Me.gbRFMCEP.ResumeLayout(False)
|
|
Me.pnEPtest.ResumeLayout(False)
|
|
Me.pnEPtest.PerformLayout
|
|
Me.pnEP.ResumeLayout(False)
|
|
Me.pnEP.PerformLayout
|
|
Me.pnMC.ResumeLayout(False)
|
|
Me.pnMC.PerformLayout
|
|
Me.pnRF.ResumeLayout(False)
|
|
Me.pnRF.PerformLayout
|
|
Me.pnRFtest.ResumeLayout(False)
|
|
Me.pnRFtest.PerformLayout
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents txbCmdWindow As TextBox
|
|
Friend WithEvents pnOption As Panel
|
|
Friend WithEvents pnSpecID As Panel
|
|
Friend WithEvents txbSpecID As TextBox
|
|
Friend WithEvents cbbSpecID As ComboBox
|
|
Friend WithEvents lbSpecID As Label
|
|
Friend WithEvents pnScopeID As Panel
|
|
Friend WithEvents txbScopeID As TextBox
|
|
Friend WithEvents cbbScopeID As ComboBox
|
|
Friend WithEvents lbScopeID As Label
|
|
Friend WithEvents btnSerial As Button
|
|
Friend WithEvents cbbSerial As ComboBox
|
|
Friend WithEvents lbSerial As Label
|
|
Friend WithEvents pnMCFVtime As Panel
|
|
Friend WithEvents txbMCFVtime As TextBox
|
|
Friend WithEvents lbMCFVtime As Label
|
|
Friend WithEvents gbMCTrig As GroupBox
|
|
Friend WithEvents rdbMCtrNormal As RadioButton
|
|
Friend WithEvents rdbMCTrAuto As RadioButton
|
|
Friend WithEvents gbMCUS As GroupBox
|
|
Friend WithEvents pnMCScale As Panel
|
|
Friend WithEvents lbMCScale As Label
|
|
Friend WithEvents pnMCUnit As Panel
|
|
Friend WithEvents lbMCUnit As Label
|
|
Friend WithEvents rdbMCUnitA As RadioButton
|
|
Friend WithEvents rdbMCUnitV As RadioButton
|
|
Friend WithEvents nudMCScale As NumericUpDown
|
|
Friend WithEvents gbMCFVDelay As GroupBox
|
|
Friend WithEvents pnMCFVDelay As Panel
|
|
Friend WithEvents txbMCFVDelay As TextBox
|
|
Friend WithEvents lbMCFVDelay As Label
|
|
Friend WithEvents JigSerial As IO.Ports.SerialPort
|
|
Friend WithEvents gbMCFVRun As GroupBox
|
|
Friend WithEvents pnMCFVRun As Panel
|
|
Friend WithEvents nudMCFVRun As NumericUpDown
|
|
Friend WithEvents lbMCFVRun As Label
|
|
Friend WithEvents gbMCoption As GroupBox
|
|
Friend WithEvents gbMCFVtime As GroupBox
|
|
Friend WithEvents gbEPTrig As GroupBox
|
|
Friend WithEvents rdbEPtrNormal As RadioButton
|
|
Friend WithEvents rdbEPTrAuto As RadioButton
|
|
Friend WithEvents gbEPFVRun As GroupBox
|
|
Friend WithEvents pnEPFVRun As Panel
|
|
Friend WithEvents nudEPFVRun As NumericUpDown
|
|
Friend WithEvents lbEPFVRun As Label
|
|
Friend WithEvents gbEPFVtime As GroupBox
|
|
Friend WithEvents pnEPFVtime As Panel
|
|
Friend WithEvents txbEPFVtime As TextBox
|
|
Friend WithEvents lbEPFVtime As Label
|
|
Friend WithEvents gbEPFVDelay As GroupBox
|
|
Friend WithEvents pnEPFVDelay As Panel
|
|
Friend WithEvents txbEPFVDelay As TextBox
|
|
Friend WithEvents lbEPFVDelay As Label
|
|
Friend WithEvents gbEPUS As GroupBox
|
|
Friend WithEvents pnEPScale As Panel
|
|
Friend WithEvents nudEPScale As NumericUpDown
|
|
Friend WithEvents lbEPScale As Label
|
|
Friend WithEvents pnEPUnit As Panel
|
|
Friend WithEvents lbEPUnit As Label
|
|
Friend WithEvents rdbEPUnitA As RadioButton
|
|
Friend WithEvents rdbEPUnitV As RadioButton
|
|
Friend WithEvents gbRFTrig As GroupBox
|
|
Friend WithEvents rdbRFtrNormal As RadioButton
|
|
Friend WithEvents rdbRFTrAuto As RadioButton
|
|
Friend WithEvents gbRFRun As GroupBox
|
|
Friend WithEvents pnRFRun As Panel
|
|
Friend WithEvents nudRFRun As NumericUpDown
|
|
Friend WithEvents lbRFRun As Label
|
|
Friend WithEvents gbRFtime As GroupBox
|
|
Friend WithEvents pnRFtime As Panel
|
|
Friend WithEvents txbRFtime As TextBox
|
|
Friend WithEvents lbRFtime As Label
|
|
Friend WithEvents gbRFDelay As GroupBox
|
|
Friend WithEvents pnRFDelay As Panel
|
|
Friend WithEvents txbRFDelay As TextBox
|
|
Friend WithEvents lbRFDelay As Label
|
|
Friend WithEvents gbRFUS As GroupBox
|
|
Friend WithEvents pnRFScale As Panel
|
|
Friend WithEvents nudRFScale As NumericUpDown
|
|
Friend WithEvents lbRFScale As Label
|
|
Friend WithEvents pnRFUnit As Panel
|
|
Friend WithEvents lbRFUnit As Label
|
|
Friend WithEvents rdbRFUnitA As RadioButton
|
|
Friend WithEvents rdbRFUnitV As RadioButton
|
|
Friend WithEvents gbRFsort As GroupBox
|
|
Friend WithEvents gbRFVrms1 As GroupBox
|
|
Friend WithEvents pnRFVRmax1 As Panel
|
|
Friend WithEvents txbRFVRmax1 As TextBox
|
|
Friend WithEvents lbRFVRmax1 As Label
|
|
Friend WithEvents pnRFVRmin1 As Panel
|
|
Friend WithEvents txbRFVRmin1 As TextBox
|
|
Friend WithEvents lbRFVRmin1 As Label
|
|
Friend WithEvents gbMCsort As GroupBox
|
|
Friend WithEvents gbMCDuty As GroupBox
|
|
Friend WithEvents pnMCDYmax As Panel
|
|
Friend WithEvents txbMCDYmax As TextBox
|
|
Friend WithEvents lbMCDYmax As Label
|
|
Friend WithEvents pnMCDYmin As Panel
|
|
Friend WithEvents txbMCDYmin As TextBox
|
|
Friend WithEvents lbMCDYmin As Label
|
|
Friend WithEvents gbMCVpp As GroupBox
|
|
Friend WithEvents pnMCVPmax As Panel
|
|
Friend WithEvents txbMCVPmax As TextBox
|
|
Friend WithEvents lbMCVPmax As Label
|
|
Friend WithEvents pnMCVPmin As Panel
|
|
Friend WithEvents txbMCVPmin As TextBox
|
|
Friend WithEvents lbMCVPmin As Label
|
|
Friend WithEvents gbEPsort As GroupBox
|
|
Friend WithEvents gbEPVpp As GroupBox
|
|
Friend WithEvents pnEPVPmax As Panel
|
|
Friend WithEvents txbEPVPmax As TextBox
|
|
Friend WithEvents lbEPVPmax As Label
|
|
Friend WithEvents pnEPVPmin As Panel
|
|
Friend WithEvents txbEPVPmin As TextBox
|
|
Friend WithEvents lbEPVPmin As Label
|
|
Friend WithEvents gbSpan As GroupBox
|
|
Friend WithEvents pnSpan As Panel
|
|
Friend WithEvents txbSpan As TextBox
|
|
Friend WithEvents lbSpan As Label
|
|
Friend WithEvents gbTestFR As GroupBox
|
|
Friend WithEvents pnFrStep2 As Panel
|
|
Friend WithEvents txbFrStep2 As TextBox
|
|
Friend WithEvents lbFrStep2 As Label
|
|
Friend WithEvents pnFrStep1 As Panel
|
|
Friend WithEvents txbFrStep1 As TextBox
|
|
Friend WithEvents lbFrStep1 As Label
|
|
Friend WithEvents gbRBW As GroupBox
|
|
Friend WithEvents pnRBW As Panel
|
|
Friend WithEvents txbRBW As TextBox
|
|
Friend WithEvents lbRBW As Label
|
|
Friend WithEvents gbHFRun As GroupBox
|
|
Friend WithEvents pnHFRun As Panel
|
|
Friend WithEvents nudHFRun As NumericUpDown
|
|
Friend WithEvents lbHFRun As Label
|
|
Friend WithEvents pnHFCount As Panel
|
|
Friend WithEvents nudHFCount As NumericUpDown
|
|
Friend WithEvents lbHFCount As Label
|
|
Friend WithEvents pnHFwait As Panel
|
|
Friend WithEvents nudHFwait As NumericUpDown
|
|
Friend WithEvents lbHFwait As Label
|
|
Friend WithEvents btnOpExit As Button
|
|
Friend WithEvents gbChkPoint As GroupBox
|
|
Friend WithEvents gbHFSort As GroupBox
|
|
Friend WithEvents gbHFoutput As GroupBox
|
|
Friend WithEvents pnHFOutMax As Panel
|
|
Friend WithEvents txbHFOutMax As TextBox
|
|
Friend WithEvents lbHFOutMax As Label
|
|
Friend WithEvents pnHFOutMin As Panel
|
|
Friend WithEvents txbHFOutMin As TextBox
|
|
Friend WithEvents lbHFOutMin As Label
|
|
Friend WithEvents gbFirmVer As GroupBox
|
|
Friend WithEvents pnFirmVer As Panel
|
|
Friend WithEvents txbFirmVer As TextBox
|
|
Friend WithEvents lbFirmVer As Label
|
|
Friend WithEvents btnScDel As Button
|
|
Friend WithEvents btnScRg As Button
|
|
Friend WithEvents txbRgScID As TextBox
|
|
Friend WithEvents lbRgScID As Label
|
|
Friend WithEvents txbRgScName As TextBox
|
|
Friend WithEvents lbRgScName As Label
|
|
Friend WithEvents dgvID As DataGridView
|
|
Friend WithEvents btnSave As Button
|
|
Friend WithEvents pnMain As Panel
|
|
Friend WithEvents btnEnd As Button
|
|
Friend WithEvents gpbConfig As GroupBox
|
|
Friend WithEvents PNnormal As Panel
|
|
Friend WithEvents chbAutoMeasure As CheckBox
|
|
Friend WithEvents chbUseBarcode As CheckBox
|
|
Friend WithEvents btnSetup As Button
|
|
Friend WithEvents txbBarcode As TextBox
|
|
Friend WithEvents lbBarcode As Label
|
|
Friend WithEvents btnRun As Button
|
|
Friend WithEvents gbSerial As GroupBox
|
|
Friend WithEvents gbBarcode As GroupBox
|
|
Friend WithEvents txbTDSN As TextBox
|
|
Friend WithEvents txbDate As TextBox
|
|
Friend WithEvents lbDate As Label
|
|
Friend WithEvents lbTDSN As Label
|
|
Friend WithEvents txbVolt As TextBox
|
|
Friend WithEvents txbCartTmp As TextBox
|
|
Friend WithEvents lbVolt As Label
|
|
Friend WithEvents lbCartTmp As Label
|
|
Friend WithEvents txbDevTmp As TextBox
|
|
Friend WithEvents lbDevTmp As Label
|
|
Friend WithEvents txbGrade As TextBox
|
|
Friend WithEvents lbGrade As Label
|
|
Friend WithEvents txbFreq As TextBox
|
|
Friend WithEvents lbFreq As Label
|
|
Friend WithEvents txbVer As TextBox
|
|
Friend WithEvents lbVer As Label
|
|
Friend WithEvents gbStep As GroupBox
|
|
Friend WithEvents txbStep7 As TextBox
|
|
Friend WithEvents lbStep7 As Label
|
|
Friend WithEvents txbStep9 As TextBox
|
|
Friend WithEvents lbStep9 As Label
|
|
Friend WithEvents txbStep2 As TextBox
|
|
Friend WithEvents lbStep2 As Label
|
|
Friend WithEvents txbStep1 As TextBox
|
|
Friend WithEvents lbStep1 As Label
|
|
Friend WithEvents txbStep10 As TextBox
|
|
Friend WithEvents lbStep10 As Label
|
|
Friend WithEvents txbStep4 As TextBox
|
|
Friend WithEvents lbStep4 As Label
|
|
Friend WithEvents txbStep3 As TextBox
|
|
Friend WithEvents lbStep3 As Label
|
|
Friend WithEvents gbOpBat As GroupBox
|
|
Friend WithEvents pnBatMax As Panel
|
|
Friend WithEvents txbBatMax As TextBox
|
|
Friend WithEvents lbBatMax As Label
|
|
Friend WithEvents pnBatMin As Panel
|
|
Friend WithEvents txbBatMin As TextBox
|
|
Friend WithEvents lbBatMin As Label
|
|
Friend WithEvents gbOpTmp As GroupBox
|
|
Friend WithEvents gbTmpCart As GroupBox
|
|
Friend WithEvents pnTpCartMax As Panel
|
|
Friend WithEvents txbTpCartMax As TextBox
|
|
Friend WithEvents lbTpCartMax As Label
|
|
Friend WithEvents pnTpCartMin As Panel
|
|
Friend WithEvents txbTpCartMin As TextBox
|
|
Friend WithEvents lbTpCartMin As Label
|
|
Friend WithEvents gbTmpDev As GroupBox
|
|
Friend WithEvents pnTpDevMax As Panel
|
|
Friend WithEvents txbTpDevMax As TextBox
|
|
Friend WithEvents lbTpDevMax As Label
|
|
Friend WithEvents pnTpDevMin As Panel
|
|
Friend WithEvents txbTpDevMin As TextBox
|
|
Friend WithEvents lbTpDevMin As Label
|
|
Friend WithEvents BarTimer As Timer
|
|
Friend WithEvents txbStep5 As TextBox
|
|
Friend WithEvents lbStep5 As Label
|
|
Friend WithEvents gbHFMin As GroupBox
|
|
Friend WithEvents pnHFMin As Panel
|
|
Friend WithEvents txbHFMin As TextBox
|
|
Friend WithEvents lbHFMin As Label
|
|
Friend WithEvents lbHFOpValue As Label
|
|
Friend WithEvents gbRFVrms3 As GroupBox
|
|
Friend WithEvents pnRFVRmax3 As Panel
|
|
Friend WithEvents txbRFVRmax3 As TextBox
|
|
Friend WithEvents lbRFVRmax3 As Label
|
|
Friend WithEvents pnRFVRmin3 As Panel
|
|
Friend WithEvents txbRFVRmin3 As TextBox
|
|
Friend WithEvents lbRFVRmin3 As Label
|
|
Friend WithEvents gbRFVrms2 As GroupBox
|
|
Friend WithEvents pnRFVRmax2 As Panel
|
|
Friend WithEvents txbRFVRmax2 As TextBox
|
|
Friend WithEvents lbRFVRmax2 As Label
|
|
Friend WithEvents pnRFVRmin2 As Panel
|
|
Friend WithEvents txbRFVRmin2 As TextBox
|
|
Friend WithEvents lbRFVRmin2 As Label
|
|
Friend WithEvents gbEqipOption As GroupBox
|
|
Friend WithEvents cbbRgScType As ComboBox
|
|
Friend WithEvents lbRgScType As Label
|
|
Friend WithEvents df_ScopeName As DataGridViewTextBoxColumn
|
|
Friend WithEvents df_ScopeID As DataGridViewTextBoxColumn
|
|
Friend WithEvents df_type As DataGridViewTextBoxColumn
|
|
Friend WithEvents pnFrStep3 As Panel
|
|
Friend WithEvents txbFrStep3 As TextBox
|
|
Friend WithEvents lbFrStep3 As Label
|
|
Friend WithEvents btnReStart As Button
|
|
Friend WithEvents gbEqipReg As GroupBox
|
|
Friend WithEvents gbLEDOption As GroupBox
|
|
Friend WithEvents gbYelPoint2 As GroupBox
|
|
Friend WithEvents pnYelY2 As Panel
|
|
Friend WithEvents txbYelY2 As TextBox
|
|
Friend WithEvents lbYelY2 As Label
|
|
Friend WithEvents pnYelX2 As Panel
|
|
Friend WithEvents txbYelX2 As TextBox
|
|
Friend WithEvents lbYelX2 As Label
|
|
Friend WithEvents gbYelPoint1 As GroupBox
|
|
Friend WithEvents pnYelY1 As Panel
|
|
Friend WithEvents txbYelY1 As TextBox
|
|
Friend WithEvents lbYelY1 As Label
|
|
Friend WithEvents pnYelX1 As Panel
|
|
Friend WithEvents txbYelX1 As TextBox
|
|
Friend WithEvents lbYelX1 As Label
|
|
Friend WithEvents gbRedPoint2 As GroupBox
|
|
Friend WithEvents pnRedY2 As Panel
|
|
Friend WithEvents txbRedY2 As TextBox
|
|
Friend WithEvents lbRedY2 As Label
|
|
Friend WithEvents pnRedX2 As Panel
|
|
Friend WithEvents txbRedX2 As TextBox
|
|
Friend WithEvents lbRedX2 As Label
|
|
Friend WithEvents gbRedPoint1 As GroupBox
|
|
Friend WithEvents pnRedY1 As Panel
|
|
Friend WithEvents lbRedY1 As Label
|
|
Friend WithEvents pnRedX1 As Panel
|
|
Friend WithEvents txbRedX1 As TextBox
|
|
Friend WithEvents lbRedX1 As Label
|
|
Friend WithEvents txbRedY1 As TextBox
|
|
Friend WithEvents gbHFStDelay As GroupBox
|
|
Friend WithEvents pnHFStDelay As Panel
|
|
Friend WithEvents txbHFStDelay As TextBox
|
|
Friend WithEvents lbHFStDelay As Label
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents txbStep8 As TextBox
|
|
Friend WithEvents lbStep8 As Label
|
|
Friend WithEvents txbStep6 As TextBox
|
|
Friend WithEvents lbStep6 As Label
|
|
Friend WithEvents gbEPDuty1 As GroupBox
|
|
Friend WithEvents pnEPDYmax1 As Panel
|
|
Friend WithEvents txbEPDYmax1 As TextBox
|
|
Friend WithEvents lbEPDYmax1 As Label
|
|
Friend WithEvents pnEPDYmin1 As Panel
|
|
Friend WithEvents txbEPDYmin1 As TextBox
|
|
Friend WithEvents lbEPDYmin1 As Label
|
|
Friend WithEvents gbMCFreq As GroupBox
|
|
Friend WithEvents pnMCFrmax As Panel
|
|
Friend WithEvents txbMCFrmax As TextBox
|
|
Friend WithEvents lbMCFrmax As Label
|
|
Friend WithEvents pnMCFrmin As Panel
|
|
Friend WithEvents txbMCFrmin As TextBox
|
|
Friend WithEvents lbMCFrmin As Label
|
|
Friend WithEvents gbJIGOption As GroupBox
|
|
Friend WithEvents gbJgTimeout As GroupBox
|
|
Friend WithEvents pnJgTimeout As Panel
|
|
Friend WithEvents txbJgTimeout As TextBox
|
|
Friend WithEvents lbJgTimeout As Label
|
|
Friend WithEvents gbJgDelay As GroupBox
|
|
Friend WithEvents pnJgDelay As Panel
|
|
Friend WithEvents txbJgDelay As TextBox
|
|
Friend WithEvents lbJgDelay As Label
|
|
Friend WithEvents gbopETC As GroupBox
|
|
Friend WithEvents gbSpecOption As GroupBox
|
|
Friend WithEvents gbHFoption As GroupBox
|
|
Friend WithEvents gbckbETC As GroupBox
|
|
Friend WithEvents chkAdmin As CheckBox
|
|
Friend WithEvents RadioButton8 As RadioButton
|
|
Friend WithEvents RadioButton7 As RadioButton
|
|
Friend WithEvents rdbLed As RadioButton
|
|
Friend WithEvents rdbSort As RadioButton
|
|
Friend WithEvents rdbRF As RadioButton
|
|
Friend WithEvents rdbMC As RadioButton
|
|
Friend WithEvents gbHFLowShot As GroupBox
|
|
Friend WithEvents pnHFLowShot As Panel
|
|
Friend WithEvents txbHFLowShot As TextBox
|
|
Friend WithEvents lbHFLowShot As Label
|
|
Friend WithEvents gbHFeffect As GroupBox
|
|
Friend WithEvents pnHFeffect As Panel
|
|
Friend WithEvents txbHFeffect As TextBox
|
|
Friend WithEvents lbHFeffect As Label
|
|
Friend WithEvents gbHFReCnt As GroupBox
|
|
Friend WithEvents pnHFReCnt As Panel
|
|
Friend WithEvents txbHFReCnt As TextBox
|
|
Friend WithEvents lbHFReCnt As Label
|
|
Friend WithEvents gbScopeOption As GroupBox
|
|
Friend WithEvents gbRFOption As GroupBox
|
|
Friend WithEvents pnRFCh As Panel
|
|
Friend WithEvents lbRFCh As Label
|
|
Friend WithEvents nudRFCh As NumericUpDown
|
|
Friend WithEvents gbRFTrgLv As GroupBox
|
|
Friend WithEvents pnRFTrgLv As Panel
|
|
Friend WithEvents nudRFTrgLv As NumericUpDown
|
|
Friend WithEvents lbRFTrgLv As Label
|
|
Friend WithEvents gbMCWidth As GroupBox
|
|
Friend WithEvents gbMCWdTrgLv As GroupBox
|
|
Friend WithEvents pnMCWdTrgLv As Panel
|
|
Friend WithEvents nudMCWdTrgLv As NumericUpDown
|
|
Friend WithEvents lbMCWdTrgLv As Label
|
|
Friend WithEvents gbMCWdtime As GroupBox
|
|
Friend WithEvents pnMCWdtime As Panel
|
|
Friend WithEvents txbMCWdtime As TextBox
|
|
Friend WithEvents lbMCWdtime As Label
|
|
Friend WithEvents gbMCWdDelay As GroupBox
|
|
Friend WithEvents pnMCWdDelay As Panel
|
|
Friend WithEvents txbMCWdDelay As TextBox
|
|
Friend WithEvents lbMCWdDelay As Label
|
|
Friend WithEvents gbMCWdRun As GroupBox
|
|
Friend WithEvents pnMCWdRun As Panel
|
|
Friend WithEvents nudMCWdRun As NumericUpDown
|
|
Friend WithEvents lbMCWdRun As Label
|
|
Friend WithEvents gbMCFrVp As GroupBox
|
|
Friend WithEvents gbMCFVTrgLv As GroupBox
|
|
Friend WithEvents pnMCFVTrgLv As Panel
|
|
Friend WithEvents nudMCFVTrgLv As NumericUpDown
|
|
Friend WithEvents lbMCFVTrgLv As Label
|
|
Friend WithEvents pnMCCh As Panel
|
|
Friend WithEvents nudMCCh As NumericUpDown
|
|
Friend WithEvents lbMCCh As Label
|
|
Friend WithEvents gbEPoption As GroupBox
|
|
Friend WithEvents gbEPFVTrgLv As GroupBox
|
|
Friend WithEvents pnEPFVTrgLv As Panel
|
|
Friend WithEvents nudEPFVTrgLv As NumericUpDown
|
|
Friend WithEvents lbEPFVTrgLv As Label
|
|
Friend WithEvents pnEPCh As Panel
|
|
Friend WithEvents nudEPCh As NumericUpDown
|
|
Friend WithEvents lbEPCh As Label
|
|
Friend WithEvents gbEPTestFreq As GroupBox
|
|
Friend WithEvents pnEPFreq3 As Panel
|
|
Friend WithEvents txbEPFreq3 As TextBox
|
|
Friend WithEvents lbEPFreq3 As Label
|
|
Friend WithEvents pnEPFreq2 As Panel
|
|
Friend WithEvents txbEPFreq2 As TextBox
|
|
Friend WithEvents lbEPFreq2 As Label
|
|
Friend WithEvents pnEPFreq1 As Panel
|
|
Friend WithEvents txbEPFreq1 As TextBox
|
|
Friend WithEvents lbEPFreq1 As Label
|
|
Friend WithEvents gbopSet2 As GroupBox
|
|
Friend WithEvents rdbTestMode As RadioButton
|
|
Friend WithEvents gbopSet As GroupBox
|
|
Friend WithEvents gbETC As GroupBox
|
|
Friend WithEvents gbStepDelay As GroupBox
|
|
Friend WithEvents pnStepDelay As Panel
|
|
Friend WithEvents nudStepDelay As NumericUpDown
|
|
Friend WithEvents lbStepDelay As Label
|
|
Friend WithEvents gbJgBaudRate As GroupBox
|
|
Friend WithEvents pnJgBaudRate As Panel
|
|
Friend WithEvents cbbJgBaudRate As ComboBox
|
|
Friend WithEvents lbJgBaudRate As Label
|
|
Friend WithEvents gbDTTimeout As GroupBox
|
|
Friend WithEvents pnDTTimeout As Panel
|
|
Friend WithEvents txbDTTimeout As TextBox
|
|
Friend WithEvents lbDTTimeout As Label
|
|
Friend WithEvents gbScTimeout As GroupBox
|
|
Friend WithEvents pnScTimeout As Panel
|
|
Friend WithEvents nudScTimeout As NumericUpDown
|
|
Friend WithEvents lbScTimeout As Label
|
|
Friend WithEvents gbSpTimeout As GroupBox
|
|
Friend WithEvents pnSpTimeout As Panel
|
|
Friend WithEvents nudSpTimeout As NumericUpDown
|
|
Friend WithEvents lbSpTimeout As Label
|
|
Friend WithEvents gbHFReCkCnt As GroupBox
|
|
Friend WithEvents pnHFReCkCnt As Panel
|
|
Friend WithEvents txbHFReCkCnt As TextBox
|
|
Friend WithEvents lbHFReCkCnt As Label
|
|
Friend WithEvents gbLedOp As GroupBox
|
|
Friend WithEvents gbLedCdn As GroupBox
|
|
Friend WithEvents gbRedSrt As GroupBox
|
|
Friend WithEvents gbRBgt As GroupBox
|
|
Friend WithEvents pnRBgtMax As Panel
|
|
Friend WithEvents txbRBgtMax As TextBox
|
|
Friend WithEvents lbRBgtMax As Label
|
|
Friend WithEvents pnRBgtMin As Panel
|
|
Friend WithEvents txbRBgtMin As TextBox
|
|
Friend WithEvents lbRBgtMin As Label
|
|
Friend WithEvents gbRSat As GroupBox
|
|
Friend WithEvents pnRSatMax As Panel
|
|
Friend WithEvents txbRSatMax As TextBox
|
|
Friend WithEvents lbRSatMax As Label
|
|
Friend WithEvents pnRSatMin As Panel
|
|
Friend WithEvents txbRSatMin As TextBox
|
|
Friend WithEvents lbRSatMin As Label
|
|
Friend WithEvents gbRHue As GroupBox
|
|
Friend WithEvents pnRHueMax As Panel
|
|
Friend WithEvents txbRHueMax As TextBox
|
|
Friend WithEvents lbRHueMax As Label
|
|
Friend WithEvents pnRHueMin As Panel
|
|
Friend WithEvents txbRHueMin As TextBox
|
|
Friend WithEvents lbRHueMin As Label
|
|
Friend WithEvents gbLEDYellow1 As GroupBox
|
|
Friend WithEvents gbYBgt1 As GroupBox
|
|
Friend WithEvents pnYBgtMax As Panel
|
|
Friend WithEvents txbYBgtMax1 As TextBox
|
|
Friend WithEvents lbYBgtMax1 As Label
|
|
Friend WithEvents pnYBgtMin1 As Panel
|
|
Friend WithEvents txbYBgtMin1 As TextBox
|
|
Friend WithEvents lbYBgtMin1 As Label
|
|
Friend WithEvents gbYSat1 As GroupBox
|
|
Friend WithEvents pnYSatMax1 As Panel
|
|
Friend WithEvents txbYSatMax1 As TextBox
|
|
Friend WithEvents lbYSatMax1 As Label
|
|
Friend WithEvents pnYSatMin1 As Panel
|
|
Friend WithEvents txbYSatMin1 As TextBox
|
|
Friend WithEvents lbYSatMin1 As Label
|
|
Friend WithEvents gbYHue1 As GroupBox
|
|
Friend WithEvents pnYHueMax1 As Panel
|
|
Friend WithEvents txbYHueMax1 As TextBox
|
|
Friend WithEvents lbYHueMax1 As Label
|
|
Friend WithEvents pnYHueMin1 As Panel
|
|
Friend WithEvents txbYHueMin1 As TextBox
|
|
Friend WithEvents lbYHueMin1 As Label
|
|
Friend WithEvents gbCamDelay As GroupBox
|
|
Friend WithEvents pnCamDelay As Panel
|
|
Friend WithEvents txbCamDelay As TextBox
|
|
Friend WithEvents lbCamDelay As Label
|
|
Friend WithEvents cbbWebCam As ComboBox
|
|
Friend WithEvents gbCamSelect As GroupBox
|
|
Friend WithEvents btnWebCam As Button
|
|
Friend WithEvents lbWebCam As Label
|
|
Friend WithEvents gbEPDuty3 As GroupBox
|
|
Friend WithEvents pnEPDYmax3 As Panel
|
|
Friend WithEvents txbEPDYmax3 As TextBox
|
|
Friend WithEvents lbEPDYmax3 As Label
|
|
Friend WithEvents pnEPDYmin3 As Panel
|
|
Friend WithEvents txbEPDYmin3 As TextBox
|
|
Friend WithEvents lbEPDYmin3 As Label
|
|
Friend WithEvents gbEPDuty2 As GroupBox
|
|
Friend WithEvents pnEPDYmax2 As Panel
|
|
Friend WithEvents txbEPDYmax2 As TextBox
|
|
Friend WithEvents lbEPDYmax2 As Label
|
|
Friend WithEvents pnEPDYmin2 As Panel
|
|
Friend WithEvents txbEPDYmin2 As TextBox
|
|
Friend WithEvents lbEPDYmin2 As Label
|
|
Friend WithEvents gbSaveCk As GroupBox
|
|
Friend WithEvents pnSaveCk As Panel
|
|
Friend WithEvents nudSaveCk As NumericUpDown
|
|
Friend WithEvents lbSaveCk As Label
|
|
Friend WithEvents gbYelCdn As GroupBox
|
|
Friend WithEvents gbYelCdn_2 As GroupBox
|
|
Friend WithEvents pnYelCdn_Y2 As Panel
|
|
Friend WithEvents txbYelCdn_Y2 As TextBox
|
|
Friend WithEvents lbYelCdn_Y2 As Label
|
|
Friend WithEvents pnYelCdn_X2 As Panel
|
|
Friend WithEvents txbYelCdn_X2 As TextBox
|
|
Friend WithEvents lbYelCdn_X2 As Label
|
|
Friend WithEvents gbYelCdn_1 As GroupBox
|
|
Friend WithEvents pnYelCdn_Y1 As Panel
|
|
Friend WithEvents txbYelCdn_Y1 As TextBox
|
|
Friend WithEvents lbYelCdn_Y1 As Label
|
|
Friend WithEvents pnYelCdn_X1 As Panel
|
|
Friend WithEvents txbYelCdn_X1 As TextBox
|
|
Friend WithEvents lbYelCdn_X1 As Label
|
|
Friend WithEvents gbRedCdn As GroupBox
|
|
Friend WithEvents gbRedCdn_2 As GroupBox
|
|
Friend WithEvents pnRedCdn_Y2 As Panel
|
|
Friend WithEvents txbRedCdn_Y2 As TextBox
|
|
Friend WithEvents lbRedCdn_Y2 As Label
|
|
Friend WithEvents pnRedCdn_X2 As Panel
|
|
Friend WithEvents txbRedCdn_X2 As TextBox
|
|
Friend WithEvents lbRedCdn_X2 As Label
|
|
Friend WithEvents gbRedCdn_1 As GroupBox
|
|
Friend WithEvents pnRedCdn_Y1 As Panel
|
|
Friend WithEvents txbRedCdn_Y1 As TextBox
|
|
Friend WithEvents lbRedCdn_Y1 As Label
|
|
Friend WithEvents pnRedCdn_X1 As Panel
|
|
Friend WithEvents txbRedCdn_X1 As TextBox
|
|
Friend WithEvents lbRedCdn_X1 As Label
|
|
Friend WithEvents gbAround As GroupBox
|
|
Friend WithEvents pnAround As Panel
|
|
Friend WithEvents txbAround As TextBox
|
|
Friend WithEvents lbAround As Label
|
|
Friend WithEvents gbInc As GroupBox
|
|
Friend WithEvents pnInc As Panel
|
|
Friend WithEvents txbInc As TextBox
|
|
Friend WithEvents lbInc As Label
|
|
Friend WithEvents btnOLEDCam As Button
|
|
Friend WithEvents lbOLEDCam As Label
|
|
Friend WithEvents cbbOLEDCam As ComboBox
|
|
Friend WithEvents gbLedSave As GroupBox
|
|
Friend WithEvents rdbMatCovert As RadioButton
|
|
Friend WithEvents rdbimgSave As RadioButton
|
|
Friend WithEvents gbLedStart As GroupBox
|
|
Friend WithEvents pnLEDStart As Panel
|
|
Friend WithEvents nudLEDStart As NumericUpDown
|
|
Friend WithEvents lbLEDStart As Label
|
|
Friend WithEvents gbLedRe As GroupBox
|
|
Friend WithEvents pnLedRe As Panel
|
|
Friend WithEvents nudLedRe As NumericUpDown
|
|
Friend WithEvents lbLedRe As Label
|
|
Friend WithEvents gbRFWidth As GroupBox
|
|
Friend WithEvents gbRFWdtime As GroupBox
|
|
Friend WithEvents pnRFWdtime As Panel
|
|
Friend WithEvents txbRFWdtime As TextBox
|
|
Friend WithEvents lbRFWdtime As Label
|
|
Friend WithEvents gbRFWdRun As GroupBox
|
|
Friend WithEvents pnRFWdRun As Panel
|
|
Friend WithEvents nudRFWdRun As NumericUpDown
|
|
Friend WithEvents lbRFWdRun As Label
|
|
Friend WithEvents gbRFWdDelay As GroupBox
|
|
Friend WithEvents pnRFWdDelay As Panel
|
|
Friend WithEvents txbRFWdDelay As TextBox
|
|
Friend WithEvents lbRFWdDelay As Label
|
|
Friend WithEvents gbRFWdTrgLv As GroupBox
|
|
Friend WithEvents pnRFWdTrgLv As Panel
|
|
Friend WithEvents nudRFWdTrgLv As NumericUpDown
|
|
Friend WithEvents lbRFWdTrgLv As Label
|
|
Friend WithEvents gbRFFrVp As GroupBox
|
|
Friend WithEvents pnFreq As Panel
|
|
Friend WithEvents pnDevTmp As Panel
|
|
Friend WithEvents pnCartTmp As Panel
|
|
Friend WithEvents pnDate As Panel
|
|
Friend WithEvents pnTDSN As Panel
|
|
Friend WithEvents pnGrade As Panel
|
|
Friend WithEvents pnVer As Panel
|
|
Friend WithEvents pnVolt As Panel
|
|
Friend WithEvents pnStep7 As Panel
|
|
Friend WithEvents pnStep6 As Panel
|
|
Friend WithEvents pnStep10 As Panel
|
|
Friend WithEvents pnStep9 As Panel
|
|
Friend WithEvents pnStep8 As Panel
|
|
Friend WithEvents pnStep5 As Panel
|
|
Friend WithEvents pnStep4 As Panel
|
|
Friend WithEvents pnStep3 As Panel
|
|
Friend WithEvents pnStep2 As Panel
|
|
Friend WithEvents pnStep1 As Panel
|
|
Friend WithEvents gbHFTest As GroupBox
|
|
Friend WithEvents pnBat As Panel
|
|
Friend WithEvents lbBat As Label
|
|
Friend WithEvents txbBat As TextBox
|
|
Friend WithEvents gbOldMode As GroupBox
|
|
Friend WithEvents rdbRFMCEP As RadioButton
|
|
Friend WithEvents rdbHF As RadioButton
|
|
Friend WithEvents rdbAll As RadioButton
|
|
Friend WithEvents Panel3 As Panel
|
|
Friend WithEvents gbRFMCEP As GroupBox
|
|
Friend WithEvents pnTemp As Panel
|
|
Friend WithEvents lbTemp As Label
|
|
Friend WithEvents txbTemp As TextBox
|
|
Friend WithEvents pnHFtest As Panel
|
|
Friend WithEvents lbHFtest3 As Label
|
|
Friend WithEvents txbHFtest3 As TextBox
|
|
Friend WithEvents lbHFtest2 As Label
|
|
Friend WithEvents txbHFtest2 As TextBox
|
|
Friend WithEvents lbHFtest1 As Label
|
|
Friend WithEvents txbHFtest1 As TextBox
|
|
Friend WithEvents pnHF As Panel
|
|
Friend WithEvents lbHF As Label
|
|
Friend WithEvents txbHFresult As TextBox
|
|
Friend WithEvents pnTDreg As Panel
|
|
Friend WithEvents lbTDreg As Label
|
|
Friend WithEvents txbTDreg As TextBox
|
|
Friend WithEvents pnDBreg As Panel
|
|
Friend WithEvents lbDBreg As Label
|
|
Friend WithEvents txbDBreg As TextBox
|
|
Friend WithEvents pnRF As Panel
|
|
Friend WithEvents lbRFresult As Label
|
|
Friend WithEvents txbRFresult As TextBox
|
|
Friend WithEvents pnRFtest As Panel
|
|
Friend WithEvents lbRFtest3 As Label
|
|
Friend WithEvents txbRFtest3 As TextBox
|
|
Friend WithEvents lbRFtest2 As Label
|
|
Friend WithEvents txbRFtest2 As TextBox
|
|
Friend WithEvents lbRFtest1 As Label
|
|
Friend WithEvents txbRFtest1 As TextBox
|
|
Friend WithEvents pnMC As Panel
|
|
Friend WithEvents lbMCresult As Label
|
|
Friend WithEvents txbMCresult As TextBox
|
|
Friend WithEvents pnEPtest As Panel
|
|
Friend WithEvents lbEPtest3 As Label
|
|
Friend WithEvents txbEPtest3 As TextBox
|
|
Friend WithEvents lbEPtest2 As Label
|
|
Friend WithEvents txbEPtest2 As TextBox
|
|
Friend WithEvents lbEPtest1 As Label
|
|
Friend WithEvents txbEPtest1 As TextBox
|
|
Friend WithEvents pnEP As Panel
|
|
Friend WithEvents lbEPresult As Label
|
|
Friend WithEvents txbEPresult As TextBox
|
|
Friend WithEvents rdbIQC As RadioButton
|
|
Friend WithEvents gbIQC As GroupBox
|
|
Friend WithEvents pnIQCRun1 As Panel
|
|
Friend WithEvents lbIQCHF1 As Label
|
|
Friend WithEvents txbIQCHF1 As TextBox
|
|
Friend WithEvents pnIQCHF As Panel
|
|
Friend WithEvents lbIQCHF As Label
|
|
Friend WithEvents txbIQCHF As TextBox
|
|
Friend WithEvents lbIQCHF3 As Label
|
|
Friend WithEvents txbIQCHF3 As TextBox
|
|
Friend WithEvents lbIQCHF2 As Label
|
|
Friend WithEvents txbIQCHF2 As TextBox
|
|
Friend WithEvents pnIQCEP As Panel
|
|
Friend WithEvents lbIQCEP As Label
|
|
Friend WithEvents txbIQCEP As TextBox
|
|
Friend WithEvents pnIQCRun3 As Panel
|
|
Friend WithEvents lbIQCEP3 As Label
|
|
Friend WithEvents txbIQCEP3 As TextBox
|
|
Friend WithEvents lbIQCEP2 As Label
|
|
Friend WithEvents txbIQCEP2 As TextBox
|
|
Friend WithEvents lbIQCEP1 As Label
|
|
Friend WithEvents txbIQCEP1 As TextBox
|
|
Friend WithEvents pnIQCRF As Panel
|
|
Friend WithEvents lbIQCRF As Label
|
|
Friend WithEvents txbIQCRF As TextBox
|
|
Friend WithEvents pnIQCRun2 As Panel
|
|
Friend WithEvents lbIQCRF3 As Label
|
|
Friend WithEvents txbIQCRF3 As TextBox
|
|
Friend WithEvents lbIQCRF2 As Label
|
|
Friend WithEvents txbIQCRF2 As TextBox
|
|
Friend WithEvents lbIQCRF1 As Label
|
|
Friend WithEvents txbIQCRF1 As TextBox
|
|
Friend WithEvents gbEPRe As GroupBox
|
|
Friend WithEvents pnEPRe As Panel
|
|
Friend WithEvents lbEPRe As Label
|
|
Friend WithEvents lbALTO As Label
|
|
Friend WithEvents rdbAltoPD As RadioButton
|
|
Friend WithEvents rdbAltoIqc As RadioButton
|
|
Friend WithEvents lbMAX As Label
|
|
Friend WithEvents ckbScopeZ As CheckBox
|
|
Friend WithEvents gbStandard As GroupBox
|
|
Friend WithEvents rdbStdMax As RadioButton
|
|
Friend WithEvents rdbStdAl As RadioButton
|
|
Friend WithEvents pnStandard_Max As Panel
|
|
Friend WithEvents pnStandard_Al As Panel
|
|
Friend WithEvents gbEPsort_AL As GroupBox
|
|
Friend WithEvents gbEPDuty3_AL As GroupBox
|
|
Friend WithEvents pnEPDYmax3_AL As Panel
|
|
Friend WithEvents txbEPDYmax3_AL As TextBox
|
|
Friend WithEvents lbEPDYmax3_AL As Label
|
|
Friend WithEvents pnEPDYmin3_AL As Panel
|
|
Friend WithEvents txbEPDYmin3_AL As TextBox
|
|
Friend WithEvents lbEPDYmin3_AL As Label
|
|
Friend WithEvents gbEPDuty2_AL As GroupBox
|
|
Friend WithEvents pnEPDYmax2_AL As Panel
|
|
Friend WithEvents txbEPDYmax2_AL As TextBox
|
|
Friend WithEvents lbEPDYmax2_AL As Label
|
|
Friend WithEvents pnEPDYmin2_AL As Panel
|
|
Friend WithEvents txbEPDYmin2_AL As TextBox
|
|
Friend WithEvents lbEPDYmin2_AL As Label
|
|
Friend WithEvents gbEPDuty1_AL As GroupBox
|
|
Friend WithEvents pnEPDYmax1_AL As Panel
|
|
Friend WithEvents txbEPDYmax1_AL As TextBox
|
|
Friend WithEvents lbEPDYmax1_AL As Label
|
|
Friend WithEvents pnEPDYmin1_AL As Panel
|
|
Friend WithEvents txbEPDYmin1_AL As TextBox
|
|
Friend WithEvents lbEPDYmin1_AL As Label
|
|
Friend WithEvents gbEPVpp_AL As GroupBox
|
|
Friend WithEvents pnEPVPmax_AL As Panel
|
|
Friend WithEvents txbEPVPmax_AL As TextBox
|
|
Friend WithEvents lbEPVPmax_AL As Label
|
|
Friend WithEvents pnEPVPmin_AL As Panel
|
|
Friend WithEvents txbEPVPmin_AL As TextBox
|
|
Friend WithEvents lbEPVPmin_AL As Label
|
|
Friend WithEvents gbBodysort As GroupBox
|
|
Friend WithEvents gbBDVrms3_AL As GroupBox
|
|
Friend WithEvents pnBDVRmax3_AL As Panel
|
|
Friend WithEvents txbBDVRmax3_AL As TextBox
|
|
Friend WithEvents lbBDVRmax3_AL As Label
|
|
Friend WithEvents pnBDVRmin3_AL As Panel
|
|
Friend WithEvents txbBDVRmin3_AL As TextBox
|
|
Friend WithEvents lbBDVRmin3_AL As Label
|
|
Friend WithEvents GroupBox7 As GroupBox
|
|
Friend WithEvents GroupBox8 As GroupBox
|
|
Friend WithEvents Panel11 As Panel
|
|
Friend WithEvents TextBox9 As TextBox
|
|
Friend WithEvents Label9 As Label
|
|
Friend WithEvents Panel12 As Panel
|
|
Friend WithEvents TextBox10 As TextBox
|
|
Friend WithEvents Label10 As Label
|
|
Friend WithEvents GroupBox9 As GroupBox
|
|
Friend WithEvents Panel13 As Panel
|
|
Friend WithEvents TextBox11 As TextBox
|
|
Friend WithEvents Label11 As Label
|
|
Friend WithEvents Panel14 As Panel
|
|
Friend WithEvents TextBox12 As TextBox
|
|
Friend WithEvents Label12 As Label
|
|
Friend WithEvents GroupBox18 As GroupBox
|
|
Friend WithEvents Panel15 As Panel
|
|
Friend WithEvents TextBox13 As TextBox
|
|
Friend WithEvents Label13 As Label
|
|
Friend WithEvents Panel16 As Panel
|
|
Friend WithEvents TextBox14 As TextBox
|
|
Friend WithEvents Label14 As Label
|
|
Friend WithEvents GroupBox19 As GroupBox
|
|
Friend WithEvents Panel17 As Panel
|
|
Friend WithEvents TextBox27 As TextBox
|
|
Friend WithEvents Label27 As Label
|
|
Friend WithEvents Panel30 As Panel
|
|
Friend WithEvents TextBox28 As TextBox
|
|
Friend WithEvents Label28 As Label
|
|
Friend WithEvents gbBDVrms2_AL As GroupBox
|
|
Friend WithEvents pnBDVRmax2_AL As Panel
|
|
Friend WithEvents txbBDVRmax2_AL As TextBox
|
|
Friend WithEvents lbBDVRmax2_AL As Label
|
|
Friend WithEvents pnBDVRmin2_AL As Panel
|
|
Friend WithEvents txbBDVRmin2_AL As TextBox
|
|
Friend WithEvents lbBDVRmin2_AL As Label
|
|
Friend WithEvents gbBDVrms1_AL As GroupBox
|
|
Friend WithEvents pnBDVRmax1_AL As Panel
|
|
Friend WithEvents txbBDVRmax1_AL As TextBox
|
|
Friend WithEvents lbBDVRmax1_AL As Label
|
|
Friend WithEvents pnBDVRmin1_AL As Panel
|
|
Friend WithEvents txbBDVRmin1_AL As TextBox
|
|
Friend WithEvents lbBDVRmin1_AL As Label
|
|
Friend WithEvents gbRFsort_AL As GroupBox
|
|
Friend WithEvents gbRFVrms3_AL As GroupBox
|
|
Friend WithEvents pnRFVRmax3_AL As Panel
|
|
Friend WithEvents txbRFVRmax3_AL As TextBox
|
|
Friend WithEvents lbRFVRmax3_AL As Label
|
|
Friend WithEvents pnRFVRmin3_AL As Panel
|
|
Friend WithEvents txbRFVRmin3_AL As TextBox
|
|
Friend WithEvents lbRFVRmin3_AL As Label
|
|
Friend WithEvents GroupBox27 As GroupBox
|
|
Friend WithEvents GroupBox28 As GroupBox
|
|
Friend WithEvents Panel41 As Panel
|
|
Friend WithEvents TextBox38 As TextBox
|
|
Friend WithEvents Label39 As Label
|
|
Friend WithEvents Panel42 As Panel
|
|
Friend WithEvents TextBox39 As TextBox
|
|
Friend WithEvents Label40 As Label
|
|
Friend WithEvents GroupBox29 As GroupBox
|
|
Friend WithEvents Panel43 As Panel
|
|
Friend WithEvents TextBox40 As TextBox
|
|
Friend WithEvents Label41 As Label
|
|
Friend WithEvents Panel44 As Panel
|
|
Friend WithEvents TextBox41 As TextBox
|
|
Friend WithEvents Label42 As Label
|
|
Friend WithEvents GroupBox30 As GroupBox
|
|
Friend WithEvents Panel45 As Panel
|
|
Friend WithEvents TextBox42 As TextBox
|
|
Friend WithEvents Label43 As Label
|
|
Friend WithEvents Panel46 As Panel
|
|
Friend WithEvents TextBox43 As TextBox
|
|
Friend WithEvents Label44 As Label
|
|
Friend WithEvents GroupBox31 As GroupBox
|
|
Friend WithEvents Panel47 As Panel
|
|
Friend WithEvents TextBox44 As TextBox
|
|
Friend WithEvents Label45 As Label
|
|
Friend WithEvents Panel48 As Panel
|
|
Friend WithEvents TextBox45 As TextBox
|
|
Friend WithEvents Label46 As Label
|
|
Friend WithEvents gbRFVrms2_AL As GroupBox
|
|
Friend WithEvents pnRFVRmax2_AL As Panel
|
|
Friend WithEvents txbRFVRmax2_AL As TextBox
|
|
Friend WithEvents lbRFVRmax2_AL As Label
|
|
Friend WithEvents pnRFVRmin2_AL As Panel
|
|
Friend WithEvents txbRFVRmin2_AL As TextBox
|
|
Friend WithEvents lbRFVRmin2_AL As Label
|
|
Friend WithEvents gbRFVrms1_AL As GroupBox
|
|
Friend WithEvents pnRFVRmax1_AL As Panel
|
|
Friend WithEvents txbRFVRmax1_AL As TextBox
|
|
Friend WithEvents lbRFVRmax1_AL As Label
|
|
Friend WithEvents pnRFVRmin1_AL As Panel
|
|
Friend WithEvents txbRFVRmin1_AL As TextBox
|
|
Friend WithEvents lbRFVRmin1_AL As Label
|
|
Friend WithEvents gbFirmVer_AL As GroupBox
|
|
Friend WithEvents pnFirmVer_AL As Panel
|
|
Friend WithEvents txbFirmVer_AL As TextBox
|
|
Friend WithEvents lbFirmVer_AL As Label
|
|
Friend WithEvents ckbModeV2 As CheckBox
|
|
Friend WithEvents pnCPUTemp As Panel
|
|
Friend WithEvents txbCPUTemp As TextBox
|
|
Friend WithEvents lbCPUTemp As Label
|
|
Friend WithEvents gbOpTmp_AL As GroupBox
|
|
Friend WithEvents gbTmpCart_AL As GroupBox
|
|
Friend WithEvents pnTpCartMax_AL As Panel
|
|
Friend WithEvents txbTpCartMax_AL As TextBox
|
|
Friend WithEvents lbTpCartMax_AL As Label
|
|
Friend WithEvents pnTpCartMin_AL As Panel
|
|
Friend WithEvents txbTpCartMin_AL As TextBox
|
|
Friend WithEvents lbTpCartMin_AL As Label
|
|
Friend WithEvents gbTmpDev_AL As GroupBox
|
|
Friend WithEvents pnTpDevMax_AL As Panel
|
|
Friend WithEvents txbTpDevMax_AL As TextBox
|
|
Friend WithEvents lbTpDevMax_AL As Label
|
|
Friend WithEvents pnTpDevMin_AL As Panel
|
|
Friend WithEvents txbTpDevMin_AL As TextBox
|
|
Friend WithEvents lbTpDevMin_AL As Label
|
|
Friend WithEvents gbOpBat_AL As GroupBox
|
|
Friend WithEvents pnBatMax_AL As Panel
|
|
Friend WithEvents txbBatMax_AL As TextBox
|
|
Friend WithEvents lbBatMax_AL As Label
|
|
Friend WithEvents pnBatMin_AL As Panel
|
|
Friend WithEvents txbBatMin_AL As TextBox
|
|
Friend WithEvents lbBatMin_AL As Label
|
|
Friend WithEvents gbOnRe As GroupBox
|
|
Friend WithEvents pnOnRe As Panel
|
|
Friend WithEvents lbOnRe As Label
|
|
Friend WithEvents gbRunCount As GroupBox
|
|
Friend WithEvents txbNgCount As TextBox
|
|
Friend WithEvents lbNgCount As Label
|
|
Friend WithEvents txbOkCount As TextBox
|
|
Friend WithEvents lbOkCount As Label
|
|
Friend WithEvents txbDayCount As TextBox
|
|
Friend WithEvents lbDayCount As Label
|
|
Friend WithEvents rdbCompany As RadioButton
|
|
Friend WithEvents rdbDsPD As RadioButton
|
|
Friend WithEvents rdbDsIQC As RadioButton
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents gbDSForm As GroupBox
|
|
Friend WithEvents pnDSWrite As Panel
|
|
Friend WithEvents lbDSWrite As Label
|
|
Friend WithEvents txbDSSave As TextBox
|
|
Friend WithEvents pnDSWriteState As Panel
|
|
Friend WithEvents lbDSWrite_3 As Label
|
|
Friend WithEvents txbDSWrite_3 As TextBox
|
|
Friend WithEvents lbDSWrite_2 As Label
|
|
Friend WithEvents txbDSWrite_2 As TextBox
|
|
Friend WithEvents lbDSWrite_1 As Label
|
|
Friend WithEvents txbDSWrite As TextBox
|
|
Friend WithEvents pnDSHifu As Panel
|
|
Friend WithEvents lbDSHifu As Label
|
|
Friend WithEvents txbDSHifu As TextBox
|
|
Friend WithEvents pnDSHifuState As Panel
|
|
Friend WithEvents lbDSHifu_3 As Label
|
|
Friend WithEvents txbDSHifu_3 As TextBox
|
|
Friend WithEvents lbDSHifu_2 As Label
|
|
Friend WithEvents txbDSHifu_2 As TextBox
|
|
Friend WithEvents lbDSHifu_1 As Label
|
|
Friend WithEvents txbDSHifu_1 As TextBox
|
|
Friend WithEvents pnDSBasic As Panel
|
|
Friend WithEvents lbDSBasic As Label
|
|
Friend WithEvents txbDSBasic As TextBox
|
|
Friend WithEvents pnDSBasicState As Panel
|
|
Friend WithEvents lbDSBat As Label
|
|
Friend WithEvents txbDSBat As TextBox
|
|
Friend WithEvents lbDSTemp As Label
|
|
Friend WithEvents txbDSTemp As TextBox
|
|
Friend WithEvents lbDSFirm As Label
|
|
Friend WithEvents txbDSFirm As TextBox
|
|
Friend WithEvents gbAltoIQC As GroupBox
|
|
Friend WithEvents pnAlIQCBody As Panel
|
|
Friend WithEvents lbAlIQCBody As Label
|
|
Friend WithEvents txbAlIQCBody As TextBox
|
|
Friend WithEvents pnAlIQCBody_state As Panel
|
|
Friend WithEvents lbAlIQCBody_3 As Label
|
|
Friend WithEvents txbAlIQCBody_3 As TextBox
|
|
Friend WithEvents lbAlIQCBody_2 As Label
|
|
Friend WithEvents txbAlIQCBody_2 As TextBox
|
|
Friend WithEvents lbAlIQCBody_1 As Label
|
|
Friend WithEvents txbAlIQCBody_1 As TextBox
|
|
Friend WithEvents pnAlIQCEP As Panel
|
|
Friend WithEvents lbAlIQCEP As Label
|
|
Friend WithEvents txbAlIQCEP As TextBox
|
|
Friend WithEvents pnAlIQCEP_state As Panel
|
|
Friend WithEvents lbAlIQCEP_3 As Label
|
|
Friend WithEvents txbAlIQCEP_3 As TextBox
|
|
Friend WithEvents lbAlIQCEP_2 As Label
|
|
Friend WithEvents txbAlIQCEP_2 As TextBox
|
|
Friend WithEvents lbAlIQCEP_1 As Label
|
|
Friend WithEvents txbAlIQCEP_1 As TextBox
|
|
Friend WithEvents pnAlIQCRF As Panel
|
|
Friend WithEvents lbAlIQCRF As Label
|
|
Friend WithEvents txbAlIQCRF As TextBox
|
|
Friend WithEvents pnAlIQCRF_state As Panel
|
|
Friend WithEvents lbAlIQCRF_3 As Label
|
|
Friend WithEvents txbAlIQCRF_3 As TextBox
|
|
Friend WithEvents lbAlIQCRF_2 As Label
|
|
Friend WithEvents txbAlIQCRF_2 As TextBox
|
|
Friend WithEvents lbAlIQCRF_1 As Label
|
|
Friend WithEvents txbAlIQCRF_1 As TextBox
|
|
Friend WithEvents gbDSStandard As GroupBox
|
|
Friend WithEvents gbDSfw_st As GroupBox
|
|
Friend WithEvents pnDSfw_st As Panel
|
|
Friend WithEvents txbDSfw_st As TextBox
|
|
Friend WithEvents lbDSfw_st As Label
|
|
Friend WithEvents gbDSbat_st As GroupBox
|
|
Friend WithEvents pnDSbat_stMax As Panel
|
|
Friend WithEvents txbDSbat_stMax As TextBox
|
|
Friend WithEvents lbDSbat_stMax As Label
|
|
Friend WithEvents pnDSbat_stMin As Panel
|
|
Friend WithEvents txbDSbat_stMin As TextBox
|
|
Friend WithEvents lbDSbat_stMin As Label
|
|
Friend WithEvents gbDSTmp_st As GroupBox
|
|
Friend WithEvents gbDSTmpCa_st As GroupBox
|
|
Friend WithEvents pnDSTmpCa_stMax As Panel
|
|
Friend WithEvents txbDSTmpCa_stMax As TextBox
|
|
Friend WithEvents lbDSTmpCa_stMax As Label
|
|
Friend WithEvents pnDSTmpCa_stMin As Panel
|
|
Friend WithEvents txbDSTmpCa_stMin As TextBox
|
|
Friend WithEvents lbDSTmpCa_stMin As Label
|
|
Friend WithEvents gbDSTmpDe_st As GroupBox
|
|
Friend WithEvents pnDSTmpDe_stMax As Panel
|
|
Friend WithEvents txbDSTmpDe_stMax As TextBox
|
|
Friend WithEvents lbDSTmpDe_stMax As Label
|
|
Friend WithEvents pnDSTmpDe_stMin As Panel
|
|
Friend WithEvents txbDSTmpDe_stMin As TextBox
|
|
Friend WithEvents lbDSTmpDe_stMin As Label
|
|
Friend WithEvents gbDShf_st As GroupBox
|
|
Friend WithEvents gbDShfDif_st As GroupBox
|
|
Friend WithEvents pnDShfDif_st As Panel
|
|
Friend WithEvents lbDShfDif_st2 As Label
|
|
Friend WithEvents txbDShfDif_st As TextBox
|
|
Friend WithEvents lbDShfDif_st1 As Label
|
|
Friend WithEvents gbDShfOut_st As GroupBox
|
|
Friend WithEvents pnDShfOut_stMax As Panel
|
|
Friend WithEvents txbDShfOut_stMax As TextBox
|
|
Friend WithEvents lbDShfOut_stMax As Label
|
|
Friend WithEvents pnDShfOut_stMin As Panel
|
|
Friend WithEvents txbDShfOut_stMin As TextBox
|
|
Friend WithEvents lbDShfOut_stMin As Label
|
|
Friend WithEvents gbDSDelay As GroupBox
|
|
Friend WithEvents pnDSDelay As Panel
|
|
Friend WithEvents txbDSDelay As TextBox
|
|
Friend WithEvents lbDSDelay As Label
|
|
Friend WithEvents gbDSSub As GroupBox
|
|
Friend WithEvents pnDSSub_Max As Panel
|
|
Friend WithEvents txbDSSub_Max As TextBox
|
|
Friend WithEvents lbDSSub_Max As Label
|
|
Friend WithEvents pnDSSub_Min As Panel
|
|
Friend WithEvents txbDSSub_Min As TextBox
|
|
Friend WithEvents lbDSSub_Min As Label
|
|
Friend WithEvents gbJigNum As GroupBox
|
|
Friend WithEvents nudJigNum As NumericUpDown
|
|
Friend WithEvents CheckBox1 As CheckBox
|
|
Friend WithEvents ckbPostgre As CheckBox
|
|
Friend WithEvents gbRefLev As GroupBox
|
|
Friend WithEvents pnRefLev As Panel
|
|
Friend WithEvents txbHFRefLev As TextBox
|
|
Friend WithEvents lbRefLev As Label
|
|
Friend WithEvents nudOnRe As NumericUpDown
|
|
Friend WithEvents nudEPRe As NumericUpDown
|
|
Friend WithEvents rdbEFPD As RadioButton
|
|
Friend WithEvents rdbEFIQC As RadioButton
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents gbMode As GroupBox
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents comboBoxVerificationStep As ComboBox
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents comboBoxModel As ComboBox
|
|
Friend WithEvents checkBoxMcUse As CheckBox
|
|
Friend WithEvents checkBoxEpUse As CheckBox
|
|
Friend WithEvents checkBoxRfUse As CheckBox
|
|
Friend WithEvents checkBoxHfUse As CheckBox
|
|
Friend WithEvents Label8 As Label
|
|
Friend WithEvents Panel2 As Panel
|
|
Friend WithEvents txbTDSNHead As TextBox
|
|
Friend WithEvents Label3 As Label
|
|
End Class
|