namespace SHARP_CLAS_UI { partial class uc_TacttimeTable { /// /// 필수 디자이너 변수입니다. /// 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.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; } }