This commit is contained in:
2021-08-27 14:23:01 +02:00
parent 54d57761ea
commit 9287630dfb
12 changed files with 105 additions and 43 deletions

View File

@@ -46,12 +46,14 @@ 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
@@ -171,6 +173,7 @@ Partial Class frmWM_IndexFile
'
resources.ApplyResources(Me.PATHTextBox, "PATHTextBox")
Me.PATHTextBox.Name = "PATHTextBox"
Me.PATHTextBox.ReadOnly = True
'
'DOCTYPE_IDTextBox
'
@@ -220,11 +223,20 @@ 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)
@@ -243,6 +255,7 @@ 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()
@@ -266,4 +279,5 @@ 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