home *** CD-ROM | disk | FTP | other *** search
- object ProxyEditor: TProxyEditor
- Left = 269
- Top = 114
- Width = 514
- Height = 331
- Caption = 'Page Proxy Editor'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- OnClose = FormClose
- OnCreate = FormCreate
- OnResize = FormResize
- OnShow = FormShow
- TextHeight = 13
- object BtnPanel: TPanel
- Left = 409
- Top = 0
- Width = 97
- Height = 304
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object CloseBtn: TButton
- Left = 11
- Top = 12
- Width = 77
- Height = 25
- Caption = 'Close'
- TabOrder = 0
- OnClick = CloseBtnClick
- end
- object DeleteBtn: TButton
- Left = 11
- Top = 44
- Width = 77
- Height = 25
- Caption = 'Delete'
- TabOrder = 1
- OnClick = DeleteBtnClick
- end
- end
- object ProxyGrid: TDrawGrid
- Left = 0
- Top = 0
- Width = 409
- Height = 304
- Align = alClient
- ColCount = 2
- Ctl3D = True
- DefaultRowHeight = 17
- FixedCols = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
- ParentCtl3D = False
- RowCount = 2
- TabOrder = 1
- OnDrawCell = ProxyGridDrawCell
- OnKeyDown = ProxyGridKeyDown
- OnSelectCell = ProxyGridSelectCell
- ColWidths = (
- 162
- 175)
- end
- object FormStorage: TFormStorage
- IniFileName = 'DELPHI.INI'
- IniSection = 'RX.ProxyEditor'
- Left = 8
- Top = 4
- end
- end
-