This commit is contained in:
SchreiberM
2016-01-14 17:01:52 +01:00
parent 3fe8d1cd74
commit 058ae78435
19 changed files with 488 additions and 303 deletions

View File

@@ -68,13 +68,12 @@ Partial Class frmScanFiles
Me.PdfBarController1 = New DevExpress.XtraPdfViewer.Bars.PdfBarController()
Me.PdfBarController2 = New DevExpress.XtraPdfViewer.Bars.PdfBarController()
Me.btndelete = New System.Windows.Forms.Button()
Me.ImageListBoxControl1 = New DevExpress.XtraEditors.ImageListBoxControl()
Me.chkInFront = New System.Windows.Forms.CheckBox()
Me.Panel1.SuspendLayout()
Me.StatusStrip2.SuspendLayout()
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PdfBarController1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PdfBarController2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.ImageListBoxControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'ListView1
@@ -96,7 +95,7 @@ Partial Class frmScanFiles
'
'ColumnHeader2
'
Me.ColumnHeader2.Text = "Datei - Drag and Drop fähig"
Me.ColumnHeader2.Text = "Scandatei - Drag and Drop fähig"
Me.ColumnHeader2.Width = 315
'
'ImageList1
@@ -385,28 +384,33 @@ Partial Class frmScanFiles
Me.btndelete.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btndelete.UseVisualStyleBackColor = True
'
'ImageListBoxControl1
'chkInFront
'
Me.ImageListBoxControl1.Location = New System.Drawing.Point(26, 269)
Me.ImageListBoxControl1.Name = "ImageListBoxControl1"
Me.ImageListBoxControl1.Size = New System.Drawing.Size(293, 194)
Me.ImageListBoxControl1.TabIndex = 5
Me.chkInFront.AutoSize = True
Me.chkInFront.Checked = Global.DD_Record_Organiser.My.MySettings.Default.User_InBoxScan_NotinFront
Me.chkInFront.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.DD_Record_Organiser.My.MySettings.Default, "User_InBoxScan_NotinFront", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.chkInFront.Location = New System.Drawing.Point(12, 256)
Me.chkInFront.Name = "chkInFront"
Me.chkInFront.Size = New System.Drawing.Size(193, 17)
Me.chkInFront.TabIndex = 5
Me.chkInFront.Text = "Inaktiviere ""In den Vordergrund"""
Me.chkInFront.UseVisualStyleBackColor = True
'
'frmScanFiles
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(934, 577)
Me.Controls.Add(Me.ImageListBoxControl1)
Me.Controls.Add(Me.chkInFront)
Me.Controls.Add(Me.btndelete)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.btnrefresh)
Me.Controls.Add(Me.ListView1)
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "frmScanFiles"
Me.Text = "Inbox - Scanned Files"
Me.TopMost = True
Me.Text = "Inbox - Scan"
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.StatusStrip2.ResumeLayout(False)
@@ -414,8 +418,8 @@ Partial Class frmScanFiles
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PdfBarController1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PdfBarController2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.ImageListBoxControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ListView1 As System.Windows.Forms.ListView
@@ -462,5 +466,5 @@ Partial Class frmScanFiles
Friend WithEvents PdfFormDataBarPageGroup1 As DevExpress.XtraPdfViewer.Bars.PdfFormDataBarPageGroup
Friend WithEvents PdfBarController2 As DevExpress.XtraPdfViewer.Bars.PdfBarController
Friend WithEvents btndelete As System.Windows.Forms.Button
Friend WithEvents ImageListBoxControl1 As DevExpress.XtraEditors.ImageListBoxControl
Friend WithEvents chkInFront As System.Windows.Forms.CheckBox
End Class