home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 September
/
Chip_2002-09_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d56
/
JHEADER.ZIP
/
Demo
/
Unit1.dfm
< prev
next >
Wrap
Text File
|
2002-04-06
|
18KB
|
451 lines
object Form1: TForm1
Left = 481
Top = 112
Width = 521
Height = 364
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object header: TJHeader
Left = 0
Top = 0
Width = 410
Height = 56
AutoHeight = True
AutoWidth = True
Images = ImageList1
Sections = <
item
AllowOptions = [aoDown, aoDrag, aoSize]
Background.Data = {07544269746D617000000000}
Caption = 'TJHeaderSection0'
Color = clBtnFace
ImageIndex = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Height = 0
Layout = tlCenter
Index = 0
ParentAllowOptions = [aoDown, aoDrag, aoSize, aoRename, aoHide]
SortMarker = smDown
StatePos = ipRight
SubSections = <>
Width = 150
end
item
AllowOptions = [aoDown, aoDrag, aoSize]
Background.Data = {07544269746D617000000000}
Caption = 'TJHeaderSection1'
Color = clBtnFace
ImageIndex = 1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Height = 0
Layout = tlCenter
Index = 1
ParentAllowOptions = [aoDown, aoDrag, aoSize, aoRename, aoHide]
StatePos = ipRight
SubSections = <
item
AllowOptions = [aoDown, aoDrag, aoSize]
Background.Data = {07544269746D617000000000}
Caption = 'xx1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Height = 0
Layout = tlCenter
Index = 0
ParentAllowOptions = [aoDown, aoDrag, aoSize, aoRename, aoHide]
StatePos = ipRight
SubSections = <>
end
item
AllowOptions = [aoDown, aoDrag, aoSize]
Background.Data = {07544269746D617000000000}
Caption = 'xx2'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Height = 0
Layout = tlCenter
Index = 1
ParentAllowOptions = [aoDown, aoDrag, aoSize, aoRename, aoHide]
StatePos = ipRight
SubSections = <
item
AllowOptions = [aoDown, aoDrag, aoSize]
Background.Data = {07544269746D617000000000}
Caption = 'yy2'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Height = 0
Layout = tlCenter
Index = 0
ParentAllowOptions = [aoDown, aoDrag, aoSize, aoRename, aoHide]
StatePos = ipRight
SubSections = <>
Width = 30
end
item
AllowOptions = [aoDown, aoDrag, aoSize]
Background.Data = {07544269746D617000000000}
Caption = 'yy1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Height = 0
Layout = tlCenter
Index = 1
ParentAllowOptions = [aoDown, aoDrag, aoSize, aoRename, aoHide]
StatePos = ipRight
SubSections = <>
Width = 30
end>
Width = 60
end>
Width = 160
end
item
AllowOptions = [aoDown, aoDrag, aoSize]
Background.Data = {07544269746D617000000000}
Caption = 'TJHeaderSection2'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Height = 0
Layout = tlCenter
Index = 2
ParentAllowOptions = [aoDown, aoDrag, aoSize, aoRename, aoHide]
StatePos = ipRight
SubSections = <>
end>
TabOrder = 0
end
object GroupBox1: TGroupBox
Left = 7
Top = 63
Width = 183
Height = 169
Caption = 'Allow options'
TabOrder = 1
object Label1: TLabel
Left = 14
Top = 128
Width = 162
Height = 27
AutoSize = False
Caption = 'You can apply these options to each section or whole header'
WordWrap = True
end
object chkDown: TCheckBox
Left = 14
Top = 21
Width = 97
Height = 17
Caption = 'Down buttons'
Checked = True
State = cbChecked
TabOrder = 0
OnClick = chkDownClick
end
object chkDrag: TCheckBox
Left = 14
Top = 42
Width = 97
Height = 17
Caption = 'Dragging'
Checked = True
State = cbChecked
TabOrder = 1
OnClick = chkDragClick
end
object chkSize: TCheckBox
Left = 14
Top = 63
Width = 97
Height = 17
Caption = 'Sizing'
Checked = True
State = cbChecked
TabOrder = 2
OnClick = chkSizeClick
end
object chkRename: TCheckBox
Left = 14
Top = 84
Width = 97
Height = 17
Caption = 'Renaming'
TabOrder = 3
OnClick = chkRenameClick
end
object chkAutoHide: TCheckBox
Left = 14
Top = 105
Width = 99
Height = 17
Caption = 'Auto hiding'
TabOrder = 4
OnClick = chkAutoHideClick
end
end
object Memo1: TMemo
Left = 197
Top = 69
Width = 302
Height = 260
Lines.Strings = (
'TJHeader'
''
'All features:'
''
'TJHeader'
' - AllowOptions (see an example)'
' - AutoHeight/AutoWidth -- sets automaticly bounds'
' - DragOnScreen -- drags sections on screen or on header'
' - HotTrack'
' - Images'
' - StateImages'
' - Style -- normal or flat'
' - OnDragColumn'
' - OnSizeColumn'
' - OnClickColumn (ver 2.0b)'
''
'TJHeaderSection'
' - Alignment'
' - AllowOptions'
' - Background (ver 2.0b)'
' - Caption'
' - Color'
' - ImageIndex'
' - ImagePos -- left or right'
' - Font'
' - Hint'
' - Layout'
' - MaxWidth'
' - MinWidth'
' - PopupMenu'
' - SortMarker (ver 2.0b)'
' - StateIndex'
' - StatePos'
' - SubSections (ver 2.0b)'
' - Width'
' - WordWrap (ver 2.0b)'
' - Visible')
ScrollBars = ssVertical
TabOrder = 2
end
object GroupBox2: TGroupBox
Left = 7
Top = 238
Width = 183
Height = 92
Caption = 'Other options'
TabOrder = 3
object chkDragOnScreen: TCheckBox
Left = 14
Top = 21
Width = 97
Height = 17
Caption = 'Drag on screen'
Checked = True
State = cbChecked
TabOrder = 0
OnClick = chkDragOnScreenClick
end
object chkFlat: TCheckBox
Left = 14
Top = 42
Width = 97
Height = 17
Caption = 'Flat'
TabOrder = 1
OnClick = chkFlatClick
end
object chkHotTrack: TCheckBox
Left = 14
Top = 63
Width = 97
Height = 17
Caption = 'Hot track'
Checked = True
State = cbChecked
TabOrder = 2
OnClick = chkHotTrackClick
end
end
object ImageList1: TImageList
Left = 351
Top = 174
Bitmap = {
494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
0000000000003600000028000000400000001000000001002000000000000010
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000424D3E000000000000003E000000
2800000040000000100000000100010000000000800000000000000000000000
000000000000000000000000FFFFFF00FFFFFFFF00000000FFFFFFFB00000000
C007EFFF00000000C007C7F700000000C007C7EF00000000C007E3CF00000000
C007F19F00000000C007F83F00000000C007FC7F00000000C007F83F00000000
C007F1BF00000000C007C3CF00000000C00F87E700000000C01F9FF300000000
C03FFFFF00000000FFFFFFFF0000000000000000000000000000000000000000
000000000000}
end
end