namespace FPER
{
partial class frmWarningBox
{
///
/// 필수 디자이너 변수입니다.
///
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(frmWarningBox));
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.btnStatusYes = new System.Windows.Forms.Button();
this.lblDetailView = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnClose = new System.Windows.Forms.Button();
this.lblTitle = new System.Windows.Forms.Label();
this.picTitle = new System.Windows.Forms.PictureBox();
this.btnWinClose = new System.Windows.Forms.Button();
this.lblWindowsMove = new System.Windows.Forms.Label();
this.imgLstIcon = new System.Windows.Forms.ImageList(this.components);
this.txtWarningMessage = new System.Windows.Forms.TextBox();
this.timer_color = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picTitle)).BeginInit();
this.SuspendLayout();
//
// btnStatusYes
//
this.btnStatusYes.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnStatusYes.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
this.btnStatusYes.FlatAppearance.BorderSize = 0;
this.btnStatusYes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnStatusYes.Image = ((System.Drawing.Image)(resources.GetObject("btnStatusYes.Image")));
this.btnStatusYes.Location = new System.Drawing.Point(196, 188);
this.btnStatusYes.Name = "btnStatusYes";
this.btnStatusYes.Size = new System.Drawing.Size(170, 32);
this.btnStatusYes.TabIndex = 1;
this.btnStatusYes.UseVisualStyleBackColor = true;
this.btnStatusYes.Visible = false;
this.btnStatusYes.Click += new System.EventHandler(this.btnStatusYes_Click);
//
// lblDetailView
//
this.lblDetailView.BackColor = System.Drawing.Color.Transparent;
this.lblDetailView.ForeColor = System.Drawing.Color.RoyalBlue;
this.lblDetailView.Image = ((System.Drawing.Image)(resources.GetObject("lblDetailView.Image")));
this.lblDetailView.Location = new System.Drawing.Point(38, 193);
this.lblDetailView.Name = "lblDetailView";
this.lblDetailView.Size = new System.Drawing.Size(117, 27);
this.lblDetailView.TabIndex = 3;
this.lblDetailView.Visible = false;
this.lblDetailView.Click += new System.EventHandler(this.lblDetailView_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
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.Column3,
this.Column1,
this.Column2});
this.dataGridView1.Location = new System.Drawing.Point(0, 232);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(583, 155);
this.dataGridView1.TabIndex = 12;
this.dataGridView1.Visible = false;
//
// Column3
//
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.Column3.DefaultCellStyle = dataGridViewCellStyle2;
this.Column3.HeaderText = "날짜";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 150;
//
// 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 = 300;
//
// 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 = 250;
//
// btnClose
//
this.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
this.btnClose.FlatAppearance.BorderSize = 0;
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(299, 189);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(128, 32);
this.btnClose.TabIndex = 13;
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// lblTitle
//
this.lblTitle.BackColor = System.Drawing.Color.Transparent;
this.lblTitle.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblTitle.ForeColor = System.Drawing.Color.Red;
this.lblTitle.Location = new System.Drawing.Point(196, 43);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(365, 60);
this.lblTitle.TabIndex = 14;
this.lblTitle.Text = "화재발생!";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// picTitle
//
this.picTitle.BackColor = System.Drawing.Color.Transparent;
this.picTitle.Image = ((System.Drawing.Image)(resources.GetObject("picTitle.Image")));
this.picTitle.Location = new System.Drawing.Point(28, 43);
this.picTitle.Name = "picTitle";
this.picTitle.Size = new System.Drawing.Size(144, 138);
this.picTitle.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picTitle.TabIndex = 15;
this.picTitle.TabStop = false;
//
// btnWinClose
//
this.btnWinClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(215)))));
this.btnWinClose.FlatAppearance.BorderSize = 0;
this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnWinClose.Image = ((System.Drawing.Image)(resources.GetObject("btnWinClose.Image")));
this.btnWinClose.Location = new System.Drawing.Point(550, 7);
this.btnWinClose.Name = "btnWinClose";
this.btnWinClose.Size = new System.Drawing.Size(24, 22);
this.btnWinClose.TabIndex = 16;
this.btnWinClose.UseVisualStyleBackColor = true;
this.btnWinClose.Visible = false;
this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
//
// lblWindowsMove
//
this.lblWindowsMove.BackColor = System.Drawing.Color.Transparent;
this.lblWindowsMove.Location = new System.Drawing.Point(-1, 0);
this.lblWindowsMove.Name = "lblWindowsMove";
this.lblWindowsMove.Size = new System.Drawing.Size(585, 35);
this.lblWindowsMove.TabIndex = 17;
this.lblWindowsMove.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblWindowsMove_MouseMove);
this.lblWindowsMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblWindowsMove_MouseDown);
//
// imgLstIcon
//
this.imgLstIcon.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgLstIcon.ImageStream")));
this.imgLstIcon.TransparentColor = System.Drawing.Color.Transparent;
this.imgLstIcon.Images.SetKeyName(0, "경고창_통신에러_이미지.gif");
this.imgLstIcon.Images.SetKeyName(1, "경고창_화재_이미지.gif");
this.imgLstIcon.Images.SetKeyName(2, "경고창_설비_이미지.gif");
this.imgLstIcon.Images.SetKeyName(3, "경고창_FAULT_이미지.gif");
this.imgLstIcon.Images.SetKeyName(4, "경고창_축적화재_이미지.gif");
this.imgLstIcon.Images.SetKeyName(5, "경고창_전화_이미지.gif");
this.imgLstIcon.Images.SetKeyName(6, "경고창_화재복구_이미지.gif");
//
// txtWarningMessage
//
this.txtWarningMessage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
this.txtWarningMessage.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtWarningMessage.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtWarningMessage.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
this.txtWarningMessage.Location = new System.Drawing.Point(202, 109);
this.txtWarningMessage.Multiline = true;
this.txtWarningMessage.Name = "txtWarningMessage";
this.txtWarningMessage.ReadOnly = true;
this.txtWarningMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtWarningMessage.Size = new System.Drawing.Size(355, 63);
this.txtWarningMessage.TabIndex = 18;
this.txtWarningMessage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// timer_color
//
this.timer_color.Interval = 500;
this.timer_color.Tick += new System.EventHandler(this.timer_color_Tick);
//
// frmWarningBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(583, 233);
this.Controls.Add(this.txtWarningMessage);
this.Controls.Add(this.btnWinClose);
this.Controls.Add(this.picTitle);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.lblDetailView);
this.Controls.Add(this.btnStatusYes);
this.Controls.Add(this.lblWindowsMove);
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 = "frmWarningBox";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "화재가 발생하였습니다...";
this.TopMost = true;
this.Load += new System.EventHandler(this.frmWarningBox_Load);
this.LostFocus += new System.EventHandler(this.frmWarningBox_LostFocus);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmWarningBox_FormClosed);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picTitle)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnStatusYes;
private System.Windows.Forms.Label lblDetailView;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.PictureBox picTitle;
private System.Windows.Forms.Button btnWinClose;
private System.Windows.Forms.Label lblWindowsMove;
private System.Windows.Forms.ImageList imgLstIcon;
private System.Windows.Forms.TextBox txtWarningMessage;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.Timer timer_color;
}
}