home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / DELPHI1 / LIB / IEDITITL.DFM / IEDITITL.txt
Encoding:
Text File  |  1998-10-24  |  2.1 KB  |  119 lines

  1. object FormTeeTitle: TFormTeeTitle
  2.   Left = 200
  3.   Top = 102
  4.   ActiveControl = CBTitles
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 233
  8.   ClientWidth = 387
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefault
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object CBTitles: TComboBox
  18.     Left = 8
  19.     Top = 9
  20.     Width = 85
  21.     Height = 21
  22.     HelpContext = 649
  23.     Style = csDropDownList
  24.     ItemHeight = 13
  25.     Items.Strings = (
  26.       'Title'
  27.       'Foot')
  28.     TabOrder = 0
  29.     OnChange = CBTitlesChange
  30.   end
  31.   object CBVisible: TCheckBox
  32.     Left = 9
  33.     Top = 41
  34.     Width = 63
  35.     Height = 17
  36.     HelpContext = 681
  37.     Caption = '&Visible'
  38.     TabOrder = 1
  39.     OnClick = CBVisibleClick
  40.   end
  41.   object CBAdjust: TCheckBox
  42.     Left = 9
  43.     Top = 67
  44.     Width = 91
  45.     Height = 17
  46.     HelpContext = 37
  47.     Caption = '&Adjust Frame'
  48.     TabOrder = 2
  49.     OnClick = CBAdjustClick
  50.   end
  51.   object BFont: TButton
  52.     Left = 108
  53.     Top = 8
  54.     Width = 84
  55.     Height = 25
  56.     HelpContext = 718
  57.     Caption = 'F&ont...'
  58.     TabOrder = 3
  59.     OnClick = BFontClick
  60.   end
  61.   object BFrame: TButton
  62.     Left = 204
  63.     Top = 8
  64.     Width = 84
  65.     Height = 25
  66.     HelpContext = 222
  67.     Caption = '&Border...'
  68.     TabOrder = 4
  69.     OnClick = BFrameClick
  70.   end
  71.   object BBrush: TButton
  72.     Left = 204
  73.     Top = 52
  74.     Width = 84
  75.     Height = 25
  76.     HelpContext = 109
  77.     Caption = '&Pattern...'
  78.     TabOrder = 5
  79.     OnClick = BBrushClick
  80.   end
  81.   object RGAlign: TRadioGroup
  82.     Left = 300
  83.     Top = 4
  84.     Width = 81
  85.     Height = 85
  86.     HelpContext = 42
  87.     Caption = 'Alignment:'
  88.     ItemIndex = 2
  89.     Items.Strings = (
  90.       '&Left'
  91.       '&Center'
  92.       '&Right')
  93.     TabOrder = 6
  94.     OnClick = RGAlignClick
  95.   end
  96.   object MText: TMemo
  97.     Left = 7
  98.     Top = 96
  99.     Width = 374
  100.     Height = 129
  101.     HelpContext = 640
  102.     ScrollBars = ssBoth
  103.     TabOrder = 7
  104.     WantTabs = True
  105.     WordWrap = False
  106.     OnChange = MTextChange
  107.   end
  108.   object BColor: TButton
  109.     Left = 108
  110.     Top = 52
  111.     Width = 84
  112.     Height = 25
  113.     HelpContext = 778
  114.     Caption = 'Bac&k Color...'
  115.     TabOrder = 8
  116.     OnClick = BColorClick
  117.   end
  118. end
  119.