MS 24.07
This commit is contained in:
125
Global_Indexer/frmIndex.designer.vb
generated
125
Global_Indexer/frmIndex.designer.vb
generated
@@ -26,6 +26,7 @@ Partial Class frmIndex
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.cmbDokumentart = New System.Windows.Forms.ComboBox()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
||||
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.lblerror = New System.Windows.Forms.Label()
|
||||
@@ -46,11 +47,12 @@ Partial Class frmIndex
|
||||
Me.VWINDEX_AUTOMTableAdapter = New Global_Indexer.MyDatasetTableAdapters.VWDDINDEX_AUTOMTableAdapter()
|
||||
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
||||
Me.pnlIndex = New System.Windows.Forms.Panel()
|
||||
Me.pnlWebbrowser = New System.Windows.Forms.Panel()
|
||||
Me.grpbxMailBody = New System.Windows.Forms.GroupBox()
|
||||
Me.WebBrowser = New System.Windows.Forms.WebBrowser()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.StatusStrip3 = New System.Windows.Forms.StatusStrip()
|
||||
Me.tslblWebbrowser = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.grpBetreff = New System.Windows.Forms.GroupBox()
|
||||
Me.txtBetreff = New System.Windows.Forms.TextBox()
|
||||
Me.pnlPDF = New System.Windows.Forms.Panel()
|
||||
Me.PdfViewer1 = New DevExpress.XtraPdfViewer.PdfViewer()
|
||||
Me.StatusStrip2 = New System.Windows.Forms.StatusStrip()
|
||||
@@ -97,8 +99,9 @@ Partial Class frmIndex
|
||||
Me.SplitContainer1.Panel1.SuspendLayout()
|
||||
Me.SplitContainer1.Panel2.SuspendLayout()
|
||||
Me.SplitContainer1.SuspendLayout()
|
||||
Me.pnlWebbrowser.SuspendLayout()
|
||||
Me.grpbxMailBody.SuspendLayout()
|
||||
Me.StatusStrip3.SuspendLayout()
|
||||
Me.grpBetreff.SuspendLayout()
|
||||
Me.pnlPDF.SuspendLayout()
|
||||
Me.StatusStrip2.SuspendLayout()
|
||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -123,13 +126,14 @@ Partial Class frmIndex
|
||||
Me.cmbDokumentart.FormattingEnabled = True
|
||||
Me.cmbDokumentart.Location = New System.Drawing.Point(5, 44)
|
||||
Me.cmbDokumentart.Name = "cmbDokumentart"
|
||||
Me.cmbDokumentart.Size = New System.Drawing.Size(387, 25)
|
||||
Me.cmbDokumentart.Size = New System.Drawing.Size(376, 25)
|
||||
Me.cmbDokumentart.TabIndex = 2
|
||||
Me.cmbDokumentart.ValueMember = "DOKART_ID"
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight
|
||||
Me.Panel1.Controls.Add(Me.Button1)
|
||||
Me.Panel1.Controls.Add(Me.ToolStrip1)
|
||||
Me.Panel1.Controls.Add(Me.lblerror)
|
||||
Me.Panel1.Controls.Add(Me.cmbDokumentart)
|
||||
@@ -141,6 +145,20 @@ Partial Class frmIndex
|
||||
Me.Panel1.Size = New System.Drawing.Size(526, 110)
|
||||
Me.Panel1.TabIndex = 4
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Button1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Button1.Image = Global.Global_Indexer.My.Resources.Resources.cancel
|
||||
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button1.Location = New System.Drawing.Point(387, 41)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(133, 30)
|
||||
Me.Button1.TabIndex = 11
|
||||
Me.Button1.Text = "Abbruch"
|
||||
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'ToolStrip1
|
||||
'
|
||||
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1})
|
||||
@@ -204,10 +222,10 @@ Partial Class frmIndex
|
||||
Me.Panel2.Controls.Add(Me.txtIndexfilepath)
|
||||
Me.Panel2.Controls.Add(Me.OK_Button)
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.Panel2.Location = New System.Drawing.Point(0, 397)
|
||||
Me.Panel2.Location = New System.Drawing.Point(0, 373)
|
||||
Me.Panel2.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(526, 113)
|
||||
Me.Panel2.Size = New System.Drawing.Size(526, 137)
|
||||
Me.Panel2.TabIndex = 7
|
||||
'
|
||||
'chkMultiIndexer
|
||||
@@ -216,7 +234,7 @@ Partial Class frmIndex
|
||||
Me.chkMultiIndexer.BackColor = System.Drawing.Color.Yellow
|
||||
Me.chkMultiIndexer.Font = New System.Drawing.Font("Verdana", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.chkMultiIndexer.ForeColor = System.Drawing.Color.Maroon
|
||||
Me.chkMultiIndexer.Location = New System.Drawing.Point(5, 43)
|
||||
Me.chkMultiIndexer.Location = New System.Drawing.Point(3, 39)
|
||||
Me.chkMultiIndexer.Name = "chkMultiIndexer"
|
||||
Me.chkMultiIndexer.Size = New System.Drawing.Size(520, 20)
|
||||
Me.chkMultiIndexer.TabIndex = 10
|
||||
@@ -227,19 +245,19 @@ Partial Class frmIndex
|
||||
'
|
||||
Me.chkdelete_origin.AutoSize = True
|
||||
Me.chkdelete_origin.Font = New System.Drawing.Font("Verdana", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.chkdelete_origin.Location = New System.Drawing.Point(5, 14)
|
||||
Me.chkdelete_origin.Location = New System.Drawing.Point(3, 13)
|
||||
Me.chkdelete_origin.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||
Me.chkdelete_origin.Name = "chkdelete_origin"
|
||||
Me.chkdelete_origin.Size = New System.Drawing.Size(169, 20)
|
||||
Me.chkdelete_origin.Size = New System.Drawing.Size(176, 20)
|
||||
Me.chkdelete_origin.TabIndex = 3
|
||||
Me.chkdelete_origin.Text = "Lösche ""Dropped File"""
|
||||
Me.chkdelete_origin.Text = "Lösche Ursprungsdatei"
|
||||
Me.chkdelete_origin.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label2.Location = New System.Drawing.Point(2, 66)
|
||||
Me.Label2.Location = New System.Drawing.Point(2, 84)
|
||||
Me.Label2.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(92, 13)
|
||||
@@ -250,21 +268,22 @@ Partial Class frmIndex
|
||||
'
|
||||
Me.txtIndexfilepath.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.txtIndexfilepath.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtIndexfilepath.Location = New System.Drawing.Point(5, 82)
|
||||
Me.txtIndexfilepath.Font = New System.Drawing.Font("Verdana", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtIndexfilepath.Location = New System.Drawing.Point(2, 100)
|
||||
Me.txtIndexfilepath.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||
Me.txtIndexfilepath.Multiline = True
|
||||
Me.txtIndexfilepath.Name = "txtIndexfilepath"
|
||||
Me.txtIndexfilepath.ReadOnly = True
|
||||
Me.txtIndexfilepath.Size = New System.Drawing.Size(519, 28)
|
||||
Me.txtIndexfilepath.Size = New System.Drawing.Size(519, 34)
|
||||
Me.txtIndexfilepath.TabIndex = 1
|
||||
'
|
||||
'OK_Button
|
||||
'
|
||||
Me.OK_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.OK_Button.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.OK_Button.Image = Global.Global_Indexer.My.Resources.Resources.Go
|
||||
Me.OK_Button.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.OK_Button.Location = New System.Drawing.Point(383, 7)
|
||||
Me.OK_Button.Location = New System.Drawing.Point(387, 6)
|
||||
Me.OK_Button.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.OK_Button.Name = "OK_Button"
|
||||
Me.OK_Button.Size = New System.Drawing.Size(134, 30)
|
||||
@@ -331,7 +350,8 @@ Partial Class frmIndex
|
||||
'
|
||||
'SplitContainer1.Panel2
|
||||
'
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.pnlWebbrowser)
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.grpbxMailBody)
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.grpBetreff)
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.pnlPDF)
|
||||
Me.SplitContainer1.Size = New System.Drawing.Size(813, 510)
|
||||
Me.SplitContainer1.SplitterDistance = 526
|
||||
@@ -343,45 +363,37 @@ Partial Class frmIndex
|
||||
Me.pnlIndex.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.pnlIndex.Location = New System.Drawing.Point(0, 110)
|
||||
Me.pnlIndex.Name = "pnlIndex"
|
||||
Me.pnlIndex.Size = New System.Drawing.Size(526, 287)
|
||||
Me.pnlIndex.Size = New System.Drawing.Size(526, 263)
|
||||
Me.pnlIndex.TabIndex = 8
|
||||
Me.pnlIndex.Visible = False
|
||||
'
|
||||
'pnlWebbrowser
|
||||
'grpbxMailBody
|
||||
'
|
||||
Me.pnlWebbrowser.Controls.Add(Me.WebBrowser)
|
||||
Me.pnlWebbrowser.Controls.Add(Me.Label3)
|
||||
Me.pnlWebbrowser.Controls.Add(Me.StatusStrip3)
|
||||
Me.pnlWebbrowser.Location = New System.Drawing.Point(17, 216)
|
||||
Me.pnlWebbrowser.Name = "pnlWebbrowser"
|
||||
Me.pnlWebbrowser.Size = New System.Drawing.Size(200, 100)
|
||||
Me.pnlWebbrowser.TabIndex = 2
|
||||
Me.grpbxMailBody.Controls.Add(Me.WebBrowser)
|
||||
Me.grpbxMailBody.Controls.Add(Me.StatusStrip3)
|
||||
Me.grpbxMailBody.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.grpbxMailBody.Location = New System.Drawing.Point(58, 352)
|
||||
Me.grpbxMailBody.Name = "grpbxMailBody"
|
||||
Me.grpbxMailBody.Size = New System.Drawing.Size(200, 100)
|
||||
Me.grpbxMailBody.TabIndex = 5
|
||||
Me.grpbxMailBody.TabStop = False
|
||||
Me.grpbxMailBody.Text = "Mail-Body:"
|
||||
'
|
||||
'WebBrowser
|
||||
'
|
||||
Me.WebBrowser.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.WebBrowser.Location = New System.Drawing.Point(0, 17)
|
||||
Me.WebBrowser.Location = New System.Drawing.Point(3, 21)
|
||||
Me.WebBrowser.MinimumSize = New System.Drawing.Size(20, 20)
|
||||
Me.WebBrowser.Name = "WebBrowser"
|
||||
Me.WebBrowser.Size = New System.Drawing.Size(200, 61)
|
||||
Me.WebBrowser.Size = New System.Drawing.Size(194, 54)
|
||||
Me.WebBrowser.TabIndex = 2
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Label3.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(115, 17)
|
||||
Me.Label3.TabIndex = 1
|
||||
Me.Label3.Text = "Ansicht Mail-Body:"
|
||||
'
|
||||
'StatusStrip3
|
||||
'
|
||||
Me.StatusStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblWebbrowser})
|
||||
Me.StatusStrip3.Location = New System.Drawing.Point(0, 78)
|
||||
Me.StatusStrip3.Location = New System.Drawing.Point(3, 75)
|
||||
Me.StatusStrip3.Name = "StatusStrip3"
|
||||
Me.StatusStrip3.Size = New System.Drawing.Size(200, 22)
|
||||
Me.StatusStrip3.Size = New System.Drawing.Size(194, 22)
|
||||
Me.StatusStrip3.TabIndex = 0
|
||||
Me.StatusStrip3.Text = "StatusStrip3"
|
||||
'
|
||||
@@ -391,6 +403,28 @@ Partial Class frmIndex
|
||||
Me.tslblWebbrowser.Size = New System.Drawing.Size(121, 17)
|
||||
Me.tslblWebbrowser.Text = "ToolStripStatusLabel1"
|
||||
'
|
||||
'grpBetreff
|
||||
'
|
||||
Me.grpBetreff.Controls.Add(Me.txtBetreff)
|
||||
Me.grpBetreff.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.grpBetreff.Location = New System.Drawing.Point(20, 64)
|
||||
Me.grpBetreff.Name = "grpBetreff"
|
||||
Me.grpBetreff.Size = New System.Drawing.Size(200, 58)
|
||||
Me.grpBetreff.TabIndex = 4
|
||||
Me.grpBetreff.TabStop = False
|
||||
Me.grpBetreff.Text = "Betreff"
|
||||
'
|
||||
'txtBetreff
|
||||
'
|
||||
Me.txtBetreff.BackColor = System.Drawing.SystemColors.Info
|
||||
Me.txtBetreff.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.txtBetreff.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtBetreff.Location = New System.Drawing.Point(3, 21)
|
||||
Me.txtBetreff.Name = "txtBetreff"
|
||||
Me.txtBetreff.ReadOnly = True
|
||||
Me.txtBetreff.Size = New System.Drawing.Size(194, 25)
|
||||
Me.txtBetreff.TabIndex = 0
|
||||
'
|
||||
'pnlPDF
|
||||
'
|
||||
Me.pnlPDF.Controls.Add(Me.PdfViewer1)
|
||||
@@ -624,6 +658,7 @@ Partial Class frmIndex
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(813, 532)
|
||||
Me.ControlBox = False
|
||||
Me.Controls.Add(Me.SplitContainer1)
|
||||
Me.Controls.Add(Me.StatusStrip1)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
@@ -648,10 +683,12 @@ Partial Class frmIndex
|
||||
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
||||
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainer1.ResumeLayout(False)
|
||||
Me.pnlWebbrowser.ResumeLayout(False)
|
||||
Me.pnlWebbrowser.PerformLayout()
|
||||
Me.grpbxMailBody.ResumeLayout(False)
|
||||
Me.grpbxMailBody.PerformLayout()
|
||||
Me.StatusStrip3.ResumeLayout(False)
|
||||
Me.StatusStrip3.PerformLayout()
|
||||
Me.grpBetreff.ResumeLayout(False)
|
||||
Me.grpBetreff.PerformLayout()
|
||||
Me.pnlPDF.ResumeLayout(False)
|
||||
Me.pnlPDF.PerformLayout()
|
||||
Me.StatusStrip2.ResumeLayout(False)
|
||||
@@ -728,14 +765,16 @@ End Sub
|
||||
Friend WithEvents PdfNavigationRibbonPageGroup1 As DevExpress.XtraPdfViewer.Bars.PdfNavigationRibbonPageGroup
|
||||
Friend WithEvents PdfZoomRibbonPageGroup1 As DevExpress.XtraPdfViewer.Bars.PdfZoomRibbonPageGroup
|
||||
Friend WithEvents PdfBarController2 As DevExpress.XtraPdfViewer.Bars.PdfBarController
|
||||
Friend WithEvents pnlWebbrowser As System.Windows.Forms.Panel
|
||||
Friend WithEvents StatusStrip3 As System.Windows.Forms.StatusStrip
|
||||
Friend WithEvents tslblWebbrowser As System.Windows.Forms.ToolStripStatusLabel
|
||||
Friend WithEvents WebBrowser As System.Windows.Forms.WebBrowser
|
||||
Friend WithEvents Label3 As System.Windows.Forms.Label
|
||||
Friend WithEvents chkMultiIndexer As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
||||
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents grpBetreff As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents txtBetreff As System.Windows.Forms.TextBox
|
||||
Friend WithEvents grpbxMailBody As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents Button1 As System.Windows.Forms.Button
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user