Files
Groupware/SubProject/FPJ0000/OtConfirm/fOTConfirmValue.Designer.cs
2025-07-02 23:41:25 +09:00

222 lines
11 KiB
C#

namespace FPJ0000.OtConfirm
{
partial class fOTConfirmValue
{
/// <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()
{
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label3;
this.radAll = new System.Windows.Forms.RadioButton();
this.radInput = new System.Windows.Forms.RadioButton();
this.tbRemark = new System.Windows.Forms.TextBox();
this.nudValue = new System.Windows.Forms.NumericUpDown();
this.btOK = new System.Windows.Forms.Button();
this.nudValuePMS = new System.Windows.Forms.NumericUpDown();
this.radAllPMS = new System.Windows.Forms.RadioButton();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
label1 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label3 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.nudValue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudValuePMS)).BeginInit();
this.SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.Font = new System.Drawing.Font("굴림", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
label1.Location = new System.Drawing.Point(21, 143);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(44, 18);
label1.TabIndex = 2;
label1.Text = "비고";
//
// label2
//
label2.AutoSize = true;
label2.Font = new System.Drawing.Font("굴림", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
label2.Location = new System.Drawing.Point(163, 103);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(44, 18);
label2.TabIndex = 7;
label2.Text = "대체";
//
// label3
//
label3.AutoSize = true;
label3.Font = new System.Drawing.Font("굴림", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
label3.Location = new System.Drawing.Point(321, 103);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(45, 18);
label3.TabIndex = 7;
label3.Text = "PMS";
//
// radAll
//
this.radAll.AutoSize = true;
this.radAll.Checked = true;
this.radAll.Font = new System.Drawing.Font("굴림", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.radAll.Location = new System.Drawing.Point(20, 21);
this.radAll.Name = "radAll";
this.radAll.Size = new System.Drawing.Size(212, 22);
this.radAll.TabIndex = 0;
this.radAll.TabStop = true;
this.radAll.Text = "입력값 전체 승인(대체)";
this.radAll.UseVisualStyleBackColor = true;
//
// radInput
//
this.radInput.AutoSize = true;
this.radInput.Font = new System.Drawing.Font("굴림", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.radInput.Location = new System.Drawing.Point(20, 101);
this.radInput.Name = "radInput";
this.radInput.Size = new System.Drawing.Size(128, 22);
this.radInput.TabIndex = 0;
this.radInput.Text = "승인 값 입력";
this.radInput.UseVisualStyleBackColor = true;
this.radInput.CheckedChanged += new System.EventHandler(this.radInput_CheckedChanged);
//
// tbRemark
//
this.tbRemark.Font = new System.Drawing.Font("굴림", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbRemark.Location = new System.Drawing.Point(20, 176);
this.tbRemark.Name = "tbRemark";
this.tbRemark.Size = new System.Drawing.Size(498, 27);
this.tbRemark.TabIndex = 1;
//
// nudValue
//
this.nudValue.DecimalPlaces = 1;
this.nudValue.Enabled = false;
this.nudValue.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.nudValue.Location = new System.Drawing.Point(213, 97);
this.nudValue.Name = "nudValue";
this.nudValue.Size = new System.Drawing.Size(95, 30);
this.nudValue.TabIndex = 3;
this.nudValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// btOK
//
this.btOK.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btOK.Location = new System.Drawing.Point(19, 219);
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(499, 61);
this.btOK.TabIndex = 4;
this.btOK.Text = "확인";
this.btOK.UseVisualStyleBackColor = true;
this.btOK.Click += new System.EventHandler(this.btOK_Click);
//
// nudValuePMS
//
this.nudValuePMS.DecimalPlaces = 1;
this.nudValuePMS.Enabled = false;
this.nudValuePMS.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.nudValuePMS.Location = new System.Drawing.Point(372, 97);
this.nudValuePMS.Name = "nudValuePMS";
this.nudValuePMS.Size = new System.Drawing.Size(95, 30);
this.nudValuePMS.TabIndex = 5;
this.nudValuePMS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// radAllPMS
//
this.radAllPMS.AutoSize = true;
this.radAllPMS.Font = new System.Drawing.Font("굴림", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.radAllPMS.Location = new System.Drawing.Point(20, 59);
this.radAllPMS.Name = "radAllPMS";
this.radAllPMS.Size = new System.Drawing.Size(213, 22);
this.radAllPMS.TabIndex = 6;
this.radAllPMS.Text = "입력값 전체 승인(PMS)";
this.radAllPMS.UseVisualStyleBackColor = true;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(213, 133);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(72, 16);
this.checkBox1.TabIndex = 8;
this.checkBox1.Text = "배수입력";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(372, 133);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(72, 16);
this.checkBox2.TabIndex = 9;
this.checkBox2.Text = "배수입력";
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
//
// fOTConfirmValue
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(540, 293);
this.Controls.Add(this.checkBox2);
this.Controls.Add(this.checkBox1);
this.Controls.Add(label3);
this.Controls.Add(label2);
this.Controls.Add(this.radAllPMS);
this.Controls.Add(this.nudValuePMS);
this.Controls.Add(this.btOK);
this.Controls.Add(this.nudValue);
this.Controls.Add(label1);
this.Controls.Add(this.tbRemark);
this.Controls.Add(this.radInput);
this.Controls.Add(this.radAll);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fOTConfirmValue";
this.Text = "fOTConfirmValue";
this.Load += new System.EventHandler(this.fOTConfirmValue_Load);
((System.ComponentModel.ISupportInitialize)(this.nudValue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudValuePMS)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btOK;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
public System.Windows.Forms.NumericUpDown nudValuePMS;
public System.Windows.Forms.RadioButton radAllPMS;
public System.Windows.Forms.RadioButton radAll;
public System.Windows.Forms.RadioButton radInput;
public System.Windows.Forms.TextBox tbRemark;
public System.Windows.Forms.NumericUpDown nudValue;
public System.Windows.Forms.CheckBox checkBox1;
public System.Windows.Forms.CheckBox checkBox2;
}
}