home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TEVALDIALOG
/
TEVALDIALOG.txt
Wrap
Text File
|
1997-01-16
|
2KB
|
121 lines
object EvalDialog: TEvalDialog
Left = 229
Top = 158
HelpContext = 1425
ActiveControl = Expression
BorderStyle = bsDialog
Caption = 'Evaluate/Modify'
ClientHeight = 252
ClientWidth = 390
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 377
Height = 205
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 12
Width = 54
Height = 13
Caption = '&Expression:'
FocusControl = Expression
end
object Label2: TLabel
Left = 16
Top = 53
Width = 33
Height = 13
Caption = '&Result:'
FocusControl = ResultLine
end
object NewValueLabel: TLabel
Left = 16
Top = 138
Width = 54
Height = 13
Caption = '&New value:'
FocusControl = NewValue
end
object Expression: TComboBox
Left = 16
Top = 28
Width = 359
Height = 21
ItemHeight = 13
TabOrder = 0
OnChange = ExpressionChange
OnEnter = ExpressionEnter
end
object NewValue: TComboBox
Left = 16
Top = 154
Width = 359
Height = 21
ItemHeight = 13
MaxLength = 8192
TabOrder = 2
OnEnter = NewValueEnter
end
object ResultLine: TMemo
Left = 16
Top = 68
Width = 358
Height = 65
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
WantReturns = False
end
object HelpButton: TButton
Left = 310
Top = 222
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 6
OnClick = HelpButtonClick
end
object CloseButton: TButton
Left = 230
Top = 222
Width = 75
Height = 25
Cancel = True
Caption = 'Close'
ModalResult = 1
TabOrder = 5
OnClick = CloseButtonClick
end
object EvalButton: TButton
Left = 16
Top = 181
Width = 75
Height = 25
Caption = 'E&valuate'
Default = True
TabOrder = 3
OnClick = EvalButtonClick
end
object ModifyButton: TButton
Left = 96
Top = 181
Width = 75
Height = 25
Caption = '&Modify'
TabOrder = 4
OnClick = ModifyButtonClick
end
end