home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 1
/
Freelog001.iso
/
Logs
/
Educatif
/
Declic
/
Declic32.exe
/
0
/
RCDATA
/
TFONCTIONDLG
/
TFONCTIONDLG.txt
Wrap
Text File
|
1998-12-20
|
3KB
|
173 lines
object FonctionDlg: TFonctionDlg
Left = 263
Top = 115
HelpContext = 308
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Fonction de variable x'
ClientHeight = 182
ClientWidth = 378
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object OKBtn: TBitBtn
Left = 280
Top = 132
Width = 77
Height = 27
TabOrder = 4
Kind = bkOK
Margin = 2
Style = bsNew
Spacing = -1
IsControl = True
end
object CancelBtn: TBitBtn
Left = 279
Top = 98
Width = 77
Height = 27
TabOrder = 3
Kind = bkCancel
Margin = 2
Style = bsNew
Spacing = -1
IsControl = True
end
object GroupPoints: TGroupBox
Left = 11
Top = 87
Width = 144
Height = 81
Caption = 'Points'
TabOrder = 1
object LabelNbPoint: TLabel
Left = 17
Top = 20
Width = 40
Height = 13
Caption = 'Nombre:'
end
object CheckCalculFaire: TCheckBox
Left = 18
Top = 49
Width = 92
Height = 17
Caption = 'Pr�-Calculer'
State = cbChecked
TabOrder = 1
OnClick = EditFoncChange
end
object SpinEditNbPoint: TSpinEdit
Left = 70
Top = 16
Width = 52
Height = 22
Ctl3D = True
MaxLength = 20
MaxValue = 500
MinValue = 2
ParentCtl3D = False
TabOrder = 0
Value = 10
OnChange = EditFoncChange
end
end
object GroupTrace: TRadioGroup
Left = 164
Top = 87
Width = 87
Height = 81
Caption = 'Trac�'
ItemIndex = 0
Items.Strings = (
'Ligne'
'Points')
TabOrder = 2
end
object GroupBox1: TGroupBox
Left = 12
Top = 7
Width = 352
Height = 77
Caption = 'D�finition'
TabOrder = 0
object labelformule: TLabel
Left = 16
Top = 22
Width = 11
Height = 13
Caption = 'y='
end
object LabelInter: TLabel
Left = 17
Top = 50
Width = 57
Height = 13
Caption = 'x varie dans'
end
object LabelInterGauche: TLabel
Left = 90
Top = 50
Width = 3
Height = 13
Caption = '['
end
object LabelInterVirgule: TLabel
Left = 208
Top = 51
Width = 3
Height = 13
Caption = ';'
end
object LabelInterDroite: TLabel
Left = 329
Top = 51
Width = 3
Height = 13
Caption = ']'
end
object EditFonc: TEdit
Left = 33
Top = 19
Width = 301
Height = 21
CharCase = ecLowerCase
MaxLength = 255
TabOrder = 0
Text = 'f(x)'
OnChange = EditFoncChange
end
object EditXmin: TEdit
Left = 96
Top = 47
Width = 110
Height = 21
Ctl3D = True
ParentCtl3D = False
TabOrder = 1
Text = 'EditXmin'
OnChange = EditFoncChange
OnKeyPress = EditXKeyPress
end
object EditXMax: TEdit
Left = 216
Top = 47
Width = 110
Height = 21
Ctl3D = True
ParentCtl3D = False
TabOrder = 2
Text = 'EditXmax'
OnChange = EditFoncChange
OnKeyPress = EditXKeyPress
end
end
end