home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / leksykon / _SETUP.1 / Leksykon.exe / 0 / RCDATA / TFRMHISTORY / TFRMHISTORY.txt < prev   
Encoding:
Text File  |  1997-02-01  |  2.7 KB  |  121 lines

  1. object frmHistory: TfrmHistory
  2.   Left = 201
  3.   Top = 116
  4.   VertScrollBar.Tracking = True
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Historia'
  8.   ClientHeight = 382
  9.   ClientWidth = 398
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bevSeparator: TBevel
  22.     Left = 198
  23.     Top = 345
  24.     Width = 54
  25.     Height = 27
  26.     Shape = bsLeftLine
  27.   end
  28.   object btnOK: TToolbarButton97
  29.     Left = 115
  30.     Top = 345
  31.     Width = 79
  32.     Height = 27
  33.     Caption = 'Otw∩┐╜rz'
  34.     OnClick = btnOKClick
  35.   end
  36.   object btnCancel: TToolbarButton97
  37.     Left = 206
  38.     Top = 345
  39.     Width = 78
  40.     Height = 27
  41.     Caption = 'Zamknij'
  42.     OnClick = btnCancelClick
  43.   end
  44.   object scbHistory: TScrollBox
  45.     Left = 4
  46.     Top = 9
  47.     Width = 389
  48.     Height = 322
  49.     TabOrder = 0
  50.     object panLeftbar: TPanel
  51.       Left = 0
  52.       Top = 0
  53.       Width = 87
  54.       Height = 318
  55.       BevelOuter = bvNone
  56.       Color = 9461807
  57.       Font.Charset = EASTEUROPE_CHARSET
  58.       Font.Color = clBlack
  59.       Font.Height = -12
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = []
  62.       ParentFont = False
  63.       TabOrder = 0
  64.       object lblTitle: TLabel
  65.         Left = 0
  66.         Top = 60
  67.         Width = 87
  68.         Height = 14
  69.         Alignment = taCenter
  70.         AutoSize = False
  71.         Caption = 'Historia'
  72.         Font.Charset = EASTEUROPE_CHARSET
  73.         Font.Color = clWhite
  74.         Font.Height = -12
  75.         Font.Name = 'MS Sans Serif'
  76.         Font.Style = []
  77.         ParentFont = False
  78.       end
  79.       object imgLeftbar: TImage
  80.         Left = 0
  81.         Top = 0
  82.         Width = 87
  83.         Height = 61
  84.         Center = True
  85.         Picture.Data = {<image001.ico>}
  86.       end
  87.     end
  88.     object ListView: TListView
  89.       Left = 87
  90.       Top = 0
  91.       Width = 297
  92.       Height = 318
  93.       HelpContext = 26
  94.       BorderStyle = bsNone
  95.       Color = clWhite
  96.       OnDblClick = ListViewDblClick
  97.       Columns = <
  98.         item
  99.           Width = 250
  100.         end>
  101.       Font.Charset = EASTEUROPE_CHARSET
  102.       Font.Color = clBlack
  103.       Font.Height = -12
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = []
  106.       HotTrack = True
  107.       IconOptions.Arrangement = iaLeft
  108.       IconOptions.AutoArrange = True
  109.       AllocBy = 32000
  110.       OnChange = ListViewChange
  111.       ParentFont = False
  112.       ShowColumnHeaders = False
  113.       TabOrder = 1
  114.       ViewStyle = vsReport
  115.       LargeImages = frmMain.ImlSmallIcons
  116.       SmallImages = frmMain.ImlSmallIcons
  117.       StateImages = frmMain.ImlSmallIcons
  118.     end
  119.   end
  120. end
  121.