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

  1. object ImageBarSeriesEditor: TImageBarSeriesEditor
  2.   Left = 264
  3.   Top = 186
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 184
  7.   ClientWidth = 299
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 5
  19.     Top = 4
  20.     Width = 289
  21.     Height = 174
  22.     Caption = 'Image:'
  23.     TabOrder = 0
  24.     object Image1: TImage
  25.       Left = 168
  26.       Top = 17
  27.       Width = 105
  28.       Height = 145
  29.       Stretch = True
  30.     end
  31.     object Bevel1: TBevel
  32.       Left = 163
  33.       Top = 12
  34.       Width = 115
  35.       Height = 154
  36.     end
  37.     object BBrowse: TButton
  38.       Left = 16
  39.       Top = 24
  40.       Width = 75
  41.       Height = 25
  42.       Caption = '&Browse...'
  43.       TabOrder = 0
  44.       OnClick = BBrowseClick
  45.     end
  46.     object CBTiled: TCheckBox
  47.       Left = 17
  48.       Top = 64
  49.       Width = 97
  50.       Height = 17
  51.       Caption = '&Tiled'
  52.       TabOrder = 1
  53.       OnClick = CBTiledClick
  54.     end
  55.   end
  56. end
  57.