From 671ffb1ac11f0ea00524510af965550c3fbc40ad Mon Sep 17 00:00:00 2001
From: d23004 <kimseijin@diteam.co.kr>
Date: 수, 24 5월 2023 13:41:44 +0900
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 SA_LTT_UI/SA_LTT_UI/UserControls/TitleBox.Designer.cs |  124 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 124 insertions(+), 0 deletions(-)

diff --git a/SA_LTT_UI/SA_LTT_UI/UserControls/TitleBox.Designer.cs b/SA_LTT_UI/SA_LTT_UI/UserControls/TitleBox.Designer.cs
new file mode 100644
index 0000000..2e4c67d
--- /dev/null
+++ b/SA_LTT_UI/SA_LTT_UI/UserControls/TitleBox.Designer.cs
@@ -0,0 +1,124 @@
+癤퓆amespace 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;
+    }
+}

--
Gitblit v1.9.3