git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@14 05c56307-c608-d34a-929d-697000501d7a
This commit is contained in:
parent
29321d090d
commit
07a492d07b
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,119 +0,0 @@
|
||||
inherited cxBandedTableViewEditor: TcxBandedTableViewEditor
|
||||
Left = 477
|
||||
Caption = 'cxBandedTableViewEditor'
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
inherited PViewEditor: TPanel
|
||||
inherited PageControl1: TPageControl
|
||||
ActivePage = TSBands
|
||||
object TSBands: TTabSheet [0]
|
||||
Caption = ' Bands '
|
||||
object LBBands: TListBox
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 204
|
||||
Height = 285
|
||||
Style = lbOwnerDrawFixed
|
||||
Align = alClient
|
||||
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
|
||||
object Panel22: TPanel
|
||||
Left = 204
|
||||
Top = 0
|
||||
Width = 131
|
||||
Height = 285
|
||||
Align = alRight
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 1
|
||||
object BAddBand: TButton
|
||||
Left = 12
|
||||
Top = 10
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = '&Add'
|
||||
TabOrder = 0
|
||||
OnClick = BAddBandClick
|
||||
end
|
||||
object BDeleteBand: TButton
|
||||
Left = 12
|
||||
Top = 39
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = 'Delete'
|
||||
TabOrder = 1
|
||||
OnClick = BDeleteBandClick
|
||||
end
|
||||
object BBandMoveDown: TButton
|
||||
Left = 12
|
||||
Top = 107
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = 'Move &Down'
|
||||
TabOrder = 2
|
||||
OnClick = BBandMoveDownClick
|
||||
end
|
||||
object BBandMoveUp: TButton
|
||||
Left = 12
|
||||
Top = 78
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = 'Move &Up'
|
||||
TabOrder = 3
|
||||
OnClick = BBandMoveUpClick
|
||||
end
|
||||
end
|
||||
end
|
||||
inherited TSItems: TTabSheet
|
||||
inherited LBColumns: TListBox
|
||||
OnDrawItem = LBColumnsDrawItem
|
||||
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.
@ -1,15 +0,0 @@
|
||||
inherited cxCardViewEditor: TcxCardViewEditor
|
||||
Caption = 'cxCardViewEditor'
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
inherited PViewEditor: TPanel
|
||||
inherited PageControl1: TPageControl
|
||||
inherited TSItems: TTabSheet
|
||||
Caption = ' Rows '
|
||||
end
|
||||
inherited TSSummary: TTabSheet
|
||||
TabVisible = False
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Binary file not shown.
@ -1,145 +0,0 @@
|
||||
inherited cxChartViewEditor: TcxChartViewEditor
|
||||
Left = 543
|
||||
Top = 157
|
||||
Caption = 'cxChartViewEditor'
|
||||
OnCreate = FormCreate
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
inherited PViewEditor: TPanel
|
||||
object pcMain: TPageControl
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 343
|
||||
Height = 313
|
||||
ActivePage = tshSeries
|
||||
Align = alClient
|
||||
TabOrder = 0
|
||||
object tshSeries: TTabSheet
|
||||
Caption = ' Series '
|
||||
object Panel1: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 335
|
||||
Height = 285
|
||||
Align = alClient
|
||||
BevelOuter = bvNone
|
||||
BorderWidth = 5
|
||||
TabOrder = 0
|
||||
object lbSeries: TListBox
|
||||
Left = 5
|
||||
Top = 5
|
||||
Width = 207
|
||||
Height = 275
|
||||
Style = lbOwnerDrawFixed
|
||||
Align = alClient
|
||||
DragMode = dmAutomatic
|
||||
ItemHeight = 13
|
||||
MultiSelect = True
|
||||
PopupMenu = pmSeries
|
||||
TabOrder = 0
|
||||
OnClick = lbSeriesClick
|
||||
OnDragDrop = lbSeriesDragDrop
|
||||
OnDragOver = lbSeriesDragOver
|
||||
OnDrawItem = lbSeriesDrawItem
|
||||
OnEndDrag = lbSeriesEndDrag
|
||||
OnKeyPress = FormKeyPress
|
||||
OnStartDrag = lbSeriesStartDrag
|
||||
end
|
||||
object Panel2: TPanel
|
||||
Left = 212
|
||||
Top = 5
|
||||
Width = 118
|
||||
Height = 275
|
||||
Align = alRight
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 1
|
||||
object btnSeriesAdd: TButton
|
||||
Left = 8
|
||||
Top = 0
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = '&Add'
|
||||
TabOrder = 0
|
||||
OnClick = btnSeriesAddClick
|
||||
end
|
||||
object btnSeriesDelete: TButton
|
||||
Left = 8
|
||||
Top = 32
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = 'Delete'
|
||||
TabOrder = 1
|
||||
OnClick = btnSeriesDeleteClick
|
||||
end
|
||||
object btnSeriesMoveUp: TButton
|
||||
Left = 8
|
||||
Top = 72
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = 'Move &Up'
|
||||
TabOrder = 2
|
||||
OnClick = btnSeriesMoveUpClick
|
||||
end
|
||||
object btnSeriesMoveDown: TButton
|
||||
Left = 8
|
||||
Top = 104
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = 'Move &Down'
|
||||
TabOrder = 3
|
||||
OnClick = btnSeriesMoveDownClick
|
||||
end
|
||||
object btnSeriesSelectAll: TButton
|
||||
Left = 8
|
||||
Top = 144
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = 'Select All'
|
||||
TabOrder = 4
|
||||
OnClick = btnSeriesSelectAllClick
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
object pmSeries: TPopupMenu
|
||||
Left = 140
|
||||
Top = 74
|
||||
object miSeriesAdd: TMenuItem
|
||||
Caption = '&Add'
|
||||
ShortCut = 45
|
||||
OnClick = btnSeriesAddClick
|
||||
end
|
||||
object miSeriesDelete: TMenuItem
|
||||
Caption = '&Delete'
|
||||
ShortCut = 46
|
||||
OnClick = btnSeriesDeleteClick
|
||||
end
|
||||
object N2: TMenuItem
|
||||
Caption = '-'
|
||||
end
|
||||
object miSeriesMoveUp: TMenuItem
|
||||
Caption = 'Move Up'
|
||||
ShortCut = 16422
|
||||
OnClick = btnSeriesMoveUpClick
|
||||
end
|
||||
object miSeriesMoveDown: TMenuItem
|
||||
Caption = 'Move Down'
|
||||
ShortCut = 16424
|
||||
OnClick = btnSeriesMoveDownClick
|
||||
end
|
||||
object N1: TMenuItem
|
||||
Caption = '-'
|
||||
end
|
||||
object miSeriesSelectAll: TMenuItem
|
||||
Caption = '&Select All'
|
||||
ShortCut = 16449
|
||||
OnClick = btnSeriesSelectAllClick
|
||||
end
|
||||
end
|
||||
object pmSeriesAdd: TPopupMenu
|
||||
Left = 140
|
||||
Top = 112
|
||||
end
|
||||
end
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,68 +0,0 @@
|
||||
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 = []
|
||||
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
|
||||
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.
@ -1,674 +0,0 @@
|
||||
inherited cxCustomTableViewEditor: TcxCustomTableViewEditor
|
||||
Left = 556
|
||||
Top = 316
|
||||
ActiveControl = PageControl1
|
||||
Caption = 'cxCustomTableViewEditor'
|
||||
OnCreate = FormCreate
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
inherited PViewEditor: TPanel
|
||||
object PageControl1: TPageControl
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 343
|
||||
Height = 313
|
||||
ActivePage = TSItems
|
||||
Align = alClient
|
||||
TabOrder = 0
|
||||
object TSItems: TTabSheet
|
||||
object Panel1: TPanel
|
||||
Left = 204
|
||||
Top = 0
|
||||
Width = 131
|
||||
Height = 285
|
||||
Align = alRight
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
object BColumnAdd: TButton
|
||||
Left = 12
|
||||
Top = 10
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = '&Add'
|
||||
TabOrder = 0
|
||||
OnClick = BColumnAddClick
|
||||
end
|
||||
object BColumnAddEx: TButton
|
||||
Left = 12
|
||||
Top = 39
|
||||
Width = 90
|
||||
Height = 24
|
||||
Caption = 'Add...'
|
||||
TabOrder = 1
|
||||
Visible = False
|
||||
OnClick = BColumnAddExClick
|
||||
end
|
||||
object BColumnDelete: TButton
|
||||
Left = 12
|
||||
Top = 39
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = 'Delete'
|
||||
TabOrder = 2
|
||||
OnClick = BColumnDeleteClick
|
||||
end
|
||||
object BColumnAddAll: TButton
|
||||
Left = 12
|
||||
Top = 179
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = 'Retrieve &Fields'
|
||||
TabOrder = 6
|
||||
Visible = False
|
||||
OnClick = BColumnAddAllClick
|
||||
end
|
||||
object BColumnRestore: TButton
|
||||
Left = 12
|
||||
Top = 70
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = '&Restore Defaults'
|
||||
TabOrder = 3
|
||||
OnClick = BColumnRestoreClick
|
||||
end
|
||||
object BColumnMoveUp: TButton
|
||||
Left = 12
|
||||
Top = 109
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = 'Move &Up'
|
||||
TabOrder = 4
|
||||
OnClick = BColumnMoveUpClick
|
||||
end
|
||||
object BColumnMoveDown: TButton
|
||||
Left = 12
|
||||
Top = 140
|
||||
Width = 110
|
||||
Height = 24
|
||||
Caption = 'Move &Down'
|
||||
TabOrder = 5
|
||||
OnClick = BColumnMoveDownClick
|
||||
end
|
||||
end
|
||||
object LBColumns: TListBox
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 204
|
||||
Height = 285
|
||||
Style = lbOwnerDrawFixed
|
||||
Align = alClient
|
||||
DragMode = dmAutomatic
|
||||
ItemHeight = 13
|
||||
MultiSelect = True
|
||||
PopupMenu = PMColumns
|
||||
TabOrder = 1
|
||||
OnClick = LBColumnsClick
|
||||
OnDragDrop = LBColumnsDragDrop
|
||||
OnDragOver = LBColumnsDragOver
|
||||
OnDrawItem = LBColumnsDrawItem
|
||||
OnEndDrag = LBColumnsEndDrag
|
||||
OnKeyPress = FormKeyPress
|
||||
OnMouseDown = LBColumnsMouseDown
|
||||
OnStartDrag = LBColumnsStartDrag
|
||||
end
|
||||
end
|
||||
object TSSummary: TTabSheet
|
||||
Caption = ' Summary '
|
||||
ImageIndex = 1
|
||||
object PageControl2: TPageControl
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 335
|
||||
Height = 285
|
||||
ActivePage = TSFooterSummaryItems
|
||||
Align = alClient
|
||||
TabOrder = 0
|
||||
object TSFooterSummaryItems: TTabSheet
|
||||
Caption = ' Footer '
|
||||
object Panel2: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 185
|
||||
Height = 257
|
||||
Align = alLeft
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
object Panel3: TPanel
|
||||
Left = 0
|
||||
Top = 222
|
||||
Width = 185
|
||||
Height = 35
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
object BAddFooterSummaryItem: TButton
|
||||
Left = 5
|
||||
Top = 6
|
||||
Width = 75
|
||||
Height = 24
|
||||
Caption = '&Add'
|
||||
TabOrder = 0
|
||||
OnClick = BAddFooterSummaryItemClick
|
||||
end
|
||||
object BDeleteFooterSummaryItem: TButton
|
||||
Left = 97
|
||||
Top = 6
|
||||
Width = 75
|
||||
Height = 24
|
||||
Caption = '&Delete'
|
||||
TabOrder = 1
|
||||
OnClick = BDeleteFooterSummaryItemClick
|
||||
end
|
||||
end
|
||||
object LBFooterSummary: TListBox
|
||||
Left = 0
|
||||
Top = 20
|
||||
Width = 185
|
||||
Height = 202
|
||||
Align = alClient
|
||||
ItemHeight = 13
|
||||
MultiSelect = True
|
||||
PopupMenu = PMFooterSummary
|
||||
TabOrder = 1
|
||||
OnClick = LBFooterSummaryClick
|
||||
OnKeyPress = FormKeyPress
|
||||
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
|
||||
end
|
||||
end
|
||||
object TSDefaultGroupSummaryItems: TTabSheet
|
||||
Caption = ' Default For Groups '
|
||||
ImageIndex = 1
|
||||
object Panel5: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 185
|
||||
Height = 257
|
||||
Align = alLeft
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
object Panel6: TPanel
|
||||
Left = 0
|
||||
Top = 222
|
||||
Width = 185
|
||||
Height = 35
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
object BDefaultGroupSummaryAdd: TButton
|
||||
Left = 5
|
||||
Top = 6
|
||||
Width = 75
|
||||
Height = 24
|
||||
Caption = '&Add'
|
||||
TabOrder = 0
|
||||
OnClick = BDefaultGroupSummaryAddClick
|
||||
end
|
||||
object BDefaultGroupSummaryDelete: TButton
|
||||
Left = 97
|
||||
Top = 6
|
||||
Width = 75
|
||||
Height = 24
|
||||
Caption = '&Delete'
|
||||
TabOrder = 1
|
||||
OnClick = BDefaultGroupSummaryDeleteClick
|
||||
end
|
||||
end
|
||||
object LBDefaultGroupsSummary: TListBox
|
||||
Left = 0
|
||||
Top = 20
|
||||
Width = 185
|
||||
Height = 202
|
||||
Align = alClient
|
||||
ItemHeight = 13
|
||||
MultiSelect = True
|
||||
PopupMenu = PMDefaultGroupsSummary
|
||||
TabOrder = 1
|
||||
OnClick = LBDefaultGroupsSummaryClick
|
||||
OnKeyPress = FormKeyPress
|
||||
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
|
||||
end
|
||||
end
|
||||
object TabSheet3: TTabSheet
|
||||
Caption = ' Groups '
|
||||
ImageIndex = 2
|
||||
object Splitter2: TSplitter
|
||||
Left = 0
|
||||
Top = 139
|
||||
Width = 327
|
||||
Height = 5
|
||||
Cursor = crVSplit
|
||||
Align = alBottom
|
||||
Beveled = True
|
||||
end
|
||||
object PSummaryGroups: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 327
|
||||
Height = 139
|
||||
Align = alClient
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
OnResize = PSummaryGroupsResize
|
||||
object PGroupItems: TPanel
|
||||
Left = 165
|
||||
Top = 0
|
||||
Width = 162
|
||||
Height = 139
|
||||
Align = alClient
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
object Panel11: TPanel
|
||||
Left = 0
|
||||
Top = 105
|
||||
Width = 162
|
||||
Height = 34
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
object BGroupSummaryItemAdd: TButton
|
||||
Left = 5
|
||||
Top = 6
|
||||
Width = 75
|
||||
Height = 24
|
||||
Caption = '&Add'
|
||||
TabOrder = 0
|
||||
OnClick = BGroupSummaryItemAddClick
|
||||
end
|
||||
object BGroupSummaryItemDelete: TButton
|
||||
Left = 83
|
||||
Top = 6
|
||||
Width = 75
|
||||
Height = 24
|
||||
Caption = '&Delete'
|
||||
TabOrder = 1
|
||||
OnClick = BGroupSummaryItemDeleteClick
|
||||
end
|
||||
end
|
||||
object LBGroupSummaryItems: TListBox
|
||||
Left = 0
|
||||
Top = 20
|
||||
Width = 162
|
||||
Height = 85
|
||||
Align = alClient
|
||||
ItemHeight = 13
|
||||
MultiSelect = True
|
||||
PopupMenu = PMGroupSummaryItems
|
||||
TabOrder = 1
|
||||
OnClick = LBGroupSummaryItemsClick
|
||||
OnKeyPress = FormKeyPress
|
||||
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
|
||||
end
|
||||
object PGroups: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 161
|
||||
Height = 139
|
||||
Align = alLeft
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 1
|
||||
object Panel14: TPanel
|
||||
Left = 0
|
||||
Top = 105
|
||||
Width = 161
|
||||
Height = 34
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
object BSummaryGroupAdd: TButton
|
||||
Left = 5
|
||||
Top = 6
|
||||
Width = 75
|
||||
Height = 24
|
||||
Caption = '&Add'
|
||||
TabOrder = 0
|
||||
OnClick = BSummaryGroupAddClick
|
||||
end
|
||||
object BSummaryGroupDelete: TButton
|
||||
Left = 83
|
||||
Top = 6
|
||||
Width = 75
|
||||
Height = 24
|
||||
Caption = '&Delete'
|
||||
TabOrder = 1
|
||||
OnClick = BSummaryGroupDeleteClick
|
||||
end
|
||||
end
|
||||
object LBSummaryGroups: TListBox
|
||||
Left = 0
|
||||
Top = 20
|
||||
Width = 161
|
||||
Height = 85
|
||||
Align = alClient
|
||||
ItemHeight = 13
|
||||
MultiSelect = True
|
||||
PopupMenu = PMSummaryGroups
|
||||
TabOrder = 1
|
||||
OnClick = LBSummaryGroupsClick
|
||||
OnKeyPress = FormKeyPress
|
||||
end
|
||||
object Panel15: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 161
|
||||
Height = 20
|
||||
Align = alTop
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 2
|
||||
object Label5: TLabel
|
||||
Left = 4
|
||||
Top = 4
|
||||
Width = 37
|
||||
Height = 13
|
||||
Caption = 'Groups:'
|
||||
end
|
||||
end
|
||||
end
|
||||
object PGSeparator: TPanel
|
||||
Left = 161
|
||||
Top = 0
|
||||
Width = 4
|
||||
Height = 139
|
||||
Align = alLeft
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 2
|
||||
end
|
||||
end
|
||||
object PLinks: TPanel
|
||||
Left = 0
|
||||
Top = 144
|
||||
Width = 327
|
||||
Height = 113
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 1
|
||||
OnResize = PLinksResize
|
||||
object Label3: TLabel
|
||||
Left = 4
|
||||
Top = 4
|
||||
Width = 74
|
||||
Height = 13
|
||||
Caption = 'Linked columns'
|
||||
end
|
||||
object PUnlinkedColumns: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 145
|
||||
Height = 113
|
||||
Align = alLeft
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
object LBUnlinkedColumns: TListBox
|
||||
Left = 0
|
||||
Top = 20
|
||||
Width = 145
|
||||
Height = 93
|
||||
Align = alClient
|
||||
ItemHeight = 13
|
||||
MultiSelect = True
|
||||
TabOrder = 0
|
||||
OnClick = LBUnlinkedColumnsClick
|
||||
OnKeyPress = FormKeyPress
|
||||
end
|
||||
object Panel19: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 145
|
||||
Height = 20
|
||||
Align = alTop
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 1
|
||||
object Label6: TLabel
|
||||
Left = 4
|
||||
Top = 4
|
||||
Width = 88
|
||||
Height = 13
|
||||
Caption = 'Unlinked Columns:'
|
||||
end
|
||||
end
|
||||
end
|
||||
object PLinkUnlink: TPanel
|
||||
Left = 145
|
||||
Top = 0
|
||||
Width = 34
|
||||
Height = 113
|
||||
Align = alLeft
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 1
|
||||
object BColumnLink: TButton
|
||||
Left = 5
|
||||
Top = 34
|
||||
Width = 25
|
||||
Height = 25
|
||||
Caption = '>'
|
||||
TabOrder = 0
|
||||
OnClick = BColumnLinkClick
|
||||
end
|
||||
object BColumnUnlink: TButton
|
||||
Left = 5
|
||||
Top = 68
|
||||
Width = 25
|
||||
Height = 25
|
||||
Caption = '<'
|
||||
TabOrder = 1
|
||||
OnClick = BColumnUnlinkClick
|
||||
end
|
||||
end
|
||||
object PLinkedColumns: TPanel
|
||||
Left = 179
|
||||
Top = 0
|
||||
Width = 148
|
||||
Height = 113
|
||||
Align = alClient
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 2
|
||||
object LBLinkedColumns: TListBox
|
||||
Left = 0
|
||||
Top = 20
|
||||
Width = 148
|
||||
Height = 93
|
||||
Align = alClient
|
||||
ItemHeight = 13
|
||||
MultiSelect = True
|
||||
TabOrder = 0
|
||||
OnClick = LBUnlinkedColumnsClick
|
||||
OnKeyPress = FormKeyPress
|
||||
end
|
||||
object Panel23: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 148
|
||||
Height = 20
|
||||
Align = alTop
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 1
|
||||
object Label7: TLabel
|
||||
Left = 4
|
||||
Top = 4
|
||||
Width = 78
|
||||
Height = 13
|
||||
Caption = 'Linked Columns:'
|
||||
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.
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.
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.
@ -1,17 +0,0 @@
|
||||
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 = []
|
||||
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.
Binary file not shown.
Binary file not shown.
@ -1,261 +0,0 @@
|
||||
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
|
||||
Position = poScreenCenter
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Label1: TLabel
|
||||
Left = 8
|
||||
Top = 8
|
||||
Width = 49
|
||||
Height = 13
|
||||
Caption = 'Mask kind'
|
||||
end
|
||||
object Bevel1: TBevel
|
||||
Left = 7
|
||||
Top = 37
|
||||
Width = 266
|
||||
Height = 2
|
||||
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:'
|
||||
end
|
||||
object Label3: TLabel
|
||||
Left = 4
|
||||
Top = 48
|
||||
Width = 50
|
||||
Height = 13
|
||||
Caption = 'Test input:'
|
||||
end
|
||||
object Label4: TLabel
|
||||
Left = 12
|
||||
Top = 96
|
||||
Width = 38
|
||||
Height = 13
|
||||
Caption = 'Sample:'
|
||||
end
|
||||
object Label5: TLabel
|
||||
Left = 192
|
||||
Top = 96
|
||||
Width = 56
|
||||
Height = 13
|
||||
Caption = 'Description:'
|
||||
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 ListBox1: TListBox
|
||||
Left = 8
|
||||
Top = 112
|
||||
Width = 177
|
||||
Height = 121
|
||||
ItemHeight = 13
|
||||
TabOrder = 2
|
||||
OnClick = ListBox1Click
|
||||
OnExit = ListBox1Exit
|
||||
end
|
||||
object Memo1: TMemo
|
||||
Left = 188
|
||||
Top = 112
|
||||
Width = 349
|
||||
Height = 121
|
||||
TabStop = False
|
||||
ReadOnly = True
|
||||
TabOrder = 3
|
||||
end
|
||||
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 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:'
|
||||
end
|
||||
object Label7: TLabel
|
||||
Left = 8
|
||||
Top = 196
|
||||
Width = 51
|
||||
Height = 13
|
||||
Caption = 'Test Input:'
|
||||
end
|
||||
object Label8: TLabel
|
||||
Left = 272
|
||||
Top = 4
|
||||
Width = 66
|
||||
Height = 13
|
||||
Caption = 'Sample mask:'
|
||||
end
|
||||
object Label9: TLabel
|
||||
Left = 140
|
||||
Top = 64
|
||||
Width = 98
|
||||
Height = 13
|
||||
Caption = 'Character for blanks:'
|
||||
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 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
|
||||
object cxCheckBox1: TcxCheckBox
|
||||
Left = 4
|
||||
Top = 160
|
||||
Caption = 'Save literal characters'
|
||||
Properties.OnChange = cxCheckBox1PropertiesChange
|
||||
TabOrder = 2
|
||||
Width = 153
|
||||
end
|
||||
end
|
||||
object ButtonsPanel: TPanel
|
||||
Left = 0
|
||||
Top = 281
|
||||
Width = 543
|
||||
Height = 41
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 3
|
||||
object CancelButton: TButton
|
||||
Left = 440
|
||||
Top = 5
|
||||
Width = 93
|
||||
Height = 25
|
||||
Caption = 'Cancel'
|
||||
TabOrder = 2
|
||||
OnClick = CancelButtonClick
|
||||
end
|
||||
object OKButton: TButton
|
||||
Left = 336
|
||||
Top = 5
|
||||
Width = 93
|
||||
Height = 25
|
||||
Caption = 'OK'
|
||||
TabOrder = 1
|
||||
OnClick = OKButtonClick
|
||||
end
|
||||
object MasksButton: TButton
|
||||
Left = 8
|
||||
Top = 5
|
||||
Width = 93
|
||||
Height = 25
|
||||
Caption = 'Masks...'
|
||||
TabOrder = 0
|
||||
OnClick = MasksButtonClick
|
||||
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.
@ -1,86 +0,0 @@
|
||||
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user