171 lines
7.6 KiB
VB.net
171 lines
7.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmDocRecordLink
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDocRecordLink))
|
|
Me.txtFileInfo = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.btnLink = New System.Windows.Forms.Button()
|
|
Me.dgEntityRecords = New DevExpress.XtraGrid.GridControl()
|
|
Me.grvwGrid = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.tsslbl = New System.Windows.Forms.ToolStripStatusLabel()
|
|
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()
|
|
Me.SuspendLayout()
|
|
'
|
|
'txtFileInfo
|
|
'
|
|
resources.ApplyResources(Me.txtFileInfo, "txtFileInfo")
|
|
Me.txtFileInfo.BackColor = System.Drawing.SystemColors.ControlLight
|
|
Me.txtFileInfo.Name = "txtFileInfo"
|
|
Me.txtFileInfo.ReadOnly = True
|
|
'
|
|
'Label3
|
|
'
|
|
resources.ApplyResources(Me.Label3, "Label3")
|
|
Me.Label3.Name = "Label3"
|
|
'
|
|
'btnLink
|
|
'
|
|
resources.ApplyResources(Me.btnLink, "btnLink")
|
|
Me.btnLink.Image = Global.DD_Record_Organizer.My.Resources.Resources.Link
|
|
Me.btnLink.Name = "btnLink"
|
|
Me.btnLink.UseVisualStyleBackColor = True
|
|
'
|
|
'dgEntityRecords
|
|
'
|
|
resources.ApplyResources(Me.dgEntityRecords, "dgEntityRecords")
|
|
Me.dgEntityRecords.MainView = Me.grvwGrid
|
|
Me.dgEntityRecords.Name = "dgEntityRecords"
|
|
Me.dgEntityRecords.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwGrid})
|
|
'
|
|
'grvwGrid
|
|
'
|
|
Me.grvwGrid.Appearance.EvenRow.BackColor = System.Drawing.Color.Aqua
|
|
Me.grvwGrid.Appearance.EvenRow.Options.UseBackColor = True
|
|
Me.grvwGrid.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
|
|
Me.grvwGrid.Appearance.FilterPanel.Options.UseBackColor = True
|
|
Me.grvwGrid.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Yellow
|
|
Me.grvwGrid.Appearance.HideSelectionRow.Options.UseBackColor = True
|
|
Me.grvwGrid.Appearance.SelectedRow.BackColor = System.Drawing.Color.Yellow
|
|
Me.grvwGrid.Appearance.SelectedRow.Options.UseBackColor = True
|
|
Me.grvwGrid.Appearance.SelectedRow.Options.UseForeColor = True
|
|
Me.grvwGrid.GridControl = Me.dgEntityRecords
|
|
Me.grvwGrid.Name = "grvwGrid"
|
|
Me.grvwGrid.OptionsBehavior.Editable = False
|
|
Me.grvwGrid.OptionsBehavior.ReadOnly = True
|
|
Me.grvwGrid.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.grvwGrid.OptionsSelection.MultiSelect = True
|
|
Me.grvwGrid.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect
|
|
Me.grvwGrid.OptionsView.ColumnAutoWidth = False
|
|
Me.grvwGrid.OptionsView.EnableAppearanceEvenRow = True
|
|
Me.grvwGrid.OptionsView.ShowAutoFilterRow = True
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.ImageScalingSize = New System.Drawing.Size(20, 20)
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsslbl})
|
|
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
'
|
|
'tsslbl
|
|
'
|
|
Me.tsslbl.Name = "tsslbl"
|
|
resources.ApplyResources(Me.tsslbl, "tsslbl")
|
|
'
|
|
'cmbConstructorForms
|
|
'
|
|
resources.ApplyResources(Me.cmbConstructorForms, "cmbConstructorForms")
|
|
Me.cmbConstructorForms.BackColor = System.Drawing.SystemColors.ControlLight
|
|
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.ControlLight
|
|
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.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)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.btnLink)
|
|
Me.Name = "frmDocRecordLink"
|
|
CType(Me.dgEntityRecords, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.grvwGrid, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents txtFileInfo As TextBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents btnLink As Button
|
|
Friend WithEvents dgEntityRecords As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents grvwGrid As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents StatusStrip1 As StatusStrip
|
|
Friend WithEvents tsslbl As ToolStripStatusLabel
|
|
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
|