home *** CD-ROM | disk | FTP | other *** search
- object Heuristico: THeuristico
- Tag = 1800
- Left = 306
- Top = 177
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsSingle
- Caption = 'Configuraci�n del an�lisis heur�stico'
- ClientHeight = 172
- ClientWidth = 341
- Color = 14215660
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ButtonAceptar: TPlaButton
- Tag = 2200
- Left = 176
- Top = 140
- Width = 73
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = '&Aceptar'
- TabOrder = 1
- OnClick = ButtonAceptarClick
- Default = True
- ModalResult = 1
- end
- object ButtonCancelar: TPlaButton
- Tag = 2400
- Left = 257
- Top = 140
- Width = 73
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = '&Cancelar'
- TabOrder = 2
- TabStop = False
- Cancel = True
- ModalResult = 2
- end
- object PlaGroupBox1: TPlaGroupBox
- Tag = 18900
- Left = 14
- Top = 7
- Width = 316
- Height = 122
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = 13977088
- TitleFont.Height = -11
- TitleFont.Name = 'Tahoma'
- TitleFont.Style = []
- Caption = 'Nivel de sensibilidad'
- TabOrder = 0
- object Image1: TImage
- Left = 11
- Top = 22
- Width = 32
- Height = 32
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object Label1: TLabel
- Tag = 19000
- Left = 58
- Top = 19
- Width = 246
- Height = 26
- Caption =
- 'Selecciona el nivel de sensibilidad. A mayor sensibilidad mayor ' +
- 'protecci�n.'
- Constraints.MinWidth = 246
- Transparent = True
- WordWrap = True
- end
- object RBMaximo: TPlaRadioButton
- Tag = 19300
- Left = 58
- Top = 58
- Width = 114
- Height = 16
- HelpContext = 142
- Caption = 'M�xima sensibilidad'
- TabOrder = 0
- TabStop = False
- ParentColor = False
- end
- object RBMedio: TPlaRadioButton
- Tag = 19200
- Left = 58
- Top = 76
- Width = 183
- Height = 16
- HelpContext = 143
- Caption = 'Sensibilidad media (recomendada)'
- TabOrder = 1
- Checked = True
- ParentColor = False
- end
- object RBMinimo: TPlaRadioButton
- Tag = 19100
- Left = 58
- Top = 94
- Width = 110
- Height = 16
- HelpContext = 144
- Caption = 'M�nima sensibilidad'
- TabOrder = 2
- TabStop = False
- ParentColor = False
- end
- end
- end
-