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.
162 lines
2.9 KiB
162 lines
2.9 KiB
object ScanForm: TScanForm |
|
Left = 1534 |
|
Height = 869 |
|
Top = 299 |
|
Width = 1188 |
|
Caption = 'Belegscanner' |
|
ClientHeight = 869 |
|
ClientWidth = 1188 |
|
OnCreate = FormCreate |
|
LCLVersion = '1.8.2.0' |
|
object TypeSelector: TComboBox |
|
Left = 904 |
|
Height = 29 |
|
Top = 208 |
|
Width = 276 |
|
Enabled = False |
|
ItemHeight = 0 |
|
OnChange = TypeSelectorChange |
|
TabOrder = 1 |
|
Text = 'Select Type' |
|
end |
|
object Origin: TComboBox |
|
Left = 904 |
|
Height = 29 |
|
Top = 240 |
|
Width = 272 |
|
Enabled = False |
|
ItemHeight = 0 |
|
OnChange = OriginChange |
|
TabOrder = 3 |
|
Text = 'Start' |
|
end |
|
object Destination: TComboBox |
|
Left = 904 |
|
Height = 29 |
|
Top = 304 |
|
Width = 272 |
|
Enabled = False |
|
ItemHeight = 0 |
|
OnChange = DestinationChange |
|
TabOrder = 5 |
|
Text = 'Ziel' |
|
end |
|
object FolderName: TLabel |
|
Left = 8 |
|
Height = 19 |
|
Top = 840 |
|
Width = 103 |
|
Caption = 'Ordnername' |
|
Font.Height = -16 |
|
Font.Name = 'Sans' |
|
ParentColor = False |
|
ParentFont = False |
|
end |
|
object Product: TComboBox |
|
Left = 904 |
|
Height = 29 |
|
Top = 240 |
|
Width = 276 |
|
Enabled = False |
|
ItemHeight = 0 |
|
OnChange = ProductChange |
|
TabOrder = 2 |
|
Text = 'Produkt' |
|
Visible = False |
|
end |
|
object ScanButton: TButton |
|
Left = 904 |
|
Height = 49 |
|
Top = 400 |
|
Width = 272 |
|
Caption = 'scannen!' |
|
Enabled = False |
|
OnClick = ScanButtonClick |
|
TabOrder = 8 |
|
end |
|
object Resolution: TComboBox |
|
Left = 904 |
|
Height = 29 |
|
Top = 368 |
|
Width = 120 |
|
ItemHeight = 0 |
|
ItemIndex = 0 |
|
Items.Strings = ( |
|
'150' |
|
'300' |
|
) |
|
TabOrder = 7 |
|
Text = '150' |
|
end |
|
object DPI: TLabel |
|
Left = 1032 |
|
Height = 17 |
|
Top = 376 |
|
Width = 17 |
|
Caption = 'dpi' |
|
ParentColor = False |
|
end |
|
object BaseFolder: TLabel |
|
Left = 8 |
|
Height = 19 |
|
Top = 816 |
|
Width = 88 |
|
Caption = 'BaseFolder' |
|
Font.Height = -16 |
|
Font.Name = 'Sans' |
|
ParentColor = False |
|
ParentFont = False |
|
OnClick = BaseFolderClick |
|
end |
|
object Stop: TComboBox |
|
Left = 904 |
|
Height = 29 |
|
Top = 272 |
|
Width = 272 |
|
Enabled = False |
|
ItemHeight = 0 |
|
OnChange = StopChange |
|
TabOrder = 4 |
|
Text = 'Zwischenhalt' |
|
end |
|
object Preview: TImage |
|
Left = 8 |
|
Height = 800 |
|
Top = 8 |
|
Width = 880 |
|
Center = True |
|
Proportional = True |
|
end |
|
object Calendar: TCalendar |
|
Left = 904 |
|
Height = 190 |
|
Top = 8 |
|
Width = 276 |
|
DateTime = 43775 |
|
OnChange = CalendarChange |
|
TabOrder = 0 |
|
end |
|
object PicSize: TComboBox |
|
Left = 904 |
|
Height = 29 |
|
Top = 336 |
|
Width = 272 |
|
ItemHeight = 0 |
|
TabOrder = 6 |
|
Text = '209 x 297 mm' |
|
end |
|
object DropButton: TButton |
|
Left = 904 |
|
Height = 32 |
|
Top = 776 |
|
Width = 276 |
|
Caption = 'Löschen' |
|
Enabled = False |
|
OnClick = DropButtonClick |
|
TabOrder = 9 |
|
end |
|
object BaseFolderDialog: TSelectDirectoryDialog |
|
left = 520 |
|
top = 128 |
|
end |
|
end
|
|
|