cell name 일괄 변경 기능 추가
This commit is contained in:
220
cVMS.NET_CS/Dialog/fCellNameChange.Designer.cs
generated
Normal file
220
cVMS.NET_CS/Dialog/fCellNameChange.Designer.cs
generated
Normal file
@@ -0,0 +1,220 @@
|
|||||||
|
namespace vmsnet.Dialog
|
||||||
|
{
|
||||||
|
partial class fCellNameChange
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Required designer variable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Clean up any resources being used.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Required method for Designer support - do not modify
|
||||||
|
/// the contents of this method with the code editor.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
|
this.nudSV = new System.Windows.Forms.NumericUpDown();
|
||||||
|
this.nudEV = new System.Windows.Forms.NumericUpDown();
|
||||||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||||
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
||||||
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
||||||
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
||||||
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
||||||
|
this.button1 = new System.Windows.Forms.Button();
|
||||||
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.nudSV)).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.nudEV)).BeginInit();
|
||||||
|
this.groupBox1.SuspendLayout();
|
||||||
|
this.SuspendLayout();
|
||||||
|
//
|
||||||
|
// label1
|
||||||
|
//
|
||||||
|
this.label1.AutoSize = true;
|
||||||
|
this.label1.Location = new System.Drawing.Point(20, 27);
|
||||||
|
this.label1.Name = "label1";
|
||||||
|
this.label1.Size = new System.Drawing.Size(122, 18);
|
||||||
|
this.label1.TabIndex = 0;
|
||||||
|
this.label1.Text = "채널번호 범위";
|
||||||
|
//
|
||||||
|
// nudSV
|
||||||
|
//
|
||||||
|
this.nudSV.Location = new System.Drawing.Point(150, 22);
|
||||||
|
this.nudSV.Maximum = new decimal(new int[] {
|
||||||
|
99999999,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0});
|
||||||
|
this.nudSV.Minimum = new decimal(new int[] {
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0});
|
||||||
|
this.nudSV.Name = "nudSV";
|
||||||
|
this.nudSV.Size = new System.Drawing.Size(120, 28);
|
||||||
|
this.nudSV.TabIndex = 1;
|
||||||
|
this.nudSV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
|
this.nudSV.Value = new decimal(new int[] {
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0});
|
||||||
|
//
|
||||||
|
// nudEV
|
||||||
|
//
|
||||||
|
this.nudEV.Location = new System.Drawing.Point(285, 22);
|
||||||
|
this.nudEV.Maximum = new decimal(new int[] {
|
||||||
|
99999999,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0});
|
||||||
|
this.nudEV.Minimum = new decimal(new int[] {
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0});
|
||||||
|
this.nudEV.Name = "nudEV";
|
||||||
|
this.nudEV.Size = new System.Drawing.Size(120, 28);
|
||||||
|
this.nudEV.TabIndex = 2;
|
||||||
|
this.nudEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
|
this.nudEV.Value = new decimal(new int[] {
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0});
|
||||||
|
//
|
||||||
|
// textBox1
|
||||||
|
//
|
||||||
|
this.textBox1.Location = new System.Drawing.Point(19, 39);
|
||||||
|
this.textBox1.Name = "textBox1";
|
||||||
|
this.textBox1.Size = new System.Drawing.Size(70, 28);
|
||||||
|
this.textBox1.TabIndex = 3;
|
||||||
|
this.textBox1.Text = "#";
|
||||||
|
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
|
//
|
||||||
|
// groupBox1
|
||||||
|
//
|
||||||
|
this.groupBox1.Controls.Add(this.checkBox1);
|
||||||
|
this.groupBox1.Controls.Add(this.textBox5);
|
||||||
|
this.groupBox1.Controls.Add(this.textBox4);
|
||||||
|
this.groupBox1.Controls.Add(this.textBox3);
|
||||||
|
this.groupBox1.Controls.Add(this.textBox2);
|
||||||
|
this.groupBox1.Controls.Add(this.textBox1);
|
||||||
|
this.groupBox1.Location = new System.Drawing.Point(23, 70);
|
||||||
|
this.groupBox1.Name = "groupBox1";
|
||||||
|
this.groupBox1.Size = new System.Drawing.Size(412, 126);
|
||||||
|
this.groupBox1.TabIndex = 4;
|
||||||
|
this.groupBox1.TabStop = false;
|
||||||
|
this.groupBox1.Text = "새이름규칙";
|
||||||
|
//
|
||||||
|
// textBox5
|
||||||
|
//
|
||||||
|
this.textBox5.Location = new System.Drawing.Point(323, 39);
|
||||||
|
this.textBox5.Name = "textBox5";
|
||||||
|
this.textBox5.Size = new System.Drawing.Size(70, 28);
|
||||||
|
this.textBox5.TabIndex = 7;
|
||||||
|
this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
|
//
|
||||||
|
// textBox4
|
||||||
|
//
|
||||||
|
this.textBox4.Location = new System.Drawing.Point(247, 39);
|
||||||
|
this.textBox4.Name = "textBox4";
|
||||||
|
this.textBox4.Size = new System.Drawing.Size(70, 28);
|
||||||
|
this.textBox4.TabIndex = 6;
|
||||||
|
this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
|
//
|
||||||
|
// textBox3
|
||||||
|
//
|
||||||
|
this.textBox3.Location = new System.Drawing.Point(171, 39);
|
||||||
|
this.textBox3.Name = "textBox3";
|
||||||
|
this.textBox3.ReadOnly = true;
|
||||||
|
this.textBox3.Size = new System.Drawing.Size(70, 28);
|
||||||
|
this.textBox3.TabIndex = 5;
|
||||||
|
this.textBox3.Text = "셀번호";
|
||||||
|
this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
|
//
|
||||||
|
// textBox2
|
||||||
|
//
|
||||||
|
this.textBox2.Location = new System.Drawing.Point(95, 39);
|
||||||
|
this.textBox2.Name = "textBox2";
|
||||||
|
this.textBox2.Size = new System.Drawing.Size(70, 28);
|
||||||
|
this.textBox2.TabIndex = 4;
|
||||||
|
this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
|
//
|
||||||
|
// button1
|
||||||
|
//
|
||||||
|
this.button1.Location = new System.Drawing.Point(23, 213);
|
||||||
|
this.button1.Name = "button1";
|
||||||
|
this.button1.Size = new System.Drawing.Size(412, 56);
|
||||||
|
this.button1.TabIndex = 5;
|
||||||
|
this.button1.Text = "변경";
|
||||||
|
this.button1.UseVisualStyleBackColor = true;
|
||||||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||||
|
//
|
||||||
|
// checkBox1
|
||||||
|
//
|
||||||
|
this.checkBox1.AutoSize = true;
|
||||||
|
this.checkBox1.Checked = true;
|
||||||
|
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||||
|
this.checkBox1.Location = new System.Drawing.Point(19, 84);
|
||||||
|
this.checkBox1.Name = "checkBox1";
|
||||||
|
this.checkBox1.Size = new System.Drawing.Size(254, 22);
|
||||||
|
this.checkBox1.TabIndex = 8;
|
||||||
|
this.checkBox1.Text = "셀번호를 1부터 시작하세요";
|
||||||
|
this.checkBox1.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// fCellNameChange
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.ClientSize = new System.Drawing.Size(458, 293);
|
||||||
|
this.Controls.Add(this.button1);
|
||||||
|
this.Controls.Add(this.groupBox1);
|
||||||
|
this.Controls.Add(this.nudEV);
|
||||||
|
this.Controls.Add(this.nudSV);
|
||||||
|
this.Controls.Add(this.label1);
|
||||||
|
this.MaximizeBox = false;
|
||||||
|
this.MinimizeBox = false;
|
||||||
|
this.Name = "fCellNameChange";
|
||||||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
|
this.Text = "셀 이름 변경";
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.nudSV)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.nudEV)).EndInit();
|
||||||
|
this.groupBox1.ResumeLayout(false);
|
||||||
|
this.groupBox1.PerformLayout();
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
this.PerformLayout();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private System.Windows.Forms.Label label1;
|
||||||
|
private System.Windows.Forms.GroupBox groupBox1;
|
||||||
|
private System.Windows.Forms.TextBox textBox3;
|
||||||
|
private System.Windows.Forms.Button button1;
|
||||||
|
public System.Windows.Forms.NumericUpDown nudSV;
|
||||||
|
public System.Windows.Forms.NumericUpDown nudEV;
|
||||||
|
public System.Windows.Forms.TextBox textBox1;
|
||||||
|
public System.Windows.Forms.TextBox textBox2;
|
||||||
|
public System.Windows.Forms.TextBox textBox5;
|
||||||
|
public System.Windows.Forms.TextBox textBox4;
|
||||||
|
public System.Windows.Forms.CheckBox checkBox1;
|
||||||
|
}
|
||||||
|
}
|
||||||
34
cVMS.NET_CS/Dialog/fCellNameChange.cs
Normal file
34
cVMS.NET_CS/Dialog/fCellNameChange.cs
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
using AR;
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace vmsnet.Dialog
|
||||||
|
{
|
||||||
|
public partial class fCellNameChange : Form
|
||||||
|
{
|
||||||
|
public fCellNameChange()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void button1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var sn = (int)nudSV.Value;
|
||||||
|
var en = (int)nudEV.Value;
|
||||||
|
if(en < sn)
|
||||||
|
{
|
||||||
|
UTIL.MsgE("셀번호를 다시 지정하세요");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
DialogResult = DialogResult.OK;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
120
cVMS.NET_CS/Dialog/fCellNameChange.resx
Normal file
120
cVMS.NET_CS/Dialog/fCellNameChange.resx
Normal file
@@ -0,0 +1,120 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
||||||
584
cVMS.NET_CS/Setting/Frm_Config.Designer.cs
generated
584
cVMS.NET_CS/Setting/Frm_Config.Designer.cs
generated
@@ -49,12 +49,6 @@ namespace vmsnet
|
|||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = 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 dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = 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();
|
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = 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 dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
@@ -64,6 +58,12 @@ namespace vmsnet
|
|||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = 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 dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = 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.ToolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||||
this.bt_save = new System.Windows.Forms.ToolStripButton();
|
this.bt_save = new System.Windows.Forms.ToolStripButton();
|
||||||
this.StatusStrip1 = new System.Windows.Forms.StatusStrip();
|
this.StatusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||||
@@ -189,6 +189,12 @@ namespace vmsnet
|
|||||||
this.ToolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
|
this.ToolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
this.TabPage4 = new System.Windows.Forms.TabPage();
|
this.TabPage4 = new System.Windows.Forms.TabPage();
|
||||||
this.dv_grp = new System.Windows.Forms.DataGridView();
|
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.DS = new System.Data.DataSet();
|
||||||
this.DataTable1 = new System.Data.DataTable();
|
this.DataTable1 = new System.Data.DataTable();
|
||||||
this.DataColumn1 = new System.Data.DataColumn();
|
this.DataColumn1 = new System.Data.DataColumn();
|
||||||
@@ -205,6 +211,20 @@ namespace vmsnet
|
|||||||
this.DataTable5 = new System.Data.DataTable();
|
this.DataTable5 = new System.Data.DataTable();
|
||||||
this.DataColumn9 = new System.Data.DataColumn();
|
this.DataColumn9 = new System.Data.DataColumn();
|
||||||
this.DataColumn10 = 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.bs_group = new System.Windows.Forms.BindingSource(this.components);
|
||||||
this.label2 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
this.bn_group = new System.Windows.Forms.BindingNavigator(this.components);
|
this.bn_group = new System.Windows.Forms.BindingNavigator(this.components);
|
||||||
@@ -260,27 +280,8 @@ namespace vmsnet
|
|||||||
this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
this.ToolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
this.ToolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
this.bt_remakelist = new System.Windows.Forms.ToolStripButton();
|
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.bs_normal = new System.Windows.Forms.BindingSource(this.components);
|
||||||
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.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.ToolStrip1.SuspendLayout();
|
this.ToolStrip1.SuspendLayout();
|
||||||
this.StatusStrip1.SuspendLayout();
|
this.StatusStrip1.SuspendLayout();
|
||||||
this.TabControl1.SuspendLayout();
|
this.TabControl1.SuspendLayout();
|
||||||
@@ -395,7 +396,7 @@ namespace vmsnet
|
|||||||
this.TabControl1.Controls.Add(this.TabPage3);
|
this.TabControl1.Controls.Add(this.TabPage3);
|
||||||
this.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.TabControl1.Location = new System.Drawing.Point(0, 34);
|
this.TabControl1.Location = new System.Drawing.Point(0, 34);
|
||||||
this.TabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.TabControl1.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.TabControl1.Name = "TabControl1";
|
this.TabControl1.Name = "TabControl1";
|
||||||
this.TabControl1.SelectedIndex = 0;
|
this.TabControl1.SelectedIndex = 0;
|
||||||
this.TabControl1.Size = new System.Drawing.Size(1517, 927);
|
this.TabControl1.Size = new System.Drawing.Size(1517, 927);
|
||||||
@@ -413,9 +414,9 @@ namespace vmsnet
|
|||||||
this.TabPage1.Controls.Add(this.Label3);
|
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.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.Location = new System.Drawing.Point(4, 28);
|
||||||
this.TabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.TabPage1.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.TabPage1.Name = "TabPage1";
|
this.TabPage1.Name = "TabPage1";
|
||||||
this.TabPage1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.TabPage1.Padding = new System.Windows.Forms.Padding(4);
|
||||||
this.TabPage1.Size = new System.Drawing.Size(1509, 895);
|
this.TabPage1.Size = new System.Drawing.Size(1509, 895);
|
||||||
this.TabPage1.TabIndex = 0;
|
this.TabPage1.TabIndex = 0;
|
||||||
this.TabPage1.Text = "일반설정";
|
this.TabPage1.Text = "일반설정";
|
||||||
@@ -424,7 +425,7 @@ namespace vmsnet
|
|||||||
// tb_viewsize
|
// tb_viewsize
|
||||||
//
|
//
|
||||||
this.tb_viewsize.Location = new System.Drawing.Point(217, 78);
|
this.tb_viewsize.Location = new System.Drawing.Point(217, 78);
|
||||||
this.tb_viewsize.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.tb_viewsize.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.tb_viewsize.Name = "tb_viewsize";
|
this.tb_viewsize.Name = "tb_viewsize";
|
||||||
this.tb_viewsize.Size = new System.Drawing.Size(295, 39);
|
this.tb_viewsize.Size = new System.Drawing.Size(295, 39);
|
||||||
this.tb_viewsize.TabIndex = 26;
|
this.tb_viewsize.TabIndex = 26;
|
||||||
@@ -444,7 +445,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.chk_sound.AutoSize = true;
|
this.chk_sound.AutoSize = true;
|
||||||
this.chk_sound.Location = new System.Drawing.Point(217, 130);
|
this.chk_sound.Location = new System.Drawing.Point(217, 130);
|
||||||
this.chk_sound.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.chk_sound.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.chk_sound.Name = "chk_sound";
|
this.chk_sound.Name = "chk_sound";
|
||||||
this.chk_sound.Size = new System.Drawing.Size(373, 36);
|
this.chk_sound.Size = new System.Drawing.Size(373, 36);
|
||||||
this.chk_sound.TabIndex = 22;
|
this.chk_sound.TabIndex = 22;
|
||||||
@@ -483,9 +484,9 @@ namespace vmsnet
|
|||||||
this.GroupBox1.Controls.Add(this.Label1);
|
this.GroupBox1.Controls.Add(this.Label1);
|
||||||
this.GroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.GroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||||
this.GroupBox1.Location = new System.Drawing.Point(4, 270);
|
this.GroupBox1.Location = new System.Drawing.Point(4, 270);
|
||||||
this.GroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.GroupBox1.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.GroupBox1.Name = "GroupBox1";
|
this.GroupBox1.Name = "GroupBox1";
|
||||||
this.GroupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.GroupBox1.Padding = new System.Windows.Forms.Padding(4);
|
||||||
this.GroupBox1.Size = new System.Drawing.Size(1501, 621);
|
this.GroupBox1.Size = new System.Drawing.Size(1501, 621);
|
||||||
this.GroupBox1.TabIndex = 9;
|
this.GroupBox1.TabIndex = 9;
|
||||||
this.GroupBox1.TabStop = false;
|
this.GroupBox1.TabStop = false;
|
||||||
@@ -549,7 +550,7 @@ namespace vmsnet
|
|||||||
// nudSlaveNo
|
// nudSlaveNo
|
||||||
//
|
//
|
||||||
this.nudSlaveNo.Location = new System.Drawing.Point(179, 94);
|
this.nudSlaveNo.Location = new System.Drawing.Point(179, 94);
|
||||||
this.nudSlaveNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.nudSlaveNo.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.nudSlaveNo.Maximum = new decimal(new int[] {
|
this.nudSlaveNo.Maximum = new decimal(new int[] {
|
||||||
255,
|
255,
|
||||||
0,
|
0,
|
||||||
@@ -624,7 +625,7 @@ namespace vmsnet
|
|||||||
// nudLimit
|
// nudLimit
|
||||||
//
|
//
|
||||||
this.nudLimit.Location = new System.Drawing.Point(224, 54);
|
this.nudLimit.Location = new System.Drawing.Point(224, 54);
|
||||||
this.nudLimit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.nudLimit.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.nudLimit.Maximum = new decimal(new int[] {
|
this.nudLimit.Maximum = new decimal(new int[] {
|
||||||
999999,
|
999999,
|
||||||
0,
|
0,
|
||||||
@@ -652,9 +653,9 @@ namespace vmsnet
|
|||||||
this.groupBox3.Controls.Add(this.nudMaxCH);
|
this.groupBox3.Controls.Add(this.nudMaxCH);
|
||||||
this.groupBox3.Controls.Add(this.Label10);
|
this.groupBox3.Controls.Add(this.Label10);
|
||||||
this.groupBox3.Location = new System.Drawing.Point(724, 272);
|
this.groupBox3.Location = new System.Drawing.Point(724, 272);
|
||||||
this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.groupBox3.Name = "groupBox3";
|
this.groupBox3.Name = "groupBox3";
|
||||||
this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
|
||||||
this.groupBox3.Size = new System.Drawing.Size(754, 264);
|
this.groupBox3.Size = new System.Drawing.Size(754, 264);
|
||||||
this.groupBox3.TabIndex = 62;
|
this.groupBox3.TabIndex = 62;
|
||||||
this.groupBox3.TabStop = false;
|
this.groupBox3.TabStop = false;
|
||||||
@@ -686,7 +687,7 @@ namespace vmsnet
|
|||||||
// tb_savepath
|
// tb_savepath
|
||||||
//
|
//
|
||||||
this.tb_savepath.Location = new System.Drawing.Point(187, 42);
|
this.tb_savepath.Location = new System.Drawing.Point(187, 42);
|
||||||
this.tb_savepath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.tb_savepath.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.tb_savepath.Name = "tb_savepath";
|
this.tb_savepath.Name = "tb_savepath";
|
||||||
this.tb_savepath.Size = new System.Drawing.Size(525, 39);
|
this.tb_savepath.Size = new System.Drawing.Size(525, 39);
|
||||||
this.tb_savepath.TabIndex = 14;
|
this.tb_savepath.TabIndex = 14;
|
||||||
@@ -696,7 +697,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.tb_trashper.ForeColor = System.Drawing.Color.Red;
|
this.tb_trashper.ForeColor = System.Drawing.Color.Red;
|
||||||
this.tb_trashper.Location = new System.Drawing.Point(187, 98);
|
this.tb_trashper.Location = new System.Drawing.Point(187, 98);
|
||||||
this.tb_trashper.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.tb_trashper.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.tb_trashper.Name = "tb_trashper";
|
this.tb_trashper.Name = "tb_trashper";
|
||||||
this.tb_trashper.Size = new System.Drawing.Size(55, 39);
|
this.tb_trashper.Size = new System.Drawing.Size(55, 39);
|
||||||
this.tb_trashper.TabIndex = 17;
|
this.tb_trashper.TabIndex = 17;
|
||||||
@@ -727,7 +728,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.tb_saveterm.ForeColor = System.Drawing.Color.Red;
|
this.tb_saveterm.ForeColor = System.Drawing.Color.Red;
|
||||||
this.tb_saveterm.Location = new System.Drawing.Point(187, 153);
|
this.tb_saveterm.Location = new System.Drawing.Point(187, 153);
|
||||||
this.tb_saveterm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.tb_saveterm.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.tb_saveterm.Name = "tb_saveterm";
|
this.tb_saveterm.Name = "tb_saveterm";
|
||||||
this.tb_saveterm.Size = new System.Drawing.Size(55, 39);
|
this.tb_saveterm.Size = new System.Drawing.Size(55, 39);
|
||||||
this.tb_saveterm.TabIndex = 20;
|
this.tb_saveterm.TabIndex = 20;
|
||||||
@@ -758,7 +759,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.tb_div.ForeColor = System.Drawing.Color.Red;
|
this.tb_div.ForeColor = System.Drawing.Color.Red;
|
||||||
this.tb_div.Location = new System.Drawing.Point(633, 99);
|
this.tb_div.Location = new System.Drawing.Point(633, 99);
|
||||||
this.tb_div.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.tb_div.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.tb_div.Name = "tb_div";
|
this.tb_div.Name = "tb_div";
|
||||||
this.tb_div.Size = new System.Drawing.Size(80, 39);
|
this.tb_div.Size = new System.Drawing.Size(80, 39);
|
||||||
this.tb_div.TabIndex = 32;
|
this.tb_div.TabIndex = 32;
|
||||||
@@ -778,7 +779,7 @@ namespace vmsnet
|
|||||||
// nudMaxCH
|
// nudMaxCH
|
||||||
//
|
//
|
||||||
this.nudMaxCH.Location = new System.Drawing.Point(633, 153);
|
this.nudMaxCH.Location = new System.Drawing.Point(633, 153);
|
||||||
this.nudMaxCH.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.nudMaxCH.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.nudMaxCH.Maximum = new decimal(new int[] {
|
this.nudMaxCH.Maximum = new decimal(new int[] {
|
||||||
1000,
|
1000,
|
||||||
0,
|
0,
|
||||||
@@ -802,7 +803,7 @@ namespace vmsnet
|
|||||||
// nud4thp2
|
// nud4thp2
|
||||||
//
|
//
|
||||||
this.nud4thp2.Location = new System.Drawing.Point(391, 432);
|
this.nud4thp2.Location = new System.Drawing.Point(391, 432);
|
||||||
this.nud4thp2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.nud4thp2.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.nud4thp2.Maximum = new decimal(new int[] {
|
this.nud4thp2.Maximum = new decimal(new int[] {
|
||||||
1000,
|
1000,
|
||||||
0,
|
0,
|
||||||
@@ -816,7 +817,7 @@ namespace vmsnet
|
|||||||
// nud4thp1
|
// nud4thp1
|
||||||
//
|
//
|
||||||
this.nud4thp1.Location = new System.Drawing.Point(224, 432);
|
this.nud4thp1.Location = new System.Drawing.Point(224, 432);
|
||||||
this.nud4thp1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.nud4thp1.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.nud4thp1.Maximum = new decimal(new int[] {
|
this.nud4thp1.Maximum = new decimal(new int[] {
|
||||||
1000,
|
1000,
|
||||||
0,
|
0,
|
||||||
@@ -831,7 +832,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.chk_4thData.AutoSize = true;
|
this.chk_4thData.AutoSize = true;
|
||||||
this.chk_4thData.Location = new System.Drawing.Point(27, 434);
|
this.chk_4thData.Location = new System.Drawing.Point(27, 434);
|
||||||
this.chk_4thData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.chk_4thData.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.chk_4thData.Name = "chk_4thData";
|
this.chk_4thData.Name = "chk_4thData";
|
||||||
this.chk_4thData.Size = new System.Drawing.Size(178, 36);
|
this.chk_4thData.Size = new System.Drawing.Size(178, 36);
|
||||||
this.chk_4thData.TabIndex = 59;
|
this.chk_4thData.TabIndex = 59;
|
||||||
@@ -841,7 +842,7 @@ namespace vmsnet
|
|||||||
// nud3rdp2
|
// nud3rdp2
|
||||||
//
|
//
|
||||||
this.nud3rdp2.Location = new System.Drawing.Point(391, 380);
|
this.nud3rdp2.Location = new System.Drawing.Point(391, 380);
|
||||||
this.nud3rdp2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.nud3rdp2.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.nud3rdp2.Maximum = new decimal(new int[] {
|
this.nud3rdp2.Maximum = new decimal(new int[] {
|
||||||
1000,
|
1000,
|
||||||
0,
|
0,
|
||||||
@@ -855,7 +856,7 @@ namespace vmsnet
|
|||||||
// nud3rdp1
|
// nud3rdp1
|
||||||
//
|
//
|
||||||
this.nud3rdp1.Location = new System.Drawing.Point(224, 380);
|
this.nud3rdp1.Location = new System.Drawing.Point(224, 380);
|
||||||
this.nud3rdp1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.nud3rdp1.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.nud3rdp1.Maximum = new decimal(new int[] {
|
this.nud3rdp1.Maximum = new decimal(new int[] {
|
||||||
1000,
|
1000,
|
||||||
0,
|
0,
|
||||||
@@ -870,7 +871,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.chk_3rdData.AutoSize = true;
|
this.chk_3rdData.AutoSize = true;
|
||||||
this.chk_3rdData.Location = new System.Drawing.Point(27, 381);
|
this.chk_3rdData.Location = new System.Drawing.Point(27, 381);
|
||||||
this.chk_3rdData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.chk_3rdData.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.chk_3rdData.Name = "chk_3rdData";
|
this.chk_3rdData.Name = "chk_3rdData";
|
||||||
this.chk_3rdData.Size = new System.Drawing.Size(178, 36);
|
this.chk_3rdData.Size = new System.Drawing.Size(178, 36);
|
||||||
this.chk_3rdData.TabIndex = 56;
|
this.chk_3rdData.TabIndex = 56;
|
||||||
@@ -880,7 +881,7 @@ namespace vmsnet
|
|||||||
// nudPri2
|
// nudPri2
|
||||||
//
|
//
|
||||||
this.nudPri2.Location = new System.Drawing.Point(391, 274);
|
this.nudPri2.Location = new System.Drawing.Point(391, 274);
|
||||||
this.nudPri2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.nudPri2.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.nudPri2.Maximum = new decimal(new int[] {
|
this.nudPri2.Maximum = new decimal(new int[] {
|
||||||
1000,
|
1000,
|
||||||
0,
|
0,
|
||||||
@@ -894,7 +895,7 @@ namespace vmsnet
|
|||||||
// nudPri1
|
// nudPri1
|
||||||
//
|
//
|
||||||
this.nudPri1.Location = new System.Drawing.Point(224, 274);
|
this.nudPri1.Location = new System.Drawing.Point(224, 274);
|
||||||
this.nudPri1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.nudPri1.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.nudPri1.Maximum = new decimal(new int[] {
|
this.nudPri1.Maximum = new decimal(new int[] {
|
||||||
1000,
|
1000,
|
||||||
0,
|
0,
|
||||||
@@ -912,7 +913,7 @@ namespace vmsnet
|
|||||||
this.chk_1stData.CheckState = System.Windows.Forms.CheckState.Checked;
|
this.chk_1stData.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||||
this.chk_1stData.Enabled = false;
|
this.chk_1stData.Enabled = false;
|
||||||
this.chk_1stData.Location = new System.Drawing.Point(27, 278);
|
this.chk_1stData.Location = new System.Drawing.Point(27, 278);
|
||||||
this.chk_1stData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.chk_1stData.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.chk_1stData.Name = "chk_1stData";
|
this.chk_1stData.Name = "chk_1stData";
|
||||||
this.chk_1stData.Size = new System.Drawing.Size(174, 36);
|
this.chk_1stData.Size = new System.Drawing.Size(174, 36);
|
||||||
this.chk_1stData.TabIndex = 53;
|
this.chk_1stData.TabIndex = 53;
|
||||||
@@ -922,7 +923,7 @@ namespace vmsnet
|
|||||||
// nudSec2
|
// nudSec2
|
||||||
//
|
//
|
||||||
this.nudSec2.Location = new System.Drawing.Point(391, 327);
|
this.nudSec2.Location = new System.Drawing.Point(391, 327);
|
||||||
this.nudSec2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.nudSec2.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.nudSec2.Maximum = new decimal(new int[] {
|
this.nudSec2.Maximum = new decimal(new int[] {
|
||||||
1000,
|
1000,
|
||||||
0,
|
0,
|
||||||
@@ -936,7 +937,7 @@ namespace vmsnet
|
|||||||
// nudSec1
|
// nudSec1
|
||||||
//
|
//
|
||||||
this.nudSec1.Location = new System.Drawing.Point(224, 327);
|
this.nudSec1.Location = new System.Drawing.Point(224, 327);
|
||||||
this.nudSec1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.nudSec1.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.nudSec1.Maximum = new decimal(new int[] {
|
this.nudSec1.Maximum = new decimal(new int[] {
|
||||||
1000,
|
1000,
|
||||||
0,
|
0,
|
||||||
@@ -951,7 +952,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.chk_2nddata.AutoSize = true;
|
this.chk_2nddata.AutoSize = true;
|
||||||
this.chk_2nddata.Location = new System.Drawing.Point(27, 328);
|
this.chk_2nddata.Location = new System.Drawing.Point(27, 328);
|
||||||
this.chk_2nddata.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.chk_2nddata.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.chk_2nddata.Name = "chk_2nddata";
|
this.chk_2nddata.Name = "chk_2nddata";
|
||||||
this.chk_2nddata.Size = new System.Drawing.Size(184, 36);
|
this.chk_2nddata.Size = new System.Drawing.Size(184, 36);
|
||||||
this.chk_2nddata.TabIndex = 50;
|
this.chk_2nddata.TabIndex = 50;
|
||||||
@@ -962,7 +963,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.chkEnableKA.AutoSize = true;
|
this.chkEnableKA.AutoSize = true;
|
||||||
this.chkEnableKA.Location = new System.Drawing.Point(346, 213);
|
this.chkEnableKA.Location = new System.Drawing.Point(346, 213);
|
||||||
this.chkEnableKA.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.chkEnableKA.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.chkEnableKA.Name = "chkEnableKA";
|
this.chkEnableKA.Name = "chkEnableKA";
|
||||||
this.chkEnableKA.Size = new System.Drawing.Size(149, 36);
|
this.chkEnableKA.Size = new System.Drawing.Size(149, 36);
|
||||||
this.chkEnableKA.TabIndex = 45;
|
this.chkEnableKA.TabIndex = 45;
|
||||||
@@ -998,7 +999,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.chk_alplc.AutoSize = true;
|
this.chk_alplc.AutoSize = true;
|
||||||
this.chk_alplc.Location = new System.Drawing.Point(31, 152);
|
this.chk_alplc.Location = new System.Drawing.Point(31, 152);
|
||||||
this.chk_alplc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.chk_alplc.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.chk_alplc.Name = "chk_alplc";
|
this.chk_alplc.Name = "chk_alplc";
|
||||||
this.chk_alplc.Size = new System.Drawing.Size(118, 36);
|
this.chk_alplc.Size = new System.Drawing.Size(118, 36);
|
||||||
this.chk_alplc.TabIndex = 42;
|
this.chk_alplc.TabIndex = 42;
|
||||||
@@ -1028,7 +1029,7 @@ namespace vmsnet
|
|||||||
// tb_plcidx
|
// tb_plcidx
|
||||||
//
|
//
|
||||||
this.tb_plcidx.Location = new System.Drawing.Point(151, 92);
|
this.tb_plcidx.Location = new System.Drawing.Point(151, 92);
|
||||||
this.tb_plcidx.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.tb_plcidx.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.tb_plcidx.Maximum = new decimal(new int[] {
|
this.tb_plcidx.Maximum = new decimal(new int[] {
|
||||||
1000,
|
1000,
|
||||||
0,
|
0,
|
||||||
@@ -1073,7 +1074,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.chk_sumab.AutoSize = true;
|
this.chk_sumab.AutoSize = true;
|
||||||
this.chk_sumab.Location = new System.Drawing.Point(27, 546);
|
this.chk_sumab.Location = new System.Drawing.Point(27, 546);
|
||||||
this.chk_sumab.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.chk_sumab.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.chk_sumab.Name = "chk_sumab";
|
this.chk_sumab.Name = "chk_sumab";
|
||||||
this.chk_sumab.Size = new System.Drawing.Size(195, 36);
|
this.chk_sumab.Size = new System.Drawing.Size(195, 36);
|
||||||
this.chk_sumab.TabIndex = 33;
|
this.chk_sumab.TabIndex = 33;
|
||||||
@@ -1084,7 +1085,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.chk_nb.AutoSize = true;
|
this.chk_nb.AutoSize = true;
|
||||||
this.chk_nb.Location = new System.Drawing.Point(27, 498);
|
this.chk_nb.Location = new System.Drawing.Point(27, 498);
|
||||||
this.chk_nb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.chk_nb.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.chk_nb.Name = "chk_nb";
|
this.chk_nb.Name = "chk_nb";
|
||||||
this.chk_nb.Size = new System.Drawing.Size(478, 36);
|
this.chk_nb.Size = new System.Drawing.Size(478, 36);
|
||||||
this.chk_nb.TabIndex = 29;
|
this.chk_nb.TabIndex = 29;
|
||||||
@@ -1095,7 +1096,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.chk_lsb.AutoSize = true;
|
this.chk_lsb.AutoSize = true;
|
||||||
this.chk_lsb.Location = new System.Drawing.Point(27, 213);
|
this.chk_lsb.Location = new System.Drawing.Point(27, 213);
|
||||||
this.chk_lsb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.chk_lsb.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.chk_lsb.Name = "chk_lsb";
|
this.chk_lsb.Name = "chk_lsb";
|
||||||
this.chk_lsb.Size = new System.Drawing.Size(314, 36);
|
this.chk_lsb.Size = new System.Drawing.Size(314, 36);
|
||||||
this.chk_lsb.TabIndex = 15;
|
this.chk_lsb.TabIndex = 15;
|
||||||
@@ -1106,7 +1107,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.chk_synctime.AutoSize = true;
|
this.chk_synctime.AutoSize = true;
|
||||||
this.chk_synctime.Location = new System.Drawing.Point(27, 164);
|
this.chk_synctime.Location = new System.Drawing.Point(27, 164);
|
||||||
this.chk_synctime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.chk_synctime.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.chk_synctime.Name = "chk_synctime";
|
this.chk_synctime.Name = "chk_synctime";
|
||||||
this.chk_synctime.Size = new System.Drawing.Size(461, 36);
|
this.chk_synctime.Size = new System.Drawing.Size(461, 36);
|
||||||
this.chk_synctime.TabIndex = 10;
|
this.chk_synctime.TabIndex = 10;
|
||||||
@@ -1117,7 +1118,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.chk_savebinary.AutoSize = true;
|
this.chk_savebinary.AutoSize = true;
|
||||||
this.chk_savebinary.Location = new System.Drawing.Point(27, 114);
|
this.chk_savebinary.Location = new System.Drawing.Point(27, 114);
|
||||||
this.chk_savebinary.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.chk_savebinary.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.chk_savebinary.Name = "chk_savebinary";
|
this.chk_savebinary.Name = "chk_savebinary";
|
||||||
this.chk_savebinary.Size = new System.Drawing.Size(685, 36);
|
this.chk_savebinary.Size = new System.Drawing.Size(685, 36);
|
||||||
this.chk_savebinary.TabIndex = 9;
|
this.chk_savebinary.TabIndex = 9;
|
||||||
@@ -1138,7 +1139,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.tb_tel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
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.Location = new System.Drawing.Point(1106, 20);
|
||||||
this.tb_tel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.tb_tel.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.tb_tel.Name = "tb_tel";
|
this.tb_tel.Name = "tb_tel";
|
||||||
this.tb_tel.Size = new System.Drawing.Size(377, 39);
|
this.tb_tel.Size = new System.Drawing.Size(377, 39);
|
||||||
this.tb_tel.TabIndex = 5;
|
this.tb_tel.TabIndex = 5;
|
||||||
@@ -1160,7 +1161,7 @@ namespace vmsnet
|
|||||||
// tb_sangho
|
// tb_sangho
|
||||||
//
|
//
|
||||||
this.tb_sangho.Location = new System.Drawing.Point(216, 26);
|
this.tb_sangho.Location = new System.Drawing.Point(216, 26);
|
||||||
this.tb_sangho.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.tb_sangho.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.tb_sangho.Name = "tb_sangho";
|
this.tb_sangho.Name = "tb_sangho";
|
||||||
this.tb_sangho.Size = new System.Drawing.Size(295, 39);
|
this.tb_sangho.Size = new System.Drawing.Size(295, 39);
|
||||||
this.tb_sangho.TabIndex = 3;
|
this.tb_sangho.TabIndex = 3;
|
||||||
@@ -1182,9 +1183,9 @@ namespace vmsnet
|
|||||||
this.TabPage2.Controls.Add(this.label11);
|
this.TabPage2.Controls.Add(this.label11);
|
||||||
this.TabPage2.Controls.Add(this.bn_Device);
|
this.TabPage2.Controls.Add(this.bn_Device);
|
||||||
this.TabPage2.Location = new System.Drawing.Point(4, 28);
|
this.TabPage2.Location = new System.Drawing.Point(4, 28);
|
||||||
this.TabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.TabPage2.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.TabPage2.Name = "TabPage2";
|
this.TabPage2.Name = "TabPage2";
|
||||||
this.TabPage2.Size = new System.Drawing.Size(1509, 880);
|
this.TabPage2.Size = new System.Drawing.Size(1509, 895);
|
||||||
this.TabPage2.TabIndex = 1;
|
this.TabPage2.TabIndex = 1;
|
||||||
this.TabPage2.Text = "장치설정";
|
this.TabPage2.Text = "장치설정";
|
||||||
this.TabPage2.UseVisualStyleBackColor = true;
|
this.TabPage2.UseVisualStyleBackColor = true;
|
||||||
@@ -1229,7 +1230,7 @@ namespace vmsnet
|
|||||||
this.dv_device.DefaultCellStyle = dataGridViewCellStyle8;
|
this.dv_device.DefaultCellStyle = dataGridViewCellStyle8;
|
||||||
this.dv_device.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dv_device.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.dv_device.Location = new System.Drawing.Point(0, 34);
|
this.dv_device.Location = new System.Drawing.Point(0, 34);
|
||||||
this.dv_device.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.dv_device.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.dv_device.MultiSelect = false;
|
this.dv_device.MultiSelect = false;
|
||||||
this.dv_device.Name = "dv_device";
|
this.dv_device.Name = "dv_device";
|
||||||
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
@@ -1244,7 +1245,7 @@ namespace vmsnet
|
|||||||
this.dv_device.RowHeadersWidth = 62;
|
this.dv_device.RowHeadersWidth = 62;
|
||||||
this.dv_device.RowTemplate.Height = 23;
|
this.dv_device.RowTemplate.Height = 23;
|
||||||
this.dv_device.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
this.dv_device.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
||||||
this.dv_device.Size = new System.Drawing.Size(1509, 800);
|
this.dv_device.Size = new System.Drawing.Size(1509, 815);
|
||||||
this.dv_device.TabIndex = 0;
|
this.dv_device.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// M_IDX
|
// M_IDX
|
||||||
@@ -1371,7 +1372,7 @@ namespace vmsnet
|
|||||||
//
|
//
|
||||||
this.label11.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.label11.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||||
this.label11.ForeColor = System.Drawing.Color.Blue;
|
this.label11.ForeColor = System.Drawing.Color.Blue;
|
||||||
this.label11.Location = new System.Drawing.Point(0, 834);
|
this.label11.Location = new System.Drawing.Point(0, 849);
|
||||||
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
this.label11.Name = "label11";
|
this.label11.Name = "label11";
|
||||||
this.label11.Padding = new System.Windows.Forms.Padding(14, 0, 0, 0);
|
this.label11.Padding = new System.Windows.Forms.Padding(14, 0, 0, 0);
|
||||||
@@ -1529,7 +1530,7 @@ namespace vmsnet
|
|||||||
this.TabPage5.Controls.Add(this.label13);
|
this.TabPage5.Controls.Add(this.label13);
|
||||||
this.TabPage5.Controls.Add(this.BN_WIN);
|
this.TabPage5.Controls.Add(this.BN_WIN);
|
||||||
this.TabPage5.Location = new System.Drawing.Point(4, 28);
|
this.TabPage5.Location = new System.Drawing.Point(4, 28);
|
||||||
this.TabPage5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.TabPage5.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.TabPage5.Name = "TabPage5";
|
this.TabPage5.Name = "TabPage5";
|
||||||
this.TabPage5.Size = new System.Drawing.Size(1509, 895);
|
this.TabPage5.Size = new System.Drawing.Size(1509, 895);
|
||||||
this.TabPage5.TabIndex = 4;
|
this.TabPage5.TabIndex = 4;
|
||||||
@@ -1569,7 +1570,7 @@ namespace vmsnet
|
|||||||
this.dv_win.DefaultCellStyle = dataGridViewCellStyle11;
|
this.dv_win.DefaultCellStyle = dataGridViewCellStyle11;
|
||||||
this.dv_win.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dv_win.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.dv_win.Location = new System.Drawing.Point(0, 33);
|
this.dv_win.Location = new System.Drawing.Point(0, 33);
|
||||||
this.dv_win.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.dv_win.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.dv_win.Name = "dv_win";
|
this.dv_win.Name = "dv_win";
|
||||||
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
|
||||||
@@ -1765,7 +1766,7 @@ namespace vmsnet
|
|||||||
this.TabPage4.Controls.Add(this.label2);
|
this.TabPage4.Controls.Add(this.label2);
|
||||||
this.TabPage4.Controls.Add(this.bn_group);
|
this.TabPage4.Controls.Add(this.bn_group);
|
||||||
this.TabPage4.Location = new System.Drawing.Point(4, 28);
|
this.TabPage4.Location = new System.Drawing.Point(4, 28);
|
||||||
this.TabPage4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.TabPage4.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.TabPage4.Name = "TabPage4";
|
this.TabPage4.Name = "TabPage4";
|
||||||
this.TabPage4.Size = new System.Drawing.Size(1509, 895);
|
this.TabPage4.Size = new System.Drawing.Size(1509, 895);
|
||||||
this.TabPage4.TabIndex = 3;
|
this.TabPage4.TabIndex = 3;
|
||||||
@@ -1822,7 +1823,7 @@ namespace vmsnet
|
|||||||
this.dv_grp.DefaultCellStyle = dataGridViewCellStyle23;
|
this.dv_grp.DefaultCellStyle = dataGridViewCellStyle23;
|
||||||
this.dv_grp.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dv_grp.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.dv_grp.Location = new System.Drawing.Point(0, 33);
|
this.dv_grp.Location = new System.Drawing.Point(0, 33);
|
||||||
this.dv_grp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.dv_grp.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.dv_grp.Name = "dv_grp";
|
this.dv_grp.Name = "dv_grp";
|
||||||
dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control;
|
||||||
@@ -1839,6 +1840,68 @@ namespace vmsnet
|
|||||||
this.dv_grp.TabIndex = 2;
|
this.dv_grp.TabIndex = 2;
|
||||||
this.dv_grp.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dv_grp_DataError);
|
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
|
// DS
|
||||||
//
|
//
|
||||||
this.DS.DataSetName = "NewDataSet";
|
this.DS.DataSetName = "NewDataSet";
|
||||||
@@ -1937,6 +2000,151 @@ namespace vmsnet
|
|||||||
this.DataColumn10.DataType = typeof(short);
|
this.DataColumn10.DataType = typeof(short);
|
||||||
this.DataColumn10.DefaultValue = ((short)(0));
|
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
|
// bs_group
|
||||||
//
|
//
|
||||||
this.bs_group.DataMember = "GRP";
|
this.bs_group.DataMember = "GRP";
|
||||||
@@ -2078,9 +2286,9 @@ namespace vmsnet
|
|||||||
this.TabPage3.Controls.Add(this.dv_channel);
|
this.TabPage3.Controls.Add(this.dv_channel);
|
||||||
this.TabPage3.Controls.Add(this.bn_channel);
|
this.TabPage3.Controls.Add(this.bn_channel);
|
||||||
this.TabPage3.Location = new System.Drawing.Point(4, 28);
|
this.TabPage3.Location = new System.Drawing.Point(4, 28);
|
||||||
this.TabPage3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.TabPage3.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.TabPage3.Name = "TabPage3";
|
this.TabPage3.Name = "TabPage3";
|
||||||
this.TabPage3.Size = new System.Drawing.Size(1509, 880);
|
this.TabPage3.Size = new System.Drawing.Size(1509, 895);
|
||||||
this.TabPage3.TabIndex = 2;
|
this.TabPage3.TabIndex = 2;
|
||||||
this.TabPage3.Text = "셀설정";
|
this.TabPage3.Text = "셀설정";
|
||||||
this.TabPage3.UseVisualStyleBackColor = true;
|
this.TabPage3.UseVisualStyleBackColor = true;
|
||||||
@@ -2134,7 +2342,7 @@ namespace vmsnet
|
|||||||
this.dv_channel.DefaultCellStyle = dataGridViewCellStyle29;
|
this.dv_channel.DefaultCellStyle = dataGridViewCellStyle29;
|
||||||
this.dv_channel.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dv_channel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.dv_channel.Location = new System.Drawing.Point(0, 34);
|
this.dv_channel.Location = new System.Drawing.Point(0, 34);
|
||||||
this.dv_channel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.dv_channel.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.dv_channel.Name = "dv_channel";
|
this.dv_channel.Name = "dv_channel";
|
||||||
dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Control;
|
||||||
@@ -2147,7 +2355,7 @@ namespace vmsnet
|
|||||||
this.dv_channel.RowHeadersVisible = false;
|
this.dv_channel.RowHeadersVisible = false;
|
||||||
this.dv_channel.RowHeadersWidth = 62;
|
this.dv_channel.RowHeadersWidth = 62;
|
||||||
this.dv_channel.RowTemplate.Height = 23;
|
this.dv_channel.RowTemplate.Height = 23;
|
||||||
this.dv_channel.Size = new System.Drawing.Size(1509, 846);
|
this.dv_channel.Size = new System.Drawing.Size(1509, 861);
|
||||||
this.dv_channel.TabIndex = 1;
|
this.dv_channel.TabIndex = 1;
|
||||||
this.dv_channel.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv_channel_CellClick);
|
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.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dv_channel_CellFormatting);
|
||||||
@@ -2401,7 +2609,8 @@ namespace vmsnet
|
|||||||
this.ToolStripButton3,
|
this.ToolStripButton3,
|
||||||
this.ToolStripButton4,
|
this.ToolStripButton4,
|
||||||
this.ToolStripSeparator7,
|
this.ToolStripSeparator7,
|
||||||
this.bt_remakelist});
|
this.bt_remakelist,
|
||||||
|
this.toolStripButton15});
|
||||||
this.bn_channel.Location = new System.Drawing.Point(0, 0);
|
this.bn_channel.Location = new System.Drawing.Point(0, 0);
|
||||||
this.bn_channel.MoveFirstItem = this.ToolStripButton5;
|
this.bn_channel.MoveFirstItem = this.ToolStripButton5;
|
||||||
this.bn_channel.MoveLastItem = this.ToolStripButton8;
|
this.bn_channel.MoveLastItem = this.ToolStripButton8;
|
||||||
@@ -2515,218 +2724,20 @@ namespace vmsnet
|
|||||||
this.bt_remakelist.Text = "목록재구성";
|
this.bt_remakelist.Text = "목록재구성";
|
||||||
this.bt_remakelist.Click += new System.EventHandler(this.ToolStripButton15_Click);
|
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
|
// bs_normal
|
||||||
//
|
//
|
||||||
this.bs_normal.DataMember = "NORMAL";
|
this.bs_normal.DataMember = "NORMAL";
|
||||||
this.bs_normal.DataSource = this.DocumentElement1;
|
this.bs_normal.DataSource = this.DocumentElement1;
|
||||||
//
|
//
|
||||||
// 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;
|
|
||||||
//
|
|
||||||
// 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;
|
|
||||||
//
|
|
||||||
// Frm_Config
|
// Frm_Config
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
|
||||||
@@ -2736,7 +2747,7 @@ namespace vmsnet
|
|||||||
this.Controls.Add(this.StatusStrip1);
|
this.Controls.Add(this.StatusStrip1);
|
||||||
this.Controls.Add(this.ToolStrip1);
|
this.Controls.Add(this.ToolStrip1);
|
||||||
this.KeyPreview = true;
|
this.KeyPreview = true;
|
||||||
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.Margin = new System.Windows.Forms.Padding(4);
|
||||||
this.Name = "Frm_Config";
|
this.Name = "Frm_Config";
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
this.Text = "프로그램설정";
|
this.Text = "프로그램설정";
|
||||||
@@ -3030,6 +3041,7 @@ namespace vmsnet
|
|||||||
private DataGridViewTextBoxColumn NBHDataGridViewTextBoxColumn;
|
private DataGridViewTextBoxColumn NBHDataGridViewTextBoxColumn;
|
||||||
private DataGridViewTextBoxColumn NBLLDataGridViewTextBoxColumn;
|
private DataGridViewTextBoxColumn NBLLDataGridViewTextBoxColumn;
|
||||||
private DataGridViewTextBoxColumn NBLDataGridViewTextBoxColumn;
|
private DataGridViewTextBoxColumn NBLDataGridViewTextBoxColumn;
|
||||||
|
private ToolStripButton toolStripButton15;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1015,5 +1015,46 @@ namespace vmsnet
|
|||||||
if (PUB.indicator.WriteValue(valuebuffer) == false)
|
if (PUB.indicator.WriteValue(valuebuffer) == false)
|
||||||
UTIL.MsgE(PUB.indicator.ErrorMessage);
|
UTIL.MsgE(PUB.indicator.ErrorMessage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void toolStripButton15_Click_1(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
this.bs_channel.EndEdit();
|
||||||
|
using (var f = new Dialog.fCellNameChange())
|
||||||
|
if (f.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
var sv = (int)f.nudSV.Value;
|
||||||
|
var ev = (int)f.nudEV.Value;
|
||||||
|
var rows = this.DocumentElement1.CHANNEL
|
||||||
|
.Where(t => t.RowState != DataRowState.Detached &&
|
||||||
|
t.RowState != DataRowState.Deleted &&
|
||||||
|
t.IDX >= sv && t.IDX <= ev).OrderBy(t => t.IDX);
|
||||||
|
|
||||||
|
var fix1 = f.textBox1.Text.Trim();
|
||||||
|
var fix2 = f.textBox2.Text.Trim();
|
||||||
|
|
||||||
|
var fix3 = f.textBox4.Text.Trim();
|
||||||
|
var fix4 = f.textBox5.Text.Trim();
|
||||||
|
|
||||||
|
var maxchno = this.DocumentElement1.CHANNEL.GroupBy(t => t.GIDX).Max(s => s.Count());//.CHANNEL.Max(t => t.IDX).ToString();
|
||||||
|
var padzerostr = "".PadLeft(maxchno.ToString().Length, '0');
|
||||||
|
var renameno = f.checkBox1.Checked;
|
||||||
|
|
||||||
|
this.prb.Value = 0;
|
||||||
|
this.prb.Maximum = rows.Count();
|
||||||
|
var chno = 1;
|
||||||
|
var cellno = string.Empty;
|
||||||
|
foreach (var dr in rows)
|
||||||
|
{
|
||||||
|
prb.Value += 1;
|
||||||
|
if (renameno) cellno = prb.Value.ToString(padzerostr);
|
||||||
|
else cellno = dr.IDX.ToString(padzerostr);
|
||||||
|
|
||||||
|
dr.TITLE = $"{fix1}{fix2}{cellno}{fix3}{fix4}";
|
||||||
|
dr.EndEdit();
|
||||||
|
chno += 1;
|
||||||
|
}
|
||||||
|
UTIL.MsgE("이름이 변경되었습니다");
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -152,7 +152,7 @@
|
|||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="StatusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="StatusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>126, 17</value>
|
<value>167, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="M_IDX.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="M_IDX.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
@@ -179,16 +179,16 @@
|
|||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="ContextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="ContextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>386, 56</value>
|
<value>659, 63</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="bs_device.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="bs_device.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>352, 17</value>
|
<value>481, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="DocumentElement1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="DocumentElement1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>706, 56</value>
|
<value>17, 109</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="bn_Device.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="bn_Device.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>244, 17</value>
|
<value>330, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<data name="BindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
@@ -290,10 +290,10 @@
|
|||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="bs_win.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="bs_win.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>193, 56</value>
|
<value>402, 63</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="BN_WIN.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="BN_WIN.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>288, 56</value>
|
<value>523, 63</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<data name="ToolStripButton16.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="ToolStripButton16.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
@@ -383,7 +383,7 @@
|
|||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="DS.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="DS.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>126, 56</value>
|
<value>312, 63</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="G_ALAMTYPE.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="G_ALAMTYPE.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
@@ -416,10 +416,10 @@
|
|||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="bs_group.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="bs_group.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>685, 17</value>
|
<value>942, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="bn_group.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="bn_group.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>788, 17</value>
|
<value>17, 63</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<data name="ToolStripButton9.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="ToolStripButton9.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
@@ -539,13 +539,13 @@
|
|||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="ContextMenuStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="ContextMenuStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>546, 56</value>
|
<value>882, 63</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="bs_channel.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="bs_channel.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>457, 17</value>
|
<value>628, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="bn_channel.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="bn_channel.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>570, 17</value>
|
<value>784, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<data name="ToolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="ToolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
@@ -647,10 +647,25 @@
|
|||||||
+UkzM4NkSVIS9Kf8d6OjoxdNuQMUj96BoKCg2TExMc9RoRfYEBV9mYuFhITM4w7R+I0R+J5O/BrlvRIc
|
+UkzM4NkSVIS9Kf8d6OjoxdNuQMUj96BoKCg2TExMc9RoRfYEBV9mYuFhITM4w7R+I0R+J5O/BrlvRIc
|
||||||
HPwS76H554lnp/QOjApOFsyMwEX4FGyOofunRuB7ypnBOaP3jNThgu4xbdpfHAkWza6mNEcAAAAASUVO
|
HPwS76H554lnp/QOjApOFsyMwEX4FGyOofunRuB7ypnBOaP3jNThgu4xbdpfHAkWza6mNEcAAAAASUVO
|
||||||
RK5CYII=
|
RK5CYII=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="toolStripButton15.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
|
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
||||||
|
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
||||||
|
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
||||||
|
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
||||||
|
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
||||||
|
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
||||||
|
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
||||||
|
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
||||||
|
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
||||||
|
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="bs_normal.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="bs_normal.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>17, 56</value>
|
<value>162, 63</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>107</value>
|
<value>107</value>
|
||||||
|
|||||||
@@ -172,6 +172,12 @@
|
|||||||
<Compile Include="Class\EventArgs.cs" />
|
<Compile Include="Class\EventArgs.cs" />
|
||||||
<Compile Include="Class\StructAndEnum.cs" />
|
<Compile Include="Class\StructAndEnum.cs" />
|
||||||
<Compile Include="Device\StateMachine.cs" />
|
<Compile Include="Device\StateMachine.cs" />
|
||||||
|
<Compile Include="Dialog\fCellNameChange.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Dialog\fCellNameChange.Designer.cs">
|
||||||
|
<DependentUpon>fCellNameChange.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="DS1.cs">
|
<Compile Include="DS1.cs">
|
||||||
<DependentUpon>DS1.xsd</DependentUpon>
|
<DependentUpon>DS1.xsd</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -384,6 +390,9 @@
|
|||||||
</Compile>
|
</Compile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Include="Dialog\fCellNameChange.resx">
|
||||||
|
<DependentUpon>fCellNameChange.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Dialog\fLog.resx">
|
<EmbeddedResource Include="Dialog\fLog.resx">
|
||||||
<DependentUpon>fLog.cs</DependentUpon>
|
<DependentUpon>fLog.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
|||||||
Reference in New Issue
Block a user