home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d6 / RX275D6.ZIP / Units / PGMNGRED.DFM / PGMNGRED.txt < prev   
Text File  |  1999-10-12  |  2KB  |  73 lines

  1. object ProxyEditor: TProxyEditor
  2.   Left = 269
  3.   Top = 114
  4.   Width = 514
  5.   Height = 331
  6.   Caption = 'Page Proxy Editor'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   Icon.Data = {<image000.ico>}
  12.   PixelsPerInch = 96
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object BtnPanel: TPanel
  19.     Left = 409
  20.     Top = 0
  21.     Width = 97
  22.     Height = 304
  23.     Align = alRight
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object CloseBtn: TButton
  27.       Left = 11
  28.       Top = 12
  29.       Width = 77
  30.       Height = 25
  31.       Caption = 'Close'
  32.       TabOrder = 0
  33.       OnClick = CloseBtnClick
  34.     end
  35.     object DeleteBtn: TButton
  36.       Left = 11
  37.       Top = 44
  38.       Width = 77
  39.       Height = 25
  40.       Caption = 'Delete'
  41.       TabOrder = 1
  42.       OnClick = DeleteBtnClick
  43.     end
  44.   end
  45.   object ProxyGrid: TDrawGrid
  46.     Left = 0
  47.     Top = 0
  48.     Width = 409
  49.     Height = 304
  50.     Align = alClient
  51.     ColCount = 2
  52.     Ctl3D = True
  53.     DefaultRowHeight = 17
  54.     FixedCols = 0
  55.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  56.     ParentCtl3D = False
  57.     RowCount = 2
  58.     TabOrder = 1
  59.     OnDrawCell = ProxyGridDrawCell
  60.     OnKeyDown = ProxyGridKeyDown
  61.     OnSelectCell = ProxyGridSelectCell
  62.     ColWidths = (
  63.       162
  64.       175)
  65.   end
  66.   object FormStorage: TFormStorage
  67.     IniFileName = 'DELPHI.INI'
  68.     IniSection = 'RX.ProxyEditor'
  69.     Left = 8
  70.     Top = 4
  71.   end
  72. end
  73.