namespace FPER
{
partial class Form_Popup_OtherFireAlarm
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Popup_OtherFireAlarm));
this.label_Receiver = new System.Windows.Forms.Label();
this.PictureBox_Title = new System.Windows.Forms.PictureBox();
this.Label_Title = new System.Windows.Forms.Label();
this.label_Fire_Status_1th = new System.Windows.Forms.Label();
this.button_FirePopupClose = new System.Windows.Forms.Button();
this.label_FireList = new System.Windows.Forms.Label();
this.listView_FireList = new System.Windows.Forms.ListView();
this.columnHeader_Time = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader_ReceiverName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader_IP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader_Type = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader_Detail = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.label_Fire_Status_2st = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.PictureBox_Title)).BeginInit();
this.SuspendLayout();
//
// label_Receiver
//
resources.ApplyResources(this.label_Receiver, "label_Receiver");
this.label_Receiver.BackColor = System.Drawing.Color.Transparent;
this.label_Receiver.Name = "label_Receiver";
//
// PictureBox_Title
//
this.PictureBox_Title.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.PictureBox_Title, "PictureBox_Title");
this.PictureBox_Title.Name = "PictureBox_Title";
this.PictureBox_Title.TabStop = false;
//
// Label_Title
//
this.Label_Title.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.Label_Title, "Label_Title");
this.Label_Title.ForeColor = System.Drawing.Color.Red;
this.Label_Title.Name = "Label_Title";
//
// label_Fire_Status_1th
//
resources.ApplyResources(this.label_Fire_Status_1th, "label_Fire_Status_1th");
this.label_Fire_Status_1th.BackColor = System.Drawing.Color.Transparent;
this.label_Fire_Status_1th.Name = "label_Fire_Status_1th";
//
// button_FirePopupClose
//
this.button_FirePopupClose.BackColor = System.Drawing.Color.Transparent;
this.button_FirePopupClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.button_FirePopupClose.FlatAppearance.BorderSize = 0;
this.button_FirePopupClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.button_FirePopupClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
resources.ApplyResources(this.button_FirePopupClose, "button_FirePopupClose");
this.button_FirePopupClose.Name = "button_FirePopupClose";
this.button_FirePopupClose.UseVisualStyleBackColor = false;
this.button_FirePopupClose.Click += new System.EventHandler(this.button_FirePopupClose_Click);
//
// label_FireList
//
resources.ApplyResources(this.label_FireList, "label_FireList");
this.label_FireList.BackColor = System.Drawing.Color.Transparent;
this.label_FireList.Name = "label_FireList";
//
// listView_FireList
//
this.listView_FireList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader_Time,
this.columnHeader_ReceiverName,
this.columnHeader_IP,
this.columnHeader_Type,
this.columnHeader_Detail});
resources.ApplyResources(this.listView_FireList, "listView_FireList");
this.listView_FireList.GridLines = true;
this.listView_FireList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.listView_FireList.MultiSelect = false;
this.listView_FireList.Name = "listView_FireList";
this.listView_FireList.UseCompatibleStateImageBehavior = false;
this.listView_FireList.View = System.Windows.Forms.View.Details;
//
// columnHeader_Time
//
resources.ApplyResources(this.columnHeader_Time, "columnHeader_Time");
//
// columnHeader_ReceiverName
//
resources.ApplyResources(this.columnHeader_ReceiverName, "columnHeader_ReceiverName");
//
// columnHeader_IP
//
resources.ApplyResources(this.columnHeader_IP, "columnHeader_IP");
//
// columnHeader_Type
//
resources.ApplyResources(this.columnHeader_Type, "columnHeader_Type");
//
// columnHeader_Detail
//
resources.ApplyResources(this.columnHeader_Detail, "columnHeader_Detail");
//
// label_Fire_Status_2st
//
resources.ApplyResources(this.label_Fire_Status_2st, "label_Fire_Status_2st");
this.label_Fire_Status_2st.BackColor = System.Drawing.Color.Transparent;
this.label_Fire_Status_2st.Name = "label_Fire_Status_2st";
//
// Form_Popup_OtherFireAlarm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Gainsboro;
resources.ApplyResources(this, "$this");
this.ControlBox = false;
this.Controls.Add(this.label_Fire_Status_2st);
this.Controls.Add(this.listView_FireList);
this.Controls.Add(this.label_FireList);
this.Controls.Add(this.button_FirePopupClose);
this.Controls.Add(this.PictureBox_Title);
this.Controls.Add(this.Label_Title);
this.Controls.Add(this.label_Fire_Status_1th);
this.Controls.Add(this.label_Receiver);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_Popup_OtherFireAlarm";
this.TopMost = true;
((System.ComponentModel.ISupportInitialize)(this.PictureBox_Title)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label_Receiver;
private System.Windows.Forms.PictureBox PictureBox_Title;
private System.Windows.Forms.Label Label_Title;
private System.Windows.Forms.Label label_Fire_Status_1th;
public System.Windows.Forms.Button button_FirePopupClose;
private System.Windows.Forms.Label label_FireList;
public System.Windows.Forms.ListView listView_FireList;
private System.Windows.Forms.ColumnHeader columnHeader_Time;
private System.Windows.Forms.ColumnHeader columnHeader_Detail;
private System.Windows.Forms.ColumnHeader columnHeader_Type;
private System.Windows.Forms.Label label_Fire_Status_2st;
private System.Windows.Forms.ColumnHeader columnHeader_ReceiverName;
private System.Windows.Forms.ColumnHeader columnHeader_IP;
}
}