namespace SA_LTT_UI.UserControls
{
partial class TitleBox
{
///
/// 필수 디자이너 변수입니다.
///
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.pnl_WorkingArea = new System.Windows.Forms.Panel();
this.svgImageBox9 = new DevExpress.XtraEditors.SvgImageBox();
this.lb_Title = new System.Windows.Forms.Label();
this.svgImageBox1 = new DevExpress.XtraEditors.SvgImageBox();
this.svgImageBox2 = new DevExpress.XtraEditors.SvgImageBox();
this.pnl_WorkingArea.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.svgImageBox9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.svgImageBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.svgImageBox2)).BeginInit();
this.SuspendLayout();
//
// pnl_WorkingArea
//
this.pnl_WorkingArea.BackColor = System.Drawing.Color.Transparent;
this.pnl_WorkingArea.Controls.Add(this.svgImageBox9);
this.pnl_WorkingArea.Controls.Add(this.lb_Title);
this.pnl_WorkingArea.Controls.Add(this.svgImageBox1);
this.pnl_WorkingArea.Controls.Add(this.svgImageBox2);
this.pnl_WorkingArea.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnl_WorkingArea.Location = new System.Drawing.Point(0, 0);
this.pnl_WorkingArea.Name = "pnl_WorkingArea";
this.pnl_WorkingArea.Size = new System.Drawing.Size(300, 250);
this.pnl_WorkingArea.TabIndex = 2;
//
// svgImageBox9
//
this.svgImageBox9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(92)))), ((int)(((byte)(123)))));
this.svgImageBox9.Location = new System.Drawing.Point(5, 1);
this.svgImageBox9.Name = "svgImageBox9";
this.svgImageBox9.Size = new System.Drawing.Size(24, 24);
this.svgImageBox9.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Stretch;
this.svgImageBox9.SvgImage = global::SA_LTT_UI.Properties.Resources.GroupBox_Header_Icon;
this.svgImageBox9.TabIndex = 500;
this.svgImageBox9.Text = "svgImageBox9";
//
// lb_Title
//
this.lb_Title.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(92)))), ((int)(((byte)(123)))));
this.lb_Title.Font = new System.Drawing.Font("Roboto", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lb_Title.ForeColor = System.Drawing.Color.White;
this.lb_Title.Location = new System.Drawing.Point(32, 4);
this.lb_Title.Name = "lb_Title";
this.lb_Title.Size = new System.Drawing.Size(248, 16);
this.lb_Title.TabIndex = 0;
this.lb_Title.Text = "Ttile name";
this.lb_Title.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// svgImageBox1
//
this.svgImageBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.svgImageBox1.Location = new System.Drawing.Point(0, 0);
this.svgImageBox1.Name = "svgImageBox1";
this.svgImageBox1.Size = new System.Drawing.Size(300, 26);
this.svgImageBox1.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Stretch;
this.svgImageBox1.SvgImage = global::SA_LTT_UI.Properties.Resources.GroubboxHeader_Background2;
this.svgImageBox1.TabIndex = 0;
this.svgImageBox1.Text = "svgImageBox1";
//
// svgImageBox2
//
this.svgImageBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.svgImageBox2.Location = new System.Drawing.Point(0, 0);
this.svgImageBox2.Name = "svgImageBox2";
this.svgImageBox2.Size = new System.Drawing.Size(300, 250);
this.svgImageBox2.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Stretch;
this.svgImageBox2.SvgImage = global::SA_LTT_UI.Properties.Resources.GroupBox_Background2;
this.svgImageBox2.TabIndex = 501;
this.svgImageBox2.Text = "svgImageBox2";
//
// TitleBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.pnl_WorkingArea);
this.Name = "TitleBox";
this.Size = new System.Drawing.Size(300, 250);
this.Load += new System.EventHandler(this.TitleBox_Load);
this.pnl_WorkingArea.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.svgImageBox9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.svgImageBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.svgImageBox2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lb_Title;
private System.Windows.Forms.Panel pnl_WorkingArea;
private DevExpress.XtraEditors.SvgImageBox svgImageBox9;
private DevExpress.XtraEditors.SvgImageBox svgImageBox2;
private DevExpress.XtraEditors.SvgImageBox svgImageBox1;
}
}