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

  1. object PreferencesDlg: TPreferencesDlg
  2.   Left = 179
  3.   Top = 21
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options - Pr∩┐╜f∩┐╜rences'
  6.   ClientHeight = 356
  7.   ClientWidth = 434
  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 Bevel1: TBevel
  18.     Left = 9
  19.     Top = 10
  20.     Width = 417
  21.     Height = 292
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 35
  26.     Top = 63
  27.     Width = 72
  28.     Height = 13
  29.     Caption = 'Largeur cellule:'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 34
  33.     Top = 160
  34.     Width = 78
  35.     Height = 13
  36.     Caption = 'Limite d'#39'it∩┐╜ration:'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 34
  40.     Top = 192
  41.     Width = 139
  42.     Height = 13
  43.     Caption = 'Incr∩┐╜ment de limite d'#39'it∩┐╜ration:'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 34
  47.     Top = 224
  48.     Width = 89
  49.     Height = 13
  50.     Caption = 'D∩┐╜lai pour continu:'
  51.   end
  52.   object Label5: TLabel
  53.     Left = 35
  54.     Top = 254
  55.     Width = 118
  56.     Height = 13
  57.     Caption = 'Largeur de ligne de grille:'
  58.   end
  59.   object Label6: TLabel
  60.     Left = 34
  61.     Top = 88
  62.     Width = 74
  63.     Height = 13
  64.     Caption = 'Hauteur cellule:'
  65.   end
  66.   object Label7: TLabel
  67.     Left = 35
  68.     Top = 118
  69.     Width = 135
  70.     Height = 13
  71.     Caption = 'Incr∩┐╜ment largeur de celllule:'
  72.   end
  73.   object OKBtn: TButton
  74.     Left = 105
  75.     Top = 318
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'OK'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 9
  82.     OnClick = OKBtnClick
  83.   end
  84.   object CancelBtn: TButton
  85.     Left = 264
  86.     Top = 318
  87.     Width = 75
  88.     Height = 25
  89.     Cancel = True
  90.     Caption = 'Annuler'
  91.     ModalResult = 2
  92.     TabOrder = 10
  93.   end
  94.   object CheckBox2: TCheckBox
  95.     Left = 27
  96.     Top = 21
  97.     Width = 185
  98.     Height = 17
  99.     Caption = 'Dimension de cellule automatique'
  100.     TabOrder = 0
  101.   end
  102.   object Edit1: TEdit
  103.     Left = 177
  104.     Top = 57
  105.     Width = 65
  106.     Height = 21
  107.     TabOrder = 1
  108.   end
  109.   object Edit2: TEdit
  110.     Left = 178
  111.     Top = 152
  112.     Width = 65
  113.     Height = 21
  114.     TabOrder = 3
  115.   end
  116.   object Edit3: TEdit
  117.     Left = 179
  118.     Top = 184
  119.     Width = 65
  120.     Height = 21
  121.     TabOrder = 4
  122.   end
  123.   object Edit4: TEdit
  124.     Left = 178
  125.     Top = 216
  126.     Width = 65
  127.     Height = 21
  128.     TabOrder = 5
  129.   end
  130.   object RadioGroup1: TRadioGroup
  131.     Left = 264
  132.     Top = 24
  133.     Width = 137
  134.     Height = 105
  135.     Caption = 'Mode de g∩┐╜om∩┐╜trie'
  136.     Items.Strings = (
  137.       'Tore'
  138.       'Plan')
  139.     TabOrder = 7
  140.   end
  141.   object RadioGroup2: TRadioGroup
  142.     Left = 264
  143.     Top = 144
  144.     Width = 137
  145.     Height = 105
  146.     Caption = 'Forme de cellule'
  147.     Items.Strings = (
  148.       'Ellipse'
  149.       'Rectangle')
  150.     TabOrder = 8
  151.   end
  152.   object Edit5: TEdit
  153.     Left = 179
  154.     Top = 251
  155.     Width = 65
  156.     Height = 21
  157.     TabOrder = 6
  158.   end
  159.   object Edit6: TEdit
  160.     Left = 178
  161.     Top = 87
  162.     Width = 65
  163.     Height = 21
  164.     TabOrder = 2
  165.   end
  166.   object Edit7: TEdit
  167.     Left = 178
  168.     Top = 117
  169.     Width = 65
  170.     Height = 21
  171.     TabOrder = 11
  172.   end
  173. end
  174.