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

  1. object LieuDlg: TLieuDlg
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'R∩┐╜glages pour les lieux automatiques'
  6.   ClientHeight = 287
  7.   ClientWidth = 388
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object OKBtn: TBitBtn
  17.     Left = 295
  18.     Top = 109
  19.     Width = 77
  20.     Height = 27
  21.     Caption = '&OK'
  22.     TabOrder = 0
  23.     Kind = bkOK
  24.     Margin = 2
  25.     Style = bsNew
  26.     Spacing = -1
  27.     IsControl = True
  28.   end
  29.   object CancelBtn: TBitBtn
  30.     Left = 208
  31.     Top = 109
  32.     Width = 77
  33.     Height = 27
  34.     Caption = '&Annuler'
  35.     TabOrder = 1
  36.     Kind = bkCancel
  37.     Margin = 2
  38.     Style = bsNew
  39.     Spacing = -1
  40.     IsControl = True
  41.   end
  42.   object GroupBox1: TGroupBox
  43.     Left = 10
  44.     Top = 95
  45.     Width = 178
  46.     Height = 82
  47.     Caption = 'Point sur droite'
  48.     TabOrder = 2
  49.     object Label1: TLabel
  50.       Left = 16
  51.       Top = 23
  52.       Width = 48
  53.       Height = 13
  54.       Caption = 'Delta Min.'
  55.     end
  56.     object Label2: TLabel
  57.       Left = 16
  58.       Top = 51
  59.       Width = 51
  60.       Height = 13
  61.       Caption = 'Delta Max.'
  62.     end
  63.     object Label3: TLabel
  64.       Left = 145
  65.       Top = 24
  66.       Width = 14
  67.       Height = 13
  68.       Caption = 'cm'
  69.     end
  70.     object Label4: TLabel
  71.       Left = 145
  72.       Top = 52
  73.       Width = 14
  74.       Height = 13
  75.       Caption = 'cm'
  76.     end
  77.     object Edit1: TEdit
  78.       Left = 70
  79.       Top = 20
  80.       Width = 69
  81.       Height = 21
  82.       TabOrder = 0
  83.       Text = '-10,0'
  84.       OnKeyPress = Edit1KeyPress
  85.     end
  86.     object Edit2: TEdit
  87.       Left = 70
  88.       Top = 49
  89.       Width = 69
  90.       Height = 21
  91.       TabOrder = 1
  92.       Text = '10,0'
  93.       OnKeyPress = Edit1KeyPress
  94.     end
  95.   end
  96.   object GroupBox2: TGroupBox
  97.     Left = 202
  98.     Top = 151
  99.     Width = 178
  100.     Height = 128
  101.     TabOrder = 3
  102.     object Label5: TLabel
  103.       Left = 15
  104.       Top = 17
  105.       Width = 51
  106.       Height = 29
  107.       AutoSize = False
  108.       Caption = 'Nombre de points'
  109.       WordWrap = True
  110.     end
  111.     object Label6: TLabel
  112.       Left = 18
  113.       Top = 66
  114.       Width = 121
  115.       Height = 13
  116.       Caption = 'Consid∩┐╜rer Delta comme :'
  117.     end
  118.     object Bevel1: TBevel
  119.       Left = 5
  120.       Top = 56
  121.       Width = 165
  122.       Height = 7
  123.       Shape = bsTopLine
  124.     end
  125.     object SpinEdit1: TSpinEdit
  126.       Left = 70
  127.       Top = 20
  128.       Width = 72
  129.       Height = 22
  130.       MaxValue = 796
  131.       MinValue = 2
  132.       TabOrder = 0
  133.       Value = 50
  134.     end
  135.     object RadioButton2: TRadioButton
  136.       Left = 9
  137.       Top = 86
  138.       Width = 158
  139.       Height = 17
  140.       Caption = 'Relatif ∩┐╜ la position acutelle'
  141.       TabOrder = 1
  142.     end
  143.     object RadioButton1: TRadioButton
  144.       Left = 9
  145.       Top = 104
  146.       Width = 65
  147.       Height = 17
  148.       Caption = 'Absolu'
  149.       Checked = True
  150.       TabOrder = 2
  151.       TabStop = True
  152.     end
  153.   end
  154.   object GroupBox3: TGroupBox
  155.     Left = 10
  156.     Top = 9
  157.     Width = 178
  158.     Height = 81
  159.     Caption = 'Point sur cercle'
  160.     TabOrder = 4
  161.     object Label7: TLabel
  162.       Left = 16
  163.       Top = 23
  164.       Width = 48
  165.       Height = 13
  166.       Caption = 'Delta Min.'
  167.     end
  168.     object Label8: TLabel
  169.       Left = 16
  170.       Top = 51
  171.       Width = 51
  172.       Height = 13
  173.       Caption = 'Delta Max.'
  174.     end
  175.     object Label9: TLabel
  176.       Left = 144
  177.       Top = 24
  178.       Width = 4
  179.       Height = 13
  180.       Caption = '∩┐╜'
  181.     end
  182.     object Label10: TLabel
  183.       Left = 144
  184.       Top = 52
  185.       Width = 4
  186.       Height = 13
  187.       Caption = '∩┐╜'
  188.     end
  189.     object Edit3: TEdit
  190.       Left = 70
  191.       Top = 19
  192.       Width = 69
  193.       Height = 21
  194.       TabOrder = 0
  195.       Text = '0'
  196.       OnKeyPress = Edit1KeyPress
  197.     end
  198.     object Edit4: TEdit
  199.       Left = 70
  200.       Top = 49
  201.       Width = 69
  202.       Height = 21
  203.       TabOrder = 1
  204.       Text = '360'
  205.       OnKeyPress = Edit1KeyPress
  206.     end
  207.   end
  208.   object GroupBox4: TGroupBox
  209.     Left = 10
  210.     Top = 180
  211.     Width = 178
  212.     Height = 99
  213.     Caption = 'Point sur segment'
  214.     TabOrder = 5
  215.     object Label11: TLabel
  216.       Left = 16
  217.       Top = 23
  218.       Width = 48
  219.       Height = 13
  220.       Caption = 'Delta Min.'
  221.     end
  222.     object Label12: TLabel
  223.       Left = 16
  224.       Top = 51
  225.       Width = 51
  226.       Height = 13
  227.       Caption = 'Delta Max.'
  228.     end
  229.     object Label13: TLabel
  230.       Left = 145
  231.       Top = 24
  232.       Width = 14
  233.       Height = 13
  234.       Caption = 'cm'
  235.     end
  236.     object Label14: TLabel
  237.       Left = 145
  238.       Top = 52
  239.       Width = 14
  240.       Height = 13
  241.       Caption = 'cm'
  242.     end
  243.     object Label15: TLabel
  244.       Left = 22
  245.       Top = 78
  246.       Width = 134
  247.       Height = 13
  248.       Caption = '0 et 0 pour le segment entier'
  249.     end
  250.     object Edit5: TEdit
  251.       Left = 70
  252.       Top = 19
  253.       Width = 69
  254.       Height = 21
  255.       TabOrder = 0
  256.       Text = '0'
  257.       OnKeyPress = Edit1KeyPress
  258.     end
  259.     object Edit6: TEdit
  260.       Left = 70
  261.       Top = 49
  262.       Width = 69
  263.       Height = 21
  264.       TabOrder = 1
  265.       Text = '0'
  266.       OnKeyPress = Edit1KeyPress
  267.     end
  268.   end
  269.   object GroupBox5: TGroupBox
  270.     Left = 201
  271.     Top = 9
  272.     Width = 178
  273.     Height = 81
  274.     Caption = 'Point sur fonction'
  275.     TabOrder = 6
  276.     object Label16: TLabel
  277.       Left = 16
  278.       Top = 23
  279.       Width = 48
  280.       Height = 13
  281.       Caption = 'Delta Min.'
  282.     end
  283.     object Label17: TLabel
  284.       Left = 16
  285.       Top = 51
  286.       Width = 51
  287.       Height = 13
  288.       Caption = 'Delta Max.'
  289.     end
  290.     object Label18: TLabel
  291.       Left = 145
  292.       Top = 24
  293.       Width = 14
  294.       Height = 13
  295.       Caption = 'cm'
  296.     end
  297.     object Label19: TLabel
  298.       Left = 145
  299.       Top = 52
  300.       Width = 14
  301.       Height = 13
  302.       Caption = 'cm'
  303.     end
  304.     object Edit7: TEdit
  305.       Left = 70
  306.       Top = 19
  307.       Width = 69
  308.       Height = 21
  309.       TabOrder = 0
  310.       Text = '-1'
  311.       OnKeyPress = Edit1KeyPress
  312.     end
  313.     object Edit8: TEdit
  314.       Left = 70
  315.       Top = 49
  316.       Width = 69
  317.       Height = 21
  318.       TabOrder = 1
  319.       Text = '1'
  320.       OnKeyPress = Edit1KeyPress
  321.     end
  322.   end
  323. end
  324.