Untersuchungsergebnis.~43~ Download desDelphi {Delphi[116] Abap[120] [0]}zum Wurzelverzeichnis wechseln
object Options: TOptions
Left = 0
Top = 0
Caption = 'Optionen'
ClientHeight = 297
ClientWidth = 319
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 319
Height = 297
Align = alClient
TabOrder = 0
ExplicitTop = -8
ExplicitHeight = 307
object Label3: TLabel
Left = 37
Top = 20
Width = 64
Height = 13
Caption = 'Trennzeichen'
end
object Label1: TLabel
Left = 37
Top = 163
Width = 142
Height = 13
Caption = 'Erste Zeile enth'#228'lt Feldnamen'
end
object Sprache: TLabel
Left = 37
Top = 196
Width = 39
Height = 13
Caption = 'Sprache'
end
object Bevel1: TBevel
Left = 56
Top = 232
Width = 217
Height = 1
Shape = bsTopLine
end
object Label4: TLabel
Left = 37
Top = 92
Width = 69
Height = 13
Caption = 'Feldbegrenzer'
end
object Label2: TLabel
Left = 37
Top = 52
Width = 81
Height = 13
Caption = 'Satz-/Zeilenende'
end
object Label5: TLabel
Left = 37
Top = 128
Width = 81
Height = 13
Caption = 'Ausweichzeichen'
end
object Edit1: TEdit
Left = 208
Top = 22
Width = 99
Height = 21
TabOrder = 0
Text = 'Edit1'
OnChange = Edit1Change
end
object CheckBox1: TCheckBox
Left = 208
Top = 161
Width = 121
Height = 17
TabOrder = 1
end
object Button2: TButton
Left = 232
Top = 252
Width = 75
Height = 25
Caption = 'Abbrechen'
ModalResult = 2
TabOrder = 2
end
object OKButton: TButton
Left = 13
Top = 252
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
OnClick = OKButtonClick
end
object Reset: TButton
Left = 118
Top = 252
Width = 75
Height = 25
Caption = 'Reset'
TabOrder = 4
OnClick = ResetClick
end
object Edit2: TEdit
Left = 208
Top = 56
Width = 100
Height = 21
TabOrder = 5
Text = 'Edit2'
OnChange = Edit2Change
end
object ComboBox1: TComboBox
Left = 208
Top = 196
Width = 84
Height = 21
TabOrder = 6
Text = 'ComboBox1'
OnChange = ComboBox1Click
Items.Strings = (
'deutsch'
'englsih')
end
object Edit3: TEdit
Left = 208
Top = 91
Width = 99
Height = 21
TabOrder = 7
Text = 'Edit3'
OnChange = Edit3Change
end
object Edit4: TEdit
Left = 208
Top = 126
Width = 99
Height = 21
TabOrder = 8
Text = 'Edit4'
OnChange = Edit4Change
end
end
end
[ zur Elbe Produktseite wechseln0.98Quellennavigators
]