namespace HSUCO_CCTV_Monitoring
{
partial class NVRStatus
{
///
/// 필수 디자이너 변수입니다.
///
private System.ComponentModel.IContainer components = null;
///
/// 사용 중인 모든 리소스를 정리합니다.
///
/// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 구성 요소 디자이너에서 생성한 코드
///
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
///
private void InitializeComponent()
{
this.label_ServerName = new System.Windows.Forms.Label();
this.label_LastUpdateTimeName = new System.Windows.Forms.Label();
this.label_LastUpdateTime = new System.Windows.Forms.Label();
this.pictureBox_Status = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Status)).BeginInit();
this.SuspendLayout();
//
// label_ServerName
//
this.label_ServerName.AutoSize = true;
this.label_ServerName.Font = new System.Drawing.Font("마비옛체", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label_ServerName.Location = new System.Drawing.Point(90, 5);
this.label_ServerName.Name = "label_ServerName";
this.label_ServerName.Size = new System.Drawing.Size(107, 22);
this.label_ServerName.TabIndex = 1;
this.label_ServerName.Text = "주차장 이름";
//
// label_LastUpdateTimeName
//
this.label_LastUpdateTimeName.AutoSize = true;
this.label_LastUpdateTimeName.Font = new System.Drawing.Font("마비옛체", 13F);
this.label_LastUpdateTimeName.Location = new System.Drawing.Point(90, 35);
this.label_LastUpdateTimeName.Name = "label_LastUpdateTimeName";
this.label_LastUpdateTimeName.Size = new System.Drawing.Size(158, 20);
this.label_LastUpdateTimeName.TabIndex = 2;
this.label_LastUpdateTimeName.Text = "마지막 상태 변경 시간";
//
// label_LastUpdateTime
//
this.label_LastUpdateTime.AutoSize = true;
this.label_LastUpdateTime.Font = new System.Drawing.Font("DS-Digital", 13F);
this.label_LastUpdateTime.Location = new System.Drawing.Point(120, 55);
this.label_LastUpdateTime.Name = "label_LastUpdateTime";
this.label_LastUpdateTime.Size = new System.Drawing.Size(160, 18);
this.label_LastUpdateTime.TabIndex = 3;
this.label_LastUpdateTime.Text = "0000-00-00 00:00:00";
//
// pictureBox_Status
//
this.pictureBox_Status.Location = new System.Drawing.Point(0, 0);
this.pictureBox_Status.Name = "pictureBox_Status";
this.pictureBox_Status.Size = new System.Drawing.Size(80, 80);
this.pictureBox_Status.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox_Status.TabIndex = 0;
this.pictureBox_Status.TabStop = false;
//
// ServerStatus
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
this.Controls.Add(this.label_LastUpdateTime);
this.Controls.Add(this.label_LastUpdateTimeName);
this.Controls.Add(this.label_ServerName);
this.Controls.Add(this.pictureBox_Status);
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "ServerStatus";
this.Size = new System.Drawing.Size(288, 80);
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Status)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox_Status;
private System.Windows.Forms.Label label_ServerName;
private System.Windows.Forms.Label label_LastUpdateTimeName;
private System.Windows.Forms.Label label_LastUpdateTime;
}
}