object PreferencesDlg: TPreferencesDlg Left = 179 Top = 21 BorderStyle = bsDialog Caption = 'Options - Pr�f�rences' ClientHeight = 356 ClientWidth = 434 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 9 Top = 10 Width = 417 Height = 292 Shape = bsFrame end object Label1: TLabel Left = 35 Top = 63 Width = 72 Height = 13 Caption = 'Largeur cellule:' end object Label2: TLabel Left = 34 Top = 160 Width = 78 Height = 13 Caption = 'Limite d'#39'it�ration:' end object Label3: TLabel Left = 34 Top = 192 Width = 139 Height = 13 Caption = 'Incr�ment de limite d'#39'it�ration:' end object Label4: TLabel Left = 34 Top = 224 Width = 89 Height = 13 Caption = 'D�lai pour continu:' end object Label5: TLabel Left = 35 Top = 254 Width = 118 Height = 13 Caption = 'Largeur de ligne de grille:' end object Label6: TLabel Left = 34 Top = 88 Width = 74 Height = 13 Caption = 'Hauteur cellule:' end object Label7: TLabel Left = 35 Top = 118 Width = 135 Height = 13 Caption = 'Incr�ment largeur de celllule:' end object OKBtn: TButton Left = 105 Top = 318 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 9 OnClick = OKBtnClick end object CancelBtn: TButton Left = 264 Top = 318 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 10 end object CheckBox2: TCheckBox Left = 27 Top = 21 Width = 185 Height = 17 Caption = 'Dimension de cellule automatique' TabOrder = 0 end object Edit1: TEdit Left = 177 Top = 57 Width = 65 Height = 21 TabOrder = 1 end object Edit2: TEdit Left = 178 Top = 152 Width = 65 Height = 21 TabOrder = 3 end object Edit3: TEdit Left = 179 Top = 184 Width = 65 Height = 21 TabOrder = 4 end object Edit4: TEdit Left = 178 Top = 216 Width = 65 Height = 21 TabOrder = 5 end object RadioGroup1: TRadioGroup Left = 264 Top = 24 Width = 137 Height = 105 Caption = 'Mode de g�om�trie' Items.Strings = ( 'Tore' 'Plan') TabOrder = 7 end object RadioGroup2: TRadioGroup Left = 264 Top = 144 Width = 137 Height = 105 Caption = 'Forme de cellule' Items.Strings = ( 'Ellipse' 'Rectangle') TabOrder = 8 end object Edit5: TEdit Left = 179 Top = 251 Width = 65 Height = 21 TabOrder = 6 end object Edit6: TEdit Left = 178 Top = 87 Width = 65 Height = 21 TabOrder = 2 end object Edit7: TEdit Left = 178 Top = 117 Width = 65 Height = 21 TabOrder = 11 end end