home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 July
/
Chip_1999-07_cd.bin
/
zkuste
/
Delphi
/
D
/
sce.exe
/
PRGEDIT.EXE
/
0
/
RCDATA
/
TDEMODATFORM
/
TDEMODATFORM.txt
< prev
Wrap
Text File
|
1999-01-01
|
2KB
|
80 lines
object DemoDatForm: TDemoDatForm
Left = 667
Top = 401
Width = 322
Height = 194
ActiveControl = BitBtn1
BorderIcons = []
Caption = 'Source Code Explorer'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = True
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 62
Top = 20
Width = 150
Height = 26
Caption = 'Load demo file?'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -23
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object SpeedButton1: TSpeedButton
Left = 8
Top = 112
Width = 297
Height = 33
Caption = 'Producing structure charts within Delphi IDE?...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object BitBtn1: TBitBtn
Left = 52
Top = 69
Width = 92
Height = 31
Caption = 'Yes'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 170
Top = 69
Width = 92
Height = 31
Caption = 'No'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = BitBtn2Click
end
end