Migración a GIT

This commit is contained in:
roberto 2024-12-03 17:34:08 +01:00
parent 47e6b22a22
commit 76cdc03b1f
2865 changed files with 80482 additions and 546 deletions

Binary file not shown.

BIN
Lib/CCPack/Boxes.dcu Normal file

Binary file not shown.

BIN
Lib/CCPack/ccpackD11.bpl Normal file

Binary file not shown.

BIN
Lib/CCPack/ccpackD11.dcp Normal file

Binary file not shown.

BIN
Lib/CCPack/ccpackD11.dcu Normal file

Binary file not shown.

BIN
Lib/CCPack/ccpackD11dsg.bpl Normal file

Binary file not shown.

BIN
Lib/CCPack/ccpackD11dsg.dcp Normal file

Binary file not shown.

BIN
Lib/CCPack/ccpackD11dsg.dcu Normal file

Binary file not shown.

BIN
Lib/CCPack/ccreg.dcu Normal file

Binary file not shown.

BIN
Lib/CCPack/ccregprc.dcu Normal file

Binary file not shown.

BIN
Lib/CCPack/ccwdlg.dcu Normal file

Binary file not shown.

BIN
Lib/CCPack/ccwiz.dcu Normal file

Binary file not shown.

BIN
Lib/CCPack/ccwizres.dcu Normal file

Binary file not shown.

BIN
Lib/CFPack/CustFrms.dcu Normal file

Binary file not shown.

BIN
Lib/CFPack/FrmsExpt.dcu Normal file

Binary file not shown.

BIN
Lib/CFPack/cfpack_d11.bpl Normal file

Binary file not shown.

BIN
Lib/CFPack/cfpack_d11.dcp Normal file

Binary file not shown.

BIN
Lib/CFPack/cfpack_d11.dcu Normal file

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,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.

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

Binary file not shown.

View File

@ -0,0 +1,65 @@
object cxCheckGroupStatesEditorDlg: TcxCheckGroupStatesEditorDlg
Left = 260
Top = 283
BorderStyle = bsDialog
Caption = 'cxCheckGroup - CheckStates editor'
ClientHeight = 238
ClientWidth = 436
Color = clBtnFace
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 13
AutoScroll = False
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

Binary file not shown.

View File

@ -0,0 +1,466 @@
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
KeyPreview = True
OldCreateOrder = True
Position = poDesigned
ShowHint = True
OnClose = FormClose
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
AutoScroll = False
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.

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.

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,10 @@
object cxDesignWindow: TcxDesignWindow
Left = 612
Top = 120
Width = 320
Height = 240
Color = clBtnFace
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
end

View File

@ -0,0 +1,13 @@
object cxDesignFormEditor: TcxDesignFormEditor
Left = 612
Top = 120
Width = 320
Height = 240
Color = clBtnFace
OldCreateOrder = True
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
end

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,266 @@
object cxEditMaskEditorDlg: TcxEditMaskEditorDlg
Left = 353
Top = 212
BorderStyle = bsDialog
Caption = 'Input Mask Editor'
ClientHeight = 322
ClientWidth = 543
Color = clBtnFace
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
AutoScroll = False
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.

Binary file not shown.

View File

@ -0,0 +1,87 @@
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
AutoScroll = False
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.

View File

@ -0,0 +1,77 @@
object fmExportRangeDialog: TfmExportRangeDialog
Left = -1
Top = 108
BorderStyle = bsDialog
Caption = 'Set Date Range'
ClientHeight = 100
ClientWidth = 358
Color = clBtnFace
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
AutoScroll = False
object lbSetDateRange: TLabel
Left = 12
Top = 8
Width = 332
Height = 13
AutoSize = False
Caption = 'Text'
WordWrap = True
end
object lbAnd: TLabel
Left = 147
Top = 36
Width = 63
Height = 13
Alignment = taCenter
Anchors = [akRight, akBottom]
AutoSize = False
Caption = 'and'
end
object btnOk: TcxButton
Left = 139
Top = 66
Width = 95
Height = 23
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 0
end
object btnCancel: TcxButton
Left = 249
Top = 66
Width = 95
Height = 23
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object deStart: TcxDateEdit
Left = 20
Top = 33
Anchors = [akRight, akBottom]
Properties.DateButtons = [btnToday]
Properties.ShowTime = False
Properties.OnChange = deDatePropertiesChange
TabOrder = 2
Width = 121
end
object deFinish: TcxDateEdit
Left = 216
Top = 33
Anchors = [akRight, akBottom]
Properties.DateButtons = [btnToday]
Properties.ShowTime = False
Properties.OnChange = deDatePropertiesChange
TabOrder = 3
Width = 121
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.

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.

Binary file not shown.

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.

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

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