/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinTree.UltraTreeColumnSet ultraTreeColumnSet1 = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn1 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn2 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeColumnSet  ultraTreeColumnSet2  = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn3 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeColumnSet  ultraTreeColumnSet3  = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn4 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn5 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.Override            _override1           = new Infragistics.Win.UltraWinTree.Override();
     this.InputTree        = new Infragistics.Win.UltraWinTree.UltraTree();
     this.ds               = new System.Data.DataSet();
     this.dtDataSet        = new System.Data.DataTable();
     this.cKey             = new System.Data.DataColumn();
     this.cDes             = new System.Data.DataColumn();
     this.InputParameters  = new System.Data.DataTable();
     this.cInputDataSetKey = new System.Data.DataColumn();
     this.cInputKey        = new System.Data.DataColumn();
     this.cInputName       = new System.Data.DataColumn();
     this.ExpectedResult   = new System.Data.DataTable();
     this.cExpectedDataSet = new System.Data.DataColumn();
     this.cExpectedKey     = new System.Data.DataColumn();
     this.cExpectedName    = new System.Data.DataColumn();
     this.Step             = new System.Data.DataTable();
     this.cInputSetKey     = new System.Data.DataColumn();
     this.cStepKey         = new System.Data.DataColumn();
     this.cStepName        = new System.Data.DataColumn();
     this.Parameter        = new System.Data.DataTable();
     this.cParaStepKey     = new System.Data.DataColumn();
     this.cParaKey         = new System.Data.DataColumn();
     this.cParaValue       = new System.Data.DataColumn();
     this.btnImport        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.InputTree)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ds)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.InputParameters)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ExpectedResult)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Step)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Parameter)).BeginInit();
     this.SuspendLayout();
     //
     // InputTree
     //
     this.InputTree.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.InputTree.ColumnSettings.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeColumnSet1.AllowCellEdit           = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeColumnSet1.AllowCellSizing         = Infragistics.Win.UltraWinTree.LayoutSizing.Vertical;
     appearance1.ImageHAlign                    = Infragistics.Win.HAlign.Left;
     appearance1.ImageVAlign                    = Infragistics.Win.VAlign.Middle;
     ultraTreeColumnSet1.CellAppearance         = appearance1;
     ultraTreeColumnSet1.ColumnAutoSizeMode     = Infragistics.Win.UltraWinTree.ColumnAutoSizeMode.AllNodesWithDescendants;
     appearance2.ImageVAlign                    = Infragistics.Win.VAlign.Middle;
     ultraTreeColumnSet1.ColumnHeaderAppearance = appearance2;
     ultraTreeNodeColumn1.AllowCellEdit         = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn1.Key                   = "cDataSetKey";
     ultraTreeNodeColumn1.Text                  = "DataSet Key";
     ultraTreeNodeColumn2.AllowCellEdit         = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn2.Key                   = "cDataSetDescription";
     ultraTreeNodeColumn2.Text                  = "Description";
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn1);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn2);
     ultraTreeColumnSet1.HeaderStyle    = Infragistics.Win.HeaderStyle.Standard;
     ultraTreeColumnSet1.Key            = "DataSet";
     ultraTreeColumnSet1.TipStyleCell   = Infragistics.Win.UltraWinTree.TipStyleCell.Show;
     ultraTreeColumnSet2.AllowCellEdit  = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn3.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn3.Key           = "cStep";
     ultraTreeNodeColumn3.Text          = "Step Name";
     ultraTreeColumnSet2.Columns.Add(ultraTreeNodeColumn3);
     ultraTreeColumnSet2.HeaderStyle    = Infragistics.Win.HeaderStyle.XPThemed;
     ultraTreeColumnSet2.Key            = "Step";
     ultraTreeColumnSet2.LabelPosition  = Infragistics.Win.UltraWinTree.NodeLayoutLabelPosition.Left;
     ultraTreeColumnSet2.LabelStyle     = Infragistics.Win.UltraWinTree.NodeLayoutLabelStyle.WithCellData;
     ultraTreeColumnSet3.AllowCellEdit  = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeColumnSet3.CellWrapText   = Infragistics.Win.DefaultableBoolean.True;
     ultraTreeNodeColumn4.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn4.Key           = "cKey";
     ultraTreeNodeColumn4.Text          = "Key";
     ultraTreeNodeColumn5.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn5.Key           = "cValue";
     ultraTreeNodeColumn5.Text          = "Value";
     ultraTreeColumnSet3.Columns.Add(ultraTreeNodeColumn4);
     ultraTreeColumnSet3.Columns.Add(ultraTreeNodeColumn5);
     ultraTreeColumnSet3.Key           = "Parameter";
     ultraTreeColumnSet3.LabelPosition = Infragistics.Win.UltraWinTree.NodeLayoutLabelPosition.None;
     ultraTreeColumnSet3.LabelStyle    = Infragistics.Win.UltraWinTree.NodeLayoutLabelStyle.WithCellData;
     this.InputTree.ColumnSettings.ColumnSets.Add(ultraTreeColumnSet1);
     this.InputTree.ColumnSettings.ColumnSets.Add(ultraTreeColumnSet2);
     this.InputTree.ColumnSettings.ColumnSets.Add(ultraTreeColumnSet3);
     this.InputTree.Location    = new System.Drawing.Point(-1, 0);
     this.InputTree.Name        = "InputTree";
     _override1.CellClickAction = Infragistics.Win.UltraWinTree.CellClickAction.EditCell;
     this.InputTree.Override    = _override1;
     this.InputTree.Size        = new System.Drawing.Size(339, 310);
     this.InputTree.TabIndex    = 0;
     //
     // ds
     //
     this.ds.DataSetName = "NewDataSet";
     this.ds.Relations.AddRange(new System.Data.DataRelation[] {
         new System.Data.DataRelation("DataSetToExpected", "DataSet", "ExpectedResult", new string[] {
             "Key"
         }, new string[] {
             "DataSetKey"
         }, false),
         new System.Data.DataRelation("StepToPara", "Step", "Parameter", new string[] {
             "StepKey"
         }, new string[] {
             "StepKey"
         }, false),
         new System.Data.DataRelation("DataSetToInput", "DataSet", "InputParameters", new string[] {
             "Key"
         }, new string[] {
             "DataSetKey"
         }, false),
         new System.Data.DataRelation("ExpectedToStep", "ExpectedResult", "Step", new string[] {
             "ExpectedKey"
         }, new string[] {
             "InputSetKey"
         }, false),
         new System.Data.DataRelation("InputToStep", "InputParameters", "Step", new string[] {
             "InputKey"
         }, new string[] {
             "InputSetKey"
         }, false)
     });
     this.ds.Tables.AddRange(new System.Data.DataTable[] {
         this.dtDataSet,
         this.InputParameters,
         this.ExpectedResult,
         this.Step,
         this.Parameter
     });
     //
     // dtDataSet
     //
     this.dtDataSet.Columns.AddRange(new System.Data.DataColumn[] {
         this.cKey,
         this.cDes
     });
     this.dtDataSet.Constraints.AddRange(new System.Data.Constraint[] {
         new System.Data.UniqueConstraint("Constraint1", new string[] {
             "Key"
         }, false)
     });
     this.dtDataSet.TableName = "DataSet";
     //
     // cKey
     //
     this.cKey.ColumnName = "Key";
     //
     // cDes
     //
     this.cDes.ColumnName = "Description";
     //
     // InputParameters
     //
     this.InputParameters.Columns.AddRange(new System.Data.DataColumn[] {
         this.cInputDataSetKey,
         this.cInputKey,
         this.cInputName
     });
     this.InputParameters.Constraints.AddRange(new System.Data.Constraint[] {
         new System.Data.ForeignKeyConstraint("DataSetToInput", "DataSet", new string[] {
             "Key"
         }, new string[] {
             "DataSetKey"
         }, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
         new System.Data.UniqueConstraint("Constraint1", new string[] {
             "InputKey"
         }, false)
     });
     this.InputParameters.TableName = "InputParameters";
     //
     // cInputDataSetKey
     //
     this.cInputDataSetKey.ColumnName = "DataSetKey";
     //
     // cInputKey
     //
     this.cInputKey.ColumnName = "InputKey";
     //
     // cInputName
     //
     this.cInputName.ColumnName = "InputName";
     //
     // ExpectedResult
     //
     this.ExpectedResult.Columns.AddRange(new System.Data.DataColumn[] {
         this.cExpectedDataSet,
         this.cExpectedKey,
         this.cExpectedName
     });
     this.ExpectedResult.Constraints.AddRange(new System.Data.Constraint[] {
         new System.Data.ForeignKeyConstraint("DataSetToExpected", "DataSet", new string[] {
             "Key"
         }, new string[] {
             "DataSetKey"
         }, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
         new System.Data.UniqueConstraint("Constraint1", new string[] {
             "ExpectedKey"
         }, false)
     });
     this.ExpectedResult.TableName = "ExpectedResult";
     //
     // cExpectedDataSet
     //
     this.cExpectedDataSet.ColumnName = "DataSetKey";
     //
     // cExpectedKey
     //
     this.cExpectedKey.ColumnName = "ExpectedKey";
     //
     // cExpectedName
     //
     this.cExpectedName.ColumnName = "ExpectedName";
     //
     // Step
     //
     this.Step.Columns.AddRange(new System.Data.DataColumn[] {
         this.cInputSetKey,
         this.cStepKey,
         this.cStepName
     });
     this.Step.Constraints.AddRange(new System.Data.Constraint[] {
         new System.Data.ForeignKeyConstraint("InputToStep", "InputParameters", new string[] {
             "InputKey"
         }, new string[] {
             "InputSetKey"
         }, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
         new System.Data.ForeignKeyConstraint("ExpectedToStep", "ExpectedResult", new string[] {
             "ExpectedKey"
         }, new string[] {
             "InputSetKey"
         }, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
         new System.Data.UniqueConstraint("Constraint1", new string[] {
             "StepKey"
         }, false)
     });
     this.Step.TableName = "Step";
     //
     // cInputSetKey
     //
     this.cInputSetKey.ColumnName = "InputSetKey";
     //
     // cStepKey
     //
     this.cStepKey.ColumnName = "StepKey";
     //
     // cStepName
     //
     this.cStepName.ColumnName = "StepName";
     //
     // Parameter
     //
     this.Parameter.Columns.AddRange(new System.Data.DataColumn[] {
         this.cParaStepKey,
         this.cParaKey,
         this.cParaValue
     });
     this.Parameter.Constraints.AddRange(new System.Data.Constraint[] {
         new System.Data.ForeignKeyConstraint("StepToPara", "Step", new string[] {
             "StepKey"
         }, new string[] {
             "StepKey"
         }, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade)
     });
     this.Parameter.TableName = "Parameter";
     //
     // cParaStepKey
     //
     this.cParaStepKey.ColumnName = "StepKey";
     //
     // cParaKey
     //
     this.cParaKey.ColumnName = "ParaKey";
     //
     // cParaValue
     //
     this.cParaValue.ColumnName = "ParaValue";
     //
     // btnImport
     //
     this.btnImport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnImport.Location = new System.Drawing.Point(364, 243);
     this.btnImport.Name     = "btnImport";
     this.btnImport.Size     = new System.Drawing.Size(75, 23);
     this.btnImport.TabIndex = 1;
     this.btnImport.Text     = "Import";
     this.btnImport.UseVisualStyleBackColor = true;
     this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
     //
     // Mainframe
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(451, 308);
     this.Controls.Add(this.btnImport);
     this.Controls.Add(this.InputTree);
     this.Name = "Mainframe";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.InputTree)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ds)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.InputParameters)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ExpectedResult)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Step)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Parameter)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinTree.UltraTreeColumnSet  ultraTreeColumnSet1  = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn1 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn2 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn3 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn4 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn5 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn6 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn7 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn8 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn9 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance                    appearance6             = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.Override         _override1 = new Infragistics.Win.UltraWinTree.Override();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FrmPeca_Importa));
     this.panel1        = new System.Windows.Forms.Panel();
     this.btnReturn     = new System.Windows.Forms.Button();
     this.btnSelecionar = new System.Windows.Forms.Button();
     this.utv           = new Infragistics.Win.UltraWinTree.UltraTree();
     this.btnImportar   = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.utv)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.btnReturn);
     this.panel1.Controls.Add(this.btnSelecionar);
     this.panel1.Controls.Add(this.utv);
     this.panel1.Controls.Add(this.btnImportar);
     this.panel1.Location = new System.Drawing.Point(12, 12);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(993, 520);
     this.panel1.TabIndex = 0;
     //
     // btnReturn
     //
     this.btnReturn.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnReturn.ForeColor  = System.Drawing.Color.SteelBlue;
     this.btnReturn.Image      = global::Edgecam_Manager.Imagens_NewLookInterface.sair_blue_16;
     this.btnReturn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnReturn.Location   = new System.Drawing.Point(674, 477);
     this.btnReturn.Name       = "btnReturn";
     this.btnReturn.Size       = new System.Drawing.Size(73, 31);
     this.btnReturn.TabIndex   = 88;
     this.btnReturn.Text       = "Retornar";
     this.btnReturn.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnReturn.UseVisualStyleBackColor = true;
     this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
     //
     // btnSelecionar
     //
     this.btnSelecionar.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSelecionar.ForeColor  = System.Drawing.Color.SteelBlue;
     this.btnSelecionar.Image      = global::Edgecam_Manager.Imagens_NewLookInterface.mao_selecionar_16;
     this.btnSelecionar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSelecionar.Location   = new System.Drawing.Point(753, 477);
     this.btnSelecionar.Name       = "btnSelecionar";
     this.btnSelecionar.Size       = new System.Drawing.Size(114, 31);
     this.btnSelecionar.TabIndex   = 87;
     this.btnSelecionar.Text       = "Selecionar peças";
     this.btnSelecionar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSelecionar.UseVisualStyleBackColor = true;
     this.btnSelecionar.Click += new System.EventHandler(this.btnSelecionar_Click);
     //
     // utv
     //
     this.utv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                              | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     ultraTreeColumnSet1.AllowCellSizing     = Infragistics.Win.UltraWinTree.LayoutSizing.Horizontal;
     ultraTreeNodeColumn1.AllowCellEdit      = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn1.ButtonDisplayStyle = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance1.TextHAlignAsString          = "Center";
     appearance1.TextVAlignAsString          = "Middle";
     ultraTreeNodeColumn1.CellAppearance     = appearance1;
     ultraTreeNodeColumn1.DataType           = typeof(bool);
     ultraTreeNodeColumn1.Key  = "Column 10";
     ultraTreeNodeColumn1.Text = "Importar";
     appearance2.ImageHAlign   = Infragistics.Win.HAlign.Center;
     appearance2.ImageVAlign   = Infragistics.Win.VAlign.Middle;
     ultraTreeNodeColumn2.ActiveCellAppearance = appearance2;
     ultraTreeNodeColumn2.ButtonDisplayStyle   = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance3.ImageHAlign                            = Infragistics.Win.HAlign.Center;
     appearance3.ImageVAlign                            = Infragistics.Win.VAlign.Middle;
     appearance3.TextHAlignAsString                     = "Center";
     appearance3.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn2.CellAppearance                = appearance3;
     ultraTreeNodeColumn2.DataType                      = typeof(System.Drawing.Bitmap);
     ultraTreeNodeColumn2.Key                           = "Column 1";
     ultraTreeNodeColumn2.Text                          = "Tipo";
     ultraTreeNodeColumn3.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance4.TextHAlignAsString                     = "Left";
     appearance4.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn3.CellAppearance                = appearance4;
     ultraTreeNodeColumn3.DataType                      = typeof(string);
     ultraTreeNodeColumn3.Key                           = "Column 9";
     ultraTreeNodeColumn3.LayoutInfo.PreferredLabelSize = new System.Drawing.Size(300, 0);
     ultraTreeNodeColumn3.Text                          = "Nome do item";
     ultraTreeNodeColumn4.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     ultraTreeNodeColumn4.DataType                      = typeof(string);
     ultraTreeNodeColumn4.Key                           = "Column 5";
     ultraTreeNodeColumn4.Text                          = "Caminho do item";
     ultraTreeNodeColumn5.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     ultraTreeNodeColumn5.DataType                      = typeof(string);
     ultraTreeNodeColumn5.Key                           = "Column 6";
     ultraTreeNodeColumn5.Text                          = "Revisão";
     ultraTreeNodeColumn6.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     ultraTreeNodeColumn6.DataType                      = typeof(string);
     ultraTreeNodeColumn6.Key                           = "Column 8";
     ultraTreeNodeColumn6.Text                          = "Centro de trabalho";
     ultraTreeNodeColumn7.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     ultraTreeNodeColumn7.DataType                      = typeof(string);
     ultraTreeNodeColumn7.Key                           = "Column 7";
     ultraTreeNodeColumn7.Text                          = "Material";
     ultraTreeNodeColumn8.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance5.TextHAlignAsString                     = "Center";
     appearance5.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn8.CellAppearance                = appearance5;
     ultraTreeNodeColumn8.DataType                      = typeof(string);
     ultraTreeNodeColumn8.Key                           = "Column 4";
     ultraTreeNodeColumn8.Text                          = "Nível";
     ultraTreeNodeColumn9.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance6.TextHAlignAsString                     = "Center";
     appearance6.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn9.CellAppearance                = appearance6;
     ultraTreeNodeColumn9.DataType                      = typeof(bool);
     ultraTreeNodeColumn9.Key                           = "Column 2";
     ultraTreeNodeColumn9.Text                          = "Ativo";
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn1);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn2);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn3);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn4);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn5);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn6);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn7);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn8);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn9);
     this.utv.ColumnSettings.RootColumnSet = ultraTreeColumnSet1;
     this.utv.ImageTransparentColor        = System.Drawing.Color.Transparent;
     this.utv.Location           = new System.Drawing.Point(17, 16);
     this.utv.Name               = "utv";
     this.utv.NodeConnectorColor = System.Drawing.SystemColors.ControlDark;
     _override1.CellClickAction  = Infragistics.Win.UltraWinTree.CellClickAction.EditCell;
     this.utv.Override           = _override1;
     this.utv.Size               = new System.Drawing.Size(964, 438);
     this.utv.TabIndex           = 86;
     this.utv.ViewStyle          = Infragistics.Win.UltraWinTree.ViewStyle.OutlookExpress;
     //
     // btnImportar
     //
     this.btnImportar.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnImportar.ForeColor  = System.Drawing.Color.SteelBlue;
     this.btnImportar.Image      = global::Edgecam_Manager.Imagens_NewLookInterface.selecionar_selecionado_16;
     this.btnImportar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnImportar.Location   = new System.Drawing.Point(873, 477);
     this.btnImportar.Name       = "btnImportar";
     this.btnImportar.Size       = new System.Drawing.Size(108, 31);
     this.btnImportar.TabIndex   = 85;
     this.btnImportar.Text       = "Importar peças";
     this.btnImportar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnImportar.UseVisualStyleBackColor = true;
     this.btnImportar.Click += new System.EventHandler(this.btnImportar_Click);
     //
     // FrmPeca_Importa
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlLightLight;
     this.ClientSize          = new System.Drawing.Size(1017, 544);
     this.Controls.Add(this.panel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FrmPeca_Importa";
     this.Text = "FrmImportaPeca";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.utv)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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();
     Infragistics.Win.UltraWinTree.UltraTreeColumnSet       ultraTreeColumnSet1   = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
     Infragistics.Win.UltraWinTree.Override                 _override1            = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.UltraWinToolbars.UltraToolbar         ultraToolbar1         = new Infragistics.Win.UltraWinToolbars.UltraToolbar("QueryToolbar");
     Infragistics.Win.UltraWinToolbars.StateButtonTool      stateButtonTool2      = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Flag", "");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool7           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Show SQL");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool17          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Activity Indicator");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool10          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Stop");
     Infragistics.Win.UltraWinToolbars.LabelTool            labelTool2            = new Infragistics.Win.UltraWinToolbars.LabelTool("Timing");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool2           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Show SQL");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Activity Indicator");
     Infragistics.Win.UltraWinToolbars.LabelTool            labelTool1            = new Infragistics.Win.UltraWinToolbars.LabelTool("Timing");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Stop");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool1 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Flag", "");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("GridPopupMenu");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool22   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcExplainPlan));
     this.QueryResultsControl2_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this._utExplain   = new Infragistics.Win.UltraWinTree.UltraTree();
     this._uaiActivity = new Infragistics.Win.UltraActivityIndicator.UltraActivityIndicator();
     this._QueryResultsControl2_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._utm   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._iml32 = new System.Windows.Forms.ImageList(this.components);
     this._iml16 = new System.Windows.Forms.ImageList(this.components);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._QueryResultsControl2_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._tmQueryTimer = new System.Windows.Forms.Timer(this.components);
     this.QueryResultsControl2_Fill_Panel.ClientArea.SuspendLayout();
     this.QueryResultsControl2_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._utExplain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._utm)).BeginInit();
     this.SuspendLayout();
     //
     // QueryResultsControl2_Fill_Panel
     //
     //
     // QueryResultsControl2_Fill_Panel.ClientArea
     //
     this.QueryResultsControl2_Fill_Panel.ClientArea.Controls.Add(this._utExplain);
     this.QueryResultsControl2_Fill_Panel.ClientArea.Controls.Add(this._uaiActivity);
     this.QueryResultsControl2_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.QueryResultsControl2_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.QueryResultsControl2_Fill_Panel.Location = new System.Drawing.Point(0, 27);
     this.QueryResultsControl2_Fill_Panel.Name     = "QueryResultsControl2_Fill_Panel";
     this.QueryResultsControl2_Fill_Panel.Size     = new System.Drawing.Size(786, 379);
     this.QueryResultsControl2_Fill_Panel.TabIndex = 0;
     //
     // _utExplain
     //
     ultraTreeColumnSet1.Key = "Set1";
     this._utExplain.ColumnSettings.RootColumnSet = ultraTreeColumnSet1;
     this._utExplain.ColumnSettings.ShowBandNodes = Infragistics.Win.UltraWinTree.ShowBandNodes.Always;
     this._utm.SetContextMenuUltra(this._utExplain, "GridPopupMenu");
     this._utExplain.DisplayStyle = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this._utExplain.Dock         = System.Windows.Forms.DockStyle.Fill;
     this._utExplain.Location     = new System.Drawing.Point(0, 0);
     this._utExplain.Name         = "_utExplain";
     _override1.SelectionType     = Infragistics.Win.UltraWinTree.SelectType.Extended;
     this._utExplain.Override     = _override1;
     this._utExplain.Size         = new System.Drawing.Size(786, 379);
     this._utExplain.TabIndex     = 1;
     this._utExplain.ViewStyle    = Infragistics.Win.UltraWinTree.ViewStyle.OutlookExpress;
     this._utExplain.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.UtExplain_KeyDown);
     this._utExplain.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.UtExplain_KeyUp);
     //
     // _uaiActivity
     //
     this._uaiActivity.AnimationSpeed   = 40;
     this._uaiActivity.CausesValidation = true;
     this._uaiActivity.Location         = new System.Drawing.Point(336, 205);
     this._uaiActivity.Name             = "_uaiActivity";
     this._uaiActivity.Size             = new System.Drawing.Size(188, 19);
     this._uaiActivity.TabIndex         = 0;
     this._uaiActivity.TabStop          = true;
     this._uaiActivity.ViewStyle        = Infragistics.Win.UltraActivityIndicator.ActivityIndicatorViewStyle.Aero;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Left
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Left";
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 379);
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.ToolbarsManager = this._utm;
     //
     // _utm
     //
     this._utm.DesignerFlags           = 1;
     this._utm.DockWithinContainer     = this;
     this._utm.ImageListLarge          = this._iml32;
     this._utm.ImageListSmall          = this._iml16;
     this._utm.ShowFullMenusDelay      = 500;
     ultraToolbar1.DockedColumn        = 0;
     ultraToolbar1.DockedRow           = 0;
     controlContainerTool2.ControlName = "_uaiActivity";
     controlContainerTool2.InstanceProps.IsFirstInGroup = true;
     labelTool2.InstanceProps.IsFirstInGroup            = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         stateButtonTool2,
         buttonTool7,
         buttonTool17,
         controlContainerTool2,
         buttonTool10,
         labelTool2
     });
     ultraToolbar1.Text = "QueryToolbar";
     this._utm.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     buttonTool2.SharedPropsInternal.Caption           = "SQL";
     buttonTool2.SharedPropsInternal.DisplayStyle      = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool2.SharedPropsInternal.ToolTipText       = "Show SQL that was executed.";
     buttonTool2.SharedPropsInternal.ToolTipTitle      = "Show SQL";
     controlContainerTool1.ControlName                 = "_uaiActivity";
     controlContainerTool1.SharedPropsInternal.Caption = "Activity Indicator";
     appearance1.TextHAlignAsString = "Left";
     appearance1.TextVAlignAsString = "Middle";
     labelTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance1;
     labelTool1.SharedPropsInternal.Caption = "Timing";
     appearance2.Image = 12;
     buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance2;
     appearance3.Image = 6;
     buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance3;
     buttonTool5.SharedPropsInternal.Caption      = "Stop";
     buttonTool5.SharedPropsInternal.ToolTipText  = "Stop currently running query.";
     buttonTool5.SharedPropsInternal.ToolTipTitle = "Stop";
     appearance4.Image = 16;
     stateButtonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance4;
     appearance5.Image = 16;
     stateButtonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance5;
     appearance6.Image = "MapMarker_PushPin2__Pink.png";
     stateButtonTool1.SharedPropsInternal.AppearancesSmall.PressedAppearance = appearance6;
     stateButtonTool1.SharedPropsInternal.Caption      = "Pin";
     stateButtonTool1.SharedPropsInternal.ToolTipText  = "Pin the results so the widnow is not reused.";
     stateButtonTool1.SharedPropsInternal.ToolTipTitle = "Pin";
     popupMenuTool1.SharedPropsInternal.Caption        = "GridPopupMenu";
     buttonTool22.InstanceProps.IsFirstInGroup         = true;
     popupMenuTool1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool12,
         buttonTool22
     });
     appearance7.Image = 8;
     buttonTool11.SharedPropsInternal.AppearancesLarge.Appearance = appearance7;
     appearance8.Image = 3;
     buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance8;
     buttonTool11.SharedPropsInternal.Caption      = "Copy";
     buttonTool11.SharedPropsInternal.ToolTipText  = "Copy selected cells to clipboard";
     buttonTool11.SharedPropsInternal.ToolTipTitle = "Copy";
     appearance9.Image = 10;
     buttonTool16.SharedPropsInternal.AppearancesLarge.Appearance = appearance9;
     appearance10.Image = 5;
     buttonTool16.SharedPropsInternal.AppearancesSmall.Appearance = appearance10;
     buttonTool16.SharedPropsInternal.Caption      = "Refresh";
     buttonTool16.SharedPropsInternal.ToolTipText  = "Refresh the data by re-running the query.";
     buttonTool16.SharedPropsInternal.ToolTipTitle = "Refresh Results";
     this._utm.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool2,
         controlContainerTool1,
         labelTool1,
         buttonTool5,
         stateButtonTool1,
         popupMenuTool1,
         buttonTool11,
         buttonTool16
     });
     this._utm.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.UtmToolClick);
     //
     // _iml32
     //
     this._iml32.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_iml32.ImageStream")));
     this._iml32.TransparentColor = System.Drawing.Color.Transparent;
     this._iml32.Images.SetKeyName(0, "flag_red.png");
     this._iml32.Images.SetKeyName(1, "document_inspector.png");
     this._iml32.Images.SetKeyName(2, "filter.png");
     this._iml32.Images.SetKeyName(3, "control_stop_blue.png");
     this._iml32.Images.SetKeyName(4, "database_go.png");
     this._iml32.Images.SetKeyName(5, "draw_eraser.png");
     this._iml32.Images.SetKeyName(6, "database_delete.png");
     this._iml32.Images.SetKeyName(7, "database_save.png");
     this._iml32.Images.SetKeyName(8, "page_copy.png");
     this._iml32.Images.SetKeyName(9, "download.png");
     this._iml32.Images.SetKeyName(10, "arrow_refresh.png");
     this._iml32.Images.SetKeyName(11, "database_undo.png");
     this._iml32.Images.SetKeyName(12, "control_stop_red.png");
     this._iml32.Images.SetKeyName(13, "download_red.png");
     this._iml32.Images.SetKeyName(14, "export_excel.png");
     this._iml32.Images.SetKeyName(15, "MapMarker_PushPin2__Pink.png");
     this._iml32.Images.SetKeyName(16, "MapMarker_PushPin2_Left_Chartreuse.png");
     this._iml32.Images.SetKeyName(17, "data_chooser.png");
     //
     // _iml16
     //
     this._iml16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_iml16.ImageStream")));
     this._iml16.TransparentColor = System.Drawing.Color.Transparent;
     this._iml16.Images.SetKeyName(0, "flag_red.png");
     this._iml16.Images.SetKeyName(1, "filter.png");
     this._iml16.Images.SetKeyName(2, "control_stop_blue.png");
     this._iml16.Images.SetKeyName(3, "page_copy.png");
     this._iml16.Images.SetKeyName(4, "download.png");
     this._iml16.Images.SetKeyName(5, "arrow_refresh.png");
     this._iml16.Images.SetKeyName(6, "control_stop_red.png");
     this._iml16.Images.SetKeyName(7, "download_red.png");
     this._iml16.Images.SetKeyName(8, "page_copy_database.png");
     this._iml16.Images.SetKeyName(9, "page_copy_header.png");
     this._iml16.Images.SetKeyName(10, "file_extension_rtf.png");
     this._iml16.Images.SetKeyName(11, "file_extension_txt.png");
     this._iml16.Images.SetKeyName(12, "file_extension_xls.png");
     this._iml16.Images.SetKeyName(13, "database_check.png");
     this._iml16.Images.SetKeyName(14, "database_left.png");
     this._iml16.Images.SetKeyName(15, "MapMarker_PushPin2__Pink.png");
     this._iml16.Images.SetKeyName(16, "MapMarker_PushPin2_Left_Chartreuse.png");
     this._iml16.Images.SetKeyName(17, "data_chooser.png");
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Right
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(786, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Right";
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 379);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.ToolbarsManager = this._utm;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Top
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Top";
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(786, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.ToolbarsManager = this._utm;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Bottom
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 406);
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Bottom";
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(786, 0);
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this._utm;
     //
     // _tmQueryTimer
     //
     this._tmQueryTimer.Enabled = true;
     this._tmQueryTimer.Tick   += new System.EventHandler(this.TmQueryTimerTick);
     //
     // UcExplainPlan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.QueryResultsControl2_Fill_Panel);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Top);
     this.Name = "UcExplainPlan";
     this.Size = new System.Drawing.Size(786, 406);
     this.QueryResultsControl2_Fill_Panel.ClientArea.ResumeLayout(false);
     this.QueryResultsControl2_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._utExplain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._utm)).EndInit();
     this.ResumeLayout(false);
 }
        /// <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();
            Infragistics.Win.UltraWinTree.UltraTreeColumnSet ultraTreeColumnSet1 = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn1 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn2 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn3 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn4 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn5 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmErga_List));
            this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
            this.panel1 = new System.Windows.Forms.Panel();
            this.cmdExit = new System.Windows.Forms.Button();
            this.cmdUpdate = new System.Windows.Forms.Button();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.ctxUpdate = new System.Windows.Forms.ToolStripMenuItem();
            this.ctxAdd = new System.Windows.Forms.ToolStripMenuItem();
            this.ctxAdd_SubTask = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tbInsert = new System.Windows.Forms.ToolStripButton();
            this.tbInsertSubTask = new System.Windows.Forms.ToolStripButton();
            this.tbUpdate = new System.Windows.Forms.ToolStripButton();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
            this.panel1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // ultraTree1
            // 
            ultraTreeNodeColumn1.ButtonDisplayStyle = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
            ultraTreeNodeColumn1.DataType = typeof(long);
            ultraTreeNodeColumn1.Key = "fldProjectID";
            ultraTreeNodeColumn1.LayoutInfo.PreferredCellSize = new System.Drawing.Size(98, 19);
            ultraTreeNodeColumn1.LayoutInfo.PreferredLabelSize = new System.Drawing.Size(98, 0);
            ultraTreeNodeColumn1.LayoutInfo.SpanX = 2;
            ultraTreeNodeColumn1.LayoutInfo.SpanY = 2;
            ultraTreeNodeColumn1.Text = "Κωδ.";
            ultraTreeNodeColumn1.Visible = false;
            ultraTreeNodeColumn2.ButtonDisplayStyle = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
            ultraTreeNodeColumn2.DataType = typeof(string);
            ultraTreeNodeColumn2.Key = "fldProjectTreeCode";
            ultraTreeNodeColumn2.LayoutInfo.PreferredCellSize = new System.Drawing.Size(135, 19);
            ultraTreeNodeColumn2.LayoutInfo.PreferredLabelSize = new System.Drawing.Size(135, 0);
            ultraTreeNodeColumn2.LayoutInfo.SpanX = 2;
            ultraTreeNodeColumn2.LayoutInfo.SpanY = 2;
            ultraTreeNodeColumn2.Text = "Κωδ.";
            ultraTreeNodeColumn3.ButtonDisplayStyle = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
            ultraTreeNodeColumn3.DataType = typeof(string);
            ultraTreeNodeColumn3.Key = "fldProjectName";
            ultraTreeNodeColumn3.LayoutInfo.PreferredCellSize = new System.Drawing.Size(448, 19);
            ultraTreeNodeColumn3.LayoutInfo.PreferredLabelSize = new System.Drawing.Size(448, 0);
            ultraTreeNodeColumn3.LayoutInfo.SpanX = 2;
            ultraTreeNodeColumn3.LayoutInfo.SpanY = 2;
            ultraTreeNodeColumn3.Text = "Τίτλος";
            ultraTreeNodeColumn4.ButtonDisplayStyle = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
            ultraTreeNodeColumn4.DataType = typeof(System.DateTime);
            ultraTreeNodeColumn4.Format = "dd/MM/yyyy";
            ultraTreeNodeColumn4.FormatProvider = new System.Globalization.CultureInfo("el-GR");
            ultraTreeNodeColumn4.Key = "fldDateStart";
            ultraTreeNodeColumn4.LayoutInfo.PreferredCellSize = new System.Drawing.Size(102, 19);
            ultraTreeNodeColumn4.LayoutInfo.PreferredLabelSize = new System.Drawing.Size(102, 0);
            ultraTreeNodeColumn4.LayoutInfo.SpanX = 2;
            ultraTreeNodeColumn4.LayoutInfo.SpanY = 2;
            ultraTreeNodeColumn4.Text = "Έναρξη";
            ultraTreeNodeColumn5.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.ActivateOnly;
            ultraTreeNodeColumn5.ButtonDisplayStyle = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
            ultraTreeNodeColumn5.DataType = typeof(bool);
            ultraTreeNodeColumn5.Key = "fldIsCompleted";
            ultraTreeNodeColumn5.LayoutInfo.PreferredCellSize = new System.Drawing.Size(122, 19);
            ultraTreeNodeColumn5.LayoutInfo.PreferredLabelSize = new System.Drawing.Size(122, 0);
            ultraTreeNodeColumn5.LayoutInfo.SpanX = 2;
            ultraTreeNodeColumn5.LayoutInfo.SpanY = 2;
            ultraTreeNodeColumn5.Text = "Ολοκληρώθηκε";
            ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn1);
            ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn2);
            ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn3);
            ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn4);
            ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn5);
            this.ultraTree1.ColumnSettings.RootColumnSet = ultraTreeColumnSet1;
            this.ultraTree1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraTree1.Location = new System.Drawing.Point(0, 25);
            this.ultraTree1.Margin = new System.Windows.Forms.Padding(2);
            this.ultraTree1.Name = "ultraTree1";
            this.ultraTree1.NodeConnectorStyle = Infragistics.Win.UltraWinTree.NodeConnectorStyle.Dashed;
            this.ultraTree1.Size = new System.Drawing.Size(837, 312);
            this.ultraTree1.TabIndex = 0;
            this.ultraTree1.ViewStyle = Infragistics.Win.UltraWinTree.ViewStyle.OutlookExpress;
            this.ultraTree1.AfterSelect += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.ultraTree1_AfterSelect);
            this.ultraTree1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ultraTree1_MouseClick);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.cmdExit);
            this.panel1.Controls.Add(this.cmdUpdate);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 337);
            this.panel1.Margin = new System.Windows.Forms.Padding(2);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(837, 38);
            this.panel1.TabIndex = 1;
            // 
            // cmdExit
            // 
            this.cmdExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdExit.Dock = System.Windows.Forms.DockStyle.Left;
            this.cmdExit.Location = new System.Drawing.Point(95, 0);
            this.cmdExit.Margin = new System.Windows.Forms.Padding(2);
            this.cmdExit.Name = "cmdExit";
            this.cmdExit.Size = new System.Drawing.Size(95, 38);
            this.cmdExit.TabIndex = 1;
            this.cmdExit.Text = "Έξοδος";
            this.cmdExit.UseVisualStyleBackColor = true;
            this.cmdExit.Click += new System.EventHandler(this.cmdExit_Click);
            // 
            // cmdUpdate
            // 
            this.cmdUpdate.Dock = System.Windows.Forms.DockStyle.Left;
            this.cmdUpdate.Location = new System.Drawing.Point(0, 0);
            this.cmdUpdate.Margin = new System.Windows.Forms.Padding(2);
            this.cmdUpdate.Name = "cmdUpdate";
            this.cmdUpdate.Size = new System.Drawing.Size(95, 38);
            this.cmdUpdate.TabIndex = 0;
            this.cmdUpdate.Text = "Ενημέρωση";
            this.cmdUpdate.UseVisualStyleBackColor = true;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ctxUpdate,
            this.ctxAdd,
            this.ctxAdd_SubTask});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(205, 70);
            // 
            // ctxUpdate
            // 
            this.ctxUpdate.Name = "ctxUpdate";
            this.ctxUpdate.Size = new System.Drawing.Size(204, 22);
            this.ctxUpdate.Text = "Ενημέρωση Εργασίας";
            this.ctxUpdate.Click += new System.EventHandler(this.ctxUpdate_Click);
            // 
            // ctxAdd
            // 
            this.ctxAdd.Name = "ctxAdd";
            this.ctxAdd.Size = new System.Drawing.Size(204, 22);
            this.ctxAdd.Text = "Προσθήκη Εργασίας";
            this.ctxAdd.Click += new System.EventHandler(this.ctxAdd_Click);
            // 
            // ctxAdd_SubTask
            // 
            this.ctxAdd_SubTask.Name = "ctxAdd_SubTask";
            this.ctxAdd_SubTask.Size = new System.Drawing.Size(204, 22);
            this.ctxAdd_SubTask.Text = "Προσθήκη Υποεργασίας";
            this.ctxAdd_SubTask.Click += new System.EventHandler(this.ctxAdd_SubTask_Click);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tbInsert,
            this.tbInsertSubTask,
            this.tbUpdate});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(837, 25);
            this.toolStrip1.TabIndex = 2;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // tbInsert
            // 
            this.tbInsert.Image = ((System.Drawing.Image)(resources.GetObject("tbInsert.Image")));
            this.tbInsert.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbInsert.Name = "tbInsert";
            this.tbInsert.Size = new System.Drawing.Size(80, 22);
            this.tbInsert.Text = "Εισαγωγή";
            this.tbInsert.Click += new System.EventHandler(this.tbInsert_Click);
            // 
            // tbInsertSubTask
            // 
            this.tbInsertSubTask.Image = ((System.Drawing.Image)(resources.GetObject("tbInsertSubTask.Image")));
            this.tbInsertSubTask.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbInsertSubTask.Name = "tbInsertSubTask";
            this.tbInsertSubTask.Size = new System.Drawing.Size(156, 22);
            this.tbInsertSubTask.Text = "Εισαγωγή Υπο εργασίας";
            this.tbInsertSubTask.Click += new System.EventHandler(this.tbInsertSubTask_Click);
            // 
            // tbUpdate
            // 
            this.tbUpdate.Image = ((System.Drawing.Image)(resources.GetObject("tbUpdate.Image")));
            this.tbUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbUpdate.Name = "tbUpdate";
            this.tbUpdate.Size = new System.Drawing.Size(90, 22);
            this.tbUpdate.Text = "Ενημέρωση";
            this.tbUpdate.Click += new System.EventHandler(this.tbUpdate_Click);
            // 
            // frmErga_List
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.cmdExit;
            this.ClientSize = new System.Drawing.Size(837, 375);
            this.Controls.Add(this.ultraTree1);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.panel1);
            this.Margin = new System.Windows.Forms.Padding(2);
            this.Name = "frmErga_List";
            this.Text = "Διαχείριση Έργων";
            this.Load += new System.EventHandler(this.frmErga_List_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <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();
     Infragistics.Win.UltraWinTree.UltraTreeColumnSet  ultraTreeColumnSet1  = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn1 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn2 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn3 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn4 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn5 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn6 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance                    appearance7             = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.Override         _override1 = new Infragistics.Win.UltraWinTree.Override();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FrmPeca_Seleciona_Db));
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.utv                = new Infragistics.Win.UltraWinTree.UltraTree();
     this.cms_Comandos       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmi_expandirTodos = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmi_recolherTodos = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmi_marcarTodos   = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmi_desmarcaTodos = new System.Windows.Forms.ToolStripMenuItem();
     this.btnSelecionar      = new System.Windows.Forms.Button();
     this.btnReturn          = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.utv)).BeginInit();
     this.cms_Comandos.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
     this.groupBox1.Controls.Add(this.utv);
     this.groupBox1.Controls.Add(this.btnSelecionar);
     this.groupBox1.Controls.Add(this.btnReturn);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(822, 564);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Peças processadas anteriormente pelo sistema";
     //
     // utv
     //
     this.utv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                              | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     ultraTreeColumnSet1.AllowCellSizing     = Infragistics.Win.UltraWinTree.LayoutSizing.Horizontal;
     ultraTreeNodeColumn1.AllowCellEdit      = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn1.ButtonDisplayStyle = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance1.TextHAlignAsString          = "Center";
     appearance1.TextVAlignAsString          = "Middle";
     ultraTreeNodeColumn1.CellAppearance     = appearance1;
     ultraTreeNodeColumn1.DataType           = typeof(bool);
     ultraTreeNodeColumn1.Key  = "Column 10";
     ultraTreeNodeColumn1.Text = "Selecionar";
     appearance2.ImageHAlign   = Infragistics.Win.HAlign.Center;
     appearance2.ImageVAlign   = Infragistics.Win.VAlign.Middle;
     ultraTreeNodeColumn2.ActiveCellAppearance = appearance2;
     ultraTreeNodeColumn2.ButtonDisplayStyle   = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance3.ImageHAlign                            = Infragistics.Win.HAlign.Center;
     appearance3.ImageVAlign                            = Infragistics.Win.VAlign.Middle;
     appearance3.TextHAlignAsString                     = "Center";
     appearance3.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn2.CellAppearance                = appearance3;
     ultraTreeNodeColumn2.DataType                      = typeof(System.Drawing.Bitmap);
     ultraTreeNodeColumn2.Key                           = "Column 1";
     ultraTreeNodeColumn2.Text                          = "Tipo";
     ultraTreeNodeColumn3.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance4.TextHAlignAsString                     = "Left";
     appearance4.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn3.CellAppearance                = appearance4;
     ultraTreeNodeColumn3.DataType                      = typeof(string);
     ultraTreeNodeColumn3.Key                           = "Column 9";
     ultraTreeNodeColumn3.LayoutInfo.PreferredLabelSize = new System.Drawing.Size(300, 0);
     ultraTreeNodeColumn3.SortType                      = Infragistics.Win.UltraWinTree.SortType.Descending;
     ultraTreeNodeColumn3.Text                          = "Nome do item";
     ultraTreeNodeColumn4.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance5.TextHAlignAsString                     = "Center";
     appearance5.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn4.CellAppearance                = appearance5;
     ultraTreeNodeColumn4.DataType                      = typeof(string);
     ultraTreeNodeColumn4.Key                           = "Column 4";
     ultraTreeNodeColumn4.Text                          = "Nível";
     ultraTreeNodeColumn5.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance6.TextHAlignAsString                     = "Center";
     appearance6.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn5.CellAppearance                = appearance6;
     ultraTreeNodeColumn5.DataType                      = typeof(bool);
     ultraTreeNodeColumn5.Key                           = "Column 2";
     ultraTreeNodeColumn5.Text                          = "Ativo";
     ultraTreeNodeColumn6.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance7.TextHAlignAsString                     = "Center";
     appearance7.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn6.CellAppearance                = appearance7;
     ultraTreeNodeColumn6.DataType                      = typeof(string);
     ultraTreeNodeColumn6.Key                           = "Column 3";
     ultraTreeNodeColumn6.Text                          = "Revisão";
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn1);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn2);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn3);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn4);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn5);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn6);
     this.utv.ColumnSettings.RootColumnSet = ultraTreeColumnSet1;
     this.utv.ContextMenuStrip             = this.cms_Comandos;
     this.utv.ImageTransparentColor        = System.Drawing.Color.Transparent;
     this.utv.Location           = new System.Drawing.Point(6, 19);
     this.utv.Name               = "utv";
     this.utv.NodeConnectorColor = System.Drawing.SystemColors.ControlDark;
     _override1.CellClickAction  = Infragistics.Win.UltraWinTree.CellClickAction.EditCell;
     this.utv.Override           = _override1;
     this.utv.Size               = new System.Drawing.Size(810, 502);
     this.utv.TabIndex           = 85;
     this.utv.ViewStyle          = Infragistics.Win.UltraWinTree.ViewStyle.OutlookExpress;
     //
     // cms_Comandos
     //
     this.cms_Comandos.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmi_expandirTodos,
         this.tsmi_recolherTodos,
         this.tsmi_marcarTodos,
         this.tsmi_desmarcaTodos
     });
     this.cms_Comandos.Name = "contextMenuStrip1";
     this.cms_Comandos.Size = new System.Drawing.Size(164, 92);
     //
     // tsmi_expandirTodos
     //
     this.tsmi_expandirTodos.Image  = ((System.Drawing.Image)(resources.GetObject("tsmi_expandirTodos.Image")));
     this.tsmi_expandirTodos.Name   = "tsmi_expandirTodos";
     this.tsmi_expandirTodos.Size   = new System.Drawing.Size(163, 22);
     this.tsmi_expandirTodos.Text   = "Expandir todos";
     this.tsmi_expandirTodos.Click += new System.EventHandler(this.tsmi_expandirTodos_Click);
     //
     // tsmi_recolherTodos
     //
     this.tsmi_recolherTodos.Image  = ((System.Drawing.Image)(resources.GetObject("tsmi_recolherTodos.Image")));
     this.tsmi_recolherTodos.Name   = "tsmi_recolherTodos";
     this.tsmi_recolherTodos.Size   = new System.Drawing.Size(163, 22);
     this.tsmi_recolherTodos.Text   = "Recolher todos";
     this.tsmi_recolherTodos.Click += new System.EventHandler(this.tsmi_recolherTodos_Click);
     //
     // tsmi_marcarTodos
     //
     this.tsmi_marcarTodos.Image  = global::Edgecam_Manager.Properties.Resources.check;
     this.tsmi_marcarTodos.Name   = "tsmi_marcarTodos";
     this.tsmi_marcarTodos.Size   = new System.Drawing.Size(163, 22);
     this.tsmi_marcarTodos.Text   = "Marcar todos";
     this.tsmi_marcarTodos.Click += new System.EventHandler(this.tsmi_marcarTodos_Click);
     //
     // tsmi_desmarcaTodos
     //
     this.tsmi_desmarcaTodos.Image  = global::Edgecam_Manager.Properties.Resources.uncheck;
     this.tsmi_desmarcaTodos.Name   = "tsmi_desmarcaTodos";
     this.tsmi_desmarcaTodos.Size   = new System.Drawing.Size(163, 22);
     this.tsmi_desmarcaTodos.Text   = "Desmarcar todos";
     this.tsmi_desmarcaTodos.Click += new System.EventHandler(this.tsmi_desmarcaTodos_Click);
     //
     // btnSelecionar
     //
     this.btnSelecionar.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSelecionar.ForeColor  = System.Drawing.Color.SteelBlue;
     this.btnSelecionar.Image      = global::Edgecam_Manager.Imagens_NewLookInterface.selecionar_selecionado_16;
     this.btnSelecionar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSelecionar.Location   = new System.Drawing.Point(704, 527);
     this.btnSelecionar.Name       = "btnSelecionar";
     this.btnSelecionar.Size       = new System.Drawing.Size(112, 31);
     this.btnSelecionar.TabIndex   = 84;
     this.btnSelecionar.Text       = "Selecionar peças";
     this.btnSelecionar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSelecionar.UseVisualStyleBackColor = true;
     this.btnSelecionar.Click += new System.EventHandler(this.btnSelecionar_Click);
     //
     // btnReturn
     //
     this.btnReturn.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnReturn.ForeColor  = System.Drawing.Color.SteelBlue;
     this.btnReturn.Image      = global::Edgecam_Manager.Imagens_NewLookInterface.sair_blue_16;
     this.btnReturn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnReturn.Location   = new System.Drawing.Point(625, 527);
     this.btnReturn.Name       = "btnReturn";
     this.btnReturn.Size       = new System.Drawing.Size(73, 31);
     this.btnReturn.TabIndex   = 83;
     this.btnReturn.Text       = "Retornar";
     this.btnReturn.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnReturn.UseVisualStyleBackColor = true;
     this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
     //
     // FrmPeca_Seleciona_Db
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlLightLight;
     this.ClientSize          = new System.Drawing.Size(846, 588);
     this.Controls.Add(this.groupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FrmPeca_Seleciona_Db";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Escolha de artigos";
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.utv)).EndInit();
     this.cms_Comandos.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Infragistics.Win.UltraWinTree.UltraTreeColumnSet ultraTreeColumnSet1 = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn1 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn2 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.UltraTreeColumnSet ultraTreeColumnSet2 = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn3 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.UltraTreeColumnSet ultraTreeColumnSet3 = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn4 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn5 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
            this.InputTree = new Infragistics.Win.UltraWinTree.UltraTree();
            this.ds = new System.Data.DataSet();
            this.dtDataSet = new System.Data.DataTable();
            this.cKey = new System.Data.DataColumn();
            this.cDes = new System.Data.DataColumn();
            this.InputParameters = new System.Data.DataTable();
            this.cInputDataSetKey = new System.Data.DataColumn();
            this.cInputKey = new System.Data.DataColumn();
            this.cInputName = new System.Data.DataColumn();
            this.ExpectedResult = new System.Data.DataTable();
            this.cExpectedDataSet = new System.Data.DataColumn();
            this.cExpectedKey = new System.Data.DataColumn();
            this.cExpectedName = new System.Data.DataColumn();
            this.Step = new System.Data.DataTable();
            this.cInputSetKey = new System.Data.DataColumn();
            this.cStepKey = new System.Data.DataColumn();
            this.cStepName = new System.Data.DataColumn();
            this.Parameter = new System.Data.DataTable();
            this.cParaStepKey = new System.Data.DataColumn();
            this.cParaKey = new System.Data.DataColumn();
            this.cParaValue = new System.Data.DataColumn();
            this.btnImport = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.InputTree)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ds)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.InputParameters)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ExpectedResult)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Step)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Parameter)).BeginInit();
            this.SuspendLayout();
            // 
            // InputTree
            // 
            this.InputTree.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.InputTree.ColumnSettings.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeColumnSet1.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeColumnSet1.AllowCellSizing = Infragistics.Win.UltraWinTree.LayoutSizing.Vertical;
            appearance1.ImageHAlign = Infragistics.Win.HAlign.Left;
            appearance1.ImageVAlign = Infragistics.Win.VAlign.Middle;
            ultraTreeColumnSet1.CellAppearance = appearance1;
            ultraTreeColumnSet1.ColumnAutoSizeMode = Infragistics.Win.UltraWinTree.ColumnAutoSizeMode.AllNodesWithDescendants;
            appearance2.ImageVAlign = Infragistics.Win.VAlign.Middle;
            ultraTreeColumnSet1.ColumnHeaderAppearance = appearance2;
            ultraTreeNodeColumn1.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeNodeColumn1.Key = "cDataSetKey";
            ultraTreeNodeColumn1.Text = "DataSet Key";
            ultraTreeNodeColumn2.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeNodeColumn2.Key = "cDataSetDescription";
            ultraTreeNodeColumn2.Text = "Description";
            ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn1);
            ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn2);
            ultraTreeColumnSet1.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
            ultraTreeColumnSet1.Key = "DataSet";
            ultraTreeColumnSet1.TipStyleCell = Infragistics.Win.UltraWinTree.TipStyleCell.Show;
            ultraTreeColumnSet2.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeNodeColumn3.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeNodeColumn3.Key = "cStep";
            ultraTreeNodeColumn3.Text = "Step Name";
            ultraTreeColumnSet2.Columns.Add(ultraTreeNodeColumn3);
            ultraTreeColumnSet2.HeaderStyle = Infragistics.Win.HeaderStyle.XPThemed;
            ultraTreeColumnSet2.Key = "Step";
            ultraTreeColumnSet2.LabelPosition = Infragistics.Win.UltraWinTree.NodeLayoutLabelPosition.Left;
            ultraTreeColumnSet2.LabelStyle = Infragistics.Win.UltraWinTree.NodeLayoutLabelStyle.WithCellData;
            ultraTreeColumnSet3.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeColumnSet3.CellWrapText = Infragistics.Win.DefaultableBoolean.True;
            ultraTreeNodeColumn4.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeNodeColumn4.Key = "cKey";
            ultraTreeNodeColumn4.Text = "Key";
            ultraTreeNodeColumn5.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeNodeColumn5.Key = "cValue";
            ultraTreeNodeColumn5.Text = "Value";
            ultraTreeColumnSet3.Columns.Add(ultraTreeNodeColumn4);
            ultraTreeColumnSet3.Columns.Add(ultraTreeNodeColumn5);
            ultraTreeColumnSet3.Key = "Parameter";
            ultraTreeColumnSet3.LabelPosition = Infragistics.Win.UltraWinTree.NodeLayoutLabelPosition.None;
            ultraTreeColumnSet3.LabelStyle = Infragistics.Win.UltraWinTree.NodeLayoutLabelStyle.WithCellData;
            this.InputTree.ColumnSettings.ColumnSets.Add(ultraTreeColumnSet1);
            this.InputTree.ColumnSettings.ColumnSets.Add(ultraTreeColumnSet2);
            this.InputTree.ColumnSettings.ColumnSets.Add(ultraTreeColumnSet3);
            this.InputTree.Location = new System.Drawing.Point(-1, 0);
            this.InputTree.Name = "InputTree";
            _override1.CellClickAction = Infragistics.Win.UltraWinTree.CellClickAction.EditCell;
            this.InputTree.Override = _override1;
            this.InputTree.Size = new System.Drawing.Size(339, 310);
            this.InputTree.TabIndex = 0;
            // 
            // ds
            // 
            this.ds.DataSetName = "NewDataSet";
            this.ds.Relations.AddRange(new System.Data.DataRelation[] {
            new System.Data.DataRelation("DataSetToExpected", "DataSet", "ExpectedResult", new string[] {
                        "Key"}, new string[] {
                        "DataSetKey"}, false),
            new System.Data.DataRelation("StepToPara", "Step", "Parameter", new string[] {
                        "StepKey"}, new string[] {
                        "StepKey"}, false),
            new System.Data.DataRelation("DataSetToInput", "DataSet", "InputParameters", new string[] {
                        "Key"}, new string[] {
                        "DataSetKey"}, false),
            new System.Data.DataRelation("ExpectedToStep", "ExpectedResult", "Step", new string[] {
                        "ExpectedKey"}, new string[] {
                        "InputSetKey"}, false),
            new System.Data.DataRelation("InputToStep", "InputParameters", "Step", new string[] {
                        "InputKey"}, new string[] {
                        "InputSetKey"}, false)});
            this.ds.Tables.AddRange(new System.Data.DataTable[] {
            this.dtDataSet,
            this.InputParameters,
            this.ExpectedResult,
            this.Step,
            this.Parameter});
            // 
            // dtDataSet
            // 
            this.dtDataSet.Columns.AddRange(new System.Data.DataColumn[] {
            this.cKey,
            this.cDes});
            this.dtDataSet.Constraints.AddRange(new System.Data.Constraint[] {
            new System.Data.UniqueConstraint("Constraint1", new string[] {
                        "Key"}, false)});
            this.dtDataSet.TableName = "DataSet";
            // 
            // cKey
            // 
            this.cKey.ColumnName = "Key";
            // 
            // cDes
            // 
            this.cDes.ColumnName = "Description";
            // 
            // InputParameters
            // 
            this.InputParameters.Columns.AddRange(new System.Data.DataColumn[] {
            this.cInputDataSetKey,
            this.cInputKey,
            this.cInputName});
            this.InputParameters.Constraints.AddRange(new System.Data.Constraint[] {
            new System.Data.ForeignKeyConstraint("DataSetToInput", "DataSet", new string[] {
                        "Key"}, new string[] {
                        "DataSetKey"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
            new System.Data.UniqueConstraint("Constraint1", new string[] {
                        "InputKey"}, false)});
            this.InputParameters.TableName = "InputParameters";
            // 
            // cInputDataSetKey
            // 
            this.cInputDataSetKey.ColumnName = "DataSetKey";
            // 
            // cInputKey
            // 
            this.cInputKey.ColumnName = "InputKey";
            // 
            // cInputName
            // 
            this.cInputName.ColumnName = "InputName";
            // 
            // ExpectedResult
            // 
            this.ExpectedResult.Columns.AddRange(new System.Data.DataColumn[] {
            this.cExpectedDataSet,
            this.cExpectedKey,
            this.cExpectedName});
            this.ExpectedResult.Constraints.AddRange(new System.Data.Constraint[] {
            new System.Data.ForeignKeyConstraint("DataSetToExpected", "DataSet", new string[] {
                        "Key"}, new string[] {
                        "DataSetKey"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
            new System.Data.UniqueConstraint("Constraint1", new string[] {
                        "ExpectedKey"}, false)});
            this.ExpectedResult.TableName = "ExpectedResult";
            // 
            // cExpectedDataSet
            // 
            this.cExpectedDataSet.ColumnName = "DataSetKey";
            // 
            // cExpectedKey
            // 
            this.cExpectedKey.ColumnName = "ExpectedKey";
            // 
            // cExpectedName
            // 
            this.cExpectedName.ColumnName = "ExpectedName";
            // 
            // Step
            // 
            this.Step.Columns.AddRange(new System.Data.DataColumn[] {
            this.cInputSetKey,
            this.cStepKey,
            this.cStepName});
            this.Step.Constraints.AddRange(new System.Data.Constraint[] {
            new System.Data.ForeignKeyConstraint("InputToStep", "InputParameters", new string[] {
                        "InputKey"}, new string[] {
                        "InputSetKey"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
            new System.Data.ForeignKeyConstraint("ExpectedToStep", "ExpectedResult", new string[] {
                        "ExpectedKey"}, new string[] {
                        "InputSetKey"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
            new System.Data.UniqueConstraint("Constraint1", new string[] {
                        "StepKey"}, false)});
            this.Step.TableName = "Step";
            // 
            // cInputSetKey
            // 
            this.cInputSetKey.ColumnName = "InputSetKey";
            // 
            // cStepKey
            // 
            this.cStepKey.ColumnName = "StepKey";
            // 
            // cStepName
            // 
            this.cStepName.ColumnName = "StepName";
            // 
            // Parameter
            // 
            this.Parameter.Columns.AddRange(new System.Data.DataColumn[] {
            this.cParaStepKey,
            this.cParaKey,
            this.cParaValue});
            this.Parameter.Constraints.AddRange(new System.Data.Constraint[] {
            new System.Data.ForeignKeyConstraint("StepToPara", "Step", new string[] {
                        "StepKey"}, new string[] {
                        "StepKey"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade)});
            this.Parameter.TableName = "Parameter";
            // 
            // cParaStepKey
            // 
            this.cParaStepKey.ColumnName = "StepKey";
            // 
            // cParaKey
            // 
            this.cParaKey.ColumnName = "ParaKey";
            // 
            // cParaValue
            // 
            this.cParaValue.ColumnName = "ParaValue";
            // 
            // btnImport
            // 
            this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnImport.Location = new System.Drawing.Point(364, 243);
            this.btnImport.Name = "btnImport";
            this.btnImport.Size = new System.Drawing.Size(75, 23);
            this.btnImport.TabIndex = 1;
            this.btnImport.Text = "Import";
            this.btnImport.UseVisualStyleBackColor = true;
            this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
            // 
            // Mainframe
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(451, 308);
            this.Controls.Add(this.btnImport);
            this.Controls.Add(this.InputTree);
            this.Name = "Mainframe";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.InputTree)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ds)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.InputParameters)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ExpectedResult)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Step)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Parameter)).EndInit();
            this.ResumeLayout(false);

        }