home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1998 July
/
dpcb0798.bin
/
Business
/
Persdesk
/
_SETUP.1
/
QueryX.ocx
/
RCDATA
/
TPROPPAGE
/
TPROPPAGE.txt
Wrap
Text File
|
1997-05-05
|
3KB
|
135 lines
object PropPage: TPropPage
Left = 314
Top = 208
Width = 356
Height = 336
Caption = 'Properties'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object PropGrid: TStringGrid
Left = 0
Top = 53
Width = 348
Height = 235
Align = alClient
BorderStyle = bsNone
ColCount = 2
Ctl3D = True
DefaultColWidth = 120
DefaultRowHeight = 19
RowCount = 20
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
ParentCtl3D = False
ScrollBars = ssVertical
TabOrder = 0
OnClick = PropGridClick
OnKeyPress = PropGridKeyPress
OnSelectCell = PropGridSelectCell
OnSetEditText = PropGridSetEditText
OnTopLeftChanged = PropGridTopLeftChanged
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 348
Height = 33
Align = alTop
TabOrder = 1
object Button1: TButton
Left = 8
Top = 4
Width = 81
Height = 26
Caption = '&Done'
TabOrder = 0
OnClick = Button1Click
end
end
object EnumItems: TComboBox
Left = 120
Top = 8
Width = 145
Height = 21
Style = csDropDownList
Ctl3D = False
DropDownCount = 4
ItemHeight = 13
ParentCtl3D = False
TabOrder = 2
Visible = False
OnChange = EnumItemsChange
end
object Panel2: TPanel
Left = 0
Top = 33
Width = 348
Height = 20
Align = alTop
BevelOuter = bvNone
TabOrder = 3
object Panel3: TPanel
Left = 0
Top = 0
Width = 121
Height = 20
Align = alLeft
Caption = 'Property Name'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object Panel4: TPanel
Left = 121
Top = 0
Width = 227
Height = 20
Align = alClient
Caption = 'Property Value'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
end
object Panel5: TPanel
Left = 0
Top = 288
Width = 348
Height = 21
Align = alBottom
Alignment = taLeftJustify
BevelInner = bvLowered
BorderWidth = 1
TabOrder = 4
end
object ColorDialog1: TColorDialog
Ctl3D = True
Left = 272
Top = 208
end
object FontDialog1: TFontDialog
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 272
Top = 256
end
end