Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Fibonacci - Unit1.dfm

Unit1.dfm

Caricato da: Anonymous
Scarica il programma completo

  1. object Form1: TForm1
  2.   Left = 288
  3.   Top = 241
  4.   Width = 646
  5.   Height = 281
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 48
  19.     Width = 97
  20.     Height = 39
  21.     Caption = 'Inserisci un n umero compreso tra 3 e 23600'
  22.     WordWrap = True
  23.   end
  24.   object Label2: TLabel
  25.     Left = 344
  26.     Top = 112
  27.     Width = 97
  28.     Height = 13
  29.     Caption = 'Individua il numero...'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 328
  33.     Top = 192
  34.     Width = 32
  35.     Height = 13
  36.     Caption = 'Label3'
  37.   end
  38.   object ListBox1: TListBox
  39.     Left = 160
  40.     Top = 16
  41.     Width = 145
  42.     Height = 225
  43.     ItemHeight = 13
  44.     TabOrder = 0
  45.   end
  46.   object Button1: TButton
  47.     Left = 32
  48.     Top = 124
  49.     Width = 89
  50.     Height = 25
  51.     Caption = 'Button1'
  52.     TabOrder = 1
  53.     OnClick = Button1Click
  54.   end
  55.   object Edit1: TEdit
  56.     Left = 16
  57.     Top = 96
  58.     Width = 121
  59.     Height = 21
  60.     TabOrder = 2
  61.   end
  62.   object Edit2: TEdit
  63.     Left = 16
  64.     Top = 160
  65.     Width = 121
  66.     Height = 21
  67.     TabOrder = 3
  68.   end
  69.   object Button2: TButton
  70.     Left = 536
  71.     Top = 216
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'Esci'
  75.     TabOrder = 4
  76.     OnClick = Button2Click
  77.   end
  78.   object StringGrid1: TStringGrid
  79.     Left = 312
  80.     Top = 16
  81.     Width = 305
  82.     Height = 81
  83.     ColCount = 1
  84.     DefaultColWidth = 50
  85.     FixedCols = 0
  86.     RowCount = 2
  87.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
  88.     TabOrder = 5
  89.   end
  90.   object Edit3: TEdit
  91.     Left = 344
  92.     Top = 128
  93.     Width = 121
  94.     Height = 21
  95.     TabOrder = 6
  96.   end
  97.   object Button3: TButton
  98.     Left = 368
  99.     Top = 160
  100.     Width = 75
  101.     Height = 25
  102.     Caption = 'Individua'
  103.     TabOrder = 7
  104.     OnClick = Button3Click
  105.   end
  106.   object Edit4: TEdit
  107.     Left = 328
  108.     Top = 216
  109.     Width = 177
  110.     Height = 21
  111.     TabOrder = 8
  112.   end
  113. end