home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap11 / morefunc / main.dfm / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  3.9 KB  |  197 lines

  1. object Form1: TForm1
  2.   Left = 158
  3.   Top = 99
  4.   ActiveControl = BCalc
  5.   AutoScroll = False
  6.   Caption = 'More Functions'
  7.   ClientHeight = 246
  8.   ClientWidth = 460
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 96
  16.   Visible = True
  17.   TextHeight = 16
  18.   object Label2: TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 58
  22.     Height = 20
  23.     AutoSize = False
  24.     Caption = 'XNum'
  25.     Color = clSilver
  26.     Font.Color = clBlue
  27.     Font.Height = -16
  28.     Font.Name = 'Times New Roman'
  29.     Font.Style = [fsBold]
  30.     ParentColor = False
  31.     ParentFont = False
  32.   end
  33.   object Label3: TLabel
  34.     Left = 16
  35.     Top = 72
  36.     Width = 58
  37.     Height = 20
  38.     AutoSize = False
  39.     Caption = 'YNum'
  40.     Color = clSilver
  41.     Font.Color = clBlue
  42.     Font.Height = -16
  43.     Font.Name = 'Times New Roman'
  44.     Font.Style = [fsBold]
  45.     ParentColor = False
  46.     ParentFont = False
  47.   end
  48.   object BCalc: TButton
  49.     Left = 136
  50.     Top = 192
  51.     Width = 114
  52.     Height = 30
  53.     Caption = 'Calc'
  54.     TabOrder = 0
  55.     OnClick = BCalcClick
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 16
  59.     Top = 128
  60.     Width = 236
  61.     Height = 38
  62.     BevelInner = bvLowered
  63.     Caption = 'Panel1'
  64.     Color = clNavy
  65.     Font.Color = clYellow
  66.     Font.Height = -16
  67.     Font.Name = 'Times New Roman'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.     TabOrder = 1
  71.     object Label1: TLabel
  72.       Left = 8
  73.       Top = 8
  74.       Width = 178
  75.       Height = 20
  76.       AutoSize = False
  77.       Caption = 'Label1'
  78.       Color = clNavy
  79.       ParentColor = False
  80.     end
  81.   end
  82.   object Edit1: TEdit
  83.     Left = 72
  84.     Top = 16
  85.     Width = 180
  86.     Height = 27
  87.     Color = clNavy
  88.     Font.Color = clYellow
  89.     Font.Height = -16
  90.     Font.Name = 'Times New Roman'
  91.     Font.Style = [fsBold]
  92.     ParentFont = False
  93.     TabOrder = 2
  94.     Text = 'Edit1'
  95.   end
  96.   object Edit2: TEdit
  97.     Left = 72
  98.     Top = 72
  99.     Width = 180
  100.     Height = 27
  101.     Color = clNavy
  102.     Font.Color = clYellow
  103.     Font.Height = -16
  104.     Font.Name = 'Times New Roman'
  105.     Font.Style = [fsBold]
  106.     ParentFont = False
  107.     TabOrder = 3
  108.     Text = 'Edit2'
  109.   end
  110.   object Panel2: TPanel
  111.     Left = 272
  112.     Top = 16
  113.     Width = 169
  114.     Height = 214
  115.     BevelInner = bvLowered
  116.     BevelWidth = 2
  117.     Color = clNavy
  118.     TabOrder = 4
  119.     object RBXToTheY: TRadioButton
  120.       Left = 32
  121.       Top = 24
  122.       Width = 105
  123.       Height = 20
  124.       Caption = 'XToTheY'
  125.       Color = clNavy
  126.       Font.Color = clYellow
  127.       Font.Height = -16
  128.       Font.Name = 'Times New Roman'
  129.       Font.Style = [fsBold]
  130.       ParentColor = False
  131.       ParentFont = False
  132.       TabOrder = 0
  133.       OnClick = RBClick
  134.     end
  135.     object RBArcSin: TRadioButton
  136.       Tag = 1
  137.       Left = 32
  138.       Top = 72
  139.       Width = 105
  140.       Height = 20
  141.       Caption = 'ArcSin'
  142.       Color = clNavy
  143.       Font.Color = clYellow
  144.       Font.Height = -16
  145.       Font.Name = 'Times New Roman'
  146.       Font.Style = [fsBold]
  147.       ParentColor = False
  148.       ParentFont = False
  149.       TabOrder = 1
  150.       OnClick = RBClick
  151.     end
  152.     object RBArcCos: TRadioButton
  153.       Tag = 2
  154.       Left = 32
  155.       Top = 120
  156.       Width = 105
  157.       Height = 20
  158.       Caption = 'ArcCos'
  159.       Color = clNavy
  160.       Font.Color = clYellow
  161.       Font.Height = -16
  162.       Font.Name = 'Times New Roman'
  163.       Font.Style = [fsBold]
  164.       ParentColor = False
  165.       ParentFont = False
  166.       TabOrder = 2
  167.       OnClick = RBClick
  168.     end
  169.     object RBLogYX: TRadioButton
  170.       Tag = 3
  171.       Left = 32
  172.       Top = 168
  173.       Width = 105
  174.       Height = 20
  175.       Caption = 'LogXY'
  176.       Color = clNavy
  177.       Font.Color = clYellow
  178.       Font.Height = -16
  179.       Font.Name = 'Times New Roman'
  180.       Font.Style = [fsBold]
  181.       ParentColor = False
  182.       ParentFont = False
  183.       TabOrder = 3
  184.       OnClick = RBClick
  185.     end
  186.   end
  187.   object BClose: TButton
  188.     Left = 16
  189.     Top = 192
  190.     Width = 106
  191.     Height = 30
  192.     Caption = 'Close'
  193.     TabOrder = 5
  194.     OnClick = BCloseClick
  195.   end
  196. end
  197.