225 lines
10 KiB
C#
225 lines
10 KiB
C#
namespace KMBIM
|
|
{
|
|
partial class Form_FixingBolt
|
|
{
|
|
/// <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(Form_FixingBolt));
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.rad_guideShoe = new System.Windows.Forms.RadioButton();
|
|
this.rad_Ubolt = new System.Windows.Forms.RadioButton();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.combo_Level = new System.Windows.Forms.ComboBox();
|
|
this.rad_Level = new System.Windows.Forms.RadioButton();
|
|
this.rad_Face = new System.Windows.Forms.RadioButton();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.chk_Inside = new System.Windows.Forms.CheckBox();
|
|
this.rad_struct = new System.Windows.Forms.RadioButton();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.rad_guideShoe);
|
|
this.groupBox2.Controls.Add(this.rad_Ubolt);
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(118, 99);
|
|
this.groupBox2.TabIndex = 13;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "타입";
|
|
//
|
|
// rad_guideShoe
|
|
//
|
|
this.rad_guideShoe.AutoSize = true;
|
|
this.rad_guideShoe.Location = new System.Drawing.Point(17, 23);
|
|
this.rad_guideShoe.Name = "rad_guideShoe";
|
|
this.rad_guideShoe.Size = new System.Drawing.Size(75, 16);
|
|
this.rad_guideShoe.TabIndex = 1;
|
|
this.rad_guideShoe.TabStop = true;
|
|
this.rad_guideShoe.Text = "가이드 슈";
|
|
this.rad_guideShoe.UseVisualStyleBackColor = true;
|
|
this.rad_guideShoe.CheckedChanged += new System.EventHandler(this.rad_guideShoe_CheckedChanged);
|
|
//
|
|
// rad_Ubolt
|
|
//
|
|
this.rad_Ubolt.AutoSize = true;
|
|
this.rad_Ubolt.Location = new System.Drawing.Point(17, 58);
|
|
this.rad_Ubolt.Name = "rad_Ubolt";
|
|
this.rad_Ubolt.Size = new System.Drawing.Size(61, 16);
|
|
this.rad_Ubolt.TabIndex = 0;
|
|
this.rad_Ubolt.TabStop = true;
|
|
this.rad_Ubolt.Text = "U-볼트";
|
|
this.rad_Ubolt.UseVisualStyleBackColor = true;
|
|
this.rad_Ubolt.CheckedChanged += new System.EventHandler(this.rad_Ubolt_CheckedChanged);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.button2.Location = new System.Drawing.Point(168, 162);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(92, 23);
|
|
this.button2.TabIndex = 12;
|
|
this.button2.Text = "취소";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.button1.Location = new System.Drawing.Point(70, 162);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(92, 23);
|
|
this.button1.TabIndex = 11;
|
|
this.button1.Text = "확인";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.rad_struct);
|
|
this.groupBox1.Controls.Add(this.combo_Level);
|
|
this.groupBox1.Controls.Add(this.rad_Level);
|
|
this.groupBox1.Controls.Add(this.rad_Face);
|
|
this.groupBox1.Location = new System.Drawing.Point(136, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(182, 99);
|
|
this.groupBox1.TabIndex = 14;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "배치기준";
|
|
//
|
|
// combo_Level
|
|
//
|
|
this.combo_Level.FormattingEnabled = true;
|
|
this.combo_Level.Location = new System.Drawing.Point(68, 71);
|
|
this.combo_Level.Name = "combo_Level";
|
|
this.combo_Level.Size = new System.Drawing.Size(99, 20);
|
|
this.combo_Level.TabIndex = 2;
|
|
this.combo_Level.SelectedIndexChanged += new System.EventHandler(this.combo_Level_SelectedIndexChanged);
|
|
//
|
|
// rad_Level
|
|
//
|
|
this.rad_Level.AutoSize = true;
|
|
this.rad_Level.Location = new System.Drawing.Point(15, 72);
|
|
this.rad_Level.Name = "rad_Level";
|
|
this.rad_Level.Size = new System.Drawing.Size(47, 16);
|
|
this.rad_Level.TabIndex = 1;
|
|
this.rad_Level.TabStop = true;
|
|
this.rad_Level.Text = "레벨";
|
|
this.rad_Level.UseVisualStyleBackColor = true;
|
|
this.rad_Level.CheckedChanged += new System.EventHandler(this.rad_Level_CheckedChanged);
|
|
//
|
|
// rad_Face
|
|
//
|
|
this.rad_Face.AutoSize = true;
|
|
this.rad_Face.Location = new System.Drawing.Point(15, 23);
|
|
this.rad_Face.Name = "rad_Face";
|
|
this.rad_Face.Size = new System.Drawing.Size(87, 16);
|
|
this.rad_Face.TabIndex = 0;
|
|
this.rad_Face.TabStop = true;
|
|
this.rad_Face.Text = "부착면 선택";
|
|
this.rad_Face.UseVisualStyleBackColor = true;
|
|
this.rad_Face.CheckedChanged += new System.EventHandler(this.rad_Face_CheckedChanged);
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.chk_Inside);
|
|
this.groupBox3.Location = new System.Drawing.Point(12, 110);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(307, 48);
|
|
this.groupBox3.TabIndex = 0;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "기타";
|
|
//
|
|
// chk_Inside
|
|
//
|
|
this.chk_Inside.AutoSize = true;
|
|
this.chk_Inside.Location = new System.Drawing.Point(6, 20);
|
|
this.chk_Inside.Name = "chk_Inside";
|
|
this.chk_Inside.Size = new System.Drawing.Size(116, 16);
|
|
this.chk_Inside.TabIndex = 0;
|
|
this.chk_Inside.Text = "경계구역 내 설치";
|
|
this.chk_Inside.UseVisualStyleBackColor = true;
|
|
this.chk_Inside.CheckedChanged += new System.EventHandler(this.chk_Inside_CheckedChanged);
|
|
//
|
|
// rad_struct
|
|
//
|
|
this.rad_struct.AutoSize = true;
|
|
this.rad_struct.Location = new System.Drawing.Point(15, 46);
|
|
this.rad_struct.Name = "rad_struct";
|
|
this.rad_struct.Size = new System.Drawing.Size(59, 16);
|
|
this.rad_struct.TabIndex = 3;
|
|
this.rad_struct.TabStop = true;
|
|
this.rad_struct.Text = "구조체";
|
|
this.rad_struct.UseVisualStyleBackColor = true;
|
|
this.rad_struct.CheckedChanged += new System.EventHandler(this.rad_struct_CheckedChanged);
|
|
//
|
|
// Form_FixingBolt
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(331, 193);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "Form_FixingBolt";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "볼트 설치";
|
|
this.Load += new System.EventHandler(this.Form_FixingBolt_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_FixingBolt_KeyDown);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.RadioButton rad_guideShoe;
|
|
private System.Windows.Forms.RadioButton rad_Ubolt;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.ComboBox combo_Level;
|
|
private System.Windows.Forms.RadioButton rad_Level;
|
|
private System.Windows.Forms.RadioButton rad_Face;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.CheckBox chk_Inside;
|
|
private System.Windows.Forms.RadioButton rad_struct;
|
|
}
|
|
} |