Fix SQL Designer, support encrypted db passwords
This commit is contained in:
30
App/EmailProfiler.Form/frmMain.Designer.vb
generated
30
App/EmailProfiler.Form/frmMain.Designer.vb
generated
@@ -90,10 +90,10 @@ Partial Class frmMain
|
||||
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
||||
Me.tabProfile = New System.Windows.Forms.TabPage()
|
||||
Me.txtSQLValidation = New DevExpress.XtraEditors.TextEdit()
|
||||
Me.btnValidationSQL = New DevExpress.XtraEditors.SimpleButton()
|
||||
Me.GridControl4 = New DevExpress.XtraGrid.GridControl()
|
||||
Me.TBEMLP_POLL_PROFILESBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.MyDataset = New EmailProfiler.Form.MyDataset()
|
||||
Me.btnValidationSQL = New DevExpress.XtraEditors.SimpleButton()
|
||||
Me.GridControl4 = New DevExpress.XtraGrid.GridControl()
|
||||
Me.GridView4 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colPROFILE_NAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colCOMMENT1 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
@@ -388,9 +388,9 @@ Partial Class frmMain
|
||||
Me.TabControl1.SuspendLayout()
|
||||
Me.tabProfile.SuspendLayout()
|
||||
CType(Me.txtSQLValidation.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridControl4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBEMLP_POLL_PROFILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridControl4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridView4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_EMAIL_ACCOUNTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -469,7 +469,7 @@ Partial Class frmMain
|
||||
EMAIL_CONF_IDLabel.Name = "EMAIL_CONF_IDLabel"
|
||||
EMAIL_CONF_IDLabel.Size = New System.Drawing.Size(66, 13)
|
||||
EMAIL_CONF_IDLabel.TabIndex = 10
|
||||
EMAIL_CONF_IDLabel.Text = "email Konto:"
|
||||
EMAIL_CONF_IDLabel.Text = "Email Konto:"
|
||||
'
|
||||
'COMMENTLabel
|
||||
'
|
||||
@@ -1046,6 +1046,16 @@ Partial Class frmMain
|
||||
Me.txtSQLValidation.Size = New System.Drawing.Size(328, 20)
|
||||
Me.txtSQLValidation.TabIndex = 35
|
||||
'
|
||||
'TBEMLP_POLL_PROFILESBindingSource
|
||||
'
|
||||
Me.TBEMLP_POLL_PROFILESBindingSource.DataMember = "TBEMLP_POLL_PROFILES"
|
||||
Me.TBEMLP_POLL_PROFILESBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'MyDataset
|
||||
'
|
||||
Me.MyDataset.DataSetName = "MyDataset"
|
||||
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'btnValidationSQL
|
||||
'
|
||||
Me.btnValidationSQL.Location = New System.Drawing.Point(655, 122)
|
||||
@@ -1066,16 +1076,6 @@ Partial Class frmMain
|
||||
Me.GridControl4.TabIndex = 33
|
||||
Me.GridControl4.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView4})
|
||||
'
|
||||
'TBEMLP_POLL_PROFILESBindingSource
|
||||
'
|
||||
Me.TBEMLP_POLL_PROFILESBindingSource.DataMember = "TBEMLP_POLL_PROFILES"
|
||||
Me.TBEMLP_POLL_PROFILESBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'MyDataset
|
||||
'
|
||||
Me.MyDataset.DataSetName = "MyDataset"
|
||||
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'GridView4
|
||||
'
|
||||
Me.GridView4.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan
|
||||
@@ -3375,9 +3375,9 @@ Partial Class frmMain
|
||||
Me.tabProfile.ResumeLayout(False)
|
||||
Me.tabProfile.PerformLayout()
|
||||
CType(Me.txtSQLValidation.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridControl4, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBEMLP_POLL_PROFILESBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridControl4, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridView4, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBDD_EMAIL_ACCOUNTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
|
||||
Reference in New Issue
Block a user