06-12-23
This commit is contained in:
14
EnvelopeGenerator.Form/frmMain.Designer.vb
generated
14
EnvelopeGenerator.Form/frmMain.Designer.vb
generated
@@ -40,6 +40,7 @@ Partial Class frmMain
|
||||
Me.ColHistoryUserReference = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.ColHistoryDate = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.ViewEnvelopes = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colEnvelopeId = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colContractType = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colStatus = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colTitle = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
@@ -72,7 +73,6 @@ Partial Class frmMain
|
||||
Me.GridColumn6 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.GridColumn7 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.RefreshTimer = New System.Windows.Forms.Timer(Me.components)
|
||||
Me.colEnvelopeId = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SplitContainerControl1.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainerControl1.Panel1.SuspendLayout()
|
||||
@@ -225,6 +225,12 @@ Partial Class frmMain
|
||||
Me.ViewEnvelopes.GridControl = Me.GridEnvelopes
|
||||
Me.ViewEnvelopes.Name = "ViewEnvelopes"
|
||||
'
|
||||
'colEnvelopeId
|
||||
'
|
||||
resources.ApplyResources(Me.colEnvelopeId, "colEnvelopeId")
|
||||
Me.colEnvelopeId.FieldName = "Id"
|
||||
Me.colEnvelopeId.Name = "colEnvelopeId"
|
||||
'
|
||||
'colContractType
|
||||
'
|
||||
resources.ApplyResources(Me.colContractType, "colContractType")
|
||||
@@ -448,12 +454,6 @@ Partial Class frmMain
|
||||
Me.RefreshTimer.Enabled = True
|
||||
Me.RefreshTimer.Interval = 120000
|
||||
'
|
||||
'colEnvelopeId
|
||||
'
|
||||
resources.ApplyResources(Me.colEnvelopeId, "colEnvelopeId")
|
||||
Me.colEnvelopeId.FieldName = "Id"
|
||||
Me.colEnvelopeId.Name = "colEnvelopeId"
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
|
||||
Reference in New Issue
Block a user