MS12.02.2016
This commit is contained in:
194
Global_Indexer/frmIndex.designer.vb
generated
194
Global_Indexer/frmIndex.designer.vb
generated
@@ -23,9 +23,11 @@ Partial Class frmIndex
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmIndex))
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.cmbDokumentart = New System.Windows.Forms.ComboBox()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
||||
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
||||
@@ -111,108 +113,78 @@ Partial Class frmIndex
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(3, 25)
|
||||
resources.ApplyResources(Me.Label1, "Label1")
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(208, 17)
|
||||
Me.Label1.TabIndex = 1
|
||||
Me.Label1.Text = "Bitte wählen Sie eine Dokumentart:"
|
||||
'
|
||||
'cmbDokumentart
|
||||
'
|
||||
Me.cmbDokumentart.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
resources.ApplyResources(Me.cmbDokumentart, "cmbDokumentart")
|
||||
Me.cmbDokumentart.DisplayMember = "DOKART_ID"
|
||||
Me.cmbDokumentart.FormattingEnabled = True
|
||||
Me.cmbDokumentart.Location = New System.Drawing.Point(5, 44)
|
||||
Me.cmbDokumentart.Name = "cmbDokumentart"
|
||||
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.CheckBox1)
|
||||
Me.Panel1.Controls.Add(Me.Button1)
|
||||
Me.Panel1.Controls.Add(Me.ToolStrip1)
|
||||
Me.Panel1.Controls.Add(Me.lblerror)
|
||||
Me.Panel1.Controls.Add(Me.cmbDokumentart)
|
||||
Me.Panel1.Controls.Add(Me.Label1)
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Panel1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||
resources.ApplyResources(Me.Panel1, "Panel1")
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(526, 110)
|
||||
Me.Panel1.TabIndex = 4
|
||||
'
|
||||
'CheckBox1
|
||||
'
|
||||
resources.ApplyResources(Me.CheckBox1, "CheckBox1")
|
||||
Me.CheckBox1.Checked = Global.Global_Indexer.My.MySettings.Default.DA_Vorauswahlaktiv
|
||||
Me.CheckBox1.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Global_Indexer.My.MySettings.Default, "DA_Vorauswahlaktiv", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.CheckBox1.Name = "CheckBox1"
|
||||
Me.CheckBox1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'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))
|
||||
resources.ApplyResources(Me.Button1, "Button1")
|
||||
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})
|
||||
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
||||
resources.ApplyResources(Me.ToolStrip1, "ToolStrip1")
|
||||
Me.ToolStrip1.Name = "ToolStrip1"
|
||||
Me.ToolStrip1.Size = New System.Drawing.Size(526, 25)
|
||||
Me.ToolStrip1.TabIndex = 6
|
||||
Me.ToolStrip1.Text = "ToolStrip1"
|
||||
'
|
||||
'ToolStripButton1
|
||||
'
|
||||
Me.ToolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
Me.ToolStripButton1.BackColor = System.Drawing.SystemColors.ButtonHighlight
|
||||
Me.ToolStripButton1.Image = Global.Global_Indexer.My.Resources.Resources.bullet_arrow_top
|
||||
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
|
||||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||||
Me.ToolStripButton1.Size = New System.Drawing.Size(118, 22)
|
||||
Me.ToolStripButton1.Text = "Top Most = False"
|
||||
'
|
||||
'lblerror
|
||||
'
|
||||
Me.lblerror.AutoSize = True
|
||||
Me.lblerror.Font = New System.Drawing.Font("Verdana", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblerror.Location = New System.Drawing.Point(4, 78)
|
||||
Me.lblerror.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
|
||||
resources.ApplyResources(Me.lblerror, "lblerror")
|
||||
Me.lblerror.Name = "lblerror"
|
||||
Me.lblerror.Size = New System.Drawing.Size(39, 16)
|
||||
Me.lblerror.TabIndex = 3
|
||||
Me.lblerror.Text = "Error"
|
||||
Me.lblerror.Visible = False
|
||||
'
|
||||
'StatusStrip1
|
||||
'
|
||||
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblhinweis, Me.tslblVorschau})
|
||||
Me.StatusStrip1.Location = New System.Drawing.Point(0, 510)
|
||||
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
|
||||
Me.StatusStrip1.Name = "StatusStrip1"
|
||||
Me.StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 10, 0)
|
||||
Me.StatusStrip1.Size = New System.Drawing.Size(813, 22)
|
||||
Me.StatusStrip1.TabIndex = 6
|
||||
Me.StatusStrip1.Text = "StatusStrip1"
|
||||
'
|
||||
'lblhinweis
|
||||
'
|
||||
Me.lblhinweis.Name = "lblhinweis"
|
||||
Me.lblhinweis.Size = New System.Drawing.Size(0, 17)
|
||||
Me.lblhinweis.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.lblhinweis.Visible = False
|
||||
resources.ApplyResources(Me.lblhinweis, "lblhinweis")
|
||||
'
|
||||
'tslblVorschau
|
||||
'
|
||||
Me.tslblVorschau.Name = "tslblVorschau"
|
||||
Me.tslblVorschau.Size = New System.Drawing.Size(99, 17)
|
||||
Me.tslblVorschau.Text = "Vorschau ist aktiv"
|
||||
Me.tslblVorschau.Visible = False
|
||||
resources.ApplyResources(Me.tslblVorschau, "tslblVorschau")
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
@@ -221,75 +193,39 @@ Partial Class frmIndex
|
||||
Me.Panel2.Controls.Add(Me.Label2)
|
||||
Me.Panel2.Controls.Add(Me.txtIndexfilepath)
|
||||
Me.Panel2.Controls.Add(Me.btnOK)
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.Panel2.Location = New System.Drawing.Point(0, 373)
|
||||
Me.Panel2.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||
resources.ApplyResources(Me.Panel2, "Panel2")
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(526, 137)
|
||||
Me.Panel2.TabIndex = 7
|
||||
'
|
||||
'chkMultiIndexer
|
||||
'
|
||||
Me.chkMultiIndexer.AutoSize = True
|
||||
resources.ApplyResources(Me.chkMultiIndexer, "chkMultiIndexer")
|
||||
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(3, 39)
|
||||
Me.chkMultiIndexer.Name = "chkMultiIndexer"
|
||||
Me.chkMultiIndexer.Size = New System.Drawing.Size(520, 20)
|
||||
Me.chkMultiIndexer.TabIndex = 10
|
||||
Me.chkMultiIndexer.Text = "Multi-Indexing - Alle nachfolgenden Dateien (0) identisch indexieren"
|
||||
Me.chkMultiIndexer.UseVisualStyleBackColor = False
|
||||
'
|
||||
'chkdelete_origin
|
||||
'
|
||||
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(3, 13)
|
||||
Me.chkdelete_origin.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||
resources.ApplyResources(Me.chkdelete_origin, "chkdelete_origin")
|
||||
Me.chkdelete_origin.Name = "chkdelete_origin"
|
||||
Me.chkdelete_origin.Size = New System.Drawing.Size(176, 20)
|
||||
Me.chkdelete_origin.TabIndex = 3
|
||||
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, 84)
|
||||
Me.Label2.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
|
||||
resources.ApplyResources(Me.Label2, "Label2")
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(92, 13)
|
||||
Me.Label2.TabIndex = 2
|
||||
Me.Label2.Text = "Aktuelle Datei;"
|
||||
'
|
||||
'txtIndexfilepath
|
||||
'
|
||||
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", 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
|
||||
resources.ApplyResources(Me.txtIndexfilepath, "txtIndexfilepath")
|
||||
Me.txtIndexfilepath.Name = "txtIndexfilepath"
|
||||
Me.txtIndexfilepath.ReadOnly = True
|
||||
Me.txtIndexfilepath.Size = New System.Drawing.Size(519, 34)
|
||||
Me.txtIndexfilepath.TabIndex = 1
|
||||
'
|
||||
'btnOK
|
||||
'
|
||||
Me.btnOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnOK.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
resources.ApplyResources(Me.btnOK, "btnOK")
|
||||
Me.btnOK.Image = Global.Global_Indexer.My.Resources.Resources.Go
|
||||
Me.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnOK.Location = New System.Drawing.Point(354, 6)
|
||||
Me.btnOK.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.btnOK.Name = "btnOK"
|
||||
Me.btnOK.Size = New System.Drawing.Size(167, 30)
|
||||
Me.btnOK.TabIndex = 0
|
||||
Me.btnOK.Text = "Indexiere Datei"
|
||||
Me.btnOK.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
'
|
||||
'MyDataset
|
||||
'
|
||||
@@ -338,8 +274,7 @@ Partial Class frmIndex
|
||||
'
|
||||
'SplitContainer1
|
||||
'
|
||||
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
|
||||
resources.ApplyResources(Me.SplitContainer1, "SplitContainer1")
|
||||
Me.SplitContainer1.Name = "SplitContainer1"
|
||||
'
|
||||
'SplitContainer1.Panel1
|
||||
@@ -353,130 +288,90 @@ Partial Class frmIndex
|
||||
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
|
||||
Me.SplitContainer1.TabIndex = 8
|
||||
'
|
||||
'pnlIndex
|
||||
'
|
||||
Me.pnlIndex.BackColor = System.Drawing.SystemColors.ControlLight
|
||||
Me.pnlIndex.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.pnlIndex.Location = New System.Drawing.Point(0, 110)
|
||||
resources.ApplyResources(Me.pnlIndex, "pnlIndex")
|
||||
Me.pnlIndex.Name = "pnlIndex"
|
||||
Me.pnlIndex.Size = New System.Drawing.Size(526, 263)
|
||||
Me.pnlIndex.TabIndex = 8
|
||||
Me.pnlIndex.Visible = False
|
||||
'
|
||||
'grpbxMailBody
|
||||
'
|
||||
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)
|
||||
resources.ApplyResources(Me.grpbxMailBody, "grpbxMailBody")
|
||||
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(3, 21)
|
||||
Me.WebBrowser.MinimumSize = New System.Drawing.Size(20, 20)
|
||||
resources.ApplyResources(Me.WebBrowser, "WebBrowser")
|
||||
Me.WebBrowser.Name = "WebBrowser"
|
||||
Me.WebBrowser.Size = New System.Drawing.Size(194, 54)
|
||||
Me.WebBrowser.TabIndex = 2
|
||||
'
|
||||
'StatusStrip3
|
||||
'
|
||||
Me.StatusStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblWebbrowser})
|
||||
Me.StatusStrip3.Location = New System.Drawing.Point(3, 75)
|
||||
resources.ApplyResources(Me.StatusStrip3, "StatusStrip3")
|
||||
Me.StatusStrip3.Name = "StatusStrip3"
|
||||
Me.StatusStrip3.Size = New System.Drawing.Size(194, 22)
|
||||
Me.StatusStrip3.TabIndex = 0
|
||||
Me.StatusStrip3.Text = "StatusStrip3"
|
||||
'
|
||||
'tslblWebbrowser
|
||||
'
|
||||
Me.tslblWebbrowser.Name = "tslblWebbrowser"
|
||||
Me.tslblWebbrowser.Size = New System.Drawing.Size(121, 17)
|
||||
Me.tslblWebbrowser.Text = "ToolStripStatusLabel1"
|
||||
resources.ApplyResources(Me.tslblWebbrowser, "tslblWebbrowser")
|
||||
'
|
||||
'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)
|
||||
resources.ApplyResources(Me.grpBetreff, "grpBetreff")
|
||||
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)
|
||||
resources.ApplyResources(Me.txtBetreff, "txtBetreff")
|
||||
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)
|
||||
Me.pnlPDF.Controls.Add(Me.StatusStrip2)
|
||||
Me.pnlPDF.Controls.Add(Me.RibbonControl1)
|
||||
Me.pnlPDF.Location = New System.Drawing.Point(67, 25)
|
||||
resources.ApplyResources(Me.pnlPDF, "pnlPDF")
|
||||
Me.pnlPDF.Name = "pnlPDF"
|
||||
Me.pnlPDF.Size = New System.Drawing.Size(200, 308)
|
||||
Me.pnlPDF.TabIndex = 1
|
||||
'
|
||||
'PdfViewer1
|
||||
'
|
||||
Me.PdfViewer1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.PdfViewer1.Location = New System.Drawing.Point(0, 141)
|
||||
resources.ApplyResources(Me.PdfViewer1, "PdfViewer1")
|
||||
Me.PdfViewer1.Name = "PdfViewer1"
|
||||
Me.PdfViewer1.Size = New System.Drawing.Size(200, 145)
|
||||
Me.PdfViewer1.TabIndex = 4
|
||||
'
|
||||
'StatusStrip2
|
||||
'
|
||||
Me.StatusStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.pdfstatuslblPageNumber, Me.ToolStripDropDownButton1})
|
||||
Me.StatusStrip2.Location = New System.Drawing.Point(0, 286)
|
||||
resources.ApplyResources(Me.StatusStrip2, "StatusStrip2")
|
||||
Me.StatusStrip2.Name = "StatusStrip2"
|
||||
Me.StatusStrip2.Size = New System.Drawing.Size(200, 22)
|
||||
Me.StatusStrip2.TabIndex = 3
|
||||
Me.StatusStrip2.Text = "StatusStrip2"
|
||||
'
|
||||
'pdfstatuslblPageNumber
|
||||
'
|
||||
Me.pdfstatuslblPageNumber.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
resources.ApplyResources(Me.pdfstatuslblPageNumber, "pdfstatuslblPageNumber")
|
||||
Me.pdfstatuslblPageNumber.Image = Global.Global_Indexer.My.Resources.Resources.page_red
|
||||
Me.pdfstatuslblPageNumber.Name = "pdfstatuslblPageNumber"
|
||||
Me.pdfstatuslblPageNumber.Size = New System.Drawing.Size(139, 17)
|
||||
Me.pdfstatuslblPageNumber.Text = "ToolStripStatusLabel1"
|
||||
'
|
||||
'ToolStripDropDownButton1
|
||||
'
|
||||
Me.ToolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
resources.ApplyResources(Me.ToolStripDropDownButton1, "ToolStripDropDownButton1")
|
||||
Me.ToolStripDropDownButton1.Name = "ToolStripDropDownButton1"
|
||||
Me.ToolStripDropDownButton1.Size = New System.Drawing.Size(137, 19)
|
||||
Me.ToolStripDropDownButton1.Text = "Seitenansicht Minimal"
|
||||
'
|
||||
'RibbonControl1
|
||||
'
|
||||
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
||||
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.PdfFileOpenBarItem1, Me.PdfFileSaveAsBarItem1, Me.PdfFilePrintBarItem1, Me.PdfPreviousPageBarItem1, Me.PdfNextPageBarItem1, Me.PdfFindTextBarItem1, Me.PdfZoomOutBarItem1, Me.PdfZoomInBarItem1, Me.PdfExactZoomListBarSubItem1, Me.PdfZoom10CheckItem1, Me.PdfZoom25CheckItem1, Me.PdfZoom50CheckItem1, Me.PdfZoom75CheckItem1, Me.PdfZoom100CheckItem1, Me.PdfZoom125CheckItem1, Me.PdfZoom150CheckItem1, Me.PdfZoom200CheckItem1, Me.PdfZoom400CheckItem1, Me.PdfZoom500CheckItem1, Me.PdfSetActualSizeZoomModeCheckItem1, Me.PdfSetPageLevelZoomModeCheckItem1, Me.PdfSetFitWidthZoomModeCheckItem1, Me.PdfSetFitVisibleZoomModeCheckItem1})
|
||||
Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
||||
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
||||
Me.RibbonControl1.MaxItemId = 24
|
||||
Me.RibbonControl1.Name = "RibbonControl1"
|
||||
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.PdfRibbonPage1})
|
||||
Me.RibbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010
|
||||
Me.RibbonControl1.Size = New System.Drawing.Size(200, 141)
|
||||
Me.RibbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Above
|
||||
'
|
||||
'PdfFileOpenBarItem1
|
||||
@@ -655,19 +550,15 @@ Partial Class frmIndex
|
||||
'
|
||||
'frmIndex
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
|
||||
resources.ApplyResources(Me, "$this")
|
||||
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))
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow
|
||||
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "frmIndex"
|
||||
Me.Text = "Indexierung Drag 'n Drop File:"
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
Me.ToolStrip1.ResumeLayout(False)
|
||||
@@ -775,6 +666,7 @@ Partial Class frmIndex
|
||||
Friend WithEvents txtBetreff As System.Windows.Forms.TextBox
|
||||
Friend WithEvents grpbxMailBody As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents Button1 As System.Windows.Forms.Button
|
||||
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user