482 lines
25 KiB
C#
482 lines
25 KiB
C#
using System.Collections.Generic;
|
|
using System;
|
|
using System.Drawing;
|
|
using System.Diagnostics;
|
|
using System.Data;
|
|
using System.Collections;
|
|
using System.Windows.Forms;
|
|
|
|
namespace vmsnet
|
|
{
|
|
partial class Frm_Alamlist : System.Windows.Forms.Form
|
|
{
|
|
|
|
//Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
|
|
[System.Diagnostics.DebuggerNonUserCode()]protected override void Dispose(bool disposing)
|
|
{
|
|
try
|
|
{
|
|
if (disposing && components != null)
|
|
{
|
|
components.Dispose();
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Dispose(disposing);
|
|
}
|
|
}
|
|
|
|
//참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
|
//수정하려면 Windows Form 디자이너를 사용하십시오.
|
|
//코드 편집기를 사용하여 수정하지 마십시오.
|
|
[System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Alamlist));
|
|
System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("1900-01-01 00:00:00");
|
|
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.BindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
|
this.documentElement1 = new vmsnet.DocumentElement();
|
|
this.BindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
this.BindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
|
this.BindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
|
|
this.BindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
|
|
this.BindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
this.BindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
|
|
this.BindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.BindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
|
|
this.BindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
|
|
this.BindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tb_search = new System.Windows.Forms.ToolStripTextBox();
|
|
this.ToolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
|
|
this.ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.prb1 = new System.Windows.Forms.ToolStripProgressBar();
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.cmb_gubun = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tb_etime = new System.Windows.Forms.DateTimePicker();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tb_stime = new System.Windows.Forms.DateTimePicker();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.listView1 = new System.Windows.Forms.ListView();
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
|
this.bn.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.documentElement1)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// bn
|
|
//
|
|
this.bn.AddNewItem = this.BindingNavigatorAddNewItem;
|
|
this.bn.BindingSource = this.bs;
|
|
this.bn.CountItem = this.BindingNavigatorCountItem;
|
|
this.bn.DeleteItem = this.BindingNavigatorDeleteItem;
|
|
this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.bn.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.BindingNavigatorMoveFirstItem,
|
|
this.BindingNavigatorMovePreviousItem,
|
|
this.BindingNavigatorSeparator,
|
|
this.BindingNavigatorPositionItem,
|
|
this.BindingNavigatorCountItem,
|
|
this.BindingNavigatorSeparator1,
|
|
this.BindingNavigatorMoveNextItem,
|
|
this.BindingNavigatorMoveLastItem,
|
|
this.BindingNavigatorSeparator2,
|
|
this.BindingNavigatorAddNewItem,
|
|
this.BindingNavigatorDeleteItem,
|
|
this.ToolStripSeparator2,
|
|
this.tb_search,
|
|
this.ToolStripLabel5,
|
|
this.ToolStripSeparator1,
|
|
this.prb1,
|
|
this.toolStripLabel1});
|
|
this.bn.Location = new System.Drawing.Point(0, 699);
|
|
this.bn.MoveFirstItem = this.BindingNavigatorMoveFirstItem;
|
|
this.bn.MoveLastItem = this.BindingNavigatorMoveLastItem;
|
|
this.bn.MoveNextItem = this.BindingNavigatorMoveNextItem;
|
|
this.bn.MovePreviousItem = this.BindingNavigatorMovePreviousItem;
|
|
this.bn.Name = "bn";
|
|
this.bn.PositionItem = this.BindingNavigatorPositionItem;
|
|
this.bn.Size = new System.Drawing.Size(1193, 36);
|
|
this.bn.TabIndex = 5;
|
|
this.bn.Text = "BindingNavigator1";
|
|
//
|
|
// BindingNavigatorAddNewItem
|
|
//
|
|
this.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.BindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorAddNewItem.Image")));
|
|
this.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem";
|
|
this.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
|
|
this.BindingNavigatorAddNewItem.Size = new System.Drawing.Size(29, 33);
|
|
this.BindingNavigatorAddNewItem.Text = "새로 추가";
|
|
this.BindingNavigatorAddNewItem.Visible = false;
|
|
//
|
|
// bs
|
|
//
|
|
this.bs.DataMember = "ALARM";
|
|
this.bs.DataSource = this.documentElement1;
|
|
//
|
|
// documentElement1
|
|
//
|
|
this.documentElement1.DataSetName = "DocumentElement";
|
|
this.documentElement1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// BindingNavigatorCountItem
|
|
//
|
|
this.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem";
|
|
this.BindingNavigatorCountItem.Size = new System.Drawing.Size(33, 33);
|
|
this.BindingNavigatorCountItem.Text = "/{0}";
|
|
this.BindingNavigatorCountItem.ToolTipText = "전체 항목 수";
|
|
//
|
|
// BindingNavigatorDeleteItem
|
|
//
|
|
this.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.BindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorDeleteItem.Image")));
|
|
this.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem";
|
|
this.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
|
this.BindingNavigatorDeleteItem.Size = new System.Drawing.Size(29, 33);
|
|
this.BindingNavigatorDeleteItem.Text = "삭제";
|
|
this.BindingNavigatorDeleteItem.Visible = false;
|
|
//
|
|
// BindingNavigatorMoveFirstItem
|
|
//
|
|
this.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.BindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveFirstItem.Image")));
|
|
this.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem";
|
|
this.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
|
|
this.BindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(29, 33);
|
|
this.BindingNavigatorMoveFirstItem.Text = "처음으로 이동";
|
|
//
|
|
// BindingNavigatorMovePreviousItem
|
|
//
|
|
this.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.BindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMovePreviousItem.Image")));
|
|
this.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem";
|
|
this.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
|
|
this.BindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(29, 33);
|
|
this.BindingNavigatorMovePreviousItem.Text = "이전으로 이동";
|
|
//
|
|
// BindingNavigatorSeparator
|
|
//
|
|
this.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator";
|
|
this.BindingNavigatorSeparator.Size = new System.Drawing.Size(6, 36);
|
|
//
|
|
// BindingNavigatorPositionItem
|
|
//
|
|
this.BindingNavigatorPositionItem.AccessibleName = "위치";
|
|
this.BindingNavigatorPositionItem.AutoSize = false;
|
|
this.BindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
|
this.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem";
|
|
this.BindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
|
|
this.BindingNavigatorPositionItem.Text = "0";
|
|
this.BindingNavigatorPositionItem.ToolTipText = "현재 위치";
|
|
//
|
|
// BindingNavigatorSeparator1
|
|
//
|
|
this.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1";
|
|
this.BindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 36);
|
|
//
|
|
// BindingNavigatorMoveNextItem
|
|
//
|
|
this.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.BindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveNextItem.Image")));
|
|
this.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem";
|
|
this.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
|
|
this.BindingNavigatorMoveNextItem.Size = new System.Drawing.Size(29, 33);
|
|
this.BindingNavigatorMoveNextItem.Text = "다음으로 이동";
|
|
//
|
|
// BindingNavigatorMoveLastItem
|
|
//
|
|
this.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.BindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveLastItem.Image")));
|
|
this.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem";
|
|
this.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
|
|
this.BindingNavigatorMoveLastItem.Size = new System.Drawing.Size(29, 33);
|
|
this.BindingNavigatorMoveLastItem.Text = "마지막으로 이동";
|
|
//
|
|
// BindingNavigatorSeparator2
|
|
//
|
|
this.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2";
|
|
this.BindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 36);
|
|
//
|
|
// ToolStripSeparator2
|
|
//
|
|
this.ToolStripSeparator2.Name = "ToolStripSeparator2";
|
|
this.ToolStripSeparator2.Size = new System.Drawing.Size(6, 36);
|
|
//
|
|
// tb_search
|
|
//
|
|
this.tb_search.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.tb_search.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tb_search.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
|
this.tb_search.Name = "tb_search";
|
|
this.tb_search.Size = new System.Drawing.Size(100, 36);
|
|
this.tb_search.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ToolStripTextBox1_KeyUp);
|
|
//
|
|
// ToolStripLabel5
|
|
//
|
|
this.ToolStripLabel5.Name = "ToolStripLabel5";
|
|
this.ToolStripLabel5.Size = new System.Drawing.Size(39, 33);
|
|
this.ToolStripLabel5.Text = "검색";
|
|
//
|
|
// ToolStripSeparator1
|
|
//
|
|
this.ToolStripSeparator1.Name = "ToolStripSeparator1";
|
|
this.ToolStripSeparator1.Size = new System.Drawing.Size(6, 36);
|
|
//
|
|
// prb1
|
|
//
|
|
this.prb1.Name = "prb1";
|
|
this.prb1.Size = new System.Drawing.Size(100, 33);
|
|
//
|
|
// toolStripLabel1
|
|
//
|
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(40, 33);
|
|
this.toolStripLabel1.Text = "path";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.cmb_gubun);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.tb_etime);
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.tb_stime);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Padding = new System.Windows.Forms.Padding(5);
|
|
this.panel1.Size = new System.Drawing.Size(1193, 55);
|
|
this.panel1.TabIndex = 6;
|
|
//
|
|
// cmb_gubun
|
|
//
|
|
this.cmb_gubun.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.cmb_gubun.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmb_gubun.Font = new System.Drawing.Font("맑은 고딕", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.cmb_gubun.FormattingEnabled = true;
|
|
this.cmb_gubun.Items.AddRange(new object[] {
|
|
"High-Off",
|
|
"High-On",
|
|
"Low-Off",
|
|
"Low-On",
|
|
"A1-On",
|
|
"A1-Off",
|
|
"A2-On",
|
|
"A2-Off",
|
|
"Over-On",
|
|
"Over-Off"});
|
|
this.cmb_gubun.Location = new System.Drawing.Point(756, 5);
|
|
this.cmb_gubun.Name = "cmb_gubun";
|
|
this.cmb_gubun.Size = new System.Drawing.Size(104, 54);
|
|
this.cmb_gubun.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label1.Location = new System.Drawing.Point(695, 5);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(61, 45);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "형태";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// tb_etime
|
|
//
|
|
this.tb_etime.CalendarFont = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.tb_etime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|
this.tb_etime.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.tb_etime.Font = new System.Drawing.Font("맑은 고딕", 20.25F);
|
|
this.tb_etime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.tb_etime.Location = new System.Drawing.Point(396, 5);
|
|
this.tb_etime.Name = "tb_etime";
|
|
this.tb_etime.Size = new System.Drawing.Size(299, 52);
|
|
this.tb_etime.TabIndex = 5;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.button1.Location = new System.Drawing.Point(1064, 5);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(124, 45);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "조회";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label3.Location = new System.Drawing.Point(365, 5);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(31, 45);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "~";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// tb_stime
|
|
//
|
|
this.tb_stime.CalendarFont = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.tb_stime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|
this.tb_stime.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.tb_stime.Font = new System.Drawing.Font("맑은 고딕", 20.25F);
|
|
this.tb_stime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.tb_stime.Location = new System.Drawing.Point(66, 5);
|
|
this.tb_stime.Name = "tb_stime";
|
|
this.tb_stime.Size = new System.Drawing.Size(299, 52);
|
|
this.tb_stime.TabIndex = 3;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label2.Location = new System.Drawing.Point(5, 5);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(61, 45);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "기간";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1,
|
|
this.columnHeader2,
|
|
this.columnHeader3,
|
|
this.columnHeader4,
|
|
this.columnHeader5,
|
|
this.columnHeader6,
|
|
this.columnHeader7,
|
|
this.columnHeader8});
|
|
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listView1.FullRowSelect = true;
|
|
this.listView1.HideSelection = false;
|
|
this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
|
|
listViewItem1});
|
|
this.listView1.Location = new System.Drawing.Point(0, 55);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(1193, 644);
|
|
this.listView1.TabIndex = 7;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
this.listView1.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "시간";
|
|
this.columnHeader1.Width = 135;
|
|
//
|
|
// columnHeader2
|
|
//
|
|
this.columnHeader2.Text = "Cell/Grp";
|
|
this.columnHeader2.Width = 70;
|
|
//
|
|
// columnHeader3
|
|
//
|
|
this.columnHeader3.Text = "발생형태";
|
|
this.columnHeader3.Width = 90;
|
|
//
|
|
// columnHeader4
|
|
//
|
|
this.columnHeader4.Text = "측정값";
|
|
//
|
|
// columnHeader5
|
|
//
|
|
this.columnHeader5.Text = "HIGH";
|
|
//
|
|
// columnHeader6
|
|
//
|
|
this.columnHeader6.Text = "LOW";
|
|
//
|
|
// columnHeader7
|
|
//
|
|
this.columnHeader7.Text = "알람설정";
|
|
this.columnHeader7.Width = 110;
|
|
//
|
|
// columnHeader8
|
|
//
|
|
this.columnHeader8.Text = "비고";
|
|
this.columnHeader8.Width = 190;
|
|
//
|
|
// Frm_Alamlist
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1193, 735);
|
|
this.Controls.Add(this.listView1);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.bn);
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "Frm_Alamlist";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "알람발생목록";
|
|
this.Load += new System.EventHandler(this.Frm_Alam_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
|
|
this.bn.ResumeLayout(false);
|
|
this.bn.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.documentElement1)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
internal System.Windows.Forms.BindingSource bs;
|
|
internal System.Windows.Forms.BindingNavigator bn;
|
|
internal System.Windows.Forms.ToolStripButton BindingNavigatorAddNewItem;
|
|
internal System.Windows.Forms.ToolStripLabel BindingNavigatorCountItem;
|
|
internal System.Windows.Forms.ToolStripButton BindingNavigatorDeleteItem;
|
|
internal System.Windows.Forms.ToolStripButton BindingNavigatorMoveFirstItem;
|
|
internal System.Windows.Forms.ToolStripButton BindingNavigatorMovePreviousItem;
|
|
internal System.Windows.Forms.ToolStripSeparator BindingNavigatorSeparator;
|
|
internal System.Windows.Forms.ToolStripTextBox BindingNavigatorPositionItem;
|
|
internal System.Windows.Forms.ToolStripSeparator BindingNavigatorSeparator1;
|
|
internal System.Windows.Forms.ToolStripButton BindingNavigatorMoveNextItem;
|
|
internal System.Windows.Forms.ToolStripButton BindingNavigatorMoveLastItem;
|
|
internal System.Windows.Forms.ToolStripSeparator BindingNavigatorSeparator2;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator2;
|
|
internal System.Windows.Forms.ToolStripLabel ToolStripLabel5;
|
|
internal System.Windows.Forms.ToolStripTextBox tb_search;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator1;
|
|
internal System.Windows.Forms.ToolStripProgressBar prb1;
|
|
private System.ComponentModel.IContainer components;
|
|
private Panel panel1;
|
|
private Button button1;
|
|
private ComboBox cmb_gubun;
|
|
private Label label1;
|
|
private DateTimePicker tb_etime;
|
|
private Label label3;
|
|
private DateTimePicker tb_stime;
|
|
private Label label2;
|
|
private vmsnet.DocumentElement documentElement1;
|
|
private ListView listView1;
|
|
private ColumnHeader columnHeader1;
|
|
private ColumnHeader columnHeader2;
|
|
private ColumnHeader columnHeader3;
|
|
private ColumnHeader columnHeader4;
|
|
private ColumnHeader columnHeader5;
|
|
private ColumnHeader columnHeader6;
|
|
private ColumnHeader columnHeader7;
|
|
private ColumnHeader columnHeader8;
|
|
private ToolStripLabel toolStripLabel1;
|
|
}
|
|
|
|
}
|