Compilación para Delphi 2009 (D12)

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@33 05c56307-c608-d34a-929d-697000501d7a
This commit is contained in:
David Arranz 2009-02-27 12:14:14 +00:00
parent 111d889bc6
commit 182766eda6
786 changed files with 88722 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,127 @@
inherited cxBandedTableViewEditor: TcxBandedTableViewEditor
Left = 477
Caption = 'cxBandedTableViewEditor'
PixelsPerInch = 96
TextHeight = 13
inherited PViewEditor: TPanel
inherited PageControl1: TcxPageControl
ActivePage = TSBands
object TSBands: TcxTabSheet [0]
BorderWidth = 8
Caption = ' Bands '
object Panel22: TPanel
Left = 209
Top = 0
Width = 118
Height = 273
Align = alRight
BevelOuter = bvNone
TabOrder = 1
object BAddBand: TcxButton
Left = 8
Top = 0
Width = 110
Height = 24
Caption = '&Add'
TabOrder = 0
OnClick = BAddBandClick
end
object BDeleteBand: TcxButton
Left = 8
Top = 32
Width = 110
Height = 24
Caption = 'Delete'
TabOrder = 1
OnClick = BDeleteBandClick
end
object BBandMoveDown: TcxButton
Left = 8
Top = 104
Width = 110
Height = 24
Caption = 'Move &Down'
TabOrder = 2
OnClick = BBandMoveDownClick
end
object BBandMoveUp: TcxButton
Left = 8
Top = 72
Width = 110
Height = 24
Caption = 'Move &Up'
TabOrder = 3
OnClick = BBandMoveUpClick
end
end
object Panel20: TPanel
Left = 0
Top = 0
Width = 209
Height = 273
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 0
object LBBands: TListBox
Left = 1
Top = 1
Width = 207
Height = 271
Style = lbOwnerDrawFixed
Align = alClient
BorderStyle = bsNone
DragMode = dmAutomatic
ItemHeight = 16
MultiSelect = True
PopupMenu = PMBands
TabOrder = 0
OnClick = LBBandsClick
OnDragDrop = LBBandsDragDrop
OnDragOver = LBBandsDragOver
OnDrawItem = LBBandsDrawItem
OnEndDrag = LBBandsEndDrag
OnKeyPress = FormKeyPress
OnStartDrag = LBBandsStartDrag
end
end
end
end
end
object PMBands: TPopupMenu
Left = 230
Top = 90
object MIBandsAdd: TMenuItem
Caption = '&Add'
ShortCut = 45
OnClick = BAddBandClick
end
object MIBandsDelete: TMenuItem
Caption = '&Delete'
ShortCut = 46
OnClick = BDeleteBandClick
end
object MenuItem4: TMenuItem
Caption = '-'
end
object MIBandsMoveUp: TMenuItem
Caption = 'Move Up'
ShortCut = 16422
OnClick = BBandMoveUpClick
end
object MIBandsMoveDown: TMenuItem
Caption = 'Move Down'
ShortCut = 16424
OnClick = BBandMoveDownClick
end
object MenuItem7: TMenuItem
Caption = '-'
end
object MIBandsSelectAll: TMenuItem
Caption = '&Select All'
ShortCut = 16449
OnClick = MIBandsSelectAllClick
end
end
end

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,15 @@
inherited cxCardViewEditor: TcxCardViewEditor
Caption = 'cxCardViewEditor'
PixelsPerInch = 96
TextHeight = 13
inherited PViewEditor: TPanel
inherited PageControl1: TcxPageControl
inherited TSItems: TcxTabSheet
Caption = ' Rows '
end
inherited TSSummary: TcxTabSheet
TabVisible = False
end
end
end
end

View File

@ -0,0 +1,165 @@
inherited cxChartViewEditor: TcxChartViewEditor
Left = 543
Top = 157
Caption = 'cxChartViewEditor'
ClientHeight = 291
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
inherited PViewEditor: TPanel
Height = 291
Constraints.MinHeight = 210
Constraints.MinWidth = 200
object tcMain: TcxTabControl
Left = 0
Top = 0
Width = 343
Height = 291
Align = alClient
TabOrder = 0
Tabs.Strings = (
' Series '
' DataGroups ')
OnChange = tcMainChange
OnChanging = tcMainChanging
ClientRectBottom = 291
ClientRectRight = 343
ClientRectTop = 24
object Panel1: TPanel
Left = 0
Top = 24
Width = 343
Height = 267
Align = alClient
BevelOuter = bvNone
BorderWidth = 8
TabOrder = 0
object Panel2: TPanel
Left = 217
Top = 8
Width = 118
Height = 251
Align = alRight
BevelOuter = bvNone
TabOrder = 1
object btnItemAdd: TcxButton
Left = 8
Top = 0
Width = 110
Height = 24
Caption = '&Add'
TabOrder = 0
OnClick = btnItemAddClick
end
object btnItemDelete: TcxButton
Left = 8
Top = 32
Width = 110
Height = 24
Caption = 'Delete'
TabOrder = 1
OnClick = btnItemDeleteClick
end
object btnItemMoveUp: TcxButton
Left = 8
Top = 72
Width = 110
Height = 24
Caption = 'Move &Up'
TabOrder = 2
OnClick = btnItemMoveUpClick
end
object btnItemMoveDown: TcxButton
Left = 8
Top = 104
Width = 110
Height = 24
Caption = 'Move &Down'
TabOrder = 3
OnClick = btnItemMoveDownClick
end
object btnItemSelectAll: TcxButton
Left = 8
Top = 144
Width = 110
Height = 24
Caption = 'Select All'
TabOrder = 4
OnClick = btnItemSelectAllClick
end
end
object Panel9: TPanel
Left = 8
Top = 8
Width = 209
Height = 251
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 0
object lbItems: TListBox
Left = 1
Top = 1
Width = 207
Height = 249
Style = lbOwnerDrawFixed
Align = alClient
BorderStyle = bsNone
DragMode = dmAutomatic
ItemHeight = 13
MultiSelect = True
PopupMenu = pmItems
TabOrder = 0
OnClick = lbItemsClick
OnDragDrop = lbItemsDragDrop
OnDragOver = lbItemsDragOver
OnDrawItem = lbItemsDrawItem
OnEndDrag = lbItemsEndDrag
OnKeyPress = FormKeyPress
OnStartDrag = lbItemsStartDrag
end
end
end
end
end
object pmItems: TPopupMenu
Left = 140
Top = 74
object miItemAdd: TMenuItem
Caption = '&Add'
ShortCut = 45
OnClick = btnItemAddClick
end
object miItemDelete: TMenuItem
Caption = '&Delete'
ShortCut = 46
OnClick = btnItemDeleteClick
end
object N2: TMenuItem
Caption = '-'
end
object miItemMoveUp: TMenuItem
Caption = 'Move Up'
ShortCut = 16422
OnClick = btnItemMoveUpClick
end
object miItemMoveDown: TMenuItem
Caption = 'Move Down'
ShortCut = 16424
OnClick = btnItemMoveDownClick
end
object N1: TMenuItem
Caption = '-'
end
object miItemSelectAll: TMenuItem
Caption = '&Select All'
ShortCut = 16449
OnClick = btnItemSelectAllClick
end
end
object pmItemsAdd: TPopupMenu
Left = 140
Top = 112
end
end

View File

@ -0,0 +1,69 @@
object cxCheckGroupStatesEditorDlg: TcxCheckGroupStatesEditorDlg
Left = 260
Top = 283
BorderStyle = bsDialog
Caption = 'cxCheckGroup - CheckStates editor'
ClientHeight = 238
ClientWidth = 436
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 13
object clbStates: TcxCheckListBox
Left = 0
Top = 0
Width = 346
Height = 238
Align = alClient
Columns = 0
EditValue = 0
EditValueFormat = cvfCaptions
Items = <>
ParentColor = False
ScrollWidth = 0
Style.LookAndFeel.Kind = lfUltraFlat
Style.LookAndFeel.NativeStyle = True
TabOrder = 0
TabWidth = 0
end
object Panel1: TPanel
Left = 346
Top = 0
Width = 90
Height = 238
Align = alRight
BevelOuter = bvNone
TabOrder = 1
object btnOK: TcxButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 0
LookAndFeel.Kind = lfUltraFlat
LookAndFeel.NativeStyle = True
UseSystemPaint = False
end
object btnCancel: TcxButton
Left = 8
Top = 40
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
LookAndFeel.Kind = lfUltraFlat
LookAndFeel.NativeStyle = True
UseSystemPaint = False
end
end
end

View File

@ -0,0 +1,470 @@
object frmComponentCollectionEditor: TfrmComponentCollectionEditor
Left = 534
Top = 162
HelpContext = 26150
HorzScrollBar.Increment = 10
VertScrollBar.Increment = 11
BorderIcons = [biSystemMenu]
BorderStyle = bsSizeToolWin
Caption = 'CollectionEditor'
ClientHeight = 152
ClientWidth = 183
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = True
Position = poDesigned
ShowHint = True
OnClose = FormClose
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 183
Height = 28
AutoSize = True
ButtonHeight = 24
ButtonWidth = 24
EdgeBorders = [ebTop, ebBottom]
Images = ImageList
PopupMenu = PopupMenu2
TabOrder = 1
Wrapable = False
object ToolButton1: TToolButton
Left = 0
Top = 0
Action = acAdd
end
object ToolButton2: TToolButton
Left = 24
Top = 0
Action = acDelete
end
object ToolButton3: TToolButton
Left = 48
Top = 0
Width = 8
Caption = 'ToolButton3'
ImageIndex = 2
Style = tbsSeparator
end
object ToolButton4: TToolButton
Left = 56
Top = 0
Action = acMoveUp
end
object ToolButton5: TToolButton
Left = 80
Top = 0
Action = acMoveDown
end
end
object Panel: TPanel
Left = 0
Top = 28
Width = 183
Height = 124
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object ListView1: TListView
Left = 0
Top = 0
Width = 183
Height = 124
Align = alClient
Columns = <
item
AutoSize = True
end>
ColumnClick = False
DragMode = dmAutomatic
HideSelection = False
MultiSelect = True
ReadOnly = True
RowSelect = True
PopupMenu = PopupMenu1
ShowColumnHeaders = False
TabOrder = 0
ViewStyle = vsReport
OnChange = ListView1Change
OnDragDrop = ListView1DragDrop
OnDragOver = ListView1DragOver
OnKeyDown = ListView1KeyDown
OnKeyPress = ListView1KeyPress
end
end
object ImageList: TImageList
Left = 40
Top = 40
Bitmap = {
494C010104000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
0000000000003600000028000000400000002000000001002000000000000020
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000848484008484
8400848484008484840084848400848484008484840084848400848484008484
8400848484008484840084848400848484000000000000000000848484008484
8400848484008484840084848400848484008484840084848400848484008484
8400848484008484840084848400848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000FFFFFF0000FF
FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000
0000FFFFFF0000FFFF0000000000848484000000000000000000FFFFFF0000FF
FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000
0000FFFFFF0000FFFF0000000000848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000FFFF00FFFF
FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000000000C6C6
C60000000000FFFFFF000000000084848400848484000000000000FFFF00FFFF
FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000000000C6C6
C60000000000FFFFFF0000000000848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000FFFFFF0000FF
FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000FF
FF00C6C6C6000000000000000000848484000000840000000000FFFFFF0000FF
FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000FF
FF00C6C6C6000000000000000000848484000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000848400000000000000000000000000000000
000000000000000000000000000000000000000000000000000000FFFF00FFFF
FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000
000000000000000000000000000084848400000084000000840000FFFF00FFFF
FF0000FFFF00FFFFFF00848484000000840000FFFF00FFFFFF00000000000000
0000000000000000000000000000848484000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
000000000000000000000000000000000000FFFFFF0000000000FFFFFF008484
840000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF0000FFFF00FFFFFF0000FF
FF00FFFFFF0000FFFF00000000008484840084848400000084008484840000FF
FF00FFFFFF00848484000000840084848400FFFFFF0000FFFF00FFFFFF0000FF
FF00FFFFFF0000FFFF0000000000848484000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000008484000084840000848400008484000084840000000000000000
0000000000000000000000000000000000008484840000FFFF0000FFFF008484
8400FFFFFF0000FFFF008484840000FFFF00FFFFFF00FFFFFF0000FFFF00FFFF
FF0000FFFF00FFFFFF0000000000848484000000000000008400000084008484
840000FFFF000000840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
FF0000FFFF00FFFFFF0000000000848484000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000848400008484000084840000848400008484000084840000848400000000
0000000000000000000000000000000000000000000084848400FFFFFF008484
840000FFFF008484840000FFFF00FFFFFF0000FFFF0000FFFF00FFFFFF0000FF
FF00FFFFFF0000FFFF0000000000848484000000000084848400000084000000
84000000840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
FF00FFFFFF0000FFFF0000000000848484000000000000000000000000000000
0000848400008484000084840000848400008484000084840000848400000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
000000000000000000000000000000000000848484008484840084848400FFFF
FF0084848400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
FF0000FFFF00FFFFFF0000000000848484000000000084848400000084000000
840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
FF0000FFFF00FFFFFF0000000000848484000000000000000000000000000000
0000000000008484000084840000848400008484000084840000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
000000000000000000000000000000000000FFFFFF0000FFFF008484840000FF
FF00FFFFFF008484840084848400848484008484840000000000000000000000
0000000000000000000000000000000000008484840000008400000084000000
8400000084008484840000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
000000000000000000000000000000000000000000008484840000FFFF008484
840000FFFF008484840000FFFF00000000000000000000000000000000000000
0000000000000000000000000000000000000000840000008400848484000000
0000000084000000840084848400000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000848400000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
0000000000000000000000000000000000008484840000FFFF00000000008484
8400FFFFFF00000000008484840000FFFF000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000840000008400848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000FFFF0000000000000000008484
840000FFFF000000000000000000848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000008400000084008484840000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008484
8400FFFFFF000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000424D3E000000000000003E000000
2800000040000000200000000100010000000000000100000000000000000000
000000000000000000000000FFFFFF0000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000FFFFFFFFFFFFFFFFC000C000FFFFFFFF
80008000FFFFFFFF80008000FFFFFFFF80000000F83FFEFF80000000F83FFC7F
80000000F83FF83F00000000F83FF01F00008000C007E00F80008000E00FC007
00008000F01FF83F00010001F83FF83F81FF11FFFC7FF83F24FFF8FFFEFFF83F
66FFFC7FFFFFFFFFE7FFFFFFFFFFFFFF00000000000000000000000000000000
000000000000}
end
object ActionList: TActionList
Images = ImageList
Left = 8
Top = 40
object acAdd: TAction
Caption = '&Add'
Hint = 'Add New'
ImageIndex = 0
ShortCut = 45
OnExecute = acAddExecute
end
object acDelete: TAction
Caption = '&Delete'
Enabled = False
Hint = 'Delete Selected'
ImageIndex = 1
ShortCut = 46
OnExecute = acDeleteExecute
OnUpdate = SelectionUpdate
end
object acMoveUp: TAction
Caption = 'Move &Up'
Enabled = False
Hint = 'Move Selected Up'
ImageIndex = 2
ShortCut = 16422
OnExecute = acMoveUpExecute
OnUpdate = SelectionUpdate
end
object acMoveDown: TAction
Caption = 'Move Dow&n'
Enabled = False
Hint = 'Move Selected Down'
ImageIndex = 3
ShortCut = 16424
OnExecute = acMoveDownExecute
OnUpdate = SelectionUpdate
end
object acSelectAll: TAction
Caption = '&Select All'
Enabled = False
ShortCut = 16449
OnExecute = acSelectAllExecute
OnUpdate = SelectAllCommandUpdate
end
object acToolbar: TAction
Caption = '&Toolbar'
Checked = True
OnExecute = acToolbarExecute
OnUpdate = acToolbarUpdate
end
object acTextLabels: TAction
Caption = 'Text &Labels'
OnExecute = acTextLabelsExecute
end
end
object PopupMenu1: TPopupMenu
Images = ImageList
Left = 72
Top = 40
object miAdd: TMenuItem
Action = acAdd
end
object miDelete: TMenuItem
Action = acDelete
end
object miMoveUp: TMenuItem
Action = acMoveUp
end
object miMoveDown: TMenuItem
Action = acMoveDown
end
object SelectAll1: TMenuItem
Action = acSelectAll
end
object N1: TMenuItem
Caption = '-'
end
object miToolbar: TMenuItem
Action = acToolbar
end
end
object PopupMenu2: TPopupMenu
Left = 104
Top = 40
object miTextLabels: TMenuItem
Action = acTextLabels
end
end
end

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,766 @@
inherited cxCustomTableViewEditor: TcxCustomTableViewEditor
Left = 556
Top = 316
ActiveControl = PageControl1
Caption = 'cxCustomTableViewEditor'
ClientHeight = 319
ClientWidth = 344
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
inherited PViewEditor: TPanel
Width = 344
Height = 319
Constraints.MinHeight = 282
Constraints.MinWidth = 344
object PageControl1: TcxPageControl
Left = 0
Top = 0
Width = 344
Height = 319
ActivePage = TSItems
Align = alClient
TabOrder = 0
ClientRectBottom = 319
ClientRectRight = 344
ClientRectTop = 24
object TSItems: TcxTabSheet
BorderWidth = 8
object Panel1: TPanel
Left = 200
Top = 0
Width = 128
Height = 279
Align = alRight
BevelOuter = bvNone
TabOrder = 1
object BColumnAdd: TcxButton
Left = 8
Top = 0
Width = 120
Height = 24
Caption = '&Add'
TabOrder = 0
OnClick = BColumnAddClick
end
object BColumnDelete: TcxButton
Left = 8
Top = 32
Width = 120
Height = 24
Caption = 'Delete'
TabOrder = 1
OnClick = BColumnDeleteClick
end
object BColumnAddAll: TcxButton
Left = 8
Top = 176
Width = 120
Height = 24
Caption = 'Retrieve &Fields'
TabOrder = 5
Visible = False
OnClick = BColumnAddAllClick
end
object BColumnRestore: TcxButton
Left = 8
Top = 64
Width = 120
Height = 24
Caption = '&Restore Defaults'
TabOrder = 2
OnClick = BColumnRestoreClick
end
object BColumnMoveUp: TcxButton
Left = 8
Top = 104
Width = 120
Height = 24
Caption = 'Move &Up'
TabOrder = 3
OnClick = BColumnMoveUpClick
end
object BColumnMoveDown: TcxButton
Left = 8
Top = 136
Width = 120
Height = 24
Caption = 'Move &Down'
TabOrder = 4
OnClick = BColumnMoveDownClick
end
object BColumnAddMissing: TcxButton
Left = 8
Top = 208
Width = 120
Height = 24
Caption = 'Retrieve &Missing Fields'
TabOrder = 6
Visible = False
OnClick = BColumnAddMissingClick
end
end
object Panel8: TPanel
Left = 0
Top = 0
Width = 200
Height = 279
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 0
object LBColumns: TListBox
Left = 1
Top = 1
Width = 198
Height = 277
Style = lbOwnerDrawFixed
Align = alClient
BorderStyle = bsNone
DragMode = dmAutomatic
ItemHeight = 13
MultiSelect = True
PopupMenu = PMColumns
TabOrder = 0
OnClick = LBColumnsClick
OnDragDrop = LBColumnsDragDrop
OnDragOver = LBColumnsDragOver
OnDrawItem = LBColumnsDrawItem
OnEndDrag = LBColumnsEndDrag
OnKeyPress = FormKeyPress
OnStartDrag = LBColumnsStartDrag
end
end
end
object TSSummary: TcxTabSheet
BorderWidth = 8
Caption = ' Summary '
ImageIndex = 1
object PageControl2: TcxPageControl
Left = 0
Top = 0
Width = 328
Height = 279
ActivePage = TSFooterSummaryItems
Align = alClient
TabOrder = 0
ClientRectBottom = 279
ClientRectRight = 328
ClientRectTop = 24
object TSFooterSummaryItems: TcxTabSheet
Caption = ' Footer '
object Panel2: TPanel
Left = 0
Top = 0
Width = 185
Height = 255
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
object Panel3: TPanel
Left = 0
Top = 220
Width = 185
Height = 35
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object BAddFooterSummaryItem: TcxButton
Left = 13
Top = 8
Width = 75
Height = 24
Caption = '&Add'
TabOrder = 0
OnClick = BAddFooterSummaryItemClick
end
object BDeleteFooterSummaryItem: TcxButton
Left = 97
Top = 8
Width = 75
Height = 24
Caption = '&Delete'
TabOrder = 1
OnClick = BDeleteFooterSummaryItemClick
end
end
object Panel4: TPanel
Left = 0
Top = 0
Width = 185
Height = 20
Align = alTop
BevelOuter = bvNone
TabOrder = 2
object Label1: TLabel
Left = 4
Top = 4
Width = 28
Height = 13
Caption = 'Items:'
end
end
object Panel9: TPanel
Left = 0
Top = 20
Width = 185
Height = 200
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 0
object LBFooterSummary: TListBox
Left = 1
Top = 1
Width = 183
Height = 198
Align = alClient
BorderStyle = bsNone
ItemHeight = 13
MultiSelect = True
PopupMenu = PMFooterSummary
TabOrder = 0
OnClick = LBFooterSummaryClick
OnKeyPress = FormKeyPress
end
end
end
end
object TSDefaultGroupSummaryItems: TcxTabSheet
Caption = ' Default For Groups '
ImageIndex = 1
object Panel5: TPanel
Left = 0
Top = 0
Width = 185
Height = 255
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
object Panel6: TPanel
Left = 0
Top = 220
Width = 185
Height = 35
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object BDefaultGroupSummaryAdd: TcxButton
Left = 13
Top = 8
Width = 75
Height = 24
Caption = '&Add'
TabOrder = 0
OnClick = BDefaultGroupSummaryAddClick
end
object BDefaultGroupSummaryDelete: TcxButton
Left = 97
Top = 8
Width = 75
Height = 24
Caption = '&Delete'
TabOrder = 1
OnClick = BDefaultGroupSummaryDeleteClick
end
end
object Panel7: TPanel
Left = 0
Top = 0
Width = 185
Height = 20
Align = alTop
BevelOuter = bvNone
TabOrder = 2
object Label2: TLabel
Left = 4
Top = 4
Width = 28
Height = 13
Caption = 'Items:'
end
end
object Panel10: TPanel
Left = 0
Top = 20
Width = 185
Height = 200
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 0
object LBDefaultGroupsSummary: TListBox
Left = 1
Top = 1
Width = 183
Height = 198
Align = alClient
BorderStyle = bsNone
ItemHeight = 13
MultiSelect = True
PopupMenu = PMDefaultGroupsSummary
TabOrder = 0
OnClick = LBDefaultGroupsSummaryClick
OnKeyPress = FormKeyPress
end
end
end
end
object TabSheet3: TcxTabSheet
Caption = ' Groups '
ImageIndex = 2
object Splitter2: TSplitter
Left = 0
Top = 137
Width = 328
Height = 5
Cursor = crVSplit
Align = alBottom
Beveled = True
end
object PSummaryGroups: TPanel
Left = 0
Top = 0
Width = 328
Height = 137
Align = alClient
BevelOuter = bvNone
Constraints.MinHeight = 100
TabOrder = 0
OnResize = PSummaryGroupsResize
object PGroupItems: TPanel
Left = 166
Top = 0
Width = 162
Height = 137
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object Panel11: TPanel
Left = 0
Top = 103
Width = 162
Height = 34
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object BGroupSummaryItemAdd: TcxButton
Left = 4
Top = 6
Width = 75
Height = 24
Caption = '&Add'
TabOrder = 0
OnClick = BGroupSummaryItemAddClick
end
object BGroupSummaryItemDelete: TcxButton
Left = 83
Top = 6
Width = 75
Height = 24
Caption = '&Delete'
TabOrder = 1
OnClick = BGroupSummaryItemDeleteClick
end
end
object Panel12: TPanel
Left = 0
Top = 0
Width = 162
Height = 20
Align = alTop
BevelOuter = bvNone
TabOrder = 2
object Label4: TLabel
Left = 4
Top = 4
Width = 28
Height = 13
Caption = 'Items:'
end
end
object Panel16: TPanel
Left = 0
Top = 20
Width = 162
Height = 83
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 0
object LBGroupSummaryItems: TListBox
Left = 1
Top = 1
Width = 160
Height = 81
Align = alClient
BorderStyle = bsNone
ItemHeight = 13
MultiSelect = True
PopupMenu = PMGroupSummaryItems
TabOrder = 0
OnClick = LBGroupSummaryItemsClick
OnKeyPress = FormKeyPress
end
end
end
object PGroups: TPanel
Left = 0
Top = 0
Width = 162
Height = 137
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
object Panel14: TPanel
Left = 0
Top = 103
Width = 162
Height = 34
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object BSummaryGroupAdd: TcxButton
Left = 4
Top = 6
Width = 75
Height = 24
Caption = '&Add'
TabOrder = 0
OnClick = BSummaryGroupAddClick
end
object BSummaryGroupDelete: TcxButton
Left = 83
Top = 6
Width = 75
Height = 24
Caption = '&Delete'
TabOrder = 1
OnClick = BSummaryGroupDeleteClick
end
end
object Panel15: TPanel
Left = 0
Top = 0
Width = 162
Height = 20
Align = alTop
BevelOuter = bvNone
TabOrder = 2
object Label5: TLabel
Left = 4
Top = 4
Width = 37
Height = 13
Caption = 'Groups:'
end
end
object Panel13: TPanel
Left = 0
Top = 20
Width = 162
Height = 83
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 0
object LBSummaryGroups: TListBox
Left = 1
Top = 1
Width = 160
Height = 81
Align = alClient
BorderStyle = bsNone
ItemHeight = 13
MultiSelect = True
PopupMenu = PMSummaryGroups
TabOrder = 0
OnClick = LBSummaryGroupsClick
OnKeyPress = FormKeyPress
end
end
end
object PGSeparator: TPanel
Left = 162
Top = 0
Width = 4
Height = 137
Align = alLeft
BevelOuter = bvNone
TabOrder = 2
end
end
object PLinks: TPanel
Left = 0
Top = 142
Width = 328
Height = 113
Align = alBottom
BevelOuter = bvNone
Constraints.MinHeight = 100
TabOrder = 1
OnResize = PLinksResize
object PUnlinkedColumns: TPanel
Left = 0
Top = 0
Width = 147
Height = 113
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
object Panel19: TPanel
Left = 0
Top = 0
Width = 147
Height = 20
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Label6: TLabel
Left = 4
Top = 4
Width = 88
Height = 13
Caption = 'Unlinked Columns:'
end
end
object Panel17: TPanel
Left = 0
Top = 20
Width = 147
Height = 93
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 1
object LBUnlinkedColumns: TListBox
Left = 1
Top = 1
Width = 145
Height = 91
Align = alClient
BorderStyle = bsNone
ItemHeight = 13
MultiSelect = True
TabOrder = 0
OnClick = LBUnlinkedColumnsClick
OnKeyPress = FormKeyPress
end
end
end
object PLinkUnlink: TPanel
Left = 147
Top = 0
Width = 35
Height = 113
Align = alLeft
BevelOuter = bvNone
TabOrder = 1
object BColumnLink: TcxButton
Left = 5
Top = 34
Width = 25
Height = 25
Caption = '>'
TabOrder = 0
OnClick = BColumnLinkClick
end
object BColumnUnlink: TcxButton
Left = 5
Top = 68
Width = 25
Height = 25
Caption = '<'
TabOrder = 1
OnClick = BColumnUnlinkClick
end
end
object PLinkedColumns: TPanel
Left = 182
Top = 0
Width = 146
Height = 113
Align = alClient
BevelOuter = bvNone
TabOrder = 2
object Panel23: TPanel
Left = 0
Top = 0
Width = 146
Height = 20
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Label7: TLabel
Left = 4
Top = 4
Width = 78
Height = 13
Caption = 'Linked Columns:'
end
end
object Panel18: TPanel
Left = 0
Top = 20
Width = 146
Height = 93
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 1
object LBLinkedColumns: TListBox
Left = 1
Top = 1
Width = 144
Height = 91
Align = alClient
BorderStyle = bsNone
ItemHeight = 13
MultiSelect = True
TabOrder = 0
OnClick = LBUnlinkedColumnsClick
OnKeyPress = FormKeyPress
end
end
end
end
end
end
end
end
end
object PMColumns: TPopupMenu
Left = 228
Top = 6
object MIColumnAdd: TMenuItem
Caption = '&Add'
ShortCut = 45
OnClick = BColumnAddClick
end
object MIColumnDelete: TMenuItem
Caption = '&Delete'
ShortCut = 46
OnClick = BColumnDeleteClick
end
object MIColumnRestore: TMenuItem
Caption = 'Rest&ore Defaults'
OnClick = BColumnRestoreClick
end
object N2: TMenuItem
Caption = '-'
end
object MIColumnMoveUp: TMenuItem
Caption = 'Move Up'
ShortCut = 16422
OnClick = BColumnMoveUpClick
end
object MIColumnMoveDown: TMenuItem
Caption = 'Move Down'
ShortCut = 16424
OnClick = BColumnMoveDownClick
end
object N1: TMenuItem
Caption = '-'
end
object MIColumnSelectAll: TMenuItem
Caption = '&Select All'
ShortCut = 16449
OnClick = MIColumnSelectAllClick
end
end
object PMFooterSummary: TPopupMenu
Left = 230
Top = 90
object MIFooterSummaryAdd: TMenuItem
Caption = '&Add'
ShortCut = 45
OnClick = BAddFooterSummaryItemClick
end
object MIFooterSummaryDelete: TMenuItem
Caption = '&Delete'
ShortCut = 46
OnClick = BDeleteFooterSummaryItemClick
end
object MenuItem4a: TMenuItem
Caption = '-'
end
object MIFooterSummarySelectAll: TMenuItem
Caption = '&Select All'
ShortCut = 16449
OnClick = MIFooterSummarySelectAllClick
end
end
object PMDefaultGroupsSummary: TPopupMenu
Left = 230
Top = 130
object MIDefaultGroupSummaryAdd: TMenuItem
Caption = '&Add'
ShortCut = 45
OnClick = BDefaultGroupSummaryAddClick
end
object MIDefaultGroupSummaryDelete: TMenuItem
Caption = '&Delete'
ShortCut = 46
OnClick = BDefaultGroupSummaryDeleteClick
end
object MenuItem3b: TMenuItem
Caption = '-'
end
object MIDefaultGroupSummarySelectAll: TMenuItem
Caption = '&Select All'
ShortCut = 16449
OnClick = MIDefaultGroupSummarySelectAllClick
end
end
object PMSummaryGroups: TPopupMenu
Left = 230
Top = 170
object MISummaryGroupAdd: TMenuItem
Caption = '&Add'
ShortCut = 45
OnClick = BSummaryGroupAddClick
end
object MISummaryGroupDelete: TMenuItem
Caption = '&Delete'
ShortCut = 46
OnClick = BSummaryGroupDeleteClick
end
object MenuItem5d: TMenuItem
Caption = '-'
end
object MISummaryGroupSelectAll: TMenuItem
Caption = '&Select All'
ShortCut = 16449
OnClick = MISummaryGroupSelectAllClick
end
end
object PMGroupSummaryItems: TPopupMenu
Left = 230
Top = 210
object MIGroupSummaryItemsAdd: TMenuItem
Caption = '&Add'
ShortCut = 45
OnClick = BGroupSummaryItemAddClick
end
object MIGroupSummaryItemsDelete: TMenuItem
Caption = '&Delete'
ShortCut = 46
OnClick = BGroupSummaryItemDeleteClick
end
object MenuItem6c: TMenuItem
Caption = '-'
end
object MIGroupSummaryItemsSelectAll: TMenuItem
Caption = '&Select All'
ShortCut = 16449
OnClick = MIGroupSummaryItemsSelectAllClick
end
end
end

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,15 @@
object cxDesignWindow: TcxDesignWindow
Left = 612
Top = 120
Width = 320
Height = 240
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
end

View File

@ -0,0 +1,18 @@
object cxDesignFormEditor: TcxDesignFormEditor
Left = 612
Top = 120
Width = 320
Height = 240
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
end

Binary file not shown.

View File

@ -0,0 +1,270 @@
object cxEditMaskEditorDlg: TcxEditMaskEditorDlg
Left = 353
Top = 212
BorderStyle = bsDialog
Caption = 'Input Mask Editor'
ClientHeight = 322
ClientWidth = 543
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 49
Height = 13
Caption = 'Mask kind'
Transparent = True
end
object Bevel1: TBevel
Left = 7
Top = 37
Width = 266
Height = 2
end
object cxMaskKindPickEdit1: TcxComboBox
Tag = 4
Left = 64
Top = 4
Properties.DropDownListStyle = lsFixedList
Properties.Items.Strings = (
'Standard'
'Regular expression'
'Extended regular expression')
Properties.OnChange = cxMaskKindPickEdit1PropertiesChange
TabOrder = 0
Width = 193
end
object ButtonsPanel: TPanel
Left = 0
Top = 281
Width = 543
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 3
object CancelButton: TcxButton
Left = 440
Top = 5
Width = 93
Height = 25
Caption = 'Cancel'
TabOrder = 2
OnClick = CancelButtonClick
end
object OKButton: TcxButton
Left = 336
Top = 5
Width = 93
Height = 25
Caption = 'OK'
TabOrder = 1
OnClick = OKButtonClick
end
object MasksButton: TcxButton
Left = 8
Top = 5
Width = 93
Height = 25
Caption = 'Masks...'
TabOrder = 0
OnClick = MasksButtonClick
end
end
object RegExprMaskPanel: TPanel
Left = 0
Top = 42
Width = 543
Height = 239
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
Visible = False
object Label2: TLabel
Left = 4
Top = 12
Width = 55
Height = 13
Caption = 'Input mask:'
Transparent = True
end
object Label3: TLabel
Left = 4
Top = 48
Width = 50
Height = 13
Caption = 'Test input:'
Transparent = True
end
object Label4: TLabel
Left = 12
Top = 96
Width = 38
Height = 13
Caption = 'Sample:'
Transparent = True
end
object Label5: TLabel
Left = 192
Top = 96
Width = 56
Height = 13
Caption = 'Description:'
Transparent = True
end
object Bevel2: TBevel
Left = 8
Top = 80
Width = 529
Height = 2
end
object cxEditMaskEdit: TcxTextEdit
Tag = 7
Left = 64
Top = 8
TabOrder = 0
OnKeyDown = cxEditMaskEditKeyDown
Width = 473
end
object cxMaskEdit1: TcxMaskEdit
Tag = 4
Left = 64
Top = 44
Properties.IgnoreMaskBlank = True
Properties.MaskKind = emkRegExprEx
Properties.MaxLength = 0
TabOrder = 1
OnEnter = cxMaskEdit1Enter
Width = 473
end
object Memo1: TcxMemo
Left = 192
Top = 112
TabOrder = 2
Height = 121
Width = 345
end
object ListBox1: TcxListBox
Left = 8
Top = 112
Width = 177
Height = 121
ItemHeight = 13
TabOrder = 3
OnClick = ListBox1Click
OnExit = ListBox1Exit
end
end
object StandardMaskPanel: TPanel
Left = 0
Top = 42
Width = 543
Height = 239
BevelOuter = bvNone
TabOrder = 1
object Bevel3: TBevel
Left = 4
Top = 188
Width = 261
Height = 2
end
object Label6: TLabel
Left = 8
Top = 4
Width = 55
Height = 13
Caption = 'Input mask:'
Transparent = True
end
object Label7: TLabel
Left = 8
Top = 196
Width = 51
Height = 13
Caption = 'Test Input:'
Transparent = True
end
object Label8: TLabel
Left = 272
Top = 4
Width = 66
Height = 13
Caption = 'Sample mask:'
Transparent = True
end
object Label9: TLabel
Left = 140
Top = 64
Width = 98
Height = 13
Caption = 'Character for blanks:'
Transparent = True
end
object cxTextEdit1: TcxTextEdit
Tag = 21
Left = 8
Top = 20
TabOrder = 0
OnExit = cxTextEdit1Exit
OnKeyDown = cxTextEdit1KeyDown
Width = 253
end
object cxMaskEdit2: TcxMaskEdit
Tag = 22
Left = 8
Top = 212
Properties.IgnoreMaskBlank = True
TabOrder = 3
Width = 253
end
object cxTextEdit2: TcxTextEdit
Tag = 23
Left = 244
Top = 60
Properties.MaxLength = 1
Properties.OnChange = cxTextEdit2PropertiesChange
TabOrder = 1
OnExit = cxTextEdit2Exit
Width = 17
end
object cxCheckBox1: TcxCheckBox
Left = 4
Top = 160
Caption = 'Save literal characters'
Properties.OnChange = cxCheckBox1PropertiesChange
TabOrder = 2
Transparent = True
Width = 153
end
object ListView1: TListView
Left = 272
Top = 20
Width = 261
Height = 213
Columns = <
item
AutoSize = True
Caption = 'Description'
end
item
AutoSize = True
Caption = 'Sample'
end>
ReadOnly = True
RowSelect = True
TabOrder = 4
ViewStyle = vsReport
OnSelectItem = ListView1SelectItem
end
end
end

Binary file not shown.

View File

@ -0,0 +1,86 @@
inherited cxEditRepositoryEditor: TcxEditRepositoryEditor
Left = 363
Top = 194
Width = 353
Height = 416
Caption = 'EditRepository editor'
Constraints.MinHeight = 200
Constraints.MinWidth = 350
PopupMenu = PopupMenu1
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object LBItems: TListBox
Left = 0
Top = 0
Width = 258
Height = 382
Align = alClient
ItemHeight = 13
MultiSelect = True
Sorted = True
TabOrder = 0
OnClick = LBItemsClick
end
object Panel1: TPanel
Left = 258
Top = 0
Width = 87
Height = 382
Align = alRight
BevelOuter = bvNone
TabOrder = 1
object btAdd: TButton
Left = 6
Top = 8
Width = 75
Height = 25
Caption = '&Add...'
TabOrder = 0
OnClick = btAddClick
end
object btDelete: TButton
Left = 6
Top = 40
Width = 75
Height = 25
Caption = '&Delete'
TabOrder = 1
OnClick = btDeleteClick
end
object btClose: TButton
Left = 6
Top = 356
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = '&Close'
TabOrder = 2
OnClick = btCloseClick
end
end
object PopupMenu1: TPopupMenu
Left = 32
Top = 16
object miAdd: TMenuItem
Caption = 'Add'
ShortCut = 45
OnClick = miAddClick
end
object miDelete: TMenuItem
Caption = 'Delete'
Enabled = False
ShortCut = 46
OnClick = miDeleteClick
end
object N1: TMenuItem
Caption = '-'
end
object miSelectAll: TMenuItem
Caption = 'Select all'
Enabled = False
ShortCut = 16449
OnClick = miSelectAllClick
end
end
end

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,107 @@
object fmFilterControlDialog: TfmFilterControlDialog
Left = 360
Top = 200
BorderIcons = [biSystemMenu]
Caption = 'fmFilterControlDialog'
AutoScroll = False
ClientHeight = 316
ClientWidth = 552
Color = clBtnFace
Constraints.MinHeight = 165
Constraints.MinWidth = 560
Icon.Data = {
0000010001001010100000000000280100001600000028000000100000002000
00000100040000000000C0000000000000000000000000000000000000000000
000000008000008000000080800080000000800080008080000080808000C0C0
C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000008
8EEE8FFFF8FF000888888888888800088EEE8FFFF8FF00088888888888880008
8E6677FFF8FF0007700007777777000780F607888788000770F6077777770008
80F807888888000880F807888888000808886070000000706888660700000706
8F88866070000068F88888660700068FFF88886660000000000000000000C000
0000C0000000C0000000C0000000C0000000C0000000C0000000C0000000C000
0000C0000000C0000000C00F000080070000800300000003000000030000}
KeyPreview = True
Position = poDefaultPosOnly
OldCreateOrder = False
OnClose = FormClose
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object pnlBottom: TPanel
Left = 0
Top = 278
Width = 552
Height = 38
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object btOpen: TcxButton
Left = 6
Top = 8
Width = 100
Height = 23
Hint = 'Open|Opens an existing filter'
Caption = '&Open...'
TabOrder = 0
OnClick = acOpenExecute
end
object btSave: TcxButton
Left = 112
Top = 8
Width = 100
Height = 23
Hint = 'Save As|Saves the active filter with a new name'
Caption = 'Save &As...'
TabOrder = 1
OnClick = acSaveExecute
end
object pnlBottomRight: TPanel
Left = 234
Top = 0
Width = 318
Height = 38
Align = alRight
BevelOuter = bvNone
TabOrder = 2
object btApply: TcxButton
Left = 212
Top = 8
Width = 100
Height = 23
Caption = 'Apply'
TabOrder = 2
OnClick = acApplyExecute
end
object btCancel: TcxButton
Left = 106
Top = 8
Width = 100
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object btOk: TcxButton
Left = 0
Top = 8
Width = 100
Height = 23
Caption = 'Ok'
ModalResult = 1
TabOrder = 0
OnClick = acOkExecute
end
end
end
object OpenDialog: TOpenDialog
Left = 240
Top = 8
end
object SaveDialog: TSaveDialog
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 272
Top = 8
end
end

Binary file not shown.

View File

@ -0,0 +1,135 @@
object cxFilterDialog: TcxFilterDialog
Left = 421
Top = 148
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
ActiveControl = cbOperator1
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Custom Filter'
ClientHeight = 206
ClientWidth = 414
Color = clBtnFace
OldCreateOrder = True
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
object lblTitle: TLabel
Left = 8
Top = 8
Width = 87
Height = 13
Caption = 'Show rows where:'
Transparent = True
end
object bvlLine: TBevel
Left = 8
Top = 34
Width = 396
Height = 4
Shape = bsTopLine
end
object lblColumnCaption: TLabel
Left = 8
Top = 27
Width = 71
Height = 13
Caption = 'ColumnCaption'
Transparent = True
end
object lblSingle: TLabel
Left = 8
Top = 134
Width = 185
Height = 13
Caption = 'Use ? to represent any single character'
Transparent = True
end
object lblSeries: TLabel
Left = 8
Top = 153
Width = 200
Height = 13
Caption = 'Use * to represent any series of characters'
Transparent = True
end
object lblEdit1PlaceHolder: TLabel
Left = 208
Top = 46
Width = 193
Height = 21
AutoSize = False
Color = clGreen
ParentColor = False
Visible = False
end
object lblEdit2PlaceHolder: TLabel
Left = 208
Top = 96
Width = 193
Height = 21
AutoSize = False
Color = clGreen
ParentColor = False
Visible = False
end
object cbOperator1: TcxComboBox
Left = 8
Top = 46
Properties.DropDownListStyle = lsFixedList
TabOrder = 0
OnClick = cbOperator1Click
Width = 193
end
object cbOperator2: TcxComboBox
Left = 8
Top = 96
Properties.DropDownListStyle = lsFixedList
Properties.OnChange = cbOperator2PropertiesChange
TabOrder = 3
Width = 193
end
object btnOK: TcxButton
Left = 248
Top = 176
Width = 75
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 4
end
object btnCancel: TcxButton
Left = 330
Top = 176
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object rbAnd: TcxRadioButton
Tag = 1
Left = 56
Top = 74
Width = 60
Height = 17
Caption = '&And'
Checked = True
TabOrder = 1
TabStop = True
Transparent = True
end
object rbOr: TcxRadioButton
Tag = 1
Left = 120
Top = 74
Width = 65
Height = 17
Caption = '&Or'
TabOrder = 2
Transparent = True
end
end

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,339 @@
object cxGridEditor: TcxGridEditor
Left = 457
Top = 105
Width = 610
Height = 435
HorzScrollBar.Range = 4
VertScrollBar.Range = 34
BorderIcons = [biSystemMenu]
Caption = 'Editing'
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 594
Height = 361
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object Splitter1: TSplitter
Left = 240
Top = 0
Width = 8
Height = 361
end
object Panel4: TPanel
Left = 248
Top = 0
Width = 346
Height = 361
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object Panel11: TPanel
Left = 0
Top = 8
Width = 346
Height = 23
Align = alTop
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 0
object Panel12: TPanel
Left = 1
Top = 1
Width = 344
Height = 21
Align = alClient
BevelOuter = bvNone
Color = clInfoBk
TabOrder = 0
object Label1: TLabel
Left = 7
Top = 4
Width = 26
Height = 13
Caption = 'View:'
end
object LSelectedView: TLabel
Left = 38
Top = 4
Width = 72
Height = 13
Caption = '<AViewName>'
end
end
end
object Panel5: TPanel
Left = 0
Top = 0
Width = 346
Height = 8
Align = alTop
BevelOuter = bvNone
TabOrder = 1
end
object Panel13: TPanel
Left = 0
Top = 31
Width = 346
Height = 8
Align = alTop
BevelOuter = bvNone
TabOrder = 2
end
object Panel15: TPanel
Left = 0
Top = 39
Width = 346
Height = 322
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
Constraints.MinWidth = 100
TabOrder = 3
object PViewFrame: TPanel
Left = 1
Top = 1
Width = 344
Height = 320
Align = alClient
BevelOuter = bvNone
TabOrder = 0
end
end
end
object PLeft: TPanel
Left = 0
Top = 0
Width = 240
Height = 361
Align = alLeft
BevelOuter = bvNone
TabOrder = 1
object Panel7: TPanel
Left = 0
Top = 8
Width = 8
Height = 353
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
end
object Panel8: TPanel
Left = 0
Top = 0
Width = 240
Height = 8
Align = alTop
BevelOuter = bvNone
TabOrder = 1
end
object Panel14: TPanel
Left = 8
Top = 8
Width = 232
Height = 353
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
Constraints.MinHeight = 200
Constraints.MinWidth = 189
TabOrder = 2
object PageControl1: TcxPageControl
Left = 1
Top = 1
Width = 230
Height = 351
ActivePage = tsLevels
Align = alClient
TabOrder = 0
ClientRectBottom = 351
ClientRectRight = 230
ClientRectTop = 24
object tsLevels: TcxTabSheet
BorderWidth = 8
Caption = ' Structure '
Color = clBtnFace
ParentColor = False
object PLevels: TPanel
Left = 0
Top = 0
Width = 214
Height = 277
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 0
end
object Panel6: TPanel
Left = 0
Top = 277
Width = 214
Height = 34
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object BAddLevel: TcxButton
Left = 1
Top = 8
Width = 80
Height = 24
Caption = '&Add Level'
TabOrder = 0
OnClick = BAddLevelClick
end
object BDeleteLevel: TcxButton
Left = 90
Top = 8
Width = 80
Height = 24
Caption = '&Delete Level'
TabOrder = 1
OnClick = BDeleteLevelClick
end
end
end
object TabSheet2: TcxTabSheet
BorderWidth = 8
Caption = ' Views '
Color = clBtnFace
ImageIndex = 1
ParentColor = False
object PViews: TPanel
Left = 0
Top = 0
Width = 214
Height = 247
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 0
object LBViews: TListBox
Left = 1
Top = 1
Width = 212
Height = 245
Align = alClient
BorderStyle = bsNone
ItemHeight = 13
MultiSelect = True
PopupMenu = PMViewList
TabOrder = 0
OnClick = LBViewsClick
OnKeyPress = GridStructureControlKeyPress
end
end
object Panel9: TPanel
Left = 0
Top = 247
Width = 214
Height = 64
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object BAddView: TcxButton
Left = 1
Top = 8
Width = 80
Height = 24
Caption = 'Add &View...'
TabOrder = 0
OnClick = BAddViewClick
end
object BDeleteView: TcxButton
Left = 90
Top = 8
Width = 80
Height = 24
Caption = 'D&elete View'
TabOrder = 1
OnClick = BDeleteViewClick
end
object BEditView: TcxButton
Left = 1
Top = 40
Width = 169
Height = 24
Caption = 'Edit View &Layout and Data...'
TabOrder = 2
OnClick = miEditLayoutClick
end
end
end
end
end
end
end
object Panel2: TPanel
Left = 0
Top = 361
Width = 602
Height = 40
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object Panel3: TPanel
Left = 425
Top = 0
Width = 177
Height = 40
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object BClose: TcxButton
Left = 89
Top = 8
Width = 80
Height = 24
Cancel = True
Caption = '&Close'
TabOrder = 0
OnClick = BCloseClick
end
end
end
object Panel10: TPanel
Left = 594
Top = 0
Width = 8
Height = 361
Align = alRight
BevelOuter = bvNone
TabOrder = 2
end
object PMGridStructureControl: TPopupMenu
Left = 80
Top = 64
end
object PMViews: TPopupMenu
Left = 80
Top = 96
end
object PMViewList: TPopupMenu
Left = 80
Top = 128
object miDeleteView: TMenuItem
Caption = '&Delete'
ShortCut = 46
OnClick = BDeleteViewClick
end
object N1: TMenuItem
Caption = '-'
end
object miEditLayout: TMenuItem
Caption = '&Edit Layout and Data...'
OnClick = miEditLayoutClick
end
end
end

View File

@ -0,0 +1,237 @@
object ImportDialog: TImportDialog
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Import'
ClientHeight = 368
ClientWidth = 694
Color = clBtnFace
ParentFont = True
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 237
Top = 0
Width = 80
Height = 368
Align = alLeft
BevelOuter = bvNone
TabOrder = 1
object btnImport: TcxButton
Left = 0
Top = 8
Width = 80
Height = 24
Caption = 'Import ->'
Enabled = False
TabOrder = 0
OnClick = btnImportClick
end
object btnClose: TcxButton
Left = 0
Top = 40
Width = 80
Height = 24
Cancel = True
Caption = 'Close'
TabOrder = 1
OnClick = btnCloseClick
end
end
object Panel2: TPanel
Left = 317
Top = 0
Width = 377
Height = 368
Align = alClient
BevelOuter = bvNone
BorderWidth = 8
TabOrder = 2
object Panel6: TPanel
Left = 8
Top = 8
Width = 361
Height = 352
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 0
object PageControl1: TcxPageControl
Left = 1
Top = 1
Width = 359
Height = 350
ActivePage = TabSheet1
Align = alClient
Color = clBtnFace
ParentColor = False
TabOrder = 0
ClientRectBottom = 350
ClientRectRight = 359
ClientRectTop = 24
object TabSheet1: TcxTabSheet
BorderWidth = 8
Caption = ' Levels '
Color = clBtnFace
ParentColor = False
object cbDeleteAllSublevels: TcxCheckBox
Left = 0
Top = 289
Align = alBottom
Caption = 'Delete All Sublevels'
State = cbsChecked
TabOrder = 3
Width = 343
end
object Panel7: TPanel
Left = 0
Top = 0
Width = 343
Height = 13
Align = alTop
AutoSize = True
BevelOuter = bvNone
TabOrder = 0
object lblLevelName: TLabel
Left = 89
Top = 0
Width = 254
Height = 13
Align = alClient
end
object Label1: TLabel
Left = 0
Top = 0
Width = 89
Height = 13
Align = alLeft
Caption = 'Destination Level: '
end
end
object pnlStructureControlSite: TPanel
Left = 0
Top = 21
Width = 343
Height = 260
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 1
end
object Panel3: TPanel
Left = 0
Top = 13
Width = 343
Height = 8
Align = alTop
BevelOuter = bvNone
TabOrder = 2
end
object Panel8: TPanel
Left = 0
Top = 281
Width = 343
Height = 8
Align = alBottom
BevelOuter = bvNone
TabOrder = 4
end
end
object TabSheet2: TcxTabSheet
BorderWidth = 8
Caption = ' Styles '
Color = clBtnFace
ImageIndex = 1
ParentColor = False
object cbImportStyles: TcxCheckBox
Left = 0
Top = 0
Align = alTop
Caption = 'Import Styles'
State = cbsChecked
TabOrder = 0
OnClick = cbImportStylesClick
Width = 343
end
object rbCreateNewStyleRepository: TcxRadioButton
Left = 12
Top = 29
Width = 169
Height = 17
Caption = 'Create New StyleRepository'
Checked = True
TabOrder = 1
TabStop = True
OnClick = rbStyleRepositoryClick
end
object rbUseExistingStyleRepository: TcxRadioButton
Left = 12
Top = 87
Width = 173
Height = 17
Caption = 'Use Existing StyleRepository'
TabOrder = 3
TabStop = True
OnClick = rbStyleRepositoryClick
end
object edNewStyleRepository: TcxTextEdit
Left = 36
Top = 52
TabOrder = 2
Width = 290
end
object cbStyleRepositories: TcxComboBox
Left = 36
Top = 110
Properties.DropDownListStyle = lsFixedList
TabOrder = 4
Width = 290
end
end
end
end
end
object Panel4: TPanel
Left = 0
Top = 0
Width = 237
Height = 368
Align = alLeft
BevelOuter = bvNone
BorderWidth = 8
TabOrder = 0
object Panel5: TPanel
Left = 8
Top = 8
Width = 221
Height = 352
Align = alClient
BevelOuter = bvNone
BorderWidth = 1
Color = clBtnShadow
TabOrder = 0
object lbComponentsForImport: TListBox
Left = 1
Top = 1
Width = 219
Height = 350
Style = lbOwnerDrawVariable
Align = alClient
BorderStyle = bsNone
ItemHeight = 13
TabOrder = 0
OnClick = lbComponentsForImportClick
OnDblClick = lbComponentsForImportDblClick
OnMeasureItem = lbComponentsForImportMeasureItem
end
end
end
end

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1 @@
{$DEFINE USETABCONTROL}

View File

@ -0,0 +1,110 @@
object cxGridViewLayoutEditor: TcxGridViewLayoutEditor
Left = 350
Top = 204
BorderIcons = [biSystemMenu]
Caption = 'Layout and Data Editor'
ClientHeight = 466
ClientWidth = 692
Color = clBtnFace
ParentFont = True
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object pnlBottom: TPanel
Left = 0
Top = 432
Width = 692
Height = 34
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object pnlButtons: TPanel
Left = 523
Top = 0
Width = 169
Height = 34
Align = alRight
BevelOuter = bvNone
TabOrder = 2
object btnOK: TcxButton
Left = 4
Top = 5
Width = 75
Height = 24
Caption = 'OK'
ModalResult = 1
TabOrder = 0
end
object btnCancel: TcxButton
Left = 89
Top = 5
Width = 75
Height = 24
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
object pnlLayoutCustomization: TPanel
Left = 0
Top = 0
Width = 153
Height = 34
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
object btnLayoutCustomization: TcxButton
Left = 8
Top = 5
Width = 134
Height = 24
TabOrder = 0
OnClick = btnLayoutCustomizationClick
end
end
object pnlSaveOptions: TPanel
Left = 153
Top = 0
Width = 192
Height = 34
Align = alLeft
BevelOuter = bvNone
TabOrder = 1
object chbSaveLayout: TcxCheckBox
Left = 11
Top = 7
Caption = 'Save layout'
State = cbsChecked
TabOrder = 0
Width = 81
end
object chbSaveData: TcxCheckBox
Left = 107
Top = 7
Caption = 'Save data'
State = cbsChecked
TabOrder = 1
Width = 81
end
end
end
object pnlClient: TPanel
Left = 0
Top = 0
Width = 692
Height = 432
Align = alClient
BevelOuter = bvNone
BorderWidth = 3
Constraints.MinHeight = 200
Constraints.MinWidth = 300
TabOrder = 1
end
object pmGrid: TcxGridPopupMenu
PopupMenus = <>
Left = 400
Top = 319
end
end

View File

@ -0,0 +1,586 @@
object cxHintStyleEditor: TcxHintStyleEditor
Left = 195
Top = 125
BorderStyle = bsDialog
ClientHeight = 440
ClientWidth = 576
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
ShowHint = True
OnActivate = FormActivate
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object lblHintColour: TLabel
Left = 8
Top = 412
Width = 46
Height = 13
Caption = 'Hint Color'
end
object cxBtnOk: TcxButton
Left = 415
Top = 408
Width = 75
Height = 25
Hint = 'Accept you changes and return to the Grep Demo'
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 9
end
object cxBtnCancel: TcxButton
Left = 495
Top = 408
Width = 75
Height = 25
Hint = 'Discard your changes and return to the grep demo'
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 10
end
object cxCbStandard: TcxCheckBox
Left = 304
Top = 408
Width = 105
Height = 21
Hint = 'Check to display hints in the standard Windows way'
Properties.DisplayUnchecked = 'False'
Properties.Caption = 'Standard Hints'
TabOrder = 7
OnClick = cxCbStandardClick
end
object cxGbHintFont: TcxGroupBox
Left = 8
Top = 8
Width = 185
Height = 185
Alignment = alTopLeft
Caption = ' Hint Font '
TabOrder = 0
object Label1: TLabel
Left = 12
Top = 80
Width = 23
Height = 13
Caption = 'Style'
end
object Label2: TLabel
Left = 124
Top = 80
Width = 20
Height = 13
Caption = 'Size'
end
object Label3: TLabel
Left = 12
Top = 40
Width = 24
Height = 13
Caption = 'Color'
end
object cxFnHint: TcxFontNameComboBox
Left = 12
Top = 16
Width = 161
Height = 21
Hint = 'Font for the hint windows'
Properties.FontPreview.Visible = False
Properties.OnChange = cxFnHintPropertiesChange
TabOrder = 0
OnClick = cxFnHintClick
end
object cxClbHintFontStyles: TcxCheckListBox
Left = 12
Top = 96
Width = 105
Height = 81
Hint = 'Font Style for Hints'
Columns = 0
EditValue = 0
Items = <
item
Tag = 0
Text = 'Bold'
end
item
Tag = 0
Text = 'Italics'
end
item
Tag = 0
Text = 'Underline'
end
item
Tag = 0
Text = 'Strike Thro'
end>
ParentColor = False
ScrollWidth = 0
TabOrder = 2
TabWidth = 0
OnClickCheck = cxClbHintFontStylesClickCheck
end
object cxLbHfSize: TcxListBox
Left = 124
Top = 96
Width = 49
Height = 81
Hint = 'Font Size for Hints'
ExtendedSelect = False
ItemHeight = 13
ParentColor = False
TabOrder = 3
OnClick = cxLbHfSizeClick
end
object cxCcbHintFontColour: TcxColorComboBox
Left = 12
Top = 56
Width = 161
Height = 21
Properties.DefaultDescription = 'Color not selected'
Properties.Items = <>
Properties.PrepareInfo = ''
TabOrder = 1
OnClick = cxCcbHintFontColourClick
end
end
object cxgbHintCapFont: TcxGroupBox
Left = 200
Top = 8
Width = 185
Height = 185
Alignment = alTopLeft
Caption = ' Hint Caption Font '
TabOrder = 1
object Label4: TLabel
Left = 12
Top = 80
Width = 23
Height = 13
Caption = 'Style'
end
object Label5: TLabel
Left = 124
Top = 80
Width = 20
Height = 13
Caption = 'Size'
end
object Label6: TLabel
Left = 12
Top = 40
Width = 24
Height = 13
Caption = 'Color'
end
object cxFnHinCap: TcxFontNameComboBox
Left = 12
Top = 16
Width = 161
Height = 21
Hint = 'Font for the hint windows'
Properties.FontPreview.Visible = False
Properties.OnChange = cxFnHinCapPropertiesChange
TabOrder = 0
OnClick = cxFnHinCapClick
end
object cxClbHintCapFontStyles: TcxCheckListBox
Tag = 1
Left = 12
Top = 96
Width = 105
Height = 81
Hint = 'Font Style for Hint Captions'
Columns = 0
EditValue = 0
Items = <
item
Tag = 0
Text = 'Bold'
end
item
Tag = 0
Text = 'Italics'
end
item
Tag = 0
Text = 'Underline'
end
item
Tag = 0
Text = 'Strike Thro'
end>
ParentColor = False
ScrollWidth = 0
TabOrder = 2
TabWidth = 0
OnClickCheck = cxClbHintFontStylesClickCheck
end
object cxLbHcfSize: TcxListBox
Left = 124
Top = 96
Width = 49
Height = 81
Hint = 'Font Size for Hint Caption'
ItemHeight = 13
ParentColor = False
TabOrder = 3
OnClick = cxLbHcfSizeClick
end
object cxCcbHintCapColor: TcxColorComboBox
Left = 12
Top = 56
Width = 161
Height = 21
Properties.DefaultDescription = 'Color not selected'
Properties.Items = <>
Properties.PrepareInfo = ''
TabOrder = 1
OnClick = cxCcbHintCapColorClick
end
end
object cxGbHintShape: TcxGroupBox
Left = 392
Top = 8
Width = 177
Height = 89
Alignment = alTopLeft
Caption = ' Shape '
ParentFont = False
TabOrder = 2
object Label7: TLabel
Left = 8
Top = 14
Width = 72
Height = 13
Caption = 'Callout Position'
end
object Label8: TLabel
Left = 8
Top = 64
Width = 68
Height = 13
Caption = 'Round Radius'
end
object cxCbHintCalloutPos: TcxComboBox
Left = 8
Top = 32
Width = 161
Height = 21
Hint = 'The '#39'Callout'#39' position'
Properties.DropDownListStyle = lsFixedList
Properties.Items.Strings = (
'None'
'Auto'
'Left Bottom'
'Left Top'
'Top Left'
'Top Right'
'Right Bottom'
'Right Top'
'Bottom Right'
'Bottom Left')
TabOrder = 0
OnClick = cxCbHintCalloutPosClick
end
object cxcbHintRounded: TcxCheckBox
Left = 96
Top = 10
Width = 75
Height = 21
Hint = 'Rounded corners on the hint windows'
ParentBackground = False
Properties.DisplayUnchecked = 'False'
Properties.OnChange = cxcbHintRoundedPropertiesChange
Properties.Caption = 'Rounded'
TabOrder = 1
end
object cxSeHintRadius: TcxSpinEdit
Left = 88
Top = 60
Width = 81
Height = 21
Hint = 'Radius of the rounded corners if enabled'
Properties.MaxValue = 100
Properties.MinValue = 5
Properties.SpinButtons.ShowFastButtons = True
Properties.OnChange = cxSeHintRadiusPropertiesChange
TabOrder = 2
Value = 11
end
end
object cxGbHintIcons: TcxGroupBox
Left = 8
Top = 200
Width = 185
Height = 97
Alignment = alTopLeft
Caption = ' Icons '
TabOrder = 4
object Label11: TLabel
Left = 8
Top = 16
Width = 48
Height = 13
Caption = 'Icon Type'
end
object cxCbHintIconType: TcxComboBox
Left = 8
Top = 32
Width = 169
Height = 21
Hint = 'The Icon type that will be displayed in the hint window'
ParentFont = False
Properties.DropDownListStyle = lsFixedList
Properties.Items.Strings = (
'None'
'Application'
'Information'
'Warning'
'Error'
'Question'
'WinLogo'
'CurrentApplication')
TabOrder = 0
OnClick = cxCbHintIconTypeClick
end
object cxRbHIDef: TcxRadioButton
Left = 8
Top = 64
Width = 57
Height = 17
Hint = 'Default Icon Size'
Caption = 'Default'
TabOrder = 1
OnClick = cxRbHIDefClick
ParentBackground = False
end
object cxRbHILarge: TcxRadioButton
Tag = 1
Left = 72
Top = 64
Width = 49
Height = 17
Hint = 'Large Icon Size'
Caption = 'Large'
TabOrder = 2
OnClick = cxRbHIDefClick
ParentBackground = False
end
object cxRbHISmall: TcxRadioButton
Tag = 2
Left = 128
Top = 64
Width = 49
Height = 17
Hint = 'Small Icon Size'
Caption = 'Small'
TabOrder = 3
OnClick = cxRbHIDefClick
ParentBackground = False
end
end
object cxGbHintPause: TcxGroupBox
Left = 8
Top = 304
Width = 185
Height = 97
Alignment = alTopLeft
Caption = ' Timings '
TabOrder = 5
object Label18: TLabel
Left = 8
Top = 24
Width = 77
Height = 13
Caption = 'Hint Hide Pause'
end
object Label19: TLabel
Left = 8
Top = 48
Width = 52
Height = 13
Caption = 'Hint Pause'
end
object Label20: TLabel
Left = 8
Top = 72
Width = 80
Height = 13
Caption = 'Hint Short Pause'
end
object cxSeHintHidePause: TcxSpinEdit
Left = 96
Top = 20
Width = 81
Height = 21
Hint = 'The animation delay'
Properties.Increment = 100
Properties.LargeIncrement = 500
Properties.MaxValue = 10000
Properties.MinValue = 500
Properties.SpinButtons.ShowFastButtons = True
Properties.OnChange = cxSeHintHidePausePropertiesChange
TabOrder = 0
Value = 2500
end
object cxSeHintPause: TcxSpinEdit
Left = 96
Top = 44
Width = 81
Height = 21
Hint = 'The animation delay'
Properties.Increment = 10
Properties.LargeIncrement = 100
Properties.MaxValue = 1000
Properties.MinValue = 50
Properties.SpinButtons.ShowFastButtons = True
Properties.OnChange = cxSeHintPausePropertiesChange
TabOrder = 1
Value = 500
end
object cxSeShortHintPause: TcxSpinEdit
Left = 96
Top = 68
Width = 81
Height = 21
Hint = 'The animation delay'
Properties.Increment = 5
Properties.MaxValue = 1000
Properties.MinValue = 10
Properties.SpinButtons.ShowFastButtons = True
Properties.OnChange = cxSeHintDelayPropertiesChange
Properties.OnEditValueChanged = cxSeShortHintPausePropertiesEditValueChanged
TabOrder = 2
Value = 50
end
end
object cxCcbHintColour: TcxColorComboBox
Left = 72
Top = 408
Width = 225
Height = 21
Hint = 'Background Color for the hint windows'
Properties.AllowSelectColor = True
Properties.DefaultDescription = 'Color not selected'
Properties.ImmediatePost = True
Properties.OnEditValueChanged = cxCcbHintColourPropertiesEditValueChanged
Properties.Items = <>
Properties.PrepareInfo = ''
TabOrder = 6
end
object cxGbHintAnimation: TcxGroupBox
Left = 392
Top = 104
Width = 177
Height = 89
Alignment = alTopLeft
Caption = ' Animation '
TabOrder = 3
object Label9: TLabel
Left = 8
Top = 16
Width = 72
Height = 13
Caption = 'Animation Style'
end
object Label10: TLabel
Left = 8
Top = 64
Width = 30
Height = 13
Caption = 'Delay '
end
object cxCbHintAniStyle: TcxComboBox
Left = 8
Top = 32
Width = 161
Height = 21
Hint = 'The animation style used to display hints'
Properties.DropDownListStyle = lsFixedList
Properties.Items.Strings = (
'Slide From Left'
'Slide From Right'
'Slide Downward'
'Slide Upward'
'Slide From Center'
'Hide'
'Activate'
'Fade In'
'Auto'
'None')
Properties.OnChange = cxCbHintAniStylePropertiesChange
TabOrder = 0
end
object cxSeHintDelay: TcxSpinEdit
Left = 88
Top = 60
Width = 81
Height = 21
Hint = 'The animation delay'
Properties.MaxValue = 1000
Properties.MinValue = 50
Properties.SpinButtons.ShowFastButtons = True
Properties.OnChange = cxSeHintDelayPropertiesChange
TabOrder = 1
Value = 100
end
end
object cxGbPreview: TcxGroupBox
Left = 200
Top = 200
Width = 369
Height = 201
Alignment = alTopLeft
Caption = ' Preview '
TabOrder = 8
object pnlPreview: TPanel
Left = 2
Top = 16
Width = 365
Height = 183
Align = alClient
BevelOuter = bvNone
TabOrder = 0
end
end
object cxHsc: TcxHintStyleController
Global = False
HintStyle.CaptionFont.Charset = DEFAULT_CHARSET
HintStyle.CaptionFont.Color = clWindowText
HintStyle.CaptionFont.Height = -13
HintStyle.CaptionFont.Name = 'MS Sans Serif'
HintStyle.CaptionFont.Style = [fsBold]
HintStyle.Font.Charset = DEFAULT_CHARSET
HintStyle.Font.Color = clWindowText
HintStyle.Font.Height = -11
HintStyle.Font.Name = 'MS Sans Serif'
HintStyle.Font.Style = []
HintStyle.RoundRadius = 15
HintPause = 700
Left = 216
Top = 216
end
object cxEditStyleController1: TcxEditStyleController
Style.LookAndFeel.Kind = lfFlat
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.Kind = lfFlat
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.Kind = lfFlat
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.Kind = lfFlat
StyleHot.LookAndFeel.NativeStyle = True
Left = 216
Top = 248
end
end

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,227 @@
object fmImageComboBoxItemsEditor: TfmImageComboBoxItemsEditor
Left = 287
Top = 190
AutoScroll = False
Caption = 'fmImageComboBoxItemsEditor'
ClientHeight = 266
ClientWidth = 573
Color = clBtnFace
Constraints.MinHeight = 300
Constraints.MinWidth = 581
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 480
Top = 0
Width = 93
Height = 266
Align = alRight
BevelOuter = bvNone
TabOrder = 1
object Bevel1: TBevel
Left = 0
Top = 0
Width = 6
Height = 266
Align = alLeft
Shape = bsLeftLine
end
object btnAdd: TcxButton
Left = 6
Top = 12
Width = 83
Height = 22
Anchors = [akTop, akRight]
Caption = '&Add'
TabOrder = 0
OnClick = btnAddClick
LookAndFeel.NativeStyle = True
end
object btnDelete: TcxButton
Left = 6
Top = 76
Width = 83
Height = 22
Anchors = [akTop, akRight]
Caption = '&Delete'
TabOrder = 2
OnClick = btnDeleteClick
LookAndFeel.NativeStyle = True
end
object btnInsert: TcxButton
Left = 6
Top = 44
Width = 83
Height = 22
Anchors = [akTop, akRight]
Caption = '&Insert'
TabOrder = 1
OnClick = btnInsertClick
LookAndFeel.NativeStyle = True
end
object btnOk: TcxButton
Left = 6
Top = 201
Width = 83
Height = 22
Anchors = [akRight, akBottom]
Caption = '&OK'
ModalResult = 1
TabOrder = 5
OnClick = btnOkClick
LookAndFeel.NativeStyle = True
end
object btnCancel: TcxButton
Left = 6
Top = 233
Width = 83
Height = 22
Anchors = [akRight, akBottom]
Caption = '&Cancel'
ModalResult = 2
TabOrder = 6
LookAndFeel.NativeStyle = True
end
object btnSelectAll: TcxButton
Left = 6
Top = 108
Width = 83
Height = 22
Anchors = [akTop, akRight]
Caption = '&Select All'
TabOrder = 3
OnClick = btnSelectAllClick
LookAndFeel.NativeStyle = True
end
object btnValueType: TcxButton
Left = 6
Top = 140
Width = 83
Height = 22
Anchors = [akTop, akRight]
Caption = 'Set Value&Type'
TabOrder = 4
DropDownMenu = mnuValueTypes
Kind = cxbkDropDown
LookAndFeel.NativeStyle = True
end
end
object Panel3: TPanel
Left = 0
Top = 0
Width = 480
Height = 266
Align = alClient
BevelOuter = bvNone
Caption = 'Panel3'
TabOrder = 0
object cxgImageComboBoxItems: TcxGrid
Left = 0
Top = 0
Width = 480
Height = 266
Align = alClient
TabOrder = 0
LookAndFeel.NativeStyle = True
object tvImageComboBoxItems: TcxGridTableView
OnKeyDown = tvImageComboBoxItemsKeyDown
NavigatorButtons.ConfirmDelete = False
OnEditKeyDown = tvImageComboBoxItemsEditKeyDown
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
DataController.OnRecordChanged = tvImageComboBoxItemsDataControllerRecordChanged
DataController.Data = {
960000000F00000044617461436F6E74726F6C6C657231050000001300000054
6378496E746567657256616C75655479706512000000546378537472696E6756
616C75655479706512000000546378537472696E6756616C7565547970651200
0000546378537472696E6756616C75655479706513000000546378496E746567
657256616C756554797065010000000001010001000000300101}
OptionsBehavior.CellHints = True
OptionsBehavior.ImmediateEditor = False
OptionsBehavior.ColumnHeaderHints = False
OptionsCustomize.ColumnFiltering = False
OptionsCustomize.ColumnGrouping = False
OptionsCustomize.ColumnHidingOnGrouping = False
OptionsCustomize.ColumnMoving = False
OptionsData.DeletingConfirmation = False
OptionsData.Inserting = False
OptionsSelection.MultiSelect = True
OptionsSelection.UnselectFocusedRecordOnExit = False
OptionsView.CellEndEllipsis = True
OptionsView.ShowEditButtons = gsebAlways
OptionsView.ColumnAutoWidth = True
OptionsView.ExpandButtonsForEmptyDetails = False
OptionsView.GroupByBox = False
object clnImage: TcxGridColumn
Caption = 'Image'
DataBinding.ValueType = 'Integer'
PropertiesClassName = 'TcxImageComboBoxProperties'
Properties.Items = <
item
end>
Properties.ShowDescriptions = False
MinWidth = 36
Options.HorzSizing = False
Width = 36
end
object clnDescription: TcxGridColumn
Caption = 'Description'
Width = 168
end
object clnValue: TcxGridColumn
Caption = 'Value'
PropertiesClassName = 'TcxTextEditProperties'
Width = 109
end
object clnValueType: TcxGridColumn
Caption = 'ValueType'
PropertiesClassName = 'TcxComboBoxProperties'
Properties.DropDownListStyle = lsFixedList
Properties.ImmediatePost = True
Properties.OnEditValueChanged = clnValueTypePropertiesEditValueChanged
Width = 117
end
object clnTag: TcxGridColumn
Caption = 'Tag'
DataBinding.ValueType = 'Integer'
PropertiesClassName = 'TcxMaskEditProperties'
Properties.MaskKind = emkRegExprEx
Properties.EditMask = '\d+'
Width = 51
end
end
object lvImageComboBoxItems: TcxGridLevel
GridView = tvImageComboBoxItems
end
end
end
object mnuValueTypes: TPopupMenu
Left = 390
Top = 138
object miAdd: TMenuItem
Caption = '&Add'
OnClick = miValueTypeClick
end
object miInsert: TMenuItem
Caption = '&Insert'
end
object miDelete: TMenuItem
Caption = '&Delete'
end
object N1: TMenuItem
Caption = '-'
end
object miHelp: TMenuItem
Caption = '&Help'
end
end
end

View File

@ -0,0 +1,681 @@
object cxImageListEditorForm: TcxImageListEditorForm
Left = 327
Top = 272
Anchors = [akLeft, akTop, akRight, akBottom]
AutoScroll = False
BorderIcons = [biSystemMenu]
Caption = 'cxImageListEditorForm'
ClientHeight = 287
ClientWidth = 550
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object lblManifestWarning: TLabel
Left = 51
Top = 249
Width = 246
Height = 32
Anchors = [akLeft, akBottom]
AutoSize = False
Caption = 'Manifest Warning'
Transparent = True
Visible = False
WordWrap = True
end
object imgWarning: TImage
Left = 13
Top = 249
Width = 32
Height = 32
Anchors = [akLeft, akBottom]
AutoSize = True
Picture.Data = {
055449636F6E0000010001002020000001002000A81000001600000028000000
2000000040000000010020000000000080100000000000000000000000000000
00000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
FFFFFF00414141003B3B3B5D383838B2343434CA313131CA2D2D2DCA292929CA
262626CA222222CA1F1F1FCA1D1D1DCA191919CA161616CA141414CA101010CA
0E0E0ECA0B0B0BCA090909CA070707CA050505CA030303CA010101CA000000CA
000000CA000000CA000000CA000000CA000000CA000000CA000000B20000005D
00000000434343403F3F3FE83B3B3BFF373737FF343434FF313131FF2D2D2DFF
292929FF252525FF222222FF1F1F1FFF1B1B1BFF191919FF161616FF121212FF
101010FF0D0D0DFF0B0B0BFF080808FF060606FF040404FF020202FF000000FF
000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000E8
00000040484848BC434343FF404040FF3C3C3CFF363332FF302927FF2C2523FF
29221FFF251D1BFF221A18FF1F1714FF1B1310FF18100DFF140C09FF120A06FF
0F0703FF0C0400FF090000FF070000FF050000FF020000FF000000FF000000FF
000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
000000BC4C4C4CEA484848FF454545FF3F3D3DFF70AABAFF86DBF3FF89E4FFFF
85E2FFFF81E0FFFF7FDEFFFF7BDDFFFF79DCFFFF76DAFFFF73D9FFFF71D7FFFF
6FD6FFFF6CD4FFFF6BD4FFFF68D3FFFF68D2FFFF67D1FFFF67D1FFFF67D0FFFF
66D0FFFF66CFFFFF65CFFFFF63CBFAFF5492A5FF000000FF000000FF000000FF
000000EA515151CA4C4C4CFF494949FF443F3DFF73B8C9FF63EEFFFF56E5FFFF
52E3FFFF4CE0FFFF48DCFFFF43DAFFFF3ED8FFFF39D5FFFF34D3FFFF48DDFFFF
4ED4FFFF4AD3FFFF3ED8FFFF21C9FFFF20C8FFFF20C7FFFF20C7FFFF1FC6FFFF
1FC5FFFF1EC5FFFF1DC4FFFF25CBFFFF398FB6FF000000FF000000FF000000FF
000000CA5252526B4F4F4FFF4C4C4CFF444140FF8EB4BDFF96F1FFFF74E2FFFF
5FDDFFFF4FD8FFFF40D3FFFF3BCFFFFF38CEFFFF31CAFFFF48D4FFFF559DB7FF
2D3A3FFF2A373CFF4D98B5FF35CBFFFF14BAFFFF16BAFFFF15B9FFFF14B8FFFF
14B7FFFF13B6FFFF10B5FFFF1EC2FFFF3582A5FF000000FF000000FF000000FF
0000006B6B6B6B0B696969D5646464FF585756FF7A7E7FFFD4F7FCFFC2F5FFFF
AFEEFFFF98EAFFFF79E1FFFF5AD9FFFF41D2FFFF37D1FFFF55C5ECFF32393CFF
1F1714FF1B1310FF283135FF44BCEAFF1BC0FFFF17BBFFFF17BAFFFF17B9FFFF
16B9FFFF15B8FFFF11B7FFFF35C1FCFF1B333EFF000000FF000000FF000000D5
0000000B7B7B7B007B7B7B5C757575FF6E6E6EFF656363FFB0C6CCFFC9FCFFFF
BAF2FFFFB3EFFFFFAAECFFFF9BE9FFFF7EE2FFFF5BDDFFFF59C0E3FF303537FF
24201EFF211C1AFF292D2FFF44B6E3FF1FC3FFFF1ABDFFFF18BBFFFF17BAFFFF
17BAFFFF14B8FFFF1FC4FFFF3A8AAEFF040302FF030202FF020202FF0000005C
000000007D7D7D007D7D7D087A7A7AC7747474FF696868FF818688FFCCF4FBFF
BCF4FFFFB3F0FFFFABEDFFFFA1EBFFFF98E9FFFF8BE5FFFF8CE8FDFF5C808DFF
2C3031FF2A2D2EFF4B7C8DFF48D2FEFF1FC0FFFF1EBFFFFF1ABDFFFF18BBFFFF
17BBFFFF13BBFFFF39C1FAFF1E343EFF050100FF050606FF040404C702020208
0202020080808000808080007F7F7F4C7A7A7AFE737373FF6A6868FFADC2C6FF
C8FCFFFFB7F1FFFFAFF0FFFFA5EDFFFF9BEAFFFF8FE7FFFF89E6FFFF91E8FFFF
75BCD3FF5DB2CEFF54D5FFFF2EC9FFFF24C3FFFF22C2FFFF1EBFFFFF1ABDFFFF
16BBFFFF23C7FFFF3C86A5FF0C0705FF0A0909FF090909FE0606064C05050500
05050500828282008282820082828200808080B67A7A7AFF6F6F6EFF818687FF
C9F1F9FFBCF5FFFFB3F1FFFFAAEFFFFF9FECFFFF95E9FFFF88E5FFFF8CF0FFFF
6D929DFF537581FF4FD7FFFF2AC9FFFF2AC7FFFF26C5FFFF21C1FFFF1DBFFFFF
16BFFFFF3DC1F5FF25363CFF0E0A08FF0E0E0EFF0B0B0BB60909090009090900
09090900838383008383830083838300838383397F7F7FFA797979FF6F6D6CFF
ACC0C5FFC7FCFFFFB5F2FFFFAEF0FFFFA4EDFFFF9AEBFFFF8FE8FFFF97F0FFFF
5A6E73FF4A5558FF71DAFBFF38D0FFFF2EC9FFFF2AC7FFFF26C4FFFF1EC1FFFF
2ACCFFFF4087A2FF160F0DFF141514FF111111FA0E0E0E390B0B0B000B0B0B00
0B0B0B0086868600868686008686860086868600858585A37F7F7FFF757474FF
838788FFC8F0F6FFBCF5FFFFB2F1FFFFA9EFFFFF9FECFFFF95EDFFFF9AE3F6FF
515C5FFF434748FF80D3ECFF55DBFFFF36CDFFFF2FCAFFFF2AC8FFFF23C7FFFF
45C4F1FF2D3A3FFF181412FF181818FF141414A3121212001212120012121200
12121200888888008888880088888800888888008888882B858585F17F7F7FFF
747171FFABBFC3FFC6FBFFFFB5F2FFFFADF1FFFFA4EEFFFF9DF1FFFF9CD8E6FF
484A4AFF3D3938FF80C1D4FF6BE3FFFF49D4FFFF34CEFFFF2DC9FFFF38D4FFFF
4A89A0FF201916FF1F1F1FFF1B1B1BF11818182B171717001717170017171700
171717008B8B8B008B8B8B008B8B8B008B8B8B008B8B8B008A8A8A94848484FF
7C7B7AFF86898AFFC7EEF6FFBBF6FFFFB0F1FFFFA8EFFFFFA7F6FFFF93BFC9FF
43403FFF403C3AFF739EAAFF7AE8FFFF59D9FFFF3ED2FFFF33D0FFFF53CAF1FF
364145FF242120FF232323FF202020941D1D1D001D1D1D001D1D1D001D1D1D00
1D1D1D008C8C8C008C8C8C008C8C8C008C8C8C008C8C8C008D8D8D1D898989EB
848484FF797877FFABBDC0FFC6FCFFFFB5F3FFFFACF1FFFFB1F9FFFF7E979CFF
474444FF43403FFF64787DFF87EDFFFF64DDFFFF4BD6FFFF4BDDFFFF558D9FFF
2B2624FF2A2A2AFF272727EB2323231D22222200222222002222220022222200
222222008F8F8F008F8F8F008F8F8F008F8F8F008F8F8F008F8F8F008F8F8F7C
898989FF818080FF8B8E8EFFC6EEF5FFBAF6FFFFB0F2FFFFB8F8FFFF6E787AFF
4B4948FF494645FF596264FF8DE2F6FF6DE3FFFF57DEFFFF63D1F1FF414C4FFF
312E2DFF2F2F2FFF2C2C2C7C2929290029292900292929002929290029292900
2929290092929200929292009292920092929200929292009292920092929214
8E8E8EDE898989FF7F7D7DFFADBFC2FFC6FCFFFFB6F7FFFFB4E8F2FF666B6CFF
51504FFF4F4D4DFF545656FF8ACEDEFF76E8FFFF71EAFFFF6196A3FF393331FF
373737FF333333DE303030143030300030303000303030003030300030303000
3030300093939300939393009393930093939300939393009393930093939300
929292698E8E8EFF868585FF8D8F90FFC6EEF3FFBEFDFFFFB0DDE6FF646667FF
565555FF545353FF52514FFF88C3D1FF80F2FFFF83DAEEFF4C5457FF3D3A39FF
3C3C3CFF37373769333333003333330033333300333333003333330033333300
3333330095959500959595009595950095959500959595009595950095959500
95959509939393D28E8E8EFF848181FFADBEC2FFC8FEFFFFBEEEF5FF6F7475FF
585656FF565454FF5C5E5FFF96D7E4FF90F6FFFF759DA6FF433E3DFF444444FF
404040D23C3C3C093B3B3B003B3B3B003B3B3B003B3B3B003B3B3B003B3B3B00
3B3B3B0097979700979797009797970097979700979797009797970097979700
9797970097979759929292FF8B8A8AFF909292FFC6EBF2FFC9FFFFFFA5BFC3FF
656565FF5F5E5DFF8DA9B0FFA5F8FFFF98DFEFFF5E6264FF4B4949FF484848FF
4444445943434300434343004343430043434300434343004343430043434300
4343430099999900999999009999990099999900999999009999990099999900
9999990099999906979797C2929292FF898786FFADBDC0FFC8FBFFFFC3FAFFFF
B7E7EFFFB0E3EDFFAEF3FFFFA4F7FFFF86A5ABFF585553FF525252FF4C4C4CC2
4949490649494900494949004949490049494900494949004949490049494900
494949009A9A9A009A9A9A009A9A9A009A9A9A009A9A9A009A9A9A009A9A9A00
9A9A9A009A9A9A009A9A9A45969797FC909090FF929393FFC6E9EFFFBEF9FFFF
B6F8FFFFAEF7FFFFA6F6FFFFA8E0EBFF6E7071FF616160FF575757FC50505045
4F4F4F004F4F4F004F4F4F004F4F4F004F4F4F004F4F4F004F4F4F004F4F4F00
4F4F4F009C9C9C009C9C9C009C9C9C009C9C9C009C9C9C009C9C9C009C9C9C00
9C9C9C009C9C9C009C9C9C009B9B9BAF969696FF8E8C8CFFADBABDFFCAFCFFFF
B9F5FFFFB1F4FFFFB6FAFFFF93A9ACFF6A6665FF686869FF5C5C5CAF54545400
5555550055555500555555005555550055555500555555005555550055555500
555555009E9E9E009E9E9E009E9E9E009E9E9E009E9E9E009E9E9E009E9E9E00
9E9E9E009E9E9E009E9E9E009D9D9D359A9A9AF8949494FF959595FFC7E8EDFF
C0F9FFFFB9F9FFFFB7E4EBFF7C7E7DFF717070FF6D6D6DF85F5F5F355A5A5A00
5B5B5B005B5B5B005B5B5B005B5B5B005B5B5B005B5B5B005B5B5B005B5B5B00
5B5B5B00A0A0A000A0A0A000A0A0A000A0A0A000A0A0A000A0A0A000A0A0A000
A0A0A000A0A0A000A0A0A000A0A0A0009E9E9EA09A9A9AFF918F8FFFADB9BBFF
D0FFFFFFCAFFFFFF9EAFB2FF797676FF787878FF717171A06666660066666600
6767670067676700676767006767670067676700676767006767670067676700
67676700A0A0A000A0A0A000A0A0A000A0A0A000A0A0A000A0A0A000A0A0A000
A0A0A000A0A0A000A0A0A000A0A0A000A0A0A0289D9D9DF0999898FF979797FF
ACB7B8FFA7B3B5FF888989FF818181FF7D7D7DF0747474286B6B6B006C6C6C00
6C6C6C006C6C6C006C6C6C006C6C6C006C6C6C006C6C6C006C6C6C006C6C6C00
6C6C6C00A2A2A200A2A2A200A2A2A200A2A2A200A2A2A200A2A2A200A2A2A200
A2A2A200A2A2A200A2A2A200A2A2A200A2A2A200A1A1A18D9E9E9EFF989898FF
908E8EFF8C8A8AFF8C8B8BFF878787FF8181818D7E7E7E007D7D7D007D7D7D00
7D7D7D007D7D7D007D7D7D007D7D7D007D7D7D007D7D7D007D7D7D007D7D7D00
7D7D7D00A3A3A300A3A3A300A3A3A300A3A3A300A3A3A300A3A3A300A3A3A300
A3A3A300A3A3A300A3A3A300A3A3A300A3A3A300A3A3A31AA1A1A1DE9D9D9DFF
989898FF949494FF909090FF8B8B8BDE8686861A868686008686860086868600
8686860086868600868686008686860086868600868686008686860086868600
86868600A4A4A400A4A4A400A4A4A400A4A4A400A4A4A400A4A4A400A4A4A400
A4A4A400A4A4A400A4A4A400A4A4A400A4A4A400A4A4A400A3A3A342A1A1A1EA
9D9D9DFF989898FF959595EA8F8F8F428D8D8D008E8E8E008E8E8E008E8E8E00
8E8E8E008E8E8E008E8E8E008E8E8E008E8E8E008E8E8E008E8E8E008E8E8E00
8E8E8E00A4A4A400A4A4A400A4A4A400A4A4A400A4A4A400A4A4A400A4A4A400
A4A4A400A4A4A400A4A4A400A4A4A400A4A4A400A4A4A400A4A4A400A2A2A25F
9F9F9FB59B9B9BB59797975F9292920091919100919191009191910091919100
9191910091919100919191009191910091919100919191009191910091919100
91919100FFFFFFFF800000010000000000000000000000000000000000000000
000000008000000180000001C0000003E0000007E0000007F000000FF000000F
F800001FF800001FFC00003FFC00003FFE00007FFE00007FFF0000FFFF0000FF
FF8001FFFFC003FFFFC003FFFFE007FFFFE007FFFFF00FFFFFF00FFFFFF81FFF
FFFC3FFF}
Visible = False
end
object btnOK: TButton
Left = 303
Top = 250
Width = 75
Height = 25
Action = actOK
Anchors = [akRight, akBottom]
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 383
Top = 250
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object btnApply: TButton
Left = 463
Top = 250
Width = 75
Height = 25
Action = actApply
Anchors = [akRight, akBottom]
TabOrder = 2
end
object gbSelectedImage: TGroupBox
Left = 359
Top = 7
Width = 180
Height = 231
Anchors = [akTop, akRight, akBottom]
Caption = 'Selected Image'
TabOrder = 3
object pbPreview: TPaintBox
Left = 10
Top = 15
Width = 160
Height = 160
Anchors = [akLeft, akTop, akRight]
OnMouseDown = pbPreviewMouseDown
OnMouseMove = pbPreviewMouseMove
OnMouseUp = pbPreviewMouseUp
OnPaint = pbPreviewPaint
end
object lbTransparentColor: TLabel
Left = 9
Top = 186
Width = 87
Height = 13
Anchors = [akLeft, akBottom]
Caption = 'Transparent Color:'
end
object cbTransparentColor: TComboBox
Left = 10
Top = 201
Width = 161
Height = 21
Anchors = [akLeft, akRight, akBottom]
ItemHeight = 13
TabOrder = 0
OnChange = cbTransparentColorChange
OnExit = cbTransparentColorExit
end
end
object gbImages: TGroupBox
Left = 12
Top = 7
Width = 340
Height = 231
Anchors = [akLeft, akTop, akRight, akBottom]
Caption = 'Images'
TabOrder = 4
object lvImages: TListView
Left = 10
Top = 15
Width = 320
Height = 178
Hint = 'Add image'
Anchors = [akLeft, akTop, akRight, akBottom]
Columns = <>
Constraints.MinHeight = 150
Constraints.MinWidth = 228
DragMode = dmAutomatic
HideSelection = False
IconOptions.AutoArrange = True
MultiSelect = True
ReadOnly = True
PopupMenu = pmCommands
ShowColumnHeaders = False
TabOrder = 0
OnEndDrag = lvImagesEndDrag
OnDragOver = lvImagesDragOver
OnKeyDown = lvImagesKeyDown
OnStartDrag = lvImagesStartDrag
end
object pnlToolBarSubstrate: TPanel
Left = 10
Top = 200
Width = 183
Height = 22
Anchors = [akLeft, akBottom]
BevelOuter = bvNone
TabOrder = 1
object tbCommands: TToolBar
Left = 0
Top = 0
Width = 183
Height = 22
Align = alClient
Caption = 'tbCommands'
EdgeBorders = []
Flat = True
Images = imglSmall
ParentShowHint = False
ShowHint = True
TabOrder = 0
object tbbAdd: TToolButton
Left = 0
Top = 0
Action = actAdd
end
object tbbReplace: TToolButton
Left = 23
Top = 0
Action = actReplace
end
object tbbDelete: TToolButton
Left = 46
Top = 0
Action = actDelete
end
object tbbClear: TToolButton
Left = 69
Top = 0
Action = actClear
end
object tbbExport: TToolButton
Left = 92
Top = 0
Action = actExport
DropdownMenu = pmExport
end
object tbbImport: TToolButton
Left = 115
Top = 0
Action = actImport
DropdownMenu = pmImageLists
end
end
end
object cbImagesSize: TComboBox
Left = 260
Top = 200
Width = 70
Height = 21
Style = csDropDownList
Anchors = [akRight, akBottom]
ItemHeight = 13
TabOrder = 2
OnChange = cbImagesSizeChange
Items.Strings = (
'16x16'
'24x24'
'32x32'
'48x48'
'64x64'
'128x128')
end
end
object pmImageLists: TPopupMenu
Images = imglSmall
Left = 64
Top = 40
end
object pmCommands: TPopupMenu
Images = imglSmall
Left = 152
Top = 40
object miAdd: TMenuItem
Action = actAdd
end
object miReplace: TMenuItem
Action = actReplace
end
object miDelete: TMenuItem
Action = actDelete
end
object miClear: TMenuItem
Action = actClear
end
object miExport: TMenuItem
Action = actExport
object AsBitmap1: TMenuItem
Action = actExportAsBitmap
end
object AsPNG1: TMenuItem
Action = actExportAsPNG
end
end
object miImport: TMenuItem
Action = actImport
end
end
object imglSmall: TcxImageList
CompressData = True
FormatVersion = 1
DesignInfo = 1572992
ImageInfo = <
item
Image.Data = {
860200005844424D0100823604020084424D3604060081360300812803008110
03008110030083010020060081045200034E8100034D8100034D8100034B8100
034B810003488100034781000347810003458100034381000343810003431100
0351A9006BCE7D006BCE7D0069CF7F0068CF800068D0810067D1830067D18400
65D2860065D2860064D38800034511000354A90064D388002FC562002EC76500
2EC765002DC869002DC869002ECA6D002ECA6D0030CB700064D9950003471100
0357A90068D9960041CF7A004CD181005CD68C0072DB9C0085E1A900A1E7BB00
BDEDCD00E4F1DB00F2F5E600034B11000359A900D1EFD400E4F1DB00F6F1DD00
F9F2DF00FDF3E100FDF3E100FDF4E200FFF4E600FFF4E600FFF8EE00034D1100
035CB000FFF6EA00FFF3E300FFF3E300FFF3E100FFF2DF00FFF1DE00FFF1DE00
FFF1DD00FFF1DD0003531900034F1800034F180D00035EB000FFF0DA00FFEBCE
00FFEACC00FFEACC00FFE9CA00FFE9C800FFE8C700FFE7C400FFE7C40002591B
000FCD69000353190D000361B000FFE8C700FFDFB300FFDEB000FFDEB000FFDD
AE00FFDDAD00FFDCAB00FFDBAA00FFDAA600025E1D000FCD690002561A0D0003
64BD00FFDEB000FFDDAE00FFDDAD00FFDDAD00FFDCAB00FFDBAA000375280003
7025000269220002641F0027D87C00025E1D0002591B0002561A000353190003
66810003668100036481000363810003638100036181000361A400037C2C006F
F0B0006FF0B00053E89C003CE08A0027D87C000FCD69000FCD690002561A1D00
A30387330003873300037C2C000375280053E89C000269220002641F00025E1D
0002591B29008B037C2C006FF0B00003702535008B0387330087F6C100037C2C
35008B04943A00038733000387334D00}
Mask.Data = {
670000005844424D0100817E030083424D7E0700813E03008128030081100300
8110030083010001050081400B0081020B0003FF810002FF0300810F0300810F
0300810F0300810F0300810F0300810703008107030081070A0081FE030082FF
C7020082FFC7020082FFC7020002FF0200}
end
item
Image.Data = {
580300005844424D0100823604020084424D3604060081360300812803008110
0300811003008301002006008104460083A559060900037A8100037A81000377
8100037781000377810003758100037581000375810003738100037081000370
050090A5590600A5590600A5590600CCB59200037DA5008FDA9D008FDA9D008F
DA9D008EDBA0008DDCA1008DDCA1008CDDA4008CDDA4008CDDA400037309008C
A5590600D3CFC200A5590600037DA5008BDEA50062D3890062D3890062D58C00
62D58C0061D7900061D7900061D790008CE3AF000375110084A55906000381A5
008CE3AF0072DB9C0078DCA00085E1A90095E4B400A1E7BB00BDEDCD00D1EFD4
00EDF6E7000377150003819100E4F1DB00EDF6E700F9F5E600F9F5E600034E81
00034D8100034D8100034B8100034B8100034881000347810003478100034581
00034381000343810003859100FFF8EE00FFF6EA00FFF6EA00FFF6EA000351A5
006BCE7D006BCE7D0069CF7F0068CF800068D0810067D1830067D1840065D286
0065D286000345810003859100FFF3E300FFF0DA00FFF0DA00FFF0DA000354A5
0064D388002FC562002EC765002EC765002DC869002DC869002ECA6D002ECA6D
0064D995000348810003899100FFEDD300FFE7C600FFE7C400FFE7C4000357A5
0068D9960041CF7A004CD181005CD68C0072DB9C0085E1A900A1E7BB00BDEDCD
00EDF6E700034B8100038A9100FFE6C200FFE6C200FFE6C200FFE6C2000359A5
00D1EFD400E4F1DB00F6F1DD00F9F2DF00FDF3E100FDF3E100FDF4E200FFF4E6
00FFF8EE00034E8100038D8100038A8100038A8100038A810003898100035CA5
00FFF6EA00FFF3E300FFF3E300FFF3E100FFF2DF00FFF1DE00FFF1DE00FFF1DD
00FFF4E60003511500035EA500FFF0DA00FFEBCE00FFEACC00FFEACC00FFE9CA
00FFE9C800FFE8C700FFE7C400FFEDD30003548400C6731B11000361A500FFE8
C700FFDFB300FFDEB000FFDEB000FFDDAE00FFDDAD00FFDCAB00FFDBAA00FFE4
BB0003578C00C9761D00DAD4C600C6731B09000364A500FFDEB000FFDDAE00FF
DDAD00FFDDAD00FFDCAB00FFDBAA00FFDBAA00FFDAA600FFDAA60003599000D8
C3A600CB781E00C9761D00C6731B050003668100036681000364810003638100
036381000361810003618100035E8100035E8100035E8100035C090083CB781E
3500}
Mask.Data = {
550000005844424D0100817E030083424D7E0700813E03008128030081100300
8110030083010001050081400B0081020B0003FF8300FFFB0300811003008118
0300811E0300811F1A0081F8030081780300811803008108030082DFFF0200}
end
item
Image.Data = {
AE0200005844424D0100823604020084424D3604060081360300812803008110
03008110030083010020060081045200034E8100034D8100034D8100034B8100
034B810003488100034781000347810003458100034381000343810003431100
0351A9006BCE7D006BCE7D0069CF7F0068CF800068D0810067D1830067D18400
65D2860065D2860064D38800034511000354A90064D388002FC562002EC76500
2EC765002DC869002DC869002ECA6D002ECA6D0030CB700064D9950003471100
0357A90068D9960041CF7A004CD181005CD68C0072DB9C0085E1A900A1E7BB00
BDEDCD00E4F1DB00F2F5E600034B11000359A900D1EFD400E4F1DB00F6F1DD00
F9F2DF00FDF3E100FDF3E100FDF4E200FFF4E600FFF4E600FFF8EE00034D0900
83969FD30500035CA900FFF6EA00FFF3E300FFF3E300FFF3E100FFF2DF00EFE2
DC00FFF1DE00FFF1DD00FFF1DD00FFF3E300034E050087969FD300929BD10500
035EA900FFF0DA00FFEBCE00FFEACC00FFEACC00FFE9CA00B7A8CA00E7D3C600
FFE7C400FFE7C400FFEDD30003538800C9D5EB005B60BD09000361A900FFE8C7
00FFDFB300FFDEB000FFDEB000FFDDAE00C4ABB6008B78B700FADAAB00FFDAA6
00FFE4BB00035388006469CA00969FD309000364A900FFDEB000FFDDAE00FFDD
AD00FFDDAD00FFDBAA00FADAAB008B78B7008B78B700FFDAA600FFDAA600022A
8594006469CA0D00036681000366810003648100036381000363810003618100
036181000259826600022A829400022A829400022A829400022A8194310088AE
B8E5000A0BCC00020585C9007C84D92900A7C9D5EB007D84E4002C2FD7006D73
DD006D73DD001011CA001F21CD005D62D6008991DA00C9D5EB19008B7D84E400
383AD6009BA4E309008CAEB8E5004E52D9001011CA00020585C500474BD31900
87C9D5EB00C9D5EB15008BB5C0E7007D84E4008B93E24100}
Mask.Data = {
6F0000005844424D0100817E030083424D7E0700813E03008128030081100300
8110030083010001050081400B0081020B0003FF810002FF0300810F0300810F
0300810F0300810F0300810D030081090300810303008103030081070300810F
020082FF0F020081FC030082FC60020082FCF8020002FF0200}
end
item
Image.Data = {
DB0100005844424D0100823604020084424D3604060081360300812803008110
03008110030083010020060081044600835B60BD39008799A2D3005B60BD0900
83C9D5EB2D00874B4FB40099A2D30900838991DA2900878A92CF004B4FB40D00
877C84D900A4ADE421008BB5C0E7002C2EAF00929BD10D0087AEB8E5005D62D6
2100875B60BD005B60BD1500876D73DD005D62D619008B7178CF002C2EAF00AE
B8E51900873F42D200646AD81100847C84D900021585BC008991DA1D008B9BA4
E3001F21CD00585CD60900847C84D900021585BC007177D4250090858DE10010
11CA00383AD600474BD300020B85C500646AD82D0088646AD8000A0BCC000205
89C9002E30CE00A4ADE4290090858DE1002C2FD7000A0BCC001A1BCD0002058D
C9001A1BCD005D62D6009BA4E3190088A4ADE4004E52D900020892D5003033D5
008B93E200A4ADE4004E52D900020582C900020582C600020591C6002E30CE00
5D62D600838ADB00A4ADE40500845D63E200020882D500020889D5005E63DF00
B5C0E70D0088858DE100383AD600020582C900020582C600020582C500020582
C500020591C0007C84D9007D84E4005D63E200959EE71D008C858DE100474BD3
001011CA00020582C600020585C5001F21C7310090B5C0E700858DE1005D62D6
009BA4E300}
Mask.Data = {
7A0000005844424D0100817E030083424D7E0700813E03008128030081100300
8110030083010001050081400B0081020B0003FF8300FFFB020082FFF3020082
7FF30200827FE70200823FC70200823FCF0200829F8F020082CF1F020082C63F
020082E07F020082F07F020082E01F0200828001020081070300821FC0020082
FFF00200}
end
item
Image.Data = {
520300005844424D0100823604020084424D3604060081360300812803008110
030081100300830100200600810456008CC5A67B00B26C3400CA8B5800032481
0003248100031981000319810003198100030F8100030F8100030F8C00BA7743
00A1551A00B78E5D09008CBA774300EFCA9100EBC58800033481000332810003
2C8100032C810003248900E2B97A00E2B97A0003198C00E2B97A00DAA65600A1
551A09008CC17E4800F2CE9600EFCA91000345810003418100033C8100033781
0003348900E5BD7D00E4BA7C0003248C00E2B97A00DAA65600A1551A09008CC6
834E00F4D19D00F2CE96000359810003538100034E81000348810003458900E7
BD8300E5BD7D0003378C00E2B97A00DAA65600A85E2409008CCA8B5800F6D5A5
00F4D19D00036B81000366810003618100035C81000357810003538100034D81
0003488C00E5BD7D00DAA65600A85E240900B7CA8B5800FADAAB00F6D5A500F4
D19D00EFCA9100EFCA9100EBC58800EBC58800EBC58800E7BD8300E7BD8300E7
BD8300E1AE5F00A85E240900B7D1915D00FBDDB100F2CE9600F3C88600F3C886
00EDC07A00ECBC7200E9B86D00E6B56900E6B56900E3B16400E3B16400E1AE5F
00B26C340900B7D99B6800FFE4BB00E3AF7900E3AF7900E3B27500E3B27500E4
AF6E00E4AF6E00E2AD6800E2AD6800E2AD6800E2AD6800E3B16400B26C340900
8CD99B6800FFE4BB00E3AF790003FC810003FC810003FA810003FA810003F881
0003F8810003F6810003F68C00E2AD6800E6B56900B26C3409008CDFA47100FF
E6C200DFA4710003FE810003D6810003D6810003D6810003D6810003D2810003
D2810003F88C00E0A96A00E6B56900BA774309008CDFA47100FFECC900DFA471
0003FF810003FF810003FE810003FE810003FC810003FC810003FA810003FA8C
00E0A96A00E9B86D00BA774309008CE4A77500FFEFCF00D99B680003FF810003
D9810003D9810003D9810003D9810003D6810003D6810003FC8C00E0A96A00EC
BC7200C17E4809008CE4A77500FFF4D400DFAE850003FF810003FF810003FF81
0003FF810003FF810003FF810003FF810003FC8C00E7BD8300EFCA9100C6834E
09008CE2CFB000E4A77500E4A7750003D9810003D9810003D9810003D9810003
D9810003D9810003D9810003D98C00D1915D00CA8B5800CCB5924500}
Mask.Data = {
7A0000005844424D0100817E030083424D7E0700813E03008128030081100300
8110030083010001050081400B0081020B0003FF810002FF0200828001020082
8001020082800102008280010200828001020082800102008280010200828001
0200828001020082800102008280010200828001020082800102008280010200
02FF0200}
end
item
Image.Data = {
E10200005844424D0100823604020084424D3604060081360300812803008110
03008110030083010020060081045E000366810003618100035C810003578100
03518100034D81000347810003418100033C81000337810003348100032C1100
036B810003E3810003FF810003FF810003FF810003FF810003FF810003FF8100
03FF810003FF810003FF810003321100036B810003E3810003FF810003FF8100
03FF810003FF810003FF810003FF810003FF810003FF810003FF810003341100
0370810003E3810003FF810003FF8500BF611B0003FF810003FF810003FF8100
03FF810003FF810003FF8100033711000373810003E3810003FF810003FF8900
C5631B00C5631B0003FF810003FF810003FF810003FF810003FF8100033C0900
A4E07A2E00DD762A00DA722600D6712600D46C2200D16B1F00CB661C00CB661C
00C5631B0003FF810003FF810003FF810003FF8100033C0900A8E8833A00E37E
3400E37E3400E07A2E00DD762A00DA722600D6712600D16B1F00CE691F00CB66
1C0003FF810003FF810003FF810003410900A4EE8D4600EE8D4600E8833A00E8
833A00E37E3400E37E3400E07A2E00DD762A00D671260003FF810003FF810003
FF810003FF8100034511000381810003E3810003FF810003FF8900E8833A00E3
7E340003FF810003FF810003FF810003FF810003FF8100034811000381810003
E3810003FF810003FF8500EE8D460003FF810003FF810003FF810003FF810003
FF810003FF8100034B11000385810003E3810003FF810003FF810003FF810003
FF810003FF810003FF810003FF810003FF810003FF8100034E11000389810003
E3810003FF810003FF810003FF810003FF810003FF810003FF810003FF810003
FF810003FF810003531100038A810003E3810003E3810003E3810003E3810003
E3810003E3810003E3810003E3810003E3810003E3810003571100038D810003
8981000385810003818100037D81000377810003738100037081000366810003
648100035E810003594500}
Mask.Data = {
7A0000005844424D0100817E030083424D7E0700813E03008128030081100300
8110030083010001050081400B0081020B0003FF810002FF020082E001020082
E001020082E001020082E001020082E001020082800102008280010200828001
020082E001020082E001020082E001020082E001020082E001020082E0010200
02FF0200}
end>
end
object spdSave: TSavePictureDialog
DefaultExt = '*.bmp'
Filter = 'Bitmaps (*.bmp)|*.bmp'
Left = 201
Top = 24
end
object actlCommands: TActionList
Images = imglSmall
Left = 128
Top = 80
object actAdd: TAction
Caption = '&Add'
Hint = 'Add image'
ImageIndex = 0
ShortCut = 45
OnExecute = actAddExecute
end
object actInsert: TAction
Caption = 'Insert'
ShortCut = 8237
OnExecute = actInsertExecute
end
object actReplace: TAction
Caption = '&Replace'
Hint = 'Replace image'
ImageIndex = 1
ShortCut = 16466
OnExecute = actReplaceExecute
end
object actDelete: TAction
Caption = '&Delete'
Hint = 'Delete image'
ImageIndex = 2
ShortCut = 46
OnExecute = actDeleteExecute
end
object actClear: TAction
Caption = '&Clear'
Hint = 'Clear'
ImageIndex = 3
ShortCut = 16430
OnExecute = actClearExecute
end
object actImport: TAction
Caption = '&Import'
Hint = 'Import images'
ImageIndex = 5
OnExecute = actImportExecute
end
object actApply: TAction
Caption = 'Apply'
OnExecute = actApplyExecute
end
object actOK: TAction
Caption = 'OK'
OnExecute = actOKExecute
end
object actExportAsBitmap: TAction
Caption = 'as &Bitmap...'
Hint = 'Export as bitmap'
ImageIndex = 4
ShortCut = 16450
OnExecute = actExportAsBitmapExecute
end
object actExportAsPNG: TAction
Caption = 'as &PNG...'
Hint = 'Export as PNG'
ImageIndex = 4
ShortCut = 16464
OnExecute = actExportAsPNGExecute
end
object actExport: TAction
Caption = '&Export'
Hint = 'Export images'
ImageIndex = 4
OnExecute = actExportExecute
end
end
object opdOpen: TOpenPictureDialog
Filter =
'All (*.bmp, *.ico)|*.bmp;*.ico|Bitmaps (*.bmp)|*.bmp|Icons (*.ic' +
'o)|*.ico'
FilterIndex = 0
Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
Left = 198
Top = 80
end
object pmExport: TPopupMenu
Images = imglSmall
Left = 224
Top = 144
object AsBitmap2: TMenuItem
Action = actExportAsBitmap
Caption = 'Export as &Bitmap...'
end
object AsPNG2: TMenuItem
Action = actExportAsPNG
Caption = 'Export as &PNG...'
end
end
end

View File

@ -0,0 +1,150 @@
object cxImportDialogForm: TcxImportDialogForm
Left = 288
Top = 203
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Import'
ClientHeight = 367
ClientWidth = 546
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 141
Top = 0
Width = 113
Height = 367
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
object Button1: TButton
Left = 12
Top = 8
Width = 89
Height = 25
Caption = 'Import'
Enabled = False
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 12
Top = 40
Width = 89
Height = 25
Cancel = True
Caption = 'Close'
ModalResult = 2
TabOrder = 1
end
object Button3: TButton
Left = 12
Top = 332
Width = 89
Height = 25
Caption = 'Options >>'
TabOrder = 2
OnClick = Button3Click
end
end
object ListBox1: TListBox
Left = 0
Top = 0
Width = 141
Height = 367
Align = alLeft
ItemHeight = 13
TabOrder = 1
OnClick = ListBox1Click
OnDblClick = ListBox1DblClick
end
object StylesPane: TPanel
Left = 254
Top = 0
Width = 292
Height = 367
Align = alClient
TabOrder = 2
object PageControl1: TPageControl
Left = 1
Top = 1
Width = 290
Height = 365
ActivePage = TabSheet2
Align = alClient
TabOrder = 0
TabStop = False
object TabSheet2: TTabSheet
Caption = 'Styles'
ImageIndex = 1
OnShow = TabSheet2Show
object GroupBox2: TGroupBox
Left = 0
Top = 36
Width = 282
Height = 301
Align = alBottom
Caption = ' StyleRepository Options '
TabOrder = 1
object RadioButton1: TRadioButton
Left = 16
Top = 28
Width = 169
Height = 17
Caption = 'Create New StyleRepository'
Checked = True
TabOrder = 0
TabStop = True
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 16
Top = 100
Width = 173
Height = 17
Caption = 'Use Existing StyleRepository'
TabOrder = 2
OnClick = RadioButton2Click
end
object Edit1: TEdit
Left = 36
Top = 52
Width = 229
Height = 21
TabOrder = 1
end
object ComboBox1: TComboBox
Left = 36
Top = 124
Width = 229
Height = 21
Style = csDropDownList
Color = clBtnFace
Enabled = False
ItemHeight = 13
TabOrder = 3
end
end
object cbImportStyles: TCheckBox
Left = 4
Top = 8
Width = 97
Height = 17
Caption = 'Import Styles'
Checked = True
State = cbChecked
TabOrder = 0
OnClick = cbImportStylesClick
end
end
end
end
end

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,75 @@
object cxMaskEditTextEditorDlg: TcxMaskEditTextEditorDlg
Left = 327
Top = 323
BorderStyle = bsDialog
Caption = 'Masked Text Editor'
ClientHeight = 151
ClientWidth = 466
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnKeyDown = FormKeyDown
OnShow = FormShow
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 24
Width = 47
Height = 13
Caption = 'Input text:'
end
object Label2: TLabel
Left = 8
Top = 62
Width = 49
Height = 13
Caption = 'Edit mask:'
end
object Label3: TLabel
Left = 64
Top = 62
Width = 3
Height = 13
end
object Bevel1: TBevel
Left = 8
Top = 96
Width = 449
Height = 2
end
object cxMaskEdit1: TcxMaskEdit
Tag = 25
Left = 64
Top = 20
Width = 391
Height = 21
Properties.IgnoreMaskBlank = True
Properties.MaxLength = 0
TabOrder = 0
end
object cxButton2: TButton
Left = 352
Top = 112
Width = 105
Height = 25
Caption = 'Cancel'
TabOrder = 1
OnClick = cxButton2Click
end
object cxButton1: TButton
Left = 240
Top = 112
Width = 105
Height = 25
Caption = 'OK'
TabOrder = 2
OnClick = cxButton1Click
end
end

View File

@ -0,0 +1,453 @@
object cxCollectionEditor: TcxCollectionEditor
Left = 534
Top = 162
HelpContext = 26150
HorzScrollBar.Increment = 10
VertScrollBar.Increment = 11
AutoScroll = False
BorderIcons = [biSystemMenu]
BorderStyle = bsSizeToolWin
Caption = 'CollectionEditor'
ClientHeight = 142
ClientWidth = 183
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = True
ShowHint = True
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 183
Height = 28
AutoSize = True
ButtonHeight = 24
ButtonWidth = 24
EdgeBorders = [ebTop, ebBottom]
Flat = True
Images = ImageList
PopupMenu = PopupMenu2
TabOrder = 1
Wrapable = False
object ToolButton1: TToolButton
Left = 0
Top = 0
Action = acAdd
end
object ToolButton2: TToolButton
Left = 24
Top = 0
Action = acDelete
end
object ToolButton3: TToolButton
Left = 48
Top = 0
Width = 8
Caption = 'ToolButton3'
ImageIndex = 2
Style = tbsSeparator
end
object ToolButton4: TToolButton
Left = 56
Top = 0
Action = acMoveUp
end
object ToolButton5: TToolButton
Left = 80
Top = 0
Action = acMoveDown
end
end
object Panel: TPanel
Left = 0
Top = 28
Width = 183
Height = 114
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object ListView1: TListView
Left = 0
Top = 0
Width = 183
Height = 114
Align = alClient
Columns = <>
ColumnClick = False
DragMode = dmAutomatic
HideSelection = False
ReadOnly = True
RowSelect = True
PopupMenu = PopupMenu1
ShowColumnHeaders = False
TabOrder = 0
ViewStyle = vsReport
OnChange = ListView1Change
OnDragDrop = ListView1DragDrop
OnDragOver = ListView1DragOver
OnKeyDown = ListView1KeyDown
OnKeyPress = ListView1KeyPress
end
end
object ImageList: TImageList
Left = 40
Top = 40
Bitmap = {
494C010104000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
0000000000003600000028000000400000002000000001002000000000000020
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000848484008484
8400848484008484840084848400848484008484840084848400848484008484
8400848484008484840084848400848484000000000000000000848484008484
8400848484008484840084848400848484008484840084848400848484008484
8400848484008484840084848400848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000FFFFFF0000FF
FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000
0000FFFFFF0000FFFF0000000000848484000000000000000000FFFFFF0000FF
FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000
0000FFFFFF0000FFFF0000000000848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000FFFF00FFFF
FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000000000C6C6
C60000000000FFFFFF000000000084848400848484000000000000FFFF00FFFF
FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000000000C6C6
C60000000000FFFFFF0000000000848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000FFFFFF0000FF
FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000FF
FF00C6C6C6000000000000000000848484000000840000000000FFFFFF0000FF
FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF000000000000FF
FF00C6C6C6000000000000000000848484000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000848400000000000000000000000000000000
000000000000000000000000000000000000000000000000000000FFFF00FFFF
FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000
000000000000000000000000000084848400000084000000840000FFFF00FFFF
FF0000FFFF00FFFFFF00848484000000840000FFFF00FFFFFF00000000000000
0000000000000000000000000000848484000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
000000000000000000000000000000000000FFFFFF0000000000FFFFFF008484
840000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF0000FFFF00FFFFFF0000FF
FF00FFFFFF0000FFFF00000000008484840084848400000084008484840000FF
FF00FFFFFF00848484000000840084848400FFFFFF0000FFFF00FFFFFF0000FF
FF00FFFFFF0000FFFF0000000000848484000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000008484000084840000848400008484000084840000000000000000
0000000000000000000000000000000000008484840000FFFF0000FFFF008484
8400FFFFFF0000FFFF008484840000FFFF00FFFFFF00FFFFFF0000FFFF00FFFF
FF0000FFFF00FFFFFF0000000000848484000000000000008400000084008484
840000FFFF000000840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
FF0000FFFF00FFFFFF0000000000848484000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000848400008484000084840000848400008484000084840000848400000000
0000000000000000000000000000000000000000000084848400FFFFFF008484
840000FFFF008484840000FFFF00FFFFFF0000FFFF0000FFFF00FFFFFF0000FF
FF00FFFFFF0000FFFF0000000000848484000000000084848400000084000000
84000000840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
FF00FFFFFF0000FFFF0000000000848484000000000000000000000000000000
0000848400008484000084840000848400008484000084840000848400000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
000000000000000000000000000000000000848484008484840084848400FFFF
FF0084848400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
FF0000FFFF00FFFFFF0000000000848484000000000084848400000084000000
840000008400FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
FF0000FFFF00FFFFFF0000000000848484000000000000000000000000000000
0000000000008484000084840000848400008484000084840000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
000000000000000000000000000000000000FFFFFF0000FFFF008484840000FF
FF00FFFFFF008484840084848400848484008484840000000000000000000000
0000000000000000000000000000000000008484840000008400000084000000
8400000084008484840000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
000000000000000000000000000000000000000000008484840000FFFF008484
840000FFFF008484840000FFFF00000000000000000000000000000000000000
0000000000000000000000000000000000000000840000008400848484000000
0000000084000000840084848400000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000848400000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000084840000848400008484000000000000000000000000
0000000000000000000000000000000000008484840000FFFF00000000008484
8400FFFFFF00000000008484840000FFFF000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000840000008400848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000FFFF0000000000000000008484
840000FFFF000000000000000000848484000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000008400000084008484840000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008484
8400FFFFFF000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000424D3E000000000000003E000000
2800000040000000200000000100010000000000000100000000000000000000
000000000000000000000000FFFFFF0000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000FFFFFFFFFFFFFFFFC000C000FFFFFFFF
80008000FFFFFFFF80008000FFFFFFFF80000000F83FFEFF80000000F83FFC7F
80000000F83FF83F00000000F83FF01F00008000C007E00F80008000E00FC007
00008000F01FF83F00010001F83FF83F81FF11FFFC7FF83F24FFF8FFFEFFF83F
66FFFC7FFFFFFFFFE7FFFFFFFFFFFFFF00000000000000000000000000000000
000000000000}
end
object ActionList: TActionList
Images = ImageList
Left = 8
Top = 40
object acAdd: TAction
ImageIndex = 0
ShortCut = 45
OnExecute = acAddExecute
end
object acDelete: TAction
Enabled = False
ImageIndex = 1
ShortCut = 46
OnExecute = acDeleteExecute
OnUpdate = SelectionUpdate
end
object acMoveUp: TAction
Enabled = False
ImageIndex = 2
ShortCut = 16422
OnExecute = acMoveUpExecute
OnUpdate = SelectionUpdate
end
object acMoveDown: TAction
Enabled = False
ImageIndex = 3
ShortCut = 16424
OnExecute = acMoveDownExecute
OnUpdate = SelectionUpdate
end
object acSelectAll: TAction
Enabled = False
ShortCut = 16449
OnExecute = acSelectAllExecute
OnUpdate = SelectAllCommandUpdate
end
object acToolbar: TAction
Checked = True
OnExecute = acToolbarExecute
end
object acTextLabels: TAction
OnExecute = acTextLabelsExecute
end
end
object PopupMenu1: TPopupMenu
Images = ImageList
Left = 72
Top = 40
object miAdd: TMenuItem
Action = acAdd
end
object miDelete: TMenuItem
Action = acDelete
end
object miMoveUp: TMenuItem
Action = acMoveUp
end
object miMoveDown: TMenuItem
Action = acMoveDown
end
object N1: TMenuItem
Caption = '-'
end
object miToolbar: TMenuItem
Action = acToolbar
end
end
object PopupMenu2: TPopupMenu
Left = 104
Top = 40
object miTextLabels: TMenuItem
Action = acTextLabels
end
end
end

View File

@ -0,0 +1,121 @@
object cxfmPictureEditor: TcxfmPictureEditor
Left = 295
Top = 158
AutoScroll = False
BorderIcons = [biSystemMenu]
Caption = 'Picture Editor'
ClientHeight = 326
ClientWidth = 368
Color = clBtnFace
Constraints.MinHeight = 220
Constraints.MinWidth = 200
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnPaint = FormPaint
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 287
Width = 352
Height = 4
Anchors = [akLeft, akRight, akBottom]
Shape = bsTopLine
end
object Image: TcxImage
Left = 8
Top = 8
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 8
Height = 273
Width = 268
end
object btnCancel: TcxButton
Left = 264
Top = 297
Width = 81
Height = 22
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 0
end
object btnOk: TcxButton
Left = 178
Top = 296
Width = 80
Height = 22
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object btnClear: TcxButton
Left = 282
Top = 120
Width = 79
Height = 23
Anchors = [akTop, akRight]
Caption = 'C&lear'
TabOrder = 2
OnClick = btnClearClick
end
object btnCopy: TcxButton
Left = 282
Top = 64
Width = 79
Height = 23
Anchors = [akTop, akRight]
Caption = '&Copy'
TabOrder = 3
OnClick = btnCopyClick
end
object btnLoad: TcxButton
Left = 282
Top = 8
Width = 79
Height = 23
Anchors = [akTop, akRight]
Caption = '&Load...'
TabOrder = 4
OnClick = btnLoadClick
end
object btnPaste: TcxButton
Left = 282
Top = 92
Width = 79
Height = 23
Anchors = [akTop, akRight]
Caption = '&Paste'
TabOrder = 5
OnClick = btnPasteClick
end
object btnSave: TcxButton
Left = 282
Top = 36
Width = 79
Height = 23
Anchors = [akTop, akRight]
Caption = '&Save...'
TabOrder = 6
OnClick = btnSaveClick
end
object Panel1: TPanel
Left = 24
Top = 24
Width = 236
Height = 241
Anchors = [akLeft, akTop, akRight, akBottom]
BevelOuter = bvNone
Color = clWindow
TabOrder = 7
end
end

View File

@ -0,0 +1,100 @@
object cxfmStringsEditor: TcxfmStringsEditor
Left = 370
Top = 256
ActiveControl = Memo1
AutoScroll = False
Caption = 'String List Editor'
ClientHeight = 317
ClientWidth = 412
Color = clBtnFace
Constraints.MinHeight = 200
Constraints.MinWidth = 200
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnPaint = FormPaint
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object pnlClient: TPanel
Left = 0
Top = 0
Width = 412
Height = 281
Anchors = [akLeft, akTop, akRight, akBottom]
BevelOuter = bvNone
BorderWidth = 4
TabOrder = 0
object GroupBox: TGroupBox
Left = 4
Top = 4
Width = 404
Height = 273
Align = alClient
TabOrder = 0
object pnlClientTop: TPanel
Left = 2
Top = 15
Width = 400
Height = 19
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Label1: TLabel
Left = 9
Top = 1
Width = 32
Height = 13
Caption = 'Label1'
end
end
object pnlClientClient: TPanel
Left = 2
Top = 34
Width = 400
Height = 237
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
TabOrder = 1
object Memo1: TcxMemo
Left = 5
Top = 5
Align = alClient
Lines.Strings = (
'Memo1')
Properties.OnChange = Memo1PropertiesChange
TabOrder = 0
Height = 227
Width = 390
end
end
end
end
object btnOK: TcxButton
Left = 224
Top = 286
Width = 81
Height = 23
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object btnCancel: TcxButton
Left = 311
Top = 286
Width = 80
Height = 23
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,331 @@
object frmPivotGridDesigner: TfrmPivotGridDesigner
Left = 253
Top = 245
AutoScroll = False
BorderIcons = [biSystemMenu, biHelp]
Caption = 'PivotGrid Designer'
ClientHeight = 368
ClientWidth = 442
Color = clBtnFace
Constraints.MinHeight = 402
Constraints.MinWidth = 450
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object pcDesigner: TPageControl
Left = 0
Top = 0
Width = 442
Height = 329
ActivePage = tbsFields
Align = alTop
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
object tbsFields: TTabSheet
Caption = '&Fields'
OnStartDrag = tbsFieldsStartDrag
object btnDelete: TcxButton
Tag = 1
Left = 325
Top = 43
Width = 100
Height = 25
Anchors = [akTop, akRight]
Caption = 'Delete'
TabOrder = 2
OnClick = btnFieldsPageClick
end
object btnMoveUp: TcxButton
Tag = 2
Left = 325
Top = 75
Width = 100
Height = 25
Anchors = [akTop, akRight]
Caption = 'Move &Up'
TabOrder = 3
OnClick = btnFieldsPageClick
end
object btnAdd: TcxButton
Left = 325
Top = 10
Width = 100
Height = 25
Anchors = [akTop, akRight]
Caption = '&Add '
TabOrder = 1
OnClick = btnFieldsPageClick
end
object btnMoveDown: TcxButton
Tag = 3
Left = 325
Top = 107
Width = 100
Height = 25
Anchors = [akTop, akRight]
Caption = 'Move &Down'
TabOrder = 4
OnClick = btnFieldsPageClick
end
object btnRetrieveFields: TcxButton
Tag = 4
Left = 325
Top = 140
Width = 100
Height = 25
Anchors = [akTop, akRight]
Caption = 'Retrieve &Fields'
TabOrder = 5
OnClick = btnFieldsPageClick
end
object lbFields: TcxListBox
Left = 8
Top = 9
Width = 306
Height = 281
Anchors = [akLeft, akTop, akRight, akBottom]
DragMode = dmAutomatic
ItemHeight = 13
MultiSelect = True
PopupMenu = pmFields
TabOrder = 0
OnClick = lbFieldsClick
OnDragDrop = lbFieldsDragDrop
OnDragOver = lbFieldsDragOver
OnEndDrag = lbFieldsEndDrag
end
end
object tbsGroups: TTabSheet
Caption = '&Groups'
ImageIndex = 1
OnResize = tbsGroupsResize
object pnlGroups: TPanel
Left = 0
Top = 0
Width = 177
Height = 301
Align = alLeft
Anchors = [akLeft, akTop, akRight, akBottom]
BevelOuter = bvNone
TabOrder = 0
object Label1: TLabel
Left = 11
Top = 6
Width = 37
Height = 13
Caption = 'Groups:'
end
object tvGroups: TcxTreeView
Left = 8
Top = 26
Width = 160
Height = 265
Anchors = [akLeft, akTop, akRight, akBottom]
PopupMenu = pmGroups
TabOrder = 0
OnClick = tvGroupsClick
OnDblClick = tvGroupsDblClick
OnDragDrop = tvGroupsDragDrop
OnDragOver = tvGroupsDragOver
OnKeyUp = tvGroupsKeyUp
OnMouseDown = tvGroupsMouseDown
OnChange = tvGroupsChange
OnCustomDrawItem = tvGroupsCustomDrawItem
OnEditing = tvGroupsEditing
OnEdited = tvGroupsEdited
end
end
object pnlGroupUngroup: TPanel
Left = 177
Top = 0
Width = 80
Height = 301
Align = alLeft
BevelOuter = bvNone
TabOrder = 1
object btnUnlink: TcxButton
Tag = 2
Left = 1
Top = 101
Width = 78
Height = 25
Anchors = [akTop]
Caption = '>'
TabOrder = 0
OnClick = btnGroupClick
end
object btnLink: TcxButton
Tag = 3
Left = 1
Top = 136
Width = 78
Height = 25
Anchors = [akTop]
Caption = '<'
TabOrder = 1
OnClick = btnGroupClick
end
object btnAddGroup: TcxButton
Left = 1
Top = 32
Width = 78
Height = 25
Anchors = [akTop]
Caption = '&Add'
TabOrder = 2
OnClick = btnGroupClick
end
object btnDeleteGroup: TcxButton
Tag = 1
Left = 1
Top = 66
Width = 78
Height = 25
Anchors = [akTop]
Caption = '&Delete'
TabOrder = 3
OnClick = btnGroupClick
end
object btnMoveUpGroup: TcxButton
Tag = 2
Left = 1
Top = 171
Width = 78
Height = 25
Anchors = [akTop]
Caption = 'Move &Up'
TabOrder = 4
OnClick = miMoveInGroupClick
end
object btnMoveDownGroup: TcxButton
Tag = 3
Left = 1
Top = 206
Width = 78
Height = 25
Anchors = [akTop]
Caption = 'Move &Down'
TabOrder = 5
OnClick = miMoveInGroupClick
end
end
object pnlUnlinked: TPanel
Left = 257
Top = 0
Width = 177
Height = 301
Align = alClient
BevelOuter = bvNone
TabOrder = 2
object Label2: TLabel
Left = 11
Top = 8
Width = 72
Height = 13
Caption = 'Unlinked fields:'
end
object lbUnlinkedFields: TcxListBox
Left = 8
Top = 26
Width = 160
Height = 265
Anchors = [akLeft, akTop, akRight, akBottom]
DragMode = dmAutomatic
ItemHeight = 13
MultiSelect = True
TabOrder = 0
OnClick = lbUnlinkedFieldsClick
OnDblClick = lbUnlinkedFieldsDblClick
end
end
end
end
object btnClose: TcxButton
Left = 352
Top = 335
Width = 80
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = '&Close'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = btnCloseClick
end
object pmFields: TPopupMenu
Left = 36
Top = 336
object miAdd: TMenuItem
Caption = 'Add'
ShortCut = 45
OnClick = btnFieldsPageClick
end
object miDelete: TMenuItem
Tag = 1
Caption = 'Delete'
ShortCut = 46
OnClick = btnFieldsPageClick
end
object N1: TMenuItem
Caption = '-'
end
object miMoveUp: TMenuItem
Tag = 2
Caption = 'Move Up'
ShortCut = 16422
OnClick = btnFieldsPageClick
end
object miMoveDown: TMenuItem
Tag = 3
Caption = 'Move Down'
ShortCut = 16424
OnClick = btnFieldsPageClick
end
object N2: TMenuItem
Caption = '-'
end
object miSelectAll: TMenuItem
Tag = 5
Caption = 'Select All'
ShortCut = 16449
OnClick = btnFieldsPageClick
end
end
object pmGroups: TPopupMenu
Left = 76
Top = 336
object miAddGroup: TMenuItem
Caption = 'Add'
ShortCut = 45
OnClick = btnGroupClick
end
object miDeleteGroup: TMenuItem
Tag = 1
Caption = 'Delete'
ShortCut = 46
OnClick = btnGroupClick
end
object MenuItem3: TMenuItem
Caption = '-'
end
object miMoveUpInGroup: TMenuItem
Tag = 2
Caption = 'Move Up'
ShortCut = 16422
OnClick = miMoveInGroupClick
end
object miMoveDownInGroup: TMenuItem
Tag = 3
Caption = 'Move Down'
ShortCut = 16424
OnClick = miMoveInGroupClick
end
end
end

View File

@ -0,0 +1,131 @@
object frmConnectionDesigner: TfrmConnectionDesigner
Left = 289
Top = 153
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'OLAP Connection'
ClientHeight = 188
ClientWidth = 383
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object btnOk: TcxButton
Left = 193
Top = 154
Width = 85
Height = 25
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 1
end
object btnCancel: TcxButton
Left = 289
Top = 154
Width = 85
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object gbSite: TcxGroupBox
Left = 8
Top = 5
PanelStyle.Active = True
TabOrder = 0
Transparent = True
Height = 140
Width = 366
object lbConnectType: TcxLabel
Left = 9
Top = 15
Caption = 'Connect using'
Transparent = True
end
object rbAnalysisServer: TcxRadioButton
Left = 105
Top = 16
Width = 113
Height = 17
Caption = 'Analysis server'
Checked = True
TabOrder = 1
TabStop = True
OnClick = rbAnalysisServerClick
Transparent = True
end
object rbCubeFile: TcxRadioButton
Left = 233
Top = 16
Width = 113
Height = 17
Caption = 'Cube file'
TabOrder = 2
OnClick = rbCubeFileClick
Transparent = True
end
object edtServer: TcxButtonEdit
Left = 104
Top = 40
Properties.Buttons = <
item
Default = True
Kind = bkEllipsis
end>
Properties.OnButtonClick = edtServerPropertiesButtonClick
Properties.OnEditValueChanged = edtServerChanged
TabOrder = 3
Width = 249
end
object edtDatabase: TcxComboBox
Left = 104
Top = 72
Properties.DropDownListStyle = lsFixedList
Properties.OnEditValueChanged = edtDatabaseChanged
TabOrder = 4
Width = 249
end
object lbServer: TcxLabel
Left = 9
Top = 40
Caption = 'Server'
FocusControl = edtServer
Transparent = True
end
object lbDatabase: TcxLabel
Left = 9
Top = 72
Caption = 'Database'
FocusControl = edtDatabase
Transparent = True
end
object lbCube: TcxLabel
Left = 9
Top = 106
Caption = 'Cube'
FocusControl = edtCube
Transparent = True
end
object edtCube: TcxComboBox
Left = 104
Top = 104
Properties.DropDownListStyle = lsFixedList
Properties.OnChange = edtDatabaseChanged
TabOrder = 8
Width = 249
end
end
object dlgOpen: TOpenDialog
Filter = 'Cube files|*.cub|All files|*.*'
Left = 16
Top = 149
end
end

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More