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_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 // this.label_Receiver.AutoSize = true; this.label_Receiver.BackColor = System.Drawing.Color.Transparent; this.label_Receiver.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label_Receiver.Location = new System.Drawing.Point(170, 71); this.label_Receiver.Name = "label_Receiver"; this.label_Receiver.Size = new System.Drawing.Size(59, 13); this.label_Receiver.TabIndex = 0; this.label_Receiver.Text = "수신기 :"; // // PictureBox_Title // this.PictureBox_Title.BackColor = System.Drawing.Color.Transparent; this.PictureBox_Title.Image = ((System.Drawing.Image)(resources.GetObject("PictureBox_Title.Image"))); this.PictureBox_Title.Location = new System.Drawing.Point(12, 37); this.PictureBox_Title.Name = "PictureBox_Title"; this.PictureBox_Title.Size = new System.Drawing.Size(144, 138); this.PictureBox_Title.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.PictureBox_Title.TabIndex = 17; this.PictureBox_Title.TabStop = false; // // Label_Title // this.Label_Title.AutoSize = true; this.Label_Title.BackColor = System.Drawing.Color.Transparent; this.Label_Title.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.Label_Title.ForeColor = System.Drawing.Color.Red; this.Label_Title.Location = new System.Drawing.Point(284, 9); this.Label_Title.Name = "Label_Title"; this.Label_Title.Size = new System.Drawing.Size(228, 24); this.Label_Title.TabIndex = 2; this.Label_Title.Text = "타수신기 화재발생!"; this.Label_Title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label_Fire_Status_1th // this.label_Fire_Status_1th.AutoSize = true; this.label_Fire_Status_1th.BackColor = System.Drawing.Color.Transparent; this.label_Fire_Status_1th.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label_Fire_Status_1th.Location = new System.Drawing.Point(170, 106); this.label_Fire_Status_1th.Name = "label_Fire_Status_1th"; this.label_Fire_Status_1th.Size = new System.Drawing.Size(60, 13); this.label_Fire_Status_1th.TabIndex = 0; this.label_Fire_Status_1th.Text = "상 태 :"; // // 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))))); this.button_FirePopupClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button_FirePopupClose.Image = ((System.Drawing.Image)(resources.GetObject("button_FirePopupClose.Image"))); this.button_FirePopupClose.Location = new System.Drawing.Point(309, 483); this.button_FirePopupClose.Name = "button_FirePopupClose"; this.button_FirePopupClose.Size = new System.Drawing.Size(126, 30); this.button_FirePopupClose.TabIndex = 0; this.button_FirePopupClose.UseVisualStyleBackColor = false; this.button_FirePopupClose.Click += new System.EventHandler(this.button_FirePopupClose_Click); // // label_FireList // this.label_FireList.AutoSize = true; this.label_FireList.BackColor = System.Drawing.Color.Transparent; this.label_FireList.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label_FireList.Location = new System.Drawing.Point(24, 192); this.label_FireList.Name = "label_FireList"; this.label_FireList.Size = new System.Drawing.Size(137, 13); this.label_FireList.TabIndex = 23; this.label_FireList.Text = "화재 / 복구 리스트 "; // // listView_FireList // this.listView_FireList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader_Time, this.columnHeader_Type, this.columnHeader_Detail}); this.listView_FireList.Font = new System.Drawing.Font("굴림", 11F, System.Drawing.FontStyle.Bold); this.listView_FireList.GridLines = true; this.listView_FireList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.listView_FireList.Location = new System.Drawing.Point(27, 216); this.listView_FireList.Margin = new System.Windows.Forms.Padding(4); this.listView_FireList.MultiSelect = false; this.listView_FireList.Name = "listView_FireList"; this.listView_FireList.Size = new System.Drawing.Size(709, 260); this.listView_FireList.TabIndex = 1; this.listView_FireList.UseCompatibleStateImageBehavior = false; this.listView_FireList.View = System.Windows.Forms.View.Details; // // columnHeader_Time // this.columnHeader_Time.Text = " 시간"; this.columnHeader_Time.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader_Time.Width = 140; // // columnHeader_Type // this.columnHeader_Type.Text = "타입"; this.columnHeader_Type.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader_Type.Width = 51; // // columnHeader_Detail // this.columnHeader_Detail.Text = "항목"; this.columnHeader_Detail.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader_Detail.Width = 512; // // label_Fire_Status_2st // this.label_Fire_Status_2st.AutoSize = true; this.label_Fire_Status_2st.BackColor = System.Drawing.Color.Transparent; this.label_Fire_Status_2st.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label_Fire_Status_2st.Location = new System.Drawing.Point(227, 144); this.label_Fire_Status_2st.Name = "label_Fire_Status_2st"; this.label_Fire_Status_2st.Size = new System.Drawing.Size(23, 13); this.label_Fire_Status_2st.TabIndex = 25; this.label_Fire_Status_2st.Text = "->"; // // Form_Popup_OtherFireAlarm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.WhiteSmoke; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.ClientSize = new System.Drawing.Size(763, 516); 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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = " "; 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; private System.Windows.Forms.Button button_FirePopupClose; private System.Windows.Forms.Label label_FireList; private 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; } }