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.
103 lines
1.9 KiB
103 lines
1.9 KiB
object ScanForm: TScanForm |
|
Left = 2207 |
|
Height = 95 |
|
Top = 221 |
|
Width = 664 |
|
Caption = 'Belegscanner' |
|
ClientHeight = 95 |
|
ClientWidth = 664 |
|
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 = 32 |
|
Width = 216 |
|
Enabled = False |
|
ItemHeight = 0 |
|
OnChange = TypeSelectorChange |
|
TabOrder = 1 |
|
Text = 'Select Type' |
|
end |
|
object Origin: TComboBox |
|
Left = 232 |
|
Height = 29 |
|
Top = 32 |
|
Width = 184 |
|
Enabled = False |
|
ItemHeight = 0 |
|
OnChange = OriginChange |
|
TabOrder = 2 |
|
Text = 'Start' |
|
end |
|
object Destination: TComboBox |
|
Left = 424 |
|
Height = 29 |
|
Top = 32 |
|
Width = 196 |
|
Enabled = False |
|
ItemHeight = 0 |
|
OnChange = DestinationChange |
|
TabOrder = 3 |
|
Text = 'Ziel' |
|
end |
|
object FolderName: TLabel |
|
Left = 8 |
|
Height = 19 |
|
Top = 64 |
|
Width = 103 |
|
Caption = 'Ordnername' |
|
Font.Height = -16 |
|
Font.Name = 'Sans' |
|
ParentColor = False |
|
ParentFont = False |
|
end |
|
object Product: TComboBox |
|
Left = 232 |
|
Height = 29 |
|
Top = 32 |
|
Width = 184 |
|
Enabled = False |
|
ItemHeight = 0 |
|
OnChange = ProductChange |
|
TabOrder = 4 |
|
Text = 'Produkt' |
|
Visible = False |
|
end |
|
object ScnaButton: TButton |
|
Left = 320 |
|
Height = 25 |
|
Top = 8 |
|
Width = 75 |
|
Caption = 'scannen!' |
|
OnClick = ScnaButtonClick |
|
TabOrder = 5 |
|
end |
|
object DateSelector: TCalendarDialog |
|
Date = 43775 |
|
OKCaption = '&Ok' |
|
CancelCaption = 'Abbrechen' |
|
left = 472 |
|
top = 8 |
|
end |
|
end
|
|
|