3048 lines
162 KiB
C#
3048 lines
162 KiB
C#
using System.Collections.Generic;
|
|
using System;
|
|
using System.Drawing;
|
|
using System.Diagnostics;
|
|
using System.Data;
|
|
using System.Collections;
|
|
using System.Windows.Forms;
|
|
|
|
namespace vmsnet
|
|
{
|
|
partial class Frm_Config : System.Windows.Forms.Form
|
|
{
|
|
|
|
//Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
|
|
[System.Diagnostics.DebuggerNonUserCode()]protected override void Dispose(bool disposing)
|
|
{
|
|
try
|
|
{
|
|
if (disposing && components != null)
|
|
{
|
|
components.Dispose();
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Dispose(disposing);
|
|
}
|
|
}
|
|
|
|
//참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
|
//수정하려면 Windows Form 디자이너를 사용하십시오.
|
|
//코드 편집기를 사용하여 수정하지 마십시오.
|
|
[System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Config));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.ToolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.bt_save = new System.Windows.Forms.ToolStripButton();
|
|
this.StatusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.prb = new System.Windows.Forms.ToolStripProgressBar();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lbMsg = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.TabControl1 = new System.Windows.Forms.TabControl();
|
|
this.TabPage1 = new System.Windows.Forms.TabPage();
|
|
this.tb_viewsize = new System.Windows.Forms.TextBox();
|
|
this.Label12 = new System.Windows.Forms.Label();
|
|
this.chk_sound = new System.Windows.Forms.CheckBox();
|
|
this.GroupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.cmbIndiport = new System.Windows.Forms.ComboBox();
|
|
this.nudSlaveNo = new System.Windows.Forms.NumericUpDown();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.nudLimit = new System.Windows.Forms.NumericUpDown();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
this.tb_savepath = new System.Windows.Forms.TextBox();
|
|
this.tb_trashper = new System.Windows.Forms.TextBox();
|
|
this.Label5 = new System.Windows.Forms.Label();
|
|
this.Label6 = new System.Windows.Forms.Label();
|
|
this.tb_saveterm = new System.Windows.Forms.TextBox();
|
|
this.Label8 = new System.Windows.Forms.Label();
|
|
this.Label7 = new System.Windows.Forms.Label();
|
|
this.tb_div = new System.Windows.Forms.TextBox();
|
|
this.Label14 = new System.Windows.Forms.Label();
|
|
this.nudMaxCH = new System.Windows.Forms.NumericUpDown();
|
|
this.Label10 = new System.Windows.Forms.Label();
|
|
this.nud4thp2 = new System.Windows.Forms.NumericUpDown();
|
|
this.nud4thp1 = new System.Windows.Forms.NumericUpDown();
|
|
this.chk_4thData = new System.Windows.Forms.CheckBox();
|
|
this.nud3rdp2 = new System.Windows.Forms.NumericUpDown();
|
|
this.nud3rdp1 = new System.Windows.Forms.NumericUpDown();
|
|
this.chk_3rdData = new System.Windows.Forms.CheckBox();
|
|
this.nudPri2 = new System.Windows.Forms.NumericUpDown();
|
|
this.nudPri1 = new System.Windows.Forms.NumericUpDown();
|
|
this.chk_1stData = new System.Windows.Forms.CheckBox();
|
|
this.nudSec2 = new System.Windows.Forms.NumericUpDown();
|
|
this.nudSec1 = new System.Windows.Forms.NumericUpDown();
|
|
this.chk_2nddata = new System.Windows.Forms.CheckBox();
|
|
this.chkEnableKA = new System.Windows.Forms.CheckBox();
|
|
this.GroupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.cmb_plcport = new System.Windows.Forms.ComboBox();
|
|
this.chk_alplc = new System.Windows.Forms.CheckBox();
|
|
this.Button2 = new System.Windows.Forms.Button();
|
|
this.Button1 = new System.Windows.Forms.Button();
|
|
this.tb_plcidx = new System.Windows.Forms.NumericUpDown();
|
|
this.Label17 = new System.Windows.Forms.Label();
|
|
this.Label16 = new System.Windows.Forms.Label();
|
|
this.Label15 = new System.Windows.Forms.Label();
|
|
this.chk_sumab = new System.Windows.Forms.CheckBox();
|
|
this.chk_nb = new System.Windows.Forms.CheckBox();
|
|
this.chk_lsb = new System.Windows.Forms.CheckBox();
|
|
this.chk_synctime = new System.Windows.Forms.CheckBox();
|
|
this.chk_savebinary = new System.Windows.Forms.CheckBox();
|
|
this.Label1 = new System.Windows.Forms.Label();
|
|
this.tb_tel = new System.Windows.Forms.TextBox();
|
|
this.Label4 = new System.Windows.Forms.Label();
|
|
this.tb_sangho = new System.Windows.Forms.TextBox();
|
|
this.Label3 = new System.Windows.Forms.Label();
|
|
this.TabPage2 = new System.Windows.Forms.TabPage();
|
|
this.dv_device = new System.Windows.Forms.DataGridView();
|
|
this.M_IDX = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.M_USE = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.M_TITLE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.M_IP = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.PORT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.M_CHCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.M_SNCOMMAND = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.M_KACOMMAND = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.cHCOMMANDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ContextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.장치구조재구성ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.장치자동설정ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.bs_device = new System.Windows.Forms.BindingSource(this.components);
|
|
this.DocumentElement1 = new vmsnet.DocumentElement();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.bn_Device = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.BindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
this.BindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
this.BindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
|
this.BindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
|
|
this.BindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
|
|
this.BindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
this.BindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
|
|
this.BindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.BindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
|
|
this.BindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
|
|
this.BindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|
this.TabPage5 = new System.Windows.Forms.TabPage();
|
|
this.dv_win = new System.Windows.Forms.DataGridView();
|
|
this.iDXDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.uSEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.tITLEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.mATRIXDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.bs_win = new System.Windows.Forms.BindingSource(this.components);
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.BN_WIN = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.ToolStripButton16 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
|
|
this.ToolStripButton17 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripButton18 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripButton19 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripTextBox3 = new System.Windows.Forms.ToolStripTextBox();
|
|
this.ToolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripButton20 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripButton21 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.TabPage4 = new System.Windows.Forms.TabPage();
|
|
this.dv_grp = new System.Windows.Forms.DataGridView();
|
|
this.G_IDX = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.G_USE = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.G_WINDOW = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
this.G_TITLE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.G_FONT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.G_KADEVICE = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
this.DS = new System.Data.DataSet();
|
|
this.DataTable1 = new System.Data.DataTable();
|
|
this.DataColumn1 = new System.Data.DataColumn();
|
|
this.DataColumn2 = new System.Data.DataColumn();
|
|
this.DataTable2 = new System.Data.DataTable();
|
|
this.DataColumn3 = new System.Data.DataColumn();
|
|
this.DataColumn4 = new System.Data.DataColumn();
|
|
this.DataTable3 = new System.Data.DataTable();
|
|
this.DataColumn5 = new System.Data.DataColumn();
|
|
this.DataColumn6 = new System.Data.DataColumn();
|
|
this.DataTable4 = new System.Data.DataTable();
|
|
this.DataColumn8 = new System.Data.DataColumn();
|
|
this.DataColumn7 = new System.Data.DataColumn();
|
|
this.DataTable5 = new System.Data.DataTable();
|
|
this.DataColumn9 = new System.Data.DataColumn();
|
|
this.DataColumn10 = new System.Data.DataColumn();
|
|
this.G_ALAMTYPE = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
this.G_ALAMH = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.G_ALAML = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.G_AUTOH = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.G_AUTOL = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.G_POS = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.G_MATRIX = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.G_SPAN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.G_NBOFF = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.G_NBSEQ = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.NBHHDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.NBHDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.NBLLDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.NBLDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.bs_group = new System.Windows.Forms.BindingSource(this.components);
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.bn_group = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.ToolStripButton9 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
|
this.ToolStripButton10 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripButton11 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripButton12 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripTextBox2 = new System.Windows.Forms.ToolStripTextBox();
|
|
this.ToolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripButton13 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripButton14 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.TabPage3 = new System.Windows.Forms.TabPage();
|
|
this.dv_channel = new System.Windows.Forms.DataGridView();
|
|
this.C_IDX = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.c_ENABLE = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.C_GIDX = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
this.C_TITLE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.C_MACHINE = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
this.C_MACHINE2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.C_ALAMTYPE = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
this.C_ALAMH = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.C_ALAML = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.C_DECPOS = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.C_UNIT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.VOFFSET = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.C_COLOR = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.AUTOHDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.AUTOLDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.IDX_M = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.IDX_U = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.IDX_C = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ContextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.bt_editid = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.bt_editcell = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.그룹ID변경ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.DECPOS변경ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.UNIT변경ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.bs_channel = new System.Windows.Forms.BindingSource(this.components);
|
|
this.bn_channel = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.ToolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
this.ToolStripButton4 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripButton5 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripButton6 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
|
|
this.ToolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripButton7 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripButton8 = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.bt_remakelist = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton15 = new System.Windows.Forms.ToolStripButton();
|
|
this.bs_normal = new System.Windows.Forms.BindingSource(this.components);
|
|
this.ToolStrip1.SuspendLayout();
|
|
this.StatusStrip1.SuspendLayout();
|
|
this.TabControl1.SuspendLayout();
|
|
this.TabPage1.SuspendLayout();
|
|
this.GroupBox1.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudSlaveNo)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudLimit)).BeginInit();
|
|
this.groupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudMaxCH)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nud4thp2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nud4thp1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nud3rdp2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nud3rdp1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudPri2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudPri1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudSec2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudSec1)).BeginInit();
|
|
this.GroupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tb_plcidx)).BeginInit();
|
|
this.TabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv_device)).BeginInit();
|
|
this.ContextMenuStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_device)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DocumentElement1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn_Device)).BeginInit();
|
|
this.bn_Device.SuspendLayout();
|
|
this.TabPage5.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv_win)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_win)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BN_WIN)).BeginInit();
|
|
this.BN_WIN.SuspendLayout();
|
|
this.TabPage4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv_grp)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataTable1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataTable2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataTable3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataTable4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataTable5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_group)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn_group)).BeginInit();
|
|
this.bn_group.SuspendLayout();
|
|
this.TabPage3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv_channel)).BeginInit();
|
|
this.ContextMenuStrip2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_channel)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn_channel)).BeginInit();
|
|
this.bn_channel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_normal)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// ToolStrip1
|
|
//
|
|
this.ToolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.bt_save});
|
|
this.ToolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.ToolStrip1.Name = "ToolStrip1";
|
|
this.ToolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
|
this.ToolStrip1.Size = new System.Drawing.Size(1517, 34);
|
|
this.ToolStrip1.TabIndex = 0;
|
|
this.ToolStrip1.Text = "ToolStrip1";
|
|
this.ToolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.ToolStrip1_ItemClicked);
|
|
//
|
|
// bt_save
|
|
//
|
|
this.bt_save.Image = ((System.Drawing.Image)(resources.GetObject("bt_save.Image")));
|
|
this.bt_save.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.bt_save.Name = "bt_save";
|
|
this.bt_save.Size = new System.Drawing.Size(76, 29);
|
|
this.bt_save.Text = "저장";
|
|
this.bt_save.Click += new System.EventHandler(this.ToolStripButton1_Click);
|
|
//
|
|
// StatusStrip1
|
|
//
|
|
this.StatusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.StatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.prb,
|
|
this.toolStripStatusLabel1,
|
|
this.lbMsg});
|
|
this.StatusStrip1.Location = new System.Drawing.Point(0, 961);
|
|
this.StatusStrip1.Name = "StatusStrip1";
|
|
this.StatusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 20, 0);
|
|
this.StatusStrip1.Size = new System.Drawing.Size(1517, 32);
|
|
this.StatusStrip1.TabIndex = 1;
|
|
this.StatusStrip1.Text = "StatusStrip1";
|
|
//
|
|
// prb
|
|
//
|
|
this.prb.Name = "prb";
|
|
this.prb.Size = new System.Drawing.Size(143, 24);
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(22, 25);
|
|
this.toolStripStatusLabel1.Text = "{}";
|
|
//
|
|
// lbMsg
|
|
//
|
|
this.lbMsg.Name = "lbMsg";
|
|
this.lbMsg.Size = new System.Drawing.Size(22, 25);
|
|
this.lbMsg.Text = "{}";
|
|
//
|
|
// TabControl1
|
|
//
|
|
this.TabControl1.Controls.Add(this.TabPage1);
|
|
this.TabControl1.Controls.Add(this.TabPage2);
|
|
this.TabControl1.Controls.Add(this.TabPage5);
|
|
this.TabControl1.Controls.Add(this.TabPage4);
|
|
this.TabControl1.Controls.Add(this.TabPage3);
|
|
this.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.TabControl1.Location = new System.Drawing.Point(0, 34);
|
|
this.TabControl1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.TabControl1.Name = "TabControl1";
|
|
this.TabControl1.SelectedIndex = 0;
|
|
this.TabControl1.Size = new System.Drawing.Size(1517, 927);
|
|
this.TabControl1.TabIndex = 2;
|
|
//
|
|
// TabPage1
|
|
//
|
|
this.TabPage1.Controls.Add(this.tb_viewsize);
|
|
this.TabPage1.Controls.Add(this.Label12);
|
|
this.TabPage1.Controls.Add(this.chk_sound);
|
|
this.TabPage1.Controls.Add(this.GroupBox1);
|
|
this.TabPage1.Controls.Add(this.tb_tel);
|
|
this.TabPage1.Controls.Add(this.Label4);
|
|
this.TabPage1.Controls.Add(this.tb_sangho);
|
|
this.TabPage1.Controls.Add(this.Label3);
|
|
this.TabPage1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.TabPage1.Location = new System.Drawing.Point(4, 28);
|
|
this.TabPage1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.TabPage1.Name = "TabPage1";
|
|
this.TabPage1.Padding = new System.Windows.Forms.Padding(4);
|
|
this.TabPage1.Size = new System.Drawing.Size(1509, 895);
|
|
this.TabPage1.TabIndex = 0;
|
|
this.TabPage1.Text = "일반설정";
|
|
this.TabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// tb_viewsize
|
|
//
|
|
this.tb_viewsize.Location = new System.Drawing.Point(217, 78);
|
|
this.tb_viewsize.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tb_viewsize.Name = "tb_viewsize";
|
|
this.tb_viewsize.Size = new System.Drawing.Size(295, 39);
|
|
this.tb_viewsize.TabIndex = 26;
|
|
this.tb_viewsize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// Label12
|
|
//
|
|
this.Label12.AutoSize = true;
|
|
this.Label12.Location = new System.Drawing.Point(44, 84);
|
|
this.Label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label12.Name = "Label12";
|
|
this.Label12.Size = new System.Drawing.Size(166, 32);
|
|
this.Label12.TabIndex = 25;
|
|
this.Label12.Text = "개별화면 크기";
|
|
//
|
|
// chk_sound
|
|
//
|
|
this.chk_sound.AutoSize = true;
|
|
this.chk_sound.Location = new System.Drawing.Point(217, 130);
|
|
this.chk_sound.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chk_sound.Name = "chk_sound";
|
|
this.chk_sound.Size = new System.Drawing.Size(373, 36);
|
|
this.chk_sound.TabIndex = 22;
|
|
this.chk_sound.Text = "알람발생시 소리를 발생합니다.";
|
|
this.chk_sound.UseVisualStyleBackColor = true;
|
|
//
|
|
// GroupBox1
|
|
//
|
|
this.GroupBox1.Controls.Add(this.groupBox4);
|
|
this.GroupBox1.Controls.Add(this.label21);
|
|
this.GroupBox1.Controls.Add(this.label19);
|
|
this.GroupBox1.Controls.Add(this.label20);
|
|
this.GroupBox1.Controls.Add(this.label18);
|
|
this.GroupBox1.Controls.Add(this.nudLimit);
|
|
this.GroupBox1.Controls.Add(this.groupBox3);
|
|
this.GroupBox1.Controls.Add(this.nud4thp2);
|
|
this.GroupBox1.Controls.Add(this.nud4thp1);
|
|
this.GroupBox1.Controls.Add(this.chk_4thData);
|
|
this.GroupBox1.Controls.Add(this.nud3rdp2);
|
|
this.GroupBox1.Controls.Add(this.nud3rdp1);
|
|
this.GroupBox1.Controls.Add(this.chk_3rdData);
|
|
this.GroupBox1.Controls.Add(this.nudPri2);
|
|
this.GroupBox1.Controls.Add(this.nudPri1);
|
|
this.GroupBox1.Controls.Add(this.chk_1stData);
|
|
this.GroupBox1.Controls.Add(this.nudSec2);
|
|
this.GroupBox1.Controls.Add(this.nudSec1);
|
|
this.GroupBox1.Controls.Add(this.chk_2nddata);
|
|
this.GroupBox1.Controls.Add(this.chkEnableKA);
|
|
this.GroupBox1.Controls.Add(this.GroupBox2);
|
|
this.GroupBox1.Controls.Add(this.Label15);
|
|
this.GroupBox1.Controls.Add(this.chk_sumab);
|
|
this.GroupBox1.Controls.Add(this.chk_nb);
|
|
this.GroupBox1.Controls.Add(this.chk_lsb);
|
|
this.GroupBox1.Controls.Add(this.chk_synctime);
|
|
this.GroupBox1.Controls.Add(this.chk_savebinary);
|
|
this.GroupBox1.Controls.Add(this.Label1);
|
|
this.GroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.GroupBox1.Location = new System.Drawing.Point(4, 270);
|
|
this.GroupBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.GroupBox1.Name = "GroupBox1";
|
|
this.GroupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
this.GroupBox1.Size = new System.Drawing.Size(1501, 621);
|
|
this.GroupBox1.TabIndex = 9;
|
|
this.GroupBox1.TabStop = false;
|
|
this.GroupBox1.Text = "고급설정(이 곳의 데이터는 수정하지 마세요)";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox4.Controls.Add(this.button5);
|
|
this.groupBox4.Controls.Add(this.button4);
|
|
this.groupBox4.Controls.Add(this.button3);
|
|
this.groupBox4.Controls.Add(this.cmbIndiport);
|
|
this.groupBox4.Controls.Add(this.nudSlaveNo);
|
|
this.groupBox4.Controls.Add(this.label22);
|
|
this.groupBox4.Controls.Add(this.label23);
|
|
this.groupBox4.Location = new System.Drawing.Point(724, 32);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(347, 218);
|
|
this.groupBox4.TabIndex = 45;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Indicator";
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(111, 146);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(86, 54);
|
|
this.button5.TabIndex = 46;
|
|
this.button5.Text = "끊기";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Location = new System.Drawing.Point(20, 146);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(86, 54);
|
|
this.button4.TabIndex = 45;
|
|
this.button4.Text = "연결";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(207, 146);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(120, 54);
|
|
this.button3.TabIndex = 45;
|
|
this.button3.Text = "테스트";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// cmbIndiport
|
|
//
|
|
this.cmbIndiport.FormattingEnabled = true;
|
|
this.cmbIndiport.Location = new System.Drawing.Point(179, 42);
|
|
this.cmbIndiport.Name = "cmbIndiport";
|
|
this.cmbIndiport.Size = new System.Drawing.Size(147, 40);
|
|
this.cmbIndiport.TabIndex = 44;
|
|
//
|
|
// nudSlaveNo
|
|
//
|
|
this.nudSlaveNo.Location = new System.Drawing.Point(179, 94);
|
|
this.nudSlaveNo.Margin = new System.Windows.Forms.Padding(4);
|
|
this.nudSlaveNo.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudSlaveNo.Name = "nudSlaveNo";
|
|
this.nudSlaveNo.Size = new System.Drawing.Size(147, 39);
|
|
this.nudSlaveNo.TabIndex = 40;
|
|
this.nudSlaveNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.nudSlaveNo.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.AutoSize = true;
|
|
this.label22.Location = new System.Drawing.Point(34, 48);
|
|
this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(137, 32);
|
|
this.label22.TabIndex = 39;
|
|
this.label22.Text = "Comm Port";
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.AutoSize = true;
|
|
this.label23.Location = new System.Drawing.Point(41, 100);
|
|
this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(110, 32);
|
|
this.label23.TabIndex = 39;
|
|
this.label23.Text = "Slave No";
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.Location = new System.Drawing.Point(346, 435);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(39, 39);
|
|
this.label21.TabIndex = 64;
|
|
this.label21.Text = "~";
|
|
this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.Location = new System.Drawing.Point(346, 328);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(39, 39);
|
|
this.label19.TabIndex = 64;
|
|
this.label19.Text = "~";
|
|
this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.Location = new System.Drawing.Point(346, 381);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(39, 39);
|
|
this.label20.TabIndex = 64;
|
|
this.label20.Text = "~";
|
|
this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.Location = new System.Drawing.Point(346, 274);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(39, 39);
|
|
this.label18.TabIndex = 64;
|
|
this.label18.Text = "~";
|
|
this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// nudLimit
|
|
//
|
|
this.nudLimit.Location = new System.Drawing.Point(224, 54);
|
|
this.nudLimit.Margin = new System.Windows.Forms.Padding(4);
|
|
this.nudLimit.Maximum = new decimal(new int[] {
|
|
999999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudLimit.Name = "nudLimit";
|
|
this.nudLimit.Size = new System.Drawing.Size(180, 39);
|
|
this.nudLimit.TabIndex = 63;
|
|
this.nudLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox3.Controls.Add(this.label9);
|
|
this.groupBox3.Controls.Add(this.linkLabel1);
|
|
this.groupBox3.Controls.Add(this.tb_savepath);
|
|
this.groupBox3.Controls.Add(this.tb_trashper);
|
|
this.groupBox3.Controls.Add(this.Label5);
|
|
this.groupBox3.Controls.Add(this.Label6);
|
|
this.groupBox3.Controls.Add(this.tb_saveterm);
|
|
this.groupBox3.Controls.Add(this.Label8);
|
|
this.groupBox3.Controls.Add(this.Label7);
|
|
this.groupBox3.Controls.Add(this.tb_div);
|
|
this.groupBox3.Controls.Add(this.Label14);
|
|
this.groupBox3.Controls.Add(this.nudMaxCH);
|
|
this.groupBox3.Controls.Add(this.Label10);
|
|
this.groupBox3.Location = new System.Drawing.Point(724, 272);
|
|
this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
|
|
this.groupBox3.Size = new System.Drawing.Size(754, 264);
|
|
this.groupBox3.TabIndex = 62;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Data Save";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.ForeColor = System.Drawing.Color.Gray;
|
|
this.label9.Location = new System.Drawing.Point(31, 216);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(614, 32);
|
|
this.label9.TabIndex = 64;
|
|
this.label9.Text = "저장폴더값이 비어 있다면 현재 폴더로 자동 인식됩니다";
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.AutoSize = true;
|
|
this.linkLabel1.Location = new System.Drawing.Point(73, 50);
|
|
this.linkLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.Size = new System.Drawing.Size(110, 32);
|
|
this.linkLabel1.TabIndex = 63;
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Text = "저장폴더";
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// tb_savepath
|
|
//
|
|
this.tb_savepath.Location = new System.Drawing.Point(187, 42);
|
|
this.tb_savepath.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tb_savepath.Name = "tb_savepath";
|
|
this.tb_savepath.Size = new System.Drawing.Size(525, 39);
|
|
this.tb_savepath.TabIndex = 14;
|
|
this.tb_savepath.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// tb_trashper
|
|
//
|
|
this.tb_trashper.ForeColor = System.Drawing.Color.Red;
|
|
this.tb_trashper.Location = new System.Drawing.Point(187, 98);
|
|
this.tb_trashper.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tb_trashper.Name = "tb_trashper";
|
|
this.tb_trashper.Size = new System.Drawing.Size(55, 39);
|
|
this.tb_trashper.TabIndex = 17;
|
|
this.tb_trashper.Text = "0";
|
|
this.tb_trashper.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// Label5
|
|
//
|
|
this.Label5.AutoSize = true;
|
|
this.Label5.Location = new System.Drawing.Point(57, 104);
|
|
this.Label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label5.Name = "Label5";
|
|
this.Label5.Size = new System.Drawing.Size(134, 32);
|
|
this.Label5.TabIndex = 16;
|
|
this.Label5.Text = "디스크정리";
|
|
//
|
|
// Label6
|
|
//
|
|
this.Label6.AutoSize = true;
|
|
this.Label6.Location = new System.Drawing.Point(257, 104);
|
|
this.Label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label6.Name = "Label6";
|
|
this.Label6.Size = new System.Drawing.Size(34, 32);
|
|
this.Label6.TabIndex = 16;
|
|
this.Label6.Text = "%";
|
|
//
|
|
// tb_saveterm
|
|
//
|
|
this.tb_saveterm.ForeColor = System.Drawing.Color.Red;
|
|
this.tb_saveterm.Location = new System.Drawing.Point(187, 153);
|
|
this.tb_saveterm.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tb_saveterm.Name = "tb_saveterm";
|
|
this.tb_saveterm.Size = new System.Drawing.Size(55, 39);
|
|
this.tb_saveterm.TabIndex = 20;
|
|
this.tb_saveterm.Text = "0";
|
|
this.tb_saveterm.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// Label8
|
|
//
|
|
this.Label8.AutoSize = true;
|
|
this.Label8.Location = new System.Drawing.Point(11, 159);
|
|
this.Label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label8.Name = "Label8";
|
|
this.Label8.Size = new System.Drawing.Size(182, 32);
|
|
this.Label8.TabIndex = 18;
|
|
this.Label8.Text = "데이터저장주기";
|
|
//
|
|
// Label7
|
|
//
|
|
this.Label7.AutoSize = true;
|
|
this.Label7.Location = new System.Drawing.Point(257, 160);
|
|
this.Label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label7.Name = "Label7";
|
|
this.Label7.Size = new System.Drawing.Size(38, 32);
|
|
this.Label7.TabIndex = 19;
|
|
this.Label7.Text = "초";
|
|
//
|
|
// tb_div
|
|
//
|
|
this.tb_div.ForeColor = System.Drawing.Color.Red;
|
|
this.tb_div.Location = new System.Drawing.Point(633, 99);
|
|
this.tb_div.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tb_div.Name = "tb_div";
|
|
this.tb_div.Size = new System.Drawing.Size(80, 39);
|
|
this.tb_div.TabIndex = 32;
|
|
this.tb_div.Text = "1";
|
|
this.tb_div.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// Label14
|
|
//
|
|
this.Label14.AutoSize = true;
|
|
this.Label14.Location = new System.Drawing.Point(519, 105);
|
|
this.Label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label14.Name = "Label14";
|
|
this.Label14.Size = new System.Drawing.Size(106, 32);
|
|
this.Label14.TabIndex = 30;
|
|
this.Label14.Text = "Data Div";
|
|
//
|
|
// nudMaxCH
|
|
//
|
|
this.nudMaxCH.Location = new System.Drawing.Point(633, 153);
|
|
this.nudMaxCH.Margin = new System.Windows.Forms.Padding(4);
|
|
this.nudMaxCH.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudMaxCH.Name = "nudMaxCH";
|
|
this.nudMaxCH.Size = new System.Drawing.Size(81, 39);
|
|
this.nudMaxCH.TabIndex = 46;
|
|
this.nudMaxCH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// Label10
|
|
//
|
|
this.Label10.AutoSize = true;
|
|
this.Label10.Location = new System.Drawing.Point(453, 158);
|
|
this.Label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label10.Name = "Label10";
|
|
this.Label10.Size = new System.Drawing.Size(175, 32);
|
|
this.Label10.TabIndex = 30;
|
|
this.Label10.Text = "Channel Count";
|
|
//
|
|
// nud4thp2
|
|
//
|
|
this.nud4thp2.Location = new System.Drawing.Point(391, 432);
|
|
this.nud4thp2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.nud4thp2.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nud4thp2.Name = "nud4thp2";
|
|
this.nud4thp2.Size = new System.Drawing.Size(119, 39);
|
|
this.nud4thp2.TabIndex = 61;
|
|
this.nud4thp2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// nud4thp1
|
|
//
|
|
this.nud4thp1.Location = new System.Drawing.Point(224, 432);
|
|
this.nud4thp1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.nud4thp1.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nud4thp1.Name = "nud4thp1";
|
|
this.nud4thp1.Size = new System.Drawing.Size(119, 39);
|
|
this.nud4thp1.TabIndex = 60;
|
|
this.nud4thp1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// chk_4thData
|
|
//
|
|
this.chk_4thData.AutoSize = true;
|
|
this.chk_4thData.Location = new System.Drawing.Point(27, 434);
|
|
this.chk_4thData.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chk_4thData.Name = "chk_4thData";
|
|
this.chk_4thData.Size = new System.Drawing.Size(178, 36);
|
|
this.chk_4thData.TabIndex = 59;
|
|
this.chk_4thData.Text = "Get 4th Data";
|
|
this.chk_4thData.UseVisualStyleBackColor = true;
|
|
//
|
|
// nud3rdp2
|
|
//
|
|
this.nud3rdp2.Location = new System.Drawing.Point(391, 380);
|
|
this.nud3rdp2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.nud3rdp2.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nud3rdp2.Name = "nud3rdp2";
|
|
this.nud3rdp2.Size = new System.Drawing.Size(119, 39);
|
|
this.nud3rdp2.TabIndex = 58;
|
|
this.nud3rdp2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// nud3rdp1
|
|
//
|
|
this.nud3rdp1.Location = new System.Drawing.Point(224, 380);
|
|
this.nud3rdp1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.nud3rdp1.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nud3rdp1.Name = "nud3rdp1";
|
|
this.nud3rdp1.Size = new System.Drawing.Size(119, 39);
|
|
this.nud3rdp1.TabIndex = 57;
|
|
this.nud3rdp1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// chk_3rdData
|
|
//
|
|
this.chk_3rdData.AutoSize = true;
|
|
this.chk_3rdData.Location = new System.Drawing.Point(27, 381);
|
|
this.chk_3rdData.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chk_3rdData.Name = "chk_3rdData";
|
|
this.chk_3rdData.Size = new System.Drawing.Size(178, 36);
|
|
this.chk_3rdData.TabIndex = 56;
|
|
this.chk_3rdData.Text = "Get 3rd Data";
|
|
this.chk_3rdData.UseVisualStyleBackColor = true;
|
|
//
|
|
// nudPri2
|
|
//
|
|
this.nudPri2.Location = new System.Drawing.Point(391, 274);
|
|
this.nudPri2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.nudPri2.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudPri2.Name = "nudPri2";
|
|
this.nudPri2.Size = new System.Drawing.Size(119, 39);
|
|
this.nudPri2.TabIndex = 55;
|
|
this.nudPri2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// nudPri1
|
|
//
|
|
this.nudPri1.Location = new System.Drawing.Point(224, 274);
|
|
this.nudPri1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.nudPri1.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudPri1.Name = "nudPri1";
|
|
this.nudPri1.Size = new System.Drawing.Size(119, 39);
|
|
this.nudPri1.TabIndex = 54;
|
|
this.nudPri1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// chk_1stData
|
|
//
|
|
this.chk_1stData.AutoSize = true;
|
|
this.chk_1stData.Checked = true;
|
|
this.chk_1stData.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.chk_1stData.Enabled = false;
|
|
this.chk_1stData.Location = new System.Drawing.Point(27, 278);
|
|
this.chk_1stData.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chk_1stData.Name = "chk_1stData";
|
|
this.chk_1stData.Size = new System.Drawing.Size(174, 36);
|
|
this.chk_1stData.TabIndex = 53;
|
|
this.chk_1stData.Text = "Get 1st Data";
|
|
this.chk_1stData.UseVisualStyleBackColor = true;
|
|
//
|
|
// nudSec2
|
|
//
|
|
this.nudSec2.Location = new System.Drawing.Point(391, 327);
|
|
this.nudSec2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.nudSec2.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudSec2.Name = "nudSec2";
|
|
this.nudSec2.Size = new System.Drawing.Size(119, 39);
|
|
this.nudSec2.TabIndex = 51;
|
|
this.nudSec2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// nudSec1
|
|
//
|
|
this.nudSec1.Location = new System.Drawing.Point(224, 327);
|
|
this.nudSec1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.nudSec1.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudSec1.Name = "nudSec1";
|
|
this.nudSec1.Size = new System.Drawing.Size(119, 39);
|
|
this.nudSec1.TabIndex = 52;
|
|
this.nudSec1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// chk_2nddata
|
|
//
|
|
this.chk_2nddata.AutoSize = true;
|
|
this.chk_2nddata.Location = new System.Drawing.Point(27, 328);
|
|
this.chk_2nddata.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chk_2nddata.Name = "chk_2nddata";
|
|
this.chk_2nddata.Size = new System.Drawing.Size(184, 36);
|
|
this.chk_2nddata.TabIndex = 50;
|
|
this.chk_2nddata.Text = "Get 2nd Data";
|
|
this.chk_2nddata.UseVisualStyleBackColor = true;
|
|
//
|
|
// chkEnableKA
|
|
//
|
|
this.chkEnableKA.AutoSize = true;
|
|
this.chkEnableKA.Location = new System.Drawing.Point(346, 213);
|
|
this.chkEnableKA.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chkEnableKA.Name = "chkEnableKA";
|
|
this.chkEnableKA.Size = new System.Drawing.Size(149, 36);
|
|
this.chkEnableKA.TabIndex = 45;
|
|
this.chkEnableKA.Text = "Enable KA";
|
|
this.chkEnableKA.UseVisualStyleBackColor = true;
|
|
//
|
|
// GroupBox2
|
|
//
|
|
this.GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.GroupBox2.Controls.Add(this.cmb_plcport);
|
|
this.GroupBox2.Controls.Add(this.chk_alplc);
|
|
this.GroupBox2.Controls.Add(this.Button2);
|
|
this.GroupBox2.Controls.Add(this.Button1);
|
|
this.GroupBox2.Controls.Add(this.tb_plcidx);
|
|
this.GroupBox2.Controls.Add(this.Label17);
|
|
this.GroupBox2.Controls.Add(this.Label16);
|
|
this.GroupBox2.Location = new System.Drawing.Point(1077, 30);
|
|
this.GroupBox2.Name = "GroupBox2";
|
|
this.GroupBox2.Size = new System.Drawing.Size(413, 219);
|
|
this.GroupBox2.TabIndex = 41;
|
|
this.GroupBox2.TabStop = false;
|
|
this.GroupBox2.Text = "Alarm PLC";
|
|
//
|
|
// cmb_plcport
|
|
//
|
|
this.cmb_plcport.FormattingEnabled = true;
|
|
this.cmb_plcport.Location = new System.Drawing.Point(151, 42);
|
|
this.cmb_plcport.Name = "cmb_plcport";
|
|
this.cmb_plcport.Size = new System.Drawing.Size(245, 40);
|
|
this.cmb_plcport.TabIndex = 44;
|
|
//
|
|
// chk_alplc
|
|
//
|
|
this.chk_alplc.AutoSize = true;
|
|
this.chk_alplc.Location = new System.Drawing.Point(31, 152);
|
|
this.chk_alplc.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chk_alplc.Name = "chk_alplc";
|
|
this.chk_alplc.Size = new System.Drawing.Size(118, 36);
|
|
this.chk_alplc.TabIndex = 42;
|
|
this.chk_alplc.Text = "On/Off";
|
|
this.chk_alplc.UseVisualStyleBackColor = true;
|
|
//
|
|
// Button2
|
|
//
|
|
this.Button2.Location = new System.Drawing.Point(270, 142);
|
|
this.Button2.Name = "Button2";
|
|
this.Button2.Size = new System.Drawing.Size(127, 54);
|
|
this.Button2.TabIndex = 43;
|
|
this.Button2.Text = "Off";
|
|
this.Button2.UseVisualStyleBackColor = true;
|
|
this.Button2.Click += new System.EventHandler(this.Button2_Click);
|
|
//
|
|
// Button1
|
|
//
|
|
this.Button1.Location = new System.Drawing.Point(151, 142);
|
|
this.Button1.Name = "Button1";
|
|
this.Button1.Size = new System.Drawing.Size(113, 54);
|
|
this.Button1.TabIndex = 42;
|
|
this.Button1.Text = "On";
|
|
this.Button1.UseVisualStyleBackColor = true;
|
|
this.Button1.Click += new System.EventHandler(this.Button1_Click);
|
|
//
|
|
// tb_plcidx
|
|
//
|
|
this.tb_plcidx.Location = new System.Drawing.Point(151, 92);
|
|
this.tb_plcidx.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tb_plcidx.Maximum = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tb_plcidx.Name = "tb_plcidx";
|
|
this.tb_plcidx.Size = new System.Drawing.Size(246, 39);
|
|
this.tb_plcidx.TabIndex = 40;
|
|
this.tb_plcidx.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// Label17
|
|
//
|
|
this.Label17.AutoSize = true;
|
|
this.Label17.Location = new System.Drawing.Point(7, 48);
|
|
this.Label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label17.Name = "Label17";
|
|
this.Label17.Size = new System.Drawing.Size(137, 32);
|
|
this.Label17.TabIndex = 39;
|
|
this.Label17.Text = "Comm Port";
|
|
//
|
|
// Label16
|
|
//
|
|
this.Label16.AutoSize = true;
|
|
this.Label16.Location = new System.Drawing.Point(14, 98);
|
|
this.Label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label16.Name = "Label16";
|
|
this.Label16.Size = new System.Drawing.Size(137, 32);
|
|
this.Label16.TabIndex = 39;
|
|
this.Label16.Text = "Alarm Addr";
|
|
//
|
|
// Label15
|
|
//
|
|
this.Label15.AutoSize = true;
|
|
this.Label15.Location = new System.Drawing.Point(413, 57);
|
|
this.Label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label15.Name = "Label15";
|
|
this.Label15.Size = new System.Drawing.Size(113, 32);
|
|
this.Label15.TabIndex = 38;
|
|
this.Label15.Text = "ms / cyle";
|
|
//
|
|
// chk_sumab
|
|
//
|
|
this.chk_sumab.AutoSize = true;
|
|
this.chk_sumab.Location = new System.Drawing.Point(27, 546);
|
|
this.chk_sumab.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chk_sumab.Name = "chk_sumab";
|
|
this.chk_sumab.Size = new System.Drawing.Size(195, 36);
|
|
this.chk_sumab.TabIndex = 33;
|
|
this.chk_sumab.Text = "SUM A,SUM B";
|
|
this.chk_sumab.UseVisualStyleBackColor = true;
|
|
//
|
|
// chk_nb
|
|
//
|
|
this.chk_nb.AutoSize = true;
|
|
this.chk_nb.Location = new System.Drawing.Point(27, 498);
|
|
this.chk_nb.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chk_nb.Name = "chk_nb";
|
|
this.chk_nb.Size = new System.Drawing.Size(478, 36);
|
|
this.chk_nb.TabIndex = 29;
|
|
this.chk_nb.Text = "NullBalance 기준값을 실제값으로 사용함";
|
|
this.chk_nb.UseVisualStyleBackColor = true;
|
|
//
|
|
// chk_lsb
|
|
//
|
|
this.chk_lsb.AutoSize = true;
|
|
this.chk_lsb.Location = new System.Drawing.Point(27, 213);
|
|
this.chk_lsb.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chk_lsb.Name = "chk_lsb";
|
|
this.chk_lsb.Size = new System.Drawing.Size(314, 36);
|
|
this.chk_lsb.TabIndex = 15;
|
|
this.chk_lsb.Text = "Binary OutputMode : LSB";
|
|
this.chk_lsb.UseVisualStyleBackColor = true;
|
|
//
|
|
// chk_synctime
|
|
//
|
|
this.chk_synctime.AutoSize = true;
|
|
this.chk_synctime.Location = new System.Drawing.Point(27, 164);
|
|
this.chk_synctime.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chk_synctime.Name = "chk_synctime";
|
|
this.chk_synctime.Size = new System.Drawing.Size(461, 36);
|
|
this.chk_synctime.TabIndex = 10;
|
|
this.chk_synctime.Text = "장치의 시간을 컴퓨터와 동기화 합니다.";
|
|
this.chk_synctime.UseVisualStyleBackColor = true;
|
|
//
|
|
// chk_savebinary
|
|
//
|
|
this.chk_savebinary.AutoSize = true;
|
|
this.chk_savebinary.Location = new System.Drawing.Point(27, 114);
|
|
this.chk_savebinary.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chk_savebinary.Name = "chk_savebinary";
|
|
this.chk_savebinary.Size = new System.Drawing.Size(685, 36);
|
|
this.chk_savebinary.TabIndex = 9;
|
|
this.chk_savebinary.Text = "장치로부터 수신된 측정데이터(Binary)를 파일로 저장합니다.";
|
|
this.chk_savebinary.UseVisualStyleBackColor = true;
|
|
//
|
|
// Label1
|
|
//
|
|
this.Label1.AutoSize = true;
|
|
this.Label1.Location = new System.Drawing.Point(27, 57);
|
|
this.Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label1.Name = "Label1";
|
|
this.Label1.Size = new System.Drawing.Size(198, 32);
|
|
this.Label1.TabIndex = 7;
|
|
this.Label1.Text = "데이터 요청 간격";
|
|
//
|
|
// tb_tel
|
|
//
|
|
this.tb_tel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.tb_tel.Location = new System.Drawing.Point(1106, 20);
|
|
this.tb_tel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tb_tel.Name = "tb_tel";
|
|
this.tb_tel.Size = new System.Drawing.Size(377, 39);
|
|
this.tb_tel.TabIndex = 5;
|
|
this.tb_tel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.tb_tel.Visible = false;
|
|
//
|
|
// Label4
|
|
//
|
|
this.Label4.AutoSize = true;
|
|
this.Label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.Label4.Location = new System.Drawing.Point(969, 26);
|
|
this.Label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label4.Name = "Label4";
|
|
this.Label4.Size = new System.Drawing.Size(134, 32);
|
|
this.Label4.TabIndex = 4;
|
|
this.Label4.Text = "업체연락처";
|
|
this.Label4.Visible = false;
|
|
//
|
|
// tb_sangho
|
|
//
|
|
this.tb_sangho.Location = new System.Drawing.Point(216, 26);
|
|
this.tb_sangho.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tb_sangho.Name = "tb_sangho";
|
|
this.tb_sangho.Size = new System.Drawing.Size(295, 39);
|
|
this.tb_sangho.TabIndex = 3;
|
|
this.tb_sangho.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// Label3
|
|
//
|
|
this.Label3.AutoSize = true;
|
|
this.Label3.Location = new System.Drawing.Point(120, 30);
|
|
this.Label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label3.Name = "Label3";
|
|
this.Label3.Size = new System.Drawing.Size(86, 32);
|
|
this.Label3.TabIndex = 2;
|
|
this.Label3.Text = "업체명";
|
|
//
|
|
// TabPage2
|
|
//
|
|
this.TabPage2.Controls.Add(this.dv_device);
|
|
this.TabPage2.Controls.Add(this.label11);
|
|
this.TabPage2.Controls.Add(this.bn_Device);
|
|
this.TabPage2.Location = new System.Drawing.Point(4, 28);
|
|
this.TabPage2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.TabPage2.Name = "TabPage2";
|
|
this.TabPage2.Size = new System.Drawing.Size(1509, 895);
|
|
this.TabPage2.TabIndex = 1;
|
|
this.TabPage2.Text = "장치설정";
|
|
this.TabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// dv_device
|
|
//
|
|
this.dv_device.AllowUserToAddRows = false;
|
|
this.dv_device.AllowUserToOrderColumns = true;
|
|
this.dv_device.AutoGenerateColumns = false;
|
|
this.dv_device.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dv_device.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dv_device.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dv_device.ColumnHeadersHeight = 40;
|
|
this.dv_device.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dv_device.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.M_IDX,
|
|
this.M_USE,
|
|
this.M_TITLE,
|
|
this.M_IP,
|
|
this.PORT,
|
|
this.M_CHCOUNT,
|
|
this.M_SNCOMMAND,
|
|
this.M_KACOMMAND,
|
|
this.cHCOMMANDDataGridViewTextBoxColumn});
|
|
this.dv_device.ContextMenuStrip = this.ContextMenuStrip1;
|
|
this.dv_device.DataSource = this.bs_device;
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle8.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dv_device.DefaultCellStyle = dataGridViewCellStyle8;
|
|
this.dv_device.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dv_device.Location = new System.Drawing.Point(0, 34);
|
|
this.dv_device.Margin = new System.Windows.Forms.Padding(4);
|
|
this.dv_device.MultiSelect = false;
|
|
this.dv_device.Name = "dv_device";
|
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dv_device.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
|
this.dv_device.RowHeadersVisible = false;
|
|
this.dv_device.RowHeadersWidth = 62;
|
|
this.dv_device.RowTemplate.Height = 23;
|
|
this.dv_device.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
this.dv_device.Size = new System.Drawing.Size(1509, 815);
|
|
this.dv_device.TabIndex = 0;
|
|
//
|
|
// M_IDX
|
|
//
|
|
this.M_IDX.DataPropertyName = "IDX";
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.M_IDX.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.M_IDX.HeaderText = "일련번호";
|
|
this.M_IDX.MinimumWidth = 8;
|
|
this.M_IDX.Name = "M_IDX";
|
|
this.M_IDX.Width = 61;
|
|
//
|
|
// M_USE
|
|
//
|
|
this.M_USE.DataPropertyName = "USE";
|
|
this.M_USE.FalseValue = "0";
|
|
this.M_USE.HeaderText = "사용";
|
|
this.M_USE.MinimumWidth = 8;
|
|
this.M_USE.Name = "M_USE";
|
|
this.M_USE.TrueValue = "1";
|
|
this.M_USE.Width = 32;
|
|
//
|
|
// M_TITLE
|
|
//
|
|
this.M_TITLE.DataPropertyName = "TITLE";
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.M_TITLE.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.M_TITLE.HeaderText = "장치명";
|
|
this.M_TITLE.MinimumWidth = 8;
|
|
this.M_TITLE.Name = "M_TITLE";
|
|
this.M_TITLE.Width = 61;
|
|
//
|
|
// M_IP
|
|
//
|
|
this.M_IP.DataPropertyName = "IP";
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.M_IP.DefaultCellStyle = dataGridViewCellStyle4;
|
|
this.M_IP.HeaderText = "IP";
|
|
this.M_IP.MinimumWidth = 8;
|
|
this.M_IP.Name = "M_IP";
|
|
this.M_IP.Width = 41;
|
|
//
|
|
// PORT
|
|
//
|
|
this.PORT.DataPropertyName = "PORT";
|
|
this.PORT.HeaderText = "PORT";
|
|
this.PORT.MinimumWidth = 8;
|
|
this.PORT.Name = "PORT";
|
|
this.PORT.Width = 63;
|
|
//
|
|
// M_CHCOUNT
|
|
//
|
|
this.M_CHCOUNT.DataPropertyName = "CHCOUNT";
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.M_CHCOUNT.DefaultCellStyle = dataGridViewCellStyle5;
|
|
this.M_CHCOUNT.HeaderText = "유닛채널";
|
|
this.M_CHCOUNT.MinimumWidth = 8;
|
|
this.M_CHCOUNT.Name = "M_CHCOUNT";
|
|
this.M_CHCOUNT.Width = 61;
|
|
//
|
|
// M_SNCOMMAND
|
|
//
|
|
this.M_SNCOMMAND.DataPropertyName = "SNCOMMAND";
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.M_SNCOMMAND.DefaultCellStyle = dataGridViewCellStyle6;
|
|
this.M_SNCOMMAND.HeaderText = "CMD(UNIT)";
|
|
this.M_SNCOMMAND.MinimumWidth = 8;
|
|
this.M_SNCOMMAND.Name = "M_SNCOMMAND";
|
|
this.M_SNCOMMAND.Width = 96;
|
|
//
|
|
// M_KACOMMAND
|
|
//
|
|
this.M_KACOMMAND.DataPropertyName = "KACOMMAND";
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.M_KACOMMAND.DefaultCellStyle = dataGridViewCellStyle7;
|
|
this.M_KACOMMAND.HeaderText = "CMD(SCALE)";
|
|
this.M_KACOMMAND.MinimumWidth = 8;
|
|
this.M_KACOMMAND.Name = "M_KACOMMAND";
|
|
this.M_KACOMMAND.Width = 108;
|
|
//
|
|
// cHCOMMANDDataGridViewTextBoxColumn
|
|
//
|
|
this.cHCOMMANDDataGridViewTextBoxColumn.DataPropertyName = "CHCOMMAND";
|
|
this.cHCOMMANDDataGridViewTextBoxColumn.HeaderText = "CHCOMMAND";
|
|
this.cHCOMMANDDataGridViewTextBoxColumn.MinimumWidth = 8;
|
|
this.cHCOMMANDDataGridViewTextBoxColumn.Name = "cHCOMMANDDataGridViewTextBoxColumn";
|
|
this.cHCOMMANDDataGridViewTextBoxColumn.Width = 150;
|
|
//
|
|
// ContextMenuStrip1
|
|
//
|
|
this.ContextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.ContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.장치구조재구성ToolStripMenuItem,
|
|
this.장치자동설정ToolStripMenuItem});
|
|
this.ContextMenuStrip1.Name = "ContextMenuStrip1";
|
|
this.ContextMenuStrip1.Size = new System.Drawing.Size(251, 68);
|
|
//
|
|
// 장치구조재구성ToolStripMenuItem
|
|
//
|
|
this.장치구조재구성ToolStripMenuItem.Enabled = false;
|
|
this.장치구조재구성ToolStripMenuItem.Name = "장치구조재구성ToolStripMenuItem";
|
|
this.장치구조재구성ToolStripMenuItem.Size = new System.Drawing.Size(250, 32);
|
|
this.장치구조재구성ToolStripMenuItem.Text = "Reconstruction";
|
|
this.장치구조재구성ToolStripMenuItem.Click += new System.EventHandler(this.장치구조재구성ToolStripMenuItem_Click);
|
|
//
|
|
// 장치자동설정ToolStripMenuItem
|
|
//
|
|
this.장치자동설정ToolStripMenuItem.Name = "장치자동설정ToolStripMenuItem";
|
|
this.장치자동설정ToolStripMenuItem.Size = new System.Drawing.Size(250, 32);
|
|
this.장치자동설정ToolStripMenuItem.Text = "AutoChannel Setting";
|
|
this.장치자동설정ToolStripMenuItem.Click += new System.EventHandler(this.장치자동설정ToolStripMenuItem_Click);
|
|
//
|
|
// bs_device
|
|
//
|
|
this.bs_device.DataMember = "DEVICE";
|
|
this.bs_device.DataSource = this.DocumentElement1;
|
|
//
|
|
// DocumentElement1
|
|
//
|
|
this.DocumentElement1.DataSetName = "DocumentElement";
|
|
this.DocumentElement1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.label11.ForeColor = System.Drawing.Color.Blue;
|
|
this.label11.Location = new System.Drawing.Point(0, 849);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Padding = new System.Windows.Forms.Padding(14, 0, 0, 0);
|
|
this.label11.Size = new System.Drawing.Size(1509, 46);
|
|
this.label11.TabIndex = 26;
|
|
this.label11.Text = "유닛 0부터 시작 합니다. 예) 0*60,1*60,2*60, IP혹은 PORT변경시에는 프로그램을 다시 시작 하세요";
|
|
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// bn_Device
|
|
//
|
|
this.bn_Device.AddNewItem = this.BindingNavigatorAddNewItem;
|
|
this.bn_Device.BindingSource = this.bs_device;
|
|
this.bn_Device.CountItem = this.BindingNavigatorCountItem;
|
|
this.bn_Device.DeleteItem = this.BindingNavigatorDeleteItem;
|
|
this.bn_Device.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.bn_Device.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.BindingNavigatorMoveFirstItem,
|
|
this.BindingNavigatorMovePreviousItem,
|
|
this.BindingNavigatorSeparator,
|
|
this.BindingNavigatorPositionItem,
|
|
this.BindingNavigatorCountItem,
|
|
this.BindingNavigatorSeparator1,
|
|
this.BindingNavigatorMoveNextItem,
|
|
this.BindingNavigatorMoveLastItem,
|
|
this.BindingNavigatorSeparator2,
|
|
this.BindingNavigatorAddNewItem,
|
|
this.BindingNavigatorDeleteItem,
|
|
this.ToolStripSeparator8,
|
|
this.toolStripButton1,
|
|
this.toolStripButton2});
|
|
this.bn_Device.Location = new System.Drawing.Point(0, 0);
|
|
this.bn_Device.MoveFirstItem = this.BindingNavigatorMoveFirstItem;
|
|
this.bn_Device.MoveLastItem = this.BindingNavigatorMoveLastItem;
|
|
this.bn_Device.MoveNextItem = this.BindingNavigatorMoveNextItem;
|
|
this.bn_Device.MovePreviousItem = this.BindingNavigatorMovePreviousItem;
|
|
this.bn_Device.Name = "bn_Device";
|
|
this.bn_Device.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
|
this.bn_Device.PositionItem = this.BindingNavigatorPositionItem;
|
|
this.bn_Device.Size = new System.Drawing.Size(1509, 34);
|
|
this.bn_Device.TabIndex = 1;
|
|
this.bn_Device.Text = "BindingNavigator1";
|
|
//
|
|
// BindingNavigatorAddNewItem
|
|
//
|
|
this.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.BindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorAddNewItem.Image")));
|
|
this.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem";
|
|
this.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
|
|
this.BindingNavigatorAddNewItem.Size = new System.Drawing.Size(34, 29);
|
|
this.BindingNavigatorAddNewItem.Text = "새로 추가";
|
|
//
|
|
// BindingNavigatorCountItem
|
|
//
|
|
this.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem";
|
|
this.BindingNavigatorCountItem.Size = new System.Drawing.Size(39, 29);
|
|
this.BindingNavigatorCountItem.Text = "/{0}";
|
|
this.BindingNavigatorCountItem.ToolTipText = "전체 항목 수";
|
|
//
|
|
// BindingNavigatorDeleteItem
|
|
//
|
|
this.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.BindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorDeleteItem.Image")));
|
|
this.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem";
|
|
this.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
|
this.BindingNavigatorDeleteItem.Size = new System.Drawing.Size(34, 29);
|
|
this.BindingNavigatorDeleteItem.Text = "삭제";
|
|
//
|
|
// BindingNavigatorMoveFirstItem
|
|
//
|
|
this.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.BindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveFirstItem.Image")));
|
|
this.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem";
|
|
this.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
|
|
this.BindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(34, 29);
|
|
this.BindingNavigatorMoveFirstItem.Text = "처음으로 이동";
|
|
//
|
|
// BindingNavigatorMovePreviousItem
|
|
//
|
|
this.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.BindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMovePreviousItem.Image")));
|
|
this.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem";
|
|
this.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
|
|
this.BindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(34, 29);
|
|
this.BindingNavigatorMovePreviousItem.Text = "이전으로 이동";
|
|
//
|
|
// BindingNavigatorSeparator
|
|
//
|
|
this.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator";
|
|
this.BindingNavigatorSeparator.Size = new System.Drawing.Size(6, 34);
|
|
//
|
|
// BindingNavigatorPositionItem
|
|
//
|
|
this.BindingNavigatorPositionItem.AccessibleName = "위치";
|
|
this.BindingNavigatorPositionItem.AutoSize = false;
|
|
this.BindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
|
this.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem";
|
|
this.BindingNavigatorPositionItem.Size = new System.Drawing.Size(70, 31);
|
|
this.BindingNavigatorPositionItem.Text = "0";
|
|
this.BindingNavigatorPositionItem.ToolTipText = "현재 위치";
|
|
//
|
|
// BindingNavigatorSeparator1
|
|
//
|
|
this.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1";
|
|
this.BindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 34);
|
|
//
|
|
// BindingNavigatorMoveNextItem
|
|
//
|
|
this.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.BindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveNextItem.Image")));
|
|
this.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem";
|
|
this.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
|
|
this.BindingNavigatorMoveNextItem.Size = new System.Drawing.Size(34, 29);
|
|
this.BindingNavigatorMoveNextItem.Text = "다음으로 이동";
|
|
//
|
|
// BindingNavigatorMoveLastItem
|
|
//
|
|
this.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.BindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveLastItem.Image")));
|
|
this.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem";
|
|
this.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
|
|
this.BindingNavigatorMoveLastItem.Size = new System.Drawing.Size(34, 29);
|
|
this.BindingNavigatorMoveLastItem.Text = "마지막으로 이동";
|
|
//
|
|
// BindingNavigatorSeparator2
|
|
//
|
|
this.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2";
|
|
this.BindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 34);
|
|
//
|
|
// ToolStripSeparator8
|
|
//
|
|
this.ToolStripSeparator8.Name = "ToolStripSeparator8";
|
|
this.ToolStripSeparator8.Size = new System.Drawing.Size(6, 34);
|
|
//
|
|
// toolStripButton1
|
|
//
|
|
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
|
this.toolStripButton1.Size = new System.Drawing.Size(172, 29);
|
|
this.toolStripButton1.Text = "IP SET(127.0.0.1)";
|
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1);
|
|
//
|
|
// toolStripButton2
|
|
//
|
|
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
|
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton2.Name = "toolStripButton2";
|
|
this.toolStripButton2.Size = new System.Drawing.Size(217, 29);
|
|
this.toolStripButton2.Text = "IP SET(192.168.0.1 ~ )";
|
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1);
|
|
//
|
|
// TabPage5
|
|
//
|
|
this.TabPage5.Controls.Add(this.dv_win);
|
|
this.TabPage5.Controls.Add(this.label13);
|
|
this.TabPage5.Controls.Add(this.BN_WIN);
|
|
this.TabPage5.Location = new System.Drawing.Point(4, 28);
|
|
this.TabPage5.Margin = new System.Windows.Forms.Padding(4);
|
|
this.TabPage5.Name = "TabPage5";
|
|
this.TabPage5.Size = new System.Drawing.Size(1509, 895);
|
|
this.TabPage5.TabIndex = 4;
|
|
this.TabPage5.Text = "윈도우설정";
|
|
this.TabPage5.UseVisualStyleBackColor = true;
|
|
//
|
|
// dv_win
|
|
//
|
|
this.dv_win.AllowUserToAddRows = false;
|
|
this.dv_win.AutoGenerateColumns = false;
|
|
this.dv_win.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dv_win.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dv_win.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
|
|
this.dv_win.ColumnHeadersHeight = 40;
|
|
this.dv_win.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dv_win.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.iDXDataGridViewTextBoxColumn,
|
|
this.uSEDataGridViewTextBoxColumn,
|
|
this.tITLEDataGridViewTextBoxColumn,
|
|
this.mATRIXDataGridViewTextBoxColumn});
|
|
this.dv_win.DataSource = this.bs_win;
|
|
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle11.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle11.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
|
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dv_win.DefaultCellStyle = dataGridViewCellStyle11;
|
|
this.dv_win.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dv_win.Location = new System.Drawing.Point(0, 33);
|
|
this.dv_win.Margin = new System.Windows.Forms.Padding(4);
|
|
this.dv_win.Name = "dv_win";
|
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle12.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dv_win.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
|
|
this.dv_win.RowHeadersVisible = false;
|
|
this.dv_win.RowHeadersWidth = 62;
|
|
this.dv_win.RowTemplate.Height = 23;
|
|
this.dv_win.Size = new System.Drawing.Size(1509, 816);
|
|
this.dv_win.TabIndex = 3;
|
|
this.dv_win.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DV_WIN_CellContentClick);
|
|
this.dv_win.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DV_WIN_DataError);
|
|
//
|
|
// iDXDataGridViewTextBoxColumn
|
|
//
|
|
this.iDXDataGridViewTextBoxColumn.DataPropertyName = "IDX";
|
|
this.iDXDataGridViewTextBoxColumn.HeaderText = "일련번호";
|
|
this.iDXDataGridViewTextBoxColumn.MinimumWidth = 8;
|
|
this.iDXDataGridViewTextBoxColumn.Name = "iDXDataGridViewTextBoxColumn";
|
|
this.iDXDataGridViewTextBoxColumn.Width = 59;
|
|
//
|
|
// uSEDataGridViewTextBoxColumn
|
|
//
|
|
this.uSEDataGridViewTextBoxColumn.DataPropertyName = "USE";
|
|
this.uSEDataGridViewTextBoxColumn.FalseValue = "0";
|
|
this.uSEDataGridViewTextBoxColumn.HeaderText = "사용";
|
|
this.uSEDataGridViewTextBoxColumn.IndeterminateValue = "0";
|
|
this.uSEDataGridViewTextBoxColumn.MinimumWidth = 8;
|
|
this.uSEDataGridViewTextBoxColumn.Name = "uSEDataGridViewTextBoxColumn";
|
|
this.uSEDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.uSEDataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.uSEDataGridViewTextBoxColumn.TrueValue = "1";
|
|
this.uSEDataGridViewTextBoxColumn.Width = 64;
|
|
//
|
|
// tITLEDataGridViewTextBoxColumn
|
|
//
|
|
this.tITLEDataGridViewTextBoxColumn.DataPropertyName = "TITLE";
|
|
this.tITLEDataGridViewTextBoxColumn.HeaderText = "설명";
|
|
this.tITLEDataGridViewTextBoxColumn.MinimumWidth = 8;
|
|
this.tITLEDataGridViewTextBoxColumn.Name = "tITLEDataGridViewTextBoxColumn";
|
|
this.tITLEDataGridViewTextBoxColumn.Width = 74;
|
|
//
|
|
// mATRIXDataGridViewTextBoxColumn
|
|
//
|
|
this.mATRIXDataGridViewTextBoxColumn.DataPropertyName = "MATRIX";
|
|
this.mATRIXDataGridViewTextBoxColumn.HeaderText = "아이템배열";
|
|
this.mATRIXDataGridViewTextBoxColumn.MinimumWidth = 8;
|
|
this.mATRIXDataGridViewTextBoxColumn.Name = "mATRIXDataGridViewTextBoxColumn";
|
|
this.mATRIXDataGridViewTextBoxColumn.Width = 86;
|
|
//
|
|
// bs_win
|
|
//
|
|
this.bs_win.DataMember = "WIN";
|
|
this.bs_win.DataSource = this.DocumentElement1;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.label13.ForeColor = System.Drawing.Color.Blue;
|
|
this.label13.Location = new System.Drawing.Point(0, 849);
|
|
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label13.Name = "label13";
|
|
this.label13.Padding = new System.Windows.Forms.Padding(14, 0, 0, 0);
|
|
this.label13.Size = new System.Drawing.Size(1509, 46);
|
|
this.label13.TabIndex = 27;
|
|
this.label13.Text = "아이템배열 예) 1*4";
|
|
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// BN_WIN
|
|
//
|
|
this.BN_WIN.AddNewItem = this.ToolStripButton16;
|
|
this.BN_WIN.BindingSource = this.bs_win;
|
|
this.BN_WIN.CountItem = this.ToolStripLabel3;
|
|
this.BN_WIN.DeleteItem = this.ToolStripButton17;
|
|
this.BN_WIN.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.BN_WIN.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ToolStripButton18,
|
|
this.ToolStripButton19,
|
|
this.ToolStripSeparator9,
|
|
this.ToolStripTextBox3,
|
|
this.ToolStripLabel3,
|
|
this.ToolStripSeparator10,
|
|
this.ToolStripButton20,
|
|
this.ToolStripButton21,
|
|
this.ToolStripSeparator11,
|
|
this.ToolStripButton16,
|
|
this.ToolStripButton17});
|
|
this.BN_WIN.Location = new System.Drawing.Point(0, 0);
|
|
this.BN_WIN.MoveFirstItem = this.ToolStripButton18;
|
|
this.BN_WIN.MoveLastItem = this.ToolStripButton21;
|
|
this.BN_WIN.MoveNextItem = this.ToolStripButton20;
|
|
this.BN_WIN.MovePreviousItem = this.ToolStripButton19;
|
|
this.BN_WIN.Name = "BN_WIN";
|
|
this.BN_WIN.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
|
this.BN_WIN.PositionItem = this.ToolStripTextBox3;
|
|
this.BN_WIN.Size = new System.Drawing.Size(1509, 33);
|
|
this.BN_WIN.TabIndex = 4;
|
|
this.BN_WIN.Text = "BindingNavigator1";
|
|
//
|
|
// ToolStripButton16
|
|
//
|
|
this.ToolStripButton16.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton16.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton16.Image")));
|
|
this.ToolStripButton16.Name = "ToolStripButton16";
|
|
this.ToolStripButton16.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton16.Size = new System.Drawing.Size(34, 28);
|
|
this.ToolStripButton16.Text = "새로 추가";
|
|
//
|
|
// ToolStripLabel3
|
|
//
|
|
this.ToolStripLabel3.Name = "ToolStripLabel3";
|
|
this.ToolStripLabel3.Size = new System.Drawing.Size(39, 28);
|
|
this.ToolStripLabel3.Text = "/{0}";
|
|
this.ToolStripLabel3.ToolTipText = "전체 항목 수";
|
|
//
|
|
// ToolStripButton17
|
|
//
|
|
this.ToolStripButton17.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton17.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton17.Image")));
|
|
this.ToolStripButton17.Name = "ToolStripButton17";
|
|
this.ToolStripButton17.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton17.Size = new System.Drawing.Size(34, 28);
|
|
this.ToolStripButton17.Text = "삭제";
|
|
//
|
|
// ToolStripButton18
|
|
//
|
|
this.ToolStripButton18.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton18.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton18.Image")));
|
|
this.ToolStripButton18.Name = "ToolStripButton18";
|
|
this.ToolStripButton18.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton18.Size = new System.Drawing.Size(34, 28);
|
|
this.ToolStripButton18.Text = "처음으로 이동";
|
|
//
|
|
// ToolStripButton19
|
|
//
|
|
this.ToolStripButton19.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton19.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton19.Image")));
|
|
this.ToolStripButton19.Name = "ToolStripButton19";
|
|
this.ToolStripButton19.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton19.Size = new System.Drawing.Size(34, 28);
|
|
this.ToolStripButton19.Text = "이전으로 이동";
|
|
//
|
|
// ToolStripSeparator9
|
|
//
|
|
this.ToolStripSeparator9.Name = "ToolStripSeparator9";
|
|
this.ToolStripSeparator9.Size = new System.Drawing.Size(6, 33);
|
|
//
|
|
// ToolStripTextBox3
|
|
//
|
|
this.ToolStripTextBox3.AccessibleName = "위치";
|
|
this.ToolStripTextBox3.AutoSize = false;
|
|
this.ToolStripTextBox3.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
|
this.ToolStripTextBox3.Name = "ToolStripTextBox3";
|
|
this.ToolStripTextBox3.Size = new System.Drawing.Size(70, 31);
|
|
this.ToolStripTextBox3.Text = "0";
|
|
this.ToolStripTextBox3.ToolTipText = "현재 위치";
|
|
//
|
|
// ToolStripSeparator10
|
|
//
|
|
this.ToolStripSeparator10.Name = "ToolStripSeparator10";
|
|
this.ToolStripSeparator10.Size = new System.Drawing.Size(6, 33);
|
|
//
|
|
// ToolStripButton20
|
|
//
|
|
this.ToolStripButton20.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton20.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton20.Image")));
|
|
this.ToolStripButton20.Name = "ToolStripButton20";
|
|
this.ToolStripButton20.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton20.Size = new System.Drawing.Size(34, 28);
|
|
this.ToolStripButton20.Text = "다음으로 이동";
|
|
//
|
|
// ToolStripButton21
|
|
//
|
|
this.ToolStripButton21.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton21.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton21.Image")));
|
|
this.ToolStripButton21.Name = "ToolStripButton21";
|
|
this.ToolStripButton21.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton21.Size = new System.Drawing.Size(34, 28);
|
|
this.ToolStripButton21.Text = "마지막으로 이동";
|
|
//
|
|
// ToolStripSeparator11
|
|
//
|
|
this.ToolStripSeparator11.Name = "ToolStripSeparator11";
|
|
this.ToolStripSeparator11.Size = new System.Drawing.Size(6, 33);
|
|
//
|
|
// TabPage4
|
|
//
|
|
this.TabPage4.Controls.Add(this.dv_grp);
|
|
this.TabPage4.Controls.Add(this.label2);
|
|
this.TabPage4.Controls.Add(this.bn_group);
|
|
this.TabPage4.Location = new System.Drawing.Point(4, 28);
|
|
this.TabPage4.Margin = new System.Windows.Forms.Padding(4);
|
|
this.TabPage4.Name = "TabPage4";
|
|
this.TabPage4.Size = new System.Drawing.Size(1509, 895);
|
|
this.TabPage4.TabIndex = 3;
|
|
this.TabPage4.Text = "그룹설정";
|
|
this.TabPage4.UseVisualStyleBackColor = true;
|
|
//
|
|
// dv_grp
|
|
//
|
|
this.dv_grp.AllowUserToAddRows = false;
|
|
this.dv_grp.AllowUserToResizeRows = false;
|
|
this.dv_grp.AutoGenerateColumns = false;
|
|
this.dv_grp.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dv_grp.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle13.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dv_grp.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
|
|
this.dv_grp.ColumnHeadersHeight = 40;
|
|
this.dv_grp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dv_grp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.G_IDX,
|
|
this.G_USE,
|
|
this.G_WINDOW,
|
|
this.G_TITLE,
|
|
this.G_FONT,
|
|
this.G_KADEVICE,
|
|
this.G_ALAMTYPE,
|
|
this.G_ALAMH,
|
|
this.G_ALAML,
|
|
this.G_AUTOH,
|
|
this.G_AUTOL,
|
|
this.G_POS,
|
|
this.G_MATRIX,
|
|
this.G_SPAN,
|
|
this.G_NBOFF,
|
|
this.G_NBSEQ,
|
|
this.NBHHDataGridViewTextBoxColumn,
|
|
this.NBHDataGridViewTextBoxColumn,
|
|
this.NBLLDataGridViewTextBoxColumn,
|
|
this.NBLDataGridViewTextBoxColumn});
|
|
this.dv_grp.DataSource = this.bs_group;
|
|
dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle23.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle23.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
|
dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dv_grp.DefaultCellStyle = dataGridViewCellStyle23;
|
|
this.dv_grp.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dv_grp.Location = new System.Drawing.Point(0, 33);
|
|
this.dv_grp.Margin = new System.Windows.Forms.Padding(4);
|
|
this.dv_grp.Name = "dv_grp";
|
|
dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle24.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dv_grp.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
|
|
this.dv_grp.RowHeadersVisible = false;
|
|
this.dv_grp.RowHeadersWidth = 62;
|
|
this.dv_grp.RowTemplate.Height = 23;
|
|
this.dv_grp.Size = new System.Drawing.Size(1509, 805);
|
|
this.dv_grp.TabIndex = 2;
|
|
this.dv_grp.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dv_grp_DataError);
|
|
//
|
|
// G_IDX
|
|
//
|
|
this.G_IDX.DataPropertyName = "IDX";
|
|
dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.G_IDX.DefaultCellStyle = dataGridViewCellStyle14;
|
|
this.G_IDX.HeaderText = "일련번호";
|
|
this.G_IDX.MinimumWidth = 8;
|
|
this.G_IDX.Name = "G_IDX";
|
|
this.G_IDX.Width = 78;
|
|
//
|
|
// G_USE
|
|
//
|
|
this.G_USE.DataPropertyName = "USE";
|
|
this.G_USE.FalseValue = "0";
|
|
this.G_USE.HeaderText = "사용";
|
|
this.G_USE.MinimumWidth = 8;
|
|
this.G_USE.Name = "G_USE";
|
|
this.G_USE.TrueValue = "1";
|
|
this.G_USE.Width = 35;
|
|
//
|
|
// G_WINDOW
|
|
//
|
|
this.G_WINDOW.DataPropertyName = "WINDOW";
|
|
this.G_WINDOW.DataSource = this.DocumentElement1;
|
|
this.G_WINDOW.DisplayMember = "WIN.TITLE";
|
|
this.G_WINDOW.HeaderText = "윈도우";
|
|
this.G_WINDOW.MinimumWidth = 8;
|
|
this.G_WINDOW.Name = "G_WINDOW";
|
|
this.G_WINDOW.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.G_WINDOW.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.G_WINDOW.ValueMember = "WIN.IDX";
|
|
this.G_WINDOW.Width = 66;
|
|
//
|
|
// G_TITLE
|
|
//
|
|
this.G_TITLE.DataPropertyName = "TITLE";
|
|
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.G_TITLE.DefaultCellStyle = dataGridViewCellStyle15;
|
|
this.G_TITLE.HeaderText = "그룹명";
|
|
this.G_TITLE.MinimumWidth = 8;
|
|
this.G_TITLE.Name = "G_TITLE";
|
|
this.G_TITLE.Width = 66;
|
|
//
|
|
// G_FONT
|
|
//
|
|
this.G_FONT.DataPropertyName = "FONT";
|
|
this.G_FONT.HeaderText = "아이템글꼴";
|
|
this.G_FONT.MinimumWidth = 8;
|
|
this.G_FONT.Name = "G_FONT";
|
|
this.G_FONT.Width = 90;
|
|
//
|
|
// G_KADEVICE
|
|
//
|
|
this.G_KADEVICE.DataPropertyName = "KADEVICE";
|
|
this.G_KADEVICE.DataSource = this.DS;
|
|
this.G_KADEVICE.DisplayMember = "kadevice.title";
|
|
this.G_KADEVICE.HeaderText = "KA장치번호";
|
|
this.G_KADEVICE.MinimumWidth = 8;
|
|
this.G_KADEVICE.Name = "G_KADEVICE";
|
|
this.G_KADEVICE.ValueMember = "kadevice.value";
|
|
this.G_KADEVICE.Width = 75;
|
|
//
|
|
// DS
|
|
//
|
|
this.DS.DataSetName = "NewDataSet";
|
|
this.DS.Tables.AddRange(new System.Data.DataTable[] {
|
|
this.DataTable1,
|
|
this.DataTable2,
|
|
this.DataTable3,
|
|
this.DataTable4,
|
|
this.DataTable5});
|
|
//
|
|
// DataTable1
|
|
//
|
|
this.DataTable1.Columns.AddRange(new System.Data.DataColumn[] {
|
|
this.DataColumn1,
|
|
this.DataColumn2});
|
|
this.DataTable1.TableName = "alamtype";
|
|
//
|
|
// DataColumn1
|
|
//
|
|
this.DataColumn1.ColumnName = "title";
|
|
this.DataColumn1.DefaultValue = "";
|
|
//
|
|
// DataColumn2
|
|
//
|
|
this.DataColumn2.ColumnName = "value";
|
|
this.DataColumn2.DataType = typeof(short);
|
|
this.DataColumn2.DefaultValue = ((short)(0));
|
|
//
|
|
// DataTable2
|
|
//
|
|
this.DataTable2.Columns.AddRange(new System.Data.DataColumn[] {
|
|
this.DataColumn3,
|
|
this.DataColumn4});
|
|
this.DataTable2.TableName = "machine";
|
|
//
|
|
// DataColumn3
|
|
//
|
|
this.DataColumn3.ColumnName = "title";
|
|
this.DataColumn3.DefaultValue = "";
|
|
//
|
|
// DataColumn4
|
|
//
|
|
this.DataColumn4.ColumnName = "value";
|
|
this.DataColumn4.DefaultValue = "";
|
|
//
|
|
// DataTable3
|
|
//
|
|
this.DataTable3.Columns.AddRange(new System.Data.DataColumn[] {
|
|
this.DataColumn5,
|
|
this.DataColumn6});
|
|
this.DataTable3.TableName = "group";
|
|
//
|
|
// DataColumn5
|
|
//
|
|
this.DataColumn5.ColumnName = "title";
|
|
this.DataColumn5.DefaultValue = "";
|
|
//
|
|
// DataColumn6
|
|
//
|
|
this.DataColumn6.ColumnName = "value";
|
|
this.DataColumn6.DataType = typeof(short);
|
|
this.DataColumn6.DefaultValue = ((short)(0));
|
|
//
|
|
// DataTable4
|
|
//
|
|
this.DataTable4.Columns.AddRange(new System.Data.DataColumn[] {
|
|
this.DataColumn8,
|
|
this.DataColumn7});
|
|
this.DataTable4.TableName = "kadevice";
|
|
//
|
|
// DataColumn8
|
|
//
|
|
this.DataColumn8.ColumnName = "title";
|
|
this.DataColumn8.DefaultValue = "";
|
|
//
|
|
// DataColumn7
|
|
//
|
|
this.DataColumn7.ColumnName = "value";
|
|
this.DataColumn7.DefaultValue = "";
|
|
//
|
|
// DataTable5
|
|
//
|
|
this.DataTable5.Columns.AddRange(new System.Data.DataColumn[] {
|
|
this.DataColumn9,
|
|
this.DataColumn10});
|
|
this.DataTable5.TableName = "window";
|
|
//
|
|
// DataColumn9
|
|
//
|
|
this.DataColumn9.ColumnName = "title";
|
|
this.DataColumn9.DefaultValue = "";
|
|
//
|
|
// DataColumn10
|
|
//
|
|
this.DataColumn10.ColumnName = "value";
|
|
this.DataColumn10.DataType = typeof(short);
|
|
this.DataColumn10.DefaultValue = ((short)(0));
|
|
//
|
|
// G_ALAMTYPE
|
|
//
|
|
this.G_ALAMTYPE.DataPropertyName = "ALAMTYPE";
|
|
this.G_ALAMTYPE.HeaderText = "알람형태";
|
|
this.G_ALAMTYPE.Items.AddRange(new object[] {
|
|
"AUTO",
|
|
"MANUAL"});
|
|
this.G_ALAMTYPE.MinimumWidth = 8;
|
|
this.G_ALAMTYPE.Name = "G_ALAMTYPE";
|
|
this.G_ALAMTYPE.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.G_ALAMTYPE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.G_ALAMTYPE.Visible = false;
|
|
this.G_ALAMTYPE.Width = 61;
|
|
//
|
|
// G_ALAMH
|
|
//
|
|
this.G_ALAMH.DataPropertyName = "ALAMH";
|
|
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.G_ALAMH.DefaultCellStyle = dataGridViewCellStyle16;
|
|
this.G_ALAMH.HeaderText = "Manual(H)";
|
|
this.G_ALAMH.MinimumWidth = 8;
|
|
this.G_ALAMH.Name = "G_ALAMH";
|
|
this.G_ALAMH.Visible = false;
|
|
this.G_ALAMH.Width = 90;
|
|
//
|
|
// G_ALAML
|
|
//
|
|
this.G_ALAML.DataPropertyName = "ALAML";
|
|
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.G_ALAML.DefaultCellStyle = dataGridViewCellStyle17;
|
|
this.G_ALAML.HeaderText = "Manual(L)";
|
|
this.G_ALAML.MinimumWidth = 8;
|
|
this.G_ALAML.Name = "G_ALAML";
|
|
this.G_ALAML.Visible = false;
|
|
this.G_ALAML.Width = 89;
|
|
//
|
|
// G_AUTOH
|
|
//
|
|
this.G_AUTOH.DataPropertyName = "AUTOH";
|
|
this.G_AUTOH.HeaderText = "Auto(+)";
|
|
this.G_AUTOH.MinimumWidth = 8;
|
|
this.G_AUTOH.Name = "G_AUTOH";
|
|
this.G_AUTOH.Visible = false;
|
|
this.G_AUTOH.Width = 71;
|
|
//
|
|
// G_AUTOL
|
|
//
|
|
this.G_AUTOL.DataPropertyName = "AUTOL";
|
|
this.G_AUTOL.HeaderText = "Auto(-)";
|
|
this.G_AUTOL.MinimumWidth = 8;
|
|
this.G_AUTOL.Name = "G_AUTOL";
|
|
this.G_AUTOL.Visible = false;
|
|
this.G_AUTOL.Width = 71;
|
|
//
|
|
// G_POS
|
|
//
|
|
this.G_POS.DataPropertyName = "POS";
|
|
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.G_POS.DefaultCellStyle = dataGridViewCellStyle18;
|
|
this.G_POS.HeaderText = "위치";
|
|
this.G_POS.MinimumWidth = 8;
|
|
this.G_POS.Name = "G_POS";
|
|
this.G_POS.Width = 54;
|
|
//
|
|
// G_MATRIX
|
|
//
|
|
this.G_MATRIX.DataPropertyName = "MATRIX";
|
|
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.G_MATRIX.DefaultCellStyle = dataGridViewCellStyle19;
|
|
this.G_MATRIX.HeaderText = "아이템배열";
|
|
this.G_MATRIX.MinimumWidth = 8;
|
|
this.G_MATRIX.Name = "G_MATRIX";
|
|
this.G_MATRIX.Width = 90;
|
|
//
|
|
// G_SPAN
|
|
//
|
|
this.G_SPAN.DataPropertyName = "SPAN";
|
|
dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.G_SPAN.DefaultCellStyle = dataGridViewCellStyle20;
|
|
this.G_SPAN.HeaderText = "아이템병합";
|
|
this.G_SPAN.MinimumWidth = 8;
|
|
this.G_SPAN.Name = "G_SPAN";
|
|
this.G_SPAN.Width = 90;
|
|
//
|
|
// G_NBOFF
|
|
//
|
|
this.G_NBOFF.DataPropertyName = "NBOFF";
|
|
dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.G_NBOFF.DefaultCellStyle = dataGridViewCellStyle21;
|
|
this.G_NBOFF.HeaderText = "NBOFFSET";
|
|
this.G_NBOFF.MinimumWidth = 8;
|
|
this.G_NBOFF.Name = "G_NBOFF";
|
|
this.G_NBOFF.Width = 94;
|
|
//
|
|
// G_NBSEQ
|
|
//
|
|
this.G_NBSEQ.DataPropertyName = "NBSEQ";
|
|
dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.G_NBSEQ.DefaultCellStyle = dataGridViewCellStyle22;
|
|
this.G_NBSEQ.HeaderText = "NBSEQ";
|
|
this.G_NBSEQ.MinimumWidth = 8;
|
|
this.G_NBSEQ.Name = "G_NBSEQ";
|
|
this.G_NBSEQ.Width = 72;
|
|
//
|
|
// NBHHDataGridViewTextBoxColumn
|
|
//
|
|
this.NBHHDataGridViewTextBoxColumn.DataPropertyName = "NBHH";
|
|
this.NBHHDataGridViewTextBoxColumn.HeaderText = "NBHH";
|
|
this.NBHHDataGridViewTextBoxColumn.MinimumWidth = 8;
|
|
this.NBHHDataGridViewTextBoxColumn.Name = "NBHHDataGridViewTextBoxColumn";
|
|
this.NBHHDataGridViewTextBoxColumn.Visible = false;
|
|
this.NBHHDataGridViewTextBoxColumn.Width = 63;
|
|
//
|
|
// NBHDataGridViewTextBoxColumn
|
|
//
|
|
this.NBHDataGridViewTextBoxColumn.DataPropertyName = "NBH";
|
|
this.NBHDataGridViewTextBoxColumn.HeaderText = "NBH";
|
|
this.NBHDataGridViewTextBoxColumn.MinimumWidth = 8;
|
|
this.NBHDataGridViewTextBoxColumn.Name = "NBHDataGridViewTextBoxColumn";
|
|
this.NBHDataGridViewTextBoxColumn.Visible = false;
|
|
this.NBHDataGridViewTextBoxColumn.Width = 55;
|
|
//
|
|
// NBLLDataGridViewTextBoxColumn
|
|
//
|
|
this.NBLLDataGridViewTextBoxColumn.DataPropertyName = "NBLL";
|
|
this.NBLLDataGridViewTextBoxColumn.HeaderText = "NBLL";
|
|
this.NBLLDataGridViewTextBoxColumn.MinimumWidth = 8;
|
|
this.NBLLDataGridViewTextBoxColumn.Name = "NBLLDataGridViewTextBoxColumn";
|
|
this.NBLLDataGridViewTextBoxColumn.Visible = false;
|
|
this.NBLLDataGridViewTextBoxColumn.Width = 61;
|
|
//
|
|
// NBLDataGridViewTextBoxColumn
|
|
//
|
|
this.NBLDataGridViewTextBoxColumn.DataPropertyName = "NBL";
|
|
this.NBLDataGridViewTextBoxColumn.HeaderText = "NBL";
|
|
this.NBLDataGridViewTextBoxColumn.MinimumWidth = 8;
|
|
this.NBLDataGridViewTextBoxColumn.Name = "NBLDataGridViewTextBoxColumn";
|
|
this.NBLDataGridViewTextBoxColumn.Visible = false;
|
|
this.NBLDataGridViewTextBoxColumn.Width = 54;
|
|
//
|
|
// bs_group
|
|
//
|
|
this.bs_group.DataMember = "GRP";
|
|
this.bs_group.DataSource = this.DocumentElement1;
|
|
this.bs_group.Sort = "";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.label2.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
|
this.label2.Location = new System.Drawing.Point(0, 838);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(1509, 57);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "Null Balance 알람기준값 설명 : HIGH(입력값을 초과하는 경우 발생), LOW(입력값 미만인 경우 발생)";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// bn_group
|
|
//
|
|
this.bn_group.AddNewItem = this.ToolStripButton9;
|
|
this.bn_group.BindingSource = this.bs_group;
|
|
this.bn_group.CountItem = this.ToolStripLabel2;
|
|
this.bn_group.DeleteItem = this.ToolStripButton10;
|
|
this.bn_group.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.bn_group.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ToolStripButton11,
|
|
this.ToolStripButton12,
|
|
this.ToolStripSeparator4,
|
|
this.ToolStripTextBox2,
|
|
this.ToolStripLabel2,
|
|
this.ToolStripSeparator5,
|
|
this.ToolStripButton13,
|
|
this.ToolStripButton14,
|
|
this.ToolStripSeparator6,
|
|
this.ToolStripButton9,
|
|
this.ToolStripButton10});
|
|
this.bn_group.Location = new System.Drawing.Point(0, 0);
|
|
this.bn_group.MoveFirstItem = this.ToolStripButton11;
|
|
this.bn_group.MoveLastItem = this.ToolStripButton14;
|
|
this.bn_group.MoveNextItem = this.ToolStripButton13;
|
|
this.bn_group.MovePreviousItem = this.ToolStripButton12;
|
|
this.bn_group.Name = "bn_group";
|
|
this.bn_group.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
|
this.bn_group.PositionItem = this.ToolStripTextBox2;
|
|
this.bn_group.Size = new System.Drawing.Size(1509, 33);
|
|
this.bn_group.TabIndex = 3;
|
|
this.bn_group.Text = "BindingNavigator1";
|
|
//
|
|
// ToolStripButton9
|
|
//
|
|
this.ToolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton9.Image")));
|
|
this.ToolStripButton9.Name = "ToolStripButton9";
|
|
this.ToolStripButton9.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton9.Size = new System.Drawing.Size(34, 28);
|
|
this.ToolStripButton9.Text = "새로 추가";
|
|
//
|
|
// ToolStripLabel2
|
|
//
|
|
this.ToolStripLabel2.Name = "ToolStripLabel2";
|
|
this.ToolStripLabel2.Size = new System.Drawing.Size(39, 28);
|
|
this.ToolStripLabel2.Text = "/{0}";
|
|
this.ToolStripLabel2.ToolTipText = "전체 항목 수";
|
|
//
|
|
// ToolStripButton10
|
|
//
|
|
this.ToolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton10.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton10.Image")));
|
|
this.ToolStripButton10.Name = "ToolStripButton10";
|
|
this.ToolStripButton10.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton10.Size = new System.Drawing.Size(34, 28);
|
|
this.ToolStripButton10.Text = "삭제";
|
|
//
|
|
// ToolStripButton11
|
|
//
|
|
this.ToolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton11.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton11.Image")));
|
|
this.ToolStripButton11.Name = "ToolStripButton11";
|
|
this.ToolStripButton11.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton11.Size = new System.Drawing.Size(34, 28);
|
|
this.ToolStripButton11.Text = "처음으로 이동";
|
|
//
|
|
// ToolStripButton12
|
|
//
|
|
this.ToolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton12.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton12.Image")));
|
|
this.ToolStripButton12.Name = "ToolStripButton12";
|
|
this.ToolStripButton12.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton12.Size = new System.Drawing.Size(34, 28);
|
|
this.ToolStripButton12.Text = "이전으로 이동";
|
|
//
|
|
// ToolStripSeparator4
|
|
//
|
|
this.ToolStripSeparator4.Name = "ToolStripSeparator4";
|
|
this.ToolStripSeparator4.Size = new System.Drawing.Size(6, 33);
|
|
//
|
|
// ToolStripTextBox2
|
|
//
|
|
this.ToolStripTextBox2.AccessibleName = "위치";
|
|
this.ToolStripTextBox2.AutoSize = false;
|
|
this.ToolStripTextBox2.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
|
this.ToolStripTextBox2.Name = "ToolStripTextBox2";
|
|
this.ToolStripTextBox2.Size = new System.Drawing.Size(70, 31);
|
|
this.ToolStripTextBox2.Text = "0";
|
|
this.ToolStripTextBox2.ToolTipText = "현재 위치";
|
|
//
|
|
// ToolStripSeparator5
|
|
//
|
|
this.ToolStripSeparator5.Name = "ToolStripSeparator5";
|
|
this.ToolStripSeparator5.Size = new System.Drawing.Size(6, 33);
|
|
//
|
|
// ToolStripButton13
|
|
//
|
|
this.ToolStripButton13.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton13.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton13.Image")));
|
|
this.ToolStripButton13.Name = "ToolStripButton13";
|
|
this.ToolStripButton13.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton13.Size = new System.Drawing.Size(34, 28);
|
|
this.ToolStripButton13.Text = "다음으로 이동";
|
|
//
|
|
// ToolStripButton14
|
|
//
|
|
this.ToolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton14.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton14.Image")));
|
|
this.ToolStripButton14.Name = "ToolStripButton14";
|
|
this.ToolStripButton14.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton14.Size = new System.Drawing.Size(34, 28);
|
|
this.ToolStripButton14.Text = "마지막으로 이동";
|
|
//
|
|
// ToolStripSeparator6
|
|
//
|
|
this.ToolStripSeparator6.Name = "ToolStripSeparator6";
|
|
this.ToolStripSeparator6.Size = new System.Drawing.Size(6, 33);
|
|
//
|
|
// TabPage3
|
|
//
|
|
this.TabPage3.Controls.Add(this.dv_channel);
|
|
this.TabPage3.Controls.Add(this.bn_channel);
|
|
this.TabPage3.Location = new System.Drawing.Point(4, 28);
|
|
this.TabPage3.Margin = new System.Windows.Forms.Padding(4);
|
|
this.TabPage3.Name = "TabPage3";
|
|
this.TabPage3.Size = new System.Drawing.Size(1509, 895);
|
|
this.TabPage3.TabIndex = 2;
|
|
this.TabPage3.Text = "셀설정";
|
|
this.TabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// dv_channel
|
|
//
|
|
this.dv_channel.AllowUserToAddRows = false;
|
|
this.dv_channel.AllowUserToResizeRows = false;
|
|
this.dv_channel.AutoGenerateColumns = false;
|
|
this.dv_channel.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dv_channel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle25.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle25.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle25.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle25.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle25.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle25.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dv_channel.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle25;
|
|
this.dv_channel.ColumnHeadersHeight = 40;
|
|
this.dv_channel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dv_channel.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.C_IDX,
|
|
this.c_ENABLE,
|
|
this.C_GIDX,
|
|
this.C_TITLE,
|
|
this.C_MACHINE,
|
|
this.C_MACHINE2,
|
|
this.C_ALAMTYPE,
|
|
this.C_ALAMH,
|
|
this.C_ALAML,
|
|
this.C_DECPOS,
|
|
this.C_UNIT,
|
|
this.VOFFSET,
|
|
this.C_COLOR,
|
|
this.AUTOHDataGridViewTextBoxColumn1,
|
|
this.AUTOLDataGridViewTextBoxColumn1,
|
|
this.IDX_M,
|
|
this.IDX_U,
|
|
this.IDX_C});
|
|
this.dv_channel.ContextMenuStrip = this.ContextMenuStrip2;
|
|
this.dv_channel.DataSource = this.bs_channel;
|
|
dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle29.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle29.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle29.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle29.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
|
dataGridViewCellStyle29.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle29.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dv_channel.DefaultCellStyle = dataGridViewCellStyle29;
|
|
this.dv_channel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dv_channel.Location = new System.Drawing.Point(0, 34);
|
|
this.dv_channel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.dv_channel.Name = "dv_channel";
|
|
dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle30.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle30.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle30.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle30.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle30.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dv_channel.RowHeadersDefaultCellStyle = dataGridViewCellStyle30;
|
|
this.dv_channel.RowHeadersVisible = false;
|
|
this.dv_channel.RowHeadersWidth = 62;
|
|
this.dv_channel.RowTemplate.Height = 23;
|
|
this.dv_channel.Size = new System.Drawing.Size(1509, 861);
|
|
this.dv_channel.TabIndex = 1;
|
|
this.dv_channel.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv_channel_CellClick);
|
|
this.dv_channel.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dv_channel_CellFormatting);
|
|
this.dv_channel.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dv_channel_DataError);
|
|
//
|
|
// C_IDX
|
|
//
|
|
this.C_IDX.DataPropertyName = "IDX";
|
|
dataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.C_IDX.DefaultCellStyle = dataGridViewCellStyle26;
|
|
this.C_IDX.HeaderText = "채널번호";
|
|
this.C_IDX.MinimumWidth = 8;
|
|
this.C_IDX.Name = "C_IDX";
|
|
this.C_IDX.ReadOnly = true;
|
|
this.C_IDX.Width = 78;
|
|
//
|
|
// c_ENABLE
|
|
//
|
|
this.c_ENABLE.DataPropertyName = "ENABLE";
|
|
this.c_ENABLE.FalseValue = "0";
|
|
this.c_ENABLE.HeaderText = "사용";
|
|
this.c_ENABLE.IndeterminateValue = "0";
|
|
this.c_ENABLE.MinimumWidth = 8;
|
|
this.c_ENABLE.Name = "c_ENABLE";
|
|
this.c_ENABLE.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.c_ENABLE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.c_ENABLE.TrueValue = "1";
|
|
this.c_ENABLE.Width = 54;
|
|
//
|
|
// C_GIDX
|
|
//
|
|
this.C_GIDX.DataPropertyName = "GIDX";
|
|
this.C_GIDX.DataSource = this.DS;
|
|
this.C_GIDX.DisplayMember = "group.title";
|
|
this.C_GIDX.HeaderText = "그룹";
|
|
this.C_GIDX.MinimumWidth = 8;
|
|
this.C_GIDX.Name = "C_GIDX";
|
|
this.C_GIDX.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.C_GIDX.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.C_GIDX.ValueMember = "group.value";
|
|
this.C_GIDX.Width = 54;
|
|
//
|
|
// C_TITLE
|
|
//
|
|
this.C_TITLE.DataPropertyName = "TITLE";
|
|
this.C_TITLE.HeaderText = "셀이름";
|
|
this.C_TITLE.MinimumWidth = 8;
|
|
this.C_TITLE.Name = "C_TITLE";
|
|
this.C_TITLE.Width = 66;
|
|
//
|
|
// C_MACHINE
|
|
//
|
|
this.C_MACHINE.DataPropertyName = "MACHINE";
|
|
this.C_MACHINE.DataSource = this.DS;
|
|
this.C_MACHINE.DisplayMember = "machine.title";
|
|
this.C_MACHINE.HeaderText = "장치ID";
|
|
this.C_MACHINE.MinimumWidth = 8;
|
|
this.C_MACHINE.Name = "C_MACHINE";
|
|
this.C_MACHINE.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.C_MACHINE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.C_MACHINE.ValueMember = "machine.value";
|
|
this.C_MACHINE.Visible = false;
|
|
this.C_MACHINE.Width = 65;
|
|
//
|
|
// C_MACHINE2
|
|
//
|
|
this.C_MACHINE2.DataPropertyName = "MACHINE";
|
|
this.C_MACHINE2.HeaderText = "DeviceID";
|
|
this.C_MACHINE2.MinimumWidth = 8;
|
|
this.C_MACHINE2.Name = "C_MACHINE2";
|
|
this.C_MACHINE2.Width = 79;
|
|
//
|
|
// C_ALAMTYPE
|
|
//
|
|
this.C_ALAMTYPE.DataPropertyName = "ALAMTYPE";
|
|
this.C_ALAMTYPE.DataSource = this.DS;
|
|
this.C_ALAMTYPE.DisplayMember = "alamtype.title";
|
|
this.C_ALAMTYPE.HeaderText = "알람형태";
|
|
this.C_ALAMTYPE.MinimumWidth = 8;
|
|
this.C_ALAMTYPE.Name = "C_ALAMTYPE";
|
|
this.C_ALAMTYPE.ValueMember = "alamtype.value";
|
|
this.C_ALAMTYPE.Visible = false;
|
|
this.C_ALAMTYPE.Width = 59;
|
|
//
|
|
// C_ALAMH
|
|
//
|
|
this.C_ALAMH.DataPropertyName = "ALAMH";
|
|
dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.C_ALAMH.DefaultCellStyle = dataGridViewCellStyle27;
|
|
this.C_ALAMH.HeaderText = "알람(H)";
|
|
this.C_ALAMH.MinimumWidth = 8;
|
|
this.C_ALAMH.Name = "C_ALAMH";
|
|
this.C_ALAMH.Visible = false;
|
|
this.C_ALAMH.Width = 72;
|
|
//
|
|
// C_ALAML
|
|
//
|
|
this.C_ALAML.DataPropertyName = "ALAML";
|
|
dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.C_ALAML.DefaultCellStyle = dataGridViewCellStyle28;
|
|
this.C_ALAML.HeaderText = "알람(L)";
|
|
this.C_ALAML.MinimumWidth = 8;
|
|
this.C_ALAML.Name = "C_ALAML";
|
|
this.C_ALAML.Visible = false;
|
|
this.C_ALAML.Width = 71;
|
|
//
|
|
// C_DECPOS
|
|
//
|
|
this.C_DECPOS.DataPropertyName = "DECPOS";
|
|
this.C_DECPOS.HeaderText = "DECPOS";
|
|
this.C_DECPOS.MinimumWidth = 8;
|
|
this.C_DECPOS.Name = "C_DECPOS";
|
|
this.C_DECPOS.Width = 80;
|
|
//
|
|
// C_UNIT
|
|
//
|
|
this.C_UNIT.DataPropertyName = "UNIT";
|
|
this.C_UNIT.HeaderText = "UNIT";
|
|
this.C_UNIT.MinimumWidth = 8;
|
|
this.C_UNIT.Name = "C_UNIT";
|
|
this.C_UNIT.Width = 58;
|
|
//
|
|
// VOFFSET
|
|
//
|
|
this.VOFFSET.DataPropertyName = "VOFFSET";
|
|
this.VOFFSET.HeaderText = "Offset";
|
|
this.VOFFSET.MinimumWidth = 8;
|
|
this.VOFFSET.Name = "VOFFSET";
|
|
this.VOFFSET.Width = 150;
|
|
//
|
|
// C_COLOR
|
|
//
|
|
this.C_COLOR.DataPropertyName = "COLOR";
|
|
this.C_COLOR.HeaderText = "색상코드";
|
|
this.C_COLOR.MinimumWidth = 8;
|
|
this.C_COLOR.Name = "C_COLOR";
|
|
this.C_COLOR.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.C_COLOR.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.C_COLOR.Width = 78;
|
|
//
|
|
// AUTOHDataGridViewTextBoxColumn1
|
|
//
|
|
this.AUTOHDataGridViewTextBoxColumn1.DataPropertyName = "AUTOH";
|
|
this.AUTOHDataGridViewTextBoxColumn1.HeaderText = "AUTOH";
|
|
this.AUTOHDataGridViewTextBoxColumn1.MinimumWidth = 8;
|
|
this.AUTOHDataGridViewTextBoxColumn1.Name = "AUTOHDataGridViewTextBoxColumn1";
|
|
this.AUTOHDataGridViewTextBoxColumn1.Width = 71;
|
|
//
|
|
// AUTOLDataGridViewTextBoxColumn1
|
|
//
|
|
this.AUTOLDataGridViewTextBoxColumn1.DataPropertyName = "AUTOL";
|
|
this.AUTOLDataGridViewTextBoxColumn1.HeaderText = "AUTOL";
|
|
this.AUTOLDataGridViewTextBoxColumn1.MinimumWidth = 8;
|
|
this.AUTOLDataGridViewTextBoxColumn1.Name = "AUTOLDataGridViewTextBoxColumn1";
|
|
this.AUTOLDataGridViewTextBoxColumn1.Width = 70;
|
|
//
|
|
// IDX_M
|
|
//
|
|
this.IDX_M.DataPropertyName = "IDX_M";
|
|
this.IDX_M.HeaderText = "IDX_M";
|
|
this.IDX_M.MinimumWidth = 8;
|
|
this.IDX_M.Name = "IDX_M";
|
|
this.IDX_M.Width = 150;
|
|
//
|
|
// IDX_U
|
|
//
|
|
this.IDX_U.DataPropertyName = "IDX_U";
|
|
this.IDX_U.HeaderText = "IDX_U";
|
|
this.IDX_U.MinimumWidth = 8;
|
|
this.IDX_U.Name = "IDX_U";
|
|
this.IDX_U.Width = 150;
|
|
//
|
|
// IDX_C
|
|
//
|
|
this.IDX_C.DataPropertyName = "IDX_C";
|
|
this.IDX_C.HeaderText = "IDX_C";
|
|
this.IDX_C.MinimumWidth = 8;
|
|
this.IDX_C.Name = "IDX_C";
|
|
this.IDX_C.Width = 150;
|
|
//
|
|
// ContextMenuStrip2
|
|
//
|
|
this.ContextMenuStrip2.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.ContextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.bt_editid,
|
|
this.bt_editcell,
|
|
this.그룹ID변경ToolStripMenuItem,
|
|
this.DECPOS변경ToolStripMenuItem,
|
|
this.UNIT변경ToolStripMenuItem});
|
|
this.ContextMenuStrip2.Name = "ContextMenuStrip1";
|
|
this.ContextMenuStrip2.Size = new System.Drawing.Size(211, 164);
|
|
//
|
|
// bt_editid
|
|
//
|
|
this.bt_editid.Name = "bt_editid";
|
|
this.bt_editid.Size = new System.Drawing.Size(210, 32);
|
|
this.bt_editid.Text = "장치ID일괄변경";
|
|
this.bt_editid.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
|
|
//
|
|
// bt_editcell
|
|
//
|
|
this.bt_editcell.Name = "bt_editcell";
|
|
this.bt_editcell.Size = new System.Drawing.Size(210, 32);
|
|
this.bt_editcell.Text = "셀이름일괄변경";
|
|
this.bt_editcell.Click += new System.EventHandler(this.bt_editcell_Click);
|
|
//
|
|
// 그룹ID변경ToolStripMenuItem
|
|
//
|
|
this.그룹ID변경ToolStripMenuItem.Name = "그룹ID변경ToolStripMenuItem";
|
|
this.그룹ID변경ToolStripMenuItem.Size = new System.Drawing.Size(210, 32);
|
|
this.그룹ID변경ToolStripMenuItem.Text = "그룹ID변경";
|
|
this.그룹ID변경ToolStripMenuItem.Click += new System.EventHandler(this.그룹ID변경ToolStripMenuItem_Click);
|
|
//
|
|
// DECPOS변경ToolStripMenuItem
|
|
//
|
|
this.DECPOS변경ToolStripMenuItem.Name = "DECPOS변경ToolStripMenuItem";
|
|
this.DECPOS변경ToolStripMenuItem.Size = new System.Drawing.Size(210, 32);
|
|
this.DECPOS변경ToolStripMenuItem.Text = "DECPOS 변경";
|
|
this.DECPOS변경ToolStripMenuItem.Click += new System.EventHandler(this.DECPOS변경ToolStripMenuItem_Click);
|
|
//
|
|
// UNIT변경ToolStripMenuItem
|
|
//
|
|
this.UNIT변경ToolStripMenuItem.Name = "UNIT변경ToolStripMenuItem";
|
|
this.UNIT변경ToolStripMenuItem.Size = new System.Drawing.Size(210, 32);
|
|
this.UNIT변경ToolStripMenuItem.Text = "UNIT 변경";
|
|
this.UNIT변경ToolStripMenuItem.Click += new System.EventHandler(this.UNIT변경ToolStripMenuItem_Click);
|
|
//
|
|
// bs_channel
|
|
//
|
|
this.bs_channel.DataMember = "CHANNEL";
|
|
this.bs_channel.DataSource = this.DocumentElement1;
|
|
this.bs_channel.Sort = "";
|
|
//
|
|
// bn_channel
|
|
//
|
|
this.bn_channel.AddNewItem = this.ToolStripButton3;
|
|
this.bn_channel.BindingSource = this.bs_channel;
|
|
this.bn_channel.CountItem = this.ToolStripLabel1;
|
|
this.bn_channel.DeleteItem = this.ToolStripButton4;
|
|
this.bn_channel.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.bn_channel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ToolStripButton5,
|
|
this.ToolStripButton6,
|
|
this.ToolStripSeparator1,
|
|
this.ToolStripTextBox1,
|
|
this.ToolStripLabel1,
|
|
this.ToolStripSeparator2,
|
|
this.ToolStripButton7,
|
|
this.ToolStripButton8,
|
|
this.ToolStripSeparator3,
|
|
this.ToolStripButton3,
|
|
this.ToolStripButton4,
|
|
this.ToolStripSeparator7,
|
|
this.bt_remakelist,
|
|
this.toolStripButton15});
|
|
this.bn_channel.Location = new System.Drawing.Point(0, 0);
|
|
this.bn_channel.MoveFirstItem = this.ToolStripButton5;
|
|
this.bn_channel.MoveLastItem = this.ToolStripButton8;
|
|
this.bn_channel.MoveNextItem = this.ToolStripButton7;
|
|
this.bn_channel.MovePreviousItem = this.ToolStripButton6;
|
|
this.bn_channel.Name = "bn_channel";
|
|
this.bn_channel.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
|
this.bn_channel.PositionItem = this.ToolStripTextBox1;
|
|
this.bn_channel.Size = new System.Drawing.Size(1509, 34);
|
|
this.bn_channel.TabIndex = 2;
|
|
this.bn_channel.Text = "BindingNavigator1";
|
|
//
|
|
// ToolStripButton3
|
|
//
|
|
this.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton3.Image")));
|
|
this.ToolStripButton3.Name = "ToolStripButton3";
|
|
this.ToolStripButton3.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton3.Size = new System.Drawing.Size(34, 29);
|
|
this.ToolStripButton3.Text = "새로 추가";
|
|
//
|
|
// ToolStripLabel1
|
|
//
|
|
this.ToolStripLabel1.Name = "ToolStripLabel1";
|
|
this.ToolStripLabel1.Size = new System.Drawing.Size(39, 29);
|
|
this.ToolStripLabel1.Text = "/{0}";
|
|
this.ToolStripLabel1.ToolTipText = "전체 항목 수";
|
|
//
|
|
// ToolStripButton4
|
|
//
|
|
this.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton4.Image")));
|
|
this.ToolStripButton4.Name = "ToolStripButton4";
|
|
this.ToolStripButton4.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton4.Size = new System.Drawing.Size(34, 29);
|
|
this.ToolStripButton4.Text = "삭제";
|
|
//
|
|
// ToolStripButton5
|
|
//
|
|
this.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton5.Image")));
|
|
this.ToolStripButton5.Name = "ToolStripButton5";
|
|
this.ToolStripButton5.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton5.Size = new System.Drawing.Size(34, 29);
|
|
this.ToolStripButton5.Text = "처음으로 이동";
|
|
//
|
|
// ToolStripButton6
|
|
//
|
|
this.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton6.Image")));
|
|
this.ToolStripButton6.Name = "ToolStripButton6";
|
|
this.ToolStripButton6.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton6.Size = new System.Drawing.Size(34, 29);
|
|
this.ToolStripButton6.Text = "이전으로 이동";
|
|
//
|
|
// ToolStripSeparator1
|
|
//
|
|
this.ToolStripSeparator1.Name = "ToolStripSeparator1";
|
|
this.ToolStripSeparator1.Size = new System.Drawing.Size(6, 34);
|
|
//
|
|
// ToolStripTextBox1
|
|
//
|
|
this.ToolStripTextBox1.AccessibleName = "위치";
|
|
this.ToolStripTextBox1.AutoSize = false;
|
|
this.ToolStripTextBox1.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
|
this.ToolStripTextBox1.Name = "ToolStripTextBox1";
|
|
this.ToolStripTextBox1.Size = new System.Drawing.Size(70, 31);
|
|
this.ToolStripTextBox1.Text = "0";
|
|
this.ToolStripTextBox1.ToolTipText = "현재 위치";
|
|
//
|
|
// ToolStripSeparator2
|
|
//
|
|
this.ToolStripSeparator2.Name = "ToolStripSeparator2";
|
|
this.ToolStripSeparator2.Size = new System.Drawing.Size(6, 34);
|
|
//
|
|
// ToolStripButton7
|
|
//
|
|
this.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton7.Image")));
|
|
this.ToolStripButton7.Name = "ToolStripButton7";
|
|
this.ToolStripButton7.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton7.Size = new System.Drawing.Size(34, 29);
|
|
this.ToolStripButton7.Text = "다음으로 이동";
|
|
//
|
|
// ToolStripButton8
|
|
//
|
|
this.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ToolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton8.Image")));
|
|
this.ToolStripButton8.Name = "ToolStripButton8";
|
|
this.ToolStripButton8.RightToLeftAutoMirrorImage = true;
|
|
this.ToolStripButton8.Size = new System.Drawing.Size(34, 29);
|
|
this.ToolStripButton8.Text = "마지막으로 이동";
|
|
//
|
|
// ToolStripSeparator3
|
|
//
|
|
this.ToolStripSeparator3.Name = "ToolStripSeparator3";
|
|
this.ToolStripSeparator3.Size = new System.Drawing.Size(6, 34);
|
|
//
|
|
// ToolStripSeparator7
|
|
//
|
|
this.ToolStripSeparator7.Name = "ToolStripSeparator7";
|
|
this.ToolStripSeparator7.Size = new System.Drawing.Size(6, 34);
|
|
//
|
|
// bt_remakelist
|
|
//
|
|
this.bt_remakelist.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.bt_remakelist.Image = ((System.Drawing.Image)(resources.GetObject("bt_remakelist.Image")));
|
|
this.bt_remakelist.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.bt_remakelist.Name = "bt_remakelist";
|
|
this.bt_remakelist.Size = new System.Drawing.Size(106, 29);
|
|
this.bt_remakelist.Text = "목록재구성";
|
|
this.bt_remakelist.Click += new System.EventHandler(this.ToolStripButton15_Click);
|
|
//
|
|
// toolStripButton15
|
|
//
|
|
this.toolStripButton15.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton15.Image")));
|
|
this.toolStripButton15.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton15.Name = "toolStripButton15";
|
|
this.toolStripButton15.Size = new System.Drawing.Size(130, 29);
|
|
this.toolStripButton15.Text = "셀이름변경";
|
|
this.toolStripButton15.Click += new System.EventHandler(this.toolStripButton15_Click_1);
|
|
//
|
|
// bs_normal
|
|
//
|
|
this.bs_normal.DataMember = "NORMAL";
|
|
this.bs_normal.DataSource = this.DocumentElement1;
|
|
//
|
|
// Frm_Config
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1517, 993);
|
|
this.Controls.Add(this.TabControl1);
|
|
this.Controls.Add(this.StatusStrip1);
|
|
this.Controls.Add(this.ToolStrip1);
|
|
this.KeyPreview = true;
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "Frm_Config";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "프로그램설정";
|
|
this.Load += new System.EventHandler(this.Frm_Config_Load);
|
|
this.ToolStrip1.ResumeLayout(false);
|
|
this.ToolStrip1.PerformLayout();
|
|
this.StatusStrip1.ResumeLayout(false);
|
|
this.StatusStrip1.PerformLayout();
|
|
this.TabControl1.ResumeLayout(false);
|
|
this.TabPage1.ResumeLayout(false);
|
|
this.TabPage1.PerformLayout();
|
|
this.GroupBox1.ResumeLayout(false);
|
|
this.GroupBox1.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudSlaveNo)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudLimit)).EndInit();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudMaxCH)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nud4thp2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nud4thp1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nud3rdp2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nud3rdp1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudPri2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudPri1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudSec2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudSec1)).EndInit();
|
|
this.GroupBox2.ResumeLayout(false);
|
|
this.GroupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tb_plcidx)).EndInit();
|
|
this.TabPage2.ResumeLayout(false);
|
|
this.TabPage2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv_device)).EndInit();
|
|
this.ContextMenuStrip1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_device)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DocumentElement1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn_Device)).EndInit();
|
|
this.bn_Device.ResumeLayout(false);
|
|
this.bn_Device.PerformLayout();
|
|
this.TabPage5.ResumeLayout(false);
|
|
this.TabPage5.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv_win)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_win)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BN_WIN)).EndInit();
|
|
this.BN_WIN.ResumeLayout(false);
|
|
this.BN_WIN.PerformLayout();
|
|
this.TabPage4.ResumeLayout(false);
|
|
this.TabPage4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv_grp)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataTable1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataTable2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataTable3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataTable4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataTable5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_group)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn_group)).EndInit();
|
|
this.bn_group.ResumeLayout(false);
|
|
this.bn_group.PerformLayout();
|
|
this.TabPage3.ResumeLayout(false);
|
|
this.TabPage3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv_channel)).EndInit();
|
|
this.ContextMenuStrip2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_channel)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn_channel)).EndInit();
|
|
this.bn_channel.ResumeLayout(false);
|
|
this.bn_channel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_normal)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
internal System.Windows.Forms.ToolStrip ToolStrip1;
|
|
internal System.Windows.Forms.StatusStrip StatusStrip1;
|
|
internal System.Windows.Forms.TabControl TabControl1;
|
|
internal System.Windows.Forms.TabPage TabPage1;
|
|
internal System.Windows.Forms.ToolStripButton bt_save;
|
|
internal System.Windows.Forms.TabPage TabPage2;
|
|
internal System.Windows.Forms.DataGridView dv_device;
|
|
internal System.Windows.Forms.BindingNavigator bn_Device;
|
|
internal System.Windows.Forms.ToolStripButton BindingNavigatorAddNewItem;
|
|
internal System.Windows.Forms.ToolStripLabel BindingNavigatorCountItem;
|
|
internal System.Windows.Forms.ToolStripButton BindingNavigatorDeleteItem;
|
|
internal System.Windows.Forms.ToolStripButton BindingNavigatorMoveFirstItem;
|
|
internal System.Windows.Forms.ToolStripButton BindingNavigatorMovePreviousItem;
|
|
internal System.Windows.Forms.ToolStripSeparator BindingNavigatorSeparator;
|
|
internal System.Windows.Forms.ToolStripTextBox BindingNavigatorPositionItem;
|
|
internal System.Windows.Forms.ToolStripSeparator BindingNavigatorSeparator1;
|
|
internal System.Windows.Forms.ToolStripButton BindingNavigatorMoveNextItem;
|
|
internal System.Windows.Forms.ToolStripButton BindingNavigatorMoveLastItem;
|
|
internal System.Windows.Forms.ToolStripSeparator BindingNavigatorSeparator2;
|
|
internal System.Windows.Forms.BindingSource bs_device;
|
|
internal System.Windows.Forms.TabPage TabPage3;
|
|
internal System.Windows.Forms.DataGridView dv_channel;
|
|
internal System.Windows.Forms.BindingNavigator bn_channel;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton3;
|
|
internal System.Windows.Forms.ToolStripLabel ToolStripLabel1;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton4;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton5;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton6;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator1;
|
|
internal System.Windows.Forms.ToolStripTextBox ToolStripTextBox1;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator2;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton7;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton8;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator3;
|
|
internal System.Windows.Forms.BindingSource bs_channel;
|
|
internal System.Windows.Forms.TabPage TabPage4;
|
|
internal System.Windows.Forms.DataGridView dv_grp;
|
|
internal System.Windows.Forms.BindingNavigator bn_group;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton9;
|
|
internal System.Windows.Forms.ToolStripLabel ToolStripLabel2;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton10;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton11;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton12;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator4;
|
|
internal System.Windows.Forms.ToolStripTextBox ToolStripTextBox2;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton13;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton14;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator6;
|
|
internal System.Windows.Forms.BindingSource bs_group;
|
|
internal System.Windows.Forms.TextBox tb_sangho;
|
|
internal System.Windows.Forms.Label Label3;
|
|
internal System.Windows.Forms.TextBox tb_tel;
|
|
internal System.Windows.Forms.Label Label4;
|
|
internal System.Windows.Forms.BindingSource bs_normal;
|
|
internal System.Data.DataSet DS;
|
|
internal System.Data.DataTable DataTable1;
|
|
internal System.Data.DataColumn DataColumn1;
|
|
internal System.Data.DataColumn DataColumn2;
|
|
internal System.Data.DataTable DataTable2;
|
|
internal System.Data.DataColumn DataColumn3;
|
|
internal System.Data.DataColumn DataColumn4;
|
|
internal System.Data.DataTable DataTable3;
|
|
internal System.Data.DataColumn DataColumn5;
|
|
internal System.Data.DataColumn DataColumn6;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator7;
|
|
internal System.Windows.Forms.ToolStripButton bt_remakelist;
|
|
internal System.Windows.Forms.TabPage TabPage5;
|
|
internal System.Windows.Forms.DataGridView dv_win;
|
|
internal System.Windows.Forms.BindingSource bs_win;
|
|
internal System.Windows.Forms.BindingNavigator BN_WIN;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton16;
|
|
internal System.Windows.Forms.ToolStripLabel ToolStripLabel3;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton17;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton18;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton19;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator9;
|
|
internal System.Windows.Forms.ToolStripTextBox ToolStripTextBox3;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator10;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton20;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton21;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator11;
|
|
internal System.Windows.Forms.ContextMenuStrip ContextMenuStrip1;
|
|
internal System.Windows.Forms.ToolStripMenuItem 장치구조재구성ToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem 장치자동설정ToolStripMenuItem;
|
|
internal System.Data.DataTable DataTable4;
|
|
internal System.Data.DataColumn DataColumn8;
|
|
internal System.Data.DataColumn DataColumn7;
|
|
internal System.Data.DataTable DataTable5;
|
|
internal System.Data.DataColumn DataColumn9;
|
|
internal System.Data.DataColumn DataColumn10;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator8;
|
|
internal System.Windows.Forms.Label Label1;
|
|
internal System.Windows.Forms.ContextMenuStrip ContextMenuStrip2;
|
|
internal System.Windows.Forms.ToolStripMenuItem bt_editid;
|
|
internal System.Windows.Forms.ToolStripProgressBar prb;
|
|
internal System.Windows.Forms.ToolStripMenuItem bt_editcell;
|
|
internal System.Windows.Forms.GroupBox GroupBox1;
|
|
internal System.Windows.Forms.CheckBox chk_savebinary;
|
|
internal System.Windows.Forms.CheckBox chk_synctime;
|
|
internal System.Windows.Forms.TextBox tb_savepath;
|
|
internal System.Windows.Forms.ToolStripMenuItem 그룹ID변경ToolStripMenuItem;
|
|
internal System.Windows.Forms.CheckBox chk_lsb;
|
|
internal System.Windows.Forms.ToolStripMenuItem DECPOS변경ToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem UNIT변경ToolStripMenuItem;
|
|
internal System.Windows.Forms.TextBox tb_trashper;
|
|
internal System.Windows.Forms.Label Label6;
|
|
internal System.Windows.Forms.Label Label5;
|
|
internal System.Windows.Forms.TextBox tb_saveterm;
|
|
internal System.Windows.Forms.Label Label7;
|
|
internal System.Windows.Forms.Label Label8;
|
|
internal System.Windows.Forms.CheckBox chk_sound;
|
|
internal vmsnet.DocumentElement DocumentElement1;
|
|
internal System.Windows.Forms.TextBox tb_viewsize;
|
|
internal System.Windows.Forms.Label Label12;
|
|
internal System.Windows.Forms.TextBox tb_div;
|
|
internal System.Windows.Forms.Label Label14;
|
|
internal System.Windows.Forms.CheckBox chk_nb;
|
|
internal System.Windows.Forms.CheckBox chk_sumab;
|
|
internal Label Label15;
|
|
internal NumericUpDown tb_plcidx;
|
|
internal Label Label16;
|
|
internal GroupBox GroupBox2;
|
|
internal Label Label17;
|
|
internal Button Button2;
|
|
internal Button Button1;
|
|
internal CheckBox chk_alplc;
|
|
internal CheckBox chkEnableKA;
|
|
internal NumericUpDown nudMaxCH;
|
|
internal Label Label10;
|
|
private System.ComponentModel.IContainer components;
|
|
private ToolStripStatusLabel lbMsg;
|
|
internal NumericUpDown nud4thp2;
|
|
internal NumericUpDown nud4thp1;
|
|
internal CheckBox chk_4thData;
|
|
internal NumericUpDown nud3rdp2;
|
|
internal NumericUpDown nud3rdp1;
|
|
internal CheckBox chk_3rdData;
|
|
internal NumericUpDown nudPri2;
|
|
internal NumericUpDown nudPri1;
|
|
internal CheckBox chk_1stData;
|
|
internal NumericUpDown nudSec2;
|
|
internal NumericUpDown nudSec1;
|
|
internal CheckBox chk_2nddata;
|
|
private GroupBox groupBox3;
|
|
private LinkLabel linkLabel1;
|
|
private Label label2;
|
|
internal Label label11;
|
|
internal Label label13;
|
|
private DataGridViewTextBoxColumn iDXDataGridViewTextBoxColumn;
|
|
private DataGridViewCheckBoxColumn uSEDataGridViewTextBoxColumn;
|
|
private DataGridViewTextBoxColumn tITLEDataGridViewTextBoxColumn;
|
|
private DataGridViewTextBoxColumn mATRIXDataGridViewTextBoxColumn;
|
|
private DataGridViewTextBoxColumn aLAMHDataGridViewTextBoxColumn;
|
|
private DataGridViewTextBoxColumn aLAMLDataGridViewTextBoxColumn;
|
|
internal Label label9;
|
|
private ToolStripStatusLabel toolStripStatusLabel1;
|
|
private ToolStripButton toolStripButton1;
|
|
private ToolStripButton toolStripButton2;
|
|
internal NumericUpDown nudLimit;
|
|
private DataGridViewTextBoxColumn M_IDX;
|
|
private DataGridViewCheckBoxColumn M_USE;
|
|
private DataGridViewTextBoxColumn M_TITLE;
|
|
private DataGridViewTextBoxColumn M_IP;
|
|
private DataGridViewTextBoxColumn PORT;
|
|
private DataGridViewTextBoxColumn M_CHCOUNT;
|
|
private DataGridViewTextBoxColumn M_SNCOMMAND;
|
|
private DataGridViewTextBoxColumn M_KACOMMAND;
|
|
private DataGridViewTextBoxColumn cHCOMMANDDataGridViewTextBoxColumn;
|
|
private DataGridViewTextBoxColumn C_IDX;
|
|
private DataGridViewCheckBoxColumn c_ENABLE;
|
|
private DataGridViewComboBoxColumn C_GIDX;
|
|
private DataGridViewTextBoxColumn C_TITLE;
|
|
private DataGridViewComboBoxColumn C_MACHINE;
|
|
private DataGridViewTextBoxColumn C_MACHINE2;
|
|
private DataGridViewComboBoxColumn C_ALAMTYPE;
|
|
private DataGridViewTextBoxColumn C_ALAMH;
|
|
private DataGridViewTextBoxColumn C_ALAML;
|
|
private DataGridViewTextBoxColumn C_DECPOS;
|
|
private DataGridViewTextBoxColumn C_UNIT;
|
|
private DataGridViewTextBoxColumn VOFFSET;
|
|
private DataGridViewButtonColumn C_COLOR;
|
|
private DataGridViewTextBoxColumn AUTOHDataGridViewTextBoxColumn1;
|
|
private DataGridViewTextBoxColumn AUTOLDataGridViewTextBoxColumn1;
|
|
private DataGridViewTextBoxColumn IDX_M;
|
|
private DataGridViewTextBoxColumn IDX_U;
|
|
private DataGridViewTextBoxColumn IDX_C;
|
|
private Label label21;
|
|
private Label label19;
|
|
private Label label20;
|
|
private Label label18;
|
|
private ComboBox cmb_plcport;
|
|
internal GroupBox groupBox4;
|
|
private ComboBox cmbIndiport;
|
|
internal NumericUpDown nudSlaveNo;
|
|
internal Label label22;
|
|
internal Label label23;
|
|
internal Button button3;
|
|
internal Button button4;
|
|
internal Button button5;
|
|
private DataGridViewTextBoxColumn G_IDX;
|
|
private DataGridViewCheckBoxColumn G_USE;
|
|
private DataGridViewComboBoxColumn G_WINDOW;
|
|
private DataGridViewTextBoxColumn G_TITLE;
|
|
private DataGridViewTextBoxColumn G_FONT;
|
|
private DataGridViewComboBoxColumn G_KADEVICE;
|
|
private DataGridViewComboBoxColumn G_ALAMTYPE;
|
|
private DataGridViewTextBoxColumn G_ALAMH;
|
|
private DataGridViewTextBoxColumn G_ALAML;
|
|
private DataGridViewTextBoxColumn G_AUTOH;
|
|
private DataGridViewTextBoxColumn G_AUTOL;
|
|
private DataGridViewTextBoxColumn G_POS;
|
|
private DataGridViewTextBoxColumn G_MATRIX;
|
|
private DataGridViewTextBoxColumn G_SPAN;
|
|
private DataGridViewTextBoxColumn G_NBOFF;
|
|
private DataGridViewTextBoxColumn G_NBSEQ;
|
|
private DataGridViewTextBoxColumn NBHHDataGridViewTextBoxColumn;
|
|
private DataGridViewTextBoxColumn NBHDataGridViewTextBoxColumn;
|
|
private DataGridViewTextBoxColumn NBLLDataGridViewTextBoxColumn;
|
|
private DataGridViewTextBoxColumn NBLDataGridViewTextBoxColumn;
|
|
private ToolStripButton toolStripButton15;
|
|
}
|
|
|
|
}
|