2021-03-17 18:14:48 +01:00
namespace DutyContent
{
partial class DcControl
{
/// <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 구 성 요 소 디 자 이 너 에 서 생 성 한 코 드
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
/// </summary>
private void InitializeComponent ( )
{
this . tabMain = new System . Windows . Forms . TabControl ( ) ;
2021-08-14 16:35:53 +02:00
this . tabPageLog = new System . Windows . Forms . TabPage ( ) ;
2021-03-17 18:14:48 +01:00
this . tabPageDuty = new System . Windows . Forms . TabPage ( ) ;
2021-06-23 14:07:40 +02:00
this . tabPagePing = new System . Windows . Forms . TabPage ( ) ;
2021-03-17 18:14:48 +01:00
this . tabPageConfig = new System . Windows . Forms . TabPage ( ) ;
2021-06-23 14:07:40 +02:00
this . panelBase = new System . Windows . Forms . Panel ( ) ;
this . lblStatusLeft = new System . Windows . Forms . Label ( ) ;
2021-03-17 18:14:48 +01:00
this . tabMain . SuspendLayout ( ) ;
2021-06-23 14:07:40 +02:00
this . panelBase . SuspendLayout ( ) ;
2021-03-17 18:14:48 +01:00
this . SuspendLayout ( ) ;
//
// tabMain
//
this . tabMain . Alignment = System . Windows . Forms . TabAlignment . Left ;
2021-08-14 16:35:53 +02:00
this . tabMain . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . tabMain . Controls . Add ( this . tabPageLog ) ;
2021-03-17 18:14:48 +01:00
this . tabMain . Controls . Add ( this . tabPageDuty ) ;
2021-06-03 13:54:27 +02:00
this . tabMain . Controls . Add ( this . tabPagePing ) ;
2021-03-17 18:14:48 +01:00
this . tabMain . Controls . Add ( this . tabPageConfig ) ;
this . tabMain . DrawMode = System . Windows . Forms . TabDrawMode . OwnerDrawFixed ;
2021-08-14 16:35:53 +02:00
this . tabMain . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 11.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2021-03-17 18:14:48 +01:00
this . tabMain . ItemSize = new System . Drawing . Size ( 30 , 100 ) ;
this . tabMain . Location = new System . Drawing . Point ( 0 , 0 ) ;
2021-08-14 16:35:53 +02:00
this . tabMain . Margin = new System . Windows . Forms . Padding ( 4 ) ;
2021-03-17 18:14:48 +01:00
this . tabMain . Multiline = true ;
this . tabMain . Name = "tabMain" ;
this . tabMain . SelectedIndex = 0 ;
2021-08-14 16:35:53 +02:00
this . tabMain . Size = new System . Drawing . Size ( 820 , 465 ) ;
2021-03-17 18:14:48 +01:00
this . tabMain . SizeMode = System . Windows . Forms . TabSizeMode . Fixed ;
this . tabMain . TabIndex = 0 ;
this . tabMain . DrawItem + = new System . Windows . Forms . DrawItemEventHandler ( this . TabMain_DrawItem ) ;
//
2021-08-14 16:35:53 +02:00
// tabPageLog
//
this . tabPageLog . Location = new System . Drawing . Point ( 104 , 4 ) ;
this . tabPageLog . Margin = new System . Windows . Forms . Padding ( 4 ) ;
this . tabPageLog . Name = "tabPageLog" ;
this . tabPageLog . Size = new System . Drawing . Size ( 712 , 457 ) ;
this . tabPageLog . TabIndex = 3 ;
this . tabPageLog . Text = "Log" ;
this . tabPageLog . UseVisualStyleBackColor = true ;
//
2021-03-17 18:14:48 +01:00
// tabPageDuty
//
this . tabPageDuty . BackColor = System . Drawing . Color . Transparent ;
this . tabPageDuty . Location = new System . Drawing . Point ( 104 , 4 ) ;
2021-08-14 16:35:53 +02:00
this . tabPageDuty . Margin = new System . Windows . Forms . Padding ( 4 ) ;
2021-03-17 18:14:48 +01:00
this . tabPageDuty . Name = "tabPageDuty" ;
2021-08-14 16:35:53 +02:00
this . tabPageDuty . Padding = new System . Windows . Forms . Padding ( 4 ) ;
this . tabPageDuty . Size = new System . Drawing . Size ( 712 , 441 ) ;
2021-03-17 18:14:48 +01:00
this . tabPageDuty . TabIndex = 0 ;
this . tabPageDuty . Text = "Duty" ;
//
2021-06-23 14:07:40 +02:00
// tabPagePing
//
this . tabPagePing . Location = new System . Drawing . Point ( 104 , 4 ) ;
2021-08-14 16:35:53 +02:00
this . tabPagePing . Margin = new System . Windows . Forms . Padding ( 4 ) ;
2021-06-23 14:07:40 +02:00
this . tabPagePing . Name = "tabPagePing" ;
2021-08-14 16:35:53 +02:00
this . tabPagePing . Size = new System . Drawing . Size ( 712 , 441 ) ;
2021-06-23 14:07:40 +02:00
this . tabPagePing . TabIndex = 2 ;
this . tabPagePing . Text = "Ping" ;
this . tabPagePing . UseVisualStyleBackColor = true ;
//
2021-03-17 18:14:48 +01:00
// tabPageConfig
//
this . tabPageConfig . Location = new System . Drawing . Point ( 104 , 4 ) ;
2021-08-14 16:35:53 +02:00
this . tabPageConfig . Margin = new System . Windows . Forms . Padding ( 4 ) ;
2021-03-17 18:14:48 +01:00
this . tabPageConfig . Name = "tabPageConfig" ;
2021-08-14 16:35:53 +02:00
this . tabPageConfig . Padding = new System . Windows . Forms . Padding ( 4 ) ;
this . tabPageConfig . Size = new System . Drawing . Size ( 712 , 441 ) ;
2021-03-17 18:14:48 +01:00
this . tabPageConfig . TabIndex = 1 ;
this . tabPageConfig . Text = "Config" ;
this . tabPageConfig . UseVisualStyleBackColor = true ;
//
2021-06-23 14:07:40 +02:00
// panelBase
2021-06-03 13:54:27 +02:00
//
2021-08-14 16:35:53 +02:00
this . panelBase . Controls . Add ( this . tabMain ) ;
2021-06-23 14:07:40 +02:00
this . panelBase . Controls . Add ( this . lblStatusLeft ) ;
this . panelBase . Dock = System . Windows . Forms . DockStyle . Fill ;
this . panelBase . Location = new System . Drawing . Point ( 0 , 0 ) ;
2021-08-14 16:35:53 +02:00
this . panelBase . Margin = new System . Windows . Forms . Padding ( 4 ) ;
2021-06-23 14:07:40 +02:00
this . panelBase . Name = "panelBase" ;
2021-08-14 16:35:53 +02:00
this . panelBase . Size = new System . Drawing . Size ( 820 , 490 ) ;
2021-06-23 14:07:40 +02:00
this . panelBase . TabIndex = 1 ;
//
// lblStatusLeft
//
this . lblStatusLeft . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . lblStatusLeft . BackColor = System . Drawing . Color . MidnightBlue ;
this . lblStatusLeft . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 14.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . lblStatusLeft . ForeColor = System . Drawing . Color . White ;
2021-08-14 16:35:53 +02:00
this . lblStatusLeft . Location = new System . Drawing . Point ( 0 , 462 ) ;
this . lblStatusLeft . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
2021-06-23 14:07:40 +02:00
this . lblStatusLeft . Name = "lblStatusLeft" ;
2021-08-14 16:35:53 +02:00
this . lblStatusLeft . Size = new System . Drawing . Size ( 820 , 28 ) ;
2021-06-23 14:07:40 +02:00
this . lblStatusLeft . TabIndex = 1 ;
this . lblStatusLeft . Text = "99" ;
this . lblStatusLeft . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
this . lblStatusLeft . Visible = false ;
2021-06-03 13:54:27 +02:00
//
2021-03-17 18:14:48 +01:00
// DcControl
//
2021-08-14 16:35:53 +02:00
this . AutoScaleDimensions = new System . Drawing . SizeF ( 9F , 18F ) ;
2021-03-17 18:14:48 +01:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2021-06-23 14:07:40 +02:00
this . Controls . Add ( this . panelBase ) ;
2021-08-14 16:35:53 +02:00
this . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 11.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . Margin = new System . Windows . Forms . Padding ( 4 ) ;
2021-03-17 18:14:48 +01:00
this . Name = "DcControl" ;
2021-08-14 16:35:53 +02:00
this . Size = new System . Drawing . Size ( 820 , 490 ) ;
2021-03-17 18:14:48 +01:00
this . tabMain . ResumeLayout ( false ) ;
2021-06-23 14:07:40 +02:00
this . panelBase . ResumeLayout ( false ) ;
2021-03-17 18:14:48 +01:00
this . ResumeLayout ( false ) ;
}
#endregion
private System . Windows . Forms . TabControl tabMain ;
private System . Windows . Forms . TabPage tabPageDuty ;
private System . Windows . Forms . TabPage tabPageConfig ;
2021-06-03 13:54:27 +02:00
private System . Windows . Forms . TabPage tabPagePing ;
2021-06-23 14:07:40 +02:00
private System . Windows . Forms . Panel panelBase ;
private System . Windows . Forms . Label lblStatusLeft ;
2021-08-14 16:35:53 +02:00
private System . Windows . Forms . TabPage tabPageLog ;
2021-03-17 18:14:48 +01:00
}
}