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

  1. object TitleXF: TTitleXF
  2.   Left = 0
  3.   Top = 421
  4.   HelpContext = 900
  5.   BorderStyle = bsDialog
  6.   Caption = 'X Axis Title  Dialog'
  7.   ClientHeight = 259
  8.   ClientWidth = 632
  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 = 116
  19.     Top = 216
  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 = 269
  30.     Top = 216
  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 = 11
  40.     Top = 14
  41.     Width = 609
  42.     Height = 58
  43.     Caption = 'First  Line X Title'
  44.     TabOrder = 2
  45.     object TitX1: TEdit
  46.       Left = 8
  47.       Top = 22
  48.       Width = 593
  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 = 11
  61.     Top = 82
  62.     Width = 609
  63.     Height = 58
  64.     Caption = 'Second Line X Title'
  65.     TabOrder = 3
  66.     object TitX2: TEdit
  67.       Left = 8
  68.       Top = 19
  69.       Width = 593
  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 GroupBox3: TGroupBox
  81.     Left = 12
  82.     Top = 149
  83.     Width = 609
  84.     Height = 58
  85.     Caption = 'Third Line X Title'
  86.     TabOrder = 4
  87.     object TitX3: TEdit
  88.       Left = 8
  89.       Top = 22
  90.       Width = 593
  91.       Height = 30
  92.       AutoSize = False
  93.       Font.Color = clBlack
  94.       Font.Height = -13
  95.       Font.Name = 'Times New Roman Special G1'
  96.       Font.Style = [fsBold]
  97.       ParentFont = False
  98.       TabOrder = 0
  99.     end
  100.   end
  101.   object Button1: TButton
  102.     Left = 423
  103.     Top = 216
  104.     Width = 93
  105.     Height = 30
  106.     Caption = 'Help'
  107.     TabOrder = 5
  108.     OnClick = Button1Click
  109.   end
  110. end
  111.