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
Wrap
Text File
|
1999-10-12
|
2KB
|
73 lines
object ProxyEditor: TProxyEditor
Left = 269
Top = 114
Width = 514
Height = 331
Caption = 'Page Proxy Editor'
Font.Color = clWindowText
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