home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 25 Years Anniversary
/
CHIP_25Jahre_Jubilaeum.iso
/
system
/
data1.cab
/
MapServer
/
English.dll
/
0
/
RCDATA
/
TTEMPFORM
/
TTEMPFORM.txt
Wrap
Text File
|
2001-08-13
|
4KB
|
221 lines
object TempForm: TTempForm
Left = 324
Top = 221
BorderStyle = bsDialog
Caption = 'Tempor�re Objekte'
ClientHeight = 386
ClientWidth = 387
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 144
Top = 67
Width = 29
Height = 13
Caption = 'Gr��e'
end
object Label4: TLabel
Left = 8
Top = 8
Width = 351
Height = 39
Caption =
'Die Elemente werden durch Anklicken des Schalters '#39'Hinzuf�gen'#39' i' +
'n die Liste aufgenommen. Durch Klick auf die Schaltfl�che '#39'�berg' +
'eben'#39' werden sie �bergeben und in der Karte dargestellt.'
WordWrap = True
end
object Koordinaten: TGroupBox
Left = 136
Top = 96
Width = 113
Height = 73
Caption = 'Koordinaten'
TabOrder = 0
object Label2: TLabel
Left = 8
Top = 19
Width = 22
Height = 13
Caption = 'x bei'
end
object Label3: TLabel
Left = 8
Top = 43
Width = 22
Height = 13
Caption = 'y bei'
end
object xEdit: TEdit
Left = 40
Top = 16
Width = 57
Height = 21
Hint = 'Werte zwischen 0 und 32767'
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = 'xEdit'
end
object yEdit: TEdit
Left = 40
Top = 40
Width = 57
Height = 21
Hint = 'Werte zwischen 0 und 32767'
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = 'yEdit'
end
end
object SizeEdit: TEdit
Left = 184
Top = 64
Width = 49
Height = 21
Hint = 'Werte zwischen 1 und 15'
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = 'SizeEdit'
end
object ColorButton: TButton
Left = 136
Top = 184
Width = 113
Height = 25
Caption = 'Farbauswahl'
TabOrder = 2
OnClick = ColorButtonClick
end
object OKButton: TButton
Left = 264
Top = 352
Width = 113
Height = 25
Caption = '&Schlie�en'
ModalResult = 1
TabOrder = 3
end
object AddButton: TButton
Left = 264
Top = 64
Width = 113
Height = 25
Caption = '&Hinzuf�gen'
TabOrder = 4
OnClick = AddButtonClick
end
object DeleteAllButton: TButton
Left = 264
Top = 128
Width = 113
Height = 25
Caption = '&Alle entfernen'
TabOrder = 5
OnClick = DeleteAllButtonClick
end
object UebergebenButton: TButton
Left = 264
Top = 96
Width = 113
Height = 25
Caption = '�bergeben'
TabOrder = 6
OnClick = UebergebenButtonClick
end
object AusrichtungGroupBox: TGroupBox
Left = 8
Top = 240
Width = 369
Height = 105
Caption = 'Ausrichtung bez�glich der �bergebenen Koordinaten'
TabOrder = 7
object ObjektVertikal: TRadioGroup
Left = 8
Top = 24
Width = 81
Height = 73
Caption = 'Objekt vertikal'
ItemIndex = 0
Items.Strings = (
'zentriert'
'oberhalb'
'unterhalb')
TabOrder = 0
end
object ObjektHorizontal: TRadioGroup
Left = 96
Top = 24
Width = 81
Height = 73
Caption = 'Obj. horizontal'
ItemIndex = 0
Items.Strings = (
'zentriert'
'links'
'rechts')
TabOrder = 1
end
object TextVertikal: TRadioGroup
Left = 192
Top = 24
Width = 81
Height = 73
Caption = 'Text vertikal'
ItemIndex = 0
Items.Strings = (
'unterhalb'
'oberhalb'
'zentriert')
TabOrder = 2
end
object TextHorizontal: TRadioGroup
Left = 280
Top = 24
Width = 81
Height = 73
Caption = 'Text horizontal'
ItemIndex = 0
Items.Strings = (
'zentriert'
'links'
'rechts')
TabOrder = 3
end
end
object FormGroup: TRadioGroup
Left = 8
Top = 56
Width = 113
Height = 177
Caption = 'Form'
ItemIndex = 0
Items.Strings = (
'Bitmap 1'
'Bitmap 2'
'Bitmap 3'
'Bitmap 4'
'Rechteck'
'Kreis'
'Quadrat'
'Stern'
'Text statt Objekt')
TabOrder = 8
end
object ColorEdit: TColorDialog
Ctl3D = True
Options = [cdFullOpen, cdAnyColor]
Left = 328
Top = 8
end
end