Client/Desktop/KMBIM3.0/KMBIM3.0_소스/Cmd/BomTable/FormBom.Designer.cs

236 lines
11 KiB
C#

namespace KMBIM.Revit.Tools.Cmd.BomTable
{
partial class FormBom
{
/// <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(FormBom));
this.listBox_source = new System.Windows.Forms.ListBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.listBox_target = new System.Windows.Forms.ListBox();
this.listBox_attribute = new System.Windows.Forms.ListBox();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.listBox_selAtt = new System.Windows.Forms.ListBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button_down = new System.Windows.Forms.Button();
this.button_up = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// listBox_source
//
this.listBox_source.FormattingEnabled = true;
this.listBox_source.ItemHeight = 12;
this.listBox_source.Location = new System.Drawing.Point(8, 20);
this.listBox_source.Name = "listBox_source";
this.listBox_source.Size = new System.Drawing.Size(195, 328);
this.listBox_source.TabIndex = 0;
this.listBox_source.SelectedIndexChanged += new System.EventHandler(this.listBox_source_SelectedIndexChanged);
//
// button1
//
this.button1.Location = new System.Drawing.Point(209, 140);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(49, 23);
this.button1.TabIndex = 1;
this.button1.Text = ">>";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(209, 169);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(49, 23);
this.button2.TabIndex = 1;
this.button2.Text = "<<";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// listBox_target
//
this.listBox_target.FormattingEnabled = true;
this.listBox_target.ItemHeight = 12;
this.listBox_target.Location = new System.Drawing.Point(264, 20);
this.listBox_target.Name = "listBox_target";
this.listBox_target.Size = new System.Drawing.Size(195, 328);
this.listBox_target.TabIndex = 0;
this.listBox_target.SelectedIndexChanged += new System.EventHandler(this.listBox_target_SelectedIndexChanged);
//
// listBox_attribute
//
this.listBox_attribute.FormattingEnabled = true;
this.listBox_attribute.ItemHeight = 12;
this.listBox_attribute.Location = new System.Drawing.Point(6, 20);
this.listBox_attribute.Name = "listBox_attribute";
this.listBox_attribute.Size = new System.Drawing.Size(195, 328);
this.listBox_attribute.TabIndex = 0;
this.listBox_attribute.SelectedIndexChanged += new System.EventHandler(this.listBox_attribute_SelectedIndexChanged);
//
// button3
//
this.button3.Location = new System.Drawing.Point(207, 169);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(49, 23);
this.button3.TabIndex = 2;
this.button3.Text = "<<";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(207, 140);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(49, 23);
this.button4.TabIndex = 3;
this.button4.Text = ">>";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// listBox_selAtt
//
this.listBox_selAtt.FormattingEnabled = true;
this.listBox_selAtt.ItemHeight = 12;
this.listBox_selAtt.Location = new System.Drawing.Point(262, 20);
this.listBox_selAtt.Name = "listBox_selAtt";
this.listBox_selAtt.Size = new System.Drawing.Size(195, 304);
this.listBox_selAtt.TabIndex = 4;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.listBox_target);
this.groupBox1.Controls.Add(this.listBox_source);
this.groupBox1.Location = new System.Drawing.Point(6, 15);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(468, 357);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "카테고리";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button_down);
this.groupBox2.Controls.Add(this.button_up);
this.groupBox2.Controls.Add(this.listBox_selAtt);
this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Controls.Add(this.button4);
this.groupBox2.Controls.Add(this.listBox_attribute);
this.groupBox2.Location = new System.Drawing.Point(480, 15);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(469, 356);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "필드";
//
// button_down
//
this.button_down.Location = new System.Drawing.Point(356, 325);
this.button_down.Name = "button_down";
this.button_down.Size = new System.Drawing.Size(44, 23);
this.button_down.TabIndex = 5;
this.button_down.Text = "▼";
this.button_down.UseVisualStyleBackColor = true;
this.button_down.Click += new System.EventHandler(this.button_down_Click);
//
// button_up
//
this.button_up.Location = new System.Drawing.Point(308, 325);
this.button_up.Name = "button_up";
this.button_up.Size = new System.Drawing.Size(44, 23);
this.button_up.TabIndex = 5;
this.button_up.Text = "▲";
this.button_up.UseVisualStyleBackColor = true;
this.button_up.Click += new System.EventHandler(this.button_up_Click);
//
// button5
//
this.button5.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button5.Location = new System.Drawing.Point(379, 383);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(94, 26);
this.button5.TabIndex = 7;
this.button5.Text = "일람표 작성";
this.button5.UseVisualStyleBackColor = true;
//
// button6
//
this.button6.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button6.Location = new System.Drawing.Point(479, 383);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(94, 26);
this.button6.TabIndex = 7;
this.button6.Text = "취소";
this.button6.UseVisualStyleBackColor = true;
//
// FormBom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(961, 422);
this.Controls.Add(this.button6);
this.Controls.Add(this.button5);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormBom";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "FormBom";
this.Load += new System.EventHandler(this.FormBom_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormBom_KeyDown);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox listBox_source;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ListBox listBox_target;
private System.Windows.Forms.ListBox listBox_attribute;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.ListBox listBox_selAtt;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button_down;
private System.Windows.Forms.Button button_up;
}
}