namespace FPJ0000.JobReport_ { partial class fJobProcessManager { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fJobProcessManager)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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.toolStripButton1 = 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.svalue2DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = 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.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.tbProcessA = new System.Windows.Forms.TextBox(); this.label7 = 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.tbProcessE = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.button1 = 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.toolStripButton1}); 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); // // toolStripButton1 // this.toolStripButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.클립보드에서ToolStripMenuItem}); this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(84, 22); this.toolStripButton1.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.AutoGenerateColumns = false; this.commonDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.commonDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.commonDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.code, this.svalueDataGridViewTextBoxColumn, this.svalue2DataGridViewTextBoxColumn}); this.commonDataGridView.DataSource = this.bs; this.commonDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.commonDataGridView.Location = new System.Drawing.Point(10, 45); this.commonDataGridView.Name = "commonDataGridView"; this.commonDataGridView.RowTemplate.Height = 23; this.commonDataGridView.Size = new System.Drawing.Size(556, 629); this.commonDataGridView.TabIndex = 2; // // code // this.code.DataPropertyName = "memo"; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.code.DefaultCellStyle = dataGridViewCellStyle1; this.code.HeaderText = "형태"; this.code.Name = "code"; // // svalueDataGridViewTextBoxColumn // this.svalueDataGridViewTextBoxColumn.DataPropertyName = "svalue"; this.svalueDataGridViewTextBoxColumn.HeaderText = "분류"; this.svalueDataGridViewTextBoxColumn.Name = "svalueDataGridViewTextBoxColumn"; // // svalue2DataGridViewTextBoxColumn // this.svalue2DataGridViewTextBoxColumn.DataPropertyName = "svalue2"; this.svalue2DataGridViewTextBoxColumn.HeaderText = "프로세스"; this.svalue2DataGridViewTextBoxColumn.Name = "svalue2DataGridViewTextBoxColumn"; // // groupBox1 // this.groupBox1.Controls.Add(this.commonDataGridView); this.groupBox1.Controls.Add(this.label1); 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 = "전체 목록"; // // label1 // this.label1.BackColor = System.Drawing.Color.Gold; this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.Location = new System.Drawing.Point(10, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(556, 28); this.label1.TabIndex = 4; this.label1.Text = "일반사용자는 [형태] 항목의 데이터를 선택 합니다"; this.label1.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.label8); this.groupBox2.Controls.Add(this.panel1); this.groupBox2.Controls.Add(this.button1); 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, 493); this.treeView1.TabIndex = 0; this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tv_AfterSelect); this.treeView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyDown); // // 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.tbProcessA); this.groupBox4.Controls.Add(this.label7); 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 = "분류"; // // tbProcessA // this.tbProcessA.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.tbProcessA.Location = new System.Drawing.Point(74, 24); this.tbProcessA.Name = "tbProcessA"; this.tbProcessA.Size = new System.Drawing.Size(170, 22); this.tbProcessA.TabIndex = 8; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(16, 30); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 7; this.label7.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.Controls.Add(this.tbProcessE); this.groupBox3.Controls.Add(this.label2); 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); // // tbProcessE // this.tbProcessE.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.tbProcessE.Location = new System.Drawing.Point(84, 24); this.tbProcessE.Name = "tbProcessE"; this.tbProcessE.Size = new System.Drawing.Size(170, 22); this.tbProcessE.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(26, 30); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 0; this.label2.Text = "프로세스"; // // button1 // this.button1.Dock = System.Windows.Forms.DockStyle.Top; this.button1.Location = new System.Drawing.Point(10, 17); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(568, 38); this.button1.TabIndex = 1; this.button1.Text = "새로고침"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // fJobProcessManager // 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 = "fJobProcessManager"; 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 button1; private System.Windows.Forms.Label label1; 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 tbProcessE; private System.Windows.Forms.Label label2; 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.TextBox tbProcessA; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button button2; private System.Windows.Forms.ToolStripDropDownButton toolStripButton1; private System.Windows.Forms.ToolStripMenuItem 클립보드에서ToolStripMenuItem; private System.Windows.Forms.Label label8; } }