Client/Desktop/KMBIM3.0/23.10.18/Cmd/Sprinkler/FormSprinKler.Designer.cs

260 lines
12 KiB
C#

namespace KMBIM
{
partial class FormSprinKler
{
/// <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(FormSprinKler));
this.button3 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.listBox1 = new System.Windows.Forms.ListBox();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.combo_work = new System.Windows.Forms.ComboBox();
this.rad_work = new System.Windows.Forms.RadioButton();
this.rad_ceiling = new System.Windows.Forms.RadioButton();
this.button2 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.txt_Offset = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// button3
//
this.button3.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button3.Enabled = false;
this.button3.Location = new System.Drawing.Point(336, 449);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(183, 32);
this.button3.TabIndex = 1;
this.button3.Text = "천장 배치";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(219, 18);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(200, 196);
this.pictureBox1.TabIndex = 8;
this.pictureBox1.TabStop = false;
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(10, 19);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(200, 196);
this.listBox1.TabIndex = 0;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
//
// button1
//
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button1.Enabled = false;
this.button1.Location = new System.Drawing.Point(336, 411);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(187, 32);
this.button1.TabIndex = 2;
this.button1.Text = "작업 기준면에 배치";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.listBox1);
this.groupBox1.Controls.Add(this.pictureBox1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(429, 229);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "헤드선택";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.combo_work);
this.groupBox2.Controls.Add(this.rad_work);
this.groupBox2.Controls.Add(this.rad_ceiling);
this.groupBox2.Location = new System.Drawing.Point(12, 247);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(297, 75);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "배치 기준면";
//
// combo_work
//
this.combo_work.FormattingEnabled = true;
this.combo_work.Location = new System.Drawing.Point(157, 44);
this.combo_work.Name = "combo_work";
this.combo_work.Size = new System.Drawing.Size(121, 20);
this.combo_work.TabIndex = 15;
this.combo_work.SelectedIndexChanged += new System.EventHandler(this.combo_work_SelectedIndexChanged);
//
// rad_work
//
this.rad_work.AutoSize = true;
this.rad_work.Location = new System.Drawing.Point(151, 23);
this.rad_work.Name = "rad_work";
this.rad_work.Size = new System.Drawing.Size(127, 16);
this.rad_work.TabIndex = 14;
this.rad_work.TabStop = true;
this.rad_work.Text = "작업 기준면에 배치";
this.rad_work.UseVisualStyleBackColor = true;
this.rad_work.CheckedChanged += new System.EventHandler(this.rad_work_CheckedChanged);
//
// rad_ceiling
//
this.rad_ceiling.AutoSize = true;
this.rad_ceiling.Location = new System.Drawing.Point(22, 23);
this.rad_ceiling.Name = "rad_ceiling";
this.rad_ceiling.Size = new System.Drawing.Size(75, 16);
this.rad_ceiling.TabIndex = 13;
this.rad_ceiling.TabStop = true;
this.rad_ceiling.Text = "천장 배치";
this.rad_ceiling.UseVisualStyleBackColor = true;
this.rad_ceiling.CheckedChanged += new System.EventHandler(this.rad_ceiling_CheckedChanged);
//
// button2
//
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Location = new System.Drawing.Point(371, 328);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(70, 23);
this.button2.TabIndex = 3;
this.button2.Text = "취소";
this.button2.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button4.Location = new System.Drawing.Point(295, 328);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(70, 23);
this.button4.TabIndex = 2;
this.button4.Text = "배치";
this.button4.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.txt_Offset);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Location = new System.Drawing.Point(315, 247);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(126, 75);
this.groupBox3.TabIndex = 15;
this.groupBox3.TabStop = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(87, 46);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(27, 12);
this.label3.TabIndex = 12;
this.label3.Text = "mm";
//
// txt_Offset
//
this.txt_Offset.Location = new System.Drawing.Point(6, 42);
this.txt_Offset.Name = "txt_Offset";
this.txt_Offset.Size = new System.Drawing.Size(77, 21);
this.txt_Offset.TabIndex = 3;
this.txt_Offset.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txt_Offset.TextChanged += new System.EventHandler(this.txt_Offset_TextChanged);
this.txt_Offset.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_Offset_KeyPress);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 25);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 10;
this.label4.Text = "간격띄우기";
//
// FormSprinKler
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(452, 363);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button4);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.button3);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormSprinKler";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = ">>스프링클러<<";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormSprinKler_FormClosed);
this.Load += new System.EventHandler(this.FormSprinKler_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormSprinKler_KeyDown);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button3;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RadioButton rad_ceiling;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.ComboBox combo_work;
private System.Windows.Forms.RadioButton rad_work;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txt_Offset;
private System.Windows.Forms.Label label4;
}
}