namespace FCOMMON
{
    partial class fSFI
    {
        /// 
        /// 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()
        {
            this.radO = new System.Windows.Forms.RadioButton();
            this.radM = new System.Windows.Forms.RadioButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.nudSFIOffice = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
            this.nudOsavetime = new System.Windows.Forms.NumericUpDown();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.label17 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.nudShiftCnt = new System.Windows.Forms.NumericUpDown();
            this.label11 = new System.Windows.Forms.Label();
            this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
            this.nudMSaveCnt = new System.Windows.Forms.NumericUpDown();
            this.label10 = new System.Windows.Forms.Label();
            this.nudMsavetime = new System.Windows.Forms.NumericUpDown();
            this.label13 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.nudSFIMFG = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.label14 = new System.Windows.Forms.Label();
            this.nudCnt = new System.Windows.Forms.NumericUpDown();
            this.label18 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudSFIOffice)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudOsavetime)).BeginInit();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudShiftCnt)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudMSaveCnt)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudMsavetime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudSFIMFG)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudCnt)).BeginInit();
            this.SuspendLayout();
            // 
            // radO
            // 
            this.radO.AutoSize = true;
            this.radO.Checked = true;
            this.radO.Location = new System.Drawing.Point(21, 18);
            this.radO.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
            this.radO.Name = "radO";
            this.radO.Size = new System.Drawing.Size(347, 41);
            this.radO.TabIndex = 0;
            this.radO.TabStop = true;
            this.radO.Text = "Office 인원(PE, PCS, 물류)";
            this.radO.UseVisualStyleBackColor = true;
            this.radO.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // radM
            // 
            this.radM.AutoSize = true;
            this.radM.Location = new System.Drawing.Point(21, 200);
            this.radM.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
            this.radM.Name = "radM";
            this.radM.Size = new System.Drawing.Size(155, 41);
            this.radM.TabIndex = 0;
            this.radM.Text = "MFG 인원";
            this.radM.UseVisualStyleBackColor = true;
            this.radM.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.panel1.Controls.Add(this.nudSFIOffice);
            this.panel1.Controls.Add(this.numericUpDown2);
            this.panel1.Controls.Add(this.nudOsavetime);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Location = new System.Drawing.Point(43, 72);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(720, 115);
            this.panel1.TabIndex = 2;
            // 
            // nudSFIOffice
            // 
            this.nudSFIOffice.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.nudSFIOffice.DecimalPlaces = 2;
            this.nudSFIOffice.Location = new System.Drawing.Point(233, 58);
            this.nudSFIOffice.Maximum = new decimal(new int[] {
            999999999,
            0,
            0,
            0});
            this.nudSFIOffice.Name = "nudSFIOffice";
            this.nudSFIOffice.Size = new System.Drawing.Size(161, 43);
            this.nudSFIOffice.TabIndex = 5;
            this.nudSFIOffice.Tag = "o";
            this.nudSFIOffice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudSFIOffice.ValueChanged += new System.EventHandler(this.nudSIFOffice_ValueChanged);
            // 
            // numericUpDown2
            // 
            this.numericUpDown2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.numericUpDown2.Location = new System.Drawing.Point(466, 9);
            this.numericUpDown2.Maximum = new decimal(new int[] {
            999999999,
            0,
            0,
            0});
            this.numericUpDown2.Name = "numericUpDown2";
            this.numericUpDown2.Size = new System.Drawing.Size(196, 43);
            this.numericUpDown2.TabIndex = 4;
            this.numericUpDown2.Tag = "o";
            this.numericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.numericUpDown2.Value = new decimal(new int[] {
            480,
            0,
            0,
            0});
            // 
            // nudOsavetime
            // 
            this.nudOsavetime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.nudOsavetime.DecimalPlaces = 2;
            this.nudOsavetime.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.nudOsavetime.Location = new System.Drawing.Point(233, 9);
            this.nudOsavetime.Maximum = new decimal(new int[] {
            999999999,
            0,
            0,
            0});
            this.nudOsavetime.Name = "nudOsavetime";
            this.nudOsavetime.Size = new System.Drawing.Size(161, 43);
            this.nudOsavetime.TabIndex = 3;
            this.nudOsavetime.Tag = "o";
            this.nudOsavetime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudOsavetime.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(668, 12);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(44, 37);
            this.label3.TabIndex = 2;
            this.label3.Text = "분";
            this.label3.Click += new System.EventHandler(this.label1_Click);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(122, 61);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(105, 37);
            this.label4.TabIndex = 2;
            this.label4.Text = "(SFI) = ";
            this.label4.Click += new System.EventHandler(this.label1_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(400, 12);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(64, 37);
            this.label2.TabIndex = 2;
            this.label2.Text = "분 /";
            this.label2.Click += new System.EventHandler(this.label1_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(221, 37);
            this.label1.TabIndex = 2;
            this.label1.Text = "1일 총 절감 시간";
            this.label1.Click += new System.EventHandler(this.label1_Click);
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.panel2.Controls.Add(this.label19);
            this.panel2.Controls.Add(this.label18);
            this.panel2.Controls.Add(this.label17);
            this.panel2.Controls.Add(this.label12);
            this.panel2.Controls.Add(this.nudShiftCnt);
            this.panel2.Controls.Add(this.label11);
            this.panel2.Controls.Add(this.numericUpDown9);
            this.panel2.Controls.Add(this.nudMSaveCnt);
            this.panel2.Controls.Add(this.label10);
            this.panel2.Controls.Add(this.nudMsavetime);
            this.panel2.Controls.Add(this.label13);
            this.panel2.Controls.Add(this.label9);
            this.panel2.Controls.Add(this.nudSFIMFG);
            this.panel2.Controls.Add(this.numericUpDown5);
            this.panel2.Controls.Add(this.numericUpDown6);
            this.panel2.Controls.Add(this.label5);
            this.panel2.Controls.Add(this.label6);
            this.panel2.Controls.Add(this.label7);
            this.panel2.Controls.Add(this.label8);
            this.panel2.Enabled = false;
            this.panel2.Location = new System.Drawing.Point(43, 254);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(720, 223);
            this.panel2.TabIndex = 2;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label17.Location = new System.Drawing.Point(399, 76);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(26, 21);
            this.label17.TabIndex = 17;
            this.label17.Text = "분";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(523, 68);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(73, 37);
            this.label12.TabIndex = 14;
            this.label12.Text = "Shift";
            // 
            // nudShiftCnt
            // 
            this.nudShiftCnt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.nudShiftCnt.Location = new System.Drawing.Point(455, 65);
            this.nudShiftCnt.Maximum = new decimal(new int[] {
            999999999,
            0,
            0,
            0});
            this.nudShiftCnt.Name = "nudShiftCnt";
            this.nudShiftCnt.Size = new System.Drawing.Size(62, 43);
            this.nudShiftCnt.TabIndex = 13;
            this.nudShiftCnt.Tag = "m";
            this.nudShiftCnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudShiftCnt.Value = new decimal(new int[] {
            4,
            0,
            0,
            0});
            this.nudShiftCnt.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(424, 68);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(30, 37);
            this.label11.TabIndex = 12;
            this.label11.Text = "x";
            // 
            // numericUpDown9
            // 
            this.numericUpDown9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.numericUpDown9.DecimalPlaces = 2;
            this.numericUpDown9.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.numericUpDown9.Location = new System.Drawing.Point(233, 65);
            this.numericUpDown9.Maximum = new decimal(new int[] {
            999999999,
            0,
            0,
            0});
            this.numericUpDown9.Name = "numericUpDown9";
            this.numericUpDown9.Size = new System.Drawing.Size(161, 43);
            this.numericUpDown9.TabIndex = 11;
            this.numericUpDown9.Tag = "m";
            this.numericUpDown9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.numericUpDown9.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
            // 
            // nudMSaveCnt
            // 
            this.nudMSaveCnt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.nudMSaveCnt.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.nudMSaveCnt.Location = new System.Drawing.Point(600, 11);
            this.nudMSaveCnt.Maximum = new decimal(new int[] {
            999999999,
            0,
            0,
            0});
            this.nudMSaveCnt.Name = "nudMSaveCnt";
            this.nudMSaveCnt.Size = new System.Drawing.Size(112, 43);
            this.nudMSaveCnt.TabIndex = 9;
            this.nudMSaveCnt.Tag = "m";
            this.nudMSaveCnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudMSaveCnt.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label10.Location = new System.Drawing.Point(424, 16);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(170, 32);
            this.label10.TabIndex = 8;
            this.label10.Text = "x Shift 당 횟수";
            // 
            // nudMsavetime
            // 
            this.nudMsavetime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.nudMsavetime.DecimalPlaces = 2;
            this.nudMsavetime.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.nudMsavetime.Location = new System.Drawing.Point(233, 11);
            this.nudMsavetime.Maximum = new decimal(new int[] {
            999999999,
            0,
            0,
            0});
            this.nudMsavetime.Name = "nudMsavetime";
            this.nudMsavetime.Size = new System.Drawing.Size(161, 43);
            this.nudMsavetime.TabIndex = 7;
            this.nudMsavetime.Tag = "m";
            this.nudMsavetime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudMsavetime.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label13.Location = new System.Drawing.Point(9, 70);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(220, 32);
            this.label13.TabIndex = 6;
            this.label13.Text = "1 Shift 당 개선절감";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(17, 14);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(212, 37);
            this.label9.TabIndex = 6;
            this.label9.Text = "1회 당 절감시간";
            // 
            // nudSFIMFG
            // 
            this.nudSFIMFG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.nudSFIMFG.DecimalPlaces = 2;
            this.nudSFIMFG.Location = new System.Drawing.Point(233, 169);
            this.nudSFIMFG.Maximum = new decimal(new int[] {
            999999999,
            0,
            0,
            0});
            this.nudSFIMFG.Name = "nudSFIMFG";
            this.nudSFIMFG.Size = new System.Drawing.Size(161, 43);
            this.nudSFIMFG.TabIndex = 5;
            this.nudSFIMFG.Tag = "m";
            this.nudSFIMFG.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudSFIMFG.ValueChanged += new System.EventHandler(this.numericUpDown4_ValueChanged);
            // 
            // numericUpDown5
            // 
            this.numericUpDown5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.numericUpDown5.Location = new System.Drawing.Point(460, 120);
            this.numericUpDown5.Maximum = new decimal(new int[] {
            999999999,
            0,
            0,
            0});
            this.numericUpDown5.Name = "numericUpDown5";
            this.numericUpDown5.Size = new System.Drawing.Size(196, 43);
            this.numericUpDown5.TabIndex = 4;
            this.numericUpDown5.Tag = "m";
            this.numericUpDown5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.numericUpDown5.Value = new decimal(new int[] {
            420,
            0,
            0,
            0});
            // 
            // numericUpDown6
            // 
            this.numericUpDown6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.numericUpDown6.DecimalPlaces = 2;
            this.numericUpDown6.Location = new System.Drawing.Point(233, 120);
            this.numericUpDown6.Maximum = new decimal(new int[] {
            999999999,
            0,
            0,
            0});
            this.numericUpDown6.Name = "numericUpDown6";
            this.numericUpDown6.Size = new System.Drawing.Size(161, 43);
            this.numericUpDown6.TabIndex = 3;
            this.numericUpDown6.Tag = "m";
            this.numericUpDown6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.numericUpDown6.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label5.Location = new System.Drawing.Point(659, 139);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(26, 21);
            this.label5.TabIndex = 2;
            this.label5.Text = "분";
            this.label5.Click += new System.EventHandler(this.label1_Click);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(124, 172);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(105, 37);
            this.label6.TabIndex = 2;
            this.label6.Text = "(SFI) = ";
            this.label6.Click += new System.EventHandler(this.label1_Click);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label7.Location = new System.Drawing.Point(399, 139);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(26, 21);
            this.label7.TabIndex = 2;
            this.label7.Text = "분";
            this.label7.Click += new System.EventHandler(this.label1_Click);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(8, 123);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(221, 37);
            this.label8.TabIndex = 2;
            this.label8.Text = "1일 총 절감 시간";
            this.label8.Click += new System.EventHandler(this.label1_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(43, 483);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(720, 55);
            this.button1.TabIndex = 3;
            this.button1.Text = "확 인";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(510, 20);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(125, 37);
            this.label14.TabIndex = 8;
            this.label14.Text = "적용대수";
            // 
            // nudCnt
            // 
            this.nudCnt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.nudCnt.Location = new System.Drawing.Point(641, 16);
            this.nudCnt.Maximum = new decimal(new int[] {
            999999999,
            0,
            0,
            0});
            this.nudCnt.Name = "nudCnt";
            this.nudCnt.Size = new System.Drawing.Size(121, 43);
            this.nudCnt.TabIndex = 6;
            this.nudCnt.Tag = "";
            this.nudCnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudCnt.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudCnt.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label18.Location = new System.Drawing.Point(399, 28);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(26, 21);
            this.label18.TabIndex = 18;
            this.label18.Text = "분";
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(424, 125);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(28, 37);
            this.label19.TabIndex = 19;
            this.label19.Text = "/";
            // 
            // fSFI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(15F, 37F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(774, 545);
            this.Controls.Add(this.nudCnt);
            this.Controls.Add(this.label14);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.radM);
            this.Controls.Add(this.radO);
            this.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
            this.Name = "fSFI";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "fSFI";
            this.Load += new System.EventHandler(this.fSFI_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudSFIOffice)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudOsavetime)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudShiftCnt)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudMSaveCnt)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudMsavetime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudSFIMFG)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudCnt)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.NumericUpDown numericUpDown2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.NumericUpDown nudSFIOffice;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.NumericUpDown nudSFIMFG;
        private System.Windows.Forms.NumericUpDown numericUpDown5;
        private System.Windows.Forms.NumericUpDown numericUpDown6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.NumericUpDown numericUpDown9;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Button button1;
        public System.Windows.Forms.RadioButton radO;
        public System.Windows.Forms.RadioButton radM;
        public System.Windows.Forms.NumericUpDown nudOsavetime;
        public System.Windows.Forms.NumericUpDown nudMSaveCnt;
        public System.Windows.Forms.NumericUpDown nudMsavetime;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.NumericUpDown nudCnt;
        private System.Windows.Forms.Label label17;
        public System.Windows.Forms.NumericUpDown nudShiftCnt;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.Label label18;
    }
}