home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / ctenari / Majda / Life.exe / 0 / RCDATA / TGRAPHFORM / TGRAPHFORM.txt
Text File  |  2002-09-14  |  2KB  |  78 lines

  1. object GraphForm: TGraphForm
  2.   Left = 0
  3.   Top = 0
  4.   Width = 413
  5.   Height = 261
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Graf'
  8.   Color = clBtnFace
  9.   Constraints.MaxWidth = 1171
  10.   Constraints.MinHeight = 64
  11.   Constraints.MinWidth = 179
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   OldCreateOrder = True
  19.   Position = poDefaultPosOnly
  20.   OnCreate = FormCreate
  21.   OnResize = FormResize
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Splitter: TSplitter
  26.     Left = 270
  27.     Top = 0
  28.     Width = 2
  29.     Height = 234
  30.     Cursor = crHSplit
  31.     Align = alRight
  32.     AutoSnap = False
  33.     ResizeStyle = rsUpdate
  34.   end
  35.   object ScrollBox1: TScrollBox
  36.     Left = 0
  37.     Top = 0
  38.     Width = 270
  39.     Height = 234
  40.     HorzScrollBar.Position = 623
  41.     HorzScrollBar.Tracking = True
  42.     VertScrollBar.Tracking = True
  43.     Align = alClient
  44.     TabOrder = 0
  45.     object GraphImage: TImage
  46.       Left = -623
  47.       Top = 0
  48.       Width = 1024
  49.       Height = 128
  50.       AutoSize = True
  51.     end
  52.   end
  53.   object OrgAmountsView: TListView
  54.     Left = 272
  55.     Top = 0
  56.     Width = 133
  57.     Height = 234
  58.     Align = alRight
  59.     Columns = <
  60.       item
  61.         Caption = 'Druh'
  62.         Width = 79
  63.       end
  64.       item
  65.         Caption = 'Po'#269'et'
  66.       end>
  67.     ColumnClick = False
  68.     Constraints.MinWidth = 133
  69.     SmallImages = OrgAmountImages
  70.     TabOrder = 1
  71.     ViewStyle = vsReport
  72.   end
  73.   object OrgAmountImages: TImageList
  74.     Left = 224
  75.     Top = 120
  76.   end
  77. end
  78.