home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 25 Years Anniversary
/
CHIP_25Jahre_Jubilaeum.iso
/
system
/
data1.cab
/
MapServer
/
English.dll
/
0
/
RCDATA
/
TBITMAPFORM
/
TBITMAPFORM.txt
Wrap
Text File
|
2001-08-13
|
2KB
|
133 lines
object BitmapForm: TBitmapForm
Left = 540
Top = 208
Width = 342
Height = 330
Caption = 'Kartenbitmaps speichern'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 64
Top = 256
Width = 3
Height = 13
end
object Edit1: TEdit
Left = 208
Top = 16
Width = 57
Height = 21
TabOrder = 0
Text = 'Edit1'
OnChange = Edit2Change
OnExit = Edit1Exit
end
object Edit2: TEdit
Left = 8
Top = 128
Width = 57
Height = 21
TabOrder = 1
Text = 'Edit2'
OnChange = Edit2Change
OnExit = Edit2Exit
end
object Edit3: TEdit
Left = 272
Top = 128
Width = 57
Height = 21
TabOrder = 2
Text = 'Edit3'
OnChange = Edit2Change
OnExit = Edit3Exit
end
object Edit4: TEdit
Left = 208
Top = 240
Width = 57
Height = 21
TabOrder = 3
Text = 'Edit4'
OnChange = Edit2Change
OnExit = Edit4Exit
end
object RadioButton1: TRadioButton
Left = 8
Top = 8
Width = 177
Height = 17
Caption = 'aktuellen Ausschnitt verwenden'
Checked = True
TabOrder = 4
TabStop = True
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 8
Top = 27
Width = 161
Height = 17
Caption = 'neue Gr��e festlegen'
TabOrder = 5
OnClick = RadioButton2Click
end
object OKButton: TButton
Left = 240
Top = 272
Width = 91
Height = 25
Caption = 'Schlie�en'
ModalResult = 1
TabOrder = 6
end
object SaveButton: TButton
Left = 8
Top = 240
Width = 89
Height = 25
Caption = 'Speichern'
TabOrder = 7
OnClick = SaveButtonClick
end
object Panel1: TPanel
Left = 72
Top = 48
Width = 193
Height = 183
Caption = 'Panel1'
TabOrder = 8
object Image1: TImage
Left = 1
Top = 1
Width = 191
Height = 181
Align = alClient
Stretch = True
end
end
object ShowButton: TButton
Left = 8
Top = 272
Width = 89
Height = 25
Caption = 'Anzeigen'
TabOrder = 9
OnClick = ShowButtonClick
end
object SaveBitmapDialog: TSaveDialog
DefaultExt = 'bmp'
Filter = 'Bitmaps (*.bmp)|*.bmp|Alle Dateien (*.*)|*.*'
Options = [ofPathMustExist]
Left = 24
Top = 184
end
end