home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WDR Computer Club Digital 1997 February
/
club9702.bin
/
SHARE95
/
95BLITZ
/
BLITZ.ZI_
/
BLITZ.ZI
/
S_MENUE.EXE
/
0
/
RCDATA
/
TCFGDLGFRM
/
TCFGDLGFRM.txt
Wrap
Text File
|
1996-10-31
|
3KB
|
133 lines
object CfgDlgFrm: TCfgDlgFrm
Left = 73
Top = 63
BorderStyle = bsDialog
Caption = 'CfgDlgFrm'
ClientHeight = 295
ClientWidth = 437
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 24
Top = 16
Width = 103
Height = 16
Caption = 'Ausf�hrbare Datei'
end
object Label2: TLabel
Left = 24
Top = 72
Width = 60
Height = 16
Caption = 'Parameter'
end
object Label3: TLabel
Left = 24
Top = 128
Width = 79
Height = 16
Caption = 'Beschreibung'
end
object Image1: TImage
Left = 228
Top = 228
Width = 36
Height = 36
end
object Edit1: TEdit
Left = 24
Top = 36
Width = 385
Height = 24
TabOrder = 0
Text = 'Edit1'
OnChange = Edit1Change
end
object Edit2: TEdit
Left = 24
Top = 92
Width = 385
Height = 24
TabOrder = 1
Text = 'Edit2'
end
object Edit3: TEdit
Left = 24
Top = 148
Width = 385
Height = 24
TabOrder = 2
Text = 'Edit3'
end
object RadioGroup1: TRadioGroup
Left = 24
Top = 192
Width = 185
Height = 81
Caption = ' Fenster '
ItemIndex = 0
Items.Strings = (
'Maximiert starten'
'Normal starten')
TabOrder = 3
end
object BitBtn1: TBitBtn
Left = 200
Top = 8
Width = 209
Height = 25
Caption = 'Durchsuchen'
TabOrder = 4
OnClick = BitBtn1Click
Glyph.Data = {
78010000424D7801000000000000760000002800000020000000100000000100
04000000000000000000120B0000120B00000000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
5555555555555555555555555555555555555555555555555555555555555555
555555555555555555555555555555555555555FFFFFFFFFF555550000000000
55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
55555575FFF75555555555700007555555555557777555555555555555555555
55555555555555555555555555555555555555555555555555550000}
NumGlyphs = 2
end
object BitBtn2: TBitBtn
Left = 292
Top = 188
Width = 121
Height = 29
TabOrder = 5
Kind = bkOK
end
object BitBtn3: TBitBtn
Left = 292
Top = 220
Width = 121
Height = 29
TabOrder = 6
Kind = bkCancel
end
object BitBtn4: TBitBtn
Left = 292
Top = 252
Width = 121
Height = 29
TabOrder = 7
OnClick = BitBtn4Click
Kind = bkHelp
end
object OpenDialog1: TOpenDialog
FileEditStyle = fsEdit
Filter = 'Programme (*.exe)|*.exe|Alle Dateien (*.*)|*.*'
Left = 168
Top = 8
end
end