object LieuDlg: TLieuDlg Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'R�glages pour les lieux automatiques' ClientHeight = 287 ClientWidth = 388 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object OKBtn: TBitBtn Left = 295 Top = 109 Width = 77 Height = 27 Caption = '&OK' TabOrder = 0 Kind = bkOK Margin = 2 Style = bsNew Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 208 Top = 109 Width = 77 Height = 27 Caption = '&Annuler' TabOrder = 1 Kind = bkCancel Margin = 2 Style = bsNew Spacing = -1 IsControl = True end object GroupBox1: TGroupBox Left = 10 Top = 95 Width = 178 Height = 82 Caption = 'Point sur droite' TabOrder = 2 object Label1: TLabel Left = 16 Top = 23 Width = 48 Height = 13 Caption = 'Delta Min.' end object Label2: TLabel Left = 16 Top = 51 Width = 51 Height = 13 Caption = 'Delta Max.' end object Label3: TLabel Left = 145 Top = 24 Width = 14 Height = 13 Caption = 'cm' end object Label4: TLabel Left = 145 Top = 52 Width = 14 Height = 13 Caption = 'cm' end object Edit1: TEdit Left = 70 Top = 20 Width = 69 Height = 21 TabOrder = 0 Text = '-10,0' OnKeyPress = Edit1KeyPress end object Edit2: TEdit Left = 70 Top = 49 Width = 69 Height = 21 TabOrder = 1 Text = '10,0' OnKeyPress = Edit1KeyPress end end object GroupBox2: TGroupBox Left = 202 Top = 151 Width = 178 Height = 128 TabOrder = 3 object Label5: TLabel Left = 15 Top = 17 Width = 51 Height = 29 AutoSize = False Caption = 'Nombre de points' WordWrap = True end object Label6: TLabel Left = 18 Top = 66 Width = 121 Height = 13 Caption = 'Consid�rer Delta comme :' end object Bevel1: TBevel Left = 5 Top = 56 Width = 165 Height = 7 Shape = bsTopLine end object SpinEdit1: TSpinEdit Left = 70 Top = 20 Width = 72 Height = 22 MaxValue = 796 MinValue = 2 TabOrder = 0 Value = 50 end object RadioButton2: TRadioButton Left = 9 Top = 86 Width = 158 Height = 17 Caption = 'Relatif � la position acutelle' TabOrder = 1 end object RadioButton1: TRadioButton Left = 9 Top = 104 Width = 65 Height = 17 Caption = 'Absolu' Checked = True TabOrder = 2 TabStop = True end end object GroupBox3: TGroupBox Left = 10 Top = 9 Width = 178 Height = 81 Caption = 'Point sur cercle' TabOrder = 4 object Label7: TLabel Left = 16 Top = 23 Width = 48 Height = 13 Caption = 'Delta Min.' end object Label8: TLabel Left = 16 Top = 51 Width = 51 Height = 13 Caption = 'Delta Max.' end object Label9: TLabel Left = 144 Top = 24 Width = 4 Height = 13 Caption = '�' end object Label10: TLabel Left = 144 Top = 52 Width = 4 Height = 13 Caption = '�' end object Edit3: TEdit Left = 70 Top = 19 Width = 69 Height = 21 TabOrder = 0 Text = '0' OnKeyPress = Edit1KeyPress end object Edit4: TEdit Left = 70 Top = 49 Width = 69 Height = 21 TabOrder = 1 Text = '360' OnKeyPress = Edit1KeyPress end end object GroupBox4: TGroupBox Left = 10 Top = 180 Width = 178 Height = 99 Caption = 'Point sur segment' TabOrder = 5 object Label11: TLabel Left = 16 Top = 23 Width = 48 Height = 13 Caption = 'Delta Min.' end object Label12: TLabel Left = 16 Top = 51 Width = 51 Height = 13 Caption = 'Delta Max.' end object Label13: TLabel Left = 145 Top = 24 Width = 14 Height = 13 Caption = 'cm' end object Label14: TLabel Left = 145 Top = 52 Width = 14 Height = 13 Caption = 'cm' end object Label15: TLabel Left = 22 Top = 78 Width = 134 Height = 13 Caption = '0 et 0 pour le segment entier' end object Edit5: TEdit Left = 70 Top = 19 Width = 69 Height = 21 TabOrder = 0 Text = '0' OnKeyPress = Edit1KeyPress end object Edit6: TEdit Left = 70 Top = 49 Width = 69 Height = 21 TabOrder = 1 Text = '0' OnKeyPress = Edit1KeyPress end end object GroupBox5: TGroupBox Left = 201 Top = 9 Width = 178 Height = 81 Caption = 'Point sur fonction' TabOrder = 6 object Label16: TLabel Left = 16 Top = 23 Width = 48 Height = 13 Caption = 'Delta Min.' end object Label17: TLabel Left = 16 Top = 51 Width = 51 Height = 13 Caption = 'Delta Max.' end object Label18: TLabel Left = 145 Top = 24 Width = 14 Height = 13 Caption = 'cm' end object Label19: TLabel Left = 145 Top = 52 Width = 14 Height = 13 Caption = 'cm' end object Edit7: TEdit Left = 70 Top = 19 Width = 69 Height = 21 TabOrder = 0 Text = '-1' OnKeyPress = Edit1KeyPress end object Edit8: TEdit Left = 70 Top = 49 Width = 69 Height = 21 TabOrder = 1 Text = '1' OnKeyPress = Edit1KeyPress end end end