Subject raus
Button Handling
This commit is contained in:
10
EnvelopeGenerator.Form/frmMain.Designer.vb
generated
10
EnvelopeGenerator.Form/frmMain.Designer.vb
generated
@@ -45,7 +45,6 @@ Partial Class frmMain
|
||||
Me.colContractType = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colStatus = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colTitle = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colSubject = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colAddedWhen = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.RibbonControl = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
||||
Me.btnCreateEnvelope = New DevExpress.XtraBars.BarButtonItem()
|
||||
@@ -227,7 +226,7 @@ Partial Class frmMain
|
||||
'
|
||||
'ViewEnvelopes
|
||||
'
|
||||
Me.ViewEnvelopes.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colEnvelopeId, Me.colContractType, Me.colStatus, Me.colTitle, Me.colSubject, Me.colAddedWhen})
|
||||
Me.ViewEnvelopes.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colEnvelopeId, Me.colContractType, Me.colStatus, Me.colTitle, Me.colAddedWhen})
|
||||
Me.ViewEnvelopes.GridControl = Me.GridEnvelopes
|
||||
Me.ViewEnvelopes.Name = "ViewEnvelopes"
|
||||
Me.ViewEnvelopes.OptionsBehavior.Editable = False
|
||||
@@ -257,12 +256,6 @@ Partial Class frmMain
|
||||
Me.colTitle.FieldName = "Title"
|
||||
Me.colTitle.Name = "colTitle"
|
||||
'
|
||||
'colSubject
|
||||
'
|
||||
resources.ApplyResources(Me.colSubject, "colSubject")
|
||||
Me.colSubject.FieldName = "Subject"
|
||||
Me.colSubject.Name = "colSubject"
|
||||
'
|
||||
'colAddedWhen
|
||||
'
|
||||
resources.ApplyResources(Me.colAddedWhen, "colAddedWhen")
|
||||
@@ -542,7 +535,6 @@ Partial Class frmMain
|
||||
Friend WithEvents btnEditEnvelope As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents btnDeleteEnvelope As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents colTitle As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colSubject As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colAddedWhen As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colContractType As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colStatus As DevExpress.XtraGrid.Columns.GridColumn
|
||||
|
||||
Reference in New Issue
Block a user