..
This commit is contained in:
441
SubProject/FCOMMON/fSFI.Designer.cs
generated
441
SubProject/FCOMMON/fSFI.Designer.cs
generated
@@ -29,17 +29,26 @@ namespace FCOMMON
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
||||
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
||||
this.radO = new System.Windows.Forms.RadioButton();
|
||||
this.radM = new System.Windows.Forms.RadioButton();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.nudOsavetime = new System.Windows.Forms.NumericUpDown();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
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.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
|
||||
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();
|
||||
@@ -47,55 +56,46 @@ namespace FCOMMON
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.nudMsavetime = new System.Windows.Forms.NumericUpDown();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.nudMSaveCnt = new System.Windows.Forms.NumericUpDown();
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
|
||||
this.numericUpDown10 = new System.Windows.Forms.NumericUpDown();
|
||||
this.label11 = new System.Windows.Forms.Label();
|
||||
this.label12 = new System.Windows.Forms.Label();
|
||||
this.label13 = new System.Windows.Forms.Label();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudOsavetime)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
||||
((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();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudMsavetime)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudMSaveCnt)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// radioButton1
|
||||
// radO
|
||||
//
|
||||
this.radioButton1.AutoSize = true;
|
||||
this.radioButton1.Checked = true;
|
||||
this.radioButton1.Location = new System.Drawing.Point(21, 18);
|
||||
this.radioButton1.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
|
||||
this.radioButton1.Name = "radioButton1";
|
||||
this.radioButton1.Size = new System.Drawing.Size(347, 41);
|
||||
this.radioButton1.TabIndex = 0;
|
||||
this.radioButton1.TabStop = true;
|
||||
this.radioButton1.Text = "Office 인원(PE, PCS, 물류)";
|
||||
this.radioButton1.UseVisualStyleBackColor = true;
|
||||
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
||||
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);
|
||||
//
|
||||
// radioButton2
|
||||
// radM
|
||||
//
|
||||
this.radioButton2.AutoSize = true;
|
||||
this.radioButton2.Location = new System.Drawing.Point(21, 200);
|
||||
this.radioButton2.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
|
||||
this.radioButton2.Name = "radioButton2";
|
||||
this.radioButton2.Size = new System.Drawing.Size(155, 41);
|
||||
this.radioButton2.TabIndex = 0;
|
||||
this.radioButton2.Text = "MFG 인원";
|
||||
this.radioButton2.UseVisualStyleBackColor = true;
|
||||
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
||||
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
|
||||
//
|
||||
@@ -112,43 +112,21 @@ namespace FCOMMON
|
||||
this.panel1.Size = new System.Drawing.Size(720, 115);
|
||||
this.panel1.TabIndex = 2;
|
||||
//
|
||||
// label1
|
||||
// numericUpDown3
|
||||
//
|
||||
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);
|
||||
//
|
||||
// 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[] {
|
||||
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.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);
|
||||
//
|
||||
// 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);
|
||||
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
|
||||
//
|
||||
@@ -170,6 +148,24 @@ namespace FCOMMON
|
||||
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;
|
||||
@@ -190,21 +186,25 @@ namespace FCOMMON
|
||||
this.label4.Text = "(SFI) = ";
|
||||
this.label4.Click += new System.EventHandler(this.label1_Click);
|
||||
//
|
||||
// numericUpDown3
|
||||
// label2
|
||||
//
|
||||
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;
|
||||
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
|
||||
//
|
||||
@@ -231,6 +231,124 @@ namespace FCOMMON
|
||||
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)))));
|
||||
@@ -324,124 +442,6 @@ namespace FCOMMON
|
||||
this.label8.Text = "1일 총 절감 시간";
|
||||
this.label8.Click += new System.EventHandler(this.label1_Click);
|
||||
//
|
||||
// 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);
|
||||
//
|
||||
// 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회 당 절감시간";
|
||||
//
|
||||
// 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 당 횟수";
|
||||
//
|
||||
// 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);
|
||||
//
|
||||
// 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";
|
||||
//
|
||||
// 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";
|
||||
//
|
||||
// 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 당 개선절감 횟수";
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(43, 487);
|
||||
@@ -460,8 +460,8 @@ namespace FCOMMON
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(this.panel2);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Controls.Add(this.radioButton2);
|
||||
this.Controls.Add(this.radioButton1);
|
||||
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";
|
||||
@@ -469,30 +469,26 @@ namespace FCOMMON
|
||||
this.Text = "fSFI";
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudOsavetime)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
||||
((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();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudMsavetime)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudMSaveCnt)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.RadioButton radioButton1;
|
||||
private System.Windows.Forms.RadioButton radioButton2;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.NumericUpDown nudOsavetime;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.NumericUpDown numericUpDown2;
|
||||
private System.Windows.Forms.Label label3;
|
||||
@@ -506,9 +502,7 @@ namespace FCOMMON
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.Label label8;
|
||||
private System.Windows.Forms.NumericUpDown nudMSaveCnt;
|
||||
private System.Windows.Forms.Label label10;
|
||||
private System.Windows.Forms.NumericUpDown nudMsavetime;
|
||||
private System.Windows.Forms.Label label9;
|
||||
private System.Windows.Forms.NumericUpDown numericUpDown9;
|
||||
private System.Windows.Forms.NumericUpDown numericUpDown10;
|
||||
@@ -516,5 +510,10 @@ namespace FCOMMON
|
||||
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;
|
||||
}
|
||||
}
|
||||
@@ -12,9 +12,21 @@ namespace FCOMMON
|
||||
{
|
||||
public partial class fSFI : Form
|
||||
{
|
||||
public fSFI()
|
||||
public fSFI(string sfi_type, float time, float cnt)
|
||||
{
|
||||
InitializeComponent();
|
||||
if (sfi_type == "M")
|
||||
{
|
||||
radM.Checked = true;
|
||||
nudMsavetime.Value = (decimal)time;
|
||||
}
|
||||
else
|
||||
{
|
||||
radO.Checked = true;
|
||||
nudOsavetime.Value= (decimal)time;
|
||||
}
|
||||
nudMSaveCnt.Value = (decimal)cnt;
|
||||
|
||||
}
|
||||
|
||||
private void label1_Click(object sender, EventArgs e)
|
||||
@@ -24,7 +36,7 @@ namespace FCOMMON
|
||||
|
||||
private void radioButton1_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
panel1.Enabled = radioButton1.Checked;
|
||||
panel1.Enabled = radO.Checked;
|
||||
panel2.Enabled = !panel1.Enabled;
|
||||
}
|
||||
|
||||
@@ -70,7 +82,7 @@ namespace FCOMMON
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Invalidate();
|
||||
if (radioButton1.Checked)
|
||||
if (radO.Checked)
|
||||
this.Value = (double)numericUpDown3.Value;
|
||||
else
|
||||
this.Value = (double)numericUpDown4.Value;
|
||||
|
||||
Reference in New Issue
Block a user