164 lines
9.0 KiB
C#
164 lines
9.0 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.label2 = new System.Windows.Forms.Label();
|
|
this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.listBox1 = new System.Windows.Forms.ListBox();
|
|
this.listBox2 = new System.Windows.Forms.ListBox();
|
|
this.tableLayoutPanelMaster.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanelMaster
|
|
//
|
|
this.tableLayoutPanelMaster.BackColor = System.Drawing.Color.White;
|
|
this.tableLayoutPanelMaster.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
|
|
this.tableLayoutPanelMaster.ColumnCount = 2;
|
|
this.tableLayoutPanelMaster.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 500F));
|
|
this.tableLayoutPanelMaster.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelMaster.Controls.Add(this.label2, 1, 2);
|
|
this.tableLayoutPanelMaster.Controls.Add(this.flowLayoutPanel, 0, 0);
|
|
this.tableLayoutPanelMaster.Controls.Add(this.label1, 1, 0);
|
|
this.tableLayoutPanelMaster.Controls.Add(this.listBox1, 1, 1);
|
|
this.tableLayoutPanelMaster.Controls.Add(this.listBox2, 1, 3);
|
|
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 = 2;
|
|
this.tableLayoutPanelMaster.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
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, 30F));
|
|
this.tableLayoutPanelMaster.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanelMaster.Size = new System.Drawing.Size(804, 361);
|
|
this.tableLayoutPanelMaster.TabIndex = 4;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label2.Font = new System.Drawing.Font("마비옛체", 20F, System.Drawing.FontStyle.Bold);
|
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
|
this.label2.Location = new System.Drawing.Point(502, 181);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Padding = new System.Windows.Forms.Padding(50, 0, 0, 0);
|
|
this.label2.Size = new System.Drawing.Size(1274, 30);
|
|
this.label2.TabIndex = 6;
|
|
this.label2.Text = "CCTV (연결끊김)";
|
|
//
|
|
// flowLayoutPanel
|
|
//
|
|
this.flowLayoutPanel.BackColor = System.Drawing.Color.Black;
|
|
this.flowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel.Location = new System.Drawing.Point(1, 1);
|
|
this.flowLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
|
|
this.flowLayoutPanel.Name = "flowLayoutPanel";
|
|
this.tableLayoutPanelMaster.SetRowSpan(this.flowLayoutPanel, 4);
|
|
this.flowLayoutPanel.Size = new System.Drawing.Size(500, 359);
|
|
this.flowLayoutPanel.TabIndex = 4;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Font = new System.Drawing.Font("마비옛체", 20F, System.Drawing.FontStyle.Bold);
|
|
this.label1.ForeColor = System.Drawing.Color.Blue;
|
|
this.label1.Location = new System.Drawing.Point(502, 1);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Padding = new System.Windows.Forms.Padding(50, 0, 0, 0);
|
|
this.label1.Size = new System.Drawing.Size(1274, 30);
|
|
this.label1.TabIndex = 5;
|
|
this.label1.Text = "CCTV (점검필요)";
|
|
//
|
|
// listBox1
|
|
//
|
|
this.listBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
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(502, 32);
|
|
this.listBox1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.listBox1.Name = "listBox1";
|
|
this.listBox1.Size = new System.Drawing.Size(1274, 148);
|
|
this.listBox1.TabIndex = 7;
|
|
//
|
|
// listBox2
|
|
//
|
|
this.listBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|
this.listBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
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(502, 212);
|
|
this.listBox2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.listBox2.Name = "listBox2";
|
|
this.listBox2.Size = new System.Drawing.Size(1274, 148);
|
|
this.listBox2.TabIndex = 8;
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(804, 361);
|
|
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.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.ListBox listBox1;
|
|
private System.Windows.Forms.ListBox listBox2;
|
|
}
|
|
}
|
|
|