Partial Class frm_Freq_Reg Inherits System.Windows.Forms.Form 'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows Form 디자이너에 필요합니다. Private components As System.ComponentModel.IContainer '참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다. '수정하려면 Windows Form 디자이너를 사용하십시오. '코드 편집기에서는 수정하지 마세요. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frm_Freq_Reg)) Me.gpbTime = New System.Windows.Forms.GroupBox() Me.lblTime = New System.Windows.Forms.Label() Me.gbselect = New System.Windows.Forms.GroupBox() Me.ckbselect = New System.Windows.Forms.CheckBox() Me.cboselect = New System.Windows.Forms.ComboBox() Me.gpbConfig = New System.Windows.Forms.GroupBox() Me.ckbNonTD = New System.Windows.Forms.CheckBox() Me.ckbfrontprt = New System.Windows.Forms.CheckBox() Me.chbAutoMeasure = New System.Windows.Forms.CheckBox() Me.chbUseBarcode = New System.Windows.Forms.CheckBox() Me.btnSetup = New System.Windows.Forms.Button() Me.btnExit = New System.Windows.Forms.Button() Me.gpbSpec = New System.Windows.Forms.GroupBox() Me.txbcState = New System.Windows.Forms.TextBox() Me.txbPV_R = New System.Windows.Forms.TextBox() Me.txbPV_Date = New System.Windows.Forms.TextBox() Me.lblPV_Date = New System.Windows.Forms.Label() Me.txbPV_C = New System.Windows.Forms.TextBox() Me.lblPV_C = New System.Windows.Forms.Label() Me.lblPV_R = New System.Windows.Forms.Label() Me.lblPV_SN = New System.Windows.Forms.Label() Me.txbPV_SN = New System.Windows.Forms.TextBox() Me.txbPV_Z = New System.Windows.Forms.TextBox() Me.lblPV_Z = New System.Windows.Forms.Label() Me.lblCapacitor = New System.Windows.Forms.Label() Me.txbCapacitor = New System.Windows.Forms.TextBox() Me.gpbProduct1 = New System.Windows.Forms.GroupBox() Me.lbPD1runcheck = New System.Windows.Forms.Label() Me.txbCartridgePD1 = New System.Windows.Forms.TextBox() Me.pn_count = New System.Windows.Forms.Panel() Me.txbR6CntPD1 = New System.Windows.Forms.TextBox() Me.txbR10CntPD1 = New System.Windows.Forms.TextBox() Me.txbR9CntPD1 = New System.Windows.Forms.TextBox() Me.txbR8CntPD1 = New System.Windows.Forms.TextBox() Me.txbR7CntPD1 = New System.Windows.Forms.TextBox() Me.txbR2CntPD1 = New System.Windows.Forms.TextBox() Me.txbR4CntPD1 = New System.Windows.Forms.TextBox() Me.txbR5CntPD1 = New System.Windows.Forms.TextBox() Me.txbR1CntPD1 = New System.Windows.Forms.TextBox() Me.lblR10CntPD1 = New System.Windows.Forms.Label() Me.lblR8CntPD1 = New System.Windows.Forms.Label() Me.lblR9CntPD1 = New System.Windows.Forms.Label() Me.lblR7CntPD1 = New System.Windows.Forms.Label() Me.lblR6CntPD1 = New System.Windows.Forms.Label() Me.txbNgCntPD1 = New System.Windows.Forms.TextBox() Me.txbOkCntPD1 = New System.Windows.Forms.TextBox() Me.lbNgCntPD1 = New System.Windows.Forms.Label() Me.lbOkCntPD1 = New System.Windows.Forms.Label() Me.lblR5CntPD1 = New System.Windows.Forms.Label() Me.txbR3CntPD1 = New System.Windows.Forms.TextBox() Me.lblR3CntPD1 = New System.Windows.Forms.Label() Me.lblR4CntPD1 = New System.Windows.Forms.Label() Me.lblR2CntPD1 = New System.Windows.Forms.Label() Me.txbTotalCntPD1 = New System.Windows.Forms.TextBox() Me.lbTotalCntPD1 = New System.Windows.Forms.Label() Me.lblR1CntPD1 = New System.Windows.Forms.Label() Me.lblCartridgePD1 = New System.Windows.Forms.Label() Me.btnRunPD1 = New System.Windows.Forms.Button() Me.lblPV_FreqPD1 = New System.Windows.Forms.Label() Me.lblGradePD1 = New System.Windows.Forms.Label() Me.txbPV_FreqPD1 = New System.Windows.Forms.TextBox() Me.txbGradePD1 = New System.Windows.Forms.TextBox() Me.gbc_prod = New System.Windows.Forms.GroupBox() Me.btnPower = New System.Windows.Forms.Button() Me.btnDeep = New System.Windows.Forms.Button() Me.lbPowerRange = New System.Windows.Forms.Label() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.nudDeep = New System.Windows.Forms.NumericUpDown() Me.nudPower = New System.Windows.Forms.NumericUpDown() Me.lbDeep = New System.Windows.Forms.Label() Me.lbDotPower = New System.Windows.Forms.Label() Me.btnc_run = New System.Windows.Forms.Button() Me.lb_CValue = New System.Windows.Forms.Label() Me.lb_grade = New System.Windows.Forms.Label() Me.txb_CValue = New System.Windows.Forms.TextBox() Me.txb_grade = New System.Windows.Forms.TextBox() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.cboComPort = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.cmdSerial = New System.Windows.Forms.Button() Me.cmdSerialPort = New System.IO.Ports.SerialPort(Me.components) Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.rdbTDRecycle = New System.Windows.Forms.RadioButton() Me.rdb_data_check = New System.Windows.Forms.RadioButton() Me.rdb_freq_reg = New System.Windows.Forms.RadioButton() Me.rdb_prod = New System.Windows.Forms.RadioButton() Me.rdb_freq_auto = New System.Windows.Forms.RadioButton() Me.rdb_c_mode = New System.Windows.Forms.RadioButton() Me.InputTimer = New System.Windows.Forms.Timer(Me.components) Me.cart_timer = New System.Windows.Forms.Timer(Me.components) Me.time_timer = New System.Windows.Forms.Timer(Me.components) Me.gb_option = New System.Windows.Forms.GroupBox() Me.txbOptBasic = New System.Windows.Forms.TextBox() Me.btnbasic = New System.Windows.Forms.Button() Me.gbPrintUse = New System.Windows.Forms.GroupBox() Me.gbPrintEach = New System.Windows.Forms.GroupBox() Me.ckbWarPnt = New System.Windows.Forms.CheckBox() Me.ckbBoxPnt = New System.Windows.Forms.CheckBox() Me.ckbEachPnt = New System.Windows.Forms.CheckBox() Me.ckbAllPnt = New System.Windows.Forms.CheckBox() Me.gbPrinter = New System.Windows.Forms.GroupBox() Me.btnPrintSave = New System.Windows.Forms.Button() Me.btPrintref = New System.Windows.Forms.Button() Me.dgvPrinter = New System.Windows.Forms.DataGridView() Me.dfNum = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.dfPrinter = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.gbPrinter2 = New System.Windows.Forms.GroupBox() Me.txbText2 = New System.Windows.Forms.TextBox() Me.lbText2 = New System.Windows.Forms.Label() Me.btnLabel2 = New System.Windows.Forms.Button() Me.txbLabel2 = New System.Windows.Forms.TextBox() Me.lbLabel2 = New System.Windows.Forms.Label() Me.btnName2 = New System.Windows.Forms.Button() Me.txbName2 = New System.Windows.Forms.TextBox() Me.lbName2 = New System.Windows.Forms.Label() Me.gbPrinter1 = New System.Windows.Forms.GroupBox() Me.txbText1 = New System.Windows.Forms.TextBox() Me.lbText1 = New System.Windows.Forms.Label() Me.txbCode1 = New System.Windows.Forms.TextBox() Me.lbCode1 = New System.Windows.Forms.Label() Me.btnLabel1 = New System.Windows.Forms.Button() Me.txbLabel1 = New System.Windows.Forms.TextBox() Me.lbLabel1 = New System.Windows.Forms.Label() Me.btnName1 = New System.Windows.Forms.Button() Me.txbName1 = New System.Windows.Forms.TextBox() Me.lbName1 = New System.Windows.Forms.Label() Me.gb_option_code = New System.Windows.Forms.GroupBox() Me.btn_code_reg = New System.Windows.Forms.Button() Me.txb_prod1_code = New System.Windows.Forms.TextBox() Me.lb_prod1_code = New System.Windows.Forms.Label() Me.txb_output_7000 = New System.Windows.Forms.TextBox() Me.lb_output_7000 = New System.Windows.Forms.Label() Me.txb_output_6850 = New System.Windows.Forms.TextBox() Me.lb_output_6850 = New System.Windows.Forms.Label() Me.txb_code_front = New System.Windows.Forms.TextBox() Me.lb_code_front = New System.Windows.Forms.Label() Me.txb_dgv_state = New System.Windows.Forms.TextBox() Me.txb_regresult = New System.Windows.Forms.TextBox() Me.btn_data_reg = New System.Windows.Forms.Button() Me.gb_reg = New System.Windows.Forms.GroupBox() Me.nudagency = New System.Windows.Forms.NumericUpDown() Me.nudarea = New System.Windows.Forms.NumericUpDown() Me.lb_agen_reg = New System.Windows.Forms.Label() Me.lb_area_reg = New System.Windows.Forms.Label() Me.txb_make_reg = New System.Windows.Forms.TextBox() Me.lb_make_reg = New System.Windows.Forms.Label() Me.txb_name_reg = New System.Windows.Forms.TextBox() Me.lb_name_reg = New System.Windows.Forms.Label() Me.btn_option_exit = New System.Windows.Forms.Button() Me.btn_alldelete = New System.Windows.Forms.Button() Me.btn_row_delete = New System.Windows.Forms.Button() Me.btn_save = New System.Windows.Forms.Button() Me.dgv_data = New System.Windows.Forms.DataGridView() Me.df_name = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.df_make = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.df_area = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.df_agency = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.gb_check_data = New System.Windows.Forms.GroupBox() Me.txb_5_barcode = New System.Windows.Forms.TextBox() Me.lb_5_barcode = New System.Windows.Forms.Label() Me.gb_5_data = New System.Windows.Forms.GroupBox() Me.ckb_auto_delete = New System.Windows.Forms.CheckBox() Me.btn_5_delete = New System.Windows.Forms.Button() Me.ckb_auto_write = New System.Windows.Forms.CheckBox() Me.txb_5_result = New System.Windows.Forms.TextBox() Me.btn_5_write = New System.Windows.Forms.Button() Me.btn_5_check = New System.Windows.Forms.Button() Me.btn_5_reset = New System.Windows.Forms.Button() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.gb_reg_data = New System.Windows.Forms.GroupBox() Me.txb_5_td = New System.Windows.Forms.TextBox() Me.lb_5_td = New System.Windows.Forms.Label() Me.txb_5_prod_motor = New System.Windows.Forms.TextBox() Me.lb_5_prod_motor = New System.Windows.Forms.Label() Me.txb_5_freq = New System.Windows.Forms.TextBox() Me.txb_5_prod_mod = New System.Windows.Forms.TextBox() Me.lb_5_prod_mod = New System.Windows.Forms.Label() Me.txb_5_power = New System.Windows.Forms.TextBox() Me.lb_5_power = New System.Windows.Forms.Label() Me.txb_5_prod_date = New System.Windows.Forms.TextBox() Me.txb_5_area = New System.Windows.Forms.TextBox() Me.lb_5_prod_date = New System.Windows.Forms.Label() Me.lb_5_freq = New System.Windows.Forms.Label() Me.txb_5_type = New System.Windows.Forms.TextBox() Me.txb_5_model = New System.Windows.Forms.TextBox() Me.txb_5_serial = New System.Windows.Forms.TextBox() Me.txb_5_make = New System.Windows.Forms.TextBox() Me.txb_5_reg_date = New System.Windows.Forms.TextBox() Me.lb_5_make = New System.Windows.Forms.Label() Me.lb_5_reg_date = New System.Windows.Forms.Label() Me.lb_5_serial = New System.Windows.Forms.Label() Me.lb_5_model = New System.Windows.Forms.Label() Me.lb_5_type = New System.Windows.Forms.Label() Me.lb_5_area = New System.Windows.Forms.Label() Me.txb_5_agency = New System.Windows.Forms.TextBox() Me.lb_5_agency = New System.Windows.Forms.Label() Me.gb_prod_info = New System.Windows.Forms.GroupBox() Me.gb_pd_data = New System.Windows.Forms.GroupBox() Me.txbRdCheck = New System.Windows.Forms.TextBox() Me.lbRdCheck = New System.Windows.Forms.Label() Me.txbNdCheck = New System.Windows.Forms.TextBox() Me.lbNdCheck = New System.Windows.Forms.Label() Me.txbStCheck = New System.Windows.Forms.TextBox() Me.lbStCheck = New System.Windows.Forms.Label() Me.ckb_info = New System.Windows.Forms.CheckBox() Me.gb_td_data = New System.Windows.Forms.GroupBox() Me.txb_prod_grade = New System.Windows.Forms.TextBox() Me.txb_td_serial = New System.Windows.Forms.TextBox() Me.lb_td_serial = New System.Windows.Forms.Label() Me.txb_prod_power = New System.Windows.Forms.TextBox() Me.lb_prod_grade = New System.Windows.Forms.Label() Me.txb_prod_Depth = New System.Windows.Forms.TextBox() Me.lb_prod_Depth = New System.Windows.Forms.Label() Me.lb_prod_power = New System.Windows.Forms.Label() Me.btn_reset = New System.Windows.Forms.Button() Me.txb_prod_state = New System.Windows.Forms.TextBox() Me.btn_prod = New System.Windows.Forms.Button() Me.lb_prod_state = New System.Windows.Forms.Label() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.txb_serial_num = New System.Windows.Forms.TextBox() Me.Label27 = New System.Windows.Forms.Label() Me.lb_serial_num = New System.Windows.Forms.Label() Me.gb_data_info = New System.Windows.Forms.GroupBox() Me.Label29 = New System.Windows.Forms.Label() Me.gpbCartSet = New System.Windows.Forms.GroupBox() Me.ckb_db_use = New System.Windows.Forms.CheckBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.btn_text_reset = New System.Windows.Forms.Button() Me.GroupBox7 = New System.Windows.Forms.GroupBox() Me.txb_resetbox = New System.Windows.Forms.TextBox() Me.btn_flashreset = New System.Windows.Forms.Button() Me.gb_area = New System.Windows.Forms.GroupBox() Me.txb_abr_code = New System.Windows.Forms.TextBox() Me.txb_areabox = New System.Windows.Forms.TextBox() Me.txb_area_code = New System.Windows.Forms.TextBox() Me.lb_abr_code = New System.Windows.Forms.Label() Me.btn_area_read = New System.Windows.Forms.Button() Me.lb_area_code = New System.Windows.Forms.Label() Me.btn_area_write = New System.Windows.Forms.Button() Me.gbShot = New System.Windows.Forms.GroupBox() Me.nud_shot = New System.Windows.Forms.NumericUpDown() Me.txb_shotbox = New System.Windows.Forms.TextBox() Me.btn_shot_read = New System.Windows.Forms.Button() Me.btn_shot_write = New System.Windows.Forms.Button() Me.lb_shot = New System.Windows.Forms.Label() Me.btn_all_write = New System.Windows.Forms.Button() Me.gpbInfo = New System.Windows.Forms.GroupBox() Me.rdbV2 = New System.Windows.Forms.RadioButton() Me.rdbV1 = New System.Windows.Forms.RadioButton() Me.lbMode = New System.Windows.Forms.Label() Me.Label28 = New System.Windows.Forms.Label() Me.nudMonth = New System.Windows.Forms.NumericUpDown() Me.nudYear = New System.Windows.Forms.NumericUpDown() Me.nudSN = New System.Windows.Forms.NumericUpDown() Me.Label43 = New System.Windows.Forms.Label() Me.txbBarcode = New System.Windows.Forms.TextBox() Me.btn_today = New System.Windows.Forms.Button() Me.Label44 = New System.Windows.Forms.Label() Me.Label45 = New System.Windows.Forms.Label() Me.txbInfoBox = New System.Windows.Forms.TextBox() Me.btn_info_read = New System.Windows.Forms.Button() Me.btn_info_write = New System.Windows.Forms.Button() Me.Label46 = New System.Windows.Forms.Label() Me.txbFactory = New System.Windows.Forms.TextBox() Me.Label47 = New System.Windows.Forms.Label() Me.txbModel = New System.Windows.Forms.TextBox() Me.btn_all_read = New System.Windows.Forms.Button() Me.gpbLocal = New System.Windows.Forms.GroupBox() Me.btn_mtr_read = New System.Windows.Forms.Button() Me.nud_motor = New System.Windows.Forms.NumericUpDown() Me.picb_motor = New System.Windows.Forms.PictureBox() Me.txb_motorBox = New System.Windows.Forms.TextBox() Me.btn_mtr_write = New System.Windows.Forms.Button() Me.lb_motor = New System.Windows.Forms.Label() Me.gpbCart = New System.Windows.Forms.GroupBox() Me.txb_tds = New System.Windows.Forms.TextBox() Me.txb_tdBox = New System.Windows.Forms.TextBox() Me.lb_tds = New System.Windows.Forms.Label() Me.btn_td_read = New System.Windows.Forms.Button() Me.txb_tdp = New System.Windows.Forms.TextBox() Me.lb_tdp = New System.Windows.Forms.Label() Me.btn_td_write = New System.Windows.Forms.Button() Me.txb_tdf = New System.Windows.Forms.TextBox() Me.lb_tdf = New System.Windows.Forms.Label() Me.gbprodreg = New System.Windows.Forms.GroupBox() Me.gb_pd_count = New System.Windows.Forms.GroupBox() Me.txb_fail_count = New System.Windows.Forms.TextBox() Me.lb_fail_count = New System.Windows.Forms.Label() Me.txb_suc_count = New System.Windows.Forms.TextBox() Me.lb_suc_count = New System.Windows.Forms.Label() Me.txb_all_count = New System.Windows.Forms.TextBox() Me.lb_all_count = New System.Windows.Forms.Label() Me.gbprod = New System.Windows.Forms.GroupBox() Me.txbmake = New System.Windows.Forms.TextBox() Me.txbarea = New System.Windows.Forms.TextBox() Me.txbpdnum = New System.Windows.Forms.TextBox() Me.lbpdnum = New System.Windows.Forms.Label() Me.txbagen = New System.Windows.Forms.TextBox() Me.lbarea = New System.Windows.Forms.Label() Me.lbmake = New System.Windows.Forms.Label() Me.lbagen = New System.Windows.Forms.Label() Me.gbbarcode = New System.Windows.Forms.GroupBox() Me.txb_barcode = New System.Windows.Forms.TextBox() Me.Label34 = New System.Windows.Forms.Label() Me.lb_barcode = New System.Windows.Forms.Label() Me.gbtd = New System.Windows.Forms.GroupBox() Me.txbfreq = New System.Windows.Forms.TextBox() Me.txbgread = New System.Windows.Forms.TextBox() Me.txbtdnum = New System.Windows.Forms.TextBox() Me.lbtdnum = New System.Windows.Forms.Label() Me.txbpower = New System.Windows.Forms.TextBox() Me.lbgrade = New System.Windows.Forms.Label() Me.lbfreq = New System.Windows.Forms.Label() Me.lbpower = New System.Windows.Forms.Label() Me.btnreset = New System.Windows.Forms.Button() Me.txbresult = New System.Windows.Forms.TextBox() Me.btnrun = New System.Windows.Forms.Button() Me.lbresult = New System.Windows.Forms.Label() Me.opdfile = New System.Windows.Forms.OpenFileDialog() Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.Label8 = New System.Windows.Forms.Label() Me.pnc_count = New System.Windows.Forms.Panel() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox11 = New System.Windows.Forms.TextBox() Me.TextBox12 = New System.Windows.Forms.TextBox() Me.TextBox14 = New System.Windows.Forms.TextBox() Me.TextBox15 = New System.Windows.Forms.TextBox() Me.TextBox16 = New System.Windows.Forms.TextBox() Me.TextBox17 = New System.Windows.Forms.TextBox() Me.TextBox18 = New System.Windows.Forms.TextBox() Me.TextBox19 = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.Label17 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.TextBox20 = New System.Windows.Forms.TextBox() Me.TextBox21 = New System.Windows.Forms.TextBox() Me.Label19 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.Label21 = New System.Windows.Forms.Label() Me.TextBox22 = New System.Windows.Forms.TextBox() Me.Label22 = New System.Windows.Forms.Label() Me.Label23 = New System.Windows.Forms.Label() Me.Label24 = New System.Windows.Forms.Label() Me.TextBox23 = New System.Windows.Forms.TextBox() Me.Label25 = New System.Windows.Forms.Label() Me.Label26 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Label30 = New System.Windows.Forms.Label() Me.Label31 = New System.Windows.Forms.Label() Me.TextBox24 = New System.Windows.Forms.TextBox() Me.TextBox25 = New System.Windows.Forms.TextBox() Me.gbRecycle = New System.Windows.Forms.GroupBox() Me.Button2 = New System.Windows.Forms.Button() Me.gbRunCount = New System.Windows.Forms.GroupBox() Me.txbDayCount = New System.Windows.Forms.TextBox() Me.lbDayCount = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Button4 = New System.Windows.Forms.Button() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.txb_5_date = New System.Windows.Forms.TextBox() Me.lb_5_date = New System.Windows.Forms.Label() Me.gpbTime.SuspendLayout() Me.gbselect.SuspendLayout() Me.gpbConfig.SuspendLayout() Me.gpbSpec.SuspendLayout() Me.gpbProduct1.SuspendLayout() Me.pn_count.SuspendLayout() Me.gbc_prod.SuspendLayout() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.nudDeep, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.nudPower, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.gb_option.SuspendLayout() Me.gbPrintUse.SuspendLayout() Me.gbPrintEach.SuspendLayout() Me.gbPrinter.SuspendLayout() CType(Me.dgvPrinter, System.ComponentModel.ISupportInitialize).BeginInit() Me.gbPrinter2.SuspendLayout() Me.gbPrinter1.SuspendLayout() Me.gb_option_code.SuspendLayout() Me.gb_reg.SuspendLayout() CType(Me.nudagency, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.nudarea, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv_data, System.ComponentModel.ISupportInitialize).BeginInit() Me.gb_check_data.SuspendLayout() Me.gb_5_data.SuspendLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.gb_reg_data.SuspendLayout() Me.gb_prod_info.SuspendLayout() Me.gb_pd_data.SuspendLayout() Me.gb_td_data.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.gb_data_info.SuspendLayout() Me.gpbCartSet.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox7.SuspendLayout() Me.gb_area.SuspendLayout() Me.gbShot.SuspendLayout() CType(Me.nud_shot, System.ComponentModel.ISupportInitialize).BeginInit() Me.gpbInfo.SuspendLayout() CType(Me.nudMonth, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.nudYear, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.nudSN, System.ComponentModel.ISupportInitialize).BeginInit() Me.gpbLocal.SuspendLayout() CType(Me.nud_motor, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.picb_motor, System.ComponentModel.ISupportInitialize).BeginInit() Me.gpbCart.SuspendLayout() Me.gbprodreg.SuspendLayout() Me.gb_pd_count.SuspendLayout() Me.gbprod.SuspendLayout() Me.gbbarcode.SuspendLayout() Me.gbtd.SuspendLayout() Me.GroupBox5.SuspendLayout() Me.pnc_count.SuspendLayout() Me.gbRecycle.SuspendLayout() Me.gbRunCount.SuspendLayout() Me.SuspendLayout() ' 'gpbTime ' Me.gpbTime.BackColor = System.Drawing.Color.Silver Me.gpbTime.Controls.Add(Me.lblTime) Me.gpbTime.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbTime.ForeColor = System.Drawing.Color.Black Me.gpbTime.Location = New System.Drawing.Point(1, 2) Me.gpbTime.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbTime.Name = "gpbTime" Me.gpbTime.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbTime.Size = New System.Drawing.Size(577, 100) Me.gpbTime.TabIndex = 40 Me.gpbTime.TabStop = False Me.gpbTime.Text = "현재시간" ' 'lblTime ' Me.lblTime.AutoSize = True Me.lblTime.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblTime.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.lblTime.Location = New System.Drawing.Point(17, 32) Me.lblTime.Name = "lblTime" Me.lblTime.Size = New System.Drawing.Size(593, 61) Me.lblTime.TabIndex = 18 Me.lblTime.Text = "2015-00-00 오전 00:00:00" ' 'gbselect ' Me.gbselect.BackColor = System.Drawing.Color.Silver Me.gbselect.Controls.Add(Me.ckbselect) Me.gbselect.Controls.Add(Me.cboselect) Me.gbselect.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbselect.ForeColor = System.Drawing.Color.Black Me.gbselect.Location = New System.Drawing.Point(1, 2) Me.gbselect.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbselect.Name = "gbselect" Me.gbselect.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbselect.Size = New System.Drawing.Size(577, 108) Me.gbselect.TabIndex = 121 Me.gbselect.TabStop = False Me.gbselect.Text = "선택항목" Me.gbselect.Visible = False ' 'ckbselect ' Me.ckbselect.AutoSize = True Me.ckbselect.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckbselect.Location = New System.Drawing.Point(465, 31) Me.ckbselect.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbselect.Name = "ckbselect" Me.ckbselect.Size = New System.Drawing.Size(97, 43) Me.ckbselect.TabIndex = 21 Me.ckbselect.Text = "기본" Me.ckbselect.UseVisualStyleBackColor = True ' 'cboselect ' Me.cboselect.BackColor = System.Drawing.Color.Yellow Me.cboselect.Font = New System.Drawing.Font("함초롬바탕", 18.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cboselect.ForeColor = System.Drawing.Color.Black Me.cboselect.FormattingEnabled = True Me.cboselect.Location = New System.Drawing.Point(19, 29) Me.cboselect.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.cboselect.Name = "cboselect" Me.cboselect.Size = New System.Drawing.Size(431, 47) Me.cboselect.TabIndex = 20 ' 'gpbConfig ' Me.gpbConfig.BackColor = System.Drawing.Color.Silver Me.gpbConfig.Controls.Add(Me.ckbNonTD) Me.gpbConfig.Controls.Add(Me.ckbfrontprt) Me.gpbConfig.Controls.Add(Me.chbAutoMeasure) Me.gpbConfig.Controls.Add(Me.chbUseBarcode) Me.gpbConfig.Controls.Add(Me.btnSetup) 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(585, 2) Me.gpbConfig.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbConfig.Name = "gpbConfig" Me.gpbConfig.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbConfig.Size = New System.Drawing.Size(408, 100) Me.gpbConfig.TabIndex = 42 Me.gpbConfig.TabStop = False Me.gpbConfig.Text = "설정" ' 'ckbNonTD ' Me.ckbNonTD.AutoSize = True Me.ckbNonTD.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckbNonTD.Location = New System.Drawing.Point(178, 60) Me.ckbNonTD.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbNonTD.Name = "ckbNonTD" Me.ckbNonTD.Size = New System.Drawing.Size(122, 36) Me.ckbNonTD.TabIndex = 80 Me.ckbNonTD.Text = "TD 사용" Me.ckbNonTD.UseVisualStyleBackColor = True ' 'ckbfrontprt ' Me.ckbfrontprt.AutoSize = True Me.ckbfrontprt.Checked = True Me.ckbfrontprt.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbfrontprt.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckbfrontprt.Location = New System.Drawing.Point(24, 60) Me.ckbfrontprt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbfrontprt.Name = "ckbfrontprt" Me.ckbfrontprt.Size = New System.Drawing.Size(151, 36) Me.ckbfrontprt.TabIndex = 79 Me.ckbfrontprt.Text = "프린터사용" Me.ckbfrontprt.UseVisualStyleBackColor = True ' 'chbAutoMeasure ' Me.chbAutoMeasure.AutoSize = True Me.chbAutoMeasure.Checked = True Me.chbAutoMeasure.CheckState = System.Windows.Forms.CheckState.Checked Me.chbAutoMeasure.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.chbAutoMeasure.Location = New System.Drawing.Point(178, 25) Me.chbAutoMeasure.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.chbAutoMeasure.Name = "chbAutoMeasure" Me.chbAutoMeasure.Size = New System.Drawing.Size(128, 36) 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(24, 25) Me.chbUseBarcode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.chbUseBarcode.Name = "chbUseBarcode" Me.chbUseBarcode.Size = New System.Drawing.Size(151, 36) 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(312, 31) Me.btnSetup.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnSetup.Name = "btnSetup" Me.btnSetup.Size = New System.Drawing.Size(80, 46) Me.btnSetup.TabIndex = 16 Me.btnSetup.Text = "설정" Me.btnSetup.UseVisualStyleBackColor = True ' 'btnExit ' Me.btnExit.BackColor = System.Drawing.Color.Silver Me.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnExit.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnExit.Location = New System.Drawing.Point(1000, 2) Me.btnExit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnExit.Name = "btnExit" Me.btnExit.Size = New System.Drawing.Size(166, 100) Me.btnExit.TabIndex = 61 Me.btnExit.Text = "종료" Me.btnExit.UseVisualStyleBackColor = False ' 'gpbSpec ' Me.gpbSpec.Controls.Add(Me.txbcState) Me.gpbSpec.Controls.Add(Me.txbPV_R) Me.gpbSpec.Controls.Add(Me.txbPV_Date) Me.gpbSpec.Controls.Add(Me.lblPV_Date) Me.gpbSpec.Controls.Add(Me.txbPV_C) Me.gpbSpec.Controls.Add(Me.lblPV_C) Me.gpbSpec.Controls.Add(Me.lblPV_R) Me.gpbSpec.Controls.Add(Me.lblPV_SN) Me.gpbSpec.Controls.Add(Me.txbPV_SN) Me.gpbSpec.Controls.Add(Me.txbPV_Z) Me.gpbSpec.Controls.Add(Me.lblPV_Z) Me.gpbSpec.Controls.Add(Me.lblCapacitor) Me.gpbSpec.Controls.Add(Me.txbCapacitor) Me.gpbSpec.Location = New System.Drawing.Point(1, 99) Me.gpbSpec.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbSpec.Name = "gpbSpec" Me.gpbSpec.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbSpec.Size = New System.Drawing.Size(1166, 174) Me.gpbSpec.TabIndex = 64 Me.gpbSpec.TabStop = False ' 'txbcState ' Me.txbcState.Location = New System.Drawing.Point(223, 11) Me.txbcState.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbcState.Name = "txbcState" Me.txbcState.Size = New System.Drawing.Size(121, 25) Me.txbcState.TabIndex = 133 Me.txbcState.Visible = False ' 'txbPV_R ' Me.txbPV_R.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbPV_R.Location = New System.Drawing.Point(1032, 116) Me.txbPV_R.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPV_R.Name = "txbPV_R" Me.txbPV_R.Size = New System.Drawing.Size(107, 42) Me.txbPV_R.TabIndex = 73 Me.txbPV_R.Text = "N/A" Me.txbPV_R.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbPV_Date ' Me.txbPV_Date.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbPV_Date.Location = New System.Drawing.Point(759, 16) Me.txbPV_Date.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPV_Date.Name = "txbPV_Date" Me.txbPV_Date.Size = New System.Drawing.Size(380, 42) Me.txbPV_Date.TabIndex = 75 Me.txbPV_Date.Text = "N/A" Me.txbPV_Date.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblPV_Date ' Me.lblPV_Date.AutoSize = True Me.lblPV_Date.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblPV_Date.Location = New System.Drawing.Point(623, 22) Me.lblPV_Date.Name = "lblPV_Date" Me.lblPV_Date.Size = New System.Drawing.Size(93, 35) Me.lblPV_Date.TabIndex = 76 Me.lblPV_Date.Text = "입고일" ' 'txbPV_C ' Me.txbPV_C.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbPV_C.Location = New System.Drawing.Point(759, 116) Me.txbPV_C.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPV_C.Name = "txbPV_C" Me.txbPV_C.Size = New System.Drawing.Size(107, 42) Me.txbPV_C.TabIndex = 71 Me.txbPV_C.Text = "N/A" Me.txbPV_C.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblPV_C ' Me.lblPV_C.AutoSize = True Me.lblPV_C.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblPV_C.Location = New System.Drawing.Point(623, 122) Me.lblPV_C.Name = "lblPV_C" Me.lblPV_C.Size = New System.Drawing.Size(145, 35) Me.lblPV_C.TabIndex = 72 Me.lblPV_C.Text = "캐패시턴스" ' 'lblPV_R ' Me.lblPV_R.AutoSize = True Me.lblPV_R.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblPV_R.Location = New System.Drawing.Point(897, 122) Me.lblPV_R.Name = "lblPV_R" Me.lblPV_R.Size = New System.Drawing.Size(145, 35) Me.lblPV_R.TabIndex = 74 Me.lblPV_R.Text = "레지스턴스" ' 'lblPV_SN ' Me.lblPV_SN.AutoSize = True Me.lblPV_SN.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblPV_SN.Location = New System.Drawing.Point(16, 58) Me.lblPV_SN.Name = "lblPV_SN" Me.lblPV_SN.Size = New System.Drawing.Size(98, 52) Me.lblPV_SN.TabIndex = 66 Me.lblPV_SN.Text = "S/N" ' 'txbPV_SN ' Me.txbPV_SN.BackColor = System.Drawing.SystemColors.Window Me.txbPV_SN.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txbPV_SN.Font = New System.Drawing.Font("함초롬바탕", 39.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbPV_SN.ImeMode = System.Windows.Forms.ImeMode.Disable Me.txbPV_SN.Location = New System.Drawing.Point(120, 38) Me.txbPV_SN.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPV_SN.Name = "txbPV_SN" Me.txbPV_SN.Size = New System.Drawing.Size(436, 94) Me.txbPV_SN.TabIndex = 65 Me.txbPV_SN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbPV_Z ' Me.txbPV_Z.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbPV_Z.Location = New System.Drawing.Point(1032, 66) Me.txbPV_Z.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPV_Z.Name = "txbPV_Z" Me.txbPV_Z.Size = New System.Drawing.Size(107, 42) Me.txbPV_Z.TabIndex = 69 Me.txbPV_Z.Text = "N/A" Me.txbPV_Z.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lblPV_Z ' Me.lblPV_Z.AutoSize = True Me.lblPV_Z.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblPV_Z.Location = New System.Drawing.Point(897, 72) Me.lblPV_Z.Name = "lblPV_Z" Me.lblPV_Z.Size = New System.Drawing.Size(119, 35) Me.lblPV_Z.TabIndex = 70 Me.lblPV_Z.Text = "임피던스" ' 'lblCapacitor ' Me.lblCapacitor.AutoSize = True Me.lblCapacitor.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblCapacitor.Location = New System.Drawing.Point(648, 72) Me.lblCapacitor.Name = "lblCapacitor" Me.lblCapacitor.Size = New System.Drawing.Size(60, 35) Me.lblCapacitor.TabIndex = 68 Me.lblCapacitor.Text = "C값" ' 'txbCapacitor ' Me.txbCapacitor.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbCapacitor.Location = New System.Drawing.Point(759, 66) Me.txbCapacitor.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbCapacitor.Name = "txbCapacitor" Me.txbCapacitor.Size = New System.Drawing.Size(107, 42) Me.txbCapacitor.TabIndex = 67 Me.txbCapacitor.Text = "N/A" Me.txbCapacitor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'gpbProduct1 ' Me.gpbProduct1.Controls.Add(Me.lbPD1runcheck) Me.gpbProduct1.Controls.Add(Me.txbCartridgePD1) Me.gpbProduct1.Controls.Add(Me.pn_count) Me.gpbProduct1.Controls.Add(Me.lblCartridgePD1) Me.gpbProduct1.Controls.Add(Me.btnRunPD1) Me.gpbProduct1.Controls.Add(Me.lblPV_FreqPD1) Me.gpbProduct1.Controls.Add(Me.lblGradePD1) Me.gpbProduct1.Controls.Add(Me.txbPV_FreqPD1) Me.gpbProduct1.Controls.Add(Me.txbGradePD1) Me.gpbProduct1.Location = New System.Drawing.Point(1, 276) Me.gpbProduct1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbProduct1.Name = "gpbProduct1" Me.gpbProduct1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbProduct1.Size = New System.Drawing.Size(1166, 641) Me.gpbProduct1.TabIndex = 68 Me.gpbProduct1.TabStop = False Me.gpbProduct1.Visible = False ' 'lbPD1runcheck ' Me.lbPD1runcheck.AutoSize = True Me.lbPD1runcheck.Location = New System.Drawing.Point(471, 410) Me.lbPD1runcheck.Name = "lbPD1runcheck" Me.lbPD1runcheck.Size = New System.Drawing.Size(0, 15) Me.lbPD1runcheck.TabIndex = 112 ' 'txbCartridgePD1 ' Me.txbCartridgePD1.Font = New System.Drawing.Font("함초롬바탕", 50.25!, System.Drawing.FontStyle.Bold) Me.txbCartridgePD1.Location = New System.Drawing.Point(464, 285) Me.txbCartridgePD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbCartridgePD1.Name = "txbCartridgePD1" Me.txbCartridgePD1.ReadOnly = True Me.txbCartridgePD1.Size = New System.Drawing.Size(438, 116) Me.txbCartridgePD1.TabIndex = 95 Me.txbCartridgePD1.Text = "대기" Me.txbCartridgePD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'pn_count ' Me.pn_count.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pn_count.Controls.Add(Me.txbR6CntPD1) Me.pn_count.Controls.Add(Me.txbR10CntPD1) Me.pn_count.Controls.Add(Me.txbR9CntPD1) Me.pn_count.Controls.Add(Me.txbR8CntPD1) Me.pn_count.Controls.Add(Me.txbR7CntPD1) Me.pn_count.Controls.Add(Me.txbR2CntPD1) Me.pn_count.Controls.Add(Me.txbR4CntPD1) Me.pn_count.Controls.Add(Me.txbR5CntPD1) Me.pn_count.Controls.Add(Me.txbR1CntPD1) Me.pn_count.Controls.Add(Me.lblR10CntPD1) Me.pn_count.Controls.Add(Me.lblR8CntPD1) Me.pn_count.Controls.Add(Me.lblR9CntPD1) Me.pn_count.Controls.Add(Me.lblR7CntPD1) Me.pn_count.Controls.Add(Me.lblR6CntPD1) Me.pn_count.Controls.Add(Me.txbNgCntPD1) Me.pn_count.Controls.Add(Me.txbOkCntPD1) Me.pn_count.Controls.Add(Me.lbNgCntPD1) Me.pn_count.Controls.Add(Me.lbOkCntPD1) Me.pn_count.Controls.Add(Me.lblR5CntPD1) Me.pn_count.Controls.Add(Me.txbR3CntPD1) Me.pn_count.Controls.Add(Me.lblR3CntPD1) Me.pn_count.Controls.Add(Me.lblR4CntPD1) Me.pn_count.Controls.Add(Me.lblR2CntPD1) Me.pn_count.Controls.Add(Me.txbTotalCntPD1) Me.pn_count.Controls.Add(Me.lbTotalCntPD1) Me.pn_count.Controls.Add(Me.lblR1CntPD1) Me.pn_count.Location = New System.Drawing.Point(6, 546) Me.pn_count.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pn_count.Name = "pn_count" Me.pn_count.Size = New System.Drawing.Size(671, 82) Me.pn_count.TabIndex = 97 ' 'txbR6CntPD1 ' Me.txbR6CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbR6CntPD1.Location = New System.Drawing.Point(62, 148) Me.txbR6CntPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbR6CntPD1.Name = "txbR6CntPD1" Me.txbR6CntPD1.Size = New System.Drawing.Size(57, 38) Me.txbR6CntPD1.TabIndex = 107 Me.txbR6CntPD1.Text = "0" Me.txbR6CntPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbR6CntPD1.Visible = False ' 'txbR10CntPD1 ' Me.txbR10CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbR10CntPD1.Location = New System.Drawing.Point(487, 148) Me.txbR10CntPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbR10CntPD1.Name = "txbR10CntPD1" Me.txbR10CntPD1.Size = New System.Drawing.Size(57, 38) Me.txbR10CntPD1.TabIndex = 115 Me.txbR10CntPD1.Text = "0" Me.txbR10CntPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbR10CntPD1.Visible = False ' 'txbR9CntPD1 ' Me.txbR9CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbR9CntPD1.Location = New System.Drawing.Point(381, 148) Me.txbR9CntPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbR9CntPD1.Name = "txbR9CntPD1" Me.txbR9CntPD1.Size = New System.Drawing.Size(57, 38) Me.txbR9CntPD1.TabIndex = 111 Me.txbR9CntPD1.Text = "0" Me.txbR9CntPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbR9CntPD1.Visible = False ' 'txbR8CntPD1 ' Me.txbR8CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbR8CntPD1.Location = New System.Drawing.Point(274, 148) Me.txbR8CntPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbR8CntPD1.Name = "txbR8CntPD1" Me.txbR8CntPD1.Size = New System.Drawing.Size(57, 38) Me.txbR8CntPD1.TabIndex = 113 Me.txbR8CntPD1.Text = "0" Me.txbR8CntPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbR8CntPD1.Visible = False ' 'txbR7CntPD1 ' Me.txbR7CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbR7CntPD1.Location = New System.Drawing.Point(168, 148) Me.txbR7CntPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbR7CntPD1.Name = "txbR7CntPD1" Me.txbR7CntPD1.Size = New System.Drawing.Size(57, 38) Me.txbR7CntPD1.TabIndex = 109 Me.txbR7CntPD1.Text = "0" Me.txbR7CntPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbR7CntPD1.Visible = False ' 'txbR2CntPD1 ' Me.txbR2CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbR2CntPD1.Location = New System.Drawing.Point(168, 104) Me.txbR2CntPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbR2CntPD1.Name = "txbR2CntPD1" Me.txbR2CntPD1.Size = New System.Drawing.Size(57, 38) Me.txbR2CntPD1.TabIndex = 91 Me.txbR2CntPD1.Text = "0" Me.txbR2CntPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbR2CntPD1.Visible = False ' 'txbR4CntPD1 ' Me.txbR4CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbR4CntPD1.Location = New System.Drawing.Point(381, 104) Me.txbR4CntPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbR4CntPD1.Name = "txbR4CntPD1" Me.txbR4CntPD1.Size = New System.Drawing.Size(57, 38) Me.txbR4CntPD1.TabIndex = 97 Me.txbR4CntPD1.Text = "0" Me.txbR4CntPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbR4CntPD1.Visible = False ' 'txbR5CntPD1 ' Me.txbR5CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbR5CntPD1.Location = New System.Drawing.Point(489, 104) Me.txbR5CntPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbR5CntPD1.Name = "txbR5CntPD1" Me.txbR5CntPD1.Size = New System.Drawing.Size(57, 38) Me.txbR5CntPD1.TabIndex = 101 Me.txbR5CntPD1.Text = "0" Me.txbR5CntPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbR5CntPD1.Visible = False ' 'txbR1CntPD1 ' Me.txbR1CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbR1CntPD1.Location = New System.Drawing.Point(62, 104) Me.txbR1CntPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbR1CntPD1.Name = "txbR1CntPD1" Me.txbR1CntPD1.Size = New System.Drawing.Size(57, 38) Me.txbR1CntPD1.TabIndex = 89 Me.txbR1CntPD1.Text = "0" Me.txbR1CntPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbR1CntPD1.Visible = False ' 'lblR10CntPD1 ' Me.lblR10CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblR10CntPD1.Location = New System.Drawing.Point(442, 151) Me.lblR10CntPD1.Name = "lblR10CntPD1" Me.lblR10CntPD1.Size = New System.Drawing.Size(46, 30) Me.lblR10CntPD1.TabIndex = 116 Me.lblR10CntPD1.Text = "999" Me.lblR10CntPD1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.lblR10CntPD1.Visible = False ' 'lblR8CntPD1 ' Me.lblR8CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblR8CntPD1.Location = New System.Drawing.Point(232, 151) Me.lblR8CntPD1.Name = "lblR8CntPD1" Me.lblR8CntPD1.Size = New System.Drawing.Size(46, 30) Me.lblR8CntPD1.TabIndex = 114 Me.lblR8CntPD1.Text = "999" Me.lblR8CntPD1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.lblR8CntPD1.Visible = False ' 'lblR9CntPD1 ' Me.lblR9CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblR9CntPD1.Location = New System.Drawing.Point(339, 151) Me.lblR9CntPD1.Name = "lblR9CntPD1" Me.lblR9CntPD1.Size = New System.Drawing.Size(46, 30) Me.lblR9CntPD1.TabIndex = 112 Me.lblR9CntPD1.Text = "999" Me.lblR9CntPD1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.lblR9CntPD1.Visible = False ' 'lblR7CntPD1 ' Me.lblR7CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblR7CntPD1.Location = New System.Drawing.Point(125, 151) Me.lblR7CntPD1.Name = "lblR7CntPD1" Me.lblR7CntPD1.Size = New System.Drawing.Size(46, 30) Me.lblR7CntPD1.TabIndex = 110 Me.lblR7CntPD1.Text = "999" Me.lblR7CntPD1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.lblR7CntPD1.Visible = False ' 'lblR6CntPD1 ' Me.lblR6CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblR6CntPD1.Location = New System.Drawing.Point(17, 151) Me.lblR6CntPD1.Name = "lblR6CntPD1" Me.lblR6CntPD1.Size = New System.Drawing.Size(46, 30) Me.lblR6CntPD1.TabIndex = 108 Me.lblR6CntPD1.Text = "999" Me.lblR6CntPD1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.lblR6CntPD1.Visible = False ' 'txbNgCntPD1 ' Me.txbNgCntPD1.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbNgCntPD1.Location = New System.Drawing.Point(517, 22) Me.txbNgCntPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbNgCntPD1.Name = "txbNgCntPD1" Me.txbNgCntPD1.Size = New System.Drawing.Size(107, 42) Me.txbNgCntPD1.TabIndex = 105 Me.txbNgCntPD1.Text = "0" Me.txbNgCntPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbOkCntPD1 ' Me.txbOkCntPD1.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbOkCntPD1.Location = New System.Drawing.Point(317, 22) Me.txbOkCntPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbOkCntPD1.Name = "txbOkCntPD1" Me.txbOkCntPD1.Size = New System.Drawing.Size(107, 42) Me.txbOkCntPD1.TabIndex = 103 Me.txbOkCntPD1.Text = "0" Me.txbOkCntPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbNgCntPD1 ' Me.lbNgCntPD1.AutoSize = True Me.lbNgCntPD1.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbNgCntPD1.Location = New System.Drawing.Point(450, 25) Me.lbNgCntPD1.Name = "lbNgCntPD1" Me.lbNgCntPD1.Size = New System.Drawing.Size(67, 35) Me.lbNgCntPD1.TabIndex = 106 Me.lbNgCntPD1.Text = "불량" ' 'lbOkCntPD1 ' Me.lbOkCntPD1.AutoSize = True Me.lbOkCntPD1.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbOkCntPD1.Location = New System.Drawing.Point(250, 25) Me.lbOkCntPD1.Name = "lbOkCntPD1" Me.lbOkCntPD1.Size = New System.Drawing.Size(67, 35) Me.lbOkCntPD1.TabIndex = 104 Me.lbOkCntPD1.Text = "양품" ' 'lblR5CntPD1 ' Me.lblR5CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblR5CntPD1.Location = New System.Drawing.Point(442, 108) Me.lblR5CntPD1.Name = "lblR5CntPD1" Me.lblR5CntPD1.Size = New System.Drawing.Size(46, 30) Me.lblR5CntPD1.TabIndex = 102 Me.lblR5CntPD1.Text = "999" Me.lblR5CntPD1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.lblR5CntPD1.Visible = False ' 'txbR3CntPD1 ' Me.txbR3CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbR3CntPD1.Location = New System.Drawing.Point(274, 104) Me.txbR3CntPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbR3CntPD1.Name = "txbR3CntPD1" Me.txbR3CntPD1.Size = New System.Drawing.Size(57, 38) Me.txbR3CntPD1.TabIndex = 99 Me.txbR3CntPD1.Text = "0" Me.txbR3CntPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbR3CntPD1.Visible = False ' 'lblR3CntPD1 ' Me.lblR3CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblR3CntPD1.Location = New System.Drawing.Point(230, 108) Me.lblR3CntPD1.Name = "lblR3CntPD1" Me.lblR3CntPD1.Size = New System.Drawing.Size(46, 30) Me.lblR3CntPD1.TabIndex = 100 Me.lblR3CntPD1.Text = "999" Me.lblR3CntPD1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.lblR3CntPD1.Visible = False ' 'lblR4CntPD1 ' Me.lblR4CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblR4CntPD1.Location = New System.Drawing.Point(336, 108) Me.lblR4CntPD1.Name = "lblR4CntPD1" Me.lblR4CntPD1.Size = New System.Drawing.Size(46, 30) Me.lblR4CntPD1.TabIndex = 98 Me.lblR4CntPD1.Text = "999" Me.lblR4CntPD1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.lblR4CntPD1.Visible = False ' 'lblR2CntPD1 ' Me.lblR2CntPD1.AutoSize = True Me.lblR2CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblR2CntPD1.Location = New System.Drawing.Point(123, 108) Me.lblR2CntPD1.Name = "lblR2CntPD1" Me.lblR2CntPD1.Size = New System.Drawing.Size(53, 32) Me.lblR2CntPD1.TabIndex = 92 Me.lblR2CntPD1.Text = "999" Me.lblR2CntPD1.Visible = False ' 'txbTotalCntPD1 ' Me.txbTotalCntPD1.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbTotalCntPD1.Location = New System.Drawing.Point(125, 22) Me.txbTotalCntPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbTotalCntPD1.Name = "txbTotalCntPD1" Me.txbTotalCntPD1.Size = New System.Drawing.Size(107, 42) Me.txbTotalCntPD1.TabIndex = 80 Me.txbTotalCntPD1.Text = "0" Me.txbTotalCntPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbTotalCntPD1 ' Me.lbTotalCntPD1.AutoSize = True Me.lbTotalCntPD1.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbTotalCntPD1.Location = New System.Drawing.Point(33, 25) Me.lbTotalCntPD1.Name = "lbTotalCntPD1" Me.lbTotalCntPD1.Size = New System.Drawing.Size(93, 35) Me.lbTotalCntPD1.TabIndex = 81 Me.lbTotalCntPD1.Text = "검사수" ' 'lblR1CntPD1 ' Me.lblR1CntPD1.AutoSize = True Me.lblR1CntPD1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblR1CntPD1.Location = New System.Drawing.Point(17, 108) Me.lblR1CntPD1.Name = "lblR1CntPD1" Me.lblR1CntPD1.Size = New System.Drawing.Size(53, 32) Me.lblR1CntPD1.TabIndex = 90 Me.lblR1CntPD1.Text = "999" Me.lblR1CntPD1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.lblR1CntPD1.Visible = False ' 'lblCartridgePD1 ' Me.lblCartridgePD1.AutoSize = True Me.lblCartridgePD1.Font = New System.Drawing.Font("함초롬바탕", 44.25!, System.Drawing.FontStyle.Bold) Me.lblCartridgePD1.Location = New System.Drawing.Point(201, 300) Me.lblCartridgePD1.Name = "lblCartridgePD1" Me.lblCartridgePD1.Size = New System.Drawing.Size(256, 96) Me.lblCartridgePD1.TabIndex = 96 Me.lblCartridgePD1.Text = "맥시멈" Me.lblCartridgePD1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'btnRunPD1 ' Me.btnRunPD1.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnRunPD1.Location = New System.Drawing.Point(686, 431) Me.btnRunPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnRunPD1.Name = "btnRunPD1" Me.btnRunPD1.Size = New System.Drawing.Size(480, 198) Me.btnRunPD1.TabIndex = 94 Me.btnRunPD1.Text = "실행" Me.btnRunPD1.UseVisualStyleBackColor = True ' 'lblPV_FreqPD1 ' Me.lblPV_FreqPD1.AutoSize = True Me.lblPV_FreqPD1.Font = New System.Drawing.Font("함초롬바탕", 44.25!, System.Drawing.FontStyle.Bold) Me.lblPV_FreqPD1.Location = New System.Drawing.Point(201, 166) Me.lblPV_FreqPD1.Name = "lblPV_FreqPD1" Me.lblPV_FreqPD1.Size = New System.Drawing.Size(256, 96) Me.lblPV_FreqPD1.TabIndex = 93 Me.lblPV_FreqPD1.Text = "주파수" ' 'lblGradePD1 ' Me.lblGradePD1.AutoSize = True Me.lblGradePD1.Font = New System.Drawing.Font("함초롬바탕", 44.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lblGradePD1.Location = New System.Drawing.Point(231, 36) Me.lblGradePD1.Name = "lblGradePD1" Me.lblGradePD1.Size = New System.Drawing.Size(184, 96) Me.lblGradePD1.TabIndex = 90 Me.lblGradePD1.Text = "등급" ' 'txbPV_FreqPD1 ' Me.txbPV_FreqPD1.Font = New System.Drawing.Font("함초롬바탕", 50.25!, System.Drawing.FontStyle.Bold) Me.txbPV_FreqPD1.Location = New System.Drawing.Point(464, 151) Me.txbPV_FreqPD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbPV_FreqPD1.Name = "txbPV_FreqPD1" Me.txbPV_FreqPD1.ReadOnly = True Me.txbPV_FreqPD1.Size = New System.Drawing.Size(438, 116) Me.txbPV_FreqPD1.TabIndex = 92 Me.txbPV_FreqPD1.Text = "대기" Me.txbPV_FreqPD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbGradePD1 ' Me.txbGradePD1.Font = New System.Drawing.Font("함초롬바탕", 50.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbGradePD1.Location = New System.Drawing.Point(464, 18) Me.txbGradePD1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbGradePD1.Name = "txbGradePD1" Me.txbGradePD1.ReadOnly = True Me.txbGradePD1.Size = New System.Drawing.Size(438, 116) Me.txbGradePD1.TabIndex = 91 Me.txbGradePD1.Text = "대기" Me.txbGradePD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'gbc_prod ' Me.gbc_prod.Controls.Add(Me.btnPower) Me.gbc_prod.Controls.Add(Me.btnDeep) Me.gbc_prod.Controls.Add(Me.lbPowerRange) Me.gbc_prod.Controls.Add(Me.PictureBox4) Me.gbc_prod.Controls.Add(Me.nudDeep) Me.gbc_prod.Controls.Add(Me.nudPower) Me.gbc_prod.Controls.Add(Me.lbDeep) Me.gbc_prod.Controls.Add(Me.lbDotPower) Me.gbc_prod.Controls.Add(Me.btnc_run) Me.gbc_prod.Controls.Add(Me.lb_CValue) Me.gbc_prod.Controls.Add(Me.lb_grade) Me.gbc_prod.Controls.Add(Me.txb_CValue) Me.gbc_prod.Controls.Add(Me.txb_grade) Me.gbc_prod.Location = New System.Drawing.Point(1, 276) Me.gbc_prod.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbc_prod.Name = "gbc_prod" Me.gbc_prod.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbc_prod.Size = New System.Drawing.Size(1166, 641) Me.gbc_prod.TabIndex = 116 Me.gbc_prod.TabStop = False ' 'btnPower ' Me.btnPower.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnPower.Location = New System.Drawing.Point(871, 501) Me.btnPower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnPower.Name = "btnPower" Me.btnPower.Size = New System.Drawing.Size(279, 124) Me.btnPower.TabIndex = 132 Me.btnPower.Text = "파워 적용" Me.btnPower.UseVisualStyleBackColor = True ' 'btnDeep ' Me.btnDeep.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnDeep.Location = New System.Drawing.Point(587, 501) Me.btnDeep.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnDeep.Name = "btnDeep" Me.btnDeep.Size = New System.Drawing.Size(279, 124) Me.btnDeep.TabIndex = 131 Me.btnDeep.Text = "깊이 적용" Me.btnDeep.UseVisualStyleBackColor = True ' 'lbPowerRange ' Me.lbPowerRange.AutoSize = True Me.lbPowerRange.Font = New System.Drawing.Font("함초롬바탕", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbPowerRange.Location = New System.Drawing.Point(633, 329) Me.lbPowerRange.Name = "lbPowerRange" Me.lbPowerRange.Size = New System.Drawing.Size(182, 22) Me.lbPowerRange.TabIndex = 130 Me.lbPowerRange.Text = "1 = 0.01J / 범위 : 0~50 " ' 'PictureBox4 ' Me.PictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.PictureBox4.Enabled = False Me.PictureBox4.Image = Global.FreqConfigRegister.My.Resources.Resources.Motor_img Me.PictureBox4.Location = New System.Drawing.Point(15, 375) Me.PictureBox4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(528, 255) Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox4.TabIndex = 129 Me.PictureBox4.TabStop = False ' 'nudDeep ' Me.nudDeep.Font = New System.Drawing.Font("함초롬바탕", 50.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.nudDeep.Location = New System.Drawing.Point(211, 224) Me.nudDeep.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudDeep.Maximum = New Decimal(New Integer() {5, 0, 0, 0}) Me.nudDeep.Minimum = New Decimal(New Integer() {5, 0, 0, -2147483648}) Me.nudDeep.Name = "nudDeep" Me.nudDeep.Size = New System.Drawing.Size(326, 116) Me.nudDeep.TabIndex = 101 Me.nudDeep.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'nudPower ' Me.nudPower.Font = New System.Drawing.Font("함초롬바탕", 50.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.nudPower.Location = New System.Drawing.Point(815, 224) Me.nudPower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudPower.Maximum = New Decimal(New Integer() {50, 0, 0, 0}) Me.nudPower.Name = "nudPower" Me.nudPower.Size = New System.Drawing.Size(326, 116) Me.nudPower.TabIndex = 100 Me.nudPower.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbDeep ' Me.lbDeep.AutoSize = True Me.lbDeep.Font = New System.Drawing.Font("함초롬바탕", 44.25!, System.Drawing.FontStyle.Bold) Me.lbDeep.Location = New System.Drawing.Point(32, 231) Me.lbDeep.Name = "lbDeep" Me.lbDeep.Size = New System.Drawing.Size(184, 96) Me.lbDeep.TabIndex = 98 Me.lbDeep.Text = "깊이" ' 'lbDotPower ' Me.lbDotPower.AutoSize = True Me.lbDotPower.Font = New System.Drawing.Font("함초롬바탕", 44.25!, System.Drawing.FontStyle.Bold) Me.lbDotPower.Location = New System.Drawing.Point(631, 232) Me.lbDotPower.Name = "lbDotPower" Me.lbDotPower.Size = New System.Drawing.Size(184, 96) Me.lbDotPower.TabIndex = 96 Me.lbDotPower.Text = "파워" ' 'btnc_run ' Me.btnc_run.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnc_run.Location = New System.Drawing.Point(586, 375) Me.btnc_run.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnc_run.Name = "btnc_run" Me.btnc_run.Size = New System.Drawing.Size(563, 125) Me.btnc_run.TabIndex = 94 Me.btnc_run.Text = "검색" Me.btnc_run.UseVisualStyleBackColor = True ' 'lb_CValue ' Me.lb_CValue.AutoSize = True Me.lb_CValue.Font = New System.Drawing.Font("함초롬바탕", 44.25!, System.Drawing.FontStyle.Bold) Me.lb_CValue.Location = New System.Drawing.Point(571, 68) Me.lb_CValue.Name = "lb_CValue" Me.lb_CValue.Size = New System.Drawing.Size(256, 96) Me.lb_CValue.TabIndex = 93 Me.lb_CValue.Text = "주파수" ' 'lb_grade ' Me.lb_grade.AutoSize = True Me.lb_grade.Font = New System.Drawing.Font("함초롬바탕", 44.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_grade.Location = New System.Drawing.Point(29, 68) Me.lb_grade.Name = "lb_grade" Me.lb_grade.Size = New System.Drawing.Size(184, 96) Me.lb_grade.TabIndex = 90 Me.lb_grade.Text = "등급" ' 'txb_CValue ' Me.txb_CValue.BackColor = System.Drawing.SystemColors.Control Me.txb_CValue.Font = New System.Drawing.Font("함초롬바탕", 50.25!, System.Drawing.FontStyle.Bold) Me.txb_CValue.Location = New System.Drawing.Point(815, 55) Me.txb_CValue.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_CValue.Name = "txb_CValue" Me.txb_CValue.ReadOnly = True Me.txb_CValue.Size = New System.Drawing.Size(325, 116) Me.txb_CValue.TabIndex = 92 Me.txb_CValue.Text = "대기" Me.txb_CValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txb_grade ' Me.txb_grade.BackColor = System.Drawing.SystemColors.Control Me.txb_grade.Font = New System.Drawing.Font("함초롬바탕", 50.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_grade.Location = New System.Drawing.Point(211, 55) Me.txb_grade.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_grade.Name = "txb_grade" Me.txb_grade.ReadOnly = True Me.txb_grade.Size = New System.Drawing.Size(325, 116) Me.txb_grade.TabIndex = 91 Me.txb_grade.Text = "대기" Me.txb_grade.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'GroupBox3 ' Me.GroupBox3.BackColor = System.Drawing.Color.LightGray Me.GroupBox3.Controls.Add(Me.cboComPort) Me.GroupBox3.Controls.Add(Me.Label2) Me.GroupBox3.Controls.Add(Me.cmdSerial) Me.GroupBox3.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.GroupBox3.ForeColor = System.Drawing.Color.Black Me.GroupBox3.Location = New System.Drawing.Point(16, 14) Me.GroupBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox3.Size = New System.Drawing.Size(418, 100) Me.GroupBox3.TabIndex = 113 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "시리얼 통신설정" ' 'cboComPort ' Me.cboComPort.BackColor = System.Drawing.Color.Yellow Me.cboComPort.Font = New System.Drawing.Font("함초롬바탕", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cboComPort.ForeColor = System.Drawing.Color.Black Me.cboComPort.FormattingEnabled = True Me.cboComPort.Location = New System.Drawing.Point(109, 38) Me.cboComPort.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.cboComPort.Name = "cboComPort" Me.cboComPort.Size = New System.Drawing.Size(227, 42) Me.cboComPort.TabIndex = 19 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label2.Location = New System.Drawing.Point(6, 41) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(119, 35) Me.Label2.TabIndex = 17 Me.Label2.Text = "통신포트" ' 'cmdSerial ' Me.cmdSerial.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.cmdSerial.Location = New System.Drawing.Point(343, 32) Me.cmdSerial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cmdSerial.Name = "cmdSerial" Me.cmdSerial.Size = New System.Drawing.Size(69, 50) Me.cmdSerial.TabIndex = 16 Me.cmdSerial.Text = "스캔" Me.cmdSerial.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.BackColor = System.Drawing.Color.LightGray Me.GroupBox1.Controls.Add(Me.rdbTDRecycle) Me.GroupBox1.Controls.Add(Me.rdb_data_check) Me.GroupBox1.Controls.Add(Me.rdb_freq_reg) Me.GroupBox1.Controls.Add(Me.rdb_prod) Me.GroupBox1.Controls.Add(Me.rdb_freq_auto) Me.GroupBox1.Controls.Add(Me.rdb_c_mode) Me.GroupBox1.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.GroupBox1.ForeColor = System.Drawing.Color.Black Me.GroupBox1.Location = New System.Drawing.Point(441, 14) Me.GroupBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox1.Size = New System.Drawing.Size(486, 100) Me.GroupBox1.TabIndex = 114 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "입력설정" ' 'rdbTDRecycle ' Me.rdbTDRecycle.AutoSize = True Me.rdbTDRecycle.Location = New System.Drawing.Point(305, 61) Me.rdbTDRecycle.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbTDRecycle.Name = "rdbTDRecycle" Me.rdbTDRecycle.Size = New System.Drawing.Size(123, 30) Me.rdbTDRecycle.TabIndex = 5 Me.rdbTDRecycle.Text = "TD 재사용" Me.rdbTDRecycle.UseVisualStyleBackColor = True ' 'rdb_data_check ' Me.rdb_data_check.AutoSize = True Me.rdb_data_check.Location = New System.Drawing.Point(305, 29) Me.rdb_data_check.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdb_data_check.Name = "rdb_data_check" Me.rdb_data_check.Size = New System.Drawing.Size(109, 30) Me.rdb_data_check.TabIndex = 4 Me.rdb_data_check.Text = "제품확인" Me.rdb_data_check.UseVisualStyleBackColor = True ' 'rdb_freq_reg ' Me.rdb_freq_reg.AutoSize = True Me.rdb_freq_reg.Location = New System.Drawing.Point(127, 61) Me.rdb_freq_reg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdb_freq_reg.Name = "rdb_freq_reg" Me.rdb_freq_reg.Size = New System.Drawing.Size(178, 30) Me.rdb_freq_reg.TabIndex = 2 Me.rdb_freq_reg.Text = "주파수입력(수동)" Me.rdb_freq_reg.UseVisualStyleBackColor = True ' 'rdb_prod ' Me.rdb_prod.AutoSize = True Me.rdb_prod.Location = New System.Drawing.Point(127, 29) Me.rdb_prod.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdb_prod.Name = "rdb_prod" Me.rdb_prod.Size = New System.Drawing.Size(155, 30) Me.rdb_prod.TabIndex = 3 Me.rdb_prod.Text = "TD주파수입력" Me.rdb_prod.UseVisualStyleBackColor = True ' 'rdb_freq_auto ' Me.rdb_freq_auto.AutoSize = True Me.rdb_freq_auto.Location = New System.Drawing.Point(21, 61) Me.rdb_freq_auto.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdb_freq_auto.Name = "rdb_freq_auto" Me.rdb_freq_auto.Size = New System.Drawing.Size(109, 30) Me.rdb_freq_auto.TabIndex = 1 Me.rdb_freq_auto.Text = "제품입력" Me.rdb_freq_auto.UseVisualStyleBackColor = True ' 'rdb_c_mode ' Me.rdb_c_mode.AutoSize = True Me.rdb_c_mode.Checked = True Me.rdb_c_mode.Location = New System.Drawing.Point(21, 29) Me.rdb_c_mode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdb_c_mode.Name = "rdb_c_mode" Me.rdb_c_mode.Size = New System.Drawing.Size(104, 30) Me.rdb_c_mode.TabIndex = 0 Me.rdb_c_mode.TabStop = True Me.rdb_c_mode.Text = "C값입력" Me.rdb_c_mode.UseVisualStyleBackColor = True ' 'InputTimer ' Me.InputTimer.Interval = 1 ' 'cart_timer ' ' 'time_timer ' Me.time_timer.Enabled = True Me.time_timer.Interval = 1 ' 'gb_option ' Me.gb_option.Controls.Add(Me.txbOptBasic) Me.gb_option.Controls.Add(Me.btnbasic) Me.gb_option.Controls.Add(Me.gbPrintUse) Me.gb_option.Controls.Add(Me.gbPrinter) Me.gb_option.Controls.Add(Me.gb_option_code) Me.gb_option.Controls.Add(Me.txb_dgv_state) Me.gb_option.Controls.Add(Me.txb_regresult) Me.gb_option.Controls.Add(Me.btn_data_reg) Me.gb_option.Controls.Add(Me.gb_reg) Me.gb_option.Controls.Add(Me.btn_option_exit) Me.gb_option.Controls.Add(Me.btn_alldelete) Me.gb_option.Controls.Add(Me.btn_row_delete) Me.gb_option.Controls.Add(Me.btn_save) Me.gb_option.Controls.Add(Me.dgv_data) Me.gb_option.Controls.Add(Me.GroupBox3) Me.gb_option.Controls.Add(Me.GroupBox1) Me.gb_option.Location = New System.Drawing.Point(1170, 1) Me.gb_option.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_option.Name = "gb_option" Me.gb_option.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_option.Size = New System.Drawing.Size(2183, 930) Me.gb_option.TabIndex = 116 Me.gb_option.TabStop = False ' 'txbOptBasic ' Me.txbOptBasic.BackColor = System.Drawing.SystemColors.Window Me.txbOptBasic.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbOptBasic.Location = New System.Drawing.Point(736, 568) Me.txbOptBasic.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbOptBasic.Name = "txbOptBasic" Me.txbOptBasic.ReadOnly = True Me.txbOptBasic.Size = New System.Drawing.Size(116, 64) Me.txbOptBasic.TabIndex = 128 Me.txbOptBasic.Text = "0" Me.txbOptBasic.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'btnbasic ' Me.btnbasic.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnbasic.Location = New System.Drawing.Point(861, 565) Me.btnbasic.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnbasic.Name = "btnbasic" Me.btnbasic.Size = New System.Drawing.Size(136, 72) Me.btnbasic.TabIndex = 127 Me.btnbasic.Text = "기본설정" Me.btnbasic.UseVisualStyleBackColor = True ' 'gbPrintUse ' Me.gbPrintUse.BackColor = System.Drawing.Color.LightGray Me.gbPrintUse.Controls.Add(Me.gbPrintEach) Me.gbPrintUse.Controls.Add(Me.ckbEachPnt) Me.gbPrintUse.Controls.Add(Me.ckbAllPnt) Me.gbPrintUse.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbPrintUse.ForeColor = System.Drawing.Color.Black Me.gbPrintUse.Location = New System.Drawing.Point(1017, 15) Me.gbPrintUse.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrintUse.Name = "gbPrintUse" Me.gbPrintUse.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrintUse.Size = New System.Drawing.Size(811, 100) Me.gbPrintUse.TabIndex = 126 Me.gbPrintUse.TabStop = False Me.gbPrintUse.Text = "프린터 사용 설정" ' 'gbPrintEach ' Me.gbPrintEach.Controls.Add(Me.ckbWarPnt) Me.gbPrintEach.Controls.Add(Me.ckbBoxPnt) Me.gbPrintEach.Enabled = False Me.gbPrintEach.Location = New System.Drawing.Point(398, 0) Me.gbPrintEach.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrintEach.Name = "gbPrintEach" Me.gbPrintEach.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrintEach.Size = New System.Drawing.Size(414, 100) Me.gbPrintEach.TabIndex = 3 Me.gbPrintEach.TabStop = False Me.gbPrintEach.Text = "개별 설정" ' 'ckbWarPnt ' Me.ckbWarPnt.AutoSize = True Me.ckbWarPnt.Checked = True Me.ckbWarPnt.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbWarPnt.Location = New System.Drawing.Point(231, 46) Me.ckbWarPnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbWarPnt.Name = "ckbWarPnt" Me.ckbWarPnt.Size = New System.Drawing.Size(129, 30) Me.ckbWarPnt.TabIndex = 3 Me.ckbWarPnt.Text = "워런티카드" Me.ckbWarPnt.UseVisualStyleBackColor = True ' 'ckbBoxPnt ' Me.ckbBoxPnt.AutoSize = True Me.ckbBoxPnt.Checked = True Me.ckbBoxPnt.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbBoxPnt.Location = New System.Drawing.Point(65, 46) Me.ckbBoxPnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbBoxPnt.Name = "ckbBoxPnt" Me.ckbBoxPnt.Size = New System.Drawing.Size(129, 30) Me.ckbBoxPnt.TabIndex = 2 Me.ckbBoxPnt.Text = "박스바코드" Me.ckbBoxPnt.UseVisualStyleBackColor = True ' 'ckbEachPnt ' Me.ckbEachPnt.AutoSize = True Me.ckbEachPnt.Enabled = False Me.ckbEachPnt.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckbEachPnt.Location = New System.Drawing.Point(213, 42) Me.ckbEachPnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbEachPnt.Name = "ckbEachPnt" Me.ckbEachPnt.Size = New System.Drawing.Size(211, 36) Me.ckbEachPnt.TabIndex = 1 Me.ckbEachPnt.Text = "프린터 개별 설정" Me.ckbEachPnt.UseVisualStyleBackColor = True ' 'ckbAllPnt ' Me.ckbAllPnt.AutoSize = True Me.ckbAllPnt.Checked = True Me.ckbAllPnt.CheckState = System.Windows.Forms.CheckState.Checked Me.ckbAllPnt.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckbAllPnt.Location = New System.Drawing.Point(15, 42) Me.ckbAllPnt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckbAllPnt.Name = "ckbAllPnt" Me.ckbAllPnt.Size = New System.Drawing.Size(211, 36) Me.ckbAllPnt.TabIndex = 0 Me.ckbAllPnt.Text = "프린터 전체 사용" Me.ckbAllPnt.UseVisualStyleBackColor = True ' 'gbPrinter ' Me.gbPrinter.Controls.Add(Me.btnPrintSave) Me.gbPrinter.Controls.Add(Me.btPrintref) Me.gbPrinter.Controls.Add(Me.dgvPrinter) Me.gbPrinter.Controls.Add(Me.gbPrinter2) Me.gbPrinter.Controls.Add(Me.gbPrinter1) Me.gbPrinter.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbPrinter.Location = New System.Drawing.Point(1017, 114) Me.gbPrinter.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrinter.Name = "gbPrinter" Me.gbPrinter.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrinter.Size = New System.Drawing.Size(1159, 558) Me.gbPrinter.TabIndex = 125 Me.gbPrinter.TabStop = False Me.gbPrinter.Text = "프린터 설정 (제품입력 기능 해당)" ' 'btnPrintSave ' Me.btnPrintSave.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnPrintSave.Location = New System.Drawing.Point(535, 481) Me.btnPrintSave.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnPrintSave.Name = "btnPrintSave" Me.btnPrintSave.Size = New System.Drawing.Size(617, 61) Me.btnPrintSave.TabIndex = 121 Me.btnPrintSave.Text = "저장하기" Me.btnPrintSave.UseVisualStyleBackColor = True ' 'btPrintref ' Me.btPrintref.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btPrintref.Location = New System.Drawing.Point(45, 481) Me.btPrintref.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btPrintref.Name = "btPrintref" Me.btPrintref.Size = New System.Drawing.Size(450, 61) Me.btPrintref.TabIndex = 120 Me.btPrintref.Text = "리스트 새로고침" Me.btPrintref.UseVisualStyleBackColor = True ' 'dgvPrinter ' Me.dgvPrinter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvPrinter.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dfNum, Me.dfPrinter}) Me.dgvPrinter.Location = New System.Drawing.Point(45, 41) Me.dgvPrinter.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.dgvPrinter.Name = "dgvPrinter" Me.dgvPrinter.RowHeadersWidth = 51 Me.dgvPrinter.RowTemplate.Height = 23 Me.dgvPrinter.Size = New System.Drawing.Size(450, 429) Me.dgvPrinter.TabIndex = 116 ' 'dfNum ' Me.dfNum.HeaderText = "No." Me.dfNum.MinimumWidth = 6 Me.dfNum.Name = "dfNum" Me.dfNum.Width = 125 ' 'dfPrinter ' Me.dfPrinter.HeaderText = "Printer Name" Me.dfPrinter.MinimumWidth = 6 Me.dfPrinter.Name = "dfPrinter" Me.dfPrinter.Width = 250 ' 'gbPrinter2 ' Me.gbPrinter2.Controls.Add(Me.txbText2) Me.gbPrinter2.Controls.Add(Me.lbText2) Me.gbPrinter2.Controls.Add(Me.btnLabel2) Me.gbPrinter2.Controls.Add(Me.txbLabel2) Me.gbPrinter2.Controls.Add(Me.lbLabel2) Me.gbPrinter2.Controls.Add(Me.btnName2) Me.gbPrinter2.Controls.Add(Me.txbName2) Me.gbPrinter2.Controls.Add(Me.lbName2) Me.gbPrinter2.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbPrinter2.Location = New System.Drawing.Point(535, 272) Me.gbPrinter2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrinter2.Name = "gbPrinter2" Me.gbPrinter2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrinter2.Size = New System.Drawing.Size(617, 198) Me.gbPrinter2.TabIndex = 1 Me.gbPrinter2.TabStop = False Me.gbPrinter2.Text = "워런티 카드 정보" ' 'txbText2 ' Me.txbText2.Location = New System.Drawing.Point(146, 138) Me.txbText2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbText2.Name = "txbText2" Me.txbText2.Size = New System.Drawing.Size(363, 38) Me.txbText2.TabIndex = 6 Me.txbText2.Text = "Brother PT-P700" ' 'lbText2 ' Me.lbText2.AutoSize = True Me.lbText2.Location = New System.Drawing.Point(11, 141) Me.lbText2.Name = "lbText2" Me.lbText2.Size = New System.Drawing.Size(129, 32) Me.lbText2.TabIndex = 7 Me.lbText2.Text = "텍스트변수" ' 'btnLabel2 ' Me.btnLabel2.Font = New System.Drawing.Font("함초롬바탕", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnLabel2.Location = New System.Drawing.Point(517, 86) Me.btnLabel2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnLabel2.Name = "btnLabel2" Me.btnLabel2.Size = New System.Drawing.Size(94, 49) Me.btnLabel2.TabIndex = 2 Me.btnLabel2.Text = "찾아보기" Me.btnLabel2.UseVisualStyleBackColor = True ' 'txbLabel2 ' Me.txbLabel2.BackColor = System.Drawing.SystemColors.Window Me.txbLabel2.Location = New System.Drawing.Point(146, 90) Me.txbLabel2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbLabel2.Name = "txbLabel2" Me.txbLabel2.ReadOnly = True Me.txbLabel2.Size = New System.Drawing.Size(363, 38) Me.txbLabel2.TabIndex = 3 Me.txbLabel2.Text = "Brother PT-P700" ' 'lbLabel2 ' Me.lbLabel2.AutoSize = True Me.lbLabel2.Location = New System.Drawing.Point(34, 94) Me.lbLabel2.Name = "lbLabel2" Me.lbLabel2.Size = New System.Drawing.Size(106, 32) Me.lbLabel2.TabIndex = 4 Me.lbLabel2.Text = "라벨파일" ' 'btnName2 ' Me.btnName2.Location = New System.Drawing.Point(517, 36) Me.btnName2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnName2.Name = "btnName2" Me.btnName2.Size = New System.Drawing.Size(94, 49) Me.btnName2.TabIndex = 1 Me.btnName2.Text = "변경" Me.btnName2.UseVisualStyleBackColor = True ' 'txbName2 ' Me.txbName2.BackColor = System.Drawing.SystemColors.Window Me.txbName2.Location = New System.Drawing.Point(146, 42) Me.txbName2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbName2.Name = "txbName2" Me.txbName2.ReadOnly = True Me.txbName2.Size = New System.Drawing.Size(363, 38) Me.txbName2.TabIndex = 1 Me.txbName2.Text = "Brother PT-P700" ' 'lbName2 ' Me.lbName2.AutoSize = True Me.lbName2.Location = New System.Drawing.Point(34, 46) Me.lbName2.Name = "lbName2" Me.lbName2.Size = New System.Drawing.Size(106, 32) Me.lbName2.TabIndex = 1 Me.lbName2.Text = "프린터명" ' 'gbPrinter1 ' Me.gbPrinter1.Controls.Add(Me.txbText1) Me.gbPrinter1.Controls.Add(Me.lbText1) Me.gbPrinter1.Controls.Add(Me.txbCode1) Me.gbPrinter1.Controls.Add(Me.lbCode1) Me.gbPrinter1.Controls.Add(Me.btnLabel1) Me.gbPrinter1.Controls.Add(Me.txbLabel1) Me.gbPrinter1.Controls.Add(Me.lbLabel1) Me.gbPrinter1.Controls.Add(Me.btnName1) Me.gbPrinter1.Controls.Add(Me.txbName1) Me.gbPrinter1.Controls.Add(Me.lbName1) Me.gbPrinter1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbPrinter1.Location = New System.Drawing.Point(535, 28) Me.gbPrinter1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrinter1.Name = "gbPrinter1" Me.gbPrinter1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbPrinter1.Size = New System.Drawing.Size(617, 241) Me.gbPrinter1.TabIndex = 0 Me.gbPrinter1.TabStop = False Me.gbPrinter1.Text = "박스 바코드 정보" ' 'txbText1 ' Me.txbText1.Location = New System.Drawing.Point(146, 185) Me.txbText1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbText1.Name = "txbText1" Me.txbText1.Size = New System.Drawing.Size(363, 38) Me.txbText1.TabIndex = 8 Me.txbText1.Text = "Brother PT-P700" ' 'lbText1 ' Me.lbText1.AutoSize = True Me.lbText1.Location = New System.Drawing.Point(11, 189) Me.lbText1.Name = "lbText1" Me.lbText1.Size = New System.Drawing.Size(129, 32) Me.lbText1.TabIndex = 9 Me.lbText1.Text = "텍스트변수" ' 'txbCode1 ' Me.txbCode1.Location = New System.Drawing.Point(146, 138) Me.txbCode1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbCode1.Name = "txbCode1" Me.txbCode1.Size = New System.Drawing.Size(363, 38) Me.txbCode1.TabIndex = 6 Me.txbCode1.Text = "Brother PT-P700" ' 'lbCode1 ' Me.lbCode1.AutoSize = True Me.lbCode1.Location = New System.Drawing.Point(11, 141) Me.lbCode1.Name = "lbCode1" Me.lbCode1.Size = New System.Drawing.Size(129, 32) Me.lbCode1.TabIndex = 7 Me.lbCode1.Text = "바코드변수" ' 'btnLabel1 ' Me.btnLabel1.Font = New System.Drawing.Font("함초롬바탕", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnLabel1.Location = New System.Drawing.Point(517, 86) Me.btnLabel1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnLabel1.Name = "btnLabel1" Me.btnLabel1.Size = New System.Drawing.Size(94, 49) Me.btnLabel1.TabIndex = 2 Me.btnLabel1.Text = "찾아보기" Me.btnLabel1.UseVisualStyleBackColor = True ' 'txbLabel1 ' Me.txbLabel1.BackColor = System.Drawing.SystemColors.Window Me.txbLabel1.Location = New System.Drawing.Point(146, 90) Me.txbLabel1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbLabel1.Name = "txbLabel1" Me.txbLabel1.ReadOnly = True Me.txbLabel1.Size = New System.Drawing.Size(363, 38) Me.txbLabel1.TabIndex = 3 Me.txbLabel1.Text = "Brother PT-P700" ' 'lbLabel1 ' Me.lbLabel1.AutoSize = True Me.lbLabel1.Location = New System.Drawing.Point(34, 94) Me.lbLabel1.Name = "lbLabel1" Me.lbLabel1.Size = New System.Drawing.Size(106, 32) Me.lbLabel1.TabIndex = 4 Me.lbLabel1.Text = "라벨파일" ' 'btnName1 ' Me.btnName1.Location = New System.Drawing.Point(517, 36) Me.btnName1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnName1.Name = "btnName1" Me.btnName1.Size = New System.Drawing.Size(94, 49) Me.btnName1.TabIndex = 1 Me.btnName1.Text = "변경" Me.btnName1.UseVisualStyleBackColor = True ' 'txbName1 ' Me.txbName1.BackColor = System.Drawing.SystemColors.Window Me.txbName1.Location = New System.Drawing.Point(146, 42) Me.txbName1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbName1.Name = "txbName1" Me.txbName1.ReadOnly = True Me.txbName1.Size = New System.Drawing.Size(363, 38) Me.txbName1.TabIndex = 1 Me.txbName1.Text = "Brother PT-P700" ' 'lbName1 ' Me.lbName1.AutoSize = True Me.lbName1.Location = New System.Drawing.Point(34, 46) Me.lbName1.Name = "lbName1" Me.lbName1.Size = New System.Drawing.Size(106, 32) Me.lbName1.TabIndex = 1 Me.lbName1.Text = "프린터명" ' 'gb_option_code ' Me.gb_option_code.Controls.Add(Me.btn_code_reg) Me.gb_option_code.Controls.Add(Me.txb_prod1_code) Me.gb_option_code.Controls.Add(Me.lb_prod1_code) Me.gb_option_code.Controls.Add(Me.txb_output_7000) Me.gb_option_code.Controls.Add(Me.lb_output_7000) Me.gb_option_code.Controls.Add(Me.txb_output_6850) Me.gb_option_code.Controls.Add(Me.lb_output_6850) Me.gb_option_code.Controls.Add(Me.txb_code_front) Me.gb_option_code.Controls.Add(Me.lb_code_front) Me.gb_option_code.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gb_option_code.Location = New System.Drawing.Point(1017, 679) Me.gb_option_code.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_option_code.Name = "gb_option_code" Me.gb_option_code.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_option_code.Size = New System.Drawing.Size(1002, 202) Me.gb_option_code.TabIndex = 124 Me.gb_option_code.TabStop = False Me.gb_option_code.Text = "바코드 설정" ' 'btn_code_reg ' Me.btn_code_reg.Location = New System.Drawing.Point(349, 142) Me.btn_code_reg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_code_reg.Name = "btn_code_reg" Me.btn_code_reg.Size = New System.Drawing.Size(263, 55) Me.btn_code_reg.TabIndex = 8 Me.btn_code_reg.Text = "등록" Me.btn_code_reg.UseVisualStyleBackColor = True ' 'txb_prod1_code ' Me.txb_prod1_code.Location = New System.Drawing.Point(198, 91) Me.txb_prod1_code.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_prod1_code.MaxLength = 6 Me.txb_prod1_code.Name = "txb_prod1_code" Me.txb_prod1_code.Size = New System.Drawing.Size(251, 42) Me.txb_prod1_code.TabIndex = 7 Me.txb_prod1_code.Text = "003000" Me.txb_prod1_code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_prod1_code ' Me.lb_prod1_code.AutoSize = True Me.lb_prod1_code.Location = New System.Drawing.Point(14, 95) Me.lb_prod1_code.Name = "lb_prod1_code" Me.lb_prod1_code.Size = New System.Drawing.Size(213, 35) Me.lb_prod1_code.TabIndex = 6 Me.lb_prod1_code.Text = "생산 바코드 번호" ' 'txb_output_7000 ' Me.txb_output_7000.Location = New System.Drawing.Point(735, 91) Me.txb_output_7000.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_output_7000.MaxLength = 6 Me.txb_output_7000.Name = "txb_output_7000" Me.txb_output_7000.Size = New System.Drawing.Size(251, 42) Me.txb_output_7000.TabIndex = 5 Me.txb_output_7000.Text = "002000" Me.txb_output_7000.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_output_7000 ' Me.lb_output_7000.AutoSize = True Me.lb_output_7000.Location = New System.Drawing.Point(456, 95) Me.lb_output_7000.Name = "lb_output_7000" Me.lb_output_7000.Size = New System.Drawing.Size(307, 35) Me.lb_output_7000.TabIndex = 4 Me.lb_output_7000.Text = "7000 주파수 바코드 번호" ' 'txb_output_6850 ' Me.txb_output_6850.Location = New System.Drawing.Point(735, 36) Me.txb_output_6850.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_output_6850.MaxLength = 6 Me.txb_output_6850.Name = "txb_output_6850" Me.txb_output_6850.Size = New System.Drawing.Size(251, 42) Me.txb_output_6850.TabIndex = 3 Me.txb_output_6850.Text = "001000" Me.txb_output_6850.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_output_6850 ' Me.lb_output_6850.AutoSize = True Me.lb_output_6850.Location = New System.Drawing.Point(456, 40) Me.lb_output_6850.Name = "lb_output_6850" Me.lb_output_6850.Size = New System.Drawing.Size(307, 35) Me.lb_output_6850.TabIndex = 2 Me.lb_output_6850.Text = "6850 주파수 바코드 번호" ' 'txb_code_front ' Me.txb_code_front.Location = New System.Drawing.Point(198, 36) Me.txb_code_front.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_code_front.MaxLength = 2 Me.txb_code_front.Name = "txb_code_front" Me.txb_code_front.Size = New System.Drawing.Size(251, 42) Me.txb_code_front.TabIndex = 1 Me.txb_code_front.Text = "30" Me.txb_code_front.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_code_front ' Me.lb_code_front.AutoSize = True Me.lb_code_front.Location = New System.Drawing.Point(14, 40) Me.lb_code_front.Name = "lb_code_front" Me.lb_code_front.Size = New System.Drawing.Size(127, 35) Me.lb_code_front.TabIndex = 0 Me.lb_code_front.Text = "제품 번호" ' 'txb_dgv_state ' Me.txb_dgv_state.BackColor = System.Drawing.Color.Khaki Me.txb_dgv_state.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_dgv_state.Location = New System.Drawing.Point(736, 386) Me.txb_dgv_state.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_dgv_state.Name = "txb_dgv_state" Me.txb_dgv_state.Size = New System.Drawing.Size(268, 51) Me.txb_dgv_state.TabIndex = 123 Me.txb_dgv_state.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txb_dgv_state.Visible = False ' 'txb_regresult ' Me.txb_regresult.BackColor = System.Drawing.Color.Khaki Me.txb_regresult.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_regresult.Location = New System.Drawing.Point(736, 766) Me.txb_regresult.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_regresult.Name = "txb_regresult" Me.txb_regresult.Size = New System.Drawing.Size(268, 51) Me.txb_regresult.TabIndex = 122 Me.txb_regresult.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txb_regresult.Visible = False ' 'btn_data_reg ' Me.btn_data_reg.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_data_reg.Location = New System.Drawing.Point(736, 665) Me.btn_data_reg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_data_reg.Name = "btn_data_reg" Me.btn_data_reg.Size = New System.Drawing.Size(269, 98) Me.btn_data_reg.TabIndex = 121 Me.btn_data_reg.Text = "등록하기" Me.btn_data_reg.UseVisualStyleBackColor = True ' 'gb_reg ' Me.gb_reg.Controls.Add(Me.nudagency) Me.gb_reg.Controls.Add(Me.nudarea) Me.gb_reg.Controls.Add(Me.lb_agen_reg) Me.gb_reg.Controls.Add(Me.lb_area_reg) Me.gb_reg.Controls.Add(Me.txb_make_reg) Me.gb_reg.Controls.Add(Me.lb_make_reg) Me.gb_reg.Controls.Add(Me.txb_name_reg) Me.gb_reg.Controls.Add(Me.lb_name_reg) Me.gb_reg.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gb_reg.Location = New System.Drawing.Point(10, 648) Me.gb_reg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_reg.Name = "gb_reg" Me.gb_reg.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_reg.Size = New System.Drawing.Size(719, 174) Me.gb_reg.TabIndex = 120 Me.gb_reg.TabStop = False Me.gb_reg.Text = "데이터등록" ' 'nudagency ' Me.nudagency.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.nudagency.Location = New System.Drawing.Point(533, 102) Me.nudagency.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudagency.Maximum = New Decimal(New Integer() {999, 0, 0, 0}) Me.nudagency.Name = "nudagency" Me.nudagency.Size = New System.Drawing.Size(159, 42) Me.nudagency.TabIndex = 122 Me.nudagency.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'nudarea ' Me.nudarea.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.nudarea.Location = New System.Drawing.Point(533, 49) Me.nudarea.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.nudarea.Maximum = New Decimal(New Integer() {999, 0, 0, 0}) Me.nudarea.Name = "nudarea" Me.nudarea.Size = New System.Drawing.Size(159, 42) Me.nudarea.TabIndex = 121 Me.nudarea.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_agen_reg ' Me.lb_agen_reg.AutoSize = True Me.lb_agen_reg.Location = New System.Drawing.Point(398, 106) Me.lb_agen_reg.Name = "lb_agen_reg" Me.lb_agen_reg.Size = New System.Drawing.Size(145, 35) Me.lb_agen_reg.TabIndex = 6 Me.lb_agen_reg.Text = "대리점코드" ' 'lb_area_reg ' Me.lb_area_reg.AutoSize = True Me.lb_area_reg.Location = New System.Drawing.Point(421, 55) Me.lb_area_reg.Name = "lb_area_reg" Me.lb_area_reg.Size = New System.Drawing.Size(119, 35) Me.lb_area_reg.TabIndex = 4 Me.lb_area_reg.Text = "국가코드" ' 'txb_make_reg ' Me.txb_make_reg.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower Me.txb_make_reg.Location = New System.Drawing.Point(142, 102) Me.txb_make_reg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_make_reg.MaxLength = 4 Me.txb_make_reg.Name = "txb_make_reg" Me.txb_make_reg.Size = New System.Drawing.Size(249, 42) Me.txb_make_reg.TabIndex = 3 ' 'lb_make_reg ' Me.lb_make_reg.AutoSize = True Me.lb_make_reg.Location = New System.Drawing.Point(7, 106) Me.lb_make_reg.Name = "lb_make_reg" Me.lb_make_reg.Size = New System.Drawing.Size(145, 35) Me.lb_make_reg.TabIndex = 2 Me.lb_make_reg.Text = "제조사코드" ' 'txb_name_reg ' Me.txb_name_reg.Location = New System.Drawing.Point(142, 49) Me.txb_name_reg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_name_reg.Name = "txb_name_reg" Me.txb_name_reg.Size = New System.Drawing.Size(249, 42) Me.txb_name_reg.TabIndex = 1 ' 'lb_name_reg ' Me.lb_name_reg.AutoSize = True Me.lb_name_reg.Location = New System.Drawing.Point(7, 52) Me.lb_name_reg.Name = "lb_name_reg" Me.lb_name_reg.Size = New System.Drawing.Size(119, 35) Me.lb_name_reg.TabIndex = 0 Me.lb_name_reg.Text = "이벤트명" ' 'btn_option_exit ' Me.btn_option_exit.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_option_exit.Location = New System.Drawing.Point(1907, 15) Me.btn_option_exit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_option_exit.Name = "btn_option_exit" Me.btn_option_exit.Size = New System.Drawing.Size(269, 99) Me.btn_option_exit.TabIndex = 119 Me.btn_option_exit.Text = "나가기" Me.btn_option_exit.UseVisualStyleBackColor = True ' 'btn_alldelete ' Me.btn_alldelete.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_alldelete.Location = New System.Drawing.Point(736, 300) Me.btn_alldelete.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_alldelete.Name = "btn_alldelete" Me.btn_alldelete.Size = New System.Drawing.Size(269, 72) Me.btn_alldelete.TabIndex = 118 Me.btn_alldelete.Text = "전체삭제하기" Me.btn_alldelete.UseVisualStyleBackColor = True ' 'btn_row_delete ' Me.btn_row_delete.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_row_delete.Location = New System.Drawing.Point(736, 215) Me.btn_row_delete.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_row_delete.Name = "btn_row_delete" Me.btn_row_delete.Size = New System.Drawing.Size(269, 72) Me.btn_row_delete.TabIndex = 117 Me.btn_row_delete.Text = "행삭제하기" Me.btn_row_delete.UseVisualStyleBackColor = True ' 'btn_save ' Me.btn_save.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_save.Location = New System.Drawing.Point(736, 130) Me.btn_save.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_save.Name = "btn_save" Me.btn_save.Size = New System.Drawing.Size(269, 72) Me.btn_save.TabIndex = 116 Me.btn_save.Text = "저장하기" Me.btn_save.UseVisualStyleBackColor = True ' 'dgv_data ' Me.dgv_data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgv_data.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.df_name, Me.df_make, Me.df_area, Me.df_agency}) Me.dgv_data.Location = New System.Drawing.Point(10, 130) Me.dgv_data.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.dgv_data.Name = "dgv_data" Me.dgv_data.RowHeadersWidth = 51 Me.dgv_data.RowTemplate.Height = 23 Me.dgv_data.Size = New System.Drawing.Size(719, 504) Me.dgv_data.TabIndex = 115 ' 'df_name ' Me.df_name.HeaderText = "이벤트명" Me.df_name.MinimumWidth = 6 Me.df_name.Name = "df_name" Me.df_name.Width = 220 ' 'df_make ' Me.df_make.HeaderText = "제조사코드" Me.df_make.MinimumWidth = 6 Me.df_make.Name = "df_make" Me.df_make.Width = 130 ' 'df_area ' Me.df_area.HeaderText = "국가코드" Me.df_area.MinimumWidth = 6 Me.df_area.Name = "df_area" Me.df_area.Width = 120 ' 'df_agency ' Me.df_agency.HeaderText = "대리점코드" Me.df_agency.MinimumWidth = 6 Me.df_agency.Name = "df_agency" Me.df_agency.Width = 110 ' 'gb_check_data ' Me.gb_check_data.Controls.Add(Me.txb_5_barcode) Me.gb_check_data.Controls.Add(Me.lb_5_barcode) Me.gb_check_data.Controls.Add(Me.gb_5_data) Me.gb_check_data.Location = New System.Drawing.Point(1, 99) Me.gb_check_data.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_check_data.Name = "gb_check_data" Me.gb_check_data.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_check_data.Size = New System.Drawing.Size(1166, 819) Me.gb_check_data.TabIndex = 117 Me.gb_check_data.TabStop = False ' 'txb_5_barcode ' Me.txb_5_barcode.Font = New System.Drawing.Font("함초롬바탕", 48.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_5_barcode.Location = New System.Drawing.Point(263, 19) Me.txb_5_barcode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_barcode.Name = "txb_5_barcode" Me.txb_5_barcode.Size = New System.Drawing.Size(857, 111) Me.txb_5_barcode.TabIndex = 0 Me.txb_5_barcode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_5_barcode ' Me.lb_5_barcode.AutoSize = True Me.lb_5_barcode.Font = New System.Drawing.Font("함초롬바탕", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_5_barcode.Location = New System.Drawing.Point(11, 36) Me.lb_5_barcode.Name = "lb_5_barcode" Me.lb_5_barcode.Size = New System.Drawing.Size(283, 78) Me.lb_5_barcode.TabIndex = 1 Me.lb_5_barcode.Text = "제품 번호" ' 'gb_5_data ' Me.gb_5_data.Controls.Add(Me.ckb_auto_delete) Me.gb_5_data.Controls.Add(Me.btn_5_delete) Me.gb_5_data.Controls.Add(Me.ckb_auto_write) Me.gb_5_data.Controls.Add(Me.txb_5_result) Me.gb_5_data.Controls.Add(Me.btn_5_write) Me.gb_5_data.Controls.Add(Me.btn_5_check) Me.gb_5_data.Controls.Add(Me.btn_5_reset) Me.gb_5_data.Controls.Add(Me.PictureBox2) Me.gb_5_data.Controls.Add(Me.gb_reg_data) Me.gb_5_data.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gb_5_data.Location = New System.Drawing.Point(15, 144) Me.gb_5_data.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_5_data.Name = "gb_5_data" Me.gb_5_data.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_5_data.Size = New System.Drawing.Size(1135, 661) Me.gb_5_data.TabIndex = 2 Me.gb_5_data.TabStop = False Me.gb_5_data.Text = "등록 데이터" ' 'ckb_auto_delete ' Me.ckb_auto_delete.AutoSize = True Me.ckb_auto_delete.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckb_auto_delete.Location = New System.Drawing.Point(997, 342) Me.ckb_auto_delete.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckb_auto_delete.Name = "ckb_auto_delete" Me.ckb_auto_delete.Size = New System.Drawing.Size(135, 36) Me.ckb_auto_delete.TabIndex = 32 Me.ckb_auto_delete.Text = "자동 삭제" Me.ckb_auto_delete.UseVisualStyleBackColor = True ' 'btn_5_delete ' Me.btn_5_delete.Location = New System.Drawing.Point(901, 576) Me.btn_5_delete.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_5_delete.Name = "btn_5_delete" Me.btn_5_delete.Size = New System.Drawing.Size(227, 81) Me.btn_5_delete.TabIndex = 31 Me.btn_5_delete.Text = "삭제" Me.btn_5_delete.UseVisualStyleBackColor = True ' 'ckb_auto_write ' Me.ckb_auto_write.AutoSize = True Me.ckb_auto_write.Checked = True Me.ckb_auto_write.CheckState = System.Windows.Forms.CheckState.Checked Me.ckb_auto_write.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckb_auto_write.Location = New System.Drawing.Point(997, 380) Me.ckb_auto_write.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckb_auto_write.Name = "ckb_auto_write" Me.ckb_auto_write.Size = New System.Drawing.Size(135, 36) Me.ckb_auto_write.TabIndex = 30 Me.ckb_auto_write.Text = "자동 쓰기" Me.ckb_auto_write.UseVisualStyleBackColor = True ' 'txb_5_result ' Me.txb_5_result.Location = New System.Drawing.Point(664, 444) Me.txb_5_result.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_result.Name = "txb_5_result" Me.txb_5_result.ReadOnly = True Me.txb_5_result.Size = New System.Drawing.Size(465, 51) Me.txb_5_result.TabIndex = 29 Me.txb_5_result.Text = "대기" Me.txb_5_result.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'btn_5_write ' Me.btn_5_write.Location = New System.Drawing.Point(664, 576) Me.btn_5_write.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_5_write.Name = "btn_5_write" Me.btn_5_write.Size = New System.Drawing.Size(227, 81) Me.btn_5_write.TabIndex = 28 Me.btn_5_write.Text = "쓰기" Me.btn_5_write.UseVisualStyleBackColor = True ' 'btn_5_check ' Me.btn_5_check.Location = New System.Drawing.Point(664, 501) Me.btn_5_check.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_5_check.Name = "btn_5_check" Me.btn_5_check.Size = New System.Drawing.Size(227, 74) Me.btn_5_check.TabIndex = 27 Me.btn_5_check.Text = "검색" Me.btn_5_check.UseVisualStyleBackColor = True ' 'btn_5_reset ' Me.btn_5_reset.Location = New System.Drawing.Point(901, 502) Me.btn_5_reset.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_5_reset.Name = "btn_5_reset" Me.btn_5_reset.Size = New System.Drawing.Size(227, 70) Me.btn_5_reset.TabIndex = 26 Me.btn_5_reset.Text = "초기화" Me.btn_5_reset.UseVisualStyleBackColor = True ' 'PictureBox2 ' Me.PictureBox2.Image = Global.FreqConfigRegister.My.Resources.Resources.맥시멈_크래들_누끼_ Me.PictureBox2.Location = New System.Drawing.Point(670, 49) Me.PictureBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(455, 372) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 25 Me.PictureBox2.TabStop = False ' 'gb_reg_data ' Me.gb_reg_data.Controls.Add(Me.txb_5_date) Me.gb_reg_data.Controls.Add(Me.lb_5_date) Me.gb_reg_data.Controls.Add(Me.txb_5_td) Me.gb_reg_data.Controls.Add(Me.lb_5_td) Me.gb_reg_data.Controls.Add(Me.txb_5_prod_motor) Me.gb_reg_data.Controls.Add(Me.lb_5_prod_motor) Me.gb_reg_data.Controls.Add(Me.txb_5_freq) Me.gb_reg_data.Controls.Add(Me.txb_5_prod_mod) Me.gb_reg_data.Controls.Add(Me.lb_5_prod_mod) Me.gb_reg_data.Controls.Add(Me.txb_5_power) Me.gb_reg_data.Controls.Add(Me.lb_5_power) Me.gb_reg_data.Controls.Add(Me.txb_5_prod_date) Me.gb_reg_data.Controls.Add(Me.txb_5_area) Me.gb_reg_data.Controls.Add(Me.lb_5_prod_date) Me.gb_reg_data.Controls.Add(Me.lb_5_freq) Me.gb_reg_data.Controls.Add(Me.txb_5_type) Me.gb_reg_data.Controls.Add(Me.txb_5_model) Me.gb_reg_data.Controls.Add(Me.txb_5_serial) Me.gb_reg_data.Controls.Add(Me.txb_5_make) Me.gb_reg_data.Controls.Add(Me.txb_5_reg_date) Me.gb_reg_data.Controls.Add(Me.lb_5_make) Me.gb_reg_data.Controls.Add(Me.lb_5_reg_date) Me.gb_reg_data.Controls.Add(Me.lb_5_serial) Me.gb_reg_data.Controls.Add(Me.lb_5_model) Me.gb_reg_data.Controls.Add(Me.lb_5_type) Me.gb_reg_data.Controls.Add(Me.lb_5_area) Me.gb_reg_data.Controls.Add(Me.txb_5_agency) Me.gb_reg_data.Controls.Add(Me.lb_5_agency) Me.gb_reg_data.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gb_reg_data.Location = New System.Drawing.Point(13, 42) Me.gb_reg_data.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_reg_data.Name = "gb_reg_data" Me.gb_reg_data.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_reg_data.Size = New System.Drawing.Size(645, 608) Me.gb_reg_data.TabIndex = 24 Me.gb_reg_data.TabStop = False Me.gb_reg_data.Text = "제품등록 데이터" ' 'txb_5_td ' Me.txb_5_td.BackColor = System.Drawing.SystemColors.Window Me.txb_5_td.Location = New System.Drawing.Point(195, 370) Me.txb_5_td.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_td.Name = "txb_5_td" Me.txb_5_td.ReadOnly = True Me.txb_5_td.Size = New System.Drawing.Size(419, 46) Me.txb_5_td.TabIndex = 25 Me.txb_5_td.Text = "-" Me.txb_5_td.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_5_td ' Me.lb_5_td.AutoSize = True Me.lb_5_td.Location = New System.Drawing.Point(91, 374) Me.lb_5_td.Name = "lb_5_td" Me.lb_5_td.Size = New System.Drawing.Size(117, 39) Me.lb_5_td.TabIndex = 24 Me.lb_5_td.Text = "TD번호" ' 'txb_5_prod_motor ' Me.txb_5_prod_motor.BackColor = System.Drawing.SystemColors.Window Me.txb_5_prod_motor.Location = New System.Drawing.Point(449, 493) Me.txb_5_prod_motor.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_prod_motor.Name = "txb_5_prod_motor" Me.txb_5_prod_motor.ReadOnly = True Me.txb_5_prod_motor.Size = New System.Drawing.Size(169, 46) Me.txb_5_prod_motor.TabIndex = 19 Me.txb_5_prod_motor.Text = "-" Me.txb_5_prod_motor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_5_prod_motor ' Me.lb_5_prod_motor.AutoSize = True Me.lb_5_prod_motor.Location = New System.Drawing.Point(386, 496) Me.lb_5_prod_motor.Name = "lb_5_prod_motor" Me.lb_5_prod_motor.Size = New System.Drawing.Size(75, 39) Me.lb_5_prod_motor.TabIndex = 18 Me.lb_5_prod_motor.Text = "모터" ' 'txb_5_freq ' Me.txb_5_freq.BackColor = System.Drawing.SystemColors.Window Me.txb_5_freq.Location = New System.Drawing.Point(195, 493) Me.txb_5_freq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_freq.Name = "txb_5_freq" Me.txb_5_freq.ReadOnly = True Me.txb_5_freq.Size = New System.Drawing.Size(159, 46) Me.txb_5_freq.TabIndex = 21 Me.txb_5_freq.Text = "-" Me.txb_5_freq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txb_5_prod_mod ' Me.txb_5_prod_mod.BackColor = System.Drawing.SystemColors.Window Me.txb_5_prod_mod.Location = New System.Drawing.Point(450, 553) Me.txb_5_prod_mod.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_prod_mod.MaxLength = 10 Me.txb_5_prod_mod.Name = "txb_5_prod_mod" Me.txb_5_prod_mod.ReadOnly = True Me.txb_5_prod_mod.Size = New System.Drawing.Size(169, 46) Me.txb_5_prod_mod.TabIndex = 17 Me.txb_5_prod_mod.Text = "0" Me.txb_5_prod_mod.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_5_prod_mod ' Me.lb_5_prod_mod.AutoSize = True Me.lb_5_prod_mod.Location = New System.Drawing.Point(378, 555) Me.lb_5_prod_mod.Name = "lb_5_prod_mod" Me.lb_5_prod_mod.Size = New System.Drawing.Size(84, 39) Me.lb_5_prod_mod.TabIndex = 16 Me.lb_5_prod_mod.Text = "샷 수" ' 'txb_5_power ' Me.txb_5_power.BackColor = System.Drawing.SystemColors.Window Me.txb_5_power.Location = New System.Drawing.Point(195, 553) Me.txb_5_power.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_power.Name = "txb_5_power" Me.txb_5_power.ReadOnly = True Me.txb_5_power.Size = New System.Drawing.Size(159, 46) Me.txb_5_power.TabIndex = 23 Me.txb_5_power.Text = "-" Me.txb_5_power.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_5_power ' Me.lb_5_power.AutoSize = True Me.lb_5_power.Location = New System.Drawing.Point(129, 556) Me.lb_5_power.Name = "lb_5_power" Me.lb_5_power.Size = New System.Drawing.Size(75, 39) Me.lb_5_power.TabIndex = 22 Me.lb_5_power.Text = "파워" ' 'txb_5_prod_date ' Me.txb_5_prod_date.BackColor = System.Drawing.SystemColors.Window Me.txb_5_prod_date.Location = New System.Drawing.Point(195, 429) Me.txb_5_prod_date.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_prod_date.Name = "txb_5_prod_date" Me.txb_5_prod_date.ReadOnly = True Me.txb_5_prod_date.Size = New System.Drawing.Size(419, 46) Me.txb_5_prod_date.TabIndex = 15 Me.txb_5_prod_date.Text = "-" Me.txb_5_prod_date.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txb_5_area ' Me.txb_5_area.BackColor = System.Drawing.SystemColors.Window Me.txb_5_area.Location = New System.Drawing.Point(445, 255) Me.txb_5_area.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_area.Name = "txb_5_area" Me.txb_5_area.ReadOnly = True Me.txb_5_area.Size = New System.Drawing.Size(169, 46) Me.txb_5_area.TabIndex = 13 Me.txb_5_area.Text = "-" Me.txb_5_area.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_5_prod_date ' Me.lb_5_prod_date.AutoSize = True Me.lb_5_prod_date.Location = New System.Drawing.Point(69, 433) Me.lb_5_prod_date.Name = "lb_5_prod_date" Me.lb_5_prod_date.Size = New System.Drawing.Size(142, 39) Me.lb_5_prod_date.TabIndex = 14 Me.lb_5_prod_date.Text = "생산 일자" ' 'lb_5_freq ' Me.lb_5_freq.AutoSize = True Me.lb_5_freq.Location = New System.Drawing.Point(105, 496) Me.lb_5_freq.Name = "lb_5_freq" Me.lb_5_freq.Size = New System.Drawing.Size(104, 39) Me.lb_5_freq.TabIndex = 20 Me.lb_5_freq.Text = "주파수" ' 'txb_5_type ' Me.txb_5_type.BackColor = System.Drawing.SystemColors.Window Me.txb_5_type.Location = New System.Drawing.Point(445, 192) Me.txb_5_type.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_type.Name = "txb_5_type" Me.txb_5_type.ReadOnly = True Me.txb_5_type.Size = New System.Drawing.Size(169, 46) Me.txb_5_type.TabIndex = 9 Me.txb_5_type.Text = "-" Me.txb_5_type.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txb_5_model ' Me.txb_5_model.BackColor = System.Drawing.SystemColors.Window Me.txb_5_model.Location = New System.Drawing.Point(445, 130) Me.txb_5_model.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_model.Name = "txb_5_model" Me.txb_5_model.ReadOnly = True Me.txb_5_model.Size = New System.Drawing.Size(169, 46) Me.txb_5_model.TabIndex = 7 Me.txb_5_model.Text = "-" Me.txb_5_model.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txb_5_serial ' Me.txb_5_serial.BackColor = System.Drawing.SystemColors.Window Me.txb_5_serial.Location = New System.Drawing.Point(195, 192) Me.txb_5_serial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_serial.Name = "txb_5_serial" Me.txb_5_serial.ReadOnly = True Me.txb_5_serial.Size = New System.Drawing.Size(159, 46) Me.txb_5_serial.TabIndex = 5 Me.txb_5_serial.Text = "-" Me.txb_5_serial.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txb_5_make ' Me.txb_5_make.BackColor = System.Drawing.SystemColors.Window Me.txb_5_make.Location = New System.Drawing.Point(194, 130) Me.txb_5_make.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_make.Name = "txb_5_make" Me.txb_5_make.ReadOnly = True Me.txb_5_make.Size = New System.Drawing.Size(158, 46) Me.txb_5_make.TabIndex = 1 Me.txb_5_make.Text = "-" Me.txb_5_make.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txb_5_reg_date ' Me.txb_5_reg_date.BackColor = System.Drawing.SystemColors.Window Me.txb_5_reg_date.Location = New System.Drawing.Point(194, 66) Me.txb_5_reg_date.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_reg_date.Name = "txb_5_reg_date" Me.txb_5_reg_date.ReadOnly = True Me.txb_5_reg_date.Size = New System.Drawing.Size(419, 46) Me.txb_5_reg_date.TabIndex = 3 Me.txb_5_reg_date.Text = "-" Me.txb_5_reg_date.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_5_make ' Me.lb_5_make.AutoSize = True Me.lb_5_make.Location = New System.Drawing.Point(79, 134) Me.lb_5_make.Name = "lb_5_make" Me.lb_5_make.Size = New System.Drawing.Size(133, 39) Me.lb_5_make.TabIndex = 0 Me.lb_5_make.Text = "제조사명" ' 'lb_5_reg_date ' Me.lb_5_reg_date.AutoSize = True Me.lb_5_reg_date.Location = New System.Drawing.Point(25, 71) Me.lb_5_reg_date.Name = "lb_5_reg_date" Me.lb_5_reg_date.Size = New System.Drawing.Size(191, 39) Me.lb_5_reg_date.TabIndex = 2 Me.lb_5_reg_date.Text = "제품등록일자" ' 'lb_5_serial ' Me.lb_5_serial.AutoSize = True Me.lb_5_serial.Location = New System.Drawing.Point(45, 196) Me.lb_5_serial.Name = "lb_5_serial" Me.lb_5_serial.Size = New System.Drawing.Size(171, 39) Me.lb_5_serial.TabIndex = 4 Me.lb_5_serial.Text = "시리얼 번호" ' 'lb_5_model ' Me.lb_5_model.AutoSize = True Me.lb_5_model.Location = New System.Drawing.Point(355, 134) Me.lb_5_model.Name = "lb_5_model" Me.lb_5_model.Size = New System.Drawing.Size(104, 39) Me.lb_5_model.TabIndex = 6 Me.lb_5_model.Text = "모델명" ' 'lb_5_type ' Me.lb_5_type.AutoSize = True Me.lb_5_type.Location = New System.Drawing.Point(382, 196) Me.lb_5_type.Name = "lb_5_type" Me.lb_5_type.Size = New System.Drawing.Size(75, 39) Me.lb_5_type.TabIndex = 8 Me.lb_5_type.Text = "타입" ' 'lb_5_area ' Me.lb_5_area.AutoSize = True Me.lb_5_area.Location = New System.Drawing.Point(382, 260) Me.lb_5_area.Name = "lb_5_area" Me.lb_5_area.Size = New System.Drawing.Size(75, 39) Me.lb_5_area.TabIndex = 10 Me.lb_5_area.Text = "국가" ' 'txb_5_agency ' Me.txb_5_agency.BackColor = System.Drawing.SystemColors.Window Me.txb_5_agency.Location = New System.Drawing.Point(195, 255) Me.txb_5_agency.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_agency.Name = "txb_5_agency" Me.txb_5_agency.ReadOnly = True Me.txb_5_agency.Size = New System.Drawing.Size(159, 46) Me.txb_5_agency.TabIndex = 11 Me.txb_5_agency.Text = "-" Me.txb_5_agency.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_5_agency ' Me.lb_5_agency.AutoSize = True Me.lb_5_agency.Location = New System.Drawing.Point(51, 260) Me.lb_5_agency.Name = "lb_5_agency" Me.lb_5_agency.Size = New System.Drawing.Size(162, 39) Me.lb_5_agency.TabIndex = 12 Me.lb_5_agency.Text = "대리점코드" ' 'gb_prod_info ' Me.gb_prod_info.Controls.Add(Me.gb_pd_data) Me.gb_prod_info.Controls.Add(Me.gb_td_data) Me.gb_prod_info.Controls.Add(Me.btn_reset) Me.gb_prod_info.Controls.Add(Me.txb_prod_state) Me.gb_prod_info.Controls.Add(Me.btn_prod) Me.gb_prod_info.Controls.Add(Me.lb_prod_state) Me.gb_prod_info.Controls.Add(Me.GroupBox2) Me.gb_prod_info.Location = New System.Drawing.Point(1, 101) Me.gb_prod_info.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_prod_info.Name = "gb_prod_info" Me.gb_prod_info.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_prod_info.Size = New System.Drawing.Size(1166, 819) Me.gb_prod_info.TabIndex = 118 Me.gb_prod_info.TabStop = False Me.gb_prod_info.Visible = False ' 'gb_pd_data ' Me.gb_pd_data.Controls.Add(Me.txbRdCheck) Me.gb_pd_data.Controls.Add(Me.lbRdCheck) Me.gb_pd_data.Controls.Add(Me.txbNdCheck) Me.gb_pd_data.Controls.Add(Me.lbNdCheck) Me.gb_pd_data.Controls.Add(Me.txbStCheck) Me.gb_pd_data.Controls.Add(Me.lbStCheck) Me.gb_pd_data.Controls.Add(Me.ckb_info) Me.gb_pd_data.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gb_pd_data.Location = New System.Drawing.Point(629, 374) Me.gb_pd_data.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_pd_data.Name = "gb_pd_data" Me.gb_pd_data.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_pd_data.Size = New System.Drawing.Size(522, 295) Me.gb_pd_data.TabIndex = 122 Me.gb_pd_data.TabStop = False Me.gb_pd_data.Text = "검사 현황" ' 'txbRdCheck ' Me.txbRdCheck.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbRdCheck.Location = New System.Drawing.Point(163, 206) Me.txbRdCheck.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbRdCheck.Name = "txbRdCheck" Me.txbRdCheck.ReadOnly = True Me.txbRdCheck.Size = New System.Drawing.Size(333, 64) Me.txbRdCheck.TabIndex = 5 Me.txbRdCheck.Text = "대기" Me.txbRdCheck.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbRdCheck ' Me.lbRdCheck.AutoSize = True Me.lbRdCheck.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbRdCheck.Location = New System.Drawing.Point(7, 214) Me.lbRdCheck.Name = "lbRdCheck" Me.lbRdCheck.Size = New System.Drawing.Size(178, 52) Me.lbRdCheck.TabIndex = 4 Me.lbRdCheck.Text = "정보입력" ' 'txbNdCheck ' Me.txbNdCheck.BackColor = System.Drawing.SystemColors.Control Me.txbNdCheck.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbNdCheck.Location = New System.Drawing.Point(163, 132) Me.txbNdCheck.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbNdCheck.Name = "txbNdCheck" Me.txbNdCheck.ReadOnly = True Me.txbNdCheck.Size = New System.Drawing.Size(333, 64) Me.txbNdCheck.TabIndex = 3 Me.txbNdCheck.Text = "대기" Me.txbNdCheck.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbNdCheck ' Me.lbNdCheck.AutoSize = True Me.lbNdCheck.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbNdCheck.Location = New System.Drawing.Point(30, 136) Me.lbNdCheck.Name = "lbNdCheck" Me.lbNdCheck.Size = New System.Drawing.Size(110, 52) Me.lbNdCheck.TabIndex = 2 Me.lbNdCheck.Text = "7000" ' 'txbStCheck ' Me.txbStCheck.Font = New System.Drawing.Font("함초롬바탕", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbStCheck.Location = New System.Drawing.Point(163, 59) Me.txbStCheck.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbStCheck.Name = "txbStCheck" Me.txbStCheck.ReadOnly = True Me.txbStCheck.Size = New System.Drawing.Size(333, 64) Me.txbStCheck.TabIndex = 1 Me.txbStCheck.Text = "대기" Me.txbStCheck.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbStCheck ' Me.lbStCheck.AutoSize = True Me.lbStCheck.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbStCheck.Location = New System.Drawing.Point(30, 62) Me.lbStCheck.Name = "lbStCheck" Me.lbStCheck.Size = New System.Drawing.Size(110, 52) Me.lbStCheck.TabIndex = 0 Me.lbStCheck.Text = "6850" ' 'ckb_info ' Me.ckb_info.AutoSize = True Me.ckb_info.Font = New System.Drawing.Font("함초롬바탕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckb_info.Location = New System.Drawing.Point(387, 25) Me.ckb_info.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckb_info.Name = "ckb_info" Me.ckb_info.Size = New System.Drawing.Size(135, 30) Me.ckb_info.TabIndex = 125 Me.ckb_info.Text = "정보만 입력" Me.ckb_info.UseVisualStyleBackColor = True ' 'gb_td_data ' Me.gb_td_data.Controls.Add(Me.txb_prod_grade) Me.gb_td_data.Controls.Add(Me.txb_td_serial) Me.gb_td_data.Controls.Add(Me.lb_td_serial) Me.gb_td_data.Controls.Add(Me.txb_prod_power) Me.gb_td_data.Controls.Add(Me.lb_prod_grade) Me.gb_td_data.Controls.Add(Me.txb_prod_Depth) Me.gb_td_data.Controls.Add(Me.lb_prod_Depth) Me.gb_td_data.Controls.Add(Me.lb_prod_power) Me.gb_td_data.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gb_td_data.Location = New System.Drawing.Point(15, 374) Me.gb_td_data.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_td_data.Name = "gb_td_data" Me.gb_td_data.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_td_data.Size = New System.Drawing.Size(601, 408) Me.gb_td_data.TabIndex = 121 Me.gb_td_data.TabStop = False Me.gb_td_data.Text = "T/D 데이터" ' 'txb_prod_grade ' Me.txb_prod_grade.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_prod_grade.Location = New System.Drawing.Point(160, 144) Me.txb_prod_grade.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_prod_grade.Name = "txb_prod_grade" Me.txb_prod_grade.ReadOnly = True Me.txb_prod_grade.Size = New System.Drawing.Size(413, 68) Me.txb_prod_grade.TabIndex = 118 Me.txb_prod_grade.Text = "대기" Me.txb_prod_grade.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txb_td_serial ' Me.txb_td_serial.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_td_serial.Location = New System.Drawing.Point(160, 58) Me.txb_td_serial.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_td_serial.Name = "txb_td_serial" Me.txb_td_serial.ReadOnly = True Me.txb_td_serial.Size = New System.Drawing.Size(413, 68) Me.txb_td_serial.TabIndex = 91 Me.txb_td_serial.Text = "대기" Me.txb_td_serial.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_td_serial ' Me.lb_td_serial.AutoSize = True Me.lb_td_serial.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_td_serial.Location = New System.Drawing.Point(17, 75) Me.lb_td_serial.Name = "lb_td_serial" Me.lb_td_serial.Size = New System.Drawing.Size(163, 39) Me.lb_td_serial.TabIndex = 90 Me.lb_td_serial.Text = "T/D Num." ' 'txb_prod_power ' Me.txb_prod_power.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_prod_power.Location = New System.Drawing.Point(160, 225) Me.txb_prod_power.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_prod_power.Name = "txb_prod_power" Me.txb_prod_power.ReadOnly = True Me.txb_prod_power.Size = New System.Drawing.Size(413, 68) Me.txb_prod_power.TabIndex = 120 Me.txb_prod_power.Text = "대기" Me.txb_prod_power.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_prod_grade ' Me.lb_prod_grade.AutoSize = True Me.lb_prod_grade.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_prod_grade.Location = New System.Drawing.Point(89, 158) Me.lb_prod_grade.Name = "lb_prod_grade" Me.lb_prod_grade.Size = New System.Drawing.Size(75, 39) Me.lb_prod_grade.TabIndex = 115 Me.lb_prod_grade.Text = "등급" ' 'txb_prod_Depth ' Me.txb_prod_Depth.Font = New System.Drawing.Font("함초롬바탕", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_prod_Depth.Location = New System.Drawing.Point(160, 306) Me.txb_prod_Depth.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_prod_Depth.Name = "txb_prod_Depth" Me.txb_prod_Depth.ReadOnly = True Me.txb_prod_Depth.Size = New System.Drawing.Size(413, 68) Me.txb_prod_Depth.TabIndex = 119 Me.txb_prod_Depth.Text = "대기" Me.txb_prod_Depth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_prod_Depth ' Me.lb_prod_Depth.AutoSize = True Me.lb_prod_Depth.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_prod_Depth.Location = New System.Drawing.Point(89, 319) Me.lb_prod_Depth.Name = "lb_prod_Depth" Me.lb_prod_Depth.Size = New System.Drawing.Size(75, 39) Me.lb_prod_Depth.TabIndex = 116 Me.lb_prod_Depth.Text = "깊이" ' 'lb_prod_power ' Me.lb_prod_power.AutoSize = True Me.lb_prod_power.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_prod_power.Location = New System.Drawing.Point(89, 235) Me.lb_prod_power.Name = "lb_prod_power" Me.lb_prod_power.Size = New System.Drawing.Size(75, 39) Me.lb_prod_power.TabIndex = 117 Me.lb_prod_power.Text = "파워" ' 'btn_reset ' Me.btn_reset.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_reset.Location = New System.Drawing.Point(629, 671) Me.btn_reset.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_reset.Name = "btn_reset" Me.btn_reset.Size = New System.Drawing.Size(263, 112) Me.btn_reset.TabIndex = 122 Me.btn_reset.Text = "초기화" Me.btn_reset.UseVisualStyleBackColor = True ' 'txb_prod_state ' Me.txb_prod_state.BackColor = System.Drawing.Color.Gold Me.txb_prod_state.Font = New System.Drawing.Font("함초롬바탕", 60.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_prod_state.ForeColor = System.Drawing.Color.Black Me.txb_prod_state.Location = New System.Drawing.Point(208, 201) Me.txb_prod_state.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_prod_state.Name = "txb_prod_state" Me.txb_prod_state.ReadOnly = True Me.txb_prod_state.Size = New System.Drawing.Size(914, 137) Me.txb_prod_state.TabIndex = 95 Me.txb_prod_state.Text = "대기" Me.txb_prod_state.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'btn_prod ' Me.btn_prod.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_prod.Location = New System.Drawing.Point(896, 671) Me.btn_prod.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_prod.Name = "btn_prod" Me.btn_prod.Size = New System.Drawing.Size(255, 112) Me.btn_prod.TabIndex = 94 Me.btn_prod.Text = "실행" Me.btn_prod.UseVisualStyleBackColor = True ' 'lb_prod_state ' Me.lb_prod_state.AutoSize = True Me.lb_prod_state.Font = New System.Drawing.Font("함초롬바탕", 48.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_prod_state.ForeColor = System.Drawing.Color.Black Me.lb_prod_state.Location = New System.Drawing.Point(23, 219) Me.lb_prod_state.Name = "lb_prod_state" Me.lb_prod_state.Size = New System.Drawing.Size(200, 104) Me.lb_prod_state.TabIndex = 96 Me.lb_prod_state.Text = "상태" Me.lb_prod_state.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.txb_serial_num) Me.GroupBox2.Controls.Add(Me.Label27) Me.GroupBox2.Controls.Add(Me.lb_serial_num) Me.GroupBox2.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.GroupBox2.Location = New System.Drawing.Point(26, 14) Me.GroupBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox2.Size = New System.Drawing.Size(1107, 158) Me.GroupBox2.TabIndex = 123 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "T/D ▶ P/D 번호" ' 'txb_serial_num ' Me.txb_serial_num.BackColor = System.Drawing.SystemColors.Window Me.txb_serial_num.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txb_serial_num.Font = New System.Drawing.Font("함초롬바탕", 38.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_serial_num.ImeMode = System.Windows.Forms.ImeMode.Disable Me.txb_serial_num.Location = New System.Drawing.Point(345, 42) Me.txb_serial_num.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_serial_num.Name = "txb_serial_num" Me.txb_serial_num.Size = New System.Drawing.Size(750, 90) Me.txb_serial_num.TabIndex = 113 Me.txb_serial_num.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label27 ' Me.Label27.AutoSize = True Me.Label27.Location = New System.Drawing.Point(298, 80) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(0, 44) Me.Label27.TabIndex = 112 ' 'lb_serial_num ' Me.lb_serial_num.AutoSize = True Me.lb_serial_num.Font = New System.Drawing.Font("함초롬바탕", 30.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_serial_num.Location = New System.Drawing.Point(16, 55) Me.lb_serial_num.Name = "lb_serial_num" Me.lb_serial_num.Size = New System.Drawing.Size(369, 66) Me.lb_serial_num.TabIndex = 114 Me.lb_serial_num.Text = "Barcode Num." ' 'gb_data_info ' Me.gb_data_info.Controls.Add(Me.Label29) Me.gb_data_info.Controls.Add(Me.gpbCartSet) Me.gb_data_info.Location = New System.Drawing.Point(1, 129) Me.gb_data_info.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_data_info.Name = "gb_data_info" Me.gb_data_info.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_data_info.Size = New System.Drawing.Size(1166, 819) Me.gb_data_info.TabIndex = 0 Me.gb_data_info.TabStop = False Me.gb_data_info.Visible = False ' 'Label29 ' Me.Label29.AutoSize = True Me.Label29.Location = New System.Drawing.Point(471, 410) Me.Label29.Name = "Label29" Me.Label29.Size = New System.Drawing.Size(0, 15) Me.Label29.TabIndex = 112 ' 'gpbCartSet ' Me.gpbCartSet.BackColor = System.Drawing.SystemColors.Control Me.gpbCartSet.Controls.Add(Me.ckb_db_use) Me.gpbCartSet.Controls.Add(Me.PictureBox1) Me.gpbCartSet.Controls.Add(Me.btn_text_reset) Me.gpbCartSet.Controls.Add(Me.GroupBox7) Me.gpbCartSet.Controls.Add(Me.gb_area) Me.gpbCartSet.Controls.Add(Me.gbShot) Me.gpbCartSet.Controls.Add(Me.btn_all_write) Me.gpbCartSet.Controls.Add(Me.gpbInfo) Me.gpbCartSet.Controls.Add(Me.btn_all_read) Me.gpbCartSet.Controls.Add(Me.gpbLocal) Me.gpbCartSet.Controls.Add(Me.gpbCart) Me.gpbCartSet.Font = New System.Drawing.Font("굴림", 16.2!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbCartSet.ForeColor = System.Drawing.SystemColors.ControlText Me.gpbCartSet.Location = New System.Drawing.Point(8, 14) Me.gpbCartSet.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.gpbCartSet.Name = "gpbCartSet" Me.gpbCartSet.Padding = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.gpbCartSet.Size = New System.Drawing.Size(1143, 790) Me.gpbCartSet.TabIndex = 0 Me.gpbCartSet.TabStop = False Me.gpbCartSet.Text = "제품 정보 설정" ' 'ckb_db_use ' Me.ckb_db_use.AutoSize = True Me.ckb_db_use.Font = New System.Drawing.Font("함초롬바탕", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ckb_db_use.Location = New System.Drawing.Point(594, 28) Me.ckb_db_use.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ckb_db_use.Name = "ckb_db_use" Me.ckb_db_use.Size = New System.Drawing.Size(192, 30) Me.ckb_db_use.TabIndex = 59 Me.ckb_db_use.Text = "데이터베이스 사용" Me.ckb_db_use.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.Image = Global.FreqConfigRegister.My.Resources.Resources.맥시멈_크래들_누끼_ Me.PictureBox1.Location = New System.Drawing.Point(798, 34) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(323, 695) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 58 Me.PictureBox1.TabStop = False ' 'btn_text_reset ' Me.btn_text_reset.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btn_text_reset.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_text_reset.Location = New System.Drawing.Point(400, 695) Me.btn_text_reset.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_text_reset.Name = "btn_text_reset" Me.btn_text_reset.Size = New System.Drawing.Size(378, 62) Me.btn_text_reset.TabIndex = 8 Me.btn_text_reset.Text = "작성 항목 초기화" Me.btn_text_reset.UseVisualStyleBackColor = True ' 'GroupBox7 ' Me.GroupBox7.Controls.Add(Me.txb_resetbox) Me.GroupBox7.Controls.Add(Me.btn_flashreset) Me.GroupBox7.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.GroupBox7.ForeColor = System.Drawing.Color.Black Me.GroupBox7.Location = New System.Drawing.Point(398, 436) Me.GroupBox7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox7.Name = "GroupBox7" Me.GroupBox7.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox7.Size = New System.Drawing.Size(379, 100) Me.GroupBox7.TabIndex = 5 Me.GroupBox7.TabStop = False Me.GroupBox7.Text = "플래쉬 설정값 초기화" ' 'txb_resetbox ' Me.txb_resetbox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txb_resetbox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_resetbox.ForeColor = System.Drawing.Color.White Me.txb_resetbox.Location = New System.Drawing.Point(23, 42) Me.txb_resetbox.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_resetbox.Name = "txb_resetbox" Me.txb_resetbox.Size = New System.Drawing.Size(150, 35) Me.txb_resetbox.TabIndex = 57 Me.txb_resetbox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txb_resetbox.Visible = False ' 'btn_flashreset ' Me.btn_flashreset.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btn_flashreset.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_flashreset.ForeColor = System.Drawing.Color.Red Me.btn_flashreset.Location = New System.Drawing.Point(186, 31) Me.btn_flashreset.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_flashreset.Name = "btn_flashreset" Me.btn_flashreset.Size = New System.Drawing.Size(183, 50) Me.btn_flashreset.TabIndex = 0 Me.btn_flashreset.Text = "초기화" Me.btn_flashreset.UseVisualStyleBackColor = True ' 'gb_area ' Me.gb_area.Controls.Add(Me.txb_abr_code) Me.gb_area.Controls.Add(Me.txb_areabox) Me.gb_area.Controls.Add(Me.txb_area_code) Me.gb_area.Controls.Add(Me.lb_abr_code) Me.gb_area.Controls.Add(Me.btn_area_read) Me.gb_area.Controls.Add(Me.lb_area_code) Me.gb_area.Controls.Add(Me.btn_area_write) Me.gb_area.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gb_area.ForeColor = System.Drawing.Color.Black Me.gb_area.Location = New System.Drawing.Point(7, 588) Me.gb_area.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_area.Name = "gb_area" Me.gb_area.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_area.Size = New System.Drawing.Size(379, 172) Me.gb_area.TabIndex = 2 Me.gb_area.TabStop = False Me.gb_area.Text = "지역코드설정" ' 'txb_abr_code ' Me.txb_abr_code.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txb_abr_code.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_abr_code.ForeColor = System.Drawing.Color.Blue Me.txb_abr_code.Location = New System.Drawing.Point(178, 70) Me.txb_abr_code.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_abr_code.MaxLength = 3 Me.txb_abr_code.Name = "txb_abr_code" Me.txb_abr_code.Size = New System.Drawing.Size(180, 35) Me.txb_abr_code.TabIndex = 1 Me.txb_abr_code.Text = "0" Me.txb_abr_code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txb_areabox ' Me.txb_areabox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txb_areabox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_areabox.ForeColor = System.Drawing.Color.White Me.txb_areabox.Location = New System.Drawing.Point(13, 118) Me.txb_areabox.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_areabox.Name = "txb_areabox" Me.txb_areabox.Size = New System.Drawing.Size(150, 35) Me.txb_areabox.TabIndex = 43 Me.txb_areabox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txb_areabox.Visible = False ' 'txb_area_code ' Me.txb_area_code.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer)) Me.txb_area_code.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_area_code.ForeColor = System.Drawing.Color.Blue Me.txb_area_code.Location = New System.Drawing.Point(178, 22) Me.txb_area_code.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_area_code.MaxLength = 3 Me.txb_area_code.Name = "txb_area_code" Me.txb_area_code.Size = New System.Drawing.Size(180, 35) Me.txb_area_code.TabIndex = 0 Me.txb_area_code.Text = "82" Me.txb_area_code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_abr_code ' Me.lb_abr_code.AutoSize = True Me.lb_abr_code.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_abr_code.Location = New System.Drawing.Point(13, 78) Me.lb_abr_code.Name = "lb_abr_code" Me.lb_abr_code.Size = New System.Drawing.Size(114, 20) Me.lb_abr_code.TabIndex = 51 Me.lb_abr_code.Text = "대리점코드" ' 'btn_area_read ' Me.btn_area_read.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_area_read.Location = New System.Drawing.Point(179, 114) Me.btn_area_read.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_area_read.Name = "btn_area_read" Me.btn_area_read.Size = New System.Drawing.Size(82, 44) Me.btn_area_read.TabIndex = 2 Me.btn_area_read.Text = "읽기" Me.btn_area_read.UseVisualStyleBackColor = True ' 'lb_area_code ' Me.lb_area_code.AutoSize = True Me.lb_area_code.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_area_code.Location = New System.Drawing.Point(13, 32) Me.lb_area_code.Name = "lb_area_code" Me.lb_area_code.Size = New System.Drawing.Size(93, 20) Me.lb_area_code.TabIndex = 71 Me.lb_area_code.Text = "국가코드" ' 'btn_area_write ' Me.btn_area_write.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_area_write.Location = New System.Drawing.Point(277, 114) Me.btn_area_write.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_area_write.Name = "btn_area_write" Me.btn_area_write.Size = New System.Drawing.Size(82, 44) Me.btn_area_write.TabIndex = 3 Me.btn_area_write.Text = "쓰기" Me.btn_area_write.UseVisualStyleBackColor = True ' 'gbShot ' Me.gbShot.Controls.Add(Me.nud_shot) Me.gbShot.Controls.Add(Me.txb_shotbox) Me.gbShot.Controls.Add(Me.btn_shot_read) Me.gbShot.Controls.Add(Me.btn_shot_write) Me.gbShot.Controls.Add(Me.lb_shot) Me.gbShot.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbShot.ForeColor = System.Drawing.Color.Black Me.gbShot.Location = New System.Drawing.Point(398, 55) Me.gbShot.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbShot.Name = "gbShot" Me.gbShot.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbShot.Size = New System.Drawing.Size(379, 119) Me.gbShot.TabIndex = 3 Me.gbShot.TabStop = False Me.gbShot.Text = "사용 샷 수 설정" ' 'nud_shot ' Me.nud_shot.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.nud_shot.Cursor = System.Windows.Forms.Cursors.Default Me.nud_shot.Font = New System.Drawing.Font("굴림", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.nud_shot.ForeColor = System.Drawing.Color.Blue Me.nud_shot.Location = New System.Drawing.Point(189, 20) Me.nud_shot.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.nud_shot.Maximum = New Decimal(New Integer() {9999999, 0, 0, 0}) Me.nud_shot.Name = "nud_shot" Me.nud_shot.RightToLeft = System.Windows.Forms.RightToLeft.No Me.nud_shot.Size = New System.Drawing.Size(181, 36) Me.nud_shot.TabIndex = 0 Me.nud_shot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txb_shotbox ' Me.txb_shotbox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txb_shotbox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_shotbox.ForeColor = System.Drawing.Color.White Me.txb_shotbox.Location = New System.Drawing.Point(23, 68) Me.txb_shotbox.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_shotbox.Name = "txb_shotbox" Me.txb_shotbox.Size = New System.Drawing.Size(150, 35) Me.txb_shotbox.TabIndex = 43 Me.txb_shotbox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txb_shotbox.Visible = False ' 'btn_shot_read ' Me.btn_shot_read.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_shot_read.Location = New System.Drawing.Point(190, 64) Me.btn_shot_read.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_shot_read.Name = "btn_shot_read" Me.btn_shot_read.Size = New System.Drawing.Size(82, 44) Me.btn_shot_read.TabIndex = 1 Me.btn_shot_read.Text = "읽기" Me.btn_shot_read.UseVisualStyleBackColor = True ' 'btn_shot_write ' Me.btn_shot_write.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_shot_write.Location = New System.Drawing.Point(287, 64) Me.btn_shot_write.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_shot_write.Name = "btn_shot_write" Me.btn_shot_write.Size = New System.Drawing.Size(82, 44) Me.btn_shot_write.TabIndex = 2 Me.btn_shot_write.Text = "쓰기" Me.btn_shot_write.UseVisualStyleBackColor = True ' 'lb_shot ' Me.lb_shot.AutoSize = True Me.lb_shot.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_shot.Location = New System.Drawing.Point(19, 31) Me.lb_shot.Name = "lb_shot" Me.lb_shot.Size = New System.Drawing.Size(109, 20) Me.lb_shot.TabIndex = 13 Me.lb_shot.Text = "사용 샷 수" ' 'btn_all_write ' Me.btn_all_write.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btn_all_write.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_all_write.Location = New System.Drawing.Point(400, 620) Me.btn_all_write.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_all_write.Name = "btn_all_write" Me.btn_all_write.Size = New System.Drawing.Size(378, 62) Me.btn_all_write.TabIndex = 7 Me.btn_all_write.Text = "전체 쓰기(Motor 제외)" Me.btn_all_write.UseVisualStyleBackColor = True ' 'gpbInfo ' Me.gpbInfo.Controls.Add(Me.rdbV2) Me.gpbInfo.Controls.Add(Me.rdbV1) Me.gpbInfo.Controls.Add(Me.lbMode) Me.gpbInfo.Controls.Add(Me.Label28) Me.gpbInfo.Controls.Add(Me.nudMonth) Me.gpbInfo.Controls.Add(Me.nudYear) Me.gpbInfo.Controls.Add(Me.nudSN) Me.gpbInfo.Controls.Add(Me.Label43) Me.gpbInfo.Controls.Add(Me.txbBarcode) Me.gpbInfo.Controls.Add(Me.btn_today) Me.gpbInfo.Controls.Add(Me.Label44) Me.gpbInfo.Controls.Add(Me.Label45) Me.gpbInfo.Controls.Add(Me.txbInfoBox) Me.gpbInfo.Controls.Add(Me.btn_info_read) Me.gpbInfo.Controls.Add(Me.btn_info_write) Me.gpbInfo.Controls.Add(Me.Label46) Me.gpbInfo.Controls.Add(Me.txbFactory) Me.gpbInfo.Controls.Add(Me.Label47) Me.gpbInfo.Controls.Add(Me.txbModel) Me.gpbInfo.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbInfo.ForeColor = System.Drawing.Color.Black Me.gpbInfo.Location = New System.Drawing.Point(7, 280) Me.gpbInfo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbInfo.Name = "gpbInfo" Me.gpbInfo.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbInfo.Size = New System.Drawing.Size(379, 300) Me.gpbInfo.TabIndex = 1 Me.gpbInfo.TabStop = False Me.gpbInfo.Text = "제품 정보 설정" ' 'rdbV2 ' Me.rdbV2.AutoSize = True Me.rdbV2.Location = New System.Drawing.Point(297, 154) Me.rdbV2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbV2.Name = "rdbV2" Me.rdbV2.Size = New System.Drawing.Size(56, 24) Me.rdbV2.TabIndex = 73 Me.rdbV2.TabStop = True Me.rdbV2.Text = "V2" Me.rdbV2.UseVisualStyleBackColor = True ' 'rdbV1 ' Me.rdbV1.AutoSize = True Me.rdbV1.Location = New System.Drawing.Point(216, 154) Me.rdbV1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.rdbV1.Name = "rdbV1" Me.rdbV1.Size = New System.Drawing.Size(56, 24) Me.rdbV1.TabIndex = 72 Me.rdbV1.TabStop = True Me.rdbV1.Text = "V1" Me.rdbV1.UseVisualStyleBackColor = True ' 'lbMode ' Me.lbMode.AutoSize = True Me.lbMode.Location = New System.Drawing.Point(41, 156) Me.lbMode.Name = "lbMode" Me.lbMode.Size = New System.Drawing.Size(93, 20) Me.lbMode.TabIndex = 71 Me.lbMode.Text = "타입설정" ' 'Label28 ' Me.Label28.AutoSize = True Me.Label28.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label28.Location = New System.Drawing.Point(22, 199) Me.Label28.Name = "Label28" Me.Label28.Size = New System.Drawing.Size(114, 20) Me.Label28.TabIndex = 70 Me.Label28.Text = "시리얼넘버" ' 'nudMonth ' Me.nudMonth.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.nudMonth.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold) Me.nudMonth.ForeColor = System.Drawing.Color.Blue Me.nudMonth.Location = New System.Drawing.Point(313, 101) Me.nudMonth.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.nudMonth.Maximum = New Decimal(New Integer() {12, 0, 0, 0}) Me.nudMonth.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.nudMonth.Name = "nudMonth" Me.nudMonth.Size = New System.Drawing.Size(57, 35) Me.nudMonth.TabIndex = 4 Me.nudMonth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudMonth.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'nudYear ' Me.nudYear.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.nudYear.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold) Me.nudYear.ForeColor = System.Drawing.Color.Blue Me.nudYear.Location = New System.Drawing.Point(222, 101) Me.nudYear.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.nudYear.Maximum = New Decimal(New Integer() {99, 0, 0, 0}) Me.nudYear.Minimum = New Decimal(New Integer() {22, 0, 0, 0}) Me.nudYear.Name = "nudYear" Me.nudYear.Size = New System.Drawing.Size(57, 35) Me.nudYear.TabIndex = 3 Me.nudYear.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.nudYear.Value = New Decimal(New Integer() {22, 0, 0, 0}) ' 'nudSN ' Me.nudSN.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.nudSN.Cursor = System.Windows.Forms.Cursors.Default Me.nudSN.Font = New System.Drawing.Font("굴림", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.nudSN.ForeColor = System.Drawing.Color.Blue Me.nudSN.Location = New System.Drawing.Point(192, 192) Me.nudSN.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.nudSN.Maximum = New Decimal(New Integer() {999999, 0, 0, 0}) Me.nudSN.Name = "nudSN" Me.nudSN.RightToLeft = System.Windows.Forms.RightToLeft.No Me.nudSN.Size = New System.Drawing.Size(181, 36) Me.nudSN.TabIndex = 5 Me.nudSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label43 ' Me.Label43.AutoSize = True Me.Label43.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label43.Location = New System.Drawing.Point(22, 30) Me.Label43.Name = "Label43" Me.Label43.Size = New System.Drawing.Size(114, 20) Me.Label43.TabIndex = 57 Me.Label43.Text = "바코드넘버" ' 'txbBarcode ' Me.txbBarcode.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.txbBarcode.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbBarcode.ForeColor = System.Drawing.Color.Blue Me.txbBarcode.Location = New System.Drawing.Point(190, 20) Me.txbBarcode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbBarcode.Name = "txbBarcode" Me.txbBarcode.ReadOnly = True Me.txbBarcode.Size = New System.Drawing.Size(180, 35) Me.txbBarcode.TabIndex = 0 Me.txbBarcode.TabStop = False Me.txbBarcode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'btn_today ' Me.btn_today.Font = New System.Drawing.Font("굴림", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_today.Location = New System.Drawing.Point(112, 104) Me.btn_today.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_today.Name = "btn_today" Me.btn_today.Size = New System.Drawing.Size(59, 35) Me.btn_today.TabIndex = 2 Me.btn_today.Text = "금일" Me.btn_today.UseVisualStyleBackColor = True ' 'Label44 ' Me.Label44.AutoSize = True Me.Label44.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label44.Location = New System.Drawing.Point(282, 109) Me.Label44.Name = "Label44" Me.Label44.Size = New System.Drawing.Size(30, 20) Me.Label44.TabIndex = 52 Me.Label44.Text = "월" ' 'Label45 ' Me.Label45.AutoSize = True Me.Label45.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label45.Location = New System.Drawing.Point(190, 109) Me.Label45.Name = "Label45" Me.Label45.Size = New System.Drawing.Size(30, 20) Me.Label45.TabIndex = 3 Me.Label45.Text = "년" ' 'txbInfoBox ' Me.txbInfoBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txbInfoBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbInfoBox.ForeColor = System.Drawing.Color.White Me.txbInfoBox.Location = New System.Drawing.Point(13, 248) Me.txbInfoBox.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbInfoBox.Name = "txbInfoBox" Me.txbInfoBox.Size = New System.Drawing.Size(150, 35) Me.txbInfoBox.TabIndex = 43 Me.txbInfoBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbInfoBox.Visible = False ' 'btn_info_read ' Me.btn_info_read.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_info_read.Location = New System.Drawing.Point(190, 244) Me.btn_info_read.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_info_read.Name = "btn_info_read" Me.btn_info_read.Size = New System.Drawing.Size(82, 44) Me.btn_info_read.TabIndex = 5 Me.btn_info_read.Text = "읽기" Me.btn_info_read.UseVisualStyleBackColor = True ' 'btn_info_write ' Me.btn_info_write.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_info_write.Location = New System.Drawing.Point(286, 244) Me.btn_info_write.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_info_write.Name = "btn_info_write" Me.btn_info_write.Size = New System.Drawing.Size(82, 44) Me.btn_info_write.TabIndex = 6 Me.btn_info_write.Text = "쓰기" Me.btn_info_write.UseVisualStyleBackColor = True ' 'Label46 ' Me.Label46.AutoSize = True Me.Label46.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label46.Location = New System.Drawing.Point(22, 111) Me.Label46.Name = "Label46" Me.Label46.Size = New System.Drawing.Size(93, 20) Me.Label46.TabIndex = 17 Me.Label46.Text = "제조일자" ' 'txbFactory ' Me.txbFactory.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.txbFactory.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower Me.txbFactory.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbFactory.ForeColor = System.Drawing.Color.Blue Me.txbFactory.Location = New System.Drawing.Point(190, 60) Me.txbFactory.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbFactory.Name = "txbFactory" Me.txbFactory.Size = New System.Drawing.Size(180, 35) Me.txbFactory.TabIndex = 1 Me.txbFactory.Text = "jomt" Me.txbFactory.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label47 ' Me.Label47.AutoSize = True Me.Label47.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label47.Location = New System.Drawing.Point(22, 68) Me.Label47.Name = "Label47" Me.Label47.Size = New System.Drawing.Size(114, 20) Me.Label47.TabIndex = 13 Me.Label47.Text = "제조사코드" ' 'txbModel ' Me.txbModel.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.txbModel.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbModel.ForeColor = System.Drawing.Color.Blue Me.txbModel.Location = New System.Drawing.Point(190, 60) Me.txbModel.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbModel.Name = "txbModel" Me.txbModel.Size = New System.Drawing.Size(180, 35) Me.txbModel.TabIndex = 46 Me.txbModel.Text = "0" Me.txbModel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txbModel.Visible = False ' 'btn_all_read ' Me.btn_all_read.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btn_all_read.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_all_read.Location = New System.Drawing.Point(400, 544) Me.btn_all_read.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_all_read.Name = "btn_all_read" Me.btn_all_read.Size = New System.Drawing.Size(377, 62) Me.btn_all_read.TabIndex = 6 Me.btn_all_read.Text = "전체 읽기 (Motor 제외)" Me.btn_all_read.UseVisualStyleBackColor = True ' 'gpbLocal ' Me.gpbLocal.Controls.Add(Me.btn_mtr_read) Me.gpbLocal.Controls.Add(Me.nud_motor) Me.gpbLocal.Controls.Add(Me.picb_motor) Me.gpbLocal.Controls.Add(Me.txb_motorBox) Me.gpbLocal.Controls.Add(Me.btn_mtr_write) Me.gpbLocal.Controls.Add(Me.lb_motor) Me.gpbLocal.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbLocal.ForeColor = System.Drawing.Color.Black Me.gpbLocal.Location = New System.Drawing.Point(400, 181) Me.gpbLocal.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbLocal.Name = "gpbLocal" Me.gpbLocal.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbLocal.Size = New System.Drawing.Size(379, 249) Me.gpbLocal.TabIndex = 4 Me.gpbLocal.TabStop = False Me.gpbLocal.Text = "TD 모터 설정" ' 'btn_mtr_read ' Me.btn_mtr_read.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_mtr_read.Location = New System.Drawing.Point(187, 66) Me.btn_mtr_read.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_mtr_read.Name = "btn_mtr_read" Me.btn_mtr_read.Size = New System.Drawing.Size(82, 44) Me.btn_mtr_read.TabIndex = 1 Me.btn_mtr_read.Text = "읽기" Me.btn_mtr_read.UseVisualStyleBackColor = True ' 'nud_motor ' Me.nud_motor.BackColor = System.Drawing.Color.PowderBlue Me.nud_motor.Cursor = System.Windows.Forms.Cursors.Default Me.nud_motor.Font = New System.Drawing.Font("굴림", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.nud_motor.ForeColor = System.Drawing.Color.Blue Me.nud_motor.Location = New System.Drawing.Point(187, 22) Me.nud_motor.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2) Me.nud_motor.Maximum = New Decimal(New Integer() {5, 0, 0, 0}) Me.nud_motor.Minimum = New Decimal(New Integer() {5, 0, 0, -2147483648}) Me.nud_motor.Name = "nud_motor" Me.nud_motor.RightToLeft = System.Windows.Forms.RightToLeft.No Me.nud_motor.Size = New System.Drawing.Size(181, 36) Me.nud_motor.TabIndex = 0 Me.nud_motor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'picb_motor ' Me.picb_motor.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.picb_motor.Enabled = False Me.picb_motor.Image = Global.FreqConfigRegister.My.Resources.Resources.Motor_img Me.picb_motor.Location = New System.Drawing.Point(7, 118) Me.picb_motor.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.picb_motor.Name = "picb_motor" Me.picb_motor.Size = New System.Drawing.Size(366, 119) Me.picb_motor.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.picb_motor.TabIndex = 44 Me.picb_motor.TabStop = False ' 'txb_motorBox ' Me.txb_motorBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txb_motorBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_motorBox.ForeColor = System.Drawing.Color.White Me.txb_motorBox.Location = New System.Drawing.Point(21, 70) Me.txb_motorBox.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_motorBox.Name = "txb_motorBox" Me.txb_motorBox.Size = New System.Drawing.Size(150, 35) Me.txb_motorBox.TabIndex = 43 Me.txb_motorBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txb_motorBox.Visible = False ' 'btn_mtr_write ' Me.btn_mtr_write.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_mtr_write.Location = New System.Drawing.Point(285, 66) Me.btn_mtr_write.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_mtr_write.Name = "btn_mtr_write" Me.btn_mtr_write.Size = New System.Drawing.Size(82, 44) Me.btn_mtr_write.TabIndex = 2 Me.btn_mtr_write.Text = "쓰기" Me.btn_mtr_write.UseVisualStyleBackColor = True ' 'lb_motor ' Me.lb_motor.AutoSize = True Me.lb_motor.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_motor.Location = New System.Drawing.Point(19, 31) Me.lb_motor.Name = "lb_motor" Me.lb_motor.Size = New System.Drawing.Size(153, 20) Me.lb_motor.TabIndex = 13 Me.lb_motor.Text = "모터 이동 (±5)" ' 'gpbCart ' Me.gpbCart.Controls.Add(Me.txb_tds) Me.gpbCart.Controls.Add(Me.txb_tdBox) Me.gpbCart.Controls.Add(Me.lb_tds) Me.gpbCart.Controls.Add(Me.btn_td_read) Me.gpbCart.Controls.Add(Me.txb_tdp) Me.gpbCart.Controls.Add(Me.lb_tdp) Me.gpbCart.Controls.Add(Me.btn_td_write) Me.gpbCart.Controls.Add(Me.txb_tdf) Me.gpbCart.Controls.Add(Me.lb_tdf) Me.gpbCart.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gpbCart.Location = New System.Drawing.Point(7, 55) Me.gpbCart.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbCart.Name = "gpbCart" Me.gpbCart.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gpbCart.Size = New System.Drawing.Size(379, 211) Me.gpbCart.TabIndex = 0 Me.gpbCart.TabStop = False Me.gpbCart.Text = "트렌스듀서 설정" ' 'txb_tds ' Me.txb_tds.BackColor = System.Drawing.Color.LightCyan Me.txb_tds.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txb_tds.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_tds.ForeColor = System.Drawing.Color.Blue Me.txb_tds.ImeMode = System.Windows.Forms.ImeMode.Disable Me.txb_tds.Location = New System.Drawing.Point(187, 26) Me.txb_tds.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_tds.MaxLength = 10 Me.txb_tds.Name = "txb_tds" Me.txb_tds.Size = New System.Drawing.Size(180, 35) Me.txb_tds.TabIndex = 0 Me.txb_tds.Text = "DITI" Me.txb_tds.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txb_tdBox ' Me.txb_tdBox.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.txb_tdBox.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_tdBox.ForeColor = System.Drawing.Color.White Me.txb_tdBox.Location = New System.Drawing.Point(13, 161) Me.txb_tdBox.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_tdBox.Name = "txb_tdBox" Me.txb_tdBox.Size = New System.Drawing.Size(150, 35) Me.txb_tdBox.TabIndex = 20 Me.txb_tdBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.txb_tdBox.Visible = False ' 'lb_tds ' Me.lb_tds.AutoSize = True Me.lb_tds.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_tds.Location = New System.Drawing.Point(19, 35) Me.lb_tds.Name = "lb_tds" Me.lb_tds.Size = New System.Drawing.Size(181, 20) Me.lb_tds.TabIndex = 42 Me.lb_tds.Text = "트렌스듀서 Serial." ' 'btn_td_read ' Me.btn_td_read.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_td_read.Location = New System.Drawing.Point(187, 155) Me.btn_td_read.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_td_read.Name = "btn_td_read" Me.btn_td_read.Size = New System.Drawing.Size(82, 44) Me.btn_td_read.TabIndex = 3 Me.btn_td_read.Text = "읽기" Me.btn_td_read.UseVisualStyleBackColor = True ' 'txb_tdp ' Me.txb_tdp.BackColor = System.Drawing.Color.LightSteelBlue Me.txb_tdp.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_tdp.ForeColor = System.Drawing.Color.Blue Me.txb_tdp.Location = New System.Drawing.Point(187, 112) Me.txb_tdp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_tdp.MaxLength = 5 Me.txb_tdp.Name = "txb_tdp" Me.txb_tdp.Size = New System.Drawing.Size(180, 35) Me.txb_tdp.TabIndex = 2 Me.txb_tdp.Text = "0.00" Me.txb_tdp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_tdp ' Me.lb_tdp.AutoSize = True Me.lb_tdp.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_tdp.Location = New System.Drawing.Point(22, 120) Me.lb_tdp.Name = "lb_tdp" Me.lb_tdp.Size = New System.Drawing.Size(161, 20) Me.lb_tdp.TabIndex = 39 Me.lb_tdp.Text = "파워[+/-0.50J]" ' 'btn_td_write ' Me.btn_td_write.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btn_td_write.Location = New System.Drawing.Point(286, 155) Me.btn_td_write.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btn_td_write.Name = "btn_td_write" Me.btn_td_write.Size = New System.Drawing.Size(82, 44) Me.btn_td_write.TabIndex = 4 Me.btn_td_write.Text = "쓰기" Me.btn_td_write.UseVisualStyleBackColor = True ' 'txb_tdf ' Me.txb_tdf.BackColor = System.Drawing.Color.PowderBlue Me.txb_tdf.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_tdf.ForeColor = System.Drawing.Color.Blue Me.txb_tdf.Location = New System.Drawing.Point(187, 69) Me.txb_tdf.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_tdf.MaxLength = 4 Me.txb_tdf.Name = "txb_tdf" Me.txb_tdf.Size = New System.Drawing.Size(180, 35) Me.txb_tdf.TabIndex = 1 Me.txb_tdf.Text = "0" Me.txb_tdf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_tdf ' Me.lb_tdf.AutoSize = True Me.lb_tdf.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_tdf.Location = New System.Drawing.Point(22, 79) Me.lb_tdf.Name = "lb_tdf" Me.lb_tdf.Size = New System.Drawing.Size(128, 20) Me.lb_tdf.TabIndex = 13 Me.lb_tdf.Text = "주파수[kHz]" ' 'gbprodreg ' Me.gbprodreg.Controls.Add(Me.gb_pd_count) Me.gbprodreg.Controls.Add(Me.gbprod) Me.gbprodreg.Controls.Add(Me.gbbarcode) Me.gbprodreg.Controls.Add(Me.gbtd) Me.gbprodreg.Controls.Add(Me.btnreset) Me.gbprodreg.Controls.Add(Me.txbresult) Me.gbprodreg.Controls.Add(Me.btnrun) Me.gbprodreg.Controls.Add(Me.lbresult) Me.gbprodreg.Location = New System.Drawing.Point(1, 94) Me.gbprodreg.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbprodreg.Name = "gbprodreg" Me.gbprodreg.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbprodreg.Size = New System.Drawing.Size(1166, 819) Me.gbprodreg.TabIndex = 120 Me.gbprodreg.TabStop = False Me.gbprodreg.Visible = False ' 'gb_pd_count ' Me.gb_pd_count.Controls.Add(Me.txb_fail_count) Me.gb_pd_count.Controls.Add(Me.lb_fail_count) Me.gb_pd_count.Controls.Add(Me.txb_suc_count) Me.gb_pd_count.Controls.Add(Me.lb_suc_count) Me.gb_pd_count.Controls.Add(Me.txb_all_count) Me.gb_pd_count.Controls.Add(Me.lb_all_count) Me.gb_pd_count.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gb_pd_count.Location = New System.Drawing.Point(15, 649) Me.gb_pd_count.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_pd_count.Name = "gb_pd_count" Me.gb_pd_count.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gb_pd_count.Size = New System.Drawing.Size(693, 158) Me.gb_pd_count.TabIndex = 126 Me.gb_pd_count.TabStop = False Me.gb_pd_count.Text = "금일수량" ' 'txb_fail_count ' Me.txb_fail_count.ForeColor = System.Drawing.Color.Red Me.txb_fail_count.Location = New System.Drawing.Point(554, 70) Me.txb_fail_count.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_fail_count.Name = "txb_fail_count" Me.txb_fail_count.Size = New System.Drawing.Size(121, 38) Me.txb_fail_count.TabIndex = 5 Me.txb_fail_count.Text = "0" Me.txb_fail_count.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_fail_count ' Me.lb_fail_count.AutoSize = True Me.lb_fail_count.Location = New System.Drawing.Point(457, 75) Me.lb_fail_count.Name = "lb_fail_count" Me.lb_fail_count.Size = New System.Drawing.Size(106, 32) Me.lb_fail_count.TabIndex = 4 Me.lb_fail_count.Text = "불량수량" ' 'txb_suc_count ' Me.txb_suc_count.ForeColor = System.Drawing.Color.Blue Me.txb_suc_count.Location = New System.Drawing.Point(321, 71) Me.txb_suc_count.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_suc_count.Name = "txb_suc_count" Me.txb_suc_count.Size = New System.Drawing.Size(121, 38) Me.txb_suc_count.TabIndex = 3 Me.txb_suc_count.Text = "0" Me.txb_suc_count.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_suc_count ' Me.lb_suc_count.AutoSize = True Me.lb_suc_count.Location = New System.Drawing.Point(224, 75) Me.lb_suc_count.Name = "lb_suc_count" Me.lb_suc_count.Size = New System.Drawing.Size(106, 32) Me.lb_suc_count.TabIndex = 2 Me.lb_suc_count.Text = "양품수량" ' 'txb_all_count ' Me.txb_all_count.Location = New System.Drawing.Point(91, 71) Me.txb_all_count.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_all_count.Name = "txb_all_count" Me.txb_all_count.Size = New System.Drawing.Size(121, 38) Me.txb_all_count.TabIndex = 1 Me.txb_all_count.Text = "0" Me.txb_all_count.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_all_count ' Me.lb_all_count.AutoSize = True Me.lb_all_count.Location = New System.Drawing.Point(16, 75) Me.lb_all_count.Name = "lb_all_count" Me.lb_all_count.Size = New System.Drawing.Size(83, 32) Me.lb_all_count.TabIndex = 0 Me.lb_all_count.Text = "총수량" ' 'gbprod ' Me.gbprod.Controls.Add(Me.txbmake) Me.gbprod.Controls.Add(Me.txbarea) Me.gbprod.Controls.Add(Me.txbpdnum) Me.gbprod.Controls.Add(Me.lbpdnum) Me.gbprod.Controls.Add(Me.txbagen) Me.gbprod.Controls.Add(Me.lbarea) Me.gbprod.Controls.Add(Me.lbmake) Me.gbprod.Controls.Add(Me.lbagen) Me.gbprod.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbprod.Location = New System.Drawing.Point(589, 350) Me.gbprod.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbprod.Name = "gbprod" Me.gbprod.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbprod.Size = New System.Drawing.Size(562, 292) Me.gbprod.TabIndex = 124 Me.gbprod.TabStop = False Me.gbprod.Text = "P/D 데이터" ' 'txbmake ' Me.txbmake.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower Me.txbmake.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbmake.Location = New System.Drawing.Point(146, 142) Me.txbmake.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbmake.Name = "txbmake" Me.txbmake.ReadOnly = True Me.txbmake.Size = New System.Drawing.Size(159, 55) Me.txbmake.TabIndex = 119 Me.txbmake.Text = "대기" Me.txbmake.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbarea ' Me.txbarea.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbarea.Location = New System.Drawing.Point(415, 142) Me.txbarea.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbarea.Name = "txbarea" Me.txbarea.ReadOnly = True Me.txbarea.Size = New System.Drawing.Size(135, 55) Me.txbarea.TabIndex = 118 Me.txbarea.Text = "대기" Me.txbarea.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbpdnum ' Me.txbpdnum.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbpdnum.Location = New System.Drawing.Point(146, 64) Me.txbpdnum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbpdnum.Name = "txbpdnum" Me.txbpdnum.ReadOnly = True Me.txbpdnum.Size = New System.Drawing.Size(404, 51) Me.txbpdnum.TabIndex = 91 Me.txbpdnum.Text = "대기" Me.txbpdnum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbpdnum ' Me.lbpdnum.AutoSize = True Me.lbpdnum.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbpdnum.Location = New System.Drawing.Point(9, 70) Me.lbpdnum.Name = "lbpdnum" Me.lbpdnum.Size = New System.Drawing.Size(151, 39) Me.lbpdnum.TabIndex = 90 Me.lbpdnum.Text = "P/D Num" ' 'txbagen ' Me.txbagen.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbagen.Location = New System.Drawing.Point(146, 215) Me.txbagen.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbagen.Name = "txbagen" Me.txbagen.ReadOnly = True Me.txbagen.Size = New System.Drawing.Size(159, 55) Me.txbagen.TabIndex = 120 Me.txbagen.Text = "대기" Me.txbagen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbarea ' Me.lbarea.AutoSize = True Me.lbarea.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbarea.Location = New System.Drawing.Point(301, 151) Me.lbarea.Name = "lbarea" Me.lbarea.Size = New System.Drawing.Size(133, 39) Me.lbarea.TabIndex = 115 Me.lbarea.Text = "국가코드" ' 'lbmake ' Me.lbmake.AutoSize = True Me.lbmake.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbmake.Location = New System.Drawing.Point(0, 151) Me.lbmake.Name = "lbmake" Me.lbmake.Size = New System.Drawing.Size(162, 39) Me.lbmake.TabIndex = 116 Me.lbmake.Text = "제조사코드" ' 'lbagen ' Me.lbagen.AutoSize = True Me.lbagen.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbagen.Location = New System.Drawing.Point(0, 224) Me.lbagen.Name = "lbagen" Me.lbagen.Size = New System.Drawing.Size(162, 39) Me.lbagen.TabIndex = 117 Me.lbagen.Text = "대리점코드" ' 'gbbarcode ' Me.gbbarcode.Controls.Add(Me.txb_barcode) Me.gbbarcode.Controls.Add(Me.Label34) Me.gbbarcode.Controls.Add(Me.lb_barcode) Me.gbbarcode.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbbarcode.Location = New System.Drawing.Point(26, 14) Me.gbbarcode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbbarcode.Name = "gbbarcode" Me.gbbarcode.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbbarcode.Size = New System.Drawing.Size(1107, 158) Me.gbbarcode.TabIndex = 123 Me.gbbarcode.TabStop = False Me.gbbarcode.Text = "바코드 번호" ' 'txb_barcode ' Me.txb_barcode.BackColor = System.Drawing.SystemColors.Window Me.txb_barcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txb_barcode.Font = New System.Drawing.Font("함초롬바탕", 38.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txb_barcode.ImeMode = System.Windows.Forms.ImeMode.Disable Me.txb_barcode.Location = New System.Drawing.Point(345, 42) Me.txb_barcode.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_barcode.Name = "txb_barcode" Me.txb_barcode.Size = New System.Drawing.Size(750, 90) Me.txb_barcode.TabIndex = 113 Me.txb_barcode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label34 ' Me.Label34.AutoSize = True Me.Label34.Location = New System.Drawing.Point(298, 80) Me.Label34.Name = "Label34" Me.Label34.Size = New System.Drawing.Size(0, 44) Me.Label34.TabIndex = 112 ' 'lb_barcode ' Me.lb_barcode.AutoSize = True Me.lb_barcode.Font = New System.Drawing.Font("함초롬바탕", 30.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_barcode.Location = New System.Drawing.Point(16, 55) Me.lb_barcode.Name = "lb_barcode" Me.lb_barcode.Size = New System.Drawing.Size(369, 66) Me.lb_barcode.TabIndex = 114 Me.lb_barcode.Text = "Barcode Num." ' 'gbtd ' Me.gbtd.Controls.Add(Me.txbfreq) Me.gbtd.Controls.Add(Me.txbgread) Me.gbtd.Controls.Add(Me.txbtdnum) Me.gbtd.Controls.Add(Me.lbtdnum) Me.gbtd.Controls.Add(Me.txbpower) Me.gbtd.Controls.Add(Me.lbgrade) Me.gbtd.Controls.Add(Me.lbfreq) Me.gbtd.Controls.Add(Me.lbpower) Me.gbtd.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbtd.Location = New System.Drawing.Point(15, 349) Me.gbtd.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbtd.Name = "gbtd" Me.gbtd.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbtd.Size = New System.Drawing.Size(562, 292) Me.gbtd.TabIndex = 121 Me.gbtd.TabStop = False Me.gbtd.Text = "T/D 데이터" ' 'txbfreq ' Me.txbfreq.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbfreq.Location = New System.Drawing.Point(146, 142) Me.txbfreq.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbfreq.Name = "txbfreq" Me.txbfreq.ReadOnly = True Me.txbfreq.Size = New System.Drawing.Size(159, 55) Me.txbfreq.TabIndex = 119 Me.txbfreq.Text = "대기" Me.txbfreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbgread ' Me.txbgread.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txbgread.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbgread.Location = New System.Drawing.Point(392, 140) Me.txbgread.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbgread.Name = "txbgread" Me.txbgread.ReadOnly = True Me.txbgread.Size = New System.Drawing.Size(159, 55) Me.txbgread.TabIndex = 118 Me.txbgread.Text = "대기" Me.txbgread.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txbtdnum ' Me.txbtdnum.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txbtdnum.Font = New System.Drawing.Font("함초롬바탕", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbtdnum.Location = New System.Drawing.Point(146, 64) Me.txbtdnum.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbtdnum.Name = "txbtdnum" Me.txbtdnum.ReadOnly = True Me.txbtdnum.Size = New System.Drawing.Size(404, 51) Me.txbtdnum.TabIndex = 91 Me.txbtdnum.Text = "대기" Me.txbtdnum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbtdnum ' Me.lbtdnum.AutoSize = True Me.lbtdnum.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbtdnum.Location = New System.Drawing.Point(9, 70) Me.lbtdnum.Name = "lbtdnum" Me.lbtdnum.Size = New System.Drawing.Size(153, 39) Me.lbtdnum.TabIndex = 90 Me.lbtdnum.Text = "T/D Num" ' 'txbpower ' Me.txbpower.Font = New System.Drawing.Font("함초롬바탕", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbpower.Location = New System.Drawing.Point(146, 215) Me.txbpower.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbpower.Name = "txbpower" Me.txbpower.ReadOnly = True Me.txbpower.Size = New System.Drawing.Size(159, 55) Me.txbpower.TabIndex = 120 Me.txbpower.Text = "대기" Me.txbpower.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lbgrade ' Me.lbgrade.AutoSize = True Me.lbgrade.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbgrade.Location = New System.Drawing.Point(319, 150) Me.lbgrade.Name = "lbgrade" Me.lbgrade.Size = New System.Drawing.Size(75, 39) Me.lbgrade.TabIndex = 115 Me.lbgrade.Text = "등급" ' 'lbfreq ' Me.lbfreq.AutoSize = True Me.lbfreq.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbfreq.Location = New System.Drawing.Point(45, 152) Me.lbfreq.Name = "lbfreq" Me.lbfreq.Size = New System.Drawing.Size(104, 39) Me.lbfreq.TabIndex = 116 Me.lbfreq.Text = "주파수" ' 'lbpower ' Me.lbpower.AutoSize = True Me.lbpower.Font = New System.Drawing.Font("함초롬바탕", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbpower.Location = New System.Drawing.Point(70, 224) Me.lbpower.Name = "lbpower" Me.lbpower.Size = New System.Drawing.Size(75, 39) Me.lbpower.TabIndex = 117 Me.lbpower.Text = "파워" ' 'btnreset ' Me.btnreset.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnreset.Location = New System.Drawing.Point(710, 650) Me.btnreset.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnreset.Name = "btnreset" Me.btnreset.Size = New System.Drawing.Size(217, 162) Me.btnreset.TabIndex = 122 Me.btnreset.Text = "초기화" Me.btnreset.UseVisualStyleBackColor = True ' 'txbresult ' Me.txbresult.BackColor = System.Drawing.Color.Gold Me.txbresult.Font = New System.Drawing.Font("함초롬바탕", 60.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbresult.ForeColor = System.Drawing.Color.Black Me.txbresult.Location = New System.Drawing.Point(208, 201) Me.txbresult.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbresult.Name = "txbresult" Me.txbresult.ReadOnly = True Me.txbresult.Size = New System.Drawing.Size(914, 137) Me.txbresult.TabIndex = 95 Me.txbresult.Text = "대기" Me.txbresult.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'btnrun ' Me.btnrun.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.btnrun.Location = New System.Drawing.Point(934, 650) Me.btnrun.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnrun.Name = "btnrun" Me.btnrun.Size = New System.Drawing.Size(217, 162) Me.btnrun.TabIndex = 94 Me.btnrun.Text = "실행" Me.btnrun.UseVisualStyleBackColor = True ' 'lbresult ' Me.lbresult.AutoSize = True Me.lbresult.Font = New System.Drawing.Font("함초롬바탕", 48.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lbresult.ForeColor = System.Drawing.Color.Black Me.lbresult.Location = New System.Drawing.Point(23, 219) Me.lbresult.Name = "lbresult" Me.lbresult.Size = New System.Drawing.Size(200, 104) Me.lbresult.TabIndex = 96 Me.lbresult.Text = "상태" Me.lbresult.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'opdfile ' Me.opdfile.Title = "파일 주소 불러오기" ' 'GroupBox5 ' Me.GroupBox5.Controls.Add(Me.Label8) Me.GroupBox5.Controls.Add(Me.pnc_count) Me.GroupBox5.Controls.Add(Me.Button1) Me.GroupBox5.Controls.Add(Me.Label30) Me.GroupBox5.Controls.Add(Me.Label31) Me.GroupBox5.Controls.Add(Me.TextBox24) Me.GroupBox5.Controls.Add(Me.TextBox25) Me.GroupBox5.Location = New System.Drawing.Point(3385, 15) Me.GroupBox5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox5.Size = New System.Drawing.Size(1166, 641) Me.GroupBox5.TabIndex = 129 Me.GroupBox5.TabStop = False Me.GroupBox5.Visible = False ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(471, 410) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(0, 15) Me.Label8.TabIndex = 112 ' 'pnc_count ' Me.pnc_count.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnc_count.Controls.Add(Me.TextBox1) Me.pnc_count.Controls.Add(Me.TextBox11) Me.pnc_count.Controls.Add(Me.TextBox12) Me.pnc_count.Controls.Add(Me.TextBox14) Me.pnc_count.Controls.Add(Me.TextBox15) Me.pnc_count.Controls.Add(Me.TextBox16) Me.pnc_count.Controls.Add(Me.TextBox17) Me.pnc_count.Controls.Add(Me.TextBox18) Me.pnc_count.Controls.Add(Me.TextBox19) Me.pnc_count.Controls.Add(Me.Label9) Me.pnc_count.Controls.Add(Me.Label14) Me.pnc_count.Controls.Add(Me.Label16) Me.pnc_count.Controls.Add(Me.Label17) Me.pnc_count.Controls.Add(Me.Label18) Me.pnc_count.Controls.Add(Me.TextBox20) Me.pnc_count.Controls.Add(Me.TextBox21) Me.pnc_count.Controls.Add(Me.Label19) Me.pnc_count.Controls.Add(Me.Label20) Me.pnc_count.Controls.Add(Me.Label21) Me.pnc_count.Controls.Add(Me.TextBox22) Me.pnc_count.Controls.Add(Me.Label22) Me.pnc_count.Controls.Add(Me.Label23) Me.pnc_count.Controls.Add(Me.Label24) Me.pnc_count.Controls.Add(Me.TextBox23) Me.pnc_count.Controls.Add(Me.Label25) Me.pnc_count.Controls.Add(Me.Label26) Me.pnc_count.Location = New System.Drawing.Point(6, 546) Me.pnc_count.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnc_count.Name = "pnc_count" Me.pnc_count.Size = New System.Drawing.Size(671, 82) Me.pnc_count.TabIndex = 97 Me.pnc_count.Visible = False ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox1.Location = New System.Drawing.Point(62, 148) Me.TextBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(57, 38) Me.TextBox1.TabIndex = 107 Me.TextBox1.Text = "0" Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.TextBox1.Visible = False ' '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(487, 148) Me.TextBox11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox11.Name = "TextBox11" Me.TextBox11.Size = New System.Drawing.Size(57, 38) Me.TextBox11.TabIndex = 115 Me.TextBox11.Text = "0" Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.TextBox11.Visible = False ' '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(381, 148) Me.TextBox12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox12.Name = "TextBox12" Me.TextBox12.Size = New System.Drawing.Size(57, 38) Me.TextBox12.TabIndex = 111 Me.TextBox12.Text = "0" Me.TextBox12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.TextBox12.Visible = False ' '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(274, 148) Me.TextBox14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox14.Name = "TextBox14" Me.TextBox14.Size = New System.Drawing.Size(57, 38) Me.TextBox14.TabIndex = 113 Me.TextBox14.Text = "0" Me.TextBox14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.TextBox14.Visible = False ' 'TextBox15 ' Me.TextBox15.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox15.Location = New System.Drawing.Point(168, 148) Me.TextBox15.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox15.Name = "TextBox15" Me.TextBox15.Size = New System.Drawing.Size(57, 38) Me.TextBox15.TabIndex = 109 Me.TextBox15.Text = "0" Me.TextBox15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.TextBox15.Visible = False ' 'TextBox16 ' Me.TextBox16.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox16.Location = New System.Drawing.Point(168, 104) Me.TextBox16.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox16.Name = "TextBox16" Me.TextBox16.Size = New System.Drawing.Size(57, 38) Me.TextBox16.TabIndex = 91 Me.TextBox16.Text = "0" Me.TextBox16.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.TextBox16.Visible = False ' 'TextBox17 ' Me.TextBox17.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox17.Location = New System.Drawing.Point(381, 104) Me.TextBox17.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox17.Name = "TextBox17" Me.TextBox17.Size = New System.Drawing.Size(57, 38) Me.TextBox17.TabIndex = 97 Me.TextBox17.Text = "0" Me.TextBox17.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.TextBox17.Visible = False ' 'TextBox18 ' Me.TextBox18.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox18.Location = New System.Drawing.Point(489, 104) Me.TextBox18.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox18.Name = "TextBox18" Me.TextBox18.Size = New System.Drawing.Size(57, 38) Me.TextBox18.TabIndex = 101 Me.TextBox18.Text = "0" Me.TextBox18.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.TextBox18.Visible = False ' 'TextBox19 ' Me.TextBox19.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox19.Location = New System.Drawing.Point(62, 104) Me.TextBox19.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox19.Name = "TextBox19" Me.TextBox19.Size = New System.Drawing.Size(57, 38) Me.TextBox19.TabIndex = 89 Me.TextBox19.Text = "0" Me.TextBox19.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.TextBox19.Visible = False ' 'Label9 ' 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(442, 151) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(46, 30) Me.Label9.TabIndex = 116 Me.Label9.Text = "999" Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Label9.Visible = False ' 'Label14 ' 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(232, 151) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(46, 30) Me.Label14.TabIndex = 114 Me.Label14.Text = "999" Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Label14.Visible = False ' 'Label16 ' Me.Label16.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label16.Location = New System.Drawing.Point(339, 151) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(46, 30) Me.Label16.TabIndex = 112 Me.Label16.Text = "999" Me.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Label16.Visible = False ' 'Label17 ' Me.Label17.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label17.Location = New System.Drawing.Point(125, 151) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(46, 30) Me.Label17.TabIndex = 110 Me.Label17.Text = "999" Me.Label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Label17.Visible = False ' 'Label18 ' Me.Label18.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label18.Location = New System.Drawing.Point(17, 151) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(46, 30) Me.Label18.TabIndex = 108 Me.Label18.Text = "999" Me.Label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Label18.Visible = False ' 'TextBox20 ' Me.TextBox20.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox20.Location = New System.Drawing.Point(517, 22) Me.TextBox20.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox20.Name = "TextBox20" Me.TextBox20.Size = New System.Drawing.Size(107, 42) Me.TextBox20.TabIndex = 105 Me.TextBox20.Text = "0" Me.TextBox20.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox21 ' Me.TextBox21.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox21.Location = New System.Drawing.Point(317, 22) Me.TextBox21.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox21.Name = "TextBox21" Me.TextBox21.Size = New System.Drawing.Size(107, 42) Me.TextBox21.TabIndex = 103 Me.TextBox21.Text = "0" Me.TextBox21.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label19.Location = New System.Drawing.Point(450, 25) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(67, 35) Me.Label19.TabIndex = 106 Me.Label19.Text = "불량" ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label20.Location = New System.Drawing.Point(250, 25) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(67, 35) Me.Label20.TabIndex = 104 Me.Label20.Text = "양품" ' 'Label21 ' Me.Label21.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label21.Location = New System.Drawing.Point(442, 108) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(46, 30) Me.Label21.TabIndex = 102 Me.Label21.Text = "999" Me.Label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Label21.Visible = False ' 'TextBox22 ' Me.TextBox22.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox22.Location = New System.Drawing.Point(274, 104) Me.TextBox22.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox22.Name = "TextBox22" Me.TextBox22.Size = New System.Drawing.Size(57, 38) Me.TextBox22.TabIndex = 99 Me.TextBox22.Text = "0" Me.TextBox22.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.TextBox22.Visible = False ' 'Label22 ' Me.Label22.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label22.Location = New System.Drawing.Point(230, 108) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(46, 30) Me.Label22.TabIndex = 100 Me.Label22.Text = "999" Me.Label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Label22.Visible = False ' 'Label23 ' Me.Label23.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label23.Location = New System.Drawing.Point(336, 108) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(46, 30) Me.Label23.TabIndex = 98 Me.Label23.Text = "999" Me.Label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Label23.Visible = False ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label24.Location = New System.Drawing.Point(123, 108) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(53, 32) Me.Label24.TabIndex = 92 Me.Label24.Text = "999" Me.Label24.Visible = False ' 'TextBox23 ' Me.TextBox23.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox23.Location = New System.Drawing.Point(125, 22) Me.TextBox23.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox23.Name = "TextBox23" Me.TextBox23.Size = New System.Drawing.Size(107, 42) Me.TextBox23.TabIndex = 80 Me.TextBox23.Text = "0" Me.TextBox23.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label25.Location = New System.Drawing.Point(33, 25) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(93, 35) Me.Label25.TabIndex = 81 Me.Label25.Text = "검사수" ' 'Label26 ' Me.Label26.AutoSize = True Me.Label26.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label26.Location = New System.Drawing.Point(17, 108) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(53, 32) Me.Label26.TabIndex = 90 Me.Label26.Text = "999" Me.Label26.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Label26.Visible = False ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Button1.Location = New System.Drawing.Point(686, 431) Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(480, 198) Me.Button1.TabIndex = 94 Me.Button1.Text = "실행" Me.Button1.UseVisualStyleBackColor = True ' 'Label30 ' Me.Label30.AutoSize = True Me.Label30.Font = New System.Drawing.Font("함초롬바탕", 44.25!, System.Drawing.FontStyle.Bold) Me.Label30.Location = New System.Drawing.Point(230, 249) Me.Label30.Name = "Label30" Me.Label30.Size = New System.Drawing.Size(185, 96) Me.Label30.TabIndex = 93 Me.Label30.Text = "C 값" ' 'Label31 ' Me.Label31.AutoSize = True Me.Label31.Font = New System.Drawing.Font("함초롬바탕", 44.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label31.Location = New System.Drawing.Point(231, 94) Me.Label31.Name = "Label31" Me.Label31.Size = New System.Drawing.Size(184, 96) Me.Label31.TabIndex = 90 Me.Label31.Text = "등급" ' 'TextBox24 ' Me.TextBox24.BackColor = System.Drawing.SystemColors.Control Me.TextBox24.Font = New System.Drawing.Font("함초롬바탕", 50.25!, System.Drawing.FontStyle.Bold) Me.TextBox24.Location = New System.Drawing.Point(464, 234) Me.TextBox24.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox24.Name = "TextBox24" Me.TextBox24.ReadOnly = True Me.TextBox24.Size = New System.Drawing.Size(438, 116) Me.TextBox24.TabIndex = 92 Me.TextBox24.Text = "대기" Me.TextBox24.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox25 ' Me.TextBox25.BackColor = System.Drawing.SystemColors.Control Me.TextBox25.Font = New System.Drawing.Font("함초롬바탕", 50.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox25.Location = New System.Drawing.Point(464, 75) Me.TextBox25.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox25.Name = "TextBox25" Me.TextBox25.ReadOnly = True Me.TextBox25.Size = New System.Drawing.Size(438, 116) Me.TextBox25.TabIndex = 91 Me.TextBox25.Text = "대기" Me.TextBox25.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'gbRecycle ' Me.gbRecycle.Controls.Add(Me.Button2) Me.gbRecycle.Controls.Add(Me.gbRunCount) Me.gbRecycle.Controls.Add(Me.TextBox5) Me.gbRecycle.Controls.Add(Me.Label1) Me.gbRecycle.Controls.Add(Me.TextBox4) Me.gbRecycle.Controls.Add(Me.Button4) Me.gbRecycle.Controls.Add(Me.Label5) Me.gbRecycle.Controls.Add(Me.Label6) Me.gbRecycle.Controls.Add(Me.TextBox2) Me.gbRecycle.Controls.Add(Me.TextBox3) Me.gbRecycle.Controls.Add(Me.Label3) Me.gbRecycle.Location = New System.Drawing.Point(1, 276) Me.gbRecycle.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRecycle.Name = "gbRecycle" Me.gbRecycle.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRecycle.Size = New System.Drawing.Size(1166, 641) Me.gbRecycle.TabIndex = 130 Me.gbRecycle.TabStop = False ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Button2.Location = New System.Drawing.Point(947, 482) Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(215, 151) Me.Button2.TabIndex = 123 Me.Button2.Text = "삭제" Me.Button2.UseVisualStyleBackColor = True ' 'gbRunCount ' Me.gbRunCount.Controls.Add(Me.txbDayCount) Me.gbRunCount.Controls.Add(Me.lbDayCount) Me.gbRunCount.Font = New System.Drawing.Font("함초롬바탕", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.gbRunCount.Location = New System.Drawing.Point(8, 465) Me.gbRunCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRunCount.Name = "gbRunCount" Me.gbRunCount.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.gbRunCount.Size = New System.Drawing.Size(386, 169) Me.gbRunCount.TabIndex = 122 Me.gbRunCount.TabStop = False Me.gbRunCount.Text = "금일 측정 수량" ' 'txbDayCount ' Me.txbDayCount.BackColor = System.Drawing.SystemColors.Window Me.txbDayCount.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.txbDayCount.Location = New System.Drawing.Point(191, 69) Me.txbDayCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txbDayCount.Name = "txbDayCount" Me.txbDayCount.ReadOnly = True Me.txbDayCount.Size = New System.Drawing.Size(133, 59) 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(48, 75) Me.lbDayCount.Name = "lbDayCount" Me.lbDayCount.Size = New System.Drawing.Size(151, 44) Me.lbDayCount.TabIndex = 0 Me.lbDayCount.Text = "작업수량" ' 'TextBox5 ' Me.TextBox5.BackColor = System.Drawing.SystemColors.Control Me.TextBox5.Font = New System.Drawing.Font("함초롬바탕", 50.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox5.Location = New System.Drawing.Point(815, 275) Me.TextBox5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox5.Name = "TextBox5" Me.TextBox5.ReadOnly = True Me.TextBox5.Size = New System.Drawing.Size(325, 116) Me.TextBox5.TabIndex = 98 Me.TextBox5.Text = "대기" Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("함초롬바탕", 44.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label1.Location = New System.Drawing.Point(33, 289) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(184, 96) Me.Label1.TabIndex = 95 Me.Label1.Text = "공정" ' 'TextBox4 ' Me.TextBox4.BackColor = System.Drawing.SystemColors.Control Me.TextBox4.Font = New System.Drawing.Font("함초롬바탕", 50.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox4.Location = New System.Drawing.Point(216, 276) Me.TextBox4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox4.Name = "TextBox4" Me.TextBox4.ReadOnly = True Me.TextBox4.Size = New System.Drawing.Size(325, 116) Me.TextBox4.TabIndex = 96 Me.TextBox4.Text = "대기" Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("함초롬바탕", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Button4.Location = New System.Drawing.Point(726, 482) Me.Button4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(215, 151) Me.Button4.TabIndex = 94 Me.Button4.Text = "검색" Me.Button4.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("함초롬바탕", 44.25!, System.Drawing.FontStyle.Bold) Me.Label5.Location = New System.Drawing.Point(571, 68) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(256, 96) Me.Label5.TabIndex = 93 Me.Label5.Text = "주파수" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("함초롬바탕", 44.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label6.Location = New System.Drawing.Point(29, 68) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(184, 96) Me.Label6.TabIndex = 90 Me.Label6.Text = "등급" ' 'TextBox2 ' Me.TextBox2.BackColor = System.Drawing.SystemColors.Control Me.TextBox2.Font = New System.Drawing.Font("함초롬바탕", 50.25!, System.Drawing.FontStyle.Bold) Me.TextBox2.Location = New System.Drawing.Point(815, 55) Me.TextBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox2.Name = "TextBox2" Me.TextBox2.ReadOnly = True Me.TextBox2.Size = New System.Drawing.Size(325, 116) Me.TextBox2.TabIndex = 92 Me.TextBox2.Text = "대기" Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox3 ' Me.TextBox3.BackColor = System.Drawing.SystemColors.Control Me.TextBox3.Font = New System.Drawing.Font("함초롬바탕", 50.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox3.Location = New System.Drawing.Point(211, 55) Me.TextBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox3.Name = "TextBox3" Me.TextBox3.ReadOnly = True Me.TextBox3.Size = New System.Drawing.Size(325, 116) Me.TextBox3.TabIndex = 91 Me.TextBox3.Text = "대기" Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("함초롬바탕", 44.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label3.Location = New System.Drawing.Point(533, 288) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(328, 96) Me.Label3.TabIndex = 97 Me.Label3.Text = "생산일자" ' 'txb_5_date ' Me.txb_5_date.BackColor = System.Drawing.SystemColors.Window Me.txb_5_date.Location = New System.Drawing.Point(194, 313) Me.txb_5_date.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txb_5_date.Name = "txb_5_date" Me.txb_5_date.ReadOnly = True Me.txb_5_date.Size = New System.Drawing.Size(419, 46) Me.txb_5_date.TabIndex = 27 Me.txb_5_date.Text = "-" Me.txb_5_date.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'lb_5_date ' Me.lb_5_date.AutoSize = True Me.lb_5_date.Location = New System.Drawing.Point(25, 318) Me.lb_5_date.Name = "lb_5_date" Me.lb_5_date.Size = New System.Drawing.Size(191, 39) Me.lb_5_date.TabIndex = 26 Me.lb_5_date.Text = "실제제조일자" ' 'frm_Freq_Reg ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(4393, 932) Me.Controls.Add(Me.GroupBox5) Me.Controls.Add(Me.gb_option) Me.Controls.Add(Me.btnExit) Me.Controls.Add(Me.gpbConfig) Me.Controls.Add(Me.gbselect) Me.Controls.Add(Me.gpbTime) Me.Controls.Add(Me.gb_check_data) Me.Controls.Add(Me.gpbProduct1) Me.Controls.Add(Me.gbprodreg) Me.Controls.Add(Me.gb_data_info) Me.Controls.Add(Me.gb_prod_info) Me.Controls.Add(Me.gpbSpec) Me.Controls.Add(Me.gbRecycle) Me.Controls.Add(Me.gbc_prod) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frm_Freq_Reg" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "DUALSONIC_MAXIMUM_FREQCONF_REGISTER_VER.1.1.0" Me.gpbTime.ResumeLayout(False) Me.gpbTime.PerformLayout() Me.gbselect.ResumeLayout(False) Me.gbselect.PerformLayout() Me.gpbConfig.ResumeLayout(False) Me.gpbConfig.PerformLayout() Me.gpbSpec.ResumeLayout(False) Me.gpbSpec.PerformLayout() Me.gpbProduct1.ResumeLayout(False) Me.gpbProduct1.PerformLayout() Me.pn_count.ResumeLayout(False) Me.pn_count.PerformLayout() Me.gbc_prod.ResumeLayout(False) Me.gbc_prod.PerformLayout() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.nudDeep, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.nudPower, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.gb_option.ResumeLayout(False) Me.gb_option.PerformLayout() Me.gbPrintUse.ResumeLayout(False) Me.gbPrintUse.PerformLayout() Me.gbPrintEach.ResumeLayout(False) Me.gbPrintEach.PerformLayout() Me.gbPrinter.ResumeLayout(False) CType(Me.dgvPrinter, System.ComponentModel.ISupportInitialize).EndInit() Me.gbPrinter2.ResumeLayout(False) Me.gbPrinter2.PerformLayout() Me.gbPrinter1.ResumeLayout(False) Me.gbPrinter1.PerformLayout() Me.gb_option_code.ResumeLayout(False) Me.gb_option_code.PerformLayout() Me.gb_reg.ResumeLayout(False) Me.gb_reg.PerformLayout() CType(Me.nudagency, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.nudarea, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv_data, System.ComponentModel.ISupportInitialize).EndInit() Me.gb_check_data.ResumeLayout(False) Me.gb_check_data.PerformLayout() Me.gb_5_data.ResumeLayout(False) Me.gb_5_data.PerformLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.gb_reg_data.ResumeLayout(False) Me.gb_reg_data.PerformLayout() Me.gb_prod_info.ResumeLayout(False) Me.gb_prod_info.PerformLayout() Me.gb_pd_data.ResumeLayout(False) Me.gb_pd_data.PerformLayout() Me.gb_td_data.ResumeLayout(False) Me.gb_td_data.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.gb_data_info.ResumeLayout(False) Me.gb_data_info.PerformLayout() Me.gpbCartSet.ResumeLayout(False) Me.gpbCartSet.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox7.ResumeLayout(False) Me.GroupBox7.PerformLayout() Me.gb_area.ResumeLayout(False) Me.gb_area.PerformLayout() Me.gbShot.ResumeLayout(False) Me.gbShot.PerformLayout() CType(Me.nud_shot, System.ComponentModel.ISupportInitialize).EndInit() Me.gpbInfo.ResumeLayout(False) Me.gpbInfo.PerformLayout() CType(Me.nudMonth, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.nudYear, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.nudSN, System.ComponentModel.ISupportInitialize).EndInit() Me.gpbLocal.ResumeLayout(False) Me.gpbLocal.PerformLayout() CType(Me.nud_motor, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.picb_motor, System.ComponentModel.ISupportInitialize).EndInit() Me.gpbCart.ResumeLayout(False) Me.gpbCart.PerformLayout() Me.gbprodreg.ResumeLayout(False) Me.gbprodreg.PerformLayout() Me.gb_pd_count.ResumeLayout(False) Me.gb_pd_count.PerformLayout() Me.gbprod.ResumeLayout(False) Me.gbprod.PerformLayout() Me.gbbarcode.ResumeLayout(False) Me.gbbarcode.PerformLayout() Me.gbtd.ResumeLayout(False) Me.gbtd.PerformLayout() Me.GroupBox5.ResumeLayout(False) Me.GroupBox5.PerformLayout() Me.pnc_count.ResumeLayout(False) Me.pnc_count.PerformLayout() Me.gbRecycle.ResumeLayout(False) Me.gbRecycle.PerformLayout() Me.gbRunCount.ResumeLayout(False) Me.gbRunCount.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents gpbTime As GroupBox Friend WithEvents lblTime As Label Friend WithEvents gpbConfig As GroupBox Friend WithEvents chbAutoMeasure As CheckBox Friend WithEvents chbUseBarcode As CheckBox Friend WithEvents btnSetup As Button Friend WithEvents btnExit As Button Friend WithEvents gpbSpec As GroupBox Friend WithEvents txbPV_R As TextBox Friend WithEvents txbPV_Date As TextBox Friend WithEvents lblPV_Date As Label Friend WithEvents txbPV_C As TextBox Friend WithEvents lblPV_C As Label Friend WithEvents lblPV_R As Label Friend WithEvents lblPV_SN As Label Friend WithEvents txbPV_SN As TextBox Friend WithEvents txbPV_Z As TextBox Friend WithEvents lblPV_Z As Label Friend WithEvents lblCapacitor As Label Friend WithEvents txbCapacitor As TextBox Friend WithEvents gpbProduct1 As GroupBox Friend WithEvents lbPD1runcheck As Label Friend WithEvents txbCartridgePD1 As TextBox Friend WithEvents pn_count As Panel Friend WithEvents txbR6CntPD1 As TextBox Friend WithEvents txbR10CntPD1 As TextBox Friend WithEvents txbR9CntPD1 As TextBox Friend WithEvents txbR8CntPD1 As TextBox Friend WithEvents txbR7CntPD1 As TextBox Friend WithEvents txbR2CntPD1 As TextBox Friend WithEvents txbR4CntPD1 As TextBox Friend WithEvents txbR5CntPD1 As TextBox Friend WithEvents txbR1CntPD1 As TextBox Friend WithEvents lblR10CntPD1 As Label Friend WithEvents lblR8CntPD1 As Label Friend WithEvents lblR9CntPD1 As Label Friend WithEvents lblR7CntPD1 As Label Friend WithEvents lblR6CntPD1 As Label Friend WithEvents txbNgCntPD1 As TextBox Friend WithEvents txbOkCntPD1 As TextBox Friend WithEvents lbNgCntPD1 As Label Friend WithEvents lbOkCntPD1 As Label Friend WithEvents lblR5CntPD1 As Label Friend WithEvents txbR3CntPD1 As TextBox Friend WithEvents lblR3CntPD1 As Label Friend WithEvents lblR4CntPD1 As Label Friend WithEvents lblR2CntPD1 As Label Friend WithEvents txbTotalCntPD1 As TextBox Friend WithEvents lbTotalCntPD1 As Label Friend WithEvents lblR1CntPD1 As Label Friend WithEvents lblCartridgePD1 As Label Friend WithEvents btnRunPD1 As Button Friend WithEvents lblPV_FreqPD1 As Label Friend WithEvents lblGradePD1 As Label Friend WithEvents txbPV_FreqPD1 As TextBox Friend WithEvents txbGradePD1 As TextBox Friend WithEvents cmdSerialPort As IO.Ports.SerialPort Friend WithEvents GroupBox3 As GroupBox Friend WithEvents cboComPort As ComboBox Friend WithEvents Label2 As Label Friend WithEvents cmdSerial As Button Friend WithEvents GroupBox1 As GroupBox Friend WithEvents rdb_freq_auto As RadioButton Friend WithEvents rdb_c_mode As RadioButton Friend WithEvents gbc_prod As GroupBox Friend WithEvents btnc_run As Button Friend WithEvents lb_CValue As Label Friend WithEvents lb_grade As Label Friend WithEvents txb_CValue As TextBox Friend WithEvents txb_grade As TextBox Friend WithEvents InputTimer As Timer Friend WithEvents cart_timer As Timer Friend WithEvents time_timer As Timer Friend WithEvents gb_option As GroupBox Friend WithEvents gb_check_data As GroupBox Friend WithEvents rdb_freq_reg As RadioButton Friend WithEvents gb_prod_info As GroupBox Friend WithEvents txb_prod_state As TextBox Friend WithEvents txb_serial_num As TextBox Friend WithEvents gb_td_data As GroupBox Friend WithEvents txb_prod_grade As TextBox Friend WithEvents txb_td_serial As TextBox Friend WithEvents lb_td_serial As Label Friend WithEvents txb_prod_power As TextBox Friend WithEvents lb_prod_grade As Label Friend WithEvents txb_prod_Depth As TextBox Friend WithEvents lb_prod_Depth As Label Friend WithEvents lb_prod_power As Label Friend WithEvents lb_serial_num As Label Friend WithEvents Label27 As Label Friend WithEvents lb_prod_state As Label Friend WithEvents btn_prod As Button Friend WithEvents rdb_prod As RadioButton Friend WithEvents btn_reset As Button Friend WithEvents gb_data_info As GroupBox Friend WithEvents gpbCartSet As GroupBox Friend WithEvents gbShot As GroupBox Friend WithEvents txb_shotbox As TextBox Friend WithEvents btn_shot_read As Button Friend WithEvents btn_shot_write As Button Friend WithEvents lb_shot As Label Friend WithEvents btn_flashreset As Button Friend WithEvents btn_all_write As Button Friend WithEvents gpbInfo As GroupBox Friend WithEvents txb_abr_code As TextBox Friend WithEvents txb_area_code As TextBox Friend WithEvents lb_abr_code As Label Friend WithEvents lb_area_code As Label Friend WithEvents Label28 As Label Friend WithEvents nudMonth As NumericUpDown Friend WithEvents nudYear As NumericUpDown Friend WithEvents nudSN As NumericUpDown Friend WithEvents Label43 As Label Friend WithEvents txbBarcode As TextBox Friend WithEvents btn_today As Button Friend WithEvents Label44 As Label Friend WithEvents Label45 As Label Friend WithEvents txbInfoBox As TextBox Friend WithEvents btn_info_read As Button Friend WithEvents btn_info_write As Button Friend WithEvents Label46 As Label Friend WithEvents txbFactory As TextBox Friend WithEvents Label47 As Label Friend WithEvents txbModel As TextBox Friend WithEvents btn_all_read As Button Friend WithEvents gpbLocal As GroupBox Friend WithEvents txb_motorBox As TextBox Friend WithEvents btn_mtr_write As Button Friend WithEvents lb_motor As Label Friend WithEvents gpbCart As GroupBox Friend WithEvents txb_tds As TextBox Friend WithEvents txb_tdBox As TextBox Friend WithEvents lb_tds As Label Friend WithEvents btn_td_read As Button Friend WithEvents txb_tdp As TextBox Friend WithEvents lb_tdp As Label Friend WithEvents btn_td_write As Button Friend WithEvents txb_tdf As TextBox Friend WithEvents lb_tdf As Label Friend WithEvents Label29 As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents btn_text_reset As Button Friend WithEvents GroupBox7 As GroupBox Friend WithEvents txb_resetbox As TextBox Friend WithEvents gb_area As GroupBox Friend WithEvents txb_areabox As TextBox Friend WithEvents btn_area_read As Button Friend WithEvents btn_area_write As Button Friend WithEvents nud_shot As NumericUpDown Friend WithEvents gb_pd_data As GroupBox Friend WithEvents GroupBox2 As GroupBox Friend WithEvents gbprodreg As GroupBox Friend WithEvents gbbarcode As GroupBox Friend WithEvents txb_barcode As TextBox Friend WithEvents Label34 As Label Friend WithEvents lb_barcode As Label Friend WithEvents gbtd As GroupBox Friend WithEvents txbgread As TextBox Friend WithEvents txbtdnum As TextBox Friend WithEvents lbtdnum As Label Friend WithEvents txbpower As TextBox Friend WithEvents lbgrade As Label Friend WithEvents txbfreq As TextBox Friend WithEvents lbfreq As Label Friend WithEvents lbpower As Label Friend WithEvents btnreset As Button Friend WithEvents txbresult As TextBox Friend WithEvents btnrun As Button Friend WithEvents lbresult As Label Friend WithEvents gbprod As GroupBox Friend WithEvents txbmake As TextBox Friend WithEvents txbarea As TextBox Friend WithEvents txbpdnum As TextBox Friend WithEvents lbpdnum As Label Friend WithEvents txbagen As TextBox Friend WithEvents lbarea As Label Friend WithEvents lbmake As Label Friend WithEvents lbagen As Label Friend WithEvents gb_pd_count As GroupBox Friend WithEvents gbselect As GroupBox Friend WithEvents cboselect As ComboBox Friend WithEvents btn_alldelete As Button Friend WithEvents btn_row_delete As Button Friend WithEvents btn_save As Button Friend WithEvents dgv_data As DataGridView Friend WithEvents btn_option_exit As Button Friend WithEvents btn_data_reg As Button Friend WithEvents gb_reg As GroupBox Friend WithEvents nudagency As NumericUpDown Friend WithEvents nudarea As NumericUpDown Friend WithEvents lb_agen_reg As Label Friend WithEvents lb_area_reg As Label Friend WithEvents txb_make_reg As TextBox Friend WithEvents lb_make_reg As Label Friend WithEvents txb_name_reg As TextBox Friend WithEvents lb_name_reg As Label Friend WithEvents df_name As DataGridViewTextBoxColumn Friend WithEvents df_make As DataGridViewTextBoxColumn Friend WithEvents df_area As DataGridViewTextBoxColumn Friend WithEvents df_agency As DataGridViewTextBoxColumn Friend WithEvents txb_regresult As TextBox Friend WithEvents txb_dgv_state As TextBox Friend WithEvents gb_option_code As GroupBox Friend WithEvents txb_output_7000 As TextBox Friend WithEvents lb_output_7000 As Label Friend WithEvents txb_output_6850 As TextBox Friend WithEvents lb_output_6850 As Label Friend WithEvents txb_code_front As TextBox Friend WithEvents lb_code_front As Label Friend WithEvents txb_prod1_code As TextBox Friend WithEvents lb_prod1_code As Label Friend WithEvents btn_code_reg As Button Friend WithEvents txb_fail_count As TextBox Friend WithEvents lb_fail_count As Label Friend WithEvents txb_suc_count As TextBox Friend WithEvents lb_suc_count As Label Friend WithEvents txb_all_count As TextBox Friend WithEvents lb_all_count As Label Friend WithEvents picb_motor As PictureBox Friend WithEvents nud_motor As NumericUpDown Friend WithEvents btn_mtr_read As Button Friend WithEvents rdb_data_check As RadioButton Friend WithEvents gb_5_data As GroupBox Friend WithEvents txb_5_barcode As TextBox Friend WithEvents lb_5_barcode As Label Friend WithEvents PictureBox2 As PictureBox Friend WithEvents gb_reg_data As GroupBox Friend WithEvents txb_5_prod_motor As TextBox Friend WithEvents lb_5_prod_motor As Label Friend WithEvents txb_5_freq As TextBox Friend WithEvents txb_5_prod_mod As TextBox Friend WithEvents lb_5_prod_mod As Label Friend WithEvents txb_5_power As TextBox Friend WithEvents lb_5_power As Label Friend WithEvents txb_5_prod_date As TextBox Friend WithEvents txb_5_area As TextBox Friend WithEvents lb_5_prod_date As Label Friend WithEvents lb_5_freq As Label Friend WithEvents txb_5_type As TextBox Friend WithEvents txb_5_model As TextBox Friend WithEvents txb_5_serial As TextBox Friend WithEvents txb_5_make As TextBox Friend WithEvents txb_5_reg_date As TextBox Friend WithEvents lb_5_make As Label Friend WithEvents lb_5_reg_date As Label Friend WithEvents lb_5_serial As Label Friend WithEvents lb_5_model As Label Friend WithEvents lb_5_type As Label Friend WithEvents lb_5_area As Label Friend WithEvents txb_5_agency As TextBox Friend WithEvents lb_5_agency As Label Friend WithEvents btn_5_check As Button Friend WithEvents btn_5_reset As Button Friend WithEvents txb_5_td As TextBox Friend WithEvents lb_5_td As Label Friend WithEvents ckb_db_use As CheckBox Friend WithEvents btn_5_write As Button Friend WithEvents txb_5_result As TextBox Friend WithEvents ckb_auto_write As CheckBox Friend WithEvents gbPrinter As GroupBox Friend WithEvents btPrintref As Button Friend WithEvents dgvPrinter As DataGridView Friend WithEvents dfNum As DataGridViewTextBoxColumn Friend WithEvents dfPrinter As DataGridViewTextBoxColumn Friend WithEvents gbPrinter2 As GroupBox Friend WithEvents txbText2 As TextBox Friend WithEvents lbText2 As Label Friend WithEvents btnLabel2 As Button Friend WithEvents txbLabel2 As TextBox Friend WithEvents lbLabel2 As Label Friend WithEvents btnName2 As Button Friend WithEvents txbName2 As TextBox Friend WithEvents lbName2 As Label Friend WithEvents gbPrinter1 As GroupBox Friend WithEvents txbText1 As TextBox Friend WithEvents lbText1 As Label Friend WithEvents txbCode1 As TextBox Friend WithEvents lbCode1 As Label Friend WithEvents btnLabel1 As Button Friend WithEvents txbLabel1 As TextBox Friend WithEvents lbLabel1 As Label Friend WithEvents btnName1 As Button Friend WithEvents txbName1 As TextBox Friend WithEvents lbName1 As Label Friend WithEvents opdfile As OpenFileDialog Friend WithEvents gbPrintUse As GroupBox Friend WithEvents gbPrintEach As GroupBox Friend WithEvents ckbWarPnt As CheckBox Friend WithEvents ckbBoxPnt As CheckBox Friend WithEvents ckbEachPnt As CheckBox Friend WithEvents ckbAllPnt As CheckBox Friend WithEvents btnPrintSave As Button Friend WithEvents ckbfrontprt As CheckBox Friend WithEvents ckbselect As CheckBox Friend WithEvents txbOptBasic As TextBox Friend WithEvents btnbasic As Button Friend WithEvents ckb_auto_delete As CheckBox Friend WithEvents btn_5_delete As Button Friend WithEvents txbRdCheck As TextBox Friend WithEvents lbRdCheck As Label Friend WithEvents txbNdCheck As TextBox Friend WithEvents lbNdCheck As Label Friend WithEvents txbStCheck As TextBox Friend WithEvents lbStCheck As Label Friend WithEvents ckb_info As CheckBox Friend WithEvents GroupBox5 As GroupBox Friend WithEvents Label8 As Label Friend WithEvents pnc_count As Panel Friend WithEvents TextBox1 As TextBox Friend WithEvents TextBox11 As TextBox Friend WithEvents TextBox12 As TextBox Friend WithEvents TextBox14 As TextBox Friend WithEvents TextBox15 As TextBox Friend WithEvents TextBox16 As TextBox Friend WithEvents TextBox17 As TextBox Friend WithEvents TextBox18 As TextBox Friend WithEvents TextBox19 As TextBox Friend WithEvents Label9 As Label Friend WithEvents Label14 As Label Friend WithEvents Label16 As Label Friend WithEvents Label17 As Label Friend WithEvents Label18 As Label Friend WithEvents TextBox20 As TextBox Friend WithEvents TextBox21 As TextBox Friend WithEvents Label19 As Label Friend WithEvents Label20 As Label Friend WithEvents Label21 As Label Friend WithEvents TextBox22 As TextBox Friend WithEvents Label22 As Label Friend WithEvents Label23 As Label Friend WithEvents Label24 As Label Friend WithEvents TextBox23 As TextBox Friend WithEvents Label25 As Label Friend WithEvents Label26 As Label Friend WithEvents Button1 As Button Friend WithEvents Label30 As Label Friend WithEvents Label31 As Label Friend WithEvents TextBox24 As TextBox Friend WithEvents TextBox25 As TextBox Friend WithEvents lbDeep As Label Friend WithEvents lbDotPower As Label Friend WithEvents nudDeep As NumericUpDown Friend WithEvents nudPower As NumericUpDown Friend WithEvents lbPowerRange As Label Friend WithEvents PictureBox4 As PictureBox Friend WithEvents btnPower As Button Friend WithEvents btnDeep As Button Friend WithEvents txbcState As TextBox Friend WithEvents rdbTDRecycle As RadioButton Friend WithEvents gbRecycle As GroupBox Friend WithEvents gbRunCount As GroupBox Friend WithEvents txbDayCount As TextBox Friend WithEvents lbDayCount As Label Friend WithEvents Label3 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents Label1 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents Button4 As Button Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents TextBox3 As TextBox Friend WithEvents Button2 As Button Friend WithEvents rdbV2 As RadioButton Friend WithEvents rdbV1 As RadioButton Friend WithEvents lbMode As Label Friend WithEvents ckbNonTD As CheckBox Friend WithEvents txb_5_date As TextBox Friend WithEvents lb_5_date As Label End Class