천호석
2022-06-17 4de9ea98e13449174aa2cd09c8351fc0e978f44a
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
namespace SHARP_CLAS_UI
{
    partial class uc_TacttimeTable
    {
        /// <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.lb_Name = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.lb_Tact = new System.Windows.Forms.Label();
            this.lb_Step = new System.Windows.Forms.Label();
            this.lb_Id = new System.Windows.Forms.Label();
            this.lb_Work = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // lb_Name
            // 
            this.lb_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_Name.Dock = System.Windows.Forms.DockStyle.Top;
            this.lb_Name.Font = new System.Drawing.Font("Gulim", 10F);
            this.lb_Name.Location = new System.Drawing.Point(0, 0);
            this.lb_Name.Name = "lb_Name";
            this.lb_Name.Size = new System.Drawing.Size(143, 26);
            this.lb_Name.TabIndex = 0;
            this.lb_Name.Text = "Location Name";
            this.lb_Name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lb_Name.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lb_Name_MouseDoubleClick);
            // 
            // label1
            // 
            this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label1.Location = new System.Drawing.Point(3, 33);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(43, 19);
            this.label1.TabIndex = 1;
            this.label1.Text = "Work";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label2
            // 
            this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label2.Location = new System.Drawing.Point(3, 59);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(43, 19);
            this.label2.TabIndex = 2;
            this.label2.Text = "ID";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label3
            // 
            this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label3.Location = new System.Drawing.Point(3, 85);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(43, 19);
            this.label3.TabIndex = 3;
            this.label3.Text = "Step";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label4
            // 
            this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label4.Location = new System.Drawing.Point(3, 111);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(43, 19);
            this.label4.TabIndex = 4;
            this.label4.Text = "Tact";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_Tact
            // 
            this.lb_Tact.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_Tact.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_Tact.Font = new System.Drawing.Font("Gulim", 7F);
            this.lb_Tact.Location = new System.Drawing.Point(52, 111);
            this.lb_Tact.Name = "lb_Tact";
            this.lb_Tact.Size = new System.Drawing.Size(89, 19);
            this.lb_Tact.TabIndex = 8;
            this.lb_Tact.Text = "Tact";
            this.lb_Tact.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_Step
            // 
            this.lb_Step.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_Step.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_Step.Font = new System.Drawing.Font("Gulim", 7F);
            this.lb_Step.Location = new System.Drawing.Point(52, 85);
            this.lb_Step.Name = "lb_Step";
            this.lb_Step.Size = new System.Drawing.Size(89, 19);
            this.lb_Step.TabIndex = 7;
            this.lb_Step.Text = "Step";
            this.lb_Step.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_Id
            // 
            this.lb_Id.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_Id.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_Id.Font = new System.Drawing.Font("Gulim", 7F);
            this.lb_Id.Location = new System.Drawing.Point(52, 59);
            this.lb_Id.Name = "lb_Id";
            this.lb_Id.Size = new System.Drawing.Size(89, 19);
            this.lb_Id.TabIndex = 6;
            this.lb_Id.Text = "ID";
            this.lb_Id.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_Work
            // 
            this.lb_Work.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_Work.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lb_Work.Font = new System.Drawing.Font("Gulim", 7F);
            this.lb_Work.Location = new System.Drawing.Point(52, 33);
            this.lb_Work.Name = "lb_Work";
            this.lb_Work.Size = new System.Drawing.Size(89, 19);
            this.lb_Work.TabIndex = 5;
            this.lb_Work.Text = "Work";
            this.lb_Work.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // uc_TacttimeTable
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Controls.Add(this.lb_Tact);
            this.Controls.Add(this.lb_Step);
            this.Controls.Add(this.lb_Id);
            this.Controls.Add(this.lb_Work);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.lb_Name);
            this.Name = "uc_TacttimeTable";
            this.Size = new System.Drawing.Size(143, 137);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.Label lb_Name;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label lb_Tact;
        private System.Windows.Forms.Label lb_Step;
        private System.Windows.Forms.Label lb_Id;
        private System.Windows.Forms.Label lb_Work;
    }
}