235 lines
10 KiB
C#
235 lines
10 KiB
C#
namespace KMBIM
|
|
{
|
|
partial class Radius
|
|
{
|
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Radius));
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.txt_cnt2 = new System.Windows.Forms.TextBox();
|
|
this.txt_length2 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.txt_cnt1 = new System.Windows.Forms.TextBox();
|
|
this.txt_length1 = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.txt_radius = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.txt_cnt2);
|
|
this.groupBox2.Controls.Add(this.txt_length2);
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
this.groupBox2.Controls.Add(this.label4);
|
|
this.groupBox2.Location = new System.Drawing.Point(145, 55);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(132, 79);
|
|
this.groupBox2.TabIndex = 10;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "두번째 축";
|
|
//
|
|
// txt_cnt2
|
|
//
|
|
this.txt_cnt2.Location = new System.Drawing.Point(70, 41);
|
|
this.txt_cnt2.Name = "txt_cnt2";
|
|
this.txt_cnt2.Size = new System.Drawing.Size(48, 21);
|
|
this.txt_cnt2.TabIndex = 1;
|
|
this.txt_cnt2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_cnt2.TextChanged += new System.EventHandler(this.txt_cnt2_TextChanged);
|
|
//
|
|
// txt_length2
|
|
//
|
|
this.txt_length2.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txt_length2.Location = new System.Drawing.Point(70, 13);
|
|
this.txt_length2.Name = "txt_length2";
|
|
this.txt_length2.ReadOnly = true;
|
|
this.txt_length2.Size = new System.Drawing.Size(48, 21);
|
|
this.txt_length2.TabIndex = 1;
|
|
this.txt_length2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(5, 46);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(65, 12);
|
|
this.label5.TabIndex = 0;
|
|
this.label5.Text = "헤드 수량 :";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(5, 18);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(57, 12);
|
|
this.label4.TabIndex = 0;
|
|
this.label4.Text = "총 길이 : ";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.txt_cnt1);
|
|
this.groupBox1.Controls.Add(this.txt_length1);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Location = new System.Drawing.Point(8, 51);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(131, 84);
|
|
this.groupBox1.TabIndex = 9;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "첫번째 축";
|
|
//
|
|
// txt_cnt1
|
|
//
|
|
this.txt_cnt1.Location = new System.Drawing.Point(68, 47);
|
|
this.txt_cnt1.Name = "txt_cnt1";
|
|
this.txt_cnt1.Size = new System.Drawing.Size(48, 21);
|
|
this.txt_cnt1.TabIndex = 1;
|
|
this.txt_cnt1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_cnt1.TextChanged += new System.EventHandler(this.txt_cnt1_TextChanged);
|
|
//
|
|
// txt_length1
|
|
//
|
|
this.txt_length1.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txt_length1.Location = new System.Drawing.Point(68, 19);
|
|
this.txt_length1.Name = "txt_length1";
|
|
this.txt_length1.ReadOnly = true;
|
|
this.txt_length1.Size = new System.Drawing.Size(48, 21);
|
|
this.txt_length1.TabIndex = 1;
|
|
this.txt_length1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(3, 52);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "헤드 수량 :";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(3, 24);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(57, 12);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "총 길이 : ";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.button2.Location = new System.Drawing.Point(152, 153);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
this.button2.TabIndex = 7;
|
|
this.button2.Text = "취소";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.button1.Location = new System.Drawing.Point(39, 153);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 8;
|
|
this.button1.Text = "확인";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// txt_radius
|
|
//
|
|
this.txt_radius.Location = new System.Drawing.Point(86, 17);
|
|
this.txt_radius.Name = "txt_radius";
|
|
this.txt_radius.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_radius.TabIndex = 6;
|
|
this.txt_radius.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_radius.TextChanged += new System.EventHandler(this.txt_radius_TextChanged);
|
|
this.txt_radius.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_radius_KeyPress);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(11, 22);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(69, 12);
|
|
this.label1.TabIndex = 5;
|
|
this.label1.Text = "살수 반경 : ";
|
|
//
|
|
// Radius
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(284, 193);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.txt_radius);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "Radius";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "헤드 배치";
|
|
this.Load += new System.EventHandler(this.Radius_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Radius_KeyDown);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
public System.Windows.Forms.TextBox txt_cnt2;
|
|
public System.Windows.Forms.TextBox txt_length2;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
public System.Windows.Forms.TextBox txt_cnt1;
|
|
public System.Windows.Forms.TextBox txt_length1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
public System.Windows.Forms.TextBox txt_radius;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |