home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9GRAF / AFA31SUS.ZIP / AFA.EXE / 0 / RCDATA / TNEIGHBOURSDLG / TNEIGHBOURSDLG.txt
Text File  |  1998-05-06  |  4KB  |  211 lines

  1. object NeighboursDlg: TNeighboursDlg
  2.   Left = 224
  3.   Top = 9
  4.   BorderStyle = bsDialog
  5.   Caption = 'Param∩┐╜tres de voisinage'
  6.   ClientHeight = 408
  7.   ClientWidth = 361
  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.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 48
  19.     Top = 120
  20.     Width = 249
  21.     Height = 121
  22.     TabOrder = 21
  23.     object Label1: TLabel
  24.       Left = 211
  25.       Top = 80
  26.       Width = 3
  27.       Height = 13
  28.       Color = clWhite
  29.       ParentColor = False
  30.     end
  31.   end
  32.   object OKBtn: TButton
  33.     Left = 68
  34.     Top = 376
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 15
  41.     OnClick = OKBtnClick
  42.   end
  43.   object CancelBtn: TButton
  44.     Left = 236
  45.     Top = 374
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Annuler'
  50.     ModalResult = 2
  51.     TabOrder = 16
  52.   end
  53.   object Button1: TButton
  54.     Left = 104
  55.     Top = 304
  56.     Width = 75
  57.     Height = 25
  58.     Caption = '5-voisins'
  59.     TabOrder = 11
  60.     OnClick = Button1Click
  61.   end
  62.   object Button2: TButton
  63.     Left = 104
  64.     Top = 336
  65.     Width = 75
  66.     Height = 25
  67.     Caption = '1-dimension'
  68.     TabOrder = 13
  69.     OnClick = Button2Click
  70.   end
  71.   object Button3: TButton
  72.     Left = 208
  73.     Top = 336
  74.     Width = 75
  75.     Height = 25
  76.     Caption = '2-dimensions'
  77.     TabOrder = 14
  78.     OnClick = Button3Click
  79.   end
  80.   object Button4: TButton
  81.     Left = 208
  82.     Top = 304
  83.     Width = 75
  84.     Height = 25
  85.     Caption = '9-voisins'
  86.     TabOrder = 12
  87.     OnClick = Button4Click
  88.   end
  89.   object CheckBox1: TCheckBox
  90.     Left = 80
  91.     Top = 272
  92.     Width = 217
  93.     Height = 17
  94.     Caption = 'Mode de voisinage homog∩┐╜ne'
  95.     TabOrder = 10
  96.   end
  97.   object Edit1: TEdit
  98.     Left = 128
  99.     Top = 24
  100.     Width = 33
  101.     Height = 21
  102.     TabOrder = 0
  103.     Text = '1'
  104.   end
  105.   object Edit2: TEdit
  106.     Left = 168
  107.     Top = 24
  108.     Width = 33
  109.     Height = 21
  110.     TabOrder = 1
  111.     Text = '1'
  112.   end
  113.   object Edit3: TEdit
  114.     Left = 208
  115.     Top = 24
  116.     Width = 33
  117.     Height = 21
  118.     TabOrder = 2
  119.     Text = '1'
  120.   end
  121.   object Edit4: TEdit
  122.     Left = 128
  123.     Top = 48
  124.     Width = 33
  125.     Height = 21
  126.     TabOrder = 3
  127.     Text = '1'
  128.   end
  129.   object Edit5: TEdit
  130.     Left = 168
  131.     Top = 48
  132.     Width = 33
  133.     Height = 21
  134.     TabOrder = 4
  135.     Text = '0'
  136.   end
  137.   object Edit6: TEdit
  138.     Left = 208
  139.     Top = 48
  140.     Width = 33
  141.     Height = 21
  142.     TabOrder = 5
  143.     Text = '1'
  144.   end
  145.   object Edit7: TEdit
  146.     Left = 128
  147.     Top = 72
  148.     Width = 33
  149.     Height = 21
  150.     TabOrder = 6
  151.     Text = '1'
  152.   end
  153.   object Edit8: TEdit
  154.     Left = 168
  155.     Top = 72
  156.     Width = 33
  157.     Height = 21
  158.     TabOrder = 7
  159.     Text = '1'
  160.   end
  161.   object Edit9: TEdit
  162.     Left = 208
  163.     Top = 72
  164.     Width = 33
  165.     Height = 21
  166.     TabOrder = 8
  167.     Text = '1'
  168.   end
  169.   object Edit10: TEdit
  170.     Left = 232
  171.     Top = 156
  172.     Width = 41
  173.     Height = 21
  174.     TabOrder = 9
  175.   end
  176.   object RadioButton1: TRadioButton
  177.     Left = 64
  178.     Top = 136
  179.     Width = 185
  180.     Height = 17
  181.     Caption = 'Valeur modulo par d∩┐╜faut (k): 10'
  182.     Checked = True
  183.     TabOrder = 17
  184.     TabStop = True
  185.   end
  186.   object RadioButton2: TRadioButton
  187.     Left = 64
  188.     Top = 157
  189.     Width = 161
  190.     Height = 17
  191.     Caption = 'Valeur d∩┐╜finie par l'#39'utilisateur:'
  192.     TabOrder = 18
  193.   end
  194.   object RadioButton3: TRadioButton
  195.     Left = 64
  196.     Top = 179
  197.     Width = 177
  198.     Height = 17
  199.     Caption = 'Maximum voisins + 1 (r∩┐╜gles): 9'
  200.     TabOrder = 19
  201.   end
  202.   object RadioButton4: TRadioButton
  203.     Left = 64
  204.     Top = 200
  205.     Width = 193
  206.     Height = 17
  207.     Caption = 'Maximum voisins + 1 (voisinage):'
  208.     TabOrder = 20
  209.   end
  210. end
  211.