MS Push
This commit is contained in:
19
app/DD-Record-Organizer/frmWM_IndexFile.Designer.vb
generated
19
app/DD-Record-Organizer/frmWM_IndexFile.Designer.vb
generated
@@ -1,9 +1,9 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class frmWM_IndexFile
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
<System.Diagnostics.DebuggerNonUserCode()>
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
@@ -20,7 +20,7 @@ Partial Class frmWM_IndexFile
|
||||
'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()> _
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim OBJECT_TYPELabel As System.Windows.Forms.Label
|
||||
@@ -46,14 +46,12 @@ Partial Class frmWM_IndexFile
|
||||
Me.grbxControls = New System.Windows.Forms.GroupBox()
|
||||
Me.lblSubfolder = New System.Windows.Forms.Label()
|
||||
Me.txtSubfolder = New System.Windows.Forms.TextBox()
|
||||
Me.LookUpEdit1 = New DevExpress.XtraEditors.LookUpEdit()
|
||||
OBJECT_TYPELabel = New System.Windows.Forms.Label()
|
||||
FW_DOCTYPE_IDLabel = New System.Windows.Forms.Label()
|
||||
PATHLabel = New System.Windows.Forms.Label()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
CType(Me.VWDDINDEX_AUTOMBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LookUpEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'OBJECT_TYPELabel
|
||||
@@ -223,20 +221,11 @@ Partial Class frmWM_IndexFile
|
||||
resources.ApplyResources(Me.txtSubfolder, "txtSubfolder")
|
||||
Me.txtSubfolder.Name = "txtSubfolder"
|
||||
'
|
||||
'LookUpEdit1
|
||||
'
|
||||
resources.ApplyResources(Me.LookUpEdit1, "LookUpEdit1")
|
||||
Me.LookUpEdit1.Name = "LookUpEdit1"
|
||||
Me.LookUpEdit1.Properties.Appearance.Font = CType(resources.GetObject("LookUpEdit1.Properties.Appearance.Font"), System.Drawing.Font)
|
||||
Me.LookUpEdit1.Properties.Appearance.Options.UseFont = True
|
||||
Me.LookUpEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("LookUpEdit1.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
'
|
||||
'frmWM_IndexFile
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.BackColor = System.Drawing.SystemColors.ControlLight
|
||||
Me.Controls.Add(Me.LookUpEdit1)
|
||||
Me.Controls.Add(Me.txtSubfolder)
|
||||
Me.Controls.Add(Me.lblSubfolder)
|
||||
Me.Controls.Add(Me.grbxControls)
|
||||
@@ -255,7 +244,6 @@ Partial Class frmWM_IndexFile
|
||||
Me.GroupBox1.ResumeLayout(False)
|
||||
Me.GroupBox1.PerformLayout()
|
||||
CType(Me.VWDDINDEX_AUTOMBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LookUpEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -279,5 +267,4 @@ Partial Class frmWM_IndexFile
|
||||
Friend WithEvents grbxControls As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents lblSubfolder As System.Windows.Forms.Label
|
||||
Friend WithEvents txtSubfolder As System.Windows.Forms.TextBox
|
||||
Friend WithEvents LookUpEdit1 As DevExpress.XtraEditors.LookUpEdit
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user