object NeighboursDlg: TNeighboursDlg Left = 224 Top = 9 BorderStyle = bsDialog Caption = 'Param�tres de voisinage' ClientHeight = 408 ClientWidth = 361 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 Panel1: TPanel Left = 48 Top = 120 Width = 249 Height = 121 TabOrder = 21 object Label1: TLabel Left = 211 Top = 80 Width = 3 Height = 13 Color = clWhite ParentColor = False end end object OKBtn: TButton Left = 68 Top = 376 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 15 OnClick = OKBtnClick end object CancelBtn: TButton Left = 236 Top = 374 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 16 end object Button1: TButton Left = 104 Top = 304 Width = 75 Height = 25 Caption = '5-voisins' TabOrder = 11 OnClick = Button1Click end object Button2: TButton Left = 104 Top = 336 Width = 75 Height = 25 Caption = '1-dimension' TabOrder = 13 OnClick = Button2Click end object Button3: TButton Left = 208 Top = 336 Width = 75 Height = 25 Caption = '2-dimensions' TabOrder = 14 OnClick = Button3Click end object Button4: TButton Left = 208 Top = 304 Width = 75 Height = 25 Caption = '9-voisins' TabOrder = 12 OnClick = Button4Click end object CheckBox1: TCheckBox Left = 80 Top = 272 Width = 217 Height = 17 Caption = 'Mode de voisinage homog�ne' TabOrder = 10 end object Edit1: TEdit Left = 128 Top = 24 Width = 33 Height = 21 TabOrder = 0 Text = '1' end object Edit2: TEdit Left = 168 Top = 24 Width = 33 Height = 21 TabOrder = 1 Text = '1' end object Edit3: TEdit Left = 208 Top = 24 Width = 33 Height = 21 TabOrder = 2 Text = '1' end object Edit4: TEdit Left = 128 Top = 48 Width = 33 Height = 21 TabOrder = 3 Text = '1' end object Edit5: TEdit Left = 168 Top = 48 Width = 33 Height = 21 TabOrder = 4 Text = '0' end object Edit6: TEdit Left = 208 Top = 48 Width = 33 Height = 21 TabOrder = 5 Text = '1' end object Edit7: TEdit Left = 128 Top = 72 Width = 33 Height = 21 TabOrder = 6 Text = '1' end object Edit8: TEdit Left = 168 Top = 72 Width = 33 Height = 21 TabOrder = 7 Text = '1' end object Edit9: TEdit Left = 208 Top = 72 Width = 33 Height = 21 TabOrder = 8 Text = '1' end object Edit10: TEdit Left = 232 Top = 156 Width = 41 Height = 21 TabOrder = 9 end object RadioButton1: TRadioButton Left = 64 Top = 136 Width = 185 Height = 17 Caption = 'Valeur modulo par d�faut (k): 10' Checked = True TabOrder = 17 TabStop = True end object RadioButton2: TRadioButton Left = 64 Top = 157 Width = 161 Height = 17 Caption = 'Valeur d�finie par l'#39'utilisateur:' TabOrder = 18 end object RadioButton3: TRadioButton Left = 64 Top = 179 Width = 177 Height = 17 Caption = 'Maximum voisins + 1 (r�gles): 9' TabOrder = 19 end object RadioButton4: TRadioButton Left = 64 Top = 200 Width = 193 Height = 17 Caption = 'Maximum voisins + 1 (voisinage):' TabOrder = 20 end end