home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TRUNPARAMSDLG
/
TRUNPARAMSDLG.txt
Wrap
Text File
|
1997-01-16
|
1KB
|
70 lines
object RunParamsDlg: TRunParamsDlg
Left = 253
Top = 148
HelpContext = 1628
BorderStyle = bsDialog
Caption = 'Run parameters'
ClientHeight = 103
ClientWidth = 353
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 337
Height = 54
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 13
Width = 78
Height = 13
Caption = '&Run parameters:'
FocusControl = ParamInput
end
object ParamInput: TComboBox
Left = 16
Top = 31
Width = 321
Height = 21
ItemHeight = 13
TabOrder = 0
end
object OKButton: TButton
Left = 110
Top = 71
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OKButtonClick
end
object CancelButton: TButton
Left = 190
Top = 71
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object HelpButton: TButton
Left = 270
Top = 71
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 3
OnClick = HelpButtonClick
end
end