namespace FPER
{
partial class FormLogView
{
///
/// 필수 디자이너 변수입니다.
///
private System.ComponentModel.IContainer components = null;
///
/// 사용 중인 모든 리소스를 정리합니다.
///
/// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 디자이너에서 생성한 코드
///
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLogView));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel1 = new System.Windows.Forms.Panel();
this.btnWinClose = new System.Windows.Forms.Button();
this.lblDir = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.button3 = new System.Windows.Forms.Button();
this.txtThisReceiverID = new System.Windows.Forms.TextBox();
this.btnSearch = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.cboEventType = new System.Windows.Forms.ComboBox();
this.cboEventLocation = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.dtFromDate = new System.Windows.Forms.DateTimePicker();
this.chkEventTime = new System.Windows.Forms.CheckBox();
this.mskFromTime = new System.Windows.Forms.MaskedTextBox();
this.mskToTime = new System.Windows.Forms.MaskedTextBox();
this.dtToDate = new System.Windows.Forms.DateTimePicker();
this.label5 = new System.Windows.Forms.Label();
this.btnConfirm = new System.Windows.Forms.Button();
this.btnPrint = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.labelPage = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.comboBoxBoard = new System.Windows.Forms.ComboBox();
this.button1 = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.textBox_PositionName = new System.Windows.Forms.TextBox();
this.textBox_DeviceName = new System.Windows.Forms.TextBox();
this.label_PositionName = new System.Windows.Forms.Label();
this.checkBoxDevError = new System.Windows.Forms.CheckBox();
this.label_DeviceName = new System.Windows.Forms.Label();
this.checkBoxRepeaterError = new System.Windows.Forms.CheckBox();
this.checkBoxBoardError = new System.Windows.Forms.CheckBox();
this.checkBoxSearchDetail = new System.Windows.Forms.CheckBox();
this.comboBoxEventType = new System.Windows.Forms.ComboBox();
this.checkBoxControlLog = new System.Windows.Forms.CheckBox();
this.checkBoxErrorOff = new System.Windows.Forms.CheckBox();
this.checkBoxErrorOn = new System.Windows.Forms.CheckBox();
this.checkBoxDevOn = new System.Windows.Forms.CheckBox();
this.checkBoxDevOff = new System.Windows.Forms.CheckBox();
this.checkBoxFireOn = new System.Windows.Forms.CheckBox();
this.checkBoxEventTypeAll = new System.Windows.Forms.CheckBox();
this.checkBoxFireOff = new System.Windows.Forms.CheckBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.radioButtonAllDate = new System.Windows.Forms.RadioButton();
this.radioButtonSelectDate = new System.Windows.Forms.RadioButton();
this.dateTimePicker_EndDate = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker_StartDate = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker_StartTime = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker_EndTime = new System.Windows.Forms.DateTimePicker();
this.pdfExport1 = new DataDynamics.ActiveReports.Export.Pdf.PdfExport();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.xlsExport1 = new DataDynamics.ActiveReports.Export.Xls.XlsExport();
this.updatetimer = new System.Windows.Forms.Timer(this.components);
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Black;
this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
this.panel1.Controls.Add(this.btnWinClose);
this.panel1.Controls.Add(this.lblDir);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1080, 36);
this.panel1.TabIndex = 10;
//
// btnWinClose
//
this.btnWinClose.BackgroundImage = global::FPER.Properties.Resources.버튼_폼닫기_63_31;
this.btnWinClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnWinClose.FlatAppearance.BorderSize = 0;
this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnWinClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnWinClose.Location = new System.Drawing.Point(1003, 1);
this.btnWinClose.Name = "btnWinClose";
this.btnWinClose.Size = new System.Drawing.Size(63, 31);
this.btnWinClose.TabIndex = 171;
this.btnWinClose.TabStop = false;
this.btnWinClose.UseVisualStyleBackColor = false;
this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
//
// lblDir
//
this.lblDir.AutoSize = true;
this.lblDir.BackColor = System.Drawing.Color.Transparent;
this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold);
this.lblDir.ForeColor = System.Drawing.Color.Black;
this.lblDir.Location = new System.Drawing.Point(12, 9);
this.lblDir.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblDir.Name = "lblDir";
this.lblDir.Size = new System.Drawing.Size(173, 21);
this.lblDir.TabIndex = 10;
this.lblDir.Text = "시작 > 현재내역";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 12F);
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column6,
this.Column7,
this.Column3,
this.Column1,
this.Column2});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 184);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(1080, 608);
this.dataGridView1.TabIndex = 13;
//
// Column6
//
this.Column6.HeaderText = "No.";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
this.Column6.Width = 50;
//
// Column7
//
this.Column7.HeaderText = "event_id";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
this.Column7.Visible = false;
this.Column7.Width = 120;
//
// Column3
//
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.Column3.DefaultCellStyle = dataGridViewCellStyle2;
this.Column3.HeaderText = "알람시각";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 160;
//
// Column1
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.Column1.DefaultCellStyle = dataGridViewCellStyle3;
this.Column1.HeaderText = "타입";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Width = 160;
//
// Column2
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.Column2.DefaultCellStyle = dataGridViewCellStyle4;
this.Column2.HeaderText = "위치";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Width = 675;
//
// button3
//
this.button3.BackColor = System.Drawing.Color.LightGray;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Location = new System.Drawing.Point(258, -3);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(104, 32);
this.button3.TabIndex = 156;
this.button3.Text = "수신기검색";
this.button3.UseVisualStyleBackColor = false;
this.button3.Visible = false;
//
// txtThisReceiverID
//
this.txtThisReceiverID.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtThisReceiverID.Location = new System.Drawing.Point(362, -3);
this.txtThisReceiverID.MaxLength = 2;
this.txtThisReceiverID.Name = "txtThisReceiverID";
this.txtThisReceiverID.ReadOnly = true;
this.txtThisReceiverID.Size = new System.Drawing.Size(39, 32);
this.txtThisReceiverID.TabIndex = 155;
this.txtThisReceiverID.Text = "01";
this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtThisReceiverID.Visible = false;
//
// btnSearch
//
this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnSearch.FlatAppearance.BorderSize = 0;
this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSearch.Font = new System.Drawing.Font("돋움", 14.25F, System.Drawing.FontStyle.Bold);
this.btnSearch.ForeColor = System.Drawing.Color.White;
this.btnSearch.Location = new System.Drawing.Point(901, 23);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(154, 31);
this.btnSearch.TabIndex = 166;
this.btnSearch.Text = "검색";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label3.Location = new System.Drawing.Point(442, 304);
this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(45, 16);
this.label3.TabIndex = 167;
this.label3.Text = "타입:";
this.label3.Visible = false;
//
// cboEventType
//
this.cboEventType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboEventType.FormattingEnabled = true;
this.cboEventType.Location = new System.Drawing.Point(492, 301);
this.cboEventType.Name = "cboEventType";
this.cboEventType.Size = new System.Drawing.Size(485, 24);
this.cboEventType.TabIndex = 168;
this.cboEventType.Visible = false;
//
// cboEventLocation
//
this.cboEventLocation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboEventLocation.FormattingEnabled = true;
this.cboEventLocation.Location = new System.Drawing.Point(492, 331);
this.cboEventLocation.Name = "cboEventLocation";
this.cboEventLocation.Size = new System.Drawing.Size(485, 24);
this.cboEventLocation.TabIndex = 170;
this.cboEventLocation.Visible = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label4.Location = new System.Drawing.Point(442, 334);
this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(45, 16);
this.label4.TabIndex = 169;
this.label4.Text = "위치:";
this.label4.Visible = false;
//
// dtFromDate
//
this.dtFromDate.Enabled = false;
this.dtFromDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtFromDate.Location = new System.Drawing.Point(211, 301);
this.dtFromDate.Name = "dtFromDate";
this.dtFromDate.Size = new System.Drawing.Size(115, 26);
this.dtFromDate.TabIndex = 172;
this.dtFromDate.Visible = false;
//
// chkEventTime
//
this.chkEventTime.AutoSize = true;
this.chkEventTime.Location = new System.Drawing.Point(117, 318);
this.chkEventTime.Name = "chkEventTime";
this.chkEventTime.Size = new System.Drawing.Size(91, 20);
this.chkEventTime.TabIndex = 173;
this.chkEventTime.Text = "알람시각";
this.chkEventTime.UseVisualStyleBackColor = true;
this.chkEventTime.Visible = false;
this.chkEventTime.CheckedChanged += new System.EventHandler(this.chkEventTime_CheckedChanged);
//
// mskFromTime
//
this.mskFromTime.Enabled = false;
this.mskFromTime.Location = new System.Drawing.Point(332, 301);
this.mskFromTime.Mask = "##:##";
this.mskFromTime.Name = "mskFromTime";
this.mskFromTime.Size = new System.Drawing.Size(50, 26);
this.mskFromTime.TabIndex = 175;
this.mskFromTime.Text = "0000";
this.mskFromTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.mskFromTime.Visible = false;
//
// mskToTime
//
this.mskToTime.Enabled = false;
this.mskToTime.Location = new System.Drawing.Point(332, 333);
this.mskToTime.Mask = "##:##";
this.mskToTime.Name = "mskToTime";
this.mskToTime.Size = new System.Drawing.Size(50, 26);
this.mskToTime.TabIndex = 177;
this.mskToTime.Tag = "";
this.mskToTime.Text = "2359";
this.mskToTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.mskToTime.Visible = false;
//
// dtToDate
//
this.dtToDate.Enabled = false;
this.dtToDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtToDate.Location = new System.Drawing.Point(211, 333);
this.dtToDate.Name = "dtToDate";
this.dtToDate.Size = new System.Drawing.Size(115, 26);
this.dtToDate.TabIndex = 176;
this.dtToDate.Visible = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label5.Location = new System.Drawing.Point(386, 308);
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(20, 16);
this.label5.TabIndex = 178;
this.label5.Text = "~";
this.label5.Visible = false;
//
// btnConfirm
//
this.btnConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnConfirm.Image = ((System.Drawing.Image)(resources.GetObject("btnConfirm.Image")));
this.btnConfirm.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnConfirm.Location = new System.Drawing.Point(1080, 53);
this.btnConfirm.Name = "btnConfirm";
this.btnConfirm.Size = new System.Drawing.Size(132, 39);
this.btnConfirm.TabIndex = 14;
this.btnConfirm.Text = "확인저장 ";
this.btnConfirm.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnConfirm.UseVisualStyleBackColor = true;
//
// btnPrint
//
this.btnPrint.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPrint.BackgroundImage")));
this.btnPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnPrint.FlatAppearance.BorderSize = 0;
this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPrint.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnPrint.ForeColor = System.Drawing.Color.White;
this.btnPrint.Location = new System.Drawing.Point(901, 65);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(154, 31);
this.btnPrint.TabIndex = 179;
this.btnPrint.Text = "인쇄 미리보기";
this.btnPrint.UseVisualStyleBackColor = true;
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// panel2
//
this.panel2.Controls.Add(this.labelPage);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 792);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1080, 32);
this.panel2.TabIndex = 180;
//
// labelPage
//
this.labelPage.AutoSize = true;
this.labelPage.Font = new System.Drawing.Font("굴림", 10F);
this.labelPage.Location = new System.Drawing.Point(8, 9);
this.labelPage.Name = "labelPage";
this.labelPage.Size = new System.Drawing.Size(42, 14);
this.labelPage.TabIndex = 1;
this.labelPage.Text = " ";
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
this.panel3.Controls.Add(this.groupBox1);
this.panel3.Controls.Add(this.button1);
this.panel3.Controls.Add(this.groupBox3);
this.panel3.Controls.Add(this.groupBox2);
this.panel3.Controls.Add(this.button3);
this.panel3.Controls.Add(this.txtThisReceiverID);
this.panel3.Controls.Add(this.btnPrint);
this.panel3.Controls.Add(this.btnSearch);
this.panel3.Controls.Add(this.label5);
this.panel3.Controls.Add(this.label3);
this.panel3.Controls.Add(this.mskToTime);
this.panel3.Controls.Add(this.cboEventType);
this.panel3.Controls.Add(this.dtToDate);
this.panel3.Controls.Add(this.label4);
this.panel3.Controls.Add(this.mskFromTime);
this.panel3.Controls.Add(this.cboEventLocation);
this.panel3.Controls.Add(this.chkEventTime);
this.panel3.Controls.Add(this.dtFromDate);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0, 36);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1080, 148);
this.panel3.TabIndex = 181;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.comboBoxBoard);
this.groupBox1.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
this.groupBox1.Location = new System.Drawing.Point(11, 15);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(211, 128);
this.groupBox1.TabIndex = 185;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "계통 조건";
//
// comboBoxBoard
//
this.comboBoxBoard.DropDownHeight = 200;
this.comboBoxBoard.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxBoard.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold);
this.comboBoxBoard.FormattingEnabled = true;
this.comboBoxBoard.IntegralHeight = false;
this.comboBoxBoard.Location = new System.Drawing.Point(11, 25);
this.comboBoxBoard.MaxDropDownItems = 20;
this.comboBoxBoard.Name = "comboBoxBoard";
this.comboBoxBoard.Size = new System.Drawing.Size(191, 24);
this.comboBoxBoard.TabIndex = 0;
//
// button1
//
this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Location = new System.Drawing.Point(901, 107);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(154, 31);
this.button1.TabIndex = 184;
this.button1.Text = "파일로 저장";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.textBox_PositionName);
this.groupBox3.Controls.Add(this.textBox_DeviceName);
this.groupBox3.Controls.Add(this.label_PositionName);
this.groupBox3.Controls.Add(this.checkBoxDevError);
this.groupBox3.Controls.Add(this.label_DeviceName);
this.groupBox3.Controls.Add(this.checkBoxRepeaterError);
this.groupBox3.Controls.Add(this.checkBoxBoardError);
this.groupBox3.Controls.Add(this.checkBoxSearchDetail);
this.groupBox3.Controls.Add(this.comboBoxEventType);
this.groupBox3.Controls.Add(this.checkBoxControlLog);
this.groupBox3.Controls.Add(this.checkBoxErrorOff);
this.groupBox3.Controls.Add(this.checkBoxErrorOn);
this.groupBox3.Controls.Add(this.checkBoxDevOn);
this.groupBox3.Controls.Add(this.checkBoxDevOff);
this.groupBox3.Controls.Add(this.checkBoxFireOn);
this.groupBox3.Controls.Add(this.checkBoxEventTypeAll);
this.groupBox3.Controls.Add(this.checkBoxFireOff);
this.groupBox3.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
this.groupBox3.Location = new System.Drawing.Point(492, 15);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(384, 127);
this.groupBox3.TabIndex = 183;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "발생 타입 조건";
//
// textBox_PositionName
//
this.textBox_PositionName.Location = new System.Drawing.Point(128, 62);
this.textBox_PositionName.Name = "textBox_PositionName";
this.textBox_PositionName.Size = new System.Drawing.Size(88, 23);
this.textBox_PositionName.TabIndex = 18;
this.textBox_PositionName.TextChanged += new System.EventHandler(this.textBox_PositionName_TextChanged);
//
// textBox_DeviceName
//
this.textBox_DeviceName.Location = new System.Drawing.Point(279, 62);
this.textBox_DeviceName.Name = "textBox_DeviceName";
this.textBox_DeviceName.Size = new System.Drawing.Size(88, 23);
this.textBox_DeviceName.TabIndex = 18;
this.textBox_DeviceName.TextChanged += new System.EventHandler(this.textBox_DeviceName_TextChanged);
//
// label_PositionName
//
this.label_PositionName.AutoSize = true;
this.label_PositionName.BackColor = System.Drawing.Color.Transparent;
this.label_PositionName.Location = new System.Drawing.Point(58, 66);
this.label_PositionName.Name = "label_PositionName";
this.label_PositionName.Size = new System.Drawing.Size(67, 14);
this.label_PositionName.TabIndex = 19;
this.label_PositionName.Text = "발생위치";
//
// checkBoxDevError
//
this.checkBoxDevError.AutoSize = true;
this.checkBoxDevError.Location = new System.Drawing.Point(165, 39);
this.checkBoxDevError.Name = "checkBoxDevError";
this.checkBoxDevError.Size = new System.Drawing.Size(92, 18);
this.checkBoxDevError.TabIndex = 17;
this.checkBoxDevError.Text = "회로 단선";
this.checkBoxDevError.UseVisualStyleBackColor = true;
this.checkBoxDevError.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
//
// label_DeviceName
//
this.label_DeviceName.AutoSize = true;
this.label_DeviceName.BackColor = System.Drawing.Color.Transparent;
this.label_DeviceName.Location = new System.Drawing.Point(225, 66);
this.label_DeviceName.Name = "label_DeviceName";
this.label_DeviceName.Size = new System.Drawing.Size(52, 14);
this.label_DeviceName.TabIndex = 19;
this.label_DeviceName.Text = "장치명";
//
// checkBoxRepeaterError
//
this.checkBoxRepeaterError.AutoSize = true;
this.checkBoxRepeaterError.Location = new System.Drawing.Point(165, 17);
this.checkBoxRepeaterError.Name = "checkBoxRepeaterError";
this.checkBoxRepeaterError.Size = new System.Drawing.Size(107, 18);
this.checkBoxRepeaterError.TabIndex = 16;
this.checkBoxRepeaterError.Text = "중계기 이상";
this.checkBoxRepeaterError.UseVisualStyleBackColor = true;
this.checkBoxRepeaterError.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
//
// checkBoxBoardError
//
this.checkBoxBoardError.AutoSize = true;
this.checkBoxBoardError.Location = new System.Drawing.Point(278, 17);
this.checkBoxBoardError.Name = "checkBoxBoardError";
this.checkBoxBoardError.Size = new System.Drawing.Size(92, 18);
this.checkBoxBoardError.TabIndex = 15;
this.checkBoxBoardError.Text = "보드 이상";
this.checkBoxBoardError.UseVisualStyleBackColor = true;
this.checkBoxBoardError.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
//
// checkBoxSearchDetail
//
this.checkBoxSearchDetail.AutoSize = true;
this.checkBoxSearchDetail.Location = new System.Drawing.Point(6, 100);
this.checkBoxSearchDetail.Name = "checkBoxSearchDetail";
this.checkBoxSearchDetail.Size = new System.Drawing.Size(92, 18);
this.checkBoxSearchDetail.TabIndex = 14;
this.checkBoxSearchDetail.Text = "세부 검색";
this.checkBoxSearchDetail.UseVisualStyleBackColor = true;
this.checkBoxSearchDetail.CheckedChanged += new System.EventHandler(this.checkBoxSearchDetail_CheckedChanged);
//
// comboBoxEventType
//
this.comboBoxEventType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxEventType.Enabled = false;
this.comboBoxEventType.FormattingEnabled = true;
this.comboBoxEventType.Location = new System.Drawing.Point(104, 97);
this.comboBoxEventType.MaxDropDownItems = 20;
this.comboBoxEventType.Name = "comboBoxEventType";
this.comboBoxEventType.Size = new System.Drawing.Size(238, 21);
this.comboBoxEventType.TabIndex = 13;
//
// checkBoxControlLog
//
this.checkBoxControlLog.AutoSize = true;
this.checkBoxControlLog.Location = new System.Drawing.Point(278, 39);
this.checkBoxControlLog.Name = "checkBoxControlLog";
this.checkBoxControlLog.Size = new System.Drawing.Size(92, 18);
this.checkBoxControlLog.TabIndex = 12;
this.checkBoxControlLog.Text = "운영 정보";
this.checkBoxControlLog.UseVisualStyleBackColor = true;
this.checkBoxControlLog.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
//
// checkBoxErrorOff
//
this.checkBoxErrorOff.AutoSize = true;
this.checkBoxErrorOff.Location = new System.Drawing.Point(-11, 63);
this.checkBoxErrorOff.Name = "checkBoxErrorOff";
this.checkBoxErrorOff.Size = new System.Drawing.Size(92, 18);
this.checkBoxErrorOff.TabIndex = 8;
this.checkBoxErrorOff.Text = "이상 해제";
this.checkBoxErrorOff.UseVisualStyleBackColor = true;
this.checkBoxErrorOff.Visible = false;
this.checkBoxErrorOff.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
//
// checkBoxErrorOn
//
this.checkBoxErrorOn.AutoSize = true;
this.checkBoxErrorOn.Location = new System.Drawing.Point(-11, 60);
this.checkBoxErrorOn.Name = "checkBoxErrorOn";
this.checkBoxErrorOn.Size = new System.Drawing.Size(92, 18);
this.checkBoxErrorOn.TabIndex = 7;
this.checkBoxErrorOn.Text = "이상 발생";
this.checkBoxErrorOn.UseVisualStyleBackColor = true;
this.checkBoxErrorOn.Visible = false;
this.checkBoxErrorOn.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
//
// checkBoxDevOn
//
this.checkBoxDevOn.AutoSize = true;
this.checkBoxDevOn.Location = new System.Drawing.Point(63, 39);
this.checkBoxDevOn.Name = "checkBoxDevOn";
this.checkBoxDevOn.Size = new System.Drawing.Size(92, 18);
this.checkBoxDevOn.TabIndex = 4;
this.checkBoxDevOn.Text = "설비 동작";
this.checkBoxDevOn.UseVisualStyleBackColor = true;
this.checkBoxDevOn.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
//
// checkBoxDevOff
//
this.checkBoxDevOff.AutoSize = true;
this.checkBoxDevOff.Location = new System.Drawing.Point(-11, 50);
this.checkBoxDevOff.Name = "checkBoxDevOff";
this.checkBoxDevOff.Size = new System.Drawing.Size(92, 18);
this.checkBoxDevOff.TabIndex = 5;
this.checkBoxDevOff.Text = "설비 정지";
this.checkBoxDevOff.UseVisualStyleBackColor = true;
this.checkBoxDevOff.Visible = false;
this.checkBoxDevOff.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
//
// checkBoxFireOn
//
this.checkBoxFireOn.AutoSize = true;
this.checkBoxFireOn.Location = new System.Drawing.Point(63, 17);
this.checkBoxFireOn.Name = "checkBoxFireOn";
this.checkBoxFireOn.Size = new System.Drawing.Size(92, 18);
this.checkBoxFireOn.TabIndex = 1;
this.checkBoxFireOn.Text = "화재 발생";
this.checkBoxFireOn.UseVisualStyleBackColor = true;
this.checkBoxFireOn.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
//
// checkBoxEventTypeAll
//
this.checkBoxEventTypeAll.AutoSize = true;
this.checkBoxEventTypeAll.Location = new System.Drawing.Point(6, 17);
this.checkBoxEventTypeAll.Name = "checkBoxEventTypeAll";
this.checkBoxEventTypeAll.Size = new System.Drawing.Size(56, 18);
this.checkBoxEventTypeAll.TabIndex = 0;
this.checkBoxEventTypeAll.Text = "전체";
this.checkBoxEventTypeAll.UseVisualStyleBackColor = true;
this.checkBoxEventTypeAll.CheckedChanged += new System.EventHandler(this.checkBoxEventTypeAll_CheckedChanged);
//
// checkBoxFireOff
//
this.checkBoxFireOff.AutoSize = true;
this.checkBoxFireOff.Location = new System.Drawing.Point(-11, 41);
this.checkBoxFireOff.Name = "checkBoxFireOff";
this.checkBoxFireOff.Size = new System.Drawing.Size(92, 18);
this.checkBoxFireOff.TabIndex = 2;
this.checkBoxFireOff.Text = "화재 해제";
this.checkBoxFireOff.UseVisualStyleBackColor = true;
this.checkBoxFireOff.Visible = false;
this.checkBoxFireOff.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.radioButtonAllDate);
this.groupBox2.Controls.Add(this.radioButtonSelectDate);
this.groupBox2.Controls.Add(this.dateTimePicker_EndDate);
this.groupBox2.Controls.Add(this.dateTimePicker_StartDate);
this.groupBox2.Controls.Add(this.dateTimePicker_StartTime);
this.groupBox2.Controls.Add(this.dateTimePicker_EndTime);
this.groupBox2.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
this.groupBox2.Location = new System.Drawing.Point(228, 15);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(247, 127);
this.groupBox2.TabIndex = 182;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "발생 시간 조건";
//
// radioButtonAllDate
//
this.radioButtonAllDate.AutoSize = true;
this.radioButtonAllDate.Location = new System.Drawing.Point(9, 28);
this.radioButtonAllDate.Name = "radioButtonAllDate";
this.radioButtonAllDate.Size = new System.Drawing.Size(91, 18);
this.radioButtonAllDate.TabIndex = 7;
this.radioButtonAllDate.TabStop = true;
this.radioButtonAllDate.Text = "전체 기간";
this.radioButtonAllDate.UseVisualStyleBackColor = true;
//
// radioButtonSelectDate
//
this.radioButtonSelectDate.AutoSize = true;
this.radioButtonSelectDate.Location = new System.Drawing.Point(106, 28);
this.radioButtonSelectDate.Name = "radioButtonSelectDate";
this.radioButtonSelectDate.Size = new System.Drawing.Size(91, 18);
this.radioButtonSelectDate.TabIndex = 6;
this.radioButtonSelectDate.TabStop = true;
this.radioButtonSelectDate.Text = "기간 설정";
this.radioButtonSelectDate.UseVisualStyleBackColor = true;
//
// dateTimePicker_EndDate
//
this.dateTimePicker_EndDate.Checked = false;
this.dateTimePicker_EndDate.Font = new System.Drawing.Font("돋움", 11F, System.Drawing.FontStyle.Bold);
this.dateTimePicker_EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimePicker_EndDate.Location = new System.Drawing.Point(9, 86);
this.dateTimePicker_EndDate.Name = "dateTimePicker_EndDate";
this.dateTimePicker_EndDate.Size = new System.Drawing.Size(121, 24);
this.dateTimePicker_EndDate.TabIndex = 4;
//
// dateTimePicker_StartDate
//
this.dateTimePicker_StartDate.Checked = false;
this.dateTimePicker_StartDate.Font = new System.Drawing.Font("돋움", 11F, System.Drawing.FontStyle.Bold);
this.dateTimePicker_StartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimePicker_StartDate.Location = new System.Drawing.Point(9, 54);
this.dateTimePicker_StartDate.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
this.dateTimePicker_StartDate.Name = "dateTimePicker_StartDate";
this.dateTimePicker_StartDate.Size = new System.Drawing.Size(121, 24);
this.dateTimePicker_StartDate.TabIndex = 2;
//
// dateTimePicker_StartTime
//
this.dateTimePicker_StartTime.Checked = false;
this.dateTimePicker_StartTime.CustomFormat = "HH:mm:ss";
this.dateTimePicker_StartTime.Font = new System.Drawing.Font("돋움", 11F, System.Drawing.FontStyle.Bold);
this.dateTimePicker_StartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker_StartTime.Location = new System.Drawing.Point(139, 54);
this.dateTimePicker_StartTime.Name = "dateTimePicker_StartTime";
this.dateTimePicker_StartTime.ShowUpDown = true;
this.dateTimePicker_StartTime.Size = new System.Drawing.Size(96, 24);
this.dateTimePicker_StartTime.TabIndex = 3;
this.dateTimePicker_StartTime.Value = new System.DateTime(2011, 6, 29, 0, 0, 0, 0);
//
// dateTimePicker_EndTime
//
this.dateTimePicker_EndTime.Checked = false;
this.dateTimePicker_EndTime.CustomFormat = "HH:mm:ss";
this.dateTimePicker_EndTime.Font = new System.Drawing.Font("돋움", 11F, System.Drawing.FontStyle.Bold);
this.dateTimePicker_EndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker_EndTime.Location = new System.Drawing.Point(139, 86);
this.dateTimePicker_EndTime.Name = "dateTimePicker_EndTime";
this.dateTimePicker_EndTime.ShowUpDown = true;
this.dateTimePicker_EndTime.Size = new System.Drawing.Size(96, 24);
this.dateTimePicker_EndTime.TabIndex = 5;
this.dateTimePicker_EndTime.Value = new System.DateTime(2011, 4, 29, 23, 59, 59, 0);
//
// xlsExport1
//
this.xlsExport1.Tweak = 0;
//
// updatetimer
//
this.updatetimer.Interval = 4000;
this.updatetimer.Tick += new System.EventHandler(this.updatetimer_Tick);
//
// FormLogView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.ClientSize = new System.Drawing.Size(1080, 824);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.panel3);
this.Controls.Add(this.btnConfirm);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("굴림", 12F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormLogView";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "frmAlarmLog";
this.Activated += new System.EventHandler(this.frmAlarmLog_Activated);
this.Deactivate += new System.EventHandler(this.FormLogView_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormLogView_FormClosing);
this.Load += new System.EventHandler(this.FormLogView_Load);
this.Disposed += new System.EventHandler(this.frmAlarmLog_Disposed);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lblDir;
private System.Windows.Forms.Button btnWinClose;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button btnConfirm;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.TextBox txtThisReceiverID;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cboEventType;
private System.Windows.Forms.ComboBox cboEventLocation;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DateTimePicker dtFromDate;
private System.Windows.Forms.CheckBox chkEventTime;
private System.Windows.Forms.MaskedTextBox mskFromTime;
private System.Windows.Forms.MaskedTextBox mskToTime;
private System.Windows.Forms.DateTimePicker dtToDate;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnPrint;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RadioButton radioButtonAllDate;
private System.Windows.Forms.RadioButton radioButtonSelectDate;
private System.Windows.Forms.DateTimePicker dateTimePicker_EndDate;
private System.Windows.Forms.DateTimePicker dateTimePicker_StartDate;
private System.Windows.Forms.DateTimePicker dateTimePicker_StartTime;
private System.Windows.Forms.DateTimePicker dateTimePicker_EndTime;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.CheckBox checkBoxSearchDetail;
private System.Windows.Forms.ComboBox comboBoxEventType;
private System.Windows.Forms.CheckBox checkBoxControlLog;
private System.Windows.Forms.CheckBox checkBoxErrorOff;
private System.Windows.Forms.CheckBox checkBoxErrorOn;
private System.Windows.Forms.CheckBox checkBoxDevOff;
private System.Windows.Forms.CheckBox checkBoxDevOn;
private System.Windows.Forms.CheckBox checkBoxFireOff;
private System.Windows.Forms.CheckBox checkBoxFireOn;
private System.Windows.Forms.CheckBox checkBoxEventTypeAll;
private System.Windows.Forms.Label labelPage;
private System.Windows.Forms.Button button1;
private DataDynamics.ActiveReports.Export.Pdf.PdfExport pdfExport1;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private DataDynamics.ActiveReports.Export.Xls.XlsExport xlsExport1;
private System.Windows.Forms.Timer updatetimer;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox comboBoxBoard;
private System.Windows.Forms.CheckBox checkBoxDevError;
private System.Windows.Forms.CheckBox checkBoxRepeaterError;
private System.Windows.Forms.CheckBox checkBoxBoardError;
private System.Windows.Forms.Label label_DeviceName;
private System.Windows.Forms.TextBox textBox_DeviceName;
private System.Windows.Forms.TextBox textBox_PositionName;
private System.Windows.Forms.Label label_PositionName;
}
}