This commit is contained in:
chi
2024-01-29 15:26:42 +09:00
parent e9993009a0
commit ed37fd6c40
13 changed files with 750 additions and 525 deletions

View File

@@ -40,6 +40,10 @@ namespace FCOMMON
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label16 = new System.Windows.Forms.Label();
this.nudCSFIMFG = new System.Windows.Forms.NumericUpDown();
this.label15 = new System.Windows.Forms.Label();
this.nudMultiMFG = new System.Windows.Forms.NumericUpDown();
this.label19 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
@@ -62,15 +66,13 @@ namespace FCOMMON
this.button1 = new System.Windows.Forms.Button();
this.label14 = new System.Windows.Forms.Label();
this.nudCnt = new System.Windows.Forms.NumericUpDown();
this.nudMultiMFG = new System.Windows.Forms.NumericUpDown();
this.label15 = new System.Windows.Forms.Label();
this.nudCSFIMFG = new System.Windows.Forms.NumericUpDown();
this.label16 = 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.nudCSFIMFG)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudMultiMFG)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudShiftCnt)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudMSaveCnt)).BeginInit();
@@ -79,8 +81,6 @@ namespace FCOMMON
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCnt)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudMultiMFG)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCSFIMFG)).BeginInit();
this.SuspendLayout();
//
// radO
@@ -251,6 +251,61 @@ namespace FCOMMON
this.panel2.Size = new System.Drawing.Size(720, 269);
this.panel2.TabIndex = 2;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(96, 220);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(133, 37);
this.label16.TabIndex = 23;
this.label16.Text = "(C-SFI) = ";
//
// nudCSFIMFG
//
this.nudCSFIMFG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.nudCSFIMFG.DecimalPlaces = 2;
this.nudCSFIMFG.Location = new System.Drawing.Point(233, 218);
this.nudCSFIMFG.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.nudCSFIMFG.Name = "nudCSFIMFG";
this.nudCSFIMFG.Size = new System.Drawing.Size(281, 43);
this.nudCSFIMFG.TabIndex = 22;
this.nudCSFIMFG.Tag = "m";
this.nudCSFIMFG.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(395, 172);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(28, 37);
this.label15.TabIndex = 21;
this.label15.Text = "*";
//
// nudMultiMFG
//
this.nudMultiMFG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.nudMultiMFG.DecimalPlaces = 2;
this.nudMultiMFG.Location = new System.Drawing.Point(425, 169);
this.nudMultiMFG.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.nudMultiMFG.Name = "nudMultiMFG";
this.nudMultiMFG.Size = new System.Drawing.Size(89, 43);
this.nudMultiMFG.TabIndex = 20;
this.nudMultiMFG.Tag = "m";
this.nudMultiMFG.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudMultiMFG.Value = new decimal(new int[] {
125,
0,
0,
131072});
//
// label19
//
this.label19.AutoSize = true;
@@ -537,61 +592,6 @@ namespace FCOMMON
0});
this.nudCnt.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
//
// nudMultiMFG
//
this.nudMultiMFG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.nudMultiMFG.DecimalPlaces = 2;
this.nudMultiMFG.Location = new System.Drawing.Point(425, 169);
this.nudMultiMFG.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.nudMultiMFG.Name = "nudMultiMFG";
this.nudMultiMFG.Size = new System.Drawing.Size(89, 43);
this.nudMultiMFG.TabIndex = 20;
this.nudMultiMFG.Tag = "m";
this.nudMultiMFG.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudMultiMFG.Value = new decimal(new int[] {
125,
0,
0,
131072});
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(395, 172);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(28, 37);
this.label15.TabIndex = 21;
this.label15.Text = "*";
//
// nudCSFIMFG
//
this.nudCSFIMFG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.nudCSFIMFG.DecimalPlaces = 2;
this.nudCSFIMFG.Location = new System.Drawing.Point(233, 218);
this.nudCSFIMFG.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.nudCSFIMFG.Name = "nudCSFIMFG";
this.nudCSFIMFG.Size = new System.Drawing.Size(281, 43);
this.nudCSFIMFG.TabIndex = 22;
this.nudCSFIMFG.Tag = "m";
this.nudCSFIMFG.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(96, 220);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(133, 37);
this.label16.TabIndex = 23;
this.label16.Text = "(C-SFI) = ";
//
// fSFI
//
this.AutoScaleDimensions = new System.Drawing.SizeF(15F, 37F);
@@ -617,6 +617,8 @@ namespace FCOMMON
((System.ComponentModel.ISupportInitialize)(this.nudOsavetime)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudCSFIMFG)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudMultiMFG)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudShiftCnt)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudMSaveCnt)).EndInit();
@@ -625,8 +627,6 @@ namespace FCOMMON
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudCnt)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudMultiMFG)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudCSFIMFG)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -641,7 +641,6 @@ namespace FCOMMON
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;
@@ -670,5 +669,6 @@ namespace FCOMMON
private System.Windows.Forms.NumericUpDown nudMultiMFG;
private System.Windows.Forms.NumericUpDown nudCSFIMFG;
private System.Windows.Forms.Label label16;
public System.Windows.Forms.NumericUpDown nudSFIMFG;
}
}