Werkzeug um Belege zu scannen, Texterkennung durchzuführen und Belege sortiert abzulegen
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

176 lines
3.1 KiB

object ScanForm: TScanForm
Left = 1534
Height = 1018
Top = 299
Width = 1215
Caption = 'Belegscanner'
ClientHeight = 1018
ClientWidth = 1215
OnCreate = FormCreate
LCLVersion = '1.8.2.0'
object TypeSelector: TComboBox
Left = 344
Height = 29
Top = 32
Width = 216
Enabled = False
ItemHeight = 0
OnChange = TypeSelectorChange
TabOrder = 3
Text = 'Select Type'
end
object Origin: TComboBox
Left = 568
Height = 29
Top = 32
Width = 192
Enabled = False
ItemHeight = 0
OnChange = OriginChange
TabOrder = 5
Text = 'Start'
end
object Destination: TComboBox
Left = 948
Height = 29
Top = 32
Width = 196
Enabled = False
ItemHeight = 0
OnChange = DestinationChange
TabOrder = 7
Text = 'Ziel'
end
object FolderName: TLabel
Left = 344
Height = 19
Top = 64
Width = 103
Caption = 'Ordnername'
Font.Height = -16
Font.Name = 'Sans'
ParentColor = False
ParentFont = False
end
object Product: TComboBox
Left = 568
Height = 29
Top = 32
Width = 192
Enabled = False
ItemHeight = 0
OnChange = ProductChange
TabOrder = 4
Text = 'Produkt'
Visible = False
end
object ScanButton: TButton
Left = 664
Height = 49
Top = 88
Width = 112
Caption = 'scannen!'
Enabled = False
OnClick = ScanButtonClick
TabOrder = 8
end
object IWidth: TEdit
Left = 344
Height = 27
Top = 88
Width = 80
Alignment = taRightJustify
TabOrder = 0
Text = '209'
end
object Times: TLabel
Left = 426
Height = 17
Top = 93
Width = 6
Caption = 'x'
ParentColor = False
end
object IHeight: TEdit
Left = 440
Height = 27
Top = 88
Width = 80
TabOrder = 1
Text = '297'
end
object Pixels: TLabel
Left = 524
Height = 17
Top = 93
Width = 27
Caption = 'px @'
ParentColor = False
end
object Resolution: TComboBox
Left = 560
Height = 29
Top = 88
Width = 68
ItemHeight = 0
ItemIndex = 0
Items.Strings = (
'150'
'300'
)
TabOrder = 2
Text = '150'
end
object DPI: TLabel
Left = 632
Height = 17
Top = 93
Width = 17
Caption = 'dpi'
ParentColor = False
end
object BaseFolder: TLabel
Left = 344
Height = 19
Top = 8
Width = 88
Caption = 'BaseFolder'
Font.Height = -16
Font.Name = 'Sans'
ParentColor = False
ParentFont = False
OnClick = BaseFolderClick
end
object Stop: TComboBox
Left = 768
Height = 29
Top = 32
Width = 176
Enabled = False
ItemHeight = 0
OnChange = StopChange
TabOrder = 6
Text = 'Zwischenhalt'
end
object Preview: TImage
Left = 8
Height = 800
Top = 208
Width = 1200
Center = True
Proportional = True
end
object Calendar: TCalendar
Left = 8
Height = 190
Top = 8
Width = 324
DateTime = 43775
OnChange = CalendarChange
TabOrder = 9
end
object BaseFolderDialog: TSelectDirectoryDialog
left = 520
top = 128
end
end