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
Trigoniometria - Unit1.dfm

Unit1.dfm

Caricato da: Anonymous
Scarica il programma completo

  1. object Form1: TForm1
  2.   Left = 245
  3.   Top = 143
  4.   Width = 575
  5.   Height = 171
  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 = 152
  18.     Top = 48
  19.     Width = 32
  20.     Height = 13
  21.     Caption = 'Label1'
  22.   end
  23.   object Testo: TEdit
  24.     Left = 144
  25.     Top = 64
  26.     Width = 137
  27.     Height = 21
  28.     TabOrder = 0
  29.   end
  30.   object txtsin: TLabeledEdit
  31.     Left = 304
  32.     Top = 24
  33.     Width = 121
  34.     Height = 21
  35.     EditLabel.Width = 25
  36.     EditLabel.Height = 13
  37.     EditLabel.Caption = 'Seno'
  38.     TabOrder = 1
  39.   end
  40.   object txtcos: TLabeledEdit
  41.     Left = 304
  42.     Top = 64
  43.     Width = 121
  44.     Height = 21
  45.     EditLabel.Width = 36
  46.     EditLabel.Height = 13
  47.     EditLabel.Caption = 'Coseno'
  48.     TabOrder = 2
  49.   end
  50.   object txttg: TLabeledEdit
  51.     Left = 304
  52.     Top = 104
  53.     Width = 121
  54.     Height = 21
  55.     EditLabel.Width = 46
  56.     EditLabel.Height = 13
  57.     EditLabel.Caption = 'Tangente'
  58.     TabOrder = 3
  59.   end
  60.   object txtcotg: TLabeledEdit
  61.     Left = 440
  62.     Top = 24
  63.     Width = 121
  64.     Height = 21
  65.     EditLabel.Width = 55
  66.     EditLabel.Height = 13
  67.     EditLabel.Caption = 'Cotangente'
  68.     TabOrder = 4
  69.   end
  70.   object txtsec: TLabeledEdit
  71.     Left = 440
  72.     Top = 64
  73.     Width = 121
  74.     Height = 21
  75.     EditLabel.Width = 40
  76.     EditLabel.Height = 13
  77.     EditLabel.Caption = 'Secante'
  78.     TabOrder = 5
  79.   end
  80.   object txtcosec: TLabeledEdit
  81.     Left = 440
  82.     Top = 104
  83.     Width = 121
  84.     Height = 21
  85.     EditLabel.Width = 51
  86.     EditLabel.Height = 13
  87.     EditLabel.Caption = 'Cosecante'
  88.     TabOrder = 6
  89.   end
  90.   object rdbsin: TRadioButton
  91.     Left = 8
  92.     Top = 24
  93.     Width = 113
  94.     Height = 17
  95.     Caption = 'Seno'
  96.     Checked = True
  97.     TabOrder = 7
  98.     TabStop = True
  99.     OnClick = rdbsinClick
  100.   end
  101.   object rdbcos: TRadioButton
  102.     Left = 8
  103.     Top = 40
  104.     Width = 113
  105.     Height = 17
  106.     Caption = 'Coseno'
  107.     TabOrder = 8
  108.     OnClick = rdbcosClick
  109.   end
  110.   object rdbtg: TRadioButton
  111.     Left = 8
  112.     Top = 56
  113.     Width = 113
  114.     Height = 17
  115.     Caption = 'Tangente'
  116.     TabOrder = 9
  117.     OnClick = rdbtgClick
  118.   end
  119.   object rdbcotg: TRadioButton
  120.     Left = 8
  121.     Top = 72
  122.     Width = 113
  123.     Height = 17
  124.     Caption = 'Cotangente'
  125.     TabOrder = 10
  126.     OnClick = rdbcotgClick
  127.   end
  128.   object rdbsec: TRadioButton
  129.     Left = 8
  130.     Top = 88
  131.     Width = 113
  132.     Height = 17
  133.     Caption = 'Secante'
  134.     TabOrder = 11
  135.     OnClick = rdbsecClick
  136.   end
  137.   object rdbcosec: TRadioButton
  138.     Left = 8
  139.     Top = 104
  140.     Width = 113
  141.     Height = 17
  142.     Caption = 'Cosecante'
  143.     TabOrder = 12
  144.     OnClick = rdbcosecClick
  145.   end
  146.   object Button1: TButton
  147.     Left = 176
  148.     Top = 96
  149.     Width = 75
  150.     Height = 25
  151.     Caption = 'Ok'
  152.     TabOrder = 13
  153.     OnClick = Button1Click
  154.   end
  155.   object rdbnum: TRadioButton
  156.     Left = 8
  157.     Top = 120
  158.     Width = 113
  159.     Height = 17
  160.     Caption = 'Misura dell'#39'angolo'
  161.     TabOrder = 14
  162.     OnClick = rdbnumClick
  163.   end
  164. end