home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Gallery
/
INTERGAL.bin
/
intergal
/
prgs
/
idv21
/
data.z
/
Iavadraw.exe
/
0
/
RCDATA
/
TSTARTPARAMS
/
TSTARTPARAMS.txt
< prev
Wrap
Text File
|
1996-12-20
|
3KB
|
163 lines
object StartParams: TStartParams
Left = 348
Top = 240
ActiveControl = OKBtn
BorderStyle = bsDialog
Caption = 'Start-Parameter'
ClientHeight = 263
ClientWidth = 390
Font.Color = clBlack
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Icon.Data = {<image000.ico>}
Position = poScreenCenter
Scaled = False
PixelsPerInch = 96
TextHeight = 16
object Bevel1: TBevel
Left = 10
Top = 10
Width = 369
Height = 198
Shape = bsFrame
IsControl = True
end
object Label1: TLabel
Left = 24
Top = 64
Width = 79
Height = 16
Caption = 'Fensterbreite'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 24
Top = 128
Width = 83
Height = 16
Caption = 'Fensterhoehe'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 136
Top = 24
Width = 90
Height = 16
Caption = 'Parameterliste:'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object OKBtn: TBitBtn
Left = 183
Top = 228
Width = 95
Height = 27
Caption = 'OK'
Default = True
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 0
OnClick = OKBtnClick
Layout = blGlyphTop
Margin = 2
NumGlyphs = 2
Spacing = -1
IsControl = True
end
object CancelBtn: TBitBtn
Left = 286
Top = 228
Width = 95
Height = 27
Cancel = True
Caption = 'Abbrechen'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 1
OnClick = CancelBtnClick
Layout = blGlyphTop
Margin = 2
NumGlyphs = 2
Spacing = -1
IsControl = True
end
object CheckBox1: TCheckBox
Left = 24
Top = 24
Width = 97
Height = 17
Caption = 'Applet'
Enabled = False
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
State = cbChecked
TabOrder = 2
end
object SpinEdit1: TSpinEdit
Left = 32
Top = 80
Width = 89
Height = 26
Font.Color = clBlack
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
Increment = 5
MaxValue = 1248
MinValue = 1
ParentFont = False
TabOrder = 3
Value = 500
end
object SpinEdit2: TSpinEdit
Left = 32
Top = 144
Width = 89
Height = 26
Font.Color = clBlack
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
Increment = 5
MaxValue = 1024
MinValue = 1
ParentFont = False
TabOrder = 4
Value = 300
end
object Memo1: TMemo
Left = 136
Top = 40
Width = 225
Height = 153
Enabled = False
Lines.Strings = (
'')
ScrollBars = ssBoth
TabOrder = 5
end
end