Files
vms2016_kadisp/cVMS.NET_CS/Dialog/fCellNameChange.Designer.cs
2024-11-26 21:14:53 +09:00

220 lines
8.9 KiB
C#

namespace vmsnet.Dialog
{
partial class fCellNameChange
{
/// <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.label1 = new System.Windows.Forms.Label();
this.nudSV = new System.Windows.Forms.NumericUpDown();
this.nudEV = new System.Windows.Forms.NumericUpDown();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.checkBox1 = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.nudSV)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudEV)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(20, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(122, 18);
this.label1.TabIndex = 0;
this.label1.Text = "채널번호 범위";
//
// nudSV
//
this.nudSV.Location = new System.Drawing.Point(150, 22);
this.nudSV.Maximum = new decimal(new int[] {
99999999,
0,
0,
0});
this.nudSV.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudSV.Name = "nudSV";
this.nudSV.Size = new System.Drawing.Size(120, 28);
this.nudSV.TabIndex = 1;
this.nudSV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudSV.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// nudEV
//
this.nudEV.Location = new System.Drawing.Point(285, 22);
this.nudEV.Maximum = new decimal(new int[] {
99999999,
0,
0,
0});
this.nudEV.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudEV.Name = "nudEV";
this.nudEV.Size = new System.Drawing.Size(120, 28);
this.nudEV.TabIndex = 2;
this.nudEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudEV.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(19, 39);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(70, 28);
this.textBox1.TabIndex = 3;
this.textBox1.Text = "#";
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.checkBox1);
this.groupBox1.Controls.Add(this.textBox5);
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Location = new System.Drawing.Point(23, 70);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(412, 126);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "새이름규칙";
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(323, 39);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(70, 28);
this.textBox5.TabIndex = 7;
this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(247, 39);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(70, 28);
this.textBox4.TabIndex = 6;
this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(171, 39);
this.textBox3.Name = "textBox3";
this.textBox3.ReadOnly = true;
this.textBox3.Size = new System.Drawing.Size(70, 28);
this.textBox3.TabIndex = 5;
this.textBox3.Text = "셀번호";
this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(95, 39);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(70, 28);
this.textBox2.TabIndex = 4;
this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// button1
//
this.button1.Location = new System.Drawing.Point(23, 213);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(412, 56);
this.button1.TabIndex = 5;
this.button1.Text = "변경";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Checked = true;
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox1.Location = new System.Drawing.Point(19, 84);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(254, 22);
this.checkBox1.TabIndex = 8;
this.checkBox1.Text = "셀번호를 1부터 시작하세요";
this.checkBox1.UseVisualStyleBackColor = true;
//
// fCellNameChange
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(458, 293);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.nudEV);
this.Controls.Add(this.nudSV);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fCellNameChange";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "셀 이름 변경";
((System.ComponentModel.ISupportInitialize)(this.nudSV)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudEV)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Button button1;
public System.Windows.Forms.NumericUpDown nudSV;
public System.Windows.Forms.NumericUpDown nudEV;
public System.Windows.Forms.TextBox textBox1;
public System.Windows.Forms.TextBox textBox2;
public System.Windows.Forms.TextBox textBox5;
public System.Windows.Forms.TextBox textBox4;
public System.Windows.Forms.CheckBox checkBox1;
}
}