Files
Groupware/SubProject/FPJ0000/JobReport_/fJobProcessSelect.Designer.cs
2025-01-02 12:48:16 +09:00

622 lines
34 KiB
C#

namespace FPJ0000.JobReport_
{
partial class fJobProcessSelect
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fJobProcessSelect));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.dsJobReport = new FPJ0000.dsJobReport();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.ta = new FPJ0000.dsJobReportTableAdapters.CommonTableAdapter();
this.tam = new FPJ0000.dsJobReportTableAdapters.TableAdapterManager();
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.btDelete = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.btSave = new System.Windows.Forms.ToolStripButton();
this.btImport = new System.Windows.Forms.ToolStripDropDownButton();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.commonDataGridView = new System.Windows.Forms.DataGridView();
this.code = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.svalueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lbWarningUser = new System.Windows.Forms.Label();
this.lbWarningManager = new System.Windows.Forms.Label();
this.tbFind = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.treeView1 = new System.Windows.Forms.TreeView();
this.btSelect = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.button2 = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.tbItemA = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.tbTypeA = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.btAdd = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.tbItemE = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.tbTypeE = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.btEdit = new System.Windows.Forms.Button();
this.btRefreshTreeview = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dsJobReport)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
this.bn.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.commonDataGridView)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// dsJobReport
//
this.dsJobReport.DataSetName = "dsJobReport";
this.dsJobReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// bs
//
this.bs.DataMember = "Common";
this.bs.DataSource = this.dsJobReport;
this.bs.Sort = "svalue2,svalue,memo";
//
// ta
//
this.ta.ClearBeforeFill = true;
//
// tam
//
this.tam.BackupDataSetBeforeUpdate = false;
this.tam.CommonTableAdapter = this.ta;
this.tam.UpdateOrder = FPJ0000.dsJobReportTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// bn
//
this.bn.AddNewItem = null;
this.bn.BindingSource = this.bs;
this.bn.CountItem = this.bindingNavigatorCountItem;
this.bn.DeleteItem = this.btDelete;
this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.btDelete,
this.btSave,
this.btImport});
this.bn.Location = new System.Drawing.Point(10, 706);
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.bn.Name = "bn";
this.bn.PositionItem = this.bindingNavigatorPositionItem;
this.bn.Size = new System.Drawing.Size(556, 25);
this.bn.TabIndex = 0;
this.bn.Text = "bindingNavigator1";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
this.bindingNavigatorCountItem.Text = "/{0}";
this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
//
// btDelete
//
this.btDelete.Image = ((System.Drawing.Image)(resources.GetObject("btDelete.Image")));
this.btDelete.Name = "btDelete";
this.btDelete.RightToLeftAutoMirrorImage = true;
this.btDelete.Size = new System.Drawing.Size(51, 22);
this.btDelete.Text = "삭제";
this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
//
// bindingNavigatorMovePreviousItem
//
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "위치";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "현재 위치";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem.Text = "다음으로 이동";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// btSave
//
this.btSave.Image = ((System.Drawing.Image)(resources.GetObject("btSave.Image")));
this.btSave.Name = "btSave";
this.btSave.Size = new System.Drawing.Size(51, 22);
this.btSave.Text = "저장";
this.btSave.Click += new System.EventHandler(this.commonBindingNavigatorSaveItem_Click);
//
// btImport
//
this.btImport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem});
this.btImport.Image = ((System.Drawing.Image)(resources.GetObject("btImport.Image")));
this.btImport.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btImport.Name = "btImport";
this.btImport.Size = new System.Drawing.Size(84, 22);
this.btImport.Text = "가져오기";
//
// 클립보드에서ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "클립보드에서ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.ToolStripMenuItem.Text = "클립보드에서";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// commonDataGridView
//
this.commonDataGridView.AllowUserToAddRows = false;
this.commonDataGridView.AllowUserToDeleteRows = false;
this.commonDataGridView.AutoGenerateColumns = false;
this.commonDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.commonDataGridView.ColumnHeadersHeight = 40;
this.commonDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.commonDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.code,
this.svalueDataGridViewTextBoxColumn});
this.commonDataGridView.DataSource = this.bs;
this.commonDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.commonDataGridView.Location = new System.Drawing.Point(10, 73);
this.commonDataGridView.Name = "commonDataGridView";
this.commonDataGridView.ReadOnly = true;
this.commonDataGridView.RowTemplate.Height = 23;
this.commonDataGridView.Size = new System.Drawing.Size(556, 601);
this.commonDataGridView.TabIndex = 2;
this.commonDataGridView.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.commonDataGridView_CellContentDoubleClick);
//
// code
//
this.code.DataPropertyName = "memo";
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.code.DefaultCellStyle = dataGridViewCellStyle2;
this.code.HeaderText = "형태";
this.code.Name = "code";
this.code.ReadOnly = true;
//
// svalueDataGridViewTextBoxColumn
//
this.svalueDataGridViewTextBoxColumn.DataPropertyName = "svalue";
this.svalueDataGridViewTextBoxColumn.HeaderText = "분류";
this.svalueDataGridViewTextBoxColumn.Name = "svalueDataGridViewTextBoxColumn";
this.svalueDataGridViewTextBoxColumn.ReadOnly = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.commonDataGridView);
this.groupBox1.Controls.Add(this.lbWarningUser);
this.groupBox1.Controls.Add(this.lbWarningManager);
this.groupBox1.Controls.Add(this.tbFind);
this.groupBox1.Controls.Add(this.bn);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Right;
this.groupBox1.Location = new System.Drawing.Point(598, 10);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(10, 3, 10, 10);
this.groupBox1.Size = new System.Drawing.Size(576, 741);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "전체 목록";
//
// lbWarningUser
//
this.lbWarningUser.BackColor = System.Drawing.Color.Gold;
this.lbWarningUser.Dock = System.Windows.Forms.DockStyle.Top;
this.lbWarningUser.Location = new System.Drawing.Point(10, 45);
this.lbWarningUser.Name = "lbWarningUser";
this.lbWarningUser.Size = new System.Drawing.Size(556, 28);
this.lbWarningUser.TabIndex = 5;
this.lbWarningUser.Text = "좌측 트리뷰의 항목을 더블클릭하거나 아래 목록에서 항목을 더블 클릭하면 선택됩니다";
this.lbWarningUser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbWarningManager
//
this.lbWarningManager.BackColor = System.Drawing.Color.Gold;
this.lbWarningManager.Dock = System.Windows.Forms.DockStyle.Top;
this.lbWarningManager.Location = new System.Drawing.Point(10, 17);
this.lbWarningManager.Name = "lbWarningManager";
this.lbWarningManager.Size = new System.Drawing.Size(556, 28);
this.lbWarningManager.TabIndex = 4;
this.lbWarningManager.Text = "일반사용자는 [형태] 항목의 데이터를 선택 합니다";
this.lbWarningManager.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbFind
//
this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbFind.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tbFind.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbFind.Location = new System.Drawing.Point(10, 674);
this.tbFind.Name = "tbFind";
this.tbFind.Size = new System.Drawing.Size(556, 32);
this.tbFind.TabIndex = 3;
this.tbFind.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFind_KeyDown);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.treeView1);
this.groupBox2.Controls.Add(this.btSelect);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.panel1);
this.groupBox2.Controls.Add(this.btRefreshTreeview);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(10, 10);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(10, 3, 10, 10);
this.groupBox2.Size = new System.Drawing.Size(588, 741);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Tree view ( 프로세스 / 분류 / 형태)";
this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
//
// treeView1
//
this.treeView1.AllowDrop = true;
this.treeView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.treeView1.Location = new System.Drawing.Point(10, 74);
this.treeView1.Name = "treeView1";
this.treeView1.ShowNodeToolTips = true;
this.treeView1.Size = new System.Drawing.Size(568, 439);
this.treeView1.TabIndex = 0;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tv_AfterSelect);
this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick);
this.treeView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyDown);
//
// btSelect
//
this.btSelect.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btSelect.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btSelect.Location = new System.Drawing.Point(10, 513);
this.btSelect.Name = "btSelect";
this.btSelect.Size = new System.Drawing.Size(568, 54);
this.btSelect.TabIndex = 5;
this.btSelect.Text = "선택 완료";
this.btSelect.UseVisualStyleBackColor = true;
this.btSelect.Click += new System.EventHandler(this.btSelect_Click);
//
// label8
//
this.label8.Dock = System.Windows.Forms.DockStyle.Top;
this.label8.Location = new System.Drawing.Point(10, 55);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(568, 19);
this.label8.TabIndex = 4;
this.label8.Text = "Path://";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel1
//
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.groupBox4);
this.panel1.Controls.Add(this.groupBox3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(10, 567);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(0, 10, 0, 5);
this.panel1.Size = new System.Drawing.Size(568, 164);
this.panel1.TabIndex = 3;
//
// button2
//
this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
this.button2.Location = new System.Drawing.Point(261, 10);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(46, 149);
this.button2.TabIndex = 3;
this.button2.Text = "선택\r\n노드\r\n삭제";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click_1);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.tbItemA);
this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Controls.Add(this.tbTypeA);
this.groupBox4.Controls.Add(this.label6);
this.groupBox4.Controls.Add(this.btAdd);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Right;
this.groupBox4.Location = new System.Drawing.Point(307, 10);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.groupBox4.Size = new System.Drawing.Size(261, 149);
this.groupBox4.TabIndex = 2;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "신규 추가";
//
// tbItemA
//
this.tbItemA.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tbItemA.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbItemA.Location = new System.Drawing.Point(74, 80);
this.tbItemA.Name = "tbItemA";
this.tbItemA.Size = new System.Drawing.Size(170, 22);
this.tbItemA.TabIndex = 12;
this.tbItemA.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbItemA_KeyDown);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(40, 86);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 11;
this.label5.Text = "형태";
//
// tbTypeA
//
this.tbTypeA.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbTypeA.Location = new System.Drawing.Point(74, 52);
this.tbTypeA.Name = "tbTypeA";
this.tbTypeA.Size = new System.Drawing.Size(170, 22);
this.tbTypeA.TabIndex = 10;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(40, 58);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 9;
this.label6.Text = "분류";
//
// btAdd
//
this.btAdd.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btAdd.Location = new System.Drawing.Point(10, 108);
this.btAdd.Name = "btAdd";
this.btAdd.Size = new System.Drawing.Size(241, 38);
this.btAdd.TabIndex = 2;
this.btAdd.Text = "추가";
this.btAdd.UseVisualStyleBackColor = true;
this.btAdd.Click += new System.EventHandler(this.button3_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.tbItemE);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.tbTypeE);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.btEdit);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox3.Location = new System.Drawing.Point(0, 10);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.groupBox3.Size = new System.Drawing.Size(261, 149);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "선택자료 편집";
//
// tbItemE
//
this.tbItemE.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tbItemE.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbItemE.Location = new System.Drawing.Point(84, 80);
this.tbItemE.Name = "tbItemE";
this.tbItemE.Size = new System.Drawing.Size(170, 22);
this.tbItemE.TabIndex = 6;
this.tbItemE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbItemE_KeyDown);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(50, 86);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 5;
this.label4.Text = "형태";
//
// tbTypeE
//
this.tbTypeE.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbTypeE.Location = new System.Drawing.Point(84, 52);
this.tbTypeE.Name = "tbTypeE";
this.tbTypeE.Size = new System.Drawing.Size(170, 22);
this.tbTypeE.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(50, 58);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 3;
this.label3.Text = "분류";
//
// btEdit
//
this.btEdit.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btEdit.Location = new System.Drawing.Point(10, 108);
this.btEdit.Name = "btEdit";
this.btEdit.Size = new System.Drawing.Size(241, 38);
this.btEdit.TabIndex = 2;
this.btEdit.Text = "편집";
this.btEdit.UseVisualStyleBackColor = true;
this.btEdit.Click += new System.EventHandler(this.button2_Click);
//
// btRefreshTreeview
//
this.btRefreshTreeview.Dock = System.Windows.Forms.DockStyle.Top;
this.btRefreshTreeview.Location = new System.Drawing.Point(10, 17);
this.btRefreshTreeview.Name = "btRefreshTreeview";
this.btRefreshTreeview.Size = new System.Drawing.Size(568, 38);
this.btRefreshTreeview.TabIndex = 1;
this.btRefreshTreeview.Text = "새로고침";
this.btRefreshTreeview.UseVisualStyleBackColor = true;
this.btRefreshTreeview.Click += new System.EventHandler(this.button1_Click);
//
// fJobProcessSelect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1184, 761);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "fJobProcessSelect";
this.Padding = new System.Windows.Forms.Padding(10);
this.Text = "작업형태 선택";
this.Load += new System.EventHandler(this.fJobProcessManager_Load);
((System.ComponentModel.ISupportInitialize)(this.dsJobReport)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
this.bn.ResumeLayout(false);
this.bn.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.commonDataGridView)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private dsJobReport dsJobReport;
private System.Windows.Forms.BindingSource bs;
private dsJobReportTableAdapters.CommonTableAdapter ta;
private dsJobReportTableAdapters.TableAdapterManager tam;
private System.Windows.Forms.BindingNavigator bn;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton btDelete;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton btSave;
private System.Windows.Forms.DataGridView commonDataGridView;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox tbFind;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.Button btRefreshTreeview;
private System.Windows.Forms.Label lbWarningManager;
private System.Windows.Forms.DataGridViewTextBoxColumn code;
private System.Windows.Forms.DataGridViewTextBoxColumn svalueDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn svalue2DataGridViewTextBoxColumn;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button btAdd;
private System.Windows.Forms.Button btEdit;
private System.Windows.Forms.TextBox tbItemE;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbTypeE;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbItemA;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tbTypeA;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ToolStripDropDownButton btImport;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label lbWarningUser;
private System.Windows.Forms.Button btSelect;
}
}