517 lines
28 KiB
C#
517 lines
28 KiB
C#
|
|
namespace KMBIM
|
|
{
|
|
partial class Form_SheetLink
|
|
{
|
|
/// <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_SheetLink));
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btn_SL_Export = new System.Windows.Forms.Button();
|
|
this.btn_SL_Import = new System.Windows.Forms.Button();
|
|
this.btn_SL_TotalReset = new System.Windows.Forms.Button();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.btn_SL_CatReset = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btn_SL_Bottom = new System.Windows.Forms.Button();
|
|
this.btn_SL_Down = new System.Windows.Forms.Button();
|
|
this.btn_SL_Up = new System.Windows.Forms.Button();
|
|
this.btn_SL_Top = new System.Windows.Forms.Button();
|
|
this.txt_SL_SelParamSearch = new System.Windows.Forms.TextBox();
|
|
this.listView_SL_SelParameter = new System.Windows.Forms.ListView();
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.btn_SL_Minus = new System.Windows.Forms.Button();
|
|
this.btn_SL_Add = new System.Windows.Forms.Button();
|
|
this.lbl_SL_SelCnt = new System.Windows.Forms.Label();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txt_SL_ParamSearch = new System.Windows.Forms.TextBox();
|
|
this.listView_SL_Parameter = new System.Windows.Forms.ListView();
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.btn_readOnly = new System.Windows.Forms.Button();
|
|
this.btn_Type = new System.Windows.Forms.Button();
|
|
this.btn_Instance = new System.Windows.Forms.Button();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.txt_SL_CatSearch = new System.Windows.Forms.TextBox();
|
|
this.chkLst_SL_Category = new System.Windows.Forms.CheckedListBox();
|
|
this.chk_SL_HideUnChk = new System.Windows.Forms.CheckBox();
|
|
this.chk_SL_TotalCategory = new System.Windows.Forms.CheckBox();
|
|
this.Rad_SL_SelElem = new System.Windows.Forms.RadioButton();
|
|
this.rad_SL_CurView = new System.Windows.Forms.RadioButton();
|
|
this.rad_SL_Total = new System.Windows.Forms.RadioButton();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.btn_SL_Export);
|
|
this.groupBox1.Controls.Add(this.btn_SL_Import);
|
|
this.groupBox1.Controls.Add(this.btn_SL_TotalReset);
|
|
this.groupBox1.Controls.Add(this.groupBox4);
|
|
this.groupBox1.Controls.Add(this.btn_SL_Minus);
|
|
this.groupBox1.Controls.Add(this.btn_SL_Add);
|
|
this.groupBox1.Controls.Add(this.lbl_SL_SelCnt);
|
|
this.groupBox1.Controls.Add(this.groupBox3);
|
|
this.groupBox1.Controls.Add(this.groupBox2);
|
|
this.groupBox1.Controls.Add(this.Rad_SL_SelElem);
|
|
this.groupBox1.Controls.Add(this.rad_SL_CurView);
|
|
this.groupBox1.Controls.Add(this.rad_SL_Total);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(1052, 634);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Model Categories";
|
|
//
|
|
// btn_SL_Export
|
|
//
|
|
this.btn_SL_Export.Location = new System.Drawing.Point(901, 571);
|
|
this.btn_SL_Export.Name = "btn_SL_Export";
|
|
this.btn_SL_Export.Size = new System.Drawing.Size(90, 30);
|
|
this.btn_SL_Export.TabIndex = 15;
|
|
this.btn_SL_Export.Text = "저장";
|
|
this.btn_SL_Export.UseVisualStyleBackColor = true;
|
|
this.btn_SL_Export.Click += new System.EventHandler(this.btn_SL_Export_Click);
|
|
//
|
|
// btn_SL_Import
|
|
//
|
|
this.btn_SL_Import.Location = new System.Drawing.Point(805, 571);
|
|
this.btn_SL_Import.Name = "btn_SL_Import";
|
|
this.btn_SL_Import.Size = new System.Drawing.Size(90, 30);
|
|
this.btn_SL_Import.TabIndex = 14;
|
|
this.btn_SL_Import.Text = "열기";
|
|
this.btn_SL_Import.UseVisualStyleBackColor = true;
|
|
this.btn_SL_Import.Click += new System.EventHandler(this.btn_SL_Import_Click);
|
|
//
|
|
// btn_SL_TotalReset
|
|
//
|
|
this.btn_SL_TotalReset.Location = new System.Drawing.Point(709, 570);
|
|
this.btn_SL_TotalReset.Name = "btn_SL_TotalReset";
|
|
this.btn_SL_TotalReset.Size = new System.Drawing.Size(90, 30);
|
|
this.btn_SL_TotalReset.TabIndex = 13;
|
|
this.btn_SL_TotalReset.Text = "초기화";
|
|
this.btn_SL_TotalReset.UseVisualStyleBackColor = true;
|
|
this.btn_SL_TotalReset.Click += new System.EventHandler(this.btn_SL_TotalReset_Click);
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.btn_SL_CatReset);
|
|
this.groupBox4.Controls.Add(this.label2);
|
|
this.groupBox4.Controls.Add(this.btn_SL_Bottom);
|
|
this.groupBox4.Controls.Add(this.btn_SL_Down);
|
|
this.groupBox4.Controls.Add(this.btn_SL_Up);
|
|
this.groupBox4.Controls.Add(this.btn_SL_Top);
|
|
this.groupBox4.Controls.Add(this.txt_SL_SelParamSearch);
|
|
this.groupBox4.Controls.Add(this.listView_SL_SelParameter);
|
|
this.groupBox4.Location = new System.Drawing.Point(709, 42);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(323, 523);
|
|
this.groupBox4.TabIndex = 12;
|
|
this.groupBox4.TabStop = false;
|
|
//
|
|
// btn_SL_CatReset
|
|
//
|
|
this.btn_SL_CatReset.BackColor = System.Drawing.Color.White;
|
|
this.btn_SL_CatReset.Image = global::KMBIM.Revit.Tools.Properties.Resources.SL_refresh;
|
|
this.btn_SL_CatReset.Location = new System.Drawing.Point(229, 482);
|
|
this.btn_SL_CatReset.Name = "btn_SL_CatReset";
|
|
this.btn_SL_CatReset.Size = new System.Drawing.Size(35, 35);
|
|
this.btn_SL_CatReset.TabIndex = 17;
|
|
this.btn_SL_CatReset.UseVisualStyleBackColor = false;
|
|
this.btn_SL_CatReset.Click += new System.EventHandler(this.btn_SL_CatReset_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(10, 22);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(93, 12);
|
|
this.label2.TabIndex = 12;
|
|
this.label2.Text = "선택한 매게변수";
|
|
//
|
|
// btn_SL_Bottom
|
|
//
|
|
this.btn_SL_Bottom.BackColor = System.Drawing.Color.White;
|
|
this.btn_SL_Bottom.Image = global::KMBIM.Revit.Tools.Properties.Resources.SL_bottom;
|
|
this.btn_SL_Bottom.Location = new System.Drawing.Point(188, 482);
|
|
this.btn_SL_Bottom.Name = "btn_SL_Bottom";
|
|
this.btn_SL_Bottom.Size = new System.Drawing.Size(35, 35);
|
|
this.btn_SL_Bottom.TabIndex = 16;
|
|
this.btn_SL_Bottom.UseVisualStyleBackColor = false;
|
|
this.btn_SL_Bottom.Click += new System.EventHandler(this.btn_SL_Bottom_Click);
|
|
//
|
|
// btn_SL_Down
|
|
//
|
|
this.btn_SL_Down.BackColor = System.Drawing.Color.White;
|
|
this.btn_SL_Down.Image = global::KMBIM.Revit.Tools.Properties.Resources.SL_down;
|
|
this.btn_SL_Down.Location = new System.Drawing.Point(147, 482);
|
|
this.btn_SL_Down.Name = "btn_SL_Down";
|
|
this.btn_SL_Down.Size = new System.Drawing.Size(35, 35);
|
|
this.btn_SL_Down.TabIndex = 15;
|
|
this.btn_SL_Down.UseVisualStyleBackColor = false;
|
|
this.btn_SL_Down.Click += new System.EventHandler(this.btn_SL_Down_Click);
|
|
//
|
|
// btn_SL_Up
|
|
//
|
|
this.btn_SL_Up.BackColor = System.Drawing.Color.White;
|
|
this.btn_SL_Up.Image = global::KMBIM.Revit.Tools.Properties.Resources.SL_up;
|
|
this.btn_SL_Up.Location = new System.Drawing.Point(106, 482);
|
|
this.btn_SL_Up.Name = "btn_SL_Up";
|
|
this.btn_SL_Up.Size = new System.Drawing.Size(35, 35);
|
|
this.btn_SL_Up.TabIndex = 14;
|
|
this.btn_SL_Up.UseVisualStyleBackColor = false;
|
|
this.btn_SL_Up.Click += new System.EventHandler(this.btn_SL_Up_Click);
|
|
//
|
|
// btn_SL_Top
|
|
//
|
|
this.btn_SL_Top.BackColor = System.Drawing.Color.White;
|
|
this.btn_SL_Top.Image = global::KMBIM.Revit.Tools.Properties.Resources.SL_top;
|
|
this.btn_SL_Top.Location = new System.Drawing.Point(65, 482);
|
|
this.btn_SL_Top.Name = "btn_SL_Top";
|
|
this.btn_SL_Top.Size = new System.Drawing.Size(35, 35);
|
|
this.btn_SL_Top.TabIndex = 13;
|
|
this.btn_SL_Top.UseVisualStyleBackColor = false;
|
|
this.btn_SL_Top.Click += new System.EventHandler(this.btn_SL_Top_Click);
|
|
//
|
|
// txt_SL_SelParamSearch
|
|
//
|
|
this.txt_SL_SelParamSearch.Location = new System.Drawing.Point(12, 43);
|
|
this.txt_SL_SelParamSearch.Name = "txt_SL_SelParamSearch";
|
|
this.txt_SL_SelParamSearch.Size = new System.Drawing.Size(300, 21);
|
|
this.txt_SL_SelParamSearch.TabIndex = 12;
|
|
this.txt_SL_SelParamSearch.Text = "검색..";
|
|
this.txt_SL_SelParamSearch.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txt_SL_SelParamSearch_MouseClick);
|
|
this.txt_SL_SelParamSearch.TextChanged += new System.EventHandler(this.txt_SL_SelParamSearch_TextChanged);
|
|
//
|
|
// listView_SL_SelParameter
|
|
//
|
|
this.listView_SL_SelParameter.Alignment = System.Windows.Forms.ListViewAlignment.Left;
|
|
this.listView_SL_SelParameter.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader2});
|
|
this.listView_SL_SelParameter.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.listView_SL_SelParameter.FullRowSelect = true;
|
|
this.listView_SL_SelParameter.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
|
this.listView_SL_SelParameter.HideSelection = false;
|
|
this.listView_SL_SelParameter.Location = new System.Drawing.Point(12, 70);
|
|
this.listView_SL_SelParameter.Name = "listView_SL_SelParameter";
|
|
this.listView_SL_SelParameter.Size = new System.Drawing.Size(300, 406);
|
|
this.listView_SL_SelParameter.TabIndex = 12;
|
|
this.listView_SL_SelParameter.UseCompatibleStateImageBehavior = false;
|
|
this.listView_SL_SelParameter.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// columnHeader2
|
|
//
|
|
this.columnHeader2.Width = 330;
|
|
//
|
|
// btn_SL_Minus
|
|
//
|
|
this.btn_SL_Minus.BackColor = System.Drawing.Color.White;
|
|
this.btn_SL_Minus.Image = global::KMBIM.Revit.Tools.Properties.Resources.SL_left;
|
|
this.btn_SL_Minus.Location = new System.Drawing.Point(663, 329);
|
|
this.btn_SL_Minus.Name = "btn_SL_Minus";
|
|
this.btn_SL_Minus.Size = new System.Drawing.Size(40, 40);
|
|
this.btn_SL_Minus.TabIndex = 11;
|
|
this.btn_SL_Minus.UseVisualStyleBackColor = false;
|
|
this.btn_SL_Minus.Click += new System.EventHandler(this.btn_SL_Minus_Click);
|
|
//
|
|
// btn_SL_Add
|
|
//
|
|
this.btn_SL_Add.BackColor = System.Drawing.Color.White;
|
|
this.btn_SL_Add.Image = global::KMBIM.Revit.Tools.Properties.Resources.SL_right;
|
|
this.btn_SL_Add.Location = new System.Drawing.Point(663, 283);
|
|
this.btn_SL_Add.Name = "btn_SL_Add";
|
|
this.btn_SL_Add.Size = new System.Drawing.Size(40, 40);
|
|
this.btn_SL_Add.TabIndex = 10;
|
|
this.btn_SL_Add.UseVisualStyleBackColor = false;
|
|
this.btn_SL_Add.Click += new System.EventHandler(this.btn_SL_Add_Click);
|
|
//
|
|
// lbl_SL_SelCnt
|
|
//
|
|
this.lbl_SL_SelCnt.AutoSize = true;
|
|
this.lbl_SL_SelCnt.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lbl_SL_SelCnt.Location = new System.Drawing.Point(6, 570);
|
|
this.lbl_SL_SelCnt.Name = "lbl_SL_SelCnt";
|
|
this.lbl_SL_SelCnt.Size = new System.Drawing.Size(418, 13);
|
|
this.lbl_SL_SelCnt.TabIndex = 9;
|
|
this.lbl_SL_SelCnt.Text = "선택된 카테고리 : | 검색된 파라미터 : | 선택된 파라미터 : ";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.label1);
|
|
this.groupBox3.Controls.Add(this.txt_SL_ParamSearch);
|
|
this.groupBox3.Controls.Add(this.listView_SL_Parameter);
|
|
this.groupBox3.Controls.Add(this.btn_readOnly);
|
|
this.groupBox3.Controls.Add(this.btn_Type);
|
|
this.groupBox3.Controls.Add(this.btn_Instance);
|
|
this.groupBox3.Location = new System.Drawing.Point(334, 42);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(323, 523);
|
|
this.groupBox3.TabIndex = 8;
|
|
this.groupBox3.TabStop = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(8, 22);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(121, 12);
|
|
this.label1.TabIndex = 11;
|
|
this.label1.Text = "사용 가능한 매게변수";
|
|
//
|
|
// txt_SL_ParamSearch
|
|
//
|
|
this.txt_SL_ParamSearch.Location = new System.Drawing.Point(10, 43);
|
|
this.txt_SL_ParamSearch.Name = "txt_SL_ParamSearch";
|
|
this.txt_SL_ParamSearch.Size = new System.Drawing.Size(300, 21);
|
|
this.txt_SL_ParamSearch.TabIndex = 8;
|
|
this.txt_SL_ParamSearch.Text = "검색..";
|
|
this.txt_SL_ParamSearch.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txt_SL_ParamSearch_MouseClick);
|
|
this.txt_SL_ParamSearch.TextChanged += new System.EventHandler(this.txt_SL_ParamSearch_TextChanged);
|
|
//
|
|
// listView_SL_Parameter
|
|
//
|
|
this.listView_SL_Parameter.Alignment = System.Windows.Forms.ListViewAlignment.Left;
|
|
this.listView_SL_Parameter.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1});
|
|
this.listView_SL_Parameter.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.listView_SL_Parameter.FullRowSelect = true;
|
|
this.listView_SL_Parameter.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
|
this.listView_SL_Parameter.HideSelection = false;
|
|
this.listView_SL_Parameter.Location = new System.Drawing.Point(11, 70);
|
|
this.listView_SL_Parameter.Name = "listView_SL_Parameter";
|
|
this.listView_SL_Parameter.Size = new System.Drawing.Size(300, 406);
|
|
this.listView_SL_Parameter.TabIndex = 9;
|
|
this.listView_SL_Parameter.UseCompatibleStateImageBehavior = false;
|
|
this.listView_SL_Parameter.View = System.Windows.Forms.View.Details;
|
|
this.listView_SL_Parameter.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.listView_SL_Parameter_DrawItem);
|
|
this.listView_SL_Parameter.SelectedIndexChanged += new System.EventHandler(this.listView_SL_Parameter_SelectedIndexChanged);
|
|
this.listView_SL_Parameter.Leave += new System.EventHandler(this.listView_SL_Parameter_Leave);
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Width = 330;
|
|
//
|
|
// btn_readOnly
|
|
//
|
|
this.btn_readOnly.BackColor = System.Drawing.Color.White;
|
|
this.btn_readOnly.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_readOnly.Image = ((System.Drawing.Image)(resources.GetObject("btn_readOnly.Image")));
|
|
this.btn_readOnly.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btn_readOnly.Location = new System.Drawing.Point(214, 482);
|
|
this.btn_readOnly.Name = "btn_readOnly";
|
|
this.btn_readOnly.Size = new System.Drawing.Size(96, 28);
|
|
this.btn_readOnly.TabIndex = 10;
|
|
this.btn_readOnly.Text = " 읽기전용";
|
|
this.btn_readOnly.UseVisualStyleBackColor = false;
|
|
this.btn_readOnly.Click += new System.EventHandler(this.btn_readOnly_Click);
|
|
//
|
|
// btn_Type
|
|
//
|
|
this.btn_Type.BackColor = System.Drawing.Color.White;
|
|
this.btn_Type.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_Type.Image = ((System.Drawing.Image)(resources.GetObject("btn_Type.Image")));
|
|
this.btn_Type.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btn_Type.Location = new System.Drawing.Point(112, 482);
|
|
this.btn_Type.Name = "btn_Type";
|
|
this.btn_Type.Size = new System.Drawing.Size(96, 28);
|
|
this.btn_Type.TabIndex = 9;
|
|
this.btn_Type.Text = " 타입";
|
|
this.btn_Type.UseVisualStyleBackColor = false;
|
|
this.btn_Type.Click += new System.EventHandler(this.btn_Type_Click);
|
|
//
|
|
// btn_Instance
|
|
//
|
|
this.btn_Instance.BackColor = System.Drawing.Color.White;
|
|
this.btn_Instance.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_Instance.Image = ((System.Drawing.Image)(resources.GetObject("btn_Instance.Image")));
|
|
this.btn_Instance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btn_Instance.Location = new System.Drawing.Point(10, 482);
|
|
this.btn_Instance.Name = "btn_Instance";
|
|
this.btn_Instance.Size = new System.Drawing.Size(96, 28);
|
|
this.btn_Instance.TabIndex = 8;
|
|
this.btn_Instance.Text = " 인스턴스";
|
|
this.btn_Instance.UseVisualStyleBackColor = false;
|
|
this.btn_Instance.Click += new System.EventHandler(this.btn_Instance_Click);
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.txt_SL_CatSearch);
|
|
this.groupBox2.Controls.Add(this.chkLst_SL_Category);
|
|
this.groupBox2.Controls.Add(this.chk_SL_HideUnChk);
|
|
this.groupBox2.Controls.Add(this.chk_SL_TotalCategory);
|
|
this.groupBox2.Location = new System.Drawing.Point(6, 42);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(322, 523);
|
|
this.groupBox2.TabIndex = 7;
|
|
this.groupBox2.TabStop = false;
|
|
//
|
|
// txt_SL_CatSearch
|
|
//
|
|
this.txt_SL_CatSearch.Location = new System.Drawing.Point(10, 43);
|
|
this.txt_SL_CatSearch.Name = "txt_SL_CatSearch";
|
|
this.txt_SL_CatSearch.Size = new System.Drawing.Size(300, 21);
|
|
this.txt_SL_CatSearch.TabIndex = 7;
|
|
this.txt_SL_CatSearch.Text = "검색..";
|
|
this.txt_SL_CatSearch.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txt_SL_CatSearch_MouseClick);
|
|
this.txt_SL_CatSearch.TextChanged += new System.EventHandler(this.txt_SL_CatSearch_TextChanged);
|
|
this.txt_SL_CatSearch.Leave += new System.EventHandler(this.txt_SL_CatSearch_Leave);
|
|
//
|
|
// chkLst_SL_Category
|
|
//
|
|
this.chkLst_SL_Category.CheckOnClick = true;
|
|
this.chkLst_SL_Category.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.chkLst_SL_Category.FormattingEnabled = true;
|
|
this.chkLst_SL_Category.Location = new System.Drawing.Point(10, 68);
|
|
this.chkLst_SL_Category.Name = "chkLst_SL_Category";
|
|
this.chkLst_SL_Category.Size = new System.Drawing.Size(300, 404);
|
|
this.chkLst_SL_Category.TabIndex = 3;
|
|
this.chkLst_SL_Category.SelectedIndexChanged += new System.EventHandler(this.chkLst_SL_Category_SelectedIndexChanged);
|
|
//
|
|
// chk_SL_HideUnChk
|
|
//
|
|
this.chk_SL_HideUnChk.AutoSize = true;
|
|
this.chk_SL_HideUnChk.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.chk_SL_HideUnChk.Location = new System.Drawing.Point(10, 491);
|
|
this.chk_SL_HideUnChk.Name = "chk_SL_HideUnChk";
|
|
this.chk_SL_HideUnChk.Size = new System.Drawing.Size(186, 19);
|
|
this.chk_SL_HideUnChk.TabIndex = 6;
|
|
this.chk_SL_HideUnChk.Text = "미사용 체크박스 숨기기";
|
|
this.chk_SL_HideUnChk.UseVisualStyleBackColor = true;
|
|
this.chk_SL_HideUnChk.CheckedChanged += new System.EventHandler(this.chk_SL_HideUnChk_CheckedChanged);
|
|
//
|
|
// chk_SL_TotalCategory
|
|
//
|
|
this.chk_SL_TotalCategory.AutoSize = true;
|
|
this.chk_SL_TotalCategory.Location = new System.Drawing.Point(10, 21);
|
|
this.chk_SL_TotalCategory.Name = "chk_SL_TotalCategory";
|
|
this.chk_SL_TotalCategory.Size = new System.Drawing.Size(100, 16);
|
|
this.chk_SL_TotalCategory.TabIndex = 4;
|
|
this.chk_SL_TotalCategory.Text = "전체 카테고리";
|
|
this.chk_SL_TotalCategory.UseVisualStyleBackColor = true;
|
|
this.chk_SL_TotalCategory.CheckedChanged += new System.EventHandler(this.chk_SL_TotalCategory_CheckedChanged);
|
|
//
|
|
// Rad_SL_SelElem
|
|
//
|
|
this.Rad_SL_SelElem.AutoSize = true;
|
|
this.Rad_SL_SelElem.Location = new System.Drawing.Point(151, 20);
|
|
this.Rad_SL_SelElem.Name = "Rad_SL_SelElem";
|
|
this.Rad_SL_SelElem.Size = new System.Drawing.Size(75, 16);
|
|
this.Rad_SL_SelElem.TabIndex = 2;
|
|
this.Rad_SL_SelElem.TabStop = true;
|
|
this.Rad_SL_SelElem.Text = "선택 객체";
|
|
this.Rad_SL_SelElem.UseVisualStyleBackColor = true;
|
|
this.Rad_SL_SelElem.CheckedChanged += new System.EventHandler(this.Rad_SL_SelElem_CheckedChanged);
|
|
//
|
|
// rad_SL_CurView
|
|
//
|
|
this.rad_SL_CurView.AutoSize = true;
|
|
this.rad_SL_CurView.Location = new System.Drawing.Point(71, 20);
|
|
this.rad_SL_CurView.Name = "rad_SL_CurView";
|
|
this.rad_SL_CurView.Size = new System.Drawing.Size(63, 16);
|
|
this.rad_SL_CurView.TabIndex = 1;
|
|
this.rad_SL_CurView.TabStop = true;
|
|
this.rad_SL_CurView.Text = "현재 뷰";
|
|
this.rad_SL_CurView.UseVisualStyleBackColor = true;
|
|
this.rad_SL_CurView.CheckedChanged += new System.EventHandler(this.rad_SL_CurView_CheckedChanged);
|
|
//
|
|
// rad_SL_Total
|
|
//
|
|
this.rad_SL_Total.AutoSize = true;
|
|
this.rad_SL_Total.Location = new System.Drawing.Point(6, 20);
|
|
this.rad_SL_Total.Name = "rad_SL_Total";
|
|
this.rad_SL_Total.Size = new System.Drawing.Size(47, 16);
|
|
this.rad_SL_Total.TabIndex = 0;
|
|
this.rad_SL_Total.TabStop = true;
|
|
this.rad_SL_Total.Text = "전체";
|
|
this.rad_SL_Total.UseVisualStyleBackColor = true;
|
|
this.rad_SL_Total.CheckedChanged += new System.EventHandler(this.rad_SL_Total_CheckedChanged);
|
|
//
|
|
// Form_SheetLink
|
|
//
|
|
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(1075, 658);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "Form_SheetLink";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "카테고리별 물량산출";
|
|
this.Load += new System.EventHandler(this.Form_SheetLink_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.CheckedListBox chkLst_SL_Category;
|
|
private System.Windows.Forms.RadioButton Rad_SL_SelElem;
|
|
private System.Windows.Forms.RadioButton rad_SL_CurView;
|
|
private System.Windows.Forms.RadioButton rad_SL_Total;
|
|
private System.Windows.Forms.CheckBox chk_SL_TotalCategory;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.CheckBox chk_SL_HideUnChk;
|
|
private System.Windows.Forms.ListView listView_SL_Parameter;
|
|
private System.Windows.Forms.Button btn_readOnly;
|
|
private System.Windows.Forms.Button btn_Type;
|
|
private System.Windows.Forms.Button btn_Instance;
|
|
private System.Windows.Forms.TextBox txt_SL_CatSearch;
|
|
private System.Windows.Forms.TextBox txt_SL_ParamSearch;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label lbl_SL_SelCnt;
|
|
private System.Windows.Forms.Button btn_SL_Minus;
|
|
private System.Windows.Forms.Button btn_SL_Add;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.Button btn_SL_Top;
|
|
private System.Windows.Forms.TextBox txt_SL_SelParamSearch;
|
|
private System.Windows.Forms.ListView listView_SL_SelParameter;
|
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
private System.Windows.Forms.Button btn_SL_Bottom;
|
|
private System.Windows.Forms.Button btn_SL_Down;
|
|
private System.Windows.Forms.Button btn_SL_Up;
|
|
private System.Windows.Forms.Button btn_SL_CatReset;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btn_SL_TotalReset;
|
|
private System.Windows.Forms.Button btn_SL_Export;
|
|
private System.Windows.Forms.Button btn_SL_Import;
|
|
}
|
|
} |