237 lines
13 KiB
C#
237 lines
13 KiB
C#
namespace HSUCO_Server_Monitoring
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <summary>
|
|
/// 필수 디자이너 변수입니다.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 사용 중인 모든 리소스를 정리합니다.
|
|
/// </summary>
|
|
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form 디자이너에서 생성한 코드
|
|
|
|
/// <summary>
|
|
/// 디자이너 지원에 필요한 메서드입니다.
|
|
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.tableLayoutPanelMaster = new System.Windows.Forms.TableLayoutPanel();
|
|
this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.listBox1 = new System.Windows.Forms.ListBox();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.listBox2 = new System.Windows.Forms.ListBox();
|
|
this.tableLayoutPanelMaster.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanelMaster
|
|
//
|
|
this.tableLayoutPanelMaster.BackColor = System.Drawing.Color.Black;
|
|
this.tableLayoutPanelMaster.ColumnCount = 5;
|
|
this.tableLayoutPanelMaster.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
|
|
this.tableLayoutPanelMaster.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanelMaster.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
|
|
this.tableLayoutPanelMaster.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanelMaster.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
|
|
this.tableLayoutPanelMaster.Controls.Add(this.label3, 1, 1);
|
|
this.tableLayoutPanelMaster.Controls.Add(this.label2, 3, 3);
|
|
this.tableLayoutPanelMaster.Controls.Add(this.flowLayoutPanel, 1, 2);
|
|
this.tableLayoutPanelMaster.Controls.Add(this.label1, 3, 1);
|
|
this.tableLayoutPanelMaster.Controls.Add(this.panel1, 2, 1);
|
|
this.tableLayoutPanelMaster.Controls.Add(this.panel2, 3, 2);
|
|
this.tableLayoutPanelMaster.Controls.Add(this.panel3, 3, 4);
|
|
this.tableLayoutPanelMaster.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanelMaster.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanelMaster.Margin = new System.Windows.Forms.Padding(0);
|
|
this.tableLayoutPanelMaster.Name = "tableLayoutPanelMaster";
|
|
this.tableLayoutPanelMaster.RowCount = 6;
|
|
this.tableLayoutPanelMaster.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));
|
|
this.tableLayoutPanelMaster.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanelMaster.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanelMaster.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanelMaster.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanelMaster.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));
|
|
this.tableLayoutPanelMaster.Size = new System.Drawing.Size(1076, 541);
|
|
this.tableLayoutPanelMaster.TabIndex = 4;
|
|
//
|
|
// flowLayoutPanel
|
|
//
|
|
this.flowLayoutPanel.BackColor = System.Drawing.Color.Black;
|
|
this.flowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel.Location = new System.Drawing.Point(10, 60);
|
|
this.flowLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
|
|
this.flowLayoutPanel.Name = "flowLayoutPanel";
|
|
this.tableLayoutPanelMaster.SetRowSpan(this.flowLayoutPanel, 3);
|
|
this.flowLayoutPanel.Size = new System.Drawing.Size(523, 470);
|
|
this.flowLayoutPanel.TabIndex = 4;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.Black;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Font = new System.Drawing.Font("마비옛체", 25F, System.Drawing.FontStyle.Bold);
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Image = global::HSUCO_CCTV_Monitoring.Properties.Resources.CCTV_Inspection_Title;
|
|
this.label1.Location = new System.Drawing.Point(543, 10);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(523, 50);
|
|
this.label1.TabIndex = 10;
|
|
this.label1.Text = "CCTV 점검필요";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.Black;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label2.Font = new System.Drawing.Font("마비옛체", 25F, System.Drawing.FontStyle.Bold);
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Image = global::HSUCO_CCTV_Monitoring.Properties.Resources.CCTV_Disconnect_Title;
|
|
this.label2.Location = new System.Drawing.Point(543, 270);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(523, 50);
|
|
this.label2.TabIndex = 11;
|
|
this.label2.Text = "CCTV 연결끊김";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.Black;
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(533, 10);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panel1.Name = "panel1";
|
|
this.tableLayoutPanelMaster.SetRowSpan(this.panel1, 4);
|
|
this.panel1.Size = new System.Drawing.Size(10, 520);
|
|
this.panel1.TabIndex = 12;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.BackColor = System.Drawing.Color.Black;
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label3.Font = new System.Drawing.Font("마비옛체", 25F, System.Drawing.FontStyle.Bold);
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
this.label3.Image = global::HSUCO_CCTV_Monitoring.Properties.Resources.NVR_Title;
|
|
this.label3.Location = new System.Drawing.Point(10, 10);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(523, 50);
|
|
this.label3.TabIndex = 13;
|
|
this.label3.Text = "서부권통합관제센터 NVR 모니터링";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.Black;
|
|
this.panel2.BackgroundImage = global::HSUCO_CCTV_Monitoring.Properties.Resources.CCTV_Inspection;
|
|
this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.panel2.Controls.Add(this.listBox1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(543, 60);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Padding = new System.Windows.Forms.Padding(10);
|
|
this.panel2.Size = new System.Drawing.Size(523, 210);
|
|
this.panel2.TabIndex = 14;
|
|
//
|
|
// listBox1
|
|
//
|
|
this.listBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(204)))), ((int)(((byte)(222)))));
|
|
this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listBox1.Font = new System.Drawing.Font("마비옛체", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.listBox1.FormattingEnabled = true;
|
|
this.listBox1.ItemHeight = 18;
|
|
this.listBox1.Location = new System.Drawing.Point(10, 10);
|
|
this.listBox1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.listBox1.Name = "listBox1";
|
|
this.listBox1.Size = new System.Drawing.Size(503, 190);
|
|
this.listBox1.TabIndex = 8;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BackColor = System.Drawing.Color.Black;
|
|
this.panel3.BackgroundImage = global::HSUCO_CCTV_Monitoring.Properties.Resources.CCTV_Disconnect;
|
|
this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.panel3.Controls.Add(this.listBox2);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(543, 320);
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Padding = new System.Windows.Forms.Padding(10);
|
|
this.panel3.Size = new System.Drawing.Size(523, 210);
|
|
this.panel3.TabIndex = 15;
|
|
//
|
|
// listBox2
|
|
//
|
|
this.listBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(216)))), ((int)(((byte)(182)))));
|
|
this.listBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listBox2.Font = new System.Drawing.Font("마비옛체", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.listBox2.FormattingEnabled = true;
|
|
this.listBox2.ItemHeight = 18;
|
|
this.listBox2.Location = new System.Drawing.Point(10, 10);
|
|
this.listBox2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.listBox2.Name = "listBox2";
|
|
this.listBox2.Size = new System.Drawing.Size(503, 190);
|
|
this.listBox2.TabIndex = 9;
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1076, 541);
|
|
this.Controls.Add(this.tableLayoutPanelMaster);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "MainForm";
|
|
this.Text = "서부권 통합관제센터 CCTV NVR 모니터링";
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|
this.tableLayoutPanelMaster.ResumeLayout(false);
|
|
this.tableLayoutPanelMaster.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMaster;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.ListBox listBox1;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.ListBox listBox2;
|
|
}
|
|
}
|
|
|