home *** CD-ROM | disk | FTP | other *** search
/ Freelog 1 / Freelog001.iso / Logs / Educatif / Declic / Declic32.exe / 0 / RCDATA / TFONCTIONDLG / TFONCTIONDLG.txt
Text File  |  1998-12-20  |  3KB  |  173 lines

  1. object FonctionDlg: TFonctionDlg
  2.   Left = 263
  3.   Top = 115
  4.   HelpContext = 308
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Fonction de variable x'
  8.   ClientHeight = 182
  9.   ClientWidth = 378
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKBtn: TBitBtn
  20.     Left = 280
  21.     Top = 132
  22.     Width = 77
  23.     Height = 27
  24.     TabOrder = 4
  25.     Kind = bkOK
  26.     Margin = 2
  27.     Style = bsNew
  28.     Spacing = -1
  29.     IsControl = True
  30.   end
  31.   object CancelBtn: TBitBtn
  32.     Left = 279
  33.     Top = 98
  34.     Width = 77
  35.     Height = 27
  36.     TabOrder = 3
  37.     Kind = bkCancel
  38.     Margin = 2
  39.     Style = bsNew
  40.     Spacing = -1
  41.     IsControl = True
  42.   end
  43.   object GroupPoints: TGroupBox
  44.     Left = 11
  45.     Top = 87
  46.     Width = 144
  47.     Height = 81
  48.     Caption = 'Points'
  49.     TabOrder = 1
  50.     object LabelNbPoint: TLabel
  51.       Left = 17
  52.       Top = 20
  53.       Width = 40
  54.       Height = 13
  55.       Caption = 'Nombre:'
  56.     end
  57.     object CheckCalculFaire: TCheckBox
  58.       Left = 18
  59.       Top = 49
  60.       Width = 92
  61.       Height = 17
  62.       Caption = 'Pr∩┐╜-Calculer'
  63.       State = cbChecked
  64.       TabOrder = 1
  65.       OnClick = EditFoncChange
  66.     end
  67.     object SpinEditNbPoint: TSpinEdit
  68.       Left = 70
  69.       Top = 16
  70.       Width = 52
  71.       Height = 22
  72.       Ctl3D = True
  73.       MaxLength = 20
  74.       MaxValue = 500
  75.       MinValue = 2
  76.       ParentCtl3D = False
  77.       TabOrder = 0
  78.       Value = 10
  79.       OnChange = EditFoncChange
  80.     end
  81.   end
  82.   object GroupTrace: TRadioGroup
  83.     Left = 164
  84.     Top = 87
  85.     Width = 87
  86.     Height = 81
  87.     Caption = 'Trac∩┐╜'
  88.     ItemIndex = 0
  89.     Items.Strings = (
  90.       'Ligne'
  91.       'Points')
  92.     TabOrder = 2
  93.   end
  94.   object GroupBox1: TGroupBox
  95.     Left = 12
  96.     Top = 7
  97.     Width = 352
  98.     Height = 77
  99.     Caption = 'D∩┐╜finition'
  100.     TabOrder = 0
  101.     object labelformule: TLabel
  102.       Left = 16
  103.       Top = 22
  104.       Width = 11
  105.       Height = 13
  106.       Caption = 'y='
  107.     end
  108.     object LabelInter: TLabel
  109.       Left = 17
  110.       Top = 50
  111.       Width = 57
  112.       Height = 13
  113.       Caption = 'x varie dans'
  114.     end
  115.     object LabelInterGauche: TLabel
  116.       Left = 90
  117.       Top = 50
  118.       Width = 3
  119.       Height = 13
  120.       Caption = '['
  121.     end
  122.     object LabelInterVirgule: TLabel
  123.       Left = 208
  124.       Top = 51
  125.       Width = 3
  126.       Height = 13
  127.       Caption = ';'
  128.     end
  129.     object LabelInterDroite: TLabel
  130.       Left = 329
  131.       Top = 51
  132.       Width = 3
  133.       Height = 13
  134.       Caption = ']'
  135.     end
  136.     object EditFonc: TEdit
  137.       Left = 33
  138.       Top = 19
  139.       Width = 301
  140.       Height = 21
  141.       CharCase = ecLowerCase
  142.       MaxLength = 255
  143.       TabOrder = 0
  144.       Text = 'f(x)'
  145.       OnChange = EditFoncChange
  146.     end
  147.     object EditXmin: TEdit
  148.       Left = 96
  149.       Top = 47
  150.       Width = 110
  151.       Height = 21
  152.       Ctl3D = True
  153.       ParentCtl3D = False
  154.       TabOrder = 1
  155.       Text = 'EditXmin'
  156.       OnChange = EditFoncChange
  157.       OnKeyPress = EditXKeyPress
  158.     end
  159.     object EditXMax: TEdit
  160.       Left = 216
  161.       Top = 47
  162.       Width = 110
  163.       Height = 21
  164.       Ctl3D = True
  165.       ParentCtl3D = False
  166.       TabOrder = 2
  167.       Text = 'EditXmax'
  168.       OnChange = EditFoncChange
  169.       OnKeyPress = EditXKeyPress
  170.     end
  171.   end
  172. end
  173.