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

  1. object TitleYF: TTitleYF
  2.   Left = 565
  3.   Top = 315
  4.   HelpContext = 900
  5.   BorderStyle = bsDialog
  6.   Caption = 'Y Axis Title  Dialog'
  7.   ClientHeight = 183
  8.   ClientWidth = 392
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object OKBtn: TButton
  18.     Left = 32
  19.     Top = 140
  20.     Width = 93
  21.     Height = 30
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.     OnClick = OKBtnClick
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 150
  30.     Top = 140
  31.     Width = 93
  32.     Height = 30
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object GroupBox1: TGroupBox
  39.     Left = 17
  40.     Top = 16
  41.     Width = 359
  42.     Height = 53
  43.     Caption = 'Left  Y Title'
  44.     TabOrder = 2
  45.     object TitY1: TEdit
  46.       Left = 11
  47.       Top = 16
  48.       Width = 337
  49.       Height = 30
  50.       AutoSize = False
  51.       Font.Color = clBlack
  52.       Font.Height = -13
  53.       Font.Name = 'Times New Roman Special G1'
  54.       Font.Style = [fsBold]
  55.       ParentFont = False
  56.       TabOrder = 0
  57.     end
  58.   end
  59.   object GroupBox2: TGroupBox
  60.     Left = 17
  61.     Top = 82
  62.     Width = 359
  63.     Height = 53
  64.     Caption = 'Right Y Title'
  65.     TabOrder = 3
  66.     object TitY2: TEdit
  67.       Left = 11
  68.       Top = 16
  69.       Width = 337
  70.       Height = 30
  71.       AutoSize = False
  72.       Font.Color = clBlack
  73.       Font.Height = -13
  74.       Font.Name = 'Times New Roman Special G1'
  75.       Font.Style = [fsBold]
  76.       ParentFont = False
  77.       TabOrder = 0
  78.     end
  79.   end
  80.   object Button1: TButton
  81.     Left = 267
  82.     Top = 140
  83.     Width = 93
  84.     Height = 30
  85.     Caption = 'Help'
  86.     TabOrder = 4
  87.     OnClick = Button1Click
  88.   end
  89. end
  90.