d23004
2023-05-24 fa87a558389d9d425f70afa1c8de54c69875ef2c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
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;
    }
}