home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 10
/
Chip_Hitware_Vol_10.iso
/
chiphit
/
tools
/
95autot
/
automake.exe
/
0
/
RCDATA
/
TEINGABEFORM
/
TEINGABEFORM.txt
Wrap
Text File
|
1997-10-17
|
2KB
|
106 lines
object eingabeform: Teingabeform
Left = 664
Top = 441
HelpContext = 2
ActiveControl = titelfeld
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsDialog
Caption = 'Daten eingabe !'
ClientHeight = 244
ClientWidth = 204
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
Scaled = False
ShowHint = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 10
Top = 170
Width = 68
Height = 13
Caption = 'Programmpfad'
end
object Label2: TLabel
Left = 10
Top = 37
Width = 111
Height = 13
Caption = 'Programmbeschreibung'
end
object Label3: TLabel
Left = 10
Top = 0
Width = 108
Height = 13
Caption = 'Programmbezeichnung'
end
object pfadfeld: TEdit
Left = 10
Top = 183
Width = 185
Height = 21
Hint = 'Pfad Eingeben ohne '#39' D :\ '#39' '
MaxLength = 99
TabOrder = 2
end
object titelfeld: TEdit
Left = 9
Top = 14
Width = 185
Height = 21
Hint = 'Programmtitel eingeben !'
MaxLength = 25
TabOrder = 0
end
object ok_taste: TButton
Left = 9
Top = 210
Width = 90
Height = 30
Hint = '�bernimmt die aktuellen �nderungen'
Caption = '&�bernehmen'
TabOrder = 4
OnClick = ok_tasteClick
end
object abbruch_taste: TButton
Left = 104
Top = 210
Width = 90
Height = 30
Hint = 'Bricht ab ohne die �nderungen zu �bernehmen'
Cancel = True
Caption = '&Abbruch'
TabOrder = 5
OnClick = abbruch_tasteClick
end
object von_cd_startbar_feld: TCheckBox
Left = 98
Top = 166
Width = 97
Height = 17
Hint = 'Ist das Programm von CD lauff�hig ??'
Caption = 'von CD Startbar'
TabOrder = 3
end
object Beschreibungsfeld: TMemo
Left = 9
Top = 51
Width = 185
Height = 113
Hint = 'Hier eine Beschreibung des Programms eingeben'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
MaxLength = 150
ParentFont = False
TabOrder = 1
OnKeyDown = BeschreibungsfeldKeyDown
end
end