namespace Project.Dialog { partial class fFinishJob { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fFinishJob)); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.lbCntL = new System.Windows.Forms.Label(); this.lbCntR = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.lbSumQty = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label2.Location = new System.Drawing.Point(4, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(178, 84); this.label2.TabIndex = 1; this.label2.Text = "작업수량(L)"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label3.Location = new System.Drawing.Point(4, 117); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(178, 85); this.label3.TabIndex = 1; this.label3.Text = "작업수량(R)"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanel1 // this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 184F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55F)); this.tableLayoutPanel1.Controls.Add(this.label6, 1, 0); this.tableLayoutPanel1.Controls.Add(this.lbSumQty, 2, 1); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2); this.tableLayoutPanel1.Controls.Add(this.lbCntL, 1, 1); this.tableLayoutPanel1.Controls.Add(this.lbCntR, 1, 2); this.tableLayoutPanel1.Controls.Add(this.label7, 2, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(26, 135); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(638, 203); this.tableLayoutPanel1.TabIndex = 2; // // lbCntL // this.lbCntL.Dock = System.Windows.Forms.DockStyle.Fill; this.lbCntL.Font = new System.Drawing.Font("맑은 고딕", 40F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbCntL.Location = new System.Drawing.Point(189, 32); this.lbCntL.Name = "lbCntL"; this.lbCntL.Size = new System.Drawing.Size(196, 84); this.lbCntL.TabIndex = 1; this.lbCntL.Text = "000"; this.lbCntL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbCntR // this.lbCntR.Dock = System.Windows.Forms.DockStyle.Fill; this.lbCntR.Font = new System.Drawing.Font("맑은 고딕", 40F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbCntR.Location = new System.Drawing.Point(189, 117); this.lbCntR.Name = "lbCntR"; this.lbCntR.Size = new System.Drawing.Size(196, 85); this.lbCntR.TabIndex = 1; this.lbCntR.Text = "000"; this.lbCntR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // button1 // this.button1.BackColor = System.Drawing.Color.Gold; this.button1.Font = new System.Drawing.Font("맑은 고딕", 50F, System.Drawing.FontStyle.Bold); this.button1.Location = new System.Drawing.Point(26, 13); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(638, 105); this.button1.TabIndex = 3; this.button1.Text = "작업 완료"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(26, 350); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(50, 19); this.label1.TabIndex = 4; this.label1.Text = "label1"; // // lbSumQty // this.lbSumQty.Dock = System.Windows.Forms.DockStyle.Fill; this.lbSumQty.Font = new System.Drawing.Font("맑은 고딕", 40F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbSumQty.Location = new System.Drawing.Point(392, 32); this.lbSumQty.Name = "lbSumQty"; this.tableLayoutPanel1.SetRowSpan(this.lbSumQty, 2); this.lbSumQty.Size = new System.Drawing.Size(242, 170); this.lbSumQty.TabIndex = 5; this.lbSumQty.Text = "000"; this.lbSumQty.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label6 // this.label6.Dock = System.Windows.Forms.DockStyle.Fill; this.label6.Location = new System.Drawing.Point(189, 1); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(196, 30); this.label6.TabIndex = 5; this.label6.Text = "REEL"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label7 // this.label7.Dock = System.Windows.Forms.DockStyle.Fill; this.label7.Location = new System.Drawing.Point(392, 1); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(242, 30); this.label7.TabIndex = 5; this.label7.Text = "QTY"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // fFinishJob // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(678, 383); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Controls.Add(this.tableLayoutPanel1); this.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "fFinishJob"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "작업완료"; this.Load += new System.EventHandler(this.@__LoaD); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label lbCntL; private System.Windows.Forms.Label lbCntR; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lbSumQty; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; } }