namespace KMBIM.Revit.Tools.Cmd.Hanger
{
partial class FormHangerPlacement
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormHangerPlacement));
this.lvwHangers = new System.Windows.Forms.ListView();
this.label1 = new System.Windows.Forms.Label();
this.textBoxHangerSpacing = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.textBoxDistanceFromJoint = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.buttonPlacementAuto = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.imageListHangers = new System.Windows.Forms.ImageList(this.components);
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.comboBoxLevel = new System.Windows.Forms.ComboBox();
this.radioButtonInstallTypeStructure = new System.Windows.Forms.RadioButton();
this.radioButtonInstallTypeLevel = new System.Windows.Forms.RadioButton();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// lvwHangers
//
this.lvwHangers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lvwHangers.HideSelection = false;
this.lvwHangers.Location = new System.Drawing.Point(6, 20);
this.lvwHangers.MultiSelect = false;
this.lvwHangers.Name = "lvwHangers";
this.lvwHangers.Size = new System.Drawing.Size(352, 183);
this.lvwHangers.TabIndex = 13;
this.lvwHangers.UseCompatibleStateImageBehavior = false;
this.lvwHangers.SelectedIndexChanged += new System.EventHandler(this.lvwHangers_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(223, 291);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(57, 12);
this.label1.TabIndex = 14;
this.label1.Text = "행거 간격";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// textBoxHangerSpacing
//
this.textBoxHangerSpacing.Location = new System.Drawing.Point(284, 286);
this.textBoxHangerSpacing.Name = "textBoxHangerSpacing";
this.textBoxHangerSpacing.Size = new System.Drawing.Size(57, 21);
this.textBoxHangerSpacing.TabIndex = 15;
this.textBoxHangerSpacing.Text = "2000";
this.textBoxHangerSpacing.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.textBoxHangerSpacing.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxHangerSpacing_KeyPress);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(347, 291);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(27, 12);
this.label2.TabIndex = 16;
this.label2.Text = "mm";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(347, 318);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(27, 12);
this.label3.TabIndex = 19;
this.label3.Text = "mm";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// textBoxDistanceFromJoint
//
this.textBoxDistanceFromJoint.Location = new System.Drawing.Point(284, 313);
this.textBoxDistanceFromJoint.Name = "textBoxDistanceFromJoint";
this.textBoxDistanceFromJoint.Size = new System.Drawing.Size(57, 21);
this.textBoxDistanceFromJoint.TabIndex = 18;
this.textBoxDistanceFromJoint.Text = "300";
this.textBoxDistanceFromJoint.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.textBoxDistanceFromJoint.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxDistanceFromJoint_KeyPress);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(175, 318);
this.label4.Name = "label4";
this.label4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.label4.Size = new System.Drawing.Size(105, 12);
this.label4.TabIndex = 17;
this.label4.Text = "조인트로부터 거리";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// buttonPlacementAuto
//
this.buttonPlacementAuto.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonPlacementAuto.Location = new System.Drawing.Point(12, 352);
this.buttonPlacementAuto.Name = "buttonPlacementAuto";
this.buttonPlacementAuto.Size = new System.Drawing.Size(364, 34);
this.buttonPlacementAuto.TabIndex = 20;
this.buttonPlacementAuto.Text = "배치";
this.buttonPlacementAuto.UseVisualStyleBackColor = true;
this.buttonPlacementAuto.Click += new System.EventHandler(this.buttonPlacement_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lvwHangers);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(364, 209);
this.groupBox1.TabIndex = 21;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "행거";
//
// imageListHangers
//
this.imageListHangers.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageListHangers.ImageSize = new System.Drawing.Size(48, 48);
this.imageListHangers.TransparentColor = System.Drawing.Color.Transparent;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.comboBoxLevel);
this.groupBox2.Controls.Add(this.radioButtonInstallTypeStructure);
this.groupBox2.Controls.Add(this.radioButtonInstallTypeLevel);
this.groupBox2.Location = new System.Drawing.Point(12, 230);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(364, 49);
this.groupBox2.TabIndex = 22;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "앵커 설치 기준";
//
// comboBoxLevel
//
this.comboBoxLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxLevel.FormattingEnabled = true;
this.comboBoxLevel.Location = new System.Drawing.Point(160, 17);
this.comboBoxLevel.Name = "comboBoxLevel";
this.comboBoxLevel.Size = new System.Drawing.Size(188, 20);
this.comboBoxLevel.TabIndex = 2;
this.comboBoxLevel.SelectedIndexChanged += new System.EventHandler(this.comboBoxLevel_SelectedIndexChanged);
//
// radioButtonInstallTypeStructure
//
this.radioButtonInstallTypeStructure.AutoSize = true;
this.radioButtonInstallTypeStructure.Location = new System.Drawing.Point(25, 20);
this.radioButtonInstallTypeStructure.Name = "radioButtonInstallTypeStructure";
this.radioButtonInstallTypeStructure.Size = new System.Drawing.Size(59, 16);
this.radioButtonInstallTypeStructure.TabIndex = 1;
this.radioButtonInstallTypeStructure.TabStop = true;
this.radioButtonInstallTypeStructure.Text = "구조체";
this.radioButtonInstallTypeStructure.UseVisualStyleBackColor = true;
this.radioButtonInstallTypeStructure.CheckedChanged += new System.EventHandler(this.radioButtonInstallTypeStructure_CheckedChanged);
//
// radioButtonInstallTypeLevel
//
this.radioButtonInstallTypeLevel.AutoSize = true;
this.radioButtonInstallTypeLevel.Location = new System.Drawing.Point(107, 20);
this.radioButtonInstallTypeLevel.Name = "radioButtonInstallTypeLevel";
this.radioButtonInstallTypeLevel.Size = new System.Drawing.Size(47, 16);
this.radioButtonInstallTypeLevel.TabIndex = 0;
this.radioButtonInstallTypeLevel.TabStop = true;
this.radioButtonInstallTypeLevel.Text = "레벨";
this.radioButtonInstallTypeLevel.UseVisualStyleBackColor = true;
this.radioButtonInstallTypeLevel.CheckedChanged += new System.EventHandler(this.radioButtonInstallTypeLevel_CheckedChanged);
//
// FormHangerPlacement
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(392, 398);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.buttonPlacementAuto);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBoxDistanceFromJoint);
this.Controls.Add(this.label4);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBoxHangerSpacing);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormHangerPlacement";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "행거 배치";
this.Load += new System.EventHandler(this.FormHangerPlacementAuto_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormHangerPlacement_KeyDown);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListView lvwHangers;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBoxHangerSpacing;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBoxDistanceFromJoint;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button buttonPlacementAuto;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ImageList imageListHangers;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RadioButton radioButtonInstallTypeStructure;
private System.Windows.Forms.RadioButton radioButtonInstallTypeLevel;
private System.Windows.Forms.ComboBox comboBoxLevel;
}
}