home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9EDU / VIN32_96.ZIP / VIN32.EXE / 0 / RCDATA / TLOGSCALEF / TLOGSCALEF.txt
Text File  |  1998-04-25  |  1KB  |  79 lines

  1. object LogScaleF: TLogScaleF
  2.   Left = 1076
  3.   Top = 515
  4.   HelpContext = 1000
  5.   BorderStyle = bsDialog
  6.   Caption = 'Log Scale  Dialog'
  7.   ClientHeight = 250
  8.   ClientWidth = 312
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Times New Roman Special G1'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsStayOnTop
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 21
  17.   object OKBtn: TButton
  18.     Left = 110
  19.     Top = 150
  20.     Width = 92
  21.     Height = 33
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 2
  26.     OnClick = OKBtnClick
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 170
  30.     Top = 199
  31.     Width = 91
  32.     Height = 33
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     Font.Color = clBlack
  36.     Font.Height = -15
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ModalResult = 2
  40.     ParentFont = False
  41.     TabOrder = 3
  42.   end
  43.   object LogBox: TRadioGroup
  44.     Left = 19
  45.     Top = 9
  46.     Width = 96
  47.     Height = 120
  48.     Caption = 'Log Scale'
  49.     Items.Strings = (
  50.       'X'
  51.       'Y'
  52.       'Both'
  53.       'None')
  54.     TabOrder = 0
  55.     OnClick = LogBoxClick
  56.   end
  57.   object Button1: TButton
  58.     Left = 51
  59.     Top = 200
  60.     Width = 90
  61.     Height = 33
  62.     Caption = 'Help'
  63.     TabOrder = 4
  64.     OnClick = Button1Click
  65.   end
  66.   object FormatBox: TRadioGroup
  67.     Left = 131
  68.     Top = 9
  69.     Width = 163
  70.     Height = 120
  71.     Caption = 'Format Log Scale'
  72.     Items.Strings = (
  73.       'Exponential'
  74.       'Decimal')
  75.     TabOrder = 1
  76.     OnClick = FormatBoxClick
  77.   end
  78. end
  79.