| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 | namespace FPER{    partial class Form_Popup_OtherFireAlarm    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        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;    }}
 |