Files
Unimarc/unimarc/unimarc/마크/Set_Macro.Designer.cs
2025-05-27 23:26:37 +09:00

492 lines
28 KiB
C#

namespace WindowsFormsApp1.Mac
{
partial class Set_Macro
{
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel1 = new System.Windows.Forms.Panel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.cb_EncodingType = new System.Windows.Forms.ComboBox();
this.btnClear = new System.Windows.Forms.Button();
this.btn_ApplyMacro = new System.Windows.Forms.Button();
this.cb_SearchList = new System.Windows.Forms.ComboBox();
this.btn_ListSave = new System.Windows.Forms.Button();
this.btnUp = new System.Windows.Forms.Button();
this.btnDown = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btn_ListRemove = new System.Windows.Forms.Button();
this.btnSearch = new System.Windows.Forms.Button();
this.tbSearch = new System.Windows.Forms.TextBox();
this.btn_AddList = new System.Windows.Forms.Button();
this.btn_Close = new System.Windows.Forms.Button();
this.MacroGrid = new System.Windows.Forms.DataGridView();
this.idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TagNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Macro = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TagRun = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Check = new System.Windows.Forms.DataGridViewButtonColumn();
this.panel3 = new System.Windows.Forms.Panel();
this.dgvSetting = new System.Windows.Forms.DataGridView();
this.SetIDX = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SetTag = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SetMacro = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SetRuncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.MacroGrid)).BeginInit();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSetting)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.panel1.Controls.Add(this.tableLayoutPanel1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1584, 32);
this.panel1.TabIndex = 1;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 16;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.cb_EncodingType, 9, 0);
this.tableLayoutPanel1.Controls.Add(this.btnClear, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.btn_ApplyMacro, 10, 0);
this.tableLayoutPanel1.Controls.Add(this.cb_SearchList, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.btn_ListSave, 11, 0);
this.tableLayoutPanel1.Controls.Add(this.btnUp, 12, 0);
this.tableLayoutPanel1.Controls.Add(this.btnDown, 13, 0);
this.tableLayoutPanel1.Controls.Add(this.btnDelete, 14, 0);
this.tableLayoutPanel1.Controls.Add(this.btn_ListRemove, 6, 0);
this.tableLayoutPanel1.Controls.Add(this.btnSearch, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.tbSearch, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.btn_AddList, 5, 0);
this.tableLayoutPanel1.Controls.Add(this.btn_Close, 15, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(3);
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1584, 32);
this.tableLayoutPanel1.TabIndex = 13;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Location = new System.Drawing.Point(6, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 26);
this.label1.TabIndex = 1;
this.label1.Text = "목록 검색";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// cb_EncodingType
//
this.cb_EncodingType.Dock = System.Windows.Forms.DockStyle.Fill;
this.cb_EncodingType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_EncodingType.FormattingEnabled = true;
this.cb_EncodingType.Items.AddRange(new object[] {
"ANSI",
"UTF-8",
"UniCode"});
this.cb_EncodingType.Location = new System.Drawing.Point(897, 5);
this.cb_EncodingType.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
this.cb_EncodingType.Name = "cb_EncodingType";
this.cb_EncodingType.Size = new System.Drawing.Size(122, 20);
this.cb_EncodingType.TabIndex = 10;
this.cb_EncodingType.Visible = false;
//
// btnClear
//
this.btnClear.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnClear.Location = new System.Drawing.Point(413, 3);
this.btnClear.Margin = new System.Windows.Forms.Padding(0);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(80, 26);
this.btnClear.TabIndex = 12;
this.btnClear.Text = "검색 초기화";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// btn_ApplyMacro
//
this.btn_ApplyMacro.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn_ApplyMacro.Location = new System.Drawing.Point(1019, 3);
this.btn_ApplyMacro.Margin = new System.Windows.Forms.Padding(0);
this.btn_ApplyMacro.Name = "btn_ApplyMacro";
this.btn_ApplyMacro.Size = new System.Drawing.Size(120, 26);
this.btn_ApplyMacro.TabIndex = 5;
this.btn_ApplyMacro.Text = "매크로 적용";
this.btn_ApplyMacro.UseVisualStyleBackColor = true;
this.btn_ApplyMacro.Click += new System.EventHandler(this.btn_ApplyMacro_Click);
//
// cb_SearchList
//
this.cb_SearchList.Dock = System.Windows.Forms.DockStyle.Fill;
this.cb_SearchList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_SearchList.FormattingEnabled = true;
this.cb_SearchList.Location = new System.Drawing.Point(83, 5);
this.cb_SearchList.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
this.cb_SearchList.Name = "cb_SearchList";
this.cb_SearchList.Size = new System.Drawing.Size(150, 20);
this.cb_SearchList.TabIndex = 4;
this.cb_SearchList.SelectedIndexChanged += new System.EventHandler(this.cb_SearchList_SelectedIndexChanged);
//
// btn_ListSave
//
this.btn_ListSave.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn_ListSave.Location = new System.Drawing.Point(1139, 3);
this.btn_ListSave.Margin = new System.Windows.Forms.Padding(0);
this.btn_ListSave.Name = "btn_ListSave";
this.btn_ListSave.Size = new System.Drawing.Size(120, 26);
this.btn_ListSave.TabIndex = 3;
this.btn_ListSave.Text = "목록 저장";
this.btn_ListSave.UseVisualStyleBackColor = true;
this.btn_ListSave.Click += new System.EventHandler(this.btn_ListSave_Click);
//
// btnUp
//
this.btnUp.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnUp.Location = new System.Drawing.Point(1259, 3);
this.btnUp.Margin = new System.Windows.Forms.Padding(0);
this.btnUp.Name = "btnUp";
this.btnUp.Size = new System.Drawing.Size(80, 26);
this.btnUp.TabIndex = 3;
this.btnUp.Text = "위로";
this.btnUp.UseVisualStyleBackColor = true;
this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
//
// btnDown
//
this.btnDown.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnDown.Location = new System.Drawing.Point(1339, 3);
this.btnDown.Margin = new System.Windows.Forms.Padding(0);
this.btnDown.Name = "btnDown";
this.btnDown.Size = new System.Drawing.Size(80, 26);
this.btnDown.TabIndex = 3;
this.btnDown.Text = "아래로";
this.btnDown.UseVisualStyleBackColor = true;
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
//
// btnDelete
//
this.btnDelete.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnDelete.Location = new System.Drawing.Point(1419, 3);
this.btnDelete.Margin = new System.Windows.Forms.Padding(0);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(80, 26);
this.btnDelete.TabIndex = 3;
this.btnDelete.Text = "삭제";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btn_ListRemove
//
this.btn_ListRemove.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn_ListRemove.Location = new System.Drawing.Point(573, 3);
this.btn_ListRemove.Margin = new System.Windows.Forms.Padding(0);
this.btn_ListRemove.Name = "btn_ListRemove";
this.btn_ListRemove.Size = new System.Drawing.Size(80, 26);
this.btn_ListRemove.TabIndex = 3;
this.btn_ListRemove.Text = "목록 제거";
this.btn_ListRemove.UseVisualStyleBackColor = true;
this.btn_ListRemove.Click += new System.EventHandler(this.btn_ListRemove_Click);
//
// btnSearch
//
this.btnSearch.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnSearch.Location = new System.Drawing.Point(333, 3);
this.btnSearch.Margin = new System.Windows.Forms.Padding(0);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(80, 26);
this.btnSearch.TabIndex = 12;
this.btnSearch.Text = "검색";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// tbSearch
//
this.tbSearch.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbSearch.Location = new System.Drawing.Point(233, 5);
this.tbSearch.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
this.tbSearch.Name = "tbSearch";
this.tbSearch.Size = new System.Drawing.Size(100, 21);
this.tbSearch.TabIndex = 11;
//
// btn_AddList
//
this.btn_AddList.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn_AddList.Location = new System.Drawing.Point(493, 3);
this.btn_AddList.Margin = new System.Windows.Forms.Padding(0);
this.btn_AddList.Name = "btn_AddList";
this.btn_AddList.Size = new System.Drawing.Size(80, 26);
this.btn_AddList.TabIndex = 3;
this.btn_AddList.Text = "신규 생성";
this.btn_AddList.UseVisualStyleBackColor = true;
this.btn_AddList.Click += new System.EventHandler(this.btn_AddList_Click);
//
// btn_Close
//
this.btn_Close.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn_Close.Location = new System.Drawing.Point(1499, 3);
this.btn_Close.Margin = new System.Windows.Forms.Padding(0);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(82, 26);
this.btn_Close.TabIndex = 2;
this.btn_Close.Text = "닫 기";
this.btn_Close.UseVisualStyleBackColor = true;
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
//
// MacroGrid
//
this.MacroGrid.AllowUserToAddRows = false;
this.MacroGrid.AllowUserToDeleteRows = false;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.MacroGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.MacroGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.MacroGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idx,
this.TagNum,
this.Macro,
this.TagRun,
this.Check});
this.MacroGrid.Dock = System.Windows.Forms.DockStyle.Left;
this.MacroGrid.Location = new System.Drawing.Point(0, 0);
this.MacroGrid.Name = "MacroGrid";
this.MacroGrid.ReadOnly = true;
this.MacroGrid.RowTemplate.Height = 23;
this.MacroGrid.Size = new System.Drawing.Size(976, 575);
this.MacroGrid.TabIndex = 0;
this.MacroGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.MacroGrid_CellContentClick);
this.MacroGrid.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.MacroGrid_RowPrePaint);
//
// idx
//
this.idx.HeaderText = "idx";
this.idx.Name = "idx";
this.idx.ReadOnly = true;
this.idx.Visible = false;
this.idx.Width = 60;
//
// TagNum
//
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.TagNum.DefaultCellStyle = dataGridViewCellStyle2;
this.TagNum.HeaderText = "태그번호";
this.TagNum.Name = "TagNum";
this.TagNum.ReadOnly = true;
//
// Macro
//
this.Macro.HeaderText = "매크로";
this.Macro.Name = "Macro";
this.Macro.ReadOnly = true;
this.Macro.Width = 700;
//
// TagRun
//
this.TagRun.HeaderText = "Runcode";
this.TagRun.Name = "TagRun";
this.TagRun.ReadOnly = true;
this.TagRun.Visible = false;
//
// Check
//
this.Check.HeaderText = "추가";
this.Check.Name = "Check";
this.Check.ReadOnly = true;
this.Check.Resizable = System.Windows.Forms.DataGridViewTriState.True;
//
// panel3
//
this.panel3.Controls.Add(this.dgvSetting);
this.panel3.Controls.Add(this.MacroGrid);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 32);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1584, 575);
this.panel3.TabIndex = 3;
//
// dgvSetting
//
this.dgvSetting.AllowUserToAddRows = false;
this.dgvSetting.AllowUserToDeleteRows = false;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvSetting.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgvSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.SetIDX,
this.SetTag,
this.SetMacro,
this.SetRuncode});
this.dgvSetting.Dock = System.Windows.Forms.DockStyle.Left;
this.dgvSetting.Location = new System.Drawing.Point(976, 0);
this.dgvSetting.Name = "dgvSetting";
this.dgvSetting.ReadOnly = true;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvSetting.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dgvSetting.RowHeadersWidth = 60;
dataGridViewCellStyle7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.dgvSetting.RowsDefaultCellStyle = dataGridViewCellStyle7;
this.dgvSetting.RowTemplate.Height = 23;
this.dgvSetting.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvSetting.Size = new System.Drawing.Size(608, 575);
this.dgvSetting.TabIndex = 0;
this.dgvSetting.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvSetting_RowPrePaint);
//
// SetIDX
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.SetIDX.DefaultCellStyle = dataGridViewCellStyle4;
this.SetIDX.HeaderText = "IDX";
this.SetIDX.Name = "SetIDX";
this.SetIDX.ReadOnly = true;
this.SetIDX.Visible = false;
//
// SetTag
//
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.SetTag.DefaultCellStyle = dataGridViewCellStyle5;
this.SetTag.HeaderText = "태그번호";
this.SetTag.Name = "SetTag";
this.SetTag.ReadOnly = true;
//
// SetMacro
//
this.SetMacro.HeaderText = "매크로";
this.SetMacro.Name = "SetMacro";
this.SetMacro.ReadOnly = true;
this.SetMacro.Width = 600;
//
// SetRuncode
//
this.SetRuncode.HeaderText = "Runcode";
this.SetRuncode.Name = "SetRuncode";
this.SetRuncode.ReadOnly = true;
this.SetRuncode.Visible = false;
//
// Set_Macro
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1584, 607);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel1);
this.Name = "Set_Macro";
this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds;
this.Text = "반출 옵션 선택";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Set_Macro_FormClosing);
this.Load += new System.EventHandler(this.Set_Macro_Load);
this.panel1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.MacroGrid)).EndInit();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvSetting)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.DataGridView MacroGrid;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btn_Close;
private System.Windows.Forms.Button btn_ListSave;
private System.Windows.Forms.Button btn_AddList;
private System.Windows.Forms.Button btn_ListRemove;
private System.Windows.Forms.DataGridViewCheckBoxColumn Save_Check;
private System.Windows.Forms.ComboBox cb_SearchList;
private System.Windows.Forms.Button btn_ApplyMacro;
private System.Windows.Forms.ComboBox cb_EncodingType;
private System.Windows.Forms.DataGridView dgvSetting;
private System.Windows.Forms.DataGridViewTextBoxColumn idx;
private System.Windows.Forms.DataGridViewTextBoxColumn TagNum;
private System.Windows.Forms.DataGridViewTextBoxColumn Macro;
private System.Windows.Forms.DataGridViewTextBoxColumn TagRun;
private System.Windows.Forms.DataGridViewButtonColumn Check;
private System.Windows.Forms.Button btnDown;
private System.Windows.Forms.Button btnUp;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.DataGridViewTextBoxColumn SetIDX;
private System.Windows.Forms.DataGridViewTextBoxColumn SetTag;
private System.Windows.Forms.DataGridViewTextBoxColumn SetMacro;
private System.Windows.Forms.DataGridViewTextBoxColumn SetRuncode;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.TextBox tbSearch;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Button btnClear;
}
}