jj für ms

This commit is contained in:
Digital Data - Marlon Schreiber
2018-12-06 10:57:00 +01:00
parent 609df5b5c5
commit 3f2dfd56d2
22 changed files with 2394 additions and 562 deletions

View File

@@ -30,7 +30,11 @@ 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()
Me.cmbConstructorForms = New System.Windows.Forms.ComboBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.btnloadData2Entity = New System.Windows.Forms.Button()
Me.Label2 = New System.Windows.Forms.Label()
Me.txtEntity = New System.Windows.Forms.TextBox()
CType(Me.dgEntityRecords, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.grvwGrid, System.ComponentModel.ISupportInitialize).BeginInit()
Me.StatusStrip1.SuspendLayout()
@@ -95,17 +99,46 @@ Partial Class frmDocRecordLink
Me.tsslbl.Name = "tsslbl"
resources.ApplyResources(Me.tsslbl, "tsslbl")
'
'Button1
'cmbConstructorForms
'
resources.ApplyResources(Me.Button1, "Button1")
Me.Button1.Name = "Button1"
Me.Button1.UseVisualStyleBackColor = True
resources.ApplyResources(Me.cmbConstructorForms, "cmbConstructorForms")
Me.cmbConstructorForms.FormattingEnabled = True
Me.cmbConstructorForms.Name = "cmbConstructorForms"
'
'Label1
'
resources.ApplyResources(Me.Label1, "Label1")
Me.Label1.Name = "Label1"
'
'btnloadData2Entity
'
resources.ApplyResources(Me.btnloadData2Entity, "btnloadData2Entity")
Me.btnloadData2Entity.Image = Global.DD_Record_Organizer.My.Resources.Resources.refresh_16xLG
Me.btnloadData2Entity.Name = "btnloadData2Entity"
Me.btnloadData2Entity.UseVisualStyleBackColor = True
'
'Label2
'
resources.ApplyResources(Me.Label2, "Label2")
Me.Label2.Name = "Label2"
'
'txtEntity
'
Me.txtEntity.BackColor = System.Drawing.SystemColors.Control
resources.ApplyResources(Me.txtEntity, "txtEntity")
Me.txtEntity.Name = "txtEntity"
Me.txtEntity.ReadOnly = True
'
'frmDocRecordLink
'
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.Button1)
Me.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.Controls.Add(Me.txtEntity)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.btnloadData2Entity)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.cmbConstructorForms)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.dgEntityRecords)
Me.Controls.Add(Me.txtFileInfo)
@@ -127,5 +160,9 @@ 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
Friend WithEvents cmbConstructorForms As ComboBox
Friend WithEvents Label1 As Label
Friend WithEvents btnloadData2Entity As Button
Friend WithEvents Label2 As Label
Friend WithEvents txtEntity As TextBox
End Class