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.Label6 = New System.Windows.Forms.Label()
|
||||
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.lblWindowParameter = New System.Windows.Forms.Label()
|
||||
Me.lbFileparameter = New System.Windows.Forms.ListBox()
|
||||
Me.lblValue = New System.Windows.Forms.Label()
|
||||
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.SQL_ACTIVECheckBox = New System.Windows.Forms.CheckBox()
|
||||
Me.GUIDAUTO_INDEXTextbox = New System.Windows.Forms.TextBox()
|
||||
@ -1771,6 +1771,11 @@ Partial Class frmAdministration
|
||||
resources.ApplyResources(Me.ListBoxControl4, "ListBoxControl4")
|
||||
Me.ListBoxControl4.Name = "ListBoxControl4"
|
||||
'
|
||||
'TBDD_INDEX_AUTOMBindingSource
|
||||
'
|
||||
Me.TBDD_INDEX_AUTOMBindingSource.DataMember = "TBDD_INDEX_AUTOM"
|
||||
Me.TBDD_INDEX_AUTOMBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'btnAddWindowsVariable
|
||||
'
|
||||
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.Name = "INDEXNAME_AutoIndexCMB"
|
||||
'
|
||||
'TBDD_INDEX_AUTOMBindingSource
|
||||
'
|
||||
Me.TBDD_INDEX_AUTOMBindingSource.DataMember = "TBDD_INDEX_AUTOM"
|
||||
Me.TBDD_INDEX_AUTOMBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'btnSQLViewAuto
|
||||
'
|
||||
resources.ApplyResources(Me.btnSQLViewAuto, "btnSQLViewAuto")
|
||||
|
||||
@ -343,7 +343,7 @@
|
||||
</value>
|
||||
</data>
|
||||
<data name="BarButtonItem8.Caption" xml:space="preserve">
|
||||
<value>Duplizieren</value>
|
||||
<value>Profil kopieren</value>
|
||||
</data>
|
||||
<data name="BarButtonItem8.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user