namespace Project.Dialog { partial class fSelectJob { /// /// 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(fSelectJob)); this.panTitleBar = new System.Windows.Forms.Panel(); this.lbTitle = new arCtl.arLabel(); this.panel2 = new System.Windows.Forms.Panel(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.btRe = new arCtl.arLabel(); this.bt13 = new arCtl.arLabel(); this.bt31 = new arCtl.arLabel(); this.bt33 = new arCtl.arLabel(); this.bt61 = new arCtl.arLabel(); this.btManual = new arCtl.arLabel(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.chkQtyM = new System.Windows.Forms.CheckBox(); this.chkVname = new System.Windows.Forms.CheckBox(); this.chkAutoConfirm = new System.Windows.Forms.CheckBox(); this.chkNew = new System.Windows.Forms.CheckBox(); this.chkUpdatePart = new System.Windows.Forms.CheckBox(); this.chkQty1 = new System.Windows.Forms.CheckBox(); this.chkconfirm1 = new System.Windows.Forms.CheckBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.btOK = new arCtl.arLabel(); this.btCancle = new arCtl.arLabel(); this.cmbCustomer = new System.Windows.Forms.ComboBox(); this.panel1 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.panTitleBar.SuspendLayout(); this.panel2.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.SuspendLayout(); // // panTitleBar // this.panTitleBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); this.panTitleBar.Controls.Add(this.lbTitle); this.panTitleBar.Dock = System.Windows.Forms.DockStyle.Top; this.panTitleBar.Location = new System.Drawing.Point(10, 10); this.panTitleBar.Name = "panTitleBar"; this.panTitleBar.Size = new System.Drawing.Size(878, 32); this.panTitleBar.TabIndex = 134; // // lbTitle // this.lbTitle.BackColor = System.Drawing.Color.Transparent; this.lbTitle.BackColor2 = System.Drawing.Color.Transparent; this.lbTitle.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.lbTitle.BorderColor = System.Drawing.Color.Red; this.lbTitle.BorderColorOver = System.Drawing.Color.Red; this.lbTitle.BorderSize = new System.Windows.Forms.Padding(0); this.lbTitle.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.lbTitle.Cursor = System.Windows.Forms.Cursors.Arrow; this.lbTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.lbTitle.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lbTitle.ForeColor = System.Drawing.Color.LightSkyBlue; this.lbTitle.GradientEnable = true; this.lbTitle.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.lbTitle.GradientRepeatBG = false; this.lbTitle.isButton = false; this.lbTitle.Location = new System.Drawing.Point(0, 0); this.lbTitle.MouseDownColor = System.Drawing.Color.Yellow; this.lbTitle.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.lbTitle.msg = null; this.lbTitle.Name = "lbTitle"; this.lbTitle.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.lbTitle.ProgressBorderColor = System.Drawing.Color.Black; this.lbTitle.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.lbTitle.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.lbTitle.ProgressEnable = false; this.lbTitle.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.lbTitle.ProgressForeColor = System.Drawing.Color.Black; this.lbTitle.ProgressMax = 100F; this.lbTitle.ProgressMin = 0F; this.lbTitle.ProgressPadding = new System.Windows.Forms.Padding(0); this.lbTitle.ProgressValue = 0F; this.lbTitle.ShadowColor = System.Drawing.Color.WhiteSmoke; this.lbTitle.Sign = ""; this.lbTitle.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.lbTitle.SignColor = System.Drawing.Color.Yellow; this.lbTitle.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.lbTitle.Size = new System.Drawing.Size(878, 32); this.lbTitle.TabIndex = 60; this.lbTitle.Text = "작업 방식을 선택 하세요!"; this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lbTitle.TextShadow = false; this.lbTitle.TextVisible = true; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.panel2.Controls.Add(this.groupBox1); this.panel2.Controls.Add(this.panel3); this.panel2.Controls.Add(this.tableLayoutPanel4); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.tableLayoutPanel3); this.panel2.Controls.Add(this.panel1); this.panel2.Controls.Add(this.cmbCustomer); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(10, 42); this.panel2.Name = "panel2"; this.panel2.Padding = new System.Windows.Forms.Padding(9, 5, 9, 7); this.panel2.Size = new System.Drawing.Size(878, 751); this.panel2.TabIndex = 136; // // tableLayoutPanel4 // this.tableLayoutPanel4.ColumnCount = 3; this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel4.Controls.Add(this.btRe, 2, 0); this.tableLayoutPanel4.Controls.Add(this.bt13, 0, 0); this.tableLayoutPanel4.Controls.Add(this.bt31, 0, 1); this.tableLayoutPanel4.Controls.Add(this.bt33, 1, 0); this.tableLayoutPanel4.Controls.Add(this.bt61, 1, 1); this.tableLayoutPanel4.Controls.Add(this.btManual, 2, 1); this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanel4.Location = new System.Drawing.Point(9, 60); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 2; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(860, 412); this.tableLayoutPanel4.TabIndex = 22; // // btRe // this.btRe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btRe.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); this.btRe.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.btRe.BorderColor = System.Drawing.Color.Gray; this.btRe.BorderColorOver = System.Drawing.Color.Gray; this.btRe.BorderSize = new System.Windows.Forms.Padding(5); this.btRe.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.btRe.Cursor = System.Windows.Forms.Cursors.Hand; this.btRe.Dock = System.Windows.Forms.DockStyle.Fill; this.btRe.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btRe.ForeColor = System.Drawing.Color.White; this.btRe.GradientEnable = true; this.btRe.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.btRe.GradientRepeatBG = false; this.btRe.isButton = true; this.btRe.Location = new System.Drawing.Point(575, 3); this.btRe.MouseDownColor = System.Drawing.Color.Yellow; this.btRe.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btRe.msg = null; this.btRe.Name = "btRe"; this.btRe.ProgressBorderColor = System.Drawing.Color.Black; this.btRe.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.btRe.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.btRe.ProgressEnable = false; this.btRe.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.btRe.ProgressForeColor = System.Drawing.Color.Black; this.btRe.ProgressMax = 100F; this.btRe.ProgressMin = 0F; this.btRe.ProgressPadding = new System.Windows.Forms.Padding(0); this.btRe.ProgressValue = 0F; this.btRe.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.btRe.Sign = ""; this.btRe.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.btRe.SignColor = System.Drawing.Color.Yellow; this.btRe.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.btRe.Size = new System.Drawing.Size(282, 200); this.btRe.TabIndex = 1; this.btRe.Tag = "RE"; this.btRe.Text = "RE.PRINT"; this.btRe.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btRe.TextShadow = true; this.btRe.TextVisible = true; this.btRe.Click += new System.EventHandler(this.btMix_Click); // // bt13 // this.bt13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.bt13.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); this.bt13.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.bt13.BorderColor = System.Drawing.Color.Gray; this.bt13.BorderColorOver = System.Drawing.Color.Gray; this.bt13.BorderSize = new System.Windows.Forms.Padding(5); this.bt13.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.bt13.Cursor = System.Windows.Forms.Cursors.Hand; this.bt13.Dock = System.Windows.Forms.DockStyle.Fill; this.bt13.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.bt13.ForeColor = System.Drawing.Color.White; this.bt13.GradientEnable = true; this.bt13.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.bt13.GradientRepeatBG = false; this.bt13.isButton = true; this.bt13.Location = new System.Drawing.Point(3, 3); this.bt13.MouseDownColor = System.Drawing.Color.Yellow; this.bt13.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.bt13.msg = new string[] { "101 ", "TO", "103"}; this.bt13.Name = "bt13"; this.bt13.ProgressBorderColor = System.Drawing.Color.Black; this.bt13.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.bt13.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.bt13.ProgressEnable = false; this.bt13.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.bt13.ProgressForeColor = System.Drawing.Color.Black; this.bt13.ProgressMax = 100F; this.bt13.ProgressMin = 0F; this.bt13.ProgressPadding = new System.Windows.Forms.Padding(0); this.bt13.ProgressValue = 0F; this.bt13.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.bt13.Sign = ""; this.bt13.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.bt13.SignColor = System.Drawing.Color.Yellow; this.bt13.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.bt13.Size = new System.Drawing.Size(280, 200); this.bt13.TabIndex = 1; this.bt13.Tag = "13"; this.bt13.Text = "SID변환"; this.bt13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.bt13.TextShadow = true; this.bt13.TextVisible = true; this.bt13.Click += new System.EventHandler(this.btMix_Click); // // bt31 // this.bt31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.bt31.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); this.bt31.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.bt31.BorderColor = System.Drawing.Color.Gray; this.bt31.BorderColorOver = System.Drawing.Color.Gray; this.bt31.BorderSize = new System.Windows.Forms.Padding(5); this.bt31.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.bt31.Cursor = System.Windows.Forms.Cursors.Hand; this.bt31.Dock = System.Windows.Forms.DockStyle.Fill; this.bt31.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.bt31.ForeColor = System.Drawing.Color.White; this.bt31.GradientEnable = true; this.bt31.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.bt31.GradientRepeatBG = false; this.bt31.isButton = true; this.bt31.Location = new System.Drawing.Point(3, 209); this.bt31.MouseDownColor = System.Drawing.Color.Yellow; this.bt31.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.bt31.msg = null; this.bt31.Name = "bt31"; this.bt31.ProgressBorderColor = System.Drawing.Color.Black; this.bt31.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.bt31.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.bt31.ProgressEnable = false; this.bt31.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.bt31.ProgressForeColor = System.Drawing.Color.Black; this.bt31.ProgressMax = 100F; this.bt31.ProgressMin = 0F; this.bt31.ProgressPadding = new System.Windows.Forms.Padding(0); this.bt31.ProgressValue = 0F; this.bt31.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.bt31.Sign = ""; this.bt31.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.bt31.SignColor = System.Drawing.Color.Yellow; this.bt31.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.bt31.Size = new System.Drawing.Size(280, 200); this.bt31.TabIndex = 1; this.bt31.Tag = "--"; this.bt31.Text = "--"; this.bt31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.bt31.TextShadow = true; this.bt31.TextVisible = true; this.bt31.Click += new System.EventHandler(this.btMix_Click); // // bt33 // this.bt33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.bt33.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); this.bt33.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.bt33.BorderColor = System.Drawing.Color.Gray; this.bt33.BorderColorOver = System.Drawing.Color.Gray; this.bt33.BorderSize = new System.Windows.Forms.Padding(5); this.bt33.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.bt33.Cursor = System.Windows.Forms.Cursors.Hand; this.bt33.Dock = System.Windows.Forms.DockStyle.Fill; this.bt33.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.bt33.ForeColor = System.Drawing.Color.White; this.bt33.GradientEnable = true; this.bt33.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.bt33.GradientRepeatBG = false; this.bt33.isButton = true; this.bt33.Location = new System.Drawing.Point(289, 3); this.bt33.MouseDownColor = System.Drawing.Color.Yellow; this.bt33.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.bt33.msg = new string[] { "101 ", "TO", "103"}; this.bt33.Name = "bt33"; this.bt33.ProgressBorderColor = System.Drawing.Color.Black; this.bt33.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.bt33.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.bt33.ProgressEnable = false; this.bt33.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.bt33.ProgressForeColor = System.Drawing.Color.Black; this.bt33.ProgressMax = 100F; this.bt33.ProgressMin = 0F; this.bt33.ProgressPadding = new System.Windows.Forms.Padding(0); this.bt33.ProgressValue = 0F; this.bt33.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.bt33.Sign = ""; this.bt33.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.bt33.SignColor = System.Drawing.Color.Yellow; this.bt33.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.bt33.Size = new System.Drawing.Size(280, 200); this.bt33.TabIndex = 1; this.bt33.Tag = "DRY"; this.bt33.Text = "DRY-RUN"; this.bt33.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.bt33.TextShadow = true; this.bt33.TextVisible = true; this.bt33.Click += new System.EventHandler(this.btMix_Click); // // bt61 // this.bt61.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.bt61.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); this.bt61.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.bt61.BorderColor = System.Drawing.Color.Gray; this.bt61.BorderColorOver = System.Drawing.Color.Gray; this.bt61.BorderSize = new System.Windows.Forms.Padding(5); this.bt61.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.bt61.Cursor = System.Windows.Forms.Cursors.Hand; this.bt61.Dock = System.Windows.Forms.DockStyle.Fill; this.bt61.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.bt61.ForeColor = System.Drawing.Color.White; this.bt61.GradientEnable = true; this.bt61.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.bt61.GradientRepeatBG = false; this.bt61.isButton = true; this.bt61.Location = new System.Drawing.Point(289, 209); this.bt61.MouseDownColor = System.Drawing.Color.Yellow; this.bt61.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.bt61.msg = new string[] { "101 ", "TO", "103"}; this.bt61.Name = "bt61"; this.bt61.ProgressBorderColor = System.Drawing.Color.Black; this.bt61.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.bt61.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.bt61.ProgressEnable = false; this.bt61.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.bt61.ProgressForeColor = System.Drawing.Color.Black; this.bt61.ProgressMax = 100F; this.bt61.ProgressMin = 0F; this.bt61.ProgressPadding = new System.Windows.Forms.Padding(0); this.bt61.ProgressValue = 0F; this.bt61.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.bt61.Sign = ""; this.bt61.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.bt61.SignColor = System.Drawing.Color.Yellow; this.bt61.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.bt61.Size = new System.Drawing.Size(280, 200); this.bt61.TabIndex = 1; this.bt61.Tag = "--"; this.bt61.Text = "--"; this.bt61.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.bt61.TextShadow = true; this.bt61.TextVisible = true; this.bt61.Click += new System.EventHandler(this.btMix_Click); // // btManual // this.btManual.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btManual.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); this.btManual.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.btManual.BorderColor = System.Drawing.Color.Gray; this.btManual.BorderColorOver = System.Drawing.Color.Gray; this.btManual.BorderSize = new System.Windows.Forms.Padding(5); this.btManual.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.btManual.Cursor = System.Windows.Forms.Cursors.Hand; this.btManual.Dock = System.Windows.Forms.DockStyle.Fill; this.btManual.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btManual.ForeColor = System.Drawing.Color.White; this.btManual.GradientEnable = true; this.btManual.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.btManual.GradientRepeatBG = false; this.btManual.isButton = true; this.btManual.Location = new System.Drawing.Point(575, 209); this.btManual.MouseDownColor = System.Drawing.Color.Yellow; this.btManual.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btManual.msg = null; this.btManual.Name = "btManual"; this.btManual.ProgressBorderColor = System.Drawing.Color.Black; this.btManual.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.btManual.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.btManual.ProgressEnable = false; this.btManual.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.btManual.ProgressForeColor = System.Drawing.Color.Black; this.btManual.ProgressMax = 100F; this.btManual.ProgressMin = 0F; this.btManual.ProgressPadding = new System.Windows.Forms.Padding(0); this.btManual.ProgressValue = 0F; this.btManual.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.btManual.Sign = ""; this.btManual.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.btManual.SignColor = System.Drawing.Color.Yellow; this.btManual.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.btManual.Size = new System.Drawing.Size(282, 200); this.btManual.TabIndex = 1; this.btManual.Tag = "M"; this.btManual.Text = "MANUAL"; this.btManual.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btManual.TextShadow = true; this.btManual.TextVisible = true; this.btManual.Click += new System.EventHandler(this.btMix_Click); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("맑은 고딕", 10F); this.label1.ForeColor = System.Drawing.Color.Orange; this.label1.Location = new System.Drawing.Point(12, 618); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(491, 19); this.label1.TabIndex = 21; this.label1.Text = "SID가 확인되지 않거나 1D로 만 이뤄진 라벨은 사용자 확인창이 표시 됩니다"; // // groupBox1 // this.groupBox1.Controls.Add(this.chkQtyM); this.groupBox1.Controls.Add(this.chkVname); this.groupBox1.Controls.Add(this.chkAutoConfirm); this.groupBox1.Controls.Add(this.chkNew); this.groupBox1.Controls.Add(this.chkUpdatePart); this.groupBox1.Controls.Add(this.chkQty1); this.groupBox1.Controls.Add(this.chkconfirm1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.groupBox1.ForeColor = System.Drawing.Color.WhiteSmoke; this.groupBox1.Location = new System.Drawing.Point(9, 482); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(860, 128); this.groupBox1.TabIndex = 20; this.groupBox1.TabStop = false; this.groupBox1.Text = "옵션"; // // chkQtyM // this.chkQtyM.AutoSize = true; this.chkQtyM.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.chkQtyM.ForeColor = System.Drawing.Color.White; this.chkQtyM.Location = new System.Drawing.Point(375, 89); this.chkQtyM.Name = "chkQtyM"; this.chkQtyM.Size = new System.Drawing.Size(157, 24); this.chkQtyM.TabIndex = 27; this.chkQtyM.Text = "수량입력(+Return)"; this.chkQtyM.UseVisualStyleBackColor = true; // // chkVname // this.chkVname.AutoSize = true; this.chkVname.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.chkVname.ForeColor = System.Drawing.Color.White; this.chkVname.Location = new System.Drawing.Point(375, 56); this.chkVname.Name = "chkVname"; this.chkVname.Size = new System.Drawing.Size(160, 24); this.chkVname.TabIndex = 26; this.chkVname.Text = "Vender Name 사용"; this.chkVname.UseVisualStyleBackColor = true; // // chkAutoConfirm // this.chkAutoConfirm.AutoSize = true; this.chkAutoConfirm.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.chkAutoConfirm.ForeColor = System.Drawing.Color.White; this.chkAutoConfirm.Location = new System.Drawing.Point(17, 89); this.chkAutoConfirm.Name = "chkAutoConfirm"; this.chkAutoConfirm.Size = new System.Drawing.Size(93, 24); this.chkAutoConfirm.TabIndex = 25; this.chkAutoConfirm.Text = "자동 확정"; this.chkAutoConfirm.UseVisualStyleBackColor = true; // // chkNew // this.chkNew.AutoSize = true; this.chkNew.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.chkNew.ForeColor = System.Drawing.Color.White; this.chkNew.Location = new System.Drawing.Point(375, 26); this.chkNew.Name = "chkNew"; this.chkNew.Size = new System.Drawing.Size(149, 24); this.chkNew.TabIndex = 24; this.chkNew.Text = "신규 Reel ID 부여"; this.chkNew.UseVisualStyleBackColor = true; // // chkUpdatePart // this.chkUpdatePart.AutoSize = true; this.chkUpdatePart.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.chkUpdatePart.ForeColor = System.Drawing.Color.White; this.chkUpdatePart.Location = new System.Drawing.Point(17, 56); this.chkUpdatePart.Name = "chkUpdatePart"; this.chkUpdatePart.Size = new System.Drawing.Size(342, 24); this.chkUpdatePart.TabIndex = 23; this.chkUpdatePart.Text = "서버에서 PartNo 를 업데이트 합니다(SID기준)"; this.chkUpdatePart.UseVisualStyleBackColor = true; // // chkQty1 // this.chkQty1.AutoSize = true; this.chkQty1.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.chkQty1.ForeColor = System.Drawing.Color.White; this.chkQty1.Location = new System.Drawing.Point(17, 29); this.chkQty1.Name = "chkQty1"; this.chkQty1.Size = new System.Drawing.Size(128, 24); this.chkQty1.TabIndex = 13; this.chkQty1.Text = "서버 수량 적용"; this.chkQty1.UseVisualStyleBackColor = true; // // chkconfirm1 // this.chkconfirm1.AutoSize = true; this.chkconfirm1.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.chkconfirm1.ForeColor = System.Drawing.Color.White; this.chkconfirm1.Location = new System.Drawing.Point(184, 26); this.chkconfirm1.Name = "chkconfirm1"; this.chkconfirm1.Size = new System.Drawing.Size(143, 24); this.chkconfirm1.TabIndex = 13; this.chkconfirm1.Text = "최종 사용자 확인"; this.chkconfirm1.UseVisualStyleBackColor = true; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Controls.Add(this.btOK, 1, 0); this.tableLayoutPanel3.Controls.Add(this.btCancle, 0, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.tableLayoutPanel3.Location = new System.Drawing.Point(9, 643); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(860, 101); this.tableLayoutPanel3.TabIndex = 12; // // btOK // this.btOK.BackColor = System.Drawing.Color.Green; this.btOK.BackColor2 = System.Drawing.Color.Lime; this.btOK.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.btOK.BorderColor = System.Drawing.Color.Gray; this.btOK.BorderColorOver = System.Drawing.Color.Gray; this.btOK.BorderSize = new System.Windows.Forms.Padding(5); this.btOK.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.btOK.Cursor = System.Windows.Forms.Cursors.Hand; this.btOK.Dock = System.Windows.Forms.DockStyle.Fill; this.btOK.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btOK.ForeColor = System.Drawing.Color.White; this.btOK.GradientEnable = true; this.btOK.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.btOK.GradientRepeatBG = false; this.btOK.isButton = true; this.btOK.Location = new System.Drawing.Point(433, 3); this.btOK.MouseDownColor = System.Drawing.Color.Yellow; this.btOK.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btOK.msg = null; this.btOK.Name = "btOK"; this.btOK.ProgressBorderColor = System.Drawing.Color.Black; this.btOK.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.btOK.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.btOK.ProgressEnable = false; this.btOK.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.btOK.ProgressForeColor = System.Drawing.Color.Black; this.btOK.ProgressMax = 100F; this.btOK.ProgressMin = 0F; this.btOK.ProgressPadding = new System.Windows.Forms.Padding(0); this.btOK.ProgressValue = 0F; this.btOK.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.btOK.Sign = ""; this.btOK.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.btOK.SignColor = System.Drawing.Color.Yellow; this.btOK.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.btOK.Size = new System.Drawing.Size(424, 95); this.btOK.TabIndex = 1; this.btOK.Text = "시작"; this.btOK.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btOK.TextShadow = true; this.btOK.TextVisible = true; this.btOK.Click += new System.EventHandler(this.btOK_Click); // // btCancle // this.btCancle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50))))); this.btCancle.BackColor2 = System.Drawing.Color.Gray; this.btCancle.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.btCancle.BorderColor = System.Drawing.Color.Gray; this.btCancle.BorderColorOver = System.Drawing.Color.Gray; this.btCancle.BorderSize = new System.Windows.Forms.Padding(5); this.btCancle.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.btCancle.Cursor = System.Windows.Forms.Cursors.Hand; this.btCancle.Dock = System.Windows.Forms.DockStyle.Fill; this.btCancle.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold); this.btCancle.ForeColor = System.Drawing.Color.White; this.btCancle.GradientEnable = true; this.btCancle.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.btCancle.GradientRepeatBG = false; this.btCancle.isButton = true; this.btCancle.Location = new System.Drawing.Point(3, 3); this.btCancle.MouseDownColor = System.Drawing.Color.Yellow; this.btCancle.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btCancle.msg = null; this.btCancle.Name = "btCancle"; this.btCancle.ProgressBorderColor = System.Drawing.Color.Black; this.btCancle.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.btCancle.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.btCancle.ProgressEnable = false; this.btCancle.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.btCancle.ProgressForeColor = System.Drawing.Color.Black; this.btCancle.ProgressMax = 100F; this.btCancle.ProgressMin = 0F; this.btCancle.ProgressPadding = new System.Windows.Forms.Padding(0); this.btCancle.ProgressValue = 0F; this.btCancle.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.btCancle.Sign = ""; this.btCancle.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.btCancle.SignColor = System.Drawing.Color.Yellow; this.btCancle.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.btCancle.Size = new System.Drawing.Size(424, 95); this.btCancle.TabIndex = 0; this.btCancle.Text = "취소"; this.btCancle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btCancle.TextShadow = true; this.btCancle.TextVisible = true; this.btCancle.Click += new System.EventHandler(this.btCancle_Click); // // cmbCustomer // this.cmbCustomer.Dock = System.Windows.Forms.DockStyle.Top; this.cmbCustomer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbCustomer.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.cmbCustomer.FormattingEnabled = true; this.cmbCustomer.Location = new System.Drawing.Point(9, 5); this.cmbCustomer.Name = "cmbCustomer"; this.cmbCustomer.Size = new System.Drawing.Size(860, 45); this.cmbCustomer.TabIndex = 23; // // panel1 // this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(9, 50); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(860, 10); this.panel1.TabIndex = 24; // // panel3 // this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(9, 472); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(860, 10); this.panel3.TabIndex = 25; // // fSelectJob // 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(898, 803); this.Controls.Add(this.panel2); this.Controls.Add(this.panTitleBar); this.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; 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 = "fSelectJob"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "수동조작"; this.TopMost = true; this.Load += new System.EventHandler(this.@__LoaD); this.panTitleBar.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.tableLayoutPanel4.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.tableLayoutPanel3.ResumeLayout(false); this.ResumeLayout(false); } #endregion public System.Windows.Forms.Panel panTitleBar; private arCtl.arLabel lbTitle; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private arCtl.arLabel btOK; private arCtl.arLabel btCancle; private System.Windows.Forms.CheckBox chkconfirm1; private System.Windows.Forms.CheckBox chkQty1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private arCtl.arLabel bt13; private arCtl.arLabel bt31; private arCtl.arLabel btRe; private arCtl.arLabel bt33; private arCtl.arLabel bt61; private arCtl.arLabel btManual; private System.Windows.Forms.CheckBox chkUpdatePart; private System.Windows.Forms.CheckBox chkNew; private System.Windows.Forms.CheckBox chkAutoConfirm; private System.Windows.Forms.CheckBox chkVname; private System.Windows.Forms.CheckBox chkQtyM; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ComboBox cmbCustomer; } }