630 lines
33 KiB
C#
630 lines
33 KiB
C#
namespace KMBIM
|
|
{
|
|
partial class Form_Assembly
|
|
{
|
|
/// <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_Assembly));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txt_Assem_Name = new System.Windows.Forms.TextBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btm_Assem_FamLoad = new System.Windows.Forms.Button();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.combo_Assem_PipeDia = new System.Windows.Forms.ComboBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.txt_Assem_SubTotal = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txt_Assem_MainTotal = new System.Windows.Forms.TextBox();
|
|
this.rad_Assem_Sub = new System.Windows.Forms.RadioButton();
|
|
this.rad_Assem_Main = new System.Windows.Forms.RadioButton();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.btm_Assem_Insert = new System.Windows.Forms.Button();
|
|
this.btm_Assem_Edit = new System.Windows.Forms.Button();
|
|
this.btm_Assem_Delete = new System.Windows.Forms.Button();
|
|
this.txt_Assem_Main2SubDist = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.list_Assem_Sub = new System.Windows.Forms.ListBox();
|
|
this.list_Assem_Main = new System.Windows.Forms.ListBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.Rad_Assem_Attach = new System.Windows.Forms.RadioButton();
|
|
this.Rad_Assem_parts = new System.Windows.Forms.RadioButton();
|
|
this.Combo_Assem_Attach = new System.Windows.Forms.ComboBox();
|
|
this.btn_Assem_Add = new System.Windows.Forms.Button();
|
|
this.Combo_Assem_parts = new System.Windows.Forms.ComboBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txt_Assem_PipeDist = new System.Windows.Forms.TextBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.pic_Assem_Type2 = new System.Windows.Forms.PictureBox();
|
|
this.pic_Assem_Type1 = new System.Windows.Forms.PictureBox();
|
|
this.Rad_Assem_Type2 = new System.Windows.Forms.RadioButton();
|
|
this.Rad_Assem_Type1 = new System.Windows.Forms.RadioButton();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.btm_Assem_Export = new System.Windows.Forms.Button();
|
|
this.btm_Assem_Import = new System.Windows.Forms.Button();
|
|
this.btn_PTC_Total = new System.Windows.Forms.Button();
|
|
this.button8 = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pic_Assem_Type2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pic_Assem_Type1)).BeginInit();
|
|
this.groupBox5.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 17);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(81, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "어셈블리 명칭";
|
|
//
|
|
// txt_Assem_Name
|
|
//
|
|
this.txt_Assem_Name.Location = new System.Drawing.Point(101, 14);
|
|
this.txt_Assem_Name.Name = "txt_Assem_Name";
|
|
this.txt_Assem_Name.Size = new System.Drawing.Size(275, 21);
|
|
this.txt_Assem_Name.TabIndex = 0;
|
|
this.txt_Assem_Name.TextChanged += new System.EventHandler(this.txt_Assem_Name_TextChanged);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.btm_Assem_FamLoad);
|
|
this.groupBox1.Controls.Add(this.label11);
|
|
this.groupBox1.Controls.Add(this.combo_Assem_PipeDia);
|
|
this.groupBox1.Controls.Add(this.label10);
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.txt_Assem_SubTotal);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.txt_Assem_MainTotal);
|
|
this.groupBox1.Controls.Add(this.rad_Assem_Sub);
|
|
this.groupBox1.Controls.Add(this.rad_Assem_Main);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.groupBox4);
|
|
this.groupBox1.Controls.Add(this.txt_Assem_Main2SubDist);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.list_Assem_Sub);
|
|
this.groupBox1.Controls.Add(this.list_Assem_Main);
|
|
this.groupBox1.Controls.Add(this.groupBox3);
|
|
this.groupBox1.Controls.Add(this.groupBox2);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.txt_Assem_Name);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(484, 593);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// btm_Assem_FamLoad
|
|
//
|
|
this.btm_Assem_FamLoad.Location = new System.Drawing.Point(105, 222);
|
|
this.btm_Assem_FamLoad.Name = "btm_Assem_FamLoad";
|
|
this.btm_Assem_FamLoad.Size = new System.Drawing.Size(94, 23);
|
|
this.btm_Assem_FamLoad.TabIndex = 20;
|
|
this.btm_Assem_FamLoad.Text = "패밀리 로드";
|
|
this.btm_Assem_FamLoad.UseVisualStyleBackColor = true;
|
|
this.btm_Assem_FamLoad.Click += new System.EventHandler(this.btm_Assem_FamLoad_Click);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(332, 228);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(29, 12);
|
|
this.label11.TabIndex = 19;
|
|
this.label11.Text = "관경";
|
|
//
|
|
// combo_Assem_PipeDia
|
|
//
|
|
this.combo_Assem_PipeDia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.combo_Assem_PipeDia.FormattingEnabled = true;
|
|
this.combo_Assem_PipeDia.Location = new System.Drawing.Point(375, 225);
|
|
this.combo_Assem_PipeDia.Name = "combo_Assem_PipeDia";
|
|
this.combo_Assem_PipeDia.Size = new System.Drawing.Size(74, 20);
|
|
this.combo_Assem_PipeDia.TabIndex = 18;
|
|
this.combo_Assem_PipeDia.SelectedIndexChanged += new System.EventHandler(this.combo_Assem_PipeDia_SelectedIndexChanged);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(416, 558);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(27, 12);
|
|
this.label10.TabIndex = 17;
|
|
this.label10.Text = "mm";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(166, 558);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(27, 12);
|
|
this.label9.TabIndex = 5;
|
|
this.label9.Text = "mm";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(262, 555);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(45, 12);
|
|
this.label8.TabIndex = 16;
|
|
this.label8.Text = "총 길이";
|
|
//
|
|
// txt_Assem_SubTotal
|
|
//
|
|
this.txt_Assem_SubTotal.BackColor = System.Drawing.SystemColors.HighlightText;
|
|
this.txt_Assem_SubTotal.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txt_Assem_SubTotal.Location = new System.Drawing.Point(321, 549);
|
|
this.txt_Assem_SubTotal.Name = "txt_Assem_SubTotal";
|
|
this.txt_Assem_SubTotal.ReadOnly = true;
|
|
this.txt_Assem_SubTotal.ShortcutsEnabled = false;
|
|
this.txt_Assem_SubTotal.Size = new System.Drawing.Size(89, 22);
|
|
this.txt_Assem_SubTotal.TabIndex = 15;
|
|
this.txt_Assem_SubTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(12, 555);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(45, 12);
|
|
this.label7.TabIndex = 14;
|
|
this.label7.Text = "총 길이";
|
|
//
|
|
// txt_Assem_MainTotal
|
|
//
|
|
this.txt_Assem_MainTotal.BackColor = System.Drawing.SystemColors.HighlightText;
|
|
this.txt_Assem_MainTotal.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txt_Assem_MainTotal.Location = new System.Drawing.Point(71, 549);
|
|
this.txt_Assem_MainTotal.Name = "txt_Assem_MainTotal";
|
|
this.txt_Assem_MainTotal.ReadOnly = true;
|
|
this.txt_Assem_MainTotal.ShortcutsEnabled = false;
|
|
this.txt_Assem_MainTotal.Size = new System.Drawing.Size(89, 22);
|
|
this.txt_Assem_MainTotal.TabIndex = 13;
|
|
this.txt_Assem_MainTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// rad_Assem_Sub
|
|
//
|
|
this.rad_Assem_Sub.AutoSize = true;
|
|
this.rad_Assem_Sub.Location = new System.Drawing.Point(256, 229);
|
|
this.rad_Assem_Sub.Name = "rad_Assem_Sub";
|
|
this.rad_Assem_Sub.Size = new System.Drawing.Size(47, 16);
|
|
this.rad_Assem_Sub.TabIndex = 4;
|
|
this.rad_Assem_Sub.TabStop = true;
|
|
this.rad_Assem_Sub.Text = "서브";
|
|
this.rad_Assem_Sub.UseVisualStyleBackColor = true;
|
|
this.rad_Assem_Sub.CheckedChanged += new System.EventHandler(this.rad_Assem_Sub_CheckedChanged);
|
|
//
|
|
// rad_Assem_Main
|
|
//
|
|
this.rad_Assem_Main.AutoSize = true;
|
|
this.rad_Assem_Main.Location = new System.Drawing.Point(6, 229);
|
|
this.rad_Assem_Main.Name = "rad_Assem_Main";
|
|
this.rad_Assem_Main.Size = new System.Drawing.Size(47, 16);
|
|
this.rad_Assem_Main.TabIndex = 3;
|
|
this.rad_Assem_Main.TabStop = true;
|
|
this.rad_Assem_Main.Text = "메인";
|
|
this.rad_Assem_Main.UseVisualStyleBackColor = true;
|
|
this.rad_Assem_Main.CheckedChanged += new System.EventHandler(this.rad_Assem_Main_CheckedChanged);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(213, 419);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(27, 12);
|
|
this.label6.TabIndex = 8;
|
|
this.label6.Text = "mm";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.btm_Assem_Insert);
|
|
this.groupBox4.Controls.Add(this.btm_Assem_Edit);
|
|
this.groupBox4.Controls.Add(this.btm_Assem_Delete);
|
|
this.groupBox4.Location = new System.Drawing.Point(6, 171);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(277, 46);
|
|
this.groupBox4.TabIndex = 12;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "편집";
|
|
//
|
|
// btm_Assem_Insert
|
|
//
|
|
this.btm_Assem_Insert.Location = new System.Drawing.Point(99, 17);
|
|
this.btm_Assem_Insert.Name = "btm_Assem_Insert";
|
|
this.btm_Assem_Insert.Size = new System.Drawing.Size(80, 23);
|
|
this.btm_Assem_Insert.TabIndex = 1;
|
|
this.btm_Assem_Insert.Text = "삽입";
|
|
this.btm_Assem_Insert.UseVisualStyleBackColor = true;
|
|
this.btm_Assem_Insert.Click += new System.EventHandler(this.btm_Assem_Insert_Click);
|
|
//
|
|
// btm_Assem_Edit
|
|
//
|
|
this.btm_Assem_Edit.Location = new System.Drawing.Point(185, 17);
|
|
this.btm_Assem_Edit.Name = "btm_Assem_Edit";
|
|
this.btm_Assem_Edit.Size = new System.Drawing.Size(80, 23);
|
|
this.btm_Assem_Edit.TabIndex = 2;
|
|
this.btm_Assem_Edit.Text = "수정";
|
|
this.btm_Assem_Edit.UseVisualStyleBackColor = true;
|
|
this.btm_Assem_Edit.Click += new System.EventHandler(this.btm_Assem_Edit_Click);
|
|
//
|
|
// btm_Assem_Delete
|
|
//
|
|
this.btm_Assem_Delete.Location = new System.Drawing.Point(13, 17);
|
|
this.btm_Assem_Delete.Name = "btm_Assem_Delete";
|
|
this.btm_Assem_Delete.Size = new System.Drawing.Size(80, 23);
|
|
this.btm_Assem_Delete.TabIndex = 0;
|
|
this.btm_Assem_Delete.Text = "삭제";
|
|
this.btm_Assem_Delete.UseVisualStyleBackColor = true;
|
|
this.btm_Assem_Delete.Click += new System.EventHandler(this.btm_Assem_Delete_Click);
|
|
//
|
|
// txt_Assem_Main2SubDist
|
|
//
|
|
this.txt_Assem_Main2SubDist.Location = new System.Drawing.Point(205, 395);
|
|
this.txt_Assem_Main2SubDist.Name = "txt_Assem_Main2SubDist";
|
|
this.txt_Assem_Main2SubDist.Size = new System.Drawing.Size(45, 21);
|
|
this.txt_Assem_Main2SubDist.TabIndex = 7;
|
|
this.txt_Assem_Main2SubDist.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_Assem_Main2SubDist.TextChanged += new System.EventHandler(this.txt_Assem_Main2SubDist_TextChanged);
|
|
this.txt_Assem_Main2SubDist.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_Assem_Main2SubDist_KeyPress);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(213, 380);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(29, 12);
|
|
this.label5.TabIndex = 6;
|
|
this.label5.Text = "간격";
|
|
//
|
|
// list_Assem_Sub
|
|
//
|
|
this.list_Assem_Sub.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
|
this.list_Assem_Sub.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.list_Assem_Sub.FormattingEnabled = true;
|
|
this.list_Assem_Sub.ItemHeight = 17;
|
|
this.list_Assem_Sub.Location = new System.Drawing.Point(256, 251);
|
|
this.list_Assem_Sub.Name = "list_Assem_Sub";
|
|
this.list_Assem_Sub.Size = new System.Drawing.Size(193, 292);
|
|
this.list_Assem_Sub.TabIndex = 6;
|
|
this.list_Assem_Sub.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.list_Assem_Sub_DrawItem);
|
|
this.list_Assem_Sub.SelectedIndexChanged += new System.EventHandler(this.list_Assem_Sub_SelectedIndexChanged);
|
|
//
|
|
// list_Assem_Main
|
|
//
|
|
this.list_Assem_Main.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
|
this.list_Assem_Main.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.list_Assem_Main.FormattingEnabled = true;
|
|
this.list_Assem_Main.ItemHeight = 17;
|
|
this.list_Assem_Main.Location = new System.Drawing.Point(6, 251);
|
|
this.list_Assem_Main.Name = "list_Assem_Main";
|
|
this.list_Assem_Main.Size = new System.Drawing.Size(193, 292);
|
|
this.list_Assem_Main.TabIndex = 5;
|
|
this.list_Assem_Main.UseTabStops = false;
|
|
this.list_Assem_Main.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.list_Assem_Main_DrawItem);
|
|
this.list_Assem_Main.SelectedIndexChanged += new System.EventHandler(this.list_Assem_Main_SelectedIndexChanged);
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.Rad_Assem_Attach);
|
|
this.groupBox3.Controls.Add(this.Rad_Assem_parts);
|
|
this.groupBox3.Controls.Add(this.Combo_Assem_Attach);
|
|
this.groupBox3.Controls.Add(this.btn_Assem_Add);
|
|
this.groupBox3.Controls.Add(this.Combo_Assem_parts);
|
|
this.groupBox3.Controls.Add(this.label4);
|
|
this.groupBox3.Controls.Add(this.label3);
|
|
this.groupBox3.Controls.Add(this.txt_Assem_PipeDist);
|
|
this.groupBox3.Location = new System.Drawing.Point(6, 90);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(472, 75);
|
|
this.groupBox3.TabIndex = 2;
|
|
this.groupBox3.TabStop = false;
|
|
//
|
|
// Rad_Assem_Attach
|
|
//
|
|
this.Rad_Assem_Attach.AutoSize = true;
|
|
this.Rad_Assem_Attach.Location = new System.Drawing.Point(199, 48);
|
|
this.Rad_Assem_Attach.Name = "Rad_Assem_Attach";
|
|
this.Rad_Assem_Attach.Size = new System.Drawing.Size(47, 16);
|
|
this.Rad_Assem_Attach.TabIndex = 8;
|
|
this.Rad_Assem_Attach.TabStop = true;
|
|
this.Rad_Assem_Attach.Text = "부속";
|
|
this.Rad_Assem_Attach.UseVisualStyleBackColor = true;
|
|
this.Rad_Assem_Attach.CheckedChanged += new System.EventHandler(this.Rad_Assem_Attach_CheckedChanged);
|
|
//
|
|
// Rad_Assem_parts
|
|
//
|
|
this.Rad_Assem_parts.AutoSize = true;
|
|
this.Rad_Assem_parts.Location = new System.Drawing.Point(199, 23);
|
|
this.Rad_Assem_parts.Name = "Rad_Assem_parts";
|
|
this.Rad_Assem_parts.Size = new System.Drawing.Size(47, 16);
|
|
this.Rad_Assem_parts.TabIndex = 7;
|
|
this.Rad_Assem_parts.TabStop = true;
|
|
this.Rad_Assem_parts.Text = "밸브";
|
|
this.Rad_Assem_parts.UseVisualStyleBackColor = true;
|
|
this.Rad_Assem_parts.CheckedChanged += new System.EventHandler(this.Rad_Assem_parts_CheckedChanged);
|
|
//
|
|
// Combo_Assem_Attach
|
|
//
|
|
this.Combo_Assem_Attach.DropDownHeight = 200;
|
|
this.Combo_Assem_Attach.DropDownWidth = 250;
|
|
this.Combo_Assem_Attach.FormattingEnabled = true;
|
|
this.Combo_Assem_Attach.IntegralHeight = false;
|
|
this.Combo_Assem_Attach.Location = new System.Drawing.Point(256, 46);
|
|
this.Combo_Assem_Attach.Name = "Combo_Assem_Attach";
|
|
this.Combo_Assem_Attach.Size = new System.Drawing.Size(121, 20);
|
|
this.Combo_Assem_Attach.TabIndex = 5;
|
|
this.Combo_Assem_Attach.SelectedIndexChanged += new System.EventHandler(this.Combo_Assem_Attach_SelectedIndexChanged);
|
|
//
|
|
// btn_Assem_Add
|
|
//
|
|
this.btn_Assem_Add.Location = new System.Drawing.Point(394, 20);
|
|
this.btn_Assem_Add.Name = "btn_Assem_Add";
|
|
this.btn_Assem_Add.Size = new System.Drawing.Size(61, 46);
|
|
this.btn_Assem_Add.TabIndex = 2;
|
|
this.btn_Assem_Add.Text = "추가";
|
|
this.btn_Assem_Add.UseVisualStyleBackColor = true;
|
|
this.btn_Assem_Add.Click += new System.EventHandler(this.btn_Assem_Add_Click);
|
|
//
|
|
// Combo_Assem_parts
|
|
//
|
|
this.Combo_Assem_parts.DropDownHeight = 200;
|
|
this.Combo_Assem_parts.DropDownWidth = 250;
|
|
this.Combo_Assem_parts.FormattingEnabled = true;
|
|
this.Combo_Assem_parts.IntegralHeight = false;
|
|
this.Combo_Assem_parts.Location = new System.Drawing.Point(256, 20);
|
|
this.Combo_Assem_parts.Name = "Combo_Assem_parts";
|
|
this.Combo_Assem_parts.Size = new System.Drawing.Size(121, 20);
|
|
this.Combo_Assem_parts.TabIndex = 1;
|
|
this.Combo_Assem_parts.SelectedIndexChanged += new System.EventHandler(this.Combo_Assem_parts_SelectedIndexChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(142, 34);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(27, 12);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "mm";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(19, 33);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "배관길이";
|
|
//
|
|
// txt_Assem_PipeDist
|
|
//
|
|
this.txt_Assem_PipeDist.Location = new System.Drawing.Point(86, 28);
|
|
this.txt_Assem_PipeDist.Name = "txt_Assem_PipeDist";
|
|
this.txt_Assem_PipeDist.Size = new System.Drawing.Size(50, 21);
|
|
this.txt_Assem_PipeDist.TabIndex = 0;
|
|
this.txt_Assem_PipeDist.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_Assem_PipeDist.TextChanged += new System.EventHandler(this.txt_Assem_PipeDist_TextChanged);
|
|
this.txt_Assem_PipeDist.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_Assem_PipeDist_KeyPress);
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.pic_Assem_Type2);
|
|
this.groupBox2.Controls.Add(this.pic_Assem_Type1);
|
|
this.groupBox2.Controls.Add(this.Rad_Assem_Type2);
|
|
this.groupBox2.Controls.Add(this.Rad_Assem_Type1);
|
|
this.groupBox2.Location = new System.Drawing.Point(6, 41);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(472, 49);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "유형";
|
|
//
|
|
// pic_Assem_Type2
|
|
//
|
|
this.pic_Assem_Type2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pic_Assem_Type2.Image = global::KMBIM.Revit.Tools.Properties.Resources._1Lin;
|
|
this.pic_Assem_Type2.InitialImage = null;
|
|
this.pic_Assem_Type2.Location = new System.Drawing.Point(301, 14);
|
|
this.pic_Assem_Type2.Name = "pic_Assem_Type2";
|
|
this.pic_Assem_Type2.Size = new System.Drawing.Size(136, 29);
|
|
this.pic_Assem_Type2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pic_Assem_Type2.TabIndex = 3;
|
|
this.pic_Assem_Type2.TabStop = false;
|
|
this.pic_Assem_Type2.Click += new System.EventHandler(this.pic_Assem_Type2_Click);
|
|
//
|
|
// pic_Assem_Type1
|
|
//
|
|
this.pic_Assem_Type1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pic_Assem_Type1.Image = global::KMBIM.Revit.Tools.Properties.Resources._2Lin;
|
|
this.pic_Assem_Type1.InitialImage = null;
|
|
this.pic_Assem_Type1.Location = new System.Drawing.Point(26, 14);
|
|
this.pic_Assem_Type1.Name = "pic_Assem_Type1";
|
|
this.pic_Assem_Type1.Size = new System.Drawing.Size(136, 29);
|
|
this.pic_Assem_Type1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pic_Assem_Type1.TabIndex = 2;
|
|
this.pic_Assem_Type1.TabStop = false;
|
|
this.pic_Assem_Type1.Click += new System.EventHandler(this.pic_Assem_Type1_Click);
|
|
//
|
|
// Rad_Assem_Type2
|
|
//
|
|
this.Rad_Assem_Type2.AutoSize = true;
|
|
this.Rad_Assem_Type2.Location = new System.Drawing.Point(281, 20);
|
|
this.Rad_Assem_Type2.Name = "Rad_Assem_Type2";
|
|
this.Rad_Assem_Type2.Size = new System.Drawing.Size(14, 13);
|
|
this.Rad_Assem_Type2.TabIndex = 1;
|
|
this.Rad_Assem_Type2.TabStop = true;
|
|
this.Rad_Assem_Type2.UseVisualStyleBackColor = true;
|
|
this.Rad_Assem_Type2.CheckedChanged += new System.EventHandler(this.Rad_Assem_Type2_CheckedChanged);
|
|
//
|
|
// Rad_Assem_Type1
|
|
//
|
|
this.Rad_Assem_Type1.AutoSize = true;
|
|
this.Rad_Assem_Type1.Location = new System.Drawing.Point(6, 20);
|
|
this.Rad_Assem_Type1.Name = "Rad_Assem_Type1";
|
|
this.Rad_Assem_Type1.Size = new System.Drawing.Size(14, 13);
|
|
this.Rad_Assem_Type1.TabIndex = 0;
|
|
this.Rad_Assem_Type1.TabStop = true;
|
|
this.Rad_Assem_Type1.UseVisualStyleBackColor = true;
|
|
this.Rad_Assem_Type1.CheckedChanged += new System.EventHandler(this.Rad_Assem_Type1_CheckedChanged);
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.btm_Assem_Export);
|
|
this.groupBox5.Controls.Add(this.btm_Assem_Import);
|
|
this.groupBox5.Location = new System.Drawing.Point(12, 611);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(193, 50);
|
|
this.groupBox5.TabIndex = 2;
|
|
this.groupBox5.TabStop = false;
|
|
//
|
|
// btm_Assem_Export
|
|
//
|
|
this.btm_Assem_Export.Location = new System.Drawing.Point(9, 14);
|
|
this.btm_Assem_Export.Name = "btm_Assem_Export";
|
|
this.btm_Assem_Export.Size = new System.Drawing.Size(82, 30);
|
|
this.btm_Assem_Export.TabIndex = 0;
|
|
this.btm_Assem_Export.Text = "저장";
|
|
this.btm_Assem_Export.UseVisualStyleBackColor = true;
|
|
this.btm_Assem_Export.Click += new System.EventHandler(this.btm_Assem_Export_Click);
|
|
//
|
|
// btm_Assem_Import
|
|
//
|
|
this.btm_Assem_Import.Location = new System.Drawing.Point(97, 14);
|
|
this.btm_Assem_Import.Name = "btm_Assem_Import";
|
|
this.btm_Assem_Import.Size = new System.Drawing.Size(87, 30);
|
|
this.btm_Assem_Import.TabIndex = 1;
|
|
this.btm_Assem_Import.Text = "열기";
|
|
this.btm_Assem_Import.UseVisualStyleBackColor = true;
|
|
this.btm_Assem_Import.Click += new System.EventHandler(this.btm_Assem_Import_Click);
|
|
//
|
|
// btn_PTC_Total
|
|
//
|
|
this.btn_PTC_Total.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btn_PTC_Total.Location = new System.Drawing.Point(322, 634);
|
|
this.btn_PTC_Total.Name = "btn_PTC_Total";
|
|
this.btn_PTC_Total.Size = new System.Drawing.Size(84, 27);
|
|
this.btn_PTC_Total.TabIndex = 3;
|
|
this.btn_PTC_Total.Text = "실행";
|
|
this.btn_PTC_Total.UseVisualStyleBackColor = true;
|
|
this.btn_PTC_Total.Click += new System.EventHandler(this.button7_Click);
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.button8.Location = new System.Drawing.Point(412, 634);
|
|
this.button8.Name = "button8";
|
|
this.button8.Size = new System.Drawing.Size(84, 27);
|
|
this.button8.TabIndex = 3;
|
|
this.button8.Text = "취소";
|
|
this.button8.UseVisualStyleBackColor = true;
|
|
//
|
|
// Form_Assembly
|
|
//
|
|
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(508, 673);
|
|
this.Controls.Add(this.button8);
|
|
this.Controls.Add(this.btn_PTC_Total);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "Form_Assembly";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "어셈블리";
|
|
this.Load += new System.EventHandler(this.Form_Assembly_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_Assembly_KeyDown);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pic_Assem_Type2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pic_Assem_Type1)).EndInit();
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txt_Assem_Name;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button btm_Assem_Edit;
|
|
private System.Windows.Forms.Button btm_Assem_Insert;
|
|
private System.Windows.Forms.Button btm_Assem_Delete;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txt_Assem_Main2SubDist;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ListBox list_Assem_Sub;
|
|
private System.Windows.Forms.ListBox list_Assem_Main;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Button btn_Assem_Add;
|
|
private System.Windows.Forms.ComboBox Combo_Assem_parts;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txt_Assem_PipeDist;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.RadioButton Rad_Assem_Type2;
|
|
private System.Windows.Forms.RadioButton Rad_Assem_Type1;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.Button btm_Assem_Export;
|
|
private System.Windows.Forms.Button btm_Assem_Import;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.Button btn_PTC_Total;
|
|
private System.Windows.Forms.Button button8;
|
|
private System.Windows.Forms.RadioButton rad_Assem_Sub;
|
|
private System.Windows.Forms.RadioButton rad_Assem_Main;
|
|
private System.Windows.Forms.PictureBox pic_Assem_Type1;
|
|
private System.Windows.Forms.PictureBox pic_Assem_Type2;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox txt_Assem_SubTotal;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox txt_Assem_MainTotal;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.ComboBox combo_Assem_PipeDia;
|
|
private System.Windows.Forms.ComboBox Combo_Assem_Attach;
|
|
private System.Windows.Forms.RadioButton Rad_Assem_Attach;
|
|
private System.Windows.Forms.RadioButton Rad_Assem_parts;
|
|
private System.Windows.Forms.Button btm_Assem_FamLoad;
|
|
}
|
|
} |