home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TCOMPINFODLG
/
TCOMPINFODLG.txt
Wrap
Text File
|
1997-01-16
|
2KB
|
122 lines
object CompInfoDlg: TCompInfoDlg
Left = 263
Top = 204
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Information'
ClientHeight = 198
ClientWidth = 298
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
TextHeight = 13
object CompilerGroup: TGroupBox
Left = 8
Top = 8
Width = 281
Height = 101
Caption = 'Program'
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 16
Width = 120
Height = 16
AutoSize = False
Caption = 'Source compiled:'
end
object Label2: TLabel
Left = 8
Top = 36
Width = 120
Height = 16
AutoSize = False
Caption = 'Code size:'
end
object Label3: TLabel
Left = 8
Top = 56
Width = 120
Height = 16
AutoSize = False
Caption = 'Data size:'
end
object Label4: TLabel
Left = 8
Top = 76
Width = 120
Height = 16
AutoSize = False
Caption = 'Initial stack size:'
end
object CompiledLabel: TLabel
Left = 110
Top = 16
Width = 163
Height = 16
AutoSize = False
end
object CodeSizeLabel: TLabel
Left = 110
Top = 36
Width = 163
Height = 16
AutoSize = False
end
object DataSizeLabel: TLabel
Left = 110
Top = 56
Width = 163
Height = 16
AutoSize = False
end
object StackSizeLabel: TLabel
Left = 110
Top = 76
Width = 163
Height = 16
AutoSize = False
end
end
object GroupBox1: TGroupBox
Left = 8
Top = 118
Width = 281
Height = 41
Caption = 'Status'
TabOrder = 1
object StatusLabel: TLabel
Left = 8
Top = 16
Width = 265
Height = 16
AutoSize = False
WordWrap = True
end
end
object OKButton: TButton
Left = 134
Top = 168
Width = 75
Height = 25
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object HelpButton: TButton
Left = 214
Top = 168
Width = 75
Height = 25
HelpContext = 1103
Caption = '&Help'
TabOrder = 3
OnClick = HelpButtonClick
end
end