MS Structure Nodes
This commit is contained in:
10
app/DD-Record-Organizer/frmDocRecordLink.Designer.vb
generated
10
app/DD-Record-Organizer/frmDocRecordLink.Designer.vb
generated
@@ -30,6 +30,7 @@ Partial Class frmDocRecordLink
|
||||
Me.grvwGrid = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||||
Me.tsslbl = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
CType(Me.dgEntityRecords, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.grvwGrid, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.StatusStrip1.SuspendLayout()
|
||||
@@ -56,7 +57,6 @@ Partial Class frmDocRecordLink
|
||||
'dgEntityRecords
|
||||
'
|
||||
resources.ApplyResources(Me.dgEntityRecords, "dgEntityRecords")
|
||||
Me.dgEntityRecords.EmbeddedNavigator.Margin = CType(resources.GetObject("dgEntityRecords.EmbeddedNavigator.Margin"), System.Windows.Forms.Padding)
|
||||
Me.dgEntityRecords.MainView = Me.grvwGrid
|
||||
Me.dgEntityRecords.Name = "dgEntityRecords"
|
||||
Me.dgEntityRecords.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwGrid})
|
||||
@@ -95,10 +95,17 @@ Partial Class frmDocRecordLink
|
||||
Me.tsslbl.Name = "tsslbl"
|
||||
resources.ApplyResources(Me.tsslbl, "tsslbl")
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
resources.ApplyResources(Me.Button1, "Button1")
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmDocRecordLink
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.Button1)
|
||||
Me.Controls.Add(Me.StatusStrip1)
|
||||
Me.Controls.Add(Me.dgEntityRecords)
|
||||
Me.Controls.Add(Me.txtFileInfo)
|
||||
@@ -120,4 +127,5 @@ Partial Class frmDocRecordLink
|
||||
Friend WithEvents grvwGrid As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
Friend WithEvents StatusStrip1 As StatusStrip
|
||||
Friend WithEvents tsslbl As ToolStripStatusLabel
|
||||
Friend WithEvents Button1 As Button
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user