rename duplizieren -> profil kopieren
This commit is contained in:
parent
d3c293ca29
commit
941be7adf4
12
Global_Indexer/frmAdministration.Designer.vb
generated
12
Global_Indexer/frmAdministration.Designer.vb
generated
@ -222,12 +222,12 @@ Partial Class frmAdministration
|
|||||||
Me.XtraTabPageAutoIndex = New DevExpress.XtraTab.XtraTabPage()
|
Me.XtraTabPageAutoIndex = New DevExpress.XtraTab.XtraTabPage()
|
||||||
Me.Label6 = New System.Windows.Forms.Label()
|
Me.Label6 = New System.Windows.Forms.Label()
|
||||||
Me.ListBoxControl4 = New DevExpress.XtraEditors.ListBoxControl()
|
Me.ListBoxControl4 = New DevExpress.XtraEditors.ListBoxControl()
|
||||||
|
Me.TBDD_INDEX_AUTOMBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||||
Me.btnAddWindowsVariable = New System.Windows.Forms.Button()
|
Me.btnAddWindowsVariable = New System.Windows.Forms.Button()
|
||||||
Me.lblWindowParameter = New System.Windows.Forms.Label()
|
Me.lblWindowParameter = New System.Windows.Forms.Label()
|
||||||
Me.lbFileparameter = New System.Windows.Forms.ListBox()
|
Me.lbFileparameter = New System.Windows.Forms.ListBox()
|
||||||
Me.lblValue = New System.Windows.Forms.Label()
|
Me.lblValue = New System.Windows.Forms.Label()
|
||||||
Me.INDEXNAME_AutoIndexCMB = New System.Windows.Forms.ComboBox()
|
Me.INDEXNAME_AutoIndexCMB = New System.Windows.Forms.ComboBox()
|
||||||
Me.TBDD_INDEX_AUTOMBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
||||||
Me.btnSQLViewAuto = New System.Windows.Forms.Button()
|
Me.btnSQLViewAuto = New System.Windows.Forms.Button()
|
||||||
Me.SQL_ACTIVECheckBox = New System.Windows.Forms.CheckBox()
|
Me.SQL_ACTIVECheckBox = New System.Windows.Forms.CheckBox()
|
||||||
Me.GUIDAUTO_INDEXTextbox = New System.Windows.Forms.TextBox()
|
Me.GUIDAUTO_INDEXTextbox = New System.Windows.Forms.TextBox()
|
||||||
@ -1771,6 +1771,11 @@ Partial Class frmAdministration
|
|||||||
resources.ApplyResources(Me.ListBoxControl4, "ListBoxControl4")
|
resources.ApplyResources(Me.ListBoxControl4, "ListBoxControl4")
|
||||||
Me.ListBoxControl4.Name = "ListBoxControl4"
|
Me.ListBoxControl4.Name = "ListBoxControl4"
|
||||||
'
|
'
|
||||||
|
'TBDD_INDEX_AUTOMBindingSource
|
||||||
|
'
|
||||||
|
Me.TBDD_INDEX_AUTOMBindingSource.DataMember = "TBDD_INDEX_AUTOM"
|
||||||
|
Me.TBDD_INDEX_AUTOMBindingSource.DataSource = Me.MyDataset
|
||||||
|
'
|
||||||
'btnAddWindowsVariable
|
'btnAddWindowsVariable
|
||||||
'
|
'
|
||||||
Me.btnAddWindowsVariable.Image = Global.Global_Indexer.My.Resources.Resources.arrow_previous_16xLG
|
Me.btnAddWindowsVariable.Image = Global.Global_Indexer.My.Resources.Resources.arrow_previous_16xLG
|
||||||
@ -1802,11 +1807,6 @@ Partial Class frmAdministration
|
|||||||
Me.INDEXNAME_AutoIndexCMB.FormattingEnabled = True
|
Me.INDEXNAME_AutoIndexCMB.FormattingEnabled = True
|
||||||
Me.INDEXNAME_AutoIndexCMB.Name = "INDEXNAME_AutoIndexCMB"
|
Me.INDEXNAME_AutoIndexCMB.Name = "INDEXNAME_AutoIndexCMB"
|
||||||
'
|
'
|
||||||
'TBDD_INDEX_AUTOMBindingSource
|
|
||||||
'
|
|
||||||
Me.TBDD_INDEX_AUTOMBindingSource.DataMember = "TBDD_INDEX_AUTOM"
|
|
||||||
Me.TBDD_INDEX_AUTOMBindingSource.DataSource = Me.MyDataset
|
|
||||||
'
|
|
||||||
'btnSQLViewAuto
|
'btnSQLViewAuto
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.btnSQLViewAuto, "btnSQLViewAuto")
|
resources.ApplyResources(Me.btnSQLViewAuto, "btnSQLViewAuto")
|
||||||
|
|||||||
@ -343,7 +343,7 @@
|
|||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem8.Caption" xml:space="preserve">
|
<data name="BarButtonItem8.Caption" xml:space="preserve">
|
||||||
<value>Duplizieren</value>
|
<value>Profil kopieren</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BarButtonItem8.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BarButtonItem8.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user