Files
Groupware/SubProject/FCOMMON/fSFI.Designer.cs
2023-08-11 10:23:58 +09:00

519 lines
26 KiB
C#

namespace FCOMMON
{
partial class fSFI
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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.numericUpDown3 = 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.label12 = new System.Windows.Forms.Label();
this.numericUpDown10 = 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.numericUpDown4 = 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.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudOsavetime)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudMSaveCnt)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudMsavetime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).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.numericUpDown3);
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;
//
// numericUpDown3
//
this.numericUpDown3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.numericUpDown3.DecimalPlaces = 2;
this.numericUpDown3.Location = new System.Drawing.Point(233, 58);
this.numericUpDown3.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.numericUpDown3.Name = "numericUpDown3";
this.numericUpDown3.Size = new System.Drawing.Size(161, 43);
this.numericUpDown3.TabIndex = 5;
this.numericUpDown3.Tag = "o";
this.numericUpDown3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// 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.label12);
this.panel2.Controls.Add(this.numericUpDown10);
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.numericUpDown4);
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;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(597, 67);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(73, 37);
this.label12.TabIndex = 14;
this.label12.Text = "Shift";
//
// numericUpDown10
//
this.numericUpDown10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.numericUpDown10.Location = new System.Drawing.Point(529, 64);
this.numericUpDown10.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.numericUpDown10.Name = "numericUpDown10";
this.numericUpDown10.Size = new System.Drawing.Size(62, 43);
this.numericUpDown10.TabIndex = 13;
this.numericUpDown10.Tag = "m";
this.numericUpDown10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numericUpDown10.Value = new decimal(new int[] {
4,
0,
0,
0});
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(496, 67);
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(317, 64);
this.numericUpDown9.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.numericUpDown9.Name = "numericUpDown9";
this.numericUpDown9.Size = new System.Drawing.Size(165, 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.Location = new System.Drawing.Point(400, 14);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(194, 37);
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.Location = new System.Drawing.Point(8, 67);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(313, 37);
this.label13.TabIndex = 6;
this.label13.Text = "1 Shift 당 개선절감 횟수";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(6, 14);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(212, 37);
this.label9.TabIndex = 6;
this.label9.Text = "1회 당 절감시간";
//
// numericUpDown4
//
this.numericUpDown4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.numericUpDown4.DecimalPlaces = 2;
this.numericUpDown4.Location = new System.Drawing.Point(233, 169);
this.numericUpDown4.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.numericUpDown4.Name = "numericUpDown4";
this.numericUpDown4.Size = new System.Drawing.Size(429, 43);
this.numericUpDown4.TabIndex = 5;
this.numericUpDown4.Tag = "m";
this.numericUpDown4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// numericUpDown5
//
this.numericUpDown5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.numericUpDown5.Location = new System.Drawing.Point(466, 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.Location = new System.Drawing.Point(668, 123);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(44, 37);
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(122, 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.Location = new System.Drawing.Point(400, 123);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(64, 37);
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(6, 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, 487);
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);
//
// fSFI
//
this.AutoScaleDimensions = new System.Drawing.SizeF(15F, 37F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(774, 553);
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.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudOsavetime)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudMSaveCnt)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudMsavetime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).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 numericUpDown3;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.NumericUpDown numericUpDown4;
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.NumericUpDown numericUpDown10;
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;
}
}