Client/Desktop/KMBIM3.0/23.10.16/Cmd/DuctOffsetConnect/AngleSelect.Designer.cs

96 lines
4.1 KiB
C#

namespace KMBIM.Revit.Tools.Cmd.DuctOffsetConnect
{
partial class AngleSelect
{
/// <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(AngleSelect));
this.txt_AngleInput = new System.Windows.Forms.TextBox();
this.btn_Confirm = new System.Windows.Forms.Button();
this.btn_Cancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// txt_AngleInput
//
this.txt_AngleInput.Location = new System.Drawing.Point(12, 12);
this.txt_AngleInput.Name = "txt_AngleInput";
this.txt_AngleInput.Size = new System.Drawing.Size(152, 21);
this.txt_AngleInput.TabIndex = 0;
this.txt_AngleInput.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txt_AngleInput_MouseClick);
this.txt_AngleInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_AngleInput_KeyPress);
//
// btn_Confirm
//
this.btn_Confirm.Location = new System.Drawing.Point(170, 12);
this.btn_Confirm.Name = "btn_Confirm";
this.btn_Confirm.Size = new System.Drawing.Size(87, 23);
this.btn_Confirm.TabIndex = 1;
this.btn_Confirm.Text = "확인";
this.btn_Confirm.UseVisualStyleBackColor = true;
this.btn_Confirm.Click += new System.EventHandler(this.btn_Confirm_Click);
//
// btn_Cancel
//
this.btn_Cancel.Location = new System.Drawing.Point(263, 12);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(87, 23);
this.btn_Cancel.TabIndex = 2;
this.btn_Cancel.Text = "취소";
this.btn_Cancel.UseVisualStyleBackColor = true;
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// AngleSelect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(355, 44);
this.Controls.Add(this.btn_Cancel);
this.Controls.Add(this.btn_Confirm);
this.Controls.Add(this.txt_AngleInput);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AngleSelect";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "각도 지정";
this.Load += new System.EventHandler(this.AngleSelect_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AngleSelect_KeyDown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txt_AngleInput;
private System.Windows.Forms.Button btn_Confirm;
private System.Windows.Forms.Button btn_Cancel;
}
}