Client/Desktop/KMBIM3.0/KMBIM3.0_소스/Cmd/PipeConnection/FormPipeConnector.Designer.cs

127 lines
5.8 KiB
C#

namespace KMBIM.Revit.Tools.Cmd.Piping
{
partial class FormPipeConnector
{
/// <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(FormPipeConnector));
this.labelRouteNum = new System.Windows.Forms.Label();
this.buttonPrev = new System.Windows.Forms.Button();
this.buttonNext = new System.Windows.Forms.Button();
this.buttonConnect = new System.Windows.Forms.Button();
this.checkBoxFlexible = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// labelRouteNum
//
this.labelRouteNum.BackColor = System.Drawing.Color.White;
this.labelRouteNum.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.labelRouteNum.Location = new System.Drawing.Point(14, 9);
this.labelRouteNum.Name = "labelRouteNum";
this.labelRouteNum.Size = new System.Drawing.Size(258, 36);
this.labelRouteNum.TabIndex = 0;
this.labelRouteNum.Text = "1/1";
this.labelRouteNum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// buttonPrev
//
this.buttonPrev.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.buttonPrev.Location = new System.Drawing.Point(14, 87);
this.buttonPrev.Name = "buttonPrev";
this.buttonPrev.Size = new System.Drawing.Size(83, 34);
this.buttonPrev.TabIndex = 1;
this.buttonPrev.Text = "이전";
this.buttonPrev.UseVisualStyleBackColor = true;
this.buttonPrev.Click += new System.EventHandler(this.buttonPrev_Click);
//
// buttonNext
//
this.buttonNext.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.buttonNext.Location = new System.Drawing.Point(188, 87);
this.buttonNext.Name = "buttonNext";
this.buttonNext.Size = new System.Drawing.Size(83, 34);
this.buttonNext.TabIndex = 1;
this.buttonNext.Text = "다음";
this.buttonNext.UseVisualStyleBackColor = true;
this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click);
//
// buttonConnect
//
this.buttonConnect.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.buttonConnect.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonConnect.Location = new System.Drawing.Point(101, 87);
this.buttonConnect.Name = "buttonConnect";
this.buttonConnect.Size = new System.Drawing.Size(83, 34);
this.buttonConnect.TabIndex = 1;
this.buttonConnect.Text = "연결";
this.buttonConnect.UseVisualStyleBackColor = true;
this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
//
// checkBoxFlexible
//
this.checkBoxFlexible.AutoSize = true;
this.checkBoxFlexible.Location = new System.Drawing.Point(16, 61);
this.checkBoxFlexible.Name = "checkBoxFlexible";
this.checkBoxFlexible.Size = new System.Drawing.Size(112, 16);
this.checkBoxFlexible.TabIndex = 2;
this.checkBoxFlexible.Text = "플렉시블 파이프";
this.checkBoxFlexible.UseVisualStyleBackColor = true;
this.checkBoxFlexible.CheckedChanged += new System.EventHandler(this.checkBoxFlexible_CheckedChanged);
//
// FormPipeConnector
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 129);
this.Controls.Add(this.checkBoxFlexible);
this.Controls.Add(this.buttonConnect);
this.Controls.Add(this.buttonNext);
this.Controls.Add(this.buttonPrev);
this.Controls.Add(this.labelRouteNum);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
//this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormPipeConnector";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "배관 연결";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormPipeConnector_FormClosed);
this.Load += new System.EventHandler(this.FormPipeConnector_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label labelRouteNum;
private System.Windows.Forms.Button buttonPrev;
private System.Windows.Forms.Button buttonNext;
private System.Windows.Forms.Button buttonConnect;
private System.Windows.Forms.CheckBox checkBoxFlexible;
}
}