jj
This commit is contained in:
@@ -43,6 +43,8 @@ Partial Class ctrlApplicationAssignment
|
||||
Me.RepositoryItemButtonEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit()
|
||||
Me.colDESCRIPTION1 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colGUID1 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colAutomationId = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colFrameworkId = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.TBCW_PROF_DOC_SEARCHBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.GridControl3 = New DevExpress.XtraGrid.GridControl()
|
||||
@@ -208,7 +210,7 @@ Partial Class ctrlApplicationAssignment
|
||||
'
|
||||
Me.GridView_Control.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.GridView_Control.Appearance.EvenRow.Options.UseBackColor = True
|
||||
Me.GridView_Control.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colREGEX1, Me.colDESCRIPTION1, Me.colGUID1})
|
||||
Me.GridView_Control.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colREGEX1, Me.colDESCRIPTION1, Me.colGUID1, Me.colAutomationId, Me.colFrameworkId})
|
||||
Me.GridView_Control.CustomizationFormBounds = New System.Drawing.Rectangle(902, 520, 252, 236)
|
||||
Me.GridView_Control.GridControl = Me.GridControl_Control
|
||||
Me.GridView_Control.Name = "GridView_Control"
|
||||
@@ -243,6 +245,24 @@ Partial Class ctrlApplicationAssignment
|
||||
Me.colGUID1.FieldName = "GUID"
|
||||
Me.colGUID1.Name = "colGUID1"
|
||||
'
|
||||
'colAutomationId
|
||||
'
|
||||
Me.colAutomationId.Caption = "Automation Id"
|
||||
Me.colAutomationId.FieldName = "AUTOMATION_ID"
|
||||
Me.colAutomationId.Name = "colAutomationId"
|
||||
Me.colAutomationId.OptionsColumn.ReadOnly = True
|
||||
Me.colAutomationId.Visible = True
|
||||
Me.colAutomationId.VisibleIndex = 2
|
||||
'
|
||||
'colFrameworkId
|
||||
'
|
||||
Me.colFrameworkId.Caption = "Framework Id"
|
||||
Me.colFrameworkId.FieldName = "FRAMEWORK_ID"
|
||||
Me.colFrameworkId.Name = "colFrameworkId"
|
||||
Me.colFrameworkId.OptionsColumn.ReadOnly = True
|
||||
Me.colFrameworkId.Visible = True
|
||||
Me.colFrameworkId.VisibleIndex = 3
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.Dock = System.Windows.Forms.DockStyle.Top
|
||||
@@ -400,4 +420,6 @@ Partial Class ctrlApplicationAssignment
|
||||
Friend WithEvents RepositoryItemRegexEdit2 As DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit
|
||||
Friend WithEvents RepositoryItemButtonEdit1 As DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit
|
||||
Friend WithEvents colGUID1 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colAutomationId As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colFrameworkId As DevExpress.XtraGrid.Columns.GridColumn
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user