home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d56 / MSYSINFO.ZIP / Demos / GUI / RefsDlg.dfm < prev    next >
Text File  |  2001-05-15  |  3KB  |  116 lines

  1. object dlgRefs: TdlgRefs
  2.   Left = 283
  3.   Top = 329
  4.   BorderStyle = bsDialog
  5.   Caption = 'References'
  6.   ClientHeight = 425
  7.   ClientWidth = 358
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel2: TPanel
  19.     Left = 0
  20.     Top = 388
  21.     Width = 358
  22.     Height = 37
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Panel8: TPanel
  27.       Left = 267
  28.       Top = 0
  29.       Width = 91
  30.       Height = 37
  31.       Align = alRight
  32.       BevelOuter = bvNone
  33.       TabOrder = 0
  34.       object bOK: TButton
  35.         Left = 3
  36.         Top = 6
  37.         Width = 75
  38.         Height = 25
  39.         Cursor = crHandPoint
  40.         Cancel = True
  41.         Caption = 'OK'
  42.         Default = True
  43.         ModalResult = 1
  44.         TabOrder = 0
  45.       end
  46.     end
  47.     object RefsPanel: TPanel
  48.       Left = 0
  49.       Top = 0
  50.       Width = 120
  51.       Height = 37
  52.       Align = alLeft
  53.       BevelInner = bvLowered
  54.       BevelOuter = bvNone
  55.       BorderWidth = 8
  56.       TabOrder = 1
  57.     end
  58.   end
  59.   object Panel1: TPanel
  60.     Left = 0
  61.     Top = 0
  62.     Width = 358
  63.     Height = 388
  64.     Align = alClient
  65.     BevelOuter = bvNone
  66.     BorderWidth = 10
  67.     Caption = ' '
  68.     TabOrder = 1
  69.     object PageControl1: TPageControl
  70.       Left = 10
  71.       Top = 10
  72.       Width = 338
  73.       Height = 368
  74.       ActivePage = tsRefs
  75.       Align = alClient
  76.       TabOrder = 0
  77.       object tsRefs: TTabSheet
  78.         Caption = ' References '
  79.         object Panel3: TPanel
  80.           Left = 0
  81.           Top = 0
  82.           Width = 330
  83.           Height = 340
  84.           Align = alClient
  85.           BevelInner = bvLowered
  86.           BevelOuter = bvNone
  87.           BorderWidth = 5
  88.           Caption = ' '
  89.           TabOrder = 0
  90.           object lv: TListView
  91.             Left = 6
  92.             Top = 6
  93.             Width = 318
  94.             Height = 328
  95.             Align = alClient
  96.             BorderStyle = bsNone
  97.             Columns = <
  98.               item
  99.                 Caption = 'Image name'
  100.                 Width = 100
  101.               end
  102.               item
  103.                 Caption = 'Location'
  104.                 Width = 200
  105.               end>
  106.             ColumnClick = False
  107.             ReadOnly = True
  108.             TabOrder = 0
  109.             ViewStyle = vsReport
  110.           end
  111.         end
  112.       end
  113.     end
  114.   end
  115. end
  116.