From b710f33e07b01900d7404bfe506b4c741b83fd93 Mon Sep 17 00:00:00 2001 From: "Arin(asus)" Date: Tue, 26 Nov 2024 21:14:53 +0900 Subject: [PATCH] =?UTF-8?q?cell=20name=20=EC=9D=BC=EA=B4=84=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Dialog/fCellNameChange.Designer.cs | 220 +++++++ cVMS.NET_CS/Dialog/fCellNameChange.cs | 34 + cVMS.NET_CS/Dialog/fCellNameChange.resx | 120 ++++ cVMS.NET_CS/Setting/Frm_Config.Designer.cs | 584 +++++++++--------- cVMS.NET_CS/Setting/Frm_Config.cs | 41 ++ cVMS.NET_CS/Setting/Frm_Config.resx | 43 +- cVMS.NET_CS/cVMS.NET_CS.csproj | 9 + 7 files changed, 751 insertions(+), 300 deletions(-) create mode 100644 cVMS.NET_CS/Dialog/fCellNameChange.Designer.cs create mode 100644 cVMS.NET_CS/Dialog/fCellNameChange.cs create mode 100644 cVMS.NET_CS/Dialog/fCellNameChange.resx diff --git a/cVMS.NET_CS/Dialog/fCellNameChange.Designer.cs b/cVMS.NET_CS/Dialog/fCellNameChange.Designer.cs new file mode 100644 index 0000000..97345cb --- /dev/null +++ b/cVMS.NET_CS/Dialog/fCellNameChange.Designer.cs @@ -0,0 +1,220 @@ +namespace vmsnet.Dialog +{ + partial class fCellNameChange + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + 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; + } +} \ No newline at end of file diff --git a/cVMS.NET_CS/Dialog/fCellNameChange.cs b/cVMS.NET_CS/Dialog/fCellNameChange.cs new file mode 100644 index 0000000..6c7f932 --- /dev/null +++ b/cVMS.NET_CS/Dialog/fCellNameChange.cs @@ -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; + } + } +} diff --git a/cVMS.NET_CS/Dialog/fCellNameChange.resx b/cVMS.NET_CS/Dialog/fCellNameChange.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/cVMS.NET_CS/Dialog/fCellNameChange.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/cVMS.NET_CS/Setting/Frm_Config.Designer.cs b/cVMS.NET_CS/Setting/Frm_Config.Designer.cs index b6c939c..65c371b 100644 --- a/cVMS.NET_CS/Setting/Frm_Config.Designer.cs +++ b/cVMS.NET_CS/Setting/Frm_Config.Designer.cs @@ -49,12 +49,6 @@ namespace vmsnet System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle 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 dataGridViewCellStyle15 = 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 dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle(); this.ToolStrip1 = new System.Windows.Forms.ToolStrip(); this.bt_save = new System.Windows.Forms.ToolStripButton(); this.StatusStrip1 = new System.Windows.Forms.StatusStrip(); @@ -189,6 +189,12 @@ namespace vmsnet this.ToolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator(); this.TabPage4 = new System.Windows.Forms.TabPage(); this.dv_grp = new System.Windows.Forms.DataGridView(); + this.G_IDX = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.G_USE = new System.Windows.Forms.DataGridViewCheckBoxColumn(); + this.G_WINDOW = new System.Windows.Forms.DataGridViewComboBoxColumn(); + this.G_TITLE = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.G_FONT = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.G_KADEVICE = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.DS = new System.Data.DataSet(); this.DataTable1 = new System.Data.DataTable(); this.DataColumn1 = new System.Data.DataColumn(); @@ -205,6 +211,20 @@ namespace vmsnet this.DataTable5 = new System.Data.DataTable(); this.DataColumn9 = new System.Data.DataColumn(); this.DataColumn10 = new System.Data.DataColumn(); + this.G_ALAMTYPE = new System.Windows.Forms.DataGridViewComboBoxColumn(); + this.G_ALAMH = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.G_ALAML = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.G_AUTOH = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.G_AUTOL = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.G_POS = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.G_MATRIX = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.G_SPAN = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.G_NBOFF = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.G_NBSEQ = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.NBHHDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.NBHDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.NBLLDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.NBLDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bs_group = new System.Windows.Forms.BindingSource(this.components); this.label2 = new System.Windows.Forms.Label(); this.bn_group = new System.Windows.Forms.BindingNavigator(this.components); @@ -260,27 +280,8 @@ namespace vmsnet this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.ToolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.bt_remakelist = new System.Windows.Forms.ToolStripButton(); + this.toolStripButton15 = new System.Windows.Forms.ToolStripButton(); this.bs_normal = new System.Windows.Forms.BindingSource(this.components); - this.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.StatusStrip1.SuspendLayout(); this.TabControl1.SuspendLayout(); @@ -395,7 +396,7 @@ namespace vmsnet this.TabControl1.Controls.Add(this.TabPage3); this.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.TabControl1.Location = new System.Drawing.Point(0, 34); - this.TabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.TabControl1.Margin = new System.Windows.Forms.Padding(4); this.TabControl1.Name = "TabControl1"; this.TabControl1.SelectedIndex = 0; this.TabControl1.Size = new System.Drawing.Size(1517, 927); @@ -413,9 +414,9 @@ namespace vmsnet this.TabPage1.Controls.Add(this.Label3); this.TabPage1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.TabPage1.Location = new System.Drawing.Point(4, 28); - this.TabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.TabPage1.Margin = new System.Windows.Forms.Padding(4); 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.TabIndex = 0; this.TabPage1.Text = "일반설정"; @@ -424,7 +425,7 @@ namespace vmsnet // tb_viewsize // 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.Size = new System.Drawing.Size(295, 39); this.tb_viewsize.TabIndex = 26; @@ -444,7 +445,7 @@ namespace vmsnet // this.chk_sound.AutoSize = true; this.chk_sound.Location = new System.Drawing.Point(217, 130); - this.chk_sound.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.chk_sound.Margin = new System.Windows.Forms.Padding(4); this.chk_sound.Name = "chk_sound"; this.chk_sound.Size = new System.Drawing.Size(373, 36); this.chk_sound.TabIndex = 22; @@ -483,9 +484,9 @@ namespace vmsnet this.GroupBox1.Controls.Add(this.Label1); this.GroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.GroupBox1.Location = new System.Drawing.Point(4, 270); - this.GroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.GroupBox1.Margin = new System.Windows.Forms.Padding(4); 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.TabIndex = 9; this.GroupBox1.TabStop = false; @@ -549,7 +550,7 @@ namespace vmsnet // nudSlaveNo // 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[] { 255, 0, @@ -624,7 +625,7 @@ namespace vmsnet // nudLimit // 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[] { 999999, 0, @@ -652,9 +653,9 @@ namespace vmsnet this.groupBox3.Controls.Add(this.nudMaxCH); this.groupBox3.Controls.Add(this.Label10); this.groupBox3.Location = new System.Drawing.Point(724, 272); - this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox3.Margin = new System.Windows.Forms.Padding(4); 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.TabIndex = 62; this.groupBox3.TabStop = false; @@ -686,7 +687,7 @@ namespace vmsnet // tb_savepath // 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.Size = new System.Drawing.Size(525, 39); this.tb_savepath.TabIndex = 14; @@ -696,7 +697,7 @@ namespace vmsnet // this.tb_trashper.ForeColor = System.Drawing.Color.Red; this.tb_trashper.Location = new System.Drawing.Point(187, 98); - this.tb_trashper.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tb_trashper.Margin = new System.Windows.Forms.Padding(4); this.tb_trashper.Name = "tb_trashper"; this.tb_trashper.Size = new System.Drawing.Size(55, 39); this.tb_trashper.TabIndex = 17; @@ -727,7 +728,7 @@ namespace vmsnet // this.tb_saveterm.ForeColor = System.Drawing.Color.Red; this.tb_saveterm.Location = new System.Drawing.Point(187, 153); - this.tb_saveterm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tb_saveterm.Margin = new System.Windows.Forms.Padding(4); this.tb_saveterm.Name = "tb_saveterm"; this.tb_saveterm.Size = new System.Drawing.Size(55, 39); this.tb_saveterm.TabIndex = 20; @@ -758,7 +759,7 @@ namespace vmsnet // this.tb_div.ForeColor = System.Drawing.Color.Red; this.tb_div.Location = new System.Drawing.Point(633, 99); - this.tb_div.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tb_div.Margin = new System.Windows.Forms.Padding(4); this.tb_div.Name = "tb_div"; this.tb_div.Size = new System.Drawing.Size(80, 39); this.tb_div.TabIndex = 32; @@ -778,7 +779,7 @@ namespace vmsnet // nudMaxCH // 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[] { 1000, 0, @@ -802,7 +803,7 @@ namespace vmsnet // nud4thp2 // 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[] { 1000, 0, @@ -816,7 +817,7 @@ namespace vmsnet // nud4thp1 // 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[] { 1000, 0, @@ -831,7 +832,7 @@ namespace vmsnet // this.chk_4thData.AutoSize = true; this.chk_4thData.Location = new System.Drawing.Point(27, 434); - this.chk_4thData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.chk_4thData.Margin = new System.Windows.Forms.Padding(4); this.chk_4thData.Name = "chk_4thData"; this.chk_4thData.Size = new System.Drawing.Size(178, 36); this.chk_4thData.TabIndex = 59; @@ -841,7 +842,7 @@ namespace vmsnet // nud3rdp2 // 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[] { 1000, 0, @@ -855,7 +856,7 @@ namespace vmsnet // nud3rdp1 // 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[] { 1000, 0, @@ -870,7 +871,7 @@ namespace vmsnet // this.chk_3rdData.AutoSize = true; this.chk_3rdData.Location = new System.Drawing.Point(27, 381); - this.chk_3rdData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.chk_3rdData.Margin = new System.Windows.Forms.Padding(4); this.chk_3rdData.Name = "chk_3rdData"; this.chk_3rdData.Size = new System.Drawing.Size(178, 36); this.chk_3rdData.TabIndex = 56; @@ -880,7 +881,7 @@ namespace vmsnet // nudPri2 // 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[] { 1000, 0, @@ -894,7 +895,7 @@ namespace vmsnet // nudPri1 // 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[] { 1000, 0, @@ -912,7 +913,7 @@ namespace vmsnet this.chk_1stData.CheckState = System.Windows.Forms.CheckState.Checked; this.chk_1stData.Enabled = false; this.chk_1stData.Location = new System.Drawing.Point(27, 278); - this.chk_1stData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.chk_1stData.Margin = new System.Windows.Forms.Padding(4); this.chk_1stData.Name = "chk_1stData"; this.chk_1stData.Size = new System.Drawing.Size(174, 36); this.chk_1stData.TabIndex = 53; @@ -922,7 +923,7 @@ namespace vmsnet // nudSec2 // 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[] { 1000, 0, @@ -936,7 +937,7 @@ namespace vmsnet // nudSec1 // 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[] { 1000, 0, @@ -951,7 +952,7 @@ namespace vmsnet // this.chk_2nddata.AutoSize = true; this.chk_2nddata.Location = new System.Drawing.Point(27, 328); - this.chk_2nddata.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.chk_2nddata.Margin = new System.Windows.Forms.Padding(4); this.chk_2nddata.Name = "chk_2nddata"; this.chk_2nddata.Size = new System.Drawing.Size(184, 36); this.chk_2nddata.TabIndex = 50; @@ -962,7 +963,7 @@ namespace vmsnet // this.chkEnableKA.AutoSize = true; 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.Size = new System.Drawing.Size(149, 36); this.chkEnableKA.TabIndex = 45; @@ -998,7 +999,7 @@ namespace vmsnet // this.chk_alplc.AutoSize = true; this.chk_alplc.Location = new System.Drawing.Point(31, 152); - this.chk_alplc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.chk_alplc.Margin = new System.Windows.Forms.Padding(4); this.chk_alplc.Name = "chk_alplc"; this.chk_alplc.Size = new System.Drawing.Size(118, 36); this.chk_alplc.TabIndex = 42; @@ -1028,7 +1029,7 @@ namespace vmsnet // tb_plcidx // 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[] { 1000, 0, @@ -1073,7 +1074,7 @@ namespace vmsnet // this.chk_sumab.AutoSize = true; this.chk_sumab.Location = new System.Drawing.Point(27, 546); - this.chk_sumab.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.chk_sumab.Margin = new System.Windows.Forms.Padding(4); this.chk_sumab.Name = "chk_sumab"; this.chk_sumab.Size = new System.Drawing.Size(195, 36); this.chk_sumab.TabIndex = 33; @@ -1084,7 +1085,7 @@ namespace vmsnet // this.chk_nb.AutoSize = true; this.chk_nb.Location = new System.Drawing.Point(27, 498); - this.chk_nb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.chk_nb.Margin = new System.Windows.Forms.Padding(4); this.chk_nb.Name = "chk_nb"; this.chk_nb.Size = new System.Drawing.Size(478, 36); this.chk_nb.TabIndex = 29; @@ -1095,7 +1096,7 @@ namespace vmsnet // this.chk_lsb.AutoSize = true; this.chk_lsb.Location = new System.Drawing.Point(27, 213); - this.chk_lsb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.chk_lsb.Margin = new System.Windows.Forms.Padding(4); this.chk_lsb.Name = "chk_lsb"; this.chk_lsb.Size = new System.Drawing.Size(314, 36); this.chk_lsb.TabIndex = 15; @@ -1106,7 +1107,7 @@ namespace vmsnet // this.chk_synctime.AutoSize = true; this.chk_synctime.Location = new System.Drawing.Point(27, 164); - this.chk_synctime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.chk_synctime.Margin = new System.Windows.Forms.Padding(4); this.chk_synctime.Name = "chk_synctime"; this.chk_synctime.Size = new System.Drawing.Size(461, 36); this.chk_synctime.TabIndex = 10; @@ -1117,7 +1118,7 @@ namespace vmsnet // this.chk_savebinary.AutoSize = true; this.chk_savebinary.Location = new System.Drawing.Point(27, 114); - this.chk_savebinary.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.chk_savebinary.Margin = new System.Windows.Forms.Padding(4); this.chk_savebinary.Name = "chk_savebinary"; this.chk_savebinary.Size = new System.Drawing.Size(685, 36); this.chk_savebinary.TabIndex = 9; @@ -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.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.Size = new System.Drawing.Size(377, 39); this.tb_tel.TabIndex = 5; @@ -1160,7 +1161,7 @@ namespace vmsnet // tb_sangho // 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.Size = new System.Drawing.Size(295, 39); this.tb_sangho.TabIndex = 3; @@ -1182,9 +1183,9 @@ namespace vmsnet this.TabPage2.Controls.Add(this.label11); this.TabPage2.Controls.Add(this.bn_Device); this.TabPage2.Location = new System.Drawing.Point(4, 28); - this.TabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.TabPage2.Margin = new System.Windows.Forms.Padding(4); 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.Text = "장치설정"; this.TabPage2.UseVisualStyleBackColor = true; @@ -1229,7 +1230,7 @@ namespace vmsnet this.dv_device.DefaultCellStyle = dataGridViewCellStyle8; this.dv_device.Dock = System.Windows.Forms.DockStyle.Fill; this.dv_device.Location = new System.Drawing.Point(0, 34); - this.dv_device.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.dv_device.Margin = new System.Windows.Forms.Padding(4); this.dv_device.MultiSelect = false; this.dv_device.Name = "dv_device"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; @@ -1244,7 +1245,7 @@ namespace vmsnet this.dv_device.RowHeadersWidth = 62; this.dv_device.RowTemplate.Height = 23; this.dv_device.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; - this.dv_device.Size = new System.Drawing.Size(1509, 800); + this.dv_device.Size = new System.Drawing.Size(1509, 815); this.dv_device.TabIndex = 0; // // M_IDX @@ -1371,7 +1372,7 @@ namespace vmsnet // this.label11.Dock = System.Windows.Forms.DockStyle.Bottom; 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.Name = "label11"; 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.BN_WIN); 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.Size = new System.Drawing.Size(1509, 895); this.TabPage5.TabIndex = 4; @@ -1569,7 +1570,7 @@ namespace vmsnet this.dv_win.DefaultCellStyle = dataGridViewCellStyle11; this.dv_win.Dock = System.Windows.Forms.DockStyle.Fill; this.dv_win.Location = new System.Drawing.Point(0, 33); - this.dv_win.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.dv_win.Margin = new System.Windows.Forms.Padding(4); this.dv_win.Name = "dv_win"; dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control; @@ -1765,7 +1766,7 @@ namespace vmsnet this.TabPage4.Controls.Add(this.label2); this.TabPage4.Controls.Add(this.bn_group); this.TabPage4.Location = new System.Drawing.Point(4, 28); - this.TabPage4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.TabPage4.Margin = new System.Windows.Forms.Padding(4); this.TabPage4.Name = "TabPage4"; this.TabPage4.Size = new System.Drawing.Size(1509, 895); this.TabPage4.TabIndex = 3; @@ -1822,7 +1823,7 @@ namespace vmsnet this.dv_grp.DefaultCellStyle = dataGridViewCellStyle23; this.dv_grp.Dock = System.Windows.Forms.DockStyle.Fill; this.dv_grp.Location = new System.Drawing.Point(0, 33); - this.dv_grp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.dv_grp.Margin = new System.Windows.Forms.Padding(4); this.dv_grp.Name = "dv_grp"; dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control; @@ -1839,6 +1840,68 @@ namespace vmsnet this.dv_grp.TabIndex = 2; this.dv_grp.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dv_grp_DataError); // + // G_IDX + // + this.G_IDX.DataPropertyName = "IDX"; + dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.G_IDX.DefaultCellStyle = dataGridViewCellStyle14; + this.G_IDX.HeaderText = "일련번호"; + this.G_IDX.MinimumWidth = 8; + this.G_IDX.Name = "G_IDX"; + this.G_IDX.Width = 78; + // + // G_USE + // + this.G_USE.DataPropertyName = "USE"; + this.G_USE.FalseValue = "0"; + this.G_USE.HeaderText = "사용"; + this.G_USE.MinimumWidth = 8; + this.G_USE.Name = "G_USE"; + this.G_USE.TrueValue = "1"; + this.G_USE.Width = 35; + // + // G_WINDOW + // + this.G_WINDOW.DataPropertyName = "WINDOW"; + this.G_WINDOW.DataSource = this.DocumentElement1; + this.G_WINDOW.DisplayMember = "WIN.TITLE"; + this.G_WINDOW.HeaderText = "윈도우"; + this.G_WINDOW.MinimumWidth = 8; + this.G_WINDOW.Name = "G_WINDOW"; + this.G_WINDOW.Resizable = System.Windows.Forms.DataGridViewTriState.True; + this.G_WINDOW.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; + this.G_WINDOW.ValueMember = "WIN.IDX"; + this.G_WINDOW.Width = 66; + // + // G_TITLE + // + this.G_TITLE.DataPropertyName = "TITLE"; + dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.G_TITLE.DefaultCellStyle = dataGridViewCellStyle15; + this.G_TITLE.HeaderText = "그룹명"; + this.G_TITLE.MinimumWidth = 8; + this.G_TITLE.Name = "G_TITLE"; + this.G_TITLE.Width = 66; + // + // G_FONT + // + this.G_FONT.DataPropertyName = "FONT"; + this.G_FONT.HeaderText = "아이템글꼴"; + this.G_FONT.MinimumWidth = 8; + this.G_FONT.Name = "G_FONT"; + this.G_FONT.Width = 90; + // + // G_KADEVICE + // + this.G_KADEVICE.DataPropertyName = "KADEVICE"; + this.G_KADEVICE.DataSource = this.DS; + this.G_KADEVICE.DisplayMember = "kadevice.title"; + this.G_KADEVICE.HeaderText = "KA장치번호"; + this.G_KADEVICE.MinimumWidth = 8; + this.G_KADEVICE.Name = "G_KADEVICE"; + this.G_KADEVICE.ValueMember = "kadevice.value"; + this.G_KADEVICE.Width = 75; + // // DS // this.DS.DataSetName = "NewDataSet"; @@ -1937,6 +2000,151 @@ namespace vmsnet this.DataColumn10.DataType = typeof(short); this.DataColumn10.DefaultValue = ((short)(0)); // + // G_ALAMTYPE + // + this.G_ALAMTYPE.DataPropertyName = "ALAMTYPE"; + this.G_ALAMTYPE.HeaderText = "알람형태"; + this.G_ALAMTYPE.Items.AddRange(new object[] { + "AUTO", + "MANUAL"}); + this.G_ALAMTYPE.MinimumWidth = 8; + this.G_ALAMTYPE.Name = "G_ALAMTYPE"; + this.G_ALAMTYPE.Resizable = System.Windows.Forms.DataGridViewTriState.True; + this.G_ALAMTYPE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; + this.G_ALAMTYPE.Visible = false; + this.G_ALAMTYPE.Width = 61; + // + // G_ALAMH + // + this.G_ALAMH.DataPropertyName = "ALAMH"; + dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.G_ALAMH.DefaultCellStyle = dataGridViewCellStyle16; + this.G_ALAMH.HeaderText = "Manual(H)"; + this.G_ALAMH.MinimumWidth = 8; + this.G_ALAMH.Name = "G_ALAMH"; + this.G_ALAMH.Visible = false; + this.G_ALAMH.Width = 90; + // + // G_ALAML + // + this.G_ALAML.DataPropertyName = "ALAML"; + dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.G_ALAML.DefaultCellStyle = dataGridViewCellStyle17; + this.G_ALAML.HeaderText = "Manual(L)"; + this.G_ALAML.MinimumWidth = 8; + this.G_ALAML.Name = "G_ALAML"; + this.G_ALAML.Visible = false; + this.G_ALAML.Width = 89; + // + // G_AUTOH + // + this.G_AUTOH.DataPropertyName = "AUTOH"; + this.G_AUTOH.HeaderText = "Auto(+)"; + this.G_AUTOH.MinimumWidth = 8; + this.G_AUTOH.Name = "G_AUTOH"; + this.G_AUTOH.Visible = false; + this.G_AUTOH.Width = 71; + // + // G_AUTOL + // + this.G_AUTOL.DataPropertyName = "AUTOL"; + this.G_AUTOL.HeaderText = "Auto(-)"; + this.G_AUTOL.MinimumWidth = 8; + this.G_AUTOL.Name = "G_AUTOL"; + this.G_AUTOL.Visible = false; + this.G_AUTOL.Width = 71; + // + // G_POS + // + this.G_POS.DataPropertyName = "POS"; + dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.G_POS.DefaultCellStyle = dataGridViewCellStyle18; + this.G_POS.HeaderText = "위치"; + this.G_POS.MinimumWidth = 8; + this.G_POS.Name = "G_POS"; + this.G_POS.Width = 54; + // + // G_MATRIX + // + this.G_MATRIX.DataPropertyName = "MATRIX"; + dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.G_MATRIX.DefaultCellStyle = dataGridViewCellStyle19; + this.G_MATRIX.HeaderText = "아이템배열"; + this.G_MATRIX.MinimumWidth = 8; + this.G_MATRIX.Name = "G_MATRIX"; + this.G_MATRIX.Width = 90; + // + // G_SPAN + // + this.G_SPAN.DataPropertyName = "SPAN"; + dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.G_SPAN.DefaultCellStyle = dataGridViewCellStyle20; + this.G_SPAN.HeaderText = "아이템병합"; + this.G_SPAN.MinimumWidth = 8; + this.G_SPAN.Name = "G_SPAN"; + this.G_SPAN.Width = 90; + // + // G_NBOFF + // + this.G_NBOFF.DataPropertyName = "NBOFF"; + dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.G_NBOFF.DefaultCellStyle = dataGridViewCellStyle21; + this.G_NBOFF.HeaderText = "NBOFFSET"; + this.G_NBOFF.MinimumWidth = 8; + this.G_NBOFF.Name = "G_NBOFF"; + this.G_NBOFF.Width = 94; + // + // G_NBSEQ + // + this.G_NBSEQ.DataPropertyName = "NBSEQ"; + dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.G_NBSEQ.DefaultCellStyle = dataGridViewCellStyle22; + this.G_NBSEQ.HeaderText = "NBSEQ"; + this.G_NBSEQ.MinimumWidth = 8; + this.G_NBSEQ.Name = "G_NBSEQ"; + this.G_NBSEQ.Width = 72; + // + // NBHHDataGridViewTextBoxColumn + // + this.NBHHDataGridViewTextBoxColumn.DataPropertyName = "NBHH"; + this.NBHHDataGridViewTextBoxColumn.HeaderText = "NBHH"; + this.NBHHDataGridViewTextBoxColumn.MinimumWidth = 8; + this.NBHHDataGridViewTextBoxColumn.Name = "NBHHDataGridViewTextBoxColumn"; + this.NBHHDataGridViewTextBoxColumn.Visible = false; + this.NBHHDataGridViewTextBoxColumn.Width = 63; + // + // NBHDataGridViewTextBoxColumn + // + this.NBHDataGridViewTextBoxColumn.DataPropertyName = "NBH"; + this.NBHDataGridViewTextBoxColumn.HeaderText = "NBH"; + this.NBHDataGridViewTextBoxColumn.MinimumWidth = 8; + this.NBHDataGridViewTextBoxColumn.Name = "NBHDataGridViewTextBoxColumn"; + this.NBHDataGridViewTextBoxColumn.Visible = false; + this.NBHDataGridViewTextBoxColumn.Width = 55; + // + // NBLLDataGridViewTextBoxColumn + // + this.NBLLDataGridViewTextBoxColumn.DataPropertyName = "NBLL"; + this.NBLLDataGridViewTextBoxColumn.HeaderText = "NBLL"; + this.NBLLDataGridViewTextBoxColumn.MinimumWidth = 8; + this.NBLLDataGridViewTextBoxColumn.Name = "NBLLDataGridViewTextBoxColumn"; + this.NBLLDataGridViewTextBoxColumn.Visible = false; + this.NBLLDataGridViewTextBoxColumn.Width = 61; + // + // NBLDataGridViewTextBoxColumn + // + this.NBLDataGridViewTextBoxColumn.DataPropertyName = "NBL"; + this.NBLDataGridViewTextBoxColumn.HeaderText = "NBL"; + this.NBLDataGridViewTextBoxColumn.MinimumWidth = 8; + this.NBLDataGridViewTextBoxColumn.Name = "NBLDataGridViewTextBoxColumn"; + this.NBLDataGridViewTextBoxColumn.Visible = false; + this.NBLDataGridViewTextBoxColumn.Width = 54; + // // bs_group // this.bs_group.DataMember = "GRP"; @@ -2078,9 +2286,9 @@ namespace vmsnet this.TabPage3.Controls.Add(this.dv_channel); this.TabPage3.Controls.Add(this.bn_channel); this.TabPage3.Location = new System.Drawing.Point(4, 28); - this.TabPage3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.TabPage3.Margin = new System.Windows.Forms.Padding(4); 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.Text = "셀설정"; this.TabPage3.UseVisualStyleBackColor = true; @@ -2134,7 +2342,7 @@ namespace vmsnet this.dv_channel.DefaultCellStyle = dataGridViewCellStyle29; this.dv_channel.Dock = System.Windows.Forms.DockStyle.Fill; this.dv_channel.Location = new System.Drawing.Point(0, 34); - this.dv_channel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.dv_channel.Margin = new System.Windows.Forms.Padding(4); this.dv_channel.Name = "dv_channel"; dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Control; @@ -2147,7 +2355,7 @@ namespace vmsnet this.dv_channel.RowHeadersVisible = false; this.dv_channel.RowHeadersWidth = 62; this.dv_channel.RowTemplate.Height = 23; - this.dv_channel.Size = new System.Drawing.Size(1509, 846); + this.dv_channel.Size = new System.Drawing.Size(1509, 861); this.dv_channel.TabIndex = 1; this.dv_channel.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv_channel_CellClick); this.dv_channel.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dv_channel_CellFormatting); @@ -2401,7 +2609,8 @@ namespace vmsnet this.ToolStripButton3, this.ToolStripButton4, this.ToolStripSeparator7, - this.bt_remakelist}); + this.bt_remakelist, + this.toolStripButton15}); this.bn_channel.Location = new System.Drawing.Point(0, 0); this.bn_channel.MoveFirstItem = this.ToolStripButton5; this.bn_channel.MoveLastItem = this.ToolStripButton8; @@ -2515,218 +2724,20 @@ namespace vmsnet this.bt_remakelist.Text = "목록재구성"; this.bt_remakelist.Click += new System.EventHandler(this.ToolStripButton15_Click); // + // toolStripButton15 + // + this.toolStripButton15.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton15.Image"))); + this.toolStripButton15.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton15.Name = "toolStripButton15"; + this.toolStripButton15.Size = new System.Drawing.Size(130, 29); + this.toolStripButton15.Text = "셀이름변경"; + this.toolStripButton15.Click += new System.EventHandler(this.toolStripButton15_Click_1); + // // bs_normal // this.bs_normal.DataMember = "NORMAL"; this.bs_normal.DataSource = this.DocumentElement1; // - // 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 // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); @@ -2736,7 +2747,7 @@ namespace vmsnet this.Controls.Add(this.StatusStrip1); this.Controls.Add(this.ToolStrip1); 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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "프로그램설정"; @@ -3030,6 +3041,7 @@ namespace vmsnet private DataGridViewTextBoxColumn NBHDataGridViewTextBoxColumn; private DataGridViewTextBoxColumn NBLLDataGridViewTextBoxColumn; private DataGridViewTextBoxColumn NBLDataGridViewTextBoxColumn; + private ToolStripButton toolStripButton15; } } diff --git a/cVMS.NET_CS/Setting/Frm_Config.cs b/cVMS.NET_CS/Setting/Frm_Config.cs index 4aa8471..a6c2239 100644 --- a/cVMS.NET_CS/Setting/Frm_Config.cs +++ b/cVMS.NET_CS/Setting/Frm_Config.cs @@ -1015,5 +1015,46 @@ namespace vmsnet if (PUB.indicator.WriteValue(valuebuffer) == false) 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("이름이 변경되었습니다"); + } + } } } diff --git a/cVMS.NET_CS/Setting/Frm_Config.resx b/cVMS.NET_CS/Setting/Frm_Config.resx index 4d8b5de..a7d380b 100644 --- a/cVMS.NET_CS/Setting/Frm_Config.resx +++ b/cVMS.NET_CS/Setting/Frm_Config.resx @@ -152,7 +152,7 @@ - 126, 17 + 167, 17 True @@ -179,16 +179,16 @@ True - 386, 56 + 659, 63 - 352, 17 + 481, 17 - 706, 56 + 17, 109 - 244, 17 + 330, 17 @@ -290,10 +290,10 @@ - 193, 56 + 402, 63 - 288, 56 + 523, 63 @@ -383,7 +383,7 @@ True - 126, 56 + 312, 63 True @@ -416,10 +416,10 @@ True - 685, 17 + 942, 17 - 788, 17 + 17, 63 @@ -539,13 +539,13 @@ True - 546, 56 + 882, 63 - 457, 17 + 628, 17 - 570, 17 + 784, 17 @@ -647,10 +647,25 @@ +UkzM4NkSVIS9Kf8d6OjoxdNuQMUj96BoKCg2TExMc9RoRfYEBV9mYuFhITM4w7R+I0R+J5O/BrlvRIc HPwS76H554lnp/QOjApOFsyMwEX4FGyOofunRuB7ypnBOaP3jNThgu4xbdpfHAkWza6mNEcAAAAASUVO RK5CYII= + + + + + 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== - 17, 56 + 162, 63 107 diff --git a/cVMS.NET_CS/cVMS.NET_CS.csproj b/cVMS.NET_CS/cVMS.NET_CS.csproj index 9609043..c81c306 100644 --- a/cVMS.NET_CS/cVMS.NET_CS.csproj +++ b/cVMS.NET_CS/cVMS.NET_CS.csproj @@ -172,6 +172,12 @@ + + Form + + + fCellNameChange.cs + DS1.xsd @@ -384,6 +390,9 @@ + + fCellNameChange.cs + fLog.cs