123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383 |
- object frmSettings: TfrmSettings
- Left = 488
- Top = 343
- BorderStyle = bsToolWindow
- Caption = 'Header Builder Settings'
- ClientHeight = 216
- ClientWidth = 392
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 181
- Width = 392
- Height = 35
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object btnCancel: TButton
- Left = 312
- Top = 6
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object btnOK: TButton
- Left = 232
- Top = 6
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = btnOKClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 392
- Height = 181
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- object pgcMain: TPageControl
- Left = 0
- Top = 0
- Width = 392
- Height = 181
- ActivePage = TabSheet3
- Align = alClient
- TabOrder = 0
- object TabSheet3: TTabSheet
- Caption = 'Tags'
- ImageIndex = 2
- object lvwTags: TListView
- Left = 0
- Top = 30
- Width = 384
- Height = 123
- Align = alClient
- Columns = <
- item
- Caption = 'Name'
- Width = 125
- end
- item
- AutoSize = True
- Caption = 'Value'
- end>
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnDblClick = lvwTagsDblClick
- end
- object tlbMain: TToolBar
- Left = 0
- Top = 0
- Width = 384
- Height = 30
- AutoSize = True
- BorderWidth = 2
- EdgeInner = esNone
- EdgeOuter = esNone
- Flat = True
- Images = imlToolbar
- TabOrder = 1
- object tbtnAddTag: TToolButton
- Left = 0
- Top = 0
- Hint = 'Add Tag Element'
- Caption = 'tbtnAddTag'
- ImageIndex = 0
- ParentShowHint = False
- ShowHint = True
- OnClick = tbtnAddTagClick
- end
- object tbtnRemoveTag: TToolButton
- Left = 23
- Top = 0
- Hint = 'Remove Selected Tag Element'
- ImageIndex = 1
- OnClick = tbtnRemoveTagClick
- end
- object tbtnEdit: TToolButton
- Left = 46
- Top = 0
- Hint = 'Edit Selected Tag...'
- ImageIndex = 2
- OnClick = tbtnEditClick
- end
- end
- end
- object TabSheet1: TTabSheet
- Caption = 'Functions'
- object Label1: TLabel
- Left = 8
- Top = 11
- Width = 72
- Height = 13
- Caption = 'Template Path:'
- end
- object txtFctTemplatePath: TEdit
- Left = 8
- Top = 26
- Width = 345
- Height = 21
- TabOrder = 0
- OnChange = txtFctTemplatePathChange
- end
- object btnBrowseFctTpl: TButton
- Left = 360
- Top = 27
- Width = 19
- Height = 19
- Caption = '...'
- TabOrder = 1
- OnClick = btnBrowseFctTplClick
- end
- object btnEditFctTpl: TButton
- Left = 8
- Top = 51
- Width = 75
- Height = 25
- Caption = 'Edit...'
- Enabled = False
- TabOrder = 2
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Files'
- ImageIndex = 1
- object Label2: TLabel
- Left = 8
- Top = 11
- Width = 72
- Height = 13
- Caption = 'Template Path:'
- end
- object txtFileTemplatePath: TEdit
- Left = 8
- Top = 26
- Width = 345
- Height = 21
- TabOrder = 0
- OnChange = txtFileTemplatePathChange
- end
- object btnBrowseFileTpl: TButton
- Left = 360
- Top = 27
- Width = 19
- Height = 19
- Caption = '...'
- TabOrder = 1
- OnClick = btnBrowseFileTplClick
- end
- object btnEditFileTpl: TButton
- Left = 8
- Top = 51
- Width = 75
- Height = 25
- Caption = 'Edit...'
- Enabled = False
- TabOrder = 2
- end
- end
- end
- end
- object odlgTemplate: TOpenDialog
- Filter = 'Template Files (*.tpl)|*.tpl'
- Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Title = 'Open Template File'
- Left = 10
- Top = 184
- end
- object xmpMenuPainter: TXPMenu
- DimLevel = 30
- GrayLevel = 10
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMenuText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Color = clWhite
- DrawMenuBar = True
- IconBackColor = clBtnFace
- MenuBarColor = clBtnFace
- SelectColor = 15717318
- SelectBorderColor = 13003057
- SelectFontColor = clMenuText
- DisabledColor = clGrayText
- SeparatorColor = clBtnFace
- CheckedColor = clHighlight
- IconWidth = 24
- DrawSelect = True
- UseSystemColors = False
- UseDimColor = False
- OverrideOwnerDraw = False
- Gradient = False
- FlatMenu = False
- AutoDetect = False
- XPContainers = [xccToolbar, xccCoolbar, xccControlbar, xccScrollBox, xccPageScroller]
- Active = True
- Left = 72
- Top = 185
- end
- object imlToolbar: TImageList
- Left = 40
- Top = 185
- Bitmap = {
- 494C010103000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000001000000001002000000000000010
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000848484008484
- 8400848484008484840084848400848484008484840084848400848484008484
- 8400848484008484840084848400848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000848484000000000000000000848484008484
- 8400848484008484840084848400848484008484840084848400848484008484
- 8400848484008484840084848400848484000000000000000000848484000000
- 0000000000000000000084848400848484008484840084848400848484008484
- 8400848484008484840084848400848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FFFFFF0000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000
- 0000FFFFFF0000FFFF0000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FFFF00FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000000000C6C6
- C60000000000FFFFFF0000000000848484000000000000000000FFFFFF0000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000
- 0000FFFFFF0000FFFF0000000000848484000000000000000000FFFFFF000000
- 00000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000
- 0000FFFFFF0000FFFF0000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FFFFFF0000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000FF
- FF00C6C6C600000000000000000084848400848484000000000000FFFF00FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000000000C6C6
- C60000000000FFFFFF000000000084848400000000000000000000FFFF000000
- 0000000000000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000000000C6C6
- C60000000000FFFFFF0000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FFFF00FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000
- 0000000000000000000000000000848484000000840000000000FFFFFF0000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000FF
- FF00C6C6C6000000000000000000848484000000000000000000FFFFFF000000
- 00000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF000000000000FF
- FF00C6C6C6000000000000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FFFFFF0000000000FFFFFF008484
- 840000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF0000FFFF00FFFFFF0000FF
- FF00FFFFFF0000FFFF000000000084848400000084000000840000FFFF00FFFF
- FF0000FFFF00FFFFFF00848484000000840000FFFF00FFFFFF00000000000000
- 000000000000000000000000000084848400000000000000000000FFFF000000
- 0000000000000000000000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000
- 0000000000000000000000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008484840000FFFF0000FFFF008484
- 8400FFFFFF0000FFFF008484840000FFFF00FFFFFF00FFFFFF0000FFFF00FFFF
- FF0000FFFF00FFFFFF00000000008484840084848400000084008484840000FF
- FF00FFFFFF00848484000000840084848400FFFFFF0000FFFF00FFFFFF0000FF
- FF00FFFFFF0000FFFF0000000000848484000000000000000000FFFFFF000000
- 00000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
- FF00FFFFFF0000FFFF0000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400FFFFFF008484
- 840000FFFF008484840000FFFF00FFFFFF0000FFFF0000FFFF00FFFFFF0000FF
- FF00FFFFFF0000FFFF0000000000848484000000000000008400000084008484
- 840000FFFF000000840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
- FF0000FFFF00FFFFFF000000000084848400000000000000000000FFFF000000
- 0000000000000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
- FF0000FFFF00FFFFFF0000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000848484008484840084848400FFFF
- FF0084848400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
- FF0000FFFF00FFFFFF0000000000848484000000000084848400000084000000
- 84000000840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
- FF00FFFFFF0000FFFF0000000000848484000000000000000000FFFFFF000000
- 00000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
- FF00FFFFFF0000FFFF0000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FFFFFF0000FFFF008484840000FF
- FF00FFFFFF008484840084848400848484008484840000000000000000000000
- 0000000000000000000000000000000000000000000084848400000084000000
- 840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
- FF0000FFFF00FFFFFF000000000084848400000000000000000000FFFF000000
- 0000000000000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
- FF0000FFFF00FFFFFF0000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000008484840000FFFF008484
- 840000FFFF008484840000FFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000008484840000008400000084000000
- 8400000084008484840000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008484840000FFFF00000000008484
- 8400FFFFFF00000000008484840000FFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000840000008400848484000000
- 0000000084000000840084848400000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000FFFF0000000000000000008484
- 840000FFFF000000000000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000840000008400848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008484
- 8400FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000008400000084008484840000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000100000000100010000000000800000000000000000000000
- 000000000000000000000000FFFFFF00FFFFFFFF80FF0000C000FFFF80FF0000
- 8000C000C0000000800080008000000080008000800000008000000080000000
- 8000000080000000000000008000000000000000800000008000800080000000
- 0000800080000000000180008000000081FF00018001000024FF11FFE3FF0000
- 66FFF8FF80FF0000E7FFFC7F80FF000000000000000000000000000000000000
- 000000000000}
- end
- end
|