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.
174 lines
3.1 KiB
174 lines
3.1 KiB
object ScanForm: TScanForm |
|
Left = 1901 |
|
Height = 180 |
|
Top = 631 |
|
Width = 663 |
|
Caption = 'Belegscanner' |
|
ClientHeight = 180 |
|
ClientWidth = 663 |
|
OnCreate = FormCreate |
|
LCLVersion = '1.8.2.0' |
|
object DateView: TLabel |
|
Left = 8 |
|
Height = 19 |
|
Top = 8 |
|
Width = 150 |
|
Caption = 'Datum auswählen!' |
|
Font.Height = -16 |
|
Font.Name = 'Sans' |
|
ParentColor = False |
|
ParentFont = False |
|
end |
|
object dateButton: TButton |
|
Left = 232 |
|
Height = 25 |
|
Top = 8 |
|
Width = 75 |
|
Caption = 'ändern' |
|
OnClick = dateButtonClick |
|
TabOrder = 0 |
|
end |
|
object TypeSelector: TComboBox |
|
Left = 8 |
|
Height = 29 |
|
Top = 40 |
|
Width = 216 |
|
Enabled = False |
|
ItemHeight = 0 |
|
OnChange = TypeSelectorChange |
|
TabOrder = 1 |
|
Text = 'Select Type' |
|
end |
|
object Origin: TComboBox |
|
Left = 232 |
|
Height = 29 |
|
Top = 40 |
|
Width = 184 |
|
Enabled = False |
|
ItemHeight = 0 |
|
OnChange = OriginChange |
|
TabOrder = 2 |
|
Text = 'Start' |
|
end |
|
object Destination: TComboBox |
|
Left = 424 |
|
Height = 29 |
|
Top = 40 |
|
Width = 196 |
|
Enabled = False |
|
ItemHeight = 0 |
|
OnChange = DestinationChange |
|
TabOrder = 3 |
|
Text = 'Ziel' |
|
end |
|
object FolderName: TLabel |
|
Left = 8 |
|
Height = 19 |
|
Top = 96 |
|
Width = 103 |
|
Caption = 'Ordnername' |
|
Font.Height = -16 |
|
Font.Name = 'Sans' |
|
ParentColor = False |
|
ParentFont = False |
|
end |
|
object Product: TComboBox |
|
Left = 232 |
|
Height = 29 |
|
Top = 40 |
|
Width = 184 |
|
Enabled = False |
|
ItemHeight = 0 |
|
OnChange = ProductChange |
|
TabOrder = 4 |
|
Text = 'Produkt' |
|
Visible = False |
|
end |
|
object ScnaButton: TButton |
|
Left = 545 |
|
Height = 25 |
|
Top = 72 |
|
Width = 75 |
|
Caption = 'scannen!' |
|
Enabled = False |
|
OnClick = ScnaButtonClick |
|
TabOrder = 5 |
|
end |
|
object IWidth: TEdit |
|
Left = 320 |
|
Height = 27 |
|
Top = 8 |
|
Width = 80 |
|
Alignment = taRightJustify |
|
TabOrder = 6 |
|
Text = '209' |
|
end |
|
object Times: TLabel |
|
Left = 402 |
|
Height = 17 |
|
Top = 13 |
|
Width = 6 |
|
Caption = 'x' |
|
ParentColor = False |
|
end |
|
object IHeight: TEdit |
|
Left = 416 |
|
Height = 27 |
|
Top = 8 |
|
Width = 80 |
|
TabOrder = 7 |
|
Text = '297' |
|
end |
|
object Pixels: TLabel |
|
Left = 500 |
|
Height = 17 |
|
Top = 13 |
|
Width = 27 |
|
Caption = 'px @' |
|
ParentColor = False |
|
end |
|
object Resolution: TComboBox |
|
Left = 536 |
|
Height = 29 |
|
Top = 8 |
|
Width = 68 |
|
ItemHeight = 0 |
|
Items.Strings = ( |
|
'150' |
|
'300' |
|
) |
|
TabOrder = 8 |
|
Text = '150' |
|
end |
|
object DPI: TLabel |
|
Left = 608 |
|
Height = 17 |
|
Top = 13 |
|
Width = 17 |
|
Caption = 'dpi' |
|
ParentColor = False |
|
end |
|
object BaseFolder: TLabel |
|
Left = 8 |
|
Height = 19 |
|
Top = 76 |
|
Width = 88 |
|
Caption = 'BaseFolder' |
|
Font.Height = -16 |
|
Font.Name = 'Sans' |
|
ParentColor = False |
|
ParentFont = False |
|
OnClick = BaseFolderClick |
|
end |
|
object DateSelector: TCalendarDialog |
|
Date = 43775 |
|
OKCaption = '&Ok' |
|
CancelCaption = 'Abbrechen' |
|
left = 352 |
|
top = 72 |
|
end |
|
object BaseFolderDialog: TSelectDirectoryDialog |
|
left = 251 |
|
top = 85 |
|
end |
|
end
|
|
|