EmailProfiler.Form: Neues DB-Feld ALLOW_XML_RECEIPTS und dazugehörige Checkbox eingebaut. ConnectionString in Mysettings angepasst.
This commit is contained in:
69
App/EmailProfiler.Form/frmMain.Designer.vb
generated
69
App/EmailProfiler.Form/frmMain.Designer.vb
generated
@@ -122,9 +122,10 @@ Partial Class frmMain
|
||||
Me.POLL_TYPEComboBox = New System.Windows.Forms.ComboBox()
|
||||
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
||||
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.cbAllowXMLReceipt = New System.Windows.Forms.CheckBox()
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.lblDownloadPath = New System.Windows.Forms.Label()
|
||||
Me.PATH_ORIGINALTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.btnFBD_ErrorPath = New System.Windows.Forms.Button()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.btnFBD_DonwloadPath = New System.Windows.Forms.Button()
|
||||
@@ -970,7 +971,7 @@ Partial Class frmMain
|
||||
'StatusStrip1
|
||||
'
|
||||
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblstatus, Me.tslblRefresh, Me.ToolStripStatusLabel1})
|
||||
Me.StatusStrip1.Location = New System.Drawing.Point(0, 585)
|
||||
Me.StatusStrip1.Location = New System.Drawing.Point(0, 593)
|
||||
Me.StatusStrip1.Name = "StatusStrip1"
|
||||
Me.StatusStrip1.Size = New System.Drawing.Size(1235, 22)
|
||||
Me.StatusStrip1.TabIndex = 0
|
||||
@@ -1000,7 +1001,7 @@ Partial Class frmMain
|
||||
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.TabControl1.Name = "TabControl1"
|
||||
Me.TabControl1.SelectedIndex = 0
|
||||
Me.TabControl1.Size = New System.Drawing.Size(1235, 585)
|
||||
Me.TabControl1.Size = New System.Drawing.Size(1235, 593)
|
||||
Me.TabControl1.TabIndex = 2
|
||||
'
|
||||
'tabProfile
|
||||
@@ -1034,7 +1035,7 @@ Partial Class frmMain
|
||||
Me.tabProfile.Location = New System.Drawing.Point(4, 22)
|
||||
Me.tabProfile.Name = "tabProfile"
|
||||
Me.tabProfile.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.tabProfile.Size = New System.Drawing.Size(1227, 559)
|
||||
Me.tabProfile.Size = New System.Drawing.Size(1227, 567)
|
||||
Me.tabProfile.TabIndex = 0
|
||||
Me.tabProfile.Text = "Profilkonfiguration"
|
||||
Me.tabProfile.UseVisualStyleBackColor = True
|
||||
@@ -1073,7 +1074,7 @@ Partial Class frmMain
|
||||
Me.GridControl4.Location = New System.Drawing.Point(3, 31)
|
||||
Me.GridControl4.MainView = Me.GridView4
|
||||
Me.GridControl4.Name = "GridControl4"
|
||||
Me.GridControl4.Size = New System.Drawing.Size(245, 152)
|
||||
Me.GridControl4.Size = New System.Drawing.Size(245, 160)
|
||||
Me.GridControl4.TabIndex = 33
|
||||
Me.GridControl4.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView4})
|
||||
'
|
||||
@@ -1314,7 +1315,7 @@ Partial Class frmMain
|
||||
Me.XtraTabControl1.Location = New System.Drawing.Point(3, 197)
|
||||
Me.XtraTabControl1.Name = "XtraTabControl1"
|
||||
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1
|
||||
Me.XtraTabControl1.Size = New System.Drawing.Size(1221, 359)
|
||||
Me.XtraTabControl1.Size = New System.Drawing.Size(1221, 367)
|
||||
Me.XtraTabControl1.TabIndex = 30
|
||||
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2, Me.XtraTabPage3})
|
||||
'
|
||||
@@ -1323,6 +1324,7 @@ Partial Class frmMain
|
||||
Me.XtraTabPage1.Appearance.Header.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XtraTabPage1.Appearance.Header.Options.UseFont = True
|
||||
Me.XtraTabPage1.AutoScroll = True
|
||||
Me.XtraTabPage1.Controls.Add(Me.cbAllowXMLReceipt)
|
||||
Me.XtraTabPage1.Controls.Add(Me.lblDownloadPath)
|
||||
Me.XtraTabPage1.Controls.Add(Me.PATH_ORIGINALTextBox)
|
||||
Me.XtraTabPage1.Controls.Add(Me.btnFBD_ErrorPath)
|
||||
@@ -1361,9 +1363,26 @@ Partial Class frmMain
|
||||
Me.XtraTabPage1.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.XtraTabPage1.ImageOptions.SvgImageSize = New System.Drawing.Size(18, 18)
|
||||
Me.XtraTabPage1.Name = "XtraTabPage1"
|
||||
Me.XtraTabPage1.Size = New System.Drawing.Size(1219, 329)
|
||||
Me.XtraTabPage1.Size = New System.Drawing.Size(1219, 337)
|
||||
Me.XtraTabPage1.Text = "Zugeordnete Prozesse"
|
||||
'
|
||||
'cbAllowXMLReceipt
|
||||
'
|
||||
Me.cbAllowXMLReceipt.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_PROCESSBindingSource, "ALLOW_XML_RECEIPTS", True))
|
||||
Me.cbAllowXMLReceipt.Location = New System.Drawing.Point(319, 310)
|
||||
Me.cbAllowXMLReceipt.Name = "cbAllowXMLReceipt"
|
||||
Me.cbAllowXMLReceipt.Size = New System.Drawing.Size(182, 24)
|
||||
Me.cbAllowXMLReceipt.TabIndex = 93
|
||||
Me.cbAllowXMLReceipt.Text = "Erlaube XML Belege (1. Anhang)"
|
||||
Me.cbAllowXMLReceipt.UseVisualStyleBackColor = True
|
||||
'
|
||||
'TBEMLP_POLL_PROCESSBindingSource
|
||||
'
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.AllowNew = True
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.DataMember = "FK_TBEMLP_POLL_PROCESS_PROFILE_ID"
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.DataSource = Me.TBEMLP_POLL_PROFILESBindingSource
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.Sort = "SEQUENCE"
|
||||
'
|
||||
'lblDownloadPath
|
||||
'
|
||||
Me.lblDownloadPath.AutoSize = True
|
||||
@@ -1381,13 +1400,6 @@ Partial Class frmMain
|
||||
Me.PATH_ORIGINALTextBox.Size = New System.Drawing.Size(462, 21)
|
||||
Me.PATH_ORIGINALTextBox.TabIndex = 91
|
||||
'
|
||||
'TBEMLP_POLL_PROCESSBindingSource
|
||||
'
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.AllowNew = True
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.DataMember = "FK_TBEMLP_POLL_PROCESS_PROFILE_ID"
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.DataSource = Me.TBEMLP_POLL_PROFILESBindingSource
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.Sort = "SEQUENCE"
|
||||
'
|
||||
'btnFBD_ErrorPath
|
||||
'
|
||||
Me.btnFBD_ErrorPath.Location = New System.Drawing.Point(787, 243)
|
||||
@@ -1797,7 +1809,7 @@ Partial Class frmMain
|
||||
Me.GridControl1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.GridControl1.MainView = Me.GridView1
|
||||
Me.GridControl1.Name = "GridControl1"
|
||||
Me.GridControl1.Size = New System.Drawing.Size(245, 329)
|
||||
Me.GridControl1.Size = New System.Drawing.Size(245, 337)
|
||||
Me.GridControl1.TabIndex = 0
|
||||
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
||||
'
|
||||
@@ -1869,7 +1881,7 @@ Partial Class frmMain
|
||||
Me.XtraTabPage2.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.XtraTabPage2.ImageOptions.SvgImageSize = New System.Drawing.Size(18, 18)
|
||||
Me.XtraTabPage2.Name = "XtraTabPage2"
|
||||
Me.XtraTabPage2.Size = New System.Drawing.Size(1219, 329)
|
||||
Me.XtraTabPage2.Size = New System.Drawing.Size(1219, 337)
|
||||
Me.XtraTabPage2.Text = "Verarbeitungs-Schritte"
|
||||
'
|
||||
'NumericUpDown1
|
||||
@@ -2097,7 +2109,7 @@ Partial Class frmMain
|
||||
Me.GridControl2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.GridControl2.MainView = Me.GridView2
|
||||
Me.GridControl2.Name = "GridControl2"
|
||||
Me.GridControl2.Size = New System.Drawing.Size(245, 329)
|
||||
Me.GridControl2.Size = New System.Drawing.Size(245, 337)
|
||||
Me.GridControl2.TabIndex = 1
|
||||
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2})
|
||||
'
|
||||
@@ -2161,7 +2173,7 @@ Partial Class frmMain
|
||||
Me.XtraTabPage3.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage3.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.XtraTabPage3.ImageOptions.SvgImageSize = New System.Drawing.Size(18, 18)
|
||||
Me.XtraTabPage3.Name = "XtraTabPage3"
|
||||
Me.XtraTabPage3.Size = New System.Drawing.Size(1219, 329)
|
||||
Me.XtraTabPage3.Size = New System.Drawing.Size(1219, 337)
|
||||
Me.XtraTabPage3.Text = "Indexierungs Schritte"
|
||||
'
|
||||
'SEQUENCENumericUpDown
|
||||
@@ -2392,7 +2404,7 @@ Partial Class frmMain
|
||||
Me.GridControl3.Location = New System.Drawing.Point(0, 0)
|
||||
Me.GridControl3.MainView = Me.GridView3
|
||||
Me.GridControl3.Name = "GridControl3"
|
||||
Me.GridControl3.Size = New System.Drawing.Size(245, 329)
|
||||
Me.GridControl3.Size = New System.Drawing.Size(245, 337)
|
||||
Me.GridControl3.TabIndex = 34
|
||||
Me.GridControl3.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView3})
|
||||
'
|
||||
@@ -2550,7 +2562,7 @@ Partial Class frmMain
|
||||
Me.tabEmail.Location = New System.Drawing.Point(4, 22)
|
||||
Me.tabEmail.Name = "tabEmail"
|
||||
Me.tabEmail.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.tabEmail.Size = New System.Drawing.Size(1227, 559)
|
||||
Me.tabEmail.Size = New System.Drawing.Size(1227, 567)
|
||||
Me.tabEmail.TabIndex = 3
|
||||
Me.tabEmail.Text = "EMail-Konto Konfiguration"
|
||||
Me.tabEmail.UseVisualStyleBackColor = True
|
||||
@@ -2778,7 +2790,7 @@ Partial Class frmMain
|
||||
Me.GridControl6.Location = New System.Drawing.Point(3, 28)
|
||||
Me.GridControl6.MainView = Me.GridView6
|
||||
Me.GridControl6.Name = "GridControl6"
|
||||
Me.GridControl6.Size = New System.Drawing.Size(301, 528)
|
||||
Me.GridControl6.Size = New System.Drawing.Size(301, 536)
|
||||
Me.GridControl6.TabIndex = 34
|
||||
Me.GridControl6.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView6})
|
||||
'
|
||||
@@ -2854,8 +2866,8 @@ Partial Class frmMain
|
||||
'BindingNavigatorCountItem1
|
||||
'
|
||||
Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1"
|
||||
Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(44, 22)
|
||||
Me.BindingNavigatorCountItem1.Text = "von {0}"
|
||||
Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(35, 22)
|
||||
Me.BindingNavigatorCountItem1.Text = "of {0}"
|
||||
Me.BindingNavigatorCountItem1.ToolTipText = "Die Gesamtanzahl der Elemente."
|
||||
'
|
||||
'BindingNavigatorDeleteItem1
|
||||
@@ -2955,7 +2967,7 @@ Partial Class frmMain
|
||||
Me.tabConfig.Location = New System.Drawing.Point(4, 22)
|
||||
Me.tabConfig.Name = "tabConfig"
|
||||
Me.tabConfig.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.tabConfig.Size = New System.Drawing.Size(1227, 559)
|
||||
Me.tabConfig.Size = New System.Drawing.Size(1227, 567)
|
||||
Me.tabConfig.TabIndex = 1
|
||||
Me.tabConfig.Text = "Grundeinstellungen"
|
||||
Me.tabConfig.UseVisualStyleBackColor = True
|
||||
@@ -2971,7 +2983,7 @@ Partial Class frmMain
|
||||
Me.GroupBox4.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.GroupBox4.Location = New System.Drawing.Point(3, 358)
|
||||
Me.GroupBox4.Name = "GroupBox4"
|
||||
Me.GroupBox4.Size = New System.Drawing.Size(1221, 198)
|
||||
Me.GroupBox4.Size = New System.Drawing.Size(1221, 206)
|
||||
Me.GroupBox4.TabIndex = 69
|
||||
Me.GroupBox4.TabStop = False
|
||||
Me.GroupBox4.Text = "Test RegEx"
|
||||
@@ -3013,7 +3025,7 @@ Partial Class frmMain
|
||||
Me.txtResultRegEx.Location = New System.Drawing.Point(659, 49)
|
||||
Me.txtResultRegEx.Multiline = True
|
||||
Me.txtResultRegEx.Name = "txtResultRegEx"
|
||||
Me.txtResultRegEx.Size = New System.Drawing.Size(538, 143)
|
||||
Me.txtResultRegEx.Size = New System.Drawing.Size(538, 151)
|
||||
Me.txtResultRegEx.TabIndex = 69
|
||||
'
|
||||
'txthtmlEmail
|
||||
@@ -3025,7 +3037,7 @@ Partial Class frmMain
|
||||
Me.txthtmlEmail.Location = New System.Drawing.Point(9, 49)
|
||||
Me.txthtmlEmail.Multiline = True
|
||||
Me.txthtmlEmail.Name = "txthtmlEmail"
|
||||
Me.txthtmlEmail.Size = New System.Drawing.Size(538, 143)
|
||||
Me.txthtmlEmail.Size = New System.Drawing.Size(538, 151)
|
||||
Me.txthtmlEmail.TabIndex = 67
|
||||
Me.txthtmlEmail.Text = Global.EmailProfiler.Form.My.MySettings.Default.MyTestHTML
|
||||
'
|
||||
@@ -3373,7 +3385,7 @@ Partial Class frmMain
|
||||
Me.Appearance.Options.UseFont = True
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(1235, 607)
|
||||
Me.ClientSize = New System.Drawing.Size(1235, 615)
|
||||
Me.Controls.Add(Me.TabControl1)
|
||||
Me.Controls.Add(Me.StatusStrip1)
|
||||
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
@@ -3702,4 +3714,5 @@ Partial Class frmMain
|
||||
Friend WithEvents btnValidationSQL As DevExpress.XtraEditors.SimpleButton
|
||||
Friend WithEvents txtSQLValidation As DevExpress.XtraEditors.TextEdit
|
||||
Friend WithEvents Button1 As Button
|
||||
Friend WithEvents cbAllowXMLReceipt As CheckBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user