김세진
2023-05-24 96dcdafebaeaafbe7fcc4aa678b9ebe0c1138239
SA_LTT_UI/SA_LTT_UI/UserControls/TitleBox.Designer.cs
»õ ÆÄÀÏ
@@ -0,0 +1,124 @@
namespace SA_LTT_UI.UserControls
{
    partial class TitleBox
    {
        /// <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.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;
    }
}